@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&family=Barlow+Semi+Condensed:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.prg_h {
  margin-bottom: 15px;
}

.prg {
  margin-bottom: 20px;
}

.prg_w {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 30px;
  }
}

.prg_2w {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 50px;
  }
}

.prg_3w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 70px;
  }
}

.prg_4w {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 90px;
  }
}

.font_b {
  font-weight: 900;
}

.txtlink {
  text-decoration: underline;
}

.list_disc {
  padding-left: 1.5em;
}
.list_disc > li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .list_disc {
    font-size: 14px;
  }
}

.list_decimal {
  padding-left: 1.7em;
}
.list_decimal > li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .list_decimal {
    font-size: 14px;
  }
}

.align-right {
  text-align: right;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  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;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header {
    padding: 30px clamp(30px, 4vw, 50px);
  }
}
.header__logo .s2logo {
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
@media screen and (max-width: 767px) {
  .header__logo .s2logo {
    position: relative;
    width: 44px;
    z-index: 960;
  }
}
.header__logo .s2logo.active {
  fill: #fff !important;
}
.header__gnavi_toggle {
  position: relative;
  width: 44px;
  height: 44px;
  color: transparent;
  z-index: 950;
}
.header__gnavi_toggle::before, .header__gnavi_toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #101010;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__gnavi_toggle::before {
  top: 17px;
}
.header__gnavi_toggle::after {
  bottom: 17px;
}
.header__gnavi_toggle.active::before, .header__gnavi_toggle.active::after {
  background: #fff !important;
}
.header__gnavi_toggle.active::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 21px;
}
.header__gnavi_toggle.active::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 21px;
}
@media print, screen and (min-width: 768px) {
  .header__gnavi_toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 940;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    background: #101010;
    padding: 80px 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav-inner {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.header__gnavi {
  -webkit-transition: color linear 0.1s;
  transition: color linear 0.1s;
}
@media screen and (max-width: 767px) {
  .header__gnavi {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: clamp(12px, 0.83vw, 17px);
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
}
@media screen and (max-width: 767px) {
  .header__gnavi li {
    padding: 10px 0;
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi li {
    margin-left: 30px;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.header__gnavi a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__gnavi a {
    color: #d57373;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi a::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: #000000;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi a:hover::after {
    width: 100%;
  }
}

.pageheading {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  padding: clamp(120px, 10vw, 140px) 0;
}
.pageheading__content {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pageheading__content {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageheading__content {
    padding: 0 clamp(30px, 3.5vw, 60px);
  }
}
.pageheading__img {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: clamp(25px, 4.1vw, 70px);
}
@media screen and (max-width: 767px) {
  .pageheading__img {
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageheading__img {
    margin-top: -5%;
  }
}
.pageheading__ttl {
  font-weight: 900;
  font-size: clamp(20px, 1.36vw, 40px);
}

.maincont {
  position: relative;
  z-index: 10;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .maincont {
    text-align: justify;
  }
}

.section__wrap {
  padding: clamp(85px, 7.9vw, 150px) 0;
}

@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__inner {
    padding: 0 clamp(30px, 3.5vw, 60px);
  }
}

.ulayer-section_ttl-large {
  margin-bottom: clamp(40px, 4.1vw, 90px);
  font-weight: 900;
  font-size: clamp(15px, 1.3vw, 34px);
  line-height: 1.2;
}
.ulayer-section_ttl-large::before {
  content: attr(data-en);
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: clamp(60px, 7.1vw, 140px);
}
.ulayer-section_ttl-small {
  margin-bottom: clamp(40px, 4.1vw, 90px);
  font-weight: 900;
  font-size: clamp(15px, 1.3vw, 34px);
  line-height: 1.2;
}
.ulayer-section_ttl-small::before {
  content: attr(data-en);
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: clamp(40px, 4.7vw, 100px);
}

.division-intro {
  scroll-snap-align: start;
}
.division-intro__lead {
  display: inline-block;
  margin-bottom: clamp(40px, 4.7vw, 80px);
  font-size: clamp(25px, 2.9vw, 65px);
  font-weight: 900;
  line-height: 1.4;
}
.division-intro .char-wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.division-intro .char {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.division-intro__txt {
  font-size: clamp(16px, 1.1vw, 24px);
}
.division-intro__txt p {
  margin-bottom: 1em;
}

.content-sub {
  text-align: center;
}
.content-sub .content-sub__division {
  display: block;
  margin-bottom: clamp(40px, 4.7vw, 80px);
}
.content-sub__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(42px, 7.7vw, 150px);
  line-height: 0.8;
}
.content-sub__lead img {
  width: clamp(13px, 3vw, 65px);
  margin-left: 10px;
}
.content-sub__btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 190px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .content-sub__btn {
    margin-bottom: 60px;
  }
}
.content-sub__btn .animate__btn-inner {
  height: 57px;
}
.content-sub__btn .animate__btn-content {
  height: 57px;
  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-sub__btn:hover {
  background: #5c6db2;
}
.content-sub__btn svg {
  width: 13px;
  margin-left: 15px;
}

.footer {
  position: relative;
  z-index: 20;
  font-size: clamp(12px, 0.83vw, 18px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__content {
    padding: 0 clamp(30px, 3.5vw, 60px);
  }
}
.footer__link {
  margin-bottom: clamp(0px, 4.7vw, 80px);
}
@media print, screen and (min-width: 768px) {
  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__link li {
    margin: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__link li:nth-of-type(n+2) {
    border-left: 1px solid #3e3029;
  }
}
.footer__link a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer__link a {
    padding: 0 1.5em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__link br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .footer__link br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__inner {
    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;
    padding-bottom: 50px;
  }
}
.footer__inner .companyname {
  font-size: clamp(14px, 0.83vw, 22px);
}
@media screen and (max-width: 767px) {
  .footer__inner .companyname {
    margin-bottom: 10px;
  }
}

@-webkit-keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate__rotation {
  -webkit-animation: rotateAnimation 14s linear infinite;
          animation: rotateAnimation 14s linear infinite;
}
.animate__rotation-btn {
  position: relative;
  aspect-ratio: 1/1;
  display: inline-block;
}
.animate__rotation-btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.animate__btn-inner {
  position: relative;
  overflow: hidden;
}
.animate__btn-content {
  display: block;
}
.animate__textlink {
  position: relative;
  display: inline-block;
}
.animate__textlink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.animate__textlink:hover::after {
  width: 100%;
}
.animate__textlink img {
  width: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px;
  margin-bottom: 0.5em;
}

.section_marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(62px, 8.8vw, 148px);
  z-index: 1;
}
.section_marquee .marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.section_marquee .txtscroll {
  display: inline-block;
  padding-right: 30px;
}

.pagetransition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pagetransition-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .pagetransition-overlay .curtain {
    width: 100%;
    height: 20%;
  }
}
@media print, screen and (min-width: 768px) {
  .pagetransition-overlay .curtain {
    width: 20%;
    height: 100%;
  }
}
.pagetransition-overlay .curtain:nth-of-type(1) {
  background: #407f3e;
}
.pagetransition-overlay .curtain:nth-of-type(2) {
  background: #21595e;
}
.pagetransition-overlay .curtain:nth-of-type(3) {
  background: #354765;
}
.pagetransition-overlay .curtain:nth-of-type(4) {
  background: #d57373;
}
.pagetransition-overlay .curtain:nth-of-type(5) {
  background: #dbd468;
}
.pagetransition-overlay.animation-cancelled .curtain {
  visibility: hidden;
  display: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  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: 1100;
}
.modal__container {
  position: relative;
  width: 90vw;
  max-width: 1200px;
  background-color: #fff;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__close {
  position: absolute;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 12px;
    right: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .modal__close {
    top: 40px;
    right: 40px;
  }
}
.modal__close:before {
  content: "✕";
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
.modal__content {
  padding: clamp(40px, 4.5vw, 70px) clamp(15px, 2.5vw, 50px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .modal__content {
    text-align: justify;
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}