@charset "UTF-8";


@media print, screen {
  :root {
    /* ==================== color ==================== */
    --color-key: #2E2E63;
    --color-yellow: #FFF845;
    --color-green: #C9C461;
    --color-blue-2: #9494B1;
  }
}
/*
 * メインビジュアル
 *********************/
.mv-block {
  max-height: 100vh;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 420px) {
  .mv-block {
    height: 100dvh;
  }
}
.mv-block .title-block {
  position: absolute;
  bottom: 7.8125vw;
  left: 4.5833333333vw;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1031px;
  width: 53.6979166667vw;
}
@media screen and (max-width: 960px) {
  .mv-block .title-block {
    max-width: 687px;
    width: 71.5625vw;
    left: 6.9791666667vw;
  }
}
@media screen and (max-width: 960px) {
  .mv-block .title-block {
    max-width: 687px;
    width: 88.9743589744vw;
    left: 5.8974358974vw;
    bottom: 20.5128205128vw;
  }
}
.mv-block .title-block .lead {
  width: 51.7%;
  opacity: 0;
}
@media screen and (max-width: 420px) {
  .mv-block .title-block .lead {
    width: 71.7%;
  }
}
.mv-block .title-block .block-txt1 {
  margin-top: 2.34375vw;
  width: 52.8%;
}
@media screen and (max-width: 420px) {
  .mv-block .title-block .block-txt1 {
    margin-top: 9.2307692308vw;
  }
}
.mv-block .title-block .block-txt2 {
  margin-top: 2.6041666667vw;
}
.mv-block .title-block .block-txt1,
.mv-block .title-block .block-txt2 {
  opacity: 0;
  display: block;
  position: relative;
}
.mv-block .title-block .block-txt1 .line,
.mv-block .title-block .block-txt2 .line {
  display: block;
  content: "";
  width: 0;
  height: 0.5208333333vw;
  max-height: 10px;
  background-color: #fff;
  margin-top: 11px;
}
@media screen and (max-width: 420px) {
  .mv-block .title-block .block-txt1 .line,
  .mv-block .title-block .block-txt2 .line {
    height: 1.2820512821vw;
  }
}
.mv-block .mv-body {
  position: relative;
  opacity: 0;
}
.mv-block .mv-body:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.11;
  background: #2e2e63;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.mv-block .mv-body picture {
  display: block;
}
.mv-block .mv-body img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-block .mv-body .caption {
  font-size: 12px;
  color: #fff;
  letter-spacing: 3px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 420px) {
  .mv-block .mv-body .caption {
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
  }
}
.mv-block .mv-body .swiper-slide-active picture,
.mv-block .mv-body .swiper-slide-duplicate-active picture,
.mv-block .mv-body .swiper-slide-prev picture {
  -webkit-animation: zoom 7s linear 0s normal both;
          animation: zoom 7s linear 0s normal both;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 * 事業紹介
 *********************/
.about-block .section-inner {
  width: 100%;
  max-width: 1798px;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .about-block .section-inner {
    max-width: calc(1758px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 960px) {
  .about-block .section-inner {
    width: 100%;
    max-width: 860px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .about-block .section-inner {
    max-width: calc(820px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) and (max-width: 960px) {
  .about-block .section-inner {
    max-width: calc(350px + 6%);
    padding: 0 3%;
  }
}
.about-block .section-wrap {
  border-left: 1px solid #25254f;
  border-right: 1px solid #25254f;
}
.about-block .section-wrap .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
}
.about-block .section-wrap .section-header .title-block {
  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;
  padding: 50px;
  width: 33.3333333333%;
  min-height: 426px;
}
@media screen and (max-width: 1440px) {
  .about-block .section-wrap .section-header .title-block {
    min-height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header .title-block {
    width: 50%;
    min-height: 175px;
    padding: 27px;
  }
}
.about-block .section-wrap .section-header .title-block .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .section-header .title-block .section-title {
    gap: 23px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header .title-block .section-title {
    gap: 14px;
  }
}
.about-block .section-wrap .section-header .title-block .section-title .en {
  color: #c6c6dc;
  font-family: "Montserrat";
  font-size: clamp(11px, 0.8125vw + 0.2rem, 13px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  letter-spacing: 6.5px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #a5a267;
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .section-header .title-block .section-title .en {
    padding-bottom: 7px;
    letter-spacing: 5.5px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header .title-block .section-title .en {
    font-size: 10px;
    line-height: 100%; /* 8px */
    letter-spacing: 4px;
  }
}
.about-block .section-wrap .section-header .title-block .section-title .jp {
  color: #fff;
  font-size: clamp(26px, 2.25vw + 0.2rem, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 54px */
  letter-spacing: 18px;
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .section-header .title-block .section-title .jp {
    font-size: clamp(20px, 1.625vw + 0.2rem, 26px);
    letter-spacing: 13px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header .title-block .section-title .jp {
    font-weight: 400;
    line-height: 100%; /* 20px */
    letter-spacing: 10px;
  }
}
.about-block .section-wrap .section-header .lead-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header .lead-block {
    border-top: 1px solid #25254f;
    padding: 56px 40px;
  }
}
.about-block .section-wrap .section-header .lead-block .lead {
  max-width: 530px;
  color: #2f2f3b;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: clamp(13px, 1vw + 0.2rem, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .section-header .lead-block .lead {
    max-width: 431px;
    letter-spacing: 1.95px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .section-header .lead-block .lead {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}
.about-block .section-wrap .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}
.about-block .section-wrap .about-list .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc((100% - 2px) / 3);
  min-height: 426px;
  position: relative;
  cursor: pointer;
  padding: 0 30px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about-block .section-wrap .about-list .about-item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1440px) {
  .about-block .section-wrap .about-list .about-item {
    min-height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .about-list .about-item {
    padding: 0 18px 25px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-item {
    width: calc((100% - 2px) / 2);
    padding: 0 13px 8px;
  }
}
.about-block .section-wrap .about-list .about-item.sales {
  background-image: url(../../img/top/bg_about_01.jpg);
}
.about-block .section-wrap .about-list .about-item.sales .about-title .title-block:before {
  background-image: url(../../img/top/icon_about_01.svg);
}
.about-block .section-wrap .about-list .about-item.package {
  background-image: url(../../img/top/bg_about_02.jpg);
}
.about-block .section-wrap .about-list .about-item.package .about-title .title-block:before {
  background-image: url(../../img/top/icon_about_02.svg);
}
.about-block .section-wrap .about-list .about-item.corporate-sales {
  background-image: url(../../img/top/bg_about_03.jpg);
}
.about-block .section-wrap .about-list .about-item.corporate-sales .about-title .title-block:before {
  background-image: url(../../img/top/icon_about_03.svg);
}
.about-block .section-wrap .about-list .about-item.inbound {
  background-image: url(../../img/top/bg_about_04.jpg);
}
.about-block .section-wrap .about-list .about-item.inbound .about-title .title-block:before {
  background-image: url(../../img/top/icon_about_06.svg);
}
.about-block .section-wrap .about-list .about-item.ticket {
  background-image: url(../../img/top/bg_about_05.jpg);
}
.about-block .section-wrap .about-list .about-item.ticket .about-title .title-block:before {
  background-image: url(../../img/top/icon_about_05.svg);
}
.about-block .section-wrap .about-list .about-item.services {
  background-image: url(../../img/top/bg_about_06.jpg);
}
.about-block .section-wrap .about-list .about-item.services .about-title .title-block:before {
  background-image: url(../../img/top/icon_about_04.svg);
}
.about-block .section-wrap .about-list .about-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 130px;
  opacity: 0.85;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(18%, #2e2e63), to(rgba(46, 46, 99, 0)));
  background: linear-gradient(0deg, #2e2e63 18%, rgba(46, 46, 99, 0) 100%);
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-item:before {
    height: 50px;
  }
}
@media (hover: hover) {
  .about-block .section-wrap .about-list .about-item:hover:before {
    height: 100%;
    opacity: 0.95;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(18%, #2e2e63), to(rgba(46, 46, 99, 0.3)));
    background: linear-gradient(0deg, #2e2e63 18%, rgba(46, 46, 99, 0.3) 100%);
  }
  .about-block .section-wrap .about-list .about-item:hover .about-circle .text {
    -webkit-animation: translateArrow 0.3s ease;
            animation: translateArrow 0.3s ease;
  }
  .about-block .section-wrap .about-list .about-item:hover .about-data {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .about-block .section-wrap .about-list .about-item:nth-child(2) .about-title {
    -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px);
  }
}
.about-block .section-wrap .about-list .about-title {
  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: 100%;
  position: relative;
  z-index: 1;
}
.about-block .section-wrap .about-list .about-title .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-title .title-block {
    gap: 11px;
  }
}
.about-block .section-wrap .about-list .about-title .title-block:before {
  display: block;
  content: "";
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .about-list .about-title .title-block:before {
    width: 25px;
    height: 21px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-title .title-block:before {
    width: 15px;
    height: 11px;
  }
}
.about-block .section-wrap .about-list .about-title .title-block span {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: clamp(13px, 1.125vw + 0.2rem, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 7.2px;
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-title .title-block span {
    letter-spacing: 3.9px;
  }
}
.about-block .section-wrap .about-list .about-title .about-circle {
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  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: 960px) {
  .about-block .section-wrap .about-list .about-title .about-circle {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-title .about-circle {
    display: none;
  }
}
.about-block .section-wrap .about-list .about-title .about-circle .text {
  width: 8px;
  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;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}
.about-block .section-wrap .about-list .about-title .about-circle .circle .loading-icon--back {
  opacity: 1;
}
.about-block .section-wrap .about-list .about-title .about-circle .circle .loading-icon--front path {
  stroke-dasharray: 396;
  stroke-dashoffset: 396;
  opacity: 1;
}
.about-block .section-wrap .about-list .about-title .about-circle .circle .loading-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-block .section-wrap .about-list .about-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  padding: 73px;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 960px) {
  .about-block .section-wrap .about-list .about-data {
    padding: 30px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-wrap .about-list .about-data {
    display: none;
  }
}
.about-block .section-wrap .about-list .about-data p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: clamp(11px, 0.8125vw + 0.2rem, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 2.1px;
}
.about-block .section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-block .section-footer .footer-inner {
  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;
  padding: 175px;
  width: 66.6666666667%;
}
@media screen and (max-width: 960px) {
  .about-block .section-footer .footer-inner {
    padding: 111px;
  }
}
@media screen and (max-width: 420px) {
  .about-block .section-footer .footer-inner {
    width: 100%;
    padding: 70px;
  }
}

/*
 * 企業理念
 *********************/
.philosophy-block {
  border-top: 1px solid #25254f;
  background-color: #000;
  position: relative;
}
.philosophy-block .section-inner {
  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;
  min-height: 1100px;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-inner {
    min-height: 741px;
  }
}
.philosophy-block .section-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-wrap {
    max-width: 620px;
  }
}
.philosophy-block .section-wrap .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.philosophy-block .section-wrap .section-header .section-title {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  color: #fff;
  font-size: clamp(10px, 0.9375vw + 0.2rem, 15px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 12px;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-wrap .section-header .section-title {
    padding-bottom: 5px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 420px) {
  .philosophy-block .section-wrap .section-header .section-title {
    font-size: 13px;
    letter-spacing: 10.4px;
    padding-bottom: 16px;
  }
}
.philosophy-block .section-wrap .section-header .section-title span {
  display: inline-block;
  margin-right: -12px;
}
.philosophy-block .section-wrap .section-body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 62px;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-wrap .section-body {
    margin-top: 42px;
  }
}
@media screen and (max-width: 420px) {
  .philosophy-block .section-wrap .section-body {
    margin-top: 53px;
  }
}
.philosophy-block .section-wrap .section-body picture {
  max-width: 570px;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-wrap .section-body picture {
    max-width: 409px;
  }
}
@media screen and (max-width: 420px) {
  .philosophy-block .section-wrap .section-body picture {
    max-width: 298px;
  }
}
.philosophy-block .section-wrap .section-body .lead {
  margin-top: 76px;
  color: #fff;
  font-size: clamp(13px, 0.9375vw + 0.2rem, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 300%; /* 45px */
  letter-spacing: 3.67px;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-wrap .section-body .lead {
    margin-top: 47px;
    line-height: 250%; /* 32.5px */
    letter-spacing: 3.25px;
  }
}
@media screen and (max-width: 420px) {
  .philosophy-block .section-wrap .section-body .lead {
    margin-top: 56px;
    max-width: 300px;
    font-size: 14px;
    line-height: 270%; /* 37.8px */
    letter-spacing: 2.1px;
  }
}
.philosophy-block .section-wrap .section-body .button-set {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .philosophy-block .section-wrap .section-body .button-set {
    margin-top: 52px;
  }
}
@media screen and (max-width: 420px) {
  .philosophy-block .section-wrap .section-body .button-set {
    margin-top: 60px;
  }
}
.philosophy-block .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.philosophy-block .img:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #27244e 25%, transparent 25%, transparent 75%, #27244e 75%), linear-gradient(45deg, #27244e 25%, transparent 25%, transparent 75%, #27244e 75%);
  background-color: #2f2d61;
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  opacity: 0.8;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.philosophy-block .img picture {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.philosophy-block .img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophy-block .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.philosophy-block .frame span {
  position: absolute;
  background-color: #fff;
}
.philosophy-block .frame .top {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 420px) {
  .philosophy-block .frame .top {
    height: 20px;
  }
}
.philosophy-block .frame .bottom {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 420px) {
  .philosophy-block .frame .bottom {
    height: 20px;
  }
}
.philosophy-block .frame .left {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 420px) {
  .philosophy-block .frame .left {
    width: 20px;
  }
}
.philosophy-block .frame .right {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  width: 80px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 420px) {
  .philosophy-block .frame .right {
    width: 20px;
  }
}

/*
 * 沿革
 *********************/
.history-block {
  border-top: 1px solid #25254f;
  border-bottom: 1px solid #25254f;
}
.history-block .section-inner {
  width: 100%;
  max-width: 1800px;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .history-block .section-inner {
    max-width: calc(1760px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 960px) {
  .history-block .section-inner {
    width: 100%;
    max-width: 860px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .history-block .section-inner {
    max-width: calc(820px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) and (max-width: 960px) {
  .history-block .section-inner {
    max-width: calc(350px + 6%);
    padding: 0 3%;
  }
}
.history-block .section-wrap {
  background-color: #fff;
}
.history-block .section-wrap .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27%;
  padding: 7.03125vw 5.8854166667vw 7.03125vw 10.0520833333vw;
  position: relative;
}
@media screen and (min-width: 961px) {
  .history-block .section-wrap .section-header {
    min-height: 390px;
  }
}
.history-block .section-wrap .section-header:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/bg_history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: screen;
}
.history-block .section-wrap .section-header:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #27244e 25%, transparent 25%, transparent 75%, #27244e 75%), linear-gradient(45deg, #27244e 25%, transparent 25%, transparent 75%, #27244e 75%);
  background-color: #2f2d61;
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .history-block .section-wrap .section-header {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-header {
    padding: 80px 10.625vw 80px;
    gap: 50px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 30px 62px;
    gap: 28px;
  }
}
.history-block .section-wrap .section-header .title-block {
  position: relative;
  z-index: 2;
}
.history-block .section-wrap .section-header .title-block .en {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat";
  font-size: clamp(10px, 0.8125vw + 0.2rem, 13px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 6.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #a5a267;
  padding-bottom: 14px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-header .title-block .en {
    letter-spacing: 5.8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-header .title-block .en {
    letter-spacing: 4px;
    padding-bottom: 4px;
  }
}
.history-block .section-wrap .section-header .title-block .jp {
  margin-top: 29px;
  color: #fff;
  font-size: clamp(28px, 2.25vw + 0.2rem, 36px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 18px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-header .title-block .jp {
    margin-top: 17px;
    letter-spacing: 12px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-header .title-block .jp {
    margin-top: 11px;
  }
}
.history-block .section-wrap .section-header .lead-block {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(14px, 1.25vw + 0.2rem, 20px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 5px;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-header .lead-block {
    margin-top: 55px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-header .lead-block {
    margin-top: 0;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 3.5px;
  }
}
.history-block .section-wrap .section-body {
  width: 100%;
  max-width: 1179px;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-body {
    max-width: calc(1139px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.history-block .section-wrap .section-block {
  position: relative;
  border: 1px solid #aaaabf;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-block {
    padding: 6.67px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-block {
    padding: 5px;
  }
}
.history-block .section-wrap .section-block:after, .history-block .section-wrap .section-block:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #50507d;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-block:after, .history-block .section-wrap .section-block:before {
    width: 6.67px;
    height: 6.67px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-block:after, .history-block .section-wrap .section-block:before {
    width: 5px;
    height: 5px;
  }
}
.history-block .section-wrap .section-block:before {
  left: 0;
}
.history-block .section-wrap .section-block:after {
  right: 0;
}
.history-block .section-wrap .section-block-inner {
  border: 1px solid #aaaabf;
  padding: 90px 0 120px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-block-inner {
    padding: 58px 0 78px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-block-inner {
    padding: 53px 0 0;
  }
}
.history-block .section-wrap .section-block-inner:after, .history-block .section-wrap .section-block-inner:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #50507d;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-block-inner:after, .history-block .section-wrap .section-block-inner:before {
    width: 6.67px;
    height: 6.67px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-block-inner:after, .history-block .section-wrap .section-block-inner:before {
    width: 5px;
    height: 5px;
  }
}
.history-block .section-wrap .section-block-inner:before {
  left: 0;
}
.history-block .section-wrap .section-block-inner:after {
  right: 0;
}
.history-block .section-wrap .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history-block .section-wrap .section-title picture {
  display: block;
  border-top: 2px solid #424256;
  border-bottom: 2px solid #424256;
  padding: 12px 0;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .section-title picture {
    max-width: 214px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .section-title picture {
    max-width: 242px;
    padding: 10px 0;
  }
}
.history-block .section-wrap .timeline-body {
  margin-top: 96px;
  padding: 0 33px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body {
    margin-top: 64px;
    padding: 0 21px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .timeline-body {
    margin-top: 45px;
    padding: 0 18px;
  }
}
.history-block .section-wrap .timeline-body .timeline-item {
  position: relative;
  height: auto;
}
.history-block .section-wrap .timeline-body .timeline-item:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.history-block .section-wrap .timeline-body .timeline-item:nth-child(odd):before {
  background-color: #7c7b55;
}
.history-block .section-wrap .timeline-body .timeline-item:nth-child(odd) .timeline-title,
.history-block .section-wrap .timeline-body .timeline-item:nth-child(odd) .timeline-text {
  color: #7c7b55;
}
.history-block .section-wrap .timeline-body .timeline-item:nth-child(odd) .timeline-data:after {
  border-color: #7c7b55;
}
.history-block .section-wrap .timeline-body .timeline-item:nth-child(even):before {
  background-color: #5a5a8c;
}
.history-block .section-wrap .timeline-body .timeline-item:nth-child(even) .timeline-title,
.history-block .section-wrap .timeline-body .timeline-item:nth-child(even) .timeline-text {
  color: #5a5a8c;
}
.history-block .section-wrap .timeline-body .timeline-item:nth-child(even) .timeline-data:after {
  border-color: #5a5a8c;
}
.history-block .section-wrap .timeline-body .timeline-title {
  font-family: "Abril Fatface";
  font-size: clamp(39px, 3.5vw + 0.2rem, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: 2.8px;
  padding: 0 45px 57px 29px;
  margin-top: -6px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body .timeline-title {
    font-size: 39px;
    letter-spacing: 0.8px;
    padding: 0 10px 39px 20px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .timeline-body .timeline-title {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 22px 10px 25px 10px;
    text-align: center;
  }
}
.history-block .section-wrap .timeline-body .timeline-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  border-top: 30px solid #5a5a8c;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 51px 33px 22px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body .timeline-data {
    padding: 22px 19px 22px;
    border-top-width: 20px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .timeline-body .timeline-data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 19px 32px 14px;
  }
}
.history-block .section-wrap .timeline-body .timeline-data:before, .history-block .section-wrap .timeline-body .timeline-data:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body .timeline-data:before, .history-block .section-wrap .timeline-body .timeline-data:after {
    width: 20px;
    height: 20px;
  }
}
.history-block .section-wrap .timeline-body .timeline-data:before {
  background-color: #fff;
  top: -30px;
  left: -15px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body .timeline-data:before {
    top: -20px;
    left: -9px;
  }
}
.history-block .section-wrap .timeline-body .timeline-data:after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 3px solid #50507d;
  top: -24px;
  left: -9px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body .timeline-data:after {
    width: 14px;
    height: 14px;
    top: -17px;
    left: -6px;
  }
}
.history-block .section-wrap .timeline-body .timeline-text {
  font-size: clamp(13px, 1vw + 0.2rem, 16px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 5.98px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .timeline-body .timeline-text {
    letter-spacing: 2.98px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .timeline-body .timeline-text {
    font-size: 14px;
  }
}
.history-block .section-wrap .timeline-body .timeline-text span {
  text-orientation: mixed;
}
.history-block .section-wrap .slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  margin-top: 59px;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .slide-nav {
    margin-top: 52px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .slide-nav {
    margin-top: 40px;
  }
}
.history-block .section-wrap .slide-nav .button-nav {
  width: 89px;
  height: 44px;
  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;
  border: 1px solid #25254f;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .slide-nav .button-nav {
    width: 69px;
    height: 34px;
    border-radius: 3.5px;
  }
  .history-block .section-wrap .slide-nav .button-nav svg {
    aspect-ratio: 3.85/7.7;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .slide-nav .button-nav {
    width: 89px;
    height: 44px;
  }
  .history-block .section-wrap .slide-nav .button-nav svg {
    aspect-ratio: 5/10;
  }
}
.history-block .section-wrap .slide-nav .button-nav.swiper-button-disabled {
  border-color: #ccc;
  background-color: #eee;
}
.history-block .section-wrap .slide-nav .button-nav.swiper-button-disabled svg path {
  stroke: #ccc;
}
.history-block .section-wrap .bnr-history {
  display: block;
  max-width: 900px;
  height: 300px;
  margin: 0 auto;
  margin-top: 106px;
  overflow: hidden;
  text-decoration: none;
  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;
  position: relative;
  padding: 0 59px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .bnr-history {
    max-width: 600px;
    margin-top: 56px;
    height: 200px;
    padding: 0 45px 0 40px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .bnr-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 71px;
    padding: 0 25px 0 25px;
  }
}
.history-block .section-wrap .bnr-history:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/bnr_img_history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.history-block .section-wrap .bnr-history .bnr-history-title {
  width: 28.90625vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .bnr-history .bnr-history-title {
    width: 38.5416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .bnr-history .bnr-history-title {
    width: 100%;
  }
}
.history-block .section-wrap .bnr-history .bnr-history-circle {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  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: 960px) {
  .history-block .section-wrap .bnr-history .bnr-history-circle {
    width: 86px;
    height: 86px;
  }
}
@media screen and (max-width: 420px) {
  .history-block .section-wrap .bnr-history .bnr-history-circle {
    display: none;
  }
}
.history-block .section-wrap .bnr-history .bnr-history-circle .text {
  width: 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;
}
@media screen and (max-width: 960px) {
  .history-block .section-wrap .bnr-history .bnr-history-circle .text {
    width: 13px;
  }
}
.history-block .section-wrap .bnr-history .bnr-history-circle .circle .loading-icon--back {
  opacity: 0.2;
}
.history-block .section-wrap .bnr-history .bnr-history-circle .circle .loading-icon--front path {
  stroke-dasharray: 396;
  stroke-dashoffset: 396;
  opacity: 1;
}
.history-block .section-wrap .bnr-history .bnr-history-circle .circle .loading-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.history-block .section-wrap .bnr-history .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.history-block .section-wrap .bnr-history .bg:before, .history-block .section-wrap .bnr-history .bg:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.history-block .section-wrap .bnr-history .bg:before {
  background-color: #696136;
}
.history-block .section-wrap .bnr-history .bg:after {
  background-color: var(--color-key);
}
@media (hover: hover) {
  .history-block .section-wrap .bnr-history:hover .bnr-history-circle .text {
    -webkit-animation: translateArrow 0.3s ease;
            animation: translateArrow 0.3s ease;
  }
  .history-block .section-wrap .bnr-history:hover .bg {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes translateArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes translateArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
 * 採用情報
 *********************/
.recruit-block {
  background: linear-gradient(244deg, #ce3100 -2.28%, #e37928 107.94%);
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .recruit-block {
    padding: 67px 0;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block {
    padding: 20px 0;
  }
}
.recruit-block .section-inner {
  width: 100%;
  max-width: 1640px;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-inner {
    max-width: calc(1600px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 960px) {
  .recruit-block .section-inner {
    width: 100%;
    max-width: 860px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .recruit-block .section-inner {
    max-width: calc(820px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) and (max-width: 960px) {
  .recruit-block .section-inner {
    max-width: calc(350px + 6%);
    padding: 0 3%;
  }
}
.recruit-block .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(46, 46, 99, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(46, 46, 99, 0.1);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-block .section-wrap:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-block .section-wrap .left-block {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 0px;
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .left-block {
    padding: 42px 25px 80px;
  }
}
.recruit-block .section-wrap .left-block .left-wrap {
  max-width: 480px;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .left-block .left-wrap {
    max-width: 305px;
    padding: 0;
  }
}
.recruit-block .section-wrap .right-block {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .right-block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 51%;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .right-block {
    width: 100%;
  }
}
.recruit-block .section-wrap .right-block .slide-block {
  aspect-ratio: 6/4;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .right-block .slide-block {
    aspect-ratio: 418/268;
  }
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .right-block .slide-block {
    aspect-ratio: inherit;
  }
}
.recruit-block .section-wrap .right-block .slide-block div {
  width: 100%;
  height: 100%;
}
.recruit-block .section-wrap .right-block .slide-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-block .section-wrap .section-header {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-block .section-wrap .section-header .jp span {
  color: #495254;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 8.48px;
  border-bottom: 1px solid #495254;
  padding-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .section-header .jp span {
    font-size: 11px;
    letter-spacing: 4.48px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .section-header .jp span {
    font-size: 16px;
    letter-spacing: 8.48px;
    padding-bottom: 4px;
  }
}
.recruit-block .section-wrap .section-header .title-img {
  display: block;
  margin-top: 2.6041666667vw;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .section-header .title-img {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .section-header .title-img {
    margin-top: 50px;
  }
}
.recruit-block .section-wrap .section-body {
  margin-top: 2.1354166667vw;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .section-body {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .section-body {
    margin-top: 14.6153846154vw;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.recruit-block .section-wrap .section-body .recruit-lead {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 220%; /* 30.8px */
  letter-spacing: 2.1px;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .section-body .recruit-lead {
    font-size: 12px;
    line-height: 200%; /* 24px */
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .section-body .recruit-lead {
    font-size: 14px;
    line-height: 220%; /* 30.8px */
    letter-spacing: 0.7px;
  }
}
.recruit-block .section-wrap .section-footer {
  margin-top: 8.6458333333vw;
  padding: 0 4.21875vw;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .section-footer {
    margin-top: 4.7916666667vw;
    padding: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 420px) {
  .recruit-block .section-wrap .section-footer {
    margin-top: 14.1025641026vw;
    padding: 0 5.1282051282vw;
  }
}
.recruit-block .section-wrap .section-footer .button-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 960px) {
  .recruit-block .section-wrap .section-footer .button-set {
    gap: 18px;
  }
}

/*
 * お知らせ
 *********************/
.news-block {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .news-block {
    padding: 70px 0;
  }
}
@media screen and (max-width: 420px) {
  .news-block {
    padding: 20px 0;
  }
}
.news-block .section-inner {
  width: 100%;
  max-width: 1640px;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .news-block .section-inner {
    max-width: calc(1600px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 960px) {
  .news-block .section-inner {
    width: 100%;
    max-width: 860px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .news-block .section-inner {
    max-width: calc(820px + 6%);
    padding: 0 3%;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) and (max-width: 960px) {
  .news-block .section-inner {
    max-width: calc(350px + 6%);
    padding: 0 3%;
  }
}
.news-block .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27%;
  padding: 120px 5.8854166667vw 120px;
}
@media screen and (max-width: 1200px) {
  .news-block .section-header {
    gap: 14%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .news-block .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
    padding: 88px 10.625vw 100px;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-header {
    gap: 50px;
    padding: 52px 7.9487179487vw 52px;
  }
}
.news-block .section-header .title-block .en {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat";
  font-size: clamp(10px, 0.8125vw + 0.2rem, 13px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 6.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #a5a267;
  padding-bottom: 14px;
}
@media screen and (max-width: 960px) {
  .news-block .section-header .title-block .en {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-header .title-block .en {
    padding-bottom: 4px;
    letter-spacing: 4px;
  }
}
.news-block .section-header .title-block .jp {
  margin-top: 29px;
  color: #fff;
  font-size: clamp(28px, 2.25vw + 0.2rem, 36px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 18px;
}
@media screen and (max-width: 960px) {
  .news-block .section-header .title-block .jp {
    margin-top: 19px;
    letter-spacing: 13px;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-header .title-block .jp {
    margin-top: 10px;
  }
}
.news-block .section-header .category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 37px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .news-block .section-header .category-block {
    margin-top: -2px;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-header .category-block {
    display: none;
  }
}
.news-block .section-header .category-item button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .section-header .category-item button span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.8px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .section-header .category-item button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .section-header .category-item button.is-current span {
  color: #25254f;
}
.news-block .section-header .category-item button.is-current:before {
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (hover: hover) {
  .news-block .section-header .category-item button:hover span {
    color: #25254f;
  }
  .news-block .section-header .category-item button:hover:before {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.news-block .section-header .category-select {
  max-width: 320px;
  width: 100%;
}
.news-block .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid #2e2e63;
  border-left: 1px solid #2e2e63;
}
.news-block .section-body .news-item {
  border-right: 1px solid #2e2e63;
  border-bottom: 1px solid #2e2e63;
  width: 33.3333333333%;
}
@media screen and (min-width: 961px) {
  .news-block .section-body .news-item:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 960px) {
  .news-block .section-body .news-item {
    width: 50%;
  }
  .news-block .section-body .news-item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-body .news-item {
    width: 100%;
  }
  .news-block .section-body .news-item:nth-child(1n) {
    border-right: none;
  }
  .news-block .section-body .news-item:nth-child(n+4) {
    display: none;
  }
}
.news-block .section-body .news-item a {
  display: block;
  text-decoration: none;
  padding: 30px 40px 40px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 960px) {
  .news-block .section-body .news-item a {
    padding: 35px 3.75vw 38px;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-body .news-item a {
    padding: 20px 5.1282051282vw 25px;
  }
}
@media (hover: hover) {
  .news-block .section-body .news-item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.news-block .section-body .news-item .news-item-img {
  display: block;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-block .section-body .news-item .news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .section-body .news-item .news-item-info {
  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;
  gap: 0px 20px;
  margin-top: 31px;
}
@media screen and (max-width: 960px) {
  .news-block .section-body .news-item .news-item-info {
    margin-top: 26px;
  }
}
.news-block .section-body .news-item .news-item-info .news-item-date {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.6px;
}
.news-block .section-body .news-item .news-item-info .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.news-block .section-body .news-item .news-item-info .news-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #f3f3f8;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.65px;
}
.news-block .section-body .news-item .news-item-title {
  margin-top: 20px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 420px) {
  .news-block .section-body .news-item .news-item-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.news-block .section-footer {
  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;
  border: 1px solid #2e2e63;
  border-top: none;
  padding: 127px;
}
@media screen and (max-width: 960px) {
  .news-block .section-footer {
    padding: 100px;
  }
}
@media screen and (max-width: 420px) {
  .news-block .section-footer {
    padding: 87px;
  }
}