@charset "utf-8";
/* mod_section
-----------------------------------------*/
.mod_section {
    margin: 0 auto;
    width: 967px;
    line-height: 1.6;
    font-size: 1.13em;
}
.mod_section img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
    .mod_section {
        width: auto;
    }
    .section-inner {
        margin: 0 2.60416%;
    }
}
/*-------------------------

   parts

-------------------------*/

.bg_orange {
	background: #fef7f3;
}

/* Button */

.BtnOrange {
  display: block;
  text-align: center;
  position: relative;
  background-color: #ff6600;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none !important;
  padding: 12px 50px;
  font-weight: bold;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	white-space:nowrap;
}
.BtnOrange::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 5px;
  position: absolute;
  background-image: url("../img/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.BtnOrange:hover::after {
  right: -10px;
  background-image: url("../img/arrow_orange_half_right.svg");
}

@media screen and (max-width: 640px) {
	.BtnOrange {
	  font-size: 4.0vw;
	  padding: 3vw 4vw;
	}
	.BtnOrange::after {
	  content: "";
	  display: inline-block;
	  width: 7vw;
	  height: 4vw;
	  top: 50%;
	  right: 3vw;
	  transform: translateY(-50%);
	  transition: all 0.4s ease;
	}
	.BtnOrange:hover::after {
	  right: -3vw;
	}
}

.bg_navy {
	background: #f3f4fd;
}

/* Button */

.BtnNavy {
  display: block;
  text-align: center;
  position: relative;
  background-color: #17275a;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 12px 50px;
  font-weight: bold;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	white-space:nowrap;
}

.BtnNavy span {
  font-size: 14px;
}
.BtnNavy::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 5px;
  position: absolute;
  background-image: url("../img/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.BtnNavy:hover::after {
  right: -10px;
  background-image: url("../img/arrow_navy_half_right.svg");
}

@media screen and (max-width: 640px) {
	.BtnOrange {
	  font-size: 4.0vw;
	  padding: 3vw 4vw;
	}
	.BtnOrange::after {
	  content: "";
	  display: inline-block;
	  width: 7vw;
	  height: 4vw;
	  top: 50%;
	  right: 3vw;
	  transform: translateY(-50%);
	  transition: all 0.4s ease;
	}
	.BtnOrange:hover::after {
	  right: -3vw;
	}
}
/*-------------------------

   .sec_features

-------------------------*/
.sec_features {
	width: 100%;
	padding: 60px 0;
}
.sec_features p.lead{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.sec_features p.lead{
	text-align: left;
	font-size: 4vw;
	padding: 0 20px;
}
}
/*-------------------------

   showroom

-------------------------*/
.sec_showroom .three_two_column .column .Btn_circle{
	text-align: left;
	line-height: 1.4;
}

/*-------------------------

   sec_btn

-------------------------*/
.sec_btn{
	width: 100%;
	padding: 50px 0 40px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.sec_service{
		width: 100%;
		padding: 12vw 0 10vw;
	}	
}

.sec_notes .sec_middle_ttl.ttl_orange_same {
	color: #BA5D00;
}

/* ------------------------

.sec_features

------------------------ */
.features_wrap{
  margin: 60px auto 0;
  max-width: 1200px;
}
.features_box{
  position: relative;
}
.features_block{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60%;
  margin: auto 0;
  padding: 50px 30px 0;
  width: 446px;
  height: 300px;
  background-color: #ffffff;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.3);
}
/* .features_box:nth-child(3) .features_block{
  height: 370px;
} */

.features_box:nth-child(4) .features_block{
  height: 370px;
}

/* /202106add */
.features_block .features_sub_ttl{
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.features_block .features_ttl{
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
}
.features_block .features_ttl_s {
  font-weight: bold;
  font-size: 24px;
}
.features_block .features_txt{
  margin-top: 20px;
  line-height: 2;
}
.features_btn.btn_sec_type01 {
  margin-top: 30px;
}
.features_btn.btn_sec_type01 a{
  width: 310px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.features_box_R .features_thum{
  text-align: right;
}
.features_box .features_thum img{
  width: 77.5%;
}
.features_box_L .features_block{
  left: 60%;
  right: auto;
}
.features_box_full {
  padding-bottom: 250px;
  margin-bottom: 60px;
}
.features_box_full .features_block{
  width: 660px;
  height: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 60px;
}
.features_box_full .features_thum{
  width: 100%;
  margin: 0 auto;
}
.features_box_full .features_thum img{
  width: 100%;
}
.features_block.features_block_2row {
  padding-top: 50px;
}
.features_block.features_block_2row .btn_sec_type01 {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
.features_wrap{
  max-width: 100%;
}
.features_block .features_ttl{
  font-size: 20px;
}
.features_block{
  width: auto;
}
.features_box_full .features_block{
  width: auto;
}
}
@media screen and (max-width: 640px) {
  .features_wrap{
    margin-top: 45px;
  }
  .features_box {
    margin-top: 40px;
  }
  .features_box:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
  }
  .features_thum{
    width: 85.33%;
  }
  .features_box .features_thum img {
    width: 100%;
  }
  .features_box_R .features_thum {
    margin-left: 14.66%;
  }
  .features_block {
    position: relative;
    left: 20px;
    margin-top: -8.5%;
    padding: 34px 20px 30px;
    width: 74.66%;
    height: auto;
  }
  .features_box:nth-child(4) .features_block{
    height: auto;
  }  
  .features_box_L .features_block {
    left: auto;
    float: right;
    margin-right: 20px;
  }

  .features_box_full {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .features_box_full .btn_sec_type01 {
    margin-top: 35px;
  }
  .features_box_full .features_block{
    width: 74.66%;
    margin-top: -8.5%;
    padding-top: 34px;
  }
  .features_box_full .features_thum{
    width: 95%;
    margin: 0 auto;
  }
  .features_box_full .features_thum img{
    width: 100%;
  }

  .features_block .features_ttl {
    font-size: 5vw;
  }
  .features_block .features_sub_ttl {
    font-size: 16px;
  }
  .features_block .btn_sec_type01 {
    margin-top: 16px;
  }
  .features_btn.btn_sec_type01 {
    width: 100%;
  }
  .features_btn.btn_sec_type01 a {
    padding: 10px 40px 10px 20px;
    text-align: left;
    width: 91.304%;
    box-sizing: border-box;
  }
  .features_block.features_block_2row {
    padding-top: 34px;
  }
  .sec_business_customer .btn_area li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px){
  .ttl_sec_type01 {
    font-size: 22px;
  }
  .sec_business_customer .btn_area li a {
    font-size: 12px;
  }
}
/* ------------------------

.construction_company_box

------------------------ */

.construction_company_box{
    display : flex;
    flex-wrap : wrap;
	align-items:flex-start;
	justify-content: center;
	margin: 0 auto;
	background: #eeeeee;
	padding: 2em;
}

.construction_company_img{
    width: 40%;
    margin: 0;
	padding-right: 4%;
	box-sizing: border-box;
}
.today_block_img p{
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.construction_company_text{
    width: 60%;
    margin: 0;
    display:flex;
    flex-direction: column;
}
.construction_company_text h3{
	font-size: 20px;
	font-weight: bold;
}
.construction_company_text p{
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width: 640px) {
.today_block{
	width: auto;
}

.construction_company_img{
    width: 100%;
	text-align: center;
	margin-bottom: 1em;
	padding-right: 0%;
}
	
.construction_company_img img{
    width: 70vw;
}
.construction_company_text{
    width: 100%;
}
.construction_company_text h3{
	font-size: 4.6vw;
}
.construction_company_text p{
	font-size: 4vw;
}
}
/*-------------------------

   .sec_today

-------------------------*/
.sec_today {
	width: 100%;
	padding: 80px 0 60px;
}

/* ------------------------

.today_block

------------------------ */

.today_block{
    display : flex;
    flex-wrap : wrap;
	align-items:flex-start;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.today_block_img{
    width: 38%;
    margin: 0;
	padding-right: 2%;
	box-sizing: border-box;
}
.today_block_img p{
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.today_block_text{
    width: 62%;
    margin: 0;
    flex-direction:column;
}
@media screen and (max-width: 640px) {
.today_block{
	width: auto;
}

.today_block_img{
    width: 100%;
	text-align: center;
	margin-bottom: 2em;
	padding-right: 0%;
}
	
.today_block_img img{
    width: 50vw;
}
.today_block_img p{
	font-size: 3vw;
}
.today_block_text{
    width: 100%;
}
}
/* ------------------------

.flow

------------------------ */
.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design ul {
  padding: 0;
}

.flow_design li {
  list-style-type: none;
}

.flow_design dd {
  margin-left: 0;
}

.flow {
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow > li .icon {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #17275a;
  display: inline-block;
  margin-right: 0.3em;
}

.flow > li .name {
  font-size: 0.7em;
}

.flow > li dl {
  padding-left: 50px;
  position: relative;
}

.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #17275a;
  border-radius: 50%;
  left: -4px;
}

.flow > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #17275a;
  margin-bottom: 0.5em;
  display: flex;
  align-items:flex-start;
}
/* ------------------------

.btn_sec_type01

------------------------ */
.btn_sec_type01 {
  margin: 50px auto 0;
  width: 320px;
}
.btn_sec_type01 a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333333;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn_sec_type01 a:hover{
  background-color: #ffffff;
}
.btn_sec_type01 a span{
  position: relative;
}
.btn_sec_type01 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_sec_type01 a:hover:after{
  right: -11px;
}
.btn_sec_type01 a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}
.btn_sec_large {
  width: 400px;
}
.btn_sec_type01.btn_sec_type01_white a {
  border:  1px solid #ffffff;
  color: #ffffff;
}
.btn_sec_type01.btn_sec_type01_white a:hover{
  background-color: rgba(0,0,0,.6);
}
.btn_sec_type01.btn_sec_type01_white a:after {
  background: url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
}
.btn_sec_col2 {
  width: 800px;
  margin: 0 auto;
}
.btn_sec_col2:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.btn_sec_col2 .btn_sec_type01{
  float: left;
  width: 360px;
  margin-right: 80px;
}
.btn_sec_col2 .btn_sec_type01:nth-of-type(2n){
  margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .btn_sec_type01 {
    width: 89.555%;
  }
  .btn_width_type01 {
    width: 80%;
  }
  .btn_width_type02 {
    width: 84.507%;
  }
  .btn_sec_type01 a:after{
    right: 6.875%;
  }
  .btn_sec_type01 a:hover:after {
    right: 1.875%;
  }
  .btn_sec_col2 {
    width: 100%;
  }
  .btn_sec_col2 .btn_sec_type01{
    float: none;
    width: 80%;
    margin: 20px auto 0;
  }
  .btn_sec_col2 .btn_sec_type01:nth-of-type(2n){
    margin-right: auto;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .btn_sec_type01 a {
    font-size: 11px;
  }
}