@charset "UTF-8";
.p-u-zoom-50 {
  width: auto !important;
  max-width: none !important;
  zoom: 0.5;
}

.p-content {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.p-content__in {
  max-width: 930px;
  margin: auto;
}

.p-button {
  display: block;
  border-radius: 100px;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.p-button:hover {
  opacity: 0.7;
}
.p-button img:nth-child(n) {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
}

.p-hero__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 14px 0 0;
}
.p-hero__image {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0;
}
.p-hero__image-src {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1494px);
            transform: translateX(-1494px);
  }
}
@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1494px);
            transform: translateX(-1494px);
  }
}
.p-hero__image-src img {
  display: block;
}
.p-hero__detail {
  margin: -6px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-hero__foot {
  padding: 29px 0 35px;
  margin: 30px 0 0;
  background: #F6F7FB;
}
.p-hero__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 308px;
  height: 50px;
  margin: 0 auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#F77E98), to(#EE8F58));
  background: linear-gradient(90deg, #F77E98 0%, #EE8F58 100%);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 64.7761px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-decoration: none;
}
.p-hero__button:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  display: block;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(/pgmedia/teiki/img/202509/arrow_01_pc.svg) 0 0/contain no-repeat;
}

.p-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 51px;
  margin: 57px 0 0;
}
.p-anchor__block {
  position: relative;
  min-width: 378px;
  padding: 0 0 5px;
  border: 1px solid #F77E98;
}
.p-anchor__block:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 17px;
  right: 17px;
  display: block;
  background-color: #fff;
}
.p-anchor__block._01 {
  border-color: #F77E98;
}
.p-anchor__block._02 {
  border-color: #EE8F58;
}
.p-anchor__heading {
  position: relative;
  top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -14px;
  z-index: 1;
}
.p-anchor__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 40px;
  margin: 19px auto 0;
  background: #F77E98;
  border-radius: 100px;
  z-index: 1;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-anchor__button:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  display: block;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(/pgmedia/teiki/img/202509/arrow_01_pc.svg) 0 0/contain no-repeat;
}
.p-anchor__button._01 {
  background: #F77E98;
}
.p-anchor__button._02 {
  background: #EE8F58;
}

.p-point {
  padding: 0 0 40px;
  margin: 88px 0 0;
  border-top: 2px solid #F77E98;
  background-color: rgba(247, 126, 152, 0.07);
}
.p-point__heading-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 151px;
  padding: 2px 4px 0 0;
}
.p-point__tips {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 38px 0 40px;
  gap: 15px;
  background: url(/pgmedia/teiki/img/202509/point_bg_01_pc.svg) 0 0/100% auto no-repeat;
}
.p-point__tips:after {
  content: "";
  position: absolute;
  top: 323px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(247, 126, 152, 0.3);
  z-index: -1;
}
.p-point__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 30px 0;
}
.p-point__plan-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 53px;
}
.p-point__plan-heading-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.p-point__plan-heading-sub {
  margin: 0 46px 0 0;
}
.p-point__plan-heading-main {
  margin: 6px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #666666;
}
.p-point__plan-heading-note {
  margin: 1px 46px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #666666;
}
.p-point__plan-image {
  margin: 29px 0 0;
}
.p-point__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 29px 0 27px;
}
.p-point__present {
  margin: 0 30px 0;
  border-radius: 20px;
}
.p-point__present-heading {
  position: relative;
  height: 118px;
  border-radius: 20px 20px 0 0;
  background-color: #F77E98;
}
.p-point__present-heading-main {
  position: absolute;
  top: -43px;
  left: 89px;
}
.p-point__present-in {
  padding: 31px 50px 49px;
  background: #FFFFFF;
  border: 1px solid #F77E98;
  border-radius: 0 0 20px 20px;
}
.p-point__present-image-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-point__present-image-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 17px 0 0;
}
.p-point__present-text {
  margin: 31px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-point__present-note {
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #666666;
  text-align: center;
}
.p-point__present-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 50px;
  margin: 30px auto 0;
  background: #FEF6F8;
  border: 1px solid #F77E98;
  border-radius: 64.7761px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #F77E98;
}
.p-point__present-button i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
.p-point__present-button i:before, .p-point__present-button i:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: currentColor;
}
.p-point__present-button i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-point__present-button._active i:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-point__present-read {
  margin: 38px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-point__present-read b {
  font-weight: inherit;
  color: #FF5F82;
}
.p-point__present-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  padding: 14px 0 10px 147px;
  margin: 26px 0 0;
  background: #F6F7FB;
  border-radius: 10px;
}
.p-point__present-01-icon {
  position: absolute;
  top: 6px;
  left: 39px;
}
.p-point__present-01-detail {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #677B93;
}
.p-point__present-image-03 {
  margin: 25px 0 0;
}
.p-point__present-info {
  padding: 25px 31px 25px;
  margin: 38px 0 0;
  border-radius: 10px;
  background: #F6F7FB;
}
.p-point__present-info-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-point__present-info-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-point__present-info-note + .p-point__present-info-note {
  margin-top: 0;
}

.p-reason {
  margin: 59px 0 0;
  border-top: 2px solid #EE8F58;
  background-color: rgba(238, 143, 88, 0.05);
}
.p-reason__heading-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 151px;
  padding: 0 0 5px 14px;
}
.p-reason__tips {
  position: relative;
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 34px 30px;
  padding: 55px 30px 40px;
  background: url(/pgmedia/teiki/img/202509/reason_bg_01_pc.svg) 0 0/100% auto no-repeat;
}
.p-reason__tips:after {
  content: "";
  position: absolute;
  top: 323px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(238, 143, 88, 0.3);
  z-index: -1;
}
.p-reason__tips-block {
  position: relative;
  display: grid;
  background: #FFFFFF;
  border-radius: 20px;
}
.p-reason__tips-block:nth-child(1) {
  grid-column: 1/-1;
}
.p-reason__tips-block._01 {
  grid-template: "title detail" "image image" auto/auto 1fr;
  padding: 58px 40px 40px;
  gap: 0 25px;
}
.p-reason__tips-block._02 {
  grid-template: "image" "title" "detail" "." 1fr/1fr;
  padding: 30px 40px 33px;
}
.p-reason__tips-block._03 {
  grid-template: "image" "title" "detail" "." 1fr/1fr;
  padding: 30px 40px 33px;
}
.p-reason__tips-index {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reason__tips-title {
  grid-area: title;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #EB7530;
}
.p-reason__tips-title._02 {
  margin: 0 -10px 0;
  text-align: center;
}
.p-reason__tips-image + .p-reason__tips-title {
  margin-top: 15px;
}
.p-reason__tips-detail-text {
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-reason__tips-detail-text b {
  color: #EB7530;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60.1%, #FFF839), to(#FFF839));
  background: linear-gradient(transparent 0%, transparent 60%, #FFF839 60.1%, #FFF839 100%);
}
.p-reason__tips-detail-note {
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-reason__tips-detail-note + .p-reason__tips-detail-note {
  margin-top: 5px;
}
.p-reason__tips-image + .p-reason__tips-title + .p-reason__tips-detail {
  margin-top: 12px;
}
.p-reason__tips-image {
  grid-area: image;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 0;
}
.p-reason__tips-index + .p-reason__tips-image {
  margin-top: 0;
}

.p-faq {
  padding: 39px 30px 40px;
  margin: 59px 0 0;
  border-top: 2px solid #677B93;
  background: #F6F7FB;
}
.p-faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq__heading-main {
  margin: 3px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 31.33px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.22em;
  color: #677B93;
}
.p-faq__section {
  margin: 41px 0 0;
  background: #FFFFFF;
  border-radius: 10px;
}
.p-faq__section + .p-faq__section {
  margin-top: 10px;
}
.p-faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px 18px 30px;
}
.p-faq__head-icon {
  margin: 0 17px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #677B93;
}
.p-faq__head-text {
  padding: 7px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #677B93;
}
.p-faq__head-state {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background-color: #F6F7FB;
}
.p-faq__head-state:before, .p-faq__head-state:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: #677b93;
}
.p-faq__head-state:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq__head._active .p-faq__head-state:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-faq__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px 0 12px;
  margin: 0 20px 0;
  border-top: 1px solid #E6E6E6;
}
.p-faq__body-icon {
  margin: 15px 19px 30px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #677B93;
}
.p-faq__body-detail {
  padding: 20px 0 30px;
}
.p-faq__body-detail-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-faq__body-detail-note {
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-faq__body-detail-note + .p-faq__body-detail-note {
  margin-top: 0;
}

.p-utility {
  margin: 60px 0 0;
}
.p-utility__heading-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 97px;
  background: #F6F7FB;
}
.p-utility__heading-01-main {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #677B93;
}
.p-utility__section {
  display: grid;
  grid-template: auto/263px 1fr;
  padding: 40px 20px 30px 30px;
  margin: 11px 0 0;
}
.p-utility__section + .p-utility__section {
  border-top: 1px solid #E6E6E6;
  margin-top: 0;
}
.p-utility__heading-02 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #677B93;
}
.p-utility__list {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-utility__list-item {
  display: grid;
  grid-template: auto/auto 1fr;
}

.p-contact {
  display: grid;
  grid-template: auto/451px 1fr;
  padding: 50px 0 50px;
  margin: 30px 0 0;
  background: #F6F7FB;
  border-radius: 20px;
}
.p-contact__heading {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 0 4px 116px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: #677B93;
}
.p-contact__in {
  padding: 0 79px 0 40px;
  border-left: 1px dashed #677B93;
}
.p-contact__tel-sub {
  margin: 1px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #677B93;
  text-align: center;
}
.p-contact__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 331px;
  height: 40px;
  margin: 14px 0 0;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 64.7761px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #677B93;
  text-decoration: none;
}
.p-contact__button:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 18px;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  background: url(/pgmedia/teiki/img/202509/arrow_02_pc.svg) 0 0/contain no-repeat;
}

.p-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 78px 0 25px;
}