@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}
    
/* title-page_test */

.title-page_test {
	height: 350px;
}

.title-page_test h2 img {
    width: 60%;
	max-width: 400px;
}

    
    
/* container-test */

.contents-question::before {
	display: none;
}

.contents .container-test {
	padding-top: 100px;
    background-size: 200% auto;
    padding-bottom: 50px;
}

    
/* contentsback-wrap */

.contentsback-wrap::before {
	width: 100%;
	height: 200%;
	margin-top: -50%;
}
    
/* contents01 */

.contents section.contents01 {
    margin-bottom: 20px;
}
    
.contents01::after {
    background-size: 150% auto;
	height: 100%;
	margin-top: -80%;
}

/* layout01 */

.layout01 {
	width: 100%;
background-position: center top 130px;
background-size:150% auto;
}

.layout01 .box-text p {
	font-size: 14px;
    padding: 0px 10px;
}

/* box-fukidashi */

.box-fukidashi {
    width: 88%;
    height: 55vw;
    margin-top: 40px;
    margin-bottom: 80px;
}

.box-fukidashi::before {
	height: 150px;
    margin-bottom: -60px;
}

.box-fukidashi .box {
    position: absolute;
}

.box-fukidashi .box img {
    width: 100%;
    height: auto;
}

.box-fukidashi .fukidashi01 {
width: 45%;
}

.box-fukidashi .fukidashi02 {
    width: 45%;
}

.box-fukidashi .fukidashi03 img {
width: 48%;
}

	
/* layout-question */

.contents .container section.layout-question {
    width: 88%;
    max-width: 450px;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.layout-question::before {
	height: 80px;
}

.layout-question .box-question {
    padding: 0px 30px 90px;
border-width : 2px;
}

.layout-question .box-question::before {
left: 20px;
	height: 100px;
}

.layout-question .box-btn {
    gap:0px 4%;
}
    
.layout-question .box-btn .box {
    width: 40%;
}

.layout-question h2 {
	font-size: 58px;
    margin-bottom: 32px;
}

.layout-question h2::before {
    margin-top: -22px;
	font-size: 16px;
}

.layout-question h3 {
	font-size: 17px;
    text-align: left;
}


/* layout-result */

.box-result {
    padding-top: 120px;
}

.box-result::before {
	width: 99%;
	height: 180px;
    border-left-style : solid;
    border-right-style : solid;
border-color : #000000;
border-width : 3px;
}
    
@media screen and (max-width: 500px) {
    .box-result::before {
	width: 98%;
}
}

.box-result-inner {
    padding-top: 85px;
    padding-bottom: 60px;
}

.box-result .box-title {
    margin-bottom: 40px;
}

.box-result .box-img {
    position: relative;
}

.box-result .box-img::before {
top: 15%;
	height: 70%;
background-size: auto 60px;
}

.box-result .box-img img {
    width: 70%;
    max-width: 400px;
}

.box-result .box-detail {
   padding: 30px 20px 50px;
}

.box-result .box-link {
    gap:10px 20px;
    margin-bottom: 50px;
}

.box-result .box-jobcontents {
   width: 85%;
    padding: 30px 30px;
}

.box-result .box-jobcontents::before {
	height: 100px;
    margin-left: -30px;
    margin-bottom: -40px;
}

.box-result .box-jobcontents::after {
	height: 110px;
    margin-right: -30px;
    margin-bottom: -40px;
}

.box-result h2 {
	font-size: 18px;
top: 30px;
}

.box-result h3 {
	font-size: 32px;
}

.box-result h4 {
	font-size: 18px;
letter-spacing: 0em;
    padding-top: 25px;
}

.box-jobcontents h5 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.box-result .box-detail p {
    font-size: 16px;
line-height: 1.8;
letter-spacing: 0em;
    text-align: left;
}

    
/* box-testbtn */
    
.box-testbtn {
   padding-top: 45px;
}

.box-testbtn .box {
    width: 85%;
    max-width: 320px;
	height: 80px;
border-width : 2px;
	box-shadow: 5px 5px 0px #343B43;
}

.box-testbtn .box:hover {
	transform: translate(5px,5px);
}

.box-testbtn .box::before {
right: 25px;
	background-size: auto 15px;
}

.box-testbtn .box:hover::before {
right: 20px;
}

.box-testbtn .box h6 a {
	width: 100%;
    max-width: 320px;
	height: 80px;
	font-size: 18px;
}
    
.box-testbtn p {
	font-size: 12px;
}

/* layout-otherjob */

.contents section.layout-otherjob {
    width: 88%;
    margin-bottom: 0px;
}

.layout-otherjob .box-inner {
    gap:30px 5%;
}

.layout-otherjob .box-inner .box {
    width: 47.5%;
}

.layout-otherjob .box-inner .box-img::before {
	width: 50px;
	height: 50px;
    margin-right: -15px;
    margin-top: -15px;
}

.layout-otherjob h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.layout-otherjob h6 {
    font-size: 14px;
    padding-top: 20px;
}


    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
