body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  color: #2B2838;
  background: #FFEDF3;
}

body.navOn {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.03em;
  line-height: 1.7;
}

#mainContent {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #393939;
}
.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.fMedium {
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: min(92vw, 390px);
  }
  .commonWidthSp {
    width: min(92vw, 390px);
    margin: 0 auto;
  }
  .contentArea {
    padding-top: 120px;
  }
  .fMedium {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(92vw, 1200px);
  }
  .commonWidthPc {
    width: min(92vw, 1200px);
    margin: 0 auto;
  }
  .contentArea {
    padding-top: 240px;
    min-height: calc(100vh - 68px - 100px);
  }
}
.commonReserveBtn {
  background: linear-gradient(to right, #FFCAAB 0%, #F49CB9 100%);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.commonReserveBtn .icon {
  background: url(../images/icon_tel.svg) center center no-repeat;
  background-size: contain;
  width: 16px;
  aspect-ratio: 1/1;
}
.commonReserveBtn .text {
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .commonReserveBtn {
    padding: 11px 45px;
  }
  .commonReserveBtn .text {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .commonReserveBtn {
    padding: 11px 45px;
  }
  .commonReserveBtn .text {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
.menuBtn {
  display: none;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 200;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  row-gap: 6px;
}
.menuBtn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ED8DAD;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

@media only screen and (max-width: 1079px) {
  .menuBtn {
    display: flex;
  }
}
body.navOn .menuBtn span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
body.navOn .menuBtn span:nth-of-type(2) {
  opacity: 0;
}
body.navOn .menuBtn span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.secHeader {
  position: absolute;
  z-index: 10;
}
.headLinkArea .headLinkAreaIn .linkItem {
  font-weight: 500;
}

@media only screen and (max-width: 1079px) {
  .secHeader .headerLogo {
    padding: 8px 0 0 8px;
  }
  .secHeader .headerLogo img {
    width: min(60%, 140px);
  }
  .headLinkArea {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  .secHeader {
    padding: 40px 0 0 40px;
  }
  .headLinkArea {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    background: #ffffff;
    border-radius: 0 0 0 80px;
    padding: 40px min(4.2vw, 60px) 40px min(5.55vw, 80px);
    transition: padding 0.4s, border-radius 0.4s;
  }
  .headLinkArea .headLinkAreaIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: min(3.2vw, 46px);
         column-gap: min(3.2vw, 46px);
  }
  .headLinkArea .headLinkAreaIn .linkItem {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .headLinkArea.under {
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 0 0 0 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.globalNavWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
.globalNavWrap .globalNavBg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.globalNavWrap .globalNav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100vw, 430px);
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}
.globalNavWrap .globalNav .navInner {
  padding: 48px 32px 60px;
}
.globalNavWrap .globalNav .navInner .navLogo {
  padding: 0 0 40px;
}
.globalNavWrap .globalNav .navInner .navLogo img {
  width: min(80%, 180px);
  height: auto;
}
.globalNavWrap .globalNav .navInner .naviList {
  padding: 0 0 32px;
}
.globalNavWrap .globalNav .navInner .naviList .naviItem .naviLink {
  display: block;
  padding: 14px 0;
  color: #ED8DAD;
  font-weight: bold;
  font-size: clamp(14px, 4.1vw, 16px);
}
.globalNavWrap .globalNav .navInner .reserveWrap {
  width: min(90%, 220px);
  margin: 0 auto;
  padding: 0px 0 0 0;
}

body.navOn {
  overflow: hidden;
  width: 100%;
}
body.navOn .globalNavWrap {
  pointer-events: all;
}
body.navOn .globalNavWrap .globalNavBg {
  opacity: 1;
}
body.navOn .globalNavWrap .globalNav {
  transform: translateX(0);
}

.commonTitleArea .pageTitle .titleJp {
  font-weight: 500;
}
.commonTitleArea .pageTitle .titleEn {
  color: #ED8DAD;
}
.commonTitleArea .pnkzArea * {
  letter-spacing: 0.03em;
}
.commonTitleArea .pnkzArea .pnkzArrow {
  color: #B4B1BF;
}
.commonTitleArea .pnkzArea a.pnkzList {
  color: #B4B1BF;
}
.commonTitleArea .pnkzArea span.pnkzList {
  color: #2B2838;
}

@media only screen and (max-width: 767px) {
  .commonTitleArea {
    padding: 0px 0 34px 0;
  }
  .commonTitleArea .pageTitle {
    padding: 0 0 24px 0;
  }
  .commonTitleArea .pageTitle .titleJp {
    font-size: clamp(19px, 8.21vw, 32px);
    padding: 0 0 0px 0;
  }
  .commonTitleArea .pageTitle .titleEn {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .commonTitleArea .pnkzArea {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonTitleArea {
    padding: 0px 0 34px 0;
  }
  .commonTitleArea .pageTitle {
    padding: 0 0 24px 0;
  }
  .commonTitleArea .pageTitle .titleJp {
    font-size: clamp(24px, 3.13vw, 40px);
    padding: 0 0 10px 0;
  }
  .commonTitleArea .pageTitle .titleEn {
    font-size: clamp(14px, 1.72vw, 22px);
  }
  .commonTitleArea .pnkzArea {
    font-size: 13px;
  }
}
.supportSection {
  background: #0F4A2E;
  color: #ffffff;
}
.supportSection .sectionInner .supportContent .statusBadge {
  background: #EEE136;
  color: #0F4A2E;
  border-radius: 2px;
  font-weight: 600;
  padding: 1px 6px;
}
.supportSection .sectionInner .supportContent .mainHeading {
  font-weight: bold;
}
.supportSection .sectionInner .supportContent .mainHeading .headingHighlight {
  background: linear-gradient(to bottom, transparent 80%, #EEE136 80%, #EEE136 95%, transparent 95%);
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelLeft {
  background: url(../images/cta_line_left.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 22px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
  letter-spacing: 0;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelRight {
  background: url(../images/cta_line_right.svg) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 22px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
  border: solid 1px #ffffff;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  transition: background-color 0.3s;
  color: #ffffff;
  animation-name: btnShadow;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timeline: cubic-bezier(0.8, 0.06, 0.55, 0.99);
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton:hover {
  background: #4EAB88;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
  font-weight: bold;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .iconCol {
  width: 40px;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol {
  width: calc(100% - 40px - 12px);
  color: #ffffff;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 130%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .supportSection .sectionInner {
    padding: 40px 0 0 0;
  }
  .supportSection .sectionInner .supportContent {
    padding: 0 0 20px 0;
    width: min(100%, 286px);
    margin: 0 auto;
  }
  .supportSection .sectionInner .supportContent .statusBadge {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .mainHeading {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 4px 0 16px 0;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .supportSection .sectionInner .supportContent .descriptionText {
    padding: 10px 0 30px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup {
    width: 260px;
    padding: 0 0 30px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
    padding: 0 0px 8px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
    padding: 18px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
    font-size: 18px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
    font-size: 26px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
    font-size: 13px;
  }
  .supportSection .sectionInner .imageArea {
    width: 120px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .supportSection .sectionInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .supportSection .sectionInner .supportContent {
    padding: 58px 0;
  }
  .supportSection .sectionInner .supportContent .statusBadge {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .mainHeading {
    font-size: clamp(24px, 3.13vw, 40px);
    padding: 4px 0 16px 0;
  }
  .supportSection .sectionInner .supportContent .descriptionText {
    padding: 16px 0 36px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup {
    width: 260px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel {
    padding: 0 0px 12px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaLabel .labelText {
    font-size: 14px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton {
    padding: 18px 0;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .ctaButton .buttonText {
    font-size: 18px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textNum {
    font-size: 26px;
  }
  .supportSection .sectionInner .supportContent .ctaContainer .ctaGroup .telArea .textCol .textTime {
    font-size: 13px;
  }
}
.secFooter {
  background: #ffffff;
}
.secFooter .secFooterIn .corpCol .corpInfo {
  font-weight: 500;
}
.secFooter .secFooterIn .linkCol .mainLinkArea {
  display: flex;
}
.secFooter .secFooterIn .linkCol .mainLinkArea .link {
  background: url(../images/arrow_pink_right.svg) left center no-repeat;
  background-size: 16px;
  padding-left: 24px;
  font-weight: 500;
}
.secFooter .secFooterIn .linkCol .mainLinkArea .link.on, .secFooter .secFooterIn .linkCol .mainLinkArea .link:hover {
  color: #ED8DAD;
  text-decoration: underline;
}
.secFooter .secFooterIn .copyright {
  border-top: solid 1px #B8B8B8;
}

@media only screen and (max-width: 767px) {
  .secFooter .secFooterIn .corpCol {
    width: min(80%, 260px);
    margin: 0 auto;
    padding: 0 0 24px 0;
  }
  .secFooter .secFooterIn .corpCol .corpLogo {
    text-align: center;
  }
  .secFooter .secFooterIn .corpCol .corpInfo {
    padding: 6px 0 0 0;
    line-height: 1.9;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFooter .secFooterIn .linkCol {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: min(90%, 240px);
    margin: 0 auto;
  }
  .secFooter .secFooterIn .linkCol .mainLinkArea {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 8px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFooter .copyright {
    text-align: center;
    padding: 20px 0 20px 0;
    margin: 40px 0 0 0;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter .secFooterIn {
    display: grid;
    align-items: flex-end;
  }
  .secFooter .secFooterIn .corpCol {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .secFooter .secFooterIn .corpCol .corpInfo {
    padding: 6px 0 0 0;
    line-height: 2.3;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secFooter .secFooterIn .linkCol {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: min(3.4vw, 40px);
         column-gap: min(3.4vw, 40px);
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .secFooter .secFooterIn .linkCol .mainLinkArea {
    -moz-column-gap: min(3.5vw, 48px);
         column-gap: min(3.5vw, 48px);
  }
  .secFooter .secFooterIn .linkCol .mainLinkArea .link {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secFooter .secFooterIn .copyright {
    grid-column: 1/3;
    grid-row: 2/3;
    text-align: center;
    padding: 26px 0 26px 0;
    margin: 60px 0 0 0;
    font-size: 13px;
  }
}
.commonInPageWrap {
  background: url(../images/bg_inpage_top.svg) left top no-repeat;
  background-size: 100%;
}
.commonInPageWrap .inPageMain {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .commonInPageWrap {
    padding-top: calc(6.74vw - 2px);
  }
  .commonInPageWrap .inPageMain {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonInPageWrap {
    padding-top: calc(6.74vw - 2px);
  }
  .commonInPageWrap .inPageMain {
    padding-bottom: 100px;
    min-height: 400px;
  }
}
.commonNewsArea .newsItem {
  border-bottom: solid 1px #B8B8B8;
}
.commonNewsArea .newsItem:last-of-type {
  border-bottom: none;
}
.commonNewsArea .newsItem:first-of-type {
  border-bottom: solid 1px #B8B8B8;
}
.commonNewsArea .newsItem .itemLink {
  display: block;
  background: url(../images/icon_link.svg) right center no-repeat;
}
.commonNewsArea .newsItem .itemLink .date {
  font-family: "Lato", sans-serif;
  color: #ED8DAD;
  font-family: 500;
}
@media only screen and (max-width: 767px) {
  .commonNewsArea .newsItem .itemLink {
    padding: 28px 0 20px 0;
    background-size: 28px;
    padding-right: 28px;
    background-position: right bottom 20px;
  }
  .commonNewsArea .newsItem .itemLink .date {
    font-size: 13px;
  }
  .commonNewsArea .newsItem .itemLink .ttl {
    font-size: clamp(14px, 3.85vw, 15px);
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonNewsArea .newsItem .itemLink {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 34px 0;
    background-size: 38px;
    padding-right: 38px;
  }
  .commonNewsArea .newsItem .itemLink .date {
    font-size: 13px;
    width: 92px;
  }
  .commonNewsArea .newsItem .itemLink .ttl {
    width: calc(100% - 92px);
    font-size: clamp(14px, 1.17vw, 15px);
    padding-right: 3%;
  }
}/*# sourceMappingURL=common.css.map */