img[src$="con_icon-1.png"], 
img[src$="con_icon-2.png"], 
img[src$="con_icon-3.png"], 
img[src$="con_icon-4.png"]
{
    width: 90%;
}

.con_title{
max-width: 95%;
text-align: center;
margin: 10px auto 0;
}

h3{
    font-size: 1.7rem;
    font-weight: bolder;
}

/* ファーストビューcss */
.mv_img_box{
    background-color: #F5FFEB;
    padding-top:0.8rem;
}
.mv_img_box img{
    width: 100%;
}
.mv_p{
    padding: 0px 14px 10px;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    z-index: 200;
    top: 83%;
    left: 50%;
    background-color: #F5FFEB;
}
.mv_backpattern_box{
    position: relative;
    margin-bottom: 40px;
}
.pattern_1,.pattern_2,.pattern_3,.pattern_5,.pattern_6,.pattern_7,.pattern_13,.pattern_12,.pattern_13,.pattern_14{
    position: absolute;
    background-color: #F5FFEB;
}
.pattern_4,.pattern_8,.pattern_9,.pattern_10,.pattern_15,.pattern_16{
    background-color: #fff;
    position: absolute;
}

.pattern_1{
    position: absolute;
    width: 100%;
    height: 22px;
    z-index: 100;
}
.pattern_2{
    position: absolute;
    width: 14px;
    height: 40px;
}
.pattern_3{
    position: absolute;
    width: 17px;
    height: 40px;
    left: 8%;
}
.pattern_4{

    width: 36px;
    height: 40px;
    left: 18%;
    z-index: 300;
}
.pattern_5{
    width: 20px;
    height: 20px;
    top: 49px;
    left: 12%;
    z-index: 300;
}
.pattern_6{
    width: 20px;
    height: 20px;
    top: 26px;
    left: 31%;
    z-index: 300;
}
.pattern_7{
    width: 45px;
    height: 40px;
    left: 40%;
    z-index: 300;
}
.pattern_8{
    width: 16px;
    height: 16px;
    top: -11px;
    left: 57%;
    z-index: 300;
}
.pattern_9{
    width: 41px;
    height: 40px;
    left: 64%;
    z-index: 300;
}
.pattern_10{
    width: 18px;
    height: 18px;
    top: -7px;
    left: 82%;
    z-index: 300;
}
.pattern_11{

    width: 18px;
    height: 18px;
    top: 25px;
    left: 75%;
    z-index: 300;
}
.pattern_12{

    width: 11px;
    height: 11px;
    top: 46px;
    left: 79%;
    z-index: 300;
}
.pattern_13{

    width: 20px;
    height: 9px;
    top: 19px;
    left: 82%;
    z-index: 300;
}
.pattern_14{

    width: 30px;
    height: 40px;
    right: 0%;
    z-index: 300;
}
.pattern_15{
    width: 18px;
    height: 18px;
    top: -29px;
    left: 92%;
    z-index: 300;
}
.pattern_16{
    width: 10px;
    height: 10px;
    top: -43px;
    left: 95%;
    z-index: 300;
}
.pattern_img_box{
    position: absolute;
    z-index: 300;
    width: 10%;
    right: 2%;
    text-align: right;
}
.pattern_img_box img{
    width: 100%;
}
/* ファーストビューcss */

/* 4つの条件 */
.condition_copy{
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color:#00BE00;
    line-height: 2.2rem;
}
.condition_copy span{
    font-size: 2rem;
    font-weight:bolder;
}

.condition_box{
    padding: 0 3%;
    margin-bottom: 4rem;
}
.condition_item{
    margin-bottom: 30px;
    display: flex;
}
.condition_item_text{
    margin-right: 15px;
}
.condition_item_text ul{
    font-size: 14.5px;
    line-height: 1.8;
    padding-left: 20px;
}
.con_tex_title img{
    width: 100%;
}
.con_img_box{
    margin: auto 0;
}
/* 4つの条件 */

.top_copy{
    text-align: center;
    color:rgb(90, 90, 90);
    font-size: 13pt;
    font-weight:700;
    margin: 0 0 20px 0px;
    line-height: 1.9rem;
}

.top_copy span{
    font-size: 15pt;    
    font-weight: bolder;
    color:rgb(0, 190, 0);
    line-height: 1rem;
}

.jw20_topp{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: 100% 0%;
}


/* 検索欄 */
#kensaku_wrap{
    /* border-top: solid 3px rgb(0, 190, 0); */
    background-color: #fef23a;
    padding: 13px;
    margin: 3rem 0 2rem 0;
    /* border-bottom: solid 3px rgb(0, 190, 0); */

}

.kantan_wrap{
}

.kantan{
    font-weight: bolder;
    font-size: 18px;
    color: rgb(0, 190, 0);
    background-color: #fff;
    margin: 0 auto 10px auto;
    padding: 10px;
    text-align: center;
    border-radius: 1.6em;
    border: solid 2px rgb(0, 190, 0);
    box-shadow: 2px 2px 5px #0000008c;
    display: block;
}

.terms_wrap{
    text-align: center;
    display: flex;
    justify-content:space-between;
    font-weight: bolder;
    font-size: 17px;
}

.terms_jouken{
    width: 30%;
}
.terms_jouken a{
    color: rgb(0, 190, 0);
    background-color: #fff;
    line-height: 2.5rem;
    border-radius: 2em;
    font-size: 14px;
    text-decoration: none;
    border: solid 2px rgb(0, 190, 0);
    margin: 4px auto;
    box-shadow: 2px 2px 5px #0000008c;
    display: block;
    
}

#freeword{
    margin-top: 10px;
    background-color: #FFF;
    line-height: 1rem;
    border-radius: 1.6em;
    border: solid 1.5px rgb(0, 190, 0);
    vertical-align: middle;
    margin-bottom: 10px;
    width: 100%;
}

#freeword form{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

#freeword input {
    border: none;
    padding: 1%;
    border-radius: 1.6em;
    outline: none;
}

#fwBtn {
	vertical-align: middle;
	max-width: 32px;
	height: auto;
}
/* 検索欄 */

.qa_mametisiki_box{
    background-color: #fef23a;
    padding: 1.5rem 0 0rem 0;
}

.mame_qa{
    text-align: center;
    max-width: 75%;
    display: block;
    margin: auto;
}

.qa_mametisiki_img_box{
    max-height: 450px;
    display: block;

}

img[src$="top_wave.png"] {
    display: inline-block;
    margin: 0.5rem 0 -3.5rem 0;
    width: 100%;
    object-fit: cover;
    height: 95px;
    }

.qatitl{
    top: 30%;
    left: 0;
    right: 0;
    font-size: min(7vw, 1.7rem);
}

img[src$="qa_mametisiki_ilust2.png"]{
    max-width: 90%;
    margin: 0.5rem  0  1rem  0;
}

.qa_mame_link_box{
    display:block;
}

.qa_mame_link_box a{
    background-color: #00BE00;
    color: #FFF;
    border: solid 3px #FFF;
    font-weight: bolder;
    border-radius: 10px;
    padding: 2% 3%;
    margin: 10px 10px 20px 10px;
    display: inline-block;
}

.qa_mame_text{
    margin: auto;
    background-color: #fef23a;
    display: block;
    width: fit-content;
    padding: 1rem;
}

#midashi_wrap{
        margin:30px 15px 30px 15px;
    }

.top_midashi{
    font-weight: bolder;
    font-size: 25px;
    color:rgb(0, 190, 0);
    border-bottom: 3px solid rgb(0, 190, 0);
}
a{
    text-decoration: none;
}

#news_area{
    position:relative;
    border: #00BE00 2px solid;
    border-radius: 10px;
    margin: 50px 10px 50px 10px;
    padding: 10px;
}

#news_title{
position:absolute;
top:-20px;
left:20px;
padding: 0 10px;
background-color:#fff;
font-size: 1.4rem;
font-weight: bold;
color: #00BE00;
}

table{
    border-collapse:collapse;
    border-spacing:10px 10px;
}

td{
    padding: 3% 1% 3% 1%;
    font-size: 0.8rem;
    line-height: 1.1rem;
    border-bottom: #bebebe 1px solid;
}

.news_img{
    max-width: 60px;
    height:70px;
    object-fit: cover;
    overflow: hidden;
}

.news_sub-title{
    /* text-align: center; */
    display: block;
    color:rgb(55, 55, 55);
    text-decoration: none;
    color: #00BE00;
}

.news_img-det{
    max-height:30px;
    margin: 0rem auto 0.5rem auto;
    object-fit: cover;
    overflow: hidden;
    display: block;
}

.news_text-det{
    margin: 0 auto 0 auto;
    /* text-align: center; */
    line-height: 1.2rem;
    display: block;
    font-size: 0.8rem;
    color:rgb(55, 55, 55);
    text-decoration: none;
}

.news_text-det span{
    font-size: 0.9rem;
    font-weight: bolder;
    }

.step_joken{
    max-width: 20%;
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.step_joken img{
    max-width:100% ;
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
    }
    

.job_count{
color: #000000;
font-size: min(3.5vw,1.2rem);
font-weight: bold;
max-width: 100%;
line-height: min(4vw, 1.2rem);
margin-top: 0.3rem;
}

.job_count span{
    font-size: min(5vw,2rem);
    color: #E9546A;
}

.step_joken_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.banner_area{
    text-align: center;
}

.banner_box{
    max-width: 380px; /* 最大幅 */
    margin:2rem auto 1rem auto;
}

.banner_box img{
    max-width: 90%; 
}

#sp_kyujin{
    border-bottom: solid 15px #fef23a;
}

.slider-title {
    max-width: 80%;
}

#topimage {
    margin: 30px auto 45px;
}


/* #sp_kyujin:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50px;
    display: inline-block;
    width: 90%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #00BE00;
    border-radius: 2px;
  } */


#none-cont2, #none-cont3, #none-cont4{
    display: none;
}

  #inturn_column{
    margin: 3rem auto -1rem auto;
  }

  #int-column{
    margin: 0 1rem 0 1rem;
  }


.int-colum-catch{
    text-align: center;
    font-weight: bold;
    color: #00BE00;
    line-height: 2.2rem;
    display: inline-block;
    width: 68%;
    font-size: 1.1rem;
}
.int-colum-catch span{
    font-size: 1.4rem;
}


.int-colum-title{
    text-align: center;
    font-weight: bold;
    color: #00BE00;
    line-height: 2.2rem;
    display: inline-block;
    width: 68%;
    font-size: 1.1rem;
}
.int-colum-title span{
    font-size: 1.4rem;
}



#int-colum-top{
    display: block;
    max-width: 30%;
    margin: 0 auto 0 auto;
    display: inline-block;
    vertical-align: sub;
}

.step-column{
    border-top: solid #00BE00 2px;
    margin: 1rem;
    max-height: 152px;
    overflow: hidden;
    padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}

.step-column-p{
    display:inline-block;
    max-width: 68%;
    color: black;
}

.step-column-img{
    display: inline-block;
    text-align: center;
    max-width: 30%;
    vertical-align: top;
    object-fit: cover;
}

.step-column-img img{
    margin: auto;
    max-width: 100%;
}

.column-title{
   font-weight: bold;
   font-size: 1.1em; 
   color: #00BE00;
}

.column-text{
    /* display: -webkit-box; */
    overflow: hidden;
    max-height: 100%;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; */
}


.head-border {
    display: flex;
    align-items: center;
    margin: 1rem;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

#column-area{
    margin: 3rem auto 3rem auto;
  }

#step-colum-catch{
    text-align: center;
    font-weight: bold;
    color: #00BE00;
    margin-bottom: 1rem;
    line-height: 2.2rem;
}

#column-back-btn{
    color:#FFF;
    background-color:#00BE00; 
    text-align:center;
    font-size:1.2rem;
    font-weight:bold;
    line-height:3.5rem;
    margin:10% 20% 20% 20%;
    border-radius:10px; 
}



.st_dream_int{
    margin:3rem 0.5rem 0rem 0.5rem;
}

.st_dream_cap{
    text-align: left;
    margin: 1rem 2rem 2rem 2rem;
    width: fit-content;
}

.int-item{
    text-align: center;
    padding: 1rem 1rem 0.5rem 1rem;
    border-top: #00BE00 double 7px;
    border-bottom: #00BE00 double 7px;
}

.int_mid_photo{
    display: block;
    margin: 1rem auto 1rem auto;
    width: 60%;
    height: 165px;
    object-fit: cover;
    object-position: 50% 30%;
    }

.int-p{
    border-top: #00BE00 solid 1px;
text-align: left;
padding:1rem 0rem 0 0rem;
color: black;
}

.com_logo_box {
    margin-bottom:10px;
}

.slide-wrapper {
    height: 150px;
}

#navs{
margin-top: 4rem;
text-align: center;
font-size: min(6vw, 2.1rem);
color: #00BE00;
margin-bottom: 1rem;
}

#writers{
width: 100%;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.writer_box{
    width: min(37.5vw, 41%);
    display: inline-block;
    margin-bottom: 2rem;
    text-align: left;
    padding: 0.7rem 0.5rem;
    border: 2px solid #00BE00;
    border-radius: 20px;
    background-color: rgb(245, 255, 235);
}
.prf-box1{
display: inline-block;
height: 3rem;
}

.prf-box2{
    display: inline-block;
    height: 4.5rem;
}


.writer_box p{
vertical-align: top;
font-size: min(3vw, 0.7rem);
}

.writer_name{
font-weight: bold;
font-size: min(5vw, 1rem) !important;
}

.writer_box img{
    display: block;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
    margin: 0 auto 0.5rem auto;
}

.writer_btn{
    display: block;
    margin: auto;
    color: #FFF;
    background-color: #00BE00;
    border: #FFF 1px solid;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    width: 70%;
    font-weight: bold;
    font-size: min(3.5vw, 1rem);
}






@media screen and (min-width: 700px) {
    .mv_con_box{
        max-width: 100%;
        display: block;
        background-color: #F5FFEB;
    }
    .mv_img_box{
        display: inline-block;
        max-width: 70%;
        vertical-align: middle;
    }

    .mv_p{
        font-size: min(2vw, 18px);
        display: inline-block;
        max-width: 27%;
        padding: 0 0 0 0.5rem;
        vertical-align: middle;
        line-height: 1.7em;
    }

    .pattern_5,.pattern_8,.pattern_10,.pattern_15,.pattern_16{
        top:unset;
}
.top_image{
    max-height: 310px;
    background-color: #F5FFEB;
    vertical-align: middle;
}

.condition_copy{
    max-width: 90%;
    margin: auto;
}

.condition_copy br{
        display: none;
    }


.step_joken_box{
    display: flex;
    justify-content: space-between;
    max-width: 95%;
}

.job_count{
    margin-top: 1rem;
    line-height: min(4vw, 1.8rem);
    font-size: min(3.5vw, 1.5rem);
    }
    
    .job_count span{
        font-size: min(5vw,3rem);
    }

#sp_kyujin{
    text-align: center;
}

#sp_kyujin h2{
    display: block;
    margin: auto;
}

.slider-title {
    margin: auto;
    max-width: 440px;
    max-height: 130px;
}

#topimage {
    width: 75%;
    margin: 30px auto 45px;
    display: block;
    vertical-align: middle;
}

.com_logo_box {
    height: 110px;
}

.slide-wrapper{
    height: 175px;
    vertical-align: middle;    
}

#kensaku_wrap{
    display: flex;
    justify-content: space-evenly;
    height: 100px;
    line-height: 20px;
    padding: 1rem 13px 1rem 14px;
}

.con_title{
    line-height: 1.1;
    margin: unset
}

.kensaku_1{
    width: 33%;
}

.kensaku_2{
    width: 58%;
}


.head-border {
    width: 50%;
    margin: auto;
}

.int-list{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 6rem;
}

.int-item{
    max-width:40% ;
    display: inline-block;
}

.head-border {
    width: 90%;
    margin: auto;
    }

.int-colum-catch {
    line-height: 1.5rem;
}

.int_mid_photo {
    margin: 0 auto 1rem auto;
}

.int-p{
    font-size: min(2.5vw, 15px);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

#inturn_column{
    text-align: center;
}

.step-column{
    text-align: left;
    width: 43%;
    display: inline-block;
    font-size: min(2.5vw, 14.5px);
    margin: 0.5rem;
}

#int-column{
    text-align: center;
    height: 90px;
    line-height: 90px;
    margin: 1.5rem 0 1rem 0;
}

.int-colum-title{
    width: auto;
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.5rem;
}

.int-colum-title span{
    font-size: 2.1rem;
}

#int-colum-top{
height: 85px;
display: inline-block;
vertical-align: baseline;
}

.column-text {

}

#none-cont2,#none-cont3,#none-cont4{
    display: inline-block;
}


.qa_mametisiki_box{
    justify-content: space-evenly;
    display: flex;
    padding: 0rem 1.5% 1rem 1.5%;
}

img[src$="top_wave.png"] {
    margin-bottom:-0.5rem;
    max-width: 100%;
    }

.qatitl{
    font-size: min(4vw, 25px);

}

.mame_qa{
    display: inline-block;
    max-width: 30%;
    margin-top: -0.5rem;
}

img[src$="qa_mametisiki_ilust2.png"] {
    display: inline-block;
    max-width: 100%;
    margin: 0.5rem 0 0rem 0;
    margin-bottom: -0.5rem;
}

.qa_mame_link_box{
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    padding-bottom: 1rem;
    padding-left: 1rem
}

.qa_mame_text{
    text-align: left;
    width: fit-content;
    font-size: min(2.4vw, 15px);
    margin-bottom: 1rem;
    padding: unset;
}

.qa_mame_link_box a{
    padding: 2% 3%;
    font-size: min(2vw, 14px);
    margin: unset;
    width: 26%;
}

.banner_area {
    margin-bottom: 1rem;
}
.banner_box {
    display: inline-block;
}

.qa_mametisiki_img_box{
    display: inline-block;
    width: 35%;
    
}

.st_dream_cap{
    display: block;
    margin: 1rem auto 2rem auto;

}
#navs,#writers{
    display: none;
}

}
@media screen and (min-width: 799px) {
.qatitl br{
display: none;
}
}

@media screen and (max-width: 700px) {
    .qatitl br{
    display: none;
    }
    }