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

#pageTop .sectionTitle .titleEn {
  color: #97CDD8;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #pageTop .sectionTitle .titleEn {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 8px 0;
  }
  #pageTop .sectionTitle .titleJp {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  #pageTop .sectionTitle .titleJp rt {
    font-size: 0.45em;
  }
}
@media print, screen and (min-width: 768px) {
  #pageTop .sectionTitle .titleEn {
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 0 0 10px 0;
  }
  #pageTop .sectionTitle .titleJp {
    font-size: clamp(21px, 2.43vw, 35px);
  }
  #pageTop .sectionTitle .titleJp rt {
    font-size: 0.45em;
  }
}
.secMv {
  background: url(../images/mv_bg.png?001) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.secMv .mvLogo {
  text-align: center;
}
.secMv .mvOpen {
  text-align: center;
}
.secMv .mvPlace {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secMv .mvPlace .icon {
  background: url(../images/icon_map_pin.svg?001) center center no-repeat;
  background-size: contain;
  aspect-ratio: 22/25;
}
.secMv .mvPlace .text {
  color: #97CDD8;
  font-weight: bold;
}
.secMv .mvButton {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .secMv {
    height: max(100vh, 460px);
  }
  .secMv .mvLogo {
    width: min(60%, 240px);
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .secMv .mvOpen {
    width: min(90vw, 390px);
    margin: 0 auto;
    padding: 0 0 24px 0;
  }
  .secMv .mvPlace {
    width: min(90vw, 390px);
    margin: 0 auto;
    padding: 0 0 32px 0;
  }
  .secMv .mvButton {
    width: min(80%, 280px);
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    height: max(100vh, 660px);
  }
  .secMv .mvLogo {
    padding: 0 0 30px 0;
  }
  .secMv .mvOpen {
    padding: 0 0 40px 0;
  }
  .secMv .mvPlace {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 0 60px 0;
  }
  .secMv .mvPlace .icon {
    width: 22px;
  }
  .secMv .mvPlace .text {
    font-size: clamp(16px, 1.81vw, 26px);
  }
  .secMv .mvButton {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .secTopCta {
    padding: 50px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopCta {
    padding: 120px 0 0 0;
  }
}
.secAbout .secAboutIn .textCol {
  letter-spacing: 0;
}
.secAbout .secAboutIn .textCol .strong {
  color: #97CDD8;
  letter-spacing: 0;
}
.secAbout .secAboutIn .imgCol > img {
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 60px 0 60px 0;
  }
  .secAbout .secAboutIn {
    padding: 24px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 12px;
  }
  .secAbout .secAboutIn .textCol {
    line-height: 1.6;
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    padding: 100px 0 110px 0;
  }
  .secAbout .secAboutIn {
    padding: 36px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secAbout .secAboutIn .textCol {
    line-height: 2.2;
    font-size: clamp(14px, 1.25vw, 18px);
    width: min(43%, 440px);
  }
  .secAbout .secAboutIn .imgCol {
    width: min(56%, 578px);
  }
}
.secPrice {
  background: url(../images/price_bg.svg) center top no-repeat #EEF3F6;
  background-size: cover;
}
.secPrice .secPriceIn .priceBox {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
}
.secPrice .secPriceIn .priceBox .balloon {
  position: absolute;
  z-index: 1;
  background: #97CDD8;
  color: #ffffff;
  border-radius: 5px;
}
.secPrice .secPriceIn .priceBox .balloon::after {
  content: "";
  background: #97CDD8;
  display: block;
  position: absolute;
  width: 12px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  left: calc(50% - 6px);
  bottom: -7px;
}
.secPrice .secPriceIn .priceBox .boxMain {
  position: relative;
  z-index: 0;
}
.secPrice .secPriceIn .priceBox .boxMain .priceCol .priceHead {
  background: #97CDD8;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}
.secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .head {
  line-height: 1.4;
}
.secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .num {
  color: #97CDD8;
  font-weight: bold;
  line-height: 1.05;
}
.secPrice .secPriceIn .priceBox .boxMain .priceCol .priceContent {
  letter-spacing: 0;
}
.secPrice .secPriceIn .priceBox .boxMain .pointCol .pointTop {
  text-align: center;
}
.secPrice .secPriceIn .priceBox .boxMain .pointCol .pointList {
  display: flex;
  justify-content: space-between;
}
.secPrice .secPriceIn .priceBox .boxMain .pointCol .pointList .pointItem {
  background: #F1F9FE;
  color: #97CDD8;
  width: 31.7%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 10px;
}
.secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem {
  background: #F2F2F2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .num {
  color: #97CDD8;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secPrice {
    padding: 56px 0 8px 0;
  }
  .secPrice .secPriceIn {
    padding: 40px 0 0 0;
  }
  .secPrice .secPriceIn .priceBox {
    padding: 40px 16px 40px 16px;
    margin: 0 0 56px 0;
  }
  .secPrice .secPriceIn .priceBox .balloon {
    font-size: clamp(14px, 4.62vw, 18px);
    left: 12px;
    top: -20px;
    padding: 2px 20px 4px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceHead {
    width: 100%;
    font-size: clamp(14px, 4.62vw, 18px);
    margin: 0px 0 8px 0;
    padding: 1px 0 2px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain {
    padding: 0 0 12px 0;
    justify-content: center;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .head {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-right: 0.2em;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .num {
    font-size: clamp(28px, 11.79vw, 46px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .unit {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .tax {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 2px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceNote {
    padding: 4px 0 0 0x;
    font-size: 14px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceContent {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol {
    padding: 16px 0 0 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .pointTop {
    padding: 0 0 6px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .pointList .pointItem {
    min-height: 72px;
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 4px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .subTopText {
    font-size: 14px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap {
    padding: 16px 0 0px 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .head {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-right: 14px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .num {
    font-size: clamp(14px, 6.15vw, 24px);
    padding-right: 3px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .unit {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .secPrice {
    padding: 78px 0 24px 0;
  }
  .secPrice .secPriceIn {
    padding: 72px 0 0 0;
  }
  .secPrice .secPriceIn .priceBox {
    padding: 32px 5.2% 38px 5.2%;
    margin: 0 0 56px 0;
  }
  .secPrice .secPriceIn .priceBox .balloon {
    font-size: clamp(14px, 1.53vw, 22px);
    left: 20px;
    top: -20px;
    padding: 2px 20px 4px;
  }
  .secPrice .secPriceIn .priceBox .boxMain {
    display: flex;
    justify-content: space-between;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol {
    width: min(54%, 517px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceHead {
    width: min(100%, 382px);
    font-size: 18px;
    margin: 20px 0 8px 0;
    padding: 2px 0 4px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain {
    padding: 0 0 12px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .head {
    font-size: clamp(14px, 1.53vw, 22px);
    padding-right: 0.2em;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .num {
    font-size: clamp(39px, 4.51vw, 65px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .unit {
    font-size: clamp(22px, 2.5vw, 36px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceMain .tax {
    font-size: clamp(14px, 1.6vw, 23px);
    padding: 0 0 3px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceNote {
    font-size: 14px;
    padding: 6px 0 0 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .priceCol .priceContent {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol {
    width: min(44%, 407px);
    padding: 24px 0 0 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .pointTop {
    padding: 0 0 14px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .pointList .pointItem {
    min-height: 80px;
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 0 8px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .subTopText {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 16px 0 24px 0;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .head {
    font-size: clamp(14px, 1.39vw, 20px);
    padding-right: 14px;
    min-width: 120px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .num {
    font-size: clamp(18px, 2.08vw, 30px);
    padding-right: 3px;
  }
  .secPrice .secPriceIn .priceBox .boxMain .pointCol .priceListWrap .priceItem .unit {
    font-size: clamp(14px, 1.39vw, 20px);
  }
  .secPrice .secPriceIn .priceBox .boxMain.rightLarge .priceCol {
    width: min(44%, 400px);
  }
  .secPrice .secPriceIn .priceBox .boxMain.rightLarge .pointCol {
    width: min(54%, 460px);
  }
}
.secOption {
  background: url(../images/option_bg.jpg?002) center top no-repeat;
  background-size: cover;
}
.secOption .sectionTitle .titleEn {
  color: #ffffff !important;
}
.secOption .sectionTitle .titleJp {
  color: #ffffff !important;
}
.secOption .secOptionIn .optionBox {
  background: #ffffff;
  border-radius: 10px;
}
.secOption .secOptionIn .optionBox .optionMain .textCol .title {
  color: #97CDD8;
  font-weight: bold;
}
.secOption .secOptionIn .optionBox .optionMain .textCol .caption {
  line-height: 1.7;
}
.secOption .secOptionIn .optionBox .optionMain .imgCol > img {
  border-radius: 10px;
}
.secOption .secOptionIn .optionBox .optionSub {
  background: #F1F9FE;
  border-radius: 10px;
}
.secOption .secOptionIn .optionBox .optionSub .textCol .title {
  color: #97CDD8;
  font-weight: bold;
}
.secOption .secOptionIn .optionBox .courseArea .courseItem {
  border-bottom: solid 1px #EAEAEA;
}
.secOption .secOptionIn .optionBox .courseArea .courseItem:last-of-type {
  border-bottom: none;
}
.secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol .caption {
  color: #97CDD8;
}
@media only screen and (max-width: 767px) {
  .secOption {
    padding: 40px 0 24px 0;
  }
  .secOption .secOptionIn {
    padding: 24px 0 0 0;
  }
  .secOption .secOptionIn .optionBox {
    margin-bottom: 20px;
    padding: 16px 16px;
  }
  .secOption .secOptionIn .optionBox .optionMain {
    display: flex;
    flex-direction: column-reverse;
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol .title {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 12px 0 4px;
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol .caption {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol .price {
    padding: 14px 0 0 0;
    width: min(80%, 230px);
  }
  .secOption .secOptionIn .optionBox .optionSub {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
  }
  .secOption .secOptionIn .optionBox .optionSub .textCol {
    padding: 8px 0;
  }
  .secOption .secOptionIn .optionBox .optionSub .textCol .title {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 11px 0;
  }
  .secOption .secOptionIn .optionBox .optionSub .textCol .caption {
    font-size: 14px;
  }
  .secOption .secOptionIn .optionBox .optionSub .imgCol {
    padding: 10px 3% 0 3%;
  }
  .secOption .secOptionIn .optionBox .courseArea {
    padding: 20px 0 0 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem {
    padding: 20px 0 12px 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .priceCol {
    width: min(80%, 230px);
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol {
    padding: 10px 0 0 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol .caption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 2px 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol .content {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secOption {
    padding: 78px 0 50px 0;
  }
  .secOption .secOptionIn {
    padding: 32px 0 0 0;
  }
  .secOption .secOptionIn .optionBox {
    margin-bottom: 30px;
    padding: 40px 3.8%;
  }
  .secOption .secOptionIn .optionBox .optionMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol {
    width: min(55%, 515px);
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol .title {
    font-size: clamp(14px, 1.53vw, 22px);
    padding: 0 0 21px;
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol .caption {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secOption .secOptionIn .optionBox .optionMain .textCol .price {
    padding: 16px 0 0 0;
  }
  .secOption .secOptionIn .optionBox .optionMain .imgCol {
    width: min(44%, 425px);
  }
  .secOption .secOptionIn .optionBox .optionSub {
    margin: 38px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 1.34% 24px 4.12%;
  }
  .secOption .secOptionIn .optionBox .optionSub .textCol {
    width: min(59%, 535px);
    padding: 8px 0;
  }
  .secOption .secOptionIn .optionBox .optionSub .textCol .title {
    font-size: clamp(14px, 1.53vw, 22px);
    padding: 0 0 11px 0;
  }
  .secOption .secOptionIn .optionBox .optionSub .textCol .caption {
    font-size: clamp(12px, 1.04vw, 15px);
  }
  .secOption .secOptionIn .optionBox .optionSub .imgCol {
    width: min(38%, 358px);
    margin-right: -20px;
  }
  .secOption .secOptionIn .optionBox .courseArea {
    padding: 20px 0 0 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 26px 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .priceCol {
    width: min(32%, 280px);
    padding-left: 2.3%;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol {
    width: min(66%, 604px);
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol .caption {
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 0 0 8px 0;
  }
  .secOption .secOptionIn .optionBox .courseArea .courseItem .dataCol .content {
    font-size: clamp(14px, 1.04vw, 15px);
  }
}
.secFacility .secFacilityIn {
  display: flex;
  flex-wrap: wrap;
}
.secFacility .secFacilityIn .facilityItem .itemImg img {
  border-radius: 10px;
}
.secFacility .secFacilityIn .facilityItem .itemName {
  text-align: center;
}
.secFacility .securityArea {
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}
.secFacility .securityArea .scrtTitle {
  color: #97CDD8;
}
.secFacility .handlingArea .handlingItem {
  background: #F1F9FE;
  border-radius: 10px;
}
.secFacility .handlingArea .handlingItem .imgCol {
  aspect-ratio: 1/1;
  text-align: center;
}
.secFacility .handlingArea .handlingItem .imgCol img {
  height: 100%;
  width: auto;
}
.secFacility .handlingArea .handlingItem .imgCol img.radius {
  border-radius: 5px;
}
.secFacility .handlingArea .handlingItem .textCol .itemCaption {
  background: #97CDD8;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
}
.secFacility .handlingArea .handlingItem .textCol .itemContent {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secFacility {
    padding: 60px 0 40px 0;
  }
  .secFacility .secFacilityIn {
    padding: 32px 0 0 0;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .secFacility .secFacilityIn .facilityItem {
    width: 49%;
  }
  .secFacility .secFacilityIn .facilityItem .itemName {
    padding: 6px 0 0 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secFacility .securityArea {
    padding: 16px 0;
    margin: 40px 0 40px 0;
  }
  .secFacility .securityArea .scrtTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 10px 0;
  }
  .secFacility .securityArea .scrtContent {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFacility .handlingArea .handlingItem {
    padding: 50px 12px 16px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 20px 0;
    position: relative;
  }
  .secFacility .handlingArea .handlingItem .imgCol {
    width: 30%;
  }
  .secFacility .handlingArea .handlingItem .textCol {
    width: 68%;
  }
  .secFacility .handlingArea .handlingItem .textCol .itemCaption {
    position: absolute;
    left: 12px;
    top: 16px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 1px 10px 4px;
  }
  .secFacility .handlingArea .handlingItem .textCol .itemContent {
    font-size: 13px;
    padding: 0px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFacility {
    padding: 96px 0 66px 0;
  }
  .secFacility .secFacilityIn {
    padding: 54px 0 0 0;
    -moz-column-gap: clamp(12px, 1.875%, 20px);
         column-gap: clamp(12px, 1.875%, 20px);
    row-gap: 36px;
    justify-content: center;
  }
  .secFacility .secFacilityIn .facilityItem {
    width: clamp(140px, 18.5%, 194px);
  }
  .secFacility .secFacilityIn .facilityItem .itemName {
    padding: 8px 0 0 0;
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secFacility .securityArea {
    padding: 28px 0;
    margin: 68px 0 60px 0;
  }
  .secFacility .securityArea .scrtTitle {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 0 0 16px 0;
  }
  .secFacility .securityArea .scrtContent {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secFacility .handlingArea .handlingItem {
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0;
  }
  .secFacility .handlingArea .handlingItem .imgCol {
    width: min(22%, 208px);
  }
  .secFacility .handlingArea .handlingItem .textCol {
    width: min(77%, 780px);
  }
  .secFacility .handlingArea .handlingItem .textCol .itemCaption {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 1px 10px 4px;
  }
  .secFacility .handlingArea .handlingItem .textCol .itemContent {
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 16px 0 0 0;
  }
}
.secProcess .secProcessIn .patternBox {
  position: relative;
}
.secProcess .secProcessIn .patternBox .textCol {
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.secProcess .secProcessIn .patternBox .textCol .head {
  color: #97CDD8;
  font-weight: bold;
}
.secProcess .secProcessIn .patternBox .textCol .title {
  color: #97CDD8;
  font-weight: bold;
}
.secProcess .secProcessIn .patternBox .textCol .caption {
  color: #97CDD8;
}
.secProcess .secProcessIn .patternBox .pagerCol {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea {
  display: flex;
  align-items: center;
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .arrow.back {
  background-image: url(../images/slider_arrow_back.svg?001);
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .arrow.next {
  background-image: url(../images/slider_arrow_next.svg?001);
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #97CDD8;
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .number .numCurrent {
  min-width: 20px;
  text-align: center;
}
.secProcess .secProcessIn .patternBox .pagerCol .arrowArea .number .numTotal {
  min-width: 20px;
  text-align: center;
}
.secProcess .secProcessIn .patternBox .slideCol {
  position: relative;
  z-index: 0;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide {
  background: #F1F9FE;
  border-radius: 10px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideTitle {
  text-align: center;
  color: #97CDD8;
  border-bottom: solid 1px #97CDD8;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption.left {
  text-align: left;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn {
  border-radius: 50px;
  background: #97CDD8;
  display: flex;
  align-items: center;
  width: min(100%, 185px);
  height: 40px;
  padding: 0 10px 0 29px;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn .text {
  color: #ffffff;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn .arrow {
  background: url(../../shared/images/btn_arrow_blue.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  aspect-ratio: 1/1;
}
.secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideImg {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secProcess {
    padding: 0 0 0px 0;
  }
  .secProcess .secProcessIn {
    padding: 54px 0 0 0;
  }
  .secProcess .secProcessIn .patternBox {
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
  }
  .secProcess .secProcessIn .patternBox .textCol {
    order: 1;
    padding-bottom: 24px;
  }
  .secProcess .secProcessIn .patternBox .textCol .head {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0px 0 3px 0;
  }
  .secProcess .secProcessIn .patternBox .textCol .title {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 18px 0;
  }
  .secProcess .secProcessIn .patternBox .textCol .caption {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .textCol .content {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .pagerCol {
    order: 3;
  }
  .secProcess .secProcessIn .patternBox .pagerCol .arrowArea {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 20px 0 0 0;
    justify-content: center;
  }
  .secProcess .secProcessIn .patternBox .pagerCol .arrowArea .arrow {
    width: 48px;
  }
  .secProcess .secProcessIn .patternBox .pagerCol .arrowArea .number {
    font-size: clamp(14px, 3.85vw, 15px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secProcess .secProcessIn .patternBox .slideCol {
    order: 2;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide {
    padding: 0 40px;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideTitle {
    padding: 30px 0 18px 0;
    font-size: clamp(14px, 3.85vw, 15px);
    height: 64px;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption {
    flex-grow: 1;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn {
    width: min(100%, 185px);
    margin: 6px auto 0 auto;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn .text {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideImg {
    height: 238px;
  }
}
@media print, screen and (min-width: 768px) {
  .secProcess {
    padding: 0 0 0px 0;
  }
  .secProcess .secProcessIn {
    padding: 54px 0 0 0;
  }
  .secProcess .secProcessIn .patternBox {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    padding-bottom: 60px;
  }
  .secProcess .secProcessIn .patternBox .textCol {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-right: 10%;
    margin-left: calc((min(88vw, 1050px) - 100vw) / 2);
    padding-left: calc((100vw - min(88vw, 1050px)) / 2);
  }
  .secProcess .secProcessIn .patternBox .textCol .head {
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 70px 0 3px 0;
  }
  .secProcess .secProcessIn .patternBox .textCol .title {
    font-size: clamp(14px, 1.53vw, 22px);
    padding: 0 0 18px 0;
  }
  .secProcess .secProcessIn .patternBox .textCol .caption {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .textCol .content {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .pagerCol {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-right: 10%;
    margin-left: calc((min(88vw, 1050px) - 100vw) / 2);
    padding-left: calc((100vw - min(88vw, 1050px)) / 2);
  }
  .secProcess .secProcessIn .patternBox .pagerCol .arrowArea {
    -moz-column-gap: 44px;
         column-gap: 44px;
    padding: 0px 0 60px 0;
    justify-content: flex-start;
  }
  .secProcess .secProcessIn .patternBox .pagerCol .arrowArea .arrow {
    width: 60px;
  }
  .secProcess .secProcessIn .patternBox .pagerCol .arrowArea .number {
    font-size: clamp(14px, 1.04vw, 15px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secProcess .secProcessIn .patternBox .slideCol {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide {
    width: 300px;
    padding: 0 28px;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideTitle {
    padding: 30px 0 18px 0;
    font-size: clamp(14px, 1.04vw, 15px);
    height: 64px;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption {
    flex-grow: 1;
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn {
    width: 185px;
    margin: 6px auto 0 auto;
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideCaption .slideBtn .text {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .secProcess .secProcessIn .patternBox .slideCol .infoSlide .swiper-wrapper .swiper-slide .slideImg {
    height: 238px;
  }
}
.secLine .secLineIn {
  background: #06C755;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
}
.secLine .secLineIn .topCol {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secLine {
    padding: 0 0 64px 0;
  }
  .secLine .secLineIn {
    padding: 16px;
  }
  .secLine .secLineIn .topCol {
    border-bottom: solid 2px #ffffff;
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0px 0 10px 0;
  }
  .secLine .secLineIn .captionCol {
    padding: 12px 0 20px 0;
    text-align: center;
  }
  .secLine .secLineIn .captionCol .captionText {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 4px 0;
  }
  .secLine .secLineIn .captionCol .idText {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secLine .secLineIn .qrCol {
    margin: 0 auto;
    width: min(90%, 309px);
  }
}
@media print, screen and (min-width: 768px) {
  .secLine {
    padding: 0 0 92px 0;
  }
  .secLine .secLineIn {
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
  }
  .secLine .secLineIn .topCol {
    border-right: solid 2px #ffffff;
    font-size: clamp(14px, 1.53vw, 22px);
    width: clamp(180px, 25%, 250px);
    padding: 8px 0;
  }
  .secLine .secLineIn .captionCol {
    width: calc(100% - clamp(180px, 25%, 250px) - clamp(220px, 33%, 309px));
    padding: 0px 1.6% 0 3.2%;
  }
  .secLine .secLineIn .captionCol .captionText {
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 0 0 4px 0;
  }
  .secLine .secLineIn .captionCol .idText {
    font-size: clamp(14px, 1.53vw, 22px);
  }
  .secLine .secLineIn .qrCol {
    width: clamp(220px, 33%, 309px);
  }
}
.secFaq .secFaqIn .faqList {
  background: #F1F9FE;
}
.secFaq .secFaqIn .faqList .questionRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.secFaq .secFaqIn .faqList .questionRow .head {
  font-weight: bold;
  color: #97CDD8;
}
.secFaq .secFaqIn .faqList .questionRow .arrow {
  background: url(../../shared/images/arrow_circle_down.svg?001) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: transform 0.5s;
}
.secFaq .secFaqIn .faqList .answerRow {
  overflow: hidden;
  transition: max-height 0.4s, opacity 0.4s;
  max-height: 0;
  opacity: 0;
}
.secFaq .secFaqIn .faqList .answerRow .answerRowIn {
  border-top: solid 2px #97CDD8;
}
.secFaq .secFaqIn .faqList.on .questionRow .arrow {
  transform: rotateX(180deg);
}
.secFaq .secFaqIn .faqList.on .answerRow {
  max-height: 400px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .secFaq {
    padding: 0 0 48px 0;
  }
  .secFaq .secFaqIn {
    padding: 32px 0 0 0;
  }
  .secFaq .secFaqIn .faqList {
    border-radius: 12px;
    padding: 20px 16px;
    margin: 0 0 16px 0;
  }
  .secFaq .secFaqIn .faqList .questionRow .head {
    width: 36px;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secFaq .secFaqIn .faqList .questionRow .title {
    width: calc(100% - 32px - 36px);
    padding-right: 8px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secFaq .secFaqIn .faqList .questionRow .arrow {
    width: 32px;
  }
  .secFaq .secFaqIn .faqList .answerRow .answerRowIn {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 12px 0 0 0;
    margin: 16px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq {
    padding: 0 0 78px 0;
  }
  .secFaq .secFaqIn {
    padding: 72px 0 0 0;
  }
  .secFaq .secFaqIn .faqList {
    border-radius: 20px;
    padding: 24px 3.8%;
    margin: 0 0 20px 0;
  }
  .secFaq .secFaqIn .faqList .questionRow .head {
    width: 40px;
    font-size: 24px;
  }
  .secFaq .secFaqIn .faqList .questionRow .title {
    width: calc(100% - 40px - 40px);
    padding-right: 12px;
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secFaq .secFaqIn .faqList .questionRow .arrow {
    width: 40px;
  }
  .secFaq .secFaqIn .faqList .answerRow .answerRowIn {
    font-size: clamp(14px, 1.04vw, 15px);
    padding: 16px 0 0 0;
    margin: 20px 0 0 0;
  }
}
.secInfo .secInfoIn .dataCol .dataList .listItem {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: solid 1px #EAEAEA;
}
.secInfo .secInfoIn .dataCol .dataList .listItem:last-of-type {
  border-bottom: none;
}
.secInfo .secInfoIn .dataCol .dataList .listItem .title {
  color: #97CDD8;
}
.secInfo .secInfoIn .dataCol .mapWrap iframe {
  border-radius: 10px;
  width: 100%;
}
.secInfo .secInfoIn .imgCol .infoSlide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.secInfo .secInfoIn .imgCol .infoSlide .pageNavi {
  position: absolute;
  z-index: 10;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
}
.secInfo .secInfoIn .imgCol .infoSlide .pageNavi .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
}
.secInfo .secInfoIn .imgCol .infoSlide .pageNavi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #97CDD8;
}
.secInfo .secInfoIn .imgCol .infoSlide .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.secInfo .secInfoIn .imgCol .arrowArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secInfo .secInfoIn .imgCol .arrowArea .arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.secInfo .secInfoIn .imgCol .arrowArea .arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.secInfo .secInfoIn .imgCol .arrowArea .arrow.back {
  background-image: url(../images/slider_arrow_back.svg);
}
.secInfo .secInfoIn .imgCol .arrowArea .arrow.next {
  background-image: url(../images/slider_arrow_next.svg);
}
.secInfo .secInfoIn .imgCol .arrowArea .number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #97CDD8;
}
.secInfo .secInfoIn .imgCol .arrowArea .number .numCurrent {
  min-width: 20px;
  text-align: center;
}
.secInfo .secInfoIn .imgCol .arrowArea .number .numTotal {
  min-width: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secInfo {
    padding: 0 0 60px 0;
  }
  .secInfo .secInfoIn {
    padding: 24px 0 0 0;
  }
  .secInfo .secInfoIn .dataCol {
    padding-bottom: 40px;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem {
    padding: 16px 0;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem:first-of-type {
    padding-top: 0;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem .title {
    font-size: clamp(14px, 3.85vw, 15px);
    width: 140px;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem .content {
    font-size: 14px;
    width: calc(100% - 140px);
  }
  .secInfo .secInfoIn .dataCol .mapWrap iframe {
    height: 300px;
  }
  .secInfo .secInfoIn .imgCol .infoSlide .pageNavi {
    right: 20px;
    bottom: 20px;
  }
  .secInfo .secInfoIn .imgCol .arrowArea {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 20px 0 0 0;
  }
  .secInfo .secInfoIn .imgCol .arrowArea .arrow {
    width: 48px;
  }
  .secInfo .secInfoIn .imgCol .arrowArea .number {
    font-size: clamp(14px, 3.85vw, 15px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInfo {
    padding: 0 0 120px 0;
  }
  .secInfo .secInfoIn {
    display: flex;
    justify-content: space-between;
    padding: 52px 0 0 0;
  }
  .secInfo .secInfoIn .dataCol {
    width: min(47%, 438px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 80px;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem {
    padding: min(2vw, 24px) 0;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem:first-of-type {
    padding-top: 0;
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem .title {
    font-size: clamp(14px, 1.25vw, 18px);
    width: min(100% - clamp(220px, 54%, 240px), 150px);
  }
  .secInfo .secInfoIn .dataCol .dataList .listItem .content {
    font-size: clamp(14px, 1.04vw, 15px);
    width: clamp(220px, 54%, 240px);
  }
  .secInfo .secInfoIn .dataCol .mapWrap iframe {
    aspect-ratio: 438/200;
  }
  .secInfo .secInfoIn .imgCol {
    width: min(51%, 485px);
  }
  .secInfo .secInfoIn .imgCol .infoSlide .pageNavi {
    right: 20px;
    bottom: 20px;
  }
  .secInfo .secInfoIn .imgCol .arrowArea {
    -moz-column-gap: 44px;
         column-gap: 44px;
    padding: 20px 0 0 0;
  }
  .secInfo .secInfoIn .imgCol .arrowArea .arrow {
    width: 60px;
  }
  .secInfo .secInfoIn .imgCol .arrowArea .number {
    font-size: clamp(14px, 1.04vw, 15px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */