@charset "utf-8";

/* ↓ header  ↓ */
.header_bg{
  background-color: #fff;
  position: relative;
}
header{
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
header h1{
  max-width: 300px;
  margin: 43px 0 0 0;
}
header h1 a{
  font-size: 2.8rem;
  color: #333;
}
header .menu{
  width: calc(100% - 200px);
}
header .h_info{
  display: flex;
  justify-content: flex-end;
}
header .h_info p{
  width: 200px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 40px;
  margin: 0;
}
header .h_info p.tel{
  background-image: url(web1_image/tel_icon1.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 27px 8px;
  padding-left: 25px;
}
header .h_info p.tel a{
  font-weight: bold;
  color: #2c357a;
  pointer-events: none;
}
header .h_info p.estimate{
  background-color: #2c357a;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
header .h_info p.estimate a{
  color: #fff;
}
header .h_info p.estimate:hover{
  background-color: #323fa2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

header nav ul{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
header nav ul li{
  width: calc(100% / 7);
}
header nav ul li a{
  display: block;
  border-right: 1px dotted #aaa;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #2c357a;
}
header nav ul li:last-child a{
  border-right: none;
}
header nav ul li a:hover span{
  border-bottom: 2px solid #cee1e4;
}
header nav ul li a .on{
  color: #3300aa;
}

.visual_img{
  margin: 0 auto;
  height: 550px;
  background-image: url(web1_image/visual_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}
.visual_img p{
  margin: 0 auto;
  padding: 40px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.visual_img p.visual_text2{
  padding-top: 300px;
  font-size: 2.4rem;
}

/* ↓ main ↓ */
main h2{
  margin: 0 auto;
  padding-top: 90px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #2c357a;
}
main h2 span{
  background: linear-gradient(transparent 60%, #cee1e4 60%);
}
main h3,
main dt{
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: bold;
  color: #2c357a;

}
main p,
main dl,
main ol{
  font-size: 1.8rem;
}

/* button */
main .button{
  width: 300px;
  height: 65px;
  margin: 65px 0 80px;
  margin-inline: auto;
}
main .button a{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  background-color: #2c357a;
  border-radius: 50px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2c357a;
  color: #fff;
}
main .button a:hover{
  background-color: #323fa2;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #323fa2;
}

/* about us */
main section.aboutus{
  position: relative;
  height: 470px;
}
main .aboutus_wrapper{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
main section.aboutus::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 340px;
  bottom: 0;
  background-color: #2c357a;
  z-index: -1;
}
main section .aboutus_text{
  width: 390px;
  padding: 10px 60px 0 0;
}
main section .aboutus_text p{
  padding-top: 20px;
  color: #fff;
}
main section .aboutus_wrapper p.aboutus_img{
  width: 600px;
}
main section.aboutus h2{
  padding-top: 65px;
}

/* policy */
main section.policy,
main section.service .service_wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
main section.policy h2,
main section.service h2,
main section.area h2,
main section.area p,
main section.area dl,
main section.flow h2,
main section.flow ol,
main section.flow p,
main article.price h2,
main section.question h2{
  text-align: center;
}
main section.policy ul,
main section.service ul{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
}
main section.policy ul li{
  width: 380px;
  height: 320px;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  background-color: #f0f8ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
main section.policy ul li p.policy_icon{
  order: -1;
  margin: 0;
}
main section.policy ul li p.policy h3{
  order: 0;
}
main section.policy ul li p.policy_text{
  order: 1;
  width: 270px;
  margin: 0 auto;
}

/* service */
main section.service,
main section.area,
main article.price{
  margin-top: 60px;
  background-color: #f5f5f5;
}
main .service_wrapper{
  overflow: hidden;
}
main section.service ul li{
  max-width: 380px;
}
main section.service ul li p.sevice_img{
  width: 380px;
  height: 250px;
}
main section.service ul li p.text{
  margin-bottom: 0;
}

/* works */
main section.works{
  max-width: 1000px;
  margin: 0 auto;
}
main .works_wrapper{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 90px;
}
main .works_wrapper p.works_img{
  width: 535px;
  height: 390px;
  margin-top: 60px;
  margin-bottom: 0;
}
main .works_wrapper .works_text{
  width: calc(100% - 535px);
  height: 300px;
}
main .works_wrapper .works_text p{
  padding-top: 20px;
  /* padding-right: 50px; */
}
main section.works .button{
  margin-right: 0;
}

/* area */
main section.area{
  padding-bottom: 80px;
}
main section.area .area_wrapper,
main section.flow{
  max-width: 660px;
  margin: 0 auto;
}
main section.area p,
main section.area dl,
main section.area dd{
  margin: 0 auto;
}
main section.area p.area_img{
  width: 200px;
  height: 200px;
  padding: 20px;
}
main section.area dt{
  margin: 15px 0 3px 0;
}
main section.area strong,
main section.area time{
  font-weight: 550;
  text-decoration:underline wavy #cee1e4;
}

/* flow */
main section.flow ol li{
  position: relative;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 7px 10px;
  background-color: #f0f8ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
main section.flow ol{
  margin-top: 40px;
}
main section.flow ol li:before {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #999;
}
main section.flow ol li:last-child:before{
  content: none;
}

/* price */
main .price_wrapper{
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden
}
main .price_wrapper section dl .price_list{
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px dotted #2a63a3;
}
main .price_wrapper section dt{
  font-size: 1.8rem;
  font-weight: bold;
  color: #2a63a3;
}
main .price_wrapper h3{
  margin-top: 40px;
  margin-bottom: 0;
}
main .price_wrapper p{
  margin: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
main .price_wrapper section.interior h3{
  margin-top: 50px;
}

/* estimate */
main section.estimate{
  display: flex;
  justify-content: space-between;
  gap: 70px;
  max-width: 1000px;
  margin: 0 auto;
}
main section.estimate p.estimate_img{
  width: 565px;
  height: 377px;
  margin: 0;
  padding-top: 80px;
}
main section.estimate .estimate_text{
  width: calc(100% - 565px);
}
main section.estimate .estimate_text .button{
  margin-left: 0;
}
main section.estimate .estimate_text .estimate{
  font-size: 1.6rem;
}
main section.estimate .estimate_text h2{
  margin-bottom: 40px;
}

/* contact */
main .contact_wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main .contact_wrapper section.contact{
  width: 50%;
  text-align: center;
  background-color: #2c357a;
  color: #fff;
}
main .contact_wrapper section.contact h2{
  text-align: center;
  color: #fff;
}
main .contact_wrapper .info_number{
  max-width: 415px;
  margin: 0 auto;
  background: linear-gradient(90deg, #e0f1ff, #a1d4fe);
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e0f1ff;
  overflow: hidden;
}
main .contact_wrapper .info_number p a{
  line-height: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #555;
}

main .contact_wrapper section.counseling{
  width: 50%;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(90deg, #fdc091, #ffa443);
}
main section.counseling h2{
  color: #483929;
}
main .contact_wrapper section.counseling span{
  font-size: 1.8rem;
}
main .contact_wrapper section.counseling .couseling_text{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
main .contact_wrapper section.counseling .couseling_text span,
main .contact_wrapper section.counseling .couseling_text p{
  font-weight: 500;
  color: #4f220f;
}

/* button_info */
main .button_info{
  width: 300px;
  height: 65px;
  margin: 65px 0 80px;
  margin-inline: auto;
}
main .button_info a{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  background-color: #f0701b;
  border-radius: 50px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f0701b;
  color: #fff;
}
main .button_info a:hover{
  background-color: #ff7113;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff9137;
}

/* question */
main section.question{
  max-width: 660px;
  margin: 0 auto;
}
main section.question dl{
  margin-top: 30px;
}
main section.question dl dt{
  margin: 0;
  padding: 15px 10px 15px 60px;
  font-weight: 550;
  text-indent: -25px;
  border-radius: 10px 10px 0 0 ;
  background-color: #2c357a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #fff;
}
main section.question dl dt:before{
  content: "Q.";
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}
main section.question dl dd{
  margin: 0 0 20px 0;
  padding: 20px 30px 30px 60px;
  text-indent: -25px;
  border: 1px solid #999;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  main section.question dl dd::before{
  content: "A.";
  color: #f0701b;
  font-weight: bold;
  margin-right: 10px;
  }

/* recruit */
main section.recruit{
  margin: 0 auto;
  height: 400px;
  text-align: center;
  background-image: url(web1_image/recruit2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.recruit p{
  font-weight: bold;
  color: #fff;
}
main section.recruit h2 span{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #729ef1 60%);
  color: #fff;
}





/* ↓ footer ↓ */
footer{
  background-color: #f5f5f5;
  padding: 20px 0 50px 0;
}
footer .footer_wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
footer div.f_top{
  display: flex;
  justify-content: space-between;
}
footer .f_top .address{
  width: 360px;
  margin-top: 10px;
  font-size: 1.4rem;
}
footer .f_top .address span{
  font-size: 2rem;
  font-weight: bold;
}
footer .f_top .address p{
  margin: 0;
}
footer .f_top .address p.tel{
  margin-top: 20px;
}
footer .f_top .address p a{
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
}
footer .f_top .address p a.tel{
  pointer-events: none;
}

footer .menu{
  width: calc(100% - 360px);
}
footer nav ul{
  display: flex;
  justify-content: space-between;
}
footer nav ul li{
  width: calc(100% / 7);
}
footer nav ul li a{
  display: block;
  border-right: 1px dotted #aaa;
  font-size: 1.4rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
footer nav ul li:last-child a,
footer .f_bottom nav.global ul li:last-child a{
  border-right: none;
}
footer ul li a:hover span{
  color: #757575;
}

footer .f_info{
  width: 300px;
  margin: 40px 20px 0 auto;
  text-align: center;
  background-color: #666;
}
footer .f_info p a{
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
}

footer div.f_bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer div.f_bottom small{
  width: 360px;
  margin-top: 40px;
  font-size: 1.6rem;
}
footer .f_bottom nav.global{
  width: calc(100% - 360px) ;
  vertical-align: bottom;
}
footer .f_bottom nav.global ul{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
footer .f_bottom nav.global ul li{
  width: 150px;
}
footer .f_bottom nav.global ul li a{
  display: block;
  border-right: 1px dotted #aaa;
  font-size: 1.2rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
}


/* flow.html*/
.visual_img2{
  margin: 0 auto;
  height: 300px;
  background-image: url(web1_image/visual_img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.visual_bottom{
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  background-color: #7e9fb4;
}
.visual_bottom p{
  margin: 0;
  padding: 0 70px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.visual_bottom p a{
  color: #fff;
}

.body_flow .flow{
  max-width: 660px;
  margin: 0 auto;
}
.body_flow .flow h2,
.body_flow .flow p.h2_p{
  text-align: center;
  margin-bottom: 40px;
}
.body_flow .flow ol{
  margin-bottom: 100px;
}
.body_flow .flow ol li{
  border: 1px solid #999;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}
.body_flow .flow ol li:before{
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #999;
}
.body_flow .flow ol li:last-child:before{
  content: none;
}
.body_flow .flow ol li span{
  padding: 1px 10px;
  background-color: #319fb8;
  border-radius: 5px; 
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.body_flow .flow ol li h3,
.flow ol li p{
  margin: 0;
  padding: 5px 0;
}
.body_flow .flow ol li .li_wrapper{
  padding: 30px;
}


/* contact.html */
main .contact_top{
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
main .contact_top p{
  margin: 30px 0 50px 0;
}

/* form */
main .form{
  background-color: #e0f1ff;
}
main .form form{
  max-width: 550px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}
main .form h3{
  max-width: 550px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
main .form h3 span{
  border-bottom: 3px solid #2c357a;
}

main .form form .form_box{
  width: 550px;
  height: 40px;
  border-radius: 5px;
}
main .form form .textarea_box{
  width: 550px;
  height: 100px;
}
main .form p{
  margin: 0;
}
main .form .form_item{
  margin-bottom: 35px;
}
#mail {
  margin-bottom: 5px;
}
.item_bottom{
  text-align: center;
}
main .form p span{
  font-weight: bold;
  color: #2c357a;
}
main .form p sup{
  font-size: 1rem;
  color: #c90000;
}










