@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
@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=Oswald:wght@300;400;500;600&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;
}

@media screen and (min-width: 768px) {
  .fs-pc14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc20 {
    font-size: 20px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .fs-sp26 {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp28 {
    font-size: calc(28/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: "Hiragino Kaku Gothic ProN", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
  color: #6b3b30;
  font-weight: 400;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(24/750 * 100vw);
    line-height: 1.5;
  }
}

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;
  }
}

.bold {
  font-weight: bold;
}

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

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

/* ============================
slider
===================================================*/
.slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

.slider-item {
  width: 184px;
  margin-left: 20px;
}

.slider-item-img {
  width: 184px;
  height: auto;
}

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

  .slider-item-img {
    width: calc(184/750 * 100vw);
    height: auto;
  }
}
.mv-inner {
    height: 681px;
    width: 1263px;
  margin: 0 auto;
  position: relative;
  background: url(../img/mv_img_pc.png) top left/1263px auto no-repeat, #fff;
  /* text-indent: -9999px; */
}
@media screen and (max-width: 767px) {
  .mv-inner {
    width: 100%;
    height: calc(1040/750 * 100vw);
    background: url(../img/mv_img_sp.png) center top/100% auto no-repeat, #fff;
    margin-bottom: 0;
  }
}

.mv-inner-ttl {
  text-indent: -9999px;
  font-size: 0;
}

.mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1087px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto 0;
  padding-left: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mv-list {
    margin: 0 auto;
    width: calc(722/750 * 100vw);
    padding-left: calc(6/750 * 100vw);
  }
}

.mv-list-item {
  width: 351px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mv-list-item {
    width: calc(351/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-list-item:last-child {
    width: calc(722/750 * 100vw);
    margin-top: calc(15/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-list-item:first-child {
    margin-right: calc(14/750 * 100vw);
  }
}

.mv-notes {
  color: #6b6b6b;
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .mv-notes {
    width: calc(710/750 * 100vw);
    font-size: calc(20/750 * 100vw);
    padding: calc(25/750 * 100vw) 0 calc(20/750 * 100vw);
  }
}

.cv-area {
  background: #fff9e5;
}

.cv-area-inner {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .cv-area-inner {
    padding: calc(50/750 * 100vw) 0;
  }
}

.cv-txt {
  width: 555px;
  font-size: 0;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cv-txt {
    width: calc(555/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

.cv-link {
  background: #f36e35;
  width: 400px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 0px #a74c24;
          box-shadow: 0px 4px 0px #a74c24;
  font-size: 16px;
  padding: 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .cv-link {
    font-size: calc(28/750 * 100vw);
    width: calc(630/750 * 100vw);
    height: calc(100/750 * 100vw);
    padding: 0 calc(30/750 * 100vw);
  }
}
.cv-link span {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
}
.cv-link .fas {
  color: #fff;
}
.cv-link:hover {
  opacity: 0.8;
}

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

.toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.toc-list-item {
  font-size: 0;
  width: 333px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .toc-list-item {
    width: calc(250/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .toc-list-item:nth-child(2) {
    width: 334px;
  }
}
.toc-list-item:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------
voice
------------------------------------------------------------------*/
.voice-ttl {
  width: 100%;
  font-size: 0;
  height: 259px;
  text-align: center;
  text-indent: -9999px;
  background: url(../img/sec01_ttl_pc.jpg) top center/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .voice-ttl {
    height: calc(259/750 * 100vw);
    background: url(../img/sec01_ttl_sp.jpg) top center/calc(750/750 * 100vw) auto no-repeat;
  }
}

.voice-list-item {
  width: 854px;
  margin: 50px auto 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .voice-list-item {
    width: 100%;
    padding-bottom: calc(110/750 * 100vw);
    margin: calc(60/750 * 100vw) auto 0;
  }
}
.voice-list-item:first-child {
  margin: 50px auto 0;
  background: url(../img/voice01_bg.png) top left/754px auto no-repeat, url(../img/voice_line.png) bottom center/669px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .voice-list-item:first-child {
    margin: calc(60/750 * 100vw) auto 0;
    background: url(../img/voice01_bg_sp.png) top left/calc(702/750 * 100vw) auto no-repeat, url(../img/voice_line.png) bottom center/calc(669/750 * 100vw) auto no-repeat;
  }
}
.voice-list-item:nth-child(2) {
  background: url(../img/voice02_bg.png) top left/754px auto no-repeat, url(../img/voice_line.png) bottom center/669px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .voice-list-item:nth-child(2) {
    background: url(../img/voice02_bg_sp.png) top left/calc(702/750 * 100vw) auto no-repeat, url(../img/voice_line.png) bottom center/calc(669/750 * 100vw) auto no-repeat;
  }
}
.voice-list-item:nth-child(3) {
  background: url(../img/voice03_bg.png) top left/754px auto no-repeat, url(../img/voice_line.png) bottom center/669px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .voice-list-item:nth-child(3) {
    background: url(../img/voice03_bg_sp.png) top left/calc(702/750 * 100vw) auto no-repeat, url(../img/voice_line.png) bottom center/calc(669/750 * 100vw) auto no-repeat;
  }
}
.voice-list-item:nth-child(4) {
  background: url(../img/voice04_bg.png) top left/754px auto no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .voice-list-item:nth-child(4) {
    background: url(../img/voice04_bg_sp.png) top left/calc(702/750 * 100vw) auto no-repeat;
    padding-bottom: calc(60/750 * 100vw);
  }
}

.voice-list-item-inner {
  width: 640px;
  margin: 0 auto;
  background: url(../img/dot_gray.jpg) bottom left/8px auto repeat-x;
}
@media screen and (max-width: 767px) {
  .voice-list-item-inner {
    width: calc(630/750 * 100vw);
  }
}

.voice-sub-ttl {
  width: 180px;
  padding: 42px 0 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .voice-sub-ttl {
    width: calc(180/750 * 100vw);
    padding: calc(42/750 * 100vw) 0 calc(40/750 * 100vw);
  }
}

.voice01-ttl {
  width: 418px;
  font-size: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice01-ttl {
    width: calc(327/750 * 100vw);
    padding-bottom: calc(60/750 * 100vw);
  }
}

.voice02-ttl {
  width: 413px;
  font-size: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice02-ttl {
    width: calc(350/750 * 100vw);
    padding-bottom: calc(60/750 * 100vw);
  }
}

.voice03-ttl {
  width: 466px;
  font-size: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice03-ttl {
    width: calc(339/750 * 100vw);
    padding-bottom: calc(60/750 * 100vw);
  }
}

.voice04-ttl {
  width: 475px;
  font-size: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice04-ttl {
    width: calc(341/750 * 100vw);
    padding-bottom: calc(60/750 * 100vw);
  }
}

.voice-staff-name {
  font-size: 22px;
  padding-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-staff-name {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}
.voice-staff-name span {
  font-size: 70%;
}

.voice-staff-txt {
  font-size: 16px;
  padding-bottom: 35px;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .voice-staff-txt {
    width: 100%;
    font-size: calc(24/750 * 100vw);
    padding-bottom: calc(50/750 * 100vw);
  }
}

.voice-list-qa-inner {
  width: 640px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .voice-list-qa-inner {
    width: calc(630/750 * 100vw);
    padding-top: calc(60/750 * 100vw);
  }
}

.voice-list-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .voice-list-qa {
    padding-bottom: calc(40/750 * 100vw);
  }
}

.voice-list-q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice-list-a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.voice-list-qa-ttl {
  width: 78px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .voice-list-qa-ttl {
    width: calc(78/750 * 100vw);
    margin-right: calc(32/750 * 100vw);
  }
}

.voice-list-qa-txt {
  width: 530px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .voice-list-qa-txt {
    width: calc(520/750 * 100vw);
  }
}

.voice-list-q-txt {
  font-size: 16px;
  color: #a4be39;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-list-q-txt {
    font-size: calc(28/750 * 100vw);
  }
}

.voice-list-a-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voice-list-a-txt {
    font-size: calc(24/750 * 100vw);
  }
}

.voice-list-principal-inner {
  width: 750px;
  margin: 0 auto;
  background: #fff9e5;
}
@media screen and (max-width: 767px) {
  .voice-list-principal-inner {
    width: calc(710/750 * 100vw);
  }
}

.voice-list-principal-box {
  padding: 60px 60px 50px;
}
@media screen and (min-width: 768px) {
  .voice-list-principal-box {
    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) {
  .voice-list-principal-box {
    overflow: hidden;
    /*float解除*/
    padding: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .voice-list-principal-box p {
    font-size: 16px;
    width: 458px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-principal-box p {
    font-size: calc(24/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .voice-list-principal-box .space {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-principal-box .space {
    float: right;
    /*画像の位置を右下にしたい場合はright*/
    height: calc(170/750 * 100vw);
  }
}

.voice-list-principal-box .principal-img {
  width: 142px;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-list-principal-box .principal-img {
    margin-left: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-principal-box .principal-img {
    margin-left: calc(30/750 * 100vw);
    width: calc(142/750 * 100vw);
    float: right;
    /*画像の位置を右下にしたい場合はright*/
    clear: both;
    /*.spaceのfloat解除*/
  }
}
.voice-list-principal-box .principal-img img {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice-list-principal-box .principal-img img {
    margin-bottom: calc(15/750 * 100vw);
  }
}
.voice-list-principal-box .principal-img p {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice-list-principal-box .principal-img p {
    font-size: calc(24/750 * 100vw);
  }
}

.principal-notes {
  color: #6b6b6b;
  font-size: 12px;
  width: 630px;
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .principal-notes {
    font-size: calc(20/750 * 100vw);
    width: calc(630/750 * 100vw);
    padding-top: calc(35/750 * 100vw);
  }
}

/*------------------------------------------------------------------
system
------------------------------------------------------------------*/
.system-wrap {
  background: #ecf6fb;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .system-wrap {
    padding-bottom: calc(60/750 * 100vw);
  }
}

.system-ttl {
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  height: 259px;
  text-align: center;
  background: url(../img/sec02_ttl_pc.jpg) top center/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .system-ttl {
    height: calc(259/750 * 100vw);
    background: url(../img/sec02_ttl_sp.jpg) top center/calc(750/750 * 100vw) auto no-repeat;
  }
}

.system-income-inner {
  width: 750px;
  background: #fff;
  margin: 80px auto 20px;
  padding: 60px 50px 50px;
}
@media screen and (max-width: 767px) {
  .system-income-inner {
    width: calc(710/750 * 100vw);
    margin: calc(60/750 * 100vw) auto calc(20/750 * 100vw);
    padding: calc(60/750 * 100vw) calc(40/750 * 100vw) calc(55/750 * 100vw);
  }
}

.system-rank-inner {
  width: 750px;
  background: #fff;
  margin: 0 auto;
  padding: 60px 50px 50px;
}
@media screen and (max-width: 767px) {
  .system-rank-inner {
    width: calc(710/750 * 100vw);
    margin: 0 auto;
    padding: calc(60/750 * 100vw) calc(40/750 * 100vw) calc(55/750 * 100vw);
  }
}

.system-income-ttl {
  width: 412px;
  font-size: 0;
  margin: 0 auto 63px;
}
@media screen and (max-width: 767px) {
  .system-income-ttl {
    width: calc(483/750 * 100vw);
    margin: 0 auto calc(80/750 * 100vw);
  }
}

.system-rank-ttl {
  width: 216px;
  font-size: 0;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .system-rank-ttl {
    width: calc(263/750 * 100vw);
    margin: 0 auto calc(50/750 * 100vw);
  }
}

.system-income-box {
  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) {
  .system-income-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.income-conditions-box {
  width: 240px;
  background: #fff9e5;
  position: relative;
  padding: 35px 30px 30px 40px;
  font-size: 14px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .income-conditions-box {
    width: calc(630/750 * 100vw);
    font-size: calc(24/750 * 100vw);
    padding: calc(50/750 * 100vw) calc(75/750 * 100vw) calc(30/750 * 100vw);
    margin-bottom: calc(60/750 * 100vw);
  }
}

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

.income-txt-box {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .income-txt-box {
    font-size: calc(24/750 * 100vw);
  }
}

.income-conditions-img {
  width: 383px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .income-conditions-img {
    width: calc(648/750 * 100vw);
    margin: 0 auto;
  }
}

.income-conditions-ttl {
  background: #6b3b30;
  position: absolute;
  border-radius: 20px;
  width: 180px;
  height: 30px;
  left: 50%;
  top: 0;
  padding-top: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .income-conditions-ttl {
    width: calc(400/750 * 100vw);
    height: calc(50/750 * 100vw);
    margin: 0 auto;
  }
}
.income-conditions-ttl p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .income-conditions-ttl p {
    font-size: calc(24/750 * 100vw);
  }
}

.system-rank-txt {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .system-rank-txt {
    font-size: calc(28/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.system-rank-img {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .system-rank-img {
    width: calc(608/750 * 100vw);
  }
}

/*------------------------------------------------------------------
support
------------------------------------------------------------------*/
.support-ttl {
  width: 100%;
  font-size: 0;
  height: 259px;
  text-indent: -9999px;
  text-align: center;
  background: url(../img/sec03_ttl_pc.jpg) top center/1920px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .support-ttl {
    height: calc(259/750 * 100vw);
    background: url(../img/sec03_ttl_sp.jpg) top center/calc(750/750 * 100vw) auto no-repeat;
  }
}

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

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

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

.support-parenting-ttl {
  margin: 0 auto 60px;
  width: 278px;
}
@media screen and (max-width: 767px) {
  .support-parenting-ttl {
    width: calc(278/750 * 100vw);
    margin: 0 auto calc(60/750 * 100vw);
  }
}

.support-health-ttl {
  margin: 0 auto 60px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .support-health-ttl {
    width: calc(360/750 * 100vw);
    margin: 0 auto calc(60/750 * 100vw);
  }
}

.support-live-ttl {
  margin: 0 auto 60px;
  width: 162px;
}
@media screen and (max-width: 767px) {
  .support-live-ttl {
    width: calc(162/750 * 100vw);
    margin: 0 auto calc(60/750 * 100vw);
  }
}

.support-box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc(40/750 * 100vw);
  }
}

.support-img {
  width: 560px;
  height: auto;
  margin-right: auto;
  padding-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .support-img {
    width: calc(295/750 * 100vw);
    padding-bottom: 0;
  }
}

.support-txt {
  position: absolute;
  right: 10px;
  top: 167px;
  width: 365px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0px #eba0a0;
  box-shadow: 10px 10px 0px #eba0a0;
}
@media screen and (max-width: 767px) {
  .support-txt {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: calc(415/750 * 100vw);
    background: url(../img/diagonal_line.png) top left/auto calc(18/750 * 100vw) repeat-x, url(../img/diagonal_line.png) bottom left/auto calc(18/750 * 100vw) repeat-x;
  }
}
.support-txt p {
  padding: 35px 40px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .support-txt p {
    line-height: 1.7;
    padding: calc(40/750 * 100vw) calc(60/750 * 100vw) calc(40/750 * 100vw) 0;
    font-size: calc(28/750 * 100vw);
  }
}

.support-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fdf5f5;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .support-bottom-list {
    padding: calc(40/750 * 100vw);
  }
}

.support-bottom-list-item {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support-bottom-list-item {
    margin-bottom: calc(30/750 * 100vw);
  }
}

.support-bottom-list-ttl {
  width: 295px;
  background: #eba0a0;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 4px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support-bottom-list-ttl {
    width: calc(295/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    padding: calc(4/750 * 100vw) 0;
  }
}

.support-bottom-list-item-wide {
  width: 100%;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .support-bottom-list-item-wide {
    margin: 0 calc(20/750 * 100vw) calc(30/750 * 100vw);
  }
}
.support-bottom-list-item-wide .support-bottom-list-ttl {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .support-bottom-list-item-wide .support-bottom-list-ttl {
    width: calc(630/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .support-bottom-list-item-spwide {
    width: 100%;
    margin: 0 calc(20/750 * 100vw) calc(30/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .support-bottom-list-item-spwide .support-bottom-list-ttl {
    width: calc(630/750 * 100vw);
  }
}

.support-bottom-list-txt {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .support-bottom-list-txt {
    font-size: calc(28/750 * 100vw);
    padding-top: calc(15/750 * 100vw);
  }
}

.support-bottom-list-txt-notes {
  font-size: 12px;
  text-align: center;
  color: #6b6b6b;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .support-bottom-list-txt-notes {
    font-size: calc(20/750 * 100vw);
    padding-top: calc(30/750 * 100vw);
  }
}

.support-notes {
  width: 750px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .support-notes {
    width: calc(670/750 * 100vw);
    padding: calc(30/750 * 100vw) 0;
  }
}
.support-notes p {
  font-size: 12px;
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  .support-notes p {
    font-size: calc(20/750 * 100vw);
  }
}

/*------------------------------------------------------------------
qa
------------------------------------------------------------------*/
.qa-wrap {
  background: #e8edca;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .qa-wrap {
    padding-bottom: calc(80/750 * 100vw);
  }
}

.qa-ttl {
  width: 513px;
  margin: 0 auto;
  padding: 66px 0 40px;
}
@media screen and (max-width: 767px) {
  .qa-ttl {
    padding: calc(70/750 * 100vw) 0;
    width: calc(513/750 * 100vw);
  }
}

.qa-list {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qa-list {
    width: calc(710/750 * 100vw);
  }
}

.qa-list-item {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    padding: 0 calc(35/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}
.qa-list-item:last-child {
  margin-bottom: 0;
}

.qa-q-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 30px 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-q-wrap {
    padding: calc(25/750 * 100vw) 0;
  }
}
.qa-q-wrap .fas {
  margin-left: auto;
  font-size: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .qa-q-wrap .fas {
    font-size: calc(40/750 * 100vw);
  }
}

.is-open .fas {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  margin-top: 15px;
}

.qa-a-wrap {
  display: none;
  background: url(../img/dot_brown.jpg) top left/auto 6px repeat-x;
}
@media screen and (max-width: 767px) {
  .qa-a-wrap {
    background: url(../img/dot_brown.jpg) top left/auto calc(6/750 * 100vw) repeat-x;
  }
}

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

.qa02-a-wrap {
  padding: 35px 30px 80px;
}
@media screen and (max-width: 767px) {
  .qa02-a-wrap {
    padding: calc(30/750 * 100vw) calc(5/750 * 100vw) 0;
  }
}

.qa03-a-wrap {
  padding: 35px 30px 80px;
}
@media screen and (max-width: 767px) {
  .qa03-a-wrap {
    padding: calc(30/750 * 100vw) calc(5/750 * 100vw) calc(40/750 * 100vw);
  }
}

.qa04-a-wrap {
  padding: 35px 30px 80px;
}
@media screen and (max-width: 767px) {
  .qa04-a-wrap {
    padding: calc(30/750 * 100vw) calc(5/750 * 100vw) calc(40/750 * 100vw);
  }
}

.qa05-a-wrap {
  padding: 35px 30px 80px;
}
@media screen and (max-width: 767px) {
  .qa05-a-wrap {
    padding: calc(30/750 * 100vw) calc(0/750 * 100vw) calc(40/750 * 100vw);
  }
}

.is-open + .qa-a-wrap {
  display: block;
}

.qa-q {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6b3b30;
  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 {
    width: calc(100/750 * 100vw);
    height: calc(100/750 * 100vw);
  }
}
.qa-q p {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .qa-q p {
    font-size: calc(40/750 * 100vw);
  }
}

.qa-q-txt {
  font-weight: 600;
  font-size: 22px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .qa-q-txt {
    padding-left: calc(20/750 * 100vw);
    font-size: calc(28/750 * 100vw);
  }
}

.green-dot-ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .green-dot-ttl {
    margin-bottom: calc(20/750 * 100vw);
  }
}
.green-dot-ttl p {
  background: url(../img/dot_green.jpg) bottom left/auto 6px repeat-x;
  font-size: 22px;
  font-weight: bold;
  color: #a4be39;
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .green-dot-ttl p {
    background: url(../img/dot_green.jpg) bottom left/auto calc(6/750 * 100vw) repeat-x;
    padding-bottom: calc(20/750 * 100vw);
    font-size: calc(28/750 * 100vw);
  }
}

.qa-a-wrap .income-conditions-img {
  margin: 0 auto 50px;
  width: 550px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .qa-a-wrap .income-conditions-img {
    width: calc(630/750 * 100vw);
    margin: 0 auto calc(50/750 * 100vw);
  }
}

.qa-a-wrap .income-conditions-box {
  width: 550px;
  margin: 0 auto 60px;
  padding: 35px 30px 30px 140px;
}
@media screen and (max-width: 767px) {
  .qa-a-wrap .income-conditions-box {
    width: calc(630/750 * 100vw);
    margin: 0 auto calc(60/750 * 100vw);
    padding: calc(50/750 * 100vw) calc(75/750 * 100vw) calc(30/750 * 100vw);
  }
}

.qa-a-wrap .system-rank-img {
  width: 380px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .qa-a-wrap .system-rank-img {
    width: calc(610/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
  }
}

.qa02-dt {
  background: #f6f8eb;
  border-left: 8px #c3d600 solid;
  height: 75px;
  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) {
  .qa02-dt {
    border-left: calc(8/750 * 100vw) #c3d600 solid;
    height: calc(75/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}
.qa02-dt p {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .qa02-dt p {
    font-size: calc(28/750 * 100vw);
    padding-left: calc(30/750 * 100vw);
  }
}

.qa-top-txt {
  font-size: 16px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qa-top-txt {
    font-size: calc(28/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

.qa-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .qa-txt {
    font-size: calc(28/750 * 100vw);
  }
}

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

.qa02-dd-notes {
  font-size: 12px;
  padding-top: 15px;
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  .qa02-dd-notes {
    padding-top: calc(10/750 * 100vw);
    font-size: calc(20/750 * 100vw);
  }
}

.qa02-challenge-ttl {
  width: 649px;
  margin: 0 auto 20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-ttl {
    width: calc(649/750 * 100vw);
    margin: 0 auto calc(20/750 * 100vw);
  }
}

.qa02-challenge-ttl-txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-ttl-txt {
    font-size: calc(28/750 * 100vw);
  }
}

.qa02-challenge-notes {
  font-size: 12px;
  color: #6b6b6b;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-notes {
    font-size: calc(20/750 * 100vw);
    padding-top: calc(10/750 * 100vw);
  }
}

.qa02-challenge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 650px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list {
    width: calc(630/750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(75/750 * 100vw);
    gap: 0;
  }
}

.qa02-challenge-list-item {
  background: #fff9e5;
  position: relative;
  border-radius: 10px;
  width: 210px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list-item {
    width: 100%;
    margin-bottom: calc(50/750 * 100vw);
    padding: calc(40/750 * 100vw) 0 calc(30/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list-item:last-child {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.qa02-challenge-list-item-ttl {
  position: absolute;
  width: 140px;
  font-size: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list-item-ttl {
    width: calc(222/750 * 100vw);
  }
}

.qa02-challenge-list-item-ttl-txt-wrap {
  height: 70px;
  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;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list-item-ttl-txt-wrap {
    display: block;
    height: auto;
    margin-bottom: calc(20/750 * 100vw);
  }
}

.qa02-challenge-list-item-ttl-txt {
  color: #f2a649;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list-item-ttl-txt {
    font-size: calc(28/750 * 100vw);
  }
}

.qa02-challenge-list-item-txt {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa02-challenge-list-item-txt {
    font-size: calc(24/750 * 100vw);
  }
}

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

.qa03-dt {
  text-align: center;
  width: 100%;
  background: url(../img/dot_green.jpg) bottom left/auto 6px repeat-x;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .qa03-dt {
    margin-bottom: calc(25/750 * 100vw);
    background: url(../img/dot_green.jpg) bottom left/auto calc(6/750 * 100vw) repeat-x;
    padding-bottom: calc(20/750 * 100vw);
  }
}
.qa03-dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qa03-dt p img {
  height: 42px;
}
@media screen and (max-width: 767px) {
  .qa03-dt p img {
    height: calc(42/750 * 100vw);
    margin-top: calc(4/750 * 100vw);
  }
}
.qa03-dt p span {
  font-size: 26px;
  font-weight: bold;
  color: #a4be39;
  padding-left: 15px;
  padding-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .qa03-dt p span {
    font-size: calc(36/750 * 100vw);
    padding-left: calc(15/750 * 100vw);
    padding-top: calc(0/750 * 100vw);
  }
}

.qa03-dd .qa-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa03-dd .qa-txt {
    text-align: left;
  }
}

.qa-txt-notes {
  font-size: 12px;
  color: #6b6b6b;
  padding-top: 10px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .qa-txt-notes {
    text-align: left;
    font-size: calc(20/750 * 100vw);
    padding-top: calc(10/750 * 100vw);
  }
}

.qa03-a-wrap .income-conditions-box {
  width: 650px;
  padding: 50px 50px 40px;
}
@media screen and (max-width: 767px) {
  .qa03-a-wrap .income-conditions-box {
    width: calc(630/750 * 100vw);
    padding: calc(50/750 * 100vw) calc(40/750 * 100vw) calc(30/750 * 100vw);
  }
}
.qa03-a-wrap .income-conditions-box .income-conditions-ttl {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .qa03-a-wrap .income-conditions-box .income-conditions-ttl {
    width: calc(400/750 * 100vw);
  }
}
.qa03-a-wrap .income-conditions-box .income-txt-box {
  display: block;
}
.qa03-a-wrap .income-conditions-box .income-txt-box .qa-txt-notes {
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .qa03-a-wrap .income-conditions-box .income-txt-box .qa-txt-notes {
    padding-bottom: calc(20/750 * 100vw);
  }
}

.qa04-table {
  width: 650px;
  margin: 0 auto 40px;
  border: solid 3px #adcb32;
}
@media screen and (max-width: 767px) {
  .qa04-table {
    width: calc(630/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
  }
}

.qa04-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #adcb32;
}
.qa04-dl:last-child {
  border-bottom: none;
}

.qa04-dt {
  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;
  background: #f4f8e4;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .qa04-dt {
    width: calc(136/750 * 100vw);
  }
}
.qa04-dt p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qa04-dt p {
    font-size: calc(24/750 * 100vw);
  }
}

.qa04-dd {
  background: #fff;
  line-height: 1.8;
  font-size: 16px;
  width: 510px;
  padding: 25px 30px 30px 35px;
}
@media screen and (max-width: 767px) {
  .qa04-dd {
    width: calc(488/750 * 100vw);
    font-size: calc(22/750 * 100vw);
    padding: calc(20/750 * 100vw) calc(25/750 * 100vw);
  }
}

.qa04-img {
  width: 630px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .qa04-img {
    width: calc(630/750 * 100vw);
  }
}

.qa05-img01 {
  width: 584px;
  margin: 40px auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .qa05-img01 {
    margin: calc(50/750 * 100vw) auto calc(60/750 * 100vw);
    width: calc(660/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .qa05-img01 img {
    margin-left: calc(-10/750 * 100vw);
  }
}

.qa05-img02 {
  width: 630px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .qa05-img02 {
    width: calc(630/750 * 100vw);
  }
}

/*------------------------------------------------------------------
flow
------------------------------------------------------------------*/
.flow-ttl {
  width: 920px;
  margin: 80px auto 0;
  padding-right: 43px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    width: calc(750/750 * 100vw);
    padding-right: 0;
    margin: calc(70/750 * 100vw) auto 0;
  }
}

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

.flow-list-item {
  position: relative;
}

.flow-list-item:first-child:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flow-list-item:first-child:before {
    margin-left: calc(-30/750 * 100vw);
    border: calc(30/750 * 100vw) solid transparent;
    border-top: calc(30/750 * 100vw) solid #fff;
  }
}

.flow-list-item:nth-child(2) {
  background: #fff9e5;
}
.flow-list-item:nth-child(2):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #fff9e5;
}
@media screen and (max-width: 767px) {
  .flow-list-item:nth-child(2):before {
    margin-left: calc(-30/750 * 100vw);
    border: calc(30/750 * 100vw) solid transparent;
    border-top: calc(30/750 * 100vw) solid #fff9e5;
  }
}

.flow-list-item-inner {
  width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow-list-item-inner {
    width: calc(710/750 * 100vw);
    margin-left: calc(40/750 * 100vw);
    padding: calc(50/750 * 100vw) 0;
  }
}

.flow-list-item:last-child .flow-list-item-inner {
  padding: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .flow-list-item:last-child .flow-list-item-inner {
    padding: calc(120/750 * 100vw) 0 calc(70/750 * 100vw);
  }
}

.flow-list-ttl {
  position: relative;
  width: 154px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .flow-list-ttl {
    width: calc(193/750 * 100vw);
  }
}

.flow-list-ttl-baloon {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 208px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .flow-list-ttl-baloon {
    width: calc(208/750 * 100vw);
    top: calc(-74/750 * 100vw);
  }
}

.flow-list-txt {
  width: 570px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list-txt {
    width: calc(470/750 * 100vw);
  }
}

.flow-list-txt-ttl {
  width: 100%;
  padding-bottom: 15px;
  color: #f36e35;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(../img/line_orange.png) bottom left/auto 8px repeat-x;
}
@media screen and (max-width: 767px) {
  .flow-list-txt-ttl {
    padding-bottom: calc(15/750 * 100vw);
    font-size: calc(36/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
    background: url(../img/line_orange.png) bottom left/auto calc(8/750 * 100vw) repeat-x;
  }
}

.flow-list-txt-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flow-list-txt-txt {
    font-size: calc(28/750 * 100vw);
  }
}

.flow-notes {
  font-size: 12px;
  width: 750px;
  margin: 0 auto 40px;
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  .flow-notes {
    font-size: calc(20/750 * 100vw);
    width: 100%;
    padding: 0 calc(60/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
  }
}

.flow-list-step03_baloon {
  position: absolute;
  width: 156px;
  font-size: 0;
  left: 166px;
  top: -76px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow-list-step03_baloon {
    width: calc(197/750 * 100vw);
    left: calc(187/750 * 100vw);
    top: calc(-95/750 * 100vw);
  }
}

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

.school-ttl {
  width: 878px;
  margin: 80px auto 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .school-ttl {
    width: 100%;
    margin: calc(70/750 * 100vw) auto 0;
  }
}

.school-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 40px auto 60px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .school-tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: calc(70/750 * 100vw) auto calc(40/750 * 100vw);
    width: calc(670/750 * 100vw);
    gap: calc(15/750 * 100vw);
  }
}

.school-tab-list-item {
  width: 150px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: url(../img/tab_bg_brown.jpg) top left/150px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .school-tab-list-item {
    height: calc(110/750 * 100vw);
    width: calc(213/750 * 100vw);
    background: url(../img/tab_bg_brown.jpg) top left/calc(213/750 * 100vw) auto no-repeat;
    margin-bottom: calc(5/750 * 100vw);
  }
}
.school-tab-list-item:nth-child(2n) {
  background: url(../img/tab_bg_green.jpg) top left/150px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .school-tab-list-item:nth-child(2n) {
    background: url(../img/tab_bg_green.jpg) top left/calc(213/750 * 100vw) auto no-repeat;
  }
}
.school-tab-list-item .fas {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .school-tab-list-item .fas {
    font-size: calc(36/750 * 100vw);
  }
}
.school-tab-list-item:hover {
  opacity: 0.8;
}

.school-tab-list-item-txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .school-tab-list-item-txt {
    font-size: calc(28/750 * 100vw);
  }
}

.school-list-cover {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .school-list-cover {
    width: calc(670/750 * 100vw);
  }
}

.school-list-wrap {
  width: 1000px;
  margin: 0 auto;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .school-list-wrap {
    width: calc(670/750 * 100vw);
  }
}

.school-list-wrap.is-active {
  display: block;
}

.shcool-list-main-ttl {
  background: #6B3B30;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .shcool-list-main-ttl {
    font-size: calc(28/750 * 100vw);
    padding: calc(15/750 * 100vw) calc(40/750 * 100vw);
    margin-bottom: calc(0/750 * 100vw);
  }
}

.school-list-wrap:nth-child(2n) .shcool-list-main-ttl {
  background: #a4c537;
}

.school-list-item {
  padding: 30px 0 30px;
  background: url(../img/dot_gray.jpg) bottom left/8px auto repeat-x;
}
@media screen and (max-width: 767px) {
  .school-list-item {
    padding: calc(40/750 * 100vw) 0;
    background: url(../img/dot_gray.jpg) bottom left/calc(8/750 * 100vw) auto repeat-x;
  }
}

.school-list-item-new {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .school-list-item-new {
    font-size: calc(24/750 * 100vw);
    padding: calc(5/750 * 100vw) calc(20/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
}

.bg-pink {
  background: #E57E7E;
}

.border_color {
  color: #E57E7E;
  border: solid 1px #E57E7E;
  background-color: #fff;
}

.bg-orange {
  background: #F2A649;
}

.school-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .school-list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.school-list-item-name {
  width: 310px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .school-list-item-name {
    width: 100%;
    padding-bottom: calc(10/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    border-bottom: #6b3b2f solid calc(2/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
}

.school-list-item-capa {
  width: 190px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .school-list-item-capa {
    width: 100%;
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
}

.school-list-item-adress {
  width: 500px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .school-list-item-adress {
    width: 100%;
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
}

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

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: calc(30/750 * 100vw);
  }
}

.footer-box-logo {
  width: 405px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer-box-logo {
    width: calc(428/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
  }
}

.footer-box-adress {
  width: 500px;
  padding-left: 40px;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .footer-box-adress {
    font-size: calc(20/750 * 100vw);
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.footer-num {
  font-family: "Oswald", sans-serif;
  font-size: calc(28/750 * 100vw);
}
.footer-num .fas {
  color: #6b3b30;
  font-size: calc(28/750 * 100vw);
}

.footer-box-adress-copy {
  border-top: #000 1px solid;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 30px 0 145px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .footer-box-adress-copy {
    border-top: none;
    font-size: calc(16/750 * 100vw);
    padding: calc(0/750 * 100vw) 0 calc(160/750 * 100vw);
  }
}

/*------------------------------------------------------------------
floating
------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .floating-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .floating-wrap {
    width: 100%;
    -webkit-box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
}

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

@-webkit-keyframes Slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes Slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .floating-wrap.show {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    -webkit-animation: Slideup 0.5s ease-in-out forwards;
            animation: Slideup 0.5s ease-in-out forwards;
  }
}

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

.floating-tel-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating-tel-btn {
    width: calc(90/750 * 100vw);
    height: calc(90/750 * 100vw);
    background-color: #4cac69;
    border-radius: 50%;
    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;
  }
  .floating-tel-btn .fa-phone-volume {
    color: #fff;
    font-size: calc(42/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .floating-inner .cv-link {
    width: calc(580/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    margin: calc(-8/750 * 100vw) 0 0 auto;
  }
}

/*------------------------------------------------------------------
floating02
------------------------------------------------------------------*/
.floating02-wrap {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  opacity: 0;
  display: none;
  top: 0px;
  z-index: 100;
  -webkit-box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .floating02-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.floating02-inner {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .floating02-inner {
    width: 100%;
    height: calc(120/750 * 100vw);
    padding: 0 0 0 calc(10/750 * 100vw);
  }
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-container {
    height: calc(120/750 * 100vw);
  }
}
.top-container .logo {
  width: 214px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .top-container .logo {
    width: calc(250/750 * 100vw);
    margin: 0 calc(50/750 * 100vw);
  }
}
.top-container .hoiku-logo {
  width: 180px;
  font-size: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .top-container .hoiku-logo {
    width: calc(213/750 * 100vw);
    margin-left: 0;
  }
}

.btn-list {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .btn-list {
    display: none;
  }
}

.btn-list-item01 {
  width: 240px;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-list-item01:hover {
  opacity: 0.8;
}

.btn-list-item02 {
  width: 250px;
}

@-webkit-keyframes Slideup02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes Slideup02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.floating02-wrap.show {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  -webkit-animation: Slideup02 0.5s ease-in-out forwards;
          animation: Slideup02 0.5s ease-in-out forwards;
  opacity: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(120/750 * 100vw);
    width: calc(120/750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #f36e35;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span,
.floating02-menu-btn span:before,
.floating02-menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: calc(50/750 * 100vw);
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:before {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:after {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .floating02-menu-btn.is-show span {
    background-color: #f36e35;
  }

  .floating02-menu-btn.is-show span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .floating02-menu-btn.is-show span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .floating02-menu-content ul {
    padding: calc(180/750 * 100vw) calc(52/750 * 100vw) 0;
  }

  .floating02-menu-content ul li {
    border-bottom: dotted 1px #ffffff;
    list-style: none;
  }

  .floating02-menu-content ul li a {
    display: block;
    width: 100%;
    font-family: yu-mincho-pr6, sans-serif;
    font-size: calc(32/750 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: calc(30/750 * 100vw) 0 calc(30/750 * 100vw) calc(40/750 * 100vw);
    position: relative;
  }

  .floating02-menu-content ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: calc(24/750 * 100vw);
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }

  .floating02-menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 80;
    background-color: #f36e35;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  .floating02-menu-content.is-show {
    top: 0;
    /*メニューを画面内へ*/
  }
}
/* ============================
nav
===================================================*/
.main-content {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.super-nav {
  z-index: 10;
  position: absolute;
  left: 30px;
  top: 280px;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .super-nav {
    display: none;
  }
}

.super-nav.is-fixed {
  position: fixed;
  top: 120px;
  left: 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.nav-list-item a {
  font-size: 18px;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 8px;
  margin-bottom: 14px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-left: 2px solid #6e4231;
  position: relative;
  font-weight: bold;
  color: #6e4231;
  -webkit-text-shadow: 1px 1px 3px #fff;
  text-shadow: 1px 1px 3px #fff;
}
.nav-list-item a:hover {
  opacity: 0.8;
}

.super-nav.is-fixed .nav-list-item.is-active a {
  color: #f36e35;
  border-left: 2px solid #f36e35;
}
.super-nav.is-fixed .nav-list-item.is-active a:hover {
  opacity: 0.8;
}

.logo_30th {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .logo_30th {
    left: 10px;
    top: 10px;
    width: 60px;
  }
}