@charset "utf-8";

body{
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
}

/* body設定 */

.st_text{
  line-height: 1.8;
  font-size: 16px;
  padding: 24px 0 36px;
  font-weight: bold;
  
}

.st_subtitle3{
  line-height: 1.5;
  font-size: 30px;
}

.st_subtitle4{
  padding-bottom: 14px;
  line-height: 1.5;
  font-size: 20px;
}
/* font設定 */

.st_h3color1{
  color: #ff5c80;
}
.st_h3color2{
  color: #4389cf;
}
.st_h3color3{
  color: #ffb217;
}
.st_h3color4{
  color: #76c817;
}
.st_h3color5{
  color: #c940c1;
}
/* h3色 */

.st_h4color2{
  /* margin-bottom: 10px; */
  color: #4389cf;
  border-bottom: 5px solid #4389cf;
}
.st_h4color3{
  color: #ffb217;
  border-bottom: 5px solid #ffb217;
}
/* h4色 */
/* ↑文字色 */

.st_con1{
 background-color: #ffeeff;
}
.st_con2{
 background-color: #e7ffff;
}
.st_con3{
 background-color: #fffff0;
}
.st_con4{
 background-color: #e6fff8;
}
.st_con5{
 background-color: #ffeaf0;
}
/* ↑　背景色設定 */

.st_cicolor1{
  background-color: #ff5c80;
}
.st_cicolor2{
  background-color: #4389cf;
}
.st_cicolor3{
  background-color: #ffb217;
}
.st_cicolor4{
  background-color: #76c817;
}
.st_cicolor5{
  background-color: #c940c1;
}
/* ↑〇色 */
/* ↑各種色設定 */


.st_header {
  max-width: 1040px;
  margin: 0 auto;
}
.st_header img.st_log_pic{
 margin: 20px 0 30px;
}
/* header設定 */


.st_top_img{
  background-image: url(../img/st-top.jpg)  ; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

.st_titlebox{
  max-width: 1040px;
  margin: 0 auto;
}

h2.st_title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 300px;
  text-shadow: 1px 1px 10px #000;
}
/* top設定 */

p.st_caption{
  max-width: 1040px;
  font-size: 18px;
  font-weight: bold;
  padding: 60px 0 48px;
  line-height: 2.0;
  margin: 0 auto;
}
/* ↑caption設定 */

.st_content{
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/* ↑content設定 */

.st_numberbox{
  width: 300px;
  padding: 30px 0px 48px;
}

.st_nbcircle{
  position: relative;
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  margin: 0 60px;
}
.st_nbtext{
  position: absolute;
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  top: 35%;
  left:50%;
  transform:translate(-50%,-50%);
  white-space: nowrap;
  line-height: 1;
}
.st_nbtext span{
  font-size: 21px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* ↑　番号側設定 */


.st_textbox{
  width: 740px;
  padding-top: 40px;
}
/* ↑textbox設定 */

.st_subbox2{
  background-color: #4389cf;
  height: 40px;
}
.st_subbox5{
  background-color: #c940c1;
  height: 40px;
}
.st_subbox_text{
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  text-align: center;
}
/* 背景色ありの文字設定 */

.st_staff{
  margin: 18px 0 36px;
}
.st_staff1{
  margin-bottom: 30px;
  border: 1px solid #4389cf;
  background-color: #fff;
}
.st_staff2{
  border: 1px solid #4389cf;
  background-color: #fff;
}
.st_name{
  width: 95%;
  font-size: 12px; 
  margin: 0 auto;
  padding: 18px 0px 22px;
  line-height: 1.5;
  border-bottom: 1px solid #4389cf;
}
.st_name span{
  font-size: 16px;
  font-weight: bold;
}
.st_sftext{
  font-size: 16px;
  line-height: 1.7;
  padding: 18px 15px 22px;
}
/* staff設定 */

.st_company{
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.st_pic{
  /* margin: 30px 0; */
  padding-top: 40px;
  flex-shrink: 0;
  align-self: center;
}
.st_pic_k{
  margin: 30px 0;
  padding-top: 40px;
  flex-shrink: 0;
  align-self: center;
}
/* ↑企業ロゴ */

/* ↑　文字側設定 */
/* ↑content中身設定 */



@media (max-width:768px){

  .st_text{
    line-height: 1.8;
    font-size: 14px;
    padding: 18px 0 30px;
    font-weight: bold;
  }
  .st_subtitle3{
    line-height: 1.5;
    font-size: 22px;
    text-align: center;
  }
  .st_subtitle4{
    padding: 0 0 12px;
    line-height: 1.5;
    font-size: 20px;
  }
  /* ↑font設定 */

  .st_top_img{
    height: 120px;
  }

  h2.st_title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 120px;
  }
  /* top設定 */

  p.st_caption{
    font-size: 18px;
    padding: 30px 20px 24px;
    line-height: 2.0;
  }
  .st_caption br{
    display: none;
  }
  /* ↑caption設定 */

  .st_content{
    display: block;
    padding: 0 20px;
  }
  /* ↑content設定 */
  
  .st_numberbox{
    /* width: 100%; */
    margin: 0 auto;
    padding-bottom: 18px;
  }
  .st_nbcircle{
    width: 120px;
    height: 120px;
    margin:0 auto;
  }
  p.st_nbtext{
    font-size: 60px;
  }
  .st_nbtext span{
    font-size: 14px;
  }
  /* ↑numberbox設定 */

  .st_textbox{
    width: 100%;
    padding: 0;
  }

  .st_staff{
    margin: 18px 0 30px;
  }
  .st_staff1{
    margin-bottom: 18px;
  }
  .st_name{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .st_sftext{
    font-size: 16px;
    line-height: 1.7;
    padding: 18px 15px 22px;
  }
  /* ↑staff設定 */
  
  .st_company{
    /* width: 370px; */
    margin: 0 auto;
    padding-bottom: 70px;
    display: block;
    text-align: center;
  }
  .st_pic{
    width: 300px;
    padding-left: 10px;
    padding-top: 40px;
  }
  .st_pic_k{
    width: 200px;
    margin: 0 auto;
    padding-top: 40px;
  }
  /* 企業logo */

  /* ↑textbox設定 */

}