@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;
}

h3{
  color: #333;
}

#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;
}

#Read{
  padding: 10rem 1rem;
} 

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

p{
  color: #333;
}

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

/* ---- Support ---- */

h3{
  font-size: 24px;
  font-weight: 600;
  margin: 70px 0 30px 0;
}

.bg_02 h4{
  font-size: 20px;
  font-weight: 500;
  color: #EE887A;
  background-image: radial-gradient(circle, #cccccc 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 16px 4px;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-top: 20px;
}

.Support .bg_01{
  background-color: #FFFBF1;
  padding-top: 20px;

}

.Support .bg_02{
  background-color: #fff;
  padding-bottom: 200px;
  padding-top: 20px;
}

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

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

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

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


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

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

.CM_contents_tit p{
  color: #EE887A;
  margin: 20px 0 0;
}


.SP_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.SP_contents .SP_contents_item{
  width: 294px;
  height: auto;
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 3px #EE887A;
  display: flex;
  flex-direction: column;
}

.SP_contents .SP_contents_item h4{
  flex-grow: 1;
	margin-bottom: 30px;
}

.SP_contents .SP_contents_item p{
  width: 260px;
  margin: 0 auto 10px;
  flex-grow: 1;
  text-align: left;
}

.SP_contents .SP_contents_item figure{
  margin: 0;
  font-size: 0;
}

.SP_contents .SP_contents_item figure img{
  width: 100%;
}

.container.over{
  max-width: 1500px;
}

.SP_contents_end{
  display: flex;
  height: auto;
  margin: 70px 0 30px 0;
}

.SP_contents_end p{
  color: #666;
  margin: 20px 0 0;
  text-align: left;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}

.SP_contents_end .ev{
  margin-right: 20px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.SP_contents_end .ev figure{
  margin: 0;
}

.SP_contents_end .ev figure img{
  width: 720px;
  height: 390px;
}

.SP_contents_end .text{
  vertical-align: middle;
  margin: auto 10px;
}


.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/support/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/support/aroow_right.svg");
  position: absolute;
  top: 5px;
  right: 30px;
  width: 20px;
  height: 35px;
}


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

  .SP_contents_end{
    flex-direction: column;
  }

  .SP_contents_end .text{
    margin: 10px 0 0 auto;
  }


  .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;
  }

  .Support .container{
    padding: 10px 10px 50px;
  }

  #Read{
    padding: 10rem 1rem;
  }

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

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

  .SP_contents_end p{
    margin-bottom: 20px;
    font-size: 16px;
  }

  h3{
    font-size: 18px;
    margin: 30px 0;
  }

  .Support .bg_01{
    padding-top: 0;
  }

  .Support .bg_02{
    padding-bottom: 100px;
    padding-top: 0;
  }

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

  .SP_contents{
    justify-content:center;
    margin-top: 30px;
  }

  .SP_contents .SP_contents_item{
    margin: 10px 0;
  }

  .SP_contents .SP_contents_item .text{
    line-height: 1.6;
  }

  .SP_contents .SP_contents_item .text p{
    margin: 10px 0;
  }

  .Support .container.over{
    padding: 0;
  }

  .Support .container.over h2{
    padding: 0 10px;
  }

  .Support .SP_contents_end{
    width: 100%;
    flex-direction: column;
    margin: 30px 0 0;
  }

  .SP_contents_end .ev{

  }

  .SP_contents_end .ev figure{
    margin: 0;
    position: relative;
    height: 220px;
  }

  .SP_contents_end .ev figure img{
    width: 110%;
    height: auto;
    position: absolute;
    top: 0;
    left: -35px;
  }

  .SP_contents_end .text{
    padding: 0 10px 50px;
  }

  .SP_contents_end .text p{
    font-weight: 400;
  }



  .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;
  }

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


}