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

html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body{
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "pkna";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.7; 
  color: #333;
  background-color: #F6F7F1;
  overflow-x: hidden;
}
a{
	text-decoration: none;
  display: block;
}
.sp-img{
  display: none;
}
.text-center{
  text-align: center;
}
.br-line{
  display: inline-block;
}
h2{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  padding: 100px 0 50px;
  text-align: center;
  color: #391900;
}
.h2-sun{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  padding: 0 0 50px;
  text-align: center; 
  line-height: 1.2;
}
.wave{
  width: 60px;
  vertical-align: baseline;
}
.sun{
  text-align: center;
  padding-top: 100px;
}
.sun>img{
  width: 60px;
}
h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  padding: 30px 0 10px;
  color: #00a0e1;
}

.contain{
  max-width: 830px;
  margin: 0 auto;
  padding: 0 40px;
}

/*ヘッダー*/
header{
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo{
  width: 300px;
}
.header-btn{
    display: block;
    width: 150px;
    padding: 5px;
    background-color: #6E5342;
    color: #F6F7F1;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
}
.mail-icon{
  display: none;
}
.contact{
  font-size: 1.4rem;
}

/*メインビジュアル*/
.mv{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 70px;
}
.mv-logo{
  width: 450px;
  margin-right: 20px;
}
.catch-copy{
  margin-left: 20px;
}
.catch-main{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  padding-right: 40px;
  margin-bottom: 30px;
}
.catch-main-large{
  display: block;
  font-size: 6.5rem;
  color: #0071be;
}
.catch-sub{
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: 500;
  color: #391900;
}
.catch-note{
  max-width: 457px;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  display: inline-block;
}
.catch-note span{
  font-weight: 600;
  color: #0071be;
  font-size: 1.5rem;
}

/*脱炭素説明*/
.datsutanso{
  width: 100%;
  height: 530px;
  background: linear-gradient(to top, transparent 0%, transparent 75%, #F6F7F1 100%),
    url("../image/top/koigaura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.datsutanso-detail{
  width: 800px;
  padding-top: 120px;
  margin: 0 auto;
  color: #fff;
}
.datsutanso-title{
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
  text-shadow: #000 2px 0 5px;
  padding-right: 154px;
  padding-bottom: 40px
}
.datsutanso-text-box{
  display: flex;
  flex-direction: row-reverse;
  line-height: 1.6;
}
.datsutanso-text p{
  padding-bottom: 12px;
  text-shadow: #000 2px 0 5px;
}
.datsutanso-logo{
  padding-top: 30px;
  margin-right: 50px;
}
.datsutanso-logo img {
  width: 200px;
}

/*お知らせ・イベント情報*/
.news-title{
  width: 110px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 2px;
  color: #fff;
  background-color: #00a0e1;
  border-radius: 15px;
  margin-bottom: 10px;
}
.news-detail{
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e4e6d6;
}
.info-pdf{
  color: #00a0e1;
}

/*事業紹介*/
.business-intro dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.business-intro div{
  width: 350px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: #e4e6d6;
}
.business-intro dt{
  text-align: center;
  padding: 5px 0 8px;
  font-size: 1.8rem;
}
.business-intro dd{
  text-align: center;
  padding-bottom: 25px;
  font-size: 1.5rem;
}
.business-number{
  position:absolute;
  width: 45px;
  height: 45px;
  top:20px;
  left:20px;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  color: #00a0e1;
  border-radius: 50%;
  background-color: #F6F7F1;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
  margin-right: 10px;
}
.business-icon{
  width: 150px;
  padding-top: 30px;
}

/*企業理念*/
.corporate-philosophy{
  display: flex;
}
.business-img{
  width: 345px;
  padding-top: 50px;
}

/*行動理念*/
.action-philosophy ul{
  margin-top: 20px;
}
.action-philosophy li{
  margin-bottom: 20px;
}
.action-philosophy-list{
  display: flex;
  align-items: flex-start;
}
.action-philosophy-list dd{
  width: calc(100% - 50px);
}
.circle-number {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #00a0e1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 2px solid #00a0e1;
  text-align: center;
  box-sizing: border-box;
  padding-left: 2px;
  margin-right: 10px;
}

/*信条・モットー*/
.belief{
  max-width: 650px;
  margin: 40px auto;
  border-radius: 20px;
  background-color: #fff;
}
.belief dl{
  padding: 0 30px 30px 30px;
}
.belief dt{
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #00a0e1;
}
.belief dd{
  padding-left: 20px;
  /*text-decoration: underline; 
  text-decoration-thickness: 0.3em; 
  text-decoration-color: rgba(0, 160, 225, 0.2); 
  text-underline-offset: -0.2em; 
  text-decoration-skip-ink: none; */
}
.icon{
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #e94933;
}


/*会社概要*/
.company dl{
  border-top:3px solid #e4e6d6;
  border-bottom:3px solid #e4e6d6;
}
.company div{
  display: flex;
  border-bottom: 1px solid #e4e6d6;
}
.company div:last-child{
  border-bottom: 0;
}
.company dt{
  width: 170px;
  padding: 5px 20px 5px 30px;
  color: #666;
  font-weight: 400;
}
.company dd{
  padding: 5px 0;
  width: calc(100% - 170px);
}
iframe{
  display: block;
  margin: 40px auto 0;
  width: 450px;
}


/*採用情報*/
.recruit-info dl{
  border-top:3px solid #e4e6d6;
  border-bottom:3px solid #e4e6d6;
  margin-bottom: 40px;
}
.recruit-info div{
  display: flex;
  border-bottom: 1px solid #e4e6d6;
}
.recruit-info div:last-child{
  border-bottom: 0;
}
.recruit-info dt{
  width: 180px;
  padding: 5px 20px 5px 30px;
  color: #666;
  font-weight: 400;
}
.recruit-info dd{
  padding: 5px 0;
  width: calc(100% - 180px);
}
.recruit-btn{
    display: block;
    width: 150px;
    padding: 5px;
    font-size: 1.4rem;
    background-color: #6E5342;
    color: #F6F7F1;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
}


/*footer*/
footer{
  background-color: #E4E6D6;
  margin-top: 50px;
  padding-bottom: 25px;
}
.footer-logo{
  width: 120px;
  padding: 30px 0 20px;
}
.footer-company-name{
  width: 350px;
  padding-bottom: 30px;
}
address{
  padding-bottom: 30px;
}
.copyright{
  font-size: 1.4rem;
}

@media screen and (max-width:930px){
  .catch-sub-br{
    display: none;
  }
  .catch-main{
    padding-right: 0;
  }
}

@media screen and (max-width:835px){
  .pc-img{
    display: none;
  }
  .sp-img{
    display: block;
  }
  
  /*メインビジュアル*/
  .mv-logo-sp{
    width: 380px;
    margin: 0 auto 20px;
  }
  .mv{
    display: block;
  }
  .catch-main{
    text-align: center;
    line-height: 1.5;
  }
  .catch-sub{
    text-align: center;
  }
  .catch-sub-br{
    display: inline;
  }
  .catch-note{
    display: block;
    margin: 0 auto;
  }
  
  /*脱炭素*/
  .datsutanso{
    height: auto;
  }
  .datsutanso-text-box{
    display: block;
    padding: 0  40px;
  }
  .datsutanso-detail{
    width: auto;
  }
  .datsutanso-title{
    text-align: center;
    padding-right: 0;
  }
  .datsutanso-logo{
    padding: 15px 0 30px;
    text-align: center;
    margin-right: 0;
  }
  .datsutanso-text p{
    text-shadow: #000 2px 0 5px;
  }
}

@media screen and (max-width:680px){
  h2{
    font-size: 2.4rem;
    padding: 60px 0 35px;
  }
  .h2-sun{
    font-size: 2.4rem;
    padding-bottom: 35px;
  }
  .sun{
    padding-top: 60px;
  }
  .wave{
    width: 45px;
  }
  h3{
    font-size: 1.8rem;
    padding-top: 0;
  }
  .contain{
    padding: 0 20px;
  }
  
  /*ヘッダー*/
  
  .header-logo{
    width: 250px;
  }
  .header-btn{
    width: 60px;
    padding: 5px;
  }
  .mail-icon{
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 1.6rem;
  }
  .contact{
    display: none;
  }
  .catch-copy{
    margin-left: 0;
  }
  .catch-main{
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .catch-main-large{
    font-size: 5rem;
    line-height: 1.4;
  }
  .mv{
    padding-bottom: 0;
  }
  .mv-logo-sp{
    width: 300px;
  }
  .catch-sub{
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .catch-note{
    width: 320px;
    padding: 15px 20px;
  }
  
  /*脱炭素*/
  .datsutanso-title{
    font-size: 2rem;
    padding-bottom: 20px;
  }
  /*
  .datsutanso-title>span{
    background-color: #0071be;
  }*/
  
  
/*企業理念*/
  
  .corporate-philosophy{
    display: block;
  }
  .business-img-box{
    text-align: center;
  }
  .business-img{
    width: 320px;
    padding: 10px 0 20px;  
  }
  
  /*会社概要*/
  .company div{
    display: block;
  }
  .company dt{
    width: auto;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .company dd{
    width: auto;
    padding-left: 30px;
  }
  iframe{
    width: 300px;
  }
  
/*採用情報*/
  .recruit-info div{
    display: block;
  }
  .recruit-info dt{
    width: auto;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .recruit-info dd{
    width: auto;
    padding-left: 30px;
  }
  
  
  /*フッター*/
  .footer-logo{
    width: 100px;
  }
  .footer-company-name{
    width: 280px;
  }
  address{
  font-size: 1.5rem;
}
  
}

