#top_hd .top_hd_contents {
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
}
#top_hd .top_hd_contents .top_hd_logo {
  text-align: center;
}
#top_hd .top_hd_contents .top_hd_logo h1 {
  font-size: 18px;
}
#top_hd .top_hd_contents .top_hd_logo h1 a {
  color: #004775;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#top_hd .top_hd_contents .top_hd_cta {
  display: none;
}
#top_hd .mv {
  height: 440px;
  background: url(../img/header/mv_bg.png) no-repeat center/cover;
}
#top_hd .mv .contents_box {
  width: 95%;
  height: 100%;
  position: relative;
}
#top_hd .mv .contents_box .mv_img {
  width: 35%;
  position: absolute;
  bottom: 0;
  left: 2%;
}
#top_hd .mv .contents_box .mv_contents {
  width: 100%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#top_hd .mv .contents_box .mv_contents .mv_catcg-copy {
  margin-bottom: 10px;
}
#top_hd .mv .contents_box .mv_contents .mv_catcg-copy h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
#top_hd .mv .contents_box .mv_contents .mv_catcg-copy h2 span {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  background: #FABE00;
  margin-right: 20px;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn_ttl {
  text-align: center;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn_ttl > span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn_ttl > span::before {
  content: "";
  display: block;
  width: 13px;
  height: 23px;
  background: url(../img/header/mv_btn_ttl_left.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -25px;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn_ttl > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 23px;
  background: url(../img/header/mv_btn_ttl_right.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -25px;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn_ttl > span span {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn {
  text-align: center;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn a {
  display: block;
  width: 80%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 15px 0;
  box-sizing: border-box;
  margin: 0 auto;
  background: #004775;
  border-radius: 50px;
  position: relative;
}
#top_hd .mv .contents_box .mv_contents .mv_btn_contents .mv_btn a::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/header/mv_btn_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 35px;
}

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

.wpcf7-form {
  width: 100%;
  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 {
  color: #000000;
  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;
  color: #000000;
  font-weight: 500;
}
.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: #fff;
  letter-spacing: 2px;
  background: #004775;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 50px;
}
.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 {
  padding: 60px 0;
  box-sizing: border-box;
}
#about_sec .contents_box {
  width: 95%;
  flex-direction: column;
}
#about_sec .contents_box .about_ttl {
  margin-bottom: 25px;
}
#about_sec .contents_box .about_ttl h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#about_sec .contents_box .about_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
#about_sec .contents_box .about_txt p:last-child {
  margin-bottom: 0;
}

#trouble_sec {
  padding: 0 0 45px;
  box-sizing: border-box;
}
#trouble_sec .contents_box {
  width: 95%;
}
#trouble_sec .contents_box .trouble_ttl {
  margin-bottom: 30px;
}
#trouble_sec .contents_box .trouble_ttl h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  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: #F1F7FB;
  padding: 20px 10px 0;
  box-sizing: border-box;
  margin: 0 2% 30px 0;
  position: relative;
}
#trouble_sec .contents_box .trouble_lists .trouble_list:nth-child(2n) {
  margin-right: 0;
}
#trouble_sec .contents_box .trouble_lists .trouble_list .trouble_list_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 95%;
  margin: 0 auto 10px;
  background: #ffffff;
  height: 105px;
  position: relative;
}
#trouble_sec .contents_box .trouble_lists .trouble_list .trouble_list_txt:before {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background: url(../img/top/trouble_list_txt_ic.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -10px;
}
#trouble_sec .contents_box .trouble_lists .trouble_list .trouble_list_txt span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

#cta_sec {
  background: url(../img/top/cta_bg_ic.png) no-repeat top center/10%, url(../img/top/cta_bg.png) no-repeat center/cover;
  padding: 25px 0 0;
}
#cta_sec .contents_box {
  width: 90%;
  justify-content: space-between;
}
#cta_sec .contents_box .cta_ttl h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#cta_sec .contents_box .cta_ttl h3 span {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  background: #FABE00;
}
#cta_sec .contents_box .cta_img {
  width: 40%;
}

#point_sec .point_lists .point_list {
  padding: 45px 0;
  box-sizing: border-box;
}
#point_sec .point_lists .point_list:nth-child(even) {
  background: #F1F7FB;
}
#point_sec .point_lists .point_list .contents_box {
  width: 95%;
  flex-direction: column;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_ttl {
  border-bottom: 2px solid #004775;
  padding: 0 0 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_ttl h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_ttl h3 > span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_ttl h3 > span span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_txt {
  margin-bottom: 25px;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

#flow_sec {
  background: #F1F7FB;
  padding: 45px 0;
  box-sizing: border-box;
}
#flow_sec .contents_box {
  width: 95%;
}
#flow_sec .contents_box .flow_ttl {
  margin-bottom: 50px;
}
#flow_sec .contents_box .flow_ttl h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
#flow_sec .contents_box .flow_list {
  flex-direction: column-reverse;
  background: #004775;
  padding: 25px 25px 0;
  box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
}
#flow_sec .contents_box .flow_list::before {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: url(../img/top/flow_list_arrow.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -25px;
}
#flow_sec .contents_box .flow_list:last-child::before {
  display: none;
}
#flow_sec .contents_box .flow_list .flow_list_img {
  width: 35%;
  margin: 0 0 0 auto;
}
#flow_sec .contents_box .flow_list .flow_list_contents .flow_list_ttl {
  margin-bottom: 20px;
}
#flow_sec .contents_box .flow_list .flow_list_contents .flow_list_ttl h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: #cccccc;
  text-decoration-thickness: 1px;
}
#flow_sec .contents_box .flow_list .flow_list_contents .flow_list_txt {
  margin-bottom: 10px;
}
#flow_sec .contents_box .flow_list .flow_list_contents .flow_list_txt p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #cccccc;
  text-decoration-thickness: 1px;
}

#consulting_sec {
  background: url(../img/top/consulting_bg.png) no-repeat center/cover;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#consulting_sec .contents_box {
  width: 95%;
}
#consulting_sec .contents_box .consulting_ttl h3 {
  text-align: center;
}
#consulting_sec .contents_box .consulting_ttl h3 span:first-child {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
}
#consulting_sec .contents_box .consulting_ttl h3 span:first-child::before {
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background: url(../img/top/consulting_ttl_left.png) no-repeat center/cover;
  position: absolute;
  bottom: 10px;
  left: -25px;
}
#consulting_sec .contents_box .consulting_ttl h3 span:first-child::after {
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background: url(../img/top/consulting_ttl_right.png) no-repeat center/cover;
  position: absolute;
  bottom: 10px;
  right: -25px;
}
#consulting_sec .contents_box .consulting_ttl h3 span:last-child {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: #FABE00;
}

#contact_sec {
  background: url(../img/top/contact_bg.png) no-repeat center/cover;
  padding: 45px 0;
  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 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

#company_sec {
  padding: 45px 0;
  box-sizing: border-box;
}
#company_sec .contents_box {
  width: 95%;
}
#company_sec .contents_box .company_contents {
  flex-direction: column;
  margin-bottom: 35px;
}
#company_sec .contents_box .company_contents .company_ttl {
  margin-bottom: 15px;
}
#company_sec .contents_box .company_contents .company_ttl h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #C7C7C7;
  flex-direction: column;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dt {
  color: #000000;
  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 {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd a {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
#company_sec .contents_box .google-map iframe {
  width: 100%;
  height: 350px;
}/*# sourceMappingURL=style_sp.css.map */