@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #000;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
}
body.is_fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  body {
    min-width: inherit;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.186vw;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

main {
  display: block;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

body {
  background: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

span.pc {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  span.pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  span.sp {
    display: inline !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tac,
.tac * {
  text-align: center;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.wrap {
  max-width: 110rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 90.698vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fwb {
  font-weight: 700;
}

.mt1em {
  margin-top: 1.5em;
}

.red {
  color: #DF0B2A;
}

.green {
  color: #307217;
}

.title02.g_line {
  padding-left: 2rem;
}
@media screen and (max-width: 1440px) {
  .title02.g_line {
    padding-left: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  .title02.g_line {
    padding-left: 1.389vw;
  }
}
.title02.g_line {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1440px) {
  .title02.g_line {
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  .title02.g_line {
    margin-bottom: 4.167vw;
  }
}
.title02.g_line {
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  .title02.g_line {
    font-size: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  .title02.g_line {
    font-size: 2.778vw;
  }
}
.title02.g_line {
  font-weight: 400;
  line-height: 1.4;
  border-left: 5px solid #307217;
}
@media screen and (max-width: 767px) {
  .title02.g_line {
    padding-left: 4.651vw;
    margin-bottom: 6.977vw;
    font-size: 6.047vw;
  }
}

.title03.green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1440px) {
  .title03.green {
    gap: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  .title03.green {
    gap: 1.389vw;
  }
}
.title03.green {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1440px) {
  .title03.green {
    margin-bottom: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  .title03.green {
    margin-bottom: 2.083vw;
  }
}
.title03.green {
  font-size: 2.6rem;
}
@media screen and (max-width: 1440px) {
  .title03.green {
    font-size: 1.806vw;
  }
}
@media screen and (max-width: 767px) {
  .title03.green {
    font-size: 1.806vw;
  }
}
.title03.green {
  color: #307217;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .title03.green {
    gap: 2.326vw;
    margin-bottom: 4.651vw;
    font-size: 5.116vw;
  }
}
.title03.green img {
  width: 3.8rem;
}
@media screen and (max-width: 1440px) {
  .title03.green img {
    width: 2.639vw;
  }
}
@media screen and (max-width: 767px) {
  .title03.green img {
    width: 2.639vw;
  }
}
@media screen and (max-width: 767px) {
  .title03.green img {
    width: 8.837vw;
  }
}

.title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
@media screen and (max-width: 1440px) {
  .title04 {
    gap: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  .title04 {
    gap: 0.556vw;
  }
}
.title04 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .title04 {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  .title04 {
    margin-bottom: 1.389vw;
  }
}
.title04 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .title04 {
    font-size: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  .title04 {
    font-size: 1.528vw;
  }
}
.title04 {
  color: #307217;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title04 {
    gap: 1.86vw;
    margin-bottom: 2.326vw;
    font-size: 4.651vw;
  }
}
.title04 img {
  width: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .title04 img {
    width: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  .title04 img {
    width: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  .title04 img {
    width: 5.116vw;
  }
}

.cvtArea {
  padding: 4rem 0 10rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea {
    padding: 2.778vw 0 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea {
    padding: 6.977vw 0 13.953vw;
  }
}
.cvtArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 154rem;
  width: 88.5057471264%;
  padding: 8rem;
  background: #307217;
  border-radius: 2rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap {
    padding: 5.556vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    width: 90.698vw;
    padding: 13.953vw 6.977vw;
    border-radius: 4.651vw;
  }
}
.cvtArea .wrap .title02 {
  margin-right: 4rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .title02 {
    margin-right: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .title02 {
    margin-right: 2.778vw;
  }
}
.cvtArea .wrap .title02 {
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .title02 {
    font-size: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .title02 {
    font-size: 2.778vw;
  }
}
.cvtArea .wrap .title02 {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .title02 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.326vw;
    font-size: 9.302vw;
    text-align: center;
  }
}
.cvtArea .wrap p {
  margin-right: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap p {
    margin-right: 0;
  }
}
.cvtArea .wrap .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a {
    width: 22.222vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a {
    width: 22.222vw;
  }
}
.cvtArea .wrap .btn a {
  height: 7rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a {
    height: 4.861vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a {
    height: 4.861vw;
  }
}
.cvtArea .wrap .btn a {
  padding: 0 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a {
    font-size: 1.25vw;
  }
}
.cvtArea .wrap .btn a {
  background: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a {
    border-radius: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a {
    border-radius: 2.778vw;
  }
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a {
    padding: 0 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a {
    width: 76.744vw;
    height: 16.279vw;
    padding: 0 10.698vw;
    margin-top: 4.651vw;
    font-size: 4.186vw;
    border-radius: 9.302vw;
  }
}
.cvtArea .wrap .btn a img {
  position: absolute;
  top: 50%;
  right: 2rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a img {
    right: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a img {
    right: 1.389vw;
  }
}
.cvtArea .wrap .btn a img {
  width: 3rem;
}
@media screen and (max-width: 1440px) {
  .cvtArea .wrap .btn a img {
    width: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a img {
    width: 2.083vw;
  }
}
.cvtArea .wrap .btn a img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cvtArea .wrap .btn a img {
    right: 4.651vw;
    width: 6.977vw;
  }
}

#footer {
  padding: 8rem 0 3rem;
}
@media screen and (max-width: 1440px) {
  #footer {
    padding: 5.556vw 0 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 9.302vw 0 4.651vw;
  }
}
#footer .logo {
  width: 61rem;
}
@media screen and (max-width: 1440px) {
  #footer .logo {
    width: 42.361vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .logo {
    width: 42.361vw;
  }
}
#footer .logo {
  margin: 0 auto 3rem;
}
@media screen and (max-width: 1440px) {
  #footer .logo {
    margin: 0 auto 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .logo {
    width: 70.93vw;
    margin: 0 auto 4.651vw;
  }
}
#footer .montserrat {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1440px) {
  #footer .montserrat {
    margin-bottom: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .montserrat {
    margin-bottom: 2.083vw;
  }
}
#footer .montserrat {
  font-size: 3.6rem;
}
@media screen and (max-width: 1440px) {
  #footer .montserrat {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .montserrat {
    font-size: 2.5vw;
  }
}
#footer .montserrat {
  color: #307217;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer .montserrat {
    margin-bottom: 4.651vw;
    font-size: 7.442vw;
  }
}
#footer .montserrat a {
  color: #307217;
}
#footer p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  #footer p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 767px) {
  #footer p {
    font-size: 1.111vw;
  }
}
#footer p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #footer p {
    font-size: 3.721vw;
  }
}
#footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom {
    margin-top: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom {
    margin-top: 4.167vw;
  }
}
#footer .bottom {
  padding-top: 3rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom {
    padding-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom {
    padding-top: 2.083vw;
  }
}
#footer .bottom {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #footer .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.977vw;
    margin-top: 6.977vw;
    padding-top: 6.977vw;
  }
}
#footer .bottom .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.651vw;
    width: 100%;
  }
}
#footer .bottom .btn_area .btn_min {
  width: 16.7rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min {
    width: 11.597vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min {
    width: 11.597vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min {
    width: 41.86vw;
  }
}
#footer .bottom .btn_area .btn_min + .btn_min {
  width: 13.9rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min + .btn_min {
    width: 9.653vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min + .btn_min {
    width: 9.653vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min + .btn_min {
    width: 41.86vw;
  }
}
#footer .bottom .btn_area .btn_min a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min a {
    height: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a {
    height: 2.778vw;
  }
}
#footer .bottom .btn_area .btn_min a {
  padding: 0 1.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min a {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a {
    font-size: 0.972vw;
  }
}
#footer .bottom .btn_area .btn_min a {
  border: 1px solid #000;
  border-radius: 4rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min a {
    border-radius: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a {
    border-radius: 2.778vw;
  }
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min a {
    padding: 0 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a {
    height: 9.302vw;
    padding: 0 3.488vw;
    font-size: 3.256vw;
    border-radius: 9.302vw;
  }
}
#footer .bottom .btn_area .btn_min a img {
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min a img {
    right: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a img {
    right: 1.042vw;
  }
}
#footer .bottom .btn_area .btn_min a img {
  width: 1rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .btn_area .btn_min a img {
    width: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a img {
    width: 0.694vw;
  }
}
#footer .bottom .btn_area .btn_min a img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #footer .bottom .btn_area .btn_min a img {
    right: 3.488vw;
    width: 2.326vw;
  }
}
#footer .bottom .copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #footer .bottom .copy {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .copy {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .bottom .copy {
    width: 100%;
    font-size: 2.791vw;
    text-align: center;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 1440px) {
  #header {
    height: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 6.944vw;
  }
}
#header {
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #header {
    height: 18.605vw;
  }
}
#header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 166rem;
  width: 95.4022988506%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #header .wrap {
    width: 100%;
    padding: 0 2.326vw 0 4.651vw;
  }
}
#header .logo {
  width: 49.6rem;
}
@media screen and (max-width: 1440px) {
  #header .logo {
    width: 34.444vw;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 34.444vw;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 66.279vw;
  }
}
#header #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1440px) {
  #header #gnav {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav {
    position: relative;
    position: fixed;
    top: 18.605vw;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 18.605vw);
    padding: 0 9.302vw 30%;
    background: #307217;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    z-index: 110;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
#header #gnav.on {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#header #gnav li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#header #gnav li a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  #header #gnav li a {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav li a {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav li a {
    font-size: 4.651vw;
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav li:not(.sp) {
    padding: 9.302vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .cta_sp {
    padding: 13.953vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .cta_sp .title02 {
    margin-bottom: 2.326vw;
    font-size: 4.651vw;
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .cta_sp p {
    font-size: 3.256vw;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .cta_sp .btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 81.395vw;
    height: 15.814vw;
    padding: 0 9.302vw;
    margin-top: 4.651vw;
    font-size: 4.186vw;
    color: #000;
    background: #fff;
    border-radius: 9.302vw;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .cta_sp .btn a img {
    position: absolute;
    top: 50%;
    right: 4.651vw;
    width: 6.512vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.302vw;
    padding: 6.977vw 0;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .btn_area .btn_min a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.326vw;
    font-size: 3.721vw;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #header #gnav .btn_area .btn_min a img {
    width: 4.651vw;
  }
}
@media screen and (max-width: 767px) {
  #header .btn_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 13.953vw;
    height: 13.953vw;
    background: #307217;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media screen and (max-width: 767px) {
  #header .btn_menu .toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 5.116vw;
    height: 4.651vw;
  }
}
@media screen and (max-width: 767px) {
  #header .btn_menu .toggle span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #fff;
    border-radius: 0.1rem;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
#header .btn_menu .toggle span:nth-of-type(1) {
  top: 0;
}
#header .btn_menu .toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .btn_menu .toggle span:nth-of-type(3) {
  bottom: 0;
}
#header .btn_menu .toggle.active {
  width: 8.214vw;
  height: 8.214vw;
}
@media screen and (max-width: 767px) {
  #header .btn_menu .toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(4.186vw) rotate(135deg);
            transform: translateY(4.186vw) rotate(135deg);
  }
}
#header .btn_menu .toggle.active span:nth-of-type(2) {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #header .btn_menu .toggle.active span:nth-of-type(3) {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(4.186vw) rotate(-135deg);
            transform: translateY(4.186vw) rotate(-135deg);
  }
}

body.scroll #header {
  position: fixed;
}
@media screen and (max-width: 767px) {
  body.fixed #header.on {
    background: #307217;
  }
}
@media screen and (max-width: 767px) {
  body.fixed #header.on .logo {
    opacity: 0;
  }
}

#fv {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 1440px) {
  #fv {
    margin-top: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    margin-top: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    margin-top: 18.605vw;
    padding-bottom: 65.116vw;
  }
}
#fv .bg {
  display: block;
  max-width: 142.5rem;
  width: 81.8965517241vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #fv .bg {
    max-width: none;
    width: 93.023vw;
  }
}
#fv .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 148rem;
  width: 85.0574712644%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #fv .wrap {
    top: 117.442vw;
    max-width: none;
    width: 90.698vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#fv .main_title {
  margin-bottom: 11.7rem;
}
@media screen and (max-width: 1440px) {
  #fv .main_title {
    margin-bottom: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .main_title {
    margin-bottom: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .main_title {
    margin-bottom: 4.651vw;
  }
}
#fv .main_title span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem 0;
  font-size: 4.8rem;
}
@media screen and (max-width: 1440px) {
  #fv .main_title span {
    font-size: 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .main_title span {
    font-size: 3.333vw;
  }
}
#fv .main_title span {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #307217;
}
@media screen and (max-width: 1440px) {
  #fv .main_title span {
    padding: 0.347vw 0.694vw 0;
  }
}
@media screen and (max-width: 767px) {
  #fv .main_title span {
    padding: 1.163vw 2.326vw 0;
    font-size: 7.442vw;
  }
}
#fv .main_title span + span {
  margin-top: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #fv .main_title span + span {
    margin-top: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .main_title span + span {
    margin-top: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .main_title span + span {
    margin-top: 1.86vw;
  }
}
#fv .box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  background: #D6E3D1;
}
@media screen and (max-width: 1440px) {
  #fv .box {
    padding: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .box {
    width: 100%;
    padding: 2.326vw;
  }
}
#fv .box p {
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  #fv .box p {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .box p {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #fv .box p {
    font-size: 4.186vw;
    line-height: 1.4;
  }
}

#intro {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 1440px) {
  #intro {
    padding: 6.944vw 0 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 9.302vw 0 6.977vw;
  }
}
#intro figure {
  position: relative;
  max-width: 81.2rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #intro figure {
    max-width: none;
    width: 100%;
  }
}
#intro figure img {
  width: 100%;
}
#intro figure .deco {
  position: absolute;
  bottom: -5rem;
}
@media screen and (max-width: 1440px) {
  #intro figure .deco {
    bottom: -3.472vw;
  }
}
@media screen and (max-width: 767px) {
  #intro figure .deco {
    bottom: -3.472vw;
  }
}
#intro figure .deco {
  left: 50%;
  width: 18rem;
}
@media screen and (max-width: 1440px) {
  #intro figure .deco {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #intro figure .deco {
    width: 12.5vw;
  }
}
#intro figure .deco {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #intro figure .deco {
    bottom: -16.279vw;
    width: 41.86vw;
  }
}
#intro .catch {
  margin: 8rem auto 4rem;
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  #intro .catch {
    font-size: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #intro .catch {
    font-size: 2.778vw;
  }
}
#intro .catch {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  #intro .catch {
    margin: 5.556vw auto 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #intro .catch {
    margin: 18.605vw auto 4.651vw;
    font-size: 6.512vw;
  }
}
#intro .catch .green {
  color: #307217;
  font-weight: 700;
}
#intro .triangle {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4rem 5rem 0 5rem;
  border-color: #307217 transparent transparent transparent;
}
@media screen and (max-width: 1440px) {
  #intro .triangle {
    border-width: 2.778vw 3.472vw 0 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  #intro .triangle {
    border-width: 9.302vw 11.628vw 0 11.628vw;
  }
}

#sec01 {
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 1440px) {
  #sec01 {
    padding: 4.167vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding: 9.302vw 0;
  }
}
#sec01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 10rem);
  height: 100%;
  background: #E8F0E5;
  border-radius: 0 4rem 4rem 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  #sec01:before {
    width: 97.917vw;
    border-radius: 0 2.778vw 2.778vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec01:before {
    width: 95.349vw;
    border-radius: 0 6.977vw 6.977vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .wrap {
    width: 86.047vw;
  }
}
#sec01 .title02 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec01 .title02 {
    margin-bottom: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .title02 {
    margin-bottom: 2.778vw;
  }
}
#sec01 .title02 {
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec01 .title02 {
    font-size: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .title02 {
    font-size: 2.778vw;
  }
}
#sec01 .title02 {
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec01 .title02 {
    margin-bottom: 6.977vw;
    font-size: 6.512vw;
  }
}
#sec01 figure {
  width: 85rem;
}
@media screen and (max-width: 1440px) {
  #sec01 figure {
    width: 59.028vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 figure {
    width: 59.028vw;
  }
}
#sec01 figure {
  margin: 4rem auto;
}
@media screen and (max-width: 1440px) {
  #sec01 figure {
    margin: 2.778vw auto;
  }
}
@media screen and (max-width: 767px) {
  #sec01 figure {
    width: 100%;
    margin: 6.977vw auto;
  }
}
#sec01 figure + .txt p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  #sec01 figure + .txt p {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 figure + .txt p {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec01 figure + .txt p {
    font-size: 5.116vw;
  }
}

#sec02 {
  padding: 10rem 0;
}
@media screen and (max-width: 1440px) {
  #sec02 {
    padding: 6.944vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding: 6.977vw 0;
  }
}
#sec02 .box {
  position: relative;
  padding: 4rem 20rem 4rem 4rem;
  border: 5px solid #307217;
  border-radius: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec02 .box {
    padding: 2.778vw 13.889vw 2.778vw 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box {
    padding: 6.977vw 4.651vw;
  }
}
#sec02 .box .title02 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .title02 {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .title02 {
    margin-bottom: 1.389vw;
  }
}
#sec02 .box .title02 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .title02 {
    font-size: 2.361vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .title02 {
    font-size: 2.361vw;
  }
}
#sec02 .box .title02 {
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec02 .box .title02 {
    margin-bottom: 4.651vw;
    font-size: 5.581vw;
  }
}
#sec02 .box .txt_bottom {
  padding-top: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .txt_bottom {
    padding-top: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .txt_bottom {
    padding-top: 1.389vw;
  }
}
#sec02 .box .txt_bottom {
  margin-top: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .txt_bottom {
    margin-top: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .txt_bottom {
    margin-top: 1.389vw;
  }
}
#sec02 .box .txt_bottom {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #sec02 .box .txt_bottom {
    padding-top: 4.651vw;
    margin-top: 4.651vw;
  }
}
#sec02 .box .txt_bottom p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .txt_bottom p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .txt_bottom p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .txt_bottom p {
    font-size: 3.721vw;
  }
}
#sec02 .box .deco {
  position: absolute;
  top: 50%;
  right: -2.7rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .deco {
    right: -1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .deco {
    right: -1.875vw;
  }
}
#sec02 .box .deco {
  width: 26rem;
}
@media screen and (max-width: 1440px) {
  #sec02 .box .deco {
    width: 18.056vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .box .deco {
    width: 18.056vw;
  }
}
#sec02 .box .deco {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sec02 .box .deco {
    position: unset;
    display: block;
    width: 41.86vw;
    margin: 4.651vw auto 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

#sec03 {
  padding: 10rem 0 5rem;
  background: #F5F4E4;
}
@media screen and (max-width: 1440px) {
  #sec03 {
    padding: 6.944vw 0 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding: 6.977vw 0;
  }
}
#sec03 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec03 .box {
    gap: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .box {
    gap: 2.778vw;
  }
}
#sec03 .box {
  padding: 4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec03 .box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec03 .box {
    padding: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.326vw;
    padding: 6.977vw 4.651vw;
    border-radius: 2.326vw;
  }
}
#sec03 .box .title02 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  #sec03 .box .title02 {
    font-size: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .box .title02 {
    font-size: 1.528vw;
  }
}
#sec03 .box .title02 {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sec03 .box .title02 {
    width: 100%;
    font-size: 5.116vw;
  }
}
#sec03 .box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #sec03 .box .txt {
    width: 100%;
  }
}
#sec03 .box .txt p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec03 .box .txt p + p {
    margin-top: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .box .txt p + p {
    margin-top: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 .box .txt p + p {
    margin-top: 1.5em;
  }
}

#sec04 {
  padding: 5rem 0 10rem;
  background: #F5F4E4;
}
@media screen and (max-width: 1440px) {
  #sec04 {
    padding: 3.472vw 0 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 {
    padding: 6.977vw 0;
  }
}
#sec04 .block + .block {
  padding-top: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec04 .block + .block {
    padding-top: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .block + .block {
    padding-top: 2.778vw;
  }
}
#sec04 .block + .block {
  margin-top: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec04 .block + .block {
    margin-top: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .block + .block {
    margin-top: 2.778vw;
  }
}
#sec04 .block + .block {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #sec04 .block + .block {
    padding-top: 4.651vw;
    margin-top: 4.651vw;
  }
}
#sec04 .block .title03 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec04 .block .title03 {
    margin-bottom: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .block .title03 {
    margin-bottom: 0.694vw;
  }
}
#sec04 .block .title03 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  #sec04 .block .title03 {
    font-size: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .block .title03 {
    font-size: 1.528vw;
  }
}
#sec04 .block .title03 {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec04 .block .title03 {
    margin-bottom: 2.326vw;
    font-size: 5.116vw;
  }
}
#sec04 .block figure {
  margin-top: 3rem;
}
@media screen and (max-width: 1440px) {
  #sec04 .block figure {
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .block figure {
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .block figure {
    margin-top: 6.977vw;
  }
}

#sec05 {
  padding: 10rem 0;
}
@media screen and (max-width: 1440px) {
  #sec05 {
    padding: 6.944vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec05 {
    padding: 6.977vw 0;
  }
}

#sec06 {
  padding: 10rem 0 4rem;
  background: #F5F4E4;
}
@media screen and (max-width: 1440px) {
  #sec06 {
    padding: 6.944vw 0 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 {
    padding: 6.977vw 0;
  }
}
#sec06 .block + .block {
  margin-top: 6rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block + .block {
    margin-top: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block + .block {
    margin-top: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block + .block {
    margin-top: 9.302vw;
  }
}
#sec06 .block .w_box {
  padding: 4rem 5rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box {
    padding: 2.778vw 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box {
    padding: 6.977vw;
    border-radius: 4.651vw;
  }
}
#sec06 .block .w_box .box_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  margin: 3rem 0;
  border: 1px dashed #D9D9D9;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex {
    padding: 1.389vw;
    margin: 2.083vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.651vw;
    margin: 6.977vw 0;
  }
}
#sec06 .block .w_box .box_flex:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15.6rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex:before {
    height: 10.833vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex:before {
    height: 10.833vw;
  }
}
#sec06 .block .w_box .box_flex:before {
  background: #D9D9D9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex:before {
    width: 67.442vw;
    height: 1px;
  }
}
#sec06 .block .w_box .box_flex .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex .in {
    gap: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in {
    gap: 1.389vw;
  }
}
#sec06 .block .w_box .box_flex .in {
  width: 45.5rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex .in {
    width: 31.597vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in {
    width: 31.597vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.651vw;
    width: 100%;
  }
}
#sec06 .block .w_box .box_flex .in img {
  width: 18rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex .in img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in img {
    display: block;
    width: 41.86vw;
    margin: auto;
  }
}
#sec06 .block .w_box .box_flex .in .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in .txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
#sec06 .block .w_box .box_flex .in .txt p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex .in .txt p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in .txt p {
    font-size: 1.111vw;
  }
}
#sec06 .block .w_box .box_flex .in .txt p {
  lighting-color: 1.4;
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in .txt p {
    font-size: 3.721vw;
  }
}
#sec06 .block .w_box .box_flex .in .txt .red,
#sec06 .block .w_box .box_flex .in .txt .blue {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex .in .txt .red,
  #sec06 .block .w_box .box_flex .in .txt .blue {
    margin-bottom: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in .txt .red,
  #sec06 .block .w_box .box_flex .in .txt .blue {
    margin-bottom: 0.694vw;
  }
}
#sec06 .block .w_box .box_flex .in .txt .red,
#sec06 .block .w_box .box_flex .in .txt .blue {
  font-size: 2.3rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .box_flex .in .txt .red,
  #sec06 .block .w_box .box_flex .in .txt .blue {
    font-size: 1.597vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in .txt .red,
  #sec06 .block .w_box .box_flex .in .txt .blue {
    font-size: 1.597vw;
  }
}
#sec06 .block .w_box .box_flex .in .txt .red,
#sec06 .block .w_box .box_flex .in .txt .blue {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in .txt .red,
  #sec06 .block .w_box .box_flex .in .txt .blue {
    margin-bottom: 2.326vw;
    font-size: 5.349vw;
    text-align: center;
  }
}
#sec06 .block .w_box .box_flex .in .txt .red {
  color: #DF0B2A;
}
#sec06 .block .w_box .box_flex .in .txt .blue {
  color: #0B5FAC;
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .box_flex .in + .in {
    padding-top: 4.651vw;
    margin-top: 4.651vw;
  }
}
#sec06 .block .w_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .flex {
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .flex {
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.977vw;
    margin-top: 6.977vw;
  }
}
#sec06 .block .w_box .flex .in {
  width: 46rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .w_box .flex .in {
    width: 31.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .flex .in {
    width: 31.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .w_box .flex .in {
    width: 100%;
  }
}
#sec06 .block .grid_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1440px) {
  #sec06 .block .grid_flex {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .grid_flex {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .grid_flex {
    gap: 2.326vw;
  }
}
#sec06 .block .grid_flex .w_box {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 1440px) {
  #sec06 .block .grid_flex .w_box {
    width: calc((100% - 2.083vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  #sec06 .block .grid_flex .w_box {
    width: 100%;
  }
}
#sec06 .block .grid_flex .w_box:last-of-type {
  width: 100%;
}
#sec06 + .cvtArea {
  background: #F5F4E4;
}

#sec07 {
  padding: 10rem 0 4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 {
    padding: 6.944vw 0 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 {
    padding: 6.977vw 0 0;
  }
}
#sec07 .title_under {
  position: relative;
  padding-right: 21rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .title_under {
    padding-right: 14.583vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under {
    padding-right: 14.583vw;
  }
}
#sec07 .title_under {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .title_under {
    margin-bottom: 5.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under {
    margin-bottom: 5.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under {
    padding-right: 0;
    margin-bottom: 6.977vw;
  }
}
#sec07 .title_under .fwb {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .title_under .fwb {
    margin-bottom: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under .fwb {
    margin-bottom: 0.694vw;
  }
}
#sec07 .title_under .fwb {
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .title_under .fwb {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under .fwb {
    font-size: 1.667vw;
  }
}
#sec07 .title_under .fwb {
  background-image: -webkit-gradient(linear, left top, left bottom, from(1.4));
  background-image: linear-gradient(1.4);
}
@media screen and (max-width: 767px) {
  #sec07 .title_under .fwb {
    margin-bottom: 2.326vw;
    font-size: 5.581vw;
  }
}
#sec07 .title_under .deco {
  position: absolute;
  top: 50%;
  right: -4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .title_under .deco {
    right: -2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under .deco {
    right: -2.778vw;
  }
}
#sec07 .title_under .deco {
  width: 26rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .title_under .deco {
    width: 18.056vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .title_under .deco {
    width: 18.056vw;
  }
}
#sec07 .title_under .deco {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sec07 .title_under .deco {
    position: unset;
    display: block;
    width: 41.86vw;
    margin: 6.977vw auto 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
#sec07 .g_box {
  padding: 6rem 9rem;
  border: 5px solid #307217;
  border-radius: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box {
    padding: 4.167vw 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box {
    padding: 6.977vw 4.651vw;
    border-radius: 2.326vw;
  }
}
#sec07 .g_box .block + .block {
  padding-top: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .block + .block {
    padding-top: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .block + .block {
    padding-top: 2.778vw;
  }
}
#sec07 .g_box .block + .block {
  margin-top: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .block + .block {
    margin-top: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .block + .block {
    margin-top: 2.778vw;
  }
}
#sec07 .g_box .block + .block {
  border-top: 1px solid #307217;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .block + .block {
    padding-top: 6.977vw;
    margin-top: 6.977vw;
  }
}
#sec07 .g_box .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .title03 {
    gap: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .title03 {
    gap: 0.556vw;
  }
}
#sec07 .g_box .title03 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .title03 {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .title03 {
    margin-bottom: 1.389vw;
  }
}
#sec07 .g_box .title03 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .title03 {
    font-size: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .title03 {
    font-size: 1.528vw;
  }
}
#sec07 .g_box .title03 {
  color: #307217;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .title03 {
    gap: 1.86vw;
    margin-bottom: 4.651vw;
    font-size: 4.651vw;
  }
}
#sec07 .g_box .title03 img {
  width: 2.2rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .title03 img {
    width: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .title03 img {
    width: 1.528vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .title03 img {
    width: 5.116vw;
  }
}
#sec07 .g_box ul li {
  margin-left: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box ul li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box ul li {
    font-size: 1.25vw;
  }
}
#sec07 .g_box ul li {
  line-height: 1.6;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box ul li {
    font-size: 4.186vw;
  }
}
#sec07 .g_box dl {
  margin: 2rem 0;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl {
    margin: 1.389vw 0;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl {
    margin: 4.651vw 0;
  }
}
#sec07 .g_box dl .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  background: #F4F7F8;
  border-radius: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in {
    border-radius: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in {
    border-radius: 0.694vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in {
    padding: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.326vw;
    padding: 4.651vw 2.326vw;
    border-radius: 2.326vw;
  }
}
#sec07 .g_box dl .in + .in {
  margin-top: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in + .in {
    margin-top: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in + .in {
    margin-top: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in + .in {
    margin-top: 2.326vw;
  }
}
#sec07 .g_box dl .in dt {
  width: 23rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dt {
    width: 15.972vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dt {
    width: 15.972vw;
  }
}
#sec07 .g_box dl .in dt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dt {
    font-size: 1.25vw;
  }
}
#sec07 .g_box dl .in dt {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dt {
    width: 100%;
    font-size: 4.186vw;
  }
}
#sec07 .g_box dl .in dd {
  width: 61rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd {
    width: 42.361vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd {
    width: 42.361vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd {
    width: 100%;
  }
}
#sec07 .g_box dl .in dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  gap: 0.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd ul li {
    gap: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li {
    gap: 0.556vw;
  }
}
#sec07 .g_box dl .in dd ul li {
  line-height: 1.4;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.86vw;
  }
}
#sec07 .g_box dl .in dd ul li + li {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd ul li + li {
    margin-top: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li + li {
    margin-top: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li + li {
    margin-top: 1.86vw;
  }
}
#sec07 .g_box dl .in dd ul li .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd ul li .en {
    width: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .en {
    width: 1.667vw;
  }
}
#sec07 .g_box dl .in dd ul li .en {
  height: 2.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd ul li .en {
    height: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .en {
    height: 1.667vw;
  }
}
#sec07 .g_box dl .in dd ul li .en {
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd ul li .en {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .en {
    font-size: 0.972vw;
  }
}
#sec07 .g_box dl .in dd ul li .en {
  color: #fff;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .en {
    width: 5.581vw;
    height: 5.581vw;
    font-size: 3.256vw;
  }
}
#sec07 .g_box dl .in dd ul li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .txt {
    padding-top: 0.05em;
  }
}
#sec07 .g_box dl .in dd ul li .txt .ellipsis {
  position: relative;
  top: -0.1em;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box dl .in dd ul li .txt .ellipsis {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .txt .ellipsis {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box dl .in dd ul li .txt .ellipsis {
    top: -0.2em;
    font-size: 2.791vw;
  }
}
#sec07 .g_box dl .in dd ul li a {
  color: #307217;
  text-decoration: underline;
}
#sec07 .g_box .caution .en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  width: 2.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .caution .en {
    width: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .en {
    width: 1.667vw;
  }
}
#sec07 .g_box .caution .en {
  height: 2.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .caution .en {
    height: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .en {
    height: 1.667vw;
  }
}
#sec07 .g_box .caution .en {
  margin-right: 0.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .caution .en {
    margin-right: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .en {
    margin-right: 0.556vw;
  }
}
#sec07 .g_box .caution .en {
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .caution .en {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .en {
    font-size: 0.972vw;
  }
}
#sec07 .g_box .caution .en {
  color: #fff;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .en {
    width: 5.581vw;
    height: 5.581vw;
    margin-right: 1.86vw;
    font-size: 3.256vw;
  }
}
#sec07 .g_box .caution .interval {
  margin-right: 0.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .caution .interval {
    margin-right: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .interval {
    margin-right: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution .interval {
    margin-right: 1.86vw;
  }
}
#sec07 .g_box .caution p .txt {
  vertical-align: middle;
  position: relative;
  top: 0.05em;
}
#sec07 .g_box .caution p + p {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1440px) {
  #sec07 .g_box .caution p + p {
    margin-top: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution p + p {
    margin-top: 0.556vw;
  }
}
@media screen and (max-width: 767px) {
  #sec07 .g_box .caution p + p {
    margin-top: 1.86vw;
  }
}

#sec08 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1440px) {
  #sec08 {
    margin-bottom: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec08 {
    margin-bottom: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec08 {
    margin-bottom: 13.953vw;
  }
}

#sec09 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1440px) {
  #sec09 {
    margin-bottom: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 {
    margin-bottom: 6.944vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 {
    margin-bottom: 18.605vw;
  }
}
#sec09 dl {
  margin-top: 3rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl {
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl {
    margin-top: 2.083vw;
  }
}
#sec09 dl {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #sec09 dl {
    margin-top: 4.651vw;
  }
}
#sec09 dl .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in {
    padding-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in {
    padding-top: 2.083vw;
  }
}
#sec09 dl .in {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in {
    padding-bottom: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in {
    padding-bottom: 2.083vw;
  }
}
#sec09 dl .in {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  #sec09 dl .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.326vw;
    padding-top: 4.651vw;
    padding-bottom: 4.651vw;
  }
}
#sec09 dl .in dt {
  width: 28rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dt {
    width: 19.444vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dt {
    width: 19.444vw;
  }
}
#sec09 dl .in dt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dt {
    font-size: 1.25vw;
  }
}
#sec09 dl .in dt {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dt {
    width: 100%;
    font-size: 4.186vw;
  }
}
#sec09 dl .in dd {
  width: 81rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd {
    width: 56.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd {
    width: 56.25vw;
  }
}
#sec09 dl .in dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd {
    font-size: 1.25vw;
  }
}
#sec09 dl .in dd {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd {
    width: 100%;
    font-size: 4.186vw;
    line-height: 1.6;
  }
}
#sec09 dl .in dd .box {
  padding: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd .box {
    margin-top: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box {
    margin-top: 1.389vw;
  }
}
#sec09 dl .in dd .box {
  background: #F4F7F8;
  border-radius: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd .box {
    border-radius: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box {
    border-radius: 0.694vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd .box {
    padding: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box {
    padding: 4.651vw;
    border-radius: 2.326vw;
  }
}
#sec09 dl .in dd .box .title03 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd .box .title03 {
    margin-bottom: 0.694vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box .title03 {
    margin-bottom: 0.694vw;
  }
}
#sec09 dl .in dd .box .title03 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  #sec09 dl .in dd .box .title03 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box .title03 {
    font-size: 1.25vw;
  }
}
#sec09 dl .in dd .box .title03 {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box .title03 {
    margin-bottom: 2.326vw;
    font-size: 4.186vw;
    line-height: 1.4;
  }
}
#sec09 dl .in dd .box p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sec09 dl .in dd .box p {
    line-height: 1.6;
  }
}

#sec10 {
  position: relative;
  padding: 22rem 0 6rem;
  background: #F4F7F8;
}
@media screen and (max-width: 1440px) {
  #sec10 {
    padding: 15.278vw 0 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 {
    padding: 37.209vw 0 6.977vw;
  }
}
#sec10 .deco {
  position: absolute;
  top: -5rem;
}
@media screen and (max-width: 1440px) {
  #sec10 .deco {
    top: -3.472vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .deco {
    top: -3.472vw;
  }
}
#sec10 .deco {
  left: 50%;
  width: 24rem;
}
@media screen and (max-width: 1440px) {
  #sec10 .deco {
    width: 16.667vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .deco {
    width: 16.667vw;
  }
}
#sec10 .deco {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #sec10 .deco {
    top: -11.628vw;
    width: 41.86vw;
  }
}
#sec10 .title02 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec10 .title02 {
    margin-bottom: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .title02 {
    margin-bottom: 2.778vw;
  }
}
#sec10 .title02 {
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  #sec10 .title02 {
    font-size: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .title02 {
    font-size: 2.778vw;
  }
}
#sec10 .title02 {
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec10 .title02 {
    margin-bottom: 4.651vw;
    font-size: 6.512vw;
  }
}
#sec10 .w_box {
  padding: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1440px) {
  #sec10 .w_box {
    margin-top: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .w_box {
    margin-top: 4.167vw;
  }
}
#sec10 .w_box {
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 1440px) {
  #sec10 .w_box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .w_box {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 1440px) {
  #sec10 .w_box {
    padding: 2.778vw;
  }
}
@media screen and (max-width: 767px) {
  #sec10 .w_box {
    padding: 4.651vw;
    border-radius: 4.651vw;
  }
}
#sec10 + .cvtArea {
  background: #F4F7F8;
}