@charset "UTF-8";
/*====================================================================
                    reset
====================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
}

/*====================================================================
                    mixin
====================================================================*/
@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 539px) {
  .is-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

/*====================================================================
                    common-style
==================================================================*/
body {
  line-height: 2;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  z-index: -6;
}

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

.db {
  display: block;
}

.di {
  display: inline;
}

.dil {
  display: inline-block;
}

.inner {
  max-width: 1200px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 32px;
}

@media screen and (max-width: 1025px) {
  .inner {
    padding: 0  16px;
  }
}

.fv-contact__txt-wrap {
  width: 50%;
}

.com-contact-wrap {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-contact__txt-wrap {
  -webkit-clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%);
  background: #626262;
  background: linear-gradient(45deg, #626262 0%, #8f8f8f 26%, #cdcdcd 56%, #b5b5b5 100%);
}

.com-contact__txt-box {
  width: 80%;
  padding-top: 32px;
  padding-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .com-contact__txt-box {
    width: 100%;
    padding-left: 3px;
    z-index: 0;
    position: relative;
  }
}

.com-contact__txt {
  font-weight: bold;
  font-weight: 2.4vw;
}

@media screen and (max-width: 400px) {
  .com-contact__txt {
    font-size: 14px;
  }
}

.com-contact__btn-wrap {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.line-btn__s {
  background-color: #00c300;
  padding: 25px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4vw;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .line-btn__s {
    padding: 14px;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .line-btn__s {
    padding: 8px;
    font-size: 14px;
  }
}

.line-btn__s img {
  width: 75px;
  margin-right: 21px;
  display: block;
}

@media screen and (max-width: 768px) {
  .line-btn__s img {
    width: 35px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 400px) {
  .line-btn__s img {
    width: 25px;
    margin-right: 8px;
  }
}

.line-btn__s:hover {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  color: #fff;
  text-decoration: none;
}

.line-btn__l {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00c300;
  padding: 4px 167px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  .line-btn__l {
    padding: 8px 65px;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .line-btn__l {
    padding: 8px 32px;
    font-size: 14px;
  }
}

.line-btn__l:hover {
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}

.line-btn__l img {
  width: 73px;
  height: 67px;
}

@media screen and (max-width: 1025px) {
  .line-btn__l img {
    width: 50px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .line-btn__l img {
    width: 30px;
    height: 30px;
  }
}

.line-btn__l span {
  font-size: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .line-btn__l span {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .line-btn__l span {
    font-size: 16px;
  }
}

._under-line {
  position: relative;
}

._under-line::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 15px;
  width: 100%;
  background-color: #e4b900;
  -webkit-box-shadow: 2px 3px 4px #000;
          box-shadow: 2px 3px 4px #000;
}

@media screen and (max-width: 768px) {
  ._under-line::after {
    height: 6px;
  }
}

._section-title {
  position: relative;
  font-size: 5vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  ._section-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  ._section-title {
    font-size: 20px;
  }
}

._section-title::after, ._section-title::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 104px;
  height: 5px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  ._section-title::after, ._section-title::before {
    width: 50px;
    height: 4px;
  }
}

@media screen and (max-width: 400px) {
  ._section-title::after, ._section-title::before {
    width: 30px;
    height: 2px;
  }
}

._section-title::after {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: -93px;
}

@media screen and (max-width: 768px) {
  ._section-title::after {
    left: -33px;
  }
}

._section-title::before {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -93px;
}

@media screen and (max-width: 768px) {
  ._section-title::before {
    right: -33px;
  }
}

._db {
  display: block;
}

._text-gold {
  color: #DA8E00;
  background: #fffde0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffde0), color-stop(52%, #ffe271), to(#ffb100));
  background: linear-gradient(180deg, #fffde0 0%, #ffe271 52%, #ffb100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._text-blue {
  color: #4effe4;
  background: #e9fff8;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9fff8), to(#4effe4));
  background: linear-gradient(180deg, #e9fff8 0%, #4effe4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.com-lists__item {
  width: calc((100% - 10px) / 3);
  background-color: rgba(31, 31, 31, 0.8);
}

@media screen and (max-width: 768px) {
  .com-lists__item:not(:last-child) {
    margin-bottom: 24px;
    width: 100%;
  }
}

.com-lists__item:nth-child(1) .reason-lists__item__img {
  background-image: url(./../img/reason01.png);
}

.com-lists__item:nth-child(1) .reason-lists__item__txt-wrap .reason-lists__item__txt__icon {
  width: 85px;
  height: 85px;
}

.com-lists__item:nth-child(2) .reason-lists__item__img {
  background-image: url(./../img/reason02.png);
}

.com-lists__item:nth-child(2) .reason-lists__item__txt-wrap .reason-lists__item__txt__icon {
  width: 111px;
  height: 63px;
}

.com-lists__item:nth-child(3) .reason-lists__item__img {
  background-image: url(./../img/reason03.png);
}

.com-lists__item:nth-child(3) .reason-lists__item__txt-wrap .reason-lists__item__txt__icon {
  width: 61px;
  height: 89px;
}

.com-lists__item__img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .com-lists__item__img {
    margin-top: 24px;
  }
}

.com-lists__item__img ._no {
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 58px;
  color: #e4b900;
  font-family: alternate-gothic-compressed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  text-underline-offset: .1em;
  text-decoration: underline;
  -webkit-text-decoration-color: #e4b900;
          text-decoration-color: #e4b900;
  text-decoration-thickness: 6px;
  text-shadow: 3px 3px 4px #000;
}

@media screen and (max-width: 768px) {
  .com-lists__item__img ._no {
    font-size: 32px;
  }
}

.com-lists__item__txt-wrap {
  position: relative;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .com-lists__item__txt-wrap {
    background-color: rgba(31, 31, 31, 0.8);
  }
}

@media screen and (max-width: 400px) {
  .com-lists__item__txt-wrap {
    padding: 16px;
  }
}

.com-lists__item__txt-wrap .reason-lists__item__txt__icon {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 85px;
  height: 85px;
  top: 66px;
  right: 45px;
}

.com-lists__item__txt-wrap .reason-lists__item__txt__title,
.com-lists__item__txt-wrap .reason-lists__item__txt__desc {
  position: relative;
  z-index: 9;
}

.com-lists__item__txt-wrap .reason-lists__item__txt__title {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 18px;
}

@media screen and (max-width: 400px) {
  .com-lists__item__txt-wrap .reason-lists__item__txt__title {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 1.5;
  }
}

.com-lists__item__txt-wrap .reason-lists__item__txt__desc span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .com-lists__item__txt-wrap .reason-lists__item__txt__desc span {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .com-lists__item__txt-wrap .reason-lists__item__txt__desc {
    font-size: 14px;
  }
}

._section {
  position: relative;
}

/*====================================================================
                    index
====================================================================*/
/*====================================================================
                    header-pc
====================================================================*/
.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 999;
}

.header-pc-wrap {
  padding: 18px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-pc__title {
  width: 160px;
  margin-right: auto;
}

.header-pc__lists {
  margin-left: auto;
  max-width: 460px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-pc__lists__item a {
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-pc__lists__item a i {
  width: 15px;
  height: 20px;
  color: #fff;
}

.header-pc__lists__item a span {
  font-size: 16.67px;
}

/*====================================================================
                    header-sp
====================================================================*/
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 999;
    width: 100vw;
  }
  .header .header__ttl {
    width: 80px;
  }
}

.header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 2% 4vw;
  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;
}

.nav {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: inline-block;
  margin-right: 1vw;
}

.hamburger-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-btn {
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
    width: 25px;
    height: 16px;
    z-index: 999;
  }
}

.hamburger-btn__parts {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  background-color: #fff;
  margin-left: auto;
}

.hamburger-btn__parts.-top {
  top: 0;
}

.hamburger-btn__parts.-middle {
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger-btn__parts.-bottom {
  bottom: 0;
}

.hamburger-btn.active .hamburger-btn__parts.-top {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.hamburger-btn.active .hamburger-btn__parts.-middle {
  opacity: 0;
}

.hamburger-btn.active .hamburger-btn__parts.-bottom {
  -webkit-transform: translateY(-4px) rotate(45deg);
          transform: translateY(-4px) rotate(45deg);
}

.hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #000;
  }
  .hamburger__lists {
    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;
    width: 100vw;
    height: 100vh;
  }
  .hamburger__list {
    list-style: none;
    text-align: center;
  }
  .hamburger__list + .hamburger__list {
    padding-top: 50px;
  }
  .hamburger__link {
    text-decoration: none;
    color: #fff;
  }
}

.hamburger.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*====================================================================
                    fv
====================================================================*/
.fv {
  background-image: url(./../img/top-bg.png);
  background-position: center;
  position: relative;
  background-size: cover;
}

.fv::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 480px 300px 0 0;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  line-height: 0px;
  z-index: 0;
}

.fv::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 363px;
  -webkit-clip-path: polygon(0 55%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 55%, 100% 0, 100% 100%, 0% 100%);
  background-color: #000;
}

.fv .inner {
  position: relative;
  z-index: 2;
}

.fv-lists {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 217px;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .fv-lists {
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fv-lists__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .fv-lists__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
  }
}

.fv-lists__item img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 10px;
  width: 40px;
}

.fv-lists__item span {
  color: #fff;
  font-size: 24px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .fv-lists__item span {
    font-size: 18px;
  }
}

.fv-title-wrap {
  width: 100%;
  text-align: center;
  border: 18px solid #fff;
  padding: 25px;
  margin-bottom: 50px;
}

@media screen and (max-width: 400px) {
  .fv-title-wrap {
    border: 6px solid #fff;
    padding: 12px 0;
  }
}

.fv-title-wrap .fv-title {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv-title-wrap .fv-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .fv-title-wrap .fv-title {
    font-size: 18px;
  }
}

.fv-title__sub {
  text-align: center;
  font-size: 50px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .fv-title__sub {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .fv-title__sub {
    font-size: 20px;
  }
}

.fv-contact-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.fv-contact-wrap .fv-contact__txt-box {
  overflow: visible;
}

.fv-contact-wrap .fv-contact__btn {
  margin: auto;
}

.fv-contact-wrap .fv-contact__txt {
  font-size: 2.7vw;
  font-weight: bold;
  margin-bottom: 22px;
}

@media screen and (max-width: 400px) {
  .fv-contact-wrap .fv-contact__txt {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.fv-contact-wrap .fv-contact-txt__sub {
  background-color: #4b4b4b;
  border: 1px solid #fff;
  width: 80%;
  margin: auto;
  font-size: 1.5vw;
  margin-top: auto;
}

@media screen and (max-width: 400px) {
  .fv-contact-wrap .fv-contact-txt__sub {
    width: 90%;
    font-size: 10px;
    margin: 0;
  }
}

.fv-plan-wrap {
  margin-top: 7px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fv-plan-wrap {
    display: block;
  }
}

.fv-plan-wrap .fv-plan {
  width: calc((100% - 7px) / 2);
  background-color: #e9e9e9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .fv-plan-wrap .fv-plan {
    width: 100%;
  }
  .fv-plan-wrap .fv-plan:first-child {
    margin-bottom: 6px;
  }
}

.fv-plan-wrap .fv-plan__title {
  width: 40%;
}

.fv-plan-wrap .fv-plan__price {
  width: 60%;
}

.fv-plan-wrap .fv-plan__price p {
  margin: auto;
  color: #000;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .fv-plan-wrap .fv-plan__price p {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .fv-plan-wrap .fv-plan__price p {
    font-size: 16px;
  }
}

.fv-plan-wrap .fv-plan__price p span:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .fv-plan-wrap .fv-plan__price p span:first-child {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .fv-plan-wrap .fv-plan__price p span:first-child {
    font-size: 18px;
  }
}

.fv-plan-wrap .fv-plan__price p span:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  font-size: 16.67px;
}

@media screen and (max-width: 768px) {
  .fv-plan-wrap .fv-plan__price p span:last-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .fv-plan-wrap .fv-plan__price p span:last-child {
    font-size: 12px;
  }
}

/*====================================================================
                    main
====================================================================*/
.main {
  position: relative;
  background-size: cover;
}

.main::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: -110px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1200px;
  z-index: -1;
}

.main__title {
  margin-bottom: 43px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.2vw;
  color: #e4b900;
  text-shadow: 2px 3px 4px #000;
}

@media screen and (max-width: 768px) {
  .main__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .main__title {
    font-size: 22px;
  }
}

.main-man__title {
  text-align: right;
}

.main__lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.main__lists-item {
  position: relative;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

@media screen and (max-width: 768px) {
  .main__lists-item {
    font-size: 22px;
  }
}

@media screen and (max-width: 400px) {
  .main__lists-item {
    font-size: 16px;
  }
}

.main__lists-item:not(:last-child) {
  margin-bottom: 5px;
}

.main__lists-item span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  left: 25px;
}

@media screen and (max-width: 400px) {
  .main__lists-item span {
    top: 45%;
    left: 15px;
  }
}

.main__lists-item span img {
  width: 33px;
  height: 41px;
}

@media screen and (max-width: 400px) {
  .main__lists-item span img {
    width: 25px;
    height: 31px;
  }
}

.main-man__lists {
  margin-left: auto;
}

.main .main__lists__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.main .main__lists__sub-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #eeeeee;
}

@media screen and (max-width: 768px) {
  .main .main__lists__sub-item {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .main .main__lists__sub-item {
    font-size: 14px;
  }
}

.main-man {
  padding-top: 100px;
  background-color: #000;
  margin-bottom: 220px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .main-man {
    padding-top: 130px;
  }
}

.main-man::after {
  -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
          clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
  background-image: url(./../img/main-man.png);
}

.main-man .main-man__lists__sub {
  margin-left: 45%;
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .main-man .main-man__lists__sub {
    margin-left: auto;
  }
}

.main-woman {
  margin-top: -151px;
  padding-top: 252px;
  margin-bottom: 397px;
  z-index: 10;
}

@media screen and (max-width: 400px) {
  .main-woman {
    padding-top: 0;
  }
}

.main-woman::after {
  background-image: url(./../img/main-woman.png);
  background-position: right;
  height: 1347px;
}

@media screen and (max-width: 768px) {
  .main-woman::after {
    height: 1200px;
  }
}

@media screen and (max-width: 400px) {
  .main-woman::after {
    height: 800px;
  }
}

@media screen and (max-width: 400px) {
  .main-woman .main-woman__lists .main-woman__lists-item:nth-child(3) {
    font-size: 16px;
  }
  .main-woman .main-woman__lists .main-woman__lists-item:last-child {
    font-size: 14px;
  }
}

.main-woman .main-woman__lists__sub {
  margin-left: 5%;
  margin-bottom: 4vw;
}

@media screen and (max-width: 768px) {
  .main-woman .main-woman__lists__sub {
    margin-bottom: 100px;
  }
}

.main-woman .main-woman-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/*====================================================================
                    bmi22
====================================================================*/
.bmi22 {
  background-image: url(./../img/bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 647px;
  margin-top: -777px;
  padding-bottom: 350px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .bmi22 {
    padding-top: 594px;
  }
}

@media screen and (max-width: 400px) {
  .bmi22 {
    padding-bottom: 200px;
  }
}

.bmi22 .bmi22-title {
  margin-bottom: 51px;
}

.bmi22 .bmi22-contents {
  width: 100%;
  background-color: #F3F3F3;
}

.bmi22 .bmi22-contents .bmi22-contents__title-wrap-box {
  padding: 50px 50px 25px 50px;
}

@media screen and (max-width: 400px) {
  .bmi22 .bmi22-contents .bmi22-contents__title-wrap-box {
    padding: 16px;
  }
}

.bmi22 .bmi22-contents__title-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5vw;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents__title-wrap {
    display: block;
  }
}

.bmi22 .bmi22-contents__title-wrap .bmi-contents__title {
  font-size: 2.5vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 900;
  line-height: 1.7485;
  text-decoration: underline;
  -webkit-text-decoration-color: #e4b900;
          text-decoration-color: #e4b900;
  text-decoration-thickness: 7px;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents__title-wrap .bmi-contents__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents__title-wrap .bmi-contents__title {
    font-size: 18px;
  }
}

.bmi22 .bmi22-contents__title-wrap .bmi22-contents__what-personal {
  width: 50%;
  background-color: #5E5E5E;
  padding: 18px 20px;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents__title-wrap .bmi22-contents__what-personal {
    width: 100%;
    margin-top: 12px;
  }
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents__title-wrap .bmi22-contents__what-personal {
    padding: 12px;
  }
}

.bmi22 .bmi22-contents__title-wrap .bmi22-contents__what-personal p {
  color: #fff;
  font-size: 16.67px;
  line-height: 1.5;
}

@media screen and (max-width: 400px) {
  .bmi22 .bmi22-contents__title-wrap .bmi22-contents__what-personal p {
    font-size: 14px;
  }
}

.bmi22 .bmi22-contents .bmi22-desc {
  color: #000;
  font-size: 23px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents .bmi22-desc {
    font-size: 14px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap {
  position: relative;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 774px;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 93%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 93%, 100% 100%, 0% 100%);
  background-color: #4B4B4B;
  z-index: 0;
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap::before {
    height: 243px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-change {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 120px;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: #e4b900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 60px;
  font-size: 2.5vw;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-change {
    top: 220px;
  }
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-change {
    position: relative;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding: 8px 30px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-change span {
  font-size: 45px;
  font-weight: bold;
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-change span {
    font-size: 24px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba {
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  background-image: url(./../img/b-a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba {
    margin-top: -120px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__b {
  width: 38%;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__a {
  width: 38%;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com {
  padding-top: 580px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com-item {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 50px;
  text-shadow: 2px 3px 4px #000;
  font-weight: bold;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com-item:last-child {
  margin-bottom: 130px;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists {
  text-align: center;
  padding-top: 278px;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists {
    padding-top: 380px;
  }
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists {
    padding-top: 71px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item {
  color: #e4b900;
  font-size: 50px;
  display: block;
  line-height: 1;
  text-shadow: 3px 3px 4px #000;
  margin-bottom: 92px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item {
    font-size: 32px;
    margin-bottom: 59px;
  }
}

@media screen and (max-width: 400px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item span:last-child {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item .__big {
  font-size: 110px;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item .__big {
    font-size: 74px;
  }
}

@media screen and (max-width: 400px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__lists__item .__big {
    font-size: 55px;
  }
}

.bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com__tab {
  display: none;
}

@media screen and (max-width: 539px) {
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com__tab .bmi22-ba__com {
    padding-top: 0;
  }
  .bmi22 .bmi22-contents .bmi22-ba-wrap .bmi22-ba__com__tab .bmi22-ba__com .bmi22-ba__com-item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

/*====================================================================
                    プラスエット
====================================================================*/
.pluset {
  background-image: url(./../img/plus-why.png);
  background-position: top;
  background-size: cover;
  margin-top: -618px;
  padding-top: 573px;
  padding-bottom: 350px;
  z-index: 8;
}

@media screen and (max-width: 400px) {
  .pluset {
    padding-bottom: 225px;
    padding-top: 600px;
  }
}

.pluset-title {
  margin-bottom: 50px;
  color: #fff;
}

.pluset-title::after, .pluset-title::before {
  background-color: #fff;
}

.pluset-desc-wrap {
  background-color: rgba(31, 31, 31, 0.8);
  padding: 62px 94px;
}

@media screen and (max-width: 768px) {
  .pluset-desc-wrap {
    padding: 32px;
  }
}

@media screen and (max-width: 400px) {
  .pluset-desc-wrap {
    padding: 16px;
  }
}

.pluset-desc-wrap .pluset-desc-title {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.7;
  text-decoration: underline;
  -webkit-text-decoration-color: #e4b900;
          text-decoration-color: #e4b900;
  text-decoration-thickness: 6px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .pluset-desc-wrap .pluset-desc-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 400px) {
  .pluset-desc-wrap .pluset-desc-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.pluset-desc-wrap .pluset-desc__txt {
  color: #FDFDFD;
  font-size: 23px;
  letter-spacing: .09em;
}

@media screen and (max-width: 400px) {
  .pluset-desc-wrap .pluset-desc__txt {
    font-size: 14px;
    letter-spacing: 1;
  }
}

/*====================================================================
                    reason
====================================================================*/
.reason {
  background-size: cover;
  background-position: top;
  margin-top: -350px;
  padding-top: 340px;
  padding-bottom: 400px;
  background-image: url(./../img/bg.png);
}

@media screen and (max-width: 400px) {
  .reason {
    padding-top: 300px;
  }
}

.reason-title {
  margin-bottom: 44px;
}

.reason-lists-wrap {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .reason-lists-wrap {
    display: block;
  }
}

/*====================================================================
                    prof
====================================================================*/
.prof {
  background-image: url(./../img/prof-bg.png);
  background-size: cover;
  background-position: top;
  margin-top: -330px;
  padding-top: 244px;
  padding-bottom: 377px;
}

@media screen and (max-width: 400px) {
  .prof {
    position: relative;
    background-position: 70%;
  }
  .prof::after {
    position: absolute;
    -webkit-clip-path: polygon(0% 3%, 100% 0%, 100% 88%, 0% 100%);
            clip-path: polygon(0% 3%, 100% 0%, 100% 88%, 0% 100%);
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.prof-title {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 3px 3px 8px #000;
  margin-bottom: 50px;
}

.prof-title::after, .prof-title::before {
  background-color: #fff;
}

.prof-wrap {
  position: relative;
  z-index: 1;
}

.prof-wrap .prof-career__title__sub, .prof-wrap .prof-career__title, .prof-wrap .prof-career__item {
  font-weight: bold;
}

.prof-wrap .prof-career__title__sub {
  font-size: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .prof-wrap .prof-career__title__sub {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .prof-wrap .prof-career__title__sub {
    font-size: 16px;
  }
}

.prof-wrap .prof-career__title {
  font-size: 41.67px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .prof-wrap .prof-career__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .prof-wrap .prof-career__title {
    font-size: 20px;
  }
}

.prof-wrap .prof-career__item {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .prof-wrap .prof-career__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .prof-wrap .prof-career__item {
    font-size: 16px;
  }
}

.prof-wrap .prof-comments__title {
  font-weight: bold;
  text-shadow: 2px 2px 3px #000;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-top: 28px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .prof-wrap .prof-comments__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .prof-wrap .prof-comments__title {
    font-size: 18px;
  }
}

.prof-wrap .prof-comments__title::after, .prof-wrap .prof-comments__title::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 4px;
  left: 0;
  right: 0;
}

.prof-wrap .prof-comments__title::after {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  bottom: -5px;
}

.prof-wrap .prof-comments__title::before {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: -4px;
}

.prof-wrap .prof-comments p {
  font-size: 25.2px;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
}

@media screen and (max-width: 768px) {
  .prof-wrap .prof-comments p {
    font-size: 16px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 400px) {
  .prof-wrap .prof-comments p {
    font-size: 14px;
  }
}

/*====================================================================
                    price
====================================================================*/
.price {
  background-image: url(./../img/bg.png);
  background-size: cover;
  background-position: top;
  margin-top: -330px;
  padding-top: 238px;
  padding-bottom: 461px;
}

.price-title {
  margin-bottom: 51px;
  color: #000;
}

.price-title::after, .price-title::before {
  background-color: #000;
}

.price table, .price tbody, .price tr, .price td {
  border: none;
  font-size: 33.33px;
}

.price tr:last-child td {
  position: inherit;
}

.price tr:last-child td::after {
  display: none;
}

.price tr td, .price tr th {
  position: relative;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .price tr td, .price tr th {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .price tr td, .price tr th {
    font-size: 16px;
  }
}

.price tr td::after, .price tr th::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  bottom: 0;
  left: 5%;
  background-color: #fff;
}

.price .table-wrap {
  overflow: scroll;
}

.price table {
  background-color: rgba(0, 0, 0, 0.72);
  width: 100%;
  min-width: 1600px;
}

@media screen and (max-width: 768px) {
  .price table {
    min-width: 1000px;
  }
}

.price table thead tr th {
  text-align: center;
  width: calc(100% / 4);
  padding: 27px 0;
}

@media screen and (max-width: 768px) {
  .price table thead tr th {
    padding: 16px 0;
  }
}

@media screen and (max-width: 400px) {
  .price table thead tr th {
    font-size: 14px;
  }
}

.price table tbody tr:first-child td {
  padding-top: 113px;
  padding-bottom: 30px;
  position: relative;
}

.price table tbody tr:first-child td:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.price table tbody tr:first-child td:not(:first-child) {
  position: relative;
}

.price table tbody tr:first-child td:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 30px;
  left: 50%;
  height: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.price table tbody tr:first-child td div {
  position: relative;
}

.price table tbody tr:first-child td div p {
  position: absolute;
  top: -85px;
  width: 170%;
  left: 0%;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: #e4b900;
  padding: 12px 45px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .price table tbody tr:first-child td div p {
    padding: 8px 25px;
  }
}

.price table tbody tr:first-child td div p ._big {
  font-size: 45px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .price table tbody tr:first-child td div p ._big {
    font-size: 32px;
  }
}

.price table tbody tr:first-child td:not(:first-child), .price table tbody tr:nth-child(2) td:not(:first-child) {
  font-family: kozuka-gothic-pr6n, sans-serif;
}

.price table tbody tr:nth-child(2) td {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .price table tbody tr:nth-child(2) td {
    padding: 16px;
  }
}

.price table tbody tr:nth-child(3) td, .price table tbody tr:nth-child(4) td, .price table tbody tr:nth-child(5) td {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .price table tbody tr:nth-child(3) td, .price table tbody tr:nth-child(4) td, .price table tbody tr:nth-child(5) td {
    padding: 16px;
  }
}

.price table tbody tr:nth-child(6) td {
  padding: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .price table tbody tr:nth-child(6) td {
    padding: 12px;
  }
}

.price table tbody tr:nth-child(6) td:last-child ._db {
  position: relative;
}

.price table tbody tr:nth-child(6) td:last-child ._db::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -20px;
  left: 50%;
  width: 55%;
  height: 1px;
  background-color: #fff;
}

.price table tbody tr td {
  text-align: center;
  width: calc(100% / 4);
  max-width: 400px;
  line-height: 1;
  vertical-align: middle;
}

.price table tbody tr td span {
  font-size: 16.67px;
}

.price table tbody tr td ._db {
  margin-top: 7px;
}

.price-line-btn__wrap {
  margin-top: 15px;
}

.price-line-btn__wrap .price-contact__btn {
  margin: auto;
}

/*====================================================================
                    trial
====================================================================*/
.trial {
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  background-image: url(./../img/trial-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -391px;
  padding-top: 357px;
  padding-bottom: 441px;
}

.trial-title {
  color: #fff;
  margin-bottom: 77px;
}

.trial-title::after, .trial-title::before {
  background-color: #fff;
}

.trial-item {
  max-width: 1000px;
  margin: auto;
  background-color: rgba(32, 31, 32, 0.82);
  padding: 16px;
}

.trial-item__title {
  position: relative;
  text-align: center;
  font-size: 33.33px;
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .trial-item__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .trial-item__title {
    font-size: 18px;
  }
}

.trial-item__title::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 55%;
  height: 2px;
  left: 50%;
  bottom: -8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.trial-item__box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 62px;
  margin-bottom: 49px;
}

@media screen and (max-width: 400px) {
  .trial-item__box {
    display: block;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 400px) {
  .trial-item__box__img {
    text-align: center;
  }
}

.trial-item__box__img img {
  width: 121px;
  height: auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

@media screen and (max-width: 400px) {
  .trial-item__box__img img {
    width: 65px;
  }
}

.trial-item__box__lists {
  padding-left: 10%;
}

.trial-item__box__lists li {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .trial-item__box__lists li {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .trial-item__box__lists li {
    font-size: 16px;
  }
}

.trial-item__price {
  text-align: center;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 33px;
}

@media screen and (max-width: 400px) {
  .trial-item__price {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 400px) {
  .trial-item__price {
    font-size: 18px;
  }
}

.trial-item__btn-wrap .trial-item__btn {
  margin: auto;
}

/*====================================================================
                    flow
====================================================================*/
.flow {
  background-image: url(./../img/bg.png);
  background-size: cover;
  background-position: top;
  margin-top: -397px;
  padding-top: 241px;
  padding-bottom: 221px;
}

@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 400px) {
  .flow {
    padding-bottom: 285px;
  }
}

.flow-title {
  margin-bottom: 46px;
}

.flow-item__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .flow-item__wrap {
    display: block;
  }
}

.flow-item__wrap .flow-item {
  width: calc((100% - 15px ) / 4);
}

.flow-item__wrap .flow-item:nth-child(1) .flow-item__img {
  background-image: url(./../img/flow-01.png);
}

.flow-item__wrap .flow-item:nth-child(2) .flow-item__img {
  background-image: url(./../img/flow-02.png);
}

.flow-item__wrap .flow-item:nth-child(3) .flow-item__img {
  background-image: url(./../img/flow-03.png);
}

.flow-item__wrap .flow-item:nth-child(3) .flow-item__txt-wrap {
  padding: 20px;
}

.flow-item__wrap .flow-item:nth-child(3) .flow-item__txt-wrap .flow-item__txt__title {
  font-size: 20.92px;
}

.flow-item__wrap .flow-item:nth-child(4) .flow-item__img {
  background-image: url(./../img/flow-04.png);
}

.flow-item__wrap .flow-item__txt-wrap .flow-item__txt__title {
  font-size: 33.33px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: bold;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .flow-item__wrap .flow-item__txt-wrap .flow-item__txt__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .flow-item__wrap .flow-item__txt-wrap .flow-item__txt__title {
    font-size: 18px;
  }
}

.flow-item__wrap .flow-item__txt-wrap .flow-item__txt__desc {
  font-size: 15.67px;
}

@media screen and (max-width: 768px) {
  .flow-item__wrap .flow-item__txt-wrap .flow-item__txt__desc {
    font-size: 14px;
  }
}

.flow-line-btn__wrap {
  margin-top: 15px;
  margin-bottom: 26px;
}

.flow-line-btn__wrap .flow-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.flow-comments {
  text-align: center;
  color: #201f20;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .flow-comments {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .flow-comments {
    font-size: 10px;
  }
}

/*====================================================================
                    review
====================================================================*/
.review {
  position: relative;
  background-image: url(./../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top: -291px;
  padding-top: 331px;
  padding-bottom: 288px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .review {
    background-image: url(./../img/thoughts-bg.png);
    margin-top: -322px;
    padding-top: 230px;
  }
}

.review::after {
  position: absolute;
  -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
          clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  content: "";
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(./../img/thoughts-bg.png);
  width: 100vw;
  height: 2230px;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .review::after {
    display: none;
  }
}

.review-title {
  color: #fff;
  z-index: 1;
  margin-bottom: 47px;
}

.review-title::after, .review-title::before {
  background-color: #fff;
}

.review-lists {
  position: relative;
  z-index: 1;
}

.review-lists__item:not(:last-child) {
  margin-bottom: 47px;
}

/*====================================================================
                    qa
====================================================================*/
.qa {
  position: relative;
  -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
          clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  background-image: url(./../img/qa-bg.png);
  background-size: cover;
  background-position: center;
  margin-top: -382px;
  padding-top: 331px;
  padding-bottom: 310px;
  z-index: 4;
}

.qa-title {
  color: #fff;
  margin-bottom: 60px;
}

.qa-title::after, .qa-title::before {
  background-color: #fff;
}

.qa-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.qa-inner dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.qa-inner dl dt {
  font-size: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .qa-inner dl dt {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .qa-inner dl dt {
    font-size: 18px;
  }
}

.qa-inner dl dt i {
  font-size: 4vw;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .qa-inner dl dt i {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .qa-inner dl dt i {
    font-size: 24px;
  }
}

.qa-inner dl dd {
  margin-left: 85px;
  width: 60vw;
  max-width: 780px;
  font-size: 1.8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .qa-inner dl dd {
    font-size: 18px;
    width: 75vw;
    margin-left: 50px;
  }
}

@media screen and (max-width: 400px) {
  .qa-inner dl dd {
    font-size: 14px;
  }
}

.qa-inner dl:not(:last-child) dd {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .qa-inner dl:not(:last-child) dd {
    margin-bottom: 24px;
  }
}

/*====================================================================
                    access
====================================================================*/
.access {
  background-image: url(./../img/bg.png);
  position: relative;
  background-size: cover;
  background-position: top;
  margin-top: -264px;
  padding-top: 211px;
  padding-bottom: 80px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .access {
    padding-bottom: 255px;
    background-repeat: no-repeat;
  }
}

.access-title {
  margin-bottom: 47px;
}

.access-lists {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .access-lists {
    display: block;
  }
}

.access-lists__item {
  width: calc((100% - 88px) / 3);
}

@media screen and (max-width: 768px) {
  .access-lists__item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.access-lists__item__title {
  color: #1a1a1a;
  font-size: 1.8vw;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .access-lists__item__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .access-lists__item__title {
    font-size: 16px;
  }
}

.access-lists__item__title i {
  font-size: 22px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .access-lists__item__title i {
    font-size: 16px;
  }
}

.access-other, .access-other__sub {
  text-align: center;
  color: #1a1a1a;
}

.access-other {
  margin-top: 44px;
  font-size: 3vw;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .access-other {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .access-other {
    font-size: 18px;
  }
}

.access-other__sub {
  margin-top: 12px;
  font-size: 1.8vw;
}

@media screen and (max-width: 768px) {
  .access-other__sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .access-other__sub {
    font-size: 14px;
  }
}

/*====================================================================
                    footer
====================================================================*/
.footer {
  background: #242424;
  background: -webkit-gradient(linear, left top, right top, from(#242424), to(#424242));
  background: linear-gradient(90deg, #242424 0%, #424242 100%);
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: -180px;
    position: relative;
    z-index: 10;
  }
}

.footer .inner {
  padding: 20px 32px;
}

.footer-lists {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-lists {
    display: block;
  }
}

.footer-lists__title {
  width: calc(100% /3);
}

@media screen and (max-width: 768px) {
  .footer-lists__title {
    width: 100%;
    text-align: center;
  }
  .footer-lists__title img {
    width: 60%;
  }
}

.footer-lists__contact-wrap {
  width: calc((100% - (100% /3 )) - 25px);
}

@media screen and (max-width: 768px) {
  .footer-lists__contact-wrap {
    width: 100%;
  }
}

.footer-lists__contact-wrap .footer-contact-wrap {
  height: 100%;
}

.footer-lists__contact-wrap .footer-contact-wrap .footer-contact__txt-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53%;
  padding: 20px 0;
}

.footer-lists__contact-wrap .footer-contact-wrap .footer-contact__txt-wrap .footer-contact__txt {
  padding-right: 7%;
  font-size: 2.5vw;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.footer-lists__contact-wrap .footer-contact-wrap .footer-contact__txt-wrap .footer-contact__txt span {
  font-size: 3.5vw;
  font-weight: bold;
}

.footer-lists__contact-wrap .footer-contact-wrap .footer-contact__btn-wrap .footer-contact__btn {
  font-size: 20px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .footer-lists__contact-wrap .footer-contact-wrap .footer-contact__btn-wrap .footer-contact__btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .footer-lists__contact-wrap .footer-contact-wrap .footer-contact__btn-wrap .footer-contact__btn {
    font-size: 12px;
  }
}

.footer .footer-link,
.footer .footer-copy-light {
  text-align: right;
  color: #fff;
  font-size: 16.67px;
  line-height: 1.4;
}

@media screen and (max-width: 400px) {
  .footer .footer-link,
  .footer .footer-copy-light {
    font-size: 12px;
  }
}

.footer .footer-link {
  margin-top: 8px;
}

.footer .footer-link a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .footer-link a:hover {
  text-decoration: none;
  opacity: .7;
}
/*# sourceMappingURL=style.css.map */