@charset "UTF-8";
.text-primary {
  color: #ff8558;
}

@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body {
  color: #000;
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo', '游ゴシック', 'YuGothic', 'ＭＳ Ｐゴシック', 'Roboto', 'Droid Sans', sans-serif;
  line-height: 2.2;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 991px) {
  body {
    line-height: 1.4;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
  font-weight: bold;
}

.bgColored {
  background: #fcefde;
}

.bgColored_weak {
  background: #fdf7ef;
}

hr.colored {
  border-top-color: #ff8558;
}

.section-content_border {
  margin-top: 50px;
  padding: 20px;
  border: solid 3px #ff8558;
  border-radius: 10px;
}

.section-title_border {
  margin-top: -44px;
  margin-bottom: 40px;
  text-align: center;
}

.section-title_border span {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 50%;
  border: solid 3px #ff8558;
  border-radius: 30px;
  background: #fff;
  color: #ff8558;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 991px) {
  .section-title_border span {
    width: 85%;
    font-size: 18px;
  }
}

a[href^="tel:"] {
  cursor: default;
}

#lp .header {
  margin-bottom: 20px;
}

#lp .header-content {
  padding-top: 20px;
}

@media (min-width: 992px) {
  #lp .header-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  #lp .header-content {
    padding-top: 20px;
    text-align: center;
  }
}

#lp .header-logo {
  margin: 0;
}

#lp .header-logo img {
  width: auto;
  height: 70px;
}

#lp .header-address {
  margin: 0;
  padding-top: 10px;
}

#lp .header-address img {
  height: 50px;
}

@media (max-width: 991px) {
  #lp .header-address img {
    width: auto;
    height: 40px;
  }
}

#lp .totop {
  text-align: center;
  background: #fcefde;
}

#lp .totop a {
  color: #fff;
}

#lp .totop-inner {
  width: 225px;
  height: 43px;
  padding-top: 10px;
  background: url("/_assets-lp/img/totop-bg.png");
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #lp .totop-inner {
    margin-top: -60px;
  }
}

#lp .totop-btn {
  font-size: 20px;
}

#lp .footer {
  background: #fd9168;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

#lp .footer a {
  color: #fff;
}

#lp .footer p {
  margin-bottom: 0;
}

#lp .footer-content_adjust {
  position: relative;
}

@media (max-width: 991px) {
  #lp .footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #lp .footer-social {
    padding: 25px 0;
  }
}

@media (min-width: 992px) {
  #lp .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #lp .footer-legal {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  #lp .footer-copyright {
    position: absolute;
    bottom: 15px;
  }
}

@media (max-width: 991px) {
  #lp #main section {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  #lp #main section {
    padding: 80px 0;
  }
}

#lp #main .section_title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-top: 20px;
}

#lp #main .section_title span {
  display: block;
  position: relative;
  top: -65px;
  color: #ff8558;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Helvetica Neue',Arial, sans-serif;
}

#lp .problem {
  padding-top: 0 !important;
  margin-bottom: 40px;
}

#lp .proposal {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  #lp .proposal {
    padding-top: 20px;
  }
}

#lp .proposal-title {
  margin-top: 0 !important;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  #lp .proposal-title {
    margin-bottom: 40px;
  }
}

#lp .proposal-title_sub {
  margin-top: 0 !important;
  color: #ff8558;
  text-align: center;
}

@media (min-width: 992px) {
  #lp .proposal-title_sub {
    margin-bottom: 60px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  #lp .proposal-title_sub {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  #lp .proposal-primary {
    margin-bottom: 40px;
  }
  #lp .proposal-primary p {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #lp .proposal-primary {
    margin-bottom: 20px;
  }
}

#lp .proposal-secondary_title {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 991px) {
  #lp .proposal-secondary_title {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  #lp .proposal-secondary p {
    margin-bottom: 20px;
  }
}

#lp .service {
  padding-bottom: 0 !important;
  margin-bottom: -15px;
  position: relative;
}

#lp .service-header {
  position: relative;
  z-index: 100;
  padding-top: 260px;
}

@media (max-width: 991px) {
  #lp .service-header {
    padding-top: 20px;
  }
}

#lp .service-header_title {
  margin-top: 0;
  margin-bottom: 75px;
  color: #fff;
  text-shadow: #ff5b0f 2px 2px 0, #ff5b0f -2px -2px 0, #ff5b0f -2px 2px 0, #ff5b0f 2px -2px 0, #ff5b0f 0 2px 0, #ff5b0f -2px 0, #ff5b0f -2px 0 0, #ff5b0f 2px 0 0;
  font-size: 90px;
  font-family: 'Concert One', cursive;
  line-height: 1;
}

@media (max-width: 991px) {
  #lp .service-header_title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
  }
}

#lp .service-primary_title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff8558;
  line-height: 1.2;
}

@media (max-width: 991px) {
  #lp .service-primary_title {
    font-size: 24px;
  }
}

#lp .service-primary_content p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #lp .service-primary_figure {
    margin-top: 4em;
  }
}

#lp .service-kv {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  background: url("/_assets-lp/img/service-image.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #lp .service-kv {
    height: 200px;
    background-position: top center;
    background-size: cover;
  }
}

#lp .voice-content_text::-webkit-scrollbar {
  width: 5px;
  background: #f0f0f0;
}

#lp .voice-content_text::-webkit-scrollbar-thumb {
  background-color: #ff8558;
}

#lp .voice-primary {
  margin-top: 100px;
}

#lp .voice-content {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

@media (max-width: 991px) {
  #lp .voice-content {
    margin-bottom: 100px;
  }
  #lp .voice-content.last {
    margin-bottom: 0;
  }
}

#lp .voice-content_face {
  margin-top: -80px;
  margin-bottom: 20px;
  text-align: center;
}

#lp .voice-content_face.icon {
  display: table;
  position: relative;
  z-index: 9990;
  margin-right: auto;
  margin-left: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff8558;
}

#lp .voice-content_face.icon .glyphicon {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-size: 60px;
}

#lp .voice-content_face.photo img {
  max-width: 100px;
  border-radius: 50%;
}

#lp .voice-content_name {
  text-align: center;
}

#lp .voice-content_prof {
  padding: 25px 0;
  border-top: solid 2px #dbdbdb;
  border-bottom: solid 2px #dbdbdb;
  text-align: center;
  font-weight: normal;
}

#lp .voice-content_text {
  overflow-y: auto;
  height: 280px;
  padding-right: 5px;
}

#lp .voice-content_text p:last-of-type,
#lp .voice-content_text ul:last-of-type {
  margin-bottom: 0;
}

#lp .voice-content_text p:last-of-type,
#lp .voice-content_text ul:last-of-type {
  margin-bottom: 0;
}

#lp .price {
  padding-bottom: 0 !important;
}

#lp .price-header_lead {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #lp .price-primary .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
}

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

#lp .price-primary_attention {
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #lp .price-primary_attention {
    margin-right: -40px;
  }
}

#lp .price-primary_attention ul {
  padding-left: 20px;
}

#lp .price-primary_attention li {
  margin-bottom: 1em;
}

#lp .visit {
  padding-top: 0 !important;
}

#lp .visit-header_lead {
  margin-top: 15px;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.8;
}

@media (max-width: 991px) {
  #lp .visit-header_lead {
    margin-bottom: 20px;
    text-align: left;
  }
}

#lp .visit-area_content {
  margin-top: 50px;
}

@media (max-width: 991px) {
  #lp .visit-area_content {
    margin-top: 30px;
  }
}

#lp .visit-area_title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 991px) {
  #lp .visit-area_title {
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }
}

#lp .visit-area_title_sup {
  display: block;
  font-weight: normal;
  font-size: 18px;
}

@media (max-width: 991px) {
  #lp .visit-area_details {
    font-size: 14px;
  }
  #lp .visit-area_details dl {
    margin-bottom: 0;
  }
  #lp .visit-area_details dd {
    margin-bottom: 1em;
  }
  #lp .visit-area_details dd:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #lp .visit-area_details {
    margin-bottom: 0;
    margin-left: -20px;
  }
  #lp .visit-area_details dt {
    width: 6em;
    margin-bottom: 7px;
    text-align: left;
    font-weight: normal;
  }
  #lp .visit-area_details dt:before {
    content: '・';
  }
  #lp .visit-area_details dd {
    margin-left: 6.5em;
    margin-bottom: 7px;
  }
}

#lp .visit-attention {
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  #lp .visit-attention {
    font-size: 12px;
  }
}

#lp .visit-attention_list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.8;
}

#lp .visit-attention_list li:before {
  padding-right: 3px;
  content: '※';
}

#lp .profile-header {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  #lp .profile-header {
    margin-bottom: 20px;
  }
}

#lp .profile-primary .content-title {
  margin-bottom: 0;
  font-weight: bold;
}

#lp .profile-primary .content-title span {
  padding-left: .5em;
  font-size: 14px;
}

#lp .profile-primary .content-title_sup {
  font-weight: bold;
  line-height: 1.7;
}

#lp .profile-primary .content-career {
  margin-top: 40px;
}

@media (max-width: 991px) {
  #lp .profile-primary .content-career {
    margin-bottom: 30px;
  }
}

#lp .profile-primary .content-career_list li {
  line-height: 2;
}

@media (max-width: 991px) {
  #lp .profile-primary .content-career_list {
    font-size: 13px;
  }
  #lp .profile-primary .content-career_list li {
    margin-left: 1em;
    padding-bottom: 7px;
    text-indent: -1.3em;
  }
  #lp .profile-primary .content-career_list li:before {
    content: '・';
  }
}

#lp .profile-primary .content-career_list li:before {
  padding-right: .2em;
  content: '●';
}

#lp .profile-content_title {
  margin-top: 0;
  margin-bottom: 40px;
  color: #ff8558;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 991px) {
  #lp .profile-content_title {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

#lp .profile-content_text p {
  margin-bottom: 20px;
}

#lp .contact-header_title {
  margin-bottom: 35px;
  color: #ff8558;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-top: 15px;
}

@media (max-width: 991px) {
  #lp .contact-header_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#lp .contact-header_lead {
  text-align: center;
}

@media (max-width: 991px) {
  #lp .contact-header_lead {
    text-align: left;
    line-height: 1.8;
  }
}

#lp .contact-header_lead .deco {
  display: block;
  margin: 20px auto 55px;
  width: 7%;
  height: 2px;
  background: #ff8558;
}

@media (max-width: 991px) {
  #lp .contact-header_lead .deco {
    width: 30%;
  }
}

#lp .info {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  #lp .info {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  #lp .info-content_skdl {
    margin-bottom: 20px;
  }
  #lp .info-content_tel {
    margin-bottom: 20px;
  }
  #lp .info-content_reserve {
    text-align: center;
  }
}

@media (min-width: 992px) {
  #lp .info-content_tel {
    position: absolute;
    bottom: 20%;
  }
  #lp .info-content_tel .act-tel_img {
    margin-bottom: 20px;
  }
  #lp .info-content_reserve {
    position: absolute;
    right: 15px;
    bottom: 25%;
  }
  #lp .info-content_adjust {
    position: relative;
  }
}

#lp .info-content_skdl {
  margin-top: -30px;
}

.seminar.voice-content {
  margin-bottom: 30px;
}

.seminar.voice-content .voice-content_name {
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: solid 2px #dbdbdb;
  margin-bottom: 25px;
}

.seminar.voice-content .voice-content_text {
  min-height: 220px;
  max-height: 220px;
}

@media (min-width: 1200px) {
  .seminar.voice-content .voice-content_text {
    min-height: 280px;
    max-height: 280px;
  }
}

.seminar.voice-content .voice-content_text dt {
  letter-spacing: initial;
  padding-bottom: 5px;
  padding-bottom: 0;
  color: #fc8957;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
}

.seminar.voice-content .voice-content_text dd {
  margin-bottom: 0;
  line-height: 1.8;
}

.seminar.voice-content .voice-content_text dd + dt {
  margin-top: 25px;
}

.seminar-problem {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.seminar-secondary {
  padding-bottom: 80px;
}

.seminar-secondary_title {
  font-size: 16px;
  font-weight: normal;
}

.seminar-secondary_sup {
  color: #ff6725;
  font-weight: bold;
  margin-bottom: 30px;
}

.seminar-secondary_text {
  margin-bottom: 20px;
}
