.hero {
  background-size: cover;
  background-position: 24% bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .hero {
    background-position: 32% top;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.hero .btn {
  text-shadow: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .hero .btn {
    font-size: 14px;
  }
}
.hero__home {
  background-position: right bottom;
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__home {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__home {
    background-position: 32% top;
    background-repeat: no-repeat;
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 200px 0 140px;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width:992px) {
  .hero__inner {
    text-align: center;
    padding: 280px 0;
  }
}
.hero__inner .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width:576px) {
  .hero__inner .container {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .hero__inner .container {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .hero__inner .container {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .hero__inner .container {
    max-width: 1240px;
  }
}
.hero__content {
  margin: 0 auto;
}
.hero__copy__jp {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  color: #9c7f4b;
  font-weight: 300;
}
@media screen and (min-width: 360px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__copy__jp {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.hero__title {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .hero__title {
    font-size: 88px;
  }
}
@media screen and (min-width:768px) {
  .hero__title {
    font-size: 150px;
  }
}
@media screen and (min-width:992px) {
  .hero__title {
    display: block;
    font-size: 150px;
  }
}
.hero__description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 360px) {
  .hero__description {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__description {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.hero__circles {
  display: flex;
  justify-content: center;
}
.hero__circles:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.hero__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 5px;
  font-size: 12px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
@media screen and (min-width:992px) {
  .hero__circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.hero__boxes {
  justify-content: center;
}
.hero__boxes > div {
  margin-bottom: 0.5rem;
}
.hero__box {
  width: 100%;
  height: auto;
  line-height: 1.2;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
  border: 1px dotted #ddd;
  font-size: 12px;
}
.hero__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.hero__page {
  padding: 150px 0 100px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width:992px) {
  .hero__page {
    padding: 170px 0 120px;
  }
}
.hero__page.img-hero1 {
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero1 {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero1 {
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__page.img-hero4 {
  background-image: url(../images/mobile/home/hero-4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero4 {
    background-image: url(../images/mobile/home/hero-4.jpg@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero4 {
    background-image: url(../images/home/hero-4.jpg);
  }
}
.hero__page__inner {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 100px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 1;
  color: #fff;
}
.hero__page__inner.is-secoundary {
  background-color: rgba(156, 127, 75, 0.6);
  border: 1px solid #9c7f4b;
}
.hero__page__title {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  font-weight: 200 !important;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .hero__page__title {
    font-size: 28px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__title {
    font-size: 34px;
  }
}
.hero__page__copy_jp {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 360px) {
  .hero__page__copy_jp {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__copy_jp {
    font-size: 20px;
  }
}
@media screen and (min-width:992px) {
  .hero__page__copy_jp {
    font-size: 18px;
  }
}
.hero__page .btn {
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
}
@media screen and (min-width: 360px) {
  .hero__page .btn {
    font-size: 14px;
  }
}
.hero__page__login {
  margin-top: 1rem;
}
.hero__promise {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #9D7D4A;
  text-align: center;
  text-shadow: #fff 1px 0 3px;
  text-shadow: 0 0 2px rgba(157, 125, 74, 0.1), 0 1px 1px rgba(157, 125, 74, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:992px) {
  .hero__promise {
    font-size: 40px;
  }
}

.flexitem {
  align-items: center;
  margin-bottom: 3rem;
}
.flexitem > div {
  margin-bottom: 1rem;
}
.flexitem p {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width:992px) {
  .flexitem p {
    font-size: 13px;
  }
}
.flexitem__headline {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width:992px) {
  .flexitem__headline {
    font-size: 1.25rem;
  }
}
.flexitem img.rounded {
  border-radius: 0.25rem;
}

.counseling__concept .img-ratio-10 {
  aspect-ratio: 1;
}
.counseling__concept .img-ratio-15 {
  aspect-ratio: 1.5;
}
.counseling__lessons {
  justify-content: center;
  margin-bottom: 3rem;
}
.counseling__lessons__item {
  margin-bottom: 1rem;
}
.counseling__lessons__item:nth-of-type(1) a {
  background-image: url(../images/mobile/staff.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .counseling__lessons__item:nth-of-type(1) a {
    background-image: url(../images/staff.jpg);
  }
}
@media screen and (min-width:992px) {
  .counseling__lessons__item:nth-of-type(1) a {
    background-image: url(../images/staff.jpg);
  }
}
.counseling__lessons__item:nth-of-type(2) a {
  background-image: url(../images/mobile/lesson01.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .counseling__lessons__item:nth-of-type(2) a {
    background-image: url(../images/lesson01.jpg);
  }
}
@media screen and (min-width:992px) {
  .counseling__lessons__item:nth-of-type(2) a {
    background-image: url(../images/lesson01.jpg);
  }
}
.counseling__lessons__item:nth-of-type(3) a {
  background-image: url(../images/mobile/lesson02.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .counseling__lessons__item:nth-of-type(3) a {
    background-image: url(../images/lesson02.jpg);
  }
}
@media screen and (min-width:992px) {
  .counseling__lessons__item:nth-of-type(3) a {
    background-image: url(../images/lesson02.jpg);
  }
}
.counseling__lessons__item:nth-of-type(4) a {
  background-image: url(../images/mobile/lesson03.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .counseling__lessons__item:nth-of-type(4) a {
    background-image: url(../images/lesson03.jpg);
  }
}
@media screen and (min-width:992px) {
  .counseling__lessons__item:nth-of-type(4) a {
    background-image: url(../images/lesson03.jpg);
  }
}
.counseling__about {
  margin-bottom: 4rem;
  justify-content: center;
}
.counseling__about__inner {
  text-align: center;
}
.counseling__about__inner .roundBox {
  padding: 2rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
}
.counseling__nouse {
  align-items: flex-start !important;
}
.counseling__nouse h4 {
  font-weight: 700;
}
.counseling__nouse .strong {
  font-weight: 700;
}
.counseling__nouse p {
  font-size: 14px;
}
@media screen and (min-width:992px) {
  .counseling__nouse p {
    font-size: 16px;
  }
}
.counseling__flow .roundBox {
  display: block;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.counseling__flow .roundBox ol {
  padding-left: 2.5rem;
}
.counseling__flow h4 {
  text-align: center;
}
.counseling__flow h5, .counseling__flow p {
  text-align: left;
}
.counseling__target__title {
  font-weight: 700;
  margin: 1.5rem 0 3rem;
}
.counseling__target__content h4 {
  font-weight: 700;
}
.counseling__target__content h4 small {
  color: #9c7f4b;
}
.counseling__target__content h4 small .before-price {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .counseling__target__content h4 small .before-price {
    font-size: 13px;
  }
}
.counseling__target__content .roundBox {
  padding: 0.5rem;
  margin-top: 1rem;
}
.counseling__target__content .btn {
  margin-bottom: 1rem;
}
.counseling__target__content .paypal img {
  width: 180px;
  aspect-ratio: 3.83;
}
.counseling__teacher img {
  aspect-ratio: 0.66666666;
}
.counseling__teacher__detail h3 {
  margin-bottom: 0.25rem;
}
.counseling__teacher__detail .strong {
  font-weight: 700;
}
.counseling__teacher__detail__message__title {
  font-weight: 700;
  font-size: 20px !important;
}
.counseling__teacher__detail__message .roundBox {
  margin-bottom: 1rem;
  padding: 1.5rem;
}
.counseling__form {
  padding-top: 3rem;
}
.counseling__news {
  margin-bottom: 2rem !important;
}

.imageBox {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 235px;
  width: 100%;
  padding: 0 15px;
  text-decoration: none;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .imageBox {
    height: 305px;
    background-size: cover;
    background-position: top;
  }
}
.imageBox::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
}
.imageBox:hover {
  text-decoration: none;
}
.imageBox:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.imageBox.small {
  padding: 50px 0;
  height: auto;
  background-position: 50% 25%;
  background-size: 100% auto;
}
@media screen and (min-width:992px) {
  .imageBox.small {
    background-position: 0;
    height: 170px;
  }
}
.imageBox.middle {
  padding: 50px 0;
  height: auto;
  background-position: 50% 25%;
  background-size: 100% auto;
}
@media screen and (min-width:992px) {
  .imageBox.middle {
    background-position: 0;
    height: 260px;
  }
}
.imageBox__title {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  max-width: 678px;
}
@media screen and (min-width:992px) {
  .imageBox__title {
    font-size: 14px;
  }
}
.imageBox__title span {
  font-size: 16px;
}
@media screen and (min-width:992px) {
  .imageBox__title span {
    font-size: 22px;
  }
}

.roundBox {
  border-radius: 0.25rem;
}
.roundBox.white {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #212529;
}
.roundBox.brown {
  background-color: #9c7f4b;
  border: none;
  color: #fff !important;
}
.roundBox.brown > * {
  color: white;
}

.newsList {
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width:992px) {
  .newsList {
    margin-bottom: 5rem;
  }
}
.newsList__wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: start;
}
.newsList__item {
  margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
  .newsList__item {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.newsList__item > * {
  margin-bottom: 0.5rem;
}
.newsList__item__info {
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
.newsList__item__info a {
  margin-right: 1rem;
  max-height: 1.7rem;
}
.newsList__btn {
  margin-bottom: 3rem;
}
.newsList__btn > * {
  margin: 0 auto;
}

form {
  text-align: left;
}

.form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-group .font-weight-bold {
  font-weight: 700;
}

.form-control, input[type=password] {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, input[type=password]:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
}
.form-control:disabled, input[type=password]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control .text-danger, input[type=password] .text-danger {
  color: #dc3545 !important;
}

input[type=password] {
  display: inline;
  width: auto;
}

input[type=submit] {
  border: 1px solid #9c7f4b;
  background-color: #9c7f4b;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
input[type=submit].btn {
  transition: 0.3s;
  padding: 0.64rem 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.news-detail {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
}
@media screen and (min-width:768px) {
  .news-detail {
    border-bottom: none;
  }
}
.news-detail__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.2;
  letter-spacing: 0;
}
.news-detail__title a {
  color: #212529;
}
.news-detail__title.center {
  text-align: center;
}
@media screen and (min-width:992px) {
  .news-detail__title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (min-width:992px) {
  .news-detail__title.is-blog {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
.news-detail__time {
  font-size: 14px;
}
@media screen and (min-width:992px) {
  .news-detail__time {
    font-size: 16px;
  }
}
.news-detail__time__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail__wysiwyg {
  padding: 1rem 0;
}
.news-detail__wysiwyg h2,
.news-detail__wysiwyg h1 {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  margin: 50px 0 30px;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h2,
  .news-detail__wysiwyg h1 {
    font-size: 24px;
  }
}
.news-detail__wysiwyg h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-bottom: solid 1px #000;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h3 {
    font-size: 20px;
  }
}
.news-detail__wysiwyg h4 {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h4 {
    font-size: 18px;
  }
}
.news-detail__wysiwyg h5 {
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg h5 {
    font-size: 16px;
  }
}
.news-detail__wysiwyg p {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .news-detail__wysiwyg p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.news-detail__wysiwyg img {
  width: 100%;
  margin-bottom: 40px;
}
.news-detail__wysiwyg strong {
  font-weight: 700;
}
.news-detail__item {
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  text-align: left;
}
.news-detail__item h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  background: transparent;
  background: #9c7f4b;
  border-radius: 4px;
  color: #fff;
}
@media screen and (min-width:992px) {
  .news-detail__item h3 {
    font-size: 16px;
  }
}
.news-detail__item h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: 6px solid #9c7f4b;
}
@media screen and (min-width:992px) {
  .news-detail__item h4 {
    font-size: 16px;
  }
}
.news-detail__item p {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .news-detail__item p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.news-detail__item a {
  color: #9c7f4b;
  text-decoration: underline;
}

.voices img {
  aspect-ratio: 0.66666666;
}
.voices__detail__name {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width:992px) {
  .voices__detail__name {
    font-size: 1.25rem;
  }
}
.voices__detail__about {
  font-weight: 700;
}
.voices__detail__message__title {
  font-weight: 700;
  font-size: 20px !important;
}
.voices__detail .roundBox {
  margin-bottom: 0;
  padding: 1.5rem;
}/*# sourceMappingURL=page-counseling.css.map */