#top_hd {
  background: url(../img/header/top_hd_bg.png) no-repeat center/cover;
  height: 320px;
  position: relative;
}
#top_hd .top_hd_contents {
  padding: 10px;
  box-sizing: border-box;
}
#top_hd .top_hd_contents .top_hd_logo {
  width: 15%;
}
#top_hd .top_hd_contents .top_hd_cta {
  display: none;
}
#top_hd .mv_catcg-copy {
  position: absolute;
  bottom: 1%;
  left: 2%;
}
#top_hd .mv_catcg-copy h2 .en {
  display: block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
#top_hd .mv_catcg-copy h2 .ja {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

#sv_hd {
  background: url(../img/header/top_hd_bg.png) no-repeat center/cover;
  height: 320px;
  position: relative;
}
#sv_hd .sv_hd_contents {
  padding: 10px;
  box-sizing: border-box;
}
#sv_hd .sv_hd_contents .sv_hd_logo {
  width: 15%;
}
#sv_hd .sv_hd_contents .sv_hd_cta {
  display: none;
}
#sv_hd .mv_catcg-copy {
  position: absolute;
  bottom: 1%;
  left: 2%;
}
#sv_hd .mv_catcg-copy h2 .en {
  display: block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
#sv_hd .mv_catcg-copy h2 .ja {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

#ft .copy_right {
  background: #A9C4E6;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 55px;
}
#ft .copy_right span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
#ft .sp_bottom-nav {
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #A9C4E6;
  padding: 8px;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel {
  width: 48%;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 4%;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:first-child a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 1;
  position: relative;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:first-child a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/header/top_hd_tel.png) no-repeat center/contain;
  position: absolute;
  top: 25%;
  left: -22px;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:last-child {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-top: -5px;
}
#ft .sp_bottom-nav .sp_bottom-nav_contact {
  width: 48%;
  background: #ffffff;
  border-radius: 50px;
  padding: 8px;
  text-align: center;
}
#ft .sp_bottom-nav .sp_bottom-nav_contact a {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}

.wpcf7-form {
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  padding: 35px 15px;
  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 {
  display: block;
  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: 100%;
  padding: 15px 0;
  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: 100%;
}
.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: 12px;
  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: #ffffff;
  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: 60px 0;
  box-sizing: border-box;
}
#not_found_sec .contents_box {
  width: 95%;
}
#not_found_sec .contents_box .not_found_ttl {
  margin-bottom: 35px;
}
#not_found_sec .contents_box .not_found_ttl h3 {
  text-align: center;
}
#not_found_sec .contents_box .not_found_txt p {
  line-height: 2;
  text-align: center;
}
#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: 60px 0;
  box-sizing: border-box;
}
#about_sec .about_contents {
  width: 95%;
  margin: 0 auto 45px;
  flex-direction: column;
}
#about_sec .about_contents .about_ttl {
  margin-bottom: 35px;
}
#about_sec .about_contents .about_ttl h3 {
  letter-spacing: 2px;
}
#about_sec .about_contents .about_ttl h3 .en {
  display: inline-block;
  font-size: 32px;
  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: 24px;
  font-weight: 500;
}
#about_sec .about_contents .about_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
}
#about_sec .about_lists .about_list:first-child {
  display: none;
}
#about_sec .about_lists .about_list:nth-child(2) {
  width: 100%;
}
#about_sec .about_lists .about_list:nth-child(3) {
  display: none;
}

#trouble_sec {
  background: #F3F2E6;
  padding: 50px 0 30px;
  box-sizing: border-box;
}
#trouble_sec .contents_box {
  width: 95%;
}
#trouble_sec .contents_box .trouble_ttl {
  margin-bottom: 35px;
}
#trouble_sec .contents_box .trouble_ttl h3 {
  letter-spacing: 2px;
}
#trouble_sec .contents_box .trouble_ttl h3 .en {
  display: block;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#trouble_sec .contents_box .trouble_ttl h3 .ja {
  display: block;
  font-size: 24px;
  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: 49%;
  background: #ffffff;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-right: 2%;
  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(2n) {
  margin-right: 0;
}

#manga_sec {
  background: #F3F2E6;
  padding: 0 0 60px;
  box-sizing: border-box;
}
#manga_sec .manga_contents_box {
  width: 95%;
  margin: 0 auto;
  background: url(../img/top/manga_sec_arrow.png) no-repeat top center/20%, #ffffff;
  padding: 10px;
  box-sizing: border-box;
}
#manga_sec .manga_contents_box .manga_contents_wrapper {
  border: 1px solid #A9C4E6;
  padding: 45px 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: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}
#manga_sec .manga_contents_box .manga_contents_wrapper .manga_img {
  width: 95%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
#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: 95%;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
}
#cta_sec .cta_contents_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 225px;
  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: 32px;
  font-weight: 500;
  text-align: center;
}
#cta_sec .cta_contents_box .cta_contents_ttl h3 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: -5px;
}
#cta_sec .cta_contents_box .cta_contents {
  justify-content: center;
  flex-direction: column;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_sub-ttl {
  margin-bottom: 15px;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_sub-ttl h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  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: 0;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_btn {
  width: 95%;
  margin: 0 auto;
}
#cta_sec .cta_contents_box .cta_contents .cta_contents_btn a {
  display: block;
  background: #6DA9D6;
  border-radius: 50px;
  padding: 20px 0;
  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: 60px 0;
  box-sizing: border-box;
  position: relative;
}
#reason_sec .reason_contents_box {
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
}
#reason_sec .reason_contents_box .reason_ttl {
  margin-bottom: 35px;
}
#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: 32px;
  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: 24px;
  font-weight: 0;
}
#reason_sec .reason_contents_box .reason_lists .reason_list {
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 15px;
}
#reason_sec .reason_contents_box .reason_lists .reason_list:last-child {
  margin-bottom: 0;
}
#reason_sec .reason_contents_box .reason_lists .reason_list .reason_list_img {
  width: 10%;
  margin-right: 5%;
}
#reason_sec .reason_contents_box .reason_lists .reason_list .reason_list_txt {
  width: 85%;
}
#reason_sec .reason_contents_box .reason_lists .reason_list .reason_list_txt p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}

#feature_sec {
  background: url(../img/top/feature_sec_bg-color.png) no-repeat top right/67.5%;
  padding: 60px 0;
  box-sizing: border-box;
}
#feature_sec .feature_contents_box {
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
}
#feature_sec .feature_contents_box .feature_contents {
  margin-bottom: 45px;
}
#feature_sec .feature_contents_box .feature_contents .feature_ttl {
  margin-bottom: 35px;
}
#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: 32px;
  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: 24px;
  font-weight: 500;
}
#feature_sec .feature_contents_box .feature_contents .feature_txt p {
  font-size: 15px;
  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: 45px 0;
  box-sizing: border-box;
}
#point_sec .point_lists .point_list .point_contents_box {
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents {
  margin-bottom: 45px;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_ttl {
  margin-bottom: 35px;
}
#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: 20px;
  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: 26px;
  font-weight: 500;
}
#point_sec .point_lists .point_list .point_contents_box .point_list_contents .point_list_contents_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 20px;
}
#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:first-child {
  background: linear-gradient(90deg, #F3F2E6 60%, rgb(255, 255, 255) 60%);
  margin-bottom: 60px;
}
#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) 79.5%, #F3F2E6 79.5%);
  padding: 60px 0 45px;
  box-sizing: border-box;
}
#other_sec .contents_box {
  width: 95%;
}
#other_sec .contents_box .other_img {
  margin-bottom: 30px;
}
#other_sec .contents_box .other_ttl {
  margin-bottom: 30px;
}
#other_sec .contents_box .other_ttl h3 {
  letter-spacing: 3px;
}
#other_sec .contents_box .other_ttl h3 .en {
  display: block;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#other_sec .contents_box .other_ttl h3 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#other_sec .contents_box .other_txt p {
  font-size: 15px;
  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 {
  width: 95%;
}
#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: 32px;
  font-weight: 500;
  text-align: center;
}
#contact_sec .contents_box .contact_ttl h3 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#company_sec {
  padding: 60px 0;
  box-sizing: border-box;
}
#company_sec .contents_box {
  width: 95%;
}
#company_sec .contents_box .company_contents {
  flex-direction: column;
  margin-bottom: 45px;
}
#company_sec .contents_box .company_contents .company_ttl {
  margin-bottom: 20px;
}
#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: 32px;
  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: 24px;
  font-weight: 500;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list {
  flex-direction: column;
  border-bottom: 1px solid #A9C4E6;
  padding: 15px 0;
  box-sizing: border-box;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dt {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd {
  width: 100%;
  font-size: 15px;
  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 iframe {
  width: 100%;
  height: 350px;
}/*# sourceMappingURL=style_sp.css.map */