@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.topVisual {
  width: 100%;
  height: 600px;
  background: url("../img/index/main_img.jpg") no-repeat center bottom / cover;
	position:relative;
	z-index:-1;
}

@media all and (min-width: 897px) {

	.pc_none {
		display:none;
	}

.daikei {
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	width:50%;
	height:600px;
	background:#222;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 100% 100%);
	}
	
	.topCopy h1 {
	width: 500px;
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(600px);
	}
	
	.topCopy h1 img {
		width:500px;
	}
}


#main .reasonBox {
  margin-bottom: 64px;
  padding: 121px 30px 49px;
  background: url("../img/index/reason_bg02.png") no-repeat left bottom / 100% 210px, url("../img/index/reason_bg.jpg") no-repeat center top / cover;
}
#main .reasonBox .headLine01 {
  text-align: left;
}
#main .imgBox {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .imgBox .photoBox {
  width: 44.73%;
  order: 2;
}
#main .imgBox .photoBox img {
  width: 100%;
}
#main .imgBox .textBox {
  margin-top: -7px;
  width: 50%;
  color: #fff;
}
#main .imgBox .textBox p {
  margin-bottom: 53px;
  font-weight: 300;
  letter-spacing: 1.6px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main .stretchBox {
  margin-bottom: 119px;
  padding: 0 30px 122px;
  background: url("../img/index/stretch_bg.png") no-repeat left bottom / 100% 680px;
}
#main .stretchBox .headLine01 {
  margin-bottom: 58px;
}
#main .stretchBox .listUL {
  margin: 0 auto;
  max-width: 1480px;
  display: flex;
  flex-wrap: wrap;
}
#main .stretchBox .listUL li {
  margin-right: 1px;
  padding-top: 1px;
  width: calc((100%/3) - 1px);
  background-color: #fff;
  box-sizing: border-box;
}
#main .stretchBox .listUL li:nth-child(3n) {
  padding-right: 0;
}
#main .stretchBox .listUL li a {
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  background-color: #000;
}
#main .stretchBox .listUL li .photoBox img {
  width: 100%;
}
#main .stretchBox .listUL li .ttl {
  padding: 0 5% 0 9%;
  width: 100%;
  position: absolute;
  top: 35px;
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  box-sizing: border-box;
}
#main .stretchBox .listUL .num {
  font-weight: 700;
}
#main .stretchBox .listUL .en {
  letter-spacing: 3.0px;
    font-size:0.8rem;
}
#main .stretchBox .listUL h3 {
  margin-bottom: 13px;
  padding-right: 32px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 4.2px;
  background: url("../img/index/arrow02.png") no-repeat right 3px center;
}
#main .stretchBox .listUL .textBox {
  padding: 0 9%;
  width: 100%;
  position: absolute;
  bottom: 50px;
  box-sizing: border-box;
}
#main .stretchBox .listUL .textBox p {
  min-height: 116px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main .stretchBox .list05 .textBox p {
  letter-spacing: 0.5px;
}
#main .linkUl {
  margin: 0 auto 120px;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#main .linkUl li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
#main .linkUl li a {
  height: 340px;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .linkUl li a::before {
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url("../img/index/arrow03.png") no-repeat right bottom / 36px;
  content: '';
}
#main .linkUl .link {
  width: 50%;
}
#main .linkUl .headLine01 {
  padding-top: 29px;
}
#main .linkUl .link .headLine01 {
  padding-top: 64px;
}
#main .linkUl .link01 {
  border-right: 1px solid #fff;
}
#main .linkUl .link01 a {
  background: url("../img/index/photo08.jpg") no-repeat left top / cover;
}
#main .linkUl .link02 a {
  background: url("../img/index/photo09.jpg") no-repeat left top / cover;
}
#main .linkUl .link03 a {
  background: url("../img/index/photo10.jpg") no-repeat left top / cover;
}
#main .linkUl .link04 a {
  background: url("../img/index/photo11.jpg") no-repeat left top / cover;
}
#main .linkUl .link05 a {
  background: url("../img/index/photo12.jpg") no-repeat left top / cover;
}
#main .contactBox {
  padding: 0 30px;
  height: 450px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: url("../img/index/contact_bg.jpg") no-repeat center center / cover;
}

#main .contactBox .subBox {
  padding: 30px 14px 26px;
  margin: 0 auto;
  width: 1140px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}

#main .contactBox .subBox li {
	flex-basis: calc(100% / 3);
	border-right:solid 1px #000;
	box-sizing:border-box;
}
#main .contactBox .subBox li:last-child {
	border-right:none;
}

#main .contactBox .subBox .title {
  margin-bottom: 14px;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1.9px;
}

#main .contactBox .textL a {
  display: block;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.5px;
}
#main .contactBox .textR a {
  padding: 10px;
  width: 280px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  background-color: #A68939;
  box-sizing: border-box;
}
#main .contactBox .textR .title {
  margin-bottom: 31px;
}
@media all and (min-width: 897px) {
  .comBtn a:hover, #main .stretchBox .listUL li a:hover, #main .linkUl li a:hover, #main .contactBox .textR a:hover {
    opacity: .7;
  }
}
@media all and (max-width: 1123px) {
  #main .reasonBox {
    margin-bottom: 0;
    padding-bottom: 111px;
  }
  #main .stretchBox .listUL li .ttl {
    top: 17px;
  }
  #main .stretchBox .listUL .textBox {
    bottom: 12px;
  }
  #main .stretchBox .listUL .textBox p {
    line-height: 1.5;
    letter-spacing: 0.2px;
  }
  #main .stretchBox .listUL h3 {
    margin-bottom: 4px;
    padding-right: 27px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 896px) {
	
	.sp_none {
		display:none;
	}
	
  .topVisual {
	background: url(../img/index/main_img_sp.jpg) no-repeat center top / cover;
    height: 0;
	  padding-top:65%;
	  margin-top:41px;
  }
	
.daikei {
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
	width:55%;
	height:100%;
	background:rgba(165,140,62,0.9);
	clip-path: polygon(20% 100%, 0% 0%, 100% 0%, 100% 100%);
	}
	
	.topCopy h1 {
	width: 47%;
    position: absolute;
    bottom: 0;
    right: 0;
	}
	
	.topCopy h1 img {
		width:100%;
		image-rendering:-webkit-optimize-contrast;
	}	

  #main .reasonBox {
    margin-bottom: 25px;
    padding: 31px 15px 110px;
    background: url("../img/index/reason_bg02.png") no-repeat left bottom / 100% 110px, url("../img/index/reason_bg.jpg") no-repeat center top / cover;
  }
  #main .imgBox .photoBox {
    margin-bottom: 20px;
    width: 100%;
  }
  #main .imgBox .textBox {
    margin-top: 0;
    width: 100%;
    order: 2;
  }
  #main .imgBox .textBox p {
    margin-bottom: 18px;
  }
  #main .reasonBox::after {
    height: 110px;
    background-size: 100% 110px;
  }
  #main .stretchBox {
    margin-bottom: 53px;
    padding: 0 15px 42px;
  }
  #main .stretchBox .headLine01 {
    margin-bottom: 32px;
  }
  #main .stretchBox .listUL {
    margin-top: -15px;
    width: 100%;
  }
  #main .stretchBox .listUL li {
    margin-top: 15px;
    padding-top: 0;
    width: 100%;
    height: auto;
    border: none;
  }
  #main .stretchBox .listUL li a {
    width: 100%;
  }
  #main .stretchBox .listUL li .ttl {
    padding: 0 25px;
    top: 10px;
  }
  #main .stretchBox .listUL .textBox {
    padding: 0 20px;
    bottom: 17px;
  }
  #main .stretchBox .listUL .textBox p {
    min-height: auto;
  }
  #main .stretchBox .listUL .list02 .textBox {
    bottom: 18px;
  }
  #main .stretchBox .listUL h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    letter-spacing: 0.1px;
    background-size: 21px;
  }
  #main .linkUl {
    margin: 0 auto 50px;
    padding: 0;
    width: 90%;
  }
  #main .linkUl li a {
    padding: 45px 0;
    height: auto;
  }
  #main .linkUl .link {
    width: 100%;
  }
  #main .linkUl .link01 a {
    background: url("../img/index/photo08.jpg") no-repeat center center / cover;
  }
  #main .linkUl .link02 a {
    background: url("../img/index/photo09.jpg") no-repeat center center / cover;
  }
  #main .linkUl .link03 a {
    background: url("../img/index/photo10.jpg") no-repeat center center / cover;
  }
  #main .linkUl li a::before {
    background-size: 30px;
  }
  #main .linkUl .link .headLine01 {
    padding-top: 0;
  }
  #main .contactBox {
    padding: 45px 23px;
    height: auto;
  }
  #main .contactBox .subBox {
    padding: 31px 37px;
    width: 100%;
	display: block;
  }
  
  #main .contactBox .subBox li {
	  width:100%;
	  border-bottom:solid 1px #000;
	  border-right:none;
	  padding-bottom:25px;
	  margin-bottom:15px;
  }
  #main .contactBox .subBox li:last-child {
	border-bottom:none;
	  padding-bottom:0;
	  margin-bottom:0;
  }
  #main .contactBox .subBox .textL {
    margin-bottom: 20px;
    width: 100%;
  }
  #main .contactBox .subBox .title {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  #main .contactBox .textL a {
    font-size: 2.5rem;
  }
  #main .contactBox .subBox .textR {
    width: 100%;
  }
  #main .contactBox .textR a {
    padding: 8px;
    width: 100%;
    letter-spacing: 1.9px;
  }
  #main .contactBox .textR .title {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 320px) {
  .headLine01 span {
    letter-spacing: -0.6px;
  }
  #main .stretchBox .listUL h3 {
    letter-spacing: -0.8px;
  }
}
.topCopy {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
  height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 896px) {
  .topCopy {
    box-sizing: border-box;
    height: 500px;
  }
}
.box {
  padding: 70px 0 0 0;
  color: #fff;
  text-align: right;
  font-size: 5.0rem;
  text-shadow:
    black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
@media all and (max-width: 896px) {
  .box {
    padding: 70px 30px 0 0;
    color: #fff;
    font-size: 2.8rem;
    text-shadow:
      black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  }

}
