@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
common
========================================================= */
/* =========================================================
kv
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/kv_pc.jpg) no-repeat center;
  background-size: cover;
  height: 600px;
}
@media (max-width: 989px) {
  .kv {
    height: 370px;
    background-size: cover;
  }
}
@media (max-width: 599px) {
  .kv {
    background-position: right calc(50% + 105px) top 0;
  }
}
.kv .wrapper {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 989px) {
  .kv .wrapper {
    padding: 0;
  }
}
.kv .textArea {
  background: rgba(255, 255, 255, 0.4);
  width: 540px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  height: 320px;
  padding: 40px 50px 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 989px) {
  .kv .textArea {
    width: 100%;
    padding: 0 30px;
    height: auto;
    background: none;
    margin: 0 auto;
  }
}
.kv h2 {
  font-size: 6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 989px) {
  .kv h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 200px;
    background: rgba(255, 255, 255, 0.4);
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 10px 0;
  }
}
.kv h2 span {
  display: block;
  font-size: 3rem;
  letter-spacing: 0em;
}
@media (max-width: 989px) {
  .kv h2 span {
    font-size: 1.8rem;
  }
}
.kv .subTitle {
  background-color: #fbd2d1;
  border-radius: 50px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.4;
  padding: 10px 0;
}
@media (max-width: 989px) {
  .kv .subTitle {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}
.kv .scroll {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  z-index: 50;
}
@media (max-width: 989px) {
  .kv .scroll {
    width: 60px;
    font-size: 1.3rem;
    bottom: 0;
  }
}
.kv .scroll a {
  display: block;
  color: #fff;
}
@media (max-width: 989px) {
  .kv .scroll a {
    padding-top: 10px;
  }
}

/* =========================================================
prologue
========================================================= */
.prologue {
  padding: 50px 0;
  background: url(../img/bg_circle.png) top;
  background-size: 14%;
  background-position: top -50% center;
}
@media (max-width: 989px) {
  .prologue {
    background-size: 150px;
    background-position: top -20% center;
    padding: 20px 0;
  }
}
.prologue p {
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 989px) {
  .prologue p {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* =========================================================
problem
========================================================= */
.problem {
  background-color: #f4f4d0;
}
.problemTitle {
  position: relative;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 989px) {
  .problemTitle {
    font-size: 2rem;
  }
}
.problemTitle span {
  font-size: 4rem;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
@media (max-width: 989px) {
  .problemTitle span {
    font-size: 2.6rem;
    padding: 0 3px;
  }
}
.problemTitle span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 90px; /*画像の幅*/
  height: 113px; /*画像の高さ*/
  background: url(../img/bg_balloon.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
@media (max-width: 989px) {
  .problemTitle span::before {
    width: 60px;
    height: 90px;
  }
}
.problemList {
  background: #fff;
  width: 600px;
  margin: 0 auto 80px;
  padding: 40px 120px;
  color: #231506;
  font-size: 1.8rem;
  position: relative;
}
@media (max-width: 989px) {
  .problemList {
    width: 100%;
    padding: 20px;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.problemList li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.problemList li::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_check.png);
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
@media (max-width: 989px) {
  .problemList li::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.problemList .img_problem01 {
  position: absolute;
  width: 59px;
  left: -30px;
  top: -30px;
}
@media (max-width: 989px) {
  .problemList .img_problem01 {
    width: 40px;
    left: -10px;
    top: -50px;
  }
}
.problemList .img_problem02 {
  position: absolute;
  width: 131px;
  right: -70px;
  top: 0;
}
@media (max-width: 989px) {
  .problemList .img_problem02 {
    width: 110px;
    right: -10px;
    bottom: -30px;
    top: auto;
  }
}
.problemList .img_problem03 {
  position: absolute;
  width: 140px;
  left: -60px;
  bottom: -30px;
}
@media (max-width: 989px) {
  .problemList .img_problem03 {
    width: 95px;
    left: -10px;
    bottom: -50px;
  }
}
.problemList .img_problem04 {
  position: absolute;
  width: 60px;
  right: -30px;
  bottom: -20px;
}
@media (max-width: 989px) {
  .problemList .img_problem04 {
    width: 40px;
    right: -10px;
    bottom: -30px;
  }
}
.problemText {
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 989px) {
  .problemText {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* =========================================================
point
========================================================= */
.point {
  text-align: center;
  background: url(../img/bg_circle.png) top;
  background-size: 14%;
  background-position: top -50% center;
}
@media (max-width: 989px) {
  .point {
    background-size: 150px;
    background-position: top -20% center;
  }
}
.pointList {
  margin-bottom: 80px;
}
@media (max-width: 989px) {
  .pointList {
    margin-bottom: 50px;
  }
}
.pointList > h3 {
  font-size: 3.6rem;
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
@media (max-width: 989px) {
  .pointList > h3 {
    font-size: 2.4rem;
    margin: 0 auto 15px;
  }
}
.pointList > h3 .sub {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 989px) {
  .pointList > h3 .sub {
    font-size: 1.6rem;
  }
}
.pointList > h3 .icon_point {
  width: 25px;
  display: inline-block;
  margin-left: 10px;
}
.pointList > h3 .icon_point img {
  vertical-align: text-bottom;
}
.pointList > h3:before {
  position: absolute;
  left: -60px;
  top: 0;
  content: "";
  width: 2px;
  height: 90%;
  background: #231506;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media (max-width: 989px) {
  .pointList > h3:before {
    left: -40px;
    width: 1px;
  }
}
.pointList > h3:after {
  position: absolute;
  content: "";
  right: -60px;
  top: 0;
  width: 2px;
  height: 90%;
  background: #231506;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media (max-width: 989px) {
  .pointList > h3:after {
    right: -40px;
    width: 1px;
  }
}
.pointList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e1e1e1;
  padding: 100px 70px;
}
@media (max-width: 989px) {
  .pointList ul {
    display: block;
    padding: 50px 20px 1px;
  }
}
.pointList ul li {
  background-color: #fff;
  width: 31%;
  border-radius: 12px;
  padding: 60px 15px 30px;
  text-align: center;
  font-size: 2.2rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  position: relative;
}
@media (max-width: 989px) {
  .pointList ul li {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 50px;
    padding: 40px 10px 20px;
  }
}
.pointList ul li .circle {
  background-color: #fbd2d1;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 2.6rem;
  line-height: 1.2;
  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;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 989px) {
  .pointList ul li .circle {
    font-size: 2rem;
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.pointList ul li .circle p {
  border: 2px dashed #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding-top: 12px;
}
@media (max-width: 989px) {
  .pointList ul li .circle p {
    width: 55px;
    height: 55px;
    border: 1px dashed #fff;
    padding-top: 9px;
  }
}
.pointList ul li .circle span {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .pointList ul li .circle span {
    font-size: 1rem;
  }
}
.point .other {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 989px) {
  .point .other {
    width: 100%;
  }
}
.point .other > p {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .point .other > p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.point .other .linkBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point .other .linkBtnWrap div + div {
  margin-left: 20px;
}
.point .space {
  height: 300px;
  background: url(../img/pic_space01.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 989px) {
  .point .space {
    height: 150px;
  }
}

/* =========================================================
beforeafter
========================================================= */
.beforeafter .secTitle {
  margin-bottom: 100px;
}
@media (max-width: 989px) {
  .beforeafter .secTitle {
    margin-bottom: 50px;
  }
}
.beforeafter .secTitle .en {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 989px) {
  .beforeafter .secTitle .en {
    font-size: 4.5rem;
  }
}
.beforeafter .baItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 989px) {
  .beforeafter .baItem {
    display: block;
    margin-bottom: 50px;
  }
}
.beforeafter .baItem:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.beforeafter .baPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 62%;
}
@media (max-width: 989px) {
  .beforeafter .baPhoto {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.beforeafter .baPhoto img {
  width: 100%;
}
.beforeafter .baPhoto .before {
  width: 45%;
}
@media (max-width: 989px) {
  .beforeafter .baPhoto .before {
    width: 100%;
  }
}
.beforeafter .baPhoto .before p:last-child {
  background: #e1e1e1;
  padding: 10px 0;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 989px) {
  .beforeafter .baPhoto .before p:last-child {
    font-size: 1.8rem;
  }
}
.beforeafter .baPhoto .after {
  width: 45%;
}
@media (max-width: 989px) {
  .beforeafter .baPhoto .after {
    width: 100%;
  }
}
.beforeafter .baPhoto .after p:last-child {
  background: #fbd2d1;
  padding: 10px 0;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 989px) {
  .beforeafter .baPhoto .after p:last-child {
    font-size: 1.8rem;
  }
}
.beforeafter .baPhoto .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.beforeafter .baPhoto .arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fbd2d1;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 989px) {
  .beforeafter .baPhoto .arrow::before {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
.beforeafter .baPhoto .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -18px;
  width: 25px;
  height: 25px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 989px) {
  .beforeafter .baPhoto .arrow::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -9px;
    width: 18px;
    height: 18px;
  }
}
.beforeafter .baText {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 989px) {
  .beforeafter .baText {
    width: 100%;
  }
}
.beforeafter .baTextTop > p {
  font-size: 1.6rem;
  color: #231506;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  line-height: 2;
}
@media (max-width: 989px) {
  .beforeafter .baTextTop > p {
    margin-bottom: 20px;
  }
}
.beforeafter .baTextTop span {
  font-weight: bold;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(250, 209, 208)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(250, 209, 208) 50%);
}
.beforeafter .baTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.beforeafter .baTextBottom > p {
  width: 60%;
}
.beforeafter .baTextBottom .balloon {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  margin: 0 0 0 15px;
  padding: 7px 15px;
  font-size: 1.4rem;
  background: #fbd2d1;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.beforeafter .baTextBottom .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fbd2d1;
}
.beforeafter h4 {
  font-size: 2.2rem;
  border-bottom: 2px dashed #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 989px) {
  .beforeafter h4 {
    font-size: 2rem;
    border: none;
    padding-bottom: 0;
  }
}
.beforeafter .other {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 989px) {
  .beforeafter .other {
    width: 100%;
  }
}
.beforeafter .other > p {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .beforeafter .other > p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.beforeafter .other .linkBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.beforeafter .other .linkBtnWrap div + div {
  margin-left: 20px;
}

/* =========================================================
profile
========================================================= */
.profile {
  background: #eddeee;
}
.profile .secTitle .en {
  color: #fff;
}
.profileInner {
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 60px 100px;
}
@media (max-width: 989px) {
  .profileInner {
    padding: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.profileTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dashed #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 989px) {
  .profileTop {
    display: block;
    margin-bottom: 20px;
  }
}
.profileTop .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 989px) {
  .profileTop .flexBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.profileTop .pic_profile {
  width: 207px;
  margin-right: 40px;
}
@media (max-width: 989px) {
  .profileTop .pic_profile {
    width: 40%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.profileTop .pic_profile img {
  border-radius: 50%;
}
.profileTop .profileName {
  font-size: 2.2rem;
  margin-right: 80px;
}
@media (max-width: 989px) {
  .profileTop .profileName {
    width: 50%;
    margin-right: 0;
    font-size: 1.8rem;
  }
}
.profileTop .qualification {
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  color: #231506;
  margin-bottom: 10px;
  line-height: 1.4;
}
.profileTop .qualification span {
  font-size: 1.2rem;
}
@media (max-width: 989px) {
  .profileTop .qualification {
    font-size: 1.4rem;
  }
}
.profileTop .qualification.last {
  margin-bottom: 15px;
}
.profileTop ul li {
  font-size: 1.8rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  line-height: 2.2;
}
@media (max-width: 989px) {
  .profileTop ul li {
    font-size: 1.6rem;
  }
}
.profileBottom {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.8rem;
}
@media (max-width: 989px) {
  .profileBottom {
    font-size: 1.6rem;
  }
}
.profileBottom strong {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(250, 209, 208)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(250, 209, 208) 50%);
}
.profileBottom .red {
  color: #9e272d;
}

/* =========================================================
menu
========================================================= */
.menu {
  background: url(../img/bg_circle.png) top;
  background-size: 14%;
  background-position: top -50% center;
}
@media (max-width: 989px) {
  .menu {
    background-size: 150px;
    background-position: top -20% center;
  }
}
.menu .desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media (max-width: 989px) {
  .menu .desc {
    font-size: 1.6rem;
  }
}
.menu h4 {
  font-size: 2.2rem;
}
@media (max-width: 989px) {
  .menu h4 {
    font-size: 2rem;
  }
}
.menu h5 {
  font-size: 1.8rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  color: #231506;
}
.menu .flexbox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .flexbox02 .area {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .menu .flexbox02 .area {
    font-size: 2rem;
  }
}
.menu .flexbox02 > div {
  width: 48%;
}
@media (max-width: 989px) {
  .menu .flexbox02 > div {
    width: 100%;
  }
}
@media (max-width: 989px) {
  .menu .flexbox02 {
    display: block;
  }
}
.menu .detail {
  background: #e1e1e1;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .menu .detail {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.menu .detail.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 989px) {
  .menu .detail.flexBox {
    display: block;
  }
}
.menu .detailRight {
  background: #fff;
  width: 500px;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2ed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f2f2ed calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 989px) {
  .menu .detailRight {
    width: 100%;
    padding: 15px;
  }
}
.menu .detailRight .sticker {
  background: #fbd2d1;
  position: absolute;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  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;
  left: -40px;
  top: -30px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 989px) {
  .menu .detailRight .sticker {
    width: 100px;
    height: 100px;
    left: -20px;
    top: -40px;
    right: 0;
  }
}
.menu .detailRight .sticker::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  border: 2px dashed #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 989px) {
  .menu .detailRight .sticker::after {
    width: 85px;
    height: 85px;
    border: 1px dashed #fff;
  }
}
.menu .detailRight .sticker span {
  display: block;
  font-size: 2.2rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 989px) {
  .menu .detailRight .sticker span {
    font-size: 1.8rem;
  }
}
@media (max-width: 989px) {
  .menu .detailRightTop {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.menu .detailRight .brackets {
  font-size: 3rem;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(250, 209, 208)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(250, 209, 208) 50%);
}
@media (max-width: 989px) {
  .menu .detailRight .brackets {
    font-size: 2.2rem;
    line-height: 3;
  }
}
.menu .detailRight .arrow {
  text-align: center;
  margin: 10px 0 0;
}
@media (max-width: 989px) {
  .menu .detailRight .arrow {
    margin: 0 auto;
    width: 15px;
  }
}
.menu .detailRightBottom {
  color: #9e272d;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 30px;
  border-bottom: double 7px #9e272d;
}
@media (max-width: 989px) {
  .menu .detailRightBottom {
    font-size: 1.6rem;
    margin-top: 10px;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.menu .detailRightBottom strong .num {
  font-size: 4rem;
}
@media (max-width: 989px) {
  .menu .detailRightBottom strong .num {
    font-size: 3.4rem;
  }
}
.menu .num {
  font-size: 3rem;
  padding: 0 5px;
}
@media (max-width: 989px) {
  .menu .num {
    font-size: 2.6rem;
  }
}
.menu .price {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .menu .price {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.menu .price > p:first-child {
  margin-right: 20px;
  width: 115px;
}
@media (max-width: 989px) {
  .menu .price > p:first-child {
    width: 106px;
  }
}
.menu .price .brackets {
  margin-right: 10px;
}
@media (max-width: 989px) {
  .menu .price .brackets {
    display: block;
    margin-top: 10px;
  }
}
.menu .note {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .menu .note {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.menuBottom {
  margin-bottom: 50px;
}
@media (max-width: 989px) {
  .menuBottom {
    position: relative;
    margin-bottom: 0;
  }
}
.menuBottom .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 989px) {
  .menuBottom .flexBox {
    display: block;
  }
}
.menuBottomLeft {
  width: 55%;
}
@media (max-width: 989px) {
  .menuBottomLeft {
    width: 100%;
  }
}
.menuBottomLeft .area {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .menuBottomLeft .area {
    font-size: 2rem;
  }
}
.menuBottomRight {
  width: 35%;
  margin-top: -200px;
  margin-right: 85px;
}
@media (max-width: 989px) {
  .menuBottomRight {
    width: 100%;
    margin-top: 20px;
  }
}
.menuBottomRight img {
  border-radius: 50%;
}
@media (max-width: 989px) {
  .menuBottomRight img {
    border-radius: 0;
  }
}
.menu .other {
  width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 989px) {
  .menu .other {
    width: 100%;
  }
}
.menu .other > p {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 989px) {
  .menu .other > p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.menu .other .linkBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu .other .linkBtnWrap div + div {
  margin-left: 20px;
}

/* =========================================================
voice
========================================================= */
.voice {
  background: #d2ecd8;
}
.voice .secTitle .en {
  color: #fff;
}
.voiceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 989px) {
  .voiceList {
    display: block;
  }
}
.voiceItem {
  background-color: #fff;
  padding: 30px;
  width: 48%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .voiceItem {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.voiceItem:first-child {
  margin-bottom: 4%;
}
@media (max-width: 989px) {
  .voiceItem:first-child {
    margin-bottom: 20px;
  }
}
.voiceItem:nth-child(2) {
  margin-bottom: 4%;
}
@media (max-width: 989px) {
  .voiceItem:nth-child(2) {
    margin-bottom: 20px;
  }
}
.voiceName {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.voice .space {
  height: 300px;
  background: url(../img/pic_space02.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 989px) {
  .voice .space {
    height: 150px;
  }
}

/* =========================================================
contact
========================================================= */
.contact {
  background: url(../img/bg_circle.png) top;
  background-size: 14%;
  background-position: top -50% center;
}
@media (max-width: 989px) {
  .contact {
    background-size: 150px;
    background-position: top -20% center;
  }
}
.contactInner {
  background-color: #eddeee;
  padding: 40px;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 989px) {
  .contactInner {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.contactInnerWrap {
  border: 3px solid #fff;
  padding: 60px 20px;
}
@media (max-width: 989px) {
  .contactInnerWrap {
    padding: 20px 10px;
    border: 2px solid #fff;
  }
}
.contact table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .contact table {
    border-spacing: 10px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 989px) {
  .contact table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 989px) {
  .contact table tr {
    display: block;
    width: 100%;
  }
}
.contact table tr th {
  width: 30%;
  text-align: left;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  color: #231506;
  vertical-align: top;
}
@media (max-width: 989px) {
  .contact table tr th {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact table tr th .r {
  background: #9e272d;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
}
.contact table tr td {
  width: 70%;
}
@media (max-width: 989px) {
  .contact table tr td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact table tr td input {
  border: none;
  width: 90%;
  height: 50px;
  padding: 0 5%;
  font-size: 1.6rem;
}
.contact table tr td input::-webkit-input-placeholder {
  color: #bbb;
}
.contact table tr td input::-moz-placeholder {
  color: #bbb;
}
.contact table tr td input:-ms-input-placeholder {
  color: #bbb;
}
.contact table tr td input::-ms-input-placeholder {
  color: #bbb;
}
.contact table tr td input::placeholder {
  color: #bbb;
}
.contact table tr td textarea {
  border: none;
  width: 90%;
  height: 200px;
  padding: 20px 5% 0;
  font-size: 1.6rem;
}
.contact table tr td textarea::-webkit-input-placeholder {
  color: #bbb;
}
.contact table tr td textarea::-moz-placeholder {
  color: #bbb;
}
.contact table tr td textarea:-ms-input-placeholder {
  color: #bbb;
}
.contact table tr td textarea::-ms-input-placeholder {
  color: #bbb;
}
.contact table tr td textarea::placeholder {
  color: #bbb;
}
.contact .submitWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .submitBtn {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 989px) {
  .contact .submitBtn {
    margin-bottom: 15px;
    height: 60px;
  }
}
@media (min-width: 990px) {
  .contact .submitBtn:hover input {
    background: #ddd;
  }
}
.contact .submitBtn input {
  width: 230px;
  text-align: center;
  background: #e1e1e1;
  border: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: 70px;
  color: #231506;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .contact .submitBtn input {
    height: 60px;
    margin: 0 auto;
  }
}
@media (min-width: 990px) {
  .contact .submitBtn:hover {
    background: #ddd;
  }
}
.contact .submitBtn::before {
  content: "";
  position: absolute;
  border: 2px dashed #fff;
  text-align: center;
  display: block;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 40px;
}
@media (max-width: 989px) {
  .contact .submitBtn::before {
    border: 1px dashed #fff;
  }
}
.contact .resetBtn {
  text-align: center;
  margin-top: 15px;
}
.contact .resetBtn input {
  border: none;
  background: none;
  border-bottom: 1px dashed #231506;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #231506;
}
.contact .resetBtn input:hover {
  opacity: 0.6;
}

/* =========================================================
specialOffer
========================================================= */
.specialOffer {
  position: fixed;
  display: block;
  width: 360px;
  bottom: 30px;
  right: 50px;
  padding: 1em; /*内側余白*/
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(249, 232, 229)), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(251, 238, 234, 0.5)), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, rgb(249, 232, 229) 50%, transparent 50%), linear-gradient(rgba(251, 238, 234, 0.5) 50%, transparent 50%); /* チェック色 */
  background-size: 15px 15px; /* チェックのサイズ */
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media (max-width: 989px) {
  .specialOffer {
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    width: 300px;
    padding: 10px;
  }
}
.specialOfferInner {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
}
@media (max-width: 989px) {
  .specialOfferInner {
    padding: 10px 5px 0px 5px;
  }
}
.specialOfferInner .sticker {
  position: absolute;
  width: 180px;
  top: 0px;
  left: 0px;
}
@media (max-width: 989px) {
  .specialOfferInner .sticker {
    width: 150px;
  }
}
.specialOfferInner .sticker img {
  width: 100%;
  height: auto;
}
.specialOfferTop {
  line-height: 1.4;
}
.specialOfferTop p:nth-child(2) {
  margin-top: 10px;
}
.specialOffer .brackets {
  font-size: 1.6rem;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(250, 209, 208)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(250, 209, 208) 50%);
}
@media (max-width: 989px) {
  .specialOffer .brackets {
    font-size: 1.4rem;
    line-height: 3;
  }
}
.specialOffer .arrow {
  text-align: center;
  width: 15px;
  margin: 10px auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 989px) {
  .specialOffer .arrow {
    width: 30px;
    padding: 10px;
  }
}
.specialOfferBottom {
  color: #9e272d;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: double 5px #9e272d;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}
@media (max-width: 989px) {
  .specialOfferBottom {
    font-size: 1.4rem;
    padding: 0;
  }
}
.specialOfferBottom strong .num {
  font-size: 2.2rem;
}
@media (max-width: 989px) {
  .specialOfferBottom strong .num {
    font-size: 1.8rem;
  }
}
.specialOffer .num {
  font-size: 1.8rem;
}
@media (max-width: 989px) {
  .specialOffer .num {
    font-size: 1.5rem;
  }
}
.specialOffer .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 989px) {
  .specialOffer .flexBox {
    margin-top: -17px;
  }
}
.specialOffer .close {
  font-size: 2rem;
  background: #e1e1e1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}

/* =========================================================
modal
========================================================= */
/* =========================================================
confirm
========================================================= */
.confirm {
  background: url(../img/bg_circle.png) top;
  background-size: 14%;
  background-position: top -50% center;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 989px) {
  .confirm {
    background-size: 150px;
    background-position: top -20% center;
    margin-top: 55px;
  }
}
.confirm .kvConfirm {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/kv_confirm.jpg) no-repeat center;
  background-size: cover;
  height: 300px;
}
@media (max-width: 989px) {
  .confirm .kvConfirm {
    height: 200px;
    background-size: cover;
  }
}
.confirm #formWrap {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .confirm #formWrap {
    font-size: 1.6rem;
    width: 100%;
    padding: 20px;
  }
}
.confirm h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 989px) {
  .confirm h3 {
    font-size: 2rem;
  }
}
.confirm form {
  background: #eddeee;
  padding: 50px;
  margin-top: 50px;
}
@media (max-width: 989px) {
  .confirm form {
    padding: 20px;
    margin-top: 30px;
  }
}
.confirm .formTable {
  width: 100%;
  text-align: left;
}
@media (max-width: 989px) {
  .confirm .formTable tbody {
    display: block;
  }
}
.confirm .formTable tbody tr {
  border-bottom: 2px dashed #fff;
}
@media (max-width: 989px) {
  .confirm .formTable tbody tr {
    display: block;
  }
}
.confirm .formTable tbody tr th {
  padding: 13px;
  width: 220px;
  font-weight: bold;
}
@media (max-width: 989px) {
  .confirm .formTable tbody tr th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.confirm .formTable tbody tr td {
  padding: 13px;
}
@media (max-width: 989px) {
  .confirm .formTable tbody tr td {
    display: block;
  }
}
.confirm table + p {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 989px) {
  .confirm table + p {
    display: block;
    margin-top: 30px;
  }
}
.confirm .submitBtn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 989px) {
  .confirm .submitBtn {
    display: block;
    margin-bottom: 15px;
    height: 60px;
  }
}
@media (min-width: 990px) {
  .confirm .submitBtn:hover input {
    background: #ddd;
  }
}
.confirm .submitBtn input {
  width: 230px;
  text-align: center;
  background: #e1e1e1;
  border: none;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: 70px;
  color: #231506;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.6rem;
}
@media (max-width: 989px) {
  .confirm .submitBtn input {
    height: 60px;
  }
}
.confirm .submitBtn::before {
  content: "";
  position: absolute;
  border: 2px dashed #fff;
  text-align: center;
  display: block;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 40px;
}
@media (max-width: 989px) {
  .confirm .submitBtn::before {
    border: 1px dashed #fff;
  }
}
.confirm label + label {
  margin-left: 20px;
}
@media (max-width: 989px) {
  .confirm label + label {
    margin-left: 0;
  }
}

/* =========================================================
thanks
========================================================= */
.thanks {
  background: url(../img/bg_circle.png) top;
  background-size: 14%;
  background-position: top -50% center;
  text-align: center;
}
@media (max-width: 989px) {
  .thanks {
    background-size: 150px;
    background-position: top -20% center;
  }
}
.thanks .kvContact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/kv_contact.jpg) no-repeat center;
  background-size: cover;
  height: 300px;
}
@media (max-width: 989px) {
  .thanks .kvContact {
    height: 200px;
    background-size: cover;
  }
}
.thanks .textBlock h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 989px) {
  .thanks .textBlock h3 {
    font-size: 2rem;
  }
}
.thanks .textBlock > p {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media (max-width: 989px) {
  .thanks .textBlock > p {
    text-align: left;
  }
}
.thanks .linkBtn {
  margin: 0 auto;
}
@media (max-width: 989px) {
  .thanks .linkBtn {
    margin-bottom: 30px;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}/*# sourceMappingURL=top.css.map */