.hd {
  height: 60vh;
  background: url(../img/header/hd_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .hd_contents {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.hd .hd_contents .hd_contents_logo {
  width: 20%;
  max-width: 80px;
}
.hd .hd_contents .hd_contents_cta_wrapper {
  display: none;
}
.hd .hd_contents_box {
  height: 100%;
  background: url(../img/header/hd_bg-illust.png) no-repeat bottom right/25vh, url(../img/header/hd_bg-person-right.png) no-repeat top right/22.5vh, url(../img/header/hd_bg-person-left.png) no-repeat bottom left/29.5vh;
  position: relative;
}
.hd .hd_contents_box .hd_ttl_wrapper {
  width: 99.5%;
  max-width: 520px;
  position: absolute;
  top: 45%;
  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: 10px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_btn {
  width: 85%;
  margin: 0 auto;
}

.contact_sec {
  background: url(../img/top/contact_bg.png) no-repeat center/cover, #E0F7BA;
}
.contact_sec .contents_box-s {
  padding: 50px 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: 2.6rem;
  font-weight: 600;
  text-shadow: 2px 2px 0 #227C38, -2px -2px 0 #227C38, -2px 2px 0 #227C38, 2px -2px 0 #227C38, 0px 2px 0 #227C38, 0 -2px 0 #227C38, -2px 0 0 #227C38, 2px 0 0 #227C38;
  text-align: center;
}
.contact_sec .contents_box-s .offer_contents .offer_ttl h3 span {
  font-size: 2.6rem;
}
.contact_sec .contents_box-s .offer_contents .offer_btn {
  width: 90%;
  margin: 0 auto;
}
.contact_sec .contents_box-s .offer_contents .offer_btn a {
  font-size: 1.8rem;
  text-align: center;
  padding: 15px;
  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: 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 {
  flex-direction: column;
  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: 100%;
  margin-bottom: 10px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  color: #227C38;
  font-size: 1.5rem;
  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: 100%;
}
.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.5rem;
  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.5rem;
  font-weight: 600;
  padding: 10px 15px;
  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.5rem;
  font-weight: 600;
  height: 225px;
  padding: 15px;
  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%;
}
.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 {
  display: block;
  margin: 0 0 10px 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.5rem;
  font-weight: 600;
  padding: 10px 15px;
  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: 43px;
  color: #227C38;
  font-size: 1.5rem;
  font-weight: 600;
  background: #ffffff;
  padding: 0 15px;
  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.5rem;
  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_accepted {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  font-size: 1.3rem;
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  font-size: 1.3rem;
  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: 85%;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #227C38;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.not_found_sec {
  padding: 60px 0;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s {
  width: 95%;
  margin: 0 auto;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  font-size: 2.4rem;
  text-align: center;
}
.not_found_sec .contents_box-s .not_found_txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  font-size: 1.5rem;
  border-bottom: 1px solid #000000;
}

.ft .copy-right {
  background: #45EF6E;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 65px;
}
.ft .copy-right span {
  color: #227C38;
  font-size: 1rem;
}
.ft .ft_bottom-nav {
  width: 100%;
  background: #ffffff;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
}
.ft .ft_bottom-nav .ft_bottom-nav_tel_wrapper {
  width: 50%;
}
.ft .ft_bottom-nav .ft_bottom-nav_tel_wrapper .ft_bottom-nav_tel {
  padding: 0 15px 8px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}
.ft .ft_bottom-nav .ft_bottom-nav_tel_wrapper .ft_bottom-nav_tel span:first-child {
  display: block;
  color: #227C38;
  font-size: 2.4rem;
  font-weight: 700;
}
.ft .ft_bottom-nav .ft_bottom-nav_tel_wrapper .ft_bottom-nav_tel span:last-child {
  color: #227C38;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: -5px;
}
.ft .ft_bottom-nav .ft_bottom-nav_btn {
  width: 50%;
  text-align: center;
}
.ft .ft_bottom-nav .ft_bottom-nav_btn a {
  display: block;
  color: #227C38;
  font-size: 1.8rem;
  font-weight: 700;
  background: #45EF6E;
  padding: 18px;
  box-sizing: border-box;
}

.about_sec {
  background: url(../img/top/about_bg.png) no-repeat center/cover;
}
.about_sec .contents_box-s {
  padding: 50px 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: 80px 0 35px;
  margin-top: 130px;
  position: relative;
}
.about_sec .contents_box-s .about_contents .about_lists {
  width: 100%;
  gap: 0 3%;
  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;
  width: 48.5%;
  height: 135px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}
.about_sec .contents_box-s .about_contents .about_lists .about_list span {
  font-size: 2.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 {
  margin: 0 auto 20px;
}
.about_sec .contents_box-s .about_contents .about_sub-ttl h4 {
  color: #227C38;
  font-size: 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: 50px 0;
}
.trouble_sec .contents_box-s .trouble_ttl {
  margin-bottom: 30px;
}
.trouble_sec .contents_box-s .trouble_ttl h3 {
  text-shadow: 2px 2px 0 #227C38, -2px -2px 0 #227C38, -2px 2px 0 #227C38, 2px -2px 0 #227C38, 0px 2px 0 #227C38, 0 -2px 0 #227C38, -2px 0 0 #227C38, 2px 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: 15px 3%;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list {
  width: 48.5%;
  background: #227C38;
  padding: 10px;
  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: 1.5rem;
  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: 30px;
  box-sizing: border-box;
  text-align: center;
}
.trouble_sec .trouble_message span {
  color: #227C38;
  font-size: 2.2rem;
  font-weight: 700;
}

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

.charm_sec {
  background: url(../img/top/charm_bg.png) no-repeat center/cover;
}
.charm_sec .contents_box-s {
  padding: 50px 0;
}
.charm_sec .contents_box-s .charm_ttl {
  margin-bottom: 30px;
}
.charm_sec .contents_box-s .charm_ttl h3 .ja {
  font-size: 2.2rem;
}
.charm_sec .contents_box-s .charm_lists {
  flex-direction: column;
  gap: 35px 0;
}
.charm_sec .contents_box-s .charm_lists .charm_list .charm_list_ttl {
  margin-bottom: 10px;
}
.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.5rem;
  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: 50px 0;
}
.coach_sec .contents_box-s .coach_ttl {
  margin-bottom: 30px;
}
.coach_sec .contents_box-s .coach_ttl h3 {
  text-shadow: 2px 2px 0 #227C38, -2px -2px 0 #227C38, -2px 2px 0 #227C38, 2px -2px 0 #227C38, 0px 2px 0 #227C38, 0 -2px 0 #227C38, -2px 0 0 #227C38, 2px 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_ttl h3 .ja {
  font-size: 2rem;
}
.coach_sec .contents_box-s .coach_lists {
  flex-direction: column;
  gap: 50px 0;
}
.coach_sec .contents_box-s .coach_lists .coach_list {
  flex-direction: column;
  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 {
  padding: 20px;
  box-sizing: border-box;
}
.coach_sec .contents_box-s .coach_lists .coach_list .coach_list_contents .coach_list_contents_career span {
  color: #227C38;
  font-size: 1.6rem;
  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: 2.4rem;
  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.4rem;
  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.5rem;
  letter-spacing: 0;
}

.review_sec {
  background: url(../img/top/review_bg.png) no-repeat center/cover;
}
.review_sec .contents_box-s {
  padding: 50px 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 {
  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: 2rem;
  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.6rem;
  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.5rem;
  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: 50px 0;
}
.course_sec .contents_box-s .course_ttl {
  margin-bottom: 30px;
}
.course_sec .contents_box-s .course_ttl h3 .ja {
  font-size: 2.2rem;
}
.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: 20px;
  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: 1.8rem;
  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: 2.6rem;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table {
  flex-direction: column;
  border-bottom: 1px solid #C7C7C7;
  padding: 25px 0;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table dt {
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.course_sec .contents_box-s .course_lists .course_list .course_list_tables .course_list_table dd {
  color: #227C38;
  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: 2rem;
  font-weight: 600;
  text-shadow: 2px 2px 0 #227C38, -2px -2px 0 #227C38, -2px 2px 0 #227C38, 2px -2px 0 #227C38, 0px 2px 0 #227C38, 0 -2px 0 #227C38, -2px 0 0 #227C38, 2px 0 0 #227C38;
  text-align: center;
}
.cta_sec .contents_box-s .cta_ttl h3 span {
  font-size: 2.4rem;
}
.cta_sec .contents_box-s .cta_lists {
  flex-direction: column;
  gap: 25px 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  box-sizing: border-box;
  border: 3px solid #45EF6E;
}
.cta_sec .contents_box-s .cta_lists .cta_list {
  width: 90%;
  margin: 0 auto;
  background: #45EF6E;
  box-shadow: 0px 6px 0px 0px rgb(34, 124, 56);
}
.cta_sec .contents_box-s .cta_lists .cta_list a {
  color: #227C38;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.company_sec .contents_box-s {
  padding: 50px 0;
}
.company_sec .contents_box-s .company_contents {
  flex-direction: column;
}
.company_sec .contents_box-s .company_contents .company_ttl {
  margin-bottom: 30px;
}
.company_sec .contents_box-s .company_contents .company_lists {
  flex-direction: column;
  gap: 50px 0;
}
.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: 2rem;
  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 {
  flex-direction: column;
  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 {
  color: #227C38;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.company_sec .contents_box-s .company_contents .company_lists .company_list .company_list_tables .company_list_table dd {
  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 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_sp.css.map */