.accessCard {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .accessCard {
    width: calc(290 / 750 * 100vw);
  }
}

.accessCard__head .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .accessCard__head .photo {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__head .photo {
    border-radius: calc(15 / 750 * 100vw);
  }
}

.accessCard__head .photo__capIn {
  bottom: auto;
  top: 5px;
}

.accessCard__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: #e6b422;
  border-radius: 50000px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: auto;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .accessCard__cont {
    margin-top: calc(-185px / 2);
    padding-top: 60px;
    width: 185px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__cont {
    height: calc(200 / 750 * 100vw);
    margin-top: calc((-80 / 750 * 100vw) / 2);
    padding-top: calc(59 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__txt {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt {
    font-size: calc(25 / 750 * 100vw);
    letter-spacing: 0;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__txt .small {
    font-size: 14px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt .small {
    font-size: calc(18 / 750 * 100vw);
    margin-left: calc(-12 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__txt + .accessCard__mins {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt + .accessCard__mins {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.accessCard__mins .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
}

@media print, screen and (min-width: 768px) {
  .accessCard__mins .num {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__mins .num {
    font-size: calc(55 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__mins {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__mins {
    font-size: calc(26 / 750 * 100vw);
  }
}

.accessSect__head {
  text-align: center;
}

.accessSect__head .headingCombi .txt {
  letter-spacing: .25rem;
}

@media print, screen and (min-width: 768px) {
  .accessSect__head .headingCombi .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__head .headingCombi .txt {
    font-size: calc(25 / 750 * 100vw);
    letter-spacing: .05em;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .accessSect__head + .accessSect__cont {
    margin-top: 148px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__head + .accessSect__cont {
    margin-top: calc(150 / 750 * 100vw);
  }
}

.accessSect__map {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .accessSect__map {
    margin: auto;
    width: 896px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .accessSect__map {
    max-width: 100%;
  }
}

.accessSect__cont {
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont {
    width: 690px;
  }
}

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

@media screen and (max-width: 768px) {
  .accessSect__cont + .accessSect__cap {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.accessSect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accessSect__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .accessSect__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__txt {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__txt + .accessSect__list {
    margin-top: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .accessSect__item:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__item:nth-child(n + 3) {
    margin-top: calc(55 / 750 * 100vw);
  }
}

.areaList__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.areaList__head .enHeading {
  font-weight: 650;
}

.areaList__head .enHeading .jaTtl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .areaList__head .enHeading .jaTtl {
    font-size: 18px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .areaList__head .enHeading .jaTtl {
    font-size: calc(26 / 750 * 100vw);
    margin-left: calc(26 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .areaList__head + .areaList__cont {
    margin-top: 38px;
  }
}

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

.areaList__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .areaList__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .areaList__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (max-width: 768px) {
  .areaList + .areaList {
    border-top: dotted 2px #ffffff;
    margin-top: calc(75 / 750 * 100vw);
    padding-top: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .areaList__item:nth-child(n + 3) {
    margin-top: calc(50 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .areaList__item {
    width: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .areaList__item {
    width: calc(130 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .areaList__item {
    width: calc(290 / 750 * 100vw);
  }
}

.eventSect__box {
  background-color: #e6b422;
}

@media print, screen and (min-width: 768px) {
  .eventSect__box {
    border-radius: 40px;
    padding-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__box {
    border-radius: 20px;
  }
}

.eventSect__icon {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .eventSect__icon {
    top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__icon {
    top: calc(0 / 750  * 100vw);
    width: calc(140 / 750  * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventSect__icon--left {
    left: 156px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .eventSect__icon--left {
    left: calc(20 / 750  * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .eventSect__icon--left {
    left: calc(0 / 750  * 100vw);
  }
}

.eventSect__icon--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media print, screen and (min-width: 768px) {
  .eventSect__icon--right {
    right: 156px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .eventSect__icon--right {
    right: calc(20 / 750  * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .eventSect__icon--right {
    right: calc(0 / 750  * 100vw);
  }
}

.eventSect__head {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .eventSect__head {
    padding-top: calc(50 / 750  * 100vw);
  }
}

.eventSect__head .enHeading {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .eventSect__head .enHeading {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__head .enHeading {
    font-size: calc(47 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventSect__head .enHeading + .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__head .enHeading + .txt {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .eventSect__head .txt {
    font-size: 16px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .eventSect__head + .eventSect__cont {
    margin-top: 61px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__head + .eventSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.eventSect__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.eventSect__cont .caption {
  color: #ffffff;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .eventSect__cont .caption {
    padding-right: 50px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .eventSect__cont .caption + .eventBtn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__cont .caption + .eventBtn {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.eventSect__cont .loopSlider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100vw;
}

.eventSect__cont .loopSlider .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .eventSect__cont .loopSlider .photo {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__cont .loopSlider .photo {
    border-radius: calc(15 / 750 * 100vw);
    width: calc(240 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventSect__cont .loopSlider + .caption {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__cont .loopSlider + .caption {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventSect__cont .loopSlider + .eventBtn {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .eventSect__cont .loopSlider + .eventBtn {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.hibariSect__head {
  text-align: center;
}

.hibariSect__head .headingCombi .txt {
  letter-spacing: .25rem;
}

@media print, screen and (min-width: 768px) {
  .hibariSect__head .headingCombi .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__head .headingCombi .txt {
    font-size: calc(25 / 750 * 100vw);
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .hibariSect__head + .hibariSect__cont {
    margin-top: 83px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__head + .hibariSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.hibariSect__visual {
  position: relative;
}

@media screen and (max-width: 768px) {
  .hibariSect__visual {
    left: calc(-60 / 750 * 100vw);
    width: 100vw;
  }
}

.hibariSect__icon {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .hibariSect__icon--1 {
    left: 100px;
    top: 61px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__icon--1 {
    left: calc(60 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .hibariSect__icon--2 {
    bottom: 75px;
    left: 56px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__icon--2 {
    bottom: calc(30 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(130 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .hibariSect__icon--3 {
    bottom: 80px;
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__icon--3 {
    bottom: calc(60 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
  }
}

.hibariSect__map {
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .hibariSect__map__img {
    width: calc(630 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .hibariSect__map + .hibariSect__bnr {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__map + .hibariSect__bnr {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.hibariSect__cont + .hibariSect__cap {
  text-align: end;
}

@media print, screen and (min-width: 768px) {
  .hibariSect__cont + .hibariSect__cap {
    margin-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  .hibariSect__cont + .hibariSect__cap {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.introSect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .txt {
    line-height: 3;
  }
  .introSect__head .txt:before {
    content: '';
    margin-top: calc((1 - 3) * .5em);
  }
  .introSect__head .txt:after {
    margin-bottom: calc((1 - 3) * .5em);
  }
  .introSect__head .txt:before, .introSect__head .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .txt {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .05em;
    white-space: nowrap;
    line-height: 2;
  }
  .introSect__head .txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .introSect__head .txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .introSect__head .txt:before, .introSect__head .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 83px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.introSect__heading {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .introSect__heading {
    opacity: 0 !important;
  }
}

.introSect__heading .enHeading {
  font-weight: 650;
  letter-spacing: .025rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .introSect__heading .enHeading {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__heading .enHeading {
    display: none;
    font-size: calc(55 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__heading .enHeading + .jaTtl {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__heading .enHeading + .jaTtl {
    margin-top: calc(35 / 750 * 100vw);
  }
}

.introSect__heading .jaTtl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .introSect__heading .jaTtl {
    font-size: 25px;
    letter-spacing: .5rem;
  }
}

@media screen and (max-width: 768px) {
  .introSect__heading .jaTtl {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: .25rem;
  }
}

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

@media screen and (max-width: 768px) {
  .introSect__heading + .txt {
    margin-top: calc(75 / 750 * 100vw);
  }
}

.introSect__cont .introVisual {
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .introSect__cont .introVisual__img {
    width: calc(630 / 750 * 100vw);
  }
}

.introSect__cont .introVisual__icon {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .introSect__cont .introVisual__icon--1 {
    left: -82px;
    top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont .introVisual__icon--1 {
    left: calc(-30 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__cont .introVisual__icon--2 {
    right: -135px;
    top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont .introVisual__icon--2 {
    right: calc(-20 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__cont .introVisual__icon--3 {
    bottom: -116px;
    left: -67px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont .introVisual__icon--3 {
    bottom: calc(-110 / 750 * 100vw);
    left: calc(-30 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__cont .introVisual__icon--4 {
    bottom: -47px;
    right: -42px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont .introVisual__icon--4 {
    bottom: calc(-40 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__cont .introVisual + .introSect__bnr {
    margin-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__cont .introVisual + .introSect__bnr {
    margin-top: calc(250 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__bnr {
    margin: auto;
    width: 700px;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__bnr .generalBnr__link:hover .photo__image {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .introSect__bnr .generalBnr__link:hover .photo__image {
    opacity: 1;
  }
}

.lifeCard__num {
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .lifeCard__num {
    bottom: calc(-25 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
  }
}

.lifeCard__head {
  margin: auto;
  position: relative;
}

.lifeCard__head .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .lifeCard__head .photo {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .lifeCard__head .photo {
    border-radius: calc(15 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lifeCard__head + .lifeCard__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lifeCard__head + .lifeCard__cont {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.lifeCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lifeCard__cont .txt {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeCard__cont .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lifeCard__cont .txt {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0;
  }
}

.lifeCard__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #505046;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .lifeCard__btn {
    border-radius: 30px;
    height: 60px;
    margin-top: 26px;
    padding: 0 18px;
  }
}

@media screen and (max-width: 768px) {
  .lifeCard__btn {
    border-radius: calc(50 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    padding: 0 calc(25 / 750 * 100vw);
  }
}

.lifeCard__btn .iconArrow {
  position: absolute;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .lifeCard__btn .iconArrow {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .lifeCard__btn .iconArrow {
    right: calc(40 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
  }
}

.lifeCard__btn .inner {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .lifeCard__btn .inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lifeCard__btn .inner {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lifeCard__btn:hover {
    background-color: #ffffff;
  }
  .lifeCard__btn:hover .iconArrow {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .lifeCard__btn:hover .inner {
    color: #505046;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeCard__btn:hover {
    background-color: #ffffff;
  }
  .lifeCard__btn:hover .iconArrow {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .lifeCard__btn:hover .inner {
    color: #505046;
  }
}

.lifeSect__head {
  position: relative;
  text-align: center;
}

.lifeSect__head .headingCombi .txt {
  letter-spacing: .25rem;
}

@media print, screen and (min-width: 768px) {
  .lifeSect__head .headingCombi .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSect__head .headingCombi .txt {
    font-size: calc(25 / 750 * 100vw);
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeSect__head .iconAnimate {
    position: absolute;
    right: 0;
    top: -100px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSect__head .iconAnimate {
    margin: auto;
    width: calc(190 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .lifeSect__head .iconAnimate + .headingCombi {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lifeSect__head + .lifeSect__cont {
    margin-top: 112px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSect__head + .lifeSect__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.lifeSect__cont .manualSlider__dir .swiperPrev circle {
  fill: #e6b422;
  stroke: #ffffff;
}

.lifeSect__cont .manualSlider__dir .swiperPrev polyline, .lifeSect__cont .manualSlider__dir .swiperPrev line {
  stroke: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .lifeSect__cont .manualSlider__dir:hover .swiperPrev circle {
    fill: #ffffff;
  }
  .lifeSect__cont .manualSlider__dir:hover .swiperPrev polyline, .lifeSect__cont .manualSlider__dir:hover .swiperPrev line {
    stroke: #e6b422;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeSect__cont .manualSlider__dir:hover .swiperPrev circle {
    fill: #ffffff;
  }
  .lifeSect__cont .manualSlider__dir:hover .swiperPrev polyline, .lifeSect__cont .manualSlider__dir:hover .swiperPrev line {
    stroke: #e6b422;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeSect__cont .manualSlider + .generalBtn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSect__cont .manualSlider + .generalBtn {
    margin-top: calc(70 / 750 * 100vw);
    width: calc(495 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lifeSect__cont .swiper-slide {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSect__cont .swiper-slide {
    width: 200px;
  }
}

.lifeSect__cont .generalBtn {
  background-color: #e6b422;
}

.lifeSect__cont .generalBtn:after {
  background-color: #ffffff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .lifeSect__cont .generalBtn:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .lifeSect__cont .generalBtn:hover:after {
    background-color: #e6b422;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeSect__cont .generalBtn:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .lifeSect__cont .generalBtn:hover:after {
    background-color: #e6b422;
  }
}

.mainVisual {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .mainVisual {
    min-width: 780px;
    width: calc(1200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    width: 100vw;
  }
}

.mainVisual__inner {
  background-color: #ffffff;
  overflow: hidden;
}

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

.mainVisual__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.mainVisual__swiper {
  position: relative;
  width: 100%;
}

.mainVisual__swiper .swiper-slide {
  width: 100%;
}

.mainVisual__swiper .swiper-slide swiper-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.mainVisual.sai-animate .mainVisual__head {
  opacity: 1;
}

.mainVisual .swiper-slide.swiper-slide-active .mainVisual__img, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainVisual__img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mainVisual .swiper-slide.swiper-slide-active .mainVisual__img--right, .mainVisual .swiper-slide.swiper-slide-duplicate-active .mainVisual__img--right {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.mainVisual__inner {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .mainVisual__decoy {
    position: fixed;
    top: calc(120px + calc(300 / 1440 * 100vw));
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__decoy {
    display: none;
  }
}

.mainVisual__head {
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transition: opacity .5s ease 1s;
  transition: opacity .5s ease 1s;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__head {
    position: fixed;
    top: calc(120px + calc(300 / 1440 * 100vw));
  }
}

.mainVisual__head .inner {
  pointer-events: auto;
}

.mainVisual__head .enHeading {
  font-weight: 650;
  letter-spacing: .025rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__head .enHeading {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__head .enHeading {
    font-size: calc(100 / 750 * 100vw);
    line-height: 1.3;
    text-align: start;
  }
}

@media print, screen and (min-width: 768px) {
  .mainVisual__head .enHeading + .jaTtl {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__head .enHeading + .jaTtl {
    margin-top: calc(35 / 750 * 100vw);
  }
}

.mainVisual__head .jaTtl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__head .jaTtl {
    font-size: 25px;
    letter-spacing: .5rem;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__head .jaTtl {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: .25rem;
  }
}

.mainVisual__img {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.7, 0, 0.3, 1) 3s;
  transition: -webkit-clip-path 1s cubic-bezier(0.7, 0, 0.3, 1) 3s;
  transition: clip-path 1s cubic-bezier(0.7, 0, 0.3, 1) 3s;
  transition: clip-path 1s cubic-bezier(0.7, 0, 0.3, 1) 3s, -webkit-clip-path 1s cubic-bezier(0.7, 0, 0.3, 1) 3s;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__img {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__img {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    width: 100%;
  }
}

.mainVisual__img--right:after {
  -webkit-transition-delay: .3s !important;
          transition-delay: .3s !important;
}

@media screen and (max-width: 768px) {
  .mainVisual__img--right:after {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }
}

.mainVisual__img .photo {
  width: 100%;
}

.mainVisual__img .photo__image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mainVisual__img .photo__image {
    height: calc((100vh - 60px) / 2);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mainVisual__img .photo__capIn {
  z-index: 3;
}

.mainVisual__img .photo__pic {
  position: relative;
  width: 100%;
}

.mainVisual__img .photo__pic:after {
  background-color: #000000;
  content: '';
  height: 100%;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mapSect__head {
  text-align: center;
}

.mapSect__head .headingCombi .txt {
  letter-spacing: .25rem;
}

@media print, screen and (min-width: 768px) {
  .mapSect__head .headingCombi .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__head .headingCombi .txt {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

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

.mapSect__cont .photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100vw;
}

.mapSect__cont .googlemap {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40vw;
  width: 100vw;
}

.mapSect__cont + .mapSect__cap {
  text-align: end;
}

@media print, screen and (min-width: 768px) {
  .mapSect__cont + .mapSect__cap {
    margin-top: 20px;
  }
}

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

.peopleCard__num {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .peopleCard__num {
    bottom: -38px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__num {
    bottom: calc(-60 / 750 * 100vw);
    width: calc(130 / 750 * 100vw);
  }
}

.peopleCard__head {
  margin: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .peopleCard__head {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__head {
    width: calc(310 / 750 * 100vw);
  }
}

.peopleCard__head .photo {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .peopleCard__head .photo {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__head .photo {
    border-radius: calc(15 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .peopleCard__head + .peopleCard__cont {
    margin-top: -158px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__head + .peopleCard__cont {
    margin-top: calc(-150 / 750 * 100vw);
  }
}

.peopleCard__cont {
  background-color: #e6b422;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .peopleCard__cont {
    border-radius: 20px;
    padding-top: 206px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__cont {
    border-radius: calc(20 / 750 * 100vw);
    padding-top: calc(246 / 750 * 100vw);
  }
}

.peopleCard__cont .txt {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .peopleCard__cont .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__cont .txt {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0;
  }
}

.peopleCard__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #505046;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .peopleCard__btn {
    border-radius: 10px 10px 0 0;
    height: 70px;
    margin: auto;
    margin-top: 26px;
    padding: 0 18px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__btn {
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    height: calc(80 / 750 * 100vw);
    margin: auto;
    margin-top: calc(30 / 750 * 100vw);
    padding: 0 calc(25 / 750 * 100vw);
    width: calc(300 / 750 * 100vw);
  }
}

.peopleCard__btn .iconArrow {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 768px) {
  .peopleCard__btn .iconArrow {
    width: calc(10 / 750 * 100vw);
  }
}

.peopleCard__btn .inner {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media print, screen and (min-width: 768px) {
  .peopleCard__btn .inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .peopleCard__btn .inner {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .peopleCard__btn:hover {
    background-color: #ffffff;
  }
  .peopleCard__btn:hover .iconArrow {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .peopleCard__btn:hover .inner {
    color: #505046;
  }
}

@media (hover: hover) and (pointer: fine) {
  .peopleCard__btn:hover {
    background-color: #ffffff;
  }
  .peopleCard__btn:hover .iconArrow {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .peopleCard__btn:hover .inner {
    color: #505046;
  }
}

.peopleSect__head {
  position: relative;
  text-align: center;
}

.peopleSect__head .headingCombi .txt {
  letter-spacing: .25rem;
}

@media print, screen and (min-width: 768px) {
  .peopleSect__head .headingCombi .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .peopleSect__head .headingCombi .txt {
    font-size: calc(25 / 750 * 100vw);
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .peopleSect__head .iconAnimate {
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .peopleSect__head .iconAnimate {
    margin: auto;
    width: calc(134 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .peopleSect__head .iconAnimate + .headingCombi {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .peopleSect__head + .peopleSect__cont {
    margin-top: 112px;
  }
}

@media screen and (max-width: 768px) {
  .peopleSect__head + .peopleSect__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .peopleSect__cont .manualSlider + .generalBtn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .peopleSect__cont .manualSlider + .generalBtn {
    margin-top: calc(70 / 750 * 100vw);
    width: calc(495 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .peopleSect__cont .swiper-slide {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .peopleSect__cont .swiper-slide {
    width: 200px;
  }
}

@media print, screen and (min-width: 768px) {
  .top-intro {
    padding: 140px 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .top-intro {
    padding: calc(60 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-people {
    margin-left: calc((100vw - 1200px) / 2 * -1);
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding: 150px 0 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-people {
    margin-left: calc(60 / 750 * 100vw * -1);
    margin-right: calc(60 / 750 * 100vw * -1);
  }
}

@media screen and (max-width: 768px) {
  .top-people {
    margin-left: calc(60 / 750 * 100vw * -1);
    margin-right: calc(60 / 750 * 100vw * -1);
    padding: calc(150 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-life {
    margin-left: calc((100vw - 1200px) / 2 * -1);
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding: 150px 0 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-life {
    margin-left: calc(60 / 750 * 100vw * -1);
    margin-right: calc(60 / 750 * 100vw * -1);
  }
}

@media screen and (max-width: 768px) {
  .top-life {
    margin-left: calc(60 / 750 * 100vw * -1);
    margin-right: calc(60 / 750 * 100vw * -1);
    padding: calc(150 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-event {
    padding: 140px 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .top-event {
    padding: calc(150 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-hibari {
    padding: 150px 0 72px;
  }
}

@media screen and (max-width: 768px) {
  .top-hibari {
    padding: calc(150 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-access {
    padding: 140px 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: calc(150 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
  }
}
