@charset "UTF-8";
/*
Theme Name: ndvrenew
Author: NDV
Description: NDV
Text Domain: ndvrenew
Domain Path: /languages
*/
/* 全体 ----------*/
html {
  background-repeat: repeat;
  background-position-x: 50%;
  background-size: 102%;
  background-image: url("../img/background_repeat.svg");
}

body {
  height: 100%;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: 100%;
  background-image: url("../img/background_fixed.svg");
}

span {
  font-size: 14px;
  color: #782323;
}

a {
  text-decoration: none;
  color: white;
}

li {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.slash {
  padding: 0 3px;
  font-size: 10px;
  color: white;
}

.ja {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "ヒラギノ角ゴ ProN", "MS Pゴシック";
}

.en {
  font-family: "sofia-pro", sans-serif, "游ゴシック", "ヒラギノ角ゴ ProN", "MS Pゴシック";
}

/* for_tab ----------*/
@media screen and (min-width: 1010px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .for_tab {
    display: none !important;
  }
}
/* for_sp ----------*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .for_sp {
    display: none !important;
  }
}
/* for_pc ----------*/
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
  .photo-center figure {
    width: 90%;
  }
}
/* hide ----------*/
.hide {
  display: none !important;
}

/* h1 ----------*/
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
}
.container h1 {
  padding: 48px 0;
}
.container h1 .noLeft {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  margin: 0;
}
.container h1 .noLeft .hTtl {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: bold;
  color: white;
}
.container h1 .noLeft .hTxt {
  display: block;
  margin-top: 36px;
  line-height: 1.4;
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
}
.container h2 {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
  padding-bottom: 24px;
}
.container h3,
.container address {
  font-style: normal;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.container p {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}

/* header ----------*/
header {
  width: 100%;
  margin-bottom: 120px;
  font-size: 14px;
}
header .header-inner {
  width: 100%;
  position: fixed;
  margin: 0 auto;
  top: 0;
  background: white;
  z-index: 5;
}
header .header-inner.header-inner-opacity .top {
  padding: 4px 36px 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-inner.header-inner-opacity .subNav {
  height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 36px 47px;
  background-color: #ff5757;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-inner .top .img {
  position: relative;
  top: 25px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
header .header-inner .top .img a img {
  width: 164px;
  height: auto;
}
header .header-inner .top .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
header .header-inner .top .menu .language a {
  padding: 5px 0 10px;
  margin-right: 14px;
  margin-left: auto;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 70px;
}
header .header-inner .top .menu .language a img {
  width: 14px;
  height: 20px;
  margin-right: 5px;
  padding-top: 4px;
}
header .header-inner .top .menu .language a img.hvr {
  display: none;
}
header .header-inner .top .menu .dNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 24px;
}
header .header-inner .top .menu .dNav li {
  width: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
header .header-inner .top .menu .dNav li.current::after {
  position: absolute;
  content: "";
  left: 45%;
  width: 12px;
  height: 1px;
  background-color: white;
  bottom: -5px;
}
header .header-inner .top .menu .dNav li a {
  display: block;
  text-align: center;
  cursor: pointer;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
}
header .header-inner .top .menu .dNav li a:hover::after {
  position: absolute;
  content: "";
  left: 45%;
  width: 12px;
  height: 1px;
  background-color: white;
  bottom: -5px;
}
header .header-inner .top .menu .dNav .dNavUnder {
  max-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 24px;
  left: -19px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
header .header-inner .top .menu .dNav .dNavUnder:hover {
  max-height: 180px;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child {
  width: 100%;
  padding: 0;
  border: 1px solid white;
  border-bottom: none;
  text-align: center;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child.current::after {
  content: none;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child:last-of-type {
  border-bottom: 1px solid white;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child a {
  width: 134px;
  margin: 0;
  padding: 12px 10px 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 14px;
  color: #ff5757;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child a:hover {
  font-size: 14px;
  color: white;
  background: #ff7979;
  z-index: 5;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child a:hover .slash {
  color: white;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child a .slash {
  color: #ff5757;
}
header .header-inner .top .menu .dNav .dNavUnder .dNav-child a::after {
  content: none;
}
header .header-inner .top .menu .dNav > li > a:hover {
  margin-bottom: 0;
  z-index: 5;
}
header .header-inner .top .menu .dNav > li > a:hover + ul {
  max-height: 180px;
}
header .header-inner .subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding: 0 36px;
  background-color: #f43c3c;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .subNav div > span {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: clamp(0.875rem, 0.717rem + 0.79vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
header .header-inner .subNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
header .header-inner .subNav ul li {
  width: 100px;
  position: relative;
  display: inline-table;
  text-align: center;
}
header .header-inner .subNav ul li:last-child {
  margin-right: 0;
}
header .header-inner .subNav ul li a {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(0.5rem, 0.342rem + 0.79vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
header .header-inner .subNav ul li a:hover::after {
  position: absolute;
  content: "";
  left: 45%;
  width: 12px;
  height: 1px;
  background-color: white;
  bottom: -5px;
}
header .header-inner .subNav ul li.current::after {
  position: absolute;
  content: "";
  left: 45%;
  width: 12px;
  height: 1px;
  background-color: white;
  bottom: -5px;
}

.en header .header-inner .top .menu .language a {
  margin-right: 30px;
}
.en header .header-inner .subNav ul li:nth-child(2) {
  width: 144px;
}

/* pagenation ----------*/
#pagenation {
  margin: 0;
  text-align: center;
}
#pagenation .page-current {
  margin-bottom: 30px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
#pagenation ul {
  font-size: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagenation ul li {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
#pagenation ul li:nth-of-type(n + 2) {
  margin-left: 8px;
}
#pagenation ul li.no-bg {
  border: none;
  background: none;
}
#pagenation ul li a {
  display: block;
  padding: 0px;
  width: 36px;
  height: 36px;
  line-height: 28px;
  border: 2px solid white;
  background-color: transparent;
}
#pagenation ul li a:hover {
  background-color: white;
  color: #f43c3c;
}
#pagenation ul li a.on {
  border: none;
  vertical-align: top;
  background-color: #ff5757;
  border: none;
  line-height: 32px;
  pointer-events: none;
}

/* breadcrumb ----------*/
.breadcrumb {
  width: 100%;
  background-color: rgba(255, 121, 121, 0.5);
  color: white;
}
.breadcrumb .breadcrumb-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 36px;
  list-style: none;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb .breadcrumb-inner li {
  display: inline;
  list-style: none;
  position: relative;
}
.breadcrumb .breadcrumb-inner li span {
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.breadcrumb .breadcrumb-inner li::after {
  content: url(../img/breadcrumb.png);
  padding: 0 0.2em 0 0.4em;
  color: white;
}
.breadcrumb .breadcrumb-inner li:last-child:after {
  content: "";
  display: none;
}
.breadcrumb .breadcrumb-inner li a:hover {
  text-decoration: underline;
}

/* back to top -----*/
#backToTop {
  width: 60px;
  height: 60px;
  right: 16px;
  bottom: 61px;
  background: #ff5757;
  z-index: 10;
  border: 1px solid #ff7979;
  border-radius: 50%;
  position: absolute;
}
#backToTop a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 28px 10px 10px;
}
#backToTop .btt {
  position: relative;
  display: block;
}
#backToTop .btt::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 39%;
  top: 25%;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* footer -----*/
footer {
  position: relative;
  background-color: #ff5757;
  font-size: 12px;
  font-size: clamp(0.563rem, 0.101rem + 0.96vw, 0.75rem);
  font-weight: bold;
  color: white;
}
footer .footerMenu {
  max-width: 1080px;
  margin: auto;
  padding: 40px 36px;
  background-color: #ff5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footerMenu .footerImg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
footer .footerMenu .footerImg a img {
  width: 164px;
  height: auto;
}
footer .footerMenu .fIcons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20%;
  gap: 20px;
}
footer .footerMenu .fIcons a {
  font-size: 0;
}
footer .footerMenu .fIcons a:last-child {
  margin-right: 0;
}
footer .footerMenu .fIcons a img:hover {
  opacity: 0.7;
}
footer .footerMenu .fNav {
  position: relative;
  background-repeat: 4%;
}
footer .footerMenu .fNav .fList {
  font-size: 12px;
  margin-right: 16px;
}
footer .footerMenu .fNav .fList::before {
  content: "";
  width: 4px;
  height: 110px;
  display: block;
  position: absolute;
  top: 0px;
  left: -33%;
  background-color: white;
}
footer .footerMenu .fNav .fList li {
  padding-bottom: 24px;
}
footer .footerMenu .fNav .fList li:last-child {
  padding-bottom: 0;
}
footer .footerMenu .fNav .fList li a.none {
  pointer-events: none;
}
footer .footerMenu .fNav .fList li a:hover {
  opacity: 0.7;
}
footer .footerMenu .fNav .fList li ul {
  margin-top: 24px;
  margin-left: 1.6em;
  display: block;
}
footer .footerMenu .fNav .fList li ul li {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  font-size: 12px;
}
footer .footerMenu .fNav .fList li ul li::before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
footer .footerMenu .fNav2 {
  padding-right: 5%;
  position: relative;
}
footer .footerMenu .fNav2 .fList2 {
  font-size: 12px;
}
footer .footerMenu .fNav2 .fList2::before {
  content: "";
  width: 4px;
  height: 110px;
  display: block;
  position: absolute;
  top: 0px;
  left: -13%;
  background-color: white;
}
footer .footerMenu .fNav2 .fList2 li {
  padding-bottom: 24px;
}
footer .footerMenu .fNav2 .fList2 li a:hover {
  opacity: 0.7;
}
footer .footerMenu .fNav2 .fList2 img {
  width: 13px;
  margin-left: 5px;
}
footer .copy {
  text-align: center;
  background-color: #ff5757;
  color: white;
  padding: 24px 0;
}
footer .copy small {
  font-size: 12px;
}

/* tab -------------- */
@media screen and (max-width: 1009px) {
  body.fixed {
    position: fixed;
  }
  /* tab header */
  header {
    margin-bottom: 60px;
  }
  header .header-inner.header-inner-opacity .top {
    padding: 5px 16px;
  }
  header .header-inner .top {
    padding: 5px 16px;
  }
  header .header-inner .top .img {
    top: 0;
    font-size: 0;
  }
  header .header-inner .top .img a img {
    width: 120px;
  }
  header .header-inner .top input[type=checkbox] {
    display: none;
  }
  header .header-inner .top input[type=checkbox]:checked ~ nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  header .header-inner .top input[type=checkbox]:checked ~ label .upper {
    -webkit-transform: translateY(8px) rotateZ(45deg);
            transform: translateY(8px) rotateZ(45deg);
  }
  header .header-inner .top input[type=checkbox]:checked ~ label .bottom {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
            transform: translateY(-6px) rotateZ(-45deg);
  }
  header .header-inner .top input[type=checkbox]:checked ~ label .middle {
    width: 0;
  }
  header .header-inner .top label {
    width: 50px;
    height: 50px;
    padding: 13px 13px;
    margin: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
  }
  header .header-inner .top label .menu_bar {
    width: 20px;
    height: 2px;
    margin: 5px auto;
    display: block;
    background-color: white;
    -webkit-transition: background-color 0.5s ease-in, width 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: background-color 0.5s ease-in, width 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: background-color 0.5s ease-in, transform 0.5s ease-in, width 0.5s ease-in;
    transition: background-color 0.5s ease-in, transform 0.5s ease-in, width 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }
  header .header-inner .top nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: -100%;
    z-index: 5;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    border-top: 2px solid white;
    background-color: #ff5757;
    overflow: auto;
  }
  header .header-inner .top nav .menu {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-inner .top nav .menu .language a {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "sofia-pro", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: white;
  }
  header .header-inner .top nav .menu .language a img.nml {
    display: block;
  }
  header .header-inner .top nav .menu .language a img.hvr {
    display: none;
  }
  header .header-inner .top nav .menu .language a img p {
    position: absolute;
    display: inline-block;
  }
  header .header-inner .top nav .menu .language a:hover {
    color: #ff5757;
    background-color: white;
  }
  header .header-inner .top nav .menu .language a:hover img.nml {
    display: none;
  }
  header .header-inner .top nav .menu .language a:hover img.hvr {
    display: block;
  }
  header .header-inner .top nav .menu .dNav {
    display: block;
    max-height: none;
  }
  header .header-inner .top nav .menu .dNav li {
    background: url(../img/arrow_menu.svg) no-repeat right 24px top 50%;
    width: 100%;
    display: list-item;
    position: relative;
  }
  header .header-inner .top nav .menu .dNav li:nth-child(n+2) {
    border-bottom: 2px solid white;
  }
  header .header-inner .top nav .menu .dNav li:hover {
    background-color: white;
  }
  header .header-inner .top nav .menu .dNav li:hover::after {
    content: none;
  }
  header .header-inner .top nav .menu .dNav li:nth-of-type(1):hover, header .header-inner .top nav .menu .dNav li:nth-of-type(2):hover, header .header-inner .top nav .menu .dNav li:nth-of-type(4):hover {
    background-color: #ff5757;
  }
  header .header-inner .top nav .menu .dNav li:nth-of-type(1):hover .pointer_none, header .header-inner .top nav .menu .dNav li:nth-of-type(2):hover .pointer_none, header .header-inner .top nav .menu .dNav li:nth-of-type(4):hover .pointer_none {
    background-color: #ff5757;
  }
  header .header-inner .top nav .menu .dNav li.current::after {
    content: none;
  }
  header .header-inner .top nav .menu .dNav li a {
    padding: 30px 0;
    font-family: "sofia-pro", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: white;
  }
  header .header-inner .top nav .menu .dNav li a:hover {
    color: #ff5757;
    background: url(../img/arrow_menu_on.svg) no-repeat right 24px top 50%;
    position: relative;
  }
  header .header-inner .top nav .menu .dNav li a:hover .slash {
    color: #ff5757;
    background-color: white;
  }
  header .header-inner .top nav .menu .dNav li a:hover + ul {
    pointer-events: none;
  }
  header .header-inner .top nav .menu .dNav li a:hover::after {
    content: none;
  }
  header .header-inner .top nav .menu .dNav li a.for_pc {
    display: none;
  }
  header .header-inner .top nav .menu .dNav li a[href="javascript:void(0)"].pointer_none {
    font-size: 12px;
    padding: 12px 24px;
    text-align: left;
    pointer-events: none;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder {
    max-height: 180px;
    padding: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child {
    background-color: #ff5757;
    border: 1px dashed white;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:nth-of-type(1), header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:nth-of-type(3) {
    border-left: none;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:nth-of-type(2), header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:nth-of-type(4) {
    border-left: none;
    border-right: none;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:nth-of-type(3), header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:nth-of-type(4) {
    border-top: none;
    border-bottom: 2px solid white;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child:hover {
    background-color: white;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child a {
    background: url(../img/arrow_menu.svg) no-repeat right 24px top 50%;
    width: 100%;
    padding: 24px;
    color: white;
    text-align: left;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-family: "sofia-pro", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: white;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child a:hover {
    background: url(../img/arrow_menu_on.svg) no-repeat right 24px top 50%;
    color: #ff5757;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child a:hover .slash {
    color: #ff5757;
    background-color: white;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child a .slash {
    color: white;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child_2bl:nth-of-type(1) {
    border-left: none;
    border-bottom: none;
  }
  header .header-inner .top nav .menu .dNav li .dNavUnder .dNav-child_2bl:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  header .header-inner .subNav {
    display: none;
  }
  /* English header */
  .en header .header-inner .top .menu .language a {
    margin: 0;
  }
  footer .footerMenu .fIcons {
    margin-right: 4%;
  }
  footer .copy {
    text-align: center;
    background-color: #ff5757;
    color: white;
    padding: 24px 0;
  }
  footer .copy small {
    font-size: 12px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  /* SP header */
  header {
    margin-bottom: 60px;
  }
  header .header-inner .subNav {
    display: none;
  }
  #backToTop {
    right: 8px;
  }
  /* SP container -----*/
  .container {
    padding: 0 16px;
  }
  .container h1 {
    padding: 24px 0;
  }
  .container h1 .noLeft {
    padding: 0 16px;
    border-left-width: 4px;
  }
  .container h1 .noLeft .hTxt {
    margin-top: 16px;
  }
  .container form .custom-option {
    padding: 6px 10px;
    cursor: pointer;
  }
  .container form .custom-option:last-of-type {
    padding: 6px 10px 8px;
  }
  .container img {
    width: 100%;
  }
  /* SP pagenation ----------*/
  #pagenation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pagenation ul li {
    font-size: 11px;
  }
  #pagenation ul li.on {
    width: 40px;
    height: 40px;
  }
  #pagenation ul li.on a {
    width: 38px;
  }
  #pagenation ul li:nth-of-type(n + 2) {
    margin-left: 3px;
  }
  /* SP breadcrumb -----*/
  .breadcrumb .breadcrumb-inner {
    padding: 10px 16px;
  }
  /* SP footer */
  footer {
    width: 100%;
    position: relative;
  }
  footer a {
    color: white;
  }
  footer .footerMenu {
    display: block;
    padding: 24px 16px;
  }
  footer .footerMenu .footerImg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  footer .footerMenu .footerImg a {
    display: block;
    width: 37%;
  }
  footer .footerMenu .footerImg a img {
    width: 100%;
  }
  footer .footerMenu .fIcons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    width: 37%;
  }
  footer .footerMenu .fIcons a {
    margin: 0;
  }
  footer .footerMenu .fCont {
    display: block;
    padding: 30px 50px;
  }
  footer .footerMenu .fItem {
    width: 100%;
    margin-left: 0;
  }
  footer .footerMenu .fItem:nth-child(3) {
    margin-left: 0;
  }
  footer .footerMenu .fNav {
    margin: 0;
    padding-top: 48px;
  }
  footer .footerMenu .fNav > a {
    font-weight: bold;
  }
  footer .footerMenu .fNav ul {
    font-size: 15px;
    line-height: 2;
  }
  footer .footerMenu .fNav ul li {
    display: block;
    padding: 0;
  }
  footer .footerMenu .fNav ul li:first-child {
    width: 100%;
    margin-top: 0;
  }
  footer .footerMenu .fNav ul li:nth-of-type(2), footer .footerMenu .fNav ul li:nth-of-type(3), footer .footerMenu .fNav ul li:nth-of-type(5) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footerMenu .fNav ul li:nth-of-type(3), footer .footerMenu .fNav ul li:nth-of-type(5) {
    padding: initial;
  }
  footer .footerMenu .fNav ul li ul li {
    position: relative;
  }
  footer .footerMenu .fNav .fList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footerMenu .fNav .fList::before {
    content: none;
  }
  footer .footerMenu .fNav .fList li {
    width: 50%;
  }
  footer .footerMenu .fNav .fList li:nth-child(2) {
    padding-bottom: 0;
  }
  footer .footerMenu .fNav .fList li ul {
    margin-top: 0;
    margin-left: 10px;
  }
  footer .footerMenu .fNav .fList li a.none {
    width: 50%;
  }
  footer .footerMenu .fNav .fList li:last-child {
    padding-bottom: 24px;
  }
  footer .footerMenu .fNav .fList li ul li {
    margin-bottom: 24px;
  }
  footer .footerMenu .fNav .fList li ul li:last-child {
    padding-bottom: 0;
  }
  footer .footerMenu .fNav2 {
    padding-right: 0;
  }
  footer .footerMenu .fNav2 .fList2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footerMenu .fNav2 .fList2::before {
    content: none;
  }
  footer .footerMenu .fNav2 .fList2 li {
    width: 50%;
    padding-bottom: 24px;
  }
}
/* SP for 360px -----*/
@media screen and (max-width: 390px) {
  #pagenation ul li {
    font-size: 10px;
  }
  #pagenation ul li a {
    padding: 0;
    width: 28px;
    height: 32px;
  }
  #pagenation ul li.no-bg {
    font-size: 6px;
  }
}
.float {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
}

.float a {
  padding: 20px 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  -webkit-transition: color 0.3s 0.15s ease-in;
  transition: color 0.3s 0.15s ease-in;
}

.middle {
  margin: 0 auto;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-inner .top .img {
    top: 10px;
    font-size: 0;
  }
  .top {
    position: relative;
    min-height: 60px;
  }
  .top label {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
  }
  .language a {
    font-family: inherit;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1009px), screen and (-ms-high-contrast: active) and (max-width: 1009px) {
  header {
    margin-bottom: 60px;
  }
  header .header-inner .top .img {
    top: 7px;
  }
}
.content-event header {
  margin-bottom: 192px;
}
.content-event header .subNav,
.content-event header .subNav_fellow {
  display: none;
}
.content-event header .subNav_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-event .dvd {
  max-width: 1400px;
  margin: 0 auto 45px;
}
.content-event .dvd a {
  width: 80%;
  margin: 0 auto;
}
.content-event .dvd a img {
  width: 100%;
  margin: 0 auto;
}
.content-event .container {
  margin-bottom: 144px;
}
.content-event .container h2 {
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
  display: inline-block;
  line-height: 1;
}
.content-event .container h2.fadeUp {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.content-event .container .event-lead {
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: #782323;
  line-height: 1.5;
  padding-bottom: 48px;
}
.content-event .container time {
  font-size: 13px;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
  font-weight: bold;
  color: white;
}
.content-event .container time.fadeUp {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.content-event .container h3 {
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
  display: block;
  font-family: "sofia-pro";
  font-weight: 600;
  line-height: 1;
  margin-bottom: 48px;
}
.content-event .container .afterThisArea {
  margin: 0 auto 72px;
}
.content-event .container .afterThisArea article {
  background-color: white;
  margin-bottom: 20px;
  opacity: 0;
}
.content-event .container .afterThisArea article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-event .container .afterThisArea article a section {
  padding: 0;
  width: 75%;
}
.content-event .container .afterThisArea article a section:first-of-type {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-event .container .afterThisArea article a section:first-of-type img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.content-event .container .afterThisArea article a section:nth-of-type(n + 2) {
  background-color: #ff5757;
  color: white;
}
.content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date {
  padding: 2.4% 24px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date time {
  padding-left: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle {
  padding: 0 24px 12px;
}
.content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
  margin-bottom: 0;
  padding-bottom: 24px;
  line-height: 1.5;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
  font-size: 14px;
  display: block;
  position: relative;
  line-height: 1.5;
}
.content-event .container .afterThisArea article a:hover {
  opacity: 0.9;
}
.content-event .container .afterThisArea article a:hover figure img {
  opacity: 0.8;
}
.content-event .container .afterThisArea article.fadeEv {
  -webkit-animation-name: fdEv;
          animation-name: fdEv;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fdEv {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdEv {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-event .container .listArea .eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 24px;
}
.content-event .container .listArea .eventList:last-of-type {
  margin-bottom: 0;
}
.content-event .container .listArea .eventList article {
  width: calc((100% - 48px) / 3);
  opacity: 0;
}
.content-event .container .listArea .eventList article.fadeEv2 {
  -webkit-animation-name: fdEv2;
          animation-name: fdEv2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes fdEv2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdEv2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-event .container .listArea .eventList article:nth-of-type(3n) {
  padding-right: 0;
}
.content-event .container .listArea .eventList article:nth-of-type(3n-1):nth-last-of-type(1), .content-event .container .listArea .eventList article:nth-of-type(3n-2):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: inherit;
}
.content-event .container .listArea .eventList article div {
  height: 100%;
  background-color: #ff5757;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-event .container .listArea .eventList article .gtm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ff5757;
}
.content-event .container .listArea .eventList article .gtm_link section {
  background-color: white;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-event .container .listArea .eventList article .gtm_link section figure:hover {
  opacity: 0.8;
}
.content-event .container .listArea .eventList article .gtm_link .date {
  padding: 12px;
  line-height: 1;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-event .container .listArea .eventList article .gtm_link .date time {
  padding-left: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-event .container .listArea .eventList article .gtm_link .evTitle {
  background-color: #ff5757;
  padding: 12px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content-event .container .listArea .eventList article .gtm_link .evTitle p {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
  line-height: 1.5;
}
.content-event .container .listArea .eventList article img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-event .container .listArea .eventList article aside {
  width: 100%;
  padding: 24px 0;
}
.content-event .container .listArea .eventList article aside a {
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
}
.content-event .container .listArea .eventList article aside a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-event .container .vMore {
  margin: 48px 0 0;
  text-align: center;
}
.content-event .container .vMore .moreBtn {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-event .container .vMore .moreBtn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}
.content-event .container .vMore .moreBtn.fadeEvBtn {
  -webkit-animation-name: fdeBtn;
          animation-name: fdeBtn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fdeBtn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdeBtn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-event .container .txt_c {
  margin: 48px 0 0;
}
.content-event .container .disp_blk img {
  width: 100%;
}
.content-event .container .h1-event {
  padding: 48px 0;
}
.content-event .container .h1-event .noLeft {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  margin: 0;
}
.content-event .container .h1-event .noLeft .hTtl {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: bold;
  color: white;
}
.content-event .container .blog_detail {
  position: relative;
  color: #782323;
}
.content-event .container .blog_detail h1 {
  background-color: #ff5757;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 12px;
}
.content-event .container .blog_detail h2 {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: clamp(1rem, -1.462rem + 5.13vw, 2rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-event .container .blog_detail h3 {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
  margin-bottom: 24px;
  padding-top: 12px;
}
.content-event .container .blog_detail h4 {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1rem);
  margin-bottom: 12px;
}
.content-event .container .blog_detail .h3-style-border {
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 15px;
  margin: 48px 0 24px;
}
.content-event .container .blog_detail .h3-style-red {
  background-color: #ff5757;
  color: #fff;
  padding: 15px;
  margin: 48px 0 24px;
}
.content-event .container .blog_detail p {
  margin-bottom: 24px;
}
.content-event .container .blog_detail a {
  color: #782323;
  text-decoration: underline;
  vertical-align: text-bottom;
}
.content-event .container .blog_detail span {
  color: #782323;
}
.content-event .container .blog_detail .main img {
  width: 100%;
  vertical-align: top;
}
.content-event .container .blog_detail .shareArea {
  margin: 0 0 56px;
}
.content-event .container .blog_detail .shareArea .copy-url {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-event .container .blog_detail .shareArea .copy-url dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-event .container .blog_detail .shareArea .copy-url dl dt {
  display: inline-block;
  font-size: 13px;
}
.content-event .container .blog_detail .shareArea .copy-url dl dd {
  display: inline-block;
  border: 1px solid #ff5757;
  padding: 2px 10px;
  width: 80%;
  overflow: hidden;
}
.content-event .container .blog_detail .shareArea .copy-url button {
  background: #ff5757 url(../img/icon_copy.png) no-repeat center;
  background-size: 61%;
  width: 24px;
}
.content-event .container .blog_detail .shareArea .copy-url button img {
  width: 100%;
}
.content-event .container .blog_detail .shareArea .sns {
  background: white;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 12px;
}
.content-event .container .blog_detail .shareArea .sns li {
  display: inline-block;
  margin-left: 12px;
}
.content-event .container .blog_detail .shareArea .sns li:first-of-type {
  margin-left: 0;
}
.content-event .container .blog_detail .shareArea .sns li a {
  display: block;
  line-height: 1;
}
.content-event .container .blog_detail .shareArea .sns li a img {
  width: 32px;
}
.content-event .container .blog_detail .shareArea .sns li a::after {
  content: none;
}
.content-event .container .blog_detail .shareArea .sns li a:hover {
  opacity: 0.8;
}
.content-event .container .blog_detail ul {
  margin-bottom: 24px;
}
.content-event .container .blog_detail ul li {
  line-height: 1.8;
}
.content-event .container .blog_detail dl.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.content-event .container .blog_detail dl.schedule dt {
  font-size: 14px;
}
.content-event .container .blog_detail dl.schedule dd {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 0 28px;
}
.content-event .container .blog_detail ul.speakersList {
  margin: 0 0 30px;
}
.content-event .container .blog_detail ul.speakersList li {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.content-event .container .blog_detail ul.speakersList li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
}
.content-event .container .blog_detail ul.speakersList li figure figcaption {
  margin-left: 24px;
}
.content-event .container .blog_detail ul.speakersList li figure figcaption span {
  display: block;
}
.content-event .container .blog_detail ul.speakersList li figure img {
  width: 200px;
}
.content-event .container .blog_detail ul.speakersList li h5 {
  font-size: 15px;
  color: #ff5757;
}
.content-event .container .blog_detail ul.speakersList li p:last-of-type {
  margin-bottom: 0;
}
.content-event .container .blog_detail .contact {
  display: inline-block;
  border: 1px solid #707070;
  line-height: 1.7;
  padding: 15px;
}
.content-event .container .blog_detail .contact p {
  margin-bottom: 0;
}
.content-event .container .blog_detail.part-show {
  max-height: 2040px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 2s ease-out 2s;
  transition: all 2s ease-out 2s;
}
.content-event .container [class^=area-btn_] {
  width: 100%;
  text-align: right;
}
.content-event .container [class^=area-btn_] button {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: #782323;
  display: inline-block;
  padding: 0 24px;
  position: relative;
}
.content-event .container [class^=area-btn_] button.btn_open::after {
  content: url(../img/arrow_icbtn.svg);
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 8px;
}
.content-event .container [class^=area-btn_] button.btn_close {
  vertical-align: middle;
}
.content-event .container [class^=area-btn_] button.btn_close::after {
  content: url(../img/arrow_icbtn.svg);
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 8px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.content-event .container [class^=area-btn_] .btn_close::after {
  content: ">";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.content-event .container .area-btn_open {
  background-color: #fff;
  padding: 1.4rem;
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-event .container .backToList {
  text-align: center;
  margin: 48px 0 72px;
}
.content-event .container .backToList a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.content-event .container .backToList a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1027px) {
  .content-event .container section {
    max-width: none;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date {
    font-size: clamp(12px, 3vw, 20px);
    padding: 10px 18px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle {
    padding: 0 18px 12px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
    margin-bottom: 0;
    padding-bottom: 12px;
    line-height: 1.5;
    font-size: 20px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1009px) {
  .content-event header {
    margin-bottom: 60px;
  }
  .content-event header .subNav_reverse {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .content-event .container section {
    max-width: none;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
    font-size: 12px;
  }
  .content-event .container .listArea .eventList article {
    width: calc((100% - 24px) / 2);
  }
  .content-event .container .listArea .eventList article a section:nth-of-type(n + 2) .evTitle p {
    margin-bottom: 12px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-event .container {
    margin-bottom: 72px;
  }
  .content-event .container .event-lead {
    padding-bottom: 24px;
  }
  .content-event .container .afterThisArea {
    margin: 0 0 48px;
  }
  .content-event .container .afterThisArea article {
    margin-bottom: 15px;
  }
  .content-event .container .afterThisArea article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .content-event .container .afterThisArea article a section {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date {
    padding-bottom: 0;
    font-size: 14px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle {
    padding-bottom: 12px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle p {
    padding-bottom: 6px;
    line-height: 1.6;
    font-size: 14px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
    font-size: 16px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
    font-size: 12px;
  }
  .content-event .container .listArea h2 {
    padding-bottom: 12px;
  }
  .content-event .container .listArea h3 {
    margin-bottom: 24px;
  }
  .content-event .container .listArea .eventList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 48px;
  }
  .content-event .container .listArea .eventList article {
    width: 100%;
    margin-bottom: 12px;
  }
  .content-event .container .listArea .eventList article:last-of-type {
    margin-bottom: 0;
  }
  .content-event .container .listArea .eventList article .gtm_link .date {
    font-size: 14px;
    padding: 12px;
  }
  .content-event .container .listArea .eventList article .gtm_link .evTitle {
    padding: 10px;
  }
  .content-event .container .listArea .eventList article img {
    width: 100%;
    vertical-align: top;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .content-event .container .listArea .eventList article aside {
    padding: 12px 0;
  }
  .content-event .container .vMore {
    margin: 36px 0 0;
  }
  .content-event .container .txt_c {
    margin: 36px 0 0;
  }
  .content-event .container .h1-event {
    padding: 24px 0;
  }
  .content-event .container .h1-event .noLeft {
    padding: 0 16px;
    border-left-width: 4px;
  }
  .content-event .container .h1-event .noLeft .hTxt {
    margin-top: 16px;
  }
  .content-event .container .blog_detail h1 {
    font-size: 15px;
    padding: 12px;
  }
  .content-event .container .blog_detail h2 {
    padding-bottom: 12px;
  }
  .content-event .container .blog_detail h3 {
    margin: 0 0 12px;
  }
  .content-event .container .blog_detail h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .content-event .container .blog_detail p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .content-event .container .blog_detail ul {
    margin-bottom: 12px;
  }
  .content-event .container .blog_detail ul li {
    line-height: 1.5;
  }
  .content-event .container .blog_detail .h3-style-red {
    padding: 12px;
    margin: 0 0 12px;
  }
  .content-event .container .blog_detail .h3-style-border {
    padding: 12px;
    margin: 0 0 12px;
  }
  .content-event .container .blog_detail .shareArea {
    display: block;
    margin: 0 0 24px;
  }
  .content-event .container .blog_detail .shareArea .copy-url {
    font-size: 0px;
    display: block;
    width: 100%;
    position: relative;
  }
  .content-event .container .blog_detail .shareArea .copy-url dl {
    width: calc(100% - 24px);
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-event .container .blog_detail .shareArea .copy-url dl dt {
    display: block;
    font-size: 13px;
    margin: 0 0 8px;
    width: 100%;
  }
  .content-event .container .blog_detail .shareArea .copy-url dl dd {
    display: block;
    font-size: 11px;
    padding: 0 10px;
    min-height: 24px;
    width: 100%;
    margin-right: -2px;
    line-height: 22px;
  }
  .content-event .container .blog_detail .shareArea .copy-url button {
    background: #ff5757 url(../img/icon_copy.png) no-repeat center;
    background-size: 61%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .content-event .container .blog_detail .shareArea .copy-url button img {
    width: 100%;
  }
  .content-event .container .blog_detail .shareArea .sns {
    width: 100%;
  }
  .content-event .container .blog_detail dl.schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
  }
  .content-event .container .blog_detail dl.schedule dd {
    margin: 0;
  }
  .content-event .container .blog_detail ul.speakersList:last-of-type {
    margin: 0 0 24px;
  }
  .content-event .container .blog_detail ul.speakersList li {
    padding: 12px;
    margin-bottom: 12px;
  }
  .content-event .container .blog_detail ul.speakersList li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 24px;
  }
  .content-event .container .blog_detail ul.speakersList li figure figcaption {
    margin-left: 0;
    width: 100%;
  }
  .content-event .container .blog_detail ul.speakersList li figure img {
    width: 50%;
    margin-bottom: 24px;
  }
  .content-event .container .blog_detail ul.speakersList li p {
    margin-bottom: 1rem;
  }
  .content-event .container .blog_detail ul.speakersList li p:last-of-type {
    margin-bottom: 0;
  }
  .content-event .container .blog_detail .contact {
    display: inline-block;
    border: 1px solid #707070;
    line-height: 1.7;
    padding: 15px;
  }
  .content-event .container .blog_detail .contact p {
    margin-bottom: 0;
  }
  .content-event .container .blog_detail.part-show {
    max-height: 1950px;
  }
  .content-event .container .backToList {
    margin: 48px 0 72px;
  }
}
/* SP for 360px -----*/
@media screen and (max-width: 360px) {
  .content-event .blog_detail .shareArea .copy-url dl dd {
    font-size: 10px;
    padding: 0 6px;
    white-space: nowrap;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date {
    font-size: 20px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
    margin-bottom: 0;
    padding-bottom: 24px;
    line-height: 1.5;
    font-size: 20px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
    font-style: 16px;
  }
  .content-event .container .listArea {
    display: block;
  }
  .content-event .container .listArea .eventList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-event .container .listArea .eventList article {
    max-width: none;
    margin: 0 0 20px;
  }
  .content-event .container .listArea .eventList article:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 24px;
  }
  .content-event .container .listArea .eventList article:nth-of-type(3n-2):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: inherit;
  }
  .content-event .container .listArea .eventList article .gtm_link section {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .content-event .container .listArea .eventList article .gtm_link .evTitle {
    min-height: 70px;
    padding: 12px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1027px), screen and (-ms-high-contrast: active) and (max-width: 1027px) {
  .content-event .container section {
    max-width: none;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date {
    font-size: clamp(12px, 3vw, 20px);
    padding: 10px 18px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle {
    padding: 0 18px 12px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 20px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
    font-size: 14px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 950px), screen and (-ms-high-contrast: active) and (max-width: 950px) {
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .date {
    font-size: 18px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .content-event .container .afterThisArea article a section:nth-of-type(n + 2) .evTitle span {
    font-size: 12px;
  }
  .content-event .container .listArea .eventList article:nth-of-type(3n-2):nth-last-of-type(1) {
    margin-left: 24px;
  }
  .content-event .container .listArea .eventList article:nth-of-type(2n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-event .container .listArea .eventList article a section:nth-of-type(n + 2) .evTitle p {
    margin-bottom: 12px;
  }
  .content-event .container .listArea .eventList article .gtm_link .evTitle {
    padding: 12px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {
  .content-event .container .listArea .eventList article {
    width: auto;
    height: 100%;
  }
  .content-event .container .listArea .eventList article div {
    height: auto;
  }
  .content-event .container .listArea .eventList article .gtm_link .evTitle {
    min-height: 70px;
    padding: 12px;
    padding-bottom: 0;
  }
}
.content-activities header .subNav {
  display: none;
}
.content-activities a[target=_blank] h3::after,
.content-activities a[target=_blank] h4::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../img/newwindow_04.png);
  background-size: contain;
}
.content-activities .container {
  padding: 0 36px 144px;
}
.content-activities .container h1 p .hTxt {
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 1.97rem);
}
.content-activities .container .recentArea h2 {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: clamp(1rem, -1.462rem + 5.13vw, 2rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-activities .container .recentArea .activities-lead {
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: #782323;
  line-height: 1.5;
  padding-bottom: 48px;
}
.content-activities .container .recentArea .actRecent {
  max-width: 1008px;
  margin-bottom: 48px;
  background-color: #fff;
  opacity: 0;
}
.content-activities .container .recentArea .actRecent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-activities .container .recentArea .actRecent a:hover {
  opacity: 0.9;
}
.content-activities .container .recentArea .actRecent a:hover figure img {
  opacity: 0.8;
}
.content-activities .container .recentArea .actRecent a:hover .cnts p {
  opacity: 0.8;
}
.content-activities .container .recentArea .actRecent a .cnts {
  width: 100%;
}
.content-activities .container .recentArea .actRecent a .cnts .heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-activities .container .recentArea .actRecent a .cnts article {
  display: block;
  width: 50%;
  padding: 0;
  background-color: #ff5757;
}
.content-activities .container .recentArea .actRecent a .cnts article .date,
.content-activities .container .recentArea .actRecent a .cnts article h3 {
  padding: 24px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(12px, 3vw, 24px);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-activities .container .recentArea .actRecent a .cnts article .date {
  padding-bottom: 0;
}
.content-activities .container .recentArea .actRecent a .cnts .aspect-ratio_block {
  width: 50%;
  position: relative;
  padding-top: 33.3%;
}
.content-activities .container .recentArea .actRecent a .cnts img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-activities .container .recentArea .actRecent a .cnts p {
  position: relative;
  padding: 24px 24px 48px;
  background-color: white;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-activities .container .recentArea .actRecent a .cnts p::after {
  content: url(../img/arrow_icbtn.svg);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 26px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.content-activities .container .recentArea .actRecent.fadeAc {
  -webkit-animation-name: fdAc;
          animation-name: fdAc;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fdAc {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdAc {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-activities .container .listArea {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 24px;
}
.content-activities .container .listArea article {
  max-width: 320px;
  opacity: 0;
}
.content-activities .container .listArea article.fadeAc2 {
  -webkit-animation-name: fdAc2;
          animation-name: fdAc2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fdAc2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdAc2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-activities .container .listArea article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ff5757;
}
.content-activities .container .listArea article a:hover {
  opacity: 0.9;
}
.content-activities .container .listArea article a:hover figure img {
  opacity: 0.8;
}
.content-activities .container .listArea article figure {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 66.6%;
  width: 100%;
}
.content-activities .container .listArea article img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.content-activities .container .listArea article h4 {
  color: white;
  font-size: 15px;
  padding: 12px;
}
.content-activities .container .listArea .date {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.563rem, 0.168rem + 1.97vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  line-height: 1;
  padding: 12px 24px;
}
.content-activities .container .vMore {
  margin: 48px 0 0;
  text-align: center;
}
.content-activities .container .vMore .moreBtn {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-activities .container .vMore .moreBtn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}
.content-activities .container .vMore .moreBtn.fadeAcBtn {
  -webkit-animation-name: fdBtn;
          animation-name: fdBtn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fdBtn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdBtn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-activities .container .h1-activities {
  padding: 48px 0;
}
.content-activities .container .h1-activities .noLeft {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  margin: 0;
}
.content-activities .container .h1-activities .noLeft .hTtl {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: bold;
  color: white;
}
.content-activities .container .blog_detail .date {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-activities .container .blog_detail .title {
  font-size: 24px;
  font-size: clamp(1.125rem, 0.967rem + 0.79vw, 1.5rem);
  font-weight: bold;
  color: white;
  padding: 24px 0 48px;
}
.content-activities .container .blog_detail .title::before {
  content: none;
}
.content-activities .container .blog_detail section {
  padding-bottom: 24px;
}
.content-activities .container .blog_detail h2 {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 4px;
  color: #cc0033;
  border-bottom: 1px dotted #333;
}
.content-activities .container .blog_detail h3 {
  margin-bottom: 24px;
}
.content-activities .container .blog_detail h3::after,
.content-activities .container .blog_detail h4::after {
  content: none;
}
.content-activities .container .blog_detail p {
  margin-bottom: 24px;
  font-weight: normal;
}
.content-activities .container .blog_detail small {
  display: block;
  margin-bottom: 24px;
  color: #782323;
}
.content-activities .container .blog_detail .main-text {
  padding: 24px 24px 0;
  background-color: #fff;
}
.content-activities .container .blog_detail .main-visual {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.content-activities .container .blog_detail .main-visual img {
  display: block;
  width: 100%;
}
.content-activities .container .blog_detail .main-visual p {
  margin: 0;
  padding: 24px 40px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #cc0033;
}
.content-activities .container .blog_detail .sns {
  background: white;
  padding: 12px 0;
  text-align: center;
}
.content-activities .container .blog_detail .sns li {
  display: inline-block;
  margin-left: 12px;
}
.content-activities .container .blog_detail .sns li:first-of-type {
  margin-left: 0;
}
.content-activities .container .blog_detail .sns li a {
  display: block;
}
.content-activities .container .blog_detail .sns li a img {
  width: 32px;
}
.content-activities .container .blog_detail .sns li a::after {
  content: none;
}
.content-activities .container .blog_detail .sns li a:hover {
  opacity: 0.8;
}
.content-activities .container .blog_detail a {
  color: #782323;
  text-decoration: underline;
}
.content-activities .container .blog_detail a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/newwindow_03.png) no-repeat bottom center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  margin-bottom: -3px;
  color: #782323;
}
.content-activities .container .blog_detail a:hover {
  opacity: 0.7;
}
.content-activities .container .blog_detail .photo-center {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 24px;
}
.content-activities .container .blog_detail .photo-center figure {
  width: 100%;
  padding: 0;
}
.content-activities .container .blog_detail .photo-center figure img {
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.content-activities .container .blog_detail .photo-center figure figcaption {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #484848;
}
.content-activities .container .backToList {
  text-align: center;
  margin: 48px 0 0;
}
.content-activities .container .backToList a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 1.2;
}
.content-activities .container .backToList a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 869px) {
  .content-activities .container .listArea article {
    max-width: none;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-activities a[target=_blank] h3::after,
  .content-activities a[target=_blank] h4::after {
    height: 11px;
  }
  .content-activities .container {
    padding: 0 16px 72px;
  }
  .content-activities .container section {
    max-width: none;
  }
  .content-activities .container .recentArea h2 {
    font-size: clamp(1rem, -1.462rem + 5.13vw, 2rem);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0;
  }
  .content-activities .container .recentArea .activities-lead {
    padding-bottom: 24px;
  }
  .content-activities .container .recentArea .actRecent {
    margin-bottom: 24px;
  }
  .content-activities .container .recentArea .actRecent a .cnts .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-activities .container .recentArea .actRecent a .cnts article {
    width: 100%;
  }
  .content-activities .container .recentArea .actRecent a .cnts article .date,
  .content-activities .container .recentArea .actRecent a .cnts article h3 {
    padding: 12px;
  }
  .content-activities .container .recentArea .actRecent a .cnts article .date {
    padding-bottom: 0;
  }
  .content-activities .container .recentArea .actRecent a .cnts article h3 {
    font-size: 14px;
  }
  .content-activities .container .recentArea .actRecent a .cnts .aspect-ratio_block {
    width: 100%;
    padding-top: 66.6%;
  }
  .content-activities .container .recentArea .actRecent a .cnts p {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px;
  }
  .content-activities .container .recentArea .actRecent a .cnts p::after {
    content: url(../img/arrow_icbtn.svg);
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 16px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .content-activities .container .listArea {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 12px;
  }
  .content-activities .container .listArea article h4 {
    font-size: 12px;
  }
  .content-activities .container .listArea .date {
    line-height: 1;
    padding: 12px;
  }
  .content-activities .container .h1-activities {
    padding: 24px 0;
  }
  .content-activities .container .h1-activities .noLeft {
    padding: 0 16px;
    border-left-width: 4px;
  }
  .content-activities .container .h1-activities .noLeft .hTxt {
    margin-top: 16px;
  }
  .content-activities .container .blog_detail .title {
    padding: 12px 0 24px;
  }
  .content-activities .container .blog_detail .main-visual p {
    padding: 12px 20px;
  }
  .content-activities .container .blog_detail p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .content-activities .container .blog_detail p.main {
    margin-bottom: 0;
  }
  .content-activities .container .blog_detail h2 {
    padding-bottom: 12px;
  }
  .content-activities .container .blog_detail .photo-center {
    width: 90%;
  }
  .content-activities .container .blog_detail .photo-center figure {
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  .content-activities .container .listArea {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
@media screen and (max-width: 368px) {
  .content-activities .container .listArea {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .content-activities .container .listArea article {
    max-width: 160px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-activities .container .recentArea .actRecent .cnts {
    width: 100%;
  }
  .content-activities .container .listArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-activities .container .listArea article {
    width: calc((100% - 48px) / 3);
  }
  .content-activities .container .listArea article:nth-of-type(3n) {
    padding-right: 0;
  }
  .content-activities .container .listArea article:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 24px;
  }
  .content-activities .container .listArea article:nth-of-type(3n-2):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: inherit;
  }
  .content-activities .container .listArea article:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 869px), screen and (-ms-high-contrast: active) and (max-width: 869px) {
  .content-activities .container .listArea article {
    width: calc((100% - 20px) / 2);
  }
  .content-activities .container .listArea article:nth-of-type(2n) {
    padding-right: 0;
  }
  .content-activities .container .listArea article:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 19px;
  }
  .content-activities .container .listArea article:nth-of-type(2n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: inherit;
  }
  .content-activities .container .listArea article:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.content-news header .subNav {
  display: none;
}
.content-news .container .h1-news {
  padding: 48px 0;
}
.content-news .container .h1-news .noLeft {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  margin: 0;
}
.content-news .container .h1-news .noLeft .hTtl {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: bold;
  color: white;
}
.content-news .container .h1-news .noLeft .hTxt {
  display: block;
  margin-top: 36px;
  line-height: 1.4;
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
}
.content-news .container .newsList .date,
.content-news .container .blog_detail .date {
  margin-bottom: 24px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  vertical-align: top;
}
.content-news .container .newsList .date,
.content-news .container .newsList .type,
.content-news .container .newsList .nws,
.content-news .container .blog_detail .date,
.content-news .container .blog_detail .type,
.content-news .container .blog_detail .nws {
  display: inline-block;
}
.content-news .container .newsList .type,
.content-news .container .newsList .nws,
.content-news .container .blog_detail .type,
.content-news .container .blog_detail .nws {
  margin: 6px 6px 6px 24px;
  padding: 1px 11px;
  border: 1px solid white;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(0.5rem, 0.342rem + 0.79vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-news .container .newsList .form-select {
  width: 33.3333333333%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-news .container .newsList .form-select .select-box {
  width: 100%;
}
.content-news .container .newsList .form-select label {
  margin: 0 10px;
  white-space: nowrap;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-news .container .newsList .form-select .custom-select-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-news .container .newsList .form-select .custom-select-wrapper select {
  display: none;
}
.content-news .container .newsList .form-select .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.content-news .container .newsList .form-select .custom-select-trigger {
  display: block;
  border: 2px solid white;
  padding: 0 30px 0 10px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(0.5rem, 0.342rem + 0.79vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-news .container .newsList .form-select .custom-select-trigger::before {
  content: "";
  display: block;
  border-left: 36px solid white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.content-news .container .newsList .form-select .custom-select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  background: url(../img/arrow_news.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 10px;
  margin-top: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.content-news .container .newsList .form-select .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(180deg) translateY(-20%);
          transform: rotate(180deg) translateY(-20%);
}
.content-news .container .newsList .form-select .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid white;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.content-news .container .newsList .form-select .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-news .container .newsList .form-select .option-hover:before {
  background: #ff7979;
}
.content-news .container .newsList .form-select .custom-option {
  position: relative;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #ff8a75;
  border: 2px solid white;
  border-bottom: none;
  color: white;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(0.5rem, 0.342rem + 0.79vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-news .container .newsList .form-select .custom-option:last-of-type {
  padding: 5px 10px 7px;
  border-bottom: 2px solid white;
}
.content-news .container .newsList .form-select .custom-option:hover,
.content-news .container .newsList .form-select .custom-option.selection {
  background: #ff5757;
  color: white;
}
.content-news .container .newsList ul {
  margin-bottom: 48px;
}
.content-news .container .newsList ul li {
  border-bottom: 2px solid white;
  padding: 24px 0;
}
.content-news .container .newsList ul li a {
  display: block;
}
.content-news .container .newsList ul li a:hover {
  opacity: 0.7;
}
.content-news .container .newsList ul li .contentBox {
  padding: 0;
  width: 100%;
}
.content-news .container .newsList ul li .contentBox h3 {
  line-height: 1.5;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-news .container #pagenation ul {
  margin-bottom: 144px;
}
.content-news .container #pagenation ul li {
  border-bottom: none;
}
.content-news .container .blog_detail {
  color: #782323;
  margin-bottom: 144px;
}
.content-news .container .blog_detail .title {
  margin: 24px 0;
  padding: 0 0 12px;
  border-bottom: 2px solid white;
  line-height: 1.5;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.967rem + 0.79vw, 1.5rem);
  font-weight: bold;
  color: white;
}
.content-news .container .blog_detail h3 {
  font-size: 15px;
}
.content-news .container .blog_detail .bg {
  padding: 24px;
  background-color: white;
}
.content-news .container .blog_detail img:first-of-type {
  margin-bottom: 12px;
}
.content-news .container .blog_detail p {
  line-height: 1.5;
  margin-bottom: 24px;
}
.content-news .container .blog_detail p.from {
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.content-news .container .blog_detail a {
  color: #782323;
  text-decoration: underline;
  word-break: break-all;
}
.content-news .container .blog_detail a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/newwindow_03.png) no-repeat bottom center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  margin-bottom: -3px;
  color: #782323;
}
.content-news .container .blog_detail a.tel {
  pointer-events: none;
  text-decoration: none;
}
.content-news .container .blog_detail a:hover {
  opacity: 0.7;
}
.content-news .container .blog_detail .contact {
  display: inline-block;
  border: 1px solid #782323;
  line-height: 1.5;
  font-size: 16px;
  padding: 24px;
  min-width: 400px;
}
.content-news .container .blog_detail .contact strong {
  display: block;
  padding-bottom: 24px;
  color: #782323;
}
.content-news .container .blog_detail .contact p {
  margin-bottom: 0;
}
.content-news .container .blog_detail .contact p .tel {
  color: #782323;
}
.content-news .container .blog_detail dl {
  overflow: hidden;
  width: 100%;
}
.content-news .container .blog_detail dt {
  float: left;
  width: 20%;
}
.content-news .container .blog_detail dd {
  margin-left: 30%;
  text-align: left;
}
.content-news .container .blog_detail td {
  padding: 10px;
}
.content-news .container .blog_detail img.alignnone.size-full.wp-image-726,
.content-news .container .blog_detail img.alignnone.size-full.wp-image-727 {
  width: auto;
}

/* SP -----*/
@media screen and (max-width: 768px) {
  .content-news header {
    margin-bottom: 60px;
  }
  .content-news .container .h1-news {
    padding: 24px 0;
  }
  .content-news .container .h1-news .noLeft {
    padding: 0 16px;
    border-left-width: 4px;
  }
  .content-news .container .h1-news .noLeft .hTxt {
    margin-top: 16px;
  }
  .content-news .container .newsList .form-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-news .container .newsList .form-select label {
    padding-left: 0;
    margin-right: 0;
    width: 6rem;
  }
  .content-news .container .newsList .form-select .select-box {
    width: 70%;
    min-width: inherit;
    height: 2.2rem;
  }
  .content-news .container .newsList .form-select .select-box .custom-select-wrapper {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  .content-news .container .newsList .form-select .select-box .custom-select-wrapper .custom-select-trigger {
    width: 100%;
  }
  .content-news .container .newsList ul {
    margin-bottom: 24px;
  }
  .content-news .container .newsList #pagenation ul {
    margin-bottom: 72px;
  }
  .content-news .container .blog_detail {
    margin-bottom: 72px;
  }
  .content-news .container .blog_detail .date {
    margin-bottom: 12px;
  }
  .content-news .container .blog_detail p {
    font-size: 14px;
    font-weight: bold;
    color: #782323;
    margin-bottom: 12px;
  }
  .content-news .container .blog_detail .contact {
    min-width: initial;
    width: 100%;
  }
}
.content-page-investmentpolicy header {
  margin-bottom: 192px;
}
.content-page-investmentpolicy header .subNav_reverse,
.content-page-investmentpolicy header .subNav_fellow {
  display: none;
}
.content-page-investmentpolicy .container .page-investmentpolicy .investmentpolicy-lead {
  margin-bottom: 48px;
  line-height: 1.5;
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}
.content-page-investmentpolicy .container .page-investmentpolicy table {
  width: 100%;
  border-spacing: 0;
}
.content-page-investmentpolicy .container .page-investmentpolicy table tr th {
  width: 200px;
  padding: 24px;
  background-color: #fff4f1;
  white-space: nowrap;
  border-bottom: 1px solid #ff5757;
  text-align: left;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #ff5757;
}
.content-page-investmentpolicy .container .page-investmentpolicy table tr td {
  padding: 24px;
  border-bottom: 1px solid #ff5757;
  border-left: 1px solid #ff5757;
  background-color: white;
  text-align: left;
  line-height: 1.7;
  font-size: 12px;
  font-size: clamp(0.563rem, 0.101rem + 0.96vw, 0.75rem);
  font-weight: bold;
  color: #782323;
}
.content-page-investmentpolicy .container .page-investmentpolicy table tr:last-child th {
  border-bottom: none;
}
.content-page-investmentpolicy .container .page-investmentpolicy table tr:last-child td {
  border-bottom: none;
}
.content-page-investmentpolicy .container .page-investmentpolicy .btn {
  text-align: center;
}
.content-page-investmentpolicy .container .page-investmentpolicy .btn .pfBtn {
  margin: 48px auto 144px;
  display: block;
  line-height: 3;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-page-investmentpolicy .container .page-investmentpolicy .btn .pfBtn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

@media screen and (max-width: 1009px) {
  .content-page-investmentpolicy header {
    margin-bottom: 60px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-page-investmentpolicy .container .page-investmentpolicy .investmentpolicy-lead {
    margin-bottom: 24px;
  }
  .content-page-investmentpolicy .container .page-investmentpolicy table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-page-investmentpolicy .container .page-investmentpolicy table tr th {
    width: 100%;
    border: none;
  }
  .content-page-investmentpolicy .container .page-investmentpolicy table tr td {
    font-size: 12px;
    width: 100%;
    border: none;
  }
  .content-page-investmentpolicy .container .page-investmentpolicy .btn .pfBtn {
    margin: 36px auto 72px;
  }
}
/* Portfolio 一覧-----*/
.content-archive-portfolio header .subNav {
  display: none;
}
.content-archive-portfolio .container .pHead .pNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-archive-portfolio .container .pHead .pNav li {
  width: 33.3333333333%;
  margin-right: 3px;
  padding: 10px 30px;
  border-right: none;
  text-align: center;
  background-color: white;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #ff5757;
}
.content-archive-portfolio .container .pHead .pNav li:last-child {
  margin-right: 0;
}
.content-archive-portfolio .container .pHead .pNav li.current {
  background: #ff5757;
  color: white;
}
.content-archive-portfolio .container .pHead .pNav li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-archive-portfolio .container .pHead .pBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 9px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box {
  width: calc((100% - 20px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box:nth-of-type(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box label {
  height: auto;
  white-space: nowrap;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.634rem + 0.58vw, 1rem);
  font-weight: bold;
  color: white;
  margin-right: 12px;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box {
  width: 65%;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box select {
  text-align: -webkit-center;
  min-width: 180px;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select-wrapper select {
  display: none;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select-trigger {
  padding: 0 30px 0 10px;
  display: block;
  position: relative;
  border: 2px solid white;
  border-right: 30px solid white;
  text-align: left;
  color: white;
  line-height: 30px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(0.5rem, 0.342rem + 0.79vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select-trigger::after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: -22px;
  top: 17%;
  border-bottom: 1px solid #ff5757;
  border-right: 1px solid #ff5757;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select.opened {
  z-index: 1;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(225deg) translateY(-20%);
          transform: rotate(225deg) translateY(-20%);
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 2px solid white;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .option-hover:before {
  background: #ff5757;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-option {
  position: relative;
  display: block;
  padding: 5px 10px;
  border-bottom: 2px solid white;
  background-color: #ff8a75;
  color: white;
  cursor: pointer;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-option:last-of-type {
  padding: 5px 10px 7px;
  border-bottom: none;
}
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-option:hover,
.content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box .custom-option.selection {
  background: #ff5757;
  color: white;
}
.content-archive-portfolio .container .pList .not_applicable {
  text-align: center;
}
.content-archive-portfolio .container .pList .not_applicable p {
  padding-top: 72px;
}
.content-archive-portfolio .container .pList ul {
  margin: 0 auto 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-archive-portfolio .container .pList ul li {
  width: calc((100% - 120px) / 6);
  max-width: 210px;
  margin-top: 24px;
  position: relative;
  text-align: center;
  background-color: white;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
  margin-right: 24px;
  margin-left: 0;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
  margin-right: 24px;
  margin-left: 0;
}
.content-archive-portfolio .container .pList ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.content-archive-portfolio .container .pList ul li a {
  height: 100%;
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-archive-portfolio .container .pList ul li a:hover {
  opacity: 0.8;
}
.content-archive-portfolio .container .pList ul li img {
  width: 100%;
  height: auto;
}
.content-archive-portfolio .container .pList .ribbon {
  width: 100%;
  height: 22px;
  background: #ff5757;
  text-align: center;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9%;
  left: -35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.content-archive-portfolio .container .pList .pRibbon {
  overflow: hidden;
  position: relative;
}
.content-archive-portfolio .container .pList .pRibbon span {
  color: white;
  font-size: 0.8rem;
}
@media screen and (max-width: 950px) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 96px) / 5);
    margin-top: 12px;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(4) {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 36px) / 4);
    margin-top: 12px;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(4) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(3) {
    margin-right: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 24px) / 3);
    max-width: initial;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(3) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(3n-2):nth-last-of-type(2) {
    margin-right: 12px;
    margin-left: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-archive-portfolio .container .pList ul {
    margin: 0 auto 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 120px) / 6);
    max-width: 210px;
    margin-top: 24px;
    position: relative;
    text-align: center;
    background-color: white;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
    margin-right: 24px;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
    margin-right: 24px;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .content-archive-portfolio .container .pList ul li a {
    height: 100%;
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-archive-portfolio .container .pList ul li a:hover {
    opacity: 0.8;
  }
  .content-archive-portfolio .container .pList ul li img {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 950px), screen and (-ms-high-contrast: active) and (max-width: 950px) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 96px) / 5);
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(4) {
    margin-right: 12px;
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 900px), screen and (-ms-high-contrast: active) and (max-width: 900px) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 36px) / 4);
    margin-top: 12px;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-archive-portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(5n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-3):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(3), .content-archive-portfolio .container .pList ul li:nth-of-type(5n-4):nth-last-of-type(4) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(3) {
    margin-right: 12px;
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 24px) / 3);
    max-width: initial;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(1) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(3) {
    margin: 12px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(3n-2):nth-last-of-type(2) {
    margin-right: 12px;
    margin-left: 0;
  }
}

.content-archive-portfolio.en .container .pHead .pBox form .form-select-box {
  width: calc((100% - 10px) / 3);
}
.content-archive-portfolio.en .container .pHead .pBox form .form-select-box label {
  font-size: 13px;
}
@media screen and (max-width: 1250px) {
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box:nth-child(3) label,
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box label {
    margin: 0;
    width: 100%;
  }
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box .form-box {
    width: 100%;
  }
}
@media screen and (max-width: 1074px) {
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box label {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box {
    width: 100%;
  }
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box:nth-child(3) label,
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box label {
    width: auto;
  }
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box .form-box {
    width: 68%;
  }
}
@media screen and (max-width: 320px) {
  .content-archive-portfolio.en .container .pHead .pBox form .form-select-box .form-box {
    width: 64%;
  }
}

/* Portfolio詳細 -----*/
.content-single-portfolio_name header .subNav {
  display: none;
}
.content-single-portfolio_name .container .pComp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content-single-portfolio_name .container .pComp .pName {
  width: 100%;
  text-align: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-single-portfolio_name .container .pComp .pName .pLabel {
  min-width: 52px;
  padding: 2px;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
  font-weight: bold;
  color: white;
  border: 1px solid white;
  position: absolute;
  top: 60px;
  right: 36px;
  text-align: center;
}
.content-single-portfolio_name .container .pComp .pName h1 {
  margin-left: 24px;
  padding: 144px 0 12px;
  -o-border-image: linear-gradient(to right, #ff7979, #fba11d, #96e422, #13cfed) 1/0 0 4px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#ff7979), color-stop(#fba11d), color-stop(#96e422), to(#13cfed)) 1/0 0 4px 0;
     border-image: linear-gradient(to right, #ff7979, #fba11d, #96e422, #13cfed) 1/0 0 4px 0;
  border-style: solid;
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
}
.content-single-portfolio_name .container .pComp .pName .phrase {
  margin-top: 12px;
  margin-left: 24px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-single-portfolio_name .container .pComp .pName tr:first-of-type th,
.content-single-portfolio_name .container .pComp .pName tr:first-of-type td {
  border-top: 1px solid white;
}
.content-single-portfolio_name .container .pComp .pName th,
.content-single-portfolio_name .container .pComp .pName td {
  text-align: left;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-single-portfolio_name .container .pComp .pName th {
  width: 145px;
  padding: 12px 24px;
  border-right: none;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.5);
}
.content-single-portfolio_name .container .pComp .pName td {
  min-width: 200px;
  padding: 12px 12px 12px 24px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: none;
  text-align: right;
}
.content-single-portfolio_name .container .pComp .pName td a {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  text-decoration: underline;
}
.content-single-portfolio_name .container .pComp .pName td a:hover {
  opacity: 0.7;
}
.content-single-portfolio_name .container .pComp .pName td a::after {
  content: "";
  display: inline-block;
  background: url(../img/newwindow_04.png) no-repeat bottom center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin: 0 0.2rem 0 0.5rem;
  margin-bottom: -3px;
}
.content-single-portfolio_name .container .pComp .pName table {
  border-collapse: collapse;
  margin: 24px 0;
  margin-left: auto;
}
.content-single-portfolio_name .container .pComp .pPic {
  width: 100%;
  background-color: white;
  max-width: 300px;
  max-height: 300px;
  margin: 120px auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-single-portfolio_name .container .pComp .pPic .pPicInner {
  text-align: center;
}
.content-single-portfolio_name .container .pComp .pPic .pPicInner img {
  width: 80%;
  height: auto;
}
.content-single-portfolio_name .container .pNews {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-single-portfolio_name .container .pNews ul {
  width: 100%;
}
.content-single-portfolio_name .container .pNews li {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  margin-top: 17px;
}
.content-single-portfolio_name .container .pNews li:first-of-type {
  margin-top: 0;
}
.content-single-portfolio_name .container .pNews li .pListBox {
  padding: 10px 0;
}
.content-single-portfolio_name .container .pNews li .pListBox .pContentBox {
  width: 100%;
  padding-left: 0;
}
.content-single-portfolio_name .container .pNews li .pListBox .pContentBox:hover {
  opacity: 0.7;
}
.content-single-portfolio_name .container .pNews li .pListBox .pContentBox .pDate {
  margin-right: 15px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-single-portfolio_name .container .pNews li .pListBox .pContentBox .pNs {
  font-size: 14px;
  font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
  font-weight: bold;
  color: white;
  border: 1px solid white;
  padding: 4px;
}
.content-single-portfolio_name .container .pNews li .pListBox .pContentBox h3 {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  padding-top: 10px;
}
.content-single-portfolio_name .container .backToList {
  text-align: center;
  margin: 48px 0 144px;
}
.content-single-portfolio_name .container .backToList a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 1.2;
}
.content-single-portfolio_name .container .backToList a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-single-portfolio_name .container .pComp .pPic {
    height: 100%;
    min-width: 300px;
    min-height: 300px;
  }
}

/* Portfolio一覧 select box -----*/
@media screen and (max-width: 1050px) {
  .content-archive-portfolio .container .pHead .pBox form .form-select-box label {
    padding-bottom: 4px;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box {
    width: 100%;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box:nth-of-type(3) {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  /* SP Portfolio一覧 -----*/
  .content-archive-portfolio .container .pHead {
    padding: 0;
    color: #ff5757;
  }
  .content-archive-portfolio .container .pHead .pNav li {
    padding: 10px 0;
  }
  .content-archive-portfolio .container .pHead .pNav li.current {
    background: #ff5757;
    color: white;
  }
  .content-archive-portfolio .container .pHead .pBox form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box:nth-of-type(3) {
    margin-bottom: 0;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box label {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box {
    width: 70%;
    height: 35px;
  }
  .content-archive-portfolio .container .pHead .pBox form .form-select-box .form-box select {
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 10px;
  }
  .content-archive-portfolio .container .pHead .pSelect {
    width: 220px;
  }
  .content-archive-portfolio .container .pList ul {
    margin-bottom: 72px;
  }
  .content-archive-portfolio .container .pList ul::before {
    content: "";
    display: block;
    width: 232px;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-archive-portfolio .container .pList ul li {
    text-align: center;
  }
  .content-archive-portfolio .container .pList ul .ribbon {
    height: 20px;
    line-height: 15px;
    right: 35%;
    top: 7%;
  }
  .content-archive-portfolio .container .pList ul .pRibbon span {
    font-size: 9px;
  }
  /* SP Portfolio詳細 -----*/
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
  .content-archive-portfolio .container .pList ul li {
    width: calc((100% - 30px) / 3);
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-1):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(1), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(1) {
    margin: 15px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(4n-2):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(2), .content-archive-portfolio .container .pList ul li:nth-of-type(4n-3):nth-last-of-type(3) {
    margin: 15px 0 0;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 15px;
  }
  .content-archive-portfolio .container .pList ul li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-single-portfolio_name header {
    margin-bottom: 60px;
  }
  .content-single-portfolio_name .container .pComp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .content-single-portfolio_name .container .pComp .pName {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .content-single-portfolio_name .container .pComp .pName .pLabel {
    display: inline-block;
    position: static;
    top: 0;
    right: 0;
  }
  .content-single-portfolio_name .container .pComp .pName h1 {
    width: 100%;
    margin-left: 0;
    padding: 24px 0 8px;
    text-align: left;
  }
  .content-single-portfolio_name .container .pComp .pName .phrase {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .content-single-portfolio_name .container .pComp .pName th,
  .content-single-portfolio_name .container .pComp .pName td {
    text-align: left;
    padding: 8px;
  }
  .content-single-portfolio_name .container .pComp .pName th {
    width: 36%;
  }
  .content-single-portfolio_name .container .pComp .pName td a {
    text-decoration: underline;
  }
  .content-single-portfolio_name .container .pComp .pName table {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
  }
  .content-single-portfolio_name .container .pComp .pPic {
    max-width: 200px;
    min-height: 200px;
    margin-top: 72px;
  }
  .content-single-portfolio_name .container .pNews ul {
    width: 100%;
  }
  .content-single-portfolio_name .container .pNews ul li {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .content-single-portfolio_name .container .pNews ul li .pListBox {
    padding: 10px 0;
  }
  .content-single-portfolio_name .container .pNews ul li .pListBox .pContentBox {
    width: 100%;
    padding-left: 0;
  }
  .content-single-portfolio_name .container .pNews ul li .pListBox .pContentBox .pDate {
    margin-right: 15px;
  }
  .content-single-portfolio_name .container .pNews ul li .pListBox .pContentBox h3 {
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
  }
  .content-single-portfolio_name .container .backToList {
    margin: 48px 0 72px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
  .content-single-portfolio_name .container .pComp .pPic {
    min-width: 200px;
  }
}
/* fade in : exception of js -----*/
.content-archive-portfolio .container .pList ul li {
  will-change: fade;
  opacity: 0;
  /* 1 -----*/
  /* 11 -----*/
  /* 21 -----*/
  /* 31 -----*/
  /* 41 -----*/
  /* 51 -----*/
  /* 61 -----*/
  /* 71 -----*/
  /* 81 -----*/
  /* 91 -----*/
  /* 101 -----*/
  /* 11 -----*/
  /* 21 -----*/
  /* 31 -----*/
  /* 41 -----*/
  /* 51 -----*/
  /* 61 -----*/
  /* 71 -----*/
  /* 81 -----*/
  /* 91 -----*/
  /* 101 -----*/
}
.content-archive-portfolio .container .pList ul li:first-of-type {
  -webkit-animation: fade 0.5s ease 0.005s normal forwards;
          animation: fade 0.5s ease 0.005s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(2) {
  -webkit-animation: fade 0.5s ease 0.02s normal forwards;
          animation: fade 0.5s ease 0.02s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(3) {
  -webkit-animation: fade 0.5s ease 0.04s normal forwards;
          animation: fade 0.5s ease 0.04s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(4) {
  -webkit-animation: fade 0.5s ease 0.06s normal forwards;
          animation: fade 0.5s ease 0.06s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(5) {
  -webkit-animation: fade 0.5s ease 0.08s normal forwards;
          animation: fade 0.5s ease 0.08s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(6) {
  -webkit-animation: fade 0.5s ease 0.1s normal forwards;
          animation: fade 0.5s ease 0.1s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(7) {
  -webkit-animation: fade 0.5s ease 0.12s normal forwards;
          animation: fade 0.5s ease 0.12s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(8) {
  -webkit-animation: fade 0.5s ease 0.14s normal forwards;
          animation: fade 0.5s ease 0.14s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(9) {
  -webkit-animation: fade 0.5s ease 0.16s normal forwards;
          animation: fade 0.5s ease 0.16s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(10) {
  -webkit-animation: fade 0.5s ease 0.18s normal forwards;
          animation: fade 0.5s ease 0.18s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(11) {
  -webkit-animation: fade 0.5s ease 0.2s normal forwards;
          animation: fade 0.5s ease 0.2s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(12) {
  -webkit-animation: fade 0.5s ease 0.24s normal forwards;
          animation: fade 0.5s ease 0.24s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(13) {
  -webkit-animation: fade 0.5s ease 0.26s normal forwards;
          animation: fade 0.5s ease 0.26s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(14) {
  -webkit-animation: fade 0.5s ease 0.28s normal forwards;
          animation: fade 0.5s ease 0.28s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(15) {
  -webkit-animation: fade 0.5s ease 0.3s normal forwards;
          animation: fade 0.5s ease 0.3s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(16) {
  -webkit-animation: fade 0.5s ease 0.32s normal forwards;
          animation: fade 0.5s ease 0.32s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(17) {
  -webkit-animation: fade 0.5s ease 0.34s normal forwards;
          animation: fade 0.5s ease 0.34s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(18) {
  -webkit-animation: fade 0.5s ease 0.36s normal forwards;
          animation: fade 0.5s ease 0.36s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(19) {
  -webkit-animation: fade 0.5s ease 0.38s normal forwards;
          animation: fade 0.5s ease 0.38s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(20) {
  -webkit-animation: fade 0.5s ease 0.4s normal forwards;
          animation: fade 0.5s ease 0.4s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(21) {
  -webkit-animation: fade 0.5s ease 0.42s normal forwards;
          animation: fade 0.5s ease 0.42s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(22) {
  -webkit-animation: fade 0.5s ease 0.44s normal forwards;
          animation: fade 0.5s ease 0.44s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(23) {
  -webkit-animation: fade 0.5s ease 0.46s normal forwards;
          animation: fade 0.5s ease 0.46s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(24) {
  -webkit-animation: fade 0.5s ease 0.48s normal forwards;
          animation: fade 0.5s ease 0.48s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(25) {
  -webkit-animation: fade 0.5s ease 0.5s normal forwards;
          animation: fade 0.5s ease 0.5s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(26) {
  -webkit-animation: fade 0.5s ease 0.52s normal forwards;
          animation: fade 0.5s ease 0.52s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(27) {
  -webkit-animation: fade 0.5s ease 0.54s normal forwards;
          animation: fade 0.5s ease 0.54s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(28) {
  -webkit-animation: fade 0.5s ease 0.56s normal forwards;
          animation: fade 0.5s ease 0.56s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(29) {
  -webkit-animation: fade 0.5s ease 0.58s normal forwards;
          animation: fade 0.5s ease 0.58s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(30) {
  -webkit-animation: fade 0.5s ease 0.6s normal forwards;
          animation: fade 0.5s ease 0.6s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(31) {
  -webkit-animation: fade 0.5s ease 0.62s normal forwards;
          animation: fade 0.5s ease 0.62s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(32) {
  -webkit-animation: fade 0.5s ease 0.64s normal forwards;
          animation: fade 0.5s ease 0.64s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(33) {
  -webkit-animation: fade 0.5s ease 0.66s normal forwards;
          animation: fade 0.5s ease 0.66s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(34) {
  -webkit-animation: fade 0.5s ease 0.68s normal forwards;
          animation: fade 0.5s ease 0.68s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(35) {
  -webkit-animation: fade 0.5s ease 0.7s normal forwards;
          animation: fade 0.5s ease 0.7s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(36) {
  -webkit-animation: fade 0.5s ease 0.72s normal forwards;
          animation: fade 0.5s ease 0.72s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(37) {
  -webkit-animation: fade 0.5s ease 0.74s normal forwards;
          animation: fade 0.5s ease 0.74s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(38) {
  -webkit-animation: fade 0.5s ease 0.76s normal forwards;
          animation: fade 0.5s ease 0.76s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(39) {
  -webkit-animation: fade 0.5s ease 0.78s normal forwards;
          animation: fade 0.5s ease 0.78s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(40) {
  -webkit-animation: fade 0.5s ease 0.8s normal forwards;
          animation: fade 0.5s ease 0.8s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(41) {
  -webkit-animation: fade 0.5s ease 0.82s normal forwards;
          animation: fade 0.5s ease 0.82s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(42) {
  -webkit-animation: fade 0.5s ease 0.84s normal forwards;
          animation: fade 0.5s ease 0.84s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(43) {
  -webkit-animation: fade 0.5s ease 0.86s normal forwards;
          animation: fade 0.5s ease 0.86s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(44) {
  -webkit-animation: fade 0.5s ease 0.88s normal forwards;
          animation: fade 0.5s ease 0.88s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(45) {
  -webkit-animation: fade 0.5s ease 0.9s normal forwards;
          animation: fade 0.5s ease 0.9s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(46) {
  -webkit-animation: fade 0.5s ease 0.92s normal forwards;
          animation: fade 0.5s ease 0.92s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(47) {
  -webkit-animation: fade 0.5s ease 0.94s normal forwards;
          animation: fade 0.5s ease 0.94s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(48) {
  -webkit-animation: fade 0.5s ease 0.96s normal forwards;
          animation: fade 0.5s ease 0.96s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(49) {
  -webkit-animation: fade 0.5s ease 0.98s normal forwards;
          animation: fade 0.5s ease 0.98s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(50) {
  -webkit-animation: fade 0.5s ease 1s normal forwards;
          animation: fade 0.5s ease 1s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(51) {
  -webkit-animation: fade 0.5s ease 1.02s normal forwards;
          animation: fade 0.5s ease 1.02s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(52) {
  -webkit-animation: fade 0.5s ease 1.04s normal forwards;
          animation: fade 0.5s ease 1.04s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(53) {
  -webkit-animation: fade 0.5s ease 1.06s normal forwards;
          animation: fade 0.5s ease 1.06s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(54) {
  -webkit-animation: fade 0.5s ease 1.08s normal forwards;
          animation: fade 0.5s ease 1.08s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(55) {
  -webkit-animation: fade 0.5s ease 1.1s normal forwards;
          animation: fade 0.5s ease 1.1s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(56) {
  -webkit-animation: fade 0.5s ease 1.12s normal forwards;
          animation: fade 0.5s ease 1.12s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(57) {
  -webkit-animation: fade 0.5s ease 1.14s normal forwards;
          animation: fade 0.5s ease 1.14s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(58) {
  -webkit-animation: fade 0.5s ease 1.16s normal forwards;
          animation: fade 0.5s ease 1.16s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(59) {
  -webkit-animation: fade 0.5s ease 1.18s normal forwards;
          animation: fade 0.5s ease 1.18s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(60) {
  -webkit-animation: fade 0.5s ease 1.2s normal forwards;
          animation: fade 0.5s ease 1.2s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(61) {
  -webkit-animation: fade 0.5s ease 1.22s normal forwards;
          animation: fade 0.5s ease 1.22s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(62) {
  -webkit-animation: fade 0.5s ease 1.24s normal forwards;
          animation: fade 0.5s ease 1.24s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(63) {
  -webkit-animation: fade 0.5s ease 1.26s normal forwards;
          animation: fade 0.5s ease 1.26s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(64) {
  -webkit-animation: fade 0.5s ease 1.28s normal forwards;
          animation: fade 0.5s ease 1.28s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(65) {
  -webkit-animation: fade 0.5s ease 1.3s normal forwards;
          animation: fade 0.5s ease 1.3s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(66) {
  -webkit-animation: fade 0.5s ease 1.32s normal forwards;
          animation: fade 0.5s ease 1.32s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(67) {
  -webkit-animation: fade 0.5s ease 1.34s normal forwards;
          animation: fade 0.5s ease 1.34s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(68) {
  -webkit-animation: fade 0.5s ease 1.36s normal forwards;
          animation: fade 0.5s ease 1.36s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(69) {
  -webkit-animation: fade 0.5s ease 1.38s normal forwards;
          animation: fade 0.5s ease 1.38s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(70) {
  -webkit-animation: fade 0.5s ease 1.4s normal forwards;
          animation: fade 0.5s ease 1.4s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(71) {
  -webkit-animation: fade 0.5s ease 1.42s normal forwards;
          animation: fade 0.5s ease 1.42s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(72) {
  -webkit-animation: fade 0.5s ease 1.44s normal forwards;
          animation: fade 0.5s ease 1.44s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(73) {
  -webkit-animation: fade 0.5s ease 1.46s normal forwards;
          animation: fade 0.5s ease 1.46s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(74) {
  -webkit-animation: fade 0.5s ease 1.48s normal forwards;
          animation: fade 0.5s ease 1.48s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(75) {
  -webkit-animation: fade 0.5s ease 1.5s normal forwards;
          animation: fade 0.5s ease 1.5s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(76) {
  -webkit-animation: fade 0.5s ease 1.52s normal forwards;
          animation: fade 0.5s ease 1.52s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(77) {
  -webkit-animation: fade 0.5s ease 1.54s normal forwards;
          animation: fade 0.5s ease 1.54s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(78) {
  -webkit-animation: fade 0.5s ease 1.56s normal forwards;
          animation: fade 0.5s ease 1.56s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(79) {
  -webkit-animation: fade 0.5s ease 1.58s normal forwards;
          animation: fade 0.5s ease 1.58s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(80) {
  -webkit-animation: fade 0.5s ease 1.6s normal forwards;
          animation: fade 0.5s ease 1.6s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(81) {
  -webkit-animation: fade 0.5s ease 1.62s normal forwards;
          animation: fade 0.5s ease 1.62s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(82) {
  -webkit-animation: fade 0.5s ease 1.64s normal forwards;
          animation: fade 0.5s ease 1.64s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(83) {
  -webkit-animation: fade 0.5s ease 1.66s normal forwards;
          animation: fade 0.5s ease 1.66s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(84) {
  -webkit-animation: fade 0.5s ease 1.68s normal forwards;
          animation: fade 0.5s ease 1.68s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(85) {
  -webkit-animation: fade 0.5s ease 1.7s normal forwards;
          animation: fade 0.5s ease 1.7s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(86) {
  -webkit-animation: fade 0.5s ease 1.72s normal forwards;
          animation: fade 0.5s ease 1.72s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(87) {
  -webkit-animation: fade 0.5s ease 1.74s normal forwards;
          animation: fade 0.5s ease 1.74s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(88) {
  -webkit-animation: fade 0.5s ease 1.76s normal forwards;
          animation: fade 0.5s ease 1.76s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(89) {
  -webkit-animation: fade 0.5s ease 1.78s normal forwards;
          animation: fade 0.5s ease 1.78s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(90) {
  -webkit-animation: fade 0.5s ease 1.8s normal forwards;
          animation: fade 0.5s ease 1.8s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(91) {
  -webkit-animation: fade 0.5s ease 1.82s normal forwards;
          animation: fade 0.5s ease 1.82s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(92) {
  -webkit-animation: fade 0.5s ease 1.84s normal forwards;
          animation: fade 0.5s ease 1.84s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(93) {
  -webkit-animation: fade 0.5s ease 1.86s normal forwards;
          animation: fade 0.5s ease 1.86s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(94) {
  -webkit-animation: fade 0.5s ease 1.88s normal forwards;
          animation: fade 0.5s ease 1.88s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(95) {
  -webkit-animation: fade 0.5s ease 1.9s normal forwards;
          animation: fade 0.5s ease 1.9s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(96) {
  -webkit-animation: fade 0.5s ease 1.92s normal forwards;
          animation: fade 0.5s ease 1.92s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(97) {
  -webkit-animation: fade 0.5s ease 1.94s normal forwards;
          animation: fade 0.5s ease 1.94s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(98) {
  -webkit-animation: fade 0.5s ease 1.96s normal forwards;
          animation: fade 0.5s ease 1.96s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(99) {
  -webkit-animation: fade 0.5s ease 1.98s normal forwards;
          animation: fade 0.5s ease 1.98s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(100) {
  -webkit-animation: fade 0.5s ease 2s normal forwards;
          animation: fade 0.5s ease 2s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(101) {
  -webkit-animation: fade 0.5s ease 0s normal forwards;
          animation: fade 0.5s ease 0s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(102) {
  -webkit-animation: fade 0.5s ease 0.02s normal forwards;
          animation: fade 0.5s ease 0.02s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(103) {
  -webkit-animation: fade 0.5s ease 0.04s normal forwards;
          animation: fade 0.5s ease 0.04s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(104) {
  -webkit-animation: fade 0.5s ease 0.06s normal forwards;
          animation: fade 0.5s ease 0.06s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(105) {
  -webkit-animation: fade 0.5s ease 0.08s normal forwards;
          animation: fade 0.5s ease 0.08s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(106) {
  -webkit-animation: fade 0.5s ease 0.1s normal forwards;
          animation: fade 0.5s ease 0.1s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(107) {
  -webkit-animation: fade 0.5s ease 0.12s normal forwards;
          animation: fade 0.5s ease 0.12s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(108) {
  -webkit-animation: fade 0.5s ease 0.14s normal forwards;
          animation: fade 0.5s ease 0.14s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(109) {
  -webkit-animation: fade 0.5s ease 0.16s normal forwards;
          animation: fade 0.5s ease 0.16s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(110) {
  -webkit-animation: fade 0.5s ease 0.18s normal forwards;
          animation: fade 0.5s ease 0.18s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(111) {
  -webkit-animation: fade 0.5s ease 0.2s normal forwards;
          animation: fade 0.5s ease 0.2s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(112) {
  -webkit-animation: fade 0.5s ease 0.22s normal forwards;
          animation: fade 0.5s ease 0.22s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(113) {
  -webkit-animation: fade 0.5s ease 0.24s normal forwards;
          animation: fade 0.5s ease 0.24s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(114) {
  -webkit-animation: fade 0.5s ease 0.26s normal forwards;
          animation: fade 0.5s ease 0.26s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(115) {
  -webkit-animation: fade 0.5s ease 0.28s normal forwards;
          animation: fade 0.5s ease 0.28s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(116) {
  -webkit-animation: fade 0.5s ease 0.3s normal forwards;
          animation: fade 0.5s ease 0.3s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(117) {
  -webkit-animation: fade 0.5s ease 0.32s normal forwards;
          animation: fade 0.5s ease 0.32s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(118) {
  -webkit-animation: fade 0.5s ease 0.34s normal forwards;
          animation: fade 0.5s ease 0.34s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(119) {
  -webkit-animation: fade 0.5s ease 0.36s normal forwards;
          animation: fade 0.5s ease 0.36s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(120) {
  -webkit-animation: fade 0.5s ease 0.38s normal forwards;
          animation: fade 0.5s ease 0.38s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(121) {
  -webkit-animation: fade 0.5s ease 0.4s normal forwards;
          animation: fade 0.5s ease 0.4s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(122) {
  -webkit-animation: fade 0.5s ease 0.42s normal forwards;
          animation: fade 0.5s ease 0.42s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(123) {
  -webkit-animation: fade 0.5s ease 0.44s normal forwards;
          animation: fade 0.5s ease 0.44s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(124) {
  -webkit-animation: fade 0.5s ease 0.46s normal forwards;
          animation: fade 0.5s ease 0.46s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(125) {
  -webkit-animation: fade 0.5s ease 0.48s normal forwards;
          animation: fade 0.5s ease 0.48s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(126) {
  -webkit-animation: fade 0.5s ease 0.5s normal forwards;
          animation: fade 0.5s ease 0.5s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(127) {
  -webkit-animation: fade 0.5s ease 0.52s normal forwards;
          animation: fade 0.5s ease 0.52s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(128) {
  -webkit-animation: fade 0.5s ease 0.54s normal forwards;
          animation: fade 0.5s ease 0.54s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(129) {
  -webkit-animation: fade 0.5s ease 0.56s normal forwards;
          animation: fade 0.5s ease 0.56s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(130) {
  -webkit-animation: fade 0.5s ease 0.58s normal forwards;
          animation: fade 0.5s ease 0.58s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(131) {
  -webkit-animation: fade 0.5s ease 0.6s normal forwards;
          animation: fade 0.5s ease 0.6s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(132) {
  -webkit-animation: fade 0.5s ease 0.62s normal forwards;
          animation: fade 0.5s ease 0.62s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(133) {
  -webkit-animation: fade 0.5s ease 0.64s normal forwards;
          animation: fade 0.5s ease 0.64s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(134) {
  -webkit-animation: fade 0.5s ease 0.66s normal forwards;
          animation: fade 0.5s ease 0.66s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(135) {
  -webkit-animation: fade 0.5s ease 0.68s normal forwards;
          animation: fade 0.5s ease 0.68s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(136) {
  -webkit-animation: fade 0.5s ease 0.7s normal forwards;
          animation: fade 0.5s ease 0.7s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(137) {
  -webkit-animation: fade 0.5s ease 0.72s normal forwards;
          animation: fade 0.5s ease 0.72s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(138) {
  -webkit-animation: fade 0.5s ease 0.74s normal forwards;
          animation: fade 0.5s ease 0.74s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(139) {
  -webkit-animation: fade 0.5s ease 0.76s normal forwards;
          animation: fade 0.5s ease 0.76s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(140) {
  -webkit-animation: fade 0.5s ease 0.78s normal forwards;
          animation: fade 0.5s ease 0.78s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(141) {
  -webkit-animation: fade 0.5s ease 0.8s normal forwards;
          animation: fade 0.5s ease 0.8s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(142) {
  -webkit-animation: fade 0.5s ease 0.82s normal forwards;
          animation: fade 0.5s ease 0.82s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(143) {
  -webkit-animation: fade 0.5s ease 0.84s normal forwards;
          animation: fade 0.5s ease 0.84s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(144) {
  -webkit-animation: fade 0.5s ease 0.86s normal forwards;
          animation: fade 0.5s ease 0.86s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(145) {
  -webkit-animation: fade 0.5s ease 0.88s normal forwards;
          animation: fade 0.5s ease 0.88s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(146) {
  -webkit-animation: fade 0.5s ease 0.9s normal forwards;
          animation: fade 0.5s ease 0.9s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(147) {
  -webkit-animation: fade 0.5s ease 0.92s normal forwards;
          animation: fade 0.5s ease 0.92s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(148) {
  -webkit-animation: fade 0.5s ease 0.94s normal forwards;
          animation: fade 0.5s ease 0.94s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(149) {
  -webkit-animation: fade 0.5s ease 0.96s normal forwards;
          animation: fade 0.5s ease 0.96s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(150) {
  -webkit-animation: fade 0.5s ease 0.98s normal forwards;
          animation: fade 0.5s ease 0.98s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(151) {
  -webkit-animation: fade 0.5s ease 1s normal forwards;
          animation: fade 0.5s ease 1s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(152) {
  -webkit-animation: fade 0.5s ease 1.02s normal forwards;
          animation: fade 0.5s ease 1.02s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(153) {
  -webkit-animation: fade 0.5s ease 1.04s normal forwards;
          animation: fade 0.5s ease 1.04s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(154) {
  -webkit-animation: fade 0.5s ease 1.06s normal forwards;
          animation: fade 0.5s ease 1.06s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(155) {
  -webkit-animation: fade 0.5s ease 1.08s normal forwards;
          animation: fade 0.5s ease 1.08s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(156) {
  -webkit-animation: fade 0.5s ease 1.1s normal forwards;
          animation: fade 0.5s ease 1.1s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(157) {
  -webkit-animation: fade 0.5s ease 1.12s normal forwards;
          animation: fade 0.5s ease 1.12s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(158) {
  -webkit-animation: fade 0.5s ease 1.14s normal forwards;
          animation: fade 0.5s ease 1.14s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(159) {
  -webkit-animation: fade 0.5s ease 1.16s normal forwards;
          animation: fade 0.5s ease 1.16s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(160) {
  -webkit-animation: fade 0.5s ease 1.18s normal forwards;
          animation: fade 0.5s ease 1.18s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(161) {
  -webkit-animation: fade 0.5s ease 1.2s normal forwards;
          animation: fade 0.5s ease 1.2s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(162) {
  -webkit-animation: fade 0.5s ease 1.22s normal forwards;
          animation: fade 0.5s ease 1.22s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(163) {
  -webkit-animation: fade 0.5s ease 1.24s normal forwards;
          animation: fade 0.5s ease 1.24s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(164) {
  -webkit-animation: fade 0.5s ease 1.26s normal forwards;
          animation: fade 0.5s ease 1.26s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(165) {
  -webkit-animation: fade 0.5s ease 1.28s normal forwards;
          animation: fade 0.5s ease 1.28s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(166) {
  -webkit-animation: fade 0.5s ease 1.3s normal forwards;
          animation: fade 0.5s ease 1.3s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(167) {
  -webkit-animation: fade 0.5s ease 1.32s normal forwards;
          animation: fade 0.5s ease 1.32s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(168) {
  -webkit-animation: fade 0.5s ease 1.34s normal forwards;
          animation: fade 0.5s ease 1.34s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(169) {
  -webkit-animation: fade 0.5s ease 1.36s normal forwards;
          animation: fade 0.5s ease 1.36s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(170) {
  -webkit-animation: fade 0.5s ease 1.38s normal forwards;
          animation: fade 0.5s ease 1.38s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(171) {
  -webkit-animation: fade 0.5s ease 1.4s normal forwards;
          animation: fade 0.5s ease 1.4s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(172) {
  -webkit-animation: fade 0.5s ease 1.42s normal forwards;
          animation: fade 0.5s ease 1.42s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(173) {
  -webkit-animation: fade 0.5s ease 1.44s normal forwards;
          animation: fade 0.5s ease 1.44s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(174) {
  -webkit-animation: fade 0.5s ease 1.46s normal forwards;
          animation: fade 0.5s ease 1.46s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(175) {
  -webkit-animation: fade 0.5s ease 1.48s normal forwards;
          animation: fade 0.5s ease 1.48s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(176) {
  -webkit-animation: fade 0.5s ease 1.5s normal forwards;
          animation: fade 0.5s ease 1.5s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(177) {
  -webkit-animation: fade 0.5s ease 1.52s normal forwards;
          animation: fade 0.5s ease 1.52s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(178) {
  -webkit-animation: fade 0.5s ease 1.54s normal forwards;
          animation: fade 0.5s ease 1.54s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(179) {
  -webkit-animation: fade 0.5s ease 1.56s normal forwards;
          animation: fade 0.5s ease 1.56s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(180) {
  -webkit-animation: fade 0.5s ease 1.58s normal forwards;
          animation: fade 0.5s ease 1.58s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(181) {
  -webkit-animation: fade 0.5s ease 1.6s normal forwards;
          animation: fade 0.5s ease 1.6s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(182) {
  -webkit-animation: fade 0.5s ease 1.62s normal forwards;
          animation: fade 0.5s ease 1.62s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(183) {
  -webkit-animation: fade 0.5s ease 1.64s normal forwards;
          animation: fade 0.5s ease 1.64s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(184) {
  -webkit-animation: fade 0.5s ease 1.66s normal forwards;
          animation: fade 0.5s ease 1.66s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(185) {
  -webkit-animation: fade 0.5s ease 1.68s normal forwards;
          animation: fade 0.5s ease 1.68s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(186) {
  -webkit-animation: fade 0.5s ease 1.7s normal forwards;
          animation: fade 0.5s ease 1.7s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(187) {
  -webkit-animation: fade 0.5s ease 1.72s normal forwards;
          animation: fade 0.5s ease 1.72s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(188) {
  -webkit-animation: fade 0.5s ease 1.74s normal forwards;
          animation: fade 0.5s ease 1.74s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(189) {
  -webkit-animation: fade 0.5s ease 1.76s normal forwards;
          animation: fade 0.5s ease 1.76s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(190) {
  -webkit-animation: fade 0.5s ease 1.78s normal forwards;
          animation: fade 0.5s ease 1.78s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(191) {
  -webkit-animation: fade 0.5s ease 1.8s normal forwards;
          animation: fade 0.5s ease 1.8s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(192) {
  -webkit-animation: fade 0.5s ease 1.82s normal forwards;
          animation: fade 0.5s ease 1.82s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(193) {
  -webkit-animation: fade 0.5s ease 1.84s normal forwards;
          animation: fade 0.5s ease 1.84s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(194) {
  -webkit-animation: fade 0.5s ease 1.86s normal forwards;
          animation: fade 0.5s ease 1.86s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(195) {
  -webkit-animation: fade 0.5s ease 1.88s normal forwards;
          animation: fade 0.5s ease 1.88s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(196) {
  -webkit-animation: fade 0.5s ease 1.9s normal forwards;
          animation: fade 0.5s ease 1.9s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(197) {
  -webkit-animation: fade 0.5s ease 1.92s normal forwards;
          animation: fade 0.5s ease 1.92s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(198) {
  -webkit-animation: fade 0.5s ease 1.94s normal forwards;
          animation: fade 0.5s ease 1.94s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(199) {
  -webkit-animation: fade 0.5s ease 1.96s normal forwards;
          animation: fade 0.5s ease 1.96s normal forwards;
}
.content-archive-portfolio .container .pList ul li:nth-of-type(200) {
  -webkit-animation: fade 0.5s ease 1.98s normal forwards;
          animation: fade 0.5s ease 1.98s normal forwards;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.content-page-completed {
  min-height: 370px;
}
.content-page-completed header .subNav {
  display: none;
}
.content-page-completed .container {
  height: auto;
}
.content-page-completed .container .page-completed {
  padding-bottom: 144px;
  line-height: 1.5;
}
.content-page-completed .container .page-completed .caption {
  padding-bottom: 24px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-completed .container .page-completed p {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-completed .btmArea {
  position: sticky;
  top: 100vh;
}

/* SP -----*/
@media screen and (max-width: 768px) {
  .content-page-completed {
    min-height: 270px;
  }
  .content-page-completed .container .page-completed {
    padding-bottom: 72px;
  }
}
.content-page-confirm header .subNav {
  display: none;
}
.content-page-confirm .container .page-confirm table tr {
  margin-bottom: 24px;
  display: block;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-page-confirm .container .page-confirm table tr:last-child {
  margin: 0;
}
.content-page-confirm .container .page-confirm table th {
  width: 255px;
  text-align: left;
  vertical-align: top;
}
.content-page-confirm .container .page-confirm table th span.required {
  padding: 0 16px;
  margin-left: 15px;
  display: inline-block;
  background-color: #ff5757;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-page-confirm .container .page-confirm table td {
  word-break: break-all;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-confirm .container .page-confirm p.agree {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
  text-align: center;
  margin: 48px 0;
}
.content-page-confirm .container .page-confirm .button {
  text-align: center;
  margin-bottom: 144px;
}
.content-page-confirm .container .page-confirm .button form {
  display: inline-block;
  margin-left: 32px;
}
.content-page-confirm .container .page-confirm .button .button_back {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.content-page-confirm .container .page-confirm .button .button_back:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-page-confirm .container .page-confirm .button .button_next {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-page-confirm .container .page-confirm .button .button_next:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

/* SP -----*/
@media screen and (max-width: 768px) {
  .content-page-confirm .container .page-confirm table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-page-confirm .container .page-confirm table tr td {
    width: 100%;
    padding-top: 4px;
  }
  .content-page-confirm .container .page-confirm p.agree {
    margin: 24px 0;
  }
  .content-page-confirm .container .page-confirm .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-page-confirm .container .page-confirm .button .button_back {
    margin: 0 auto 24px;
  }
  .content-page-confirm .container .page-confirm .button form {
    margin-left: 0;
  }
}
/* for en -----*/
.content-page-contact header .subNav {
  display: none;
}
.content-page-contact .container .page-contact form {
  width: 100%;
  padding: 48px 0 144px;
}
.content-page-contact .container .page-contact form table {
  width: 100%;
  margin: 0 0 47px;
  padding: 0px;
}
.content-page-contact .container .page-contact form table tr {
  vertical-align: top;
  text-align: left;
}
.content-page-contact .container .page-contact form table tr th {
  min-width: 175px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-page-contact .container .page-contact form table tr th span.required {
  padding: 3px 16px;
  display: inline-block;
  margin-left: 15px;
  background-color: #ff5757;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-page-contact .container .page-contact form table tr th,
.content-page-contact .container .page-contact form table tr td {
  width: 100%;
  display: block;
}
.content-page-contact .container .page-contact form table tr td {
  margin-bottom: 15px;
}
.content-page-contact .container .page-contact form input,
.content-page-contact .container .page-contact form select,
.content-page-contact .container .page-contact form textarea {
  width: 100%;
  height: 48px;
  padding-left: 24px;
  text-align: left;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: rgba(254, 255, 255, 0.5);
  border: 2px solid white;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #ff7979;
}
.content-page-contact .container .page-contact form input,
.content-page-contact .container .page-contact form textarea {
  color: #782323;
}
.content-page-contact .container .page-contact form input::-webkit-input-placeholder, .content-page-contact .container .page-contact form textarea::-webkit-input-placeholder {
  color: #ff7979;
}
.content-page-contact .container .page-contact form input::-moz-placeholder, .content-page-contact .container .page-contact form textarea::-moz-placeholder {
  color: #ff7979;
}
.content-page-contact .container .page-contact form input:-ms-input-placeholder, .content-page-contact .container .page-contact form textarea:-ms-input-placeholder {
  color: #ff7979;
}
.content-page-contact .container .page-contact form input::-ms-input-placeholder, .content-page-contact .container .page-contact form textarea::-ms-input-placeholder {
  color: #ff7979;
}
.content-page-contact .container .page-contact form input::placeholder,
.content-page-contact .container .page-contact form textarea::placeholder {
  color: #ff7979;
}
.content-page-contact .container .page-contact form select:focus,
.content-page-contact .container .page-contact form input.text:focus,
.content-page-contact .container .page-contact form textarea:focus {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #ff7979;
}
.content-page-contact .container .page-contact form select:hover,
.content-page-contact .container .page-contact form input.text:hover,
.content-page-contact .container .page-contact form textarea:hover {
  border: 2px solid #ff7979;
}
.content-page-contact .container .page-contact form textarea {
  padding: 16px 24px 250px;
  resize: vertical;
}
.content-page-contact .container .page-contact form .select_arrow {
  position: relative;
}
.content-page-contact .container .page-contact form .select_arrow::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #ff7979;
}
.content-page-contact .container .page-contact .purpose {
  padding: 24px 0 0 20px;
  margin-bottom: 30px;
  background-color: rgba(254, 255, 255, 0.5);
  border: 2px solid white;
  border: none;
}
.content-page-contact .container .page-contact .purpose p.h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.content-page-contact .container .page-contact .purpose .purpose_text {
  height: 224px;
}
.content-page-contact .container .page-contact .purpose .purpose_text p {
  padding-right: 34px;
  padding-bottom: 24px;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-contact .container .page-contact .agree {
  text-align: center;
  margin-bottom: 30px;
  /* Safari */
}
.content-page-contact .container .page-contact .agree input[type=checkbox] {
  display: none;
}
.content-page-contact .container .page-contact .agree .checkMark {
  font-size: 16px;
  padding-left: 22px;
  position: relative;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-contact .container .page-contact .agree .checkMark::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  content: url(../img/beforeCheck.png);
}
.content-page-contact .container .page-contact .agree input[type=checkbox]:checked + .checkMark::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background: url(../img/afterCheck.svg);
}
.content-page-contact .container .page-contact .agree _::-webkit-full-page-media,
.content-page-contact .container .page-contact .agree _:future,
.content-page-contact .container .page-contact .agree :root .check::before {
  top: -1px;
}
.content-page-contact .container .page-contact .agree _::-webkit-full-page-media,
.content-page-contact .container .page-contact .agree _:future,
.content-page-contact .container .page-contact .agree :root input[type=checkbox]:checked + .check::after {
  top: 0;
}
.content-page-contact .container .page-contact .send {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-page-contact .container .page-contact .send:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}
.content-page-contact .container .page-contact .send:disabled {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(254, 255, 255, 0.5);
  border: 2px solid white;
  color: white;
  pointer-events: none;
}
.content-page-contact .container .page-contact .scroll_box00::-webkit-scrollbar {
  width: 16px;
  height: 0;
  background-color: #f2f1f1;
}
.content-page-contact .container .page-contact .scroll_box00::-webkit-scrollbar-thumb {
  background-color: #ff7979;
}
.content-page-contact .container .page-contact .scroll_box00.ps {
  position: relative;
}
.content-page-contact .container .page-contact .scroll_box00.ps .ps__thumb-y {
  width: 12px;
  right: 0;
  margin: 0 3px;
  border-radius: 0;
  background-color: #ff7979;
}
.content-page-contact .container .page-contact .ps--active-y > .ps__rail-y {
  width: 18px;
  background-color: #f2f1f1;
  opacity: 1;
}
.content-page-contact .container .err {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  background: white;
  border-radius: 1px;
  margin: 16px 0 0;
}
.content-page-contact .container .err span {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #ff5757;
}
.content-page-contact .container .err:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 13%;
  margin-left: -15px;
  border: 9px solid transparent;
  border-bottom: 16px solid white;
}

@media screen and (max-width: 1004px) {
  .content-page-contact .container .page-contact .agree input[type=checkbox]:checked + .checkMark::after {
    top: 4px;
  }
}
@media screen and (max-width: 943px) {
  .content-page-contact .container .page-contact .agree input[type=checkbox]:checked + .checkMark::after {
    top: 3px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-page-contact .container .page-contact form {
    padding: 24px 0 72px;
  }
  .content-page-contact .container .page-contact form input,
  .content-page-contact .container .page-contact form select {
    padding-left: 12px;
  }
  .content-page-contact .container .page-contact form textarea {
    padding: 16px 12px 158px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
  }
  .content-page-contact .container .page-contact .purpose .purpose_text p {
    padding-bottom: 12px;
  }
  .content-page-contact .container .page-contact .agree {
    text-align: center;
    margin-bottom: 30px;
  }
  .content-page-contact .container .page-contact .agree .checkMark::before {
    top: 1px;
  }
  .content-page-contact .container .page-contact .agree input[type=checkbox]:checked + .checkMark::after {
    top: 1px;
  }
}
.content-page-startup header .subNav {
  display: none;
}
.content-page-startup .container a:hover {
  opacity: 0.7;
}
.content-page-startup .container .page-startup table {
  margin-bottom: 144px;
}
.content-page-startup .container .page-startup .container_hero {
  height: 240px;
  margin-bottom: 48px;
  background: url(uploads/incubation/coworking_hero.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-page-startup .container .page-startup .container_hero h2 {
  letter-spacing: 0.08em;
  font-size: 30px;
  line-height: 1.4;
  padding-top: 0.5em;
  color: white;
  font-weight: 700;
  text-align: center;
}
.content-page-startup .container .page-startup .RecruitmentEnd {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.content-page-startup .container .page-startup .mail_link {
  color: white;
  text-decoration: underline;
}
.content-page-startup .container .page-startup .mail_link::before {
  content: "";
  display: inline-block;
  background: url(../img/envelope-regular.svg) no-repeat bottom center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  margin-bottom: -3px;
}
.content-page-startup .container .page-startup .DLxcl_link {
  color: white;
  text-decoration: underline;
}
.content-page-startup .container .page-startup .DLxcl_link::before {
  content: "";
  display: inline-block;
  background: url(../img/file-excel-regular.svg) no-repeat bottom center;
  background-size: 100%;
  width: 12px;
  height: 16px;
  margin-right: 0.5rem;
  margin-bottom: -3px;
}
.content-page-startup .container .page-startup .startupList {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-page-startup .container .page-startup .indent {
  padding-left: 20px;
}
.content-page-startup .container .page-startup .marginTop {
  margin-top: 20px;
}
.content-page-startup .container .page-startup .startup {
  margin-top: 14px;
}
.content-page-startup .container .page-startup table {
  border-collapse: collapse;
}
.content-page-startup .container .page-startup .startup-box {
  vertical-align: top;
  border-bottom: 1px solid #ff5757;
}
.content-page-startup .container .page-startup .startup-box:last-of-type {
  border-bottom: none;
}
.content-page-startup .container .page-startup .startup-td {
  padding-right: 24px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-startup .container .page-startup .startup-title {
  font-size: 18px;
  color: white;
  text-align: left;
  line-height: 1.8;
  width: 35%;
  padding: 30px 40px 0 24px;
}
.content-page-startup .container .page-startup .startup-text {
  width: 100%;
  margin: 30px 0;
  line-height: 2;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}

.newwindow {
  width: 13px;
}

/* SP -----*/
@media screen and (max-width: 768px) {
  .content-page-startup .container .page-startup table {
    margin-bottom: 72px;
  }
  .content-page-startup .container .page-startup .caption {
    font-size: 18px;
  }
  .content-page-startup .container .page-startup .RecruitmentEnd {
    font-size: 16px;
  }
  .content-page-startup .container .page-startup .container_hero {
    margin-bottom: 24px;
    height: 37.33vw;
  }
  .content-page-startup .container .page-startup .container_hero h2 {
    font-size: 5.07vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .content-page-startup .container .page-startup .DLxcl_link {
    white-space: pre;
  }
  .content-page-startup .container .page-startup .startup-title {
    padding: 12px 0;
    text-align: left;
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .content-page-startup .container .page-startup .startup-text {
    width: 100%;
    margin: 12px 0;
  }
  .content-page-startup .container .page-startup .startup-td {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.content-front-page {
  /* header ----------*/
  /* slide in -----*/
  /* mainVisual -----*/
  /* About -----*/
  /* Function -----*/
  /* Portfolio -----*/
  /* Event -----*/
  /* News -----*/
}
.content-front-page header .top .img {
  top: 27px;
}
.content-front-page header .subNav {
  display: none;
}
.content-front-page .hAnime {
  padding: 24px 0;
}
.content-front-page .hAnime .hTtl {
  padding-left: 28px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: bold;
  color: white;
}
.content-front-page .hAnime .hTxt {
  margin-top: 16px;
  padding-left: 28px;
  display: block;
  line-height: 1.4;
  white-space: normal;
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
}
.content-front-page .hAnime .fLeft,
.content-front-page .hAnime .fLeft2 {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  padding: 0;
  margin: 0 36px;
  width: 93%;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-front-page .hAnime .fLeft {
  white-space: nowrap;
}
.content-front-page .hAnime .fLeft.fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.content-front-page .hAnime .fLeft2 {
  white-space: normal;
}
.content-front-page .hAnime .fLeft2.fadeIn2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.content-front-page .mainVisual ul {
  padding: 90px 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-front-page .mainVisual ul li {
  margin-right: 42px;
}
.content-front-page .mainVisual ul li:last-of-type {
  margin-right: 0;
}
.content-front-page .mainVisual ul li.box {
  width: 36px;
  height: 120px;
  background-color: white;
}
.content-front-page .about .container.c1440 {
  max-width: 1440px;
  padding: 0;
}
.content-front-page .about .container.c1440 .missionVision {
  padding-bottom: 72px;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead {
  position: relative;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg {
  max-height: 300px;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
  visibility: hidden;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg img {
  height: auto;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg img.sp {
  display: none;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg img.pc {
  width: 100%;
  max-height: 300px;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg.fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 2.5s;
  transition: 2.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .missionText {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 46px;
  padding: 0 36px;
  line-height: 1.5;
  -webkit-transform: translate(-46px, -50%);
          transform: translate(-46px, -50%);
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: white;
  opacity: 0;
  visibility: hidden;
}
.content-front-page .about .container.c1440 .missionVision .mission-lead .missionText.fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-46px, -50%);
          transform: translate(-46px, -50%);
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.content-front-page .about .container.c1440 .missionVision .hText .br.for_sp {
  display: none;
}
.content-front-page .about .container.c1440 .missionVision .missionText .br.for_pc {
  display: block;
}
.content-front-page .about .container.c1440 .missionVision .vision-lead {
  padding: 0 36px;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-front-page .about .container.c1440 .missionVision .vision-lead.fadeIn2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.content-front-page .function .container {
  padding: 0;
}
.content-front-page .function .container .funcBox1,
.content-front-page .function .container .funcBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-front-page .function .container .funcBox1.fadeUp,
.content-front-page .function .container .funcBox2.fadeUp {
  -webkit-animation-name: fadeUpFunc;
          animation-name: fadeUpFunc;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpFunc {
  from {
    opacity: 0;
    -webkit-transform: translateY(600px);
            transform: translateY(600px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpFunc {
  from {
    opacity: 0;
    -webkit-transform: translateY(600px);
            transform: translateY(600px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-front-page .function .container .funcBox1 .funcTxt,
.content-front-page .function .container .funcBox2 .funcTxt {
  width: 50%;
  padding: 0 36px;
  background-color: white;
}
.content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft,
.content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  margin: 0;
  padding: 0;
}
.content-front-page .function .container .funcBox1 .funcTxt p,
.content-front-page .function .container .funcBox2 .funcTxt p {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: clamp(0.875rem, 0.401rem + 2.37vw, 2rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .function .container .funcBox1 .funcImg,
.content-front-page .function .container .funcBox2 .funcImg {
  width: 50%;
}
.content-front-page .function .container .funcBox1 .funcImg img,
.content-front-page .function .container .funcBox2 .funcImg img {
  height: auto;
}
.content-front-page .function .container .funcBox1 .funcImg img.sp,
.content-front-page .function .container .funcBox2 .funcImg img.sp {
  display: none;
}
.content-front-page .function .container .funcBox1 .funcImg img.pc,
.content-front-page .function .container .funcBox2 .funcImg img.pc {
  display: block;
  width: 100%;
}
.content-front-page .function .container .funcBox1.fadeUp {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft {
  border-color: #fea21c;
}
.content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft .hTtl {
  color: #fea21c;
}
.content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft .hTxt {
  color: #fea21c;
}
.content-front-page .function .container .funcBox1 .funcTxt p {
  color: #fea21c;
}
.content-front-page .function .container .funcBox2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-front-page .function .container .funcBox2.fadeUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft {
  border-color: #44a1af;
}
.content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft .hTtl {
  color: #44a1af;
}
.content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft .hTxt {
  color: #44a1af;
}
.content-front-page .function .container .funcBox2 .funcTxt p {
  color: #44a1af;
}
.content-front-page .function .container .our {
  padding: 48px 0;
  text-align: center;
  background-color: #c9b43a;
}
.content-front-page .function .container .our .ourPrt {
  margin: auto;
  padding: 12px 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 1.2;
}
.content-front-page .function .container .our .ourPrt:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-front-page .function .container .our .ourPrt.is-fadeInBtn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.content-front-page .portfolio .container {
  padding: 0;
  background-color: #ff5757;
}
.content-front-page .portfolio .container .hAnime {
  background-color: white;
}
.content-front-page .portfolio .container .fLeft {
  border-color: #ff5757;
}
.content-front-page .portfolio .container .fLeft.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.content-front-page .portfolio .container .hTtl {
  color: #ff5757;
}
.content-front-page .portfolio .container .hTxt {
  color: #ff5757;
}
.content-front-page .portfolio .container .pList {
  background-color: #ff5757;
}
.content-front-page .portfolio .container .pList .not_applicable {
  text-align: center;
}
.content-front-page .portfolio .container .pList .not_applicable p {
  font-size: 15px;
  font-weight: 500;
}
.content-front-page .portfolio .container .pList ul {
  margin: 0 auto;
  padding: 24px 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.content-front-page .portfolio .container .pList ul li {
  position: relative;
  text-align: center;
  width: calc((100% - 120px) / 6);
  max-width: 210px;
  background-color: white;
}
.content-front-page .portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}
.content-front-page .portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
  margin-right: 25px;
  margin-left: 0;
}
.content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
  margin-right: 25px;
  margin-left: 0;
}
.content-front-page .portfolio .container .pList ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.content-front-page .portfolio .container .pList ul li a {
  height: 100%;
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-front-page .portfolio .container .pList ul li a:hover {
  opacity: 0.8;
}
.content-front-page .portfolio .container .pList ul li img {
  width: 100%;
  height: auto;
}
.content-front-page .portfolio .container .pList ul .fadeUp {
  -webkit-animation-name: fadeUpPort;
          animation-name: fadeUpPort;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
}
@-webkit-keyframes fadeUpPort {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpPort {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-front-page .portfolio .container .pList .ribbon {
  width: 100%;
  height: 22px;
  background: #ff5757;
  text-align: center;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9%;
  left: -35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.content-front-page .portfolio .container .pList .pRibbon {
  overflow: hidden;
  position: relative;
}
.content-front-page .portfolio .container .pList .pRibbon span {
  color: white;
  font-size: 0.8rem;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-front-page .portfolio .container .pList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-front-page .portfolio .container .pList ul li {
    position: relative;
    text-align: center;
    width: calc((100% - 120px) / 6);
    max-width: 210px;
    background-color: white;
  }
  .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }
  .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-2):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(3), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-3):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(3), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(2), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(3), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(4), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5), .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-4):nth-last-of-type(4) {
    margin-right: 25px;
    margin-left: 0;
  }
  .content-front-page .portfolio .container .pList ul li:nth-of-type(6n-5):nth-last-of-type(5) {
    margin-right: 25px;
    margin-left: 0;
  }
  .content-front-page .portfolio .container .pList ul li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .content-front-page .portfolio .container .pList ul li a {
    height: 100%;
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-front-page .portfolio .container .pList ul li a:hover {
    opacity: 0.8;
  }
  .content-front-page .portfolio .container .pList ul li img {
    width: 100%;
  }
}
.content-front-page .portfolio .container .watchPf {
  padding: 48px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.content-front-page .portfolio .container .watchPf a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 1.2;
}
.content-front-page .portfolio .container .watchPf a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-front-page .portfolio .container .watchPf.is-fadeInBtn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.content-front-page .event .container {
  padding: 0;
  background-color: #ffc064;
}
.content-front-page .event .container .hAnime {
  background-color: white;
}
.content-front-page .event .container .fLeft {
  border-color: #ff5757;
}
.content-front-page .event .container .fLeft.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.content-front-page .event .container .hTtl {
  color: #ff5757;
}
.content-front-page .event .container .hTxt {
  color: #ff5757;
}
.content-front-page .event .container p {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: clamp(0.875rem, 0.401rem + 2.37vw, 2rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #ff5757;
}
.content-front-page .event .container .afterThisArea {
  padding: 24px 36px;
}
.content-front-page .event .container .afterThisArea time {
  font-size: 13px;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
  font-weight: bold;
  color: white;
}
.content-front-page .event .container .afterThisArea li {
  background-color: white;
  opacity: 0;
}
.content-front-page .event .container .afterThisArea li.fadeUp {
  -webkit-animation-name: fadeUpTopEvt;
          animation-name: fadeUpTopEvt;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}
@-webkit-keyframes fadeUpTopEvt {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpTopEvt {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-front-page .event .container .afterThisArea li:first-of-type {
  margin-bottom: 24px;
}
.content-front-page .event .container .afterThisArea li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-front-page .event .container .afterThisArea li a:hover {
  opacity: 0.8;
}
.content-front-page .event .container .afterThisArea li a section {
  padding: 0;
  width: 75%;
}
.content-front-page .event .container .afterThisArea li a section:first-of-type {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-front-page .event .container .afterThisArea li a section:first-of-type img {
  width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 2.04;
}
.content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) {
  background-color: #ff5757;
  color: white;
}
.content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .date {
  padding: 2.4% 24px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .date time {
  padding-left: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle {
  padding: 0 4.8% 0;
}
.content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle h3 {
  padding-bottom: 5.3%;
  line-height: 1.5;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle span {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
  font-size: 15px;
  display: block;
  position: relative;
  line-height: 1.5;
}
.content-front-page .event .container .eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 36px;
}
.content-front-page .event .container .eventList li {
  width: calc((100% - 24px) / 3);
  margin-right: 24px;
  background-color: white;
  opacity: 0;
}
.content-front-page .event .container .eventList li.fadeUp {
  -webkit-animation-name: fadeUpTopEvt2;
          animation-name: fadeUpTopEvt2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}
@-webkit-keyframes fadeUpTopEvt2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpTopEvt2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-front-page .event .container .eventList li:last-child {
  margin-right: 0;
}
.content-front-page .event .container .eventList li:nth-of-type(4n) {
  padding-right: 0;
}
.content-front-page .event .container .eventList li:nth-of-type(4n-1):nth-last-of-type(1), .content-front-page .event .container .eventList li:nth-of-type(4n-2):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}
.content-front-page .event .container .eventList li:nth-of-type(4n-2):nth-last-of-type(2) {
  margin-left: 0;
}
.content-front-page .event .container .eventList li div {
  background-color: #ff5757;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-front-page .event .container .eventList li .gtm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ff5757;
}
.content-front-page .event .container .eventList li .gtm_link:hover {
  opacity: 0.7;
}
.content-front-page .event .container .eventList li .gtm_link section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-front-page .event .container .eventList li .gtm_link .date {
  padding: 2.4% 24px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .eventList li .gtm_link .date time {
  padding-left: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .eventList li .gtm_link .date {
  padding: 18px 12px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .eventList li .gtm_link .date time {
  padding-left: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-front-page .event .container .eventList li .gtm_link .evTitle {
  min-height: 108px;
  padding: 18px 12px;
  background-color: #ff5757;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content-front-page .event .container .eventList li .gtm_link .evTitle h3 {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-front-page .event .container .eventList li img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-front-page .event .container .eventList li aside {
  width: 100%;
}
.content-front-page .event .container .eventList li aside a:hover {
  opacity: 0.8;
}
.content-front-page .event .container .watchEv {
  padding: 48px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.content-front-page .event .container .watchEv a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 1.2;
}
.content-front-page .event .container .watchEv a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-front-page .event .container .watchEv.is-fadeInBtn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.content-front-page .event .container .dvd_ban {
  padding: 24px 36px 0;
  background-color: #ffc064;
}
.content-front-page .event .container .dvd_ban img {
  width: 100%;
  vertical-align: top;
}
.content-front-page .event .container .dvd_ban a {
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
.content-front-page .event .container .dvd_ban a img:hover {
  opacity: 0.8;
}
.content-front-page .event .container .dvd_ban a.fadeUp {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.content-front-page .event .container .dvd_ban .fadeUp {
  -webkit-animation-name: fadeUpDvd;
          animation-name: fadeUpDvd;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}
@-webkit-keyframes fadeUpDvd {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpDvd {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-front-page .news .container {
  padding: 0;
  background-color: #54b3c2;
}
.content-front-page .news .container .hAnime {
  background-color: white;
}
.content-front-page .news .container .fLeft {
  border-color: #54b3c2;
}
.content-front-page .news .container .fLeft.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.content-front-page .news .container .hTtl {
  color: #54b3c2;
}
.content-front-page .news .container .hTxt {
  color: #54b3c2;
}
.content-front-page .news .container .newsList ul {
  padding: 24px 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  background-color: #54b3c2;
}
.content-front-page .news .container .newsList ul li {
  width: calc(50% - 13px);
  border: 2px solid #54b3c2;
  background-color: white;
}
.content-front-page .news .container .newsList ul li a {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.content-front-page .news .container .newsList ul li a:hover {
  opacity: 0.8;
}
.content-front-page .news .container .newsList ul li a .nwTxt {
  width: 67%;
}
.content-front-page .news .container .newsList ul li a .nwTxt span {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #54b3c2;
}
.content-front-page .news .container .newsList ul li a .nwTxt span.nws {
  padding: 0 16px;
  border: 2px solid #54b3c2;
}
.content-front-page .news .container .newsList ul li a .nwTxt span.date {
  margin-left: 12px;
}
.content-front-page .news .container .newsList ul li a .nwTxt h3 {
  margin-top: 12px;
  margin-right: 24px;
  line-height: 1.4;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #54b3c2;
}
.content-front-page .news .container .newsList ul li a figure {
  position: relative;
  padding-top: 22%;
  overflow: hidden;
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-front-page .news .container .newsList ul li a figure img {
  position: absolute;
  top: -25%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-front-page .news .container .newsList ul .fadeUp {
  -webkit-animation-name: fadeUpNws;
          animation-name: fadeUpNws;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}
@-webkit-keyframes fadeUpNws {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpNws {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-front-page .news .container .watchNw {
  padding: 48px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.content-front-page .news .container .watchNw a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  line-height: 1.2;
}
.content-front-page .news .container .watchNw a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-front-page .news .container .watchNw.is-fadeInBtn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* elevator menu -----*/
#elevator {
  position: fixed;
  z-index: 1;
  right: 16px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#elevator ul > li {
  list-style: none;
}
#elevator ul > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
#elevator ul > li > span {
  display: block;
  width: 2px;
  height: 40px;
  background-color: white;
}
#elevator ul > li .current {
  background-color: #ff7979;
}

.content-front-page.en .function .container {
  padding: 0 0 114px;
  background-color: #c9b43a;
}

/* tab -----*/
@media screen and (max-width: 1009px) {
  .content-front-page {
    /* About -----*/
    /* Function -----*/
    /* Portfolio -----*/
    /* Event -----*/
    /* News -----*/
  }
  .content-front-page header .top .img {
    top: 0;
    font-size: 0;
  }
  .content-front-page .about .container.c1440 .missionVision {
    padding-bottom: 28px;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead {
    left: 0;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg img.sp {
    width: 100%;
    max-height: 260px;
    display: block;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead .aboutImg img.pc {
    display: none;
  }
  .content-front-page .function .container .funcBox1 .funcTxt,
  .content-front-page .function .container .funcBox2 .funcTxt {
    width: 50%;
    padding: 12px 36px;
  }
  .content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft,
  .content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft {
    padding: 0;
  }
  .content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft .hTtl,
  .content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft .hTtl {
    padding-left: 28px;
  }
  .content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft .hTxt,
  .content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft .hTxt {
    padding-left: 28px;
  }
  .content-front-page .function .container .our {
    padding: 24px 0;
  }
  .content-front-page .portfolio .container {
    padding: 0;
  }
  .content-front-page .portfolio .container .pList ul {
    padding: 24px 36px 0;
    gap: 18px;
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+25) {
    display: none;
  }
}
@media screen and (max-width: 1009px) and (max-width: 950px) {
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 100px) / 5);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+21) {
    display: none;
  }
}
@media screen and (max-width: 1009px) and (max-width: 900px) {
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 60px) / 4);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+17) {
    display: none;
  }
}
@media screen and (max-width: 1009px) and (max-width: 820px) {
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 85px) / 3);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+13) {
    display: none;
  }
}
@media screen and (max-width: 1009px) {
  .content-front-page .portfolio .container .watchPf {
    padding: 24px 0;
  }
  .content-front-page .event .container .afterThisArea li a section:first-of-type {
    width: 50%;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) {
    width: 50%;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle {
    padding-bottom: 12px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle p {
    padding-bottom: 0;
    font-family: "sofia-pro", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-size: clamp(0.75rem, 0.576rem + 0.87vw, 1.125rem);
    font-style: normal;
    font-weight: 600;
    color: white;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .date {
    padding: 2.4% 4.8% 1%;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.817rem + 0.29vw, 1rem);
    font-style: bold;
    color: white;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle h3 {
    padding-bottom: 12px;
    font-size: 18px;
    font-size: clamp(0.875rem, 0.759rem + 0.58vw, 1.125rem);
    font-style: bold;
    color: white;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1009px) and (max-width: 850px) {
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle h3 {
    font-size: 15px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1009px) {
  .content-front-page .event .container .eventList li div {
    background-color: #ff5757;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-front-page .event .container .watchEv {
    padding: 24px 0;
  }
  .content-front-page .news .container .newsList ul li {
    width: calc(50% - 12px);
  }
  .content-front-page .news .container .newsList ul li a {
    gap: 12px;
  }
  .content-front-page .news .container .newsList ul li a figure img {
    top: -20%;
  }
  .content-front-page .news .container .watchNw {
    padding: 24px 0;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-front-page {
    /* slide in -----*/
    /* mainVisual -----*/
    /* about -----*/
    /* function -----*/
    /* portfolio -----*/
    /* Event -----*/
    /* News -----*/
    /* elevator menu -----*/
  }
  .content-front-page .hAnime .fLeft,
  .content-front-page .hAnime .fLeft2 {
    width: 92%;
    margin: 0 16px;
    padding: 0;
    border-left: 4px solid white;
  }
  .content-front-page .hAnime .fLeft .hTtl,
  .content-front-page .hAnime .fLeft2 .hTtl {
    padding-left: 20px;
  }
  .content-front-page .hAnime .fLeft .hTxt,
  .content-front-page .hAnime .fLeft2 .hTxt {
    padding-left: 20px;
  }
  .content-front-page .mainVisual ul {
    padding: 48px 0;
  }
  .content-front-page .mainVisual ul li {
    margin-right: 16px;
  }
  .content-front-page .mainVisual ul li:last-of-type {
    margin-right: 0;
  }
  .content-front-page .mainVisual ul li.box {
    width: 25px;
    height: 85px;
  }
  .content-front-page .about .container.c1440 .missionVision {
    padding-bottom: 28px;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead {
    left: 0;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead p {
    padding: 0 16px;
  }
  @-webkit-keyframes fadeUpMission {
    from {
      opacity: 0;
      -webkit-transform: translateY(300px);
              transform: translateY(300px);
      left: 0;
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: 25%;
      left: 0;
    }
  }
  @keyframes fadeUpMission {
    from {
      opacity: 0;
      -webkit-transform: translateY(300px);
              transform: translateY(300px);
      left: 0;
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: 25%;
      left: 0;
    }
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead .hText .br.for_sp {
    display: block;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead .missionText {
    padding: 0 16px;
  }
  .content-front-page .about .container.c1440 .missionVision .mission-lead .missionText .br.for_pc {
    display: none;
  }
  .content-front-page .about .container.c1440 .missionVision .vision-lead {
    padding: 0 16px;
  }
  .content-front-page .function .container .funcBox1,
  .content-front-page .function .container .funcBox2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-front-page .function .container .funcBox1 .funcTxt,
  .content-front-page .function .container .funcBox2 .funcTxt {
    width: 100%;
    padding: 0;
  }
  .content-front-page .function .container .funcBox1 .funcTxt p,
  .content-front-page .function .container .funcBox2 .funcTxt p {
    margin: 0 16px 24px;
  }
  .content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft,
  .content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft {
    margin: 0 16px;
    padding: 0;
    border-left-width: 4px;
  }
  .content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft .hTtl,
  .content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft .hTtl {
    padding-left: 20px;
  }
  .content-front-page .function .container .funcBox1 .funcTxt h2 .noLeft .hTxt,
  .content-front-page .function .container .funcBox2 .funcTxt h2 .noLeft .hTxt {
    padding-left: 20px;
  }
  .content-front-page .function .container .funcBox1 .funcImg img.sp,
  .content-front-page .function .container .funcBox2 .funcImg img.sp {
    width: 200%;
    display: block;
  }
  .content-front-page .function .container .funcBox1 .funcImg img.pc,
  .content-front-page .function .container .funcBox2 .funcImg img.pc {
    display: none;
  }
  .content-front-page .function .container .funcBox1 {
    padding: 0;
  }
  .content-front-page .function .container .funcBox2 {
    padding-top: 0;
  }
  .content-front-page .function .container .our {
    padding: 24px 0;
  }
  .content-front-page .portfolio .container .pList ul {
    padding: 24px 16px 0;
    gap: 12px;
  }
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 45px) / 3);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+10) {
    display: none;
  }
  .content-front-page .portfolio .container .watchPf {
    padding: 24px 0;
  }
  .content-front-page .event .container .afterThisArea {
    padding: 24px 16px 12px;
  }
  .content-front-page .event .container .afterThisArea li:first-of-type {
    margin-bottom: 12px;
  }
  .content-front-page .event .container .afterThisArea li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-front-page .event .container .afterThisArea li a section:first-of-type {
    width: 100%;
    aspect-ratio: auto;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) {
    width: 100%;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .date {
    padding: 12px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .date time {
    padding-left: 4px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle {
    padding: 0 12px 12px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle span {
    font-size: 12px;
  }
  .content-front-page .event .container .eventList {
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-front-page .event .container .eventList li {
    width: 100%;
    margin-bottom: 12px;
  }
  .content-front-page .event .container .eventList li:last-child {
    margin-bottom: 0;
  }
  .content-front-page .event .container .eventList li .gtm_link .date {
    padding: 12px;
  }
  .content-front-page .event .container .watchEv {
    padding: 24px 0;
  }
  .content-front-page .event .container .dvd_ban {
    padding: 24px 16px 0;
  }
  .content-front-page .event .container .dvd_ban img {
    width: 100%;
    height: auto;
  }
  .content-front-page .news .container .newsList ul {
    padding: 24px 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .content-front-page .news .container .newsList ul li {
    width: 100%;
  }
  .content-front-page .news .container .newsList ul li a {
    padding: 12px;
    padding-top: 19px;
  }
  .content-front-page .news .container .newsList ul li a figure {
    display: none;
  }
  .content-front-page .news .container .newsList ul li a .nwTxt {
    width: 100%;
  }
  .content-front-page .news .container .newsList ul li a .nwTxt span.nws {
    padding: 6px 12px;
    vertical-align: super;
    font-size: 12px;
  }
  .content-front-page .news .container .newsList ul li a .nwTxt span.date {
    vertical-align: sub;
    font-size: 12px;
  }
  .content-front-page .news .container .watchNw {
    padding: 24px 0;
  }
  .content-front-page #elevator {
    right: 8px;
  }
}
/* Small SP -----*/
@media screen and (max-width: 320px) {
  .content-front-page {
    /* function -----*/
  }
  .content-front-page .function .container .funcImg img.sp {
    max-height: 110px;
  }
  .content-front-page .function .container .funcImg img.pc {
    display: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-front-page header .top .img {
    top: 10px;
  }
  .content-front-page .function .container .funcBox1 .funcImg img.pc,
  .content-front-page .function .container .funcBox2 .funcImg img.pc {
    height: 100%;
  }
  .content-front-page .portfolio .container .pList ul li {
    margin-bottom: 24px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1240px), screen and (-ms-high-contrast: active) and (max-width: 1240px) {
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle h3 {
    font-size: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1009px), screen and (-ms-high-contrast: active) and (max-width: 1009px) {
  .content-front-page header .header-inner .top .img {
    top: 7px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle h3 {
    font-size: 16px;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle span {
    font-size: 14px;
  }
  .content-front-page .event .container .eventList li .gtm_link section {
    width: 100%;
  }
  .content-front-page .event .container .eventList li .gtm_link .date {
    padding: 14px 12px;
    font-size: 18px;
  }
  .content-front-page .event .container .eventList li .gtm_link .date time {
    padding-left: 2px;
    font-size: 14px;
  }
  .content-front-page .event .container .eventList li .gtm_link .evTitle {
    padding: 14px 12px;
  }
  .content-front-page .portfolio .container .pList ul {
    padding: 24px 36px 0;
  }
  .content-front-page .portfolio .container .pList ul li {
    margin-bottom: 18px;
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+25) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1009px) and (max-width: 950px), screen and (-ms-high-contrast: active) and (max-width: 1009px) and (max-width: 950px) {
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 100px) / 5);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+21) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1009px) and (max-width: 900px), screen and (-ms-high-contrast: active) and (max-width: 1009px) and (max-width: 900px) {
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 60px) / 4);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+17) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1009px) and (max-width: 820px), screen and (-ms-high-contrast: active) and (max-width: 1009px) and (max-width: 820px) {
  .content-front-page .portfolio .container .pList ul li {
    width: calc((100% - 85px) / 3);
  }
  .content-front-page .portfolio .container .pList ul li:nth-child(n+13) {
    display: none;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {
  .content-front-page .function .container .funcBox1 .funcImg,
  .content-front-page .function .container .funcBox2 .funcImg {
    height: 100%;
  }
  .content-front-page .portfolio .container .pList ul li {
    margin-bottom: 12px;
  }
  .content-front-page .portfolio .container .watchPf {
    padding: 24px 0;
  }
  .content-front-page .event .container .afterThisArea li a section:nth-of-type(n + 2) .evTitle span {
    font-size: 12px;
  }
  .content-front-page .event .container .eventList li .gtm_link section {
    width: 100%;
    height: 100%;
  }
  .content-front-page .event .container .eventList li .gtm_link .date {
    padding: 14px 12px;
    font-size: 18px;
  }
  .content-front-page .event .container .eventList li .gtm_link .date time {
    padding-left: 1px;
    font-size: 12px;
  }
  .content-front-page .event .container .eventList li .gtm_link .evTitle {
    padding: 14px 12px;
    font-size: 12px;
  }
}
.content-fund header {
  margin-bottom: 192px;
}
.content-fund header .subNav_reverse,
.content-fund header .subNav_fellow {
  display: none;
}
.content-fund .container .fund-lead {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-fund .container section img {
  width: 100%;
  height: auto;
  padding-bottom: 72px;
}
.content-fund .container .fund table {
  border-spacing: 0 24px;
  border-collapse: separate;
}
.content-fund .container .fund table .fund-box {
  margin-bottom: 24px;
  text-align: left;
  vertical-align: top;
}
.content-fund .container .fund table .fund-box:last-of-type {
  margin-bottom: 0;
}
.content-fund .container .fund table .fund-box .fund-title {
  width: 48%;
  padding: 24px;
  background-color: #fff4f1;
  line-height: 1.5;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #f43c3c;
  text-align: left;
}
.content-fund .container .fund table .fund-box td .fund-text {
  padding: 24px;
  border: 1px solid white;
  background-color: white;
  line-height: 1.7;
  text-align: left;
  font-size: 12px;
  font-size: clamp(0.563rem, 0.101rem + 0.96vw, 0.75rem);
  font-weight: bold;
  color: #782323;
}
.content-fund .container .btn {
  text-align: center;
}
.content-fund .container .btn .pfBtn {
  margin: 24px auto 144px;
  display: block;
  line-height: 3;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-fund .container .btn .pfBtn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

@media screen and (max-width: 1009px) {
  .content-fund header {
    margin-bottom: 60px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-fund .container h2 {
    padding-bottom: 24px;
  }
  .content-fund .container .fund-lead {
    margin-bottom: 24px;
  }
  .content-fund .container section img {
    padding-bottom: 48px;
  }
  .content-fund .container .fund {
    padding-top: 0;
  }
  .content-fund .container .fund table {
    border-spacing: 0;
  }
  .content-fund .container .fund table .fund-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .content-fund .container .fund table .fund-box:last-child {
    margin-bottom: 0;
  }
  .content-fund .container .fund table .fund-box .fund-title {
    width: 100%;
    padding: 12px;
    background-color: white;
  }
  .content-fund .container .fund table .fund-box td {
    width: 100%;
  }
  .content-fund .container .fund table .fund-box td .fund-text {
    padding: 0 12px 12px;
  }
  .content-fund .container .btn .pfBtn {
    margin: 36px auto 72px;
  }
}
.content-deiPolicy {
  /* SP -----*/
}
.content-deiPolicy header .subNav {
  display: none;
}
.content-deiPolicy .container .dei-policy {
  padding-bottom: 144px;
}
.content-deiPolicy .container .dei-policy .dei-lead {
  padding: 0 36px 48px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-deiPolicy .container .dei-policy .sub-title,
.content-deiPolicy .container .dei-policy .dei-title {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
}
.content-deiPolicy .container .dei-policy ul {
  padding: 24px 0;
}
.content-deiPolicy .container .dei-policy ul .dei-list {
  padding-top: 5px;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
  list-style: disc;
  margin-left: 1.4em;
}
.content-deiPolicy .container .dei-policy .dei-title {
  padding-bottom: 16px;
}
.content-deiPolicy .container .dei-policy .dei-text {
  padding: 24px 0;
}
.content-deiPolicy .container .dei-policy .sub-title:nth-child(n+10) {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}
@media screen and (max-width: 768px) {
  .content-deiPolicy .container .dei-policy {
    padding-bottom: 72px;
  }
  .content-deiPolicy .container .dei-policy .dei-lead {
    padding: 0;
    padding-bottom: 24px;
  }
  .content-deiPolicy .container .dei-policy ul {
    padding: 12px 0 24px;
  }
  .content-deiPolicy .container .dei-policy .dei-text {
    padding: 12px 0 24px;
  }
}

.content-privacyPolicy {
  /* SP -----*/
}
.content-privacyPolicy header .subNav {
  display: none;
}
.content-privacyPolicy .container .privacy-policy {
  padding-bottom: 144px;
}
.content-privacyPolicy .container .privacy-policy .privacy-lead {
  padding: 0 36px 48px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-privacyPolicy .container .privacy-policy .sub-title,
.content-privacyPolicy .container .privacy-policy .privacy-title {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
}
.content-privacyPolicy .container .privacy-policy ul {
  padding: 24px 0;
}
.content-privacyPolicy .container .privacy-policy ul .privacy-list {
  padding-top: 5px;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-privacyPolicy .container .privacy-policy .privacy-title {
  padding-bottom: 16px;
}
.content-privacyPolicy .container .privacy-policy .privacy-text {
  padding: 24px 0;
}
.content-privacyPolicy .container .privacy-policy .sub-title:nth-child(n+10) {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}
@media screen and (max-width: 768px) {
  .content-privacyPolicy .container .privacy-policy {
    padding-bottom: 72px;
  }
  .content-privacyPolicy .container .privacy-policy .privacy-lead {
    padding: 0;
    padding-bottom: 24px;
  }
  .content-privacyPolicy .container .privacy-policy ul {
    padding: 12px 0 24px;
  }
  .content-privacyPolicy .container .privacy-policy .privacy-text {
    padding: 12px 0 24px;
  }
}

.content-policy header .subNav {
  display: none;
}
.content-policy .container .security-policy .security-lead,
.content-policy .container .security-policy_2 .security-lead {
  padding: 0 36px 48px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-policy .container .security-policy .sub-title,
.content-policy .container .security-policy .security-title,
.content-policy .container .security-policy_2 .sub-title,
.content-policy .container .security-policy_2 .security-title {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
}
.content-policy .container .security-policy .security-text,
.content-policy .container .security-policy_2 .security-text {
  padding: 24px 0;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-policy .container .security-policy_2 {
  padding-top: 72px;
  padding-bottom: 144px;
}
.content-policy .container .security-policy_2 .security-lead {
  padding: 0 0 48px;
}
.content-policy .container .security-policy_2 ul {
  padding: 24px 0;
}
.content-policy .container .security-policy_2 ul .security-list {
  padding-top: 5px;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-policy .container .security-policy_2 h3.sub-title:nth-child(n+11) {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}

/* SP -----*/
@media screen and (max-width: 768px) {
  .content-policy .container .security-policy .security-lead,
  .content-policy .container .security-policy_2 .security-lead {
    padding: 0;
    padding-bottom: 24px;
  }
  .content-policy .container .security-policy .security-text,
  .content-policy .container .security-policy_2 .security-text {
    padding: 12px 0;
  }
  .content-policy .container .security-policy_2 {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .content-policy .container .security-policy_2 .security-title {
    padding-bottom: 12px;
  }
  .content-policy .container .security-policy_2 ul {
    padding: 12px 0;
  }
  .content-policy .container .security-policy_2 ul .security-list {
    padding-top: 5px;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
    font-weight: bold;
    color: #782323;
  }
  .content-policy .container .security-policy_2 .security-text {
    padding-bottom: 24px;
  }
}
.content-team header {
  margin-bottom: 192px;
}
.content-team header .subNav,
.content-team header .subNav_reverse {
  display: none;
}
.content-team header .subNav_fellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-team.en header {
  margin-bottom: 120px;
}
.content-team .container section:last-of-type {
  margin-bottom: 144px;
}
.content-team .container .listArea h2 {
  display: block;
  margin: 0;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: clamp(1rem, -1.462rem + 5.13vw, 2rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-team .container .listArea h2:not(:first-of-type) {
  margin-top: 72px;
}
.content-team .container .listArea .member {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 24px;
}
.content-team .container .listArea .member:last-of-type {
  margin-bottom: 48px;
}
.content-team .container .listArea .member li {
  background-color: white;
}
.content-team .container .listArea .member li figure {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-team .container .listArea .member li figure:hover {
  opacity: 0.9;
}
.content-team .container .listArea .member li figure img {
  width: 180%;
  height: auto;
  margin-left: -40%;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-team .container .listArea .member li figure figcaption {
  width: 100%;
  max-height: 90px;
  min-height: 4.4rem;
  padding: 0 0 8px;
  margin-top: -71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
  background-color: white;
  z-index: 1;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.563rem, 0.378rem + 0.92vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #782323;
  line-height: 1.2;
}
.content-team .container .listArea .member li figure figcaption span {
  height: 100%;
  max-height: 36px;
  margin-bottom: 7px;
  padding: 8px 0;
  display: block;
  background-color: #ff5757;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.563rem, 0.378rem + 0.92vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-team .container .listArea .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-team .container .listArea .member li {
    width: calc((100% - 60px) / 4);
  }
  .content-team .container .listArea .member li:nth-of-type(4n) {
    padding-right: 0;
  }
  .content-team .container .listArea .member li:nth-of-type(4n-1):nth-last-of-type(1), .content-team .container .listArea .member li:nth-of-type(4n-2):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 20px;
  }
  .content-team .container .listArea .member li:nth-of-type(4n-2):nth-last-of-type(2) {
    margin-right: 0;
    margin-left: 20px;
  }
  .content-team .container .listArea .member li:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
.content-team .mfp-container {
  position: fixed;
  overflow-y: scroll;
}
.content-team .mfp-container .mfp-content {
  max-width: 512px;
}
.content-team .mfp-container .mfp-content .modal__content_area {
  background-color: white;
}
.content-team .mfp-container .mfp-content .modal__content_area figcaption {
  text-align: center;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #782323;
  margin-bottom: 12px;
}
.content-team .mfp-container .mfp-content .modal__content_area figcaption span {
  margin-bottom: 12px;
  padding: 12px 0;
  display: block;
  background-color: #ff5757;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio {
  background-color: white;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .box-picture {
  width: 224px;
  height: 216px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 12px;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .box-picture img {
  position: absolute;
  width: 150%;
  height: auto;
  left: -22%;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .box-profile {
  height: 300px;
  padding: 0 36px;
  color: white;
  overflow-y: scroll;
  overflow-x: hidden;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .box-profile p {
  font-size: 11px;
  color: #782323;
  line-height: 1.8;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .box-profile p .txt_link {
  color: #782323;
  border-bottom: 1px solid #782323;
  word-break: break-all;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .box-profile .post {
  margin: 4px 0 -8px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #782323;
  text-align: center;
  display: block;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .scroll_box::-webkit-scrollbar {
  width: 16px;
  height: 0;
  background-color: #f2f1f1;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .scroll_box::-webkit-scrollbar-thumb {
  background-color: #ff7979;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .scroll_box.ps {
  position: relative;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .scroll_box.ps .ps__thumb-y {
  width: 12px;
  right: 0;
  margin: 0 3px;
  border-radius: 0;
  background-color: #ff7979;
}
.content-team .mfp-container .mfp-content .modal__content_area .bio .scroll_box.ps--active-y > .ps__rail-y {
  width: 18px;
  display: block;
  background-color: #f2f1f1;
  opacity: 1;
}
.content-team .mfp-container .mfp-content .modal__content_area aside {
  background-color: white;
  padding: 24px 0;
}
.content-team .mfp-container .mfp-content .modal__content_area aside .sns {
  height: 34px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-team .mfp-container .mfp-content .modal__content_area aside .sns li {
  margin-right: 24px;
}
.content-team .mfp-container .mfp-content .modal__content_area aside .sns li:last-child {
  margin-right: 0;
}
.content-team .mfp-container .mfp-content .modal__content_area aside .sns a img {
  width: 32px;
}
.content-team .mfp-container .mfp-content .modal__content_area aside .sns a:hover {
  opacity: 0.7;
}
.content-team .mfp-container .mfp-content .mfp-close-btn-in .mfp-close {
  color: white;
}
.content-team .txt_c {
  background-color: #fff;
}
.content-team .txt_c a:hover {
  opacity: 0.7;
}
.content-team .txt_c a img {
  vertical-align: middle;
  height: auto;
}

@media screen and (max-width: 1009px) {
  .content-team header {
    margin-bottom: 60px;
  }
  .content-team header .subNav_fellow {
    display: none;
  }
  .content-team.en header {
    margin-bottom: 60px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-team header {
    margin-bottom: 60px;
  }
  .content-team.en header {
    margin-bottom: 60px;
  }
  .content-team .container section:last-of-type {
    margin-bottom: 72px;
  }
  .content-team .container .listArea .member {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .content-team .container .listArea .member:last-of-type {
    margin-bottom: 36px;
  }
  .content-team .container .listArea .member li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .content-team .container .listArea .member li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-team .container .listArea .member li figure img {
    max-width: none;
  }
  .content-team .container .listArea .member li figure figcaption {
    height: 100%;
    max-height: 90px;
    min-height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: -60px;
  }
  .content-team .container .listArea .member li figure figcaption span {
    height: 100%;
    max-height: 40px;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
  .content-team .container .listArea .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-team .container .listArea .member li {
    width: calc((100% - 12px) / 2);
  }
  .content-team .container .listArea .member li:nth-of-type(4n) {
    padding-right: 0;
  }
  .content-team .container .listArea .member li:nth-of-type(4n-1):nth-last-of-type(1), .content-team .container .listArea .member li:nth-of-type(4n-2):nth-last-of-type(1) {
    margin-left: 11px;
  }
  .content-team .container .listArea .member li:nth-of-type(2n-1):nth-last-of-type(1) {
    margin-left: 0;
  }
  .content-team .container .listArea .member li:nth-of-type(n + 3) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .content-team .mfp-container::before {
    height: 100vh;
    overflow-y: hidden;
  }
  .content-team .mfp-container .mfp-content .modal__content_area .bio .box-profile {
    max-height: 250px;
  }
  .content-team .mfp-container .mfp-content .modal__content_area .bio .box-profile p {
    padding: 0 4px;
  }
  .content-team .mfp-container aside .sns a {
    width: 34px;
  }
}
.content-incubation header .subNav {
  display: none;
}
.content-incubation small.h2_small {
  font-size: 70%;
}
.content-incubation .container .hub,
.content-incubation .container .listArea,
.content-incubation .container .topicArea {
  margin-bottom: 72px;
}
.content-incubation .container .hub h2,
.content-incubation .container .listArea h2,
.content-incubation .container .topicArea h2 {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: clamp(1rem, -1.462rem + 5.13vw, 2rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  padding-bottom: 24px;
}
.content-incubation .container .hub:last-of-type,
.content-incubation .container .listArea:last-of-type,
.content-incubation .container .topicArea:last-of-type {
  margin-bottom: 144px;
}
.content-incubation .container .hub .incubation-lead,
.content-incubation .container .listArea .incubation-lead,
.content-incubation .container .topicArea .incubation-lead {
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: #782323;
  line-height: 1.5;
  padding-bottom: 48px;
}
.content-incubation .container .hub div {
  background-color: #ff5757;
}
.content-incubation .container .hub div img {
  width: 100%;
  height: auto;
  aspect-ratio: 19.7/3;
}
.content-incubation .container .hub div p {
  padding: 24px;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-incubation .container .listArea p:first-of-type {
  display: none;
}
.content-incubation .container .listArea .support {
  padding: 24px;
  background-color: white;
  text-align: right;
}
.content-incubation .container .listArea .support .now ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
  width: 100%;
}
.content-incubation .container .listArea .support .now ul li {
  width: calc((100% - 75px) / 6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.content-incubation .container .listArea .support .now ul li a:hover {
  opacity: 0.7;
}
.content-incubation .container .listArea .support .now ul li a img {
  width: 100%;
  vertical-align: top;
}
.content-incubation .container .listArea .support .now ul li {
  width: calc((100% - 200px) / 4);
  margin-right: 15px;
}
.content-incubation .container .listArea .support .now ul li {
  width: calc((100% - 250px) / 3);
  margin-right: 40px;
}
.content-incubation .container .listArea .support .now ul li:nth-of-type(3n) {
  padding-right: 0;
  margin-right: 0;
}
.content-incubation .container .listArea .support .now ul li:nth-of-type(n + 4) {
  padding-top: 20px;
}
.content-incubation .container .listArea .support .past ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-incubation .container .listArea .support .past ul li {
  width: calc((100% - 75px) / 6);
  margin-right: 15px;
}
.content-incubation .container .listArea .support .past ul li:nth-of-type(6n) {
  padding-right: 0;
  margin-right: 0;
}
.content-incubation .container .listArea .support .past ul li:nth-of-type(6n-1):nth-last-of-type(1), .content-incubation .container .listArea .support .past ul li:nth-of-type(6n-2):nth-last-of-type(1), .content-incubation .container .listArea .support .past ul li:nth-of-type(6n-3):nth-last-of-type(1), .content-incubation .container .listArea .support .past ul li:nth-of-type(6n-4):nth-last-of-type(1), .content-incubation .container .listArea .support .past ul li:nth-of-type(6n-5):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}
.content-incubation .container .listArea .support .past ul li:nth-of-type(n + 7) {
  padding-top: 15px;
}
.content-incubation .container .listArea .support .past ul li a:hover {
  opacity: 0.7;
}
.content-incubation .container .listArea .support .past ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.content-incubation .container .listArea .support button {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: #782323;
  display: inline-block;
  padding: 0 24px;
  position: relative;
}
.content-incubation .container .listArea .support button.btn_open::after {
  content: url(../img/arrow_icbtn.svg);
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 8px;
}
.content-incubation .container .listArea .support button.btn_close {
  vertical-align: middle;
}
.content-incubation .container .listArea .support button.btn_close::after {
  content: url(../img/arrow_icbtn.svg);
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 8px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.content-incubation .container .topicArea ul {
  margin-bottom: 48px;
}
.content-incubation .container .topicArea ul li {
  margin-bottom: 4px;
}
.content-incubation .container .topicArea ul li img {
  display: inline-block;
  width: 160px;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content-incubation .container .topicArea ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.content-incubation .container .topicArea ul li a:hover {
  opacity: 0.7;
}
.content-incubation .container .topicArea ul li a div {
  width: 100%;
  padding: 24px;
  background-color: #ff5757;
}
.content-incubation .container .topicArea ul li a div time {
  display: block;
  margin-bottom: 12px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(12px, 3vw, 24px);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-incubation .container .topicArea ul li a div p {
  display: table-cell;
  padding: 4px 16px;
  position: relative;
  border: 1px solid white;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
  font-weight: bold;
  color: white;
}
.content-incubation .container .topicArea ul li a div .external_link {
  text-decoration: none;
}
.content-incubation .container .topicArea ul li a div .external_link::after {
  width: 19px;
  position: absolute;
  right: -36px;
  top: 8px;
}
.content-incubation .container .topicArea ul li a div h3 {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-incubation .container .topicArea .ul .li img {
    width: 15%;
    min-width: 160px;
  }
}

/* SP -----*/
@media screen and (max-width: 768px) {
  .content-incubation .container .hub,
  .content-incubation .container .listArea,
  .content-incubation .container .topicArea {
    margin-bottom: 48px;
  }
  .content-incubation .container .hub h2,
  .content-incubation .container .listArea h2,
  .content-incubation .container .topicArea h2 {
    padding-bottom: 12px;
  }
  .content-incubation .container .hub:last-of-type,
  .content-incubation .container .listArea:last-of-type,
  .content-incubation .container .topicArea:last-of-type {
    margin-bottom: 72px;
  }
  .content-incubation .container .hub .incubation-lead,
  .content-incubation .container .listArea .incubation-lead,
  .content-incubation .container .topicArea .incubation-lead {
    padding-bottom: 24px;
  }
  .content-incubation .container .hub div img {
    aspect-ratio: 19.7/4.6;
  }
  .content-incubation .container .hub div p {
    padding: 12px;
  }
  .content-incubation .container .listArea p:first-of-type {
    margin-bottom: 30px;
  }
  .content-incubation .container .listArea .support {
    padding: 15px;
  }
  .content-incubation .container .listArea .support .now ul {
    margin-bottom: 10px;
  }
  .content-incubation .container .listArea .support .now ul li {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }
  .content-incubation .container .listArea .support .now ul li {
    width: calc((100% - 60px) / 3);
    margin-right: 15px;
  }
  .content-incubation .container .listArea .support .now ul li:nth-of-type(3n) {
    padding-right: 0;
    margin-right: 0;
  }
  .content-incubation .container .listArea .support .now ul li:nth-of-type(n + 4) {
    padding-top: 20px;
  }
  .content-incubation .container .listArea .support .now button {
    font-size: 13px;
  }
  .content-incubation .container .topicArea ul {
    margin-bottom: 24px;
  }
  .content-incubation .container .topicArea ul li a {
    display: block;
  }
  .content-incubation .container .topicArea ul li a img {
    display: none;
  }
  .content-incubation .container .topicArea ul li a div {
    margin-left: 0;
    padding: 12px;
  }
  .content-incubation .container .topicArea ul li a div time {
    display: table-cell;
    padding-right: 8px;
  }
  .content-incubation .container .topicArea ul li a div p {
    vertical-align: middle;
  }
  .content-incubation .container .topicArea ul li a div p::after {
    -webkit-transform: scale(0.34);
            transform: scale(0.34);
    bottom: -8px;
    right: -33px;
  }
  .content-incubation .container .topicArea ul li a div .external_link::after {
    width: 14px;
    right: -24px;
    top: 6px;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .content-incubation .container .topicArea ul li a div h3 {
    margin-top: 8px;
  }
  .content-incubation small.h2_small {
    vertical-align: top;
  }
}
.content-terms {
  /* SP -----*/
}
.content-terms header .subNav {
  display: none;
}
.content-terms .container .terms .terms-title {
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: white;
  padding: 36px 0 12px;
}
.content-terms .container .terms .terms-text {
  line-height: 1.5;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-terms .container .terms .terms-text:first-child {
  padding: 0 36px 24px;
}
.content-terms .container .terms .terms-text:last-child {
  padding-bottom: 144px;
}
.content-terms .container .terms .terms-text .txt_link {
  text-decoration: underline;
}
.content-terms .container .terms .terms-text .txt_link:hover {
  opacity: 0.7;
}
.content-terms .container .terms h3 {
  line-height: 1.5;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  .content-terms .container .terms .terms-text:first-child {
    padding: 0;
  }
  .content-terms .container .terms .terms-text:last-child {
    padding-bottom: 72px;
  }
  .content-terms .container .terms h3 {
    line-height: 1.5;
    font-size: 16px;
    font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
    font-weight: bold;
    color: white;
  }
}

.content-company header {
  margin-bottom: 192px;
}
.content-company header .subNav_reverse,
.content-company header .subNav_fellow {
  display: none;
}
.content-company .container .company .company_map {
  margin-bottom: 24px;
}
.content-company .container .company .company_map .company_access {
  font-style: normal;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-company .container .company .company_map .company_Googlemap {
  padding-top: 24px;
}
.content-company .container .company table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 72px;
}
.content-company .container .company table tr th {
  width: 200px;
  padding: 24px;
  background-color: #fff4f1;
  background-clip: padding-box;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: left;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #ff5757;
}
.content-company .container .company table tr td {
  padding: 24px;
  background-color: white;
  background-clip: padding-box;
  text-align: left;
  line-height: 1.7;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: bold;
  color: #782323;
}
.content-company .container .company table tr:last-child th {
  border-bottom: none;
}
.content-company .container .company table tr:last-child td {
  border-bottom: none;
}
.content-company .container .btn {
  text-align: center;
}
.content-company .container .btn .pfBtn {
  margin: 48px auto 144px;
  display: block;
  line-height: 3;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-company .container .btn .pfBtn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

@media screen and (max-width: 1009px) {
  .content-company header {
    margin-bottom: 60px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-company .container .company h2 {
    padding-bottom: 24px;
  }
  .content-company .container .company table {
    margin-bottom: 48px;
  }
  .content-company .container .company table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-company .container .company table tr th {
    width: 100%;
    border: none;
  }
  .content-company .container .company table tr td {
    width: 100%;
    border: none;
  }
  .content-company .container .company .company_map .company_Googlemap iframe {
    height: 190px;
  }
  .content-company .container .btn .pfBtn {
    margin: 36px auto 72px;
  }
}
.content-inner_movie {
  /* Event -----*/
  /* SNS area -----*/
  /* Event movie -----*/
}
.content-inner_movie header .subNav {
  display: none;
}
.content-inner_movie .container {
  margin-bottom: 144px;
}
.content-inner_movie .container form label {
  font-size: 16px;
}
.content-inner_movie h2 {
  display: block;
  font-size: 20px;
}
.content-inner_movie .movie-lead {
  color: white;
  font-size: 30px;
  margin: 0 auto 24px;
  text-align: center;
  font-weight: bold;
}
.content-inner_movie .contact {
  margin: 12px auto 0;
  width: 55%;
}
.content-inner_movie .contact div {
  border: 1px solid white;
  line-height: 1.7;
  padding: 12px 24px;
}
.content-inner_movie .contact div p {
  padding-bottom: 12px;
}
.content-inner_movie .contact div dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #782323;
}
.content-inner_movie .contact div dl dd {
  font-size: 14px;
  font-weight: bold;
  color: #782323;
}
.content-inner_movie .contact div dl dd a {
  color: white;
  text-decoration: underline;
}
.content-inner_movie .contact div dl dd a:hover {
  opacity: 0.7;
}
.content-inner_movie .event {
  margin: 48px auto 0;
  max-width: 1080px;
}
.content-inner_movie .event .eContent {
  padding: 0;
  margin: 0;
}
.content-inner_movie .event h2 {
  padding-top: 0 0 24px;
}
.content-inner_movie .event .eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-inner_movie .event .eventList li {
  width: calc((100% - 24px) / 3);
  margin-right: 24px;
  background-color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-inner_movie .event .eventList li:last-child {
  margin-right: 0;
}
.content-inner_movie .event .eventList li:nth-of-type(4n) {
  padding-right: 0;
}
.content-inner_movie .event .eventList li:nth-of-type(4n-1):nth-last-of-type(1), .content-inner_movie .event .eventList li:nth-of-type(4n-2):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}
.content-inner_movie .event .eventList li:nth-of-type(4n-2):nth-last-of-type(2) {
  margin-left: 0;
}
.content-inner_movie .event .eventList li div {
  background-color: #ff5757;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-inner_movie .event .eventList li .gtm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ff5757;
}
.content-inner_movie .event .eventList li .gtm_link:hover {
  opacity: 0.7;
}
.content-inner_movie .event .eventList li .gtm_link section {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-inner_movie .event .eventList li .gtm_link .date {
  padding: 18px 12px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-inner_movie .event .eventList li .gtm_link .date time {
  padding-left: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-inner_movie .event .eventList li .gtm_link .evTitle {
  min-height: 108px;
  padding: 18px 12px;
  background-color: #ff5757;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content-inner_movie .event .eventList li .gtm_link .evTitle h3 {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-weight: bold;
  color: white;
}
.content-inner_movie .event .eventList li img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-inner_movie .event .eventList li aside {
  width: 100%;
}
.content-inner_movie .event .eventList li aside a:hover {
  opacity: 0.8;
}
.content-inner_movie .event .watchEv {
  padding: 48px 0;
  text-align: center;
  line-height: 1;
}
.content-inner_movie .event .watchEv a {
  margin: auto;
  padding: 12px 0;
  display: block;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.content-inner_movie .event .watchEv a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-inner_movie .snsIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: 0 auto 72px;
  padding: 24px 36px;
  background-color: white;
}
.content-inner_movie .snsIcons p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.content-inner_movie .snsIcons .sns_area {
  margin: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.content-inner_movie .snsIcons .sns_area a {
  display: inline-block;
  cursor: pointer;
}
.content-inner_movie .snsIcons .sns_area a img {
  vertical-align: middle;
}
.content-inner_movie input[type=text] {
  position: relative;
  display: block;
  border: 2px solid #ff5757;
  padding: 0 6px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  background: #fff;
  cursor: pointer;
}
.content-inner_movie input[type=text]:before {
  content: "";
  display: block;
  border-left: 2px solid #ff5757;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}
.content-inner_movie input[type=text]:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/arrow.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.content-inner_movie input[type=checkbox],
.content-inner_movie input[type=radio] {
  display: none;
}
.content-inner_movie .mHead {
  margin-bottom: 24px;
}
.content-inner_movie .mHead .mNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.content-inner_movie .mHead .mNav li {
  width: 25%;
  padding: 12px 24px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 0;
  margin-right: 3px;
}
.content-inner_movie .mHead .mNav li:last-child {
  margin-right: 0;
}
.content-inner_movie .mHead .mNav li input:checked + label {
  background: #ff5757;
  color: white;
}
.content-inner_movie .mHead .mNav li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px;
  height: 100%;
  color: #ff5757;
  background-color: white;
}
.content-inner_movie .mHead .mNav li label:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
  cursor: pointer;
}
.content-inner_movie .mHead .mBox {
  padding: 24px;
}
.content-inner_movie .mHead .mBox p {
  margin-bottom: 12px;
  font-weight: bold;
}
.content-inner_movie .mHead .mBox .searchWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.content-inner_movie .mHead .mBox .searchWord p {
  margin: 0 15px 0 0;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform input {
  background-color: rgba(254, 255, 255, 0.6);
  color: #782323;
  font-weight: bold;
  width: 200px;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform input::-webkit-input-placeholder {
  color: #ff7979;
  font-weight: bold;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform input::-moz-placeholder {
  color: #ff7979;
  font-weight: bold;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform input:-ms-input-placeholder {
  color: #ff7979;
  font-weight: bold;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform input::-ms-input-placeholder {
  color: #ff7979;
  font-weight: bold;
}
.content-inner_movie .mHead .mBox .searchWord .custom-textform input::placeholder {
  color: #ff7979;
  font-weight: bold;
}
.content-inner_movie .mHead .mBox .searchWord button {
  background: #ff5757;
  border-left: 2px solid #ff5757;
  color: white;
  padding: 0 10px 0 30px;
  position: relative;
}
.content-inner_movie .mHead .mBox .searchWord button:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/icon_search.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 4px;
}
.content-inner_movie .mHead .mBox .searchWord button:hover {
  background-color: #f43c3c;
  border-left: 2px solid #f43c3c;
}
.content-inner_movie .mHead .mBox .searchTheme .scroll_box00 {
  max-height: 320px;
  padding-right: 10px;
  margin-right: -10px;
}
.content-inner_movie .mHead .mBox .searchTheme .scroll_box00 .ps__thumb-y {
  margin-right: 0;
}
.content-inner_movie .mHead .mBox .searchTheme ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 10px 10px 0;
}
.content-inner_movie .mHead .mBox .searchTheme ul li:first-of-type {
  display: block;
}
.content-inner_movie .mHead .mBox .searchTheme ul li:first-of-type label {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.content-inner_movie .mHead .mBox .searchTheme ul li:nth-of-type(n + 2) label::before {
  content: "#";
}
.content-inner_movie .mHead .mBox .searchTheme ul input#theme0:checked + label {
  pointer-events: none;
  cursor: default;
}
.content-inner_movie .mHead .mBox .searchTheme label {
  display: block;
  background: white;
  border: 1px solid #ff5757;
  color: #ff5757;
  font-weight: normal;
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
}
.content-inner_movie .mHead .mBox .searchTheme input[type=checkbox]:checked + label {
  background: #ff5757;
  color: white;
}
.content-inner_movie .mList .mContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-inner_movie .mList .mContent li {
  background-color: #ff5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 10px) / 2);
  margin-bottom: 12px;
  padding: 24px;
  position: relative;
}
.content-inner_movie .mList .mContent li:nth-last-child(-n+2) {
  margin-bottom: 24px;
}
.content-inner_movie .mList .mContent li a.mlink figure::after {
  content: "";
  background: url(../img/play-circle-regular.svg) no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 4.5vw;
  height: 4.5vw;
  min-width: 35px;
  min-height: 35px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.content-inner_movie .mList .mContent li a.mlink {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
}
.content-inner_movie .mList .mContent li a.mlink:hover {
  opacity: 0.8;
}
.content-inner_movie .mList .mContent li a.mlink:hover figure::after {
  opacity: 0.6;
}
.content-inner_movie .mList .mContent li a.mlink section {
  width: 40%;
  pointer-events: none;
}
.content-inner_movie .mList .mContent li a.mlink section figure {
  margin-right: 10px;
  position: relative;
}
.content-inner_movie .mList .mContent li a.mlink section img {
  width: 100%;
  height: auto;
}
.content-inner_movie .mList .mContent li a.mlink section:last-of-type {
  width: 60%;
}
.content-inner_movie .mList .mContent li a.mlink dl {
  width: 100%;
}
.content-inner_movie .mList .mContent li a.mlink dl dt {
  font-weight: bold;
  margin-right: 1rem;
}
.content-inner_movie .mList .mContent li a.mlink .date {
  color: white;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
.content-inner_movie .mList .mContent li a.mlink .date time {
  margin-left: 1rem;
}
.content-inner_movie .mList .mContent li form .theme {
  width: 100%;
  line-height: 1;
}
.content-inner_movie .mList .mContent li form .theme li {
  display: inline-block;
  font-size: 12px;
  padding: 0;
  margin: 5px 5px 0 0;
  width: auto;
}
.content-inner_movie .mList .mContent li form .theme li.genre {
  background: white;
  color: #ff5757;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 4px 12px;
}
.content-inner_movie .mList .mContent li form .theme li:nth-of-type(n + 2) label::before {
  content: "#";
}
.content-inner_movie .mList .mContent li form .theme li label {
  background-color: #ff5757;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 4px 5px;
}
.content-inner_movie .mList .mContent li form .theme li input:checked + label {
  pointer-events: none;
  background: #fff;
  color: #ff5757;
  border: 1px solid white;
}
.content-inner_movie .mList .mContent .not_applicable {
  padding: 12px;
  width: 100%;
  text-align: center;
  background: white;
}
.content-inner_movie .mList .mContent .not_applicable p {
  color: #ff5757;
  font-size: 18px;
  font-weight: bold;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-inner_movie {
    /* Event movie -----*/
  }
  .content-inner_movie .mHead .mBox .searchWord .custom-textform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-inner_movie .mHead .mBox .searchWord .custom-textform input {
    width: 200px;
    min-height: 30px;
  }
  .content-inner_movie .mHead .mBox .searchWord button::before {
    top: 4px;
  }
  .content-inner_movie .mList .mContent li a.mlink {
    min-height: 0%;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-inner_movie {
    /* SP Event -----*/
    /* SP SNS area -----*/
    /* Event movie -----*/
  }
  .content-inner_movie .container {
    margin-bottom: 72px;
  }
  .content-inner_movie .movie-lead {
    font-size: 18px;
    margin: 0 auto;
  }
  .content-inner_movie .contact {
    padding: 0;
    width: 100%;
  }
  .content-inner_movie .event {
    margin: 24px auto 0;
    padding: 0;
  }
  .content-inner_movie .event .eContent {
    margin: 0;
    padding: 0;
  }
  .content-inner_movie .event .eventList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-inner_movie .event .eventList li {
    width: 100%;
    margin-bottom: 12px;
  }
  .content-inner_movie .event .eventList li:last-child {
    margin-bottom: 0;
  }
  .content-inner_movie .event .eventList li .gtm_link .evTitle {
    min-height: auto;
  }
  .content-inner_movie .event .eventList li .gtm_link .date {
    padding: 12px;
  }
  .content-inner_movie .event .watchEv {
    padding: 24px 0;
  }
  .content-inner_movie .snsIcons {
    width: 100%;
    margin: 0 auto 48px;
    padding: 24px 0 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .content-inner_movie .snsIcons p {
    font-size: 16px;
    text-align: center;
  }
  .content-inner_movie .snsIcons .sns_area a {
    display: inline-block;
    cursor: pointer;
  }
  .content-inner_movie .snsIcons .sns_area a img {
    vertical-align: middle;
    width: 100%;
  }
  .content-inner_movie .listArea {
    padding: 0;
  }
  .content-inner_movie .listArea h2 {
    padding: 0;
    padding-bottom: 12px;
  }
  .content-inner_movie .mHead .mNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-inner_movie .mHead .mNav li {
    width: calc((100% - 2px) / 2);
    margin-right: 2px;
  }
  .content-inner_movie .mHead .mNav li:nth-of-type(2), .content-inner_movie .mHead .mNav li:nth-of-type(4) {
    margin-right: 0;
  }
  .content-inner_movie .mHead .mNav li:nth-of-type(3), .content-inner_movie .mHead .mNav li:nth-of-type(4) {
    margin-top: 2px;
  }
  .content-inner_movie .mHead .mNav li label {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
  }
  .content-inner_movie .mHead .mBox {
    padding: 10px;
  }
  .content-inner_movie .mHead .mBox .searchWord {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-bottom: 24px;
  }
  .content-inner_movie .mHead .mBox .searchWord p {
    margin: 0 0 12px;
  }
  .content-inner_movie .mHead .mBox .searchWord .custom-textform {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-inner_movie .mHead .mBox .searchWord .custom-textform input {
    width: 80%;
  }
  .content-inner_movie .mHead .mBox .searchWord button {
    width: 24%;
  }
  .content-inner_movie .mHead .mBox .searchTheme .scroll_box00 {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .content-inner_movie .mHead .mBox .searchTheme .scroll_box {
    padding-right: 10px;
    scrollbar-width: auto;
    scrollbar-color: #ff5757 #f2f1f1;
  }
  .content-inner_movie .mHead .mBox .searchTheme .scroll_box::-webkit-scrollbar {
    width: 18px;
    margin-left: -12px;
  }
  .content-inner_movie .mHead .mBox .searchTheme .scroll_box::-webkit-scrollbar-track {
    background-color: #f2f1f1;
  }
  .content-inner_movie .mHead .mBox .searchTheme .scroll_box::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-clip: content-box;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(99%, #ff7979));
  }
  .content-inner_movie .mHead .mBox .searchTheme ul li {
    margin: 0 0 10px 0;
  }
  .content-inner_movie .mHead .mBox .searchTheme label {
    width: auto;
    height: auto;
  }
  .content-inner_movie .mHead .mBox .searchTheme input[type=checkbox]:checked + label {
    background: #ff5757;
    color: white;
  }
  .content-inner_movie .mList {
    padding: 0;
  }
  .content-inner_movie .mList .mContent li {
    width: 100%;
  }
  .content-inner_movie .mList .mContent li form .theme li label {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  /* SNS area -----*/
  .content-inner_movie .snsIcons p {
    font-size: 14px;
  }
  .content-inner_movie .mHead .mNav li label {
    font-size: 11px;
    padding: 10px 0;
  }
  .content-inner_movie .mHead .mBox {
    padding: 12px 10px 10px;
  }
  .content-inner_movie .mHead .mBox .searchWord button {
    font-size: 12px;
    width: 26%;
  }
  .content-inner_movie .mHead .mBox .searchTheme label {
    font-size: 13px;
  }
  .content-inner_movie .mList .mContent li {
    padding: 15px;
  }
}
.content-page-about header {
  margin-bottom: 192px;
}
.content-page-about header .subNav_reverse,
.content-page-about header .subNav_fellow {
  display: none;
}
.content-page-about .container .page-about h2 {
  padding: 48px 0 24px;
}
.content-page-about .container .page-about h2:nth-of-type(2) {
  padding: 0 0 24px;
}
.content-page-about .container .page-about h2 .noLeft {
  padding: 0 28px;
  margin: 24px 0;
  border-left: 8px solid white;
  margin: 0;
}
.content-page-about .container .page-about h2 .noLeft .hTtl {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: bold;
  color: white;
}
.content-page-about .container .page-about h2 .noLeft .hTxt {
  display: block;
  margin-top: 36px;
  line-height: 1.4;
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
}
.content-page-about .container .page-about .about-lead {
  line-height: 1.5;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}
.content-page-about .container .page-about .about-txt {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
  color: #782323;
}
.content-page-about .container .page-about img {
  width: 100%;
  margin: 24px auto 72px;
  display: block;
}
.content-page-about .container .page-about img:last-of-type {
  margin-bottom: 0;
}
.content-page-about .btn {
  text-align: center;
}
.content-page-about .btn .ipBtn {
  margin: 48px auto 0;
}
.content-page-about .btn .fundBtn {
  margin: 48px auto 0;
}
.content-page-about .btn .cmBtn {
  margin: 48px auto 144px;
}
.content-page-about .btn .fundBtn,
.content-page-about .btn .ipBtn,
.content-page-about .btn .cmBtn {
  display: block;
  line-height: 2.8;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
}
.content-page-about .btn .fundBtn:hover,
.content-page-about .btn .ipBtn:hover,
.content-page-about .btn .cmBtn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

@media screen and (max-width: 1009px) {
  .content-page-about header {
    margin-bottom: 60px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-page-about .container .page-about .about-lead {
    padding-bottom: 0;
  }
  .content-page-about .container .page-about h2 {
    padding: 24px 0 12px;
  }
  .content-page-about .container .page-about h2:nth-of-type(2) {
    padding: 0 0 12px;
  }
  .content-page-about .container .page-about h2 .noLeft {
    padding: 0 16px;
    border-left-width: 4px;
  }
  .content-page-about .container .page-about h2 .noLeft .hTxt {
    margin-top: 16px;
  }
  .content-page-about .container .page-about img {
    margin: 12px auto 48px;
  }
  .content-page-about .container .btn .ipBtn {
    margin: 36px auto 0;
  }
  .content-page-about .container .btn .fundBtn {
    margin: 36px auto 0;
  }
  .content-page-about .container .btn .cmBtn {
    margin: 36px auto 72px;
  }
}
.content-reverse header {
  margin-bottom: 192px;
}
.content-reverse header .subNav,
.content-reverse header .subNav_fellow {
  display: none;
}
.content-reverse header .subNav_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-reverse .container section:last-of-type {
  margin-bottom: 144px;
}
.content-reverse .container .reverse_list h2 {
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
  display: inline-block;
  line-height: 1;
}
.content-reverse .container .reverse_list time {
  font-size: 13px;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
  font-weight: bold;
  color: white;
}
.content-reverse .container .reverse_lead {
  margin-bottom: 44px;
  line-height: 1.5;
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}
.content-reverse .container .reverse_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.content-reverse .container .reverse_wrap article {
  opacity: 0;
}
.content-reverse .container .reverse_wrap article.fadeEv2 {
  -webkit-animation-name: fdEv2;
          animation-name: fdEv2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@keyframes fdEv2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.content-reverse .container .ly_reverse_bl {
  width: 100%;
  width: calc((100% - 24px) / 2);
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.5rem);
  font-weight: bold;
  color: #782323;
  line-height: 1.5;
}
.content-reverse .container .bl_reverse {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-reverse .container a.reverse_a {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  background-color: #fff;
}
.content-reverse .container a.reverse_a::after {
  content: "";
  background: url(../img/icon_hover_movie.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 56px;
  height: 56px;
  opacity: 0;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.content-reverse .container a.reverse_a:hover {
  opacity: 1;
}
.content-reverse .container a.reverse_a:hover::after {
  opacity: 1;
}
.content-reverse .container a.reverse_a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.content-reverse .container img {
  width: 100%;
  height: auto;
  margin: 0 auto 72px;
  display: block;
}
.content-reverse .container img:last-of-type {
  margin-bottom: 0;
}
.content-reverse .container .ly_heading {
  padding: 16px 12px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.35rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ff5757;
  cursor: auto;
}
.content-reverse .container .ly_heading .ly_heading_txt {
  padding-top: 4px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.135rem + 1.28vw, 1rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-reverse .container .ly_reverse_cont_bl {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: auto;
}
.content-reverse .container .ly_reverse_cont_bl .ly_reverse_cont_txt p {
  margin: 16px;
  font-size: 14px;
  color: white;
  color: #782323;
  line-height: 24px;
}
.content-reverse .container .ly_reverse_cont_bl .ly_reverse_cont_txt p span {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  min-width: 72px;
  min-height: 24px;
  margin: 16px 0;
  margin-bottom: 8px;
  padding: 0px 6px;
  display: inline-block;
  border: 1px solid #782323;
  color: #782323;
  text-align: center;
}
.content-reverse .container .ly_reverse_cont_bl .ly_reverse_cont_txt p span:first-child {
  margin-top: 0;
}
.content-reverse .container .ly_reverse_cont_bl .ly_reverse_cont_txt p span:not(:first-child) {
  margin-top: 16px;
}
.content-reverse .btn {
  margin-top: auto;
  font-size: 12px;
  font-weight: bold;
  color: #782323;
  padding: 24px 0;
}
.content-reverse .btn .r_Btn {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-size: 12px;
  font-weight: bold;
  color: #782323;
  height: 30px;
  margin: auto;
  display: block;
  border: 2px solid #ff5757;
  background-color: #fff;
  color: #ff5757;
  text-align: center;
  line-height: 2;
}
.content-reverse .btn .r_Btn:hover {
  opacity: 0.7;
  border: 2px solid #ff5757;
  color: #ff5757;
  cursor: pointer;
}
.content-reverse .ly_moreBtn_wrap {
  margin-bottom: 24px;
}
.content-reverse .ly_collaboration_wrap {
  margin: 0 auto 48px;
  background-color: #fff;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: clamp(0.875rem, 0.717rem + 0.79vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  color: white;
  text-align: center;
}
.content-reverse .ly_collaboration_wrap span {
  margin: 44px 0;
  display: inline-block;
  font-size: 20px;
}
.content-reverse .ly_collaboration_wrap .btn {
  padding-bottom: 48px;
}
.content-reverse .c_Btn {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
  margin: auto;
  display: block;
  line-height: 3;
}
.content-reverse .c_Btn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

@media screen and (max-width: 1009px) {
  .content-reverse header {
    margin-bottom: 60px;
  }
  .content-reverse header .subNav,
  .content-reverse header .subNav_fellow,
  .content-reverse header .subNav_reverse {
    display: none;
  }
  .content-reverse .ly_collaboration_wrap span {
    font-size: 18px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-reverse header .subNav,
  .content-reverse header .subNav_fellow,
  .content-reverse header .subNav_reverse {
    display: none;
  }
  .content-reverse .container section:last-of-type {
    margin-bottom: 72px;
  }
  .content-reverse .container .reverse_lead {
    margin-bottom: 24px;
  }
  .content-reverse .container h2 {
    padding-bottom: 24px;
  }
  .content-reverse .container .ly_reverse_cont_bl .ly_label {
    margin: 12px 16px;
  }
  .content-reverse .container .ly_reverse_cont_bl article {
    opacity: 0;
  }
  .content-reverse .container .ly_reverse_cont_bl article.fadeEv2 {
    -webkit-animation-name: fdEv2;
            animation-name: fdEv2;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  @-webkit-keyframes fdEv2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fdEv2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .content-reverse .container .ly_reverse_bl {
    width: 100%;
    margin-bottom: 16px;
  }
  .content-reverse .container a.reverse_a {
    min-height: 40px;
  }
  .content-reverse .container a.reverse_a::after {
    width: 48px;
    height: 48px;
  }
  .content-reverse .container .ly_heading {
    min-height: initial;
  }
  .content-reverse .container .ly_reverse_cont_bl {
    min-height: initial;
  }
  .content-reverse .container .reverse_wrap {
    display: inline-block;
    margin-bottom: 20px;
  }
  .content-reverse .btn {
    padding: 16px;
  }
  .content-reverse .ly_moreBtn_wrap {
    margin-bottom: 36px;
  }
  .content-reverse .ly_collaboration_wrap {
    margin-bottom: 36px;
  }
  .content-reverse .ly_collaboration_wrap span {
    margin: 12px 16px;
    display: inline-block;
    font-size: 14px;
  }
  .content-reverse .ly_collaboration_wrap .btn {
    padding-bottom: 12px;
  }
}
.content-fellow header {
  margin-bottom: 192px;
}
.content-fellow header .subNav,
.content-fellow header .subNav_reverse {
  display: none;
}
.content-fellow header .subNav_fellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-fellow .container .fellow_list h2 {
  font-size: 32px;
  font-size: clamp(1.125rem, 0.719rem + 2.03vw, 2rem);
  font-weight: bold;
  color: white;
  display: inline-block;
  line-height: 1;
}
.content-fellow .container .fellow_lead {
  margin-bottom: 44px;
  line-height: 1.5;
  font-size: 24px;
  font-size: clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  font-weight: bold;
  color: #782323;
}
.content-fellow .container .fellow_logos {
  margin-bottom: 24px;
  padding: 24px 72px;
  background-color: white;
  text-align: right;
}
.content-fellow .container .fellow_logos .ly_f_lgs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
.content-fellow .container .fellow_logos .ly_f_lgs ul li {
  margin: auto;
}
.content-fellow .container .fellow_logos .ly_f_lgs ul li:first-child a {
  max-width: 200px;
}
.content-fellow .container .fellow_logos .ly_f_lgs ul li a {
  max-width: 215px;
  display: inline-block;
  pointer-events: none;
}
.content-fellow .container .fellow_logos .ly_f_lgs ul li a img {
  width: 100%;
  vertical-align: middle;
}
.content-fellow .container .fellow_detail ul {
  margin-bottom: 48px;
}
.content-fellow .container .fellow_detail ul li {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-fellow .container .fellow_detail .ly_f_pc_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.content-fellow .container .fellow_detail a.f_logo_bl {
  height: 100%;
  max-width: 252px;
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.content-fellow .container .fellow_detail a.f_logo_bl:hover {
  opacity: 0.7;
}
.content-fellow .container .fellow_detail a.f_logo_bl img {
  width: 100%;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content-fellow .container .fellow_detail .f_pic_bl {
  height: 100%;
}
.content-fellow .container .fellow_detail .f_card {
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  opacity: 0.9;
}
.content-fellow .container .fellow_detail .f_card img {
  max-width: 208px;
  min-width: 208px;
  max-height: 201px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content-fellow .container .fellow_detail .f_card_dtl {
  max-width: 443px;
  margin-left: 36px;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: clamp(0.5rem, 0.342rem + 0.79vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  color: white;
}
.content-fellow .container .fellow_detail .f_card_dtl p {
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #782323;
}
.content-fellow .container .fellow_detail .f_card_dtl p.f_name {
  padding: 8px 0;
  font-size: 20px;
}
.content-fellow .container .fellow_detail .f_card_dtl div {
  text-align: end;
  padding-top: 8px;
}
.content-fellow .container .fellow_detail .f_card_dtl div a {
  margin: 0;
  font-family: "sofia-pro", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: white;
  color: #782323;
}
.content-fellow .container .fellow_detail .f_card_dtl div a:hover {
  opacity: 0.7;
}
.content-fellow .container .fellow_detail .f_card_dtl .f_card_dtl_prof {
  text-align: left;
}
.content-fellow .btn {
  padding-bottom: 144px;
}
.content-fellow .btn .w_Btn {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5757;
  color: white;
  margin: auto;
  padding-top: 4px;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.content-fellow .btn .w_Btn:hover {
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(244, 60, 60);
  color: white;
}

@media screen and (max-width: 1009px) {
  .content-fellow header {
    margin-bottom: 60px;
  }
  .content-fellow header .subNav,
  .content-fellow header .subNav_fellow,
  .content-fellow header .subNav_reverse {
    display: none;
  }
  .content-fellow .container .fellow_logos {
    padding: 24px 36px;
    margin-bottom: 48px;
  }
  .content-fellow .container .fellow_detail ul {
    margin-bottom: 36px;
  }
  .content-fellow .container .fellow_detail a {
    width: 100%;
  }
  .content-fellow .container .fellow_detail a.f_logo_bl {
    min-height: initial;
    padding: 24px;
  }
  .content-fellow .container .fellow_detail a.f_logo_bl img {
    width: 100%;
    min-width: initial;
  }
  .content-fellow .container .fellow_detail .f_card {
    padding: 24px;
  }
  .content-fellow .container .fellow_detail .f_card img {
    margin: auto;
  }
  .content-fellow .container .fellow_detail .f_card_dtl {
    width: 100%;
    margin-left: 24px;
  }
  .content-fellow .container .fellow_detail .f_name_bl {
    margin-right: 12px;
  }
  .content-fellow .container .fellow_detail .f_name_bl p.f_name {
    padding: 8px 0 0;
    font-size: 20px;
  }
  .content-fellow .btn {
    padding-bottom: 72px;
  }
}
/* SP -----*/
@media screen and (max-width: 768px) {
  .content-fellow header .subNav,
  .content-fellow header .subNav_fellow,
  .content-fellow header .subNav_reverse {
    display: none;
  }
  .content-fellow .container .fellow_logos {
    padding: 16px 24px;
  }
  .content-fellow .container .fellow_logos .ly_f_lgs ul {
    gap: 36px;
  }
  .content-fellow .container .fellow_lead {
    margin-bottom: 24px;
  }
  .content-fellow .container h2 {
    padding-bottom: 24px;
  }
  .content-fellow .container .fellow_detail ul li {
    margin-bottom: 12px;
  }
  .content-fellow .container .fellow_detail .ly_f_sp_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
  }
  .content-fellow .container .fellow_detail ul li {
    display: -ms-grid;
    display: grid;
  }
  .content-fellow .container .fellow_detail .ly_f_logo_wrap {
    width: 50%;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-fellow .container .fellow_detail a {
    width: 100%;
  }
  .content-fellow .container .fellow_detail a.f_logo_bl {
    max-width: 80px;
    min-height: initial;
    margin: auto;
    padding: initial;
  }
  .content-fellow .container .fellow_detail a.f_logo_bl img {
    min-width: initial;
    max-width: 80px;
    height: auto;
  }
  .content-fellow .container .fellow_detail .f_pic_bl {
    width: 100%;
  }
  .content-fellow .container .fellow_detail .f_name_bl {
    width: 100%;
    padding: 8px 0;
  }
  .content-fellow .container .fellow_detail .f_name_bl span {
    font-size: 12px;
    font-weight: bold;
  }
  .content-fellow .container .fellow_detail .f_name_bl p.f_name {
    font-size: 16px;
  }
  .content-fellow .container .fellow_detail .f_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    opacity: 0.9;
    gap: 16px;
  }
  .content-fellow .container .fellow_detail .f_card img {
    max-width: 128px;
    min-width: 128px;
    max-height: 123px;
  }
  .content-fellow .container .fellow_detail .f_card_dtl {
    max-width: initial;
    margin-left: initial;
  }
  .content-fellow .container .fellow_detail .f_card_dtl div {
    padding-top: 12px;
  }
}
/* General ----------*/
.photo-center {
  text-align: center;
  margin-bottom: 1rem;
}
.photo-center figure {
  padding: 10px;
  margin: 0 auto;
  width: 60%;
}
.photo-center figcaption {
  color: #7e7e7e;
  font-size: 13px;
  margin-top: 5px;
}
.photo-center img {
  width: 100%;
}

/* 外部リンク ----------*/
.external_link {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.external_link:hover {
  opacity: 0.7;
}
.external_link::after {
  content: "";
  display: inline-block;
  background: url(../img/newwindow_04.png) no-repeat bottom center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin: 0 0.2rem 0 0.5rem;
  margin-bottom: -3px;
}

.pointer_none:hover {
  opacity: 1;
  cursor: default !important;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .photo-center figure {
    width: 90%;
  }
}
.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.color-red {
  color: #ff5757 !important;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #898989 !important;
}

.color-navy {
  color: #193873 !important;
}

.color-dark-navy {
  color: #040058 !important;
}

.disp_inlnine {
  display: inline;
}

.disp_blk {
  display: block;
}

.disp_inlnine_blk {
  display: inline-block;
}

.hide {
  display: none !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pt48 {
  margin-top: 48px !important;
}

.pt60 {
  margin-top: 60px !important;
}

.pt72 {
  margin-top: 72px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pr48 {
  margin-right: 48px !important;
}

.pr60 {
  margin-right: 60px !important;
}

.pr72 {
  margin-right: 72px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb48 {
  margin-right: 48px !important;
}

.pb60 {
  margin-right: 60px !important;
}

.pb72 {
  margin-right: 72px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pl48 {
  margin-right: 48px !important;
}

.pl60 {
  margin-right: 60px !important;
}

.pl72 {
  margin-right: 72px !important;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.clearfix {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}