@charset "UTF-8";
@media screen and (min-width: 1920px) {
  .p-mv {
    background-size: 192rem auto;
  }
}
.p-mv {
  background-image: url(../../images/common/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #025C54;
}

.p-mv-inner {
  max-width: 111rem;
  margin: 0 auto;
  padding: 10.5rem 0;
}

.p-mv-logo {
  margin-bottom: 1rem;
}

.p-mv-ttl {
  font-size: 4.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.43478;
}

@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../../images/common/bg_mv_sp.png);
    background-size: 100% auto;
  }
  .p-mv-inner {
    padding: 16vw 5.3333333333vw;
  }
  .p-mv-logo {
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-logo img {
    width: 62.6666666667vw;
  }
  .p-mv-ttl {
    font-size: 6.6666666667vw;
    line-height: 1.5;
  }
}
.p-main-category {
  padding: 6rem 0 8rem 0;
}

.p-main-category-txt {
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 6rem;
}

.p-main-category-img {
  text-align: center;
  margin-bottom: 8.8rem;
}
.p-main-category-img img {
  max-width: 100%;
}

.p-main-category-lead {
  background-color: #EAF3EB;
  border-radius: 0.6rem;
  padding: 6.2rem 16.3rem 4.1rem 16.3rem;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7;
}

.p-main-category-lead-ttlarea {
  position: absolute;
  top: -2.8rem;
  left: 0;
  right: 0;
  margin: auto;
}

.p-main-category-lead-ttl {
  position: relative;
  background: url(../../images/common/icn_lead_point.svg) no-repeat #025C54 left 2.4rem center;
  background-size: 2.9rem auto;
  border-radius: 0.6rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 1.5rem 2.4rem 1.5rem 7rem;
  font-size: 1.8rem;
}
.p-main-category-lead-ttl span {
  font-size: 2rem;
}
.p-main-category-lead-ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #025C54;
}

.p-main-category-lead-txt span {
  color: #025C54;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-main-category {
    padding: 13.3333333333vw 0 18.6666666667vw 0;
  }
  .p-main-category-txt {
    font-size: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-main-category-img {
    margin-bottom: 10.6666666667vw;
  }
  .p-main-category-lead {
    border-radius: 1.6vw;
    padding: 22.9333333333vw 5.3333333333vw 8vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin-top: 29.8666666667vw;
  }
  .p-main-category-lead-ttlarea {
    position: absolute;
    top: -19.2vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-main-category-lead-ttl {
    position: relative;
    background: url(../../images/common/icn_lead_point.svg) no-repeat #025C54 center 4vw;
    background-size: 7.4666666667vw auto;
    border-radius: 1.6vw;
    display: inline-block;
    padding: 12.8vw 5.3333333333vw 4vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    max-width: 78.6666666667vw;
  }
  .p-main-category-lead-ttl span {
    font-size: 4.2666666667vw;
  }
  .p-main-category-lead-ttl:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3.2vw;
    border: 3.2vw solid transparent;
    border-top: 3.2vw solid #025C54;
  }
}
.p-mh {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.p-mh:after {
  content: "";
  display: inline-block;
  background-color: #025C54;
  height: 3px;
  width: 68px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.p-mh.p-recommend {
  padding-top: 50px;
}
.p-mh.p-recommend:before {
  display: block;
  content: "オススメ";
  background-image: url(../../images/common/icn_balloon.svg);
  background-repeat: no-repeat;
  width: 91px;
  height: 43px;
  background-size: 91px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
  padding-top: 5px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.p-checkbox-all {
  padding: 16px 0 32px 0;
  text-align: center;
}

.p-checkbox {
  display: none;
}

.p-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 20px 30px 20px 42px;
  position: relative;
  width: auto;
}

.p-label::before {
  background: #F2F2F2;
  border: 2px solid #6EB72F;
  content: "";
  display: block;
  height: 28px;
  left: 5px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 28px;
  border-radius: 4px;
}

.p-label::after {
  border-right: 4px solid #6EB72F;
  border-bottom: 4px solid #6EB72F;
  content: "";
  display: block;
  height: 15px;
  left: 15px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.p-checkbox:checked + .p-label::after {
  opacity: 1;
}

.p-document-lead {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}

.p-document-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 42px;
}

.p-document-item {
  width: calc(33.3333333333% - 28px);
  border: 1px solid #6EB72F;
  border-radius: 6px;
  position: relative;
  padding-bottom: 48px;
  cursor: pointer;
  background: #fff;
}
.p-document-item.is-clicked {
  background: #6EB72F;
}
.p-document-item.is-clicked .p-document-ttl {
  color: #fff;
  border-color: #fff;
}
.p-document-item.is-clicked .p-document-txt {
  color: #fff;
}

.p-document-img img {
  border-radius: 6px 6px 0 0;
}

.p-document-ttl {
  margin: 20px 20px 12px 20px;
  padding: 0 0 9px 0;
  border-bottom: 3px solid #6EB72F;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.p-document-txt {
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0 20px 12px 20px;
}

.p-document-check {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.p-document-check .p-label {
  padding: 20px 18px 20px 18px;
}

@media screen and (max-width: 767px) {
  .p-mh {
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
  .p-mh:after {
    height: 0.8vw;
    width: 18.1333333333vw;
  }
  .p-mh.p-recommend {
    padding-top: 13.3333333333vw;
  }
  .p-mh.p-recommend:before {
    width: 24.2666666667vw;
    height: 11.4666666667vw;
    background-size: 24.2666666667vw auto;
    font-size: 3.7333333333vw;
    padding-top: 2.6666666667vw;
  }
  .p-checkbox-all {
    padding: 4.2666666667vw 0 8.5333333333vw 0;
  }
  .p-label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5.3333333333vw 8vw 5.3333333333vw 11.2vw;
    font-size: 4.2666666667vw;
  }
  .p-label::before {
    border: 0.5333333333vw solid #6EB72F;
    height: 7.4666666667vw;
    left: 1.3333333333vw;
    margin-top: -4vw;
    width: 7.4666666667vw;
    border-radius: 1.0666666667vw;
  }
  .p-label::after {
    border-right: 1.0666666667vw solid #6EB72F;
    border-bottom: 1.0666666667vw solid #6EB72F;
    height: 4vw;
    left: 4vw;
    margin-top: -3.2vw;
    width: 2.6666666667vw;
  }
  .p-document-lead {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-document-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw 5.6vw;
  }
  .p-document-item {
    width: calc(50% - 3vw);
    border: 0.2666666667vw solid #6EB72F;
    border-radius: 1.6vw;
    padding-bottom: 2.9333333333vw;
  }
  .p-document-img img {
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .p-document-ttl {
    margin: 2.6666666667vw 2.6666666667vw 0 2.6666666667vw;
    padding: 0;
    border-bottom: none;
    font-size: 4vw;
  }
  .p-document-txt {
    display: none;
  }
  .p-document-check {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 0.8vw;
    left: 0.8vw;
  }
  .p-document-check .p-label {
    padding: 5.3333333333vw;
  }
}
section#form {
  background: #EAF3EB;
  padding-top: 8rem;
}

.p-form-table {
  max-width: 960px;
  margin: 0 auto 40px auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.p-form-table th {
  background: #93CC62;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 34px 37px;
  text-align: left;
  width: 35%;
  line-height: 1.5556;
  position: relative;
}
.p-form-table th span {
  display: block;
  background: #DC3545;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7857;
  position: absolute;
  height: 25px;
  width: 54px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.p-form-table td {
  background: #fff;
  padding: 30px 80px 30px 50px;
}

.p-input {
  width: 100%;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px;
  font: inherit;
}
.p-input::-webkit-input-placeholder {
  color: #B7B7B7;
}
.p-input::-moz-placeholder {
  color: #B7B7B7;
}
.p-input:-ms-input-placeholder {
  color: #B7B7B7;
}
.p-input::-ms-input-placeholder {
  color: #B7B7B7;
}
.p-input::placeholder {
  color: #B7B7B7;
}

.p-form-btn {
  margin-bottom: 40px;
  text-align: center;
}
.p-form-btn input {
  outline: none;
  border: none;
  font: inherit;
  cursor: pointer;
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #025C54;
  background-image: url(../../images/common/icn_download.svg);
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 20px auto;
  border-radius: 6px;
  padding: 26px 50px 26px 93px;
  letter-spacing: 0.06em;
}

.p-form-txt {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 28px;
}

section#form .form-error-messages {
  margin-bottom: 30px;
}

section#form .form-error-messages li {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

section#form p.error-message {
  color: #ff0000;
  font-weight: bold;
}

.submit-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  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;
}

.submit-modal p {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 2rem;
  background-color: #333;
  border-radius: 0.5rem;
}

.p-sns {
  padding-top: 12px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

/* SP
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-form-table {
    margin: 0 auto 10.6666666667vw auto;
  }
  .p-form-table th {
    display: block;
    width: 100%;
    font-size: 4.8vw;
    padding: 5.3333333333vw;
  }
  .p-form-table th span {
    font-size: 3.7333333333vw;
    font-weight: 500;
    height: 6.6666666667vw;
    width: 14.6666666667vw;
    right: 5.3333333333vw;
  }
  .p-form-table td {
    display: block;
    width: 100%;
    background: #fff;
    padding: 5.3333333333vw;
    margin: 1.3333333333vw 0 2.6666666667vw 0;
  }
  .p-input {
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw;
  }
  .p-form-btn {
    margin-bottom: 10.6666666667vw;
  }
  .p-form-btn input {
    width: 100%;
    font-size: 5.3333333333vw;
    background-position: 8.5333333333vw center;
    background-size: 5.3333333333vw auto;
    border-radius: 1.6vw;
    text-align: center;
    padding: 4vw 0 4vw 9.8666666667vw;
  }
  .p-form-txt {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 5.3333333333vw;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
  }
  .p-sns {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    gap: 6.4vw;
  }
}