@charset "UTF-8";
/* 基本設定：ページ全体 */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* body{
    margin: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
} */

/* _____________改行_____________ */

/*スマートフォンでは有効（改行する）*/
.sma{
    display: block;
}


/*PCでは無効（改行しない）*/
@media screen and (min-width:600px) {
    .sma{
        display: none;
    }

}

/* _______改行 marunage パーツ_____________ */

/*PCでは無効（改行しない）*/
.sma2{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (min-width:600px) {
    .sma2{
        display: block;
    }
}
    /*スマートフォンでは有効（改行する）*/
@media screen and (min-width:1025px) {
    .sma2{
        display: none;
    }

}

/* _____________header_____________ */
.header-hero{
    position: relative;
}

.header-hero h1{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #2a0e84;
    text-align: center;
    font-size: 50px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translatey(-50%);
    background: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 30vh;
    margin: auto 0;
}

@media screen and (min-width: 1025px){
    .header-hero h1{
        font-size: 56px;
    }
}

@media screen and (min-width: 600px){


    .sp{
        display: none;
    }
    .pc{
        display: block;
        width: 100vw;
        height: auto;
    }
}

@media screen and (max-width: 599px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
        width: 100vw;
        height: auto;
    }

    .h_sp{
        width: 100vw;
        height: 50vh;
        object-fit: cover;

    }
    .header-hero h1{
        font-size: 32px;
    }

    p{
        font-size: 16px;
    }
}

/* _____________tittle(_maru) 共通_____________ */

.tittle_maru{
    position: relative;
    text-align: center;
    margin: 4vh auto;
}

.tittle_maru h2{
    font-size: 18px;
    color: rgb(178 130 71);
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 999;
}

.cap_sp{
    width: 100vw;
}

@media screen and (min-width: 600px){
    .tittle_maru h2{
        font-size: 1.5em;
        color: rgb(178 130 71);
        transform: translate(-50%,-50%);
        width: 133%;
        z-index: 999;
        text-align: center;
        margin-top: 5vh;
    }

    .tittle_maru img{
        width: 54%;
        margin-top: 9vh;
    }
}

@media screen and (min-width: 1025px){
        .tittle_maru img{
        width: 36%;
        margin-top: 9vh;
    }

        .tittle_maru h2{
        font-size: 2em;
        color: rgb(178 130 71);
        transform: translate(-50%,-50%);
        width: 133%;
        z-index: 999;
        text-align: center;
        margin-top: 5vh;
    }
}

/* _____________botton 共通_____________ */

.btn_1{
    margin: 6vh auto;
    text-align: center;
}

.btn_1 img{
    display: inline-block;
    width: 47%;
}

@media screen and (min-width: 600px){
    .btn_1 img {
        display: inline-block;
        width: 25%;
    }
}

/* _____________ナイトワーク求人まるなげセット marunage_____________ */

.marunage p{
    color: #2a0e84;
    text-align: center;
    /* letter-spacing: 0.05em; */
    line-height: 1.7em;
    margin: 6vh auto;
    padding-right: 4vw;
}

.site_titlle{
    width: 90vw;
    margin: 0 auto 4vh auto;
    text-align: center;
    border: 2px solid rgb(196, 178, 78);
    border-radius: 14px;
    padding-bottom: 20px;
}

.site_titlle img{
    display: inline-block;
    margin: 2% auto;
}
.site_titlle img:nth-of-type(4){
    display: inline-block;
    width: 33%;
}

.site_titlle p{
    margin: 3vh auto;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width: 600px){
    .marunage{
        position: relative;
        margin-top: 10vh;
    }

    .koncafe p{
        font-size: 1em;
        font-weight: bold;
        padding-right: 1vw;
        line-height: 1.3em;
    }
    
    .m_tittle{
        position: absolute;
        top: 0%;
        right: 6%;
    }

    .koncafe {
        position: absolute;
        top: 12%;
        right: 5%;
    }

    .pc{
        display: block;
        width: 100vw;
        height: auto;
    }

    .site_titlle{
        margin: 10vh auto;
    }

    .pclist,.pclist img{
        /* display: inline-block; */
        width: 78%;
    }

    .pclist p{
        font-size: 26px;
        font-weight: bold;
    }

    .m_tittle img{
        display: inline-block;
        width: 102%;
        padding-right: 1vw;
        margin-top: -1vh;
    }

    .m_tittle h2{
        font-size: 1.2em;
        margin-top: -0.5vh;
        line-height: 1em;
    }

    .koncafe_sab {
        font-size: 1.1em;
        color: #2a0e84;
    }

}

@media screen and (min-width: 1025px){
        .m_tittle img{
        display: inline-block;
        width: 130%;
        padding-right: 12vw;
        margin-top: 1vh;
    }

        .m_tittle h2{
        font-size: 1.4em;
        margin-top: 0.5vh;
    }

        .koncafe p{
        font-size: 1.4em;
        font-weight: bold;
        padding-right: 5vw;
    }
}


/* _____________どんなサイト？ howto_____________ */

.howto {
    width: 100vw;
    margin: 0 auto;
    background-image: url("../img/sp/back_1.svg");
    background-size: cover;
}

.howto p{
    color: #2a0e84;
    text-align: center;
    line-height: 2em;
    margin: 2vh auto;
}
.text-box{
    width: 95vw;
    margin: 0 auto;
}

.s_text{
    font-size: 11px;
}

@media screen and (min-width: 600px){

    .howto {
        width: 100vw;
        margin: 0 auto;
        background-image: url("../img/pc_back_1.png");
        background-size: 109% 89%;
    }

    .s_text{
        font-size: 14px;
    }

    .howto p{
        font-weight: 700;
    }
    
}

/* _____________求人のご提案以外にも another_____________ */

.another {
    width: 100vw;
    margin: 0 auto;
    background-image: url("../img/sp/back_2.svg");
    background-size: cover;
}

.another p{
    color: #2a0e84;
    text-align: left;
    line-height: 2em;
    margin: 2vh auto;
}

.text-box2{
    width: 60vw;
    margin: 0 auto;
}


@media screen and (min-width: 600px){

    .another {
        width: 100vw;
        margin: 0 auto;
        background-image: url("../img/pc_back_2.png");
        background-size: 109% 87%;
    }

    .another p {
        font-size: 18px;
        font-weight: 700;
    }

    .text-box2 {
        width: 45vw;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1025px){
        .text-box2 {
        width: 33vw;
        margin: 0 auto;
    }
}


/* _____________各求人サイト紹介 site_intro_____________ */
.site_intro{
    width: 90vw;
    margin: 0 auto;
}

.intro_1 {
    margin-bottom: 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.intro_1 img{
    display: inline-block;
    width: 30%;
    height: auto;
    margin-right: 5%;
    vertical-align: top;

}

.intro_1 p{
    display: inline-block;
    font-size: 14px;
    color: #2a0e84;
    width: 50%;
    line-height: 1.5em;
}

@media screen and (min-width: 600px){
    .intro_1 p{
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #2a0e84;
        width: 50%;
        line-height: 1.5em;
    }

    .intro_1 img {
        display: inline-block;
        width: 20%;
        height: auto;
        margin-right: 5%;
        vertical-align: top;
    }

    .intro_1 {
        margin-bottom: 8%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

/* _____________ご利用実績 perform_____________ */

.perform_titlle{
    text-align: center;
    margin-bottom: 15vh;
}

.perform_titlle img{
    display: inline-block;
    width: 80%;
    margin-bottom: 2vh;
}

/* _____________掲載可能な職種 industry intx_____________ */

.intx p{
    color: #2a0e84;
    text-align: center;
    line-height: 2em;
    margin: 8vh auto;
    width: 96vw;
}

.industry p:nth-of-type(4){
    margin-bottom: 10vh;
}

.industry{
    width: 100vw;
    margin: 0 auto;
    background-image: url("../img/sp/back_3.svg");
    margin-top: -8vh;
    background-size: 111% 84%;
}

@media screen and (min-width: 600px){
    .intx p{
    font-weight: 700;
    font-size: 18px;
    }

    .industry{
        width: 100vw;
        margin: 0 auto;
        background-image: url("../img/pc_back_3.png");
        margin-top: -8vh;
        background-size: 124% 84%;
    }
}

/* _____________掲載可能な職種 industry intx_____________ */

.industry_2{
    width: 100vw;
    margin: 0 auto;
    background-image: url("../img/sp/back_4.svg");
    margin-top: -8vh;
    background-size: 102% 84%;
}

.shokushu {
    padding-top: 8vh
}

.shokushu h2{
    padding-top: 8vh
}

@media screen and (min-width: 600px){

    .industry_2{
        width: 100vw;
        margin: 0 auto;
        background-image: url("../img/pc_back_4.png");
        background-size: 103% 87%;
    }

    .shokushu {
        padding-top: 4vh
    }
    
    .shokushu h2{
        padding-top: 4vh
    }
}
/* _____________フォーム_____________ */

/* _____LINE お問合せ_____ */
.sns_logo{
    display: inline-block;
    width: 8vw;
    object-fit: contain;
    
}
/* .line_reception{
    display: flex;
    justify-content: center;
    width: 50vw;
    margin: 0 auto;
    text-align: center;
}

.line_reception p{
    font-size: 40px;
    margin-left: 1vw;
} */

.line_btn {
    display: flex;
    justify-content: center;
    width: 35vw;
    margin: 3vh auto 10vh;
    text-align: center;
    background-color: #1EC92F;
    color: #FFFFFF;
    padding: 0.5vw;
    font-size: 2.2vw;
    line-height: 1.2em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 70px;
}

.line_btn a {
    display: inline-block;
    background-color: #1EC92F;
    color: #FFFFFF;
    text-decoration: none;
}

.sns_box{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 599px){
    .line_btn {
        width: 60vw;
        padding: 2vw;
        font-size: 3.2vw;
        line-height: 1.6em;
    }

    .sns_logo {
        display: inline-block;
        width: 10vw;
        object-fit: contain;
    }
}

/* _____ここまでLINE お問合せ_____ */

#formWrap {
	width: 700px;
	margin: 0 auto;
	color: #555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px 8px;
}
table.formTable th{
	width:50%;
  font-size: 16px;
	/* font-weight:500; */
  color:white;
	background:#2a0e84;
	text-align:left;
  letter-spacing: 0.1em;
  line-height: 1.1em;
}
.conf{
  color: white;
  background-color: #2a0e84;
  font-size: 18px;
  letter-spacing: 0.2em;
  border-radius: 16px;
  /* width: 150px; */
  text-align: center;
  padding: 10px 50px;
  margin-bottom: 10vh;
  margin: 0 auto;
}

input {
font-size: 115%;
border: #ccc 1px solid;
vertical-align: baseline;
}

/* .hissu{
  color: red;
} */

select {
  /* appearance: none; */
  font-size: 16px;
  width: 37%;
  padding: 5px;
  text-align: left;
  border: #ccc 1px solid;
}

.check td input{
    display: inline-block;
    padding: 20px;
}

input[type=checkbox] {
	transform: scale(1.1);
	margin: 10px;
}

.check td{
    padding-right: 20px;
  }

table{
  table-layout: auto;
  width: 30%;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:599px) {
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    form input[type="text"], form textarea {
        width:100%;
        padding:5px;
        font-size:103%;
        display:block;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        display:block;
        width:60%;
        height:40px;
        margin-bottom: 5vh;
    }
    select {
        width: 60%;
    }

}

/* _____________footer_____________ */
.close{
    width:100vw;
    height: 8vh;
    background-color: #2a0e84;
}