@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "";
  src: url("../font/") format("");
}

#container {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  color: #202020;
  min-width: 1000px;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  #container {
    font-size: 1.3rem;
    min-width: 320px;
  }
}

a {
  text-decoration: none;
  word-break: break-word;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*
::selection {
	background-color: #;
	color: #;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
  vertical-align: middle;
}

button {
  line-height: normal;
  cursor: pointer;
}

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

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

table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  text-align: left;
}

.ophv {
  -webkit-transition: .6s;
  transition: .6s;
}

.ophv:hover {
  opacity: .6;
  text-decoration: none;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
header {
  background-color: #ed759f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  header.fixed {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 17px;
}

@media screen and (max-width: 768px) {
  header .inner {
    max-width: 375px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    padding: 5px 0 12px 12px;
  }
}

header .logo img {
  max-height: 72px;
}

@media screen and (max-width: 768px) {
  header .logo img {
    max-height: 43px;
  }
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header .right {
    width: 58.1%;
  }
}

header .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

header .bnr li {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  header .bnr li {
    max-width: 100px;
    margin-left: 10px;
  }
}

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

@media screen and (max-width: 768px) {
  header .tel {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  header .tel img {
    max-height: 42px;
  }
}

header .gnav-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  header .gnav-toggle {
    display: block;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  header .gnav-toggle img {
    height: 60px;
  }
}

/*----------------------------------------------------------
 グローバルナビ
----------------------------------------------------------*/
#gnav-container {
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
}

#gnav-container .gnav-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#gnav-container.open .gnav-overlay {
  display: block;
}

#gnav-container.open .gnav {
  right: 0;
}

#gnav-container .gnav-close-icon {
  position: relative;
  z-index: 999;
}

#gnav-container .gnav-close-icon img {
  height: 49px;
}

#gnav-container .gnav {
  background: #fff;
  position: absolute;
  top: 0;
  right: -35rem;
  width: 30rem;
  height: 100%;
  overflow: auto;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

#gnav-container .gnav .gnav-close-icon {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

#gnav-container .gnav .gnav-list li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  min-height: 50px;
  padding: 12px 25px 12px 40px;
  border-bottom: 1px solid #b1b1b1;
  color: #202020;
  position: relative;
}

#gnav-container .gnav .gnav-list li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #202020;
  margin-right: 10px;
  position: absolute;
  top: 22px;
  left: 25px;
}

#gnav-container .gnav .gnav-list li.active a {
  background-color: #ed759f;
  color: #fff;
}

#gnav-container .gnav .gnav-list li.active a::before {
  border-color: transparent transparent transparent #fff;
}

#gnav-container .gnav .bnr-box {
  padding: 20px 15px;
}

#gnav-container .gnav .bnr {
  margin-bottom: 15px;
}

#gnav-container .gnav .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#gnav-container .gnav .contact-list li {
  width: 47.8%;
}

#gnav-container .gnav .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 36px;
}

#gnav-container .gnav .sns-list li {
  width: 20.6%;
  margin: 0 5.7% 13px 0;
}

#gnav-container .gnav .sns-list li:nth-child(4n) {
  margin-right: 0;
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
footer {
  background-color: #ed759f;
  color: #fff;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 40px 10px 25px;
  }
}

footer address {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  footer address {
    font-size: 13px;
    text-align: center;
  }
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  footer .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
}

footer .sns li {
  margin-left: 15px;
}

footer .sns li:first-child {
  margin-left: 0;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
}

footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*----------------------------------------------------
 サイド
----------------------------------------------------*/
.fixedContact {
  position: fixed;
  z-index: 1;
  top: 20%;
  right: -8px;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}

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

.fixedContact.fixed, .fixedContact:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fixedContact a {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.fixedContact a:hover {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.fixedContactSp {
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
}

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

.fixedContactSp .ttl {
  margin-bottom: 9px;
}

.fixedContactSp .ttl img {
  height: 15px;
}

.fixedContactSp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 375px;
  margin: 10px auto 0;
}

.fixedContactSp ul li img {
  height: 45px;
}

/*----------------------------------------------------
 トップ
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-top footer .inner {
    padding: 40px 10px 110px;
  }
}

@media screen and (max-width: 768px) {
  .p-top footer #pagetop {
    bottom: 103px;
  }
}

.p-top .contactBtn {
  text-align: center;
}

.p-top .contactBtn a {
  display: block;
  -webkit-animation: 1.6s moving infinite;
          animation: 1.6s moving infinite;
}

.p-top .contactBtn img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.p-top .pagehead {
  background-color: #feebee;
  background-image: url(../img/top/bg_slash.png);
  border-bottom: 10px solid #ed759f;
}

.p-top .pagehead .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .p-top .pagehead .inner {
    padding: 15px 10px;
  }
}

.p-top .pagehead .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-top .pagehead .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top .pagehead .mv {
  background-image: url(../img/top/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top .pagehead .mv {
    background-image: none;
  }
}

.p-top .pagehead .contactBtn {
  padding: 15px 10px;
}

.p-top .sec-onayami .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .p-top .sec-onayami .inner {
    padding: 68px 10px 50px;
    position: relative;
  }
}

.p-top .sec-onayami .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-onayami .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-onayami .check {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-onayami .check {
    margin-bottom: 20px;
  }
}

.p-top .sec-onayami .genderfree {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-onayami .genderfree {
    margin-bottom: 25px;
  }
}

.p-top .sec-onayami .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-onayami .txt {
    margin-bottom: 30px;
  }
}

.p-top .sec-onayami .btn {
  text-align: center;
}

.p-top .sec-point {
  background-color: #feebee;
}

.p-top .sec-point .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-point .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-point .inner::before {
  content: "";
  background-image: url(../img/top/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25.2vw;
  height: 15vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-point .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-point .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-point .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-point .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-point .flex {
    display: block;
    margin-bottom: 20px;
  }
}

.p-top .sec-point .img {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sec-point .img {
    margin-bottom: 20px;
  }
}

.p-top .sec-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top .sec-point ul li {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-point ul li {
    width: 47.8%;
    margin-bottom: 15px;
  }
}

.p-top .sec-feature .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-feature .inner::before {
  content: "";
  background-image: url(../img/top/feature.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36vw;
  height: 16.6vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-feature .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top .sec-feature ul li {
  background-color: #fff;
  border: 2px solid #ed759f;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature ul li {
    margin-bottom: 20px;
  }
}

.p-top .sec-feature ul li .head {
  background-color: #ed759f;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature ul li .head {
    font-size: 18px;
  }
}

.p-top .sec-feature ul li .head .question::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/top/feature_ico_q.png);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.p-top .sec-feature ul li .body {
  min-height: 180px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature ul li .body {
    background-size: 70px;
    min-height: 125px;
    padding: 25px;
  }
}

.p-top .sec-feature ul li .body .answer {
  color: #39abb5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-feature ul li .body .answer {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.p-top .sec-feature ul li .body .txt {
  font-size: 1.5rem;
}

.p-top .sec-voice {
  background-color: #f7e2e7;
}

.p-top .sec-voice .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-voice .inner::before {
  content: "";
  background-image: url(../img/top/voice.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.8vw;
  height: 11.8vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-voice .secttl {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-voice .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice .txt {
    margin-bottom: 20px;
  }
}

.p-top .sec-voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice ul {
    margin-bottom: 0;
  }
}

.p-top .sec-voice ul li {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice ul li {
    width: 47.8%;
    margin-bottom: 20px;
  }
}

.p-top .sec-voice .txt02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-voice .txt02 {
    margin-bottom: 20px;
  }
}

.p-top .sec-voice .btn {
  text-align: center;
}

.p-top .sec-case .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-case .inner::before {
  content: "";
  background-image: url(../img/top/case.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 10.4vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-case .secttl {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-case .box {
  background-color: #feebee;
  border-radius: 20px;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .box {
    padding: 20px 10px;
  }
}

.p-top .sec-case .box .ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .box .ttl {
    margin-bottom: 15px;
  }
}

.p-top .sec-case .box .video {
  position: relative;
  width: 650px;
  margin: 0 auto 20px;
  padding-top: 42.2%;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .box .video {
    max-width: 650px;
    width: 100%;
    padding-top: 58.4%;
  }
}

.p-top .sec-case .box .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top .sec-case .box .txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .box .txt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.p-top .sec-case .box .subbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .box .subbox {
    padding: 10px 20px;
  }
}

.p-top .sec-case .box .subbox ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: top 20px left 10px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.5rem;
  min-height: 90px;
  padding: 20px 10px 20px 70px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-case .box .subbox ol li {
    background-size: 27px;
    background-position: top 10px left;
    font-size: 1.3rem;
    min-height: auto;
    padding: 10px 0 10px 35px;
  }
}

.p-top .sec-case .box .subbox ol li:last-child {
  border-bottom: none;
}

.p-top .sec-case .box .subbox ol li:nth-child(1) {
  background-image: url(../img/top/case_num01.png);
}

.p-top .sec-case .box .subbox ol li:nth-child(2) {
  background-image: url(../img/top/case_num02.png);
}

.p-top .sec-case .box .subbox ol li:nth-child(3) {
  background-image: url(../img/top/case_num03.png);
}

.p-top .sec-case .box .subbox ol li:nth-child(4) {
  background-image: url(../img/top/case_num04.png);
}

.p-top .sec-case .box .subbox ol li:nth-child(5) {
  background-image: url(../img/top/case_num05.png);
}

.p-top .sec-case .btn {
  text-align: center;
  margin-top: 30px;
}

.p-top .sec-price {
  background-color: #feebee;
}

.p-top .sec-price .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-price .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-price .inner::before {
  content: "";
  background-image: url(../img/top/price.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.6vw;
  height: 12.4vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-price .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-price .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-price .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-price .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-price .txt {
    margin-bottom: 20px;
  }
}

.p-top .sec-price ul {
  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: 768px) {
  .p-top .sec-price ul {
    display: block;
  }
}

.p-top .sec-price ul li {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top .sec-price ul li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sec-price ul li:last-child {
    margin-bottom: 0;
  }
}

.p-top .sec-faq .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-faq .inner::before {
  content: "";
  background-image: url(../img/top/faq.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.2vw;
  height: 10.8vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-faq .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-faq dl dt {
  background-color: #ed759f;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 12px 54px 12px 66px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 40px 10px 45px;
  }
}

.p-top .sec-faq dl dt::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/top/faq_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  left: 19px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt::before {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 15px;
  }
}

.p-top .sec-faq dl dt span {
  position: absolute;
  top: 18px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span {
    top: 13px;
    right: 15px;
  }
}

.p-top .sec-faq dl dt span::before, .p-top .sec-faq dl dt span::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span::before, .p-top .sec-faq dl dt span::after {
    width: 17px;
    height: 17px;
  }
}

.p-top .sec-faq dl dt span::before {
  height: 4px;
  top: 10px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span::before {
    height: 3px;
    top: 7px;
  }
}

.p-top .sec-faq dl dt span::after {
  width: 4px;
  top: 0;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dt span::after {
    width: 3px;
    right: 7px;
  }
}

.p-top .sec-faq dl dt.active span::after {
  display: none;
}

.p-top .sec-faq dl dd {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd {
    margin-bottom: 30px;
  }
}

.p-top .sec-faq dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top .sec-faq dl dd .img {
  margin: 16px 0 0 19px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .img {
    width: 16%;
    margin: 10px 0 0;
  }
}

.p-top .sec-faq dl dd .txtarea {
  background-color: #ebf8f9;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  padding: 40px 40px 40px 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .txtarea {
    width: 81.6%;
    padding: 15px 15px 15px 50px;
  }
}

.p-top .sec-faq dl dd .txtarea::before {
  content: "";
  display: block;
  background-image: url(../img/top/faq_fukidashi_triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 32px;
  position: absolute;
  top: 43px;
  left: -35px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .txtarea::before {
    width: 18px;
    height: 15px;
    top: 20px;
    left: -18px;
  }
}

.p-top .sec-faq dl dd .txtarea::after {
  content: "";
  display: block;
  background-image: url(../img/top/faq_a.png);
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .txtarea::after {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
  }
}

.p-top .sec-faq dl dd .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq dl dd .ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.p-top .sec-faq .btmtxt {
  text-align: center;
  margin: 60px 0 30px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-faq .btmtxt {
    margin: 30px 0 20px;
  }
}

.p-top .sec-salon {
  background-color: #feebee;
}

.p-top .sec-salon .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-salon .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-salon .inner::before {
  content: "";
  background-image: url(../img/top/salon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24.4vw;
  height: 13vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-salon .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-salon .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-salon .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-salon .list {
  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: 768px) {
  .p-top .sec-salon .list {
    display: block;
  }
}

.p-top .sec-salon .list .item {
  background-color: #fff;
  border-radius: 20px;
  max-width: 475px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sec-salon .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 35px;
  }
}

.p-top .sec-salon .list .item .body {
  padding: 35px 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-salon .list .item .body {
    padding: 20px;
  }
}

.p-top .sec-salon .list .item .map {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 239px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sec-salon .list .item .map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 235px;
    margin: 0 0 20px;
  }
}

.p-top .sec-salon .list .item .map iframe {
  width: 100%;
}

.p-top .sec-salon .list .item .txtarea {
  max-width: 380px;
  width: 100%;
}

.p-top .sec-salon .btmtxt {
  text-align: center;
  margin-bottom: 30px;
}

.p-top .sec-message .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .sec-message .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-message .inner::before {
  content: "";
  background-image: url(../img/top/message.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38vw;
  height: 17vh;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-message .inner::before {
    top: 15px;
    left: 20px;
  }
}

.p-top .sec-message .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-message .secttl {
    margin-bottom: 20px;
  }
}

.p-top .sec-message .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-top .sec-message .flex {
    display: block;
  }
}

.p-top .sec-message .img {
  border-radius: 10px;
  max-width: 225px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sec-message .img {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.p-top .sec-message .txtarea {
  max-width: 740px;
  width: 100%;
}

.p-top .sec-message .name {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-top .sec-message .name {
    margin-top: 25px;
  }
}

.p-top .sec-contact {
  background-color: #feebee;
}

.p-top .sec-contact .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .p-top .sec-contact .inner {
    padding: 50px 10px;
  }
}

.p-top .sec-contact .txt {
  text-align: center;
  margin-bottom: 30px;
}

/*----------------------------------------------------
 下層共通
----------------------------------------------------*/
.p-low .pagehead {
  background-color: #feebee;
}

.p-low .pagehead .pagettl {
  text-align: center;
}

.p-low .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 70px;
}

@media screen and (max-width: 768px) {
  .p-low .breadcrumb ul {
    padding: 10px 10px 30px;
  }
}

.p-low .breadcrumb ul li {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .p-low .breadcrumb ul li {
    font-size: 13px;
  }
}

.p-low .breadcrumb ul li a {
  color: #202020;
}

.p-low .breadcrumb ul li::after {
  content: ">";
  margin: 0 8px;
}

.p-low .breadcrumb ul li:last-child::after {
  display: none;
}

.p-low .section .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .p-low .section .inner {
    padding: 50px 10px;
  }
}

.p-low .section:first-of-type .inner {
  padding-top: 0;
}

.p-low .secttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-low .secttl {
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
 無料カウンセリング予約
----------------------------------------------------*/
.p-counseling .sec-lead .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ebf8f9;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-lead .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.p-counseling .sec-lead .box .txtarea {
  font-size: 1.6rem;
  line-height: 1.9;
  width: 710px;
  padding: 50px 36px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-lead .box .txtarea {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.3rem;
    width: auto;
    padding: 25px 15px 15px;
  }
}

.p-counseling .sec-lead .box .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #39abb5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-lead .box .ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.p-counseling .sec-form {
  background-color: #feebee;
}

.p-counseling .sec-form .lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form .lead {
    margin-bottom: 20px;
  }
}

.p-counseling .sec-form .box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form .box {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
}

.p-counseling .sec-form .box .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ed759f;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form .box .ttl {
    font-size: 15px;
  }
}

.p-counseling .sec-form .box .txt {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form .box .btn {
    text-align: center;
  }
}

.p-counseling .sec-form .lead02 {
  margin-bottom: 20px;
}

.p-counseling .sec-form .lead02 a {
  text-decoration: underline;
  color: #ed759f;
}

.p-counseling .sec-form form table th, .p-counseling .sec-form form table td {
  background-color: #fff;
  border: 2px solid #feebee;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form form table th, .p-counseling .sec-form form table td {
    display: block;
    padding: 15px;
  }
}

.p-counseling .sec-form form table th {
  background-color: #ed759f;
  font-weight: normal;
  color: #fff;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form form table th {
    width: auto;
  }
}

.p-counseling .sec-form form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-counseling .sec-form form ul li {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form form ul li {
    margin-right: 10px;
  }
}

.p-counseling .sec-form form ul li:last-child {
  margin-right: 0;
}

.p-counseling .sec-form form .input300 {
  border: 1px solid #c6c6c6;
  max-width: 300px;
  width: 100%;
  height: 36px;
  padding: 3px;
}

.p-counseling .sec-form form .input100 {
  border: 1px solid #c6c6c6;
  max-width: 100px;
  width: 100%;
  height: 36px;
  padding: 3px;
}

.p-counseling .sec-form form .input150 {
  border: 1px solid #c6c6c6;
  max-width: 150px;
  width: 100%;
  height: 36px;
  padding: 3px;
}

.p-counseling .sec-form form .date {
  border: 1px solid #c6c6c6;
}

.p-counseling .sec-form form select {
  border: 1px solid #c6c6c6;
}

.p-counseling .sec-form form textarea {
  border: 1px solid #c6c6c6;
  max-width: 500px;
  width: 100% !important;
  height: 170px !important;
  padding: 3px;
}

.p-counseling .sec-form form .kibo:first-child {
  margin-bottom: 30px;
}

.p-counseling .sec-form form .kibo .ttl {
  margin-bottom: 10px;
}

.p-counseling .sec-form form .kome {
  margin-top: 10px;
}

.p-counseling .sec-form form .btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form form .btn {
    margin-top: 20px;
  }
}

.p-counseling .sec-form form .btn button {
  border: none;
  background: transparent;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-counseling .sec-form form .btn img {
    width: 250px;
  }
}

.p-counseling .sec-privacy dl dt {
  font-weight: bold;
  color: #ed759f;
  margin-top: 30px;
}

/*----------------------------------------------------
 送信完了
----------------------------------------------------*/
.p-thanks .sec-thanks .box {
  background-color: #ebf8f9;
  margin-top: 30px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box {
    margin-top: 15px;
    padding: 20px;
  }
}

.p-thanks .sec-thanks .box .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #39abb5;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .ttl {
    font-size: 15px;
  }
}

.p-thanks .sec-thanks .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box ul {
    display: block;
  }
}

.p-thanks .sec-thanks .box .tel span {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .tel span {
    font-size: 21px;
  }
}

.p-thanks .sec-thanks .box .tel a {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  color: #202020;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .tel a {
    font-size: 32px;
    line-height: 1.7;
  }
}

.p-thanks .sec-thanks .box .time {
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-thanks .sec-thanks .box .time {
    font-size: 1.3rem;
    margin-left: 0;
  }
}

/*----------------------------------------------------
 アニメーション
----------------------------------------------------*/
@-webkit-keyframes moving {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.06, 0.94, 1);
    transform: scale3d(1.06, 0.94, 1);
  }
  40% {
    -webkit-transform: scale3d(0.94, 1.06, 1);
    transform: scale3d(0.94, 1.06, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 0.96, 1);
    transform: scale3d(1.04, 0.96, 1);
  }
  65% {
    -webkit-transform: scale3d(0.96, 1.04, 1);
    transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.06, 0.94, 1);
    transform: scale3d(1.06, 0.94, 1);
  }
  40% {
    -webkit-transform: scale3d(0.94, 1.06, 1);
    transform: scale3d(0.94, 1.06, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 0.96, 1);
    transform: scale3d(1.04, 0.96, 1);
  }
  65% {
    -webkit-transform: scale3d(0.96, 1.04, 1);
    transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
