@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #4f4f4f;
  background-color: #f4bcb0;
  scroll-behavior: smooth;
}
body.no_scroll {
  overflow: hidden;
}

.en {
  font-family: "Oswald", sans-serif;
}

.inner {
  padding: 0 20px;
}

img {
  width: 100%;
  vertical-align: top;
}

video {
  width: 100%;
}

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

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

.relative {
  position: relative;
}

.main {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg img {
  height: 100%;
}

.container {
  max-width: 425px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (min-width: 426px) {
  .container {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

.footer {
  margin-bottom: 70px;
  padding: 30px 0;
}
.footer__copy {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.bnr {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  max-width: 425px;
  background: rgba(0, 0, 0, 0.6);
}

.bnr__link {
  position: relative;
  display: block;
  width: 100%;
  height: 57px;
}
.bnr__link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 57px;
  border-radius: 29px;
  background: #0cac9e;
}
.bnr__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.bnr__link--inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 57px;
  padding: 0 15px;
  border-radius: 29px;
  background: -webkit-linear-gradient(100deg, #0ecaba 0%, #5ceac0 100%);
  background: linear-gradient(-10deg, #0ecaba 0%, #5ceac0 100%);
}

.bnr__icon {
  width: 100px;
  height: 40px;
}

.bnr__txxt {
  padding-left: 5px;
  padding-right: 18px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.bnr__txxt span {
  color: #fffba6;
}

.cm {
  position: relative;
  padding-bottom: 40px;
  background: #f5beaf;
}

.cmBox {
  position: relative;
  width: calc(100% - 40px);
  margin: -50px auto 0;
  padding: 20px 10px;
  border-radius: 10px;
  background: #fff;
}

.cmHd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 20px);
  height: 35px;
  margin: 0 auto;
  border-radius: 2px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fff;
  background: #f26a5b;
}

.cmNnm {
  width: calc(100% - 20px);
  margin: 15px auto 0;
}

.cmCn {
  display: block;
  margin: 0 auto 0;
}

.cmRd {
  font-size: 12px;
  letter-spacing: 0.022em;
  text-align: center;
}

.cmCv {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: 80px;
  margin: 40px auto 0;
  border-radius: 40px;
}
.cmCv::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background: #0cac9e;
}

.cmCv__sub {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 235px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  border: 1px solid #24d3bc;
  border-radius: 14px;
  color: #24d3bc;
  background: #fff;
  z-index: 1;
}

.cmCv__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 80px;
  margin-top: -5px;
  border-radius: 40px;
  color: #fff;
  background: -webkit-linear-gradient(100deg, #0ecaba 0%, #5ceac0 100%);
  background: linear-gradient(-10deg, #0ecaba 0%, #5ceac0 100%);
}
.cmCv__wrap::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.cmCv__main {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 500;
}
.cmCv__main span {
  color: #fffba6;
}

.cmCv__text {
  font-size: 14px;
  font-weight: 500;
}

.header {
  max-width: 425px;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__logo {
  width: 100px;
  margin-left: 15px;
}
.header__wrapper {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu {
  width: 30px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.header__menu--bar {
  background: #1f2a60;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
}
.header__menu--bar:first-of-type {
  top: 0.4px;
}
.header__menu--bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__menu--bar:last-child {
  bottom: 0;
}

.headerMenu {
  max-width: 425px;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 21;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.headerMenu__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMenu__icon {
  width: 23px;
  margin-right: 15px;
}
.headerMenu__wrapper {
  padding: 25px 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.headerMenu__link {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1.5px dashed #f5bcb0;
  color: #4f4f4f;
}

.headerMenu__scroll {
  position: relative;
  overflow: auto;
  height: calc(100% - 50px);
  padding-bottom: 40px;
}

.mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mvMain {
  position: relative;
  width: 100%;
  height: 100%;
}

.mvTtl {
  position: relative;
  width: 100%;
  margin-top: 25px;
  z-index: 1;
}

.mvSub {
  position: absolute;
  width: 60px;
  top: 130px;
  right: 20px;
  z-index: 2;
}

.mvImgs {
  position: relative;
  margin-top: -40px;
  z-index: 1;
}
.mvImgs .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.it {
  position: relative;
  padding-top: 73px;
  padding-bottom: 23px;
}

.itPoint {
  width: 105%;
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.itBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.itBg img {
  height: 110%;
  -o-object-position: 0 -12px;
     object-position: 0 -12px;
}

.itTxt {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cs {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.csMain {
  position: relative;
}

.csTtl {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.csImgs {
  margin-top: 15px;
}
.csImgs .slick-dots {
  bottom: -30px;
}
.csImgs .slick-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.csImgs .slick-dots li button {
  display: none;
}
.csImgs .slick-dots li.slick-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.csImgs .slick-arrow {
  width: 35px;
  height: 82px;
  background: rgba(71, 71, 71, 0.57);
}
.csImgs .slick-prev {
  left: 0;
  z-index: 1;
}
.csImgs .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  opacity: 1;
}
.csImgs .slick-next {
  right: 0;
  z-index: 1;
}
.csImgs .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}

.csImg {
  margin: 0 20px;
}

.csBox {
  width: calc(100% - 40px);
  margin: 40px auto 0;
  border: 1px solid #fff;
}

.csBox__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  color: #5dccc1;
  background: #fff;
}

.csBox__txt {
  padding: 10px;
  font-size: 13px;
  letter-spacing: 0.07em;
  color: #fff;
}

.pt {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptHd {
  color: #f26a5b;
  text-align: center;
}

.ptName {
  font-size: 13px;
  letter-spacing: 0.12em;
}

.ptTtl {
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.21em;
}

.ptTxt {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.ptLine {
  width: calc(100% - 10px);
  height: 2px;
  margin: 17px auto 0;
  background-image: -webkit-linear-gradient(left, #f26a5b, #f26a5b 2px, transparent 2px, transparent 8px);
  background-image: linear-gradient(to right, #f26a5b, #f26a5b 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.ptItem {
  margin-top: 30px;
}

.ptItem__ttl {
  position: relative;
}
.ptItem__ttl.ptItem01 {
  margin-top: -30px;
}
.ptItem__ttl.ptItem02 {
  margin-top: -50px;
}
.ptItem__ttl.ptItem03 {
  margin-top: -80px;
}
.ptItem__ttl p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  margin: 5px auto 0;
  padding: 0 20px 3px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  background: #f5887c;
}

.ptItem__txt {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  white-space: nowrap;
}

.mt {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mtTop {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.mtItems {
  margin-top: 20px;
}

.mtItem {
  position: relative;
  margin-top: 15px;
}

.mtBox {
  position: relative;
  padding: 10px 20px 30px;
}

.mtHd {
  color: #ffa19f;
  text-align: center;
}

.mtIcon {
  font-size: 18px;
  letter-spacing: 0.07em;
}

.mtNUm {
  margin-top: -10px;
  font-size: 30px;
}

.mtTtl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.08em;
  text-align: center;
}
.mtTtl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fcdddc));
  background: -webkit-linear-gradient(transparent 50%, #fcdddc 50%);
  background: linear-gradient(transparent 50%, #fcdddc 50%);
}

.mtImg {
  margin-top: 20px;
}

.mtTxt {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.625;
}

.sc {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.scRd {
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}

.scSub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 39px;
  margin: 10px auto 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #5dccc1;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
}

.scTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 316px;
  height: 57px;
  margin: 10px auto 0;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: #5dccc1;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
}

.scIcon {
  width: calc(100% - 20px);
  margin: 30px auto 0;
}

.scTxt {
  margin-top: 13px;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

.scBox {
  margin-top: 20px;
}

.scHikaku {
  margin-top: 30px;
}

.ba {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.baTtl {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.baMv {
  position: relative;
}

.ab {
  position: relative;
  padding-top: 40px;
  padding-bottom: 25px;
}

.abSub {
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}

.abTtl {
  margin-top: 4px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.abIcon {
  width: 6px;
  margin: 20px auto 0;
}

.abBox {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
}

.abBox__hd {
  position: relative;
}

.abBox__hd--txt {
  position: relative;
  padding-top: 7px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.abBox__hd--txt p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 8px;
  border-bottom: 1px dashed #fff;
}
.abBox__hd--txt span {
  font-weight: 500;
  color: #f5ee38;
}

.abBox__img {
  width: calc(100% - 20px);
  margin: 5px auto 0;
}

.abBox__txt {
  margin-top: 15px;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 1.73;
  text-align: center;
}
.abBox__txt span {
  font-weight: 500;
}

.abFt {
  width: calc(100% - 20px);
  margin: 20px auto 0;
}

.abFt__hd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  background: #48aaa0;
}
.abFt__hd::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #48aaa0 transparent transparent transparent;
  border-width: 9px 6px 0px 6px;
}

.abFt__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}

.abFt__img {
  width: 94px;
}

.abFt__txt {
  font-size: 16px;
  line-height: 1.625;
}
.abFt__txt span {
  font-weight: 500;
  color: #f5ee38;
}

.rc {
  position: relative;
  margin-top: -5px;
}

.rcMain {
  position: absolute;
  width: 100%;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rcTtl {
  position: relative;
}

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

.rcTtl__name {
  font-size: 16px;
  letter-spacing: 0.012em;
  text-align: center;
  color: #fff;
}

.rcTtl__txt {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.016em;
  text-align: center;
  color: #fff;
}

.rcNum {
  width: 80%;
  margin: 10px auto 0;
}

.rcImg {
  width: calc(100% - 40px);
  margin: 10px auto 0;
}

.rcIcon {
  position: absolute;
  bottom: 80px;
  left: 30px;
  width: 90px;
}

.mn {
  padding-top: 25px;
  padding-bottom: 40px;
  background: #fdaea9;
}

.mnLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 17px;
}

.mbLink {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 #df5f51;
          box-shadow: 0 3px 0 #df5f51;
}

.mbLink__icon {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 25px;
  height: 18px;
  z-index: 1;
}

.mbLink__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border-radius: 30px;
  background: #f26a5b;
}
.mbLink__wrap::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.mbLink__txts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mbLink__txt {
  padding-right: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #fffa60;
}
.mbLink__txt span {
  font-size: 18px;
  padding-left: 4px;
  padding-right: 2px;
}

.mbLink__name {
  padding: 3px 0 3px 8px;
  font-size: 17px;
  font-weight: 500;
  border-left: 1px solid #fdaea9;
  color: #fff;
}

.mnBoxs {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.mnBox {
  position: relative;
  margin-top: 75px;
  padding: 110px 20px 30px;
  background: #fff;
}

.mnHd {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 335px;
  padding: 13px 15px 10px;
}

.mnHd__en {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.012em;
  text-align: center;
  color: #f5887c;
}

.mnHd__name {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-align: center;
}

.mnHd__img {
  position: relative;
}

.mnImg {
  margin-top: 13px;
}

.mnTxt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.73;
}
.mnTxt p {
  margin-bottom: 10px;
}
.mnTxt span {
  font-weight: bold;
  color: #f5887c;
}

.mnGray {
  padding: 10px;
  font-size: 12px;
  line-height: 1.58;
  background: #f3f3f3;
}

.sh {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.sh .inner {
  position: relative;
}

.shMv {
  width: 85%;
  margin: 20px auto 0;
}

.shBox {
  margin-top: 20px;
  border: 1px solid #fff;
}

.shBox__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  color: #5dccc1;
  background: #fff;
}

.shBox__txt {
  padding: 10px;
  font-size: 13px;
  letter-spacing: 0.07em;
  color: #fff;
}

.drPink {
  padding-top: 40px;
  padding-bottom: 25px;
  background: -webkit-linear-gradient(100deg, #fdaea9 0%, #fff 70%, #fff 100%);
  background: linear-gradient(-10deg, #fdaea9 0%, #fff 70%, #fff 100%);
}

.drBlue {
  padding-top: 40px;
  padding-bottom: 25px;
  background: -webkit-linear-gradient(100deg, #c1e8e4 0%, #fff 70%, #fff 100%);
  background: linear-gradient(-10deg, #c1e8e4 0%, #fff 70%, #fff 100%);
}

.drMes {
  width: 192px;
  margin: 0 auto;
}

.drRd {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.drMv {
  width: 75%;
  margin: 25px auto 0;
}

.drTxt {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.07em;
}
.drTxt.p span {
  color: #f5887c;
}
.drTxt.b span {
  color: #5dccc1;
}

.drBox {
  margin-top: 25px;
  padding: 15px;
  background: #fff;
}

.drBox__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 25px;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #fff;
}
.drBox__ttl.p {
  background: #fdaea9;
}
.drBox__ttl.b {
  background: #8fded6;
}

.drBox__txt {
  margin-top: 13px;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.78;
  color: #333;
}

.rs {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5887c;
}

.rsItems {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}

.rsItem {
  width: 100%;
}

.rsFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.rsIcon {
  width: 68px;
}

.rsTtl {
  width: calc(100% - 80px);
}
.rsTtl p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  margin-top: 6px;
  padding: 0 15px 3px;
  font-size: 24px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #fff;
  background: #5dccc1;
}

.rsTxt {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.875;
  color: #fff;
}
.rsTxt span {
  background: #f26a5b;
}

.rv {
  padding-top: 30px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#c1e8e4), to(#fff));
  background: -webkit-linear-gradient(bottom, #c1e8e4 0%, #fff 100%);
  background: linear-gradient(0deg, #c1e8e4 0%, #fff 100%);
}

.rvSub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 93%;
  height: 34px;
  margin: 0 auto 5px;
  font-size: 21px;
  letter-spacing: 0.07em;
  color: #fff;
  background: #5dccc1;
}

.rvTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 93%;
  height: 34px;
  margin: 0 auto;
  font-size: 25px;
  letter-spacing: 0.07em;
  color: #fff;
  background: #5dccc1;
}

.rvNum {
  width: 90%;
  margin: 20px auto;
}

.rvImg {
  width: 100%;
}

.rvTxt {
  margin-top: 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.rvTxt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffa60));
  background: -webkit-linear-gradient(transparent 50%, #fffa60 50%);
  background: linear-gradient(transparent 50%, #fffa60 50%);
}

.meta {
  padding-top: 40px;
  background: -webkit-linear-gradient(100deg, #f26a5b 0%, #fdaea9 100%);
  background: linear-gradient(-10deg, #f26a5b 0%, #fdaea9 100%);
}

.metaBox {
  margin-top: 20px;
  padding: 30px 25px;
  background: #fff;
}

.ac__head--sub {
  font-size: 15px;
  letter-spacing: 0.015em;
  text-align: center;
  color: #fff;
}

.ac__head {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}

.acHd {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.acHd__sub {
  font-size: 12px;
  font-weight: 500;
}

.acHd__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 5px;
}

.acHd__meta--ttl {
  width: 56px;
  font-size: 14px;
}

.acHd__meta--txt {
  font-size: 14px;
}

.acName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 14px;
  color: #fff;
  background: #5dccc1;
}

.acSt {
  margin-top: 10px;
  font-size: 14px;
}

.acAd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.57;
}

.acTel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 5px;
}

.acTel__icon {
  font-size: 14px;
}

.acTel__num {
  font-size: 14px;
}

.acMap {
  margin-top: 5px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
}
.acMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pay__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.77;
  color: #f26a5b;
  border-bottom: 1px solid;
}

.pay__sub {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.pay__text {
  font-size: 14px;
}
.pay__text.txt-c {
  text-align: center;
}

.pay__line {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #acacac;
}

.pay__img {
  margin: 20px auto;
}

.ppTop {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.ppTtl {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.ppTxt {
  font-size: 14px;
  line-height: 1.42;
}

.pc__mv {
  position: relative;
  display: unset;
  background: unset;
}
.pc__mv--box {
  position: relative;
  display: none;
}

@media screen and (min-width: 1201px) {
  .pc__mv {
    width: 100%;
    height: 100%;
    background: url(../img/pc_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: fixed;
    gap: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pc__mv--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 425px);
    padding-top: 60px;
    max-width: 650px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc__mv--cont {
    display: none;
  }
  .main {
    max-width: 425px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    margin: unset;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main::-webkit-scrollbar {
    display: none;
  }
  .header {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .bnr {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .headerMenu {
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .pc__mv {
    padding: 0 50px;
  }
  .pc__mv--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 425px);
    max-width: 1120px;
    padding-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .pc__mv--img {
    max-width: 830px;
  }
  .pc__mv--cont {
    display: block;
  }
  .pc__mv--logo {
    width: 280px;
    margin-top: 40px;
  }
  .pc__mv--links {
    width: 295px;
  }
  .pc__mv--link {
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 2px dashed #fff;
  }
  .header {
    display: none;
  }
  .container {
    margin-top: 0;
  }
  .main {
    width: 100%;
  }
  .bnr {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media screen and (min-width: 1921px) {
  .bnr {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .pc__mv {
    padding: 0;
  }
  .pc__mv--logo {
    margin-top: 90px;
  }
  .pc__mv--links {
    margin-top: 40px;
  }
  .pc__mv--box {
    gap: 85px;
    width: calc(100% - 425px - 0px);
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */