@charset "UTF-8";
.hd {
  padding: 20px;
  box-sizing: border-box;
}
.hd .hd_wrapper {
  background: url(../img/header/hd_wrapper_bg.png) no-repeat center/cover;
  padding: 15px 30px 0;
  box-sizing: border-box;
  border-radius: 30px;
}
.hd .hd_wrapper .hd_contents {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.hd .hd_wrapper .hd_contents .hd_cta {
  align-items: center;
}
.hd .hd_wrapper .hd_contents .hd_cta .hd_cta_tel {
  flex-direction: column;
  align-items: end;
  margin-right: 30px;
}
.hd .hd_wrapper .hd_contents .hd_cta .hd_cta_tel > span {
  color: #14993C;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hd .hd_wrapper .hd_contents .hd_cta .hd_cta_tel > span:first-child {
  font-size: 3.2rem;
}
.hd .hd_wrapper .hd_contents .hd_cta .hd_cta_tel > span:first-child span {
  font-size: 1.6rem;
}
.hd .hd_wrapper .hd_contents .hd_cta .hd_cta_tel > span:last-child {
  font-size: 1.2rem;
  margin-top: -8px;
}
.hd .hd_wrapper .hd_img {
  width: 66.5%;
  min-width: 1180px;
  margin: 0 auto;
}

.contact_sec .contents_box-s {
  padding: 50px 0;
}
.contact_sec .contents_box-s .contact_ttl {
  margin-bottom: 30px;
}
.contact_sec .contents_box-s .contact_ttl h4 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.contact_sec .contents_box-s .contact_lists {
  justify-content: center;
  margin-bottom: 30px;
}
.contact_sec .contents_box-s .contact_lists .contact_list {
  width: 350px;
  background: #ffffff;
  border-radius: 8px;
}
.contact_sec .contents_box-s .contact_lists .contact_list:first-child {
  margin-right: 50px;
}
.contact_sec .contents_box-s .contact_lists .contact_list:first-child a {
  pointer-events: none;
}
.contact_sec .contents_box-s .contact_lists .contact_list:first-child .contact_list_txt {
  margin-top: -10px;
}
.contact_sec .contents_box-s .contact_lists .contact_list:first-child .contact_list_txt p {
  font-size: 3.8rem;
}
.contact_sec .contents_box-s .contact_lists .contact_list a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .contact_lists .contact_list a .contact_list_ic {
  text-align: center;
  margin-bottom: 10px;
}
.contact_sec .contents_box-s .contact_lists .contact_list a .contact_list_ttl h5 {
  color: #14993C;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact_sec .contents_box-s .contact_lists .contact_list a .contact_list_txt {
  margin-top: -6px;
}
.contact_sec .contents_box-s .contact_lists .contact_list a .contact_list_txt p {
  color: #14993C;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
}
.contact_sec .contents_box-s .contact_lists .contact_list a .contact_list_txt p span {
  font-size: 2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form {
  background: #ffffff;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  border-radius: 30px;
}
.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;
  width: 35%;
  padding: 15px 25px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
}
.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 span {
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
}
.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%;
  font-size: 1.6rem;
  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%;
  font-size: 1.6rem;
  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: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.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 {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  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 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.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_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 1.5rem;
  background: #ffffff;
  padding: 15px 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 span 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 span 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 span .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 {
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
  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 #14993C;
}
.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: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #14993C;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 90px;
}
.contact_sec .contents_box-s .wpcf7-response-output {
  color: #E53935;
  text-align: center;
  border: none;
}

.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 #ffffff;
}

.ft .ft_contents {
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.ft .ft_contents .ft_logo {
  margin-right: 45px;
}
.ft .ft_contents .ft_info p a {
  pointer-events: none;
}
.ft .copy-right {
  padding: 5px 0;
  text-align: center;
}
.ft .copy-right small {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ft .ft_bottom-nav {
  display: none;
}

.trouble_sec .trouble_contents_box {
  width: 1280px;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.trouble_sec .trouble_contents_box .trouble_ttl {
  margin-bottom: 30px;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper {
  width: 1200px;
  background: #ffffff;
  padding: 60px 140px 0;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
  margin: 0 auto 125px;
  position: relative;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 75px;
  background: url(../img/top/trouble_lists_bg-arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists {
  justify-content: center;
  flex-wrap: wrap;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists .trouble_list {
  width: 285px;
  padding: 30px 0;
  border: 3px solid #14993C;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 30px 50px 0;
  position: relative;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists .trouble_list::before {
  content: "";
  display: block;
  width: 29px;
  height: 12px;
  background: url(../img/top/trouble_list_ic.png) no-repeat center/contain;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists .trouble_list:nth-child(3n) {
  margin-right: 0;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists .trouble_list .trouble_list_ttl h4 {
  color: #14993C;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists_wrapper_illust-woman {
  position: absolute;
  bottom: -25px;
  left: -20px;
}
.trouble_sec .trouble_contents_box .trouble_lists_wrapper .trouble_lists_wrapper_illust-man {
  position: absolute;
  bottom: -25px;
  right: -20px;
}
.trouble_sec .trouble_contents_box .trouble_message {
  width: 1080px;
  margin: 0 auto;
}

.service_sec {
  background: url(../img/top/service_bg.png) repeat center;
  padding: 60px 0;
  position: relative;
}
.service_sec .contents_box-s .service_ttl {
  margin-bottom: 35px;
}
.service_sec .contents_box-s .service_ttl h3 {
  align-items: start;
}
.service_sec .contents_box-s .service_ttl h3 .en {
  color: #ffffff;
  background: #14993C;
}
.service_sec .contents_box-s .service_ttl h3 .ja {
  color: #14993C;
}
.service_sec .contents_box-s .service_ttl h4 {
  color: #14993C;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.service_sec .contents_box-s .service_txt {
  margin-bottom: 50px;
}
.service_sec .contents_box-s .service_txt p {
  color: #14993C;
  margin-bottom: 25px;
}
.service_sec .contents_box-s .service_txt p:last-child {
  margin-bottom: 0;
}
.service_sec .contents_box-s .service_contents .service_contents_ttl {
  margin-bottom: 20px;
}
.service_sec .contents_box-s .service_contents .service_contents_ttl h5 {
  color: #14993C;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 2px solid #14993C;
  padding-bottom: 15px;
}
.service_sec .contents_box-s .service_contents .service_contents_lists {
  flex-wrap: wrap;
}
.service_sec .contents_box-s .service_contents .service_contents_lists .service_contents_list {
  width: 205px;
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
  border: 2px solid #14993C;
  border-radius: 90px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
}
.service_sec .contents_box-s .service_contents .service_contents_lists .service_contents_list span {
  font-size: 1.2rem;
}
.service_sec .service_img {
  width: 42.71%;
  position: absolute;
  top: 60px;
  right: 0;
}
.service_sec .service_img img {
  border-radius: 30px 0 0 30px;
}

.area_sec > .contents_box-s {
  padding: 30px 0;
}
.area_sec .area_lists_wrapper {
  background: #EDF5E3;
}
.area_sec .area_lists_wrapper .area_lists {
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 30px;
}
.area_sec .area_lists_wrapper .area_lists .area_list {
  width: 520px;
  margin: 0 40px 40px 0;
}
.area_sec .area_lists_wrapper .area_lists .area_list:nth-child(2n) {
  margin-right: 0;
}
.area_sec .area_lists_wrapper .area_lists .area_list .area_list_ttl {
  margin-bottom: 15px;
}
.area_sec .area_lists_wrapper .area_lists .area_list .area_list_ttl h4 {
  color: #14993C;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #14993C;
  padding-bottom: 15px;
}
.area_sec .area_lists_wrapper .area_lists .area_list .area_list_txt p {
  color: #14993C;
}

.feature_sec .contents_box-s {
  padding: 50px 0;
}
.feature_sec .contents_box-s .feature_ttl {
  margin-bottom: 50px;
}
.feature_sec .contents_box-s .feature_ttl h3 .ja span {
  font-size: 5.2rem;
}
.feature_sec .contents_box-s .feature_lists .feature_list {
  width: 340px;
  margin-right: 30px;
}
.feature_sec .contents_box-s .feature_lists .feature_list:last-child {
  margin-right: 0;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_img {
  text-align: center;
  margin-bottom: 10px;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_ttl {
  margin-bottom: 10px;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_ttl h4 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_txt p {
  font-size: 1.5rem;
}

.price_sec {
  background: url(../img/top/price_bg.png) repeat center;
}
.price_sec .contents_box-m {
  padding: 50px;
}
.price_sec .contents_box-m .price_ttl {
  margin-bottom: 30px;
}
.price_sec .contents_box-m .price_ttl h3 .en {
  color: #ffffff;
  background: #14993C;
}
.price_sec .contents_box-m .price_ttl h3 .ja {
  color: #14993C;
}
.price_sec .contents_box-m .price_txt {
  margin-bottom: 50px;
}
.price_sec .contents_box-m .price_txt p {
  color: #14993C;
  text-align: center;
}
.price_sec .contents_box-m .price_lists .price_list {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}
.price_sec .contents_box-m .price_lists .price_list:first-child {
  border-right: 2px solid #14993C;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_ttl h4 {
  color: #14993C;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_txt p {
  color: #14993C;
  font-size: 1.2rem;
  text-align: center;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_details {
  align-items: center;
  justify-content: space-between;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_details .price_list_detail_cost {
  text-align: right;
}
.price_sec .contents_box-m .price_lists .price_list .price_list_details .price_list_detail_cost > span {
  color: #B3212A;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: -4px -4px 0 #ffffff, 0px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 0px 0 #ffffff, 4px 0px 0 #ffffff, -4px 4px 0 #ffffff, 0px 4px 0 #ffffff, 4px 4px 0 #ffffff; /* 右下 */
}
.price_sec .contents_box-m .price_lists .price_list .price_list_details .price_list_detail_cost > span span {
  font-size: 8.2rem;
}

.review_sec {
  background: #EDF5E3;
  padding: 50px 0;
}
.review_sec .review_contents_box {
  background: #14993C;
  padding: 50px 95px;
  box-sizing: border-box;
  border-radius: 30px;
}
.review_sec .review_contents_box .review_ttl {
  margin-bottom: 70px;
}
.review_sec .review_contents_box .review_ttl h3 {
  align-items: start;
}
.review_sec .review_contents_box .review_lists {
  align-items: flex-start;
}
.review_sec .review_contents_box .review_lists .review_list {
  width: 280px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 35px;
  position: relative;
}
.review_sec .review_contents_box .review_lists .review_list::before {
  content: "";
  display: block;
  width: 28px;
  height: 15px;
  background: url(../img/top/review_list_bg-arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -15px;
  left: 40px;
}
.review_sec .review_contents_box .review_lists .review_list:last-child {
  margin-right: 0;
}
.review_sec .review_contents_box .review_lists .review_list .review_list_img {
  position: absolute;
  top: -40px;
  right: -2px;
}
.review_sec .review_contents_box .review_lists .review_list .review_list_star {
  margin-bottom: 15px;
}
.review_sec .review_contents_box .review_lists .review_list .review_list_star span {
  color: #B3212A;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.review_sec .review_contents_box .review_lists .review_list .review_list_ttl {
  margin-bottom: 30px;
}
.review_sec .review_contents_box .review_lists .review_list .review_list_ttl h4 {
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.review_sec .review_contents_box .review_lists .review_list .review_list_txt p {
  color: #14993C;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.faq_sec {
  background: url(../img/top/faq_bg.png) repeat center;
}
.faq_sec .contents_box-s {
  padding: 50px 0;
}
.faq_sec .contents_box-s .faq_ttl {
  margin-bottom: 50px;
}
.faq_sec .contents_box-s .faq_ttl h3 .en {
  color: #ffffff;
  background: #14993C;
}
.faq_sec .contents_box-s .faq_ttl h3 .ja {
  color: #14993C;
}
.faq_sec .contents_box-s .faq_lists .faq_list {
  margin-bottom: 30px;
}
.faq_sec .contents_box-s .faq_lists .faq_list:last-child {
  margin-bottom: 0;
}
.faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl {
  margin-bottom: 15px;
}
.faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl h4 {
  align-items: center;
  border-bottom: 2px solid #14993C;
  padding-bottom: 15px;
}
.faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl h4 span:first-child {
  margin-right: 15px;
}
.faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl h4 span:last-child {
  color: #14993C;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.faq_sec .contents_box-s .faq_lists .faq_list .faq_list_txt p {
  color: #14993C;
  line-height: 2;
}

.company_sec {
  background: #EDF5E3;
}
.company_sec .contents_box-s {
  padding: 80px 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl {
  width: 175px;
  margin-right: 160px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl h3 {
  align-items: start;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl h3 .en {
  color: #ffffff;
  background: #14993C;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl h3 .ja {
  color: #14993C;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper {
  width: 725px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
  margin-bottom: 50px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
  padding: 25px 0;
  border-bottom: 2px solid #14993C;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list:first-child {
  padding-top: 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dt {
  width: 120px;
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-right: 90px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
  width: 515px;
  color: #14993C;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd a {
  pointer-events: none;
}
.company_sec .contents_box-s .company_map {
  width: 100%;
  height: 350px;
}
.company_sec .contents_box-s .company_map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */