@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* カラー */
.aboutCard {
  --bgOpacity: 0;
  --bgScale: 0;
  position: relative;
  z-index: 2;
}

.aboutCard.sai-animate {
  --bgOpacity: 1;
  --bgScale: 1;
}

@media print, screen and (min-width: 768px) {
  .aboutCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 120px;
  }
}

@media screen and (max-width: 1100px) {
  .aboutCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard {
    padding: calc(50 / 375 * 100vw) 0;
  }
}

.aboutCard:after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 50%;
  opacity: var(--bgOpacity);
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) scaleX(var(--bgScale));
          transform: translateX(-50%) scaleX(var(--bgScale));
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: .7s ease-in;
  transition: .7s ease-in;
  width: 100vw;
  will-change: transform;
  will-change: opacity;
  z-index: -1;
}

.aboutCard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__head {
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__head {
    gap: calc(25 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard__head .headingCombi .txt {
    max-width: 471px;
  }
}

.aboutCard__subTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .aboutCard__subTtl {
    position: absolute;
    right: calc(100% + (12 / 375 * 100vw));
  }
}

.aboutCard__subTtl:before {
  background-color: #939393;
  border-radius: 9999px;
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
}

.aboutCard__subTtl .txt {
  line-height: 1;
}

.aboutCard__subTtl .txt:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.aboutCard__subTtl .txt:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.aboutCard__subTtl .txt:before, .aboutCard__subTtl .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .aboutCard__subTtl .txt {
    font-size: calc(12 / 375 * 100vw);
  }
}

.aboutCard__visual {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  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;
  position: relative;
}

@media screen and (max-width: 768px) {
  .aboutCard__visual {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.aboutCard__visual .aboutCard__img {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual .aboutCard__img {
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual .aboutCard__img {
    border-radius: calc(5 / 375 * 100vw);
    width: calc(270 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual .aboutCard__img:nth-child(1) {
    max-width: 600px;
    width: calc(600 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--2photos {
    height: calc(560 / 1440 * 100vw);
    margin-bottom: 111px;
    max-height: 560px;
    max-width: 642px;
    width: calc(642 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--2photos {
    height: calc(260 / 375 * 100vw);
  }
}

.aboutCard__visual--2photos .aboutCard__img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.aboutCard__visual--2photos .aboutCard__img:nth-child(2) {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--2photos .aboutCard__img:nth-child(2) {
    max-width: 300px;
    width: calc(300 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--2photos .aboutCard__img:nth-child(2) {
    width: calc(150 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--3photos {
    height: 42.36111vw;
    margin-bottom: 118px;
    max-height: 610px;
    max-width: 662px;
    width: 45.97222vw;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--3photos {
    height: calc(280 / 375 * 100vw);
  }
}

.aboutCard__visual--3photos .aboutCard__img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.aboutCard__visual--3photos .aboutCard__img:nth-child(2) {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--3photos .aboutCard__img:nth-child(2) {
    bottom: 35px;
    max-width: 300px;
    width: calc(300 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--3photos .aboutCard__img:nth-child(2) {
    bottom: calc(20 / 375 * 100vw);
    width: calc(150 / 375 * 100vw);
  }
}

.aboutCard__visual--3photos .aboutCard__img:nth-child(3) {
  bottom: 0;
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--3photos .aboutCard__img:nth-child(3) {
    max-width: 200px;
    right: 330px;
    width: calc(200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--3photos .aboutCard__img:nth-child(3) {
    right: calc(170 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.aboutCard__visual--4photos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--4photos {
    height: calc(709 / 1440 * 100vw);
    margin-bottom: 122px;
    max-height: 709px;
    max-width: 670px;
    width: calc(670 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--4photos {
    height: calc(330 / 375 * 100vw);
  }
}

.aboutCard__visual--4photos .aboutCard__img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.aboutCard__visual--4photos .aboutCard__img:nth-child(2) {
  position: absolute;
  right: 0;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--4photos .aboutCard__img:nth-child(2) {
    bottom: 166px;
    max-width: 200px;
    width: calc(200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--4photos .aboutCard__img:nth-child(2) {
    bottom: calc(83 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.aboutCard__visual--4photos .aboutCard__img:nth-child(3) {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--4photos .aboutCard__img:nth-child(3) {
    bottom: 66px;
    max-width: 300px;
    width: calc(300 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--4photos .aboutCard__img:nth-child(3) {
    bottom: calc(33 / 375 * 100vw);
    width: calc(150 / 375 * 100vw);
  }
}

.aboutCard__visual--4photos .aboutCard__img:nth-child(4) {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .aboutCard__visual--4photos .aboutCard__img:nth-child(4) {
    left: 210px;
    max-width: 200px;
    width: calc(200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .aboutCard__visual--4photos .aboutCard__img:nth-child(4) {
    left: calc(105 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard .headingAnimation + .txt {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard .headingAnimation + .txt {
    margin-top: calc(40 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.aboutCard--reverse:after {
  background-color: #e9ecf0;
}

@media print, screen and (min-width: 768px) {
  .aboutCard--reverse:after {
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard--reverse:after {
    border-radius: calc(10 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .aboutCard--reverse .aboutCard__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .aboutCard--reverse .aboutCard__subTtl {
    left: calc(100% + (12 / 375 * 100vw));
    position: absolute;
    right: auto;
  }
}

.introSect {
  text-align: center;
}

.introSect .headingCombi .heading {
  -webkit-transform: translate3d(0, -12%, 0);
          transform: translate3d(0, -12%, 0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.introSect .headingCombi .heading.sai-animate {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media print, screen and (min-width: 768px) {
  .introSect .headingCombi .heading--large {
    font-size: 80px;
    letter-spacing: -2.4px;
    line-height: 1.1;
  }
  .introSect .headingCombi .heading--large:before {
    content: '';
    margin-top: calc((1 - 1.1) * .5em);
  }
  .introSect .headingCombi .heading--large:after {
    margin-bottom: calc((1 - 1.1) * .5em);
  }
  .introSect .headingCombi .heading--large:before, .introSect .headingCombi .heading--large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .introSect .headingCombi .heading--large {
    font-size: calc(40 / 375 * 100vw);
    letter-spacing: -1.62px;
    line-height: 1;
  }
  .introSect .headingCombi .heading--large:before {
    content: '';
    margin-top: calc((1 - 1) * .5em);
  }
  .introSect .headingCombi .heading--large:after {
    margin-bottom: calc((1 - 1) * .5em);
  }
  .introSect .headingCombi .heading--large:before, .introSect .headingCombi .heading--large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect .headingCombi .heading--large.heading--jp {
    font-size: 48px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
  .introSect .headingCombi .heading--large.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .introSect .headingCombi .heading--large.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .introSect .headingCombi .heading--large.heading--jp:before, .introSect .headingCombi .heading--large.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .introSect .headingCombi .heading--large.heading--jp {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: .84px;
    line-height: 1.5;
  }
  .introSect .headingCombi .heading--large.heading--jp:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .introSect .headingCombi .heading--large.heading--jp:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .introSect .headingCombi .heading--large.heading--jp:before, .introSect .headingCombi .heading--large.heading--jp:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect .headingCombi .heading + .txt {
    margin: auto;
    margin-top: 67px;
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .introSect .headingCombi .heading + .txt {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.locationSect {
  --bgOpacity: 0;
  --bgScale: 0;
  position: relative;
  z-index: 2;
}

.locationSect.sai-animate {
  --bgOpacity: 1;
  --bgScale: 1;
}

@media print, screen and (min-width: 768px) {
  .locationSect {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .locationSect {
    padding: calc(50 / 375 * 100vw) 0;
  }
}

.locationSect:after {
  background-color: #e9ecf0;
  content: '';
  height: 100%;
  left: 50%;
  opacity: var(--bgOpacity);
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) scaleX(var(--bgScale));
          transform: translateX(-50%) scaleX(var(--bgScale));
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: .7s ease-in;
  transition: .7s ease-in;
  width: 100vw;
  will-change: transform;
  will-change: opacity;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .locationSect:after {
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect:after {
    border-radius: calc(10 / 375 * 100vw);
  }
}

.locationSect__head {
  text-align: center;
}

.locationSect__head .headingCombi {
  text-align: center;
}

.locationSect__head .headingCombi .heading {
  -webkit-transform: translate3d(0, 14%, 0);
          transform: translate3d(0, 14%, 0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.locationSect__head .headingCombi .heading.sai-animate {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media print, screen and (min-width: 768px) {
  .locationSect__head .headingCombi .txt {
    margin: 54px auto;
    width: 597px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__head .headingCombi .txt {
    margin: calc(30 / 375 * 100vw) auto;
  }
}

.locationSect__subTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.locationSect__subTtl:before {
  background-color: #939393;
  border-radius: 9999px;
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
}

@media print, screen and (min-width: 768px) {
  .locationSect__subTtl + .headingCombi {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__subTtl + .headingCombi {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.locationSect .headingAnimation {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .locationSect .headingAnimation + .txt {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect .headingAnimation + .txt {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.locationSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.locationSect__cont .loopSlider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.locationSect__cont .loopSlider .photo {
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .locationSect__cont .loopSlider .photo {
    border-radius: calc(5 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .loopSlider__slide--1 {
    margin-left: 60px;
    max-width: 320px;
    width: calc(320 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .loopSlider__slide--1 {
    margin-left: calc(40 / 760 * 100vw);
    width: calc(210 / 760 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .loopSlider__slide--2 {
    margin-left: 60px;
    margin-top: 100px;
    max-width: 300px;
    width: calc(300 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .loopSlider__slide--2 {
    margin-left: calc(40 / 760 * 100vw);
    margin-top: calc(66 / 760 * 100vw);
    width: calc(200 / 760 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .loopSlider__slide--3 {
    margin-left: 55px;
    margin-top: 40px;
    max-width: 240px;
    width: calc(240 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .loopSlider__slide--3 {
    margin-left: calc(38 / 760 * 100vw);
    margin-top: calc(26 / 760 * 100vw);
    width: calc(160 / 760 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .loopSlider__slide--4 {
    margin-left: 59px;
    max-width: 440px;
    width: calc(440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .loopSlider__slide--4 {
    margin-left: calc(30 / 760 * 100vw);
    width: calc(290 / 760 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .loopSlider__slide--5 {
    margin-left: -40px;
    margin-top: 120px;
    max-width: 350px;
    width: calc(350 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .loopSlider__slide--5 {
    margin-left: calc(-27 / 760 * 100vw);
    margin-top: calc(80 / 760 * 100vw);
    width: calc(230 / 760 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .about-intro {
    margin-bottom: 88px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .about-intro {
    margin-bottom: calc(45 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .about-featured {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .about-featured {
    margin-bottom: calc(60 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}
