@charset “UTF-8”;

body{
  margin: 0;
}

main{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.04em;
}

br.sp{
  display: none;
}
span.sp{
  display: inline;
}

h1,h2{
  color: #EE887A;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.5;
}

h1{
  font-size: 50px;
}

h2{
  font-size: 32px;
  margin: 40px 0;
}

h3{
  color: #333;
}

#Read{
  padding: 10rem 1rem;
} 

#Read p{
  line-height: 1.8;
  color: #666;
}

#Read p.sub_tit{
  color: #EE887A;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4em;
  line-height: 1.5;
  margin-top: 10px;
}


p{
  color: #333;
}

/* bg AMATUHI logo */
.bg_symbol{
  position: relative;
}
.bg_symbol::after{
  content: url("/wp-content/themes/recruit/image/company_culture/amatuhi_symbol.svg");
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 390px;
  height: 380px;
}

/* ---- CompanyCulture ---- */

h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.CompanyCulture .bg_01{
  background-color: #FFFBF1;
}

.CompanyCulture .bg_02{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 130px;
}

.CompanyCulture .bg_wave1,
.CompanyCulture .bg_wave2{
  position: relative;
  display: inline-block;
}

.CompanyCulture .bg_wave1 span{
  content: url("/wp-content/themes/recruit/image/company_culture/bg_01_h.png");
  position: absolute;
  top: -100px;
  right: -1500px;
}

.CompanyCulture .bg_wave2 span{
  content: url("/wp-content/themes/recruit/image/company_culture/bg_02_h.png");
  position: absolute;
  top: -90px;
  right: -1500px;
}

.CompanyCulture .bg_wave span{
  content: "";
  display: block;
  background-image: url("/wp-content/themes/recruit/image/company_culture/bg_01_h.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 220px;
}


.CompanyCulture{
  text-align: center;
  overflow: hidden;
}

.CompanyCulture .container{
  max-width: 1100px;
  margin: 0 auto;
  padding:  10px;
  display: block;
}

.CC_contents_tit{
  display: flex;
  width: 1260px;
  height: auto;
}

.CC_contents_tit .text{
  margin: auto;
}

.CC_contents_tit h2{
  color: #666;
  font-size: 24px;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 20px 0; 
}

.CC_contents_tit p{
  color: #666;
  margin: 20px 0 0;
  display: block;
  max-width: 460px;
  text-align: left;
  line-height: 1.8;
}

.CC_contents_tit .mv figure{
  margin: 0 20px 0;
}

.CC_contents_tit .mv figure img{
  width: 720px;
  height: 390px;
}

.CC_contents{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1000;
  margin-top: 30px;
}

.CC_contents .CC_contents_item{
  width: 48%;
  margin: 1%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.CC_contents .CC_contents_item .text{
  display: block;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  height: 100%;
  line-height: 1.8;
}

.CC_contents .CC_contents_item figure{
  margin: 0;
  font-size: 0;
}

.CC_contents .CC_contents_item figure img{
  width: 100%;
}



.PageNavi.container{
  padding: 100px 10px;
  position: relative;
  z-index: 1000;
}

.PageNavi .PageLink{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.PageNavi .PageLink .PN_item p{
  color: #666;
}

.PageNavi .PageLink a.PN_item,
.PageNavi .PageLink .PN_item {
  width: 330px;
  height: auto;
  color: #666;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
}

.PageNavi .PageLink a.PN_item:hover{
  background-color: #ededed;
}

.PageNavi .PageLink a.PN_item p,
.PageNavi .PageLink .PN_item p{
  margin: 0;
  line-height: 90px;
}

.PageNavi .PageLink .PN_item:first-child p{
  position: relative;
}

.PageNavi .PageLink a.PN_item:first-child p::before{
  content: url("/wp-content/themes/recruit/image/company_culture/arrow_left.svg");
  position: absolute;
  top: 5px;
  left: 30px;
  width: 20px;
  height: 35px;
}

.PageNavi .PageLink a.PN_item:last-child p{
  position: relative;
}

.PageNavi .PageLink a.PN_item:last-child p::after{
  content: url("/wp-content/themes/recruit/image/company_culture/aroow_right.svg");
  position: absolute;
  top: 5px;
  right: 30px;
  width: 20px;
  height: 35px;
}


/* TB */
@media screen and (max-width: 960px) {

  .CC_contents_tit{
    width: 1110px;
  }

  .CC_contents_tit p{
    max-width: 510px;

  }



  .PageNavi.container{
    padding: 40px 10px;
  }

  .PageNavi .PageLink{
    flex-direction: column;
  }

}


/* SP */
@media screen and (max-width: 480px) {
  br.sp{
    display: inline-block;
  }

  span.sp{
    display: block;
    font-size: 0.8em;
  }

  p{
    font-size: 16px;
  }

  h1,h2{
    font-size: 26px;
  }

  .bg_symbol::after{
    right: -90px;
  }

  .CC_contents_tit h2{
    font-size: 19px;
  }

  .CC_contents_tit p{
    margin-bottom: 20px;
  }

  h3{
    font-size: 18px;
  }

  .CompanyCulture .bg_02{
    padding-bottom: 100px;

  }

  #Read p{
    font-size: 0.8rem;
  }

  #Read p.sub_tit{
    font-size: 13px;
  }

  .CompanyCulture .CC_contents_tit{
    width: 100%;
    flex-direction: column;

  }

  .CC_contents_tit .mv figure{
    margin: 0;
    position: relative;
    height: 220px;
  }

  .CC_contents_tit .mv figure img{
    width: 110%;
    height: auto;
    position: absolute;
    top: 0;
    right: -70px;
  }




  .CC_contents{
    flex-wrap: nowrap;
    flex-direction:column;
    justify-content:center;
    margin-top: 30px;
  }

  .CC_contents .CC_contents_item{
    width: 100%;
    margin: 0 0 20px 0;
  }

  .CC_contents .CC_contents_item .text{
    line-height: 1.6;
  }

  .CC_contents .CC_contents_item .text p{
    margin: 10px 0;
  }

  .PageNavi .PageLink a.PN_item,
  .PageNavi .PageLink .PN_item{
    width: 90%;
    font-size: 18px;
  }

 .PageNavi .PageLink a.PN_item p, 
 .PageNavi .PageLink .PN_item p{
    margin: 0;
    line-height: 70px;
  }

  .CompanyCulture .bg_01.bg_bottom::before{
    bottom: -40px;
    right: -120px;
  }


}