.hd {
  height: 100vh;
  background: url(../img/header/mv_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .hd_logo {
  width: 320px;
}
.hd .hd_cta {
  width: 650px;
  background: #ffffff;
  padding: 30px 48px;
  box-sizing: border-box;
  border-radius: 30px;
  position: absolute;
  top: 1%;
  right: 1%;
}
.hd .hd_cta .hd_tel {
  flex-direction: column;
  align-items: end;
  margin-right: 29px;
}
.hd .hd_cta .hd_tel .hd_tel_top {
  color: #FF9933;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hd .hd_cta .hd_tel .hd_tel_top span {
  color: #FF9933;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hd .hd_cta .hd_tel .hd_tel_bottom {
  color: #FF9933;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hd .mv_ttl {
  width: 66.7%;
  min-width: 980px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hd .mv_btn {
  width: 41.6%;
  min-width: 580px;
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hd .mv_btn a:hover {
  opacity: 1;
}

#ft .copy_right {
  background: #ff861a;
  padding: 8px 0;
  box-sizing: border-box;
  text-align: center;
}
#ft .copy_right span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
#ft .sp_bottom-nav {
  display: none;
}

.wpcf7-form {
  width: 1080px;
  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 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.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;
  font-weight: 600;
  color: #000000;
}
.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", sans-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", sans-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 .wpcf7-list-item, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio .wpcf7-list-item:nth-child(5), .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .wpcf7-list-item:nth-child(5) {
  margin-top: 5px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio .wpcf7-list-item:nth-child(6), .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .wpcf7-list-item:nth-child(6) {
  margin-top: 5px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio .wpcf7-list-item:nth-child(7), .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .wpcf7-list-item:nth-child(7) {
  margin-top: 5px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio .wpcf7-list-item:last-child, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-right: 0;
  margin-top: 5px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-not-valid-tip {
  color: #E53935;
  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;
  color: #ffffff;
  background: #4ad75e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0px 6px 0px 0px rgb(61, 178, 78);
}
.wpcf7-form .cf7_button input[type=submit]:hover {
  opacity: 0.6;
}

#not_found_sec {
  background: #ff861a;
  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 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#not_found_sec .contents_box .not_found_txt p {
  color: #ffffff;
  text-align: center;
  line-height: 2;
}
#not_found_sec .contents_box .not_found_txt p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#about_sec {
  background: url(../img/top/about_sec_bg.png) no-repeat center/cover;
  padding: 80px 0;
  box-sizing: border-box;
}
#about_sec .contents_box {
  padding: 0 65px;
  box-sizing: border-box;
}
#about_sec .contents_box .about_img {
  margin-right: 100px;
}
#about_sec .contents_box .about_contents {
  width: 760px;
}
#about_sec .contents_box .about_contents .about_ttl {
  margin-bottom: 35px;
}
#about_sec .contents_box .about_contents .about_ttl h3 {
  color: #ffffff;
  line-height: 1.6;
}
#about_sec .contents_box .about_contents .about_txt p {
  color: #ffffff;
  margin-bottom: 35px;
}
#about_sec .contents_box .about_contents .about_txt p:last-child {
  margin-bottom: 0;
}

#trouble_sec {
  background: #b0f5f7;
}
#trouble_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
}
#trouble_sec .contents_box .trouble_ttl {
  width: 640px;
  margin: 0 auto 50px;
}
#trouble_sec .contents_box .trouble_img-pc {
  width: 980px;
  margin: 0 auto;
}

#solution_sec {
  background: linear-gradient(180deg, rgb(176, 245, 247) 35%, rgb(255, 134, 26) 35%);
}
#solution_sec .contents_box .solution_ttl {
  background: #ff861a;
  padding: 30px 90px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
}
#solution_sec .contents_box .solution_ttl h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3;
}

#feature_sec {
  background: #ff861a;
}
#feature_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
#feature_sec .contents_box .feature_ttl {
  width: 420px;
  margin: 0 auto 105px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#feature_sec .contents_box .feature_ttl h3 {
  display: block;
}
#feature_sec .contents_box .feature_ttl h3 .ttl_en {
  display: block;
  width: 90%;
  margin: 0 auto 25px;
}
#feature_sec .contents_box .feature_ttl h3 .ttl_ja {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
#feature_sec .contents_box .feature_lists {
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
#feature_sec .contents_box .feature_lists .feature_list {
  width: 340px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 30px 0 0;
  position: relative;
}
#feature_sec .contents_box .feature_lists .feature_list:nth-child(3n) {
  margin-right: 0;
}
#feature_sec .contents_box .feature_lists .feature_list .feature_list_num {
  width: 120px;
  position: absolute;
  top: 1px;
  left: 1px;
}
#feature_sec .contents_box .feature_lists .feature_list .feature_list_img {
  width: 100%;
  margin-bottom: 20px;
}
#feature_sec .contents_box .feature_lists .feature_list .feature_list_ttl {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#feature_sec .contents_box .feature_lists .feature_list .feature_list_ttl h4 {
  color: #ff861a;
  font-weight: 600;
  line-height: 1.6;
}
#feature_sec .contents_box .feature_lists .feature_list .feature_list_txt {
  padding: 0 20px 30px;
  box-sizing: border-box;
}
#feature_sec .contents_box .feature_lists .feature_list .feature_list_txt p {
  line-height: 1.5;
}
#feature_sec .contents_box .feature_img {
  position: absolute;
  top: 0;
  left: 0;
}

#difference_sec {
  background: url(../img/top/difference_sec_bg.png) no-repeat center/cover;
}
#difference_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
}
#difference_sec .contents_box .difference_ttl {
  width: 840px;
  margin: 0 auto 60px;
}
#difference_sec .contents_box .difference_contents .difference_content {
  width: 520px;
  margin-right: 40px;
}
#difference_sec .contents_box .difference_contents .difference_content:nth-child(2) {
  margin-right: 0;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_ttl {
  text-align: center;
  margin-bottom: 20px;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_ttl h4 {
  font-size: 32px;
  font-weight: 600;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list {
  margin-bottom: 30px;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list:first-child .difference_content_list_txt {
  padding: 20px;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list:first-child .difference_content_list_txt p {
  text-align: center;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list:last-child {
  margin-bottom: 0;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list .difference_content_list_ttl {
  margin-bottom: 10px;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list .difference_content_list_ttl h5 {
  font-size: 20px;
  font-weight: 600;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list .difference_content_list_txt {
  background: #ffffff;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 100px;
}
#difference_sec .contents_box .difference_contents .difference_content .difference_content_lists .difference_content_list .difference_content_list_txt p {
  font-size: 19px;
  line-height: 1.6;
}
#difference_sec .contents_box .difference_contents .difference_content-reform .difference_content_lists .difference_content_list:first-child {
  margin-bottom: 95px;
}

#price_sec {
  background: #ff861a;
}
#price_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
}
#price_sec .contents_box .price_ttl {
  width: 95%;
  margin: 0 auto 50px;
}
#price_sec .contents_box .price_img {
  background: #ffffff;
  padding: 20px 265px 20px 185px;
  box-sizing: border-box;
  border-radius: 520px;
}

#voice_sec {
  background: #b0f5f7;
}
#voice_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
}
#voice_sec .contents_box .voice_ttl {
  width: 415px;
  margin: 0 auto 145px;
}
#voice_sec .contents_box .voice_lists {
  align-items: flex-start;
  flex-wrap: wrap;
}
#voice_sec .contents_box .voice_lists .voice_list {
  width: 340px;
  background: #ffffff;
  padding: 125px 20px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-right: 30px;
  position: relative;
}
#voice_sec .contents_box .voice_lists .voice_list:nth-child(3n) {
  margin-right: 0;
}
#voice_sec .contents_box .voice_lists .voice_list .voice_list_img {
  width: 58%;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#voice_sec .contents_box .voice_lists .voice_list .voice_list_ttl {
  margin-bottom: 20px;
}
#voice_sec .contents_box .voice_lists .voice_list .voice_list_ttl h4 {
  color: #ff861a;
  font-weight: 600;
  text-align: center;
}
#voice_sec .contents_box .voice_lists .voice_list .voice_list_txt p {
  line-height: 1.6;
}

#flow_sec {
  background: #ff861a;
}
#flow_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
#flow_sec .contents_box .flow_ttl {
  width: 415px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}
#flow_sec .contents_box .flow_lists {
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
#flow_sec .contents_box .flow_lists .flow_list {
  width: 240px;
  background: #ffffff;
  border-radius: 30px;
  margin-right: 40px;
  position: relative;
}
#flow_sec .contents_box .flow_lists .flow_list::after {
  content: "";
  display: block;
  width: 13px;
  height: 26px;
  background: url(../img/top/flow_list_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 135px;
  right: -26px;
}
#flow_sec .contents_box .flow_lists .flow_list:nth-child(4n) {
  margin-right: 0;
}
#flow_sec .contents_box .flow_lists .flow_list:nth-child(4n)::after {
  display: none;
}
#flow_sec .contents_box .flow_lists .flow_list .flow_list_num {
  margin-bottom: 10px;
}
#flow_sec .contents_box .flow_lists .flow_list .flow_list_img {
  width: 35%;
  margin: 0 auto 10px;
}
#flow_sec .contents_box .flow_lists .flow_list .flow_list_ttl {
  margin-bottom: 10px;
}
#flow_sec .contents_box .flow_lists .flow_list .flow_list_ttl h4 {
  color: #ff861a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
#flow_sec .contents_box .flow_lists .flow_list .flow_list_txt {
  padding: 0 20px 25px;
  box-sizing: border-box;
}
#flow_sec .contents_box .flow_lists .flow_list .flow_list_txt p {
  font-size: 13px;
  line-height: 1.6;
}
#flow_sec .contents_box .flow_img {
  width: 273px;
  position: absolute;
  top: 10px;
  right: 0;
}

#works_sec {
  background: #b0f5f7;
}
#works_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
}
#works_sec .contents_box .works_ttl {
  width: 280px;
  margin: 0 auto 45px;
}
#works_sec .contents_box .works_txt {
  margin-bottom: 45px;
}
#works_sec .contents_box .works_txt p {
  font-size: 18px;
  text-align: center;
}
#works_sec .contents_box .works_lists {
  width: 780px;
  margin: 0 auto;
}
#works_sec .contents_box .works_lists .works_list {
  margin-bottom: 50px;
}
#works_sec .contents_box .works_lists .works_list:last-child {
  margin-bottom: 0;
}

#contact_sec {
  background: #ff861a;
}
#contact_sec .contents_box {
  padding: 100px 0;
  box-sizing: border-box;
}
#contact_sec .contents_box .contact_ttl {
  width: 560px;
  margin: 0 auto 45px;
}

#cta_sec {
  background: url(../img/top/cta_sec_bg.png) no-repeat center/cover;
}
#cta_sec .contents_box {
  padding: 60px 0;
  box-sizing: border-box;
}
#cta_sec .contents_box .cta_btn {
  width: 480px;
  margin: 0 auto;
}

#company_sec {
  background: #b0f5f7;
}
#company_sec .contents_box {
  padding: 100px 0;
  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 h3 {
  font-size: 40px;
  font-weight: 600;
}
#company_sec .contents_box .company_contents .company_info_lists {
  width: 740px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #C7C7C7;
  align-items: start;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list:first-child {
  padding-top: 0;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dt {
  width: 15%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-right: 40px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd {
  width: 85%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
#company_sec .contents_box .google-map {
  width: 1080px;
}
#company_sec .contents_box .google-map iframe {
  width: 100%;
  height: 350px;
}/*# sourceMappingURL=style.css.map */