/* CSS Document */
/*---------------------------------------------
  General Settings
  ---------------------------------------------*/
  @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap');
  @import url(https://fonts.googleapis.com/icon?family=Material+Icons);


section {
    padding: 24px 0 32px;
    border-bottom: 1px solid #ccc;
}

h2 {
    margin: 0 0 0.4em 0;
}
.h2_ttl{
  color: #930505;
}

h3.headarea_ttl{
  background-color: #930505;
}

#pagehead{
  padding: 120px 0 16px;
}
  #pagehead .inner{
    padding-top: 110px;
  }

h3.headarea_ttl{
    position: static;
  }

.headarea  .b24{
  margin: 2vw 0 2vw;
  letter-spacing: 0.15em;
}

.headarea .r16{
    margin: 2vw 0 3vw;
  }


 .sec_h3 {
  margin: 2.4vw 0 2.4vw;
  letter-spacing: 0.2em;
  font-size: 26px;
}

.sec_h3 span {
  font-size: 1.1vw;
  letter-spacing: 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.5vw;
  letter-spacing: 0.1em;
}

.ob_other{
  border-bottom: none;
}

.inner p{
  margin: 2vw 0;
}
.b18{
  font-size: 18px;
  font-weight: 600;
}

.red{
    color: #930505;
}


.column2_750 ol.left{
  width: 32%;
}
.column2_750 ol.right{
  width: 68%;
}

ol.right li p:nth-child(1) {
    width: 36%;}

ol.right li p:nth-child(2) {
    width: 64%;}

ol.item_one li p:nth-child(1) {
    width: 100%;
    color: #222;
}
.points{
  margin: 3vw 0;
}

.points li{
  font-weight: 600;
      margin: 0.64em 0;
    letter-spacing: 0.1em;
    font-size: 16px;
}

.points li::before{
  content: "・";
  width: 16px;
  height: 16px;
}


.columntxt{
  width: 64%;
}

ol.right li .columntxt p{
  width: 100%;
  color: #222;
}

ol.right .columntxt li{
  border-bottom: none;
}

ol.right li{
  padding: 0 0 ;
}

.entry_box{
    padding: 2% 4%;
    border: 1px solid #ccc;
    border-radius: 24px;
}

.entry_box p{
  margin: 0.4em 0;
}

.entry_box p span{
    font-weight: 500;
    color: #999;
}


.entry_box .points {
  margin: 2vw 0 1vw;
    padding-top: 1vw;
    border-top: 1px solid #ccc;
}


.entry_box .points span,.schedule_box li span{
  font-size: 14px;
  font-weight: 400;
  margin-left: 24px;
}

.r13{
  font-size: 13px;
}

.inner.schedule,.inner.entry,.inner.job_description{
  border: none;
  margin: auto auto 60px;
}

.inner .wrap{
  background: #eee;
  padding: 1% 4%;
  border-radius: 24px;
}

ol.right li .columntxt.hoken p{
margin: 2vw 0 0;
}

ol.right li .columntxt.hoken .points{
margin: 0 0 2vw ;
}

ol.right li .columntxt.hoken {
  margin: 0 0 1vw ;}

.entry p a{
  color: #222;
  font-weight: 500;
}

  /*---------------------------------------------
    Style End
    ---------------------------------------------*/

    @media screen and (max-width:750px){

.sec_h3{
     margin: 3vw 0 4vw; 
}

.points{
  margin: 30px auto;
}

.points li{
  display: flex;
}

.points li::before {
    display: block;}

.column2_750 ol.right{
  width: 100%;
}
ol.right li p:nth-child(1),ol.right li p:nth-child(2) {
        width: 100%;}
.columntxt{
  width: 100%;
}

ol.right .columntxt li{
  display: flex;
}

ol.right li p:last-child{
  margin-bottom: 32px;
}

ol.right li:last-child{
  margin-bottom: 32px;
}

ol.right li p:first-child{
  margin-top: 24px;
}


.inner.job_description,.inner.schedule{
    margin: auto auto 0px;}

.inner .wrap{
    padding: 4% 8%;}


.inner .wrap .points li span{
    display: contents;
    font-size: 12px;
}

.inner.entry .points li span{
  width: 65%;
    display: block;}

    /**/}