@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;
  background-color: #FFFBF1;
  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;
}

#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/briefing/amatuhi_symbol.svg");
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 390px;
  height: 380px;
}


/* ---- Briefing ---- */

p.point{
  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;
}

.Briefing .bg_01{
  background-color: #FFFBF1;
  padding-top: 20px;

}

.Briefing .bg_01.bg_bottom{
  position: relative;
}

.Briefing .bg_01.bg_bottom::before{
  content: url("/wp-content/themes/recruit/image/briefing/amatuhi_symbol.svg");
  position: absolute;
  bottom: 10px;
  right: -40px;
  width: 390px;
  height: 380px;
}

.Briefing{
  text-align: center;
  overflow: hidden;
}

.Briefing .container{
  max-width: 1100px;
  margin: 0 auto;
  padding:  10px 10px 120px;
  display: block;
}

.CM_contents_tit p{
  color: #EE887A;
  margin: 20px 0 0;
}


.BF_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.BF_contents .BF_contents_item{
  width: 200px;
  height: auto;
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 3px #EE887A;
  background-color: #fff;

  display: flex;
  flex-direction: column;
}

.BF_contents .BF_contents_item p{
  margin: 0 auto 10px;
}

.BF_contents .BF_contents_item p.point{
  color: #EE887A;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 30px;
  padding-bottom: 20px;
  width: 90%;
}

.BF_contents .BF_contents_item p.text{
  margin: 20px 5px;
  flex-grow: 1;
}

.BF_contents .BF_contents_item figure{
  margin: 0;
  font-size: 0;
}

.BF_contents .BF_contents_item figure img{
  width: 100%;
}

/* ハーモスリンク */
.BF_HMlink{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
  position: relative;
  z-index: 1000;
}

.BF_HMlink a{
  display: inline-block;
  width: 45%;
  height: auto;
  margin: 10px;
  background-color: #EE887A;
  text-decoration: none;
  border-radius: 10px;
}

.BF_HMlink a:hover{
  background-color: #ffbcb4;
}

.BF_HMlink a p{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 1rem 0;
}


/* TB */
@media screen and (max-width: 960px) {
}


/* 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;
  }

  .Briefing .container{
    padding: 10px 10px 50px;
  }

  #Read{
    padding: 10rem 1rem;
  }

  #Read p{
    font-size: 0.8rem;
  }

  .Briefing .bg_01{
    padding-top: 0;
  }

  #Read p.sub_tit{
    font-size: 13px;
  }

  .BF_contents{
    justify-content:center;
    margin-top: 30px;
  }

  .BF_contents .BF_contents_item{
  }

  .BF_contents .BF_contents_item .text{
    line-height: 1.6;
  }

  .BF_contents .BF_contents_item .text p{
    margin: 10px 0;
  }

  .BF_HMlink{
    flex-direction: column;
  }

  .BF_HMlink a{
    width: 80%;
    height: auto;
    margin: 10px auto;
  }



}