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

.linethrough {
  text-decoration: line-through;
}

.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-brown {
  background-color: rgba(242, 238, 224, 0.3);
}

.txt-bold {
  font-weight: bold;
}

.txt-red {
  color: #C84A60;
}

.txt-blue {
  color: #678DB0;
}

.txt-osw {
  font-family: "Oswald", sans-serif;
}

.txt-pop {
  font-family: "Poppins", sans-serif;
}

.txt-link {
  color: #AD1027;
  text-decoration: underline;
  display: inline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.txt-link:hover {
  opacity: 0.8;
}

sup {
  vertical-align: text-top;
  font-size: 50%;
}

.pb64 {
  padding-bottom: 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .pb64 {
    padding-bottom: 8.5333333333vw;
  }
}

.notes {
  color: #333333;
  font-size: 13.3333333333px;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw;
  }
}

.common-section {
  padding: 53px 0;
}
@media screen and (max-width: 767px) {
  .common-section {
    padding: 10.6666666667vw 0;
  }
}

.common-wrap {
  text-align: center;
  position: relative;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .common-wrap {
    padding-bottom: 5.3333333333vw;
  }
}

.common-sub-ttl {
  display: inline-block;
  border: #333333 2px solid;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .common-sub-ttl {
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-bottom: 16px;
  }
}

.common-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .common-ttl {
    font-size: 6.4vw;
  }
}

.common-line-sub-ttl {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .common-line-sub-ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.common-line-sub-ttl::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 26px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .common-line-sub-ttl::before {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    bottom: -2vw;
  }
}

.common-line-ttl {
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .common-line-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.request-bnr {
  border-radius: 70px;
  background: #E6A900;
  -webkit-box-shadow: 0 5px 0 0 #885600;
          box-shadow: 0 5px 0 0 #885600;
  color: #fff;
  font-size: 16px;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .request-bnr {
    width: 65.3333333333vw;
    height: 11.4666666667vw;
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 0 0.6666666667vw 0 0 #885600;
            box-shadow: 0 0.6666666667vw 0 0 #885600;
  }
}
.request-bnr i {
  padding-right: 6px;
  line-height: 1;
}
.request-bnr:hover {
  background: #FCC732;
}
.request-bnr .fa-regular {
  margin-right: 0.2em;
}

.cv-bnr {
  border-radius: 70px;
  background: #C84A60;
  -webkit-box-shadow: 0 5px 0 0 #8F2D3E;
          box-shadow: 0 5px 0 0 #8F2D3E;
  color: #fff;
  font-size: 16px;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .cv-bnr {
    width: 65.3333333333vw;
    height: 11.4666666667vw;
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 0 0.6666666667vw 0 0 #8F2D3E;
            box-shadow: 0 0.6666666667vw 0 0 #8F2D3E;
  }
}
.cv-bnr i {
  padding-right: 6px;
  line-height: 1;
}
.cv-bnr:hover {
  background: #E1657A;
}

.common-ttl-wrap {
  text-align: center;
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .common-ttl-wrap {
    margin-bottom: 5.3333333333vw;
  }
}

.common-ttl-head {
  padding: 0 0.5em;
  line-height: 1.7;
  display: inline-block;
  color: #678DB0;
  font-size: 21.3333333333px;
  font-weight: bold;
  margin-bottom: 6.6666666667px;
  background: url(../img/diagonal_white_line.png) bottom left/6px auto repeat-x;
}
@media screen and (max-width: 767px) {
  .common-ttl-head {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
    background: url(../img/diagonal_white_line.png) bottom left/1.2vw auto repeat-x;
  }
}

.common-ttl-head-pink-line {
  background: url(../img/diagonal_pink_line.png) bottom left/6px auto repeat-x;
}
@media screen and (max-width: 767px) {
  .common-ttl-head-pink-line {
    background: url(../img/diagonal_pink_line.png) bottom left/1.2vw auto repeat-x;
  }
}

.common-ttl {
  font-size: 32px;
  color: #678DB0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .common-ttl {
    font-size: 6.4vw;
  }
}

.common-txt {
  font-size: 18.6666666667px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .common-txt {
    font-size: 3.7333333333vw;
  }
}

.common-notes {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .common-notes {
    font-size: 3.2vw;
  }
}

.box-ttl {
  text-align: center;
  margin-bottom: 20px;
  margin-right: 5.3333333333px;
}
@media screen and (max-width: 767px) {
  .box-ttl {
    margin-bottom: 4vw;
    margin-right: 1.0666666667vw;
  }
}
.box-ttl p {
  padding: 0.4em 1em;
  background: #fff;
  color: #678DB0;
  display: inline-block;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-size: 21.3333333333px;
  -webkit-box-shadow: 5.3333333333px 5.3333333333px 0px 0px #678DB0;
          box-shadow: 5.3333333333px 5.3333333333px 0px 0px #678DB0;
  font-weight: bold;
  text-align: center;
  border: #678DB0 solid 1.3333333333px;
}
@media screen and (max-width: 767px) {
  .box-ttl p {
    border: #678DB0 solid 0.2666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0px 0px #678DB0;
            box-shadow: 1.0666666667vw 1.0666666667vw 0px 0px #678DB0;
    font-size: 4.2666666667vw;
  }
}

.ribon-ttl {
  position: relative;
  background: #678DB0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 0 2em;
  font-size: 21.3333333333px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .ribon-ttl {
    font-size: 4.2666666667vw;
    height: 10.4vw;
  }
}
.ribon-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #E1EFF0;
  border-width: 25.3333333333px 0 25.3333333333px 13.3333333333px;
}
@media screen and (max-width: 767px) {
  .ribon-ttl::before {
    border-width: 5.0666666667vw 0 5.0666666667vw 2.6666666667vw;
  }
}
.ribon-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #E1EFF0 transparent transparent;
  border-width: 25.3333333333px 13.3333333333px 25.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .ribon-ttl::after {
    border-width: 5.0666666667vw 2.6666666667vw 5.0666666667vw 0;
  }
}

.u-line-ttl {
  color: #678DB0;
  text-align: center;
  font-size: 26.6666666667px;
  font-weight: bold;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .u-line-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.u-line-ttl::before {
  position: absolute;
  content: "";
  background: #678DB0;
  width: 133.3333333333px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .u-line-ttl::before {
    width: 26.6666666667vw;
    height: 0.4vw;
  }
}

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

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 400;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

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

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

figure {
  line-height: 0;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .main {
    height: auto;
  }
}

.main-bg {
  background: url(../img/pc_bg.jpg) no-repeat top center fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-bg {
    display: none;
  }
}

.floating-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .floating-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc_center {
    width: 500px;
    height: 100vh;
    margin: 0 auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
}

.sp-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.15);
}

.pc_center::-webkit-scrollbar {
  display: none;
}

.pc_left {
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pc_left {
    display: none;
  }
}

.pc_right {
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 220px;
  height: 380px;
  background: url(../img/qr_bg.png) top right/128px auto no-repeat;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .pc_right {
    display: none;
  }
}

.pc_left-inner {
  position: relative;
}

.pc_left-box {
  background: url(../img/pc_nav_bg.png) top right/100% auto no-repeat;
  position: fixed;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 46%;
  left: 0%;
  padding: 0px;
  width: 590px;
  height: 640px;
  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;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1700px) {
  .pc_left-box {
    width: 460px;
    height: 501px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .pc_left-box {
    width: 360px;
    height: 391px;
    padding-left: 40px;
  }
}
.pc-left-logo {
  width: 296px;
  font-size: 0;
  padding-bottom: 90px;
}

.pc-left-nav-wrap {
  position: relative;
}

.contents-deco {
  position: absolute;
  font-size: 0;
  left: -25px;
  top: -5px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
}

.pc-left-ttl p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.07em;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 30px;
  background: url(../img/dot_line.png) bottom left/9px auto repeat-x;
}

.pc-nav-list .pc-nav-list-item a {
  font-size: 16px;
  color: #898989;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.pc-nav-list .pc-nav-list-item a:hover, .pc-nav-list .pc-nav-list-item a:active {
  color: #678DB0;
}
.pc-nav-list .pc-nav-list-item a.is-active {
  color: #678DB0;
}

.pc-nav-list .pc-nav-list-item-small a {
  padding-left: 1em;
  margin-bottom: 12px;
  font-weight: 400;
}

.pc-nav-list-item-small-last {
  margin-bottom: 20px;
}

@media screen and (max-width: 1700px) {
  .pc-nav-list .pc-nav-list-item a {
    margin-bottom: 15px;
  }
  .pc-nav-list .pc-nav-list-item-small a {
    margin-bottom: 10px;
  }
  .pc-nav-list-item-small-last {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .pc-left-ttl p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pc-nav-list .pc-nav-list-item a {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .pc-nav-list .pc-nav-list-item-small a {
    margin-bottom: 8px;
  }
  .pc-nav-list-item-small-last {
    margin-bottom: 13px;
  }
}
.pc-nav-list-item-in {
  padding-left: 15px;
}

.qr {
  margin: 0 auto 40px;
  width: 100px;
}

.floating-bnr-wrap {
  position: relative;
}

.floating-bnr {
  width: 220px;
  height: 57px;
}

.floating-bnr.request-bnr {
  margin-bottom: 20px;
}

header {
  width: 100%;
  height: 66.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 0 10.6666666667px;
}
@media screen and (max-width: 767px) {
  header {
    height: 12vw;
    padding: 0 2.1333333333vw;
  }
}

.logo {
  font-size: 0;
  width: 188px;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 37.6vw;
  }
}

.header-bnr {
  width: 194.6666666667px;
  height: 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .header-bnr {
    width: 38.9333333333vw;
    height: 8.5333333333vw;
  }
}

.mv {
  width: 500px;
  height: 356px;
  position: relative;
  background: url(../img/mv.jpg) top center/500px auto no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv.jpg) top center/100% auto no-repeat, #fff;
    width: 100%;
    height: 71.2vw;
  }
}
.mv h1 {
  font-size: 0;
}

.fv-block {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 53.3333333333px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-block {
    padding: 10.6666666667vw 0;
  }
}

.fv-head {
  background: #678DB0;
  border-radius: 6.6666666667px;
  width: 344px;
  height: 52px;
  color: #fff;
  font-size: 21.3333333333px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .fv-head {
    border-radius: 1.3333333333vw;
    width: 68.8vw;
    height: 10.4vw;
    font-size: 4.2666666667vw;
  }
}

.fv-catch {
  color: #678DB0;
  font-size: 26.6666666667px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fv-catch {
    font-size: 5.3333333333vw;
    margin-bottom: 2vw;
  }
}
.fv-catch p {
  padding: 0 0.6em;
  display: inline-block;
  background: url(../img/diagonal_pink_line.png) bottom left/10px auto repeat-x;
}
@media screen and (max-width: 767px) {
  .fv-catch p {
    background: url(../img/diagonal_pink_line.png) bottom left/2vw auto repeat-x;
  }
}

.main-ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #678DB0;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: 8vw;
    padding-bottom: 4vw;
  }
}
.main-ttl .txt-pop {
  font-size: 46.6666666667px;
  font-weight: 600;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .main-ttl .txt-pop {
    font-size: 9.3333333333vw;
  }
}

.fv-list {
  width: 446.6666666667px;
  margin: 0 auto;
  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) {
  .fv-list {
    width: 89.3333333333vw;
  }
}

.fv-list-item {
  width: 138px;
  height: 126.6666666667px;
  background: #EBF3F5;
  color: #678DB0;
  border-radius: 6.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17.3333333333px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv-list-item {
    width: 27.6vw;
    height: 25.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.fv-list-item .txt-pop {
  font-size: 25.3333333333px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv-list-item .txt-pop {
    font-size: 5.0666666667vw;
  }
}
.fv-list-item .em {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fv-list-item .em {
    font-size: 4vw;
  }
}

.cv-wrap {
  background: #FAF5DC;
  padding: 42.6666666667px 0;
}
@media screen and (max-width: 767px) {
  .cv-wrap {
    padding: 8.5333333333vw 0;
  }
}

.cv-top-txt {
  font-size: 17.3333333333px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .cv-top-txt {
    font-size: 3.4666666667vw;
  }
}
.cv-top-txt .txt-red {
  font-weight: bold;
}
.cv-top-txt .txt-osw {
  font-size: 21.3333333333px;
}
@media screen and (max-width: 767px) {
  .cv-top-txt .txt-osw {
    font-size: 4.2666666667vw;
  }
}

.cv-area-bnr {
  width: 393.3333333333px;
  height: 57.3333333333px;
  margin: 0 auto;
  font-size: 17.3333333333px;
}
@media screen and (max-width: 767px) {
  .cv-area-bnr {
    width: 78.6666666667vw;
    height: 11.4666666667vw;
    font-size: 3.4666666667vw;
  }
}

.cv-area-bnr.request-bnr {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cv-area-bnr.request-bnr {
    margin-bottom: 4.8vw;
  }
}

.trouble {
  background: url(../img/bg_trouble.jpg) bottom left/cover no-repeat;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .trouble {
    padding: 10.6666666667vw 0;
  }
}
.trouble .txt-onayami {
  width: 114.6666666667px;
  font-size: 0;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .trouble .txt-onayami {
    width: 22.9333333333vw;
  }
}

.trouble-img {
  width: 446.6666666667px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .trouble-img {
    width: 89.3333333333vw;
  }
}

.challenge {
  background: url(../img/bg_b-w.jpg) top left/100% auto no-repeat, #fff;
  margin-top: -80px;
  padding: 53.3333333333px 0 0;
}
@media screen and (max-width: 767px) {
  .challenge {
    margin-top: -16vw;
    padding: 10.6666666667vw 0 0;
  }
}
.challenge .common-txt {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .challenge .common-txt {
    padding-bottom: 4vw;
  }
}
.challenge .common-txt .txt-blue {
  font-weight: bold;
}

.challenge-top-img {
  width: 446.6666666667px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .challenge-top-img {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.merit-box {
  text-align: center;
  background: url(../img/bg_w-b.jpg) top left/100% auto no-repeat, url(../img/bg_challenge.jpg) top left/cover no-repeat;
  padding-top: 106.6666666667px;
  margin-top: -13.3333333333px;
}
@media screen and (max-width: 767px) {
  .merit-box {
    padding-top: 21.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}

.merit-list {
  width: 446.6666666667px;
  margin: 16px auto 26.6666666667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .merit-list {
    width: 89.3333333333vw;
    margin: 3.2vw auto 5.3333333333vw;
  }
}

.merit-list-item {
  background: #fff;
  border-radius: 6.6666666667px;
  width: 215.3333333333px;
  height: 138.6666666667px;
  margin-bottom: 13.3333333333px;
  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;
}
@media screen and (max-width: 767px) {
  .merit-list-item {
    border-radius: 1.3333333333vw;
    width: 43.0666666667vw;
    height: 27.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.merit-txt {
  color: #678DB0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18.6666666667px;
  padding-bottom: 6.6666666667px;
}
@media screen and (max-width: 767px) {
  .merit-txt {
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

.merit-icon-h70 img {
  height: 46.6666666667px;
}
@media screen and (max-width: 767px) {
  .merit-icon-h70 img {
    height: 9.3333333333vw;
  }
}

.merit-icon-h60 img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .merit-icon-h60 img {
    height: 8vw;
  }
}

.merit-mov-box {
  width: 446.6666666667px;
  height: 250.6666666667px;
  margin: 26.6666666667px auto 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .merit-mov-box {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
    margin: 5.3333333333vw auto 10.6666666667vw;
  }
}
.merit-mov-box iframe {
  width: 446.6666666667px;
  height: 250.6666666667px;
}
@media screen and (max-width: 767px) {
  .merit-mov-box iframe {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
  }
}

.point {
  text-align: center;
  background: #fff;
}
.point .common-txt {
  font-weight: 500;
  padding-bottom: 0.5em;
}
.point .common-txt .txt-blue {
  font-weight: bold;
}

.point-top-img {
  margin: 0 auto 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .point-top-img {
    margin: 0 auto 8.5333333333vw;
  }
}

.point01 {
  text-align: center;
  background: url(../img/bg_w-b.jpg) top left/100% auto no-repeat, url(../img/bg_challenge.jpg) top left/cover no-repeat;
  padding-top: 106.6666666667px;
  margin-top: -13.3333333333px;
}
@media screen and (max-width: 767px) {
  .point01 {
    padding-top: 21.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}

.point02 {
  text-align: center;
  background: url(../img/bg_b-s.jpg) top left/100% auto no-repeat, #f2f8f9;
  padding-top: 106.6666666667px;
  margin-top: -13.3333333333px;
}
@media screen and (max-width: 767px) {
  .point02 {
    padding-top: 21.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}

.point03 {
  text-align: center;
  background: url(../img/bg_s-b.jpg) top left/100% auto no-repeat, url(../img/bg_challenge.jpg) top left/cover no-repeat;
  padding-top: 106.6666666667px;
  margin-top: -13.3333333333px;
}
@media screen and (max-width: 767px) {
  .point03 {
    padding-top: 21.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}

.point-ttl-wrap {
  text-align: center;
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .point-ttl-wrap {
    margin-bottom: 5.3333333333vw;
  }
}

.point-ttl-head img {
  height: 34px;
  width: auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .point-ttl-head img {
    height: 6.8vw;
    margin-bottom: 0vw;
  }
}

.point-ttl {
  color: #678DB0;
  font-size: 26.6666666667px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point-ttl {
    font-size: 5.3333333333vw;
  }
}

.point01-top-img {
  width: 446.6666666667px;
  margin: 0 auto 26.6666666667px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point01-top-img {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.yellow-circle {
  position: absolute;
  bottom: 13.3333333333px;
  left: 13.3333333333px;
  width: 153.3333333333px;
  height: 153.3333333333px;
  border-radius: 50%;
  background: #FAF5DC;
  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;
  color: #C84A60;
  font-weight: bold;
  font-size: 18.6666666667px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .yellow-circle {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 30.6666666667vw;
    height: 30.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.yellow-circle .txt-osw {
  font-size: 41.3333333333px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .yellow-circle .txt-osw {
    font-size: 8.2666666667vw;
  }
}
.yellow-circle .txt-osw .small {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .yellow-circle .txt-osw .small {
    font-size: 6vw;
  }
}

.memo-list {
  width: 446.6666666667px;
  margin: 58.6666666667px auto 0;
}
@media screen and (max-width: 767px) {
  .memo-list {
    width: 89.3333333333vw;
    margin: 11.7333333333vw auto 0;
  }
}

.memo-list-item {
  background: #fff;
  position: relative;
  margin-bottom: 58.6666666667px;
  padding: 0 40px 42.6666666667px;
  border-radius: 6.6666666667px;
}
@media screen and (max-width: 767px) {
  .memo-list-item {
    margin-bottom: 11.7333333333vw;
    padding: 0 8vw 8.5333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.memo-list-item:last-child {
  margin-bottom: 0;
}
.memo-list-item::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/blue_seal.png) top left/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.memo-list-item .common-txt {
  text-align: left;
  font-weight: 400;
}

.memo-list-img {
  margin: 0 auto 10px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .memo-list-img {
    margin: 0 auto 2vw;
  }
}

.memo-list-img-p01-01 {
  width: 267.3333333333px;
  padding-top: 25.3333333333px;
}
@media screen and (max-width: 767px) {
  .memo-list-img-p01-01 {
    width: 53.4666666667vw;
    padding-top: 5.0666666667vw;
  }
}

.memo-list-img-p01-02 {
  width: 258px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .memo-list-img-p01-02 {
    width: 51.6vw;
    padding-top: 4vw;
  }
}

.memo-list-img-p01-03 {
  width: 308.6666666667px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .memo-list-img-p01-03 {
    width: 61.7333333333vw;
    padding-top: 0vw;
  }
}

.memo-list-img-p02-01 {
  width: 308.6666666667px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .memo-list-img-p02-01 {
    width: 61.7333333333vw;
    padding-top: 0vw;
  }
}

.memo-list-img-p02-02 {
  width: 308.6666666667px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .memo-list-img-p02-02 {
    width: 61.7333333333vw;
    padding-top: 0vw;
  }
}

.memo-list-img-p03-01 {
  width: 308.6666666667px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .memo-list-img-p03-01 {
    width: 61.7333333333vw;
    padding-top: 0vw;
  }
}

.memo-list-ttl {
  font-size: 26.6666666667px;
  color: #678DB0;
  padding-bottom: 10.6666666667px;
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .memo-list-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}

.check-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d98190;
  font-size: 18.6666666667px;
  line-height: 1.5;
  margin-top: 10.6666666667px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .check-list-item {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.check-list-item .fa-solid {
  padding-right: 8px;
  padding-top: 6.6666666667px;
}
@media screen and (max-width: 767px) {
  .check-list-item .fa-solid {
    padding-right: 1.6vw;
    padding-top: 1.3333333333vw;
  }
}

.support-seminar {
  margin-top: 42.6666666667px;
}
@media screen and (max-width: 767px) {
  .support-seminar {
    margin-top: 8.5333333333vw;
  }
}

.support-seminar-head {
  width: 317.3333333333px;
  margin: 0 auto 17.3333333333px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .support-seminar-head {
    width: 63.4666666667vw;
    margin: 0 auto 3.4666666667vw;
  }
}

.support-seminar-img {
  width: 446.6666666667px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support-seminar-img {
    width: 89.3333333333vw;
  }
}

.support-acco-txt {
  text-align: left;
  width: 446.6666666667px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .support-acco-txt {
    width: 89.3333333333vw;
  }
}

.support-contents {
  display: none;
}

.support-acco {
  width: 446.6666666667px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support-acco {
    width: 89.3333333333vw;
  }
}

.support-btn {
  width: 100%;
  height: 56.6666666667px;
  background: #678DB0;
  padding: 0 32px;
  color: #fff;
  font-size: 17.3333333333px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 6.6666666667px;
}
@media screen and (max-width: 767px) {
  .support-btn {
    padding: 0 6.4vw;
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.support-btn p {
  margin: 0 auto;
  font-weight: bold;
  padding-left: 1em;
}

.support-txt {
  margin: 26.6666666667px 0;
}
@media screen and (max-width: 767px) {
  .support-txt {
    margin: 5.3333333333vw 0;
  }
}

.message {
  background: #fff;
  margin-top: 53.3333333333px;
  padding: 53.3333333333px 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.message .common-txt {
  text-align: left;
}
.message .common-txt .txt-blue {
  font-size: 120%;
  line-height: 1.5;
  padding-bottom: 0.5em;
  display: inline-block;
}

.message-img {
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .message-img {
    margin-bottom: 5.3333333333vw;
  }
}

.voice {
  background: url(../img/bg_challenge.jpg) top left/cover no-repeat;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 10.6666666667vw 0;
  }
}

.voice-ttl-wrap {
  text-align: center;
  margin-bottom: 17.3333333333px;
}
@media screen and (max-width: 767px) {
  .voice-ttl-wrap {
    margin-bottom: 3.4666666667vw;
  }
}

.voice-ttl-head img {
  width: 186.6666666667px;
}
@media screen and (max-width: 767px) {
  .voice-ttl-head img {
    width: 37.3333333333vw;
  }
}

.voice-list {
  margin: 0 auto;
  width: 446.6666666667px;
}
@media screen and (max-width: 767px) {
  .voice-list {
    width: 89.3333333333vw;
  }
}

.voice-list-item {
  background: #fff;
  border-radius: 6.6666666667px;
  padding: 26.6666666667px;
  margin-bottom: 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .voice-list-item {
    border-radius: 1.3333333333vw;
    padding: 26.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}
.voice-list-item:last-child {
  margin-bottom: 0;
}

.voice-list-ttl-head img {
  height: 35.3333333333px;
  width: auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .voice-list-ttl-head img {
    height: 7.0666666667vw;
    margin-bottom: 0.8vw;
  }
}

.voice-name {
  text-align: center;
  font-weight: bold;
  font-size: 17.3333333333px;
  line-height: 1.5;
  margin-top: 17.3333333333px;
}
@media screen and (max-width: 767px) {
  .voice-name {
    font-size: 3.4666666667vw;
    margin-top: 3.4666666667vw;
  }
}

.voice-list-btn {
  width: 100%;
  height: 56.6666666667px;
  background: #678DB0;
  padding: 0 32px;
  color: #fff;
  font-size: 17.3333333333px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: -6.6666666667px;
}
@media screen and (max-width: 767px) {
  .voice-list-btn {
    padding: 0 6.4vw;
    font-size: 3.4666666667vw;
    margin-top: -1.3333333333vw;
  }
}
.voice-list-btn p {
  margin: 0 auto;
  font-weight: bold;
  padding-left: 1em;
}

.voice-txt {
  margin: 26.6666666667px 0;
}
@media screen and (max-width: 767px) {
  .voice-txt {
    margin: 5.3333333333vw 0;
  }
}

.open-icon {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 16.6666666667px;
  width: 16.6666666667px;
}
@media screen and (max-width: 767px) {
  .open-icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.open-icon span::before,
.open-icon span::after {
  display: inline;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.6666666667px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .open-icon span::before,
.open-icon span::after {
    width: 3.3333333333vw;
    height: 0.8vw;
  }
}

.open-icon span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .open-icon span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.is-open .open-icon span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.voice-list-contents {
  display: none;
}

.choice {
  background: #FAF5DC;
  padding: 16px 26.6666666667px 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .choice {
    padding: 3.2vw 5.3333333333vw 10.6666666667vw;
  }
}

.choice-head {
  width: 369.3333333333px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .choice-head {
    width: 73.8666666667vw;
    margin-bottom: 3.2vw;
  }
}

.choice-box {
  background: #fff;
  text-align: center;
  width: 446.6666666667px;
  padding: 26.6666666667px 40px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .choice-box {
    width: 89.3333333333vw;
    padding: 5.3333333333vw 8vw;
    margin-bottom: 3.2vw;
  }
}

.choice-box-ttl {
  margin-bottom: 6.6666666667px;
}
@media screen and (max-width: 767px) {
  .choice-box-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
.choice-box-ttl::before {
  border-color: transparent transparent transparent #fff;
}
.choice-box-ttl::after {
  border-color: transparent #fff transparent transparent;
}

.choice-list {
  margin-bottom: 5.3333333333px;
}
@media screen and (max-width: 767px) {
  .choice-list {
    margin-bottom: 1.0666666667vw;
  }
}

.choice-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10.6666666667px 24px;
  background: url(../img/dot_line_gray.png) bottom left/8px auto repeat-x;
}
@media screen and (max-width: 767px) {
  .choice-list-item {
    padding: 2.1333333333vw 4.8vw;
    background: url(../img/dot_line_gray.png) bottom left/1.3333333333vw 0.5333333333vw repeat-x;
  }
}

.choice-list-item-full {
  padding: 10.6666666667px 0px;
}
@media screen and (max-width: 767px) {
  .choice-list-item-full {
    padding: 2.1333333333vw 0vw;
  }
}

.choice-icon {
  width: 46.6666666667px;
}
@media screen and (max-width: 767px) {
  .choice-icon {
    width: 9.3333333333vw;
  }
}
.choice-icon img {
  height: 42px;
  width: auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .choice-icon img {
    height: 8.4vw;
  }
}

.choice-list-item-txt {
  width: 260px;
  font-size: 21.3333333333px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .choice-list-item-txt {
    width: 52vw;
    font-size: 4.2666666667vw;
  }
}

.choice-list-item-full .choice-list-item-txt {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .choice-list-item-full .choice-list-item-txt {
    width: 62vw;
  }
}

.about {
  text-align: center;
  background: url(../img/bg_w-b_long.jpg) top left/100% auto no-repeat, url(../img/pc_bg.jpg) top left/cover no-repeat;
  padding-top: 53.3333333333px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 10.6666666667vw;
  }
}

.about-img {
  width: 393.3333333333px;
  margin: 0 auto 26.6666666667px;
}
@media screen and (max-width: 767px) {
  .about-img {
    width: 78.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.about-table {
  width: 446.6666666667px;
  margin: 0 auto 10.6666666667px;
  border-left: #678DB0 0.6666666667px solid;
  border-top: #678DB0 0.6666666667px solid;
}
@media screen and (max-width: 767px) {
  .about-table {
    width: 89.3333333333vw;
    margin: 0 auto 2.1333333333vw;
    border-left: #678DB0 0.1333333333vw solid;
    border-top: #678DB0 0.1333333333vw solid;
  }
}

.about-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.about-dt {
  background: #EFEFEF;
  width: 176.6666666667px;
  padding: 10.6666666667px 0;
  border-right: #678DB0 0.6666666667px solid;
  border-bottom: #678DB0 0.6666666667px solid;
  color: #678DB0;
  text-align: center;
  font-size: 17.3333333333px;
  line-height: 1;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .about-dt {
    width: 35.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 0;
    border-right: #678DB0 0.1333333333vw solid;
    border-bottom: #678DB0 0.1333333333vw solid;
  }
}

.about-dd {
  background: #fff;
  width: 270.6666666667px;
  padding: 10.6666666667px;
  border-right: #678DB0 0.6666666667px solid;
  border-bottom: #678DB0 0.6666666667px solid;
  color: #678DB0;
  font-size: 18.6666666667px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-dd {
    width: 54.1333333333vw;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw;
    border-right: #678DB0 0.1333333333vw solid;
    border-bottom: #678DB0 0.1333333333vw solid;
  }
}

.about-table + .common-notes {
  padding: 0 26.6666666667px 53.3333333333px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-table + .common-notes {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}

.flow {
  background: url(../img/nami_b-w.jpg) top left/100% auto no-repeat, #fff;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 10.6666666667vw 0;
  }
}

.flow-head {
  font-size: 18.6666666667px;
  line-height: 1;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .flow-head {
    font-size: 3.7333333333vw;
    padding-bottom: 3.2vw;
  }
}

.flow-img {
  width: 446.6666666667px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow-img {
    width: 89.3333333333vw;
  }
}

.book {
  background: url(../img/nami_w-b.png) top left/100% auto no-repeat, url(../img/bg_challenge.jpg) top left/cover repeat;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .book {
    padding: 10.6666666667vw 0;
  }
}

.book-list {
  width: 393.3333333333px;
  gap: 10.6666666667px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .book-list {
    width: 78.6666666667vw;
    gap: 2.1333333333vw;
  }
}

.book-list-item {
  width: 446.6666666667px;
  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;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .book-list-item {
    width: 76vw;
  }
}

.teaching-img-ttl {
  background: #f7f7f7;
  border: #678DB0 1px solid;
  width: 100%;
  color: #678DB0;
  display: inline-block;
  text-align: center;
  font-size: 18.6666666667px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .teaching-img-ttl {
    font-size: 3.7333333333vw;
  }
}

.teaching-img-box {
  width: 36%;
}

.teaching-txt-box {
  width: 56%;
  text-align: left;
}

.book-list + .common-txt {
  padding: 22.6666666667px 53.3333333333px 0;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .book-list + .common-txt {
    padding: 4.5333333333vw 10.6666666667vw 0;
  }
}

.price {
  background: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 8vw 0;
  }
}

.price01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .price01 {
    margin: 0 auto 3.2vw;
  }
}

.price02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6.6666666667px auto 40px;
  gap: 0.4em;
}
@media screen and (max-width: 767px) {
  .price02 {
    margin: 1.3333333333vw auto 8vw;
  }
}

.price01-txt32 {
  font-size: 21.3333333333px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price01-txt32 {
    font-size: 4.2666666667vw;
  }
}

.price01-txt24 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .price01-txt24 {
    font-size: 3.2vw;
  }
}

.price01 .num {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price01 .num {
    font-size: 4.8vw;
  }
}
.price01 .num .small {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price01 .num .small {
    font-size: 3.6vw;
  }
}

.price02 .num {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  color: #678DB0;
}
@media screen and (max-width: 767px) {
  .price02 .num {
    font-size: 14vw;
  }
}
.price02 .num .small {
  font-size: 52.6666666667px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price02 .num .small {
    font-size: 10.5333333333vw;
  }
}

.price02-txt29 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 19.3333333333px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price02-txt29 {
    font-size: 3.8666666667vw;
  }
}
.price02-txt29 span {
  line-height: 1;
  display: inline-block;
  margin-right: 1px;
}

.price-triangle {
  width: 26.6666666667px;
  font-size: 0;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .price-triangle {
    width: 5.3333333333vw;
    margin: 0 auto 3.2vw;
  }
}

.price-list {
  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;
  width: 446.6666666667px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .price-list {
    width: 89.3333333333vw;
  }
}

.price-list-item {
  background: #FAF5DC;
  border-radius: 6.6666666667px;
  width: 215.3333333333px;
  height: 58.6666666667px;
  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;
  color: #678DB0;
  font-weight: bold;
  line-height: 1;
  font-size: 18.6666666667px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .price-list-item {
    border-radius: 1.3333333333vw;
    width: 43.0666666667vw;
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.price-list-item .small {
  font-size: 70%;
}

.price-list-item100 {
  width: 100%;
}

.price-list + .common-notes {
  width: 446.6666666667px;
  margin: 0 auto 26.6666666667px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .price-list + .common-notes {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.qa {
  background: url(../img/bg_challenge.jpg) top left/cover no-repeat;
  padding: 53.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 10.6666666667vw 0;
  }
}

.qa-list {
  width: 446.6666666667px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qa-list {
    width: 89.3333333333vw;
  }
}

.qa-list-item {
  margin-bottom: 26.6666666667px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    margin-bottom: 5.3333333333vw;
  }
}
.qa-list-item:last-child {
  margin-bottom: 0;
}
.qa-list-item .fa-solid {
  line-height: 1.3;
}

.qa-list-q {
  background: #678DB0;
  height: 76px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 18.6666666667px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa-list-q {
    padding: 0 3.2vw;
    font-size: 3.7333333333vw;
    height: 15.2vw;
  }
}
.qa-list-q .fa-solid {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qa-list-q .fa-solid {
    right: 3.2vw;
  }
}

.qa-list-q-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-open .fa-solid {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
          transform: rotate(180deg) translate(0%, 50%);
}

.qa-icon {
  font-family: "Arial", "メイリオ";
  width: 33.3333333333px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .qa-icon {
    width: 6.6666666667vw;
  }
}

.qa-list-q-txt {
  width: 330px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .qa-list-q-txt {
    width: 66vw;
  }
}

.qa-list-a {
  display: none;
}

.qa-list-a-inner {
  width: 100%;
  background: #fff;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: bold;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 767px) {
  .qa-list-a-inner {
    padding: 4.8vw 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.qa-list-a-inner .qa-icon {
  color: #678DB0;
  line-height: 1.7;
}

.qa-list-a-txt {
  width: 376.6666666667px;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .qa-list-a-txt {
    width: 75.3333333333vw;
  }
}

/*目指せる資格*/
.certification-box {
  width: 446.6666666667px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .certification-box {
    width: 89.3333333333vw;
  }
}

.certification-set-box {
  margin-bottom: 0;
}

.certification-box li {
  width: 100%;
  border: 3.3333333333px solid #CCB96C;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .certification-box li {
    border: 0.6666666667vw solid #CCB96C;
    padding-bottom: 4vw;
  }
}

.certification-box li:last-child {
  margin-bottom: 0;
}

.certification-box li dl {
  width: 100%;
}

.ctf-ttl {
  font-size: 20px;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  background: #CCB96C;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ctf-ttl {
    font-size: 4vw;
  }
}

.cost {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px dashed #161616;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cost {
    font-size: 4vw;
  }
}

.certification-set-box .cost {
  padding: 20px 0;
}

.cost span {
  font-size: 13.3333333333px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .cost span {
    font-size: 2.6666666667vw;
  }
}

.ctf-sub-ttl {
  display: inline-block;
  margin: 20px auto;
  background: #EFEFEF;
  border-radius: 30px;
  font-size: 17.3333333333px;
  padding: 0 3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ctf-sub-ttl {
    font-size: 3.4666666667vw;
  }
}

.ctf-name {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26.6666666667px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .ctf-name {
    font-size: 5.3333333333vw;
  }
}

.certification-box li dl img {
  height: 100px;
}

.cost .f-s {
  font-size: 26.6666666667px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .cost .f-s {
    font-size: 5.3333333333vw;
  }
}

.pay-box-list {
  margin-bottom: 2em;
}

.pay-box {
  width: 446.6666666667px;
  height: auto;
  border: 3.3333333333px solid #678DB0;
  background: #fff;
  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;
  text-align: center;
  position: relative;
  margin: 0 auto 13.3333333333px;
  padding: 13.3333333333px 0;
}
@media screen and (max-width: 767px) {
  .pay-box {
    width: 89.3333333333vw;
    padding: 2.6666666667vw 0;
    margin: 0 auto 2.6666666667vw;
    border: 0.6666666667vw solid #678DB0;
  }
}

.pay-box-head {
  font-weight: bold;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 767px) {
  .pay-box-head {
    font-size: 3.7333333333vw;
  }
}

.pay-box-txt-price {
  font-size: 33.3333333333px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6.6666666667px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pay-box-txt-price {
    font-size: 6.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
.pay-box-txt-price .pay-box-txt {
  font-size: 17.3333333333px;
}
@media screen and (max-width: 767px) {
  .pay-box-txt-price .pay-box-txt {
    font-size: 3.4666666667vw;
  }
}

.pay-box-txt-price .small {
  font-size: 70%;
  display: inline-block;
}

.pay-box-txt {
  line-height: 1.8;
}

.text-area-notes {
  font-size: 33.3333333333px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .text-area-notes {
    font-size: 2.6666666667vw;
  }
}

.footer {
  padding: 2em 0;
  background: #fff;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.8em;
}

.footer-list-item {
  font-size: 13.3333333333px;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-right: #333 1px solid;
}
.footer-list-item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .footer-list-item {
    font-size: 2.6666666667vw;
  }
}
.footer-list-item a {
  padding: 0 1em;
}
.footer-list-item a:hover {
  opacity: 0.8;
}

.copyright {
  text-align: center;
  font-size: 13.3333333333px;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 2.6666666667vw;
  }
}

/* 20230705 バナー追加 */
.banner-img {
  width: 446.6666666667px;
  margin: 40px auto 0;
  position: relative;
  -webkit-transition: 0.2s;
transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .banner-img {
    width: 89.3333333333vw;
    margin: 6vw auto 0;
  }
}

.banner-img:hover {
  opacity: 0.8;
}