@charset "utf-8";

/*
手書き
"Zen Kurenaido", sans-serif;
*/




/* -----------------

-----------------------*/
#recruit-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    z-index: 100;
}
#recruit-header h1 {
    width: 200px;
    margin-left: 20px;
}
.recruit-header-nav {
    margin-left: auto;
}
.recruit-header-nav__list {
    display: flex;
    align-items: center;
}
.recruit-header-nav__list >li {
    font-size: 14px;
    font-weight: 500;
    width: 120px;
}
.recruit-header-nav__list >li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	background: var(--base-color);
    height: 70px;
}
.recruit-header-nav__list >li a.entry {
    background: var(--main-color);
}

/* fv */
.recruit-fv {
    height: 100vh;
    min-height: 700px;
    background-image: url("../img/recruit/fv.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.recruit-fv-in {
    height: 100%;
    padding: 0 20px;
    position: relative;
}
.recruit-fv-in p {
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
}
.recruit-fv-in p span {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
}
.recruit-fv-in p b {
    color: var(--sub-color1);
}


.recruit-main-text {
    text-align: center;
    line-height: 2;
    font-size: 32px;
    font-weight: 600;
    margin-top: 60px;
}
.recruit-main-text b {
    color: var(--sub-color1);
    background: linear-gradient(transparent 70%, #f1f1f1 0%);
	padding: 0 5px;
}



/* cmn */
.recruit-title {
    margin-bottom: 30px;
}
.recruit-title .en {
    font-size: 16px;
    font-family: var(--font-en2);
    color: var(--sub-color1);
}
.recruit-title h2 {
    font-size: 30px;
    font-weight: 500;
}
.recruit-title.center {
    text-align: center;
    margin-bottom: 70px;
}



/* about */
.recruit-about-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recruit-about-in .img {
    width: 40%;
	text-align: center;
}
.recruit-about-in .img p {
    margin-top: 10px;
}
.recruit-about-in .img p span {
    font-size: 120%;
	margin-left: 10px;
}
.recruit-about-in .info {
    width: 55%;
}

.scroll-text p {
	line-height: 1;
    font-family: var(--font-en1);
    font-weight: 400;
    font-size: 600%;
    color: #eee;
    letter-spacing: 0.07em;
    white-space: nowrap;
    text-align: center;
}

/* point */
#recruit-point {
    background: #f5f5f5;
}

.recruit-point__list {
    display: flex;
    justify-content: space-between;
}
.recruit-point__list >li {
    width: 32%;
    background: #fff;
    padding: 10px 10px 30px;
    border-radius: 10px;
    border: solid 1px #eee;
}
.recruit-point__list .img {
    border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.recruit-point__list .title {
    text-align: center;
    margin-bottom: 30px;
}
.recruit-point__list .title h3 {
    font-size: 24px;
    font-weight: 500;
}
.recruit-point__list .title h4 {
    font-size: 13px;
    font-family: var(--font-en2);
    font-weight: 400;
    color: var(--sub-color1);
    line-height: 1;
    margin-top: 5px;
}
.point__list >li {
    font-size: 14px;
    font-weight: 500;
    margin: 10px;
    padding-left: 20px;
    position: relative;
}
.point__list >li:before {
    content: '';
    color: var(--sub-color1);
    width: 6px;
    height: 15px;
    border-right: solid 3px;
    border-bottom: solid 3px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 1px;
}

/* benefit */
.recruit-benefit__list >li {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.recruit-benefit__list >li .img {
    width: 48%;
}
.recruit-benefit__list >li .info {
    width: 48%;
}
.recruit-benefit__list >li h3 {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: var(--main-color);
    border-bottom: solid 1px;
}
.recruit-benefit__list >li h3 span {
    font-family: var(--font-en2);
    border: solid 1px;
    border-radius: 10000px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
}

.recruit-benefit__list >li:nth-child(even) {
    color: #fff;
    padding: 50px 0;
    flex-direction: row-reverse;
}
.recruit-benefit__list >li:nth-child(even):after {
    content: '';
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
    background: var(--main-color);
}
.recruit-benefit__list >li:nth-child(even) h3 {
	color: #fff;
}


/* requirements */
#requirements {
    background: #f5f5f5;
}
.requirements-detail {
    margin-bottom: 70px;
}
.requirements-detail h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0 5px 15px;
    border-left: solid 5px;
    margin-bottom: 20px;
}
.requirements-detail table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    line-height: 2;
    border: solid 1px #ccc;
}
.requirements-detail table th {
    font-weight: 400;
    color: #fff;
    background: var(--sub-color1);
    width: 200px;
    padding: 15px;
    text-align: left;
    border-bottom: solid 1px #ccc;
}
.requirements-detail table td {
    padding: 15px;
    border-bottom: solid 1px #ccc;
    background: #fff;
}


/* recruit-overview */
#recruit-overview table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    line-height: 2;
    border: solid 1px #ccc;
}
#recruit-overview table th {
    font-weight: 400;
    background: #f5f5f5;
    width: 200px;
    padding: 15px;
    text-align: left;
    border-bottom: solid 1px #ccc;
}
#recruit-overview table td {
    padding: 15px;
    border-bottom: solid 1px #ccc;
}
#recruit-overview table td a {
	color: var(--base-color);
}


/* recruit-flow */
#recruit-flow {
    color: #fff;
    background: var(--main-color);
}

.recruit-flow__list >li {
    display: flex;
    justify-content: space-between;
	padding-bottom: 80px;
	position: relative;
}
.recruit-flow__list >li:not(:last-child):after {
	content: '';
	width: 1px;
	height:100%;
	background: #fff;
	position: absolute;
	left: 46px;
	top:0;
	z-index: -1;
}
.recruit-flow__list >li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    color: var(--main-color);
    font-size: 50px;
    font-family: var(--font-en2);
    background: #fff;
    border: solid 1px;
    border-radius: 1000px;
    margin-top: -30px;
}
.recruit-flow__list >li .info {
    width: calc(100% - 110px);
}
.recruit-flow__list >li .info h3 {
    color: var(--sub-color1);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.recruit-flow__list .btns {
    margin-top: 20px;
}
.recruit-flow__list .btns a {
    display: inline-block;
    color: #fff;
    border: solid 1px;
    border-radius: 1000px;
    padding: 10px 0;
    width: 240px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.recruit-flow__list .btns a.entry-btn {
	margin-right: 20px;
}
.recruit-flow__list .btns a.tel-btn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/nav_tel.png");
	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
    vertical-align: -4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recruit-flow__list .btns a:hover {
    color: var(--main-color);
    background: #fff;
}
.recruit-flow__list .btns a.tel-btn:hover i {
	background-image: url("../img/icon/nav_tel_grn.png");
}


/* entry */
.hissu {
    color: #dd0000;
}
.recruit-entry-form table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}
.recruit-entry-form table th {
	font-weight: 400;
	vertical-align: middle;
	text-align: left;
	padding: 15px;
	background: #f5f5f5;
	border-bottom: solid 1px #ccc;
}
.recruit-entry-form table th .hissu {
    font-size: 80%;
    line-height: 1;
    display: inline-block;
    padding: 2px 10px 3px;
    margin-left: 10px;
}
.recruit-entry-form table td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
}
.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-textarea {
    width: 100%;
	font-size: 16px;
    border: none;
	background: #f5f5f5;
}

.cmn-input {
    height: 50px;
    text-indent: 10px;
}
.cmn-input-s {
    width: 200px;
    height: 50px;
    text-indent: 10px;
}
.cmn-select {
    height: 50px;
}
.cmn-textarea {
    height: 200px;
    padding: 10px;
}
.contact-form ::placeholder{
  color:#ccc
}

#btn-send {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: 40px auto 0;
    color: var(--main-color);
    background: #fff;
    border: solid 2px var(--main-color);
    border-radius: 10000px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#btn-send:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
#btn-send:hover {
    color: #fff;
    background: var(--main-color);
}




@media (max-width: 815px) {

	.recruit-title h2 {
		font-size: 20px;
	}
	.recruit-title.center {
		margin-bottom: 40px;
	}

	#recruit-header h1 {
		width: 150px;
		margin-left: 20px;
	}
	.recruit-header-nav__list >li {
		font-size: 12px;
		width: 80px;
	}

	.recruit-fv {
		height: 400px;
		min-height: 400px;
		background-position: center;
	}
	.recruit-fv-in p {
		font-size: 14px;
		bottom: 10px;
	}
	.recruit-fv-in p span {
		margin: 5px 0;
	}
	.recruit-main-text {
		font-size: 16px;
	}

	.recruit-about-in {
		display: block;
	}
	.recruit-about-in .img {
		width: 100%;
		margin-bottom: 30px;
	}
	.recruit-about-in .img img {
		width: 200px;
	}
	.recruit-about-in .info {
		width: 100%;
	}
	.scroll-text p {
		font-size: 30px;
	}


	.recruit-point__list {
		display: block;
		justify-content: space-between;
	}
	.recruit-point__list >li {
		width: 100%;
		margin-bottom: 20px;
	}

	.recruit-benefit__list >li {
		display: block;
	}
	.recruit-benefit__list >li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.recruit-benefit__list >li .info {
		width: 100%;
	}
	.recruit-benefit__list >li h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.recruit-benefit__list >li h3 span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.requirements-detail table th {
		width: 120px;
		padding: 10px;
	}
	.requirements-detail table td {
		padding: 10px;
	}

	#recruit-overview table th {
		width: 120px;
		padding: 10px;
	}
	#recruit-overview table td {
		padding: 10px;
	}
	.recruit-flow__list >li .num {
		width: 50px;
		height: 50px;
		font-size: 24px;
		margin-top: -13px;
	}
	.recruit-flow__list >li:not(:last-child):after {
		left: 25px;
	}
	.recruit-flow__list >li .info {
		width: calc(100% - 65px);
	}
	.recruit-flow__list >li .info h3 {
		font-size: 18px;
	}
	.recruit-flow__list .btns a {
		margin: 10px 0;
	}

	.recruit-entry-form table {
        font-size: 13px;
        border: none;
        margin-bottom: 30px;
    }
    .recruit-entry-form table th {
        display: block;
        width: 100%;
        border-bottom: none;
        background: no-repeat;
        padding: 0;
    }
    .recruit-entry-form table td {
        display: block;
        padding: 20px 0 30px;
        width: 100%;
        border-bottom: none;
    }

    #btn-send {
        font-size: 14px;
        padding: 20px 0;
    }

	.check-policy {
		margin-top: 30px;
		text-align: left;
	}

}

/* -----------------

-----------------------*/

@media (max-width: 815px) {
	

}

/* -----------------

-----------------------*/

@media (max-width: 815px) {
	

}

/* -----------------

-----------------------*/

@media (max-width: 815px) {
	

}

/* -----------------

-----------------------*/

@media (max-width: 815px) {
	

}

/* -----------------

-----------------------*/

@media (max-width: 815px) {
	

}
