@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #383838;
	font-size: 28px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

a {
	color: #383838;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 750px;
	}
	article{
		width: 750px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
/*	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
*/}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
article{
	background: #BFD8FF;
}


/* question
---------------------------------------------------------- */
.question section{
	margin: 8.5% 4% 6.5%;
	background: #F5F7FF;
	box-shadow: 0px 12px 16px 0px #2561BA1F inset;
	box-shadow: 0px -12px 16px 0px #2561BA14 inset;
	border-radius: 32px;
	padding-bottom: 4%;
	position: relative;
}
.question h2{
	background: #4571EC;
	text-align: center;
	border-radius: 32px;
	line-height: 1.5;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	padding: 0.7em 0 0.9em;
	position: relative;
	margin-bottom: 1.1em;
}
.question h2::after{
	content: "";
	display: block;
	background: url("img/icon_arrow_q.png") no-repeat;
	background-size: contain;
	width: 40px;
	height: 21px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.question h2 span{
	display: block;
}
.question h2 span.q_annotation{
	font-size: 24px;
	font-weight: 300;
	padding-top: 0.3em;
}
.question ul{
	list-style: none;
	text-align: center;
}

input[type="radio"]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
input[type="checkbox"]{
	clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
input[type="radio"] + label,
input[type="checkbox"] + label{
	cursor: pointer;
	display: block;
	width: min(calc(311vw / 375 * 100),calc(311px * 2));
	height: min(calc(56vw / 375 * 100),calc(56px * 2));
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #D6E5FC;
	border-radius: 16px;
	padding: 6% 3.5%;
	margin: 2% auto;
	line-height: 1;
}
input[type="checkbox"] + label{
	text-align: left;
	position: relative;
	padding-right: 0;
}
input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover{
	background-color: #F5F7FF;
}
input[type="radio"] + label:active,
input[type="checkbox"] + label:active{
	background-color: #E6F0FF;
}
input[type="radio"]:focus-visible + label,
input[type="checkbox"]:focus-visible + label,
input[type="radio"] + label:focus-visible,
input[type="checkbox"] + label:focus-visible{
	background-color: #fff;
	border-color: #383838;
	border-width: min(calc(4vw / 750 * 100),4px);
	border-width: 2px;
}
input[type="checkbox"] + label::before{
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 2px solid #D6E5FC;
	border-radius: 8px;
	vertical-align: bottom;
	background: #fff;
	margin-right: 2.2%;
}
input[type="checkbox"]:checked + label::before{
	border: none;
}
.question input:checked + label{
	background: #BFD8FF;
}
.question input:checked + label::after{
	content: "";
	display: inline-block;
	background: url("img/icon_checked.png") no-repeat;
	background-size: contain;
	width: 21px;
	height: 16px;
	margin: 0 -28px 0 0.3em;
}
.question input[type="checkbox"]:checked + label::after{
	background: url("img/icon_checked_checkbox.png") no-repeat;
	background-size: contain;
	width: 18px;
	height: 14px;
	margin: 0;
	position: absolute;
	left: 4.65%;
	top: 44%;
}
.no_answer{
	display: none;
	position: absolute;
	top: -52px;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFF2F3;
	border-radius: 16px;
	color: #D72332;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	width: 68%;
	padding: 0.5em 0;
	box-shadow: 0px 2px 10px 0px #38383829;
}
.no_answer::before{
	content: "";
	display: inline-block;
	background: url("img/icon_navigation.png") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	vertical-align: text-bottom;
	margin-right: 1%;
}
.no_answer::after{
	content: "";
	display: block;
	background: url("img/icon_arrow_noanswer.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.question section{
		box-shadow: 0px calc(12vw / 750 * 100) calc(16vw / 750 * 100) 0px #2561BA1F inset;
		box-shadow: 0px calc(-12vw / 750 * 100) calc(16vw / 750 * 100) 0px #2561BA14 inset;
		border-radius: calc(32vw / 750 * 100);
	}
	.question h2{
		border-radius: calc(32vw / 750 * 100);
		font-size: calc(36vw / 750 * 100);
	}
	.question h2::after{
		width: calc(40vw / 750 * 100);
		height: calc(21vw / 750 * 100);
		bottom: calc(-20vw / 750 * 100);
	}
	.question h2 span{
		font-size: calc(32vw / 750 * 100);
		width: calc(110vw / 750 * 100);
		margin: auto;
	}
	.question h2 span.q_annotation{
		font-size: calc(24vw / 750 * 100);
		width: auto;
	}
	input[type="radio"] + label,
	input[type="checkbox"] + label{
		border-radius: calc(16vw / 750 * 100);
		font-size: calc(28vw / 750 * 100);
	}
	input[type="checkbox"] + label::before{
		width: calc(28vw / 750 * 100);
		height: calc(28vw / 750 * 100);
		border: 1px solid #D6E5FC;
		border-radius: calc(8vw / 750 * 100);
	}
	.question input:checked + label::after{
		width: calc(21vw / 750 * 100);
		height: calc(16vw / 750 * 100);
		margin: 0 calc(-26vw / 750 * 100) 0 0.2em;
	}
	.question input[type="checkbox"]:checked + label::after{
		width: calc(18vw / 750 * 100);
		height: calc(14vw / 750 * 100);
	}
	.no_answer{
		top: calc(-52vw / 750 * 100);
		border-radius: calc(16vw / 750 * 100);
		font-size: calc(24vw / 750 * 100);
		box-shadow: 0px calc(2vw / 750 * 100) calc(10vw / 750 * 100) 0px #38383829;
	}
	.no_answer::before{
		width: calc(32vw / 750 * 100);
		height: calc(32vw / 750 * 100);
	}
	.no_answer::after{
		width: calc(20vw / 750 * 100);
		height: calc(16vw / 750 * 100);
		bottom: calc(-15vw / 750 * 100);
	}
}


/* q_last / no_answer_after
---------------------------------------------------------- */
.q_last{
	padding: 0 4% 6%;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.btn_blue{
	background: #4571EC;
	border-radius: 16px;
	display: block;
	width: 100%;
	margin: 0 auto 3.5%;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	padding: 1.1em;
	transition: .2s;
}
.btn_blue.locked {
	background: #D9D9D9;
	opacity: 0.7;
	pointer-events: auto;
}
.btn_blue:hover{
	background: #6a8df0;
	animation-timing-function: ease-out;
	animation-duration: 100ms;
}
.btn_blue:focus{
	background: #4571ec;
	border: 2px solid #383838;
	box-shadow: 4px 4px 8px 0px #38383829;
}
.btn_blue:focus:not(:focus-visible) {
	outline: none;
	border: none;
	box-shadow: none;
}
.btn_blue:active{
	background: #4265c8;
}
.kome{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
.kome::before{
	content: "※";
	margin-right: 0.3em;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.btn_blue{
		border-radius: calc(16vw / 750 * 100);
		font-size: calc(32vw / 750 * 100);
	}
	.kome{
		font-size: calc(20vw / 750 * 100);
	}
}

.no_answer_after{
	padding: min(4%,30px);
	position: fixed;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	background: #F5F7FF;
	max-width: 750px;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 2;
}
.no_answer_after.visible {
	bottom: 0;
	opacity: 1;
}
.no_answer_after .btn_blue{
	margin-bottom: 0;
}


/* popup
---------------------------------------------------------- */
.js-popup-open {
	cursor: pointer;
}
.js-popup {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
.popup_bg {
	background: rgba(92, 106, 128, 0.7);
	backdrop-filter: blur(12px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
}
.popup_content {
	background: #fff;
	left: 50%;
	padding: min(calc(55vw / 750 * 100),55px) min(calc(40vw / 750 * 100),40px);
	position: fixed;
	top: calc(50% - 10px);
	transform: translate(-50%,-50%);
	width: 90%;
	border-radius: min(calc(24vw / 750 * 100),24px);
	font-size: 1.2rem;
	max-width: 670px;
	text-align: center;
	max-height: 90vh;
	overflow-y: scroll;
	scrollbar-width: none;
}
.popup_content_txt {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 750px) {
	.popup_content {
		font-size: calc(20vw / 750 * 100);
	}
	.popup_content_txt{
		font-size: calc(20vw / 750 * 100);
	}
}

/* js-popup02 */
.js-popup02{
	display: none;
}
.js-popup02 .popup_content{
	width: 100%;
	max-width: 750px;
	transform: translate(-50%,0);
	top: auto;
	bottom: 0;
	border-radius: min(calc(24vw / 750 * 100),24px) min(calc(24vw / 750 * 100),24px) 0 0;
	padding-top: min(calc(65vw / 750 * 100),65px);
}
.js-popup02 .popup_content .popup_content_txt{
	text-align: center;
}
.js-popup02 .popup_content .popup_content_txt > img{
	width: min(calc(654vw / 750 * 100),654px);
	margin: auto;
}
/* js-popup02 END */


.cta_box01 > img,
.cta_box02 > img{
	width: min(calc(558vw / 750 * 100),558px);
	margin: 5.5% auto;
}
.cta_box01 .cta_btn,
.cta_box03 .cta_btn {
	display: block;
	width: 100%;
	height: min(13.33vw, 100px);
	padding: 0;
	border-radius: min(calc(16vw / 750 * 100),16px);
	background: #417BAA;
	position: relative;
}
.cta_box01 .cta_btn a,
.cta_box03 .cta_btn a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: min(13.33vw, 100px);
	color: #fff;
	font-size: min(4.27vw, 32px);
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}
.cta_btn a:hover{
	opacity: .7;
}
.cta_box02 .cta_btn {
	width: 100%;
	height: min(13.33vw, 100px);
	padding: 0 min(3.2vw, 24px);
	border-radius: min(calc(16vw / 750 * 100),16px);
	background: #D72332;
}
.cta_box02 .cta_btn a {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	line-height: min(13.33vw, 100px);
	color: #fff;
	font-size: min(4.27vw, 32px);
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}
.cta_box02 .cta_btn_white {
	padding: min(1.07vw, 8px);
	margin: 0 0 0 min(1.07vw, 8px);
	border-radius: 4px;
	background: #FFF;
	color: #D72332;
	font-size: min(3.2vw, 24px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 18px */
}

/* cta_box03 */
.cta_box03{
	width: min(calc(654vw / 750 * 100),654px);
	margin: 7% auto;
	border-radius: min(calc(16vw / 750 * 100),16px);
}
.cta_box03 > img{
	border-radius: min(calc(16vw / 750 * 100),16px) min(calc(16vw / 750 * 100),16px) 0 0;
	margin: 0;
	border: min(calc(2vw / 750 * 100),2px) solid #EBF0F7;
	border-bottom: 0;
}
.cta_box03_in{
	border: min(calc(2vw / 750 * 100),2px) solid #EBF0F7;
	border-top: 0;
	border-radius: 0 0 min(calc(16vw / 750 * 100),16px) min(calc(16vw / 750 * 100),16px);
	padding-top: 1%;
}
.cta_box03_in > p{
	text-align: center;
	font-weight: 600;
	font-size: min(calc(28vw / 750 * 100),28px);
	margin: 0 0 4%;
}
.wrap_recruit_id{
	background: #F5F7FA;
	border-radius: min(calc(8vw / 750 * 100),8px);
	font-size: min(calc(24vw / 750 * 100),24px);
	font-weight: 300;
	width: min(calc(560vw / 750 * 100),560px);
	margin: auto;
	padding: 4%;
}
.wrap_recruit_id dl{
	display: flex;
	align-items: flex-end;
}
.wrap_recruit_id dl dt{
	margin-right: 1.3em;;
}
.cta_box03 .cta_btn{
	width: min(calc(590vw / 750 * 100),590px);
	margin: 5% auto;
}
.other_recruit_id{
	color: #1478C9;
	font-size: min(calc(24vw / 750 * 100),24px);
	font-weight: 300;
	text-decoration: none;
}
.other_recruit_id:hover{
	text-decoration: underline;
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	max-width: 750px;
	margin: auto;
}
.ol_breadcrumbs{
	list-style: none;
	display: flex;
	font-size: min(calc(20vw / 750 * 100),20px);
	padding: 1.5em;
}
.ol_breadcrumbs li:not(:last-child)::after{
	content: "/";
	color: #ABABAB;
	margin: 0 0.7em;
}
.ol_breadcrumbs li a{
	color: #1478C9;
	text-decoration: none;
}
.ol_breadcrumbs li a:hover{
	text-decoration: underline;
}
.foot_logo{
	border-top: min(calc(2vw / 750 * 100),2px) solid #D1D7E0;
	padding: 8%;
}
.foot_logo img{
	width: min(calc(285vw / 750 * 100),285px)
}
.foot_logo a{
	color: #6E6E6E;
	text-decoration: none;
	font-size: min(calc(20vw / 750 * 100),20px);
	font-weight: 600;
	text-align: center;
	border: min(calc(2vw / 750 * 100),2px) solid #D9D9D9;
	border-radius: min(calc(16vw / 750 * 100),16px);
	display: block;
	width: 35%;
	margin: 4% auto 0;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* footer */
.footer {
	display: flex;
	width: 100%;
	max-width: 750px;
	padding: min(48px, 6.4vw) min(4.27vw, 32px);
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	gap: min(3.2vw, 24px);
	background: #F5F7FA;
}
.footer_list {
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: min(2.13vw, 16px) min(4.27vw, 32px);
	align-self: stretch;
	flex-wrap: wrap;
	list-style: none;
}
.footer_item {
	color: #1478C9;
	font-size: min(2.67vw, 20px);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	/* 15px */
}
.footer_item a {
	color: #1478C9;
	text-decoration: none;
}
.footer_copyright {
	color: #6e6e6e;
	font-size: min(2.67vw, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 15px */
}
/* /footer */