@charset "UTF-8";
/*FONT*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*.fontGo{
	font-family: "Hiragino Sans","ヒラギノ角ゴシック",sans-serif!important;
	font-weight: bold;
}*/
.fontEn {
  font-family: "Lato", sans-serif;
}

/*COLOR*/
/*BREAK POINT*/
.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

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

/* リセット
 ------------------------------------------*/
header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
}

body {
  color: #003824;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
  text-align: left;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 736px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #003824;
}
a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}

img, a img {
  border: 0;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

figure {
  line-height: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

strong {
  font-weight: 700;
}

small {
  font-size: 0.6em;
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

::-moz-placeholder {
  color: #C3C3C3;
}

:-ms-input-placeholder {
  color: #C3C3C3;
}

::placeholder {
  color: #C3C3C3;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #C3C3C3;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #C3C3C3;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  /*table-layout:fixed;*/
}
table td {
  vertical-align: middle;
}

input[type=submit], input[type=reset], input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

.flex {
  display: flex;
}
.flex.rev {
  flex-direction: row-reverse;
}

/*-------------------------COMMON--------------------*/
main {
  margin-top: 120px;
}
@media screen and (max-width:1024px) {
  main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 736px) {
  main {
    margin-top: 60px;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .wrap {
    padding: 0 15px;
  }
}

.underline {
  position: relative;
}
@media screen and (max-width: 736px) {
  .underline {
    display: inline-block;
  }
}
.underline::before {
  background: #fff000;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-25%);
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .underline::before {
    height: 4px;
  }
}

/*ボタン*/
.btn-contact {
  box-sizing: border-box;
  background: #1CA490;
  padding: 80px 0;
  margin-top: -20px;
}
@media screen and (max-width: 736px) {
  .btn-contact {
    padding: 50px 20px 25px;
    margin-top: -25px;
  }
}
.btn-contact .btn-message {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .btn-contact .btn-message {
    font-size: 7vw;
  }
}
.btn-contact p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .btn-contact p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.btn-contact .btn {
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
}
.btn-contact .btn ul {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 736px) {
  .btn-contact .btn ul {
    display: block;
  }
}
.btn-contact .btn ul li {
  box-sizing: border-box;
  margin: 0 15px;
  width: 33.3333333333%;
}
@media screen and (max-width: 736px) {
  .btn-contact .btn ul li {
    margin: 10px auto;
    width: 75%;
  }
}
.btn-contact .btn ul li a img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 100%;
  height: auto;
}

/*タイトル*/
h2.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  h2.title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
h2.title .fontEn {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 53, 0, 0.5);
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  h2.title .fontEn {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
h2.title .underline::before {
  height: 10px;
}
@media screen and (max-width: 736px) {
  h2.title .underline::before {
    height: 5px;
  }
}

/*-------------------------HEADER--------------------*/
header {
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
header .header {
  box-sizing: border-box;
  padding: 10px 15px;
}
@media screen and (max-width: 736px) {
  header .header {
    padding: 5px;
  }
}
header .header .h-top {
  align-items: center;
  justify-content: space-between;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  header .header .h-top {
    display: block;
  }
}
header .header .h-top .logo {
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 736px) {
  header .header .h-top .logo {
    width: 50%;
  }
}
header .header .h-top .logo img {
  width: 100%;
  height: auto;
}
header .header .h-top .btn {
  box-sizing: border-box;
  max-width: 768px;
  width: 50%;
}
@media screen and (max-width: 736px) {
  header .header .h-top .btn {
    display: none;
    /*background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
              max-width: 100%;
    width: 100%;
    z-index: 10000;*/
  }
}
header .header .h-top .btn ul {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 736px) {
  header .header .h-top .btn ul {
    justify-content: center;
  }
}
header .header .h-top .btn ul li {
  box-sizing: border-box;
  margin-right: 10px;
  width: 33.3333333333%;
}
@media screen and (max-width: 736px) {
  header .header .h-top .btn ul li {
    margin-right: 15px;
    width: 80px;
  }
}
header .header .h-top .btn ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  header .header .h-top .btn ul li a img {
    width: 100%;
  }
}
header .header .h-bottom {
  box-sizing: border-box;
  width: 100%;
}
header .header .h-bottom ul {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  header .header .h-bottom ul {
    display: block;
  }
}
header .header .h-bottom ul li {
  margin-right: 2em;
}
@media screen and (max-width: 736px) {
  header .header .h-bottom ul li {
    border-bottom: 1px solid rgba(0, 56, 36, 0.5);
    margin-right: 0;
    margin-bottom: 1em;
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 736px) {
  header .header .h-bottom ul li::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 43%;
    transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    width: 7px;
    height: 1px;
    background: #003824;
  }
}
@media screen and (max-width: 736px) {
  header .header .h-bottom ul li::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 17px;
    height: 1px;
    background: #003824;
  }
}
header .header .h-bottom ul li:last-child {
  margin-right: 0;
}
header .header .h-bottom ul li a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width:1024px) {
  header .header .h-bottom ul li a {
    font-size: 14px;
  }
}
header .header .h-bottom .sp-contact {
  margin-top: 25px;
}
header .header .h-bottom .sp-contact ul {
  border: none;
}
header .header .h-bottom .sp-contact ul li {
  border: none;
  margin: 10px auto;
  width: 100%;
}
header .header .h-bottom .sp-contact ul li::before, header .header .h-bottom .sp-contact ul li::after {
  display: none;
}
header .header .h-bottom .sp-contact ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  header .sp-bottom {
    background: #e95504;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
}
header .sp-bottom a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 736px) {
  header .sp-bottom a span {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
  }
}
@media screen and (max-width: 736px) {
  header .sp-bottom a span::before {
    content: ">>";
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%) scale(0.8, 1);
    margin-top: 3px;
  }
}
@media screen and (max-width: 736px) {
  header .sp-bottom a span::after {
    content: ">>";
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%) scale(0.8, 1) rotate(180deg);
    margin-top: 3px;
  }
}

/*-------------------------MV--------------------*/
#mv {
  background: #1CA490;
  box-sizing: border-box;
  padding: 5%;
}
@media screen and (max-width: 736px) {
  #mv {
    padding: 25px 15px;
  }
}
#mv .mv-bg {
  box-sizing: border-box;
  background: #FFF;
  border-radius: 20px;
  padding: 40px 80px;
}
@media screen and (max-width:1024px) {
  #mv .mv-bg {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 736px) {
  #mv .mv-bg {
    padding: 40px 15px 0;
    border-radius: 15px;
    display: block;
  }
}
#mv .mv-bg .left-box {
  box-sizing: border-box;
  padding-right: 4%;
  width: 65%;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .left-box {
    padding-right: 0;
    width: 100%;
  }
}
#mv .mv-bg .left-box .text-box {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out forwards;
          animation: mv-anime 1s ease-in-out forwards;
}
#mv .mv-bg .left-box .text-box .mv-subttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .left-box .text-box .mv-subttl {
    margin-bottom: 25px;
    text-align: center;
  }
}
#mv .mv-bg .left-box .text-box .mv-subttl span {
  background: #1CA490;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
  padding: 15px 30px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width:1024px) {
  #mv .mv-bg .left-box .text-box .mv-subttl span {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .left-box .text-box .mv-subttl span {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
  }
}
#mv .mv-bg .left-box .text-box .mv-subttl span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #1CA490 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
#mv .mv-bg .left-box .text-box .mv-ttl img {
  width: 100%;
  height: auto;
}
#mv .mv-bg .left-box .pic-box ul {
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .left-box .pic-box ul {
    margin-top: 25px;
    justify-content: space-between;
  }
}
#mv .mv-bg .left-box .pic-box ul li {
  box-sizing: border-box;
  width: 28.3333333333%;
}
@media screen and (max-width:1024px) {
  #mv .mv-bg .left-box .pic-box ul li {
    width: 26.6666666667%;
  }
}
#mv .mv-bg .left-box .pic-box ul li img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .left-box .pic-box ul li img {
    width: 100%;
    height: auto;
  }
}
#mv .mv-bg .left-box .pic-box ul li p {
  text-align: center;
}
#mv .mv-bg .left-box .pic-box ul li p span {
  box-sizing: border-box;
  background: #1CA490;
  border-radius: 40px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 4px 2em;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .left-box .pic-box ul li p span {
    font-size: 12px;
    display: block;
    padding: 0.5em 0.1em;
  }
}
#mv .mv-bg .left-box .pic-box ul li:first-child {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 1s forwards;
          animation: mv-anime 1s ease-in-out 1s forwards;
}
#mv .mv-bg .left-box .pic-box ul li:nth-child(2) {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 1.5s forwards;
          animation: mv-anime 1s ease-in-out 1.5s forwards;
}
#mv .mv-bg .left-box .pic-box ul li:last-child {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 2s forwards;
          animation: mv-anime 1s ease-in-out 2s forwards;
}
#mv .mv-bg .right-box {
  box-sizing: border-box;
  padding-left: 4%;
  position: relative;
  width: 35%;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .right-box {
    padding-left: 0;
    width: 100%;
  }
}
#mv .mv-bg .right-box .mv-point {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .right-box .mv-point {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20%;
  }
}
#mv .mv-bg .right-box .mv-point li {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width:1024px) {
  #mv .mv-bg .right-box .mv-point li {
    font-size: 18px;
    line-height: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .right-box .mv-point li {
    font-size: 16px;
    line-height: 18px;
    padding-left: 36px;
  }
}
#mv .mv-bg .right-box .mv-point li::before {
  content: "";
  background: url("../img/top/icon-list.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 34px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:1024px) {
  #mv .mv-bg .right-box .mv-point li::before {
    height: 20px;
    width: 24px;
  }
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .right-box .mv-point li::before {
    height: 18px;
    width: 21px;
  }
}
#mv .mv-bg .right-box .mv-point li:first-child {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 3s forwards;
          animation: mv-anime 1s ease-in-out 3s forwards;
}
#mv .mv-bg .right-box .mv-point li:nth-child(2) {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 3.5s forwards;
          animation: mv-anime 1s ease-in-out 3.5s forwards;
}
#mv .mv-bg .right-box .mv-point li:nth-child(3) {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 4s forwards;
          animation: mv-anime 1s ease-in-out 4s forwards;
}
#mv .mv-bg .right-box .mv-point li:last-child {
  opacity: 0;
  -webkit-animation: mv-anime 1s ease-in-out 4.5s forwards;
          animation: mv-anime 1s ease-in-out 4.5s forwards;
}
#mv .mv-bg .right-box .mv-message {
  position: absolute;
  bottom: -80px;
  right: 0;
  transform: translateX(30%);
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .right-box .mv-message {
    display: contents;
    transform: none;
  }
}
@media screen and (max-width: 736px) {
  #mv .mv-bg .right-box .mv-message img {
    margin: 0 auto;
  }
}

/*-------------------------ABOUT--------------------*/
#about {
  box-sizing: border-box;
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  #about {
    padding: 60px 0 0;
  }
}
#about::before {
  background: rgba(28, 164, 144, 0.15);
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  #about::before {
    height: 35%;
  }
}
#about .catch-ttl {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  #about .catch-ttl {
    font-size: 8.5vw;
    margin-bottom: 30px;
  }
}
#about .catch-ttl .underline::before {
  height: 12px;
}
@media screen and (max-width: 736px) {
  #about .catch-ttl .underline::before {
    height: 6px;
  }
}
#about .about-contents {
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  #about .about-contents {
    display: block;
  }
}
#about .about-contents article {
  background: #FFF;
  box-sizing: border-box;
  border: 3px solid #1CA490;
  border-radius: 15px;
  padding: 40px 20px 15px;
  position: relative;
  margin-bottom: 40px;
  width: 30%;
}
@media screen and (max-width: 736px) {
  #about .about-contents article {
    border: 2px solid #1CA490;
    padding: 25px 20px 15px;
    margin-bottom: 20px;
    width: 100%;
  }
}
#about .about-contents article .point {
  background: #1CA490;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFF;
  padding: 8px 16px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  #about .about-contents article .point {
    padding: 4px 8px;
  }
}
#about .about-contents article .point p {
  line-height: 1;
}
@media screen and (max-width: 736px) {
  #about .about-contents article .point p {
    font-size: 12px;
  }
}
#about .about-contents article .point p span {
  font-size: 24x;
  font-weight: bold;
  display: inline-block;
  padding-left: 3px;
}
@media screen and (max-width: 736px) {
  #about .about-contents article .point p span {
    font-size: 18px;
  }
}
#about .about-contents article h3.ttl {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  #about .about-contents article h3.ttl {
    font-size: 18px;
  }
}
#about .about-contents article h3.ttl .underline::before {
  height: 3px;
}
#about .about-contents article p {
  font-weight: 500;
  text-align: justify;
  letter-spacing: normal;
}
#about .about-read {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #about .about-read {
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
}
#about .arrow {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  #about .arrow {
    margin-top: 25px;
  }
}
@media screen and (max-width: 736px) {
  #about .arrow img {
    width: 60px;
    height: auto;
  }
}

/*-------------------------SCENE--------------------*/
#scene {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  #scene {
    padding: 60px 0;
  }
}
#scene .scene-message {
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  #scene .scene-message {
    display: block;
    max-width: 100%;
  }
}
#scene .scene-message .left-box, #scene .scene-message .right-box {
  box-sizing: border-box;
  align-items: flex-end;
  width: 50%;
}
@media screen and (max-width: 736px) {
  #scene .scene-message .left-box, #scene .scene-message .right-box {
    width: 100%;
  }
}
#scene .scene-message .left-box div:first-child, #scene .scene-message .right-box div:first-child {
  box-sizing: border-box;
  padding: 40px 10px 0;
  width: 30%;
}
@media screen and (max-width: 736px) {
  #scene .scene-message .left-box div:first-child, #scene .scene-message .right-box div:first-child {
    padding: 50px 20px 0;
  }
}
#scene .scene-message .left-box div:last-child, #scene .scene-message .right-box div:last-child {
  box-sizing: border-box;
  padding: 0 15px;
  width: 70%;
}
#scene .scene-message .left-box div:last-child ul li, #scene .scene-message .right-box div:last-child ul li {
  background: #FFF;
  box-sizing: border-box;
  border: 2px solid #003824;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  position: relative;
}
@media screen and (max-width: 736px) {
  #scene .scene-message .left-box div:last-child ul li, #scene .scene-message .right-box div:last-child ul li {
    border: 1px solid #003824;
    padding: 15px 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
#scene .scene-message .left-box div:last-child ul li::before, #scene .scene-message .right-box div:last-child ul li::before {
  background: url("../img/top/feel.svg") no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  z-index: 10;
}
@media screen and (max-width: 736px) {
  #scene .scene-message .left-box div:last-child ul li::before, #scene .scene-message .right-box div:last-child ul li::before {
    width: 16px;
    height: 15px;
  }
}
@media screen and (max-width: 736px) {
  #scene .scene-message .left-box div:last-child ul li:last-child, #scene .scene-message .right-box div:last-child ul li:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 736px) {
  #scene .scene-message .right-box {
    margin-top: 10px;
  }
}
#scene .scene-message .right-box div:last-child ul li::before {
  left: auto;
  right: 0;
  transform: rotate(-90deg) translate(-50%, 50%);
}
#scene .call {
  box-sizing: border-box;
  background: rgba(28, 164, 144, 0.15);
  border-radius: 15px;
  margin-top: -40px;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  #scene .call {
    border-radius: 0;
    margin-top: -20px;
    padding: 50px 20px 60px;
  }
}
#scene .call p {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  #scene .call p {
    line-height: 1.7;
  }
}
#scene .call .call-ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  #scene .call .call-ttl {
    font-size: 18px;
  }
}
#scene .call .call-ttl span {
  position: relative;
  display: inline-block;
}
#scene .call .call-ttl span::before, #scene .call .call-ttl span::after {
  content: "";
  background: #003824;
  font-weight: bold;
  font-size: 40px;
  display: block;
  width: 3px;
  height: 36px;
  position: absolute;
  bottom: 5px;
  right: -20px;
  transform: rotate(40deg);
}
@media screen and (max-width: 736px) {
  #scene .call .call-ttl span::before, #scene .call .call-ttl span::after {
    width: 2px;
    height: 18px;
    font-size: 20px;
  }
}
#scene .call .call-ttl span::after {
  right: auto;
  left: -20px;
  transform: rotate(-40deg);
}
#scene .call .call-contents {
  justify-content: center;
  margin: 30px 0;
}
@media screen and (max-width: 736px) {
  #scene .call .call-contents {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
  }
}
#scene .call .call-contents li {
  background: #FFF;
  border: 2px solid #003824;
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
  width: 125px;
  height: 125px;
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  #scene .call .call-contents li {
    width: 75px;
    height: 75px;
    margin-right: 0;
  }
}
#scene .call .call-contents li::before {
  border-radius: 100%;
  border: 1px dashed #003824;
  content: "";
  display: block;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 736px) {
  #scene .call .call-contents li::before {
    width: 80px;
    height: 80px;
  }
}
#scene .call .call-contents li div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  #scene .call .call-contents li div {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 5px;
  }
}
#scene .call .call-contents li:last-child {
  margin-right: 0;
}
#scene .call article {
  box-sizing: border-box;
  background: #FFF;
  border-radius: 15px;
  padding: 30px 40px 20px;
  position: relative;
  max-width: 1024px;
  margin: 40px auto 0;
}
@media screen and (max-width: 736px) {
  #scene .call article {
    padding: 20px 15px 15px;
    margin: 20px auto 0;
  }
}
#scene .call article::after {
  background: url("../img/top/icon-track.svg") no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 170px;
  height: 158px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -75%);
}
@media screen and (max-width: 736px) {
  #scene .call article::after {
    top: auto;
    bottom: -30px;
    transform: translate(10%, -75%);
    width: 86px;
    height: 80px;
  }
}
#scene .call article .trash-ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#scene .call article .trash-contents {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-contents {
    flex-wrap: wrap;
  }
}
#scene .call article .trash-contents li {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  letter-spacing: normal;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.3333333333%;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-contents li {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 30px;
    width: 50%;
  }
}
#scene .call article .trash-contents li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  text-indent: 60px;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-contents li h4 {
    font-size: 13px;
    margin-bottom: 8px;
    text-indent: 40px;
  }
}
#scene .call article .trash-contents li h4::before {
  background: #003824;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#scene .call article .trash-contents li h4::after {
  background: url("../img/top/trash-icon01.svg") no-repeat bottom center;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-contents li h4::after {
    width: 30px;
    height: 30px;
  }
}
#scene .call article .trash-contents li:nth-child(2) h4::after {
  background: url("../img/top/trash-icon02.svg") no-repeat bottom center;
}
#scene .call article .trash-contents li:nth-child(3) h4::after {
  background: url("../img/top/trash-icon03.svg") no-repeat bottom center;
}
#scene .call article .trash-contents li:nth-child(4) h4::after {
  background: url("../img/top/trash-icon04.svg") no-repeat bottom center;
}
#scene .call article .trash-contents li:nth-child(5) h4::after {
  background: url("../img/top/trash-icon05.svg") no-repeat bottom center;
}
#scene .call article .trash-contents li:nth-child(6) h4::after {
  background: url("../img/top/trash-icon06.svg") no-repeat bottom center;
}
#scene .call article p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: right;
}
@media screen and (max-width: 736px) {
  #scene .call article p {
    font-size: 12px;
    margin-top: -10px;
  }
}
#scene .call article .trash-point .trash-point-box {
  background: rgba(28, 164, 144, 0.15);
  box-sizing: border-box;
  border: 3px solid #1CA490;
  border-radius: 15px;
  padding: 40px 30px 30px;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  margin-top: 50px;
}
#scene .call article .trash-point .trash-point-box .point {
  background: #1CA490;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFF;
  padding: 8px 16px;
  position: absolute;
  top: 0;
  left: 0;
}
#scene .call article .trash-point .trash-point-box h3.ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-point .trash-point-box h3.ttl {
    font-size: 16px;
  }
}
#scene .call article .trash-point .trash-point-box h3.ttl .underline {
  z-index: 1;
}
#scene .call article .trash-point .trash-point-box ul {
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-point .trash-point-box ul {
    margin-top: 20px;
  }
}
#scene .call article .trash-point .trash-point-box ul li {
  width: 24%;
  margin: 50px auto;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-point .trash-point-box ul li {
    width: 48%;
    margin: 0 auto 20px;
  }
}
#scene .call article .trash-point .trash-point-box ul li img {
  display: block;
  width: 40%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-point .trash-point-box ul li img {
    width: 50%;
  }
}
#scene .call article .trash-point .trash-point-box ul li span {
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #scene .call article .trash-point .trash-point-box p {
    text-align: left;
  }
}

/*-------------------------SAFE--------------------*/
#safe {
  box-sizing: border-box;
  background: url("../img/top/bg_safe.svg") repeat;
  background-size: 10px;
  border-radius: 20px;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  #safe {
    padding: 50px 15px;
    margin-bottom: 50px;
  }
}
#safe .title-top {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  #safe .title-top {
    margin-bottom: 15px;
  }
}
#safe .title-top span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  color: #FFF;
  padding: 8px 16px;
  background: #003824;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #safe .title-top span {
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
  }
}
#safe .title-top span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #003824 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 736px) {
  #safe .title-top span::before {
    border-width: 13.9px 8px 0 8px;
  }
}
#safe p {
  color: #000;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #safe p {
    text-align: justify;
  }
}
#safe p .big {
  font-size: 1.5em;
  padding: 0 5px;
  color: #003824;
}
@media screen and (max-width: 736px) {
  #safe p .big {
    font-size: 1.2em;
  }
}
#safe .safe-ttl {
  color: #003824;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0 40px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #safe .safe-ttl {
    font-size: 18px;
    margin: 20px 0 30px;
    text-align: center;
  }
}
#safe .safe-ttl span {
  position: relative;
  display: inline-block;
}
#safe .safe-ttl span::before, #safe .safe-ttl span::after {
  content: "";
  background: #003824;
  font-weight: bold;
  font-size: 36px;
  display: block;
  width: 3px;
  height: 32px;
  position: absolute;
  bottom: 2px;
  right: -30px;
  transform: rotate(40deg);
}
@media screen and (max-width: 736px) {
  #safe .safe-ttl span::before, #safe .safe-ttl span::after {
    font-size: 24px;
    height: 20px;
    right: -20px;
  }
}
#safe .safe-ttl span::after {
  right: auto;
  left: -30px;
  transform: rotate(-40deg);
}
#safe .pic-box {
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  #safe .pic-box {
    display: block;
  }
}
#safe .pic-box .left-box, #safe .pic-box .right-box {
  box-sizing: border-box;
  width: 47.5%;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .left-box, #safe .pic-box .right-box {
    margin: 0 auto;
    width: 80%;
  }
}
#safe .pic-box .left-box {
  position: relative;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .left-box {
    margin: 25px 0 0 auto;
  }
}
#safe .pic-box .left-box::before {
  background: rgba(28, 164, 144, 0.15);
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .left-box::before {
    left: auto;
    bottom: -15px;
    right: -15px;
    height: 160px;
  }
}
#safe .pic-box .right-box span {
  display: block;
  text-align: center;
  border-bottom: 1px solid #000;
}
#safe .pic-box .right-box p {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .right-box p {
    font-size: 0.8em;
  }
}
#safe .pic-box .right-box .iso-title {
  color: #003824;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .right-box .iso-title {
    font-size: 1em;
    text-align: center;
    margin-bottom: 20px;
  }
}
#safe .pic-box .right-box .iso-alert {
  position: relative;
  color: #003824;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .right-box .iso-alert {
    font-size: 1em;
    margin-top: 20px;
    padding-left: 25px;
  }
}
#safe .pic-box .right-box .iso-alert::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e95504;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 736px) {
  #safe .pic-box .right-box .iso-alert::before {
    width: 20px;
    height: 20px;
  }
}
#safe .pic-box .right-box .iso-alert::after {
  content: "！";
  position: absolute;
  left: 5px;
  color: #fff;
}
@media screen and (max-width: 736px) {
  #safe .pic-box .right-box .iso-alert::after {
    left: 3px;
  }
}

/*-------------------------AREA--------------------*/
#area {
  background: #1CA490;
  box-sizing: border-box;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  #area {
    padding: 50px 15px;
  }
}
#area::before, #area::after {
  content: "SERVICEAREA";
  color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: normal;
  text-stroke: 1px rgba(255, 255, 255, 0.2);
  display: block;
  width: 60px;
  height: 570px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  #area::before, #area::after {
    font-size: 60px;
    width: 30px;
    height: 500px;
  }
}
#area::after {
  left: auto;
  right: 0;
}
#area .area-contents {
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  #area .area-contents {
    display: block;
  }
}
#area .area-contents .left-box {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 736px) {
  #area .area-contents .left-box {
    width: 70%;
    margin: 0 auto 20px;
  }
}
#area .area-contents .right-box {
  box-sizing: border-box;
  width: 45%;
}
@media screen and (max-width: 736px) {
  #area .area-contents .right-box {
    margin: 0 auto;
    width: 80%;
  }
}
#area .area-contents .right-box h2.title {
  color: #FFF;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 736px) {
  #area .area-contents .right-box h2.title {
    text-align: center;
    margin-bottom: 15px;
  }
}
#area .area-contents .right-box h2.title .fontEn {
  color: #FFF;
  text-align: left;
}
@media screen and (max-width: 736px) {
  #area .area-contents .right-box h2.title .fontEn {
    text-align: center;
  }
}
#area .area-contents .right-box .area-name {
  background: #FFF;
  box-sizing: border-box;
  padding: 25px 40px;
  color: #1CA490;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 736px) {
  #area .area-contents .right-box .area-name {
    font-size: 20px;
    padding: 25px 15px;
    text-align: center;
  }
}
#area .area-contents .right-box .area-name small {
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  #area .area-contents .right-box .area-name small {
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
  }
}

/*-------------------------AGENCY--------------------*/
#agency {
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 736px) {
  #agency {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#agency ul {
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  #agency ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#agency ul li {
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 736px) {
  #agency ul li {
    margin: 10px 5px;
    width: 100px;
    height: 100px;
  }
}
#agency ul li .text-box {
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #agency ul li .text-box {
    padding: 5px;
  }
}
#agency ul li .text-box div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  #agency ul li .text-box div {
    margin-bottom: 0px;
  }
}
#agency ul li .text-box div img {
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  #agency ul li .text-box div img {
    transform: scale(0.6, 0.6);
  }
}
#agency ul li .text-box p {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  #agency ul li .text-box p {
    font-size: 12px;
  }
}
#agency ul li .text-box p .underline::before {
  height: 4px;
}
@media screen and (max-width: 736px) {
  #agency ul li .text-box p .underline::before {
    height: 2px;
  }
}
#agency > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  #agency > p {
    font-size: 14px;
    margin-top: 15px;
  }
}

/*-------------------------VOICE--------------------*/
#voice {
  background: #1CA490;
  box-sizing: border-box;
  padding: 80px 20px;
  position: relative;
}
#voice::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  #voice::before {
    border-width: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 736px) {
  #voice {
    padding: 50px 15px;
  }
}
#voice h2.title {
  color: #FFF;
}
#voice h2.title .fontEn {
  color: #FFF;
}
#voice .voice-contents article {
  align-items: center;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 15px;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  #voice .voice-contents article {
    display: block;
    padding: 35px 20px 30px;
  }
}
#voice .voice-contents article .left-box {
  box-sizing: border-box;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #voice .voice-contents article .left-box {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 736px) {
  #voice .voice-contents article .left-box img {
    margin-left: -20px;
  }
}
#voice .voice-contents article .right-box {
  box-sizing: border-box;
  width: 65%;
}
@media screen and (max-width: 736px) {
  #voice .voice-contents article .right-box {
    width: 100%;
  }
}
#voice .voice-contents article .right-box p {
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 736px) {
  #voice .voice-contents article .right-box p {
    line-height: 2;
    letter-spacing: normal;
  }
}

/*-------------------------PRICE--------------------*/
#price {
  box-sizing: border-box;
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  #price {
    padding: 60px 15px;
  }
}
#price .price-contents {
  box-sizing: border-box;
  border-radius: 15px;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(28, 164, 144, 0.15);
  padding: 40px 20px;
}
@media screen and (max-width: 736px) {
  #price .price-contents {
    padding: 40px 0px 30px;
  }
}
#price .price-contents .price-ttl {
  text-align: center;
}
#price .price-contents .price-ttl h3 {
  color: #003824;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-ttl h3 {
    font-size: 20px;
    padding: 0 15px;
  }
}
#price .price-contents .price-ttl h3 span {
  font-size: 16px;
  font-weight: normal;
}
#price .price-contents p {
  text-align: center;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  #price .price-contents p {
    text-align: left;
    padding: 0 15px;
  }
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-table {
    overflow-x: scroll;
    padding-left: 15px;
    margin-right: 15px;
  }
}
#price .price-contents .price-table table {
  margin: 40px auto;
  border: 2px solid #003824;
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-table table {
    margin: 20px auto;
  }
}
#price .price-contents .price-table table tr {
  border: 1px solid #003824;
}
#price .price-contents .price-table table tr th, #price .price-contents .price-table table tr td {
  background: #FFF;
  border: 1px solid #003824;
  box-sizing: border-box;
  padding: 4px 8px;
  text-align: center;
}
#price .price-contents .price-table table tr th {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 16px;
}
#price .price-contents .price-ok {
  color: #003824;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0 20px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-ok {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    padding: 0 15px;
  }
}
#price .price-contents .price-ok span {
  position: relative;
  display: inline-block;
}
#price .price-contents .price-ok span::before, #price .price-contents .price-ok span::after {
  content: "";
  background: #003824;
  font-weight: bold;
  font-size: 36px;
  display: block;
  width: 3px;
  height: 32px;
  position: absolute;
  bottom: 2px;
  right: -30px;
  transform: rotate(40deg);
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-ok span::before, #price .price-contents .price-ok span::after {
    font-size: 24px;
    height: 20px;
    right: -20px;
  }
}
#price .price-contents .price-ok span::after {
  right: auto;
  left: -30px;
  transform: rotate(-40deg);
}
@media screen and (max-width: 736px) {
  #price .price-contents .price-ok span::after {
    left: -20px;
  }
}
#price .price-contents .btn-price {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 736px) {
  #price .price-contents .btn-price {
    margin: 0 auto 15px;
    padding: 0 15px;
  }
}

/*-------------------------FLOW--------------------*/
#flow {
  background: #1CA490;
  box-sizing: border-box;
  padding: 80px 20px;
}
@media screen and (max-width: 736px) {
  #flow {
    padding: 50px 15px;
  }
}
#flow h2.title {
  color: #FFF;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  #flow h2.title {
    margin-bottom: 60px;
  }
}
#flow h2.title .fontEn {
  color: #FFF;
}
#flow .flow-contents {
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  #flow .flow-contents {
    display: block;
  }
}
#flow .flow-contents article {
  box-sizing: border-box;
  border-radius: 15px;
  background: #FFF;
  padding: 60px 30px 40px;
  position: relative;
  width: 20%;
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article {
    align-items: center;
    padding: 40px 60px;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 50px;
    width: 80%;
  }
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article {
    display: block;
    padding: 40px 20px 30px;
    margin: 0 auto 40px;
    width: 100%;
  }
}
#flow .flow-contents article .flow-step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article .flow-step {
    left: 0;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .flow-step {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#flow .flow-contents article .flow-step .flow-num {
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid #FFF;
  background: #1CA490;
  position: relative;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .flow-step .flow-num {
    width: 60px;
    height: 60px;
  }
}
#flow .flow-contents article .flow-step .flow-num p {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .flow-step .flow-num p {
    font-size: 13px;
  }
}
#flow .flow-contents article .flow-step .flow-num p span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .flow-step .flow-num p span {
    font-size: 16px;
  }
}
#flow .flow-contents article .pic-box {
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article .pic-box {
    box-sizing: border-box;
    width: 20%;
  }
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .pic-box {
    margin: 0 auto 20px;
    width: 35%;
  }
}
#flow .flow-contents article .pic-box img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article .pic-box img {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article .text-box {
    box-sizing: border-box;
    padding-left: 5%;
    width: 80%;
  }
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .text-box {
    padding-left: 0;
    width: 100%;
  }
}
#flow .flow-contents article .text-box .flow-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article .text-box .flow-ttl {
    text-align: left;
  }
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .text-box .flow-ttl {
    font-size: 18px;
    text-align: center;
  }
}
#flow .flow-contents article .text-box p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article .text-box p {
    font-size: 14px;
    line-height: 2;
  }
}
#flow .flow-contents article:last-child {
  width: 34%;
}
@media screen and (max-width:1024px) {
  #flow .flow-contents article:last-child {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article:last-child {
    width: 100%;
  }
}
#flow .flow-contents article:last-child ul {
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article:last-child ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#flow .flow-contents article:last-child ul li {
  box-sizing: border-box;
  border: 1px solid #003824;
  background: #FFF;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  margin-right: 10px;
  line-height: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .flow-contents article:last-child ul li.cash {
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-right: 15px;
  z-index: 10;
}
@media screen and (max-width: 736px) {
  #flow .flow-contents article:last-child ul li.cash {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}

/*-------------------------FAQ--------------------*/
#faq {
  max-width: 890px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 736px) {
  #faq {
    padding: 50px 20px;
  }
}
#faq h2.title .underline::before {
  display: none;
}
#faq .qa {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  #faq .qa {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#faq .qa .accordion {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 736px) {
  #faq .qa .accordion {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#faq .qa .accordion:before {
  content: "Q.";
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #1CA490;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  #faq .qa .accordion:before {
    font-size: 16px;
    left: -5px;
    top: 3px;
  }
}
#faq .qa .accordion:after {
  content: "+";
  display: block;
  width: 26px;
  height: 26px;
  background: #1CA490;
  border-radius: 100%;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0%;
  right: 20px;
}
@media screen and (max-width: 736px) {
  #faq .qa .accordion:after {
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    right: -5px;
    top: 4px;
  }
}
#faq .qa .accordion.acitve:after {
  display: none;
}
#faq .qa .accordion-open {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  display: none;
  position: relative;
  padding-left: 45px;
  text-align: justify;
}
@media screen and (max-width: 736px) {
  #faq .qa .accordion-open {
    font-size: 13px;
    padding-left: 20px;
  }
}
#faq .qa .accordion-open:before {
  content: "A.";
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fd0055;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 1;
  width: 26px;
  height: auto;
}
@media screen and (max-width: 736px) {
  #faq .qa .accordion-open:before {
    font-size: 16px;
    width: 20px;
    left: -5px;
    top: 2px;
  }
}
#faq .qa .accordion-open a {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

/*-------------------------CV--------------------*/
#contact-sp {
  padding: 30px 0;
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  #contact-sp {
    padding: 20px 0;
  }
}

/*-------------------------CONTACT--------------------*/
#contact {
  background: rgba(28, 164, 144, 0.15);
  box-sizing: border-box;
  padding: 100px 20px;
}
#contact .thanks {
  max-width: 980px;
  margin: 0 auto;
}
#contact .thanks h3 {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  font-size: 120%;
}
#contact .thanks .back_to_top {
  text-align: center;
  margin: 25px 0 0 0;
}
#contact .thanks .back_to_top a {
  background: linear-gradient(to bottom, #FFF, #F2F2F2, #CCC);
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #003824;
  max-width: 300px;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  #contact {
    padding: 50px 20px 80px;
  }
}
#contact h2.title .underline::before {
  display: none;
}
@media screen and (max-width: 736px) {
  #contact form table {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #contact form table tr {
    display: block;
  }
}
#contact form table tr th {
  padding-bottom: 20px;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #contact form table tr th {
    display: block;
    padding-bottom: 5px;
    padding-right: 0;
    width: 100%;
  }
}
#contact form table tr th .need {
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #c1272d;
  box-sizing: border-box;
  padding: 2px;
  color: #c1272d;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -8px;
}
@media screen and (max-width: 736px) {
  #contact form table tr th .need {
    right: 0;
    margin-top: -3px;
  }
}
#contact form table tr td {
  padding-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  #contact form table tr td {
    font-size: 14px;
    display: block;
    width: 100%;
  }
}
#contact form table tr td a {
  text-decoration: underline;
  padding: 0 5px 0 10px;
}
#contact form table tr td .contact-note {
  font-size: 12px;
  color: #c1272d;
  display: block;
}
#contact form table tr .contact-name {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #contact form table tr .contact-name {
    font-size: 14px;
  }
}
#contact form table tr .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #FFF;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 400px;
}
@media screen and (max-width: 736px) {
  #contact form table tr .form-control {
    font-size: 14px;
    width: 100%;
  }
}
#contact form table tr .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.8;
}
#contact form table tr .form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.8;
}
#contact form table tr .form-control::placeholder {
  font-size: 14px;
  line-height: 1.8;
}
#contact form table tr input[type=file] {
  background: transparent;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  #contact form table tr input[type=file] {
    font-size: 14px;
  }
}
#contact form table tr select {
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  #contact form table tr select {
    font-size: 14px;
  }
}
#contact form table tr textarea {
  line-height: 1.5;
  height: 10em;
}
#contact form table tr input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #contact form table tr input[type=checkbox] {
    padding-left: 25px;
  }
}
#contact form table tr input[type=checkbox]::before, #contact form table tr input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
#contact form table tr input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #003824;
  width: 18px; /*チェックボックスの横幅*/
  height: 18px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  margin-top: -6px;
}
@media screen and (max-width: 736px) {
  #contact form table tr input[type=checkbox]::before {
    width: 16px;
    height: 16px;
  }
}
#contact form table tr input[type=checkbox]::after {
  border-bottom: 3px solid #c1272d;
  border-left: 3px solid #c1272d;
  opacity: 0;
  height: 6px;
  width: 14px;
  transform: rotate(-45deg);
  top: -14px;
  left: 10px;
}
@media screen and (max-width: 736px) {
  #contact form table tr input[type=checkbox]::after {
    height: 5px;
    width: 12px;
    top: -13px;
  }
}
#contact form table tr input[type=checkbox]:checked::after {
  opacity: 1;
}
#contact form .form_back_btn {
  text-align: center;
  margin: 25px 0 0 0;
}
#contact form .form_back_btn a:before {
  content: "<";
  margin: 0 5px 0 0;
  display: inline-block;
  transform: scale(0.7, 1);
}
#contact form .submit_btn {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 736px) {
  #contact form .submit_btn {
    margin-top: 15px;
  }
}
#contact form .submit_btn input[type=submit]#submit-btn2 {
  background: linear-gradient(to bottom, #FFF, #F2F2F2, #CCC);
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #003824;
  max-width: 360px;
  width: 100%;
  height: 60px;
  letter-spacing: 0.1em;
}
#contact form .submit_btn input[type=submit]#submit-btn {
  background: linear-gradient(to bottom, #FFF, #F2F2F2, #CCC);
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #003824;
  max-width: 360px;
  width: 100%;
  height: 60px;
  letter-spacing: 0.1em;
  opacity: 1;
}
@media screen and (max-width: 736px) {
  #contact form .submit_btn input[type=submit]#submit-btn {
    border-radius: 8px;
    font-size: 18px;
    max-width: 100%;
  }
}
#contact form .submit_btn input[type=submit]#submit-btn:disabled {
  opacity: 0.5;
}

/*-------------------------footer--------------------*/
footer {
  background: #003824;
  box-sizing: border-box;
  padding: 80px 0 0;
}
@media screen and (max-width: 736px) {
  footer {
    padding: 40px 0 50px;
  }
}
footer .f-top {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .f-top {
    display: block;
    padding-bottom: 20px;
  }
}
footer .f-top .right-box {
  box-sizing: border-box;
  padding-left: 40px;
  width: 70%;
}
@media screen and (max-width: 736px) {
  footer .f-top .right-box {
    padding-left: 0px;
    margin-bottom: 25px;
    width: 100%;
  }
}
footer .f-top .right-box ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 736px) {
  footer .f-top .right-box ul {
    justify-content: center;
  }
}
footer .f-top .right-box ul li {
  margin-right: 2em;
}
@media screen and (max-width: 736px) {
  footer .f-top .right-box ul li {
    margin-right: 1.5em;
    margin-bottom: 10px;
  }
}
footer .f-top .right-box ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width:1024px) {
  footer .f-top .right-box ul li a {
    font-size: 14px;
  }
}
footer .f-top .right-box ul li a::before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: -2px;
  left: 0;
}
footer .f-top .right-box ul li a:hover::before {
  display: block;
}
footer .f-top .right-box ul li:last-child {
  margin-right: 0;
}
footer .f-top .left-box {
  box-sizing: border-box;
  width: 30%;
}
@media screen and (max-width: 736px) {
  footer .f-top .left-box {
    margin: 0 auto;
    width: 75%;
  }
}
footer .f-top .left-box .logo {
  margin-bottom: 15px;
  max-width: 340px;
}
@media screen and (max-width: 736px) {
  footer .f-top .left-box .logo {
    margin-bottom: 5px;
    max-width: 100%;
  }
}
footer .f-top .left-box .logo img {
  width: 100%;
}
footer .f-top .left-box p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  footer .f-top .left-box p {
    font-size: 13px;
    text-align: center;
  }
}
footer .f-bottom {
  background: #FFF;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 40px auto 0;
}
@media screen and (max-width: 736px) {
  footer .f-bottom {
    display: block;
    padding: 15px 20px 10px;
    margin: 20px auto 0;
  }
}
footer .f-bottom div:first-child {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 736px) {
  footer .f-bottom div:first-child {
    justify-content: center;
  }
}
footer .f-bottom div:first-child p {
  display: flex;
  align-items: center;
}
footer .f-bottom div:first-child p img {
  padding-right: 10px;
}
@media screen and (max-width:1024px) {
  footer .f-bottom div:first-child p img {
    width: 40px;
    height: 40px;
  }
}
footer .f-bottom div:first-child p a {
  color: #8d93c8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:1024px) {
  footer .f-bottom div:first-child p a {
    font-size: 12px;
  }
}
footer .f-bottom div:last-child .copyright {
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1024px) {
  footer .f-bottom div:last-child .copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
}/*# sourceMappingURL=layout.css.map */