@charset "utf-8";

/*====================================================================

共通

====================================================================*/
/*--------------------------------------------------------------------
#mv
--------------------------------------------------------------------*/
#faq #mv {
	background: #efefef;
	margin-bottom: 40px;
}
#faq #mv .flL,
#faq #mv .pict {
	width: 50%;
}
#faq #mv .pict {
	float: right;
	min-height: 520px;
}
#faq #mv .flL {
	padding: 50px 0;
}
#faq #mv .flL .ttl-area {
	width: 470px;
	float: right;
	clear: both;
	text-align: center;
	margin-bottom: 50px;
}
#faq #mv .flL .ttl-area h1 {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 10px;
}
#faq #mv .flL .ttl-area .sttl {
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	padding: 3px;
	color: #1d2088;
	font-family: "Century Gothic";
}
#faq #mv .flL .txt-area {
	line-height: 22px;
	width: 470px;
	float: right;
	clear: both;
	padding-right: 20px;
	/*font-family: "Hiragino Mincho ProN","游明朝体", "Yu Mincho", YuMincho,"HG明朝E","ＭＳ Ｐ明朝", serif;*/
}
#faq #mv .flL .txt-area .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}

#faq #mv .flL .txt-area .txt {
	line-height: 22px;
	margin-bottom: 20px;
}
#faq #mv .flL .txt-area .txt:last-child {
	margin-bottom: 0;
}

@media print, screen and (max-width: 1250px) {
	#faq #mv .pict {
		min-height: 450px;
	}
}

@media print, screen and (max-width: 992px) {
	#faq #mv {
		max-width: 960px;
		margin: 0 auto 30px;
		overflow: hidden;
	}
	#faq #mv .pict {
		min-height: 380px;
	}
	#faq #mv .flL .ttl-area,
	#faq #mv .flL .txt-area {
		width: 100%;
		float: none;
	}
	#faq #mv .flL .txt-area {
		padding: 0 15px;
	}
}

@media print, screen and (max-width: 768px) {
	#faq #mv .flL .ttl-area h1 {
		font-size: 30px;
	}
	#faq #mv .flL,
	#faq #mv .pict {
		width: 100%;
		float: none;
	}
	#faq #mv .flL {
		padding: 30px 0;
	}
	#faq #mv .flL .ttl-area {
		margin-bottom: 30px;
	}
	#faq #mv .pict {
		clear: both;
		min-height:  300px;
	}
	#faq #mv .flL .txt-area .lead {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 26px;
	}
	#faq #mv .flL .txt-area .txt {
		font-size: 90%;
		margin-bottom: 10px;
	}
	#faq #mv .flL .txt-area .txt .tab-br {
		display: none;
	}
}

@media print, screen and (max-width: 480px) {
	#faq #mv .pict {
		min-height:  250px;
	}
}


/*--------------------------------------------------------------------
.section
--------------------------------------------------------------------*/
#faq .section {
	margin-bottom: 80px;
}

@media print, screen and (max-width: 768px) {
	/*#faq .section {
		margin-bottom: 40px;
	}*/
}

/*--------------------------------------------------------------------
.h2_title
--------------------------------------------------------------------*/

#faq .section .h2_title {
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 30px;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	display: table;
	/* height: 140px; */
	/* width: 140px; */
	height: auto;
	width: 100%;
	vertical-align: middle;
}

#faq .section .h2_title span {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

#faq .section .h2_title.blue_bg {
	background: #1d2088;
}

#faq .section .h2_title.green_bg {
	background: #9cbb1c;
}

/* @media print, screen and (max-width: 992px) {
	#faq .section .h2_title {
		font-size: 20px;
		min-height: 104px;
		*height: 104px;
		width: 136px;
	}
} */

@media print, screen and (max-width: 480px) {
	#faq .section .h2_title {
		min-height: 0;
		height: auto;
		/* *height: auto; */
		margin-bottom: 15px;
		width: 100%;
	}
	#faq .section .h2_title br {
		display: none;
	}
	
	#faq .section .h2_title span {
		padding: 10px;
	}
}

/*====================================================================

説明会・イベント

====================================================================*/
#faq.event #mv .pict {
	background: url(../img/event/mv.jpg) no-repeat top left;
	background-size: cover;
}

#faq.event .section h2 {
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 10px;
	font-weight: normal;
	font-size: 24px;
	/* width: 140px; */
	width: 100%;
	padding: 20px 0;
}
#faq.event .section.event01 h2 {
	background: #1d2088;
}
#faq.event .section.event02 h2 {
	background: #9cbb1c;
}
#faq.event .section h2.one-row {
	/* padding: 57px 10px; */
}
#faq.event .section h2.two-rows {
	/* padding: 44px 10px; */
}
#faq.event .section h3 {
	font-size: 18px;
	font-weight: normal;
	background: #ccc;
	margin: 0 2px 5px;
	padding: 5px;
}

#faq.event .section .txt-area {
	text-align: center;
}
#faq.event .section .txt-area .txt {
	margin-bottom: 20px;
}
#faq.event .section .txt-area .btn-area {
	text-align: center;
	margin: 30px auto 0;
}
#faq.event .section .txt-area .btn-area li {
	display:  inline-block;
	width:  300px;
	margin: 0 10px;
}
#faq.event .section .txt-area .btn-area li.btn01 {
	background: #001f4a;
}
#faq.event .section .txt-area .btn-area li.btn02 {
	background: #550000;
}
#faq.event .section .txt-area .btn-area li a {
	color: #fff;
	display: block;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../../common/img/entry/icon_arrow_off.png) no-repeat 97% center;
	background-size: 26px auto;
}
#faq.event .section .txt-area .btn-area li a:hover {
	opacity: .7;
	text-decoration: none;
	background: url(../../common/img/entry/icon_arrow_on.png) no-repeat 97% center;
	background-size: 26px auto;
}

#faq.event .section table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 10px;
}
#faq.event .section table th,
#faq.event .section table td {
	padding: 10px;
	vertical-align: middle;
}
#faq.event .section table th {
	width: 25%;
}
#faq.event .section.event01 table tr:nth-child(odd) th,
#faq.event .section.event01 table tr:nth-child(odd) td {
	background: #eae8e1;
}
#faq.event .section.event01 table tr:nth-child(even) th,
#faq.event .section.event01 table tr:nth-child(even) td {
	background: #e8e8f3;
}
#faq.event .section.event02 table tr:nth-child(odd) th,
#faq.event .section.event02 table tr:nth-child(odd) td {
	background: #eae8e1;
}
#faq.event .section.event02 table tr:nth-child(even) th,
#faq.event .section.event02 table tr:nth-child(even) td {
	background: #f0f5dd;
}
#faq.event .section.event02 table th {
	width: 22%;
}
#faq.event .section table th span {
	text-align: center;
	background: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 3px 5px;
	margin-right: 10px;
}
#faq.event .section.event01 table th span {
	color: #1d2088;
	border: 1px solid #1d2088;
}
#faq.event .section.event02 table th span {
	color: #9cbb1c;
	border: 1px solid #9cbb1c;
}

#faq.event .section table td dl.place {
	overflow: hidden;
}
#faq.event .section table td dl.place dt {
	font-weight: bold;
}
#faq.event .section.event02 table td dl.place dt {
	float: left;
	width: auto;
	margin-right: 1em;
}

#faq.event .section table td dl.time {
	display: table;
	width: 100%;
}
#faq.event .section table td dl.time dt,
#faq.event .section table td dl.time dd {
	display: table-cell;
	vertical-align: middle;
}

#faq.event .section table td .button {
	/*float: right;*/
	width: 60px;
	margin: 0 auto;
}
#faq.event .section table td .button a {
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 10px 3px;
}
#faq.event .section table td .button a .glyphicon {
	font-size: 11px;
}
#faq.event .section.event01 table td .button a {
	background: #1d2088;
}
#faq.event .section.event02 table td .button a {
	background: #9cbb1c;
}

#faq.event .section .note {
	margin-bottom: 25px;
}
#faq.event .section .info-box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1d2088;
	margin-bottom: 5px;
}

@media print, screen and (max-width: 992px) {
	#faq.event .section h2 {
		font-size: 20px;
		/* width: 136px; */
	}
	#faq.event .section h2.one-row,
	#faq.event .section h2.two-rows {
		/* padding: 30px 10px; */
	}
}

@media print, screen and (max-width: 768px) {
	#faq.event .section h3 {
		font-size: 16px;
	}
	#faq.event .section .txt-area .btn-area li {
		width: 49%;
		margin: 0;
	}
	#faq.event .section .txt-area .btn-area li a {
		background-size: 22px auto;
		background-position: 98% center;
	}
	#faq.event .section .txt-area .btn-area li a:hover {
		background-size: 22px auto;
		background-position: 98% center;
	}
	#faq.event .section table {
		font-size: 90%;
	}
	#faq.event .section table th {
		width: 20%;
	}
	#faq.event .section table th span {
		min-width: 37px;
		max-width: 52px;
		display: block;
		margin-bottom: 5px;
	}
	#faq.event .section table td .button {
		width: 85%;
	}
	#faq.event .section table td .button a {
		padding: 6px 3px;
	}
}

@media print, screen and (max-width: 568px) {
	#faq.event .section table.block-columns,
	#faq.event .section table.block-columns tbody,
	#faq.event .section table.block-columns tr,
	#faq.event .section table.block-columns th,
	#faq.event .section table.block-columns td {
		display: block;
	}
	#faq.event .section table.block-columns tbody,
	#faq.event .section table.block-columns tr,
	#faq.event .section table.block-columns th,
	#faq.event .section table.block-columns td {
		width: 100%;
	}
	#faq.event .section table.block-columns th,
	#faq.event .section table.block-columns td {
		border-bottom: 2px solid #fff;
	}
	#faq.event .section table.block-columns th span {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media print, screen and (max-width: 480px) {
	#faq.event .section {
		margin-bottom: 50px;
	}
	#faq.event .section h2 {
		width: 100%;
	}
	#faq.event .section h2.one-row,
	#faq.event .section h2.two-rows {
		padding: 10px;
	}
	#faq.event .section h2 br {
		display: none;
	}
	#faq.event .section .txt-area .btn-area {
		margin-top: 20px;
	}
	#faq.event .section .txt-area .btn-area li {
		width: 100%;
	}
	#faq.event .section .txt-area .btn-area li.btn01 {
		margin-bottom:  10px;
	}
	#faq.event .section .txt-area .btn-area li a {
		font-size: 14px;

	}
	#faq.event .section .txt-area .btn-area li a br {
		display: none;
	}
	#faq.event .section table th,
	#faq.event .section table td {
		padding: 8px;
	}
	#faq.event .section .txt-area .txt br {
		display: none;
	}
}

/*====================================================================

募集要項

====================================================================*/
#faq.guideline #mv .pict {
	background: url(../img/guideline/mv.jpg) no-repeat top left;
	background-size: cover;
}

#faq .summary table {
	width: 100%;
}
#faq .summary table th,
#faq .summary table td {
	padding: 20px 0;
	border-bottom: 1px dotted #d2d2d2;
}
#faq .summary table tr:first-child th,
#faq .summary table tr:first-child td {
	padding-top: 0;
}
#faq .summary table th {
	width: 160px;
}
#faq .summary table th span {
	border-left: 5px solid #1d2088;
	padding-left: 5px;
	color: #707070;
	display: inline-block;
}
#faq .summary table td p {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
#faq .summary table td p:last-child {
	margin-bottom: 0;
}
#faq.guideline .note {
	padding-top: 20px;
}

#faq.guideline .flow_list {
	text-align: center;
}

#faq.guideline .flow_list li {
	display: inline-block;
	margin-top: 20px;
}

#faq.guideline .flow_list li div {
	border:	1px solid #1d2088;
	font-weight: bold;
	color: #1d2088;
	padding: 40px 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 112px;
}

#faq.guideline .flow_list li span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px 0 8px;
}

@media print, screen and (max-width: 768px) {
	
	#faq .summary table {
		font-size: 90%;
	}
	#faq .summary table th {
		border-bottom: none;
		display: list-item;
		list-style: none;
		padding-bottom: 0;
		width: auto;
	}
	
	#faq .summary table tr:first-child td {
		padding-top: 20px;
	}
	
	#faq .summary table td {
		display: list-item;
		list-style: none;
	}
	
	#faq .summary table td p {
		font-size: 100%;
	}
	
}

@media print, screen and (max-width: 640px) {
	#faq.guideline .flow_list li {
		display: block;
		margin-top: 0;
	}
	#faq.guideline .flow_list li div {
		padding: 20px 5%;
		display: block;
		width: 100%;
	}
	
	#faq.guideline .flow_list li div br {
		display: none;
	}
	
	#faq.guideline .flow_list li span {
		display: block;
		margin: 10px 5px;
		text-align: center;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}


/*====================================================================

若手社員の声

====================================================================*/
#faq.youngers #mv .pict {
	background: url(../img/youngers/mv.jpg) no-repeat top left;
	background-size: cover;
}

#faq.youngers h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 17px;
}

#faq.youngers .profile_list {
	text-align: center;
	margin-bottom: 50px;
}

#faq.youngers .profile_list li {
	display: inline-block;
	margin: 0 15px;
	width: 235px;
	text-align: center;
}

#faq.youngers .profile_list span {
	display: block;
	word-break: break-all;
	padding: 20px 15px 0;
}

#faq.youngers .box_item > div {
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 15px;
	position: relative;
	/*width: 440px;*/
}

#faq.youngers .box_item > div strong {
	color: #666;
	display: block;
	margin-top: 0.5em;
	text-align: right;
}
/*
#faq.youngers .box_item > div.left {
	float: left;
}

#faq.youngers .box_item > div.right {
	float: right;
}

#faq.youngers .box_item .image01 {
	float: right;
	margin: -28px -33px -32px 0;
}

#faq.youngers .box_item .image02 {
	float: right;
	margin: -26px -34px -34px 0;
}

#faq.youngers .accordion_item .txt {
	padding-top: 10px;
}
*/
#faq .accordion_item {
	background: #eae8e1;
	margin-bottom: 5px;
	padding: 20px;
}

#faq .accordion_item.odd {
	background: #e8e8f3;
}

#faq .accordion_item .title {
	background: url(../img/icon_01_on.png) no-repeat right center;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	text-indent: -45px;
    padding: 0 45px 0 87px;
}

#faq .accordion_item .title.current {
	background: url(../img/icon_01_off.png) no-repeat right center;
}

#faq .accordion_item.odd .title {
	background: url(../img/icon_02_on.png) no-repeat right center;
}

#faq .accordion_item.odd .title.current {
	background: url(../img/icon_02_off.png) no-repeat right center;
}

#faq .accordion_item .title span {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 42px;
	font-weight: normal;
	line-height: 42px;
	color: #727171;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 0;
	width: 45px;
}

#faq .accordion_item.odd .title span {
	color: #1d2089;
}

#faq .accordion_content {
	border-top: 1px dotted #9fa0a0;
	margin-top: 10px;
	padding-top: 15px;
	display: none;
}

@media print, screen and (max-width: 995px) {
	/*#faq.youngers .box_item > div {
		background: #fff;
		padding: 15px 4%;
		margin-bottom: 15px;
		position: relative;
		height: auto!important;
		width: auto;
	}
	
	#faq.youngers .box_item > div.left {
		float: none;
	}
	
	#faq.youngers .box_item > div.right {
		float: none;
	}*/
}

@media print, screen and (max-width: 768px) {
	#faq.youngers #mv .pict {
		background-position: center;
	}
	#faq.youngers .profile_list {
		margin-bottom: 30px;
	}
	
	#faq.youngers .profile_list li {
		display: block;
		margin: 0 0 10px;
		width: auto;
	}
	
	/*#faq.youngers .box_item .image01 {
		float: right;
		margin: -28px -33px 0 0;
	}
	
	#faq.youngers .box_item .image02 {
		margin: -26px -34px 0 0;
	}*/
	
	#faq .accordion_item {
		padding: 15px 4% 15px 1%;
	}
	
	#faq .accordion_item .title {
		background-size: 20px 20px;
		font-size: 16px;
		line-height: 25px;
		cursor: pointer;
		text-indent: -35px;
		padding: 0 30px 0 84px;
	}
	
	#faq .accordion_item .title.current,
	#faq .accordion_item.odd .title,
	#faq .accordion_item.odd .title.current {
		background-size: 20px 20px;
	}
	
	#faq .accordion_item .title span {
		font-size: 25px;
		font-weight: normal;
		line-height: 25px;
		margin: -4px 0 0 0;
		width: 35px;
	}
	
}

/*====================================================================

Q&A

====================================================================*/
#faq.faq #mv .pict {
	background: url(../img/faq/mv.jpg) no-repeat top left;
	background-size: cover;
}

#faq.faq .box_answer {
	background: #fff;
	padding: 20px;
}

#faq.faq .box_answer .icon_answer {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 0;
	width: 35px;
}

#faq.faq .box_answer > div {
	margin: -30px 0 0;
    padding: 0 0 0 65px;
	line-height: 27px;
}

#faq.faq .box_answer > div ul {
	margin-bottom: 10px;
}

#faq.faq .box_answer > div ul:last-child {
	margin-bottom: 0;
}

#faq.faq .box_answer > div ul li {
	text-indent: -1em;
	padding-left: 1em;
}

#faq.faq .box_answer a {
	color: #1d2088;
}

@media print, screen and (max-width: 992px) {
	#faq.faq .box_answer > div .pc-br {
		display: none;
	}
}

@media print, screen and (max-width: 768px) {
	#faq.faq .box_answer {
		padding: 15px 4%;
	}
	#faq.faq .box_answer .icon_answer {
		font-size: 20px;
		line-height: 20px;
		width: 24px;
	}
	
	#faq.faq .box_answer > div {
		padding: 0 0 0 43px;
		margin: -23px 0 0;
	}
	#faq.faq .box_answer > div ul li {
		font-size: 90%;
	}
}


/*====================================================================

Q&A

====================================================================*/
#faq.training #mv .pict {
	background: url(../img/training/mv.jpg) no-repeat top left;
	background-size: cover;
}

#faq.training .accordion_item.odd {
	background: #f0f5dd;
}

#faq.training .accordion_item .title {
	text-indent: 0;
	padding: 0;
}

#faq.training .accordion_item.odd .title {
	background: url(../img/icon_03_on.png) no-repeat right center;
}

#faq.training .accordion_item.odd .title.current {
	background: url(../img/icon_03_off.png) no-repeat right center;
}

#faq.training .accordion_item.odd .title span {
	color: #1d2089;
}

#faq.training .block {
	border-left: 4px solid #9cbb1c;
	padding-left: 12px;
	margin-bottom: 10px;
}

#faq.training .block .sub_title {
	background: #9cbb1c;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
}

#faq.training .block dl {
	padding-top: 10px;
}

#faq.training .block dl dd {
	margin: -20px 0 20px;
	padding-left: 70px;
}

#faq.training .block dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#faq.training .block .txt {
	padding-top: 10px;
}


@media print, screen and (max-width: 768px) {
	#faq.training .accordion_item .title {
		padding: 0 35px 0 0;
	}
	#faq.training .accordion_item.odd .title,
	#faq.training .accordion_item.odd .title.current {
		background-size: 20px 20px;
	}
	#faq.training .block dl dt,
	#faq.training .block dl dd {
		font-size: 90%;
	}
	#faq.training .block dl dd br {
		display: none;
	}
}

/*====================================================================

movie

====================================================================*/

#faq .movie-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 30px;
}

@media print, screen and (max-width: 768px) {
	#faq .movie-list {
		grid-template-columns: 1fr;
	}
}