.hd {
  height: 700px;
  background: url(../img/header/hd_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .hd_contents {
  justify-content: space-between;
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.hd .hd_contents .hd_logo h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.hd .hd_contents .hd_cta_wrapper {
  align-items: center;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel {
  flex-direction: column;
  align-items: end;
  margin-right: 30px;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel > span:first-child {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel > span:first-child span {
  font-size: 2.4rem;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel > span:last-child {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: -5px;
}
.hd .contents_box-s {
  height: 100%;
  position: relative;
}
.hd .contents_box-s .hd_img {
  position: absolute;
  bottom: 0;
  left: 0.93%;
}
.hd .contents_box-s .hd_ttl_wrapper {
  width: 540px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 7.41%;
}
.hd .contents_box-s .hd_ttl_wrapper .hd_ttl {
  margin-bottom: 50px;
  position: relative;
}
.hd .contents_box-s .hd_ttl_wrapper .hd_ttl::before {
  content: "";
  display: block;
  width: 46.85%;
  padding-top: 60.56%;
  background: url(../img/header/hd_ttl-img.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hd .contents_box-s .hd_ttl_wrapper .hd_ttl h2 {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-shadow: -4px -4px 0 #ffffff, 0 -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 0 0 #ffffff, 4px 0 0 #ffffff, -4px 4px 0 #ffffff, 0 4px 0 #ffffff, 4px 4px 0 #ffffff;
  position: relative;
}
.hd .contents_box-s .hd_ttl_wrapper .hd_btn {
  width: 100%;
}
.hd .contents_box-s .hd_ttl_wrapper .hd_btn a {
  font-size: 2.4rem;
}

.contact_sec {
  background: #E0EEFE;
}
.contact_sec .contents_box-s {
  padding: 100px 0;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .contact_ttl {
  margin-bottom: 35px;
}
.contact_sec .contents_box-s .contact_ttl h3 {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form {
  background: #ffffff;
  padding: 30px 50px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  align-items: start;
  margin-bottom: 20px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  display: flex;
  justify-content: space-between;
  width: 35%;
  padding: 15px 25px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
  font-weight: 600;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.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 {
  font-size: 1.6rem;
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #FF7B1D;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 3px solid #005BAC;
  box-shadow: 0px 4px 0px rgb(0, 91, 172);
  border-radius: 90px;
  transition: 0.3s;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover {
  box-shadow: unset;
  transform: translateY(6px);
  opacity: 1;
}

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

.ft .copy-right {
  background: #005BAC;
  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;
}

.about_sec {
  background: url(../img/top/about_bg.png) no-repeat center/cover;
}
.about_sec .contents_box-s {
  align-items: center;
  gap: 0 20px;
  padding: 50px 0;
}
.about_sec .contents_box-s .about_contents {
  width: 560px;
}
.about_sec .contents_box-s .about_contents .about_ttl {
  margin-bottom: 50px;
}
.about_sec .contents_box-s .about_contents .about_txt p {
  font-size: 1.8rem;
  margin-bottom: 35px;
}
.about_sec .contents_box-s .about_contents .about_txt p:last-child {
  margin-bottom: 0;
}
.about_sec .contents_box-s .about_contents .about_txt p span {
  font-size: 2rem;
  font-weight: 600;
  background: #FEF680;
}
.about_sec .contents_box-s .about_img {
  width: 500px;
  box-shadow: 6px 6px 6px 0px rgba(0, 91, 172, 0.5);
}

.trouble_sec {
  background: #E0EEFE;
}
.trouble_sec .contents_box-s {
  padding: 80px 0;
}
.trouble_sec .contents_box-s .trouble_ttl {
  margin-bottom: 50px;
}
.trouble_sec .contents_box-s .trouble_ttl h3 {
  text-align: center;
}
.trouble_sec .contents_box-s .trouble_lists {
  justify-content: center;
  flex-wrap: wrap;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list {
  width: 340px;
  background: #005BAC;
  margin: 0 20px 30px 0;
  box-shadow: 6px 6px 6px 0px rgba(0, 91, 172, 0.5);
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl {
  padding: 20px;
  box-sizing: border-box;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.manga_sec {
  background: url(../img/top/manga_bg-center.png) no-repeat top center, url(../img/top/manga_bg-left.png) no-repeat top left, url(../img/top/manga_bg-right.png) no-repeat bottom right;
}
.manga_sec .contents_box-s {
  padding: 100px 0;
}
.manga_sec .contents_box-s .manga_ttl {
  margin-bottom: 30px;
}
.manga_sec .contents_box-s .manga_ttl h3 {
  text-align: center;
}
.manga_sec .contents_box-s .manga_img {
  width: 760px;
  margin: 0 auto 30px;
}

.reason_sec {
  background: url(../img/top/reaosn_bg.png) no-repeat center/cover, #E0EEFE;
}
.reason_sec .contents_box-s {
  padding: 80px 0;
}
.reason_sec .contents_box-s .reason_ttl {
  margin-bottom: 50px;
}
.reason_sec .contents_box-s .reason_ttl h3 {
  text-align: center;
}
.reason_sec .contents_box-s .reason_lists {
  justify-content: center;
  flex-wrap: wrap;
}
.reason_sec .contents_box-s .reason_lists .reason_list {
  width: 340px;
  background: #ffffff;
  padding: 20px;
  margin: 0 20px 30px 0;
  box-shadow: 6px 6px 6px 0px rgba(0, 91, 172, 0.5);
  box-sizing: border-box;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_num {
  width: 65px;
  height: 65px;
  text-align: center;
  background: #005BAC;
  border-radius: 90px;
  margin: 0 auto 15px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_num span {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_img {
  margin-bottom: 15px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_ttl h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.cta_sec {
  background: #FF7B1D;
}
.cta_sec .contents_box-s {
  padding: 50px 0;
}
.cta_sec .contents_box-s .cta_btn {
  width: 550px;
  margin: 0 auto;
}
.cta_sec .contents_box-s .cta_btn a {
  color: #005BAC;
  font-size: 2.4rem;
  background: #ffffff;
  padding: 30px;
}

.feature_sec {
  background: url(../img/top/feature_bg.png) no-repeat center/cover;
}
.feature_sec .contents_box-s {
  padding: 135px 0;
}
.feature_sec .contents_box-s .feature_lists .feature_list {
  align-items: center;
  gap: 0 70px;
  margin-bottom: 45px;
}
.feature_sec .contents_box-s .feature_lists .feature_list:nth-child(even) {
  flex-direction: row-reverse;
}
.feature_sec .contents_box-s .feature_lists .feature_list:last-child {
  margin-bottom: 0;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_img {
  width: 420px;
  box-shadow: 6px 6px 6px 0px rgba(0, 91, 172, 0.5);
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents {
  width: 590px;
  background: #ffffff;
  padding: 40px 20px;
  box-sizing: border-box;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_ttl {
  margin-bottom: 20px;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_ttl h3 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_ttl h3 span {
  font-size: 2.4rem;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_txt p {
  margin-bottom: 25px;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_txt p:last-child {
  margin-bottom: 0;
}

.message_sec {
  background: url(../img/top/message_bg.png) no-repeat center/cover;
}
.message_sec .contents_box-s {
  padding: 100px 0;
}
.message_sec .contents_box-s .message_contents {
  width: 600px;
}
.message_sec .contents_box-s .message_contents .message_ttl {
  margin-bottom: 35px;
}
.message_sec .contents_box-s .message_contents .message_lists {
  flex-wrap: wrap;
  gap: 10px;
  width: 520px;
  margin-bottom: 30px;
}
.message_sec .contents_box-s .message_contents .message_lists .message_list {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 90px;
}
.message_sec .contents_box-s .message_contents .message_txt p {
  color: #ffffff;
  font-size: 1.8rem;
}

.other_sec {
  background: url(../img/top/other_bg.png) no-repeat center/cover;
  padding-top: 18.23%;
}

.company_sec {
  background: #E0EEFE;
}
.company_sec .contents_box-s {
  padding: 80px 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl {
  width: 190px;
  margin-right: 90px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
  width: 800px;
  background: #ffffff;
  padding: 40px 35px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #C7C7C7;
}
.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: 130px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 90px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
  width: 505px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.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_contents_wrapper .company_lists_wrapper .company_map {
  width: 100%;
  height: 250px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */