.hd {
  height: 850px;
  background: url(../img/header/hd_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .hd_contents {
  justify-content: space-between;
  align-items: start;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hd .hd_contents .hd_cta_wrapper {
  align-items: center;
  gap: 0 30px;
  margin: 20px 20px 0 0;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel {
  flex-direction: column;
  align-items: end;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel > span {
  color: #E27510;
}
.hd .hd_contents .hd_cta_wrapper .hd_cta-tel > span:first-child {
  font-size: 3.2rem;
  font-weight: 600;
  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: 500;
  letter-spacing: 0.05em;
  margin-top: -10px;
}
.hd .hd_ttl {
  width: 666px;
  position: absolute;
  right: 0;
  bottom: 46px;
}

.contact_sec {
  background: #FFF7DB;
  padding: 50px 0;
}
.contact_sec .contact_contents_box {
  background: #ffffff;
  padding: 50px;
  border-radius: 30px;
  box-sizing: border-box;
}
.contact_sec .contact_contents_box .contact_ttl {
  margin-bottom: 35px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  align-items: start;
  margin-bottom: 20px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.contact_sec .contact_contents_box .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 .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .contact_sec .contact_contents_box .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 .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333333;
}
.contact_sec .contact_contents_box .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 .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333333;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio, .contact_sec .contact_contents_box .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 .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.contact_sec .contact_contents_box .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 .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.contact_sec .contact_contents_box .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 .contact_contents_box .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 .contact_contents_box .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 .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  font-size: 1.6rem;
  text-align: center;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #333333;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.contact_sec .contact_contents_box .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: #E27510;
  border: 2px solid #E27510;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: 0.3s;
}
.contact_sec .contact_contents_box .wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover {
  background: #ffffff;
  color: #E27510;
}

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

.ft .copy-right {
  background: #E27510;
  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: #FFF7DB;
  padding: 160px 0;
  position: relative;
}
.about_sec .about_contents_box {
  background: #ffffff;
}
.about_sec .about_contents_box .contents_box-s .about_contents_wrapper {
  width: 55.09%;
  max-width: 540px;
  padding: 50px 0;
  position: relative;
}
.about_sec .about_contents_box .contents_box-s .about_contents_wrapper .about_illust {
  position: absolute;
  top: -110px;
  left: -45px;
}
.about_sec .about_contents_box .contents_box-s .about_contents_wrapper .about_ttl {
  position: absolute;
  top: -90px;
  right: 0;
}
.about_sec .about_contents_box .contents_box-s .about_contents_wrapper .about_ttl h3 .en {
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: 0;
}
.about_sec .about_contents_box .contents_box-s .about_contents_wrapper .about_txt p {
  font-size: 1.8rem;
  margin-bottom: 35px;
}
.about_sec .about_contents_box .contents_box-s .about_contents_wrapper .about_txt p:last-child {
  margin-bottom: 0;
}
.about_sec .about_img {
  width: 52.71%;
  min-width: 720px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

.trouble_sec {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 247, 219) 100%);
}
.trouble_sec .contents_box-s {
  padding: 50px 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;
  margin: 0 30px 30px 0;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list:nth-child(3n) {
  margin-right: 0;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_img {
  width: 200px;
  margin: 0 auto 10px;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #E27510;
  border-radius: 10px;
  padding: 10px;
}
.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-arrow.png) no-repeat top center, #FFF7DB;
}
.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_wrapper {
  background: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
}
.manga_sec .contents_box-s .manga_img_wrapper .manga_img {
  width: 760px;
  margin: 0 auto;
}
.manga_sec .contents_box-s .manga_btn {
  width: 480px;
  margin: 0 auto;
}
.manga_sec .contents_box-s .manga_btn a {
  font-size: 2.4rem;
}

.reason_sec .contents_box-s {
  padding: 50px 0;
}
.reason_sec .contents_box-s .reason_ttl {
  margin-bottom: 30px;
}
.reason_sec .contents_box-s .reason_lists {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.reason_sec .contents_box-s .reason_lists::before {
  content: "";
  display: block;
  width: 169px;
  padding-top: 146px;
  background: url(../img/top/reason_lists_img-left.png) no-repeat center/contain;
  position: absolute;
  top: -120px;
  left: 10px;
}
.reason_sec .contents_box-s .reason_lists::after {
  content: "";
  display: block;
  width: 157px;
  padding-top: 133px;
  background: url(../img/top/reason_lists_img-right.png) no-repeat center/contain;
  position: absolute;
  top: -135px;
  right: 50px;
}
.reason_sec .contents_box-s .reason_lists .reason_list {
  width: 340px;
  border: 3px solid #E27510;
  border-radius: 10px;
  box-sizing: border-box;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_num {
  background: #E27510;
  text-align: center;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_num > span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_num > span span {
  font-size: 3.2rem;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents {
  background: #ffffff;
  padding: 15px 20px 20px;
  border-radius: 0 0 10px 10px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_img {
  margin-bottom: 10px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_img img {
  border-radius: 10px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_ttl h4 {
  color: #E27510;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.feature_sec {
  background: url(../img/top/feature_sec_bg.png) no-repeat center/cover;
  padding: 80px 0;
}
.feature_sec .feature_lists .feature_list {
  margin-bottom: 80px;
}
.feature_sec .feature_lists .feature_list:last-child {
  margin-bottom: 0;
}
.feature_sec .feature_lists .feature_list .feature_list_img {
  width: 78.13%;
  min-width: 1180px;
  margin-bottom: 30px;
}
.feature_sec .feature_lists .feature_list .contents_box-s .feature_list_ttl {
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
.feature_sec .feature_lists .feature_list .contents_box-s .feature_list_ttl::before {
  content: "";
  display: block;
  width: 48px;
  padding-top: 48px;
  background: url(../img/top/feature_list_ttl-ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.feature_sec .feature_lists .feature_list .contents_box-s .feature_list_ttl h3 .ja {
  font-size: 3.2rem;
}
.feature_sec .feature_lists .feature_list:nth-child(odd) .feature_list_img img {
  border-radius: 0 10px 10px 0;
}
.feature_sec .feature_lists .feature_list:nth-child(even) .feature_list_img {
  margin: 0 0 30px auto;
}
.feature_sec .feature_lists .feature_list:nth-child(even) .feature_list_img img {
  border-radius: 10px 0 0 10px;
}

.message_sec {
  background: #E27510;
}
.message_sec .contents_box-s {
  padding: 50px 0;
}
.message_sec .contents_box-s .message_ttl {
  margin-bottom: 30px;
}
.message_sec .contents_box-s .message_ttl h3 .ja {
  color: #ffffff;
}
.message_sec .contents_box-s .message_contents {
  align-items: center;
  justify-content: center;
}
.message_sec .contents_box-s .message_contents .message_img {
  margin-right: 50px;
}
.message_sec .contents_box-s .message_contents .message_txt p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.message_sec .contents_box-s .message_contents .message_txt p:last-child {
  margin-bottom: 0;
}

.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_lists_wrapper {
  width: 725px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
  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;
  color: #E27510;
  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: 500;
  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 */