#top_hd {
  background: url(../img/header/top_hd_bg.png) no-repeat center/cover;
  height: 100vh;
  position: relative;
}
#top_hd .top_hd_contents {
  padding: 20px 25px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: start;
}
#top_hd .top_hd_contents .top_hd_cta {
  align-items: center;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel {
  margin-right: 25px;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel span:first-child {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: -5px;
  position: relative;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel span:first-child::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/header/top_hd_tel_ic.png) no-repeat center/contain;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -20px;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel span:nth-child(2) {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_contact a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background: #6DA9D6;
  padding: 15px 40px 15px 60px;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_contact a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header/top_hd_contact_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 25px;
}
#top_hd .mv_catcg-copy {
  position: absolute;
  bottom: 0;
  left: 2.5%;
}
#top_hd .mv_catcg-copy h2 .en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.2;
}
#top_hd .mv_catcg-copy h2 .ja {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2.5px;
}

#sv_hd {
  background: url(../img/header/top_hd_bg.png) no-repeat center/cover;
  height: 40vh;
  position: relative;
}
#sv_hd .sv_hd_contents {
  padding: 20px 25px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: start;
}
#sv_hd .sv_hd_contents .sv_hd_cta {
  align-items: center;
}
#sv_hd .sv_hd_contents .sv_hd_cta .sv_hd_tel {
  margin-right: 25px;
}
#sv_hd .sv_hd_contents .sv_hd_cta .sv_hd_tel span:first-child {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: -5px;
  position: relative;
}
#sv_hd .sv_hd_contents .sv_hd_cta .sv_hd_tel span:first-child::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/header/top_hd_tel_ic.png) no-repeat center/contain;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -20px;
}
#sv_hd .sv_hd_contents .sv_hd_cta .sv_hd_tel span:nth-child(2) {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
}
#sv_hd .sv_hd_contents .sv_hd_cta .sv_hd_contact a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background: #6DA9D6;
  padding: 15px 40px 15px 60px;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
}
#sv_hd .sv_hd_contents .sv_hd_cta .sv_hd_contact a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header/top_hd_contact_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 25px;
}
#sv_hd .mv_catcg-copy {
  position: absolute;
  bottom: 0;
  left: 2.5%;
}
#sv_hd .mv_catcg-copy h2 .en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.2;
}
#sv_hd .mv_catcg-copy h2 .ja {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2.5px;
}

#ft .copy_right {
  background: #A9C4E6;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
#ft .copy_right span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
#ft .sp_bottom-nav {
  display: none;
}

.wpcf7-form {
  width: 980px;
  margin: 0 auto;
  background: #ffffff;
  padding: 45px 35px;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists {
  width: 100%;
  margin-bottom: 45px;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list {
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt {
  display: flex;
  justify-content: space-between;
  width: 35%;
  padding: 15px 25px;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt span {
  font-size: 16px;
  font-weight: 500;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt .cf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt .cf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd {
  width: 65%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span {
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text], .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel], .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text]::-moz-placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text]::placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel]::placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text]:focus, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel]:focus, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email]:focus {
  outline: 1px solid #333333;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea:focus {
  outline: 1px solid #333333;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio .first, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .first {
  margin-left: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span {
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span:first-child {
  width: 15%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 15px;
  position: relative;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_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;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-form .cf7_accepted {
  margin-bottom: 45px;
}
.wpcf7-form .cf7_accepted .cf7_accepted_txt p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 2;
}
.wpcf7-form .cf7_accepted .cf7_accepted_txt p a {
  border-bottom: 1px solid #333333;
}
.wpcf7-form .cf7_button {
  text-align: center;
}
.wpcf7-form .cf7_button input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  background: #6DA9D6;
  border-radius: 50px;
  padding: 20px 0;
  box-sizing: border-box;
}
.wpcf7-form .cf7_button input[type=submit]:hover {
  opacity: 0.6;
}

#not_found_sec {
  padding: 90px 0;
  box-sizing: border-box;
}
#not_found_sec .contents_box .not_found_ttl {
  margin-bottom: 60px;
}
#not_found_sec .contents_box .not_found_ttl h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#not_found_sec .contents_box .not_found_txt p {
  text-align: center;
  line-height: 2;
}
#not_found_sec .contents_box .not_found_txt p a {
  border-bottom: 1px solid #000000;
}

#about_sec {
  background: url(../img/top/about_sec_bg-color.png) no-repeat right bottom/55%;
  padding: 80px 0;
  box-sizing: border-box;
}
#about_sec .about_contents {
  width: 1080px;
  margin: 0 auto 50px;
  justify-content: space-between;
}
#about_sec .about_contents .about_ttl h3 {
  letter-spacing: 3px;
}
#about_sec .about_contents .about_ttl h3 .en {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  position: relative;
}
#about_sec .about_contents .about_ttl h3 .en::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #A9C4E6;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -60px;
}
#about_sec .about_contents .about_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
#about_sec .about_contents .about_txt {
  margin-top: 85px;
}
#about_sec .about_contents .about_txt p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 2.5;
}
#about_sec .about_lists .about_list:first-child {
  width: 25%;
  margin-right: 3.5%;
}
#about_sec .about_lists .about_list:nth-child(2) {
  width: 50%;
  margin-top: 5%;
  margin-right: 3.5%;
}
#about_sec .about_lists .about_list:nth-child(3) {
  width: 18%;
  margin-top: 10%;
}

#trouble_sec {
  background: #F3F2E6;
  padding: 50px 0 30px;
  box-sizing: border-box;
}
#trouble_sec .contents_box .trouble_ttl {
  margin-bottom: 50px;
}
#trouble_sec .contents_box .trouble_ttl h3 {
  letter-spacing: 3px;
}
#trouble_sec .contents_box .trouble_ttl h3 .en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
#trouble_sec .contents_box .trouble_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
#trouble_sec .contents_box .trouble_lists {
  flex-wrap: wrap;
  justify-content: center;
}
#trouble_sec .contents_box .trouble_lists .trouble_list {
  width: 260px;
  background: #ffffff;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
#trouble_sec .contents_box .trouble_lists .trouble_list::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/top/trouble_list_ic.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
#trouble_sec .contents_box .trouble_lists .trouble_list:nth-child(3n) {
  margin-right: 0;
}

#manga_sec {
  background: #F3F2E6;
  padding: 0 0 100px;
  box-sizing: border-box;
}
#manga_sec .manga_contents_box {
  width: 1080px;
  margin: 0 auto;
  background: url(../img/top/manga_sec_arrow.png) no-repeat top center/10%, #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
#manga_sec .manga_contents_box .manga_contents_wrapper {
  border: 1px solid #A9C4E6;
  padding: 60px 0;
  box-sizing: border-box;
}
#manga_sec .manga_contents_box .manga_contents_wrapper .manga_ttl {
  margin-bottom: 30px;
}
#manga_sec .manga_contents_box .manga_contents_wrapper .manga_ttl h3 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}
#manga_sec .manga_contents_box .manga_contents_wrapper .manga_img {
  width: 720px;
  margin: 0 auto;
  height: 405px;
}
#manga_sec .manga_contents_box .manga_contents_wrapper .manga_img iframe {
  width: 100%;
  height: 100%;
}

#cta_sec {
  background: url(../img/top/cta_sec.png) no-repeat center/cover;
  padding: 45px 0;
  box-sizing: border-box;
}
#cta_sec .cta_contents_box {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
}
#cta_sec .cta_contents_box::before {
  content: "";
  display: block;
  width: 1000px;
  height: 215px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
#cta_sec .cta_contents_box .cta_contents_ttl {
  margin-bottom: 35px;
  position: relative;
}
#cta_sec .cta_contents_box .cta_contents_ttl h3 {
  letter-spacing: 3px;
}
#cta_sec .cta_contents_box .cta_contents_ttl h3 .en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
#cta_sec .cta_contents_box .cta_contents_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: -5px;
}
#cta_sec .cta_contents_box .cta_contents {
  justify-content: center;
  align-items: center;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_sub-ttl {
  margin-right: 40px;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_sub-ttl h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_sub-ttl h4::before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: url(../img/top/cta_contents_sub-ttl_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -80px;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_btn a {
  display: block;
  background: #6DA9D6;
  border-radius: 50px;
  padding: 20px 55px 20px 80px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_btn a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/top/cta_contents_btn_ic.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 50px;
}

#reason_sec {
  background: linear-gradient(90deg, rgb(255, 255, 255) 32.5%, #F3F2E6 32.5%);
  padding: 80px 0 60px;
  box-sizing: border-box;
  position: relative;
}
#reason_sec .reason_contents_box {
  width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}
#reason_sec .reason_contents_box .reason_ttl h3 {
  letter-spacing: 3px;
}
#reason_sec .reason_contents_box .reason_ttl h3 .en {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  position: relative;
}
#reason_sec .reason_contents_box .reason_ttl h3 .en::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #A9C4E6;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -60px;
}
#reason_sec .reason_contents_box .reason_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
#reason_sec .reason_contents_box .reason_lists {
  width: 625px;
}
#reason_sec .reason_contents_box .reason_lists .reason_list {
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 20px;
}
#reason_sec .reason_contents_box .reason_lists .reason_list:nth-child(2n) {
  margin-right: 0;
}
#reason_sec .reason_contents_box .reason_lists .reason_list .reason_list_img {
  margin-right: 15px;
}
#reason_sec .reason_contents_box .reason_lists .reason_list .reason_list_txt p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}

#feature_sec {
  background: url(../img/top/feature_sec_bg_img.png) no-repeat top right/25%, url(../img/top/feature_sec_bg-color.png) no-repeat top right/67.5%;
  padding: 100px 0;
  box-sizing: border-box;
}
#feature_sec .feature_contents_box {
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}
#feature_sec .feature_contents_box .feature_contents {
  margin-left: 100px;
}
#feature_sec .feature_contents_box .feature_contents .feature_ttl {
  margin-bottom: 60px;
}
#feature_sec .feature_contents_box .feature_contents .feature_ttl h3 {
  letter-spacing: 3px;
}
#feature_sec .feature_contents_box .feature_contents .feature_ttl h3 .en {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  position: relative;
}
#feature_sec .feature_contents_box .feature_contents .feature_ttl h3 .en::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #A9C4E6;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -60px;
}
#feature_sec .feature_contents_box .feature_contents .feature_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
#feature_sec .feature_contents_box .feature_contents .feature_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#feature_sec .feature_contents_box .feature_contents .feature_txt p:last-child {
  margin-bottom: 0;
}

#point_sec .point_lists .point_list {
  padding: 100px 0;
  box-sizing: border-box;
}
#point_sec .point_lists .point_list .point_contents_box {
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents {
  width: 460px;
  margin-left: 100px;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_ttl {
  margin-bottom: 60px;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_ttl h3 {
  letter-spacing: 3px;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_ttl h3 .en {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  border: 1px solid #A9C4E6;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_ttl h3 .ja {
  display: block;
  font-size: 32px;
  font-weight: 500;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 25px;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_txt p:last-child {
  margin-bottom: 0;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_img {
  width: 540px;
}
#point_sec .point_lists .point_list:first-child {
  background: linear-gradient(90deg, #F3F2E6 60%, rgb(255, 255, 255) 60%);
  margin-bottom: 80px;
}
#point_sec .point_lists .point_list:nth-child(2) {
  background: linear-gradient(90deg, rgb(255, 255, 255) 43%, #F3F2E6 43%);
}

#other_sec {
  background: linear-gradient(180deg, rgb(255, 255, 255) 87%, #F3F2E6 87%);
  padding: 80px 0;
  box-sizing: border-box;
}
#other_sec .other_img {
  width: 960px;
  margin: 0 auto 30px;
}
#other_sec .other_ttl {
  margin-bottom: 30px;
}
#other_sec .other_ttl h3 {
  letter-spacing: 3px;
}
#other_sec .other_ttl h3 .en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
#other_sec .other_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
#other_sec .other_txt p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
}

#contact_sec {
  background: #F3F2E6;
  padding: 30px 0 40px;
  box-sizing: border-box;
}
#contact_sec .contents_box .contact_ttl {
  margin-bottom: 30px;
}
#contact_sec .contents_box .contact_ttl h3 {
  letter-spacing: 3px;
}
#contact_sec .contents_box .contact_ttl h3 .en {
  display: block;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
#contact_sec .contents_box .contact_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#company_sec {
  padding: 80px 0 50px;
  box-sizing: border-box;
}
#company_sec .contents_box .company_contents {
  justify-content: space-between;
  margin-bottom: 50px;
}
#company_sec .contents_box .company_contents .company_ttl {
  padding: 0 20px;
  box-sizing: border-box;
}
#company_sec .contents_box .company_contents .company_ttl h3 {
  letter-spacing: 3px;
}
#company_sec .contents_box .company_contents .company_ttl h3 .en {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  position: relative;
}
#company_sec .contents_box .company_contents .company_ttl h3 .en::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #A9C4E6;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -60px;
}
#company_sec .contents_box .company_contents .company_ttl h3 .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
#company_sec .contents_box .company_contents .company_info_lists {
  width: 725px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #A9C4E6;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dt {
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-right: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd {
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd a {
  display: block;
}
#company_sec .contents_box .google-map {
  width: 1080px;
}
#company_sec .contents_box .google-map iframe {
  width: 100%;
  height: 350px;
}/*# sourceMappingURL=style.css.map */