@charset "UTF-8";

/*----------------------------------------
coaching
----------------------------------------*/
/*----------------------------------------
Variables
----------------------------------------*/
/* # Color */
/* # Shadow */
/* # Hover */
/* # Font Family */
/* # Font Weight */
/* # Width */
/* # Height */
/* # Padding */
/* # Easing */
/* #icomoon */
@media screen and (max-width: 767px) {
  .page-content .read {
    padding: 70px 0 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content .read {
    padding: 150px 0 140px 0;
  }
}

.page-content .lc-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
          align-items: center;
}

.page-content .lc-contact p {
  text-align: center;
}

.page-content .lc-contact .text-notice {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .page-content .lc-contact .text-notice {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .page-content .lc-contact .text-notice {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .page-content .lc-contact .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
    width: 100%;
    margin-top: 35px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .page-content .lc-contact .btn-wrap {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .page-content .head-bg {
    background: #e7eef5;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-bg {
    background: -webkit-linear-gradient(top, #e7eef5 0%, #e7eef5 120px, #f9f9f9 121px, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e7eef5 0%, #e7eef5 120px, #f9f9f9 121px, #f9f9f9 100%);
  }
}

@media screen and (max-width: 767px) {
  .page-content article.solution {
    padding: 0px 0 90px 0;
    background: url("../../images/coaching/solution_bg_sp.jpg") no-repeat bottom center/100% 360px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.solution {
    padding: 0px 0 160px 0;
    background: url("../../images/coaching/solution_bg.jpg") no-repeat bottom center/100% 410px;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.solution .head-com {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.solution .head-com {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.feature .head {
    padding: 70px 0 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.feature .head {
    padding: 150px 0 70px 0;
  }
}

.page-content article.feature .feature-content {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-content article.feature .feature-content img {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-content article.feature .feature-content .btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.page-content article.feature .feature-content .btn-wrap .modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-content article.feature .feature-content .btn-wrap .modal-btn {
    height: 25%;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(2) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(4) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(6) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(7) {
    border-bottom: none;
    border-left: 2px solid #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-content article.feature .feature-content .btn-wrap .modal-btn {
    height: 25%;
    padding: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(2) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(4) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(6) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(7) {
    border-bottom: none;
    border-left: 2px solid #fff;
  }
}

@media screen and (min-width: 1025px) {
  .page-content article.feature .feature-content .btn-wrap .modal-btn {
    height: 50%;
    padding: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(4) {
    border-right: none;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(5) {
    border-left: 2px solid #fff;
  }
  .page-content article.feature .feature-content .btn-wrap .modal-btn:nth-child(n + 5) {
    border-bottom: none;
  }
}

.page-content article.feature .feature-content .btn-wrap .modal-btn:hover {
  background: #1d1d1d;
  -webkit-transition: 1s;
  transition: 1s;
}

.page-content article.feature .feature-content .btn-wrap .modal-btn span {
  line-height: 2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-content article.feature .feature-content .btn-wrap .modal-btn span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.feature .feature-content .btn-wrap .modal-btn span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.step .head {
    padding: 70px 0 35px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.step .head {
    padding: 150px 0 70px 0;
  }
}

.page-content article.step .box {
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .page-content article.step .lc-contact.lc-contact__step {
    margin: 30px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.step .lc-contact.lc-contact__step {
    margin: 70px 0 160px 0;
  }
}

.page-content article.result {
  position: relative;
}

.page-content article.result:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .page-content article.result:before {
    height: 460px;
    background: url("../../images/coaching/results_bg_sp.jpg") no-repeat top center/cover;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.result:before {
    height: 420px;
    background: url("../../images/coaching/results_bg.jpg") no-repeat top center/cover;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.result .head {
    padding: 70px 0 35px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.result .head {
    padding: 150px 0 40px 0;
  }
}

.page-content article.result .head .head-com {
  color: #fff;
}

.page-content article.result .head .head-com:after {
  background: #fff;
}

.page-content article.result .inner-lc-result {
  position: relative;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 767px) {
  .page-content article.result .inner-lc-result {
    padding: 0px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.result .inner-lc-result {
    padding: 0px 0 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.result .inner-lc-result {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.result .inner-lc-result {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .page-content article.result .inner-lc-result {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .page-content article.result .inner-lc-result {
    padding-right: 160px;
    padding-left: 160px;
  }
}

.page-content article.flow {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-content article.flow {
    padding: 70px 0 0px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.flow {
    padding: 240px 0 0px 0;
  }
}

.page-content article.flow:before, .page-content article.flow:after {
  position: absolute;
  content: "";
}

.page-content article.flow:before {
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7eef5;
}

.page-content article.flow:after {
  z-index: -1;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .page-content article.flow:after {
    width: calc(100% - 20px);
    height: calc(100% - 74px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-content article.flow:after {
    width: calc(100% - 40px);
    height: calc(100% - 120px);
  }
}

@media screen and (min-width: 1025px) {
  .page-content article.flow:after {
    width: calc(100% - 290px);
    height: calc(100% - 120px);
  }
}

@media screen and (max-width: 767px) {
  .page-content article.flow .head-com {
    padding: 50px 0 0px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-content article.flow .head-com {
    margin: 0px 0 45px 0;
  }
}

@media screen and (min-width: 1025px) {
  .page-content article.flow .head-com {
    margin: 25px 0 45px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.worry {
    padding: 80px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.worry {
    padding: 150px 0 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.worry .head-com {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.worry .head-com {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.worry .lc-contact {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.worry .lc-contact {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.price {
    padding: 80px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.price {
    padding: 150px 0 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.price .head-com {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.price .head-com {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-content article.price .lc-contact {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .page-content article.price .lc-contact {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=../maps/page/coaching.css.map */
