.hd {
  height: 100vh;
  background: url(../img/header/hd_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .hd_contents {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.hd .hd_contents .hd_contents_cta_wrapper {
  gap: 0 30px;
}
.hd .hd_contents .hd_contents_cta_wrapper .hd_contents_cta-tel {
  width: 320px;
}
.hd .hd_contents .hd_contents_cta_wrapper .hd_contents_cta-tel a {
  font-size: 3.2rem;
  padding: 5px 30px;
  pointer-events: none;
}
.hd .hd_contents .hd_contents_cta_wrapper .hd_contents_cta-tel a span {
  font-size: 2rem;
}
.hd .hd_contents .hd_contents_cta_wrapper .hd_contents_cta-tel a::after {
  display: none;
}
.hd .hd_contents_box {
  height: 100%;
  background: url(../img/header/hd_bg-illust.png) no-repeat bottom right -8%/41.875%, url(../img/header/hd_bg-person-right.png) no-repeat top 22% right -12.5%/40%, url(../img/header/hd_bg-person-left.png) no-repeat bottom left -8%/50%;
  position: relative;
}
.hd .hd_contents_box .hd_ttl_wrapper {
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl {
  margin-bottom: 30px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_btn {
  width: 46%;
  margin: 0 auto;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_btn a {
  font-size: clamp(1.8rem, 1.26vw, 2.4rem);
  padding: 25px 105px 25px 70px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_btn a::after {
  right: 80px;
}

.contact_sec {
  background: url(../img/top/contact_bg.png) no-repeat center/cover, #E0F7BA;
}
.contact_sec .contents_box-s {
  padding: 75px 0;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .offer_contents {
  margin-bottom: 50px;
}
.contact_sec .contents_box-s .offer_contents .offer_ttl {
  margin-bottom: 30px;
}
.contact_sec .contents_box-s .offer_contents .offer_ttl h3 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
  text-shadow: 3px 3px 0 #227C38, -3px -3px 0 #227C38, -3px 3px 0 #227C38, 3px -3px 0 #227C38, 0px 3px 0 #227C38, 0 -3px 0 #227C38, -3px 0 0 #227C38, 3px 0 0 #227C38;
  text-align: center;
}
.contact_sec .contents_box-s .offer_contents .offer_ttl h3 span {
  font-size: 4rem;
}
.contact_sec .contents_box-s .offer_contents .offer_btn {
  width: 380px;
  margin: 0 auto;
}
.contact_sec .contents_box-s .offer_contents .offer_btn a {
  font-size: 2.4rem;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .contact_contents .contact_ttl {
  margin-bottom: 30px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form {
  background: #ffffff;
  padding: 50px 50px 50px 20px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  align-items: start;
  margin-bottom: 20px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  width: 35%;
  padding: 15px 25px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .caption {
  color: #227C38;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
  height: 225px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #227C38;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #227C38;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  background: #ffffff;
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 55px;
  color: #227C38;
  font-size: 1.5rem;
  background: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  position: relative;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date input[type=date]::after {
  content: "\f133";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  font-size: 1.6rem;
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  width: 240px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #227C38;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.not_found_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.not_found_sec .contents_box-s .not_found_txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #000000;
}
.not_found_sec .contents_box-s .not_found_txt p a:hover {
  color: #26b7bc;
  border-bottom: 1px solid #26b7bc;
}

.ft .copy-right {
  background: #45EF6E;
  padding: 5px 0;
  text-align: center;
}
.ft .copy-right span {
  color: #227C38;
  font-size: 1.2rem;
}
.ft .ft_bottom-nav {
  display: none;
}

.about_sec {
  background: url(../img/top/about_bg.png) no-repeat center/cover;
}
.about_sec .contents_box-s {
  padding: 75px 0;
}
.about_sec .contents_box-s .about_ttl {
  margin-bottom: 10px;
}
.about_sec .contents_box-s .about_txt {
  margin-bottom: 30px;
}
.about_sec .contents_box-s .about_txt p {
  text-align: center;
}
.about_sec .contents_box-s .about_contents {
  background: url(../img/top/about_contents_bg.png) no-repeat center/cover;
  padding: 105px 0 50px;
  margin-top: 130px;
  position: relative;
}
.about_sec .contents_box-s .about_contents .about_lists {
  gap: 0 30px;
  width: 900px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about_sec .contents_box-s .about_contents .about_lists .about_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  width: 430px;
  height: 160px;
  border-radius: 8px;
}
.about_sec .contents_box-s .about_contents .about_lists .about_list span {
  font-size: 3.2rem;
}
.about_sec .contents_box-s .about_contents .about_lists .about_list:first-child {
  background: #FFA72D;
  position: relative;
}
.about_sec .contents_box-s .about_contents .about_lists .about_list:first-child::before {
  content: "";
  display: block;
  width: 21px;
  height: 9px;
  background: url(../img/top/about_list_ic-orange.png) no-repeat center/contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about_sec .contents_box-s .about_contents .about_lists .about_list:last-child {
  background: #219AF2;
  position: relative;
}
.about_sec .contents_box-s .about_contents .about_lists .about_list:last-child::before {
  content: "";
  display: block;
  width: 21px;
  height: 9px;
  background: url(../img/top/about_list_ic-blue.png) no-repeat center/contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.about_sec .contents_box-s .about_contents .about_sub-ttl {
  width: 860px;
  margin: 0 auto 30px;
}
.about_sec .contents_box-s .about_contents .about_sub-ttl h4 {
  color: #227C38;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.about_sec .contents_box-s .about_contents .about_contents_txt p {
  text-align: center;
}

.trouble_sec {
  background: url(../img/top/trouble_bg.png) no-repeat center/cover;
}
.trouble_sec .contents_box-s {
  padding: 65px 0;
}
.trouble_sec .contents_box-s .trouble_ttl {
  margin-bottom: 30px;
}
.trouble_sec .contents_box-s .trouble_ttl h3 {
  text-shadow: 3px 3px 0 #227C38, -3px -3px 0 #227C38, -3px 3px 0 #227C38, 3px -3px 0 #227C38, 0px 3px 0 #227C38, 0 -3px 0 #227C38, -3px 0 0 #227C38, 3px 0 0 #227C38;
}
.trouble_sec .contents_box-s .trouble_ttl h3 .en, .trouble_sec .contents_box-s .trouble_ttl h3 .ja {
  color: #ffffff;
}
.trouble_sec .contents_box-s .trouble_lists {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list {
  width: 340px;
  background: #227C38;
  padding: 20px;
  box-sizing: border-box;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_img {
  margin-bottom: 15px;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_txt {
  text-align: center;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_txt span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
.trouble_sec .trouble_message {
  background: url(../img/top/trouble_message_bg.png) no-repeat center/cover;
  padding: 35px;
  box-sizing: border-box;
  text-align: center;
}
.trouble_sec .trouble_message span {
  color: #227C38;
  font-size: 4rem;
  font-weight: 600;
}

.comic_sec {
  background: url(../img/top/comic_bg.png) no-repeat center/cover, #E0F7BA;
}
.comic_sec .contents_box-s {
  padding: 75px 0;
}
.comic_sec .contents_box-s .comic_ttl {
  margin-bottom: 30px;
}
.comic_sec .contents_box-s .comic_img {
  width: 760px;
  margin: 0 auto;
}

.charm_sec {
  background: url(../img/top/charm_bg.png) no-repeat center/cover;
}
.charm_sec .contents_box-s {
  padding: 65px 0;
}
.charm_sec .contents_box-s .charm_ttl {
  margin-bottom: 30px;
}
.charm_sec .contents_box-s .charm_lists {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.charm_sec .contents_box-s .charm_lists .charm_list {
  width: 340px;
}
.charm_sec .contents_box-s .charm_lists .charm_list .charm_list_ttl {
  margin-bottom: 5px;
}
.charm_sec .contents_box-s .charm_lists .charm_list .charm_list_ttl h4 {
  color: #227C38;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.charm_sec .contents_box-s .charm_lists .charm_list .charm_list_img {
  margin-bottom: 15px;
}
.charm_sec .contents_box-s .charm_lists .charm_list .charm_list_txt span {
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}

.coach_sec {
  background: url(../img/top/coach_bg.png) no-repeat center/cover;
}
.coach_sec .contents_box-s {
  padding: 75px 0;
}
.coach_sec .contents_box-s .coach_ttl {
  margin-bottom: 30px;
}
.coach_sec .contents_box-s .coach_ttl h3 {
  text-shadow: 3px 3px 0 #227C38, -3px -3px 0 #227C38, -3px 3px 0 #227C38, 3px -3px 0 #227C38, 0px 3px 0 #227C38, 0 -3px 0 #227C38, -3px 0 0 #227C38, 3px 0 0 #227C38;
}
.coach_sec .contents_box-s .coach_ttl h3 .en, .coach_sec .contents_box-s .coach_ttl h3 .ja {
  color: #ffffff;
}
.coach_sec .contents_box-s .coach_lists {
  flex-direction: column;
  gap: 50px 0;
}
.coach_sec .contents_box-s .coach_lists .coach_list {
  gap: 0 30px;
  background: url(../img/top/coach_list_bg.png) no-repeat center/cover;
  border-radius: 8px;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents {
  width: 535px;
  padding: 50px 0 0;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_career span {
  color: #227C38;
  font-size: 1.8rem;
  font-weight: 500;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_ttl {
  margin-bottom: 10px;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_ttl h4 {
  color: #227C38;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_qualification {
  background: #E0F7BA;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 15px;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_qualification span {
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_txt p {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.review_sec {
  background: url(../img/top/review_bg.png) no-repeat center/cover;
}
.review_sec .contents_box-s {
  padding: 75px 0;
}
.review_sec .contents_box-s .review_ttl {
  margin-bottom: 30px;
}
.review_sec .contents_box-s .review_lists {
  align-items: self-start;
  flex-wrap: wrap;
  gap: 20px;
}
.review_sec .contents_box-s .review_lists .review_list {
  width: 530px;
  background: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_ttl_wrapper {
  align-items: center;
  gap: 0 15px;
  margin-bottom: 15px;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_ttl_wrapper .review_list_ttl h4 {
  color: #227C38;
  font-size: 2.4rem;
  font-weight: 600;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_faq .review_list_q {
  background: #E0F7BA;
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 15px;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_faq .review_list_q h5 {
  color: #227C38;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_faq .review_list_a p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.course_sec {
  background: url(../img/top/course_bg.png) no-repeat center/cover, #E0F7BA;
}
.course_sec .contents_box-s {
  padding: 75px 0;
}
.course_sec .contents_box-s .course_ttl {
  margin-bottom: 30px;
}
.course_sec .contents_box-s .course_lists {
  flex-direction: column;
  gap: 50px 0;
}
.course_sec .contents_box-s .course_lists .course_list {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.course_sec .contents_box-s .course_lists .course_list:first-child .course_list_ttl {
  background: #FFA72D;
}
.course_sec .contents_box-s .course_lists .course_list:first-child .course_list_ttl::before {
  background: url(../img/top/course_list_ttl_ic-orange.png) no-repeat center/contain;
}
.course_sec .contents_box-s .course_lists .course_list:nth-child(2) .course_list_ttl {
  background: #219AF2;
}
.course_sec .contents_box-s .course_lists .course_list:nth-child(2) .course_list_ttl::before {
  background: url(../img/top/course_list_ttl_ic-blue.png) no-repeat center/contain;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_ttl {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_ttl::before {
  content: "";
  display: block;
  width: 21px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.course_sec .contents_box-s .course_lists .course_list .course_list_ttl h4 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_ttl h4 span {
  font-size: 3.2rem;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table {
  align-items: center;
  gap: 0 90px;
  border-bottom: 1px solid #C7C7C7;
  padding: 25px 0;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table dt {
  width: 130px;
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table dd {
  width: 860px;
  color: #227C38;
  font-size: 1.6rem;
  line-height: 1.3;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table dd span {
  display: block;
  margin-bottom: 25px;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table dd span:last-child {
  margin-bottom: 0;
}

.cta_sec {
  background: url(../img/top/cta_bg.png) no-repeat center/cover;
}
.cta_sec .contents_box-s {
  padding: 50px 0;
}
.cta_sec .contents_box-s .cta_ttl {
  margin-bottom: 30px;
}
.cta_sec .contents_box-s .cta_ttl h3 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
  text-shadow: 3px 3px 0 #227C38, -3px -3px 0 #227C38, -3px 3px 0 #227C38, 3px -3px 0 #227C38, 0px 3px 0 #227C38, 0 -3px 0 #227C38, -3px 0 0 #227C38, 3px 0 0 #227C38;
  text-align: center;
}
.cta_sec .contents_box-s .cta_ttl h3 span {
  font-size: 4rem;
}
.cta_sec .contents_box-s .cta_lists {
  justify-content: center;
  gap: 0 50px;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
  box-sizing: border-box;
  border: 3px solid #45EF6E;
}
.cta_sec .contents_box-s .cta_lists .cta_list {
  width: 360px;
  background: #45EF6E;
  box-shadow: 0px 6px 0px 0px rgb(34, 124, 56);
}
.cta_sec .contents_box-s .cta_lists .cta_list:first-child a::after {
  right: 80px;
}
.cta_sec .contents_box-s .cta_lists .cta_list:last-child a {
  text-align: center;
}
.cta_sec .contents_box-s .cta_lists .cta_list:last-child a::after {
  right: 105px;
}
.cta_sec .contents_box-s .cta_lists .cta_list a {
  color: #227C38;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px 105px 20px 90px;
}

.company_sec .contents_box-s {
  padding: 80px 0;
}
.company_sec .contents_box-s .company_contents {
  justify-content: space-between;
}
.company_sec .contents_box-s .company_contents .company_ttl h3 {
  text-align: left;
}
.company_sec .contents_box-s .company_contents .company_ttl h3 .en {
  margin-left: 45px;
}
.company_sec .contents_box-s .company_contents .company_lists {
  flex-direction: column;
  gap: 50px 0;
  width: 735px;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list::marker {
  list-style: none;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_ttl {
  background: #E0F7BA;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_ttl h4 {
  color: #227C38;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables {
  margin-bottom: 30px;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table {
  align-items: center;
  gap: 0 90px;
  border-bottom: 1px solid #C7C7C7;
  padding: 25px 0;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table dt {
  width: 130px;
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table dd {
  width: 860px;
  color: #227C38;
  font-size: 1.6rem;
  line-height: 1.3;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table dd a {
  pointer-events: none;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table dd span {
  display: block;
  margin-bottom: 25px;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table dd span:last-child {
  margin-bottom: 0;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_map {
  width: 100%;
  height: 250px;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */