@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: normal;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  font-family: "Verdana", "游ゴシック", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

li {
  list-style: none;
}

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

p.dan1 {
  margin-bottom: 1em;
}

p.dan2 {
  margin-bottom: 2em;
}

p.dan3 {
  margin-bottom: 3em;
}

p.dan-i1 {
  text-indent: 1em;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
main {
  padding-top: 54px;
}
@media screen and (min-width: 1025px) {
  main {
    padding-top: 108px;
  }
}

.l-header {
  background: #F5F5F5;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.l-header__inner {
  position: relative;
  height: 54px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-header__inner {
    height: 108px;
    max-width: 1153px;
    margin: 0 auto;
  }
}
.l-header-logo {
  margin: 10px auto 0 5%;
  width: 174px;
}
@media screen and (min-width: 1025px) {
  .l-header-logo {
    margin: 15px 0 0 0;
    width: 82px;
  }
  .l-header-logo:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.l-header02 {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 3px, 3px, 6px, rgba(0, 0, 0, 0.16);
  background: #FFF;
}
.l-header02__inner {
  position: relative;
  height: 54px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-header02__inner {
    height: 108px;
    max-width: 1153px;
    margin: 0 auto;
  }
}
.l-header02-logo {
  margin: 10px auto 0 5%;
  width: 174px;
}
@media screen and (min-width: 1025px) {
  .l-header02-logo {
    margin: 15px 0 0 0;
    width: 82px;
  }
  .l-header02-logo:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}

.l-nav, .l-nav--w {
  display: none;
  position: absolute;
  top: 54px;
  right: -100%;
  width: 66.666%;
  height: 100vh;
  background: #F0F8E5;
}
@media screen and (min-width: 1025px) {
  .l-nav, .l-nav--w {
    display: block;
    position: static;
    margin: 0 0 0 auto;
    width: auto;
    height: auto;
    background: #F5F5F5;
  }
}
.l-nav.is-open, .is-open.l-nav--w {
  display: block;
  left: auto;
  right: 0;
  z-index: 9999;
}
.l-nav--w {
  background: #FFF;
}

.l-main-satei {
  width: 100%;
  padding: 32px 0 40px;
  background: #F0F8E5;
}
@media screen and (min-width: 769px) {
  .l-main-satei {
    padding: 54px 0 80px;
  }
}
.l-main-cta {
  padding: 15px 5%;
  background: #0E5D45;
}
@media screen and (min-width: 769px) {
  .l-main-cta {
    padding: 30px 0;
  }
}
.l-main-cta__container {
  padding: 15px 0;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .l-main-cta__container {
    border-radius: 6px;
    width: 90%;
    max-width: 1160px;
    height: 354px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.l-main-nayami {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .l-main-nayami {
    padding: 45px 0 80px;
  }
}
@media screen and (min-width: 769px) {
  .l-main-nayami-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
  }
}
.l-main-nayami__img {
  width: 190px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-main-nayami__img {
    width: 382px;
    margin: 0;
  }
}
.l-main-nayamiKaiketu__container {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  border: 1px solid #0E5D45;
  background: linear-gradient(to bottom, #ECF5E2, #DFF7C7);
}
@media screen and (min-width: 769px) {
  .l-main-nayamiKaiketu__container {
    max-width: 1160px;
    padding: 50px 0;
    border: 3px solid #0E5D45;
    background: linear-gradient(to bottom, #ECF5E2, #DFF7C7);
  }
}
.l-main-nayamiKaiketu__arrow_down {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-main-nayamiKaiketu__arrow_down {
    display: block;
    width: 200px;
    margin: 0 auto 30px;
  }
}
.l-main-achievements {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .l-main-achievements {
    padding: 150px 0;
  }
}
.l-main-media {
  padding: 30px 0 50px;
  background: #E3EFD3;
}
@media screen and (min-width: 769px) {
  .l-main-media {
    padding: 100px 0;
  }
}
.l-main-detail {
  padding: 30px 0 50px;
}
@media screen and (min-width: 769px) {
  .l-main-detail {
    padding: 100px 0;
  }
}
.l-main-detail__container01 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 15px;
  border: 2px solid #0E5D45;
  border-radius: 25px;
}
@media screen and (min-width: 769px) {
  .l-main-detail__container01 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 65px 50px;
    border: 5px solid #0E5D45;
    border-radius: 53px;
  }
}
.l-main-faq {
  padding: 30px 0 30px;
}
@media screen and (min-width: 769px) {
  .l-main-faq {
    padding: 100px 0 100px;
  }
}
.l-main-flow {
  padding: 35px 0 70px;
  background: #DBEAC6;
}
@media screen and (min-width: 769px) {
  .l-main-flow {
    padding: 75px 0 147px;
    background: #FFF;
  }
}
.l-main-flow__container {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .l-main-flow__container {
    width: 100%;
    max-width: 1151px;
    margin: 65px auto 0;
    padding: 120px 65px;
    border-radius: 28px;
    background: #DBEAC6;
  }
}
.l-main-service {
  padding: 30px 0 50px;
  background: #DCE6E3;
}
@media screen and (min-width: 769px) {
  .l-main-service {
    padding: 68px 0 100px;
  }
}
.l-main-service__wrapper {
  width: 100%;
  overflow-x: auto;
}
.l-main-service__container {
  display: flex;
  justify-content: space-between;
  width: 570px;
  margin: 30px auto 0;
  gap: 0 3%;
}
@media screen and (min-width: 769px) {
  .l-main-service__container {
    overflow: auto;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
  }
}
.l-main-service__inner {
  width: 281px;
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .l-main-service__inner {
    min-width: 572px;
    width: 100%;
    border-radius: 28px;
    padding: 55px 50px;
  }
}
.l-main-service__img01 {
  width: 120px;
  margin: 25px auto 40px;
}
@media screen and (min-width: 769px) {
  .l-main-service__img01 {
    width: 240px;
    margin: 55px auto 86px;
  }
}
.l-main-service__img02 {
  width: 249px;
  margin: 25px auto 65px;
}
@media screen and (min-width: 769px) {
  .l-main-service__img02 {
    width: 499px;
    margin: 55px auto 65px;
  }
}
.l-main-area {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .l-main-area {
    padding: 75px 0 0;
  }
}
.l-main-area__container {
  padding: 20px;
  background: #DBEAC6;
}
@media screen and (min-width: 769px) {
  .l-main-area__container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 55px 0;
    border-radius: 30px;
  }
}
.l-main-area__inner {
  border-radius: 10px;
  padding: 20px;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .l-main-area__inner {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
    padding: 54px 0 155px;
    border-radius: 21px;
  }
}
@media screen and (min-width: 769px) {
  .l-main-area__img {
    width: 695px;
    margin: 82px auto 0;
  }
}
.l-main-check__container {
  width: 90%;
  margin: 40px auto;
  border: 1px solid #5C9D01;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .l-main-check__container {
    max-width: 910px;
    margin: 120px auto 40px;
    border-radius: 29px;
    border: 2px solid #5C9D01;
  }
}
.l-main-company {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .l-main-company {
    padding: 50px 0;
  }
}
.l-main-bukken {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .l-main-bukken {
    padding: 50px 0;
  }
}

.l-footer {
  padding: 10px 0 20px;
  background: #FAFFF2;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 42px 0 23px;
  }
}
.l-footer-logo {
  width: 83px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  .l-footer-logo {
    width: 82px;
    height: 82px;
    margin: 0 auto;
  }
}

.c-btn-sp {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin: 0 2.5% 0 5px;
}
@media screen and (min-width: 1025px) {
  .c-btn-sp {
    display: none;
  }
}
.c-btn-sp__border, .c-btn-sp__border:nth-child(3), .c-btn-sp__border:nth-child(2), .c-btn-sp__border:nth-child(1) {
  position: absolute;
  width: 26px;
  height: 1.5px;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-50%);
  background: #0E5D45;
}
.c-btn-sp__border:nth-child(1) {
  top: 20%;
  left: 50%;
}
.c-btn-sp__border:nth-child(2) {
  top: 35%;
  left: 50%;
}
.c-btn-sp__border:nth-child(3) {
  top: 50%;
  left: 50%;
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(2) {
  display: none;
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn-toForm01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 6px;
  font-size: 1.6rem;
  background: #FF5806;
}
.c-btn-toForm01:link, .c-btn-toForm01:visited {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-btn-toForm01 {
    letter-spacing: -0.1px;
    padding-left: 18px;
    font-size: 1.8rem;
    margin: 0 auto 40px;
  }
}
.c-btn-toForm01::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/common/icon_home.svg) no-repeat;
}
@media screen and (min-width: 769px) {
  .c-btn-toForm01::after {
    left: 50px;
  }
}
.c-btn-contact input[type=submit] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  max-width: 240px;
  height: 48px;
  margin: 0 auto;
  border-radius: 11px;
  border: 0;
  background: #FF5806;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-btn-contact input[type=submit] {
    max-width: 296px;
    height: 58px;
    cursor: pointer;
    font-size: 1.6rem;
  }
  .c-btn-contact input[type=submit]:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.c-btn-contact02 input[type=button] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  height: 40px;
  max-width: 200px;
  margin: 15px auto 0;
  border-radius: 11px;
  border: 0;
  background: #A0A0A0;
}
@media screen and (min-width: 769px) {
  .c-btn-contact02 input[type=button] {
    max-width: 240px;
    height: 43px;
    cursor: pointer;
  }
}
.c-btn-partner {
  margin: 8px 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-btn-partner {
    margin: 28px 0 0 7.1551%;
  }
  .c-btn-partner:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.c-btn-partner01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 auto;
  padding: 0;
  width: 220px;
  height: 49px;
  border-radius: 6px;
  background: #FF5806;
}
.c-btn-partner01:link, .c-btn-partner01:visited {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-btn-partner01:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}

.c-card-bukken {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
  border-radius: 12px;
  box-shadow: 3px 3px 6px rgba(92, 157, 1, 0.36);
  background: #F6FAF0;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__container {
    display: grid;
    grid-template-columns: 370px 370px 370px;
    gap: 13px 26px;
    width: 1160px;
    margin: 50px auto;
  }
}
@media screen and (min-width: 769px) {
  .c-card-bukken {
    padding: 30px 0 0;
    border-radius: 20px;
    margin: 0;
    width: auto;
  }
}
.c-card-bukken__title {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 600;
  background: #5C9D01;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__title {
    font-size: 2.5rem;
  }
}
.c-card-bukken__title02 {
  position: relative;
  color: #FFF;
  margin: 50px auto 15px;
  padding: 5px 55px 5px 2em;
  border-radius: 8px;
  letter-spacing: -1px;
  width: 90%;
  background: #5C9D01;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__title02 {
    text-align: center;
    font-size: 2.6rem;
    margin: 0 auto 15px;
    padding: 5px 0 5px 2em;
  }
}
.c-card-bukken__title02::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 55px;
  height: 65px;
  background: url(../../assets/img/bukken/icon_bukken_modal.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__title02::after {
    width: 136px;
    height: 155px;
    top: -98px;
    right: 10px;
  }
}
.c-card-bukken__text {
  width: 90%;
  margin: 20px auto;
}
.c-card-bukken__img {
  width: 90%;
  margin: 20px auto;
}
.c-card-bukken__img2 {
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__img2 {
    width: 540px;
    margin-bottom: 50px;
  }
}
.c-card-bukken__detail {
  position: relative;
  width: 90%;
  text-align: right;
  margin: auto 0 15px 0;
  padding-right: 25px;
  color: #0E5D45;
}
.c-card-bukken__detail::after {
  content: "+";
  position: absolute;
  top: -11px;
  right: 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #5C9D01;
}
.c-card-bukken__detailContents {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  padding: 40px 0 20px;
  z-index: 1;
  width: 90%;
  letter-spacing: 1.6;
  background: #F6FAF0;
}
.c-card-bukken__detailContentsBG {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.31);
}
@media screen and (min-width: 769px) {
  .c-card-bukken__detailContents {
    width: 960px;
    height: 660px;
    border-radius: 20px;
    padding: 50px 0;
  }
}
.c-card-bukken__detailModal_close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 15px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__detailModal_close {
    top: 20px;
    width: 33px;
  }
}
.c-card-bukken__inner {
  overflow-y: auto;
  height: 500px;
  width: 94%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .c-card-bukken__inner {
    width: 100%;
    height: 600px;
    margin: 0;
  }
}
.c-card-bukken__contents {
  width: 90%;
  margin: 30px auto;
}

.c-form-check {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .c-form-check {
    width: 700px;
  }
}
.c-form-check__column2 {
  margin-bottom: 20px;
}
.c-form__style01, .c-form__style03, .c-form__style02 {
  padding: 5px 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .c-form__style01, .c-form__style03, .c-form__style02 {
    border-radius: 6px;
    font-size: 1.6rem;
    margin-left: 0.25em;
  }
}
.c-form__style02 {
  width: 100%;
  margin-left: 0;
  padding: 15px 10px;
  border-radius: 0;
}
.c-form__style03 {
  margin: 0 0 15px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form__style03 {
    margin: 0 0 45px;
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.c-form__style04 {
  width: 100%;
  font-size: 1.4rem;
  padding: 5px 10px;
  border: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  .c-form__style04 {
    font-size: 1.6rem;
  }
}

.c-link-nav01 {
  position: relative;
  display: block;
  padding: 30px 0 10px;
}
@media screen and (min-width: 769px) {
  .c-link-nav01 {
    position: static;
    display: inline-block;
    padding: 0;
  }
  .c-link-nav01:hover::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF5806;
  }
}
.c-link-nav01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-link-nav01::after {
    display: none;
  }
}
.c-link-nav02, .c-link-nav02--green, .c-link-nav02--orange {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 41px;
  border-radius: 6px;
}
.c-link-nav02:link, .c-link-nav02--green:link, .c-link-nav02--orange:link, .c-link-nav02:visited, .c-link-nav02--green:visited, .c-link-nav02--orange:visited {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-link-nav02, .c-link-nav02--green, .c-link-nav02--orange {
    width: 180px;
    height: 49px;
  }
  .c-link-nav02:hover, .c-link-nav02--green:hover, .c-link-nav02--orange:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .c-link-nav02--orange {
    font-size: 1.6rem;
    letter-spacing: -0.1px;
    padding-left: 18px;
    background: #FF5806;
  }
}
@media screen and (min-width: 769px) {
  .c-link-nav02--orange::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(../img/common/icon_home.svg) no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .c-link-nav02--green {
    font-size: 1.4rem;
    line-height: 1.2;
    width: 194px;
    padding-left: 18px;
    background: #5C9D01;
  }
}
@media screen and (min-width: 769px) {
  .c-link-nav02--green::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    background: url(../img/common/icon_line.svg) no-repeat;
  }
}
.c-link-nav03, .c-link-nav05--orange, .c-link-nav03--green, .c-link-nav03--orange {
  position: relative;
  display: block;
  width: 245px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-link-nav03, .c-link-nav05--orange, .c-link-nav03--green, .c-link-nav03--orange {
    width: 360px;
    height: 98px;
    margin: 0;
    border-radius: 6px;
    color: #FFF;
  }
  .c-link-nav03:link, .c-link-nav05--orange:link, .c-link-nav03--green:link, .c-link-nav03--orange:link, .c-link-nav03:visited, .c-link-nav05--orange:visited, .c-link-nav03--green:visited, .c-link-nav03--orange:visited {
    color: #FFF;
  }
  .c-link-nav03:hover, .c-link-nav05--orange:hover, .c-link-nav03--green:hover, .c-link-nav03--orange:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.c-link-nav03--orange {
  margin: 20px auto 10px;
}
@media screen and (min-width: 769px) {
  .c-link-nav03--orange {
    font-size: 3.2rem;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 23px 0 0 68px;
    background: #FF5806;
  }
}
.c-link-nav03--orange::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-link-nav03--orange::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: url(../img/common/icon_home.svg) no-repeat;
    background-size: contain;
  }
}
.c-link-nav03--green {
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .c-link-nav03--green {
    font-size: 2.8rem;
    line-height: 1.2;
    width: 388px;
    margin: 0;
    padding: 17px 0 0 118px;
    background: #5C9D01;
  }
}
.c-link-nav03--green::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-link-nav03--green::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 82px;
    height: 82px;
    background: url(../img/common/icon_line.svg) no-repeat;
    background-size: contain;
  }
}
.c-link-nav04 {
  position: relative;
  display: block;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-link-nav04 {
    position: static;
    display: inline-block;
    padding: 0;
  }
  .c-link-nav04:hover::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF5806;
  }
}
.c-link-nav05 {
  position: relative;
  display: block;
  width: 245px;
  margin: 0 auto;
  color: #FFF;
  border-radius: 6px;
}
.c-link-nav05:link, .c-link-nav05:visited {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-link-nav05 {
    width: 360px;
    height: 98px;
    margin: 0;
    border-radius: 6px;
  }
}
.c-link-nav05--orange {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px;
  border: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  width: 240px;
  height: 50px;
  color: #FFF;
  border-radius: 6px;
  background: #FF5806;
}
@media screen and (min-width: 769px) {
  .c-link-nav05--orange {
    font-size: 2rem;
    margin: 40px auto 45px;
    padding: 0;
    width: 412px;
    height: 83px;
    border-radius: 15px;
  }
}
.c-link-nav06 {
  position: relative;
  display: block;
  padding: 30px 0 10px;
}
@media screen and (min-width: 769px) {
  .c-link-nav06 {
    position: static;
    display: inline-block;
    padding: 0;
  }
  .c-link-nav06:hover::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0E5D45;
  }
}
.c-link-nav06::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-link-nav06::after {
    display: none;
  }
}
.c-link-nav-partner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 72px;
  height: 40px;
  padding-top: 21px;
  border-radius: 6px;
  font-size: 1rem;
  letter-spacing: -0.1px;
  background: #FF5806;
}
@media screen and (min-width: 1025px) {
  .c-link-nav-partner {
    padding-left: 18px;
    width: 243px;
    height: 49px;
    font-size: 1.5rem;
    align-items: center;
    padding-top: 0;
  }
}
.c-link-nav-partner:link, .c-link-nav-partner:visited {
  color: #FFF;
}
.c-link-nav-partner::after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 16px;
  background: url(../img/common/icon_message.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .c-link-nav-partner::after {
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 38px;
    height: 28px;
  }
}
.c-link-wakeari {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 38px;
  padding-left: 38px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-link-wakeari {
    position: relative;
    height: 83px;
    padding-left: 97px;
    font-size: 2.8rem;
  }
  .c-link-wakeari:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.c-link-wakeari::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/top/icon_check.webp) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-link-wakeari::after {
    width: 44px;
    height: 44px;
    left: 30px;
  }
}
.c-link-wakeari::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 28px;
  background: url(../img/top/img_rb_triangle.svg) no-repeat;
  background-size: contain;
}
.c-link-post {
  font-size: 1.2rem;
  margin-left: 1em;
}
.c-link-post:visited, .c-link-post:link {
  color: #5C9D01;
  text-decoration: underline;
}

.c-list-nav01 {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .c-list-nav01 {
    display: flex;
    justify-content: space-between;
    width: 500px;
    height: 108px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-list-nav01__item {
    position: relative;
  }
  .c-list-nav01__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 4px;
    right: -32px;
    height: 16px;
    width: 1px;
    background: #000;
  }
}
.c-list-nav02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 102px;
}
@media screen and (min-width: 769px) {
  .c-list-nav02 {
    width: 382px;
    margin-left: 40px;
  }
  .c-list-nav02 li {
    display: flex;
    align-items: center;
    height: 100%;
    background: #F5F5F5;
  }
}
@media screen and (min-width: 769px) {
  .c-list-nav03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 764px;
    margin: 28px auto 0;
  }
}
.c-list-nav04 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-list-nav04 {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 600px;
    font-size: 1.5rem;
    margin: 30px auto 40px;
  }
}
.c-list-nav04__item {
  position: relative;
  width: auto;
  padding: 0 25px 15px 0;
}
@media screen and (min-width: 769px) {
  .c-list-nav04__item {
    padding: 0;
    white-space: nowrap;
  }
}
.c-list-nav04__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 2px;
  right: 9px;
  height: 10px;
  width: 1px;
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-list-nav04__item:not(:last-child):after {
    top: 4px;
    right: -25px;
    height: 16px;
    width: 1px;
  }
}
.c-list-nav04 .spacer {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-list-nav04 .spacer {
    display: none;
  }
}
.c-list-nav05 {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .c-list-nav05 {
    display: flex;
    justify-content: space-between;
    width: 615px;
    height: 108px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-list-nav05__item {
    position: relative;
  }
  .c-list-nav05__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 4px;
    right: -8px;
    height: 16px;
    width: 1px;
    background: #000;
  }
}
.c-list-wakeari {
  display: grid;
  margin: 0 auto;
  width: 90%;
  grid-template-columns: 49% 49%;
  gap: 10px 2%;
}
@media screen and (min-width: 769px) {
  .c-list-wakeari {
    max-width: 1160px;
    grid-template-columns: 32.4138% 32.4138% 32.4138%;
    gap: 15px;
  }
}
.c-list-wakeari__item {
  background: #FFF;
  border-radius: 8px;
}
.c-list-nayami {
  width: 250px;
  margin: 40px auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-list-nayami {
    width: 440px;
    font-size: 2.3rem;
    letter-spacing: -0.05em;
    margin: 0 0 67px;
  }
}
.c-list-nayami__item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 1.25em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-list-nayami__item {
    margin-bottom: 1.25em;
    padding-left: 40px;
  }
}
.c-list-nayami__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/top/icon_check.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-nayami__item::before {
    width: 28px;
    height: 28px;
    top: 2px;
  }
}
.c-list-case {
  display: grid;
  grid-template-columns: 80% 80% 80%;
  gap: 0 20px;
}
@media screen and (min-width: 769px) {
  .c-list-case {
    display: grid;
    grid-template-columns: 700px 700px 700px;
    gap: 0 20px;
    width: 2140px;
  }
}
.c-list-case__item {
  position: relative;
  padding: 40px 20px 20px;
  border: 10px solid #DBEAC6;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .c-list-case__item {
    width: 700px;
    margin: 0;
    border: 22px solid #DBEAC6;
    border-radius: 30px;
    padding: 60px 80px 0;
    font-size: 1.6rem;
  }
}
.c-list-case__img {
  width: 68px;
}
@media screen and (min-width: 769px) {
  .c-list-case__img {
    width: 136px;
  }
}
@media screen and (min-width: 769px) {
  .c-list-case__contents {
    margin: 0 0 45px;
  }
}
.c-list-case__contents__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .c-list-case__contents__title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 1em;
  }
}
.c-list-case__contents__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0E5D45;
}
@media screen and (min-width: 769px) {
  .c-list-case__contents__title::before {
    width: 16px;
    height: 16px;
  }
}
.c-list-case__contents__description {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .c-list-case__contents__description {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .c-list-detail {
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    gap: 0 20px;
    justify-content: space-between;
  }
}
.c-list-detail__item {
  position: relative;
  width: 272px;
  border: 2px solid #0E5D45;
  border-radius: 10px;
  padding: 67px 20px 10px;
  margin: 0 auto 65px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-list-detail__item {
    width: 356px;
    border: 4px solid #0E5D45;
    border-radius: 20px;
    padding: 67px 30px 10px;
    margin: 0 0 65px;
  }
}
.c-list-detail__title {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  padding: 5px 30px;
  border-radius: 4px;
  font-size: 1.8rem;
  background: #0E5D45;
}
@media screen and (min-width: 769px) {
  .c-list-detail__title {
    top: -15px;
    left: 50%;
    padding: 3px 20px;
    font-size: 3rem;
    border-radius: 9px;
  }
}
.c-list-detail__img {
  width: 110px;
  margin: 0 auto 30px;
}
.c-list-flow {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-flow {
    max-width: 1060px;
  }
}
.c-list-flow__item {
  position: relative;
  display: flex;
  border-radius: 7px;
  margin-bottom: 100px;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .c-list-flow__item {
    border-radius: 14px;
    margin-bottom: 160px;
  }
}
.c-list-flow__item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 25px;
  background: url(../../assets/img/top/icon_bottom_triangle.svg);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-flow__item:not(:last-child)::after {
    width: 200px;
    height: 50px;
  }
}
.c-list-flow__item:last-child {
  margin-bottom: 0;
}
.c-list-flow__num {
  width: 49px;
  padding: 67px 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: #5C9D01;
}
@media screen and (min-width: 769px) {
  .c-list-flow__num {
    width: 98px;
    padding: 67px 26px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
}
.c-list-flow__text {
  width: 260px;
  padding: 25px 17px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-list-flow__text {
    padding: 50px 35px;
  }
}
.c-list-flow__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-list-flow__cta {
    flex-wrap: nowrap;
  }
}
.c-list-flow__cta__container {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .c-list-flow__cta__container {
    width: 385px;
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-list-flow__cta__container a:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.c-list-flow__cta__num {
  width: 220px;
  margin: 15px 0 0;
}
@media screen and (min-width: 769px) {
  .c-list-flow__ctaBox {
    margin-top: -50px;
  }
}
.c-list-service01 {
  text-align: left;
  font-size: 1.4rem;
  padding-left: 10px;
  margin-top: 15px;
  counter-reset: listnum;
}
@media screen and (min-width: 769px) {
  .c-list-service01 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.c-list-service01 li {
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  .c-list-service01 li {
    padding-left: 65px;
  }
}
.c-list-service01 li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: listnum;
  content: counter(listnum);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #0E5D45;
  background: #DBEAC6;
}
@media screen and (min-width: 769px) {
  .c-list-service01 li::before {
    width: 45px;
    height: 45px;
  }
}
.c-list-service01 li:not(:last-child) {
  margin-bottom: 30px;
}
.c-list-service02 {
  text-align: left;
  font-size: 1.4rem;
  padding-left: 10px;
  margin-top: 15px;
  counter-reset: listnum;
}
@media screen and (min-width: 769px) {
  .c-list-service02 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.c-list-service02 li {
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  .c-list-service02 li {
    padding-left: 65px;
  }
}
.c-list-service02 li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: listnum;
  content: counter(listnum);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #FF5806;
  background: #FCDACA;
}
@media screen and (min-width: 769px) {
  .c-list-service02 li::before {
    width: 45px;
    height: 45px;
  }
}
.c-list-service02 li:not(:last-child) {
  margin-bottom: 30px;
}
.c-list-faq {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-faq {
    max-width: 1160px;
  }
}
.c-list-faq__title {
  position: relative;
  margin-top: 15px;
  padding: 20px 30px 20px 2.5em;
  font-size: 1.4rem;
  font-weight: 500;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background: #EBF2E2;
}
@media screen and (min-width: 769px) {
  .c-list-faq__title {
    cursor: pointer;
    margin-top: 35px;
    padding: 40px 40px 40px 4em;
    font-size: 2.6rem;
    font-weight: 500;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background: #EBF2E2;
  }
}
.c-list-faq__title::before {
  content: "Q.";
  position: absolute;
  font-size: 1.9rem;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  color: #0E5D45;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-list-faq__title::before {
    font-size: 3.6rem;
    left: 1.5em;
  }
}
.c-list-faq__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(../../assets/img/bukken/icon_bottom_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-faq__title::after {
    width: 24px;
    height: 12px;
    right: 20px;
  }
}
.c-list-faq__title.open {
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 769px) {
  .c-list-faq__title.open {
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.c-list-faq__title.open::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  margin-top: -6px;
  rotate: -180deg;
  background: url(../../assets/img/bukken/icon_bottom_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-faq__title.open::after {
    width: 24px;
    height: 12px;
    right: 20px;
    margin-top: -12px;
  }
}
.c-list-faq__description {
  position: relative;
  margin-top: -20px;
  padding: 40px 20px 20px 2.5em;
  font-size: 1.4rem;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background: #EBF2E2;
}
@media screen and (min-width: 769px) {
  .c-list-faq__description {
    margin-top: -20px;
    padding: 60px 40px 40px 5em;
    font-size: 2rem;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
.c-list-faq__description::before {
  content: "A.";
  position: absolute;
  font-size: 1.9rem;
  top: 50%;
  left: 0.5em;
  color: #FF5806;
  transform: translateY(-50%);
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-list-faq__description::before {
    font-size: 3.6rem;
    left: 1.5em;
    margin-top: 0.25em;
  }
}
.c-list-faq__description::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 234px;
  height: 1px;
  background: #B9B9B9;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-list-faq__description::after {
    top: 20px;
    left: 50px;
    width: 955px;
  }
}
.c-list-company {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  border-bottom: 1px solid #0E5D45;
  margin: 25px auto;
}
@media screen and (min-width: 769px) {
  .c-list-company {
    width: 1040px;
    margin: 50px auto;
  }
}
.c-list-company__title {
  font-size: 1.2rem;
  border-top: 1px solid #0E5D45;
  width: 40%;
  padding: 25px 20px;
  font-weight: bold;
  background: #DBEAC6;
}
@media screen and (min-width: 769px) {
  .c-list-company__title {
    font-size: 2rem;
    font-weight: bold;
    width: 230px;
    padding: 50px 40px;
  }
}
.c-list-company__description {
  font-size: 1.1rem;
  width: 60%;
  border-top: 1px solid #0E5D45;
  padding: 25px 20px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-list-company__description {
    font-size: 1.8rem;
    width: calc(100% - 230px);
    padding: 50px 40px;
  }
  .c-list-company__description a {
    position: relative;
  }
  .c-list-company__description a:link, .c-list-company__description a:visited {
    color: #FF5806;
  }
  .c-list-company__description a:hover::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF5806;
  }
}
.c-list-bukken {
  margin-bottom: 20px;
}
.c-list-bukken__nav {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 5px 2%;
  width: 90%;
  margin: 30px auto;
  font-weight: bold;
}
.c-list-bukken__nav a {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-list-bukken__nav {
    display: none;
  }
}
.c-list-bukken__nav__item {
  position: relative;
  padding: 10px 20px;
  font-size: 1.3rem;
  border-radius: 4px;
  background: #F3FAE8;
}
.c-list-bukken__nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(../../assets/img/bukken/icon_bottom_arrow.svg) no-repeat;
  background-size: contain;
}
.c-list-form {
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-list-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #8B9F99;
    margin: 0 auto 40px;
  }
}
.c-list-form__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  background: #DBEAC6;
}
@media screen and (min-width: 769px) {
  .c-list-form__title {
    padding: 0 0 0 20px;
    font-size: 1.8rem;
    width: 280px;
    border-bottom: 1px solid #8B9F99;
  }
}
.c-list-form__description, .c-list-form02__description--gray, .c-list-form__description--gray {
  width: 100%;
  padding: 15px 0 15px 20px;
}
@media screen and (min-width: 769px) {
  .c-list-form__description, .c-list-form02__description--gray, .c-list-form__description--gray {
    width: calc(100% - 280px);
    font-size: 1.4rem;
    padding: 30px;
    border-bottom: 1px solid #8B9F99;
  }
}
.c-list-form__description--gray {
  background: #FFF7F4;
}
.c-list-form__description label[for], .c-list-form02__description--gray label[for], .c-list-form__description--gray label[for] {
  cursor: pointer;
}
.c-list-form__description input.syubetuBtn, .c-list-form02__description--gray input.syubetuBtn, .c-list-form__description--gray input.syubetuBtn {
  display: none;
}
.c-list-form__description input.syubetuBtn + label, .c-list-form02__description--gray input.syubetuBtn + label, .c-list-form__description--gray input.syubetuBtn + label {
  background: #f7f7f7;
  border: 2px solid #c9c8c8;
  z-index: 2;
}
.c-list-form__description input.syubetuBtn:checked + label, .c-list-form02__description--gray input.syubetuBtn:checked + label, .c-list-form__description--gray input.syubetuBtn:checked + label {
  background: #F0F6F7;
  border: solid 2px #5C9D01;
  box-shadow: inset -2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.c-list-form__description input.syubetuBtn#mansion + label, .c-list-form02__description--gray input.syubetuBtn#mansion + label, .c-list-form__description--gray input.syubetuBtn#mansion + label {
  border-radius: 10px 0 0 10px;
  width: 135px;
  max-width: 33%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list-form__description input.syubetuBtn#house + label, .c-list-form02__description--gray input.syubetuBtn#house + label, .c-list-form__description--gray input.syubetuBtn#house + label {
  margin: 0 -2px;
  z-index: 1;
  width: 135px;
  max-width: 33%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list-form__description input.syubetuBtn#land + label, .c-list-form02__description--gray input.syubetuBtn#land + label, .c-list-form__description--gray input.syubetuBtn#land + label {
  border-radius: 0 10px 10px 0;
  width: 135px;
  max-width: 33%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list-form__description input.syubetuBtn + label::before, .c-list-form02__description--gray input.syubetuBtn + label::before, .c-list-form__description--gray input.syubetuBtn + label::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.c-list-form__description input.syubetuBtn#mansion + label::before, .c-list-form02__description--gray input.syubetuBtn#mansion + label::before, .c-list-form__description--gray input.syubetuBtn#mansion + label::before {
  background-image: url(../../assets/img/form/icon_mansion.svg);
}
.c-list-form__description input.syubetuBtn#house + label::before, .c-list-form02__description--gray input.syubetuBtn#house + label::before, .c-list-form__description--gray input.syubetuBtn#house + label::before {
  background-image: url(../../assets/img/form/icon_house.svg);
}
.c-list-form__description input.syubetuBtn#land + label::before, .c-list-form02__description--gray input.syubetuBtn#land + label::before, .c-list-form__description--gray input.syubetuBtn#land + label::before {
  background-image: url(../../assets/img/form/icon_land.svg);
}
.c-list-form02 {
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-list-form02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #8B9F99;
    margin: 0 auto 40px;
  }
}
.c-list-form02__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  background: #E6E6E6;
}
@media screen and (min-width: 769px) {
  .c-list-form02__title {
    padding: 0 0 0 20px;
    font-size: 1.8rem;
    width: 280px;
    border-bottom: 1px solid #8B9F99;
  }
}
.c-list-form02__description {
  width: 100%;
  padding: 15px 0 15px 20px;
}
@media screen and (min-width: 769px) {
  .c-list-form02__description {
    width: calc(100% - 280px);
    font-size: 1.4rem;
    padding: 30px;
    border-bottom: 1px solid #8B9F99;
  }
}
.c-list-form02__description--gray {
  background: #FFF7F4;
}
.c-list-form03 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-form03 {
    max-width: 1049px;
  }
}
.c-list-form03__title {
  font-size: 2rem;
  padding: 10px 0;
  text-indent: 0.5em;
}
.c-list-form__item01 {
  display: flex;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.c-list-form__item02 {
  display: flex;
  margin: 10px 0 0 5px;
  font-size: 1.2rem;
}
.c-list-faq02 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-faq02 {
    max-width: 1160px;
  }
}
.c-list-faq02__title {
  position: relative;
  margin-top: 15px;
  padding: 20px 30px 20px 2.5em;
  font-size: 1.4rem;
  font-weight: 500;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background: #FDEFE8;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__title {
    cursor: pointer;
    margin-top: 35px;
    padding: 40px 40px 40px 4em;
    font-size: 2.6rem;
    font-weight: 500;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
.c-list-faq02__title::before {
  content: "Q.";
  position: absolute;
  font-size: 1.9rem;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  color: #FF5806;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__title::before {
    font-size: 3.6rem;
    left: 1.5em;
  }
}
.c-list-faq02__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../../assets/img/partner/icon_open.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__title::after {
    width: 35px;
    height: 35px;
    right: 30px;
  }
}
.c-list-faq02__title.open {
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__title.open {
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.c-list-faq02__title.open::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  margin-top: -6px;
  rotate: -180deg;
  background: url(../../assets/img/partner/icon_close.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__title.open::after {
    width: 35px;
    height: 5px;
    right: 30px;
    margin-top: -12px;
  }
}
.c-list-faq02__description {
  position: relative;
  margin-top: -20px;
  padding: 40px 20px 20px 2.5em;
  font-size: 1.4rem;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background: #FFFCFA;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__description {
    margin-top: -20px;
    padding: 60px 40px 40px 5em;
    font-size: 2rem;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}
.c-list-faq02__description::before {
  content: "A.";
  position: absolute;
  font-size: 1.9rem;
  top: 50%;
  left: 0.5em;
  color: #5C9D01;
  transform: translateY(-50%);
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-list-faq02__description::before {
    font-size: 3.6rem;
    left: 1.5em;
    margin-top: 0.25em;
  }
}
.c-list-partner {
  display: grid;
  grid-template-columns: 42% 55%;
  width: 90%;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-partner {
    grid-template-columns: 45% 45%;
    width: 80%;
    gap: 15px;
  }
}
.c-list-partner__item {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  color: #0E5D45;
}
@media screen and (min-width: 769px) {
  .c-list-partner__item {
    padding-left: 25px;
  }
}
.c-list-partner__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../../assets/img/partner/icon_chek.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-list-partner__item::before {
    width: 21px;
    height: 21px;
  }
}
.c-list-partner01 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-partner01 {
    display: grid;
    grid-template-columns: 31.55% 31.55% 31.55%;
    max-width: 1160px;
  }
}

.c-text-satei01 {
  color: #FF5806;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .c-text-satei01 {
    font-size: 4rem;
  }
}
.c-text-satei02 {
  color: #0E5D45;
  font-weight: 500;
  font-size: 1.9rem;
}
@media screen and (min-width: 769px) {
  .c-text-satei02 {
    font-size: 4.5rem;
  }
}
.c-text-satei03 {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-text-satei03 {
    width: 1160px;
    margin: 45px auto 0;
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
  }
}
.c-text-cp {
  text-align: center;
  font-size: 1rem;
}
.c-text-cta01 {
  color: #F5FF00;
}
.c-text-cta02 {
  position: relative;
  text-align: center;
  font-size: 3rem;
  color: #D24125;
  line-height: 1;
  margin: 15px 0;
  padding-left: 50px;
}
@media screen and (min-width: 769px) {
  .c-text-cta02 {
    font-size: 5.1rem;
    padding-left: 100px;
  }
}
.c-text-cta02::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-140px);
  width: 35px;
  height: 35px;
  display: block;
  background: url(../img/common/icon_phone.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-text-cta02::after {
    top: -6px;
    transform: translateX(-230px);
    width: 66px;
    height: 66px;
  }
}
.c-text-cta03 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #8B8B8B;
}
@media screen and (min-width: 769px) {
  .c-text-cta03 {
    font-size: 2rem;
  }
}
.c-text-nayamiKaiketu01 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-text-nayamiKaiketu01 {
    font-size: 3.1rem;
    margin-bottom: 20px;
  }
}
.c-text-nayamiKaiketu01--line {
  position: relative;
}
.c-text-nayamiKaiketu01--line::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #0E5D45;
}
@media screen and (min-width: 769px) {
  .c-text-nayamiKaiketu01--line::after {
    height: 3px;
  }
}
.c-text-nayamiKaiketu02 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-text-nayamiKaiketu02 {
    text-align: center;
    font-size: 2.6rem;
  }
}
.c-text-nayamiKaiketu03 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: #FF5806;
  margin: 10px 0;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-text-nayamiKaiketu03 {
    font-size: 3.1rem;
    margin: 0;
  }
}
.c-text-nayamiKaiketu03--line {
  position: relative;
}
.c-text-nayamiKaiketu03--line::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #78CB05;
}
@media screen and (min-width: 769px) {
  .c-text-nayamiKaiketu03--line::after {
    bottom: -10px;
    height: 9px;
  }
}
.c-text-nayamiKaiketu04 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-text-nayamiKaiketu04 {
    font-size: 2.8rem;
  }
}
.c-text-case01 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-text-case01 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
}
.c-text-case02 {
  color: #0E5D45;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-text-case02 {
    font-size: 2.8rem;
  }
}
.c-text-case03 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-text-case03 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.c-text-case04 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 80px;
  color: #0E5D45;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  background: #E6EFD9;
}
@media screen and (min-width: 769px) {
  .c-text-case04 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 140px;
    color: #0E5D45;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-size: 2.2rem;
  }
}
.c-text-case05 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #FF5806;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-text-case05 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #FF5806;
    font-weight: bold;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .c-text-case06 {
    font-size: 2.4rem;
  }
}
.c-text-case__container01 {
  display: flex;
  align-items: center;
  border: 1px solid #0E5D45;
  border-radius: 5px;
  height: 35px;
  margin: 20px 0 10px;
}
@media screen and (min-width: 769px) {
  .c-text-case__container01 {
    border: 2px solid #0E5D45;
    border-radius: 9px;
    height: 67px;
    margin: 30px 0 15px;
  }
}
.c-text-case__container02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .c-text-case__container02 {
    margin: 0 0 30px;
  }
}
.c-text-case__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-text-case__name {
    font-size: 2.2rem;
  }
}
.c-text-case__category {
  display: inline-block;
  margin: 0 0 20px;
  padding: 1px 20px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  background: #0E5D45;
}
@media screen and (min-width: 769px) {
  .c-text-case__category {
    font-size: 1.4rem;
    margin: 0 0 45px;
  }
}
.c-text-case__message {
  color: #0E5D45;
  position: relative;
  letter-spacing: -1px;
  font-size: 1.1rem;
  padding: 15px 10px;
  border-radius: 11px;
  width: 170px;
  background: #E8F0DC;
}
@media screen and (min-width: 769px) {
  .c-text-case__message {
    font-size: 2rem;
    width: 286px;
    line-height: 1.4;
    padding: 30px 20px;
    font-size: 2rem;
  }
}
.c-text-case__message:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(232, 240, 220, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -10px;
  border-right-color: #E8F0DC;
  right: 100%;
  top: 50%;
}
.c-text-detail01 {
  text-align: center;
  font-size: 1.2rem;
  margin: 15px auto 50px;
}
@media screen and (min-width: 769px) {
  .c-text-detail01 {
    font-size: 1.8rem;
    margin: 30px auto 100px;
  }
}
@media screen and (min-width: 769px) {
  .c-text-detail02 {
    text-align: center;
    font-size: 1.8rem;
    margin: 40px 0 0;
  }
}
.c-text__cost01 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 40px auto 0;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .c-text__cost01 {
    max-width: 800px;
    font-size: 2.4rem;
    margin: 40px auto 0;
  }
}
.c-text-check01 {
  text-align: center;
  margin-bottom: 20px;
}
.c-text-check02 {
  text-align: center;
  margin-bottom: 20px;
}
.c-text__onestop01 {
  color: #FF5806;
}
.c-text-flow01 {
  margin-bottom: 50px;
}
.c-text-flow02 {
  margin-bottom: 70px;
}
.c-text-service {
  margin: 40px auto;
}
.c-text-nav {
  position: absolute;
  top: 65%;
  letter-spacing: -2px;
  font-size: 1.1rem;
  color: #0E5D45;
}
.c-text-strong {
  font-weight: bold;
}
.c-text-form__require {
  padding: 0 10px;
  border-radius: 3px;
  color: #FFF;
  font-size: 1.1rem;
  margin-left: 1em;
  background: #FF5806;
}
.c-text-form__require02 {
  padding: 2px 10px;
  border-radius: 3px;
  color: #FFF;
  font-size: 1.1rem;
  margin-left: 1em;
  background: #5C9D01;
}
.c-text-form__note {
  font-size: 1.1rem;
  color: #F52A2A;
}
.c-text-form01 {
  text-align: center;
  margin-bottom: 3em;
}
.c-text-form02 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .c-text-form02 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.c-text-form03 {
  margin-top: 20px;
}
.c-text-partner01 {
  font-size: 1.4rem;
  margin: 20px auto;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-text-partner01 {
    font-size: 2rem;
    margin: 40px auto;
  }
}
.c-text-partner02 {
  font-size: 1.4rem;
  margin: 20px auto;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-text-partner02 {
    font-size: 2rem;
    margin: 40px auto;
  }
}
.c-text-partner03 {
  font-size: 1.2rem;
  margin: 20px auto;
  font-weight: 600;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .c-text-partner03 {
    font-size: 1.6rem;
    margin: 20px auto;
    width: 1049px;
  }
}
.c-text-ready {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  color: #4B4B4B;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 30px;
  background: #D1D1D1;
}
@media screen and (min-width: 769px) {
  .c-text-ready {
    font-size: 3.4rem;
    margin-top: 60px;
    height: 275px;
  }
}
.c-text-error {
  color: #F00;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .c-text-error {
    font-size: 1.4rem;
  }
}

.c-title-satei {
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .c-title-satei {
    font-size: 3.4rem;
    margin-bottom: 70px;
  }
}
.c-title-cta {
  text-align: center;
  font-size: 2rem;
  color: #0E5D45;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-cta {
    font-size: 4rem;
  }
}
.c-title-nayami {
  text-align: center;
  color: #0E5D45;
  font-size: 1.9rem;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-nayami {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}
.c-title-achievements {
  text-align: center;
  color: #0E5D45;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .c-title-achievements {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}
.c-title-media {
  text-align: center;
  color: #0E5D45;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-media {
    font-size: 4rem;
  }
}
.c-title-detail {
  text-align: center;
  color: #0E5D45;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-detail {
    font-size: 4rem;
  }
}
.c-title-flow01 {
  text-align: center;
  color: #0E5D45;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-flow01 {
    font-size: 4rem;
  }
}
.c-title-flow02 {
  color: #0E5D45;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-title-flow02 {
    font-size: 3rem;
  }
}
.c-title-service01 {
  text-align: center;
  color: #0E5D45;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-service01 {
    font-size: 4rem;
  }
}
.c-title-service02, .c-title-service02--orange, .c-title-service02--green {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  color: #FFF;
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .c-title-service02, .c-title-service02--orange, .c-title-service02--green {
    font-size: 2.4rem;
    border-radius: 28px;
    padding: 10px 0;
  }
}
.c-title-service02--green {
  background: #5C9D01;
}
.c-title-service02--orange {
  background: #FF5806;
}
.c-title-faq {
  text-align: center;
  color: #0E5D45;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-faq {
    font-size: 4rem;
  }
}
.c-title-case {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  width: 138px;
  padding: 8px 0;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 7px;
  background: #5C9D01;
}
@media screen and (min-width: 769px) {
  .c-title-case {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    width: 300px;
    padding: 8px 0;
    text-align: center;
    font-size: 3.6rem;
    border-radius: 14px;
  }
}
.c-title-cost01 {
  text-align: center;
  color: #0E5D45;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-title-cost01 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
.c-title-cost02 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-cost02 {
    font-size: 3.5rem;
  }
}
.c-title-area {
  text-align: center;
  color: #0E5D45;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-title-area {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}
.c-title-check01 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background: #5C9D01;
}
@media screen and (min-width: 769px) {
  .c-title-check01 {
    font-size: 3rem;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
}
.c-title-check02 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-title-check02 {
    font-size: 2.8rem;
  }
}
.c-title-common01 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: #0E5D45;
}
@media screen and (min-width: 769px) {
  .c-title-common01 {
    font-size: 4rem;
  }
}
.c-title-bukken01 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-title-bukken01 {
    font-size: 3rem;
  }
}
.c-title-bukken01__line {
  position: relative;
}
.c-title-bukken01__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 80px;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-title-bukken01__line::before {
    left: -150px;
    width: 100px;
  }
}
.c-title-bukken01__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
  width: 80px;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 769px) {
  .c-title-bukken01__line::after {
    right: -150px;
    width: 100px;
  }
}
.c-title-bukken02 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-title-bukken02 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.c-title-bukken02::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 18px;
  background: #5C9D01;
}
@media screen and (min-width: 769px) {
  .c-title-bukken02::before {
    top: 3px;
    left: 0;
    width: 7px;
    height: 29px;
    border-radius: 4px;
  }
}
.c-title-form__satei {
  text-align: center;
  color: #0E5D45;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-title-form__satei {
    font-size: 4rem;
  }
}
.c-title-form01 {
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-title-form01 {
    margin-bottom: 15px;
  }
}
.c-title-pp {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.p-top-mv__container {
  width: 100%;
}
.p-top-mv__link {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-top-mv__link:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}

#scrolling {
  width: 100vw;
  overflow-x: auto;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #scrolling {
    width: 90vw;
    padding: 20px 0 0;
  }
}

#scrolling ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  transform-style: preserve;
}
@media screen and (min-width: 769px) {
  #scrolling ul {
    width: auto;
  }
}

.p-form {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .p-form {
    padding: 60px 0;
  }
}
.p-form__img01 {
  width: 80%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .p-form__img01 {
    width: 568px;
    margin: 50px auto;
  }
}
.p-form__container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-form__container {
    width: 1070px;
  }
}
.p-form__pp {
  border: 1px solid #000;
  border-radius: 5px;
  height: 140px;
  padding: 15px 10px;
  font-size: 1.2rem;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .p-form__pp {
    height: 238px;
    padding: 30px 20px;
  }
}
.p-form__pp__accept {
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .p-form__pp__accept {
    margin: 30px auto;
  }
}

.p-partner-title01 {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: #FF5806;
}
@media screen and (min-width: 769px) {
  .p-partner-title01 {
    font-size: 4rem;
  }
}
.p-partner01 {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .p-partner01 {
    padding: 100px 0 50px;
  }
}
.p-partner02 {
  width: 100%;
  padding: 50px 0 0;
  background: #E3F2DE;
}
@media screen and (min-width: 769px) {
  .p-partner02 {
    padding: 100px 0 0;
  }
}
.p-partner03 {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .p-partner03 {
    padding: 100px 0;
  }
}
.p-partner04 {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .p-partner04 {
    padding: 100px 0;
  }
}
.p-partner05 {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .p-partner05 {
    padding: 100px 0;
  }
}
.p-partner05__container {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  border-radius: 12px;
  background: #DBEAC6;
}
@media screen and (min-width: 769px) {
  .p-partner05__container {
    max-width: 1160px;
    padding: 50px 0;
    border-radius: 27px;
  }
}
.p-partner05__title {
  text-align: center;
  color: #0E5D45;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-partner05__title {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.p-partner05__text {
  text-align: center;
  width: 90%;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .p-partner05__text {
    font-size: 2rem;
    margin-bottom: 30px;
    width: auto;
  }
}
.p-partner06 {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .p-partner06 {
    padding: 100px 0;
  }
}
.p-partner-contact {
  padding: 25px 0;
  background: #FAFCF7;
}
@media screen and (min-width: 769px) {
  .p-partner-contact {
    padding: 50px 0;
  }
}
.p-partner__container01 {
  margin: 45px auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .p-partner__container01 {
    display: flex;
    margin: 90px auto;
    max-width: 1160px;
  }
}
.p-partner__container01s {
  margin: 2em 0;
  padding: 1em 0;
  border-radius: 8px;
  background: #ECF4E2;
}
@media screen and (min-width: 769px) {
  .p-partner__container01s {
    border-radius: 16px;
  }
}
.p-partner__contents01 {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .p-partner__contents01 {
    width: 554px;
    font-size: 1.8rem;
  }
}
.p-partner__img01 {
  width: 70%;
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .p-partner__img01 {
    order: 2;
    width: 40%;
    max-width: 487px;
    margin: 0;
  }
}
.p-partner__img02 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-partner__img02 {
    width: 960px;
  }
}
.p-partner__img03 {
  width: 90%;
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .p-partner__img03 {
    width: 100%;
    max-width: 1160px;
    margin: 80px auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-partner__img03 a:hover {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0.6;
  }
}
.p-partner__pp {
  width: 90%;
  margin: 0 auto;
  overflow-y: auto;
  height: 390px;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 15px;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .p-partner__pp {
    max-width: 1049px;
    height: 238px;
    padding: 20px;
    border-radius: 10px;
  }
}