@charset "UTF-8";
@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header .header-inner .logo-wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main {
  margin-top: 0;
  padding-bottom: 280px;
}
@media screen and (max-width: 1920px) {
  html body main {
    padding-bottom: 280px;
    padding-bottom: 14.5833333333vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main {
    padding-top: 40px;
    padding-top: 3.8461538462vw;
  }
}
@media screen and (max-width: 575px) {
  html body main {
    padding-bottom: 50vw;
  }
}
html body main .mainvisual {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: -1px;
}
html body main .mainvisual .mainvisual-caption {
  position: absolute;
  visibility: hidden;
}
html body main .float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #007D66;
  width: 100%;
  height: 136px;
  color: #fff;
  z-index: 8;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta {
    height: 136px;
    height: 7.0833333333vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta {
    height: initial;
  }
}
html body main .float-cta .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta .inner {
    gap: 100px;
    gap: 5.2083333333vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta .inner {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
}
html body main .float-cta .cta-l {
  font-size: 34px;
  line-height: 1.1764705882;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta .cta-l {
    font-size: 34px;
    font-size: 1.7708333333vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta .cta-l {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
}
html body main .float-cta .cta-l::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-r.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 31px;
  height: 51px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -70px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta .cta-l::after {
    width: 31px;
    width: 1.6145833333vw;
    height: 51px;
    height: 2.65625vw;
    right: -70px;
    right: -3.6458333333vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta .cta-l::after {
    content: none;
  }
}
@media screen and (min-width: 576px) {
  html body main .float-cta .cta-l br {
    display: none;
  }
}
html body main .float-cta .cta-r {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 38px;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta .cta-r {
    font-size: 38px;
    font-size: 1.9791666667vw;
    gap: 30px;
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta .cta-r {
    flex-direction: column;
    gap: 5px;
  }
}
html body main .float-cta .cta-r a {
  transition: 0.3s all ease;
}
html body main .float-cta .cta-r a:first-child {
  background-color: #fff;
  width: 475px;
  height: 60px;
  display: grid;
  place-content: center;
  color: #007D66;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta .cta-r a:first-child {
    width: 475px;
    width: 24.7395833333vw;
    height: 60px;
    height: 3.125vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta .cta-r a:first-child {
    width: 300px;
    height: 38px;
    font-size: 25px;
  }
}
html body main .float-cta .cta-r a:hover {
  opacity: 0.6;
}
html body main .float-cta .cta-r a.box {
  border: 1px solid #fff;
  width: 334px;
  height: 60px;
  display: grid;
  place-content: center;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  html body main .float-cta .cta-r a.box {
    width: 334px;
    width: 17.3958333333vw;
    height: 60px;
    height: 3.125vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .float-cta .cta-r a.box {
    font-size: 23px;
    border: none;
    width: fit-content;
    height: fit-content;
    text-align: center;
  }
}
html body main section:nth-child(even) {
  background-color: #ECE0CD;
}
html body main h2.h2-ttl-1 {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 120px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main h2.h2-ttl-1 {
    font-size: 40px;
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 991px) {
  html body main h2.h2-ttl-1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main h2.h2-ttl-1 {
    text-align: center;
    flex-direction: column;
    gap: 0;
    font-size: 25px;
  }
}
html body main h2.h2-ttl-1 span {
  color: #707070;
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main h2.h2-ttl-1 span {
    font-size: 25px;
    font-size: 2.4038461538vw;
  }
}
@media screen and (max-width: 575px) {
  html body main h2.h2-ttl-1 span {
    display: block;
    font-size: 18px;
  }
}
html body main #sec1 h2 {
  font-size: 35px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 h2 {
    font-size: 35px;
    font-size: 3.3653846154vw;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec1 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
html body main #sec1 h2 + p {
  color: #007D0C;
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 h2 + p {
    font-size: 20px;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec1 h2 + p {
    font-size: 16px;
    padding: 0 3rem;
    margin-bottom: 10px;
  }
  html body main #sec1 h2 + p br {
    display: none;
  }
}
html body main #sec1 .box-wrap {
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap {
    padding-right: 0;
  }
}
html body main #sec1 .box-wrap .box-wrap-inner {
  display: grid;
  grid-template-columns: 57.6086956522% 39.1304347826%;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-wrap-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
html body main #sec1 .box-wrap h3 {
  font-size: 20px;
  letter-spacing: -0.1em;
  line-height: 1.2;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap h3 {
    font-size: 18px;
    font-size: 1.7307692308vw;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec1 .box-wrap h3 {
    height: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap h3 {
    height: 100px;
    height: 9.6153846154vw;
  }
}
html body main #sec1 .box-wrap .box-l,
html body main #sec1 .box-wrap .box-r {
  background-color: #ECE0CD;
}
html body main #sec1 .box-wrap .box-l h3 {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 576px) {
  html body main #sec1 .box-wrap .box-l h3 {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-l h3 {
    position: relative;
    padding-top: 12px;
    padding-right: 10px;
    font-size: 18px;
  }
}
html body main #sec1 .box-wrap .box-l h3::after {
  content: "";
  background-image: url("../../images/index/sec1-img-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 106px;
  height: 92px;
}
@media screen and (min-width: 576px) {
  html body main #sec1 .box-wrap .box-l h3::after {
    position: absolute;
    top: 120px;
    right: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap .box-l h3::after {
    width: 106px;
    width: 8.8333333333vw;
    height: 92px;
    height: 7.6666666667vw;
    top: 120px;
    top: 11.5384615385vw;
    right: 10px;
    right: 0.9615384615vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-l h3::after {
    width: 37px;
    height: 32px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec1 .box-wrap .box-l h3 br {
    display: none;
  }
}
html body main #sec1 .box-wrap .box-l h3 img {
  width: 114px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap .box-l h3 img {
    width: 114px;
    width: 10.9615384615vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-l h3 img {
    width: 80px;
  }
}
html body main #sec1 .box-wrap .box-l .box-l-contents {
  border-top: 3px solid #fff;
  padding: 1rem 20px 40px;
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-l .box-l-contents {
    border-top: none;
  }
}
html body main #sec1 .box-wrap .box-l .box-l-contents dl dt {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap .box-l .box-l-contents dl dt {
    font-size: 20px;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-l .box-l-contents dl dt {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
html body main #sec1 .box-wrap .box-l .box-l-contents dl dd {
  color: #707070;
  font-size: 16px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap .box-l .box-l-contents dl dd {
    font-size: 16px;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-l .box-l-contents dl dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-r {
    padding-top: 12px;
    padding-right: 60px;
  }
}
html body main #sec1 .box-wrap .box-r .box-r-contents {
  border-top: 3px solid #fff;
  padding: 1rem 20px 40px;
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-r .box-r-contents {
    position: relative;
    border-top: none;
  }
}
html body main #sec1 .box-wrap .box-r .box-r-contents h4 {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap .box-r .box-r-contents h4 {
    font-size: 18px;
    font-size: 1.7307692308vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-r .box-r-contents h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
html body main #sec1 .box-wrap .box-r .box-r-contents ul li {
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.4285714286;
  letter-spacing: -0.048em;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap .box-r .box-r-contents ul li {
    font-size: 11px;
    font-size: 1.0576923077vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-r .box-r-contents ul li {
    font-size: 12px;
  }
}
html body main #sec1 .box-wrap .box-r .box-r-contents ul li:last-child {
  margin-bottom: 0;
}
html body main #sec1 .box-wrap .box-r .box-r-contents ul li span {
  margin-left: -1em;
}
html body main #sec1 .box-wrap .box-r img {
  position: absolute;
  right: 0;
  width: 75px;
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap .box-r img {
    width: 40px;
    right: 10px;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec1 .box-wrap ul.kome {
    position: absolute;
    bottom: -5em;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap ul.kome {
    font-size: 16px;
    font-size: 1.5384615385vw;
    bottom: -90px;
    bottom: -8.6538461538vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap ul.kome {
    display: grid;
    gap: 10px;
  }
}
html body main #sec1 .box-wrap ul.kome li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec1 .box-wrap ul.kome li {
    font-size: 16px;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .box-wrap ul.kome li {
    font-size: 12px;
  }
}
html body main #sec1 .sec1-btn {
  text-align: center;
}
@media screen and (min-width: 576px) {
  html body main #sec1 .sec1-btn {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  html body main #sec1 .sec1-btn {
    margin-top: 256px;
    margin-top: 24.6153846154vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec1 .sec1-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec2 .box-1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
html body main #sec2 .box-1 h2 {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  html body main #sec2 .box-1 h2 {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .box-1 h2 {
    font-size: 35px;
    font-size: 3.3653846154vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .box-1 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
html body main #sec2 .box-1 div {
  margin-bottom: 100px;
}
@media screen and (min-width: 576px) {
  html body main #sec2 .box-1 div {
    width: 84.9%;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .box-1 div {
    margin-bottom: 60px;
  }
}
html body main #sec2 .box-1 div p {
  color: #707070;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .box-1 div p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .box-1 div p {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
html body main #sec2 .contents-list-wrapper {
  display: grid;
  gap: 150px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper {
    gap: 50px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list {
  position: relative;
}
html body main #sec2 .contents-list-wrapper .contents-list h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list h3 {
    margin-bottom: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list h3 img {
  height: 91px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list h3 img {
    height: 40px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list h4 {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list h4 {
    font-size: 25px;
    font-size: 2.4038461538vw;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list h4 {
    font-size: 18px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list ul li {
  font-size: 20px;
  line-height: 1.45;
  padding-left: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list ul li {
    font-size: 16px;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list ul li {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list ul li::before {
  content: "・";
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child figure {
    width: 350px;
    width: 33.6538461538vw;
  }
}
@media screen and (max-width: 767px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child figure {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:first-child dl {
  display: flex;
  gap: 0.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child dl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child dl {
    flex-direction: column;
    gap: 0;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:first-child dl dt,
html body main #sec2 .contents-list-wrapper .contents-list:first-child dl dd {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child dl dt,
  html body main #sec2 .contents-list-wrapper .contents-list:first-child dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child dl dt,
  html body main #sec2 .contents-list-wrapper .contents-list:first-child dl dd {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:first-child p {
  color: #707070;
  font-size: 25px;
  line-height: 43/25;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:first-child p {
    font-size: 16px;
    margin-top: 25px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap {
    gap: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dt {
  text-align: center;
  font-size: 25px;
  line-height: 1.44;
  font-weight: 400;
  border: 1px solid #707070;
  border-radius: 23px;
  padding: 5px 1rem 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dd ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dd ul li {
  font-size: 20px;
  line-height: 1.45;
  padding-left: 1em;
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dd ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dd ul li {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(2) dl dd ul li::before {
  content: "・";
  margin-left: -1em;
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap {
  display: grid;
  grid-template-columns: 1fr 63.8%;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl {
  font-size: 20px;
  display: grid;
  grid-template-columns: 4em 1fr;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl {
    font-size: 20px;
    font-size: 1.9230769231vw;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl dt,
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl dd {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl dt,
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl dd {
    font-size: 20px;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl dt,
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(3) .box-wrap dl dd {
    font-size: 16px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap figure {
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap figure {
    width: 50%;
    margin: auto auto auto 0;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap figure img {
    width: 74.6%;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap ul {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap ul {
    gap: 10px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap {
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap {
    gap: 20px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dt {
  font-size: 25px;
  line-height: 0.8055555556;
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dt {
    font-size: 25px;
    font-size: 2.4038461538vw;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dt {
    font-size: 18px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dd {
  font-size: 20px;
  line-height: 1.45;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dd {
    font-size: 20px;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dd {
    font-size: 16px;
  }
}
html body main #sec2 .contents-list-wrapper .contents-list:nth-child(5) .box-wrap .dl-wrap dd p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 992px) {
  html body main #sec3 {
    padding: 200px 0;
  }
}
html body main #sec3 .wrapper {
  max-width: calc(1200px + 2rem);
}
html body main #sec3 .dl-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: grid;
  gap: 2rem;
}
html body main #sec3 .dl-wrap dl dt,
html body main #sec3 .dl-wrap dl dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
}
@media screen and (max-width: 991px) {
  html body main #sec3 .dl-wrap dl dt,
  html body main #sec3 .dl-wrap dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec3 .dl-wrap dl dt,
  html body main #sec3 .dl-wrap dl dd {
    font-size: 16px;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec3 .dl-wrap dl dt,
  html body main #sec3 .dl-wrap dl dd {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
html body main #sec3 .dl-wrap dl dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  html body main #sec3 ul {
    display: grid;
    gap: 0.5em;
  }
}
html body main #sec3 ul li {
  padding-left: 1em;
  margin-bottom: 0;
}
html body main #sec3 ul li::before {
  content: "・";
  margin-left: -1em;
}
@media screen and (min-width: 992px) {
  html body main #sec4 {
    padding: 200px 0;
  }
}
html body main #sec4 .wrapper {
  max-width: calc(1200px + 2rem);
}
html body main #sec4 figure {
  margin-bottom: 75px;
}
@media screen and (max-width: 575px) {
  html body main #sec4 figure {
    display: none;
  }
}
html body main #sec4 figure img {
  width: 67.8%;
}
html body main #sec4 ul {
  display: grid;
  gap: 1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  html body main #sec4 ul {
    display: none;
  }
}
html body main #sec4 ul li {
  font-size: 14px;
  font-size: 3.5897435897vw;
}
html body main #sec4 p {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.44;
  padding-left: 1em;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec4 p {
    font-size: 25px;
    font-size: 2.4038461538vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec4 p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
html body main #sec4 p span {
  margin-left: -1em;
}
html body main #sec5 h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  html body main #sec5 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
html body main #sec5 h3 {
  color: #2D5A64;
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: -0.1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec5 h3 {
    font-size: 30px;
    font-size: 2.8846153846vw;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec5 h3 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 h3 {
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
html body main #sec5 .contents-list-wrapper {
  display: grid;
  gap: 120px;
}
@media screen and (max-width: 991px) {
  html body main #sec5 .contents-list-wrapper {
    gap: 40px;
  }
}
html body main #sec5 .contents-list-wrapper .contents-list {
  position: relative;
}
html body main #sec5 .contents-list-wrapper .contents-list:not(:last-child) {
  padding-bottom: 120px;
}
html body main #sec5 .contents-list-wrapper .contents-list:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #707070;
  max-width: 1400px;
  width: 1400px;
  height: 1px;
  bottom: 0;
  margin: auto auto 0 -200px;
}
@media screen and (max-width: 1400px) {
  html body main #sec5 .contents-list-wrapper .contents-list:not(:last-child)::after {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec5 .contents-list-wrapper .contents-list:not(:last-child) {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .contents-list-wrapper .contents-list:first-child figure.kura-logo {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .contents-list-wrapper .contents-list:first-child figure.kura-logo img {
    height: 23px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(2) figure.kura-logo img {
    width: 93px;
    width: 8.9423076923vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(2) figure.kura-logo img {
    width: 48px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(3) figure.kura-logo img {
    width: 133px;
    width: 12.7884615385vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(3) figure.kura-logo img {
    width: 48px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(4) figure.kura-logo img {
    width: 229px;
    width: 22.0192307692vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(4) figure.kura-logo img {
    width: 79px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .contents-list-wrapper .contents-list:nth-child(4) figure.kura-logo + p {
    margin-top: 2rem;
  }
}
html body main #sec5 .contents-list-wrapper .contents-list h3 {
  letter-spacing: 0;
}
html body main #sec5 .contents-list-wrapper .contents-list h3 a {
  transition: 0.3s all ease;
}
html body main #sec5 .contents-list-wrapper .contents-list h3 a:hover {
  opacity: 0.6;
}
html body main #sec5 figure.kura-logo {
  text-align: left;
  margin-bottom: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
html body main #sec5 figure.kura-logo + p {
  color: #2D5A64;
  font-size: 25px;
  line-height: 1.44;
  margin-bottom: 50px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec5 figure.kura-logo + p {
    font-size: 25px;
    font-size: 2.4038461538vw;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec5 figure.kura-logo + p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 figure.kura-logo + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  html body main #sec5 figure.kura-logo + p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
html body main #sec5 .dl-wrap {
  display: grid;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  html body main #sec5 .dl-wrap {
    gap: 40px;
  }
}
html body main #sec5 .dl-wrap .dl-wrap-inner {
  display: grid;
  grid-template-columns: 55% 37.7%;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  html body main #sec5 .dl-wrap .dl-wrap-inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec5 .dl-wrap .dl-wrap-inner figure {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .dl-wrap .dl-wrap-inner figure {
    margin-bottom: 20px;
  }
}
html body main #sec5 .dl-wrap dl {
  position: relative;
  color: #2D5A64;
}
html body main #sec5 .dl-wrap dl dt {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: -0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec5 .dl-wrap dl dt {
    font-size: 30px;
    font-size: 2.8846153846vw;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec5 .dl-wrap dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec5 .dl-wrap dl dt {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
html body main #sec5 .dl-wrap dl dd {
  font-size: 16x;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  html body main #sec5 .dl-wrap dl dd {
    font-size: 16px;
  }
}
html body main #sec5 .dl-wrap > p {
  color: #2D5A64;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  html body main #sec5 .dl-wrap > p {
    font-size: 16px;
    margin-top: -1rem;
  }
}
html body main #sec6 .dl-wrap {
  display: grid;
  gap: 50px;
}
html body main #sec6 .dl-wrap dl {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  html body main #sec6 .dl-wrap dl {
    gap: 15px;
  }
}
html body main #sec6 .dl-wrap dl dt {
  width: 3em;
  font-size: 30px;
  line-height: 1.875;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec6 .dl-wrap dl dt {
    font-size: 30px;
    font-size: 2.8846153846vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec6 .dl-wrap dl dt {
    font-size: 16px;
  }
}
html body main #sec6 .dl-wrap > dl:last-child {
  align-items: flex-start;
}
html body main #sec6 .dl-wrap > dl:last-child dd {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 218px));
  gap: 40px 30px;
}
@media screen and (max-width: 575px) {
  html body main #sec6 .dl-wrap > dl:last-child dd {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  html body main #sec6 .dl-wrap > dl:last-child dd img {
    max-height: 65px;
  }
}
@media screen and (min-width: 576px) {
  html body main #sec6 .dl-wrap > dl:last-child dd a {
    text-align: center;
  }
}
html body main #sec6 .dl-wrap > dl:last-child dd a img {
  margin: auto;
}
html body main #sec6 .dl-wrap > dl:last-child dd a span {
  display: block;
  color: #2D5A64;
  font-size: 16px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  html body main #sec6 .dl-wrap > dl:last-child dd a span {
    font-size: 16px;
  }
}
html body main #sec6 .dl-wrap div {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 992px) {
  html body main #sec6 .dl-wrap div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec6 .dl-wrap div dl:first-child dt {
    padding-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  html body main #sec6 .dl-wrap div dl:not(:first-child) {
    gap: 0;
    justify-content: center;
  }
}
html body main #sec6 .dl-wrap a {
  transition: 0.3s all ease;
}
html body main #sec6 .dl-wrap a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 575px) {
  html body main #sec6 .dl-wrap .h-30-sp {
    max-height: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec6 .dl-wrap .h-40-sp {
    max-height: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec6 .dl-wrap .h-50-sp {
    max-height: 50px !important;
  }
}
html body main #sec7 h2 {
  text-align: center;
  font-size: 70px;
  margin-bottom: 150px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec7 h2 {
    font-size: 70px;
    font-size: 6.7307692308vw;
  }
}
@media screen and (max-width: 991px) {
  html body main #sec7 h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec7 h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
html body main #sec7 h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec7 h3 {
    font-size: 30px;
    font-size: 2.8846153846vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec7 h3 {
    font-size: 25px;
  }
}
html body main #sec7 .box-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  html body main #sec7 .box-wrap {
    flex-direction: column;
    gap: 70px;
  }
}
html body main #sec7 .box-wrap .box-l,
html body main #sec7 .box-wrap .box-r {
  width: fit-content;
}
html body main #sec7 .box-wrap .box-l p,
html body main #sec7 .box-wrap .box-r p {
  color: #707070;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec7 .box-wrap .box-l p,
  html body main #sec7 .box-wrap .box-r p {
    font-size: 20px;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec7 .box-wrap .box-l p,
  html body main #sec7 .box-wrap .box-r p {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
html body main #sec7 .box-wrap .box-r {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  html body main #sec7 .box-wrap .box-r {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1040px) {
  html body main #sec7 .box-wrap .box-r figure {
    width: 90px;
    width: 8.6538461538vw;
  }
}
@media screen and (max-width: 575px) {
  html body main #sec7 .box-wrap .box-r figure {
    width: 70px;
  }
}

/*# sourceMappingURL=index.css.map */
