@charset "UTF-8";
/* ----------------------------------------
   index
---------------------------------------- */
.p-sform {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 200px;
  color: #000;
}
@media screen and (max-width: 599px) {
  .p-sform {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.p-sform--2 {
  max-width: 1140px;
}
.p-sform__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-sform__inner {
    display: block;
  }
}
.p-sform__ttl {
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #437ACB;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .p-sform__ttl {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-sform__ttl {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-sform__ttl {
    font-size: 24px;
    margin-left: calc(50% - 236px);
  }
}
@media screen and (max-width: 599px) {
  .p-sform__ttl {
    margin-left: 0;
    text-align: center;
    font-size: 22px;
  }
}
.p-sform__ttl-2 {
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 438px;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-sform__ttl-2 {
    width: 43.8%;
  }
}
@media screen and (max-width: 1024px) {
  .p-sform__ttl-2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-sform__ttl-2 {
    max-width: 100%;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-sform__ttl-2 {
    font-size: 24px;
  }
}
.p-sform__ttl-2-s {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-sform__ttl-2-s {
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .p-sform__ttl-2-s {
    font-size: 19px;
  }
}
.p-sform__txt {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #437ACB;
}

.p-sform-slider {
  max-width: 472px;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .p-sform-slider {
    margin-right: 60px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-sform-slider {
    margin-right: 40px;
    margin-left: 20px;
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-slider {
    margin: 0 auto;
  }
}
.p-sform-slider--2 {
  width: 438px;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-sform-slider--2 {
    width: 43.8%;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-slider--2 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-sform-slider--3 {
  width: 438px;
  margin: 0;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-sform-slider--3 {
    width: 43.8%;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-slider--3 {
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-sform-box {
  border: 2px solid #4ACDFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-sform-box {
    padding: 15px;
  }
}
.p-sform-box--2 {
  padding: 30px 20px;
}
@media screen and (max-width: 750px) {
  .p-sform-box--2 {
    padding: 25px 15px;
  }
}
.p-sform-box__ttl {
  color: #437ACB;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-sform-box__list {
  margin-left: 10px;
}
.p-sform-box__item {
  display: flex;
  align-items: baseline;
}
.p-sform-box__item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.p-sform-box__icon {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-sform-box__txt {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-sform-box--2 .p-sform-box__txt {
  font-weight: 400;
}

.p-sform-box-2 {
  background-color: #F0F5F6;
  padding: 25px;
  margin-top: 35px;
  border-radius: 10px;
  max-width: 515px;
}
.p-sform-box-2__ttl {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #3596CE;
  margin-bottom: 20px;
  margin-left: 15px;
}
.p-sform-box-2__item {
  display: flex;
  align-items: baseline;
}
.p-sform-box-2__item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.p-sform-box-2__icon {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-sform-box-2__txt {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-sform-cont {
  background-color: #EFF3F6;
  max-width: 525px;
  padding: 40px 40px 120px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .p-sform-cont {
    padding: 20px 20px 120px;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-cont {
    margin: 100px auto 0;
    padding: 20px 20px 120px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .p-sform-cont--2 {
    width: 52.5%;
  }
}
.p-sform-cont--3 {
  max-width: 540px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .p-sform-cont--3 {
    width: 50%;
  }
}
.p-sform-cont__item {
  margin-top: 15px;
}
.mw_wp_form_confirm .p-sform-cont__item {
  background-color: #fff;
}

.p-sform-cont__item--mgt {
  margin-top: 25px;
}
.p-sform-cont__ttl {
  color: #437ACB;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-sform-cont__ttl--2 {
  color: #000;
}
.p-sform-cont__input {
  border: 1px solid #DCDCDC;
  background-color: #fff;
  width: 100%;
  height: 37px;
  padding: 0 0.5em;
  border-radius: 0;
  font-size: 16px;
}
.p-sform-cont__input::-moz-placeholder {
  color: #C8C8C8;
}
.p-sform-cont__input::placeholder {
  color: #C8C8C8;
}
.p-sform-cont__select {
  border: 1px solid #DCDCDC;
  background-color: #fff;
  width: 100%;
  height: 37px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0.5em;
  border-radius: 0;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/sform/icon_select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% 48%;
  cursor: pointer;
}
.p-sform-cont__txt-area {
  margin-bottom: 5px;
}
.mw_wp_form_confirm .p-sform-cont__txt-area {
  background-color: #EFF3F6;
}

.p-sform-cont__txt {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-sform-cont__txt--mgb {
  margin-bottom: 15px;
}
.mw_wp_form_confirm .p-sform-cont__txt--agree {
  display: none;
}

.p-sform-cont__required {
  color: #fff;
  background-color: #E66A6A;
  border-radius: 3px;
  display: inline-block;
  padding: 0 7px;
  margin-left: 10px;
  font-size: 14px;
}
.p-sform-cont__txt-s {
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-sform-cont__checkbox .mwform-checkbox-field {
  display: block;
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.p-sform-cont__checkbox .mwform-checkbox-field > label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
}
.p-sform-cont__checkbox .mwform-checkbox-field input {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 0;
  border: 3px solid #DCDCDC;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin-top: 3px;
}
.p-sform-cont__checkbox .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.p-sform-cont__checkbox .mwform-checkbox-field-text {
  position: relative;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding-left: 20px;
}
.p-sform-cont__checkbox .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -19px;
  width: 20px;
  height: 20px;
  background: url("/img/sform/icon_form-check.svg") no-repeat center center;
  opacity: 0;
}
.p-sform-cont__checkbox--agree {
  margin-top: 10px;
}
.p-sform-cont__checkbox--agree .mwform-checkbox-field-text {
  font-weight: 500;
}
.p-sform-cont__other-txt {
  height: 33px;
  margin-left: 30px;
  width: calc(100% - 30px);
  border-radius: 0;
  border: 1px solid #DCDCDC;
}
.p-sform-cont__textarea {
  width: 100%;
  height: 140px;
  padding: 0.2em 0.5em;
  border-radius: 0;
  border: 1px solid #DCDCDC;
  font-size: 16px;
}
.p-sform-cont__textarea--l {
  height: 280px;
}
.p-sform-cont__box {
  background: #fff;
  height: 152px;
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid #DCDCDC;
  margin-bottom: 10px;
}
.mw_wp_form_confirm .p-sform-cont__box {
  display: none;
}

.p-sform-cont__box-txt {
  font-size: 14px;
}
.p-sform-cont__box-txt:nth-of-type(n + 2) {
  margin-top: 2em;
}
.p-sform-cont__btn-wrap {
  margin-top: 50px;
}
.p-sform-cont__btn {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #FFAA00;
  border-radius: 5px;
  width: 170px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  box-sizing: border-box;
  border: 2px solid #FFAA00;
}
@media screen and (min-width: 751px) {
  .p-sform-cont__btn {
    transition: 0.3s;
  }
  .p-sform-cont__btn:hover {
    color: #FFAA00;
    background-color: #fff;
  }
}
.p-sform-cont__btn--gray {
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
@media screen and (min-width: 751px) {
  .p-sform-cont__btn--gray {
    transition: 0.3s;
  }
  .p-sform-cont__btn--gray:hover {
    background-color: #fff;
    color: #BCBCBC;
  }
}

/* ----------------------------------------
   slider
---------------------------------------- */
@media screen and (max-width: 599px) {
  .p-main-slider {
    margin: 0 30px;
  }
}
.p-main-slider--2 {
  width: 200px;
  margin: 0 auto;
}
.p-main-slider--3 {
  max-width: 288px;
  width: 80%;
  margin: 0 auto;
}
.p-main-slider--border {
  border: 1px solid #CBCBCB;
}
.p-main-slider--2 .p-main-slider__item {
  cursor: inherit;
}

.p-main-slider__item img {
  width: 100%;
}
.p-main-slider__item--border {
  border: 1px solid #CBCBCB;
}
.p-main-slider__txt {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #959595;
  margin-top: 5px;
}
.p-main-slider__prev {
  width: 36px;
  height: 36px;
  border: 1px solid #9E9E9E;
  background: none;
  border-radius: 100px;
  top: 140px;
  left: -45px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-main-slider__prev {
    width: 26px;
    height: 26px;
    top: 14vw;
    left: -35px;
  }
}
@media screen and (max-width: 599px) {
  .p-main-slider__prev {
    top: calc(25.76vw - 8px);
    left: -5px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 751px) {
  .p-main-slider__prev {
    transition: opacity 0.3s;
  }
  .p-main-slider__prev:hover {
    opacity: 0.5;
  }
}
.p-sform-slider--2 .p-main-slider__prev {
  top: 140px;
  left: 20px;
}

.p-sform-slider--3 .p-main-slider__prev {
  top: 100px;
  left: 0;
}

.p-main-slider__prev::after {
  font-size: 16px;
  color: #9E9E9E;
  padding-right: 3px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-main-slider__prev::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-main-slider__prev::after {
    font-size: 12px;
  }
}
.p-main-slider__next {
  width: 36px;
  height: 36px;
  border: 1px solid #9E9E9E;
  background: none;
  border-radius: 100px;
  top: 140px;
  right: -45px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-main-slider__next {
    width: 26px;
    height: 26px;
    top: 14vw;
    right: -35px;
  }
}
@media screen and (max-width: 599px) {
  .p-main-slider__next {
    top: calc(25.76vw - 8px);
    right: -5px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 751px) {
  .p-main-slider__next {
    transition: opacity 0.3s;
  }
  .p-main-slider__next:hover {
    opacity: 0.5;
  }
}
.p-sform-slider--2 .p-main-slider__next {
  top: 140px;
  right: 20px;
}

.p-sform-slider--3 .p-main-slider__next {
  top: 100px;
  right: 0;
}

.p-main-slider__next::after {
  font-size: 16px;
  color: #9E9E9E;
  padding-left: 3px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-main-slider__next::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-main-slider__next::after {
    font-size: 12px;
  }
}

.p-main-thum {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-main-thum--2 {
  width: 200px;
  margin: 20px auto 0;
}
.p-main-thum--3 {
  width: 288px;
  margin: 20px auto 0;
}
.p-main-thum__item {
  cursor: pointer;
}
.p-main-thum__item--border {
  border: 1px solid #CBCBCB;
}
.p-main-thum__item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border: 5px solid #001C68;
  opacity: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.p-main-thum--2 .p-main-thum__item::after {
  border-width: 3px;
}

.p-main-thum__item.swiper-slide-thumb-active::after {
  opacity: 1;
}

.p-modal-slider__item img {
  width: 100%;
}

.p-modal-thum {
  margin-top: 15px;
}
.p-modal-thum__item {
  cursor: pointer;
}
.p-modal-thum__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #001C68;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.p-modal-thum__item.swiper-slide-thumb-active::after {
  opacity: 1;
}

/* ----------------------------------------
   thanks
---------------------------------------- */
.p-sform-contents {
  padding-top: 75px;
  padding-bottom: 125px;
}

.p-sform-tnks {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-sform-tnks {
    display: block;
    margin-bottom: 30px;
  }
}
.p-sform-tnks__txt-area {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .p-sform-tnks__txt-area {
    width: 100%;
  }
}
.p-sform-tnks__img-area {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .p-sform-tnks__img-area {
    width: 100%;
    margin-top: 30px;
  }
}
.p-sform-tnks__img {
  max-width: 222px;
}
@media screen and (max-width: 750px) {
  .p-sform-tnks__img {
    margin: 0 auto;
  }
}
.p-sform-tnks__img img {
  width: 100%;
}
.p-sform-tnks__ttl {
  color: #437ACB;
  font-size: 30px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-sform-tnks__ttl {
    font-size: 24px;
  }
}
.p-sform-tnks__txt {
  color: #437ACB;
  font-size: 20px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 599px) {
  .p-sform-tnks__txt {
    font-size: 16px;
  }
}

.p-sform-notice {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 120px;
  margin-top: -120px;
}
.p-sform-notice__item {
  margin-bottom: 20px;
}
.p-sform-notice__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-sform-notice__head {
  position: relative;
  background-color: #CBD5E5;
}
.p-sform-notice__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #6E6E6E transparent transparent transparent;
  transition: 0.3s;
}
.p-sform-notice__head.is-open .p-sform-notice__icon {
  transform: translateY(-50%) rotate(180deg);
}

.p-sform-notice__btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 3px 3px 3px 40px;
  cursor: pointer;
  color: #000;
}
.p-sform-notice__head-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.p-sform-notice__body {
  padding: 5px 10px 5px 5px;
  display: none;
}
.p-sform-notice__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.p-sform-notice__b-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.p-sform-head {
  max-width: 1080px;
  margin: 60px auto 45px;
}
.p-sform-head__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #001C68;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .p-sform-head__ttl {
    font-size: 20px;
  }
}
.p-sform-head__line {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  height: 10px;
}

.p-sform-bnr {
  max-width: 1080px;
  margin: 0 auto;
}
.p-sform-bnr__link {
  display: block;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: none;
}
.p-modal.is-open {
  display: block;
}
.p-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(106, 106, 106, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-modal__content {
  position: relative;
  background-color: #fff;
  width: 90vw;
  max-width: 1025px;
  margin: 0 auto;
  padding: 30px 60px;
}
@media screen and (max-width: 750px) {
  .p-modal__content {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-modal__content {
    padding: 20px;
  }
}
.p-modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 100;
  width: 63px;
  height: 63px;
  background-image: url("../img/sform/icon_close.svg");
  background-size: 100% auto;
  border: none;
  background-color: inherit;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-modal__close {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------
   p-dl-thnks
---------------------------------------- */
.p-dl-thks__ttl {
  font-size: 30px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-dl-thks__ttl {
    font-size: 22px;
  }
}
.p-dl-thks__txt {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .p-dl-thks__txt {
    font-size: 18px;
  }
}
.p-dl-thks__btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .p-dl-thks__btn-wrap {
    display: block;
  }
}
.p-dl-thks__btn {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-dl-thks__btn {
    width: 100%;
  }
}
.p-dl-thks__btn:nth-of-type(n + 2) {
  margin-left: 90px;
}
@media screen and (max-width: 750px) {
  .p-dl-thks__btn:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 40px;
  }
}
.p-dl-thks__btn-txt {
  position: relative;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.p-dl-thks__btn-txt::before, .p-dl-thks__btn-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #707070;
}
.p-dl-thks__btn-txt::before {
  left: -20px;
  transform: rotate(45deg);
}
.p-dl-thks__btn-txt::after {
  right: -20px;
  transform: rotate(-45deg);
}
.p-dl-thks__btn-link {
  position: relative;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  width: 309px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-dl-thks__btn-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #FF941A;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .p-dl-thks__btn-link:hover::before {
    bottom: -5px;
  }
}
.p-dl-thks__btn-link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CE6F00;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .p-dl-thks__btn-link {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .p-dl-thks__btn-link {
    width: 247.2px;
    height: 65.6px;
    font-size: 16px;
  }
}
.p-dl-thks__btn-link--yellow::before {
  background-color: #FFD050;
}
.p-dl-thks__btn-link--yellow::after {
  background-color: #F2B101;
}
.p-dl-thks__btn-link-txt {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .p-dl-thks__btn-link:hover .p-dl-thks__btn-link-txt {
    top: 5px;
  }
}
.p-dl-thks__anchor {
  width: 352px;
  margin: 60px auto;
}
.p-dl-thks__anchor-link {
  background-color: #001C68;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 6px;
}
@media screen and (min-width: 751px) {
  .p-dl-thks__anchor-link {
    transition: 0.3s;
  }
  .p-dl-thks__anchor-link:hover {
    opacity: 0.7;
  }
}

.p-dl-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-dl-list {
    display: block;
  }
}
.p-dl-list__item {
  width: 48%;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
  .p-dl-list__item {
    width: 100%;
    margin-top: 30px;
  }
}
.p-dl-list__item:nth-of-type(n + 3) {
  margin-top: 45px;
}
.p-dl-list__link {
  padding: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-dl-list__link {
    display: block;
    padding: 10% 5%;
  }
}
@media screen and (max-width: 750px) {
  .p-dl-list__link {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-dl-list__link {
    display: block;
  }
}
.p-dl-list__img {
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D9;
  max-width: 180px;
}
.p-dl-list__img img {
  width: 100%;
}
.p-dl-list__img::before {
  content: "";
  border: 2px solid #686868;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .p-dl-list__link:hover .p-dl-list__img::before {
    opacity: 1;
  }
}
.p-dl-list__img::after {
  content: "";
  position: absolute;
  left: -15%;
  bottom: -20%;
  z-index: -1;
  background-image: url("../img/sform/img_pic-shadow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 151%;
  height: 42%;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-dl-list__img {
    width: 140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .p-dl-list__img {
    width: 140px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-dl-list__img {
    margin: 0 auto;
  }
}
.p-dl-list__link--2 .p-dl-list__img {
  max-width: 220px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-dl-list__link--2 .p-dl-list__img {
    width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .p-dl-list__link--2 .p-dl-list__img {
    width: 220px;
  }
}
.p-dl-list__link--2 .p-dl-list__img::after {
  bottom: 0;
}

.p-dl-list__txt-area {
  margin-left: 6%;
}
@media screen and (min-width: 1025px) {
  .p-dl-list__txt-area {
    flex-shrink: 0;
    width: 240px;
  }
  .p-dl-list__link--2 .p-dl-list__txt-area {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-dl-list__txt-area {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-dl-list__txt-area {
    margin-left: 0;
    margin-top: 10px;
  }
}
.p-dl-list__ttl {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-dl-list__ttl-s {
  font-size: 16px;
  display: block;
}
.p-dl-list__txt {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-dl-list__btn {
  text-align: center;
  max-width: 215px;
  margin: 65px auto 0;
}
.p-dl-list__btn-link {
  background-color: #C93939;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .p-dl-list__link:hover .p-dl-list__btn-link {
    background-color: #FF8800;
  }
}

.p-dl-other {
  max-width: 1140px;
  margin: 0 auto 90px;
}
.p-dl-other__ttl {
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-dl-other__ttl {
    font-size: 22px;
  }
}
.p-dl-other__inner {
  background-color: #F3F3F3;
  padding: 4%;
}

.p-dl-gbook {
  background-color: #FFF6EB;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 4%;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.p-dl-gbook__ttl {
  font-size: 30px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__ttl {
    font-size: 24px;
  }
}
.p-dl-gbook__btn-link {
  position: relative;
  background-color: #FF006F;
  color: #fff;
  border: 2px solid #FF006F;
  box-sizing: border-box;
  font-size: 30px;
  max-width: 555px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-dl-gbook__btn-link {
    transition: 0.3s;
  }
  .p-dl-gbook__btn-link:hover {
    background-color: #fff;
    color: #FF006F;
  }
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__btn-link {
    height: 60px;
    font-size: 20px;
  }
}
.p-dl-gbook__btn-link::after {
  content: "";
  position: absolute;
  background-image: url("../img/sform/icon_btn-arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__btn-link::after {
    width: 16px;
    height: 16px;
    right: 30px;
  }
}
@media screen and (min-width: 751px) {
  .p-dl-gbook__btn-link:hover::after {
    background-image: url("../img/sform/icon_btn-arrow_pink.svg");
  }
}
.p-dl-gbook__box {
  background-color: #fff;
  border-radius: 15px;
  max-width: 777px;
  margin: 0 auto;
  padding: 5%;
  border: 1px solid #707070;
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__box {
    padding: 10% 5%;
  }
}
.p-dl-gbook__box-txt-area {
  margin-left: 6%;
  width: calc(94% - 180px);
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__box-txt-area {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.p-dl-gbook__box-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}
.p-dl-gbook__box-txt-l {
  position: relative;
  font-size: 16px;
  display: flex;
  margin-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__box-txt-l {
    margin-left: 0;
  }
}
.p-dl-gbook__box-txt-l::before {
  content: "▶";
  flex-shrink: 0;
}
.p-dl-gbook__box-inner {
  display: flex;
  align-items: flex-start;
  margin: 0 35px;
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__box-inner {
    margin: 0;
    display: block;
  }
}
.p-dl-gbook__box-img {
  position: relative;
  z-index: 1;
  width: 180px;
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__box-img {
    width: 140px;
    margin: 0 auto;
  }
}
.p-dl-gbook__box-img::after {
  content: "";
  position: absolute;
  left: -15%;
  bottom: -20%;
  z-index: -1;
  background-image: url("../img/sform/img_pic-shadow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 151%;
  height: 42%;
}
.p-dl-gbook__box-txt {
  font-size: 16px;
}
.p-dl-gbook__box-btn {
  margin-top: 20px;
}
.p-dl-gbook__box-btn-link {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #FF006F;
  border: 2px solid #FF006F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.16);
  max-width: 398px;
  height: 49px;
}
@media screen and (min-width: 751px) {
  .p-dl-gbook__box-btn-link {
    transition: 0.3s;
  }
  .p-dl-gbook__box-btn-link:hover {
    background-color: #fff;
    color: #FF006F;
  }
}
@media screen and (max-width: 1024px) {
  .p-dl-gbook__box-btn-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-dl-gbook__box-btn-link {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .p-dl-gbook__box-btn-link {
    font-size: 16px;
  }
}

.p-sform-dl {
  max-width: 1116px;
  margin: 0 auto;
}
.p-sform-dl .p-dl-list {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .p-sform-dl .p-dl-list {
    margin-left: 0;
  }
}
.p-sform-dl__sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-sform-dl__sec:nth-of-type(n + 2) {
  border-top: 1px solid #CBCBCB;
}
.p-sform-dl__ttl {
  font-size: 32px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.p-sform-dl__sec-ttl {
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #001C68;
  margin-bottom: 15px;
}

.p-sform-contact {
  width: 438px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .p-sform-contact {
    width: 43.8%;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-contact {
    width: 100%;
    max-width: 438px;
    margin: 0 auto;
  }
}
.p-sform-contact__inner {
  max-width: 392px;
}
.p-sform-contact__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #437ACB;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .p-sform-contact__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-contact__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-sform-contact__ttl {
    font-size: 22px;
  }
}
.p-sform-contact__img {
  margin-top: 20px;
}
.p-sform-contact__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
}
.p-sform-contact__txt-s {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin-top: 15px;
}

.p-sform-pic {
  max-width: 472px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .p-sform-pic {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .p-sform-pic {
    margin: 0 auto;
  }
}
.p-sform-pic__img {
  cursor: pointer;
}
.p-sform-pic__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #959595;
  margin: 20px 0;
  text-align: center;
}