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

.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.contents::before {
	background-image: url("../../images/common/back-contents2.svg");
background-position: center bottom -45vw;
}

.contents-test::before {
	background-image: url("../../images/common/back-contents.svg");
background-position: center bottom -20vw;
}

/* title-page_test */

.title-page_test {
	width: 100%;
	height: 715px;
	text-align: center;
	background-image: url("../../images/special/back-title.png");
background-position: center top;
background-repeat: repeat-x;
background-size: auto 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.title-page_test h2 img {
	width: 70%;
	max-width: 940px;
	height: auto;
}

/* container-test */

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

.contents .container-test {
	padding-top: 160px;
    background-image: url("../../images/test/back-title.png");
background-position: center top;
background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 90px;
}

.contents .container-test::before {
	display: none;
}


/* contentsback-wrap */

.contentsback-wrap {
	width: 100%;
	position: relative;
}

.contentsback-wrap::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/common/back-contents2.svg");
background-position: center;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 200%;
	margin-top: -50%;
	display: block;
	z-index: -1;
}

@media screen and (min-width: 1800px) {
.contentsback-wrap::before {
	background-image: url("../../images/common/back-contents.svg");
	margin-top: -35%;
}
}

/* contents01 */

.contents01 {
    position: relative;
    text-align: center;
}

.contents01::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/test/icon-title.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 800px;
	display: block;
	margin-top: -770px;
}

/* layout01 */

.layout01 {
	width: 100%;
    background-image: url("../../images/test/back-test.svg");
background-position: center bottom 50px;
background-repeat: no-repeat;
background-size: auto 980px;
}

.layout01 .box-text p {
	font-size: 22px;
color: #000;
line-height: 2;
font-weight: 500;
    padding-top: 50px;
}

/* box-fukidashi */

.box-fukidashi {
    width: 860px;
    height: 390px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 70px;
}

.box-fukidashi::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/test/arrow-test.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 229px;
    margin-bottom: -90px;
}

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

.box-fukidashi .box img {
    width: auto;
}

.box-fukidashi .fukidashi01 {
left: 0px;
bottom: 0px;
}

.box-fukidashi .fukidashi02 {
right: 0px;
bottom: 0px;
}

.box-fukidashi .fukidashi03 {
left: 0px;
top: 0px;
    width: 100%;
}

.box-fukidashi .animation_box-left {
	transform: translate(-50px, 50px);
}

.box-fukidashi .animation_box-right {
	transform: translate(50px, 50px);
}

.box-fukidashi .animation_box.effect {
	transform: translate(0px, 0px);
}


/* layout-question */

.contents .container section.layout-question {
	text-align: center;
    width: 800px;
    position: relative;
    padding-top: 110px;
    padding-bottom: 90px;
    margin-bottom: 0px;
}

.layout-question::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/test/frame-question.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 110px;
}

.layout-question .box-question {
	width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 0px 60px 120px;
    border-style : solid;
    border-top-style : none;
border-color : #000000;
border-width : 3px;
    border-radius: 0px 0px 20px 20px;
}

.layout-question .box-question::before {
	content: "";
	position: absolute;
left: 80px;
top: 0px;
	background-image: url("../../images/test/icon01-result.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 88px;
	height: 150px;
    margin-top: -80px;
}

.layout-question .box-btn {
	position: absolute;
left: 0px;
bottom: 0px;
    width: 100%;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    gap:0px 50px;
}
.layout-question .box-btn .box{
	transition: 0.2s;
}
.layout-question .box-btn .box:hover{
	transform: translate(5px , 5px);
}

.layout-question h2 {
    font-family: "Montserrat", sans-serif;
	font-size: 75px;
color: #50A0FE;
line-height: 0.8;
font-weight: 900;
    font-style: italic;
    position: relative;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

.layout-question h2::before {
    content: "Question";
	position: absolute;
left: 0px;
top: 0px;
    display: block;
    text-align: center;
	width: 100%;
    margin-top: -30px;
	font-size: 23px;
}

.layout-question h3 {
	font-size: 24px;
color: #000;
line-height: 1.8;
letter-spacing: 0.05em;
font-weight: 500;
}

/* layout-result */

.contents .container section.layout-result {
	text-align: center;
    position: relative;
}

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

.box-result::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 194px;
}

#result01::before {
	background-image: url("../../images/test/fukidashi01-result.svg");
}

#result02::before {
	background-image: url("../../images/test/fukidashi02-result.svg");
}

#result03::before {
	background-image: url("../../images/test/fukidashi03-result.svg");
}

#result04::before {
	background-image: url("../../images/test/fukidashi04-result.svg");
}

#result05::before {
	background-image: url("../../images/test/fukidashi05-result.svg");
}

#result06::before {
	background-image: url("../../images/test/fukidashi06-result.svg");
}

.box-result-inner {
	border-style : solid;
border-color : #000000;
border-width : 3px;
    background-color: #FFF;
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 120px;
}

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

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

.box-result .box-img::before {
    content: "";
	position: absolute;
left: 0px;
top: 15%;
    display: block;
	width: 100%;
	height: 70%;
background-position: center;
background-repeat: no-repeat;
background-size: auto 184px;
}

#result01 .box-img::before {
    background-color: #E9F7F7;
    background-image: url("../../images/test/text01-result.svg");
}

#result02 .box-img::before {
    background-color: #EAF1FA;
    background-image: url("../../images/test/text02-result.svg");
}

#result03 .box-img::before {
    background-color: #F5F5FF;
    background-image: url("../../images/test/text03-result.svg");
}

#result04 .box-img::before {
    background-color: #E9F8FF;
    background-image: url("../../images/test/text04-result.svg");
}

#result05 .box-img::before {
    background-color: #FFF9E5;
    background-image: url("../../images/test/text05-result.svg");
}

#result06 .box-img::before {
    background-color: #FFF5F6;
    background-image: url("../../images/test/text06-result.svg");
}


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

.box-result .box-img img {
    width: auto;
}

.box-result .box-detail {
   padding: 50px 0px 70px;
}

.box-result .box-link {
   display: flex;
  justify-content: center;
flex-wrap: wrap;
    gap:0px 50px;
    margin-bottom: 80px;
}

.box-result .box-jobcontents {
   width: 800px;
    border-radius: 10px;
    background-color: #E9F7F7;
    padding: 50px 80px;
    position: relative;
}

.box-result .box-jobcontents::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/test/icon01-result.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 88px;
	height: 150px;
    margin-left: -30px;
    margin-bottom: -20px;
}

.box-result .box-jobcontents::after {
    content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("../../images/test/icon02-result.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 89px;
	height: 170px;
    margin-right: -30px;
    margin-bottom: -20px;
}

#result01 .box-jobcontents {
    background-color: #E9F7F7;
}

#result02 .box-jobcontents {
    background-color: #EAF1FA;
}

#result03 .box-jobcontents {
    background-color: #F5F5FF;
}

#result04 .box-jobcontents {
    background-color: #E9F8FF;
}

#result05 .box-jobcontents {
    background-color: #FFF9E5;
}

#result06 .box-jobcontents {
    background-color: #FFF5F6;
}

.box-result h2 {
	font-size: 27px;
color: #000;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 500;
    position: absolute;
left: 0px;
top: 35px;
    width: 100%;
}

.box-result h3 {
    font-family: "Zen Maru Gothic", serif;
	font-size: 60px;
color: #000;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 600;
    display: inline;
    padding: 0px 10px;
}

#result01 h3 {
    background:linear-gradient(transparent 70%, #E9F7F7 70%);
}

#result02 h3 {
    background:linear-gradient(transparent 70%, #EAF1FA 70%);
}

#result03 h3 {
    background:linear-gradient(transparent 70%, #F5F5FF 70%);
}

#result04 h3 {
    background:linear-gradient(transparent 70%, #E9F8FF 70%);
}

#result05 h3 {
    background:linear-gradient(transparent 70%, #FFF9E5 70%);
}

#result06 h3 {
    background:linear-gradient(transparent 70%, #FFF5F6 70%);
}


.box-result h4 {
	font-size: 36px;
color: #58B7B5;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
    padding-top: 35px;
}

#result01 h4 {
    color: #58B7B5;
}

#result02 h4 {
    color: #3379CB;
}

#result03 h4 {
    color: #9AA1FF;
}

#result04 h4 {
    color: #38BDF9;
}

#result05 h4 {
    color: #FCC200;
}

#result06 h4 {
    color: #FF98A8;
}

.box-jobcontents h5 {
    font-size: 28px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
    border-bottom-style : solid;
border-width : 2px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#result01 .box-jobcontents h5 {
color: #58B7B5;
border-color : #58B7B5;
}

#result02 .box-jobcontents h5 {
color: #3379CB;
border-color : #3379CB;
}

#result03 .box-jobcontents h5 {
color: #9AA1FF;
border-color : #9AA1FF;
}
#result04 .box-jobcontents h5 {
color: #38BDF9;
border-color : #38BDF9;
}

#result05 .box-jobcontents h5 {
color: #FCC200;
border-color : #FCC200;
}

#result06 .box-jobcontents h5 {
color: #FF98A8;
border-color : #FF98A8;
}


.box-result .box-detail p {
    font-size: 20px;
line-height: 2;
letter-spacing: 0.05em;
font-weight: 600;
}

.box-jobcontents p {
    text-align: left;
}


/* box-testbtn */

.box-testbtn {
   padding-top: 70px;
}

.box-testbtn .box {
    width: 670px;
	height: 130px;
	border-radius: 80px;
	position: relative;
	border-style : solid;
border-color : #000;
border-width : 3px;
	box-shadow: 10px 10px 0px #343B43;
	transform: translate(0px,0px);
	transition: .5s;
    background : -moz-linear-gradient(-98.62% 813.71% 0deg,rgba(255, 240, 188, 1) 0%,rgba(255, 152, 168, 1) 34%,rgba(154, 161, 255, 1) 68.5%,rgba(56, 189, 249, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 240, 188, 1) 0%, rgba(255, 152, 168, 1) 34%, rgba(154, 161, 255, 1) 68.5%, rgba(56, 189, 249, 1) 100%);
  background : -webkit-gradient(linear,-98.62% 813.71% ,-98.43% 813.71% ,color-stop(0,rgba(255, 240, 188, 1) ),color-stop(0.34,rgba(255, 152, 168, 1) ),color-stop(0.685,rgba(154, 161, 255, 1) ),color-stop(1,rgba(56, 189, 249, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 240, 188, 1) 0%, rgba(255, 152, 168, 1) 34%, rgba(154, 161, 255, 1) 68.5%, rgba(56, 189, 249, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 240, 188, 1) 0%, rgba(255, 152, 168, 1) 34%, rgba(154, 161, 255, 1) 68.5%, rgba(56, 189, 249, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0BC', endColorstr='#38BDF9' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 240, 188, 1) 0%, rgba(255, 152, 168, 1) 34%, rgba(154, 161, 255, 1) 68.5%, rgba(56, 189, 249, 1) 100%);
}

.box-testbtn .box:hover {
	box-shadow: 0px 0px 0px #343B43;
	transform: translate(10px,10px);
}

.box-testbtn .box::before {
	content: "";
	position: absolute;
right: 60px;
top: 0px;
	background-image: url("../../images/common/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 20px;
	width: 30px;
	height: 100%;
	transition: .5s;
}

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

.box-testbtn .box h6 a {
	width: 670px;
	height: 130px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    color: #FFF;
	font-size: 28px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	position: relative;
}

.box-testbtn .box h6 a:hover {
    opacity: 1;
}

.box-testbtn p {
   padding-top: 30px;
}


/* layout-otherjob */

.contents section.layout-otherjob {
    text-align: center;
    width: 1120px;
    margin-bottom: 50px;
}

.layout-otherjob .box-inner {
    display: flex;
  justify-content: center;
flex-wrap: wrap;
    gap:100px 70px;
}

.layout-otherjob .box-inner .box {
    width: 320px;
}

.layout-otherjob .box-inner .box-img {
    border-radius: 20px;
    position: relative;
}

.layout-otherjob .box-inner .box-img::before {
    content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../../images/test/btn-more.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 80px;
	height: 80px;
    margin-right: -30px;
    margin-top: -30px;
}

.layout-otherjob h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 68px;
color: #50A0FE;
line-height: 0.8;
letter-spacing: 0em;
font-weight: 600;
    margin-bottom: 100px;
    font-style: italic;
}

.layout-otherjob h6 {
    font-size: 20px;
color: #000;
line-height: 1.4;
font-weight: 500;
    letter-spacing: 0.05em;
    padding-top: 22px;
}


.sp-view {
	display: none;
}

