@charset "utf-8";
/* CSS Document */
.pageTit.bg-slider {
    height: 200px;
    background: url(../img/recruit/mobile_recruit_slide_01.jpg) center center no-repeat;
    background-size: cover;
}
.topCatch .youtube {
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 20px;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recruitTop {
    border-top: solid 2px #a2b2b9;
    padding: 40px 20px;
}
.recruitTop h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.recruitTop ul.jobs {
    padding: 40px 0;
}
.recruitTop ul.jobs li:first-of-type {
    margin-bottom: 30px;
}
.recruitTop ul.jobs li a {
    display: block;
    position: relative;
    height: 160px;
}
.recruitTop ul.jobs li a span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.recruitTop ul.jobs li a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
#interThumb {
    padding: 0 20px 80px 20px;
    margin: 0 auto;
}
#interThumb h2 {
    text-align: center;
    font-size: 34px;
    padding: 70px 0;
    letter-spacing: 10px;
}
#interThumb ul {
    padding: 0 20px;
}
#interThumb li:not(:last-of-type) {
    margin-bottom: 40px;
}
#interThumb li img {
    display: block;
    width: 100%;
    height: auto;
}
#interThumb li .img {
    position: relative;
}
#interThumb li .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
}
#interThumb li a:hover .img:before {
    background: rgba(0, 0, 0, 0);
}
#interThumb li p:first-of-type {
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 20px;
}
#interThumb li p:nth-of-type(2) {
    font-size: 12px;
    color: #3e3e3e;
}
#interThumb li p:last-of-type {
    font-size: 18px;
    font-family: heisei-mincho-std, serif;
    font-weight: 700;
    font-style: normal;
}
.recruitSns, .interviewGuide {
    border-top: solid 2px #a2b2b9;
    padding: 40px 0;
    margin: 0 auto;
}
.recruitSns h2, .interviewGuide h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}
.recruitSns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
}
.recruitSns ul li {
    width: 36%;
    text-align: center;
}
.jobdetailNav {
    padding: 40px 20px 0 20px;
}
.interviewGuide ul {
    padding: 0 20px;
}
.interviewGuide li a {
    display: block;
    padding: 14px 20px;
    background: #6cbce5;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}
.jobdetailNav li a {
    display: block;
    padding: 14px 20px;
    background: #6cbce5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}
.interviewGuide li:nth-of-type(2), .jobdetailNav li:nth-of-type(2) {
    margin-top: 20px;
    margin-right: 2%;
    margin-bottom: 20px;
}
.interviewGuide li a span, .jobdetailNav li a span {
    display: block;
    font-size: 18px;
}
.interviewGuide li:nth-child(2) a, .jobdetailNav li:nth-of-type(2) a {
    background: #3c8eaa;
}
.floatFt {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #ede4d4;
    height: 80px;
}
.floatFt ul {
    display: flex;
}
.floatFt ul li span {
    display: none;
}
.floatFt ul li {
    width: 48%;
    margin-right: 4%;
    font-weight: bold;
}
.floatFt ul li:last-of-type {
    margin-right: 0;
}
.floatFt ul li:first-of-type {
    font-size: 16px;
    padding: 10px 20px;
}
.floatFt ul li a {
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    background: #9c8e49;
    display: block;
    color: #fff;
    text-align: center;
}
.recruitFloat {
    padding-bottom: 80px;
}
.recruitTop ul.process {
    padding: 20px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.recruitTop ul.process li {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 0 40px 40px 0;
    padding: 10px 40px 10px 10px;
    line-height: 40px;
    width: 19%;
    position: relative;
    margin-bottom: 10px;
}
.recruitTop ul.process.stepOther li {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 0 40px 40px 0;
    padding: 10px 40px 10px 10px;
    line-height: 40px;
}
.recruitTop ul.process li span {
    display: block;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    color: #333;
    background: #fff;
    width: 40px;
    font-weight: bold;
    position: absolute;
}
.recruitTop ul.process li.double {
    line-height: 20px;
}
.recruitTop ul.process li.double span {
    line-height: 40px;
}
.recruitTop ul.process li:first-child {
    background: #bdd53f;
    border-radius: 40px;
}
.recruitTop ul.process li:nth-child(2) {
    background: #13b5b1;
}
.recruitTop ul.process li:nth-child(3) {
    background: #00b7ee;
}
.recruitTop ul.process li:nth-child(4) {
    background: #448aca;
}
.recruitTop ul.process li:nth-child(5) {
    background: #4d69b3;
}
.recruitTop ul.process li:nth-child(6) {
    background: #31526b;
}
.recruitTop ul.process.stepOther li:nth-child(3) {
    background: #00b7ee;
    width: 55%;
}
.recruitTop ul.process.stepOther li:after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.recruitTop ul.process.stepOther li:nth-child(3):after {
    background: #4d69b3;
}
.recruitTop ul.process.stepOther li:nth-child(4) {
    background: #4d69b3;
    width: 45% !important;
}
.recruitTop ul.process.stepOther li:nth-child(5) {
    background: #31526b;
    width: 50%;
}
.recruitTop ul.process li {
    font-size: 14px;
    width: 52%;
}
.recruitTop ul.process li:nth-child(2) {
    width: 57%
}
.recruitTop ul.process li:nth-child(3) {
    border-radius: 40px;
    width: 52%;
}
.recruitTop ul.process li:nth-child(4) {
    width: 57%;
    border-radius: 0 40px 40px 0;
}
.recruitTop ul.process li:nth-child(5) {
    border-radius: 40px;
    width: 52%;
}
.recruitTop ul.process li:nth-child(6) {
    width: 57%;
}
.recruitTop ul.process.stepOther li {
    font-size: 14px;
}
.recruitTop ul.process.stepOther li:first-child {
    width: 100%;
}
.recruitTop ul.process.stepOther li:nth-child(2) {
    width: 100%;
    border-radius: 40px;
}
.recruitTop ul.process.stepOther li:nth-child(3) {
    border-radius: 40px;
    width: 55%;
}
.recruitTop ul.process.stepOther li:nth-child(4) {
    width: 53%;
    border-radius: 0 40px 40px 0;
}
.recruitTop ul.process.stepOther li:nth-child(5) {
    border-radius: 40px;
}
.recruitTop ul.process.freshman li {
    width: 50%;
}
.recruitTop ul.process.freshman li:nth-of-type(even) {
    padding-left: 0 !important;
}
.recruitTop ul.process.freshman li:after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.recruitTop ul.process.freshman li:nth-of-type(1):after {
    background: #13B5B1;
}
.recruitTop ul.process.freshman li:nth-of-type(3):after {
    background: #448ACA;
}
.recruitTop .description {
    border: solid 1px #e7e7e7;
    background: #f5f3f2;
}
.recruitTop .description dt {
    padding: 20px;
    border-top: solid 1px #e7e7e7;
}
.recruitTop .description dd {
    background: #fff;
    padding: 20px;
    border-top: solid 1px #e7e7e7;
    border-left: solid 1px #e7e7e7;
}
.recruitTop .description dd img {
    width: 100%;
    height: auto;
}
.recruitTop .description dt:first-child, .recruitTop .description dd:first-of-type {
    border-top: none;
}
.recruitTop p.entryBtn {
    padding: 40px 0;
    margin-bottom: 0;
}
.recruitTop p.entryBtn a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    color: #fff;
    background: #9c8e49;
}
.recruitTop p.entryBtn a:hover {
    background: #75682a;
}
.culturePh {
    display: flex;
    flex-wrap: wrap;
}
.culturePh li {
    margin-right: 2%;
    width: 32%;
    margin-bottom: 4px;
}
.culturePh li.nomg {
    margin-right: 0;
}
.culturePh li.long {
    width: 66%;
}
.culturePh li.middle {
    width: 49%;
}
.culturePh li img {
    width: 100%;
    height: auto;
    display: block;
}
.culturePh li.long, .culturePh li.short {
    height: 130px;
}
.culturePh li.long img, .culturePh li.short img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}
.phSplit {
    padding: 20px;
}
.recruitTop .phSplit {
    padding: 20px 0;
}
.phSplit li:not(:last-of-type) {
    margin-bottom: 20px;
}
.phSplit li img,.phthcolumn li img {
    width: 100%;
    height: auto;
	display: block;
}
.phthcolumn li:not(:last-of-type){
	margin-bottom: 20px;
}
#interviewBox {
    padding: 40px 20px;
}
#interviewBox .firstPh, #interviewBox .secondPh, #interviewBox .fullPh {
    margin-bottom: 60px;
    width: 100%;
    height: auto;
}
#interviewBox .interNum {
    font-family: "Times New Roman";
    color: #966718;
    font-weight: bold;
    font-size: 18px;
    padding-left: 125px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
#interviewBox .interNum:before {
    content: "";
    height: 1px;
    background: #966718;
    width: 115px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#interviewBox .interTit {
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    color: #966718;
    margin-bottom: 40px;
}
#interviewBox .interTxt {
    font-size: 18px;
    margin-bottom: 50px;
}
#interviewBox .fullPh:last-of-type {
    margin-bottom: 0;
}
.animationSlide {
  opacity: 0;
  transition: all .8s .5s ease;
  transform: translateX(-2%);
}
.animationSlide.active {
  opacity: 1;
  transform: translateX(0);
}
.recruitAddInfo{
	background: #e7e7e7;
	padding: 20px;
}
.recruitAddInfo .tit{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
    .pageTit.bg-slider {
        height: 390px;
    }
    .topCatch .youtube {
        max-width: 940px;
        padding: 0 40px;
        margin: 40px auto 0 auto;
    }
    .recruitTop {
        max-width: 1100px;
        margin: 0 auto;
        border-top: solid 2px #a2b2b9;
        padding: 40px 0;
    }
    .recruitTop h2 {
        font-size: 34px;
        margin-bottom: 50px;
    }
    .recruitTop h2 + p {
        max-width: 800px;
        margin: 0 auto;
        font-size: 18px;
    }
    .recruitTop ul.jobs {
        padding: 40px 0;
        display: flex;
    }
    .recruitTop ul.jobs li {
        width: 49%;
    }
    .recruitTop ul.jobs li:first-of-type {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .recruitTop ul.jobs li a {
        height: 375px;
        overflow: hidden;
    }
    .recruitTop ul.jobs li a:hover img {
        transform: scale(1.15);
    }
    .recruitTop ul.jobs li a span {
        font-size: 30px;
    }
    .recruitTop ul.jobs li a img {
        height: 375px;
        transition: all 0.2s;
    }
    #interThumb {
        max-width: 890px;
    }
    #interThumb ul {
        display: flex;
        flex-wrap: wrap;
    }
    #interThumb li {
        margin-right: 2%;
        width: 32%;
    }
    #interThumb li:nth-of-type(3n) {
        margin-right: 0;
    }
    #interThumb li p:first-of-type {
        padding: 5px 0;
    }
    .recruitSns, .interviewGuide {
        max-width: 1100px;
        margin: 60px auto;
        border-top: solid 2px #a2b2b9;
        padding: 40px;
    }
    .recruitSns h2, .interviewGuide h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .recruitSns ul {
        width: 300px;
    }
    .recruitSns ul li {
        width: 32%;
    }
    .recruitSns ul li:not(:last-of-type) {
        margin-right: 2%;
    }
    .recruitSns ul li a:hover {
        opacity: 0.6;
    }
    .jobdetailNav {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .interviewGuide ul {
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .interviewGuide li, .jobdetailNav li {
        width: 49%;
    }
    .jobdetailNav li a {
        padding: 20px;
        font-size: 18px;
    }
    .interviewGuide li:nth-of-type(2), .jobdetailNav li:nth-of-type(2) {
        margin-left: 2%;
        margin-top: 0;
    }
    .interviewGuide li a:hover, .jobdetailNav li a:hover {
        background: #2E9FDA;
    }
    .interviewGuide li:nth-of-type(2) a:hover, .jobdetailNav li:nth-of-type(2) a:hover {
        background: #2E6D82;
    }
    .interviewGuide li:nth-of-type(3) a:hover, .interviewGuide .Gosjobdetail li a:hover {
        background: #233B4D;
    }
    .floatFt {
        height: 127px;
    }
    .floatFt ul {
        width: 972px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .floatFt ul li span {
        display: block;
        font-size: 14px;
        color: #4c4c4c;
    }
    .floatFt ul li:first-of-type {
        font-size: 30px;
        padding: 0 20px;
        color: #786c33;
    }
    .floatFt ul li a {
        font-size: 24px;
        padding: 20px;
        margin: 10px 0;
    }
    .floatFt ul li a:hover {
        background: #75682a;
    }
    .recruitFloat {
        padding-bottom: 127px;
    }
    .recruitTop ul.process {
        padding: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .recruitTop ul.process li {
        font-size: 16px !important;
    }
    .recruitTop ul.process.stepOther li {
        font-size: 14px;
        margin: 0 !important
    }
    .recruitTop ul.process.stepOther li:first-child {
        width: 26%;
    }
    .recruitTop ul.process.stepOther li:first-child:after {
        background: #13b5b1;
    }
    .recruitTop ul.process.stepOther li:nth-child(2):after {
        background: #00b7ee;
    }
    .recruitTop ul.process.stepOther li:nth-child(2) {
        width: 26% !important;
        border-radius: 0 40px 40px 0;
    }
    .recruitTop ul.process.stepOther li:nth-child(3) {
        width: 26%;
        border-radius: 0 40px 40px 0;
    }
    .recruitTop ul.process.stepOther li:nth-child(4) {
        width: 22% !important;
    }
    .recruitTop ul.process.stepOther li:nth-child(5) {
        width: 30%;
    }
    .recruitTop ul.process.freshman li {
        width: 20%;
    }
    .recruitTop ul.process.freshman li:nth-of-type(3), .recruitTop ul.process.freshman li:nth-of-type(5) {
        border-radius: 0 40px 40px 0;
    }
    .recruitTop ul.process.freshman li:nth-of-type(2):after {
        background: #00B7EE;
    }
    .recruitTop ul.process.freshman li:nth-of-type(4):after {
        background: #4D69B3;
    }
    .processTxt {
        max-width: 800px;
        margin: 0 auto;
        padding: 40px;
    }
    .recruitTop .description {
        display: flex;
        flex-wrap: wrap;
        border: solid 1px #e7e7e7;
        background: #f5f3f2;
    }
    .recruitTop .description dt {
        width: 20%;
    }
    .recruitTop .description dd {
        width: 80%;
    }
    .recruitTop .description dd img {
        max-width: 496px;
        height: auto;
        margin: 20px 0;
    }
    .recruitTop p.entryBtn {
        padding: 60px 0;
    }
    .recruitTop p.entryBtn a {
        max-width: 400px;
    }
    .culturePh li {
        margin-bottom: 20px;
    }
    .culturePh li.long, .culturePh li.short {
        height: 525px;
    }
    .culturePh li.long img, .culturePh li.short img {
        height: 525px;
    }
    .phSplit {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        padding: 40px 0 0 0;
    }
    .recruitTop .phSplit {
        padding: 40px 0;
    }
	.recruitTop .phSplit.mb00{
		padding-bottom: 0;
	}
    .phSplit li {
        width: 49%;
        margin-bottom: 0 !important;
    }
    .phSplit li:last-of-type {
        margin-left: 2%;
    }
	.phthcolumn{
		display: flex;
		max-width: 1000px;
		margin: 20px auto 0 auto;
	}
	.phthcolumn li{
		width: 32% !important;
	}
	.phthcolumn li:not(:last-of-type){
		margin-right: 2%;
		margin-bottom: 0;
	}
    #interviewBox {
        width: 1140px;
        margin: 0 auto;
        padding: 70px 0;
        position: relative;
    }
    #interviewBox .columnBox {
        padding-left: 584px;
    }
    #interviewBox .baseBox {
        width: 876px;
        margin: 0 auto;
    }
    #interviewBox .firstPh, #interviewBox .secondPh {
        position: absolute;
        left: 0;
    }
    #interviewBox .firstPh {
        top: 120px;
    }
    #interviewBox .secondPh {
        top: 700px;
    }
    #interviewBox .firstPh, #interviewBox .secondPh {
        position: absolute;
        left: 0;
        width: 530px;
        height: auto;
    }
.recruitAddInfo{
	background: #e7e7e7;
	padding: 30px;
}
	.recruitAddInfo p{
		text-align: center;
		font-size: 18px;
	}
.recruitAddInfo .tit{
	font-weight: bold;
	font-size: 24px;
}
}
@media screen and (min-width: 1023px) {}