@charset "UTF-8";
body {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
}
body header {
  text-align: center;
}
body header h1 {
  text-align: center;
  margin-bottom: 0;
}
body header h1 img {
  max-width: 183px;
}
body header h2 {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}
body header .pink_bg {
  text-align: center;
  line-height: 135%;
  padding: 25px 5px;
  background: #B36572;
  color: #fff;
  font-weight: bolder;
  letter-spacing: 0;
  font-size: 22.86px;
}
body header .spice_bg {
  text-align: center;
  line-height: 135%;
  padding: 25px 5px;
  background: #D984BF;
  color: #fff;
  font-weight: bolder;
  letter-spacing: 0;
  font-size: 27px;
}
body header .gold_bg {
  text-align: center;
  line-height: 135%;
  padding: 25px 5px;
  background: #ffe78b;
  color: #000;
  font-weight: bolder;
  letter-spacing: 0;
  font-size: 27px;
}
body header img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body header img {
    width: 769px;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  body header .top_btn {
    width: 769px;
    margin: auto;
  }
}
body header .top_btn > div button {
  color: #000;
  width: 98%;
  padding: 15px 1%;
  border-radius: 7px;
  border: none;
  font-size: 14px;
  line-height: 150%;
}
body header .top_btn > div button:hover {
  cursor: pointer;
}
body header .top_btn > div button .bold_bk {
  font-weight: bold;
  color: #000;
  font-size: 130%;
}
body header .top_btn > div button .bold_wt {
  font-weight: bold;
  color: #fff;
  font-size: 130%;
}
body header .top_btn .upper button {
  background: #BBA697;
}
body header .top_btn .age20 {
  margin-top: -5px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  background: #D984BF;
  padding: 20px;
}
body header .top_btn .consulting {
  margin-top: -5px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  background: #99dfec;
  padding: 20px;
}
body header .top_btn .consulting span {
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  color: #D984BF;
}
body header .top_btn .change {
  margin-top: -5px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  background: #ffe78b;
  padding: 20px;
}
body header .top_btn .change span {
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  color: #D984BF;
}
body header .top_btn .lower {
  margin-top: 3px;
  display: flex;
}
body header .top_btn .lower button {
  background: limegreen;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  background-color: #77d42a;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ccc;
  border: none;
}
body header .top_btn .lower .call_btn {
  width: 65%;
}
body header .top_btn .lower .call_btn .free_dial {
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 135%;
}
body header .top_btn .lower .call_btn .free_dial:link {
  color: #fff;
}
body header .top_btn .lower .call_btn .free_dial .freecall {
  padding: 0 5px;
  font-size: 80%;
}
body header .top_btn .lower .line_btn {
  color: #000;
  width: 35%;
  padding: 20px 1%;
  border: none;
  font-size: 14px;
  background: rgba(29, 255, 0, 0.1);
}
body header .top_btn .lower .line_btn .bold_bk {
  font-weight: bold;
  color: #000;
  font-size: 120%;
}
body header .top_btn .lower .line_btn img {
  margin-top: 10px;
  width: 116px;
  height: auto;
}
body header .top_btn .icon {
  width: 18px;
  height: auto;
}
body .wrapper {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .wrapper {
    width: 769px;
    margin: auto;
  }
}
body .wrapper .section_header {
  text-align: center;
  padding: 35px;
  font-size: 18px;
  font-weight: bold;
}
body .wrapper .top_margin_25 {
  margin-top: 25px;
}
body .wrapper .bagie {
  background: #F5F2F2;
}
body .wrapper .font_pink {
  color: #B36572;
}
body .wrapper .black {
  color: #fff;
  background: #000;
}
body .wrapper .case {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 15px solid #F5F2F2;
}
body .wrapper .case .image {
  width: 40%;
}
@media screen and (min-width: 767px) {
  body .wrapper .case .image {
    width: 15%;
  }
}
body .wrapper .case .image img {
  width: 100%;
  height: auto;
}
body .wrapper .case .text {
  padding: 10px;
  width: calc(60% - 20px);
}
@media screen and (min-width: 767px) {
  body .wrapper .case .text {
    width: calc(85% - 20px);
  }
}
body .wrapper .case .text p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 135%;
}
body .wrapper .contact {
  text-align: center;
}
body .wrapper .contact .header {
  padding: 10px 0 10px 20px;
  display: flex;
  flex-wrap: nowrap;
}
body .wrapper .contact .header .image {
  padding-top: 10px;
}
body .wrapper .contact .header .text {
  padding-left: 10px;
}
body .wrapper .contact .header .text h3 {
  font-weight: bold;
  text-align: left;
}
body .wrapper .contact .header .text h3 span {
  color: #B36572;
}
body .wrapper .contact .desc {
  padding: 10px 20px;
  line-height: 135%;
  word-break: break-all;
  text-align: left;
}
body .wrapper .contact .btns {
  display: flex;
  flex-wrap: wrap;
}
body .wrapper .contact .btns > button {
  width: 48%;
  margin: auto 1% auto 1%;
  border-radius: 7px;
  border: none;
  padding: 10px 0;
  color: #000;
  box-shadow: 0 1px 1px #000;
  position: relative;
}
body .wrapper .contact .btns > button:hover {
  cursor: pointer;
}
body .wrapper .contact .btns > button:nth-child(2n) {
  margin-right: 0;
}
body .wrapper .contact .btns > button:nth-child(n+3) {
  margin-top: 10px;
}
body .wrapper .contact .btns > button hr {
  border-color: #BBA697;
  width: 90%;
  margin: 3px auto;
}
body .wrapper .contact .btns > button .campaign {
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D984BF;
  color: #fff;
  display: inline-block;
  width: 95%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body .wrapper .contact .btns .course_01 {
  background: rgba(0, 226, 255, 0.1);
}
body .wrapper .contact .btns .course_02 {
  background: rgba(29, 255, 0, 0.1);
}
body .wrapper .contact .btns .course_03 {
  background: rgba(255, 0, 0, 0.1);
}
body .wrapper .contact .btns .course_04 {
  background: rgba(148, 2, 255, 0.1);
}
body .wrapper .contact .btns .course_05 {
  background: rgba(0, 255, 147, 0.1);
}
body .wrapper .contact .btns .course_06 {
  background: rgba(255, 167, 0, 0.1);
}
body .wrapper .contact .btns .small_font {
  font-size: 11px;
}
@media screen and (min-width: 767px) {
  body .wrapper .contact .btns .small_font {
    font-size: 13.2px;
  }
}
body .wrapper .contact .btns .bold {
  font-weight: bold;
}
body .wrapper .contact .noflex {
  display: nornal !important;
}
body .wrapper .contact .noflex > button {
  width: 98% !important;
}
body .wrapper .contact table.price {
  border: 2px solid #BBA697;
  border-radius: 7px;
  background: #fff;
  margin: 5px 3px;
}
body .wrapper .contact table.price .menu_name {
  background: #E6CDE4;
  padding: 10px;
  font-weight: bold;
}
body .wrapper .contact table.price .subject {
  background: #F5F2F2;
}
body .wrapper .contact table.price .content {
  border-top: 1px solid #F5F2F2;
  word-break: break-all;
  padding: 10px 5px;
  text-align: left;
  line-height: 135%;
  display: inline-block;
}
body .wrapper .contact .goto_header h3 {
  color: #B36572;
  margin-bottom: 0;
}
body .wrapper .contact .last_btn {
  width: 95%;
  padding: 15px;
  background: limegreen;
  border-radius: 7px;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  background-color: #77d42a;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ccc;
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 135%;
  box-shadow: 0 1px 1px #000;
}
body .wrapper .contact .last_btn:hover {
  cursor: pointer;
}
body .wrapper .contact .last_btn .freecall {
  font-size: 65%;
  padding: 0 10px;
}
body .wrapper .contact .oyaoya_btn {
  box-shadow: 0 1px 1px #000;
  background: #F5F2F2;
  width: 96%;
  margin: 10px auto 0;
  border-radius: 10px;
  border: none;
  padding: 5px;
  color: #000;
}
body .wrapper .contact .oyaoya_btn:hover {
  cursor: pointer;
}
body .wrapper .contact hr {
  border-color: #BBA697;
  margin: 4px auto 5px auto;
  width: 97%;
}
body .wrapper .reasons {
  padding-bottom: 20px;
}
body .wrapper .reasons > div.box {
  width: calc(90% - 20px);
  margin: 0 auto 20px auto;
  border: 1px solid #E6CDE4;
  background: #fff;
  text-align: center;
}
body .wrapper .reasons > div.box:last-child {
  margin-bottom: 0;
}
body .wrapper .reasons > div.box h3 {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  background: #E6CDE4;
  border: #B36572 1px solid;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: none;
}
body .wrapper .reasons > div.box h3 span {
  color: #B36572;
}
body .wrapper .reasons > div.box .text {
  text-align: left;
  padding: 10px;
  color: #000;
  font-size: 16px;
  border: #B36572 1px solid;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top: none;
}
body .wrapper .feature {
  padding-bottom: 25px;
  border-bottom: 1px solid #BBA697;
}
@media screen and (min-width: 767px) {
  body .wrapper .feature {
    display: flex;
    flex-wrap: wrap;
  }
}
body .wrapper .feature > div {
  width: 94%;
  margin: auto;
}
@media screen and (min-width: 767px) {
  body .wrapper .feature > div {
    width: 46.37%;
  }
}
body .wrapper .feature .image {
  padding: 0 10px 10px 10px;
  text-align: center;
}
body .wrapper .feature .image img {
  margin: 0 auto 10px auto;
  width: 100%;
  height: auto;
}
body .wrapper .feature .text {
  padding: 0 10px 10px 10px;
}
@media screen and (min-width: 767px) {
  body .wrapper .feature .text {
    padding: 0 10px 10px 0;
  }
}
body .wrapper .feature .text h3 {
  background: #D984BF;
  color: #fff;
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 5px;
}
body .wrapper .feature .text h3:first-child {
  margin-top: 0;
}
body .wrapper .feature .text p {
  margin: 5px 0;
  line-height: 150%;
}
body .wrapper .results img,
body .wrapper .compare img,
body .wrapper .flow img,
body .wrapper .corp img {
  width: 100%;
}
body .wrapper .results .text {
  text-align: center;
  margin-top: -3px;
  background: #E6CDE4;
  padding: 20px;
  color: #B36572;
  line-height: 135%;
}
body .wrapper .people {
  padding: 20px;
  font-size: 18px;
}
body .wrapper .people img {
  width: 100%;
}
body .wrapper .episode .item {
  padding: 20px;
}
body .wrapper .episode .item img {
  width: 100%;
}
body .wrapper .episode .item .label {
  padding: 10px;
  border-radius: 7px;
  background: #E6CDE4;
}
body .wrapper .episode .item p {
  line-height: 135%;
}
body .wrapper .episode hr {
  border: 1px solid #BBA697;
  width: 96%;
}
body .wrapper .corp {
  padding: 20px;
}
body .wrapper .corp table {
  padding: 0;
  margin-top: 10px;
  font-size: 16px;
}
body .wrapper .corp table tr td {
  padding: 7px;
  border-top: 1px #BBA697 solid;
  line-height: 130%;
}
body .wrapper .corp table tr td.year {
  width: 20%;
}
body .wrapper .corp .cert_icons {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
}
body .wrapper .corp .cert_icons > div {
  width: 18%;
  padding: 1%;
}
body .wrapper .corp .cert_icons > div img {
  width: 100%;
  height: auto;
}
body footer {
  margin: 25px 0 0 0;
  border-top: 1px solid #BBA697;
  padding: 20px 0;
  text-align: center;
  color: #000;
}/*# sourceMappingURL=style.css.map */