@charset "UTF-8";
.page-main {
  padding-top: 240px;
  padding-bottom: 180px;
}

.page-head {
  position: relative;
}
.page-head__img {
  margin-bottom: 120px;
}

.page-btn {
  background-color: #3EBC06;
  color: #fff;
  display: block;
  padding: 40px 30px;
  border-radius: 16px;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.page-btn b {
  font-size: 3.2rem;
  line-height: 1;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
.page-btn span {
  font-size: 1.4rem;
  display: block;
}
.page-btn i {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.page-btn i img {
  width: 14px;
}
.page-btn:hover {
  background-color: #6ECD44;
}

.page-cmn-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 3px #F0F5ED;
}
.page-cmn-table dl:nth-of-type(1) dt {
  border-radius: 8px 0 0 0;
}
.page-cmn-table dl:nth-of-type(1) dd {
  border-radius: 0 8px 0 0;
}
.page-cmn-table dl:last-of-type dt {
  border-radius: 0 0 0 8px;
}
.page-cmn-table dl:last-of-type dd {
  border-radius: 0 0 8px 0;
}
.page-cmn-table dt {
  background-color: #3EBC06;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
  padding: 20px 20px;
}
.page-cmn-table dd {
  background-color: #fff;
  width: 85%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-none {
  text-indent: -1em;
  padding-left: 1em;
}

.blog {
  position: relative;
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 3px #F0F0F0;
  padding: 20px 110px 20px 20px;
  position: relative;
}
.blog__item-img {
  border-radius: 8px;
  width: 127px;
  margin-right: 70px;
  aspect-ratio: 1.59/1;
  overflow: hidden;
  position: relative;
}
.blog__item-img img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.blog__item dt {
  color: #3EBC06;
  font-size: 1.4rem;
}
.blog__item dd {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.blog__item i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog__item:hover dd {
  color: #3EBC06;
}
.blog__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-numbers {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.page-numbers li {
  margin: 0 5px 10px 0;
  font-size: 2rem;
  font-family: "GeneralSans-Semibold", sans-serif;
  font-weight: bold;
}
.page-numbers li:last-of-type {
  margin-right: 0;
}
.page-numbers li .page-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-numbers li.prev a, .page-numbers li.next a {
  width: 48px;
  height: 48px;
}
.page-numbers li.prev a::before, .page-numbers li.next a::before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
}
.page-numbers li.prev {
  left: -10px;
}
.page-numbers li.prev a::before {
  border-bottom: #CBCBCB 2px solid;
  border-right: #CBCBCB 2px solid;
  right: 0;
}
.page-numbers li.next {
  right: -10px;
}
.page-numbers li.next a::before {
  border-top: #CBCBCB 2px solid;
  border-left: #CBCBCB 2px solid;
  left: 0;
}
.page-numbers li a, .page-numbers li span {
  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;
  padding: 0 0 0 1px;
  font-size: 1.6rem;
  min-width: 42px;
}
.page-numbers li span {
  width: 50px;
  height: 50px;
}
.page-numbers li span.current {
  padding: 0;
}
.page-numbers li .current {
  border-radius: 50%;
  background: #3EBC06;
  padding: 3px 20px;
  color: #fff;
}
.page-numbers li a {
  position: relative;
}
.page-numbers li a.prev, .page-numbers li a.next {
  width: 50px;
  height: 50px;
}
.page-numbers li a.prev::before, .page-numbers li a.next::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/assets/img/common/arrow_01.svg) no-repeat center/16px;
}
.page-numbers li a.prev::before {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-numbers li a.next::before {
  left: 0;
}
.page-numbers .page-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-numbers .page-item.page-item-prev {
  left: -58px;
}
.page-numbers .page-item.page-item-next {
  right: -58px;
}

.page-detail__date {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #3EBC06;
}
.page-free strong {
  font-weight: bold;
}
.page-free p {
  margin-bottom: 30px;
}
.page-free .wp-block-image, .page-free .wp-block-columns, .page-free .wp-block-media-text {
  margin-bottom: 40px;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-free figure {
  margin-bottom: 30px;
}
.page-free figure figcaption {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-free a {
  border-bottom: solid 1px;
  padding-bottom: 1px;
}
.page-free a:hover {
  border-color: #F0F5ED;
  opacity: 1;
}
.page-free h2 {
  font-size: 1.6rem;
  padding: 0 0 0 15px;
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: solid 4px #3EBC06;
  line-height: 1.5;
}
.page-free h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #3EBC06;
  padding-bottom: 10px;
}
.page-free h3.is-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #CBCBCB;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.page-free h4 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.page-free ul, .page-free ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-free ul li, .page-free ol li {
  list-style: inherit;
}
.page-free .has-text-align-right {
  text-align: right;
}
.page-free .has-text-align-center {
  text-align: center;
}
.page-free .has-text-align-left {
  text-align: left;
}
.page-free .wp-block-button__link {
  padding: 10px 30px;
  min-width: 180px;
  background: #fff;
  color: #3EBC06;
  border: solid 1px;
}
.page-free .wp-block-button__link:hover {
  opacity: 0.7;
  border-color: #3EBC06;
}

.page-privacy__unit {
  margin-bottom: 30px;
}
.page-privacy__unit dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.page-main .snow-monkey-form {
  max-width: 800px;
  margin: 0 auto;
}
.page-main .snow-monkey-form input:not([type=submit], [type=button]), .page-main .snow-monkey-form .form textarea {
  width: 100%;
  padding: 1.4em;
  background: #F0F5ED;
  border: 1px solid #F0F5ED;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-main .snow-monkey-form label {
  padding: 4px 18px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background: #F0F5ED;
  border-radius: 4px;
}
.page-main .snow-monkey-form .fileclear {
  display: none;
  margin: 10px 0 0;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.page-main .snow-monkey-form textarea {
  width: 100%;
  padding: 1em;
  background: #F0F5ED;
  border: 1px solid #F0F5ED;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-main .snow-monkey-form__btn-wrap {
  display: inline-block;
  position: relative;
  margin: 0 10px 15px;
}
.page-main .snow-monkey-form__btn-wrap svg {
  position: absolute;
  overflow: initial;
  bottom: 12px;
  right: 0;
}
.page-main .snow-monkey-form__btn-wrap svg circle, .page-main .snow-monkey-form__btn-wrap svg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-main .snow-monkey-form__btn-wrap:hover circle {
  fill: #ceb38f;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page-main .snow-monkey-form__btn-wrap:hover path {
  fill: #FFFFFF;
}
.page-main .snow-monkey-form__btn-wrap.is-back svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.page-main .snow-monkey-form .smf-action {
  text-align: center;
}
.page-main .snow-monkey-form .smf-button-control__control {
  display: inline-block;
  font-weight: 600;
  line-height: 0;
  cursor: pointer;
  font-size: 1.6rem;
  background: #3EBC06;
  color: #fff;
  width: 220px;
  height: 72px;
  border-radius: 60px;
  cursor: pointer;
  text-align: left;
  padding: 0 30px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-main .snow-monkey-form .smf-button-control__control:hover {
  opacity: 0.7;
}
.page-main .snow-monkey-form__required {
  color: #DC7E7E;
  font-size: 1.2rem;
  position: relative;
  top: -4px;
  left: 5px;
}
.page-main .snow-monkey-form .wp-block-snow-monkey-forms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-main .snow-monkey-form .smf-item__col--label {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-main .snow-monkey-form .smf-item__col--controls {
  width: 100%;
}
.page-main .snow-monkey-form .smf-item__description {
  color: #B83A3A;
  font-size: 1.4rem;
  margin: -3px 0 0 2px;
}
.page-main [data-screen=confirm] .smf-item__description {
  display: none;
}

/* 完了画面のときだけ、該当<p>を隠す */
.l-contents.is-narrow:has(.snow-monkey-form[data-screen=complete]) > p.has-text-align-center.u-mb60 {
  display: none;
}

.smf-complete-content p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-main {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .page-head__img {
    aspect-ratio: 1.34/1;
    overflow: hidden;
    margin-bottom: 56px;
  }
  .page-head__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-btn {
    padding: 20px 20px;
  }
  .page-btn b {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .page-btn span {
    font-size: 1.2rem;
  }
  .page-btn i {
    width: 40px;
    height: 40px;
    right: 14px;
  }
  .page-cmn-table dl {
    font-size: 1.4rem;
  }
  .page-cmn-table dt {
    width: 30%;
    padding: 20px 10px;
    text-align: center;
    line-height: 1.5;
  }
  .page-cmn-table dd {
    width: 70%;
    padding: 20px 15px;
  }
  .blog__item {
    padding: 20px 40px 20px 0px;
  }
  .blog__item-img {
    width: 90px;
    margin-right: 15px;
  }
  .blog__item dt {
    font-size: 1.2rem;
  }
  .blog__item dd {
    font-size: 1.3rem;
  }
  .blog__item i {
    right: 0px;
  }
  .page-numbers li.prev a, .page-numbers li.next a {
    width: 38px;
    height: 38px;
  }
  .page-numbers li.prev a::before {
    right: 12px;
  }
  .page-numbers li.prev {
    left: 0;
  }
  .page-numbers li.next {
    right: 0;
  }
  .page-numbers li.next a::before {
    left: 12px;
  }
  .page-numbers li a.prev, .page-numbers li a.next {
    width: 38px;
    height: 38px;
  }
  .page-numbers li a.prev::before {
    right: 12px;
  }
  .page-numbers li a.next::before {
    left: 12px;
  }
  .page-numbers .page-item.page-item-prev {
    left: -38px;
  }
  .page-numbers .page-item.page-item-next {
    right: -38px;
  }
  .page-free .wp-block-table {
    overflow-x: scroll;
  }
  .page-free .wp-block-table table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
  }
  .page-free figure figcaption {
    font-size: 1.2rem;
  }
  .page-free h3 {
    font-size: 1.8rem;
  }
  .page-free h4 {
    font-size: 1.6rem;
  }
  .page-main .snow-monkey-form input:not([type=submit], [type=button]), .page-main .snow-monkey-form .form textarea {
    width: 100%;
  }
  .page-main .snow-monkey-form .smf-action .smf-button-control + .smf-button-control {
    margin: 10px 0 0;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .page-numbers li {
    margin: 0 20px 10px 0;
  }
  .page-free {
    font-size: 1.4rem;
  }
  .page-free a {
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-free h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    padding: 0 0 0 20px;
    border-width: 5px;
  }
  .page-privacy__unit {
    margin-bottom: 50px;
  }
  .page-privacy__unit dt {
    font-size: 1.8rem;
  }
  .page-main .snow-monkey-form textarea {
    height: 200px;
  }
  .page-main .snow-monkey-form .smf-action {
    margin-top: 80px;
  }
  .page-main .snow-monkey-form .smf-item__col--label {
    width: 20%;
    margin: 0;
  }
  .page-main .snow-monkey-form .smf-item__col--controls {
    width: 80%;
    max-width: 600px;
  }
}