.hd {
  height: clamp(720px, 46.88vw, 900px);
  position: relative;
}
.hd .hd_contents {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: url(../img/header/hd_bg.jpg) no-repeat center/cover;
  padding: 1.3% 1.56%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.hd .hd_contents .hd_cta_wrapper {
  align-items: center;
  gap: 0 30px;
}
.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: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: 1.6rem;
}
.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 .hd_visual {
  height: 100%;
  background: url(../img/header/hd_visual_bg.jpg) no-repeat center/cover;
}
.hd .hd_visual .contents_box-s {
  height: 100%;
  position: relative;
}
.hd .hd_visual .contents_box-s .hd_ttl {
  width: clamp(235px, 16.41vw, 315px);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.contact_sec {
  padding: 100px 0;
}
.contact_sec .contents_box-s .contact_ttl {
  margin-bottom: 60px;
}
.contact_sec .contents_box-s .contact_ttl h3 {
  text-align: center;
}
.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;
}
.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-list-item label:has(input[value=""]) {
  display: none;
}
.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: #C4A14E;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.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 #000000;
}
.not_found_sec .contents_box-s .not_found_txt p a:hover {
  color: #26b7bc;
  border-bottom: 1px solid #26b7bc;
}

.ft .copy-right {
  background: #C4A14E;
  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.jpg) no-repeat center/cover;
  padding: 100px 0;
}
.about_sec .contents_box-s .about_ttl {
  margin-bottom: 30px;
}
.about_sec .contents_box-s .about_txt {
  position: relative;
  z-index: 999;
}

.trouble_sec {
  background: url(../img/top/trouble_bg.jpg) no-repeat center/cover;
  position: relative;
}
.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;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 999;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list {
  width: 340px;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl {
  background: #C4A14E;
  padding: 10px 5px;
  box-sizing: border-box;
}
.trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.trouble_sec .contents_box-s .trouble_message {
  background: #ffffff;
  padding: 5px 10px;
  box-sizing: border-box;
}
.trouble_sec .contents_box-s .trouble_message p {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.trouble_sec .contents_box-s .trouble_message p span {
  color: #C4A14E;
  font-size: 3.8rem;
}
.trouble_sec .trouble_img-left {
  width: 20.16%;
  position: absolute;
  top: -150px;
  left: 0;
}
.trouble_sec .trouble_img-right {
  width: 23.54%;
  position: absolute;
  bottom: -150px;
  right: 0;
}

.manga_sec {
  background: url(../img/top/manga_bg-arrow.png) no-repeat top center, url(../img/top/manga_bg.jpg) no-repeat center/cover;
}
.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;
}

.point_sec {
  background: url(../img/top/point_sec_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
.point_sec .contents_box-s .point_ttl {
  margin-bottom: 50px;
}
.point_sec .contents_box-s .point_ttl h3 {
  text-align: center;
}
.point_sec .contents_box-s .point_lists {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 30px;
}
.point_sec .contents_box-s .point_lists .point_list {
  width: 340px;
  position: relative;
}
.point_sec .contents_box-s .point_lists .point_list .point_list_num {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0;
}
.point_sec .contents_box-s .point_lists .point_list .point_list_num > span {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  background: #C4A14E;
  padding: 15px 5px;
}
.point_sec .contents_box-s .point_lists .point_list .point_list_num > span span {
  font-size: 1.8rem;
}
.point_sec .contents_box-s .point_lists .point_list .point_list_img {
  margin-bottom: 20px;
}
.point_sec .contents_box-s .point_lists .point_list .point_list_ttl h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}

.feature_sec {
  background: url(../img/top/feature_sec_bg.jpg) no-repeat center/cover;
  padding: 100px 0 285px;
  position: relative;
}
.feature_sec .contents_box-s .feature_lists {
  flex-direction: column;
  gap: 235px 0;
}
.feature_sec .contents_box-s .feature_lists .feature_list {
  position: relative;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_img {
  width: 1000px;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents {
  width: 800px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: -190px;
  right: 0;
}
.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 h4 {
  color: #C4A14E;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_ttl h4 span {
  font-size: 2.4rem;
}
.feature_sec .contents_box-s .feature_lists .feature_list .feature_list_contents .feature_list_txt p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
.feature_sec .contents_box-s .feature_lists .feature_list:nth-child(even) .feature_list_img {
  margin: 0 0 0 auto;
}
.feature_sec .contents_box-s .feature_lists .feature_list:nth-child(even) .feature_list_contents {
  left: 0;
}
.feature_sec .feature_img {
  width: 21.09%;
  position: absolute;
  top: -185px;
  left: 0;
}

.message_sec {
  background: url(../img/top/message_bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
.message_sec .contents_box-s .message_contents {
  width: 695px;
  margin: 0 0 0 auto;
}
.message_sec .contents_box-s .message_contents .message_ttl {
  margin-bottom: 30px;
}
.message_sec .contents_box-s .message_contents .message_ttl h3 {
  text-align: right;
}
.message_sec .contents_box-s .message_contents .messgae_txt {
  width: 560px;
  margin: 0 0 0 auto;
}

.company_sec {
  background: url(../img/top/company_sec_bg.jpg) no-repeat center/cover;
}
.company_sec .contents_box-s {
  padding: 80px 0;
}
.company_sec .contents_box-s .company_contents_wrapper {
  justify-content: space-between;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl {
  width: 235px;
}
.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: 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: #C4A14E;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  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;
  letter-spacing: 0.05em;
  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 */