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

/*----section-top----*/
.section-top {
  background-color: #fff;
  padding-bottom: 60px;
  border-radius: 0 0 2000px 2000px / 0 0 300px 300px;
}
.section-top__anime {
  width: 370px;
  height: 500px;
  background-image: url("../images/top/top-animation.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
 margin: auto;
}
.section-top h2 {
  padding-top: 88px;
  /*font-family: "M PLUS Rounded 1c";*/
  font-weight: 800;
  text-align: left;
  margin-left: 25px;
  font-size: 32px;
}
.section-top h3 {
  font-family: "M PLUS Rounded 1c";
  padding-top: 20px;
  text-align: left;
  margin-left: 30px;
  line-height: 25px;
}
@media(min-width: 1000px){
  .section-top{
    
  }
  .section-top__anime {
  width: 800px;
    height: 1000px;
    position: relative;
    left:180px;
      bottom: 70px;
  }
  .section-top__title{
    position: relative;
    top:400px;
    right:400px;
     letter-spacing: 1px;
  }
  .section-top h2{
    font-size:53px;
    padding-bottom: 20px;
  }
  .section-top h3{
    font-size:25px;
    line-height: 50px;
    padding-top:30px;
  }
}
/*----section-Explanation----*/
.section-Explanation h2 {
  font-family: "Noto Sans JP";
  color: #008E59;
  font-size: 30px;
  padding: 60px 0;
  line-height: 40px;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #383838;
}
.section-Explanation__text {
  padding: 0 30px;
  padding-bottom: 60px;
  letter-spacing: 1px;
}
.section-Explanation__text br {
  display: none;
}
.section-Explanation__text1 {
  padding-bottom: 40px;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c";
}
.section-Explanation__text2 {
  padding-bottom: 20px;
}
.section-Explanation__text3 {
  padding-bottom: 20px;
}
.section-Explanation__text3 span{
  font-weight: 700;
}

@media(min-width: 1000px){
  .section-Explanation{
    padding-top: 160px;
    width:1000px;
    margin: auto;
  }
  .section-Explanation h2 {
    font-size:45px;
    line-height: 60px;
    text-align: left;
    margin-left: 30px;
  }
  .section-Explanation__text br {
  display: block;
  }
  .section-Explanation__text{
    text-align: left;
    line-height: 40px;
    
  }
  .section-Explanation__text1 {
    font-size: 25px;
  }
  .section-Explanation__text2 {
  font-size: 20px;
}
.section-Explanation__text3 {
  font-size: 20px;
}
  .section-Explanation__text4{
    font-size: 20px;
  }
}

/*----company_concept----*/

.company_concept__background {
  background: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 11%, #008E59 11%, #008E59 100%);
  padding-top: 80px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}
.company_concept__img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
 
}
.company_concept__img img {
  width: 100%;
  filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.31));
}
.company_concept__background h2 {
  font-family: "Noto Sans JP";
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  /*-webkit-text-stroke: 1px #383838;*/
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.company_concept__background h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 350px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #fff; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.company_concept__text {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  line-height: 35px;

}
.company_concept__text br{
  display:none;
}
.company_concept__text span{
  font-weight: 600;
  font-size: 20px;
}
.top-eyecatch {
  position: relative;
 width: 335px;
  margin:auto;
  padding-bottom: 30px;
}
.top-eyecatch__pict {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
  width: 333px;
  height:270px
}
.top-eyecatch__pict img {
  transition-duration: 0.3s ;
  width: 100% ;
  height: auto ;
}
.top-eyecatch__content {
  font-family: "M PLUS Rounded 1c";
  margin: 0 auto;
  color: #383838;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  bottom: 65px;
 
}
.top-eyecatch__content .content-heading {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
}
.top-eyecatch-inner{
    display: block;
    position: relative;
  width: 335px;
  height: 288px;
}
.sma{
  display:block;
}
 
@media(min-width: 1000px){
  .company_concept__background{
    width: 1200px;
    margin: 0 auto;
    background: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 18%, #008E59 18%, #008E59 100%);
  }
  .company_concept__img {
    width: 227px;
  }
  .company_concept__background h2{
    font-size:54px;
  }
  .company_concept__background h2:before {
     width: 650px;
    top: 70px;
  }
  .company_concept__text{
    font-size:20px;
    padding-top:80px;
    letter-spacing: 1px;
    line-height: 38px;
  }
  .company_concept__text br{
    display:block;
  }
  .company_concept__text span{
  font-weight: 600;
  font-size: 25px;
}
  .company_concept__eyecatch{
    display: flex;
    padding-top:40px;
  }
}
/*----section_EC----*/


.section_EC__headline{
  color:#008E59;
  font-family: "Noto Sans JP";
  font-size: 30px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  line-height: 35px;
}
.section_EC__headline:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 280px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #008E59; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.section_EC__text{
 padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 60px;
   font-family: "M PLUS Rounded 1c";
}
@media(min-width: 1000px){
  .section_EC__headline{
    padding-top:220px;
    font-size: 45px;
  }
  .section_EC__headline br{
    display: none;
  }
  .section_EC__headline:before{
    width: 520px;
    height: 3px;
    top: 290px;
  }
  .section_EC__text{
    font-size: 20px;
    padding-top:60px;
    font-weight: 600;
  }
  .sma{
    display: none;
  }
}

/*----section_EC-hozen----*/

.section_EC_hozen{
  padding: 0 20px;}

.section_EC__hozen{
  border: solid 2px #008E59;
  
}
.section_EC__hozen br{
  display: none;
}
.section_EC__hozen-A{
  background-color: #008E59;
  height: 170px;
  padding-top:20px;
  
}
.section_EC__hozen-A h3{
  color:#fff;
  font-size: 17px;
}
.section_EC__hozen-A img{
  width:95px;
  padding-top: 10px;
}
.section_EC__hozen-B{
  background-color: #fff;
  padding-bottom: 60px;
}
.section_EC__hozen-B h4{
  padding: 40px 15px;
  font-family: "M PLUS Rounded 1c";
}
.section_EC__hozen-B p{
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  
}
.section_EC__hozen-B img{
  width: 300px;
}
@media(min-width: 1000px){
  .section_EC_hozen{
    width: 913px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .section_EC__hozen br{
  display: block;
}
  .section_EC__hozen-A{
    height: 320px;
    padding-top: 50px;
  }
  .section_EC__hozen-A h3{
    font-size: 33px;
  }
  .section_EC__hozen-A img{
  width:160px;
    padding-top: 40px;
  }
  .section_EC__hozen-B h4{
    font-size: 19px;
    padding: 60px 15px;
  
  }
  .section_EC__hozen-B p{
     padding-right: 90px;
  padding-left: 90px;
  }
  .section_EC__hozen-B img{
  width: 610px;
    padding-top:70px;
}
}

/*----section_EC-tyokuso----*/


.section_EC_tyokuso{
  padding: 50px 20px;}

.section_EC__tyokuso{
  border: solid 2px #008E59;
  
}
.section_EC__tyokuso br{
  display: none;
}
.section_EC__tyokuso-A{
  background-color: #008E59;
  height: 170px;
  padding-top:20px;
  
}
.section_EC__tyokuso-A h3{
  color:#fff;
  font-size: 17px;
}
.section_EC__tyokuso-A img{
  width:110px;
  padding-top: 10px;
}
.section_EC__tyokuso-B{
  background-color: #fff;
  padding-bottom: 60px;
}
.section_EC__tyokuso-B h4{
  padding: 40px 15px;
   font-family: "M PLUS Rounded 1c";
}
.section_EC__tyokuso-B p{
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.section_EC__tyokuso-B img{
  width: 300px;
 
}
 button {
 font-size: 18px;
   font-family: "Noto Sans JP";
   background: transparent;
 letter-spacing: 2px;
 text-transform: uppercase;
 display: flex;
  align-items: center;
 text-align: center;
 font-weight: bold;
 padding: 0.7em 2em;
 border: 3px solid #d3547e;
 border-radius: 2px;
 position: relative;
 color: #d3547e;
 text-decoration: none;
 transition: 0.3s ease all;
 z-index: 1;
   margin: auto;
}

button:before {
 transition: 0.5s all ease;
 position: absolute;
 top: 0;
 left: 50%;
 right: 50%;
 bottom: 0;
 opacity: 0;
 content: '';
 background-color: #d3547e;
  z-index: -1;}


button:hover, button:focus {
 color: white;
}

button:hover:before, button:focus:before {
 transition: 0.5s all ease;
 left: 0;
 right: 0;
 opacity: 1;
}

button:active {
 transform: scale(0.9);
}
button span {
  margin: 10px;
}
.section_EC_inquiry{
  padding: 60px 0;
}
.section_EC_inquiry a{
  color:inherit;
  text-decoration: none;
  opacity: 1;
  width: 254px;
  display: inline-block;
    
}
  
@media(min-width: 1000px){
  .section_EC_tyokuso{
    width: 913px;
    margin: 0 auto;
    padding-top: 150px;
  }
  .section_EC__tyokuso br{
    display: block;
  }
  .section_EC__tyokuso-A{
    height: 320px;
    padding-top: 50px;
  }
  .section_EC__tyokuso-A h3{
    font-size: 33px;
  }
  .section_EC__tyokuso-A img{
  width:200px;
    padding-top: 40px;
  }
  .section_EC__tyokuso-B h4{
    font-size: 19px;
    padding: 60px 15px;
  }
  .section_EC__tyokuso-B p{
     padding-right: 90px;
  padding-left: 90px;
  }
  .section_EC__tyokuso-B img{
  width: 610px;
    padding-top:70px;
}
  button{
    font-size: 25px;
  }
  .section_EC_inquiry a{
    width: 324px;
    display: inline-block;
  }
 
}

