main{
 font-family: system-ui;
}

#sec_pagettl{
 background: #1c1c1c url(../img/recruit/ttl_bg.png) no-repeat right;
 background-size: auto 100%;
 padding: 80px 0px;
}

.bg{
 position: relative;
}
.bg:before{
 display: block;
 content: "";
 background: url(../img/recruit/bg.png);
 width: 100%;
 height: 80%;
 position: absolute;
 top: 0px;
 left: 0px;
}

#sec_msg{
 padding-top: 50px;
}

#sec_msg,
#sec_info{
 position: relative;
}

#sec_msg h2{
 position: relative;
 z-index: 2;
}
#sec_msg .photo{
 text-align: center;
 margin-top: -60px;
}
#sec_msg .photo img{
 border-radius: 50%;
}
#sec_msg .text{
 display: flex;
 gap:30px;
 margin-top: -50px;
}
#sec_msg .text1,
#sec_msg .text2{
 background: #fff;
 border:solid 3px #151515;
 border-radius: 15px;
 padding: 20px;
 position: relative;
}
#sec_msg .text1:before{
 position: absolute;
 content: "";
 width: 30px;
 height: 30px;
 right: 30px;
 top: -30px;
 background: url(../img/recruit/hukidasi.png);
}
#sec_msg .text2:before{
 position: absolute;
 content: "";
 width: 30px;
 height: 30px;
 left: 30px;
 top: -30px;
 background: url(../img/recruit/hukidasi.png);
 transform:rotateY(180deg);
}

#sec_info .list{
 display: flex;
 gap:25px;
}
#sec_info .list li{
 width: 33%;
 background: #fff;
 border:solid 3px #1c1c1c;
 padding: 40px 20px 20px;
 box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#sec_info .font-m{
 font-size: 16px;
}

#sec_merit{
 margin-top: 80px;
}
#sec_merit .bnr img{
 box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#sec_merit .list{
 display: grid;
 grid-template-columns : 1fr 1fr;
 gap: 50px 30px;
}

#sec_merit .list h3{
 display: flex;
 background: #282728;
 color: #fff;
}
#sec_merit .list h3 .num{
 background: #fff;
 color: #b79601;
 margin: 2px;
 min-width:40px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 30px;
}
#sec_merit .list .data{
 display: flex;
 margin-top: 20px;
 justify-content: space-between;
 align-items: center;
}
#sec_merit .list .data .text {
    line-height: 2em;
    width: 63%;
    background: #fff;
    border: solid 2px #151515;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 20px;
    height: fit-content;
    position: relative;
}
#sec_merit .list .data .text:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/recruit/hukidasi2.svg);
    background-size: 86% 97%;
    background-repeat: no-repeat;
    position: absolute;
    right: -23px;
    bottom: 25px;
}
#sec_merit .list .data .img{
 width: 35%;
 text-align: right;
}
#sec_merit .list2{
 display: flex;
 margin-left: auto;
 margin-right: auto;
 border:solid 2px #b79601;
 justify-content: space-around;
 width: 500px;
}
#sec_merit .list2 li{
 text-align: center;
 padding: 10px;
 width: 30%;
}

.wfont{
 font-family: 'Josefin Sans';
}


/*
===================================================
	pc small
===================================================
*/
@media screen and (max-width: 1400px) {

}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {

}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 960px) {
 .bg:before{
  height: 70%;
  background-size: 25px;
 }
 #sec_pagettl{
  padding: 30px 0px;
 }
 #sec_pagettl h1 img{
  height: 22px;
  width: auto;
 }
 #sec_msg{
  padding-top: 80px;
 }
 #sec_msg h2{
  width: 55%;
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
  top: -38px;
 }
 #sec_msg .photo{
  text-align: center;
  margin-top: -60px;
 }
 #sec_msg .text{
  display: block;
  gap:30px;
  margin-top: -10px;
 }
 #sec_msg .text1,
 #sec_msg .text2{
  background: #fff;
  border:solid 3px #151515;
  border-radius: 15px;
  padding: 20px;
  position: relative;
 }
 #sec_msg .text1:before,
 #sec_msg .text2:before{
  width: 30px;
  height: 30px;
  /*background: none;*/
  position: absolute;
  content: "";
  display: block;
  /*border-bottom: solid 22px #000;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;*/
  background: url("../img/recruit/hukidasi_sp.svg");
  transform:rotateY(180deg);
  top: -30px;
  left: calc( 50% - 15px );
  right: auto;
  background-position: top center;
  background-size: 100% auto;
 }
 /*#sec_msg .text1:after,
 #sec_msg .text2:after{
  width: 0px;
  height: 0px;
  background: none;
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 22px #fff;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
  top: -16px;
  left: calc( 50% - 9px );
  right: auto;
 }*/

 #sec_info h2 img{
  width: 70%;
  max-width: 348px;
 }
 #sec_info .list{
  display: block;
 }
 #sec_info .list li{
  width: 100%;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  margin-top: 15px;
 }

 #sec_merit{
  margin-top: 40px;
 }
 #sec_merit h2 img{
  width: 80%;
  max-width: 369px;
 }
 #sec_merit .list{
  display: grid;
  grid-template-columns : 1fr;
  gap: 50px 30px;
 }
 #sec_merit .list h3 .num{
  background: #fff;
  color: #b79601;
  margin: 2px;
  min-width:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
 }
 #sec_merit .list .data{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
 }
 #sec_merit .list .data .text{
  line-height: 2em;
  width: 67%;
  background: #fff;
  border:solid 2px #151515;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 12px;
  position: relative;
  font-size: 85%;
 }
/*
 #sec_merit .list .data .text:before,
 #sec_merit .list .data .text:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  background: none;
  position: absolute;
  right: -25px;
  bottom: 25px;
  border-left: solid 25px #000;
  border-top: solid 0px transparent;
  border-bottom: solid 20px transparent;
 }
 #sec_merit .list .data .text:after{
  border-left: solid 20px #fff;
  border-top: solid 0px transparent;
  border-bottom: solid 15px transparent;
  right: -20px;
  bottom: 28px;
 }*/
 #sec_merit .list .data .img{
  width: 25%;
  text-align: center;
  align-self: center;
 }
 #sec_merit .list2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:solid 2px #b79601;
  justify-content: space-around;
  width: 300px;
  padding: 5px;
 }
 #sec_merit .list2 li{
  text-align: center;
  padding: 5px;
  width: auto;
 }
}


/*
===================================================
	sp small
===================================================
*/
@media screen and (max-width: 480px) {

}