.secFooter {
  background: transparent !important;
}

@media only screen and (max-width: 767px) {
  .contentArea {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-top: 0;
  }
}
#pageTop {
  background: url(../images/mv_bg.png) center top no-repeat;
}

.sectionTitle .titleEn {
  font-family: "Lato", sans-serif;
  color: #ED8DAD;
  font-weight: 500;
}
.sectionTitle .titleJp {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #pageTop {
    background-size: clamp(600px, 180vw, 1000px);
  }
  .sectionTitle .titleEn {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .sectionTitle .titleJp {
    font-size: clamp(16px, 6.67vw, 26px);
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 768px) {
  #pageTop {
    background-size: clamp(1600px, 154vw, 2205px);
  }
  .sectionTitle .titleEn {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .sectionTitle .titleJp {
    font-size: clamp(17px, 2.19vw, 28px);
  }
}
.secMv .mvCaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secMv .mvCaption .captionRow {
  background: #ffffff;
  color: #ED8DAD;
  font-weight: 500;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.secMv .mvCalendar {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .secMv {
    display: flex;
    flex-direction: column;
    padding: 120px 0 32px 0;
  }
  .secMv .mvCaption {
    width: min(92vw, 390px);
    margin: 0 auto;
    order: 1;
    row-gap: 6px;
    padding: 0 0 16px 0;
  }
  .secMv .mvCaption .captionRow {
    font-size: clamp(17px, 7.18vw, 28px);
    padding: 2px 6px 2px 12px;
    line-height: 1.4;
  }
  .secMv .mvCalendar {
    width: min(92vw, 390px);
    order: 3;
    border-radius: 0 10px 10px 0;
    padding: 14px min(6%, 24px) 20px;
  }
  .secMv .mvImg {
    width: min(92vw, 390px);
    margin: 0 auto;
    order: 2;
    width: min(80%, 300px);
    margin: 0 auto;
    padding: 0 0 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    height: max(100vh, 800px);
    position: relative;
  }
  .secMv .mvCaption {
    position: absolute;
    z-index: 1;
    left: 5.5%;
    top: 30%;
    row-gap: 10px;
  }
  .secMv .mvCaption .captionRow {
    font-size: clamp(32px, 3.13vw, 56px);
    padding: 4px 10px 4px 20px;
  }
  .secMv .mvCalendar {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 7%;
    border-radius: 0 10px 10px 0;
    padding: 28px 35px;
  }
  .secMv .mvImg {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 48%;
    top: 20%;
  }
}
.secIntro {
  background: #ffffff;
}
.secIntro .secIntroIn .topRow .imgCol img {
  border-radius: 10px;
}
.secIntro .secIntroIn .topRow .textCol .introTitle {
  color: #ED8DAD;
  font-weight: 600;
}
.secIntro .secIntroIn .introList .listItem {
  border-bottom: solid 1px #B8B8B8;
}
.secIntro .secIntroIn .introList .listItem:last-of-type {
  border-bottom: none;
}
.secIntro .secIntroIn .introList .listItem .textCol .itemTitle {
  color: #ED8DAD;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .secIntro {
    border-radius: 0 20px 20px 0;
    width: calc(100% - (100% - min(92vw, 390px)) / 3);
  }
  .secIntro .secIntroIn {
    padding: 40px 0 30px 0;
    width: min(100%, 1080px);
    margin: 0 auto;
  }
  .secIntro .secIntroIn .topRow .imgCol {
    padding: 0 0 30px 0;
  }
  .secIntro .secIntroIn .topRow .textCol .introTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 16px 0;
  }
  .secIntro .secIntroIn .topRow .textCol .introCaption {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secIntro .secIntroIn .introList {
    padding: 20px 0 0 0;
  }
  .secIntro .secIntroIn .introList .listItem {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secIntro .secIntroIn .introList .listItem .iconCol {
    width: 50px;
  }
  .secIntro .secIntroIn .introList .listItem .textCol {
    width: calc(100% - 60px);
  }
  .secIntro .secIntroIn .introList .listItem .textCol .itemTitle {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secIntro .secIntroIn .introList .listItem .textCol .itemContent {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secIntro {
    border-radius: 0 min(11vw, 160px) min(11vw, 160px) 0;
    width: calc(100% - (100% - min(92vw, 1200px)) / 3);
  }
  .secIntro .secIntroIn {
    padding: 100px 0 80px 0;
    width: min(100%, 1080px);
    margin: 0 auto;
  }
  .secIntro .secIntroIn .topRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secIntro .secIntroIn .topRow .imgCol {
    width: min(56%, 595px);
  }
  .secIntro .secIntroIn .topRow .textCol {
    width: clamp(400px, 44%, 426px);
  }
  .secIntro .secIntroIn .topRow .textCol .introTitle {
    font-size: clamp(17px, 2.19vw, 28px);
    padding: 0 0 min(1.67vw, 20px) 0;
  }
  .secIntro .secIntroIn .topRow .textCol .introCaption {
    font-size: clamp(14px, 1.41vw, 18px);
    line-height: 2.5;
  }
  .secIntro .secIntroIn .introList {
    padding: 30px 0 0 0;
  }
  .secIntro .secIntroIn .introList .listItem {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secIntro .secIntroIn .introList .listItem .iconCol {
    width: calc(clamp(56px, 7.1%, 70px) + 3.7%);
    padding-left: 3.7%;
  }
  .secIntro .secIntroIn .introList .listItem .textCol {
    width: calc(100% - clamp(56px, 7.1%, 70px) - 6.7%);
    padding-right: 3%;
  }
  .secIntro .secIntroIn .introList .listItem .textCol .itemTitle {
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .secIntro .secIntroIn .introList .listItem .textCol .itemContent {
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secGallery {
  background: url(../images/gallery_bg.png) left top no-repeat;
}
.secGallery .gallerySlider .swiper-wrapper {
  transition-timing-function: linear;
}
.secGallery .gallerySlider .swiper-wrapper .swiper-slide img {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .secGallery {
    background-size: min(50%, 260px);
    padding: 40px 0 60px 0;
  }
  .secGallery .gallerySlider .swiper-wrapper .swiper-slide {
    width: 260px;
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secGallery {
    background-size: min(40%, 516px);
    padding: 100px 0 112px 0;
  }
  .secGallery .gallerySlider .swiper-wrapper .swiper-slide {
    width: 295px;
    margin: 0 20px;
  }
}
.secInfo .secInfoIn .infoTitle {
  text-align: center;
}
.secInfo .secInfoIn .infoList {
  display: flex;
  flex-direction: column;
}
.secInfo .secInfoIn .infoList .infoItem {
  background: #ffffff;
}
.secInfo .secInfoIn .infoList .infoItem .titleRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
.secInfo .secInfoIn .infoList .infoItem .titleRow .title {
  color: #ED8DAD;
  font-weight: 500;
}
.secInfo .secInfoIn .infoList .infoItem .titleRow .icon {
  position: relative;
  aspect-ratio: 1/1;
}
.secInfo .secInfoIn .infoList .infoItem .titleRow .icon .iconH {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background: #ED8DAD;
  width: 100%;
  height: 2px;
}
.secInfo .secInfoIn .infoList .infoItem .titleRow .icon .iconV {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  background: #ED8DAD;
  width: 2px;
  height: 100%;
  transition: opacity 0.4s;
  opacity: 1;
}
.secInfo .secInfoIn .infoList .infoItem .detailRow {
  margin: 0 auto;
  overflow: hidden;
  transition: max-height 0.4s, opacity 0.4s;
  max-height: 0;
  opacity: 0;
}
.secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn {
  border-top: solid 1px #B8B8B8;
}
.secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .conditionList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .conditionList .conditionItem {
  border-radius: 5px;
  background: #FFF2F6;
  color: #ED8DAD;
  font-weight: 500;
}
.secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataTitle {
  background: url(../images/info_title_icon.svg) left top no-repeat;
  color: #ED8DAD;
}
.secInfo .secInfoIn .infoList .infoItem.on .titleRow .icon .iconV {
  opacity: 0;
}
.secInfo .secInfoIn .infoList .infoItem.on .detailRow {
  max-height: 3000px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .secInfo {
    padding: 0 0 20px 0;
  }
  .secInfo .secInfoIn .infoTitle {
    padding: 0 0 24px 0;
  }
  .secInfo .secInfoIn .infoList {
    row-gap: 24px;
  }
  .secInfo .secInfoIn .infoList .infoItem {
    border-radius: 12px;
  }
  .secInfo .secInfoIn .infoList .infoItem .titleRow {
    padding: 14px 12px;
  }
  .secInfo .secInfoIn .infoList .infoItem .titleRow .title {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secInfo .secInfoIn .infoList .infoItem .titleRow .icon {
    width: 16px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow {
    padding: 0 12px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn {
    padding: 16px 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData:last-of-type {
    padding-bottom: 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData .dataIconCol {
    padding: 0 0 10px 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData .dataTextCol {
    padding: 6px 0 0 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .conditionList {
    padding: 10px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .conditionList .conditionItem {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 4px 20px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataTitle {
    background-position: left 5px;
    background-size: 14px;
    font-size: clamp(14px, 4.1vw, 16px);
    padding-left: 20px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataContent {
    padding: 8px 0 14px 0;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInfo {
    padding: 0 0 58px 0;
  }
  .secInfo .secInfoIn .infoTitle {
    padding: 0 0 30px 0;
  }
  .secInfo .secInfoIn .infoList {
    row-gap: min(4vw, 60px);
  }
  .secInfo .secInfoIn .infoList .infoItem {
    border-radius: 20px;
  }
  .secInfo .secInfoIn .infoList .infoItem .titleRow {
    width: min(94%, 1080px);
    padding: 28px 0 24px 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .titleRow .title {
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secInfo .secInfoIn .infoList .infoItem .titleRow .icon {
    width: 21px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow {
    width: min(94%, 1080px);
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn {
    padding: 24px 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 35px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData .dataIconCol {
    width: clamp(80px, 9.3%, 100px);
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataListWrap .detailData .dataTextCol {
    width: min(100% - clamp(80px, 9.3%, 100px) - 10px, 940px);
    padding: 6px 0 0 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .conditionList {
    padding: 30px 0 0 0;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .conditionList .conditionItem {
    font-size: clamp(14px, 1.33vw, 17px);
    padding: 3px 30px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataTitle {
    background-position: left 6px;
    background-size: 15px;
    font-size: clamp(14px, 1.33vw, 17px);
    padding-left: 24px;
  }
  .secInfo .secInfoIn .infoList .infoItem .detailRow .detailRowIn .dataContent {
    padding: 8px 0 14px 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secTextSlider .textSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.secTextSlider .textSlider .swiper-wrapper .swiper-slide img {
  border-radius: 20px;
}
.secTextSlider .bottomImg {
  background: url(../../shared/images/bg_inpage_top.svg) left bottom no-repeat;
  background-size: 100%;
  aspect-ratio: 1440/97;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secTextSlider {
    padding: 60px 0 0px 0;
  }
  .secTextSlider .textSlider .swiper-wrapper .swiper-slide {
    width: 800px;
    margin: 0 30px;
  }
  .secTextSlider .bottomImg {
    margin-top: -2px;
  }
}
@media print, screen and (min-width: 768px) {
  .secTextSlider {
    padding: 60px 0 0px 0;
  }
  .secTextSlider .textSlider .swiper-wrapper .swiper-slide {
    width: 1525px;
    margin: 0 55px;
  }
  .secTextSlider .bottomImg {
    margin-top: -6px;
  }
}
.secGreet {
  background: #ffffff;
}
.secGreet .secGreetIn .topRow .photoCol img {
  border-radius: 10px;
}
.secGreet .secGreetIn .topRow .msgCol .msgTitle {
  color: #ED8DAD;
  border-left: solid 8px #FFEDF3;
  font-weight: 500;
  line-height: 1.6;
}
.secGreet .secGreetIn .bottomRow .infoCol .infoTitle {
  background: #FFEDF3;
  color: #ED8DAD;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}
.secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem .yearCol {
  color: #ED8DAD;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .secGreet {
    padding: 48px 0 40px 0;
  }
  .secGreet .secGreetIn .topRow {
    padding: 24px 0 40px 0;
  }
  .secGreet .secGreetIn .topRow .msgCol {
    padding: 24px 0 0 0;
  }
  .secGreet .secGreetIn .topRow .msgCol .msgTitle {
    padding-left: 10px;
    font-size: clamp(14px, 5.13vw, 20px);
    line-height: 1.3;
  }
  .secGreet .secGreetIn .topRow .msgCol .msgContent {
    padding: 24px 0 0 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoTitle {
    font-size: clamp(14px, 4.36vw, 17px);
    padding: 8px 0;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData {
    padding: 14px 0 24px 0;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem .yearCol {
    font-size: 14px;
    letter-spacing: 0;
    width: 64px;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem .contentCol {
    font-size: clamp(14px, 3.85vw, 15px);
    width: calc(100% - 64px - 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .secGreet {
    padding: 66px 0 86px 0;
  }
  .secGreet .secGreetIn .topRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 40px 0;
  }
  .secGreet .secGreetIn .topRow .photoCol {
    width: min(49%, 580px);
  }
  .secGreet .secGreetIn .topRow .msgCol {
    width: min(50%, 592px);
    padding: 24px 0 0 0;
  }
  .secGreet .secGreetIn .topRow .msgCol .msgTitle {
    padding-left: 10px;
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .secGreet .secGreetIn .topRow .msgCol .msgContent {
    padding: 30px 0 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secGreet .secGreetIn .bottomRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secGreet .secGreetIn .bottomRow .infoCol {
    width: min(49%, 580px);
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoTitle {
    font-size: clamp(14px, 1.33vw, 17px);
    padding: 10px 0;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData {
    padding: 14px 0 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem .yearCol {
    width: 70px;
  }
  .secGreet .secGreetIn .bottomRow .infoCol .infoData .dataItem .contentCol {
    width: calc(100% - 70px - 2%);
  }
}
.secAccess {
  background: #ffffff;
}
.secAccess .secAccessIn .topRow .imgCol img {
  border-radius: 10px;
}
.secAccess .secAccessIn .topRow .mapCol iframe {
  width: 100%;
  border-radius: 10px;
}
.secAccess .secAccessIn .bottomRow .calendarCol {
  background: #FFEDF3;
}
.secAccess .secAccessIn .bottomRow .calendarCol .calendarTitle {
  letter-spacing: 0.2em;
  color: #ED8DAD;
  font-weight: 500;
  text-align: center;
}
.secAccess .secAccessIn .bottomRow .calendarCol .calendarImg {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.secAccess .secAccessIn .bottomRow .dataCol .dataItem .itemTitle {
  background: #FFEDF3;
  color: #ED8DAD;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .secAccess {
    padding: 0 0 60px 0;
  }
  .secAccess .secAccessIn .topRow {
    padding: 24px 0 0 0;
  }
  .secAccess .secAccessIn .topRow .imgCol {
    padding: 0 0 20px 0;
  }
  .secAccess .secAccessIn .topRow .mapCol iframe {
    height: 280px;
  }
  .secAccess .secAccessIn .bottomRow {
    padding: 40px 0 0 0;
  }
  .secAccess .secAccessIn .bottomRow .calendarCol {
    border-radius: 12px;
    padding: 20px 12px;
  }
  .secAccess .secAccessIn .bottomRow .calendarCol .calendarTitle {
    font-size: clamp(14px, 4.36vw, 17px);
    padding: 0 0 10px 0;
  }
  .secAccess .secAccessIn .bottomRow .calendarCol .calendarImg {
    padding: 12px;
  }
  .secAccess .secAccessIn .bottomRow .dataCol {
    padding: 32px 0 0 0;
  }
  .secAccess .secAccessIn .bottomRow .dataCol .dataItem {
    padding: 0 0 12px 0;
  }
  .secAccess .secAccessIn .bottomRow .dataCol .dataItem .itemTitle {
    width: 70px;
    padding: 1px 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secAccess .secAccessIn .bottomRow .dataCol .dataItem .itemData {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 4px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secAccess {
    padding: 0 0 88px 0;
  }
  .secAccess .secAccessIn .topRow {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
  }
  .secAccess .secAccessIn .topRow .imgCol {
    width: min(49%, 580px);
  }
  .secAccess .secAccessIn .topRow .mapCol {
    width: min(49%, 580px);
  }
  .secAccess .secAccessIn .topRow .mapCol iframe {
    height: 100%;
  }
  .secAccess .secAccessIn .bottomRow {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secAccess .secAccessIn .bottomRow .calendarCol {
    width: min(49%, 580px);
    border-radius: 20px;
    padding: 20px 1.6%;
  }
  .secAccess .secAccessIn .bottomRow .calendarCol .calendarTitle {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 0 0 22px 0;
  }
  .secAccess .secAccessIn .bottomRow .calendarCol .calendarImg {
    padding: 18px min(3.7%, 20px) 20px;
  }
  .secAccess .secAccessIn .bottomRow .dataCol {
    width: min(49%, 580px);
  }
  .secAccess .secAccessIn .bottomRow .dataCol .dataItem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 12px 0;
  }
  .secAccess .secAccessIn .bottomRow .dataCol .dataItem .itemTitle {
    width: 70px;
    padding: 1px 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secAccess .secAccessIn .bottomRow .dataCol .dataItem .itemData {
    width: calc(100% - 70px - 3.44%);
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
.secNews {
  background: #ffffff;
}
.secNews .secNewsIn .dataCol .btnWrap .btnMore {
  border: solid 2px #ED8DAD;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secNews .secNewsIn .dataCol .btnWrap .btnMore .text {
  color: #ED8DAD;
  font-weight: 500;
}
.secNews .secNewsIn .dataCol .btnWrap .btnMore .arrow {
  background: url(../../shared/images/arrow_next.svg) center center no-repeat;
  aspect-ratio: 14/8;
}

@media only screen and (max-width: 767px) {
  .secNews {
    padding: 0 0 48px 0;
  }
  .secNews .secNewsIn .dataCol .btnWrap {
    padding: 14px 0 0 0;
    width: min(90%, 240px);
    margin: 0 0 0 auto;
  }
  .secNews .secNewsIn .dataCol .btnWrap .btnMore {
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 8px 0;
  }
  .secNews .secNewsIn .dataCol .btnWrap .btnMore .text {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secNews .secNewsIn .dataCol .btnWrap .btnMore .arrow {
    width: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secNews {
    padding: 0 0 100px 0;
  }
  .secNews .secNewsIn {
    display: flex;
    justify-content: space-between;
  }
  .secNews .secNewsIn .titleCol {
    width: 130px;
  }
  .secNews .secNewsIn .dataCol {
    width: 580px;
  }
  .secNews .secNewsIn .dataCol .btnWrap {
    padding: 14px 0 0 0;
    width: 283px;
    margin: 0 0 0 auto;
  }
  .secNews .secNewsIn .dataCol .btnWrap .btnMore {
    -moz-column-gap: 21px;
         column-gap: 21px;
    padding: 8px 0;
  }
  .secNews .secNewsIn .dataCol .btnWrap .btnMore .text {
    font-size: 18px;
  }
  .secNews .secNewsIn .dataCol .btnWrap .btnMore .arrow {
    width: 14px;
  }
}
.secCta {
  background: url(../images/cta_bg.png) center top no-repeat;
  position: relative;
}
.secCta .topBg {
  background: url(../../shared/images/bg_inpage_bottom.svg) left top no-repeat;
  background-size: 100%;
  aspect-ratio: 1440/97;
  width: 100%;
}
.secCta .secCtaIn .ctaBnr {
  position: relative;
  background: linear-gradient(to right, #FFCAAB 0%, #F49CB9 100%);
}
.secCta .secCtaIn .ctaBnr .bgText {
  position: absolute;
  z-index: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 1;
  opacity: 0.2;
}
.secCta .secCtaIn .ctaBnr .bnrMain {
  position: relative;
  z-index: 1;
}
.secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTitle {
  color: #ffffff;
  font-weight: 600;
}
.secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaCaption {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #ffffff;
  border-radius: 50px;
}
.secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel .telIcon {
  background: url(../../shared/images/icon_tel_pink.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
.secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel .telNum {
  font-family: "Lato", sans-serif;
  color: #ED8DAD;
  font-weight: bold;
}
.secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaNote {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .secCta {
    background-size: min(200vw, 900px);
  }
  .secCta .secCtaIn {
    padding: 60px 0;
  }
  .secCta .secCtaIn .ctaBnr {
    border-radius: 16px;
  }
  .secCta .secCtaIn .ctaBnr .bgText {
    font-size: clamp(120px, 15.83vw, 190px);
    left: 10px;
    bottom: -25px;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain {
    padding: 14px;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    letter-spacing: 0;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaCaption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 20px 0 16px 0;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel .telIcon {
    width: 22px;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel .telNum {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaNote {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 20px 0 0 0;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .imgCol {
    width: min(90%, 260px);
    margin: 0 auto;
    position: relative;
    top: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCta {
    background-size: min(150vw, 2180px);
  }
  .secCta .secCtaIn {
    padding: 140px 0;
  }
  .secCta .secCtaIn .ctaBnr {
    border-radius: min(6.6vw, 80px);
  }
  .secCta .secCtaIn .ctaBnr .bgText {
    font-size: clamp(120px, 15.83vw, 190px);
    left: 10px;
    bottom: -25px;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain {
    width: min(90%, 960px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol {
    width: min(60%, 540px);
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTitle {
    font-size: clamp(17px, 2.19vw, 28px);
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaCaption {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 10px 0 20px 0;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel .telIcon {
    width: clamp(18px, 2.2vw, 26px);
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaTel .telNum {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .textCol .ctaNote {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 20px 0 0 0;
  }
  .secCta .secCtaIn .ctaBnr .bnrMain .imgCol {
    width: min(38%, 354px);
    position: relative;
    top: 22px;
  }
}/*# sourceMappingURL=style.css.map */