@charset "UTF-8";

/*  Color  */
/*  フォント  */
img {
  max-width: 100%;
  height: auto;
}

br {
  color: rgba(255, 255, 255, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

@media screen and (max-width: 639px) {
  .re-btn {
    position: fixed;
    bottom: 8.5%;
    right: 0%;
    z-index: 50;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: auto;
  }

  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .re-btn img {
    width: 85%;
  }
}

@media screen and (min-width: 640px) {
  .re-btn {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 50;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

.tel-spbtn {
  position: fixed;
  bottom: 2%;
  right: 0%;
  z-index: 50;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: auto;
}

.tel-spbtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.tel-spbtn img {
  width: 100%;
}

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

@media screen and (max-width: 639px) {
  .column>.inner {
    width: auto;
  }
}

@media screen and (max-width: 639px) {
  .column.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 640px) {
  .column.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

.bold {
  font-weight: bold;
}

.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}

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

.shadow {
  -webkit-box-shadow: 0px 5px 13px -5px #454545;
  box-shadow: 0px 5px 13px -5px #454545;
}

.shadow02 {
  -webkit-box-shadow: 12px 12px 0px 0px #10abab;
  box-shadow: 12px 12px 0px 0px #10abab;
}

/* ----------------------------------------
* pc\sp出し分け
---------------------------------------- */
@media screen and (max-width: 639px) {
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .pc-only {
    display: block;
  }
}

@media screen and (max-width: 1036px) {
  .navsp-only {
    display: block;
  }
}

@media screen and (min-width: 1037px) {
  .navsp-only {
    display: none !important;
  }
}

@media screen and (max-width: 1036px) {
  .navpc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1037px) {
  .navpc-only {
    display: block;
  }
}

/* ----------------------------------------
* 見出し
---------------------------------------- */
.ttl {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  line-height: 1.6;
  margin-bottom: 50px;
}

.ttl.-black {
  color: #242424;
}

.ttl.-green {
  color: #10abab;
}

.ttl.-white {
  color: #FFF;
}

.ttl.-center {
  text-align: center;
}

.ttl strong,
.ttl span {
  font-weight: bold;
}

.ttl .t-small {
  font-size: 1.6rem;
}

.ttl .c-red {
  color: #d55d5a;
}

.ttl .c-green {
  color: #10abab;
}

.ttl .c-black {
  color: #242424;
}

@media screen and (max-width: 639px) {
  .ttl {
    font-size: 1.4rem;
  }

  .ttl .t-small {
    font-size: 1.1rem;
  }
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem;
}

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

.txt.-white {
  color: #FFF;
}

.txt.-black {
  color: #242424;
}

.txt.-green {
  color: #10abab;
}

.txt.-center {
  text-align: center;
}

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

@media screen and (max-width: 639px) {
  .txt {
    font-size: .9rem;
  }
}

.lp-header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  padding: 200px 0 150px;
  display: block;
  background: url(../img/suzuka_lp/keyimage.jpg) no-repeat center right/cover;
  background-position: 75% center;
}

.lp-header h1 {
  position: absolute;
  top: 5%;
  left: 5%;
}

.lp-header .shop-info {
  position: absolute;
  bottom: 2%;
  right: 5%;
}

@media screen and (max-width: 639px) {
  .lp-header {
    background: url(../img/suzuka_lp/keyimage_sp.jpg) no-repeat center center/cover;
    width: 100%;
    height: 0;
    padding-top: 85%;
  }

  .lp-header .inner {
    position: static;
  }

  .lp-header h1 {
    width: 63%;
    top: 3%;
    left: 3%;
  }

  .lp-header h1 img {
    width: 100%;
    max-width: 300px;
  }

  .lp-header h2 {
    width: 70%;
    position: absolute;
    top: 39%;
    max-width: 380px;
  }

  .lp-header h2 img {
    width: 100%;
  }

  .lp-header .shop-info {
    position: absolute;
    bottom: -2em;
    right: 2%;
    width: 45%;
  }
}

.lp-about {
  background: #10abab;
  padding: 30px 0 40px;
}

.lp-shop {
  background: #f9f9f9;
  padding: 100px 0 50px;
  overflow-x: hidden;
}

.lp-shop .shop-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp-shop .shop-box {
  width: 48%;
}

.lp-shop .shop-img {
  margin-bottom: 30px;
}

.lp-shop h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #10abab;
}

.lp-shop h3 .txt-s {
  color: #242424;
  font-size: 1.2rem;
  font-weight: bold;
  background: #EEE;
  padding: 5px 25px;
  border-radius: 50px;
}

.lp-shop .shop-point {
  width: 40%;
  margin-left: 50px;
}

.lp-shop .shop-point li {
  background: #10abab;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.lp-shop .shop-point li::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/suzuka_lp/icon_good.svg) no-repeat center left/contain;
  width: 1.5em;
  height: 1.5em;
}

@media screen and (max-width: 639px) {
  .lp-shop {
    padding: 10% 0 0;
  }

  .lp-shop .shop-box {
    width: 100%;
  }

  .lp-shop h3 {
    font-size: 1.2rem;
  }

  .lp-shop h3 .txt-s {
    font-size: .9rem;
    margin-top: 5%;
  }

  .lp-shop .shop-point {
    width: 100%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-shop .shop-point li {
    font-size: 1rem;
    padding: 2% 2% 2% 10%;
  }
}

.contact-bnr {
  padding: 80px 0;
}

.contact-bnr.-linebnr {
  padding: 20px 0;
}

.contact-bnr .bnr-link {
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.contact-bnr .bnr-link:hover {
  opacity: .7;
}

.contact-bnr .bnr-link .bnr-img {
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .contact-bnr {
    padding: 10% 0;
  }
}

.lp-trouble {
  background: #d9f1f1;
  padding: 100px 0;
  overflow: hidden;
}

.lp-trouble .ttl {
  font-size: 3rem;
}

.lp-trouble .trouble-wrap .trouble-img02 {
  width: 30%;
}

.lp-trouble .trouble-list {
  width: 70%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.lp-trouble .trouble-list li {
  width: 48%;
  background: #FFF;
  border: 3px solid #10abab;
  padding: 8px 5px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  color: #10abab;
  font-weight: bold;
  font-size: 1rem;
}

.lp-trouble .trouble-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/suzuka_lp/icon_check.svg) no-repeat center left/contain;
  width: 1.2em;
  height: 1.3em;
}

.lp-trouble .trouble-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-trouble .trouble-wrap h4 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #10abab;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .lp-trouble {
    padding: 10% 0 20%;
  }

  .lp-trouble .ttl {
    font-size: 1.4rem;
  }

  .lp-trouble .trouble-wrap .trouble-img02 {
    width: 100%;
    margin-bottom: 5%;
  }

  .lp-trouble .trouble-list {
    width: 100%;
    margin-bottom: 5%;
  }

  .lp-trouble .trouble-list li {
    width: 100%;
    font-size: .9rem;
    padding: 2% 2% 2% 12%;
    margin-bottom: 2%;
    text-align: left;
  }

  .lp-trouble .trouble-list li::before {
    left: 3%;
    width: 1.4em;
    height: 1.4em;
  }

  .lp-trouble .trouble-wrap h4 {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }

  .lp-trouble .trouble-wrap .trouble-img {
    width: 100%;
    display: block;
    margin-top: 5%;
  }
}

.lp-bad {
  padding: 100px 0 50px;
  background: #f9f9f9;
  overflow: hidden;
}

.lp-bad .bad-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 80px;
}

.lp-bad .bad-list li {
  width: 27%;
  margin: 0 20px 40px;
  background: #FFF;
  padding: 40px;
  border: 2px solid #10abab;
}

.lp-bad .bad-list li img {
  width: auto;
  margin-bottom: 5px;
  height: 130px;
}

.lp-bad .bad-list li .txt {
  text-align: center;
  color: #242424;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 639px) {
  .lp-bad {
    padding: 10% 0;
  }

  .lp-bad .t-small {
    font-size: 1rem;
  }

  .lp-bad .bad-list {
    margin: 2% auto 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lp-bad .bad-list li {
    width: 46%;
    margin: 0 2% 5%;
    padding: 3%;
    -webkit-box-shadow: 5px 5px 0px 0px #10abab;
    box-shadow: 5px 5px 0px 0px #10abab;
  }

  .lp-bad .bad-list li img {
    width: auto;
    height: 5rem;
    margin-bottom: 5px;
  }

  .lp-bad .bad-list li .txt {
    font-size: .85rem;
  }

  .lp-bad h4 {
    font-size: 1.2rem;
  }

  .lp-bad h4::after {
    content: '';
    display: block;
    background: url(../img/suzuka_lp/arrow_bottom.svg) no-repeat center left/contain;
    width: 3em;
    height: 3em;
    margin: 10% auto 0;
  }
}

.lp-reason {
  padding: 80px 0 60px;
  background: url(../img/suzuka_lp/support_bg.jpg) no-repeat center right/cover;
}

.lp-reason h3 {
  font-weight: bold;
  color: #242424;
  line-height: 1.6;
  font-size: 2.4rem;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  position: relative;
}

.lp-reason h3::after {
  content: '';
  display: block;
  background: url(../img/suzuka_lp/arrow_bottom.svg) no-repeat center left/contain;
  width: 2em;
  height: 2em;
  margin: 30px auto;
}

.lp-reason .reason-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto;
}

.lp-reason .reason-wrap .item {
  width: 48%;
  background: #FFF;
  padding: 30px;
  margin-bottom: 40px;
}

.lp-reason .reason-wrap .item h4 {
  font-size: 1.4rem;
  color: #10abab;
  font-weight: bold;
  line-height: 1.6;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  margin-bottom: 10px;
  border-bottom: 2px solid #10abab;
  padding-bottom: 10px;
}

.lp-reason .reason-wrap .item h4 .deco {
  position: relative;
  padding: .4rem 1rem;
  color: #fff;
  border-radius: 10px;
  background: #d55d5a;
  font-size: 1rem;
  font-weight: bold;
  display: table;
  margin-bottom: 10px;
}

.lp-reason .reason-wrap .item h4 .deco::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d55d5a transparent transparent transparent;
}

.lp-reason .reason-wrap .item .s-txt {
  font-size: .85rem;
  color: #959595;
}

@media screen and (max-width: 639px) {
  .lp-reason {
    padding: 15% 0;
  }

  .lp-reason h3 {
    font-size: 1.2rem;
  }

  .lp-reason h3::after {
    content: '';
    display: block;
    background: url(../img/suzuka_lp/arrow_bottom.svg) no-repeat center left/contain;
    width: 3em;
    height: 3em;
    margin: 10% auto 0;
  }

  .lp-reason .reason-wrap {
    margin: 10% auto 0;
  }

  .lp-reason .reason-wrap .item {
    width: 100%;
    margin-bottom: 10%;
    padding: 4%;
  }

  .lp-reason .reason-wrap .item:last-child {
    margin-bottom: 0;
  }

  .lp-reason .reason-wrap .item h4 {
    font-size: 1.2rem;
  }

  .lp-reason .reason-wrap .item h4 .deco {
    padding: .2rem .5rem;
    font-size: .9rem;
  }
}

.lp-program {
  padding: 100px 0 0;
  overflow: hidden;
}

.lp-program h3 .deco-ttl {
  padding: 5px 20px;
  border-radius: 50px;
  background: #10abab;
  color: #FFF;
  font-size: 1.4rem;
  display: table;
  margin: 0 auto 0;
}

.lp-program .program-img {
  display: block;
  margin: 50px auto;
}

.lp-program .program-box {
  background: #d9f1f1;
  padding: 50px 0;
}

.lp-program .program-box.-p02 {
  background: #edf8f8;
}

.lp-program .program-box .txt-box {
  width: 55%;
}

.lp-program .program-box .photo-box {
  width: 40%;
}

.lp-program .program-box .photo-box .img-box {
  width: 100%;
  margin-bottom: 10px;
}

.lp-program .program-box .photo-box .img-wrap .img-box {
  width: 48%;
  margin-bottom: 0;
}

.lp-program .program-box .photo-box .photo-img {
  margin-bottom: 5px;
}

.lp-program .program-box .pro-ttl {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #10abab;
  font-weight: bold;
  margin-bottom: 20px;
}

.lp-program .program-box .pro-ttl .point {
  background: #ffd041;
  padding: 2px 10px;
  font-size: .9rem;
  color: #FFF;
  border-radius: 50px;
  display: table;
  margin-bottom: 0;
  font-weight: bold;
}

.lp-program .program-box h5 {
  font-size: 1.2rem;
  color: #242424;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

.lp-program .program-box .point-box {
  padding: 20px;
  border: 2px dashed #10abab;
  background: #FFF;
  margin-top: 20px;
}

.lp-program .program-box h6 {
  font-weight: bold;
  line-height: 1.6;
  color: #10abab;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.lp-program .point-ttl {
  font-weight: bold;
  color: #10abab;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  position: relative;
}

.lp-program .point-ttl::before {
  content: '';
  display: block;
  background: url(../img/suzuka_lp/arrow_bottom.svg) no-repeat center left/contain;
  width: 4em;
  height: 4em;
  margin: 30px auto;
}

@media screen and (max-width: 639px) {
  .lp-program {
    padding: 15% 0;
  }

  .lp-program .t-small {
    font-size: 1rem;
  }

  .lp-program .program-img {
    width: 100%;
    margin: 5% auto 10%;
  }

  .lp-program .program-box {
    padding: 10% 0;
  }

  .lp-program .program-box.-p02 .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lp-program .program-box .txt-box {
    width: 100%;
  }

  .lp-program .program-box .photo-box {
    width: 100%;
  }

  .lp-program .program-box .photo-box .img-box {
    width: 100%;
    margin-top: 10px;
  }

  .lp-program .program-box .photo-box .img-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lp-program .program-box .photo-box .img-wrap .img-box {
    width: 48%;
    margin-bottom: 0;
  }

  .lp-program .program-box .photo-box .photo-img {
    margin-bottom: 5px;
  }

  .lp-program .program-box .pro-ttl {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #10abab;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .lp-program .program-box .pro-ttl .point {
    background: #ffd041;
    padding: 2px 10px;
    font-size: .9rem;
    color: #FFF;
    border-radius: 50px;
    display: table;
    margin-bottom: 0;
    font-weight: bold;
  }

  .lp-program .program-box h5 {
    font-size: 1.2rem;
    color: #242424;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .lp-program .program-box .point-box {
    padding: 5%;
    border: 2px dashed #10abab;
    background: #FFF;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lp-program .program-box h6 {
    font-weight: bold;
    line-height: 1.6;
    color: #10abab;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .lp-program .point-ttl {
    font-size: 1.2rem;
  }

  .lp-program .point-ttl::before {
    content: '';
    display: block;
    background: url(../img/suzuka_lp/arrow_bottom.svg) no-repeat center left/contain;
    width: 3em;
    height: 3em;
    margin: 10% auto;
  }
}

.lp-support {
  padding: 100px 0;
  background: url(../img/suzuka_lp/support_bg.jpg) no-repeat center right/cover;
  width: 100%;
  overflow-x: hidden;
}

.lp-support .support-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-support .support-wrap ul {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
  width: auto;
  display: inline-block;
  position: relative;
}

.lp-support .support-wrap li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.4rem;
  color: #242424;
  padding-left: 2em;
}

.lp-support .support-wrap li:last-child {
  margin-bottom: 0;
}

.lp-support .support-wrap li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/suzuka_lp/icon_point.svg) no-repeat center left/contain;
  width: 1.2em;
  height: 1.2em;
}

.lp-support .support-wrap li .c-green {
  color: #10abab;
  font-weight: bold;
}

.lp-support .support-wrap .sup-img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .lp-support {
    padding: 10% 0;
  }

  .lp-support .ttl {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }

  .lp-support .ttl .s-txt {
    font-size: 1rem;
  }

  .lp-support .support-wrap ul {
    background: rgba(255, 255, 255, 0.8);
    padding: 5%;
    border-radius: 5px;
  }

  .lp-support .support-wrap li {
    position: relative;
    margin-bottom: 3%;
    font-size: 1rem;
    padding-left: 2em;
  }

  .lp-support .support-wrap li:last-child {
    margin-bottom: 0;
  }

  .lp-support .support-wrap li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../img/suzuka_lp/icon_point.svg) no-repeat center left/contain;
    width: 1.2em;
    height: 1.2em;
  }

  .lp-support .support-wrap li .c-green {
    color: #10abab;
    font-weight: bold;
  }

  .lp-support .support-wrap .sup-img {
    width: 20%;
  }
}

.lp-case .case-box {
  background: #d9f1f1;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}

.lp-case .case-box .img-box {
  width: 35%;
  margin-right: 20px;
}

.lp-case .case-box .img-box img {
  border-radius: 5px;
  width: 100%;
}

.lp-case .case-box .objective {
  padding: 5px;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px solid #10abab;
}

.lp-case .case-box .objective .txt {
  font-size: 1.1rem;
  color: #10abab;
}

.lp-case .case-box .txt-box {
  width: 63%;
}

.lp-case .case-box .txt-box h4 {
  font-size: 1.6rem;
  color: #10abab;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.lp-case .case-box .txt-box .prof-wrap {
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-case .case-box .txt-box .prof-wrap dt,
.lp-case .case-box .txt-box .prof-wrap dd {
  line-height: 1.6;
  font-size: 1rem;
  color: #456666;
}

.lp-case .case-box .txt-box .prof-wrap dt {
  width: 25%;
  background: #9ed2d2;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
}

.lp-case .case-box .txt-box .prof-wrap dd {
  width: auto;
}

.lp-case .case-box .txt-box .target {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 20px;
}

.lp-case .case-box .txt-box .target dt,
.lp-case .case-box .txt-box .target dd {
  line-height: 1.6;
  font-size: 1.1rem;
  color: #456666;
  font-weight: bold;
}

.lp-case .case-box .txt-box .target dt {
  width: 40%;
  background: #FFF;
  border: 3px solid #456666;
  padding: 5px 10px;
  margin-right: 10px;
  text-align: center;
}

.lp-case .case-box .txt-box .target dd {
  width: auto;
}

.lp-case .case-box .txt-box h5 {
  background: #10abab;
  padding: 5px 10px;
  display: block;
  font-size: 1.4rem;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.lp-case .case-box .txt-box .trouble-mes {
  padding: 20px;
  border-radius: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-case .case-box .txt-box .trouble-mes.-before {
  background: #c6dddd;
}

.lp-case .case-box .txt-box .trouble-mes.-after {
  background: #fff;
}

.lp-case .case-box .txt-box .trouble-mes dt,
.lp-case .case-box .txt-box .trouble-mes dd {
  line-height: 1.6;
  color: #456666;
}

.lp-case .case-box .txt-box .trouble-mes dt {
  font-size: 1.1rem;
  font-weight: bold;
  width: 25%;
  margin-right: 10px;
  text-align: center;
}

.lp-case .case-box .txt-box .trouble-mes dd {
  font-size: 1rem;
  border-left: 2px solid #8d9191;
  padding-left: 25px;
}

.lp-case .arrow-img {
  max-width: 63px;
  margin: 10px auto;
  display: block;
}

.lp-case .reha-item {
  width: 24%;
}

.lp-case .reha-item .rehabili-img {
  margin-bottom: 5px;
}

@media screen and (max-width: 639px) {
  .lp-case {
    padding: 10% 0 5%;
  }

  .lp-case .case-box {
    padding: 5%;
    border-radius: 5px;
    margin-top: 10%;
  }

  .lp-case .case-box .img-box {
    width: 100%;
    margin-right: 0;
  }

  .lp-case .case-box .img-box img {
    border-radius: 5px;
    width: 100%;
  }

  .lp-case .case-box .txt-box {
    width: 100%;
  }

  .lp-case .case-box .txt-box h4 {
    font-size: 1.2rem;
    margin-bottom: 5%;
    margin-top: 2%;
  }

  .lp-case .case-box .txt-box .prof-wrap {
    margin-bottom: 5px;
  }

  .lp-case .case-box .txt-box .prof-wrap dt {
    width: 100%;
    padding: 2px 5px;
    margin-right: 0;
  }

  .lp-case .case-box .txt-box .target {
    margin: 10px 0 20px;
  }

  .lp-case .case-box .txt-box .target dt,
  .lp-case .case-box .txt-box .target dd {
    font-size: 1.1rem;
  }

  .lp-case .case-box .txt-box .target dt {
    width: 100%;
    padding: 2px 10px;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .lp-case .case-box .txt-box h5 {
    padding: 2px 10px;
    font-size: 1.2rem;
    margin-bottom: 5%;
  }

  .lp-case .case-box .txt-box .trouble-mes {
    padding: 5%;
    border-radius: 5px;
  }

  .lp-case .case-box .txt-box .trouble-mes.-before {
    background: #c6dddd;
  }

  .lp-case .case-box .txt-box .trouble-mes.-after {
    background: #fff;
  }

  .lp-case .case-box .txt-box .trouble-mes dt {
    font-size: 1rem;
    padding-bottom: 3%;
    width: 100%;
    margin-right: 0;
    border-bottom: 2px solid #8d9191;
  }

  .lp-case .case-box .txt-box .trouble-mes dd {
    font-size: .9rem;
    border-left: none;
    padding-top: 3%;
    padding-left: 0;
  }

  .lp-case .rehabili-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lp-case .rehabili-wrap .reha-item {
    width: 48%;
    margin-bottom: 3%;
  }
}

.lp-what {
  margin: 100px auto 0;
  padding: 100px 0;
  background: #f9f9f9;
}

.lp-what .ttl {
  background: #10abab;
  padding: 2px 10px;
  border-radius: 50px;
}

.lp-what .what-txt {
  font-size: 1.4rem;
}

.lp-what .point-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 60px;
}

.lp-what .point-wrap .point-item {
  margin-right: 20px;
  border: 3px solid #242424;
  font-size: 1.2rem;
  padding: 5px 10px;
  font-weight: bold;
}

.lp-what .point-wrap .point-item:last-child {
  margin-right: 0;
}

.lp-what .what-img {
  width: 100%;
  margin: auto;
}

.lp-what .suisen-wrap {
  background: #FFF;
  padding: 30px;
  border-radius: 5px;
}

.lp-what h4 {
  color: #10abab;
  padding: 2px 30px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1.6rem;
  border: 3px solid #10abab;
  border-radius: 50px;
  font-weight: bold;
  display: table;
  margin: 0 auto 10px;
}

.lp-what .suisen_name {
  text-align: center;
  margin: 0 auto 40px;
  border-bottom: 2px solid #10abab;
  display: table;
  font-size: 1.2rem;
  font-weight: bold;
}

.lp-what .voice-wrap .img-box {
  width: 32%;
}

.lp-what .voice-wrap .img-box img {
  width: 100%;
}

.lp-what .voice-wrap .faq-box {
  width: 63%;
}

.lp-what .voice-wrap .faq-box dl {
  margin-bottom: 30px;
}

.lp-what .voice-wrap .faq-box dl:last-child {
  margin-bottom: 0;
}

.lp-what .voice-wrap .faq-box .txt-q,
.lp-what .voice-wrap .faq-box .txt-a {
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
}
.lp-what .voice-wrap .faq-box p.txt-a {
  padding-left: 10px;
}

.lp-what .voice-wrap .faq-box .txt-q {
  color: #10abab;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.lp-what .voice-wrap .faq-box .txt-q::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/suzuka_lp/faq_q.svg) no-repeat center left/contain;
  width: 1.2em;
  height: 1.2em;
}

.lp-what .voice-wrap .faq-box .txt-a {
  color: #242424;
  font-size: 1rem;
}

.lp-what .voice-wrap .faq-box .txt-a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/suzuka_lp/faq_a.svg) no-repeat center left/contain;
  width: 1.2em;
  height: 1.2em;
}

.lp-what .voice-wrap .faq-box p.txt-a::before {
  content:  none;
}

.lp-what ul.license{
  width: 100%;
  margin: 0 auto;
  border: #10abab solid 1px;
  padding: 2%;
  color: #10abab;
  margin-bottom: 20px;
}


@media screen and (max-width: 639px) {
  .lp-what {
    margin: 0 auto;
    padding: 10% 0;
    background: #FFF;
  }

  .lp-what .ttl {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }

  .lp-what .what-txt {
    font-size: 1rem;
  }

  .lp-what .point-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5% auto 10%;
  }

  .lp-what .point-wrap .point-item {
    margin-right: 0;
    border: 3px solid #242424;
    font-size: 1rem;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 2%;
  }

  .lp-what .point-wrap .point-item:last-child {
    margin-right: 0;
    margin-top: 2%;
  }

  .lp-what .suisen-wrap {
    margin-top: 10%;
    background: #FFF;
    padding: 3%;
    border-radius: 5px;
  }

  .lp-what h4 {
    color: #10abab;
    text-align: center;
    padding: 2% 10%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 1rem;
    border: 3px solid #10abab;
    border-radius: 50px;
    font-weight: bold;
    display: table;
    margin: 0 auto 5%;
  }

  .lp-what .voice-wrap .img-box {
    width: 100%;
    margin-bottom: 10%;
  }

  .lp-what .voice-wrap .faq-box {
    width: 100%;
  }

  .lp-what .voice-wrap .faq-box dl {
    margin-bottom: 10%;
  }

  .lp-what .voice-wrap .faq-box dl:last-child {
    margin-bottom: 0;
  }

  .lp-what .voice-wrap .faq-box .txt-q,
  .lp-what .voice-wrap .faq-box .txt-a {
    line-height: 1.6;
    position: relative;
    padding-left: 12%;
  }

  .lp-what .voice-wrap .faq-box .txt-q {
    color: #10abab;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .lp-what .voice-wrap .faq-box .txt-q::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/suzuka_lp/faq_q.svg) no-repeat center left/contain;
    width: 1.2em;
    height: 1.2em;
  }

  .lp-what .voice-wrap .faq-box .txt-a {
    color: #242424;
    font-size: 1rem;
  }

  .lp-what .voice-wrap .faq-box .txt-a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/suzuka_lp/faq_a.svg) no-repeat center left/contain;
    width: 1.2em;
    height: 1.2em;
  }
}

.lp-price {
  padding: 100px 0 50px;
}

.lp-price .price-wrap {
  width: 70%;
  margin: 80px auto 0;
}

.lp-price .tbl-r05 {
  margin: 0 0 10px;
}

.lp-price .tbl-r05 td {
  font-weight: bold;
  text-align: center;
}

.lp-price .tbl-r05 td:first-child {
  color: #10abab;
  font-weight: bold;
  text-align: center;
}

.lp-price .price-list {
  margin-bottom: 40px;
}

.lp-price .price-list .atten-txt {
  text-align: right;
}

.lp-price .price-list:last-child {
  margin-bottom: 0;
}

.lp-price .price-list h5 {
  color: #FFF;
  padding: 5px 10px;
  background: #10abab;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.lp-price .price-list .sub-ttl {
  font-size: 1.2rem;
  color: #10abab;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}

.lp-price .price-list dt,
.lp-price .price-list dd {
  width: 49.7%;
  padding: 5px 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}

.lp-price .price-list dt .t-small,
.lp-price .price-list dd .t-small {
  font-size: 1rem;
  font-weight: bold;
}

.lp-price .price-list dt {
  background: #d9f1f1;
  color: #10abab;
}

.lp-price .price-list dt.-list {
  text-align: left;
}

.lp-price .price-list dt li {
  font-weight: bold;
  list-style: disc;
  margin-left: 20px;
}

.lp-price .price-list dd {
  background: #eeeeee;
  color: #242424;
}

.lp-price .price-list dd.-list {
  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;
}

.lp-price .contact-mes {
  padding: 20px;
  border: 2px dashed #10abab;
  margin: 40px auto 0;
}

.lp-price .contact-mes h6 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #10abab;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .lp-price .price-list dt,
  .lp-price .price-list dd {
    width: 100%;
    padding: 5px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .lp-price {
    padding: 10% 0;
  }

  .lp-price .price-wrap {
    width: 100%;
  }

  .lp-price .tbl-r05 {
    width: 80%;
  }

  .lp-price .tbl-r05 .thead {
    display: none;
  }

  .lp-price .tbl-r05 tr {
    width: 100%;
  }

  .lp-price .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 5px 15px;
    font-weight: bold;
  }

  .lp-price .tbl-r05 td:first-child {
    background: #ddd;
    color: #424242;
    font-weight: bold;
    text-align: center;
  }

  .lp-price .tbl-r05 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    color: #d55d5a;
  }

  .lp-price .price-list {
    margin-bottom: 20px;
  }

  .lp-price .price-list .atten-txt {
    text-align: left;
  }

  .lp-price .price-list:last-child {
    margin-bottom: 0;
  }

  .lp-price .price-list h5 {
    padding: 5px 10px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .lp-price .price-list dt .t-small,
  .lp-price .price-list dd .t-small {
    font-size: .9rem;
  }

  .lp-price .price-list dt li {
    margin-left: 20px;
  }

  .lp-price .contact-mes {
    padding: 5%;
    margin: 10% auto 0;
  }

  .lp-price .contact-mes h6 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.lp-faq {
  padding: 50px 0;
  background: #f9f9f9;
}

.lp-faq #acMenu {
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
}

.lp-faq dl {
  margin: 50px auto 0;
  width: 70%;
}

.lp-faq dt,
.lp-faq dd {
  position: relative;
  padding: 10px 20px 10px 60px;
}

.lp-faq dt::before,
.lp-faq dd::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  width: 1.2em;
  height: 1.2em;
}

.lp-faq dt {
  list-style: none;
  background: #8dd2d1;
  color: #FFF;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto 1.5%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 1.2rem;
  font-weight: bold;
}

.lp-faq dt::before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/suzuka_lp/faq_q.svg) no-repeat center left/contain;
}

.lp-faq dt::after {
  content: '';
  display: block;
  background: url(../img/suzuka_lp/faq_arrow_under.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.lp-faq dt:hover {
  background: #8dd2d1;
  color: #FFF;
}

.lp-faq .icon {
  position: relative;
  background: #d9f1f1;
  color: #10abab;
}

.lp-faq .icon::after {
  content: '';
  display: block;
  background: url(../img/suzuka_lp/faq_arrow_top.svg) no-repeat;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-faq dd {
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 20px;
}

.lp-faq dd::before {
  top: .8rem;
  background: url(../img/suzuka_lp/faq_a.svg) no-repeat center left/contain;
}

.lp-faq dd .column {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 639px) {
  .lp-faq {
    padding: 10% 0;
  }

  .lp-faq #acMenu {
    padding: 0;
  }

  .lp-faq dl {
    margin: 10% auto 0;
    width: 100%;
  }

  .lp-faq dt,
  .lp-faq dd {
    padding: 2% 2% 2% 2.2em;
  }

  .lp-faq dt::before,
  .lp-faq dd::before {
    left: 4%;
    width: 1em;
    height: 1em;
  }

  .lp-faq dt {
    width: 100%;
    display: block;
    margin: 0 auto 1.5%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 1rem;
    font-weight: bold;
    padding: 2% 14% 2% 2.2em;
  }

  .lp-faq dt::before {
    top: .7rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../img/suzuka_lp/faq_q.svg) no-repeat center left/contain;
  }

  .lp-faq dt::after {
    content: '';
    display: block;
    background: url(../img/suzuka_lp/faq_arrow_under.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  .lp-faq dt:hover {
    background: #8dd2d1;
    color: #FFF;
  }

  .lp-faq dd {
    font-size: .9rem;
    margin-bottom: 8%;
  }

  .lp-faq dd::before {
    top: .6rem;
  }
}

.lp-access {
  padding: 100px 0;
}

.lp-access .ttl .point-txt {
  font-size: 1.3rem;
  background: #10abab;
  color: #FFF;
  padding: 1px 10px 2px;
  border-radius: 5px;
  margin-right: 5px;
}

.lp-access .ttl .s-txt {
  font-size: 1.3rem;
  color: #10abab;
}

.lp-access .access-wrap {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  background-color: #d9f1f1;
  padding: 1rem;
}

@media(max-width: 900px) {

  .access-wrap {
    flex-direction: column;
  }

}

.lp-access .access-wrap .txt-box {
  width: fit-content;
  padding: 1rem;
}

.lp-access .access-wrap .txt-box h4 {
  width: 80%;
  margin: 10px auto 5px;
}

.lp-access .access-wrap .txt-box h4 img {
  width: 100%;
}

.lp-access .access-wrap .access-txt {
  color: #10abab;
  font-weight: bold;
}

.lp-access .access-wrap .img-box {
  width: 49%;
  height: fit-content;
}

.lp-access .access-wrap .img-box img {
  width: 100%;
}

.lp-access .tel-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  flex-direction: column;
}

.lp-access .tel-wrap dt,
.lp-access .tel-wrap dd {
  color: #10abab;
  line-height: 1.6;
  font-weight: bold;
}

.lp-access .tel-wrap dt {
  border: 2px solid #10abab;
  padding: 3px 5px;
  margin-right: 10px;
  font-size: 1rem;
}

.lp-access .tel-wrap dd {
  font-size: 2rem;
}

.lp-access iframe {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.lp-access .photo-wrap .item {
  width: 30%;
}

.lp-access .photo-wrap .item-img {
  margin-bottom: 5px;
  width: 100%;
}

.parking {
  position: relative;
}

.parking p {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #10abab;
  color: #fff;
  font-weight: 800;
  padding: .5rem 1rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .7));
}

@media(max-width: 639px) {

  .parking {
    margin-top: 1rem;
  }

}


@media screen and (max-width: 639px) {
  .lp-access {
    padding: 10% 0;
  }

  .lp-access .access-wrap {
    width: 100%;
    margin: 0 auto;
  }

  .lp-access .access-wrap .txt-box {
    width: 100%;
    padding: 5%;
  }

  .lp-access .access-wrap .txt-box h4 {
    width: 70%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-access .access-wrap .txt-box h4 img {
    width: 100%;
  }

  .lp-access .access-wrap .img-box {
    width: 100%;
  }

  .lp-access .tel-wrap {
    margin-top: 5%;
  }

  .lp-access iframe {
    width: 100%;
    display: block;
    margin: 10% auto;
  }

  .lp-access .photo-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lp-access .photo-wrap .item {
    width: 48%;
    margin-bottom: 5%;
  }

  .lp-access .photo-wrap .item-img {
    margin-bottom: 5px;
  }
}

.lp-contact {
  background: #44bcbc;
  padding: 100px 0;
  width: 100%;
  overflow-x: hidden;
}

.lp-contact .contact-item {
  position: relative;
  background: #FFF;
  border: 2px dashed #10abab;
  padding: 20px;
  outline: solid 2px #FFF;
  width: 50%;
  margin: 50px auto;
  text-align: center;
}

.lp-contact .contact-item .tel-link {
  font-size: 2rem;
  display: table;
  margin: auto;
  font-weight: bold;
  color: #10abab;
}

.lp-contact .contact-item .time {
  font-size: 1rem;
  color: #10abab;
  font-weight: bold;
}

.lp-contact .contact-item .time .waku {
  padding: 2px 5px;
  border: 2px solid #10abab;
  font-size: .85rem;
  font-weight: bold;
  margin-right: 5px;
}

.lp-contact .contact-item .time .atten {
  font-size: .9rem;
  color: #242424;
}

.lp-contact .contact-item::before {
  display: table;
  margin: -39px auto 0;
  background: #d9f1f1;
  color: #10abab;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 15px;
  border-radius: 50px;
  position: relative;
}

.lp-contact .contact-item.-tel::before {
  content: '電話でのお問い合わせ';
}

.lp-contact .form-wrap {
  background: #FFF;
  padding: 30px;
  border-radius: 5px;
  width: 75%;
  margin: 50px auto 0;
}

@media screen and (max-width: 639px) {
  .lp-contact {
    padding: 10% 0;
  }

  .lp-contact .ttl {
    margin-bottom: 5%;
  }

  .lp-contact .contact-item {
    width: 100%;
    padding: 3%;
  }

  .lp-contact .contact-item .time .atten {
    padding-top: 5%;
    display: block;
  }

  .lp-contact .form-wrap {
    background: #FFF;
    padding: 5%;
    width: 100%;
  }

  .lp-contact .tbl-contact table td input.tel-area {
    width: 20%;
  }

  .lp-contact .mwform-radio-field {
    display: block;
  }

  .lp-contact .mwform-checkbox-field {
    display: block;
  }

  .lp-contact .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
  }
}

.tbl-contact table th {
  background: #d9f1f1 !important;
}

.submit {
  font-size: 1rem !important;
}

.lp-footer {
  background: #10abab;
  padding: 60px 0 0;
}

.lp-footer .copy {
  margin-top: 60px;
  padding: 10px;
  display: block;
  background: #f9f9f9;
  color: #909090;
  font-size: .9rem;
  text-align: center;
}

.lp-footer .logo {
  max-width: 370px;
}

.lp-footer .logo img {
  width: 100%;
}

.lp-footer .link {
  width: 45%;
}

.lp-footer .sns-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.lp-footer .sns-wrap .snslink {
  width: 8%;
  max-width: 43px;
  min-width: 38px;
  margin-left: 10px;
}

.lp-footer .link-img {
  width: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.lp-footer .link-img:hover {
  opacity: .8;
}

@media screen and (max-width: 639px) {
  .lp-footer {
    padding: 10% 0 0;
  }

  .lp-footer .copy {
    font-size: .85rem;
    margin-top: 10%;
  }

  .lp-footer .logo {
    width: 80%;
    margin: 0 auto 10%;
  }

  .lp-footer .link {
    width: 100%;
  }

  .lp-footer .sns-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp-footer .sns-wrap .snslink {
    width: 100%;
    margin-bottom: 3%;
  }
}

.form-wrap .Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.form-wrap .Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.form-wrap .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1rem;
}

.form-wrap .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.form-wrap .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #d55d5a;
  color: #fff;
  font-size: .9rem;
}

.form-wrap .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 1rem;
}

.form-wrap .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 1rem;
}

.form-wrap .Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.private-fit th {
  width: 50%;
}

.price-att {
  padding: 15px;
  border: 2px dashed #10abab;
  margin-top: 10px;
}

.price-att .kome {
  padding: 5px 10px 5px 30px;
  background: #d9f1f1;
  display: block;
  font-weight: bold;
  color: #10abab;
  margin-top: 5px;
  position: relative;
}

.price-att .kome::before {
  display: block;
  content: '※';
  position: absolute;
  top: auto;
  left: 10px;
}

.price-att .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffefa7));
  background: -webkit-linear-gradient(transparent 60%, #ffefa7 60%);
  background: -o-linear-gradient(transparent 60%, #ffefa7 60%);
  background: linear-gradient(transparent 60%, #ffefa7 60%);
}

/***************************
 *	Variables
 **************************/
/***************************
 *	Application Main Styles
 **************************/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

#menu--toggle[type="checkbox"]:not(:checked),
#menu--toggle[type="checkbox"]:checked {
  display: none;
}

.menu--toggle__trigger,
.menu--toggle__burger,
.menu--toggle__burger:before,
.menu--toggle__burger:after {
  position: absolute;
  top: 1.7em;
  right: 1.5em;
  width: 2em;
  height: 3px;
  background-color: #FFF;
  border-radius: 2px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu--toggle__trigger {
  height: 2em;
  background: none;
}

.menu--toggle__burger:before {
  content: "";
  top: 10px;
  left: 0;
}

.menu--toggle__burger:after {
  content: "";
  top: 20px;
  left: 0;
}

.menu__body {
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 0;
  right: 0;
  padding: 0 20px;
  background-color: #10abab;
  z-index: 10;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-animation: checkboxUncheckedAnimation 0.35s both;
  animation: checkboxUncheckedAnimation 0.35s both;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 639px) {
  .menu__body .nav-logo img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .menu__body {
    -webkit-animation: checkboxUncheckedAnimation_b 0.35s both;
    animation: checkboxUncheckedAnimation_b 0.35s both;
  }
}

.menu__body-element,
.menu__body-link {
  display: none;
  margin: .6em auto 0;
  color: #FFF;
  text-decoration: none;
  text-transform: none;
  list-style: none;
  outline: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 1rem;
}

@media screen and (max-width: 639px) {

  .menu__body-element,
  .menu__body-link {
    font-size: .85rem;
  }
}

.menu__body-element {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.menu__body-element:hover {
  opacity: .7;
}

.menu__body-element::after {
  content: '';
  display: block;
  border-bottom: 1px solid #FFF;
  padding-top: 8px;
  width: 100%;
  margin: 0 auto;
}

.menu__body-element:first-child::after {
  border-bottom: none;
}

.menu__body-element:first-child {
  margin-top: 20px;
}

@media screen and (max-width: 639px) {
  .menu__body-element {
    width: 100%;
  }

  .menu__body-element::after {
    content: '';
    display: block;
    width: 100%;
  }
}

.menu-logo {
  width: 100%;
}

.nav-logo {
  position: relative;
}

.nav-logo::after {
  content: '';
  display: block;
  width: 46px;
  height: 11px;
  margin: 20px auto 0px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.nav-logo:hover {
  background: #10abab !important;
}

.nav-logo img {
  margin-left: -42px;
}

.h-link::before {
  content: '';
  display: block;
  background: url(./assets/img/common/bee_icon.png) no-repeat center left/contain;
  width: 38px;
  height: 32px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.h-link:hover {
  display: table !important;
}

.h-link:hover::before {
  content: '';
  display: block;
  left: 10px;
  opacity: 1;
}

#menu--toggle:checked+.menu--toggle__trigger+.menu--toggle__burger {
  top: 35px;
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#menu--toggle:checked+.menu--toggle__trigger+.menu--toggle__burger:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#menu--toggle:checked+.menu--toggle__trigger+.menu--toggle__burger:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#menu--toggle:checked+.menu--toggle__trigger+.menu--toggle__burger+.menu__body {
  -webkit-animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
  animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}

#menu--toggle:checked+.menu--toggle__trigger~.menu__body .menu__body-element,
#menu--toggle:checked+.menu--toggle__trigger~.menu__body .menu__body-link {
  display: table;
}

@media screen and (max-width: 639px) {
  #menu--toggle:checked+.menu--toggle__trigger+.menu--toggle__burger+.menu__body {
    -webkit-animation: checkboxCheckedAnimation_b 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
    animation: checkboxCheckedAnimation_b 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
  }
}

.promotion {
  width: 100vw;
  height: 100vh;
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Gooseberry-spring.jpg/1280px-Gooseberry-spring.jpg");
  background-size: cover;
}

/**
 *	Animations
 *
 *  @note checkboxCheckedAnimation - added fix for Microsoft Edge
 */
@-webkit-keyframes checkboxCheckedAnimation {
  50% {
    width: 25vw;
    height: 100vh;
    background: #10abab;
    background-position-x: -100em;
    min-width: 350px;
  }

  100% {
    width: 25vw;
    height: 100vh;
    border-radius: 0;
    background: #10abab;
    background-position-x: -100em;
    min-width: 350px;
  }
}

@keyframes checkboxCheckedAnimation {
  50% {
    width: 25vw;
    height: 100vh;
    background: #10abab;
    background-position-x: -100em;
    min-width: 350px;
  }

  100% {
    width: 25vw;
    height: 100vh;
    border-radius: 0;
    background: #10abab;
    background-position-x: -100em;
    min-width: 350px;
  }
}

@-webkit-keyframes checkboxUncheckedAnimation {
  0% {
    width: 34vw;
    height: 100vh;
  }
}

@keyframes checkboxUncheckedAnimation {
  0% {
    width: 34vw;
    height: 100vh;
  }
}

@-webkit-keyframes changeWidthOfElementAnimation {
  50% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes changeWidthOfElementAnimation {
  50% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* SP版 */
@-webkit-keyframes checkboxCheckedAnimation_b {
  50% {
    width: 100vw;
    height: 100vh;
    background: #10abab;
    background-position-x: -100em;
  }

  100% {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    background: #10abab;
    background-position-x: -100em;
  }
}

@keyframes checkboxCheckedAnimation_b {
  50% {
    width: 100vw;
    height: 100vh;
    background: #10abab;
    background-position-x: -100em;
  }

  100% {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    background: #10abab;
    background-position-x: -100em;
  }
}

@-webkit-keyframes checkboxUncheckedAnimation_b {
  0% {
    width: 100vw;
    height: 100vh;
  }
}

@keyframes checkboxUncheckedAnimation_b {
  0% {
    width: 100vw;
    height: 100vh;
  }
}

@-webkit-keyframes changeWidthOfElementAnimation_b {
  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes changeWidthOfElementAnimation_b {
  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.link-contact {
  position: fixed;
  bottom: 86px;
  right: 0;
  z-index: 60;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.link-contact:hover {
  opacity: .7;
}

.link-recruit {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.link-recruit:hover {
  opacity: .7;
}

#menu--toggle:checked+.menu--toggle__trigger~.menu__body .menu__body-element,
#menu--toggle:checked+.menu--toggle__trigger~.menu__body .menu__body-link {
  display: table;
}

#menu--toggle:checked+.menu--toggle__trigger+.menu--toggle__burger+.menu__body {
  -webkit-animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
  animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}

.nav-bar {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  min-width: 610px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.nav-bar h1 {
  padding: 10px 10px;
}

.nav-bar h1 a {
  display: block;
}

.nav-bar h1 img {
  width: 90%;
}

.nav-bar .nav-icon {
  display: inline;
  padding-left: 2px;
}

.nav-bar .nav-icon img {
  display: inline;
  vertical-align: baseline;
  /* padding-top: 2.5px; */
  /* margin-top: 1px; */
  /* line-height: 0; */
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}

.nav-bar .nav-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}

.nav-bar li a {
  background: #10abab;
  color: #FFF;
  font-weight: bold;
  font-size: .9rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-align: center;
  line-height: 1.6;
  padding: 30px 20px;
  border-left: 1px solid #FFF;
}

.nav-bar li a:hover {
  opacity: .7;
}

.movie-box {
  margin: 40px auto;
}

.movie-box iframe {
  width: 49%;
}

@media screen and (max-width: 639px) {
  .movie-box iframe {
    width: 100%;
  }

  .movie-box .movie01 {
    margin-bottom: 5%;
  }
}

.top-line {
  background: #10abab;
  padding: 40px 0 60px;
}

.top-line a {
  display: block;
  margin: auto;
}

.top-line a img {
  width: 70%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .top-line {
    padding: 10% 0;
  }

  .top-line a img {
    width: 100%;
  }
}

.course-sub {
  font-size: .9rem;
  display: table;
  margin: 0 auto 4px;
}

.thanks-wrap {
  max-width: 1000px;
  margin: 20px auto;
}

.mail-logo {
  margin: 20px auto;
  display: block;
}

.mail-logo img {
  width: 300px;
  margin: auto;
  display: block;
}

.mail-wrap {
  max-width: 700px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.access_tel {
  text-align: center;
  margin: auto;
  display: table;
}

.ruby-tel {
  display: block;
  font-size: .85rem;
  margin-top: -0.5rem;
  text-align: right;
  margin-bottom: 10px;
}

/* thanksページ　アコーディオン 2025.03.28追加 */
.accordion {
  border: 2px solid #4baf91;
  border-radius: 5px;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%234baf91%3B%22%2F%3E%0A%3C%2Fsvg%3E');
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #4baf91;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "";
  position: absolute;
  right: 1.98rem;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
  top: 1.65rem;
}

.accordion-detail {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  transition: transform .5s, opacity .5s;
}

.accordion[open] .accordion-detail {
  transform: none;
  opacity: 1;
}
.accordion div h4 {
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
}
.accordion-domain-wrap {
  margin-bottom: 2rem;
}
.accordion ul {
  padding-left: 1rem;
}
.accordion ul li {
  list-style: decimal;
}
.accordion-domain-wrap p {
  margin: 1rem 0;
}

@media screen and (max-width: 639px) {
  .accordion summary {
    padding: 1rem 0.5rem;
    background-position: right 3% center;
    background-size: 18px;
  }
  .accordion summary::after {
    right: calc(3% + 0.35rem);;
    width: 6px;
    height: 6px;
  }
  .accordion[open] summary::after {
    top: 1.7rem;
  }
}