#main_visual {
  width: 100%;
}
#main_visual .mv_catch_box {
  width: 100%;
  box-sizing: border-box;
}
#main_visual .mv_catch_box .mv_catch_main {
  padding: 4% 4% 12%;
}
#main_visual .mv_catch_box .mv_catch_main h1 {
  width: 100%;
  margin-bottom: 15%;
  text-align: center;
}
#main_visual .mv_catch_box .mv_catch_main h1 img {
  width: 50%;
}
#main_visual .mv_catch_box .mv_catch_main .mv_catch {
  width: 100%;
}
#main_visual .mv_catch_box .mv_catch_main .mv_catch h2 {
  width: 95%;
}
#main_visual .mv_catch_box .mv_sub_contents_box {
  box-sizing: border-box;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents_ttl {
  width: 90%;
  margin: 0 auto 2%;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents_ttl h3 {
  width: 100%;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents {
  width: 100%;
  background: #fdf1de;
  padding: 3% 5%;
  box-sizing: border-box;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_ttl {
  position: relative;
  margin-bottom: 4%;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_ttl:before {
  content: "";
  display: block;
  width: 19.85%;
  height: 130px;
  background: url(../img/mv_365.png) center/contain no-repeat;
  position: absolute;
  top: -85px;
  left: -15px;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_ttl h4 {
  font-size: 7.47vw;
  font-weight: 900;
  color: #f29702;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box {
  display: block;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  margin-right: 4%;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content:last-child {
  margin-right: 0;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content h5 {
  width: 100%;
  background: #f29702;
  border-radius: 15px 15px 0 0;
  font-size: 4.53vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1% 0 3%;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content h5 > span {
  font-size: 3.73vw;
  font-weight: 500;
  color: #fff;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists {
  width: 100%;
  padding: 2% 4% 5%;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists:before {
  content: "etc...";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #f8c981;
  position: absolute;
  bottom: -18px;
  right: 0;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists li {
  width: 32%;
  margin-right: 4%;
  text-align: center;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists li:last-child {
  margin-right: 0;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists li .mv_sub_content_lists_icon {
  width: 100%;
  margin-bottom: 10%;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists li h6 {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
#main_visual .mv_catch_box .mv_sub_contents_box .mv_sub_contents .mv_sub_content_box .mv_sub_content .mv_sub_content_lists li h6 > span {
  font-size: 3.47vw;
}
#main_visual .fixed_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
#main_visual .fixed_btn a {
  display: block;
  width: 100%;
  padding-top: 20%;
  background: url(../img/fixed_btn_sp.png) bottom/contain no-repeat;
}

#sub_visual {
  width: 100%;
}
#sub_visual .sv_header {
  width: 100%;
  padding: 4%;
  box-sizing: border-box;
}
#sub_visual .sv_header h1 {
  width: 100%;
  text-align: center;
}
#sub_visual .sv_header h1 img {
  width: 50%;
}
#sub_visual .sv_catch_box {
  width: 100%;
  height: 200px;
  position: relative;
}
#sub_visual .sv_catch_box .sv_catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 5%;
}
#sub_visual .sv_catch_box .sv_catch h2 {
  font-size: 28px;
  font-weight: 900;
  color: #444444;
  letter-spacing: 2px;
  padding-left: 35px;
  box-sizing: border-box;
  position: relative;
}
#sub_visual .sv_catch_box .sv_catch h2:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #f29702 center/contain no-repeat;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  left: 0;
}

#footer_sec {
  padding: 45px 0;
}
#footer_sec .ft_logo {
  width: 60%;
  margin: 0 auto 35px;
}
#footer_sec .ft_info_box {
  display: block;
  width: 90%;
  margin: 0 auto 0;
}
#footer_sec .ft_info_box .ft_address {
  text-align: center;
  margin-bottom: 15px;
}
#footer_sec .ft_info_box .ft_address span {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 1px;
}
#footer_sec .ft_info_box .ft_corporate_btn {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
#footer_sec .ft_info_box .ft_corporate_btn > a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  padding: 10px 0;
  position: relative;
}
#footer_sec .ft_info_box .ft_corporate_btn > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/footer/ft_corporate_btn_border.png) top left/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer_sec .ft_info_box .ft_corporate_btn > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background: url(../img/footer/ft_corporate_btn_arr.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
#footer_sec .ft_info_box .ft_sns {
  justify-content: center;
  margin-bottom: 25px;
}
#footer_sec .ft_info_box .ft_sns li {
  margin-right: 30px;
}
#footer_sec .ft_info_box .ft_sns li:last-child {
  margin-right: 0;
}
#footer_sec .ft_nav {
  margin-bottom: 20px;
}
#footer_sec .ft_nav ul {
  justify-content: center;
}
#footer_sec .ft_nav ul li {
  border-right: 1px solid #444444;
}
#footer_sec .ft_nav ul li:last-child {
  border-right: none;
}
#footer_sec .ft_nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 1px;
  padding: 0 10px;
}
#footer_sec .copy_right {
  text-align: center;
}
#footer_sec .copy_right span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

#trouble_sec {
  padding: 80px 0 0;
  box-sizing: border-box;
}
#trouble_sec h3 {
  font-size: 32px;
  font-weight: 900;
  color: #f29702;
  text-align: center;
  margin-bottom: 30px;
}
#trouble_sec h3 span {
  font-size: 36px;
  color: #444444;
  position: relative;
}
#trouble_sec h3 span:before {
  display: block;
  content: "";
  width: 24.75%;
  height: 50px;
  background: url(../img/trouble/trouble_ttl_deco.png) center/contain no-repeat;
  position: absolute;
  top: -20px;
  right: -15%;
}
#trouble_sec .trouble_contents {
  width: 100%;
  background: url(../img/trouble/trouble_people.png) bottom -15px left 50%/50% no-repeat, url(../img/trouble/trouble_sec_bg_arr.png) top left 50% no-repeat, url(../img/trouble/trouble_sec_bg.png) top/cover no-repeat;
  padding: 60px 0 115px;
}
#trouble_sec .trouble_contents .trouble_content {
  width: 90%;
  margin: 0 auto;
}
#trouble_sec .trouble_contents .trouble_content ul {
  display: block;
  width: 100%;
}
#trouble_sec .trouble_contents .trouble_content ul li {
  width: 75%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  margin-bottom: 15px;
}
#trouble_sec .trouble_contents .trouble_content ul li span {
  font-size: 24px;
}
#trouble_sec .trouble_contents .trouble_content ul .trouble_content_01 {
  background: url(../img/trouble/trouble_content_bg.png) center/contain no-repeat;
  padding: 50px 0;
}
#trouble_sec .trouble_contents .trouble_content ul .trouble_content_02 {
  background: url(../img/trouble/trouble_content_bg.png) center/contain no-repeat;
  padding: 50px 0;
  margin: 0 0 15px auto;
}
#trouble_sec .trouble_contents .trouble_content ul .trouble_content_03 {
  background: url(../img/trouble/trouble_content_bg.png) center/contain no-repeat;
  padding: 35px 0;
}
#trouble_sec .trouble_contents .trouble_content ul .trouble_content_04 {
  background: url(../img/trouble/trouble_content_bg.png) center/contain no-repeat;
  padding: 50px 0;
  margin: 0 0 15px auto;
}
#trouble_sec .trouble_contents .trouble_content ul .trouble_content_05 {
  background: url(../img/trouble/trouble_content_bg.png) center/contain no-repeat;
  padding: 50px 0;
}

#solution_sec {
  padding: 80px 0 60px;
}
#solution_sec h3 {
  font-size: 6vw;
  font-weight: 900;
  color: #f29702;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
#solution_sec h3:before {
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  background: url(../img/solution/solution_ttl_dec_left.png) center/contain no-repeat;
  position: absolute;
  top: -25px;
  left: 0;
}
#solution_sec h3:after {
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  background: url(../img/solution/solution_ttl_dec_right.png) center/contain no-repeat;
  position: absolute;
  top: -25px;
  right: 0;
}
#solution_sec h3 span {
  font-size: 7vw;
  color: #f8c981;
}
#solution_sec h3 span .ruby {
  position: relative;
}
#solution_sec h3 span .ruby:before {
  display: block;
  content: "";
  width: 20%;
  height: 15%;
  background: #f29702;
  border-radius: 25px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#solution_sec .solution_contents {
  width: 100%;
  box-sizing: border-box;
}
#solution_sec .solution_contents .solution_content {
  width: 85%;
  margin: 0 auto;
}
#solution_sec .solution_contents .solution_content ul li {
  width: 100%;
  margin-bottom: 45px;
}
#solution_sec .solution_contents .solution_content ul li:last-child {
  margin-bottom: 0;
}
#solution_sec .solution_contents .solution_content ul li h4 {
  font-size: 20px;
  font-weight: 900;
  color: #f29702;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
}
#solution_sec .solution_contents .solution_content ul li h4:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #f8c981;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#solution_sec .solution_contents .solution_content ul li .solution_content_img {
  width: 100%;
  margin-bottom: 20px;
}
#solution_sec .solution_contents .solution_content ul li .solution_content_img img {
  width: 100%;
}
#solution_sec .solution_contents .solution_content ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

#reason_sec {
  width: 100%;
}
#reason_sec .reason_sec_ttl_box {
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 90px, #fcf7ed 90px, #fcf7ed 100%);
  padding: 45px 0;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_ttl h3 {
  font-size: 32px;
  font-weight: 900;
  color: #f29702;
  letter-spacing: 2px;
  position: relative;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_ttl h3::before {
  display: block;
  content: "";
  width: 35%;
  height: 100%;
  background: url(../img/reason/reason_ttl_dec.png) center/contain no-repeat;
  position: absolute;
  top: -40px;
  left: -40px;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_ttl h3 span {
  font-size: 34px;
  position: relative;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_ttl h3 span::before {
  display: block;
  content: "";
  width: 78.33%;
  height: 46px;
  background: url(../img/reason/reason_sec_ttl_span_dec.png) center/contain no-repeat;
  position: absolute;
  top: 15%;
  right: -15px;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp {
  width: 100%;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul li {
  margin-bottom: 35px;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul li:last-child {
  margin-bottom: 0;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  letter-spacing: 1.6px;
  padding-bottom: 10px;
  position: relative;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../img/reason/reason_category_sub_ttl_border.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul li a::after {
  display: block;
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/reason/reason_link_icon.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 15px;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul .reason_sec_link_01 {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul .reason_sec_link_01::before {
  display: inline-block;
  content: "01";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #f29702;
  border-radius: 25px;
  border: 3px solid #f8c981;
  padding: 0px 8px 5px 8px;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul .reason_sec_link_02 {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul .reason_sec_link_02::before {
  display: inline-block;
  content: "02";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #f29702;
  border-radius: 25px;
  border: 3px solid #f8c981;
  padding: 0px 8px 5px 8px;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul .reason_sec_link_03 {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
#reason_sec .reason_sec_ttl_box .reason_sec_ttl_grp .reason_sec_link_grp ul .reason_sec_link_03::before {
  display: inline-block;
  content: "03";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #f29702;
  border-radius: 25px;
  border: 3px solid #f8c981;
  padding: 0px 8px 5px 8px;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#reason_sec .reason_contents {
  width: 100%;
}
#reason_sec .reason_contents ul .reason_content_box {
  width: 100%;
  padding: 95px 0 75px;
}
#reason_sec .reason_contents ul .reason_content_box .reason_content {
  width: 90%;
  margin: 0 auto;
}
#reason_sec .reason_contents ul .reason_content_box .reason_content .reason_content_txt_box {
  width: 100%;
}
#reason_sec .reason_contents ul .reason_content_box .reason_content .reason_content_txt_box h4 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2.5px;
  background: #f29702;
  border-radius: 10px;
  padding: 15px 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#reason_sec .reason_contents ul .reason_content_box .reason_content .reason_content_txt_box .reason_content_txt {
  padding: 0px 15px;
  box-sizing: border-box;
}
#reason_sec .reason_contents ul .reason_content_box .reason_content .reason_content_txt_box .reason_content_txt p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: 2;
}
#reason_sec .reason_contents ul .reason_content_box .reason_content .reason_content_txt_box .reason_content_txt p:last-child {
  margin-bottom: 0;
}
#reason_sec .reason_contents ul #reason_content_box_01 {
  background: url(../img/reason/reason_content_insure_bg.png) left/cover no-repeat;
}
#reason_sec .reason_contents ul #reason_content_box_01 .reason_content .reason_content_txt_box_01 h4 {
  position: relative;
}
#reason_sec .reason_contents ul #reason_content_box_01 .reason_content .reason_content_txt_box_01 h4::before {
  display: block;
  content: "01";
  font-size: 52px;
  color: #f29702;
  position: absolute;
  top: -58px;
  left: 10px;
}
#reason_sec .reason_contents ul #reason_content_box_02 {
  background: url(../img/reason/reason_content_law_bg.png) right/cover no-repeat;
}
#reason_sec .reason_contents ul #reason_content_box_02 .reason_content .reason_content_txt_box_02 {
  margin: 0 0 0 auto;
}
#reason_sec .reason_contents ul #reason_content_box_02 .reason_content .reason_content_txt_box_02 h4 {
  position: relative;
}
#reason_sec .reason_contents ul #reason_content_box_02 .reason_content .reason_content_txt_box_02 h4::before {
  display: block;
  content: "02";
  font-size: 52px;
  color: #f29702;
  position: absolute;
  top: -58px;
  left: 10px;
}
#reason_sec .reason_contents ul #reason_content_box_03 {
  width: 100%;
  background: url(../img/reason/reason_content_works_bg.png) left/cover no-repeat;
}
#reason_sec .reason_contents ul #reason_content_box_03 .reason_content .reason_content_txt_box_03 h4 {
  position: relative;
}
#reason_sec .reason_contents ul #reason_content_box_03 .reason_content .reason_content_txt_box_03 h4::before {
  display: block;
  content: "03";
  font-size: 52px;
  color: #f29702;
  position: absolute;
  top: -58px;
  left: 10px;
}

#service_sec {
  width: 100%;
  padding: 60px 0;
}
#service_sec .service_ttl_box {
  width: 90%;
  margin: 0 auto 25px;
}
#service_sec .service_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #f29702;
}
#service_sec .service_contents_box {
  width: 90%;
  margin: 0 auto 35px;
  position: relative;
}
#service_sec .service_contents_box h4 {
  font-size: 26px;
  font-weight: 900;
  color: #f8c981;
  margin-bottom: 15px;
}
#service_sec .service_contents_box p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 30px;
}
#service_sec .service_contents_box ul {
  width: 100%;
  flex-wrap: wrap;
}
#service_sec .service_contents_box ul li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 25px;
}
#service_sec .service_contents_box ul li:nth-child(2n) {
  margin-right: 0;
}
#service_sec .service_contents_box ul li img {
  width: 100%;
  margin-bottom: 5px;
}
#service_sec .service_contents_box ul li h5 {
  font-size: 18px;
  font-weight: 700;
  color: #f29702;
  text-align: center;
  letter-spacing: 1px;
}
#service_sec .service_contents_box ul li h5 span {
  font-size: 15px;
}
#service_sec .service_contents_box .service_contents_dec {
  font-size: 48px;
  font-weight: 700;
  color: #fef5e9;
  position: absolute;
  right: 0;
  bottom: -35px;
  z-index: -100;
}
#service_sec .service_other_box {
  width: 90%;
  margin: 0 auto;
}
#service_sec .service_other_box h4 {
  font-size: 26px;
  font-weight: 900;
  color: #f8c981;
  margin-bottom: 30px;
}
#service_sec .service_other_box .other_contents_box {
  display: block;
}
#service_sec .service_other_box .other_contents_box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #f29702;
  letter-spacing: 2px;
  border-bottom: 2px solid #f8c981;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#service_sec .service_other_box .other_contents_box .other_txt_box {
  width: 100%;
  margin-right: 3.7%;
}
#service_sec .service_other_box .other_contents_box .other_txt_box p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#service_sec .service_other_box .other_contents_box .other_img {
  width: 100%;
}

#area_sec {
  width: 100%;
}
#area_sec .area_ttl_box {
  width: 100%;
  background: #f29702;
  padding: 15px 0;
  border-bottom: 10px solid #f8c981;
}
#area_sec .area_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
#area_sec .area_contents_box {
  width: 100%;
  padding: 35px 0;
  background: url(../img/area/area_sec_bg.png) center/cover no-repeat;
}
#area_sec .area_contents_box .area_content_box {
  width: 90%;
  margin: 0 auto;
}
#area_sec .area_contents_box .area_content_box h4 {
  font-size: 28px;
  font-weight: 900;
  color: #f29702;
  margin-bottom: 34px;
}
#area_sec .area_contents_box .area_content_box h4::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 38px;
  background: url(../img/area/area_ttl_dec.png) no-repeat;
  vertical-align: bottom;
  margin-right: 14px;
}
#area_sec .area_contents_box .area_content_box .area_content {
  display: block;
}
#area_sec .area_contents_box .area_content_box .area_content .area_content_list {
  width: 100%;
  margin-bottom: 45px;
}
#area_sec .area_contents_box .area_content_box .area_content .area_content_list li {
  margin-bottom: 34px;
}
#area_sec .area_contents_box .area_content_box .area_content .area_content_list li:last-child {
  margin-bottom: 0;
}
#area_sec .area_contents_box .area_content_box .area_content .area_content_list li h5 {
  font-size: 20px;
  font-weight: 700;
  color: #f29702;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#area_sec .area_contents_box .area_content_box .area_content .area_content_list li p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 2;
}
#area_sec .area_contents_box .area_content_box .area_content .area_content_img {
  width: 100%;
}

#works_sec {
  padding: 45px 0;
}
#works_sec .works_ttl_box {
  width: 90%;
  margin: 0 auto;
}
#works_sec .works_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #f29702;
  margin-bottom: 35px;
}
#works_sec .works_ttl_box .works_category_box {
  border: 3px solid #fdf1de;
  border-radius: 25px;
  padding: 20px 25px;
  margin-bottom: 35px;
}
#works_sec .works_ttl_box .works_category_box h4 {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f8c981;
  margin-bottom: 20px;
  position: relative;
}
#works_sec .works_ttl_box .works_category_box h4::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 36px;
  background: url(../img/works/works_category_ttl_dec.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -30px;
}
#works_sec .works_ttl_box .works_category_box ul {
  display: block;
}
#works_sec .works_ttl_box .works_category_box ul li {
  width: 100%;
  margin-bottom: 25px;
}
#works_sec .works_ttl_box .works_category_box ul li:last-child {
  margin-bottom: 0;
}
#works_sec .works_ttl_box .works_category_box ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #f29702;
  padding-bottom: 10px;
  position: relative;
}
#works_sec .works_ttl_box .works_category_box ul li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../img/works/works_category_sub_ttl_arr.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5%;
}
#works_sec .works_ttl_box .works_category_box ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/works/works_category_sub_ttl_border.png) top left/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
#works_sec .works_contents_box {
  width: 90%;
  margin: 0 auto;
}
#works_sec .works_contents_box h5 {
  font-size: 20px;
  font-weight: 900;
  color: #f8c981;
  margin-bottom: 15px;
}
#works_sec .works_contents_box ul li {
  margin-bottom: 50px;
}
#works_sec .works_contents_box ul li .works_content_img {
  margin-bottom: 20px;
}
#works_sec .works_contents_box ul li h6 {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
}
#works_sec .works_contents_box ul li h6::before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: url(../img/works/works_content_ttl_dec.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: -25px;
}
#works_sec .works_contents_box ul li .works_content_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #444444;
}

#voice_sec {
  width: 100%;
  background: url(../img/voice/voice_sec_bg_img.png) repeat;
  box-sizing: border-box;
}
#voice_sec .voice_ttl_box {
  width: 100%;
  background: #f29702;
  padding: 15px 0;
  border-bottom: 10px solid #f8c981;
}
#voice_sec .voice_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
#voice_sec .voice_contents_box {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 45px 0;
  box-sizing: border-box;
}
#voice_sec .voice_contents_box li {
  width: 100%;
  margin-bottom: 35px;
}
#voice_sec .voice_contents_box li:last-child {
  margin-bottom: 0;
}
#voice_sec .voice_contents_box li .voice_content_img {
  width: 100%;
}
#voice_sec .voice_contents_box li .voice_content_img img {
  width: 100%;
}
#voice_sec .voice_contents_box li .voice_content_txt_box {
  background: #ffffff;
  border-radius: 0 0 0 75px;
  padding: 20px 30px 30px;
  box-sizing: border-box;
  position: relative;
}
#voice_sec .voice_contents_box li .voice_content_txt_box::before {
  content: "";
  display: block;
  width: 68px;
  height: 48px;
  background: url(../img/voice/voice_content_ttl_dec.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
}
#voice_sec .voice_contents_box li .voice_content_txt_box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #f29702;
  margin-bottom: 18px;
  position: relative;
}
#voice_sec .voice_contents_box li .voice_content_txt_box .voice_content_txt {
  margin-bottom: 40px;
}
#voice_sec .voice_contents_box li .voice_content_txt_box .voice_content_txt p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 2;
}
#voice_sec .voice_contents_box li .voice_content_txt_box .voice_content_name {
  text-align: right;
}
#voice_sec .voice_contents_box li .voice_content_txt_box .voice_content_name span {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}

#flow_sec {
  padding: 45px 0;
  box-sizing: border-box;
}
#flow_sec .flow_ttl_box {
  width: 90%;
  margin: 0 auto 60px;
}
#flow_sec .flow_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #f29702;
  margin-bottom: 30px;
}
#flow_sec .flow_ttl_box .flow_contents_img {
  width: 100%;
}
#flow_sec .flow_contents_box {
  width: 90%;
  margin: 0 auto;
}
#flow_sec .flow_contents_box li {
  margin-bottom: 30px;
}
#flow_sec .flow_contents_box li h4 {
  font-size: 24px;
  font-weight: 900;
  color: #f29702;
  padding: 0 25px;
  margin-bottom: 5px;
}
#flow_sec .flow_contents_box li:nth-child(1) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(1) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_contact.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(2) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(2) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_tel.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(3) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(3) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_research.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(4) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(4) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_estimate.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(5) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(5) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_contract.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(6) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(6) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_schedule.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(7) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(7) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_start.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li:nth-child(8) h4 {
  position: relative;
}
#flow_sec .flow_contents_box li:nth-child(8) h4::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/flow/flow_content_icon_finish.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -17px;
}
#flow_sec .flow_contents_box li .flow_content_txt {
  padding: 15px 25px;
  box-sizing: border-box;
  border-left: 3px solid #f8c981;
}
#flow_sec .flow_contents_box li .flow_content_txt p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 2;
}

#qa_sec .qa_ttl_box {
  width: 100%;
  background: #f29702;
  padding: 15px 0;
  border-bottom: 10px solid #f8c981;
}
#qa_sec .qa_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
#qa_sec .qa_contents_box {
  width: 100%;
  background: url(../img/qa/qa_contents_bg_img.png) repeat;
  padding: 45px 0;
  box-sizing: border-box;
}
#qa_sec .qa_contents_box .qa_content_box {
  width: 90%;
  margin: 0 auto;
  padding: 25px 15px;
  box-sizing: border-box;
  border-radius: 40px;
  background: #ffffff;
}
#qa_sec .qa_contents_box .qa_content_box .qa_content {
  background: #fdf1de;
  border-radius: 25px;
  padding: 45px 10px 10px 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#qa_sec .qa_contents_box .qa_content_box .qa_content:last-child {
  margin-bottom: 0;
}
#qa_sec .qa_contents_box .qa_content_box .qa_content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
  position: relative;
}
#qa_sec .qa_contents_box .qa_content_box .qa_content h4::before {
  content: "Q.";
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  color: #f29702;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#qa_sec .qa_contents_box .qa_content_box .qa_content .qa_content_txt {
  background: #ffffff;
  border-radius: 0 0 25px 25px;
  padding: 20px 15px;
}
#qa_sec .qa_contents_box .qa_content_box .qa_content .qa_content_txt p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}

#company_sec {
  padding: 45px 0;
  box-sizing: border-box;
}
#company_sec .company_ttl_box {
  width: 90%;
  margin: 0 auto 45px;
}
#company_sec .company_ttl_box h3 {
  font-size: 32px;
  font-weight: 900;
  color: #f29702;
  margin-bottom: 30px;
}
#company_sec .company_contents_box {
  width: 90%;
  margin: 0 auto;
}
#company_sec .company_contents_box dl .company_content {
  width: 100%;
  margin-bottom: 35px;
}
#company_sec .company_contents_box dl .company_content:last-child {
  margin-bottom: 0;
}
#company_sec .company_contents_box dl .company_content dt {
  width: 25%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  letter-spacing: 2px;
  padding: 5px 0;
  border-right: 3px solid #f8c981;
  margin-right: 25px;
}
#company_sec .company_contents_box dl .company_content dd {
  width: 70%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 2px;
}
#company_sec .company_contents_box dl .company_content dd span {
  display: inline-block;
  margin-bottom: 15px;
}
#company_sec .company_contents_box dl .company_content dd .goolge_map {
  display: block;
  width: 100%;
}
#company_sec .company_contents_box dl .company_content dd .goolge_map iframe {
  width: 100%;
  height: 41.82vh;
}

.cta_sec {
  width: 100%;
  background: #007c69;
  position: relative;
}
.cta_sec::before {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: 35px;
  left: 0;
}
.cta_sec .cta_contents {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 90px;
  box-sizing: border-box;
  justify-content: space-between;
}
.cta_sec .cta_contents .cta_contents_ttl {
  margin-bottom: 25px;
}
.cta_sec .cta_contents .cta_contents_ttl span {
  font-size: 38px;
  font-weight: 700;
  color: #f29702;
  letter-spacing: 2px;
}
.cta_sec .cta_contents .cta_contents_ttl span span {
  font-size: 36px;
}
.cta_sec .cta_contents .cta_contents_ttl span .ruby {
  position: relative;
}
.cta_sec .cta_contents .cta_contents_ttl span .ruby:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f29702;
  border-radius: 25px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.cta_sec .cta_contents .cta_contents_ttl h3 {
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2px;
}
.cta_sec .cta_contents .cta_content_box .cta_content_tel {
  text-align: center;
  margin-bottom: 45px;
}
.cta_sec .cta_contents .cta_content_box .cta_content_tel p {
  position: relative;
}
.cta_sec .cta_contents .cta_content_box .cta_content_tel p::before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/cta/cta_tel_icon.png) center/contain no-repeat;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.cta_sec .cta_contents .cta_content_box .cta_content_tel p a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.cta_sec .cta_contents .cta_content_box .cta_content_tel span {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.cta_sec .cta_contents .cta_content_box .cta_content_btn {
  width: 100%;
  text-align: right;
}
.cta_sec .cta_contents .cta_content_box .cta_content_btn a {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #444444;
  background: #ffffff;
  padding: 20px 0;
  border-radius: 50px;
  position: relative;
}
.cta_sec .cta_contents .cta_content_box .cta_content_btn a::before {
  display: block;
  content: "";
  width: 30px;
  height: 100%;
  background: url(../img/cta/cta_mail_icon.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 8%;
}
.cta_sec .cta_contents .cta_content_box .cta_content_btn a::after {
  display: block;
  content: "";
  width: 24px;
  height: 18px;
  background: url(../img/cta/cta_mail_arr.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 15px;
}

#contact_form_sec {
  width: 100%;
  background: url(../img/contact/contact_contents_bg_img.png) repeat;
  padding: 80px 0;
}
#contact_form_sec .contact_form_sec_ttl {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
#contact_form_sec .contact_form_sec_ttl h3 {
  font-size: 28px;
  font-weight: 900;
  color: #444444;
}
#contact_form_sec .contact_form_box {
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 80px 25px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item {
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dt {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dt .required {
  background: #e53935;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1px 5px 2px;
  margin-left: 10px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dt .optional {
  background: #f5f5f5;
  font-size: 12px;
  color: #9e9e9e;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1px 5px 2px;
  margin-left: 10px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd select {
  width: 100%;
  font-size: 16px;
  color: #000000;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd select:focus {
  outline: 1px solid #f29702;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd > input {
  width: 100%;
  font-size: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd > input:focus {
  outline: 1px solid #f29702;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd input[type=radio], #contact_form_sec .contact_form_box .input_contact_form .contact_item dd input[type=checkbox] {
  font-size: 16px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd textarea:focus {
  outline: 1px solid #f29702;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item dd .error_massage {
  display: inline-block;
  font-size: 15px;
  color: #ff0000;
  margin-top: 5px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul {
  width: 100%;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li {
  width: 100%;
  margin-bottom: 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li:last-child {
  margin-bottom: 0;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li label {
  display: block;
  width: 100%;
  font-size: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px 10px 45px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li label input[type=radio] {
  appearance: none;
  position: relative;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li label input[type=radio]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  left: -30px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li label input[type=radio]::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #f29702;
  position: absolute;
  top: 8px;
  left: -25px;
  opacity: 0;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_radio dd ul li label input[type=radio]:checked::after {
  opacity: 1;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul {
  display: block;
  width: 100%;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li:nth-child(2n) {
  margin-right: 0;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li label {
  display: block;
  width: 100%;
  font-size: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px 10px 45px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li label input[type=checkbox] {
  appearance: none;
  position: relative;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li label input[type=checkbox]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  left: -30px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li label input[type=checkbox]::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #f29702;
  border-left: 2px solid #f29702;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: -27px;
  opacity: 0;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_check dd ul li label input[type=checkbox]:checked::after {
  opacity: 1;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_address dd .address_icon {
  font-size: 16px;
  margin-right: 5px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_address dd .p-postal-code {
  width: 85px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_address dd .address_number_line {
  margin: 0 10px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_address dd .p-region {
  margin-top: 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd span a {
  border-bottom: 1px solid #1e88e5;
  color: #1e88e5;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd label {
  display: block;
  width: 100%;
  font-size: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px 10px 45px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd label input[type=checkbox] {
  appearance: none;
  position: relative;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd label input[type=checkbox]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  left: -30px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd label input[type=checkbox]::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #f29702;
  border-left: 2px solid #f29702;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: -27px;
  opacity: 0;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_privacy dd label input[type=checkbox]:checked::after {
  opacity: 1;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_item_recaptcha {
  margin-bottom: 45px;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_submit {
  text-align: center;
}
#contact_form_sec .contact_form_box .input_contact_form .contact_submit input {
  display: inline-block;
  background: #f29702;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px 65px;
  font-size: 18px;
  color: #ffffff;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_item {
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_item dt {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_item dt .required {
  background: #e53935;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1px 5px 2px;
  margin-left: 10px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_item dt .optional {
  background: #f5f5f5;
  font-size: 12px;
  color: #9e9e9e;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1px 5px 2px;
  margin-left: 10px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_item dd {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 10px 15px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_item_message {
  margin-bottom: 45px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_submit {
  text-align: center;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_submit input {
  display: inline-block;
  width: 225px;
  background: #f29702;
  padding: 10px 0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
#contact_form_sec .contact_form_box .confirm_contact_form .contact_submit input:last-child {
  margin-bottom: 0;
}
#contact_form_sec .contact_form_box .contact_complete {
  text-align: center;
}
#contact_form_sec .contact_form_box .contact_complete h4 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #f29702;
  margin-bottom: 35px;
}
#contact_form_sec .contact_form_box .contact_complete p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #444444;
  margin-bottom: 45px;
}
#contact_form_sec .contact_form_box .contact_complete .contact_btn_top {
  display: block;
  width: 225px;
  text-align: center;
  margin: 0 auto;
}
#contact_form_sec .contact_form_box .contact_complete .contact_btn_top a {
  display: block;
  width: 100%;
  background: #f29702;
  border-radius: 25px;
  font-size: 18px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 10px 0;
}

#not_found_sec {
  width: 100%;
  background: url(../img/404/not_found_contents_bg_img.png) repeat;
  padding: 80px 0;
}
#not_found_sec .not_found_contents_box {
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 60px 4.17vw;
}
#not_found_sec .not_found_contents_box .not_found_sec_ttl {
  text-align: center;
  margin-bottom: 25px;
}
#not_found_sec .not_found_contents_box .not_found_sec_ttl h3 {
  font-size: 32px;
  font-weight: 900;
  color: #444444;
}
#not_found_sec .not_found_contents_box .not_found_txt_box {
  text-align: center;
}
#not_found_sec .not_found_contents_box .not_found_txt_box p {
  font-size: 16px;
  color: #444444;
}
#not_found_sec .not_found_contents_box .not_found_txt_box p a {
  border-bottom: 1px solid #1e88e5;
  color: #1e88e5;
}

#privacy_policy_sec {
  width: 100%;
  background: url(../img/privacy/privacy_policy_contents_bg_img.png) repeat;
  padding: 80px 0;
}
#privacy_policy_sec .privacy_policy_contents_box {
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 60px 4.17vw;
}
#privacy_policy_sec .privacy_policy_contents_box .privacy_policy_sec_ttl {
  margin-bottom: 25px;
}
#privacy_policy_sec .privacy_policy_contents_box .privacy_policy_sec_ttl h3 {
  font-size: 28px;
  font-weight: 900;
  color: #444444;
}
#privacy_policy_sec .privacy_policy_contents_box .privacy_policy_txt_box .privacy-txt {
  margin-bottom: 25px;
}
#privacy_policy_sec .privacy_policy_contents_box .privacy_policy_txt_box .privacy-txt h4 {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
}
#privacy_policy_sec .privacy_policy_contents_box .privacy_policy_txt_box .privacy-txt p {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 1.6;
}/*# sourceMappingURL=style_sp.css.map */