#top_hd .top_hd_contents {
  padding: 15px 25px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
#top_hd .top_hd_contents .top_hd_logo h1 {
  font-size: 24px;
}
#top_hd .top_hd_contents .top_hd_logo h1 a {
  color: #004775;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#top_hd .top_hd_contents .top_hd_cta {
  align-items: center;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_phone {
  margin-right: 60px;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_phone span {
  color: #004775;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_phone span::before {
  content: "";
  display: block;
  width: 17px;
  height: 27px;
  background: url(../img/header/top_hd_phone_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  left: -30px;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel {
  margin-right: 25px;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel span {
  color: #004775;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_tel span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/header/top_hd_tel_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  left: -30px;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_contact a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #004775;
  padding: 15px 60px 15px 35px;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
}
#top_hd .top_hd_contents .top_hd_cta .top_hd_contact a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/header/top_hd_contact_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 35px;
}
#top_hd .mv {
  height: 90vh;
  background: url(../img/header/mv_bg.png) no-repeat center/cover;
}
#top_hd .mv .contents_box {
  height: 100%;
  position: relative;
}
#top_hd .mv .contents_box .mv_img {
  width: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top_hd .mv .contents_box .mv_contents {
  position: absolute;
  top: 3%;
  right: 50px;
}
#top_hd .mv .contents_box .mv_contents .mv_catcg-copy h2 {
  color: #ffffff;
  font-size: 60px;
  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: 66px;
  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: 28px;
  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: 48px;
  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: inline-block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 20px 135px 20px 90px;
  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: 46px;
  height: 46px;
  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: 45px;
}

#ft .copy_right {
  background: #004775;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
#ft .copy_right span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#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: 18px;
  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: 65%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span {
  font-size: 18px;
  font-weight: 500;
  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", 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: 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;
  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: 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 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#not_found_sec .contents_box .not_found_txt p {
  text-align: center;
  line-height: 2;
}
#not_found_sec .contents_box .not_found_txt p a {
  border-bottom: 1px solid #000000;
}

#about_sec {
  padding: 80px 0;
  box-sizing: border-box;
}
#about_sec .contents_box {
  justify-content: space-between;
}
#about_sec .contents_box .about_ttl {
  width: 475px;
  margin-right: 130px;
}
#about_sec .contents_box .about_ttl h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#about_sec .contents_box .about_txt {
  width: 475px;
}
#about_sec .contents_box .about_txt p {
  font-size: 18px;
  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: 50px 0;
  box-sizing: border-box;
}
#trouble_sec .contents_box .trouble_ttl {
  margin-bottom: 30px;
}
#trouble_sec .contents_box .trouble_ttl h3 {
  font-size: 40px;
  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: 340px;
  background: #F1F7FB;
  padding: 20px 10px 0;
  box-sizing: border-box;
  margin: 0 20px 30px 0;
  position: relative;
}
#trouble_sec .contents_box .trouble_lists .trouble_list:nth-child(3n) {
  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: 280px;
  margin: 0 auto 10px;
  background: #ffffff;
  height: 90px;
  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: 18px;
  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/5%, url(../img/top/cta_bg.png) no-repeat center/cover;
}
#cta_sec .contents_box {
  justify-content: space-between;
  align-items: center;
}
#cta_sec .contents_box .cta_ttl h3 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#cta_sec .contents_box .cta_ttl h3 span {
  color: #000000;
  font-size: 52px;
  font-weight: 600;
  background: #FABE00;
}
#cta_sec .contents_box .cta_img {
  width: 25%;
}

#point_sec .point_lists .point_list {
  padding: 80px 0;
  box-sizing: border-box;
}
#point_sec .point_lists .point_list:nth-child(even) {
  background: #F1F7FB;
}
#point_sec .point_lists .point_list:nth-child(even) .contents_box {
  flex-direction: row-reverse;
}
#point_sec .point_lists .point_list .contents_box {
  justify-content: space-between;
}
#point_sec .point_lists .point_list .contents_box .point_contents {
  width: 520px;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_ttl {
  border-bottom: 3px solid #004775;
  padding: 0 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_ttl h3 {
  font-size: 40px;
  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: 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 span {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#point_sec .point_lists .point_list .contents_box .point_contents .point_list_txt p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

#flow_sec {
  background: #F1F7FB;
  padding: 80px 0;
  box-sizing: border-box;
}
#flow_sec .contents_box .flow_ttl {
  margin-bottom: 50px;
}
#flow_sec .contents_box .flow_ttl h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
#flow_sec .contents_box .flow_list {
  align-items: center;
  background: #004775;
  padding: 30px;
  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 {
  margin-right: 30px;
}
#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: 32px;
  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 p {
  color: #ffffff;
  font-size: 16px;
  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: 55px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#consulting_sec .contents_box .consulting_ttl {
  position: relative;
}
#consulting_sec .contents_box .consulting_ttl::before {
  content: "";
  display: block;
  width: 353px;
  height: 246px;
  background: url(../img/top/consulting_img_left.png) no-repeat center/cover;
  position: absolute;
  bottom: -55px;
  left: -60px;
  z-index: -1;
}
#consulting_sec .contents_box .consulting_ttl::after {
  content: "";
  display: block;
  width: 231px;
  height: 256px;
  background: url(../img/top/consulting_img_right.png) no-repeat center/cover;
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: -1;
}
#consulting_sec .contents_box .consulting_ttl h3 {
  text-align: center;
}
#consulting_sec .contents_box .consulting_ttl h3 span:first-child {
  color: #ffffff;
  font-size: 52px;
  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: 52px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: #FABE00;
}

#contact_sec {
  background: url(../img/top/contact_bg.png) no-repeat center/cover;
  padding: 50px 0;
  box-sizing: border-box;
}
#contact_sec .contents_box .contact_ttl {
  margin-bottom: 30px;
}
#contact_sec .contents_box .contact_ttl h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

#company_sec {
  padding: 80px 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 {
  padding: 0 20px;
  box-sizing: border-box;
}
#company_sec .contents_box .company_contents .company_ttl h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#company_sec .contents_box .company_contents .company_info_lists {
  width: 725px;
}
#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: center;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dt {
  width: 20%;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-right: 40px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd {
  width: 80%;
  color: #000000;
  font-size: 16px;
  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;
  vertical-align: middle;
}
#company_sec .contents_box .google-map {
  width: 1080px;
}
#company_sec .contents_box .google-map iframe {
  width: 100%;
  height: 350px;
}/*# sourceMappingURL=style.css.map */