@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1180px) and (min-width: 992px) {
  html {
    font-size: 16px;
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  background-color: #F9F9F9;
  color: #333333;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

p {
  font-size: 1.125rem;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 860px) {
  p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  header
  —————————————————*/
.l-header {
  width: 100%;
  max-width: 1240px;
  margin: 88px auto 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
}

.l-header__inner {
  height: 112px;
  padding: 0 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.75rem;
}

.l-header__logo {
  position: relative;
  z-index: 9;
  width: 12%;
  max-width: 145px;
}

.l-header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1;
}

.l-header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  gap: 15px;
  z-index: 9;
  margin: 0 auto;
}
.l-header__list li a {
  font-size: 0.9375rem;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  transition: 0.3s ease;
  font-weight: 400;
  padding: 6px 0;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #008B68;
  bottom: 0;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-header__list li a:hover {
    color: #008B68;
  }
  .l-header__list li a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-header__cta {
  list-style-type: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.l-header__cta .btn a {
  height: 44px;
  padding: 0 1.125rem;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__cta .btn a:hover {
    opacity: 0.7;
  }
}
.l-header__cta .btn.tel a {
  background-color: #008B68;
  color: #fff;
  font-size: 1.25rem;
}
.l-header__cta .btn.contact a {
  background-color: #FFE249;
  font-size: 1.125rem;
}

.l-header__contact {
  display: none;
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 1180px) {
  .l-header__inner {
    gap: 1.875rem;
  }
  .l-header__list li a {
    font-size: 0.875rem;
  }
  .l-header__cta .btn.tel a {
    font-size: 1rem;
  }
  .l-header__cta .btn.contact a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .l-header {
    padding: 0;
    margin: 0;
    height: 58px;
    border-radius: 0;
    position: fixed;
  }
  .l-header__logo {
    width: 30%;
    z-index: 99999;
  }
  .l-header__logo a {
    pointer-events: none;
  }
  .l-header__inner {
    height: 100%;
  }
  .l-header__container {
    z-index: 9999;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 88px 0;
    background-color: #fff;
  }
  .l-header__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .l-header__list li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
  }
  .l-header__list li:first-child {
    border-top: 1px solid #CCCCCC;
  }
  .l-header__list li a {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 0;
    padding: 20px;
  }
  .l-header__cta {
    display: none;
  }
  .l-header__contact {
    display: block;
    max-width: 256px;
    margin: 33px auto 0;
  }
  .l-header__contact a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 1.0625rem;
    font-weight: 700;
    background-color: #FFD600;
    border-radius: 8px;
    padding: 0 12px 0 20px;
    height: 60px;
  }
  .l-header__contact a::after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    -webkit-mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
            mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: #323232;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 8px;
    right: 24px;
    width: 40px;
    height: 40px;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background-color: #323232;
    width: 20px;
    left: 24px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 12px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 20px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 28px;
  }
  .c-hamburger.is-active span {
    width: 24px;
    height: 3px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
  }
}
/* —————————————————
  footer
  —————————————————*/
.l-footer {
  padding: 56px 0;
}
.l-footer .l-wrap .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 18px;
}

.l-footer__links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.l-footer__links a {
  font-size: 0.875rem;
}
.l-footer__links a:hover {
  text-decoration: underline;
}

.l-footer__copy {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 34px 0;
  }
  .l-footer .logo {
    text-align: center;
    width: 30%;
    margin: 0 auto;
  }
  .l-footer .l-wrap .c-fBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px;
    margin-top: 14px;
  }
  .l-footer__links a {
    font-size: 0.875rem;
  }
  .l-footer__copy {
    width: 100%;
    text-align: center;
  }
}
/* —————————————————
  component
  —————————————————*/
/* ------- title --------- */
.c-section-ttl {
  font-size: 2.25rem;
  color: #008B68;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-weight: 700;
  line-height: 1;
}
.c-section-ttl:before {
  content: "";
  margin-right: 14px;
  border-radius: 4px;
  border-left: 3px solid #008B68;
}

.c-lead {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 20px;
}

.c-ttl-color {
  font-weight: 700;
  font-size: 1.25rem;
  color: #008B68;
  margin-bottom: 16px;
}

.c-text-catch {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 16px;
}

.c-note {
  font-size: 0.875rem;
  line-height: 1.1;
}

.c-leaf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
  color: #008B68;
  font-weight: 700;
}
.c-leaf::before, .c-leaf::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 114px;
  background: url("../../../../img/lp_ad/03__standard/deco_leaf_green.svg") no-repeat top left/100%;
}
.c-leaf::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.c-leaf .text-1 {
  font-size: 1rem;
  line-height: 1.2;
}
.c-leaf .text-2 {
  font-size: 3.3125rem;
  line-height: 1.2;
}

.l-wrap {
  width: calc(100% - 56px);
  max-width: 1116px;
  margin: 0 auto;
}

.p-section {
  margin-top: 88px;
}

@media screen and (max-width: 860px) {
  .c-section-ttl {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .c-lead {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 15px;
  }
  .c-text-catch {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .c-note {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .p-section {
    margin-top: 44px;
  }
}
/* ---------------------------------------------
 animation
  --------------------------------------------- */
.js-fadeUp {
  opacity: 0;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  transition: 0.8s ease;
}
.js-fadeUp.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transition: 0.8s ease;
}
.js-fade.is-active {
  opacity: 1;
}

/* ---------------------------------------------
    introduction
  --------------------------------------------- */
.p-section-introduction {
  position: relative;
  min-height: 900px;
  background: url("../../../../img/lp_ad/03__standard/mv_img.jpg") no-repeat center/cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-section-introduction::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(53, 93, 78);
  background: radial-gradient(circle, rgba(53, 93, 78, 0.65) 0%, rgba(27, 112, 80, 0.9) 60%, rgb(32, 112, 82) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.65;
}
.p-section-introduction .logo {
  position: absolute;
  left: 34px;
  top: 34px;
}

.p-intro__container {
  min-height: 770px;
  max-height: 1080px;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 32px);
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.p-intro__main {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff;
}

.p-intro-text__block {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-intro-text__block:first-of-type {
  margin-top: 0;
}
.p-intro-text__block .p-intro-ttl {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 24px 0;
}
.p-intro-text__block .text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-intro-text__block .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  font-weight: 500;
  margin-top: 16px;
  letter-spacing: 0.06em;
}
.p-intro-text__block .list li {
  font-size: 1.325rem;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.p-intro-text__block .list.bg {
  margin-top: 10px;
}
.p-intro-text__block .list.bg li {
  background-color: #00A078;
  border-radius: 0 5px 0 5px;
}

.p-intro-text__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}
.p-intro-text__list .c-leaf {
  color: #FAF341;
}
.p-intro-text__list .c-leaf::before, .p-intro-text__list .c-leaf::after {
  background-image: url("../../../../img/lp_ad/03__standard/deco_leaf_yellow.svg");
}
.p-intro-text__list .c-leaf .text-1 {
  font-weight: 400;
  margin-bottom: 5px;
}
.p-intro-text__list .c-leaf .text-2 {
  font-size: 2.2rem;
}
.p-intro-text__list .c-leaf .num {
  font-family: "Roboto", sans-serif;
}

.p-intro__side {
  width: 335px;
}
.p-intro__side .c-fukidashi {
  position: relative;
  display: block;
  max-width: 235px;
  margin: 0 auto 6px;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  background-color: #ffe249;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-intro__side .c-fukidashi::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffe249 transparent transparent;
  translate: -50% 100%;
}
.p-intro__side .p-contact__block {
  margin-top: 0;
  padding: 30px 22px 34px;
}

@media screen and (max-width: 992px) {
  .p-section-introduction .logo {
    display: none;
  }
  .p-intro__side {
    display: none;
  }
  .p-intro-text__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 22px;
    max-width: 600px;
  }
  .p-intro-text__list .c-leaf {
    width: calc(50% - 12px);
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-introduction {
    min-height: initial;
    background-image: url("../../../../img/lp_ad/03__standard/mv_img_sp.jpg");
  }
  .p-section-introduction .logo {
    display: none;
  }
  .p-intro__container {
    min-height: 600px;
    height: auto;
    padding: 7.5rem 0;
  }
  .p-intro__main {
    -ms-flex: 1;
        flex: 1;
  }
  .p-intro-text__block:first-of-type {
    margin-top: 0;
  }
  .p-intro-text__block .p-intro-ttl {
    font-size: 2rem;
    margin: 35px 0;
  }
  .p-intro-text__block .text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
  .p-intro-text__block .text-02 {
    font-size: 1rem;
  }
  .p-intro-text__block .list {
    margin-top: 16px;
    max-width: 260px;
  }
  .p-intro-text__block .list li {
    font-size: 0.875rem;
    padding: 2px 10px;
  }
  .p-intro-text__block .list.bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: initial;
  }
  .p-intro-text__list {
    margin-top: 26px;
    padding: 0 12px;
  }
  .p-intro-text__list .c-leaf {
    width: calc(50% - 12px);
  }
  .p-intro-text__list .c-leaf::before, .p-intro-text__list .c-leaf::after {
    width: 32px;
    height: 83px;
  }
  .p-intro-text__list .c-leaf .text-1 {
    font-size: 0.875rem;
  }
  .p-intro-text__list .c-leaf .text-2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
/* ---------------------------------------------
  about
  --------------------------------------------- */
.p-about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 4.125rem;
}
.p-about__block .block-img {
  width: 49%;
}
.p-about__block .block-text {
  width: 47%;
}

.p-about-achieved {
  text-align: center;
  margin-top: 60px;
}
.p-about-achieved .c-ttl-color {
  margin-bottom: 5px;
}
.p-about-achieved .c-text-catch {
  margin-bottom: 32px;
}

.p-about-achieved__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
.p-about-achieved__list .c-leaf {
  -ms-flex: 1;
      flex: 1;
  max-width: 250px;
}

@media screen and (max-width: 860px) {
  .p-about__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 22px;
  }
  .p-about__block .block-img {
    width: 100%;
  }
  .p-about__block .block-text {
    width: 100%;
  }
  .p-about-achieved {
    margin-top: 40px;
  }
  .p-about-achieved .c-ttl-color {
    margin-bottom: 5px;
  }
  .p-about-achieved .c-text-catch {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-achieved__list {
    gap: 20px;
    margin-bottom: 30px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-about-achieved__list .c-leaf {
    width: 100%;
    max-width: 250px;
  }
}
/* ---------------------------------------------
  cta
  --------------------------------------------- */
.p-section-cta {
  background-color: #008B68;
  padding: 22px 0;
}

.p-cta__block {
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.p-cta__block .block-item {
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  padding: 38px 0;
}
.p-cta__block .cta-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 22px;
}
.p-cta__block .c-btn {
  max-width: 340px;
  height: 60px;
  margin: 0 auto;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  transition: 0.3s ease;
}
.p-cta__block .c-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
          mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #323232;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 12px;
}
.p-cta__block .c-btn.tel {
  background-color: #008B68;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.p-cta__block .c-btn.tel::after {
  background-color: #fff;
}
.p-cta__block .c-btn.tel .text {
  font-size: 0.625rem;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px;
  line-height: 1.1;
}
.p-cta__block .c-btn.contact {
  background-color: #FFE249;
}
@media (hover: hover) {
  .p-cta__block .c-btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 860px) {
  .p-cta__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }
  .p-cta__block .block-item {
    width: 100%;
    padding: 20px 24px;
  }
  .p-cta__block .cta-ttl {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .p-cta__block .c-btn.contact {
    font-size: 1.1rem;
  }
}
/* ---------------------------------------------
  feature
  --------------------------------------------- */
.p-section-feature {
  padding-bottom: 88px;
}

.p-feature-ttl {
  color: #008B68;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 1.625rem;
}
.p-feature-ttl .num {
  font-family: "Roboto", sans-serif;
}

.p-feature__block {
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin-top: 44px;
}
.p-feature__block .block-item {
  width: 50%;
  padding: 34px 22px;
  background-color: #fff;
  border-radius: 8px;
}
.p-feature__block .block-img {
  margin-top: 28px;
}
.p-feature__block .block-img img {
  border-radius: 8px;
}
.p-feature__block .p-feature-ttl {
  padding: 0 20px;
}
.p-feature__block .list {
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}
.p-feature__block .list li {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 16px;
}
.p-feature__block .list li .num {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #008B68;
  font-size: 1.6875rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-feature__block .list li .text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-feature__sub {
  margin: 34px 0 0;
  padding: 34px 38px;
  border-radius: 8px;
  background-color: #fff;
  list-style-type: none;
}
.p-feature__sub .sub-item {
  padding: 22px 6px;
  border-top: 1px solid #8AD4B8;
}
.p-feature__sub .sub-item:first-child {
  border-top: none;
}
.p-feature__sub .sub-item .desc {
  margin-top: 12px;
}
.p-feature__sub .branch-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  max-width: 540px;
  margin-top: 8px;
}
.p-feature__sub .branch-list li {
  background-color: #00A078;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 0 5px 0 5px;
  padding: 4px 10px;
}

@media screen and (max-width: 860px) {
  .p-section-feature {
    padding-bottom: 44px;
  }
  .p-feature-ttl {
    gap: 8px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .p-feature__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
  }
  .p-feature__block .block-item {
    width: 100%;
    padding: 34px 22px;
    border-radius: 8px;
  }
  .p-feature__block .block-img {
    margin-top: 24px;
  }
  .p-feature__block .p-feature-ttl {
    padding-left: 8px;
  }
  .p-feature__block .list {
    margin-top: 24px;
    padding: 0;
  }
  .p-feature__block .list li {
    margin-top: 18px;
    gap: 12px;
  }
  .p-feature__block .list li .num {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  .p-feature__block .list li .text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .p-feature__sub {
    margin: 15px 0 0;
    padding: 34px 22px;
    border-radius: 8px;
  }
  .p-feature__sub .sub-item {
    padding: 22px 0;
  }
  .p-feature__sub .sub-item:first-child {
    border-top: none;
  }
  .p-feature__sub .sub-item .desc {
    margin-top: 16px;
  }
  .p-feature__sub .branch-list {
    gap: 8px;
    margin-top: 15px;
  }
  .p-feature__sub .branch-list li {
    font-size: 0.9rem;
    padding: 2px 10px;
  }
}
/* ---------------------------------------------
  voice
  --------------------------------------------- */
/* ------ swiper btn ------ */
.swiper-control__wrap .swiper-button-next,
.swiper-control__wrap .swiper-button-prev {
  width: 46px;
  height: 46px;
  margin-top: 0;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .swiper-control__wrap .swiper-button-next:hover,
  .swiper-control__wrap .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.swiper-control__wrap .swiper-button-next:after,
.swiper-control__wrap .swiper-button-prev:after {
  content: "";
  display: block;
  transition: 0.3s ease;
  display: block;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: url("../../../../img/lp_ad/03__standard/icon_arrow_slider.svg") no-repeat center/100%;
}
.swiper-control__wrap .swiper-button-next {
  right: -70px;
  left: initial;
}
.swiper-control__wrap .swiper-button-prev {
  left: -70px;
  right: initial;
}
.swiper-control__wrap .swiper-button-next:after {
  content: "";
}
.swiper-control__wrap .swiper-button-prev:after {
  content: "";
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.swiper-control__wrap .c-btn {
  padding: 0.75rem 1.5rem;
  margin-right: 2.25rem;
  width: 100%;
  max-width: 214px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.swiper-control__wrap .c-btn::after {
  width: 28px;
  height: 28px;
}

.p-section-voice {
  overflow: hidden;
}

.p-voice__block {
  position: relative;
  margin-top: 44px;
}

.p-voice-slider .swiper-slide {
  min-height: 500px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.p-voice-slider .p-voice__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.p-voice-slider .p-voice__img img {
  aspect-ratio: 300/220;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
  border-radius: 8px;
}
.p-voice-slider .p-voice__text {
  letter-spacing: 0.05em;
  gap: 4px 10px;
}
.p-voice-slider .p-voice__text dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
.p-voice-slider .p-voice__text dl:not(:last-of-type) {
  margin-bottom: 12px;
}
.p-voice-slider .p-voice__text dl dt {
  color: #96A8B5;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #008B68;
  width: 95px;
  padding: 8px 0;
  color: #008B68;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4;
}
.p-voice-slider .p-voice__text dl dd {
  font-size: 0.875rem;
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
  line-height: 1.8;
}
.p-voice-slider .p-voice__btn {
  max-width: 300px;
  height: 44px;
  margin: 0 auto;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  background-color: #008B68;
  color: #fff;
  margin-top: 12px;
  transition: 0.3s ease;

  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-voice-slider .p-voice__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
          mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 12px;
}
@media (hover: hover) {
  .p-voice-slider .p-voice__btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-control__wrap .swiper-button-next {
    right: 0;
  }
  .swiper-control__wrap .swiper-button-prev {
    left: 0;
  }
  .p-voice__block {
    padding: 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-control__wrap {
    display: none;
  }
  .p-voice__block {
    padding: 0;
  }
  .p-voice-slider {
    width: 100vw;
  }
}
@media screen and (max-width: 860px) {
  .p-voice__block {
    margin-top: 23px;
    padding: 0;
  }
  .p-voice-slider .swiper-slide {
    min-height: 450px;
  }
  .p-voice-slider .p-voice__text dl:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .p-voice-slider .p-voice__text dl dt {
    font-size: 0.75rem;
    width: 90px;
    padding: 6px 0;
  }
  .p-voice-slider .p-voice__text dl dd {
    font-size: 0.75rem;
  }
}
/* ---------------------------------------------
    advisor
  --------------------------------------------- */
.p-section-advisor {
  padding-bottom: 88px;
  overflow: hidden;
}

.p-advisor__block {
  position: relative;
  margin-top: 44px;
}

.p-advisor-slider .swiper-slide {
  min-height: 670px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.p-advisor-slider .p-advisor__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.p-advisor-slider .p-advisor__img img {
  aspect-ratio: 1/1;
  object-position: 50% 20%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
  border-radius: 8px;
}
.p-advisor-slider .p-advisor__text {
  letter-spacing: 0.05em;
  gap: 4px 10px;
}
.p-advisor-slider .p-advisor__text .advisor-ttl {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-advisor-slider .p-advisor__text dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
.p-advisor-slider .p-advisor__text dl:not(:first-of-type) {
  margin-top: 12px;
}
.p-advisor-slider .p-advisor__text dl dt {
  color: #96A8B5;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #008B68;
  width: 70px;
  padding: 8px 0;
  color: #008B68;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4;
}
.p-advisor-slider .p-advisor__text dl dd {
  font-size: 0.875rem;
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
  line-height: 1.8;
}
.p-advisor-slider .p-advisor__text .advisor-name {
  margin-top: 12px;
}
.p-advisor-slider .p-advisor__text .advisor-name dt {
  border: none;
  width: auto;
  padding: 0;
}
.p-advisor-slider .p-advisor__btn {
  max-width: 300px;
  height: 44px;
  margin: 0 auto;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  background-color: #008B68;
  color: #fff;
  margin-top: 12px;
  transition: 0.3s ease;
  
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-advisor-slider .p-advisor__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
          mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 12px;
}
@media (hover: hover) {
  .p-advisor-slider .p-advisor__btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-control__wrap .swiper-button-next {
    right: 0;
  }
  .swiper-control__wrap .swiper-button-prev {
    left: 0;
  }
  .p-advisor__block {
    padding: 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .p-advisor__block {
    padding: 0;
  }
  .p-advisor-slider {
    width: 100vw;
  }
}
@media screen and (max-width: 860px) {
  .p-section-advisor {
    padding-bottom: 44px;
  }
  .p-advisor__block {
    margin-top: 23px;
    padding: 0;
  }
  .p-advisor-slider .swiper-slide {
    min-height: 570px;
  }
  .p-advisor-slider .p-advisor__img {
    margin-bottom: 8px;
  }
  .p-advisor-slider .p-advisor__text dl:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .p-advisor-slider .p-advisor__text dl dt {
    font-size: 0.75rem;
    width: 65px;
    padding: 6px 0;
  }
  .p-advisor-slider .p-advisor__text dl dd {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .p-advisor-slider .p-advisor__text .advisor-name {
    margin-top: 8px;
  }
  .p-advisor-slider .p-advisor__text .advisor-name dt {
    font-size: 0.875rem;
  }
  .p-advisor-slider .p-advisor__text .advisor-name dd {
    font-size: 0.875rem;
  }
}
/* ---------------------------------------------
  fee
  --------------------------------------------- */
.p-fee__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 36px;
  margin-top: 20px;
}
.p-fee__block .block-item {
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  -ms-flex: 1;
      flex: 1;
}
.p-fee__block .block-item:nth-child(1) {
  max-width: 268px;
}
.p-fee__block .block-item:nth-child(2) {
  max-width: 280px;
}
.p-fee__block .block-item:nth-child(3) {
  max-width: 215px;
}
.p-fee__block .block-item:nth-child(3) .fee-ttl {
  max-width: 140px;
  margin: 0 auto;
}
.p-fee__block .block-item:nth-child(4) {
  max-width: 238px;
}
.p-fee__block .block-item:nth-child(4) .fee-ttl {
  max-width: 160px;
  margin: 0 auto;
}
.p-fee__block .block-item:nth-child(4) .price-text {
  margin-top: 40px;
}
.p-fee__block .fee-ttl {
  padding: 8px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 99px;
  background-color: #FFF4CB;
  font-weight: 700;
  min-height: 76px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-fee__block .fee-ttl .sm {
  font-size: 1rem;
}
.p-fee__block .fee-ttl.bg-green {
  background-color: #D3F0E5;
}
.p-fee__block .price-text {
  margin-top: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-fee__block .price-text .num {
  font-size: 5.5rem;
  font-family: "Roboto", sans-serif;
  color: #008B68;
  line-height: 0.9;
}
.p-fee__block .price-text .unit {
  display: inline-block;
  font-size: 2.375rem;
  font-weight: bold;
  margin-left: 8px;
}

.p-fee__note {
  margin-top: 36px;
  padding: 22px 50px;
  background: #FFFFFF;
  border: 2px solid #1CB57B;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 1120px) {
  .p-fee__block {
    gap: 16px;
  }
}
@media screen and (max-width: 992px) {
  .p-fee__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
    margin-top: 20px;
  }
  .p-fee__block .block-item {
    -ms-flex: initial;
        flex: initial;
    width: calc(50% - 18px);
  }
  .p-fee__block .block-item:nth-child(1) {
    max-width: 100%;
  }
  .p-fee__block .block-item:nth-child(2) {
    max-width: 100%;
  }
  .p-fee__block .block-item:nth-child(3) {
    max-width: 100%;
  }
  .p-fee__block .block-item:nth-child(3) .fee-ttl {
    max-width: 100%;
  }
  .p-fee__block .block-item:nth-child(4) {
    max-width: 100%;
  }
  .p-fee__block .block-item:nth-child(4) .fee-ttl {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-fee__block .block-item:nth-child(4) .price-text {
    margin-top: 20px;
  }
  .p-fee__note {
    margin-top: 14px;
    padding: 14px;
    border-radius: 8px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fee__block .block-item {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    padding: 20px 22px 30px;
  }
  .p-fee__block .fee-ttl {
    min-height: 44px;
  }
  .p-fee__block .price-text {
    margin-top: 20px;
    font-size: 2rem;
  }
}
/* ---------------------------------------------
  step
  --------------------------------------------- */
.p-section-step .p-step-container {
  max-width: 880px;
  margin: 44px auto 0;
}

.p-step__block {
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
.p-step__block .p-step-period {
  background: #D3F0E5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  margin: 0;
  padding: 5px;
  width: 78px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin-bottom: 26px;
}
.p-step__block .p-step-period p {
  font-weight: 700;
  font-size: 1.625rem;
  color: #212121;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.p-step__block .p-step-period .num {
  line-height: normal;
  letter-spacing: 0;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  position: relative;
  left: -0.02em;
  line-height: 1;
}
.p-step__block .p-step-period.last {
  margin-bottom: 0;
}

.p-step-list {
  -ms-flex: 1;
      flex: 1;
}
.p-step-list .item {
  padding: 22px 56px;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  margin-bottom: 88px;
  position: relative;
}
.p-step-list .item::after {
  content: "";
  display: block;
  width: 126px;
  height: 32px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #008B68;
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-step-list .item .ttl {
  font-size: 1.625rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
}
.p-step-list .item .ttl .num {
  min-width: 80px;
  padding: 8px 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  background-color: #008B68;
}
.p-step-list .item .desc {
  font-size: 1rem;
  margin-top: 22px;
}
.p-step-list .item.last {
  margin-bottom: 0;
}
.p-step-list .item.last::after {
  display: none;
}

@media screen and (max-width: 860px) {
  .p-step__block {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .p-step__block .p-step-period {
    margin-bottom: 16px;
    width: 30px;
  }
  .p-step__block .p-step-period p {
    font-size: 1rem;
  }
  .p-step-list {
    -ms-flex: 1;
        flex: 1;
  }
  .p-step-list .item {
    padding: 22px;
    margin-bottom: 46px;
  }
  .p-step-list .item::after {
    width: 66px;
    height: 16px;
    top: calc(100% + 18px);
  }
  .p-step-list .item .ttl {
    font-size: 1rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
  }
  .p-step-list .item .ttl .num {
    min-width: 46px;
    font-size: 0.9rem;
  }
  .p-step-list .item .desc {
    font-size: 0.9rem;
    margin-top: 16px;
  }
}
/* ---------------------------------------------
  faq
  --------------------------------------------- */
.p-section-faq {
  padding-bottom: 88px;
}

.p-faq__list:not(:first-of-type) {
  margin-top: 80px;
}

.p-faq__block {
  padding: 22px;
  max-width: 880px;
  margin: 22px auto 0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.p-faq__block:first-of-type {
  margin-top: 44px;
}
.p-faq__block .p-faq__question {
  font-size: 1.125rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 14px;
}
.p-faq__block .p-faq__question::before {
  content: "Q.";
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #008B68;
  font-weight: 400;
}
.p-faq__block .p-faq__answer {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 14px;
  font-weight: 500;
}
.p-faq__block .p-faq__answer p {
  padding-left: 44px;
  font-size: 1rem;
  line-height: 1.63;
}
.p-faq__block .p-faq__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
.p-faq__block .p-faq__icon:before, .p-faq__block .p-faq__icon::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #008B68;
  transition: 0.3s ease;
  position: absolute;
  top: 18px;
  left: 10px;
}
.p-faq__block .p-faq__icon::after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.p-faq__block.is-open .p-faq__icon::after {
  -ms-transform: rotate(0);
      transform: rotate(0);
}

@media screen and (max-width: 860px) {
  .p-section-faq {
    padding-bottom: 44px;
  }
  .p-faq__list:not(:first-of-type) {
    margin-top: 44px;
  }
  .p-faq__block {
    padding: 14px 32px 14px 16px;
    margin: 15px auto 0;
  }
  .p-faq__block:first-of-type {
    margin-top: 44px;
  }
  .p-faq__block .p-faq__question {
    font-size: 0.875rem;
    -ms-flex-align: center;
        align-items: center;
    gap: 14px;
    line-height: 1.3;
  }
  .p-faq__block .p-faq__question::before {
    font-size: 1.7rem;
  }
  .p-faq__block .p-faq__answer {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 14px;
    font-weight: 500;
  }
  .p-faq__block .p-faq__answer p {
    padding-left: 40px;
    font-size: 0.875rem;
    line-height: 1.63;
  }
  .p-faq__block .p-faq__icon {
    top: 12px;
    right: 20px;
  }
  .p-faq__block .p-faq__icon:before, .p-faq__block .p-faq__icon::after {
    width: 16px;
  }
}
/* ---------------------------------------------
  contact
  --------------------------------------------- */
.p-contact__block {
  width: 100%;
  max-width: 700px;
  margin: 44px auto 0;
  background-color: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 0 20px 40px;
}
.p-contact__block .c-fukidashi {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  background-color: #ffe249;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}
.p-contact__block .c-fukidashi::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffe249 transparent transparent;
  translate: -50% 100%;
}
.p-contact__block .contact-ttl {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
}
.p-contact__block .p-contact__form {
  max-width: 500px;
  margin: 10px auto 0;
}
.p-contact__block dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
  margin: 0 auto;
  border: 1px solid #8AD4B8;
  border-bottom: none;
  padding: 8px 12px;
}
.p-contact__block dl:first-of-type {
  border-radius: 4px 4px 0 0;
}
.p-contact__block dl:last-of-type {
  border-bottom: 1px solid #8AD4B8;
}
.p-contact__block dl dt {
  font-size: 0.75rem;
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.1em;
}
.p-contact__block dl dd {
  font-size: 0.9375rem;
  font-weight: 500;
  width: 100%;
  position: relative;
}
.p-contact__block dl dd input[type=text],
.p-contact__block dl dd input[type=tel],
.p-contact__block dl dd input[type=email] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.p-contact__block dl dd ::-moz-placeholder {
  color: #ACACAC;
}
.p-contact__block dl dd :-ms-input-placeholder {
  color: #ACACAC;
}
.p-contact__block dl dd ::placeholder {
  color: #ACACAC;
}
.p-contact__block dl dd input:focus {
  outline: none;
}
.p-contact__block dl dd.form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
/* .p-contact__block dl dd.form-check input[type=checkbox] {
  display: none;
} */
/* .p-contact__block dl dd.form-check .check__txt {
  padding: 0 0 0 30px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
.p-contact__block dl dd.form-check .check__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #8AD4B8;
  background-color: #fff;
}
.p-contact__block dl dd.form-check input[type=checkbox]:checked + .check__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 12px;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  border-bottom: 3px solid #008B68;
  border-right: 3px solid #008B68;
} */
.p-contact__block .note {
  color: #8D8D8D;
  font-size: 0.625rem;
  margin-top: 15px;
  line-height: 1.4;
}
.p-contact__block .note a {
  color: #8D8D8D;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.p-contact-btn .or-text {
  font-size: 1rem;
  color: #8D8D8D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.p-contact-btn .or-text::before, .p-contact-btn .or-text::after {
  content: "";
  display: block;
  -ms-flex: 1;
      flex: 1;
  height: 2px;
  background-color: #C8C8C8;
}
.p-contact-btn .c-btn {
  max-width: 300px;
  height: 60px;
  margin: 10px auto 0;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  background-color: #008B68;
  color: #fff;
}
.p-contact-btn .c-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
          mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 12px;
}

.c-contact__btn {
  margin: 10px auto 0;
  max-width: 300px;
  height: 60px;
  position: relative;
}
.c-contact__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
          mask-image: url("../../../../img/lp_ad/03__standard/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #323232;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 12px;
}
.c-contact__btn input,
.c-contact__btn button {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 8px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 0.3s ease;
  background-color: #FFE249;
  border-radius: 10px;
}
@media (hover: hover) {
  .c-contact__btn input:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 860px) {
  .p-contact__block .c-fukidashi {
    max-width: 235px;
    font-size: 0.9375rem;
  }
  .p-contact__block .c-fukidashi::after {
    bottom: 8px;
  }
}

.formrun-system-show {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: .8rem;
  color: #ca0000;
}