@charset "UTF-8";
a:hover {
  opacity: 0.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.7777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-wrap: break-word;
  position: relative;
  background-color: #000;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 9.8px;
    font-size: 2.61333vw;
  }
}

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

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

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

.container {
  max-width: 1000px;
  margin: 0 auto;
  height: inherit;
  padding: 0 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 750px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

a {
  color: #fff;
  display: inline-block;
}

.util-link {
  width: 372px;
  text-align: center;
  height: 57px;
  line-height: 57px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  border: none;
}

@media screen and (max-width: 750px) {
  .util-link {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.util-link::after {
  content: '\f078';
  position: absolute;
  top: 2px;
  right: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.counseling {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .counseling {
    margin-top: 70px;
  }
}

.couseling-title {
  margin-bottom: 80px;
}

.reserv-link {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 750px) {
  .reserv-link {
    margin-top: 35px;
  }
}

.counseling-link {
  background-color: #5d9548;
  position: relative;
  margin-left: 80px;
}

@media screen and (max-width: 750px) {
  .counseling-link {
    margin-left: 0;
    margin-top: 50px;
  }
}

.counseling-link::before {
  content: url(../img/line-icon.svg);
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .counseling-link::before {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
  }
}

/* ===============================================
//Header 
=============================================== */
.header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .3s;
  background-color: #000;
  /*バーガーアイコンの位置調整*/
  /*バーガーアイコンのカラー*/
}

.header .drawer-hamburger {
  width: 45px;
}

@media screen and (min-width: 1014px) {
  .header .drawer-hamburger {
    display: none;
  }
}

.drawer--top .header .drawer-hamburger {
  right: 8px;
  top: 20px;
  transition: all .3s;
}

.header .drawer-hamburger-icon {
  background-color: #fff;
  height: 5px;
  border-radius: 2.5px;
  /*バーガーアイコンのオープン時の中心線をなくす*/
}

.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
  right: 260px;
}

.header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
  background-color: #fff;
  height: 5px;
  border-radius: 2.5px;
}

.header .drawer-toggle {
  border: none;
  background: transparent;
}

.drawer-open .drawer-hamburger-icon::after, .drawer-open .drawer-hamburger-icon::before {
  background-color: #fff;
}

.drawer-hamburger-icon:after {
  top: 15px;
}

.drawer-hamburger-icon:before {
  top: -15px;
}

.drawer-open .header .drawer-hamburger-icon {
  right: 5px;
}

@media screen and (min-width: 751px) {
  .header-inner {
    display: flex;
    justify-content: center;
    vertical-align: middle;
  }
}

@media screen and (max-width: 750px) {
  .header-inner {
    position: relative;
  }
}

.header-sp-btn {
  position: absolute;
  top: 0;
  right: 12vw;
}

@media screen and (min-width: 1014px) {
  .header-sp-btn {
    display: none;
  }
}

.header-sp-btn-link {
  display: inline-block;
  text-align: center;
}

.header-sp-link-img {
  height: 100px;
}

@media screen and (min-width: 751px) {
  .header-logo {
    width: 243px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .header-logo {
    width: 97px;
    text-align: left;
  }
}

.drawer--top .drawer-nav {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer--top .drawer-open .drawer-hamburger {
  right: 300px;
}

.navwrap {
  margin-left: auto;
}

.header-tel {
  display: flex;
  height: 34px;
  line-height: 34px;
  position: relative;
  justify-content: space-between;
}

@media screen and (max-width: 1013px) {
  .header-tel {
    display: none;
  }
}

.tel-number {
  margin-left: 20px;
}

.tel-number::before {
  content: url(../img/header-tel.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

.header-tel-text {
  margin-left: 20px;
}

.tel-img {
  width: 240px;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.header-nav {
  margin-left: auto;
}

@media screen and (min-width: 1014px) {
  .header-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1013px) {
  .header-nav-list {
    height: auto;
    width: 700px;
    padding: 30px 20px 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 750px) {
  .header-nav-list {
    height: auto;
    width: 100%;
    padding: 30px 50px 0;
  }
}

@media screen and (min-width: 1014px) {
  .header-nav-item + .header-nav-item {
    margin-left: 20px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1013px) {
  .header-nav-item {
    padding-left: 40px;
  }
  .header-nav-item + .header-nav-item {
    border-top: 1px solid #fff;
  }
}

@media screen and (max-width: 750px) {
  .header-nav-item {
    padding-left: 40px;
    border-bottom: 1px solid #fff;
  }
  .header-nav-item + .header-nav-item {
    border-top: 1px solid #fff;
  }
}

.header-nav-item-link {
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 751px) and (max-width: 1013px) {
  .header-nav-item-link {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .header-nav-item-link {
    font-size: 10.8px;
    font-size: 2.88vw;
    text-align: center;
    font-weight: 600;
  }
}

.nav-hide {
  display: none;
  width: 100%;
}

/*// ヘッダースクロール
=============================================== */
@media screen and (min-width: 1014px) {
  .tel-hide-img {
    width: 300px;
  }
  header.is-animation {
    height: 76px;
  }
  header.is-animation .navwrap {
    width: 80%;
  }
  header.is-animation .nav-hide {
    display: block;
  }
  header.is-animation .header-logo {
    width: 150px;
  }
  header.is-animation .header-sp-link-img {
    height: 76px;
  }
  header.is-animation .header-tel {
    display: none;
  }
  header.is-animation .header-nav-list {
    display: flex;
    justify-content: space-between;
    height: 76px;
    margin-left: auto;
  }
  header.is-animation .header-nav-item {
    margin-left: 0px;
  }
  header.is-animation .header-nav-item-link {
    font-size: 14px;
  }
  header.is-animation .header-inner .navwrap .header-nav .header-nav-list .header-nav-item .header-nav-item-link .tel-hide-img {
    width: 200px;
  }
}

/* ===============================================
// top
=============================================== */
.top {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 751px) {
  .top {
    background: url(../img/top-bg.png) center center/cover no-repeat;
    padding-top: 57%;
    margin-top: 79px;
  }
}

@media screen and (max-width: 750px) {
  .top {
    background: url(../img/top-bg-sp.png) center center/cover no-repeat;
    padding-top: 57.4%;
    margin-top: 82px;
  }
}

.top-title {
  position: absolute;
  top: 3vw;
  right: 11vw;
}

@media screen and (max-width: 750px) {
  .top-title {
    top: 4vw;
    right: 7vw;
  }
}

.top-title-img {
  width: 47.55vw;
}

@media screen and (max-width: 750px) {
  .top-title-img {
    width: 60vw;
  }
}

/* ===============================================
// comp
=============================================== */
.camp {
  background: url(../img/campbg.png) center center/cover no-repeat;
  width: 100%;
  height: auto;
  padding: 100px 0 200px;
}

@media screen and (max-width: 750px) {
  .camp {
    padding: 80px 0 100px;
  }
}

.camp-subtitle {
  width: 100%;
  margin-top: 10px;
}

.camp-subtitle-img {
  width: 100%;
}

.camp-price-box {
  text-align: center;
}

/* ===============================================
// Trouble
=============================================== */
.section-top {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 751px) {
  .section-top {
    padding-top: 39.5312%;
  }
}

@media screen and (max-width: 750px) {
  .section-top {
    padding-top: 31.5%;
  }
}

.trouble-top {
  position: relative;
}

@media screen and (min-width: 751px) {
  .trouble-top {
    background: url(../img/trouble-topbg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .trouble-top {
    background: url(../img/trouble-topbg-sp.png) center center/cover no-repeat;
  }
}

.section-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.trouble-footer {
  width: 100%;
  background-color: #242424;
  padding: 140px 0;
  z-index: 10;
}

@media screen and (min-width: 751px) {
  .trouble-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  .trouble-item:nth-child(n+3) {
    margin-top: 7px;
  }
}

@media screen and (max-width: 750px) {
  .trouble-item + .trouble-item {
    margin-top: 7px;
  }
}

.trouble-item-img {
  width: 478px;
}

@media screen and (max-width: 750px) {
  .trouble-item-img {
    width: 100%;
  }
}

/* ===============================================
// Method
=============================================== */
.method-top {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .method-top {
    background: url(../img/method-topbg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .method-top {
    background: url(../img/method-topbg-sp.png) center center/cover no-repeat;
  }
}

.method-footer {
  width: 100%;
  background-color: #242424;
  padding: 50px 0 140px;
}

@media screen and (max-width: 750px) {
  .method-footer {
    padding: 5px;
  }
}

.method-footer-inner {
  max-width: 702px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .method-footer-inner {
    margin: 100px auto;
  }
}

.method-content {
  margin-top: 95px;
}

.mt-non {
  margin-top: 0;
}

.method-content-text {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .method-content-text {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* ===============================================
// Reason
=============================================== */
@media screen and (min-width: 751px) {
  .reason1 {
    background: url(../img/reason1-bg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .reason1 {
    background: url(../img/reason1-bg-sp.png) center center/cover no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .reason-top {
    background: url(../img/reason1-topbg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .reason-top {
    background: url(../img/reason1-topbg-sp.png) center center/cover no-repeat;
  }
}

.reason-content1 {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}

@media screen and (min-width: 751px) {
  .reason-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.reason-content-title {
  text-align: center;
  padding-top: 140px;
}

@media screen and (max-width: 750px) {
  .reason-content-title {
    padding-top: 100px;
  }
}

.reason-content-item {
  background: #fff;
  position: relative;
  margin-top: 150px;
  position: relative;
  z-index: 50;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 751px) {
  .reason-content-item {
    width: 490px;
    height: 400px;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item {
    width: 100%;
    height: 650px;
  }
}

.reason-content-item::before, .reason-content-item::after {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}

.reason-content-item::before {
  border-bottom: solid 84px #fff;
  border-left: solid 64px transparent;
  bottom: 100%;
}

.reason-content-item-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 750px) {
  .reason-content-item-icon {
    width: 100px;
    height: 100px;
  }
}

.reason-content-item-title {
  color: #000;
  padding-left: 15px;
  font-size: 27px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", 　serif;
  padding-top: 13px;
  position: relative;
  z-index: 50;
  margin-top: -50px;
}

@media screen and (max-width: 750px) {
  .reason-content-item-title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.reason-content-item-text {
  color: #000;
  padding: 15px;
}

@media screen and (max-width: 750px) {
  .reason-content-item-text {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* ===============================================
// reason2
=============================================== */
.reason2 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

@media screen and (min-width: 751px) {
  .reason2 {
    background: url(../img/reason2-bg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .reason2 {
    background: url(../img/reason2-bg.png) center center/cover no-repeat;
  }
}

.reason-content-title2 {
  text-align: center;
  margin-top: 100px;
}

.reason-content-item2 {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.reason-content-line {
  border-top: double #000;
  border-bottom: double #000;
  border-color: #000;
  width: 100%;
  height: auto;
  position: relative;
}

.reason-content-item2-body-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .reason-content-item2-body-title {
    top: -16px;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item2-body-title {
    top: 35px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .reason-content-item2-body-title-img {
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item2-body-title-img {
    height: 35px;
  }
}

.reason-content-item2-icon {
  height: 80px;
}

@media screen and (min-width: 751px) {
  .reason-content-item-body {
    display: flex;
    padding: 30px 0;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item-body {
    padding: 110px 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item-body-icon {
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .reason-content-item2-icon {
    padding-left: 4%;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item2-icon {
    height: 100px;
  }
}

.reason-content-item-body-text {
  color: #000;
}

@media screen and (min-width: 751px) {
  .reason-content-item-body-text {
    margin-left: 8%;
  }
}

@media screen and (max-width: 750px) {
  .reason-content-item-body-text {
    margin-top: 10px;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

/* ===============================================
// Frow
=============================================== */
@media screen and (min-width: 751px) {
  .frow {
    background: url(../img/frow-bg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .frow {
    background: url(../img/frow-bg-sp.png) center center/cover no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .frow-top {
    background: url(../img/frow-topbg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .frow-top {
    background: url(../img/frow-topbg-sp.png) center center/cover no-repeat;
  }
}

.frow-content {
  background: url(../img/frow-footerbg.png) center center/cover no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 751px) {
  .frow-content {
    padding: 140px 0;
  }
}

@media screen and (max-width: 750px) {
  .frow-content {
    padding: 100px 0;
  }
}

.frow-inner {
  margin: 0 auto;
  max-width: 940px;
}

.frow-content-title {
  text-align: center;
}

.frow-content-title-img {
  width: 626px;
}

.frow-content-list {
  margin-top: 85px;
}

@media screen and (min-width: 751px) {
  .frow-content-item {
    display: flex;
    justify-content: space-between;
  }
  .frow-content-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 751px) {
  .frow-content-item + .frow-content-item {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .frow-content-item + .frow-content-item {
    margin-top: 78px;
  }
}

@media screen and (min-width: 751px) {
  .frow-content-item-left {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .frow-content-item-title {
    text-align: center;
  }
}

.frow-content-item-title-img {
  height: 62px;
}

@media screen and (max-width: 750px) {
  .frow-content-item-title-img {
    height: 70px;
  }
}

@media screen and (max-width: 750px) {
  .frow-content-item-text {
    width: 100%;
    margin: 24px auto 0;
    font-size: 15px;
    font-size: 4vw;
  }
}

@media screen and (min-width: 751px) {
  .frow-content-item-right {
    flex: 0 0 42.6429%;
  }
}

@media screen and (max-width: 750px) {
  .frow-content-item-right {
    width: 74.9%;
    margin: 0 auto;
    margin-top: 45px;
  }
}

/* ===============================================
// Q & A
=============================================== */
.qa {
  background-color: #91397d;
  width: 100%;
  height: auto;
  padding: 140px 0;
}

@media screen and (min-width: 751px) and (max-width: 1054px) {
  .qa .container {
    width: 661px;
  }
}

.qa-title {
  text-align: center;
  width: 280px;
  margin: 0 auto;
}

.qa-item {
  margin-top: 40px;
  cursor: pointer;
}

.qa-item-head {
  text-align: center;
  max-width: 698px;
  padding: 20px 5px;
  background-color: #000;
  font-weight: 600;
  line-height: 83px;
  font-size: 27px;
  margin: 0 auto;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .qa-item-head {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.js-accordion-icon {
  width: 20px;
  height: 20px;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.js-accordion-icon.is-open {
  background: transparent url(../img/minus.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.qa-item-body {
  display: none;
}

.qa-item-body-wrap {
  margin-top: 80px;
}

@media screen and (min-width: 751px) {
  .qa-item-body-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 751px) and (max-width: 1055px) {
  .qa-item-body-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .qa-item-body-wrap {
    margin-top: 0px;
  }
}

.qa-item-body-content {
  flex: 0 0 322px;
  background-color: #333;
  padding: 20px;
  height: auto;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .qa-item-body-content {
    width: 100%;
    margin-left: 0;
    margin-top: 43px;
  }
}

@media screen and (min-width: 751px) {
  .qa-item-body-content + .qa-item-body-content {
    margin-left: 17px;
  }
  .qa-item-body-content:nth-child(4), .qa-item-body-content:nth-child(7) {
    margin-left: 0;
  }
  .qa-item-body-content:nth-child(n + 4) {
    margin-top: 25px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1055px) {
  .qa-item-body-content + .qa-item-body-content {
    margin-left: 17px;
  }
  .qa-item-body-content:nth-child(3), .qa-item-body-content:nth-child(5) {
    margin-left: 0;
  }
  .qa-item-body-content:nth-child(4) {
    margin-left: 17px;
  }
  .qa-item-body-content:nth-child(n + 3) {
    margin-top: 25px;
  }
}

.qa-icon-q,
.qa-icon-a {
  text-align: center;
}

.qa-icon-q-img,
.qa-icon-a-img {
  width: 20px;
}

@media screen and (max-width: 750px) {
  .qa-icon-q-img,
  .qa-icon-a-img {
    width: 50px;
  }
}

.qa-item-content-top-text {
  font-size: 18px;
  height: 56px;
}

@media screen and (max-width: 750px) {
  .qa-item-content-top-text {
    font-size: 15px;
    font-size: 4vw;
    height: 95px;
  }
}

.qa-item-body-content-footer {
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
  height: 230px;
}

@media screen and (max-width: 750px) {
  .qa-item-body-content-footer {
    height: 300px;
  }
}

.big-box {
  height: 330px;
}

@media screen and (max-width: 750px) {
  .big-box {
    height: 380px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1055px) {
  .big-box-tab {
    height: 250px;
  }
}

.qa-item-body-content-footer-text {
  color: #000;
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .qa-item-body-content-footer-text {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* ===============================================
// voice
=============================================== */
.voice {
  background-color: #242424;
}

@media screen and (min-width: 751px) {
  .voice-top {
    background: url(../img/voice-topbg.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .voice-top {
    background: url(../img/voice-topbg-sp.png) center center/cover no-repeat;
  }
}

.voice-content {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

@media screen and (max-width: 750px) {
  .voice-content {
    padding: 30px 0 100px;
  }
}

.voice-inner {
  max-width: 844px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .voice-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.voice-content-item {
  flex: 0 0 400px;
  background-color: #ded8c8;
  padding: 20px 20px 80px;
  color: #000;
  position: relative;
  margin-top: 35px;
}

@media screen and (max-width: 399px) {
  .voice-content-item {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .voice-content-item {
    width: 100%;
  }
}

.voice-content-item-name {
  text-align: right;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .voice-content-item-name {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.voice-icon {
  position: relative;
}

.voice-icon::before {
  content: url(../img/voice-icon.svg);
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .voice-icon::before {
    width: 30px;
    height: 30px;
    left: -45px;
  }
}

.voice-content-message {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .voice-content-message {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.voice-content-notice {
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

@media screen and (max-width: 750px) {
  .voice-content-notice {
    font-size: 9px;
    font-size: 2.4vw;
  }
}

/* ===============================================
// low-price-topbg
=============================================== */
@media screen and (min-width: 751px) {
  .low-price-topbg {
    background: url(../img/low-price-topbg.png) center center/cover no-repeat;
    padding-top: 15%;
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 750px) {
  .low-price-topbg {
    background: url(../img/low-price-topbg-sp.png) center center/cover no-repeat;
    width: 100%;
    height: 100px;
  }
}

/* ===============================================
// contact
=============================================== */
.contact {
  width: 100%;
  background-color: #242424;
  padding: 140px 0;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="number"],
.contact select,
.contact textarea {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: .2em 1em;
  border-radius: 8px;
  height: 40px;
}

@media screen and (max-width: 750px) {
  .contact input[type="text"],
  .contact input[type="email"],
  .contact input[type="tel"],
  .contact input[type="number"],
  .contact select,
  .contact textarea {
    height: 58px;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.contact input[type="text"]:hover,
.contact input[type="email"]:hover,
.contact input[type="tel"]:hover,
.contact input[type="number"]:hover,
.contact select:hover,
.contact textarea:hover {
  box-shadow: 0 5px 4px -4px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.contact input[type="number"] {
  width: 100px;
  border: 0;
  font-size: 18px;
  padding: .2em .2em .2em 1.8em;
  border-radius: 8px;
}

@media screen and (max-width: 750px) {
  .contact input[type="number"] {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.contact input[type="number"]:hover {
  box-shadow: 0 5px 4px -4px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.contact select {
  border: 0;
  font-size: 18px;
  padding: .2em .2em .2em 1em;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .contact select {
    width: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
    padding: .2em .2em .2em .5em;
  }
}

.contact select:hover {
  box-shadow: 0 0 5px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.contact textarea {
  min-height: 200px;
  resize: vertical;
  border: 1px solid #707070;
  display: block;
}

@media screen and (max-width: 750px) {
  .contact textarea {
    margin-top: 16px;
  }
}

.contact textarea:hover {
  box-shadow: 0 0 8px rgba(73, 115, 255, 0.5);
  cursor: pointer;
}

.contact-list {
  margin: 0 auto;
}

.contact-list + .contact-list {
  margin-top: 20px;
}

.contact-title,
.contact-send-title {
  text-align: center;
}

.contact-item {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contact-item-title {
    font-size: 14.8px;
    font-size: 3.94667vw;
    font-weight: 600;
  }
}

.contact-body {
  margin-top: 60px;
  max-width: 767px;
  margin: 0 auto;
}

.required {
  position: relative;
}

@media screen and (min-width: 751px) {
  .required {
    font-size: 25px;
  }
}

@media screen and (max-width: 750px) {
  .required {
    font-size: 35px;
  }
}

.required:after {
  content: "*";
  color: #ff0000;
  position: absolute;
}

@media screen and (min-width: 751px) {
  .required:after {
    top: 0;
    right: -10px;
  }
}

@media screen and (max-width: 750px) {
  .required:after {
    top: -10;
    right: -20px;
  }
}

.contact-item-input input.old-input {
  width: 50%;
}

/* ===============================================
// Select
=============================================== */
.select-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.select-list2 {
  margin-top: 20px;
}

.contact-select-item {
  display: flex;
  margin-right: 4px;
}

.contact-select-item + .contact-select-item {
  margin-left: 5px;
}

@media screen and (max-width: 750px) {
  .contact-select-item:nth-child(4) {
    margin-left: 0;
  }
  .contact-select-item:nth-child(n + 3) {
    margin-top: 8px;
  }
}

.contact-select-item-text {
  margin-left: 8px;
}

@media screen and (max-width: 750px) {
  .contact-select-item-text {
    font-size: 14.8px;
    font-size: 3.94667vw;
    font-weight: 600;
  }
}

.select-year {
  width: 130px;
}

@media screen and (max-width: 750px) {
  .select-year {
    width: 200px;
  }
}

.select-width {
  width: 92px;
}

@media screen and (max-width: 750px) {
  .select-width {
    width: 134px;
  }
}

.select-hour {
  width: 78px;
}

@media screen and (max-width: 750px) {
  .select-hour {
    width: 112px;
  }
}

.select-time {
  width: 67px;
}

@media screen and (max-width: 750px) {
  .select-time {
    width: 96px;
  }
}

/* ===============================================
// Radio
=============================================== */
input[type=radio] {
  display: none;
}

.contact-radio-part {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

@media screen and (max-width: 750px) {
  .contact-radio-part {
    padding: 5px 0 5px 40px;
    margin-left: 10px;
    font-size: 14.8px;
    font-size: 3.94667vw;
    font-weight: 600;
  }
}

.contact-radio-part::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  left: 4.5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 750px) {
  .contact-radio-part::before {
    width: 24px;
    height: 24px;
    margin-top: -10px;
  }
}

.contact-radio-part::after {
  border: 3px solid #ff0000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  left: 0.4px;
  margin-top: -11.687px;
  opacity: 0;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 750px) {
  .contact-radio-part::after {
    border: 5px solid #ff0000;
    height: 35px;
    width: 35px;
    left: -0.5px;
    margin-top: -15px;
  }
}

.is-google::after {
  border: 3px solid #ff0000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  left: 0.7px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 750px) {
  .is-google::after {
    border: 5px solid #ff0000;
    height: 35px;
    width: 35px;
    left: -0.5px;
    margin-top: -15px;
  }
}

input[type=radio]:checked + .contact-radio-part::after {
  opacity: 1;
}

input[type=radio]:active + .contact-radio-part::before {
  border: 1px solid blue;
  background-color: rgba(73, 115, 255, 0.2);
}

.contact-radio-part:hover:before {
  border: 1px solid blue;
  box-shadow: 0 0 6px rgba(73, 115, 255, 0.2);
}

.contact-radio-part:hover:before {
  border: 1px solid blue;
  box-shadow: 0 0 6px rgba(73, 115, 255, 0.2);
}

.contact-footer-submit {
  text-align: center;
  margin-top: 100px;
}

.contact-footer-submit input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.btn-confirm {
  border: none;
  background-color: #91397d;
  color: #fff;
  transition: all .3s;
}

.btn-confirm:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact-btn {
  border: none;
  background-color: #91397d;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .contact-btn {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.contact-message {
  display: none;
}

.false-message {
  display: none;
}

/* ===============================================
// Footer
=============================================== */
.footer {
  width: 100%;
  height: auto;
  background-color: #91397d;
  padding: 140px 0 60px;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 35px 0;
  }
}

@media screen and (min-width: 751px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  .footer-logo {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .footer-logo-img {
    width: 242px;
  }
}

@media screen and (max-width: 750px) {
  .footer-logo-img {
    width: 291px;
  }
}

.address {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .address {
    text-align: center;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.footer-text {
  margin-top: 30px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .footer-text {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.footer-left {
  flex: 43.2%;
}

.map-iframe {
  flex: 0 0 53.3%;
}

@media screen and (max-width: 750px) {
  .map-iframe {
    margin-top: 35px;
  }
}

.map-content {
  width: 100%;
  padding-top: 66.04128%;
  position: relative;
}

.map-content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.copyright {
  text-align: center;
  margin-top: 100px;
}

.copyright {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .copyright {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* ===============================================
// Totop
=============================================== */
.totop {
  position: absolute;
  bottom: 40px;
  right: 40px;
  position: fixed;
  z-index: 100;
}

.totop a {
  display: block;
}

.totop a img {
  vertical-align: bottom;
}

.totop-img {
  width: 60px;
}

/* ===============================================
// Confirmation
=============================================== */
.checkform {
  padding: 100px 0;
  margin-top: 100px;
  background-color: #242424;
}

.checkform-inner {
  max-width: 670px;
  margin: 0 auto;
}

.check-contact-table {
  width: 100%;
}

tbody {
  width: 100%;
}

.check-item {
  width: 100%;
  margin: 30px auto 0;
}

.check-text {
  display: block;
  text-align: left;
  margin-top: 30px 0 5px;
}

@media screen and (max-width: 750px) {
  .check-text {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.topline {
  border-top: 1px solid #fff;
  width: 100%;
}

.check-form-counseling {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.check-form-counseling input[type="submit"],
.check-form-counseling input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.back {
  background-color: #666666;
  color: #fff;
  position: relative;
  width: 300px;
}

.back::after {
  content: '\f078';
  position: absolute;
  top: 2px;
  right: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.submit-btn {
  background-color: #91397d;
  color: #fff;
  position: relative;
  width: 300px;
  margin-left: 10px;
}

.submit-btn::after {
  content: '\f078';
  position: absolute;
  top: 2px;
  right: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* ===============================================
// Contact-send
=============================================== */
.contact-send-title-img {
  width: 445px;
}

.contact-send-inner {
  max-width: 670px;
  margin: 40px auto 0;
}

.back-home {
  text-align: center;
}

.back-home-link {
  background-color: #91397d;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}
