@charset "UTF-8";
/* CSS Document */

/*TOP*/

 
.section-top__image {
  background-image: url("../images/top/sp-top.png");
  height: 520px;
  width: 100%;
  
  position: relative;
  
}
.section-top h2 {
  font-size: 2.5rem;
  line-height: 4.0rem;
  color: #FFF;
  text-align: left;
  padding-left: 24px;
  bottom: 150px;
  position: absolute;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
}
.section-top p {
  text-align: left;
  font-size: 1.6rem;
  padding: 30px 40px 70px;
  font-weight: 500;
  line-height: 40px;
}
.br-sp {
  display: none;
}
/*topレスポンシブPC*/
@media(min-width:1090px) {
  

  .header {
    position: absolute;
    z-index: 1;
  
  }
  .section-top{
    max-width: 1200px;
    margin: 0 auto;
    
  }
  .top-image-wrapper {
    height: 821px;
    width: 880px;
   
    margin: 0 0 0 auto;
    position: relative;

  }
  .section-top__image {
    background-image: url("../images/top/pc-top.png");
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    
  }
  .top-image-wrapper span{
    background-color: #fff;
  }
  .section-top h2{
    font-size: 6.5rem;
    color: #5D6365;
    
    line-height: 13rem;
    margin-left: -150px;
    position: absolute;
    bottom: 200px;
  }
  
  .square{
    background-color: #235339;
    width: 667px;
    height: 92px;
  right: 0;
    border-bottom-left-radius: 30px;
    position: absolute;
    left: 100;
  }
  .section-top p{
    width: 440px;
    margin-top:  155px;
    margin-left: 95px;
    margin-bottom: 125px;
    padding: 0;
    font-size: 2.0rem;
    line-height: 4.5rem;
  }
}
/*works*/
.section-works {
  margin-right: 24px;
  background-color: #E7EDEA;
  border-radius: 0 24px 24px 0;
  position: relative;
  height: 720px;
  margin-bottom: 60px;
}
.works-toire {
  width: 320px;
  height: 224px;
 
  position: absolute;
  top: 60px;
  z-index: 5;
  right: 0px;
  left: 55px;
}
.works-daiku {
  width: 200px;
  height: 140px;
  position: absolute;
  top: 240px;
  left: 15px;
  right: 160px;
  padding-left: 15px;
  ;
  z-index: 20;
}
.word-works {
  font-family: 'Shippori Antique B1', sans-serif;
  color: #6C907C;
  font-size: 4.0rem;
  position: absolute;
  top: 370px;
  left: 135px;
  z-index: 30;
}
.works-contents-wrapper {
  border-left: 5px solid #235339;
  padding-left: 17px;
  margin-bottom: 20px;
  margin-left: 24px;
  text-align: left;
  position: absolute;
  top: 490px;
}
.section-works h2 {
 
  font-size: 2.2rem;

  font-weight: 500;
  padding-bottom: 24px;
  padding-top: 4px;
  
}
.section-works h3 {
 
  font-size: 1.5rem;
 
  text-align: left;
  font-weight: 500;
}
.button-works {
  top: 620px;
  left: 15px;
  position: absolute;
  
  
}


.button-works a {
  font-size: 1.5rem;
  padding: 10px 15px;
  
  text-decoration: none;
  color: #C74A3F;
  position: relative;
  background-color: #fff;
  border: 1px solid #CEA6A2;
  width: 120px;
  height: 40px;
  
  
}
.button-works a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px; 
  top: calc(50% - 2px); 
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;

}
/*worksレスポンシブPC*/
@media(min-width:1090px){
  .section-works {
  max-width: 1100px;
  margin-right: 150px;
  background-color: #E7EDEA;
  border-radius: 0 50px 50px 0;
  position: relative;
  height: 1010px;
  margin-bottom: 95px;
}
  .section-works-wrapper{
    max-width: 1200px;
    margin: 0 auto;
  }
  .works-toire{
  width: 450px;
  height: 300px;
  position: absolute;
  top: 120px;
  z-index: 5;
  right: 0px;
  left: 349px;
  }
  .works-daiku {
  width: 330px;
  height: 200px;
  position: absolute;
  top: 317px;
  left: 93px;
  
  padding-left: 15px;
  z-index: 20;
}
.word-works {
  font-family: 'Shippori Antique B1', sans-serif;
  color: #6C907C;
  font-size: 6.5rem;
  position: absolute;
  top: 685px;
  left: 778px;
  z-index: 30;
  }
  .works-text-wrapper{
    width: 500px;
    top: 50px;
    left: 350px;
    position: absolute;
  }
  .works-contents-wrapper {

    
  text-align: left;
  position: absolute;
  
}
.section-works h2 {
  
  font-size: 3.6rem;
 
  font-weight: 500;
  padding-bottom: 24px;
}
.section-works h3 {
  
  font-size: 1.5rem;
  
  text-align: left;
  font-weight: 500;
}
  

  
  .button-works {
 
}
.button-works a {
  font-size: 1.5rem;
  padding: 10px 25px;
  text-decoration: none;
  color: #C74A3F;
  position: relative;
  background-color: #fff;
  border: 1px solid #CEA6A2;
  width: 120px;
  
}
.button-works a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2px); 
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
}

/*エリア    sp*/
.section-area {
  height: 500px;
  margin: 0 24px 60px;
  position: relative;
  padding-top: 25px;
}
.area-image {
  width: 100%;
  
max-width: 100%;
  margin-bottom: 40px;
}
.area-contents-wrapper {
  border-left: 5px solid #235339;
  padding-left: 17px;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}
.section-area h2 {
  font-size: 2.2rem;
  padding-bottom: 30px;
    padding-top: 4px;
  text-align: left;
  font-weight: 500;
}
.section-area h3 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 500;
}
.word-area {
  font-family: 'Shippori Antique B1', sans-serif;
  color: #C5DED0;
  font-size: 4.0rem;
  position: absolute;
  top: 280px;
  left: 80px;
  
}
.button-area a {
  display: block;
  font-size: 1.5rem;
  padding: 5px 25px;
  text-decoration: none;
  color: #C74A3F;
  position: relative;
  background-color: #fff;
  border: 1px solid #CEA6A2;
  width: 160px;

}
.button-area a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px; 
  top: calc(50% - 2px); 
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
/*エリア  pc*/
@media(min-width:1090px){
  .section-area {
  height: 400px;
  margin: 0 auto;
  position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    max-width: 1200px;
}
.area-image {
  width: 330px;
  height: 229px;
  margin-bottom: 100px;
}
  .area-contents-wrapper{
    width: 400px;
   height: 100px;
    padding-left: 30px;
    margin-bottom: 50px;
    position: relative;
     z-index: 20;
  }
  .area-contents-wrapper h2{
    font-size: 3.6rem;
    padding-bottom: 2.4rem;
   
  }
  .word-area{
    position: absolute;
    top: 0;
    font-size: 6.5rem;

  left: 380px;
 

  }
  
}


.section-flow {
  height: 500px;
  margin: 0 24px 60px;
  position: relative;
}
.flow-image {
  width: 100%;
  height: 224px;
  margin-bottom: 40px;
}
.flow-contents-wrapper {
  border-left: 5px solid #235339;
  padding-left: 17px;
  margin-bottom: 20px;
  
  z-index: 200;
  position: relative;
  
}
.section-flow h2 {
  font-size: 2.2rem;
  padding-bottom: 30px;
  padding-top: 4px;
  text-align: left;
  font-weight: 500;
}
.section-flow h3 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 500;
}
.word-flow {
  font-family: 'Shippori Antique B1', sans-serif;
  color: #C5DED0;
  font-size: 4.0rem;
  position: absolute;
  top: 260px;
  left: 185px;
  
}
.button-flow a {
  display: block;
  font-size: 1.5rem;
  padding: 5px 20px;
  text-decoration: none;
  color: #C74A3F;
  position: relative;
  background-color: #fff;
  border: 1px solid #CEA6A2;
  width: 160px;
  
}
.button-flow a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px; 
  top: calc(50% - 2px); 
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.button-text{
  left: 100;
  
}
@media(min-width:1090px){
   .section-flow {
  height: 400px;
  margin: 0 auto;
  position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
     padding-top: 25px;
     max-width: 1200px;
}
.flow-image {
  width: 330px;
  height: 229px;
  margin-bottom: 100px;
}
  .flow-contents-wrapper{
    width: 400px;
   height: 100px;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .flow-contents-wrapper h2{
    font-size: 3.6rem;
    padding-bottom: 2.4rem;
   
  }
  .word-flow{
     font-family: 'Shippori Antique B1', sans-serif;
  color: #C5DED0;
  font-size: 6.5rem;
  position: absolute;
  top: 0;
  left: 360px;
   

  }
  .square-2{
    background-color: #93BA99;
    width: 525px;
    height: 83px;
    left: 0;
    border-top-right-radius: 30px;
   
    
  }
  
}
@media screen and (max-width : 480px){
	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
	}
}