@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* Compnay
-------------------------------------------*/

/* Vision ----------------------*/

.company .page_header__mv .page_header__visual img{
  object-position: center bottom;
}
#ceo .sec_clm{
  font-size: clamp(12px,1.84vw,15px);
}
#ceo .sec_clm .text{
  width: 65%;
  text-align: justify;
}
#ceo .sec_clm .ph{
  width: 30%;
}
#ceo .sec_clm .ph .ceo{
  margin-bottom: 20px;
}
#ceo .sec_clm .ph .ceo img{
  object-fit: cover;
  border-radius: 20px;
}
#ceo .sec_clm .ph .name{
  font-family: "Shippori Mincho", serif;
}
#ceo .sec_clm .ph .name img{
  width: min(200px,80%); 
}

#philosophy{
  padding-bottom: 0;
  background: #fff;
}
#philosophy .sec_outer{
  padding: var(--page-sec-margin) 0;
  background:
    linear-gradient(
      to top,
      rgba(1, 186, 193, 0.3) 10%,
      rgba(232, 232, 197, 0.3) 60%,
      rgba(255, 171, 135, 0.3) 95%);
}
#philosophy .sec_cont{
  width: min(680px,70%);
}
#policy{
  padding: 6% 0 12%;
}
#policy dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 3% 5%;
  margin: 3% 0;
  font-size: clamp(18px,2.79vw,22px);
  line-height: 2;
}
#policy dl dt{
  font-size: 40%;
  width: 16px;
}
#policy dl dd{
  width: calc(100% - 20px);
}
#action ul li,
#goals ul li{
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
  padding-bottom: 3%;
}
#action li .maru,
#goals li .maru{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: clamp(16px,2.46vw,24px);
  font-family: var(--font-en);
  text-align: center;
  color: #fff;
  background-color: var(--green);
}
#action li:nth-child(even) .maru,
#goals li:nth-child(even) .maru{
  background-color: var(--orange);
}
#action ul li p,
#goals ul li p{
  flex: 1;
}

@media screen and (max-width: 650px){
  
  #ceo .sec_clm{
    flex-direction: column-reverse;
  }
  #ceo .sec_clm .text,
  #ceo .sec_clm .ph{
    width: 100%;
  }
  #ceo .sec_clm .ph{
    padding-bottom: 5%;
  }
  #ceo .sec_clm .ph .ceo{
    width: min(250px,50%);
    margin: 0 auto 3%;
  }
  #ceo .sec_clm .ph .ceo img{
    border-radius: 10px;
  }
  #ceo .sec_clm .ph .name img{
    width: min(150px,80%); 
  }
  
  #philosophy .sec_cont{
    width: 100%;
  }
  #action li .maru,
  #goals li .maru{
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}


/* Aboutus ----------------------*/

.aboutus .sec_clm .sec_head{
  width: 35%;
}
.aboutus .sec_list{
  width: 63%;
}
#history,
#access{
  padding-top: var(--page-sec-margin);
}
#history{
  padding-top: var(--page-sec-margin);
  background-color: #fff;
}
.aboutus .sec_list iframe{
  width: 100%;
  height: clamp(150px,23vw,300px);
  padding-top: 5%;
}

@media screen and (max-width: 650px){
  
  .aboutus .sec_clm .sec_head,
  .aboutus .sec_list{
    width: 100%;
  }
  #history,
  #access{
    padding-top: var(--page-sec-margin);
  }
  #history{
    padding-top: var(--page-sec-margin);
    background-color: #fff;
  }
  .aboutus .sec_list iframe{
    width: 100%;
    height: clamp(150px,23vw,300px);
    padding-top: 5%;
  }
}

/* Quality ----------------------*/

.quality .sec_cont{
  width: min(680px,70%);
}
#quality_policy .sec_head{
  width: 30%;
}
#quality_policy .gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
}
#quality_policy .gallery .img{
  width: 48.5%;
  padding-bottom: 3%;
}
#quality_policy .gallery .img img{
  object-fit: cover;
  border-radius: 10px;
}
#certification .sec_head{
  width: 100%;
}

@media screen and (max-width: 650px){
  .quality .sec_cont,
  #quality_policy .sec_head{
    width: 100%;
  }
}


/* Sustainability ----------------------*/

.header_sustainability .page_header__mv .page_header__visual::before{
  background:
    linear-gradient(
      to right,
      rgba(0,172,178,0.3) 10%,
      rgba(218,218,182,0.3) 60%,
      rgba(255,164,126,0.4) 95%);
}
.sustainability .sec_cont{
  width: min(680px,70%);
}
.sustainability .sec_head{
  width: 30%;
}
.sustainability .small{
  text-align: left;
  font-size: clamp(10px,1.5vw,13px);
}
#goals .sec_cont{
  width: min(780px,70%);
  padding: 4%;
  border-radius: 20px;
  background-color: #fff;
  font-size: clamp(13px,2vw,16px);
}
#materiality .sec_head,
#materiality .sec_cont{
  width: 100%;
}
.sdgs{
  margin-bottom: -3%;
}
.sdgs .item{
  width: 100%;
  padding: 5%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 2px 10px 0 rgba(0,0,0,0.025);
  margin-bottom: 3%;
}
.sdgs .sdgs_clm{
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  column-gap: 3%;
}
.sdgs .item .title{
  font-weight: bold;
  line-height: 1.5;
  text-indent: -1em;
  letter-spacing: 0.1em;
  padding-left: 1em;
  padding-bottom: 20px;
}
.sdgs .item .title::before{
  content: '●';
  font-size: 50%;
  vertical-align: 20%;
  padding-right: 6px;
  color: #aaa;
}
.sdgs .item .title span{
  font-size: 80%;
  font-weight: normal;
}
.sdgs .item .icon{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 10px;
}
.sdgs .item .icon img{
  width: 13%;
  height: auto;
  padding-bottom: 10px;
}
.sdgs .sdgs_clm .item .icon img{
  width: 30%;
}
#activities{
  padding-top: var(--page-sec-margin);
  background-color: #329491;
  color: #fff;
}
#activities .activity .h3_tit{
  color: var(--font-black);
  margin-top: 5%;
}
#activities .activity dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5%;
}
#activities .activity dt::before{
  content: '●';
  font-size: 50%;
  vertical-align: 20%;
  padding-right: 6px;
  color: var(--orange);
}
#activities .activity dt{
  width: 45%;
}
#activities .activity dd{
  width: 45%
}
#activities .activity dl:nth-child(2) dd{
  width: 55%
}
#activities .activity dd img{
  border-radius: 10px;
}

@media screen and (max-width: 650px){
  
  .sustainability .sec_cont,
  .sustainability .sec_head,
  #goals .sec_cont{
    width: 100%;
  }
  #goals .sec_cont{
    padding: 7% 5%;
  }
  .sdgs{
    margin-bottom: -5%;
  }
  .sdgs .item{
    margin-bottom: 5%;
    padding: 8% 6%;
  }
  .sdgs .sdgs_clm{
    flex-wrap: wrap;
  }
  .sdgs .item .title{
    padding-bottom: 5%;
  }
  .sdgs .item .title span{
    display: block;
    line-height: 2;
  }
  .sdgs .item .icon img,
  .sdgs .sdgs_clm .item .icon img{
    width: 31%;
  }
  #activities .activity dl{
    padding-bottom: 5%;
    row-gap: 10px;
  }
  #activities .activity dt,
  #activities .activity dd,
  #activities .activity dl:nth-child(2) dd{
    width: 100%
  }
  #activities .activity dl:nth-child(4) dd{
    width: 50%;
    margin: 0 auto;
  }
}