@charset "utf-8";

/*************** HTML5 reset ***************/
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 {
    margin-right: auto;
    margin-left : auto;
	line-height: 1.6;
	width: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul, ol, li {
    list-style: none;
}

img {
	vertical-align: top;
}

/*************** Common ***************/
html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing: -0.001em;
	font-size: 14px;
	text-align: left;
}	
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #e0e8ea;
}



#wrapper {
	margin-right: auto;
    margin-left : auto;
	width: 1366px;
}

/*basic-link*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #6A3C9E;
	text-decoration: none;
}
.clear {
	clear: both;
}

.text_blue {
	color: #1376d5
}

.text_white {
	color: #fff;
}

.ls {
	letter-spacing: -4px;
	margin-right: 0.5em;
}

.ls_end {
	letter-spacing: -4px;
	margin-left: 0.5em;
}


#header {
	background-color: #FFF;
	width: 100%;
	
	
}

#header_logo {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
}

#header .company_logo{
	display: flex;
	margin-right: auto;
	align-items: center;
}

#header .company_logo img {
	width: 190px;
	margin-left: 50px;
}

#header .company_logo p {
	margin-left: 20px;
}

#header .header_sns {
	display: flex;
	align-items: center;
}

#header .header_sns01 {
	margin-right: 10px;
}

#header .header_sns02 {
	margin-right: 50px;
}

#header .header_sns img {
	width: 33px;
}


a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.70;
	opacity: 0.70;
	zoom: 1;
	background-color:transparent;
}

#nav {
	width: 100%;
	background: #fff;
}

#nav .main_nav {
	
	position: relative;
	border-top: 5px solid #c6e0f9;
	border-bottom: 2px solid #eeeeee;
    display: flex;
    justify-content: center;
}
#nav .main_nav .nav01 {
    border-left: 2px solid #eeeeee;
}

#nav .main_nav .nav1st {
    width: 12.5%;
	padding: 2.1em 0.8em;
    border-right: 2px solid #eeeeee;
	font-weight: bold;
	color: #000;
}

#nav .main_nav .nav1st > a, #nav .main_nav .nav1st > span {
    display: block;
	text-align: center;
	position: relative;
}


.nav_open span::after{
	position: absolute;
	content: "▼";
	color: #1376d5;
	font-size: 70%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
	
#nav .main_nav .nav1st:hover {
	color: #1376d5;
	border-top: 5px solid #1376d5;
	margin-top: -5px;
}

#nav .main_nav .nav1st.nav_open:hover span::after {
	color: #ffb401;
}

#nav .main_nav .nav1st a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	opacity: 1;
	zoom: 1;
	background-color:transparent;
	color: #1376d5;
}

.subnav {
	position: absolute;
	z-index: 1000;
	width: 100%;
	left: 0;
	top: 5.8em;
}

.subnav_base {
	position: absolute;
	width: 100%;
	background-color: rgba(19,118,213,0.75);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	visibility: hidden;
	opacity: 0;
	transition: .3s linear;
}

.subnav_list {
	visibility: hidden;
	opacity: 0;
	transition: .3s linear;
}




.nav01:hover div.subnav01, .nav01:hover .subnav_base {
	visibility: visible;
	opacity: 1;
	transition: .3s linear;
}

.nav03:hover div.subnav03, .nav03:hover .subnav_base  {
	visibility: visible;
	opacity: 1;
	transition: .3s linear;
}

.nav04:hover div.subnav04, .nav04:hover .subnav_base  {
	visibility: visible;
	opacity: 1;
	transition: .3s linear;
}

.subnav_list {
	margin: 0 auto;
	width: 900px;
}

.subnav_list ul {
	display: flex;
}

.subnav_list li {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 150px;
	margin: 48px 0 40px 40px;
	font-size: 90%;
	color: #fff;
	
}

.subnav_list li div:nth-child(1) {
	text-indent: -1.65em;
	padding-left: 1.7em;
	margin-bottom: 25px;
}

.subnav_list li div:nth-child(1)::before {
	content: "▶";
	color: #ffb401;
	font-size: 80%;
	margin-right: 1em;
}

.out_link::after {
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
}

.out_link::after {
	background-image: url(../images/out_link.svg);
}

.out_link_blue::after {
	background-image: url(../images/out_link_blue.svg);
}


.subnav_list img {
	width: 100%;
}

.subnav04 img {
	width: auto;
	height: 60px;
	margin-left: 1.7em;
}

.subnav_list li:first-child, .subnav_list .subnav_link a:first-child {
	margin-left: 0;
}

.subnav_link a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.70;
	opacity: 0.70;
	zoom: 1;
	background-color:transparent;
}



#main {
	position: relative;
	width: 100%;
}

.main_img img {
    width: 100%;
	display: block;
}

.main_message {
	position: absolute;
	top: 42%;
	left: 17.5%;
	font-size: 5.2em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	color: #fff;
	text-shadow: 0 0 10px #9696b4
}

.main_message_sub {
	font-size: 30%;
}


.entry_btn {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.entry_triangle {
	position: relative;
	z-index: 101;
}

.entry_triangle_base {
    border-top: 164px solid transparent;
    border-right: 177px solid #ffb401;;
    border-bottom: 164px solid transparent;
}

.entry_text {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 2em;
	color: #fff;
}

.entry_slide { /*PCでは最初から表示されるように修正*/
	visibility: visible;
	opacity: 1;
	transition: .3s linear;
	position: absolute;
	top: 50%;
	right: 0;
	height: 50%;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	z-index: 99;
}
/*
.entry_btn:hover .entry_slide {
	visibility: visible;
	opacity: 1;
	transition: .3s linear;
}*/

.entry_link {
	position: absolute;
	left: 12%;
	top: 35%;
}

.entry_link a {
	color: #fff;
}

.entry_link::before {
	content: "▶";
	margin-right: 0.5em;
	color: #ffb401;
}

.entry_newgraduate, .entry_career {
	display: flex;
    justify-content: center;
    align-items: center;
}


.entry_newgraduate {
	position: absolute;
	right: 0;
	width: 450px;
	height: 50%;
	background-color: #1376d5;
	
}

.entry_newgraduate::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(-164px / 2);
	border-top: calc(164px / 2) solid #1376d5;
	border-left: calc(164px / 2) solid transparent;
}




.entry_career {
	position: absolute;
	right: 0;
	top: calc(50%);
	width: 368px;
	height: 50%;
	background-color: #69aeed;
}

.entry_career::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(-164px / 2);
	border-top: calc(164px / 2) solid #69aeed;
	border-left: calc(164px / 2) solid transparent;
	z-index: 101;
}







#news {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../images/top_news_back.jpg");
	padding: 6% 0;
}

#news h2 {
	color: #1376d5;
	font-size: 3.5em;
	font-weight: normal;
}


#news .news_list {
	width: 550px;
	margin-left: 5%;
	border-top: 2px solid rgba(100,100,100,0.15);
}

#news .news_list dt {
	float: left;
	padding: 1.5em 0;
	color: #999;
	font-weight: bold;
	
}

#news .news_list dd {	
	padding: 1.5em 0 1.5em 6.5em;
	border-bottom: 2px solid rgba(100,100,100,0.15);
	font-weight: bold;
	cursor: pointer;
}



#message {
	padding: 6% 0;
	background-image: url("../images/top_message_back.jpg");
	background-size: 100%;
}

#message h2, #generictitle_main h2 {
	text-align: center;
	color: #fff;
	line-height: 0.8em;
	font-size: 3em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	background: none;
	border: none;
}

#message .message_title_sub {
	font-size: 50%;
	font-weight: normal;	
}

#message h3 {
	text-align: center;
	color: #fff;
	font-size: 2.5em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#message p {
	text-align: center;
	color: #fff;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#ourjob {
	width: 100%;
}

#ourjob_title {
	max-height: 17em;
	background: #fff;
}

#ourjob h2 {
	text-align: center;
	color: #666;
	line-height: 0.8em;
	font-size: 3em;
	font-weight: bold;
	padding-top: 6%;
	padding-bottom: 5%;
}

#ourjob .ourjob_title_sub {
	color: #1376d5;
	font-size: 50%;
	font-weight: normal;	
}

.ourjob_area01, .ourjob_area02 {
	display: flex;
	justify-content: center;
	background: #f5f5f5;
	padding: 90px 0;
	flex-wrap: nowrap;
}

.ourjob_area02 .ourjob_ph {
	order: 2;
}

.ourjob_area02 .ourjob_contents {
	order: 1;
}

.ourjob_area02 {
	background: #fff;
}

.ourjob_ph {
	position: relative;
}


.ourjob_ph::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #1376d5;
	z-index: 100;
}

.ourjob_contents {
	position: relative;
}


.ourjob_area02 .ourjob_ph::before {
	right: 0;
	border-left: none;
	border-right: 2em solid #1376d5;
}


.ourjob_area01 .ourjob_contents {
	width: 500px;
	padding-left: 60px;
}

.ourjob_area02 .ourjob_contents {
	width: 500px;
	padding-right: 60px;
}

#ourjob h3 {
	color: #1376d5;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: -0.35em;
}

.ourjob_target{
	position: relative;
	margin-top: 1.5em;
	display: flex;
	font-size: 1.2em;
}

.ourjob_target div:first-child {
	width: 82px;
	background: #1376d5;
	border-top: 2px solid #1376d5;
	border-bottom: 2px solid #1376d5;
	border-left: 2px solid #1376d5;
	color: #fff;
	line-height: 34px;
	padding-left: 22px;
	z-index: 2;
}

.ourjob_target div:nth-child(2) {
	position: absolute;
	background: #fff;
	line-height: 38px;
	height: 38px;
	left: 106px;
	padding: 0 1.2em 0 2em;
	white-space: nowrap;
}

.ourjob_target div:nth-child(2)::after {
	content: "";
	position: absolute;
	left: 0px;
	width: 26.87px;
	height: 26.87px;
	background-color: #1376d5;
	transform: translateX(-50%) rotate(-45deg);
	bottom: 3.5px;
}

.ourjob_area02 .ourjob_target div:nth-child(2) {
	line-height: 34px;
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	box-sizing: border-box;
}

.ourjob_area01 .ourjob_target div:nth-child(2)::after {
	top: 5.5px;
}


.ourjob_overview {
	margin-top: 1.5em;
	line-height: 1.8em;
	text-align: justify;
}

.detail {
	position: relative;
	width: 240px;
	line-height: 50px;
	background: #ffb401;
	color: #fff;
	margin-top: 2em;
	text-align: center;
}

.detail::after {
	content: "";
	position: absolute;
	left: 0;
	border-top: 25px solid transparent;
    border-left: 25px solid #ffd267;
    border-bottom: 25px solid transparent;
}

#ourjob .ourjob_contents > p:nth-child(3) {
	font-weight: bold;
}


#ourjob .ourjob_contents > p:nth-child(4) {
	margin-top: 0.5em;
}

#ourjob .ourjob_contents .detail {
	margin-top: 1.25em;
}

.ourjob_interview_area {
	position: absolute;
	bottom: 0;
	width: 100%;
}


#ourjob h4 {
	margin-top: 2em;
	font-weight: bold;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	padding-right: 60px;
	
}

#ourjob h4::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #ddd;
	display: block;
	margin-left: 1.5em;
}

.ourjob_interview {
	display: flex;
	margin-top: 1.5em;
	bottom: 0;
}

.ourjob_interview_list {
	position: relative;
	margin-right: 1em;
	background: #1376d5;
}

.ourjob_interview_list::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #f5f5f5;
	z-index: 100;
}

.ourjob_area02 .ourjob_interview_list::before {
	border-left: 2em solid #fff;
}

.ourjob_interview_list img {
	width: 100%;
	opacity: 0.6;
}


.ourjob_interview_list div {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
}


#top_interview, #top_crosstalk {
	position: relative;
}


#top_interview h2 ,#top_crosstalk h2 {
	text-align: center;
	color: #fff;
	line-height: 0.8em;
	font-size: 3em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#top_crosstalk h2 {
	color: #1376d5;
	top: 57%;
}



.top_interview_title_sub, .top_crosstalk_title_sub {
	font-size: 50%;
	font-weight: normal;	
}

#top_interview a, #top_crosstalk a {
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#top_crosstalk a {
	top: 77%;
}

#top_correlation {
	text-align: center;
	background-color: #e0f0ff;
	padding: 4.5% 0;
}

.correlation_img {
	position: relative;
	display: inline-block;
}

.correlation_img::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #1376d5;
	z-index: 100;
}

.correlation_img h2 {
	position: absolute;
	left: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.2em;
	font-weight: bold;
	color: #666;
}

#jobs_main, #interview_list_main, .questionnaire_main {
	position: relative;
}

#jobs_main img, #interview_list_main img, #correlation_main img, .questionnaire_main img {
	max-width: 100%;
}

#jobs_main h2, #interview_list_main h2, .questionnaire_main h2 {
	position: absolute;
	left: 13%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.7em;
	font-weight: bold;
	color: #1376d5;
}

#jobs_main p {
	position: absolute;
	left: 13%;
	top: 60%;
}

#interview_list_main h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 2.7em;
	font-weight: bold;
	color: #fff;
	line-height: 0.8em;
	text-align: center;
}




#jobtype, #interview_list {
	background: #f5f5f5;
	padding: 6% 0;
}

#jobtype h2 {
	text-align: center;
	color: #666;
	line-height: 0.8em;
	font-size: 3em;
	font-weight: bold;
}

#jobtype .jobtype_title_sub {
	color: #1376d5;
	font-size: 50%;
	font-weight: normal;	
}

.jobname {
	margin: 6% 0;
}

.jobname ul {
	display: flex;
	justify-content: center;	
}

.jobname ul:nth-child(n+2) {
	margin-top: 30px;
}


.jobname li {
	position: relative;
	width: 17%;
	margin-left: 1.5em;
}

.jobname li div {
	color: #fff;
	line-height: 4em;
	background-color: #1376d5;
	font-weight: bold;
	text-align: center;
}

.jobname li:first-child {
	margin-left: 0;
}

.jobname li div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 10px solid #1376d5;
}


.jobtype_area, .interview_list_area {
	display: flex;
	justify-content: center;
	margin: 45px 0 0 0;
	height: 432px;
	opacity: 1;
	visibility: visible;
	transition:
	opacity 1s ease-in-out,
	height 0.5s ease-in-out,
	visibility 0.7s ease-in-out,
    margin 0.7s ease-in-out;
}

.jobtype_area_back, .interview_list_area_back {
	background: #fff;
	padding: 55px 75px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

.jobtype_area02 .jobtype_ph, .interview_list_area02 .interview_list_ph {
	order: 2;
}

.jobtype_area02 .jobtype_contents, .interview_list_area02 .interview_list_contents {
	order: 1;
}

.jobtype_ph, .interview_list_ph {
	position: relative;
}

.search_box_area {
	text-align: center;
}

.search_box {
	display: inline-block;
	padding: 20px 40px;
	background-color: #fff;
	white-space: nowrap;
}

.search_box p {
	font-weight: bold;
	font-size: 120%;
	color: #1376d5;
	margin-bottom: 1em;
}

/*絞り込み用*/

.checkbox-input {
	display: none;
}
.checkbox-parts {
	padding-left: 20px;
	position: relative;
	margin-right: 40px;
}

.search_box label:last-child .checkbox-parts {
	margin-right: 0;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
	border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
	color: #1376d5;
	font-weight: bold;
}

.checkbox-input:checked + .checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #1376d5;
	border-right: 3px solid #1376d5;
}

.is_hide {
	visibility: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	transition:
	opacity 0.3s ease-in-out,
	height 0.7s ease-in-out,
	visibility 0.7s ease-in-out,
    margin 1s ease-in-out;
}


/**/

.graduate {
	position: absolute;
	padding: 0.5em 1em;
	font-weight: bold;
	color: #fff;
	background-color: #1376d5;
	right: 10px;
	bottom: 10px;
}

.jobtype_area02 .jobtype_ph, .interview_list_area02 .interview_list_ph {
	margin-left: 60px;
}

.jobtype_area01 .jobtype_ph::before, .interview_list_area01 .interview_list_ph::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #1376d5;
	z-index: 100;
}

.jobtype_area .jobtype_contents {
	width: 500px;
	margin-left: 60px;
	text-align: justify;
}

.interview_list_area .interview_list_contents {
	position: relative;
	width: 300px;
	margin-left: 60px;
	font-size: 120%;
	text-align: justify;
}

.interview_list_contents p:first-child {
	margin-top: 25px;
	font-size: 110%;
	color: #1376d5;
	font-weight: bold;
}

.interview_list_contents p:nth-child(2) {
	margin-top: 45px;
}

.interview_list_contents .detail {
	position: absolute;
	bottom: 0;
}

.interview_list_area02 p {
	text-align: right;
}

.interview_list_area02 .detail {
	right: 0;
}

.jobtype_area02 .jobtype_contents, .interview_list_area02 .interview_list_contents {
	margin-left: 0;
}

.jobtype_area02 .jobtype_ph::before, .interview_list_area02 .interview_list_ph::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 2em solid transparent;
	border-right: 2em solid #1376d5;
	z-index: 100;
}

.interview_list_contents p, .jobtype_contents p, .crosstalk_a_comment p, #interview_content p, .interview_qa p {
	line-height: 1.8em;
}

.jobtype_contents p:nth-child(n+2),  .crosstalk_a_comment p:nth-child(n+2), #interview_content p:nth-child(n+2) {
	margin-top: 1em;
}

#jobtype h3 {
	color: #1376d5;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: -0.35em;
	margin-bottom: 0.5em;
}

#jobs_interview {
	background: #fff;
	padding: 6% 0;
}

#jobs_interview.similar {
	background: #f5f5f5;
}

#jobs_interview h2 {
	text-align: center;
	color: #666;
	line-height: 0.8em;
	font-size: 3em;
	font-weight: bold;
}

#jobs_interview.similar h2 {
	font-size: 2.2em;
}

#jobs_interview .jobs_interview_title_sub {
	color: #1376d5;
	font-size: 50%;
	font-weight: normal;	
}

.jobs_interview_list {
	margin-top: 20px;
}

.similar .jobs_interview_list {
	margin-top: 40px;
}

.jobs_interview_list ul {
	display: flex;
	justify-content: center;
}

.jobs_interview_list li {
	position: relative;
	border-left: 2px solid #f5f5f5;
}

.jobs_interview_list li:first-child {
	border-left: none;
}

.jobs_interview_list ul:nth-child(2) li {
	border-top: 2px solid #f5f5f5;
}

.jobs_interview_list_name {
	position: absolute;
	top: 25px;
	left: 45px;
	color: #fff;
	font-size: 1.2em;
}

.jobs_interview_list li div span {
	font-weight: bold;
	font-size: 1.1em;
}

.jobs_interview_list .detail {
	position: absolute;
	bottom: 25px;
	left: 45px;
}

#otherjob {
	background: #f5f5f5;
	padding: 5% 0;
}

#otherjob h2 {
	text-align: center;
	color: #1376d5;
	line-height: 0.8em;
	font-size: 2.2em;
	font-weight: bold;
}

.otherjob_list {
	margin-top: 40px;
}

.otherjob_list ul {
	display: flex;
	justify-content: center;
}

.otherjob_list li {
	position: relative;
	margin-left: 1.5em;
	background-color: #fff;
}

.otherjob_list li:first-child {
	margin-left: 0;
}

.otherjob_list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1.5em solid transparent;
	border-left: 1.5em solid #1376d5;
	z-index: 100;
}


.otherjob_list_title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0.5em 0;
	height: 45px;
}

#harfbanner {
	display: flex;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#half_crosstalk, #half_questionnaire,#half_interview {
	width: 50%;
	position: relative;
}
#half_crosstalk.pc, #half_questionnaire.pc, #half_interview.pc {
	width: 100%;
}

#half_questionnaire {
	border-left: 2px solid #fff;
}
#half_questionnaire.pc {
	border: none;
}
#half_questionnaire.sp {
	display: none;
}

#harfbanner img {
	width: 100%;
}

#half_crosstalk h2, #half_questionnaire h2,#half_interview h2 {
	position: absolute;
	text-align: center;
	color: #1376d5;
	line-height: 1.1em;
	font-size: 2.2em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	width: 100%;
	top: 145px;
}

#half_interview h2 {
	color: #fff;
}

.half_questionnaire_title_sub, .half_crosstalk_title_sub, .half_interview_title_sub {
	font-size: 70%;
	font-weight: normal;	
}

#half_crosstalk .detail, #half_questionnaire .detail, #half_interview .detail {
	position: absolute;
	margin-top: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 60%;
}

#generictitle_main {
	padding: 7.4% 0;
	background-image: url("../images/top_message_back.jpg");
	background-size: 100%;
}


#crosstalk_main {
	position: relative;
}

#crosstalk_main img {
	max-width: 100%;
}

#crosstalk_main h2 {
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #1376d5;
	line-height: 1em;
	font-size: 3em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
	white-space: nowrap;
}

#crosstalk_main h2 span {
	font-size: 70%;
	font-weight: normal;
}

#interview_lead_title {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	color: #1376d5;
	margin-bottom: 0.7em;
}

.crosstalk_lead, .interview_lead {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
}

.crosstalk_lead p, .interview_lead p {
	max-width: 630px;
	padding: 0 25px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #666;
}

.crosstalk_lead .note {
	font-size: 90%;
	color: #1376d5;
	margin-top: 0.5em;
	display: block;
}

.crosstalk_member {
	background-color: #fff;
	padding-bottom: 120px;
}

.crosstalk_profile {
	max-width: 90%;
	margin: -80px auto 0 auto;
}

.crosstalk_member h3 {
	text-align: center;
	color: #1376d5;
	font-size: 2.2em;
	font-weight: bold;
}

.crosstalk_member ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.crosstalk_member li {
	position: relative;
	width: 260px;
	height: 330px;
	margin: 120px auto 0 auto;
	padding: 0 25px;
}

.crosstalk_member li:last-child {
	margin-bottom: 80px;
}

.crosstalk_member_ph {
	width: 192px;
	padding: 2px;
	margin: 0 auto;
}

.crosstalk_q {
	position: relative;
	background-color: #1376d5;
	height: 320px;
}

.crosstalk_q img {
	opacity: 0.85;
}

.crosstalk_q_area, .questionnaire_q_area {
	display: flex;
    justify-content: center;
    align-items: center;
}

.crosstalk_question {
	display: flex;
    align-items: center;
	position: absolute;
	top: 74%;
}

.questionnaire_q {
	display: flex;
    align-items: center;
}

/*アンケートchart start*/
.chartWrap {
	width: 900px;
	margin: 0 auto;
}

.chartWrap .hanrei {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.chartWrap .hanrei li {
	display: flex;
	font-size: 18px;
	line-height: 30px;
	margin-right: 2em;
	margin-top: 10px;
}

.chartWrap .hanrei li span {
	display: inline-block;
	width: 30px;
	margin-right: 0.5em;
}

.chartWrap .chart {
	display: flex;
	height: 80px;
	margin-top: 50px;
	margin-bottom: 60px;
}

.chartWrap dl {
	transition: 1s;
	width: 0%;
	position: relative;
	height: 100%;
}

.chartWrap dt {
	height: 100%;
}


.chartWrap dd {
	opacity: 0;
}
.chartWrap .current dd {
	animation: labeldelay 0.75s;
	animation-fill-mode: forwards;
}

@keyframes labeldelay {
    0% {opacity: 0}
    10% {opacity: 1}
    100% {opacity: 1}
}

.chartWrap dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	font-size: 30px;
	color: #fff;
}

.chartWrap dd::after {
	content: '%';
}

.chartWrap dd.zero {
	display: none;
}


.chartWrap .color1 {
	background-color: rgba(255,180,1,1);
}
.chartWrap .color2 {
	background-color: rgba(157,216,222,1);
}
.chartWrap .color3 {
	background-color: rgba(92,191,230,1);
}
.chartWrap .color4 {
	background-color: rgba(0,114,194,1);
}



/*chart end*/


.crosstalk_question div, .questionnaire_q div {	
	border-radius: 50%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	display: flex;
	justify-content: center;
	align-items: center;
}

.crosstalk_question div p, .questionnaire_q p {
	color: #1376d5;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.7em;
}

.crosstalk_question div p span, .questionnaire_q div p span {
	font-size: 200%;
}

.crosstalk_question h3, .questionnaire_q h3 {
	color: #fff;
	font-size: 2.2em;
	margin-left: 1em;
}

.questionnaire_q h3 {
	color: #1376d5;
	text-align: left;
}


.crosstalk_member_profile {
	position: absolute;
	text-align: center;
	padding-top: 0.7em;
	top: 55%;
	background-color: #1376d5;
	color: #fff;
	width: 84%;
}

.crosstalk_member_profile::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #fff;
	z-index: 100;
}

.crosstalk_member_profile p:nth-child(2) {
	font-size: 1.1em;
	margin-top: 0.7em;
	padding: 10px 20px;
	background-color: #f6f6f6;
	color: #666;
	text-align: justify;
}

.crosstalk_member_name {
	font-size: 1.2em;
}

.crosstalk_member li div img {
	border-radius: 50% 50%;
	max-width: 100%;
}

.crosstalk_a {
	background-color: #f6f6f6;
	padding: 60px 0 90px 0;
}

.crosstalk_a01, .crosstalk_a02 {
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 2em;
	display: flex;
	align-items: center;
}

.crosstalk_a02 {
	justify-content: flex-end;
}

.crosstalk_a_face {
	text-align: center;
}

.crosstalk_a_face img {
	border-radius: 50% 50%;
	width: 100px;
}

.crosstalk_a_face p {
	margin-top:	0.3em;
}

.crosstalk_a_comment {
	position: relative;
	max-width: 680px;
	text-align: justify;
	border-radius: 20px;
	padding: 1em;
	background-color: #fff;
	color: #666;
	font-size: 1.1em;
}

.crosstalk_a01 .crosstalk_a_comment::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -18px;
	border: 8px solid transparent;
	border-right: 10px solid #fff;
}

.crosstalk_a02 .crosstalk_a_comment::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -18px;
	border: 8px solid transparent;
	border-left: 10px solid #fff;
}

.crosstalk_a01 .crosstalk_a_face {
	order: 1;
	margin-right: 1.5em;
	margin-left: 20px;
}

.crosstalk_a01 .crosstalk_a_comment {
	order: 2;
	margin-right: 150px;
}

.crosstalk_a02 .crosstalk_a_face {
	order: 2;
	margin-right: 20px;
}

.crosstalk_a02 .crosstalk_a_comment {
	order: 1;
	margin-right: 1.5em;
	margin-left: 150px;
}

#interview_main {
	position: relative;
	background-color: #fff;
}

#interview_main h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 50px;
	font-size: 3em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
}

#interview_main h2.text_blue {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}



.interview_main_profile{
	position: absolute;
	bottom: 50px;
	right: 50px;
	background-color: rgba(19,118,213,0.75);
	padding: 30px;
	width: 350px;
	color: #fff;
}

.interview_main_profile p {
	font-weight: bold;
	font-size: 150%;
	text-align: justify;
}

.interview_main_profile div {
	margin-top: 20px;
	text-align: right;
	font-size: 120%;
}


.interview_main_profile div span {
	margin-left: 1em;
	font-size: 120%;
}

#interview_area {
	background-color: #fff;
	padding-bottom: 6%;
}

.interview_content {
	width: 1150px;
	margin: 0 auto;
	display: flex;
}
.interview_content_ph img {
	width: 500px;
}

.ph_left .interview_content_ph {
	margin-right: 60px;
}

.ph_right .interview_content_ph {
	margin-left: 60px;
}

.ph_center .interview_content_ph {
	margin: 0 auto;
}

.ph_right {
	flex-flow: row-reverse;
}

.interview_content h3 {
	font-size: 1.5em;
	color:	#1376d5;
	margin-bottom: 0.8em;
}

.interview_content:nth-of-type(n+2) {
	margin-top: 50px;
}

.interview_qa p {
	margin-bottom: 1.5em;
}

.interview_send {
	margin: 0 auto;
	width: 1150px;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.send01 {
	justify-content: flex-end;
}

.interview_prev, .interview_next {
	position: relative;
	display: inline-block;
	width: 140px;
	background: #1376d5;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.interview_prev {
	padding-left: 20px;
}

.interview_next {
	padding-right: 20px;
}



.interview_prev::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 25px;
	border-top: 25px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 25px solid transparent;
}

.interview_prev::after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: 25px;
	border-top: 25px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 25px solid transparent;
}

.interview_next::before {
	content: "";
	position: absolute;
	right: -1px;
	top: 25px;
	border-top: 25px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 25px solid transparent;
}

.interview_next::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 25px;
	border-top: 25px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 25px solid transparent;
}


.faq_area {
	padding: 4em 0;
	background-color: #fff;
}

#faq .faq_area:nth-child(2n) {
	background-color: #f6f6f6;
}

.faq_contents {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 2em;
	padding-bottom: 1em;
	width: 100%;
	border-bottom: 2px solid #e9e9e9;
}

#faq .faq_area:nth-child(2n) .faq_contents {
	border-bottom: 2px solid #fff;
}

#faq .faq_area:last-child {
	padding-bottom: 6em;
}



#faq h3 {
	text-align: center;
	color: #1376d5;
	font-size: 2em;
	padding-bottom: 1em;
}

#faq h3 div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#faq h3 span.graduate_icon {
	color: #fff;
	background-color: #ffb401;
	font-size: 0.8em;
	line-height: 1em;
	padding: 7px;
	border-radius: 4px;
	margin-right: 0.5em;
}


.faq_contents a {
	color: #1376d5;
}


.faq_contents label {
	width:	95%;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	cursor :pointer;
	transition: all 0.3s;
	position: relative;
}

.faq_contents input {
	display: none;
}

.faq_contents label::before {
	content: "Q.";
	margin-right: 0.5em;
	color :#1376d5;
}

.faq_contents label::after {
	position: absolute;
	right: -5%;
	color: #1376d5;
	content: '+';
}

.faq_answer_check:checked + label::after {
	transform: rotate(45deg);
	transition: .2s linear;
}

.faq_contents .faq_answer {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}

.faq_contents .faq_answer p::before {
	content: "A.";
	margin-right: 0.5em;
	color :#ffb401;
	font-size: 1.2em;
	font-weight: bold;
}


.faq_answer_check:checked ~ .faq_answer {
	height: auto;
	padding: 1em 1em 0 1em;
	color: #666;
	font-size: 1.2em;
	line-height: 180%;
	text-align: justify;
	opacity: 1;
}

.faq_contents .faq_answer p {	
	padding-left: 1.5em;
	text-indent: -1.8em;
	text-align: justify;
}

.scrollTable {
	overflow: auto;
	white-space: nowrap;
}

.scrollTable .scrollTxt {
	display: none;
	font-size: 80%;
	margin-bottom: -1em;
	margin-top: 1em;
}
.scrollTable .scrollTxt.overflow {
	display: block;
}

.faq41_table {
	border-collapse: collapse;
	margin-top: 1em;
	margin-left: 1.5em;
	line-height: 1.3;
}
.faq41_table tr:nth-child(n+2) {
	border: 1px #aaa solid;
	border-top: none;
}
.faq41_table th, .faq41_table td {
	padding: 0.5em 1.5em;
	vertical-align: middle;
}
.faq41_table th {
	background-color: #1376d5;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.faq41_table td:first-child {
	text-align: center;
}
.faq41_table td:nth-child(n+2) {
	text-align: right;
	border-left: 1px #aaa solid;;
}
.faq41_table th:nth-child(n+2) {
	border-left: 1px solid #c6c6c6;
}

#correlation_main {
	position: relative;
}

#correlation_main h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 25%;
	font-size: 2.7em;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	color: #666;
}

.correlation_lead, .schedule_lead {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
}

.schedule_lead {
	padding-bottom: 40px;
}

.schedule_lead a {
	color:#1376d5;
}

.schedule_lead h3 {
	max-width: 750px;
	color:#1376d5;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0 auto;
}

.correlation_lead p, .schedule_lead p {
	max-width: 900px;
	padding: 0 25px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #666;
}

.schedule_lead p {
	max-width: 750px;
}

.correlation_lead p:nth-child(n+2), .schedule_lead p:nth-child(n+2) {
	margin-top: 0.7em;
}

.correlation_contents, .schedule_contents {
	background-color: #fff;
	padding-bottom: 80px;
}


.correlation_flow_img .pc_ph img, .schedule_img img {
	display: block;
	margin:	0 auto;
}

.schedule_img img {
	width: 750px;
}

.schedule_highschool {
	background-color: #f6f6f6;
}

.schedule_highschool .schedule_contents, .schedule_highschool .schedule_lead {
	background-color: #f6f6f6;
}

.schedule_sns_area {
	background-color: #fff;
	padding: 80px 0;
}

.schedule_sns {
	width: 680px;
	margin: 0 auto;
	padding: 40px 40px;
	background-color: #fff;
	position: relative;
	border: 2px dashed #1376d5;
}

.schedule_sns::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #1376d5;
	z-index: 100;
}

.schedule_sns > p {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

.schedule_sns ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-top: 40px;
}

.schedule_sns ul li {
	text-align: center;
}

.schedule_sns ul li:nth-child(n+2) {
	margin-left: 25px;
}

.schedule_sns_fb, .schedule_sns_tw {
	display: inline-block;
	margin-left: 15px;
}

.schedule_sns_mynavi img, .schedule_sns_fb img, .schedule_sns_tw img {
	height: 50px;
}

.schedule_sns_line {
	text-align: center;
	margin-bottom: 2.5em;
}

.schedule_sns_line p {
	color: #666;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.schedule_sns_line div {
	width: 335px;
	height:	68px;
	background-image: url("../images/schedule_line_logo_base.png");
	background-repeat: no-repeat;
	background-size:contain;
	margin: 0 auto;
}



.modal {
    display: none;
    height: 100vh;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1500;
}
.modal_bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
	width: 100%;
}

.modal_content {
    background: #fff;
    left: 50%;
	padding: 40px;
    position: absolute;
    top: 50%;
	transform: translate(-50%,-50%);
	border-right: 25px solid #1376d5;
}

#sp_news_modal1 .modal_content, #sp_news_modal2 .modal_content, #sp_news_modal3 .modal_content {
	width: 500px;
}


#correlation_modal .modal_content {
	display: flex;
}

.modal_ph_area {
	margin-right: 25px;
}

.modal_content_area {
	position: relative;
	width: 420px;
}

.modal_content h4 {
	margin-top: -0.3em;
	font-weight: bold;
	font-size: 1.8em;
	color: #1376d5;
}



.modal_content_box {
	display: flex;
	flex-wrap: wrap;
}

.modal_content_box p {
	text-align: justify;
	color: #666;
	font-size: 105%;
}

.modal_content_box p:nth-child(2) {
	margin-top: 1em;
}


.correlation_modal_interview_area {
	position: absolute;
	bottom: 0;
}

.correlation_modal_interview {
	width: 420px;
}

.correlation_modal_interview h5 {
	font-weight: bold;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	width: 100%;
}

.correlation_modal_interview h5::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #ddd;
	display: block;
	margin-left: 1.5em;
}

.questionnaire_list {
	text-align: center;
	padding: 80px 0;
	background-color: #f6f6f6;
}

.questionnaire_list:nth-child(2n) {
	background-color: #fff;
}

.questionnaire_list img {
	width: 900px;
	padding: 40px 0;
}

.questionnaire_comment {
	width: 900px;
	padding-bottom: 40px;
	display: inline-block;
	font-size: 1.2em;
	color: #666;
	text-align: left;
	transition: 0.5s opacity;
	opacity: 0;
}

.questionnaire_comment.current {
	opacity: 1;
}


.questionnaire_comment p {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.questionnaire_comment p::before {
	content: "▶";
	margin-right: 0.5em;
	color: #ffb401;
}



.modal_interview {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal_interview_list {
	position: relative;
	margin-top: 0.5em;
	margin-right: 0.5em;
}

.modal_interview_list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #1376d5;
	z-index: 100;
}

.modal_close_btn {
	position: fixed;
	right: 10px;
	top: 10px;
}

.modal_close_btn a {
	font-size: 5em;
	color: #fff;
}


.footer_icon_area {
	width: 100%;
	background: #69aeed;
}

.footer_icon_area ul {
	display:flex;
	justify-content: center;
}

.footer_icon_area li {
	position: relative;
	width: 16%;
	border-right: 2px solid #fff;
	background-color: #87bef1;
	text-align: center;
	padding: 5% 0 8% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_icon_area ul li:first-child {
	border-left: 2px solid #fff;
}

.footer_icon_area li div:nth-child(2) {
	position: absolute;
	left: 50%;
	bottom: 18%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.footer_icon_area li:nth-child(2) div:nth-child(2)::after, .footer_icon_area li:nth-child(4) div:nth-child(2)::after, .footer_icon_area li:nth-child(5) div:nth-child(2)::after {
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-image: url(../images/out_link.svg);
	background-repeat: no-repeat;
}


#pagetop {
	position: fixed;
	bottom: 15%;
	right: 5%;
	z-index: 1010;
}


#pagetop a {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	color: #1376d5;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0;
	line-height: 100px;
	text-align: center;
	font-size: 1.5em;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}






.sitemap {
	background-image: url("../images/footer_sitemap_back.jpg");
	background-size: 100%;
	text-align: center;
	padding: 4% 0;
}

.sitemap_list {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
}

.sitemap ul {
	font-weight: bold;
	color: #666;
	margin-left: 2.5em;
	line-height: 2em;
	white-space: nowrap;
}

.sitemap ul:first-child {
	margin-left: 0;
}

.sitemap li {
	font-size: 90%;
	font-weight: normal;
}

.sitemap li a {
	color: #1376d5;
}

.sitemap li::before {
	content: "▶";
	color: #ffb401;
	margin-right: 0.5em;
	font-size: 80%;
}

.sitemap_list ul:last-of-type li {
	font-weight: bold;
	font-size: 100%;
}

.sitemap_sns {
	position: absolute;
	display: flex;
	bottom: 0;
	right: 0;
}

.sitemap_sns img {
	margin-left: 0.5em;
	width: 33px;
}

.sitemap_wrap {
	display: inline-block;
}

.footer_menu {
	background-color: #1376d5;
	color: #fff;
	padding: 3% 0;
	font-size: 90%;
}

.footer_menu ul {
	display: flex;
	justify-content: center;
}

.footer_menu li {
	margin-left: 3em;
}

.footer_menu li a {
	color: #fff;
}

.footer_menu li:first-child {
	margin-left: 0;
}

.footer_copyright {
	margin-top: 2em;
	text-align: center;
}

#sp_entry, #nav-toggle, .sp_main_img, .sp_interview_img, .sp_crosstalk_img, #sp_sitemap, .sp_ph {
	display: none;
}

#sp_nav {
	visibility: hidden;
	height: 0;
}

.sp_nav_sns_fb img, .sp_nav_sns_tw img {
	height: 0;
}

.sp_br {
	display: none;
}

.jobs_interview_list li a:nth-child(1){
	pointer-events: none;
}

.entry_lead {
	padding: 80px 0 40px 0;
}

.entry_line {
	background-color: #fff;
}

.entry_line img {
	display: block;
	margin: 0 auto;

}

.qr_explain {
	background-color: #fff;
	padding: 40px 0;
	font-size: 1.2em;
	text-align: justify;
	color: #666;
}

.qr_explain ul > li {
	width: 550px;
	margin: 0 auto;
}

.qr_explain ol {
	position: relative;
	padding: 0.5em 0 2em 35px;
	line-height: 1.5em;
	font-weight: bold;
}

.qr_explain ol::before {
	position: absolute;
	content: "";
	background: #00B900;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 25px;
}

.qr_explain ol::after {
	content: '';
	position: absolute;
	left: 13px;
	border-right: 12px solid transparent;
	border-top: 10px solid #00B900;
	top: 29px;
}

.qr_explain ol li {
	font-weight: normal;
	margin-top: 0.5em;
	padding-left: 1.2em;
	text-indent: -1.6em;
	font-size: 0.9em;
}

.qr_explain ol li:first-child::before {
	margin-right: 0.7em;
	content: "・";
	color: #00B900;
	font-weight: bold;
}

.qr_explain img {
	height: 50px;
}

.line_link div {
	max-width: 246px;
	height:	50px;
	background-image: url("../images/schedule_line_logo_base.png");
	background-repeat: no-repeat;
	background-size:contain;
	margin-left: 100px;
	margin-top: 20px;
}

.faq_contents .line_link div {
	margin-left: 1.5em;
	margin-top: 0.5em;
}

.line_link div:hover {
	background-image: url("../images/schedule_line_logo_hover.png");
}

.line_link div:active {
	background-image: url("../images/schedule_line_logo_press.png");
}

.line_link a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	opacity: 1;
}

/*動画*/
.video-wrap {
	text-align: center;
	background-color: #e0f0ff;
}

#video {
	cursor: pointer;
	width: 1150px;
	margin: 80px auto;
}

@media screen and (max-width:750px){
	.pc_br, .pc_ph {
		display: none;
	}

	.sp_br, .sp_ph {
		display: block;
	}

	.sp_text_white {
		color: #fff;
	}

	.sp_text_blue {
		color: #1376d5;
	}

	#interview_main h2.sp_text_blue {
		text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	}


	#wrapper {
		max-width: 100%;
	}

	#pagetop {
		display: none;
	}


	#header {
		position: fixed;
		top: 0;
		z-index: 1000;
	}

	#main {
		padding-top: 60px;
	}

	#header_logo {
		height: 60px;
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		position: relative;
	}

	#header_logo h1 {
		position: relative;
	}

	#header_logo h1 img {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#header .company_logo p, #header .header_sns {
		display: none;
	}

	#header .company_logo img {
		margin-left: 20px;
		width:	42vw;
	}


	#sp_entry {
		display: block;
		position: absolute;
		top: 10px;
		right: 70px;
	}

	.sp_entry_btn {
		background-color: #ffb401;
		color: #fff;
		height: 40px;
		width: 20vw;
		text-align: center;
	}

	.sp_entry_btn > p {
		font-size: 1.1em;
		line-height: 40px;
	}

	#sp_entry_area {
		position: fixed;
		z-index: 1000;
		width: 100%;
		left: 0;
		top: 60px;
		visibility: hidden;
		opacity: 0;
		transition: .3s linear;
	}

	.sp_entry_base {
		position: absolute;
		width: 100%;
		background-color: rgba(0,0,0,0.50);
		
	}


	.sp_entry_list ul {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 3.5% 0;
	}

	.sp_entry_list li {
		padding: 1.5% 4%;
		background-color: #69aeed;
		font-size: 90%;
	}

	.sp_entry_list li p {
		color: #fff;
	}

	.sp_entry_list li p::before {
		content: "▶";
		color: #ffb401;
		font-size: 80%;
		margin-right: 1em;
	}

	.sp_entry_list li:first-child {
		margin-right: 4%;
		background-color: #1376d5;
	}

	#nav {
		display: none;
	}
	
	#nav-toggle {
		display: block;
		position: absolute;
		right: 20px;
		cursor: pointer;
		z-index: 1050;
		width: 32px;
		height: 28px;
	}

	#nav-toggle div:first-child {
		position: relative;
		padding-bottom: 1em;
	}
	
	#nav-toggle span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #1376d5;
		position: absolute;
		transition: transform .4s ease-in-out, top .5s ease;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 7px;
		width: 80%;
	}
	
	#nav-toggle span:nth-child(3) {
		top: 14px;
		width: 60%;
	}
	
	.open #nav-toggle span:nth-child(1) {
		top: 10px;
		transform: rotate(45deg);
		width: 60%;
		left: 6px;
	}
	.open #nav-toggle span:nth-child(2) {
		top: 10px;
		width: 0;
		left: 6px;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 10px;
		transform: rotate(-45deg);
		width: 60%;
		left: 6px;
	}
	
	#nav-toggle div:nth-child(2) {
		color: #1376d5;
		font-size: 90%;
		text-align: center;
	}

	#sp_nav {
		background-color: #1376d5;
		color: #fff;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		height: 85%;
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		z-index: 1050;
		visibility: hidden;
		opacity: 0;
		transition: opacity .4s ease, visibility .4s ease;
		text-align: center;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#sp_nav a {
		color: #fff;
	}
	
	
	  
	.sp_nav_list, .sp_nav_list_link, .sp_nav_sns {
		opacity: 0;
		transform: translateX(200px);
		transition:  transform .4s ease, opacity .2s ease;
	}
	
	/* open */

	body.open {
		overflow: hidden;
	}

	.open #sp_nav {
		visibility: visible;
		opacity: 1;
	}

	.open .sp_nav_list, .open .sp_nav_list_link, .open .sp_nav_sns {
		opacity: 1;
		transform: translateX(0);
		transition:  transform 1s ease, opacity .4s ease;
	}

	#sp_nav .main_sp_nav, #sp_sitemap .main_sp_nav {
		padding: 5% 10%;
		text-align: left;
	}

	.sp_nav_list label, .sp_nav_list_link {
		padding: 6% 0;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		font-size: 90%;
	}

	.sp_nav_list label::before, .sp_nav_2nd div::before, .sp_sitemap_2nd div::before, .sp_nav_list_link a::before {
		content: "▶";
		color: #ffb401;
		font-size: 70%;
		margin-right: 1em;
		margin-left: 1em;
	}

	.sp_nav_2nd, .sp_sitemap_2nd {
		margin-left: 2em;
	}

	.sp_nav_list label {
		display: block;
		cursor : pointer;
		transition: all 0.3s;
		position: relative;
	}

	.sp_nav_list input {
		display: none;
	}

	
	.sp_nav_list label span {
		width: 5%;
		height: 1px;
		right: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease;
		top: 50%
	}

	.sp_nav_list label span:nth-child(2) {
		transform: rotate(-90deg);

	}

	.sp_nav_2nd, .sp_sitemap_2nd {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.3s;
	}

	.sp_nav_1st_check:checked ~ .sp_nav_2nd {
		height: auto;
		padding: 6% 0;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		font-size: 90%;
		opacity: 1;
		transition: 0.3s;
	}

	.sp_nav_1st_check:checked ~ label span:nth-child(2) {
		transform: rotate(0deg);
	}

	.sp_nav_sns {
		display: inline-block;
		width: 80%;
		padding-bottom: 30px;
	}
	.sp_nav_sns_icon {
		display: flex;
		justify-content: center;
		padding-top: 8%;
	}

	.sp_nav_sns img {
		height: 45px;
	}

	.sp_nav_sns_icon a:nth-child(2) div {
		margin-left: 3em;
	}

	.main_img, .entry_btn {
		display: none;
	}

	.sp_main_img {
		display: block;
	}

	.sp_main_img img {
		width: 100%;
	}

	.main_message {
		top: calc(50% + 20px);
		text-shadow: 0 0 10px #9696b4;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 8vw;
		font-size: 9vw;
		color: #1376d5;
		text-shadow: none;
	}

	#news, #message {
		padding: 4vw 8vw;
	}

	#news h2 {
		padding: 0 2%;
		background-color: #1376d5;
		color: #fff;
		font-size: 2.5vw;
	}

	#news .news_list :nth-child(n+3) {
		display: none;
	}

	#news .news_list, #news dd.sp_news_overflow {
		border: none;
		display: flex;
		align-items: center;
		padding: 0;
	}

	#news .news_list dt {
		padding: 0;
	}

	#news .news_list dd {
		font-weight: normal;
		font-size: 90%;
	}


	#news dd.sp_news_overflow {
		padding-left: 6%;
		width: 100%;
		overflow: hidden;
		height: 3.5em;
	}

	#sp_news_modal1 .modal_content, #sp_news_modal2 .modal_content, #sp_news_modal3 .modal_content {
		padding: 5%;
		width: 70vw;
	}

	#sp_news_modal1 .modal_content h4, #sp_news_modal2 .modal_content h4, #sp_news_modal3 .modal_content h4 {
		font-weight: bold;
		font-size: 100%;
		color: #999;
	}

	#sp_news_modal1 .modal_content_box p, #sp_news_modal2 .modal_content_box p, #sp_news_modal3 .modal_content_box p {
		margin-top: 0.5em;
		text-align: justify;
		font-size: 100%;
		color: #000;
	}

	#message {
		padding: 14vw 8vw;
		background-image: url("../images/sp_message_back.jpg");
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}

	#message h2, #ourjob h2, #generictitle_main h2 {
		font-size: 6vw;
	}

	#message h3 {
		font-size: 5vw;
	}

	#message p {
		text-align: left;
		line-height: 1.6em;
		font-size: 100%;
		font-weight: normal;
		margin-top: 2em;
		width: 100%;
	}

	#generictitle_main {
		padding: 60px 0;
	}



	#ourjob h2 {
		padding-top: 14vw;
		padding-bottom: 8vw;
	}

	.ourjob_area01, .ourjob_area02 {
		padding: 14vw 8vw;
		flex-wrap: wrap;
	}

	.ourjob_ph {
		width: 100%;
	}

	.ourjob_ph img {
		width: 100%;
	}

	#ourjob .ourjob_area01 > div, #ourjob .ourjob_area02 > div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#ourjob .ourjob_contents {
		margin-top: 8vw;
	}

	#ourjob .ourjob_contents h3 {
		font-size: 4.5vw;
	}

	#ourjob .ourjob_target {
		margin-top: 4vw;
		font-size: 0.9em;
	}

	#ourjob .ourjob_target div:nth-child(1) {
		width: 64px;
	}

	#ourjob .ourjob_target div:nth-child(2) {
		left: 88px;
		width: calc(84vw - 88px - 3.2em);
		white-space: normal;
		line-height: 1.3em;
		display: flex;
		align-items: center;
	}

	#ourjob .ourjob_area02 .ourjob_target div:nth-child(2) {
		width: calc(84vw - 88px);
	}

	
	.ourjob_contents > a {
		display: flex;
		justify-content: center;
	}		

	.ourjob_interview_area {
		position: static;
	}

	.ourjob_interview {
		justify-content: center;
	}

	.ourjob_interview_list {
		max-width: 25vw;
	}

	.ourjob_interview_list img {
		opacity: 1;
	}

	.ourjob_interview_list div {
		text-align: left;
		top: 100%;
		left: 0;
		-webkit-transform: none;
		transform: none;
		color: #1376d5;
		font-size: 85%;
		white-space: nowrap;
	}

	.ourjob_area02 .ourjob_ph {
		order: 1;
	}
	
	.ourjob_area02 .ourjob_contents {
		order: 2;
	}

	#ourjob h4 {
		padding: 0;
	}

	#ourjob h4::after {
		margin-left: 0.5em;
		height: 1px;
	}

	#ourjob h4::before {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #ddd;
		display: block;
		margin-right: 0.5em;
	}

	.ourjob_interview a:last-child div {
		margin-right: 0;
	}

	.top_interview_img, .top_crosstalk_img {
		display: none;
	}

	.sp_interview_img, .sp_crosstalk_img {
		display: block;
		width: 100%;
	}

	#top_interview h2, #top_crosstalk h2 {
		font-size: 6vw;
		top: 50%;
		white-space: nowrap;
	}

	#top_correlation h2 {
		font-size: 5vw;
		top: 50%;
		left:	10%
	}

	#top_interview a, #top_crosstalk a {
		top: 70%;
	}

	#top_correlation {
		padding: 12vw 8vw;
	}

	.correlation_img {
		width: 100%;
	}

	.correlation_img img {
		width: 100%;
	}


	.footer_icon_area {
		background: #fff;
	}
	.footer_icon_area ul {
		flex-wrap: wrap;
		justify-content: start;
	}

	.footer_icon_area li {
		width: 50%;
		border: none;
		text-align: start;
		padding: 0;
		justify-content: start;
		border-bottom: 1px solid #fff;
	}

	.footer_icon_area ul li:first-child {
		border-left: none;
	}

	.footer_icon_area li div:nth-child(1) {
		width: 20vw;
		height: 25vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #86bef1;
	}

	.footer_icon_area li a {
		display: flex;
		width: 100%;
	}

	.footer_icon_area img {
		width: 7vw;
	}

	.footer_icon_area li div:nth-child(2) {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		font-size: 3.5vw;
		width:	30vw;
		background-color: #69afed;
		height: 25vw;
		line-height: 25vw;
		padding-left: 6.2vw;
	}

	.footer_icon_area li:nth-child(2) div:nth-child(2)::after, .footer_icon_area li:nth-child(4) div:nth-child(2)::after, .footer_icon_area li:nth-child(5) div:nth-child(2)::after {
		content: '';
		display: inline-block;
		width: 2.5vw;
		height: 2.5vw;
		background-image: url("../images/out_link.svg");
		background-repeat: no-repeat;
		background-size: contain;
	}

	.footer_icon_area li:nth-child(n+3) {
		box-sizing: border-box;
	}

	.footer_icon_area li:nth-child(2n-1) {
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}

	.sitemap {
		display: none;
	}

	#sp_sitemap {
		display: block;
		visibility:	visible;
		background-color: #fff;
		text-align: center;
	}

	#sp_sitemap .main_sp_nav {
		color: #555;
		font-weight: bold;
		font-size: 3vw;
		padding: 12vw 8vw 8vw 8vw;
	}

	#sp_sitemap .sp_nav_list, #sp_sitemap .sp_nav_list_link, #sp_sitemap .sp_nav_sns {
		opacity: 1;
		transform: translateX(0);
	}

	#sp_sitemap .sp_nav_list label span {
		width: 4%;
		height: 2px;
		background: #1376d5;
	}

	#sp_sitemap .sp_sitemap_1st_check:checked ~ .sp_sitemap_2nd {
		height: auto;
		padding: 6% 0;
		border-bottom: 2px solid #f6f6f6;
		opacity: 1;
		transition: 0.3s;
	}

	.sp_sitemap_1st_check:checked ~ label span:nth-child(2) {
		transform: rotate(0deg);
	}

	#sp_sitemap .sp_nav_list label, #sp_sitemap .sp_nav_list_link {
		border-bottom: 2px solid #f6f6f6;
		font-size: 100%;
	}

	#sp_sitemap a {
		color: #1376d5;
	}


	#sp_sitemap .sp_nav_sns_fb div, #sp_sitemap .sp_nav_sns_tw div {
		font-size: 2.8vw;
		font-weight: bold;
	}

	#sp_sitemap .sp_nav_sns_icon {
		padding-top: 0;
		margin-bottom: 3em;
	}



	.footer_menu {
		padding: 10vw 5vw;
		background-color: transparent;
		background-image: url("../images/sp_footer_sitemap_back.jpg");
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}


	.footer_menu div {
		display: flex;
		justify-content: center;
	}

	.footer_copyright {
		font-size: 2.8vw;
	}

	.footer_menu ul {
		flex-wrap: wrap;
	}

	.footer_menu li {
		margin: 0;
		padding: 2vw 2vw;
		font-size: 2.8vw;
		font-weight: bold;
	}

	#jobs_main, #interview_list_main, #interview_main, #crosstalk_main, #correlation_main, .questionnaire_main {
		padding-top: 60px;
	}

	#jobs_main h2, .questionnaire_main h2 {
		font-size: 5vw;
	}

	.questionnaire_main h2 {
		top: 60%;
	}

	#jobs_main p {
		top: auto;
		left: 10vw;
		bottom: 7%;
		padding: 1.5vw;
		background-color:rgba(255, 255, 255, 0.8);
		width: 80vw;
		font-size: 3.5vw;
	}

	#correlation_main h2 {
		font-size: 5.5vw;
		top: 45%;
		left: 6%;
	}

	#jobtype, #jobs_interview, #interview_list {
		padding-top: 14vw;
		padding-bottom: 14vw;
	}

	#jobtype h2, #jobs_interview h2, #crosstalk_main h2 {
		font-size: 6vw;
	}

	#crosstalk_main h2 {
		white-space: nowrap;
		top: 60%;
	}

	.jobname ul:nth-child(2) {
		margin-top: 4vw;
	}

	.jobname li {
		width: 84vw;
	}

	.jobname li div {
		line-height: 13vw;
		font-size: 4vw;
	}

	.jobname li div::before {
		content: "";
		width: 2vw;
		height: 2vw;
		border: 3px solid;
		border-color: rgba(255,255,255,0.3) rgba(255,255,255,0.3) transparent transparent;
		transform: rotate(135deg);
		right: 5%;
		top: 30%;
		left: auto;
	}

	.jobtype_area, .interview_list_area {
		height: auto;
	}

	.jobtype_area_back, .interview_list_area_back, .interview_content {
		width:	84vw;
		background-color: #fff;
		flex-wrap: wrap;
		padding: 0;
		margin: 0 8vw;
	}

	.jobtype_ph, .interview_list_ph, .interview_content_ph {
		width: 84vw;
	}

	.jobtype_ph .sp_ph, .interview_list_ph img, .interview_content_ph img {
		width: 100%;
	}

	.jobtype_area .jobtype_contents, .interview_list_area .interview_list_contents {
		width: 84vw;
		margin-left: 0;
		padding: 7vw 7vw;
	}

	#jobtype h3 {
		font-size: 4.6vw;
	}

	.jobs_interview_list {
		margin-top: 8vw;
	}

	.jobs_interview_list ul {
		display: block;
		width: 84vw;
		margin: 0 auto;
	}

	.jobs_interview_list li {
		border: none;
	}

	.jobs_interview_list li:nth-child(n+2) {
		margin-top: 3vw;
	}

	.jobs_interview_list li img {
		width: 100%;
	}

	.jobs_interview_list li .detail {
		display: none;
	}

	.jobs_interview_list_name {
		top: 50%;
		transform: translateY(-50%);
		left: 20vw;
	}

	.jobs_interview_list li::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 2em solid transparent;
		border-left: 2em solid #ffb401;
		z-index: 100;
	}

	.jobs_interview_list li a:nth-child(1){
		pointer-events: initial;
	}

	#otherjob {
		padding: 14vw 8vw;
	}

	#otherjob h2 {
		font-size: 5vw;
	}

	.otherjob_list img {
		width: 100%;
	}

	.otherjob_list li {
		/*width: 25vw;*/
		max-width: 220px;
	}

	.otherjob_list_title {
		height: 70px;
	}

	.otherjob_list_title p {
		font-size: 1em;
	}

	#harfbanner {
		flex-wrap: wrap;
		border: none;
	}

	#half_crosstalk, #half_questionnaire, #half_interview {
		width: 100%;
	}

	#half_interview h2, #half_questionnaire h2, #half_crosstalk h2 {
		font-size: 6vw;
		top: 40%;
		white-space: nowrap;
	}

	#half_questionnaire {
		border-left: none
	}
	#half_questionnaire.pc {
		display: none;
	}
	#half_questionnaire.sp {
		display: block;
	}

	#half_crosstalk .detail, #half_questionnaire .detail, #half_interview .detail {
		width: 200px;
		margin-top: 10vw;
	}

	.jobname ul {
		flex-wrap: wrap;
	}

	.jobname li {
		margin-left: 0;
	}

	.jobname li:nth-child(n+2) {
		margin-top: 4vw;
	}

	.jobtype_area02 .jobtype_ph, .interview_list_area02 .interview_list_ph {
		order: 1;
	}

	.jobtype_area02 .jobtype_contents, .interview_list_area02 .interview_list_contents {
		order: 2;
	}

	.jobtype_area02 .jobtype_ph {
		margin-left: 0;
	}
		
	#interview_list_main h2 {
		font-size: 6vw;
		top: 60%;
	}

	.search_box {
		text-align: left;
	}

	.search_box label {
		line-height: 3em;
	}
	
	.interview_list_contents p:first-child {
		margin-top: 0;
	}

	.interview_list_contents p:nth-child(2) {
		margin-top: 5vw;
		text-align: right;
	}

	.jobtype_area02 .jobtype_ph {
		order: 1;
	}

	.jobtype_area02 .jobtype_contents {
		order: 2;
	}

	.interview_list_contents .detail {
		position: relative;
		margin: 6vw auto 0 auto;
	}

	.interview_list_area02 p {
		text-align: left;
	}

	.interview_list_area .interview_list_ph {
		margin-left: 0;
	}

	.interview_list_area.is_hide {
		height: 0;
	}

	#interview_main {
		padding-bottom: 22vw;
	}

	#interview_main img {
		width: 100%;
	}

	#interview_main h2 {
		left: 5vw;
		font-size: 5.5vw;
		top: 45%;
	}

	.interview_main_profile {
		top: calc(550/750 * 103vw);
		width: 70%;
		padding: 4vw;
		height: 33vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.interview_main_profile p {
		font-size: 4.5vw;
	}

	.interview_main_profile div {
		margin-top: 1vw;
		font-size: 3.5vw;
	}
	
	.interview_content .interview_content_ph {
		margin: 0;
	}

	.interview_content h3 {
		font-size: 4vw;
		margin-top: 4vw;
	}

	.interview_lead, .crosstalk_lead, .correlation_lead {
		width: 84vw;
		padding: 14vw 8vw;
	}

	.schedule_lead {
		width: 84vw;
		padding: 8vw 8vw 12vw 8vw;
	}

	.schedule_lead h3 {
		font-size: 6vw;
	}

	.schedule_contents {
		padding-bottom: 40px;
	}

	.interview_lead p, .crosstalk_lead p, .correlation_lead p, .schedule_lead p {
		padding: 0;
		text-align: justify;
	}

	.interview_send {
		width: 84vw;
	}

	.interview_prev, .interview_next {
		width: 20vw;
		line-height: 35px;
	}

	.interview_prev::before {
		top: 17.5px;
		border-top: 17.5px solid transparent;
		border-left: 17.5px solid #fff;
		border-bottom: 17.5px solid transparent;
	}

	.interview_prev::after {
		bottom: 17.5px;
		border-top: 17.5px solid transparent;
		border-left: 17.5px solid #fff;
		border-bottom: 17.5px solid transparent;
	}

	.interview_next::before {
		top: 17.5px;
		border-top: 17.5px solid transparent;
		border-right: 17.5px solid #fff;
		border-bottom: 17.5px solid transparent;
	}

	.interview_next::after {
		bottom: 17.5px;
		border-top: 17.5px solid transparent;
		border-right: 17.5px solid #fff;
		border-bottom: 17.5px solid transparent;
	}


	#interview_main .sp_interview_main_h2_right {
		left: auto;
		right: 5vw;
	}

	#jobs_interview.similar h2 {
		font-size: 5vw;
	}

	.crosstalk_member ul {
		flex-wrap: wrap;
	}

	.crosstalk_member li:last-child {
		margin-top: 165px;
	} 

	.crosstalk_q {
		height: 55vw;
	}

	.crosstalk_q img {
		width: 100%;
	}

	.crosstalk_question div p, .questionnaire_q div p {
		font-size: 3.5vw;
	}

	.crosstalk_question, .questionnaire_q {
		top: 65%;
	}

	.crosstalk_question div, .questionnaire_q div {
		width: 20vw;
		height: 20vw;
	}

	.crosstalk_question h3, .questionnaire_q h3 {
		max-width: 66vw;
		font-size: 5.4vw;
		margin-left: 3vw;
		line-height: 6.5vw;
	}

	.questionnaire_list {
		padding: 7vw 0;
	}

	/*アンケートchart start*/
	.chartWrap {
		width: calc(75vw + 2em);
	}

	.chartWrap .hanrei {
		display: block;
	}

	.chartWrap .hanrei li {
		font-size: 15px;
		line-height: 22px;
		margin-right: 2em;
		margin-top: 8px;
	}

	.chartWrap .hanrei li span {
		width: 22px;
		margin-right: 0.5em;
	}

	.chartWrap .chart {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}

	.chartWrap dd {
		font-size: 16px;
	}

	.questionnaire_comment {
		font-size: 14px;
	}





	.crosstalk_a01 .crosstalk_a_comment {
		margin-right: 5vw;
	}
	.crosstalk_a02 .crosstalk_a_comment {
		margin-left: 5vw;
	}

	.crosstalk_a {
		padding: 6vw 0 14vw 0;
	}

	.crosstalk_a_face img {
		width: 12vw;
	}

	#faq h3 {
		font-size: 5vw;
	}

	.faq_area {
		padding: 14vw 8vw;
	}

	.faq_contents label {
		font-size: 1.2em;
		font-weight: normal;
		transition: all none;
		transition: height 0.3s;
	}

	.faq_contents .faq_answer p {
		line-height: 160%;
		font-size: 90%;
	}

	.faq41_table {
		font-size: 80%;
		margin-left: 0;
	}

	#message.requirements_main,  #message.questionnaire_main, #generictitle_main {
		padding-top: 26vw;
	}

	.correlation_contents {
		padding-bottom: 14vw;
	}
	
	
	.correlation_flow_img .sp_ph  {
		width: 94vw;
		margin: 0 auto;
	}

	.correlation_flow_img .sp_ph img {
		width: 100%;
	}

	#correlation_modal .modal_content {
		max-height:	70vh;
		padding: 6vw;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		width: 65vw;
		display: block;
	}

	.modal_ph_area {
		margin-right: 0;
	}

	.modal_content img {
		width: 100%;
	}

	.modal_content_area {
		margin-top: 6vw;
		width: 100%;
	}

	.modal_content h4 {
		font-size: 1.3em;
	}

	.modal_content_box p {
		font-size: 1em;
	}

	.correlation_modal_interview {
		width: 100%;
	}

	.correlation_modal_interview h5 {
		display: block;
		text-align: center;
	}

	.correlation_modal_interview h5::after {
		height: 0;
	}

	.modal_interview {
		margin-top: 2vw;	
	}

	.correlation_modal_interview_area {
		position: static;
		margin: 0 auto;
		margin: 6vw auto 6vw auto;
	}


	.modal_close_btn {
		position: fixed;
		right: 20px;
		top: 20px;
	}

	.modal_close_btn a {
		font-size: 2em;
		color: #fff;
	}

	#generictitle_main.entry_main h2 {
		line-height: 1.3em;
	}

	.entry_lead {
		padding: 14vw 8vw 8vw 8vw;
	}

	.entry_line img {
		width: 50vw;
	}

	.qr_explain {
		padding: 8vw;
	}

	.qr_explain ul > li {
		width: auto;
	}


	.qr_explain ol li {
		padding-left: 0;
	}

	.schedule_img .sp_ph img {
		width: 90vw;
	}

	.schedule_sns_area {
		padding: 12vw 0;
	}

	.schedule_sns {
		width: 72%;
		padding: 30px;
	}

	.schedule_sns ul {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.schedule_sns ul li:nth-child(n+2) {
		margin-left: 0;
		margin-top: 15px;
	}

	.schedule_sns_line p {
		font-size: 4.5vw;
	}

	.schedule_sns_line div {
		width: 250px;
		height: 51px;
		max-width: 100%;
	}

	.schedule_sns_fb {
		margin-left: 0;
	}

	.schedule_sns > p {
		text-align: left;
	}

	.questionnaire_list img.sp_ph {
		width: 75vw;
		display: inline-block;
	}

	.questionnaire_comment {
		width: calc(75vw + 2em);
		padding-bottom: 7vw;
		margin-left: -1em;
		text-align: justify;
	}

	.line_link div:hover {
		background-image: url("../images/schedule_line_logo_base.png");
	}

	.line_link div {
		margin-left: 0;

		
	}

	#video {
		width: 90%;
		margin: 25px auto;

	}
}


/*2022.12 facebook削除*/
.sitemap_sns a {
	display: none !important;
}
.sp_nav_sns_icon a {
	display: none !important;
}
.header_sns li {
	display: none !important;
}