@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.Vertical-line {
  position: relative;
}
.Vertical-line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #333;
  display: block;
  margin: 40px auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .Vertical-line:after {
    height: calc(100/750 * 100vw);
    margin: calc(20/750 * 100vw) auto;
  }
}

.ttl-icon-box {
  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;
}
.ttl-icon-box .ttl-icon {
  margin-right: 10px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .ttl-icon-box .ttl-icon {
    margin-right: calc(10/750 * 100vw);
  }
}

.ttl-txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .ttl-txt {
    font-size: calc(40/750 * 100vw);
    margin-top: calc(-18/750 * 100vw);
    line-height: 1.8;
    margin-bottom: calc(40/750 * 100vw);
  }
}

.about-ttl-txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-ttl-txt {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.common-txt {
  text-align: justify;
  letter-spacing: 0.04em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .common-txt {
    font-size: calc(28/750 * 100vw);
  }
}

.green-txt {
  color: #6CB264;
}

.bridge-txt {
  color: #6CB264;
  font-size: 24px;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bridge-txt {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

.bridge-txt-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bridge-txt-box {
    display: block;
  }
}

.bridge-em-txt {
  text-align: center;
}
.bridge-em-txt p {
  background: #6CB264;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 5px 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bridge-em-txt p {
    margin-bottom: calc(20/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bridge-em-txt p {
    font-size: calc(32/750 * 100vw);
  }
}
.bridge-em-txt:first-child p {
  padding: 5px 0px 5px 30px;
}
@media screen and (max-width: 767px) {
  .bridge-em-txt:first-child p {
    padding: calc(5/750 * 100vw) calc(30/750 * 100vw);
  }
}
.bridge-em-txt:last-child p {
  padding: 5px 30px 5px 0px;
}
@media screen and (max-width: 767px) {
  .bridge-em-txt:last-child p {
    padding: calc(5/750 * 100vw) calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp10 {
    padding-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp20 {
    padding-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp30 {
    padding-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp40 {
    padding-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp50 {
    padding-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp60 {
    padding-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp70 {
    padding-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp80 {
    padding-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp90 {
    padding-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp100 {
    padding-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc110 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp110 {
    padding-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp120 {
    padding-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc130 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp130 {
    padding-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc140 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp140 {
    padding-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc150 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp150 {
    padding-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc160 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp160 {
    padding-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc170 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp170 {
    padding-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp180 {
    padding-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc190 {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp190 {
    padding-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp200 {
    padding-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp10 {
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp20 {
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp30 {
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp50 {
    padding-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp60 {
    padding-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp70 {
    padding-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp80 {
    padding-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp90 {
    padding-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp100 {
    padding-bottom: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp110 {
    padding-bottom: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc120 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp120 {
    padding-bottom: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc130 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp130 {
    padding-bottom: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc140 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp140 {
    padding-bottom: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc150 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp150 {
    padding-bottom: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc160 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp160 {
    padding-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc170 {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp170 {
    padding-bottom: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc180 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp180 {
    padding-bottom: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc190 {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp190 {
    padding-bottom: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp200 {
    padding-bottom: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc10 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp10 {
    padding-left: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc20 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp20 {
    padding-left: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc30 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp30 {
    padding-left: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc40 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp40 {
    padding-left: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc50 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp50 {
    padding-left: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc60 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp60 {
    padding-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc70 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp70 {
    padding-left: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc80 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp80 {
    padding-left: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc90 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp90 {
    padding-left: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc100 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp100 {
    padding-left: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc10 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp10 {
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp20 {
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp30 {
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp40 {
    padding-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp50 {
    padding-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp60 {
    padding-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp70 {
    padding-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp80 {
    padding-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp90 {
    padding-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp100 {
    padding-right: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp10 {
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp20 {
    padding-top: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp30 {
    padding-top: calc(30/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plr-pc10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp10 {
    padding-left: calc(10/750 * 100vw);
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp20 {
    padding-left: calc(20/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp30 {
    padding-left: calc(30/750 * 100vw);
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-sp10 {
    padding: calc(10/750 * 100vw);
  }
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mta {
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mt-pc10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp10 {
    margin-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp30 {
    margin-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp40 {
    margin-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp60 {
    margin-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp70 {
    margin-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp100 {
    margin-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp110 {
    margin-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp120 {
    margin-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp130 {
    margin-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc140 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp140 {
    margin-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp150 {
    margin-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp160 {
    margin-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp170 {
    margin-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp180 {
    margin-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp190 {
    margin-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp200 {
    margin-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp10 {
    margin-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp20 {
    margin-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp30 {
    margin-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp50 {
    margin-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp60 {
    margin-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp70 {
    margin-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp80 {
    margin-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp90 {
    margin-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp100 {
    margin-bottom: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc110 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp110 {
    margin-bottom: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp120 {
    margin-bottom: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp130 {
    margin-bottom: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc140 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp140 {
    margin-bottom: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp150 {
    margin-bottom: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc160 {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp160 {
    margin-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc170 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp170 {
    margin-bottom: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp180 {
    margin-bottom: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc190 {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp190 {
    margin-bottom: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp200 {
    margin-bottom: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc10 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp10 {
    margin-left: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp20 {
    margin-left: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp30 {
    margin-left: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp40 {
    margin-left: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp50 {
    margin-left: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc60 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp60 {
    margin-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc70 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp70 {
    margin-left: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc80 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp80 {
    margin-left: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc90 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp90 {
    margin-left: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc100 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp100 {
    margin-left: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc10 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp10 {
    margin-right: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp20 {
    margin-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc30 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp30 {
    margin-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp40 {
    margin-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc50 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp50 {
    margin-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc60 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp60 {
    margin-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp70 {
    margin-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc80 {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp80 {
    margin-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc90 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp90 {
    margin-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp100 {
    margin-right: calc(100/750 * 100vw);
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28/750 * 100vw);
  }
}

div {
  font-size: 16px;
}

li {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

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

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

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    height: calc(100/750 * 100vw);
  }
}

.header-logo {
  width: 202px;
  height: 30px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    margin-left: calc(30/750 * 100vw);
    width: calc(333/750 * 100vw);
    height: calc(50/750 * 100vw);
  }
}

.mv {
  width: 100%;
  background: url(../img/mv_pc.jpg) top center/1920px auto no-repeat;
  height: 700px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_sp.jpg) top center/calc(750/750 * 100vw) auto no-repeat;
    height: calc(800/750 * 100vw);
  }
}
.mv h1 {
  display: none;
}

.mv-copy {
  margin: -45px auto 0;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .mv-copy {
    width: 100%;
    margin: calc(-45/750 * 100vw) auto 0;
  }
}

.mv-notes {
  background: #EEEEEE;
}
.mv-notes p {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-notes p {
    text-align: left;
    font-size: calc(22/750 * 100vw);
    padding: calc(20/750 * 100vw) calc(60/750 * 100vw);
  }
}

.cv-area {
  width: 100%;
  padding: 22px 0 26px;
  background-color: #585858;
  background-image: repeating-linear-gradient(-45deg, #727272, #727272 2px, transparent 0, transparent 12px);
}
@media screen and (max-width: 767px) {
  .cv-area {
    padding: calc(35/750 * 100vw) 0 calc(45/750 * 100vw);
    background-image: repeating-linear-gradient(-45deg, #727272, #727272 calc(2/750 * 100vw), transparent 0, transparent calc(12/750 * 100vw));
  }
}

.cv-btn {
  background: #FF9900;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  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: 0 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 0px 0px #B74F00;
  box-shadow: 0px 8px 0px 0px #B74F00;
}
@media screen and (max-width: 767px) {
  .cv-btn {
    padding: 0 calc(50/750 * 100vw);
    width: calc(630/750 * 100vw);
    height: calc(120/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    -webkit-box-shadow: 0px calc(8/750 * 100vw) 0px 0px #B74F00;
    box-shadow: 0px calc(8/750 * 100vw) 0px 0px #B74F00;
  }
}
.cv-btn p {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  padding-left: 22px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv-btn p {
    font-size: calc(40/750 * 100vw);
  }
}
.cv-btn .arrow {
  width: 44px;
  font-size: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .cv-btn .arrow {
    width: calc(72/750 * 100vw);
  }
}
.cv-btn:hover {
  background: #FFAB2D;
}

.support {
  background: url(../img/support_bg.png) top 36px right/101px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .support {
    background: url(../img/support_bg.png) top calc(14/750 * 100vw) right/9.4666666667vw auto no-repeat;
  }
}

.support-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .support-inner {
    width: 100%;
    padding: calc(80/750 * 100vw) 0 calc(20/750 * 100vw);
  }
}

.support-ttl {
  width: 550px;
  font-size: 0;
  margin: 0 auto;
  padding-bottom: 140px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support-ttl {
    width: calc(670/750 * 100vw);
    padding-bottom: calc(70/750 * 100vw);
  }
}

.support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: calc(60/750 * 100vw);
  }
}

.support-txt-box {
  width: 428px;
}
@media screen and (max-width: 767px) {
  .support-txt-box {
    width: 100%;
    padding: 0 calc(60/750 * 100vw);
  }
}

.support-img-box {
  width: 542px;
}
@media screen and (max-width: 767px) {
  .support-img-box {
    width: 100%;
  }
}

.support-ttl-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .support-ttl-icon-box {
    margin-bottom: calc(0/750 * 100vw);
  }
}

.begginer-icon {
  width: 63px;
  font-size: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .begginer-icon {
    margin-right: calc(20/750 * 100vw);
    width: calc(74/750 * 100vw);
  }
}

.support-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-img-list-item {
  width: 320px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .support-img-list-item {
    width: calc(240/750 * 100vw);
  }
}

.support-txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.about {
  position: relative;
  background: url(../img/about_bg.png) top 40px left/101px auto no-repeat, #E8F5E6;
}
@media screen and (max-width: 767px) {
  .about {
    background: url(../img/about_bg.png) top calc(20/750 * 100vw) left/9.4666666667vw auto no-repeat, #E8F5E6;
  }
}

.about-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 140px 0 80px;
}
@media screen and (max-width: 767px) {
  .about-inner {
    width: 100%;
    padding: calc(140/750 * 100vw) 0 calc(80/750 * 100vw);
  }
}

.about-sub-ttl {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-sub-ttl {
    margin-bottom: calc(20/750 * 100vw);
  }
}
.about-sub-ttl p {
  padding: 5px 20px;
  border: 2px solid #6CB264;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  color: #6CB264;
}
@media screen and (max-width: 767px) {
  .about-sub-ttl p {
    border: calc(2/750 * 100vw) solid #6CB264;
    font-size: calc(28/750 * 100vw);
  }
}

.ttl-box {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .ttl-box {
    padding-bottom: calc(165/750 * 100vw);
  }
}

.about-ttl {
  font-size: 42px;
  color: #6CB264;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-ttl {
    font-size: calc(60/750 * 100vw);
  }
}

.buil-icon {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .buil-icon {
    width: calc(60/750 * 100vw);
  }
}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .about-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-img-box {
  width: 433px;
}
@media screen and (max-width: 767px) {
  .about-img-box {
    width: calc(690/750 * 100vw);
    margin-left: auto;
    margin-bottom: calc(60/750 * 100vw);
  }
}

.about-txt-box {
  width: 527px;
}
@media screen and (max-width: 767px) {
  .about-txt-box {
    width: 100%;
    padding: 0 calc(60/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .about-img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(60/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .about-img-list-item {
    width: calc(307/750 * 100vw);
  }
}

.grow {
  position: relative;
}
.grow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 98vw 0 0;
  border-color: transparent #E8F5E6 transparent transparent;
}
@media screen and (max-width: 767px) {
  .grow::after {
    border-width: calc(170/750 * 100vw) 100vw 0 0;
  }
}

.grow-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 240px;
}
@media screen and (max-width: 767px) {
  .grow-inner {
    width: 100%;
    padding: calc(40/750 * 100vw) 0 calc(260/750 * 100vw);
  }
}

.grow-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .grow-ttl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: calc(40/750 * 100vw);
  }
}

.grow-ttl {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .grow-ttl {
    font-size: calc(40/750 * 100vw);
  }
}

.grow-icon {
  width: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .grow-icon {
    margin: 0 auto calc(20/750 * 100vw);
    width: calc(90/750 * 100vw);
  }
}

.grow-txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .grow-txt {
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(80/750 * 100vw);
    padding: 0 calc(60/750 * 100vw);
    text-align: left;
  }
}

.grow-list {
  width: 1000px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .grow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(60/750 * 100vw);
  }
}

.grow-list-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .grow-list-item {
    width: 100%;
    margin-bottom: calc(60/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .grow-list-item:last-child {
    margin-bottom: calc(40/750 * 100vw);
  }
}
.grow-list-item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .grow-list-item img {
    width: 100%;
  }
}

.grow-notes {
  font-size: 14px;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .grow-notes {
    text-align: left;
    font-size: calc(24/750 * 100vw);
    padding: 0 calc(60/750 * 100vw) calc(60/750 * 100vw);
  }
}

.sdgs {
  position: relative;
  background: #E8F5E6;
}

.sdgs-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .sdgs-inner {
    width: 100%;
    padding: calc(50/750 * 100vw) 0 calc(120/750 * 100vw);
  }
}

.sdgs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sdgs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(60/750 * 100vw);
  }
}

.sdgs-txt-box {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .sdgs-txt-box {
    width: 100%;
    padding: 0 calc(60/750 * 100vw) calc(60/750 * 100vw);
  }
}

.sdgs-img-box {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .sdgs-img-box {
    width: 100%;
    padding: 0 calc(60/750 * 100vw);
  }
}

.sdgs-ttl-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs-ttl-icon-box {
    margin-bottom: calc(36/750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.sdgs-icon {
  width: 93px;
  font-size: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sdgs-icon {
    width: calc(141/750 * 100vw);
    margin: 0 auto calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .sdgs-ttl-txt {
    margin-bottom: 0;
  }
}

.point {
  background: url(../img/point_bg.png) top 45px right/101px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .point {
    background: url(../img/point_bg.png) top calc(30/750 * 100vw) right/9.4666666667vw auto no-repeat;
  }
}

.point-inner {
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 30px;
}
@media screen and (max-width: 767px) {
  .point-inner {
    width: 100%;
    padding: calc(140/750 * 100vw) 0 0;
  }
}

.point-ttl {
  font-size: 42px;
  color: #6CB264;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-ttl {
    font-size: calc(60/750 * 100vw);
  }
}

.point-sub-txt {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .point-sub-txt {
    font-size: calc(40/750 * 100vw);
    padding-bottom: calc(150/750 * 100vw);
  }
}
.point-sub-txt .big {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .point-sub-txt .big {
    font-size: calc(40/750 * 100vw);
  }
}

.point-list-item:nth-child(odd) {
  background-color: #EEEEEE;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 0, transparent 12px);
}
@media screen and (max-width: 767px) {
  .point-list-item:nth-child(odd) {
    background-image: repeating-linear-gradient(-45deg, #fff, #fff calc(2/750 * 100vw), transparent 0, transparent calc(12/750 * 100vw));
  }
}

.point-list-item-inner {
  position: relative;
  width: 1000px;
  padding: 110px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point-list-item-inner {
    width: 100%;
    padding: calc(140/750 * 100vw) 0 calc(160/750 * 100vw);
  }
}

.point-item-ttl {
  background: #6CB264;
  width: 100px;
  height: 100px;
  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;
  position: absolute;
  top: 0%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .point-item-ttl {
    width: calc(157/750 * 100vw);
    height: calc(157/750 * 100vw);
    left: 50%;
  }
}

.point-list-item:nth-child(2n) .point-list-item-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .point-list-item:nth-child(2n) .point-list-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point-list-item:nth-child(2n) .point-item-ttl {
  left: 75%;
}
@media screen and (max-width: 767px) {
  .point-list-item:nth-child(2n) .point-item-ttl {
    left: 50%;
  }
}

.point-list-item-box {
  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;
}
@media screen and (max-width: 767px) {
  .point-list-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point-ttl-txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .point-ttl-txt {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
  }
}

.point-ttl-nom {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-ttl-nom {
    font-size: calc(60/750 * 100vw);
  }
}

.point-list-item-txt-box {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .point-list-item-txt-box {
    width: 100%;
  }
}

.point-list-item-img-box {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .point-list-item-img-box {
    width: 100%;
    padding: 0 calc(60/750 * 100vw);
  }
}

.point-list-item-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point-list-item-ttl {
    font-size: calc(40/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}
.point-list-item-ttl .small {
  font-size: 50%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  vertical-align: text-top;
}

.point-list-item-txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .point-list-item-txt {
    font-size: calc(28/750 * 100vw);
    padding: 0 calc(60/750 * 100vw) calc(60/750 * 100vw);
  }
}

.point-list-item-notes {
  font-size: 14px;
      padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point-list-item-notes {
    font-size: calc(26/750 * 100vw);
    padding: 0 0 calc(24/750 * 100vw) 0;
  }
}

.works {
  background: #E8F5E6;
}
@media screen and (max-width: 767px) {
  .works {
    background: url(../img/works_bg_sp.png) top calc(36/750 * 100vw) right/9.6vw auto no-repeat, #E8F5E6;
  }
}

.works-inner {
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 0px;
}
@media screen and (max-width: 767px) {
  .works-inner {
    width: 100%;
    padding: calc(140/750 * 100vw) 0 calc(0/750 * 100vw);
  }
}

.works-ttl {
  font-size: 42px;
  color: #6CB264;
  font-weight: 500;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .works-ttl {
    font-size: calc(60/750 * 100vw);
    padding-bottom: calc(350/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .works-list {
    padding: 95px 0 30px;
    background: url(../img/works_bg_pc.png) top 34px left/101px auto no-repeat, #fff;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    background: #fff;
    padding-bottom: calc(20/750 * 100vw);
  }
}

.works-list-item {
  width: 1200px;
  margin: 0 auto;
  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;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .works-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .works-list-item:nth-child(odd) {
    padding-right: 100px;
  }
}

@media screen and (min-width: 768px) {
  .works-list-item:nth-child(2n) {
    padding-left: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.works-list-item-img {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .works-list-item-img {
    width: calc(690/750 * 100vw);
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .works-list-item:first-child .works-list-item-img {
    position: absolute;
    top: calc(-190/750 * 100vw);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .works-list-item:first-child .works-list-item-txt {
    padding: calc(277/750 * 100vw) calc(60/750 * 100vw) 0;
  }
}

.works-list-item-txt {
  width: 500px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .works-list-item-txt {
    width: 100%;
    font-size: calc(28/750 * 100vw);
    padding: calc(40/750 * 100vw) calc(60/750 * 100vw) 0;
  }
}

.schedule {
  background: #A4D49B;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .schedule {
    position: relative;
    padding: calc(20/750 * 100vw);
  }
}

.schedule-inner {
  width: 1200px;
  background: #fff;
  margin: 0px auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .schedule-inner {
    width: 100%;
    padding: calc(85/750 * 100vw) calc(20/750 * 100vw) calc(80/750 * 100vw);
  }
}
.schedule-inner p {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .schedule-inner p {
    width: calc(630/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .schedule-ttl {
    width: calc(550/750 * 100vw);
    position: absolute;
    font-size: 0;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.message {
  padding: 60px 0;
  background: url(../img/message_bg.png) top 45px right/101px auto no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .message {
    background: url(../img/message_bg.png) top calc(24/750 * 100vw) right/9.4666666667vw auto no-repeat;
    position: relative;
    padding: calc(20/750 * 100vw) 0 0;
  }
}

.message-inner {
  width: 100%;
  margin: 0px auto;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .message-inner {
    width: 100%;
    padding: calc(85/750 * 100vw) calc(0/750 * 100vw) calc(180/750 * 100vw);
  }
}

.message-sub-ttl {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message-sub-ttl {
    margin-bottom: calc(20/750 * 100vw);
  }
}
.message-sub-ttl p {
  padding: 5px 20px;
  border: 2px solid #6CB264;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  color: #6CB264;
}
@media screen and (max-width: 767px) {
  .message-sub-ttl p {
    border: calc(2/750 * 100vw) solid #6CB264;
    font-size: calc(28/750 * 100vw);
  }
}

.message-ttl {
  font-size: 42px;
  color: #6CB264;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .message-ttl {
    font-size: calc(60/750 * 100vw);
    text-align: center;
  }
}
.message-ttl .small {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .message-ttl .small {
    font-size: calc(40/750 * 100vw);
  }
}

.comments-icon {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .comments-icon {
    width: calc(75/750 * 100vw);
    margin-bottom: auto;
    margin-top: calc(20/750 * 100vw);
  }
}

.message-head {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message-head {
    font-size: calc(40/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.message-head-txt {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .message-head-txt {
    font-size: calc(28/750 * 100vw);
    padding: 0 calc(60/750 * 100vw);
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.message-list-item {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .message-list-item {
    margin-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .message-list-item-bg {
    position: absolute;
    width: 100%;
    height: 272px;
    background: -webkit-gradient(linear, left top, right top, from(#E8F5E6), color-stop(50%, #E8F5E6), color-stop(51%, #ffffff), to(#ffffff));
    background: linear-gradient(to right, #E8F5E6 0%, #E8F5E6 50%, #ffffff 51%, #ffffff 100%);
  }
}

@media screen and (min-width: 768px) {
  .message-list-item-ttl-bg {
    width: 580px;
    height: 272px;
    background: #fff;
    margin-left: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.message-list-ttl-box {
  width: 1000px;
  margin: 0 auto 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .message-list-ttl-box {
    margin: 0 auto calc(60/750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.message-list-ttl-img {
  width: 440px;
  z-index: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .message-list-ttl-img {
    width: 100%;
    margin-bottom: calc(56/750 * 100vw);
  }
}

.message-list-ttl-txt-box {
  width: 560px;
  z-index: 2;
  border-bottom: #6CB264 solid 2px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .message-list-ttl-txt-box {
    width: calc(740/750 * 100vw);
    padding-left: calc(60/750 * 100vw);
    border-bottom: #6CB264 solid calc(2/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .message-list-item:nth-child(2) {
    margin-top: calc(100/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .message-list-item:nth-child(2) .message-list-item-bg {
    position: absolute;
    width: 100%;
    height: 272px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(49%, #ffffff), color-stop(50%, #E8F5E6), to(#E8F5E6));
    background: linear-gradient(to right, #ffffff 0%, #ffffff 49%, #E8F5E6 50%, #E8F5E6 100%);
  }
}
@media screen and (min-width: 768px) {
  .message-list-item:nth-child(2) .message-list-item-ttl-bg {
    margin-left: 0;
    width: 540px;
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .message-list-item:nth-child(2) .message-list-ttl-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .message-list-item:nth-child(2) .message-list-ttl-txt-box {
    padding-left: 0px;
  }
}

.message-list-ttl {
  font-size: 32px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .message-list-ttl {
    font-size: calc(40/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.message-list-ttl-name {
  font-size: 22px;
  color: #6CB264;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .message-list-ttl-name {
    font-size: calc(28/750 * 100vw);
  }
}

.message-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .message-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto calc(60/750 * 100vw);
    padding: 0 calc(60/750 * 100vw);
  }
}

.message-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
}
@media screen and (min-width: 768px) {
  .message-dt {
    background: #E8F5E6;
  }
}
@media screen and (max-width: 767px) {
  .message-dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: calc(10/750 * 100vw) solid #6CB264;
    padding-left: calc(18/750 * 100vw);
    margin-bottom: calc(22/750 * 100vw);
  }
}
.message-dt p {
  color: #6CB264;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .message-dt p {
    font-weight: bold;
    font-size: calc(32/750 * 100vw);
  }
}

.message-dd {
  font-size: 18px;
  width: 510px;
}
@media screen and (max-width: 767px) {
  .message-dd {
    width: 100%;
    font-size: calc(28/750 * 100vw);
  }
}

.qa {
  background: #E8F5E6;
}
@media screen and (max-width: 767px) {
  .qa {
    position: relative;
  }
}

.qa-ttl-box {
  background: url(../img/qa_ttl_bg.png) center center/cover no-repeat;
  height: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .qa-ttl-box {
    height: calc(348/750 * 100vw);
    background: url(../img/qa_ttl_bg.png) top center/cover no-repeat;
  }
}
.qa-ttl-box .Vertical-line:after {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .qa-ttl-box .Vertical-line:after {
    margin: calc(30/750 * 100vw) auto 0;
  }
}

.qa-ttl-box-ttl {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .qa-ttl-box-ttl {
    padding-bottom: calc(20/750 * 100vw);
    font-size: calc(100/750 * 100vw);
  }
}
.qa-ttl-box-ttl .small {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .qa-ttl-box-ttl .small {
    font-size: calc(80/750 * 100vw);
  }
}

.qa-ttl-box-sub-ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .qa-ttl-box-sub-ttl {
    font-size: calc(32/750 * 100vw);
  }
}

.qa-inner {
  width: 1000px;
  margin: 0px auto;
  padding: 110px 0 50px;
}
@media screen and (max-width: 767px) {
  .qa-inner {
    width: 100%;
    padding: calc(80/750 * 100vw) calc(60/750 * 100vw) calc(180/750 * 100vw);
  }
}

.qa-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qa-area {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .qa-area {
    margin: calc(40/750 * 100vw) auto 0;
  }
}

.qa-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.box {
  border: solid 3px #E1E1E1;
}

.qa-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qa-box {
    margin-bottom: calc(60/750 * 100vw);
  }
}

.qa-box:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qa-box:last-child {
    margin-bottom: calc(30/750 * 100vw);
  }
}

.qa-label {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.079em;
  line-height: 1.09;
}
@media screen and (min-width: 768px) {
  .qa-label {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .qa-label {
    font-size: 3.3vw;
  }
}

.qa-q {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px 37px 60px;
  position: relative;
  background: #fff;
  cursor: pointer;
  border-bottom: 2px solid #6CB264;
}
@media screen and (max-width: 767px) {
  .qa-q {
    padding: calc(40/750 * 100vw);
  }
}

.qa-q .qa-head {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #6CB264;
  width: 50px;
  height: 50px;
  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;
}
@media screen and (max-width: 767px) {
  .qa-q .qa-head {
    font-size: calc(48/750 * 100vw);
    width: calc(80/750 * 100vw);
    height: calc(80/750 * 100vw);
    line-height: 1;
  }
}

.qa-ac {
  display: none;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  color: #333333;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.is-open .qa-ac {
  display: block;
}

.qa-ac-txt {
  padding: 30px 40px 30px 60px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .qa-ac-txt {
    font-size: calc(26/750 * 100vw);
    padding: calc(40/750 * 100vw);
    line-height: 1.6;
  }
}

.qa-ac-txt .qa-ac-head {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #6CB264;
  width: 50px;
  height: 50px;
  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;
}
@media screen and (max-width: 767px) {
  .qa-ac-txt .qa-ac-head {
    font-size: calc(48/750 * 100vw);
    width: calc(80/750 * 100vw);
    height: calc(80/750 * 100vw);
    line-height: 1;
  }
}

.is-open.qa-check ~ .qa-ac {
  max-height: 20em;
}

.qa-toggle {
  position: absolute;
  display: block;
  top: 50%;
  right: 60px;
  font-size: 26px;
  color: #6CB264;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%) rotateX(180deg);
          transform: translate(-50%, -50%) rotateX(180deg);
}
@media screen and (max-width: 767px) {
  .qa-toggle {
    right: calc(40/750 * 100vw);
    font-size: calc(40/750 * 100vw);
  }
}

.is-open .qa-toggle {
  -webkit-transform: translate(-50%, -50%) rotateX(0deg);
          transform: translate(-50%, -50%) rotateX(0deg);
}

@media screen and (min-width: 768px) {
  .qa-q::before {
    margin-left: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .qa-q::before {
    margin-left: -2em;
  }
}

.qa-q .qa-contents {
  font-size: 22px;
  color: #6CB264;
  padding-left: 40px;
  font-weight: 500;
  width: 810px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .qa-q .qa-contents {
    width: calc(370/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    padding-left: calc(30/750 * 100vw);
  }
}

.qa-ac-txt .qa-ac-contents {
  font-size: 18px;
  width: 840px;
  padding-left: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .qa-ac-txt .qa-ac-contents {
    width: calc(440/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    padding-left: calc(30/750 * 100vw);
  }
}

.requirements {
  background: #EEEEEE;
  position: relative;
}
@media screen and (max-width: 767px) {
  .requirements {
    position: relative;
  }
}

.requirements-bg {
  z-index: 0;
}
.requirements-bg img {
  width: 120px;
  height: auto;
  position: absolute;
  top: 45px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .requirements-bg img {
    top: calc(26/750 * 100vw);
    width: calc(86/750 * 100vw);
  }
}

.requirements-ttl-box {
  background: #fff;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .requirements-ttl-box {
    height: calc(307/750 * 100vw);
    padding-top: calc(30/750 * 100vw);
  }
}
.requirements-ttl-box .Vertical-line:after {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .requirements-ttl-box .Vertical-line:after {
    margin: calc(50/750 * 100vw) auto 0;
  }
}

.requirements-ttl {
  text-align: center;
  color: #FF9900;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .requirements-ttl {
    font-size: calc(60/750 * 100vw);
  }
}

.requirements-content {
  width: 1000px;
  margin: 0px auto;
  padding: 110px 0 50px;
}
@media screen and (min-width: 768px) {
  .requirements-content {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .requirements-content {
    width: 100%;
    padding: calc(80/750 * 100vw) calc(60/750 * 100vw) calc(180/750 * 100vw);
  }
}

.requirements-dl {
  z-index: 2;
  position: relative;
}

.requirements-dt {
  background: #585858;
  text-align: center;
}
.requirements-dt p {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .requirements-dt p {
    padding: calc(10/750 * 100vw) 0;
    font-size: calc(32/750 * 100vw);
  }
}

.requirements-dd {
  background: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .requirements-dd {
    padding: calc(70/750 * 100vw) calc(60/750 * 100vw);
  }
}

.requirements-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .requirements-list-item {
    font-size: calc(26/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

.requirements-list-item::before {
  content: "●";
  font-size: 18px;
  color: #FF9900;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .requirements-list-item::before {
    padding-right: calc(10/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
}

.requirements-list-item-txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .requirements-list-item-txt {
    font-size: calc(26/750 * 100vw);
  }
}

.requirements-notes {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .requirements-notes {
    font-size: calc(24/750 * 100vw);
  }
}

.requirements-list-head {
  color: #FF9900;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .requirements-list-head {
    font-size: calc(26/750 * 100vw);
  }
}

/*Footer
******************************************************/
.footer {
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: calc(140/750 * 100vw) 0 calc(180/750 * 100vw);
  }
}

.footer-logo {
  width: 510px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: calc(510/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
  }
}

.footer-txt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-txt {
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
}

.footer-copy {
  font-size: 16px;
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: calc(22/750 * 100vw);
    margin-bottom: calc(200/750 * 100vw);
  }
}

/*Floating
******************************************************/
.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 2px 4px 5px 5px rgba(72, 72, 72, 0.2);
          box-shadow: 2px 4px 5px 5px rgba(72, 72, 72, 0.2);
  padding: 20px 0 24px;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: calc(35/750 * 100vw) 0 calc(45/750 * 100vw);
  }
}

.floating.show {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.floating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .floating-inner {
    width: 100%;
    padding: 0 calc(40/750 * 100vw);
  }
}
.floating-inner .cv-btn {
  width: 400px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .floating-inner .cv-btn {
    width: calc(325/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .floating-inner .cv-btn p {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .floating-inner .arrow {
    display: none;
  }
}

.cv-requirements {
  background: #707070;
  -webkit-box-shadow: 0px 8px 0px 0px #000;
  box-shadow: 0px 8px 0px 0px #000;
}
@media screen and (max-width: 767px) {
  .cv-requirements {
    -webkit-box-shadow: 0px calc(8/750 * 100vw) 0px 0px #000;
    box-shadow: 0px calc(8/750 * 100vw) 0px 0px #000;
  }
}
.cv-requirements:hover {
  background: #828282;
}

/*--------------------------------------------------
スクロールで出現
--------------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.txt img {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .txt img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .point04-notes{
    width: calc(630/750 * 100vw);
    margin: 0 auto;
    padding-top: calc(16/750 * 100vw);
  }
}