@charset "UTF-8";
html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",sans-serif;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: .04em;
  color: #1a1a1a;
  background: #f7f6e9;
}

main {
  display: block;
  /* for IE */
}

a:link,
a:visited,
a:before,
a:after,
a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .8;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999;
}

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

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

::placeholder {
  color: #999;
}

section {
  position: relative;
}

article {
  max-width: 100%;
}

html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

/* header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: #fbfaf4;
  z-index: 100;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
header h1 {
  margin-right: 50px;
}
header h2 {
  font-size: 14px;
  font-weight: bold;
  color: #003d8c;
  margin-right: 100px;
}
header .hd-cv {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
header .hd-cv p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #b3a426;
  margin-bottom: 10px;
}
header .hd-cv p::before, header .hd-cv p::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #b3a426;
  top: 50%;
}
header .hd-cv p::before {
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}
header .hd-cv p::after {
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
header .hd-cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 206px;
  height: 40px;
  background: #b3a426;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

main {
  padding-top: 120px;
}

#mv {
  position: relative;
  background: #f7f6e9;
  padding-bottom: 100px;
}
#mv .mv-img {
  position: absolute;
  width: 74%;
  height: 422px;
  top: 0;
  left: 0;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
#mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-top: 75px;
  padding-left: 30%;
  z-index: 2;
}
#mv .inner h2 {
  margin-bottom: 30px;
}
#mv .inner .box {
  position: relative;
  width: 454px;
  padding: 50px;
  background: #fff;
  border-radius: 40px;
}
#mv .inner .box::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 34px;
  background: url("../images/bubble-parts.svg") no-repeat;
  background-size: contain;
  bottom: 0;
  right: -15px;
}
#mv .inner .box h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  color: #003d8c;
  margin-bottom: 20px;
}
#mv .inner .box p {
  font-size: 14px;
  line-height: 1.8;
}
#mv .inner .box .chara {
  position: absolute;
  bottom: -55px;
  right: -100px;
  text-align: right;
}
#mv .inner .box .chara span {
  margin-top: 10px;
  display: block;
  color: #003d8c;
  font-size: 12px;
  line-height: 1.3;
}
#mv .inner .box .chara span strong {
  display: block;
  font-size: 18px;
}
#mv .inner .news {
  position: absolute;
  left: 0;
  top: 455px;
}
#mv .inner .news h3 {
  position: relative;
  font-size: 16px;
  color: #003d8c;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
#mv .inner .news h3::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #003d8c;
  left: 0;
  bottom: 0;
}
#mv .inner .news ul li {
  font-size: 13px;
  margin-bottom: 1em;
}
#mv .inner .news ul li .date {
  display: block;
  font-size: 11px;
  margin-top: 3px;
}

#intro {
  background: #003d8c;
  padding: 90px 0 260px;
  text-align: center;
}
#intro h2 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#intro h2::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#intro ul li {
  width: 198px;
  margin: 0 15px;
}
#intro ul li .img {
  height: 183px;
  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;
  margin-bottom: 30px;
}
#intro ul li .img img {
  width: 100%;
}
#intro ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}

#solution {
  width: 900px;
  margin: -140px auto 120px;
}
#solution h2 {
  position: relative;
  z-index: 2;
}
#solution .youtube {
  position: relative;
  width: 800px;
  height: 450px;
  margin: -25px auto 0;
  padding-top: 56.25%;
  background: #808080;
}
#solution .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#rebuild {
  position: relative;
  width: 100%;
}
#rebuild .img {
  position: absolute;
  width: 65%;
  height: 500px;
  top: 45px;
  right: 0;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  z-index: -1;
}
#rebuild .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rebuild .inner {
  width: 900px;
  margin: 0 auto;
}
#rebuild .inner h2 {
  margin-bottom: 30px;
}
#rebuild .inner h3 {
  font-size: 16px;
  font-weight: bold;
  color: #003d8c;
  margin-bottom: 230px;
}
#rebuild .inner .box {
  position: relative;
  width: 538px;
  padding: 60px 50px;
  background: #fff;
  z-index: 3;
}
#rebuild .inner .box p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #003d8c;
}
#rebuild .inner .box .chara {
  position: absolute;
  bottom: -20px;
  right: -320px;
}

#attention {
  margin-top: -80px;
  background: #003d8c;
  padding: 230px 0 90px;
}
#attention .inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
#attention .inner .img {
  position: absolute;
  right: 50px;
  top: -130px;
}
#attention .inner h2 {
  margin-bottom: 35px;
}
#attention .inner p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.9;
}

.cv {
  position: relative;
  padding: 85px 0;
  background: #b3a426;
  text-align: center;
}
.cv::before {
  content: "";
  display: block;
  width: 403px;
  height: 341px;
  background: url("../images/cv_bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -477px;
  pointer-events: none;
}
.cv h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
.cv h2 span {
  display: block;
  margin-bottom: 35px;
}
.cv .copy {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}
.cv .cv-btn {
  display: block;
  width: 256px;
  line-height: 52px;
  margin: 0 auto 70px;
  background: #fff;
  border-radius: 128px;
  color: #003d8c;
  font-size: 16px;
  font-weight: bold;
}
.cv .about-line {
  width: 800px;
  height: 150px;
  margin: 0 auto;
  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;
  background: #f7f6e9;
  border-radius: 20px;
}
.cv .about-line p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 45px;
}
.cv .chara {
  position: absolute;
  bottom: -25px;
  right: 50%;
  margin-right: -440px;
}
.cv .bnr {
  margin: 0 auto 50px;
}

#courses {
  padding-top: 135px;
}
#courses h2 {
  text-align: center;
  margin-bottom: 70px;
}
#courses h2 .ja {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #003d8c;
}
#courses ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
#courses ul > li {
  width: 385px;
  margin: 0 15px;
  padding-bottom: 40px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
#courses ul > li h3 {
  padding: 50px 0 20px;
  background: #003d8c;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
#courses ul > li h3 .course-img {
  padding-right: 40px;
  margin-bottom: 20px;
}
#courses ul > li h4 {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #003d8c;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#courses ul > li h4::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #003d8c;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#courses ul > li ol {
  display: table;
  margin: 0 auto;
}
#courses ul > li ol.recommend {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#courses ul > li ol.recommend li::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
#courses ul > li ol.flow {
  font-size: 16px;
  line-height: 1.8;
  list-style: decimal;
  list-style-position: inside;
}

#principles {
  margin-top: -60px;
  padding-top: 180px;
  padding-bottom: 120px;
  background: #003d8c;
}
#principles h2 {
  text-align: center;
  margin-bottom: 60px;
}
#principles h2 .ja {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#principles ul {
  width: 800px;
  margin: 0 auto;
}
#principles ul li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-radius: 30px;
  background: #fff;
}
#principles ul li h3 {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 322px;
  padding: 55px 0 0 45px;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
#principles ul li h3 img {
  position: relative;
  z-index: 2;
}
#principles ul li h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 140px 0 0;
  border-color: #b3a426 transparent transparent transparent;
  z-index: 0;
}
#principles ul li .text-area {
  padding: 35px 70px 20px 0;
}
#principles ul li .text-area h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
#principles ul li .text-area p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 0.5em;
}
#principles ul li .img {
  position: absolute;
  right: -30px;
  bottom: -20px;
}

#voice {
  padding: 115px 0 70px;
}
#voice h2 {
  width: 900px;
  margin: 0 auto 70px;
  text-align: left;
}
#voice h2 .ja {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #003d8c;
}
#voice ul {
  width: 800px;
  margin: 0 auto;
}
#voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
#voice ul li .who {
  width: 150px;
  text-align: center;
  margin-right: 90px;
}
#voice ul li .who .ico {
  margin-bottom: 20px;
}
#voice ul li .who .name {
  font-size: 20px;
  font-weight: bold;
  color: #003d8c;
}
#voice ul li .who .name span {
  display: block;
  font-size: 14px;
}
#voice ul li .voice-detail {
  padding-right: 40px;
}
#voice ul li .voice-detail h3 {
  font-size: 26px;
  font-weight: bold;
  color: #003d8c;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: .05em;
}
#voice ul li .voice-detail p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .1em;
}
#voice ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#voice ul li:nth-child(2n) .who {
  margin-left: 90px;
  margin-right: 0;
}
#voice ul li:nth-child(2n) .voice-detail {
  padding-left: 40px;
  padding-right: 0;
}

#faq {
  position: relative;
  background: #fff;
  padding-bottom: 60px;
}
#faq h2 {
  width: 900px;
  margin: 0 auto 40px;
  position: relative;
  top: -40px;
}
#faq h2 .ja {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #003d8c;
}
#faq h2 .chara {
  position: absolute;
  top: -55px;
  right: 75px;
}
#faq dl {
  width: 800px;
  margin: 0 auto;
  padding-left: 170px;
}
#faq dl dt {
  position: relative;
  min-height: 42px;
  font-size: 18px;
  font-weight: normal;
  padding-top: calc(42px - 2em);
  margin-bottom: 6px;
}
#faq dl dt::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  left: -70px;
  background: url("../images/faq_ico_q.png") no-repeat;
  background-size: cover;
}
#faq dl dd {
  position: relative;
  min-height: 42px;
  font-size: 18px;
  font-weight: normal;
  padding-top: calc(42px - 2em);
  margin-bottom: 40px;
}
#faq dl dd::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  left: -70px;
  background: url("../images/faq_ico_a.png") no-repeat;
  background-size: cover;
}

#form-area {
  width: 800px;
  margin: 80px auto 60px;
  padding: 50px 0;
  text-align: left;
  background: #f7f6e9;
}
#form-area h2.pagetitle {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #b3a426;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
#form-area h2.pagetitle img {
  margin-bottom: 35px;
}
#form-area .copy {
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.8;
}
#form-area .copy .note {
  margin-top: 1em;
  display: block;
}
#form-area .form-wrap {
  margin-top: 50px;
  /* 確認画面のカスタマイズ */
}
#form-area .form-wrap .form-inner {
  width: 440px;
  margin: 0 auto;
}
#form-area .form-wrap .form-inner h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}
#form-area .form-wrap .form-inner h3::before {
  content: "●";
  color: #b3a426;
}
#form-area .form-wrap .form-inner .mailform {
  padding: 0 1em;
  margin-bottom: 50px;
}
#form-area .form-wrap .form-inner .mailform input, #form-area .form-wrap .form-inner .mailform textarea, #form-area .form-wrap .form-inner .mailform select {
  max-width: 100%;
  background: #fff;
  padding: .5em 1em;
}
#form-area .form-wrap .form-inner .mailform li {
  margin-bottom: 30px;
}
#form-area .form-wrap .form-inner .mailform li .ttl {
  margin-bottom: 12px;
}
#form-area .form-wrap .form-inner .mailform li .ttl .req-icon {
  display: inline-block;
  font-size: 12px;
  background: #b3a426;
  color: #fff;
  padding: 0 .3em;
  line-height: 1.5em;
  margin-left: 10px;
}
#form-area .form-wrap .form-inner .mailform li .selectbox {
  width: 200px;
  position: relative;
}
#form-area .form-wrap .form-inner .mailform li .selectbox::after {
  position: absolute;
  right: 15px;
  top: 17px;
  width: 10px;
  height: 7px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
#form-area .form-wrap .form-inner .mailform li .selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 200px;
  height: 40px;
  padding: 5px 50px 5px 15px;
  background-color: #fff;
  cursor: pointer;
}
#form-area .form-wrap .form-inner .note {
  margin-bottom: 30px;
}
#form-area .form-wrap .privacy-policy {
  width: 700px;
  height: 280px;
  margin: 40px auto;
  padding: 50px;
  background: #fff;
  overflow: auto;
}
#form-area .form-wrap .privacy-policy h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#form-area .form-wrap .privacy-policy p {
  line-height: 1.8;
}
#form-area .form-wrap .mfp_buttons {
  text-align: center;
}
#form-area .form-wrap .mfp_buttons button {
  width: 180px;
  line-height: 52px;
  border-radius: 26px;
  background: #003d8c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
#form-area .form-wrap #mfp_phase_confirm_inner h4 {
  font-size: 16px;
  margin-bottom: 100px;
}
#form-area .form-wrap #mfp_phase_confirm_inner .mfp_buttons button {
  margin: 0 10px;
}
#form-area .form-wrap #mfp_confirm_table {
  display: block;
  width: 440px;
  margin: 0 auto 50px;
}
#form-area .form-wrap #mfp_confirm_table tr {
  background: transparent;
}
#form-area .form-wrap #mfp_confirm_table th, #form-area .form-wrap #mfp_confirm_table td {
  display: block;
  width: 100%;
  border: none;
}
#form-area .form-wrap #mfp_confirm_table th {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
#form-area .form-wrap #mfp_confirm_table td {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#form-area .back-btn {
  display: block;
  width: 265px;
  line-height: 52px;
  border-radius: 26px;
  background: #003d8c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto;
}

/* footer */
footer {
  background: #4d4d4d;
  color: #fff;
  padding: 55px 0 35px;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 585px;
  margin: 0 auto 35px;
}
footer .inner .company-info {
  line-height: 2;
  font-size: 14px;
}
footer .inner .licence {
  margin-top: 1em;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
}

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

  .sp {
    display: none !important;
  }

  body, html {
    min-width: 1100px;
  }

  img {
    height: auto;
  }

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

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* header */
  header {
    position: relative;
    width: 100%;
    height: 55px;
    background: #fff;
  }
  header .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  header h1 {
    height: 60%;
    margin-right: 0;
  }
  header h1 img {
    height: 100%;
    width: auto;
  }
  header h2 {
    display: none;
  }
  header .hd-cv {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5%;
    background: #b3a426;
  }
  header .hd-cv p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 1em;
  }
  header .hd-cv p::before, header .hd-cv p::after {
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    right: 0;
  }
  header .hd-cv p::before {
    left: auto;
    top: auto;
    bottom: 130%;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  header .hd-cv p::after {
    right: 0;
    top: 130%;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  header .hd-cv a {
    width: 60%;
    height: 2.6em;
    background: #fff;
    border-radius: 1.3em;
    color: #b3a426;
    font-size: 15px;
    font-weight: bold;
  }

  main {
    padding-top: 0;
  }

  #mv {
    position: relative;
    padding-bottom: 60px;
  }
  #mv .mv-img {
    position: absolute;
    width: 95%;
    height: 350px;
    top: 0;
    left: 0;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
  }
  #mv .mv-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 17vw;
    padding-left: 0;
  }
  #mv .inner h2 {
    width: 85%;
    margin-bottom: 30px;
  }
  #mv .inner .box {
    position: relative;
    width: 85%;
    padding: 1.5em 2em;
    margin-bottom: 80px;
  }
  #mv .inner .box::after {
    width: 40px;
    height: 25px;
    bottom: 32vw;
    right: -7vw;
    -webkit-transform: scale(1, -1) rotate(-90deg);
            transform: scale(1, -1) rotate(-90deg);
  }
  #mv .inner .box h3 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  #mv .inner .box p {
    font-size: 14px;
    line-height: 1.8;
  }
  #mv .inner .box .chara {
    width: 140%;
    position: absolute;
    bottom: -2em;
    right: -23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #mv .inner .box .chara img {
    width: 20%;
  }
  #mv .inner .box .chara .name {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mv .inner .box .chara .name strong {
    font-size: 12px;
    margin-left: .5em;
  }
  #mv .inner .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: static;
  }
  #mv .inner .news h3 {
    position: relative;
    font-size: 16px;
    color: #003d8c;
    padding-bottom: 0;
    padding-right: .8em;
    margin-bottom: 0;
    line-height: 20px;
  }
  #mv .inner .news h3::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 1.5em;
    left: 100%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mv .inner .news ul {
    padding-left: 1em;
  }
  #mv .inner .news ul li {
    font-size: 13px;
    line-height: 20px;
  }
  #mv .inner .news ul li .date {
    display: block;
    font-size: .9em;
    margin-top: 5px;
  }

  #intro {
    padding: 80px 0 230px;
    text-align: center;
  }
  #intro h2 {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #intro h2::after {
    width: 45px;
  }
  #intro ul {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #intro ul li {
    width: 42%;
    margin: 0 0 15px;
  }
  #intro ul li .img {
    height: 150px;
    margin-bottom: 0;
  }
  #intro ul li .img img {
    width: 100%;
  }
  #intro ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
  }

  #solution {
    width: 90%;
    margin: -140px auto 80px;
  }
  #solution h2 {
    width: 90%;
  }
  #solution .youtube {
    width: 100%;
    height: auto;
    margin-top: -10px;
  }

  #rebuild {
    position: relative;
    width: 100%;
  }
  #rebuild .img {
    position: absolute;
    width: 80%;
    height: 400px;
    top: 20px;
    right: 0;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    z-index: -1;
  }
  #rebuild .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #rebuild .inner {
    width: 90%;
    margin: 0 auto;
  }
  #rebuild .inner h2 {
    width: 74%;
    margin-bottom: 20px;
  }
  #rebuild .inner h3 {
    font-size: 15px;
    margin-bottom: 80px;
  }
  #rebuild .inner .box {
    position: relative;
    width: 86%;
    padding: 2.5em 2em 3.5em;
    background: #fff;
    z-index: 3;
  }
  #rebuild .inner .box p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    color: #003d8c;
  }
  #rebuild .inner .box .chara {
    width: 120%;
    position: absolute;
    bottom: -40px;
    right: -20%;
  }

  #attention {
    margin-top: -60px;
    padding: 130px 0 80px;
  }
  #attention .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #attention .inner .img {
    width: 70%;
    margin: 0 0 20px auto;
    position: static;
  }
  #attention .inner h2 {
    width: 80%;
    margin-bottom: 20px;
  }
  #attention .inner p {
    font-size: 16px;
    line-height: 1.8;
  }

  .cv {
    padding: 60px 0 100px;
  }
  .cv::before {
    content: "";
    display: block;
    width: 350px;
    height: 350px;
    background-size: 100%;
    top: 0;
    left: -20%;
    margin-left: 0;
  }
  .cv h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }
  .cv h2 span {
    width: 70px;
    margin: 0 auto 20px;
  }
  .cv .copy {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .cv .cv-btn {
    display: block;
    width: 230px;
    line-height: 2.5em;
    margin: 0 auto 50px;
    border-radius: 1.25em;
    font-size: 16px;
  }
  .cv .about-line {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
    border-radius: 20px;
    background: #fff;
  }
  .cv .about-line p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .cv .about-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    padding: 10px 0;
    margin: 0 auto;
    background: #00c300;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
  }
  .cv .about-line a img {
    width: 35px;
    margin-right: 15px;
  }
  .cv .chara {
    width: 88%;
    position: absolute;
    bottom: -15px;
    left: auto;
    right: 4%;
    margin-right: 0;
  }
  .cv .bnr {
    width: 90%;
    margin: 0 auto 20px;
  }

  #courses {
    padding-top: 80px;
  }
  #courses h2 {
    width: 70%;
    margin: 0 auto 30px;
  }
  #courses h2 .ja {
    display: block;
    margin-top: 20px;
    font-size: 15px;
  }
  #courses ul {
    position: relative;
    display: block;
  }
  #courses ul > li {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #courses ul > li h3 {
    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;
    padding: 30px 10px 30px 0;
    font-size: 22px;
    margin-bottom: 40px;
  }
  #courses ul > li h3 .course-img {
    width: 40%;
    padding-right: 10px;
    margin-bottom: 0;
  }
  #courses ul > li h4 {
    position: relative;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  #courses ul > li h4::after {
    width: 30px;
  }
  #courses ul > li ol {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  #courses ul > li ol.recommend {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #courses ul > li ol.recommend li::before {
    content: "・";
    display: inline-block;
    margin-right: 5px;
  }
  #courses ul > li ol.flow {
    font-size: 15px;
    line-height: 1.8;
    list-style: decimal;
    list-style-position: inside;
  }

  #principles {
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  #principles h2 {
    width: 80%;
    margin: 0 auto 30px;
  }
  #principles h2 .ja {
    margin-top: 20px;
    font-size: 15px;
  }
  #principles ul {
    width: 90%;
    margin: 0 auto;
  }
  #principles ul li {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  #principles ul li h3 {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90%;
    padding: 35px 0 30px 30px;
    border-radius: 30px 0 0 0;
    overflow: hidden;
  }
  #principles ul li h3 img {
    position: relative;
    z-index: 2;
  }
  #principles ul li h3::before {
    border-width: 110px 110px 0 0;
  }
  #principles ul li .text-area {
    padding: 0 10% 35px;
  }
  #principles ul li .text-area h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #principles ul li .text-area p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0.5em;
  }
  #principles ul li .img {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: -20px;
  }

  #voice {
    padding: 80px 5% 60px;
  }
  #voice h2 {
    width: 90%;
    margin: 0 auto 40px 0;
  }
  #voice h2 .ja {
    margin-top: 20px;
    font-size: 15px;
  }
  #voice ul {
    width: 100%;
    margin: 0 auto;
  }
  #voice ul li {
    display: block;
    margin-bottom: 40px;
  }
  #voice ul li .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #voice ul li .sp-header h3 {
    font-size: 16px;
    font-weight: bold;
    color: #003d8c;
    line-height: 1.8;
    letter-spacing: .05em;
  }
  #voice ul li .who {
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    margin-right: 30px;
  }
  #voice ul li .who .ico {
    margin-bottom: 5px;
  }
  #voice ul li .who .name {
    font-size: 16px;
  }
  #voice ul li .who .name span {
    display: block;
    font-size: 12px;
  }
  #voice ul li .voice-detail {
    padding-right: 0;
  }
  #voice ul li .voice-detail p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
  }
  #voice ul li:nth-child(2n) .sp-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  #voice ul li:nth-child(2n) .who {
    margin-left: 30px;
    margin-right: 0;
  }
  #voice ul li:nth-child(2n) .voice-detail {
    padding-left: 0;
    padding-right: 0;
  }

  #faq {
    background: #fff;
    padding: 0 5% 60px;
  }
  #faq h2 {
    width: 100%;
    margin: 0 auto 20px 0;
    top: -20px;
  }
  #faq h2 img {
    width: 30%;
  }
  #faq h2 .ja {
    margin-top: 20px;
    font-size: 15px;
  }
  #faq h2 .chara {
    width: 62%;
    top: -55px;
    right: 0;
  }
  #faq h2 .chara img {
    width: 100%;
  }
  #faq dl {
    width: 90%;
    margin: 0 auto;
    padding-left: calc(5% + 15px);
  }
  #faq dl dt {
    min-height: 35px;
    font-size: 15px;
    padding-top: calc(35px - 2em);
    margin-bottom: 6px;
  }
  #faq dl dt::before {
    width: 35px;
    height: 35px;
    left: -50px;
    background-size: contain;
  }
  #faq dl dd {
    min-height: 35px;
    font-size: 15px;
    padding-top: calc(35px - 2em);
    margin-bottom: 30px;
    line-height: 1.7;
  }
  #faq dl dd::before {
    width: 35px;
    height: 35px;
    left: -50px;
    background-size: contain;
  }

  #form-area {
    width: 90%;
    margin-top: 60px;
    padding: 40px 0 20px;
  }
  #form-area .hd-cv {
    display: none;
  }
  #form-area h2.pagetitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #form-area h2.pagetitle img {
    width: 18%;
    margin-bottom: 20px;
  }
  #form-area .copy {
    text-align: center;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.8;
  }
  #form-area .form-wrap {
    width: 90%;
    margin: 40px auto 20px;
    /* 確認画面のカスタマイズ */
  }
  #form-area .form-wrap .form-inner {
    width: 100%;
    margin: 0 auto;
  }
  #form-area .form-wrap .form-inner h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
  }
  #form-area .form-wrap .form-inner h3::before {
    content: "●";
    color: #b3a426;
  }
  #form-area .form-wrap .form-inner .mailform {
    padding: 0;
    margin-bottom: 40px;
  }
  #form-area .form-wrap .form-inner .mailform input, #form-area .form-wrap .form-inner .mailform textarea {
    max-width: 100%;
    background: #fff;
    padding: .5em 1em;
  }
  #form-area .form-wrap .form-inner .mailform li {
    margin-bottom: 30px;
  }
  #form-area .form-wrap .form-inner .mailform li .ttl {
    margin-bottom: 12px;
  }
  #form-area .form-wrap .form-inner .mailform li .ttl .req-icon {
    display: inline-block;
    font-size: 12px;
    background: #b3a426;
    color: #fff;
    padding: 0 .3em;
    line-height: 1.5em;
    margin-left: 10px;
  }
  #form-area .form-wrap .form-inner .note {
    margin-bottom: 30px;
  }
  #form-area .form-wrap .privacy-policy {
    width: 100%;
    height: 250px;
    margin: 30px auto;
    padding: 35px 8%;
  }
  #form-area .form-wrap .privacy-policy h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #form-area .form-wrap .privacy-policy p {
    line-height: 1.8;
    font-size: 13px;
  }
  #form-area .form-wrap .mfp_buttons button {
    width: 180px;
    line-height: 52px;
    border-radius: 26px;
    font-size: 16px;
  }
  #form-area .form-wrap #mfp_phase_confirm_inner .mfp_buttons button {
    margin: 0 0 15px;
  }
  #form-area .form-wrap #mfp_confirm_table {
    width: 90%;
    margin: 0 auto 50px;
  }

  /* footer */
  footer {
    background: #4d4d4d;
    color: #fff;
    padding: 50px 0 120px;
  }
  footer .inner {
    display: block;
    width: 80%;
    margin: 0 auto 50px;
  }
  footer .inner .company-logo {
    width: 45%;
    margin: 0 auto 30px;
  }
  footer .inner .company-info {
    line-height: 2;
    font-size: 12px;
  }
  footer .inner .licence {
    margin-top: .6em;
  }
  footer .copyright {
    font-size: 10px;
    text-align: center;
  }
}

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