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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print,
screen and (min-width: 769px) {
	header div.header_inner nav.g_nav ul li:nth-child(6).accordion::before {
		width: 100%;
		content: '';
	}

	div.main {
		width: 100%;
		height: 445px;
		overflow: hidden;
	}

	/* div.main ul li:first-child{
		background: url(../images/recruit/main01_pc.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	} */

	div.main ul li:first-child {
		background: url(../images/recruit/main02_pc.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}

	div.main ul li:nth-child(2) {
		background: url(../images/recruit/main03_pc.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}

	/* インタビュー三枚目の設定時有効化 */
	div.main ul li:nth-child(3){
		background: url(../images/recruit/main04_pc.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	div.main ul li:last-child{
		background: url(../images/recruit/main05_pc.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	div.main ul {
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/* インタビュー三枚目の設定時は33.3333% */
	div.main ul li {
		width: 25%;
	}

	section h2 {
		font-size: 32px;
		font-size: 3.2rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 40px;
	}

	section h2 span {
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#for_top {
		width: 92.5%;
		max-width: 1000px;
		margin: 0 auto 120px;
		text-align: center;
	}

	section#for_top div.icon {
		width: 58px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#for_top div.intro {
		width: 100%;
		position: relative;
		margin-bottom: 48px;
	}

	section#for_top div.photo {
		width: 100%;
		line-height: 0;
	}

	section#for_top div.text {
		width: 63.4%;
		max-width: 634px;
		height: 100%;
		line-height: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: linear-gradient(90deg, rgba(215, 0, 15, 0), rgba(215, 0, 15, .99), rgba(215, 0, 15, .98), rgba(215, 0, 15, .95), rgba(215, 0, 15, 1.0));
		padding-left: 50px;
	}

	section#for_top div.text div.text_inner {
		display: inline-block;
		line-height: 1.4;
		color: #FFF;
		text-align: left;
	}

	section#for_top div.text div.text_inner h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 20px;
		font-weight: 400;
	}

	section#for_top div.text div.text_inner div.box {
		line-height: 1.4;
	}

	section#for_top div.text div.text_inner div.box h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 12px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: -0.02em;
	}

	section#for_top div.text div.text_inner div.box h4 span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	section#for_top div.text div.text_inner div.box h4 span.icon {
		width: 26px;
		display: inline-block;
		margin-right: 5px;
	}

	section#for_top div.text div.text_inner div.box p {
		margin-left: 30px;
		text-indent: -1em;
		padding-left: 1em;
	}

	section#for_top ul.block {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
		text-align: left;
	}

	section#for_top ul.block.rev {
		flex-direction: row-reverse;
	}

	section#for_top ul.block li.text {
		width: 51.5%;
		max-width: 515px;
	}

	section#for_top ul.block li.text h3,
	section#for_top ul.block02 li.text h3 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	section#for_top ul.block li.photo {
		width: 47.2%;
		max-width: 472px;
		line-height: 0;
	}

	section#for_top ul.block02 {
		width: 100%;
		margin: 60px 0 90px;
		text-align: left;
	}

	section#for_top ul.block02 li.photo {
		width: 698px;
		margin: 0 auto 50px;
		line-height: 0;
	}

	section#for_top ul.advice {
		width: 100%;
		background: #f7f7f8;
		padding: 18px 54px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: left;
	}

	section#for_top ul.advice li.photo {
		width: 134px;
		height: 134px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		overflow: hidden;
		line-height: 0;
	}

	section#for_top ul.advice li.text {
		width: -webkit-calc(100% - 166px);
		width: -moz-calc(100% - 166px);
		width: calc(100% - 166px);
	}

	section#for_top ul.advice li.text h3 {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		color: #d7000f;
		margin-bottom: 12px;
		margin-top: 5px;
	}

	section#interview {
		width: 100%;
		padding: 60px 0 120px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		position: relative;
		color: #4d4d4d;
		text-align: center;
	}

	section#interview ul {
		width: 92.5%;
		max-width: 1150px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: left;
	}

	section#interview ul li {
		width: 280px;
		height: 417px;
		margin: 0 3px;
		background: #FFF;
		-moz-box-shadow: 1px 1px 2px #999;
		-webkit-box-shadow: 1px 1px 2px #999;
		box-shadow: 1px 1px 2px #999;
		padding: 12px;
		margin-bottom: 10px;
		position: relative;
	}

	section#interview ul li a.over {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
	}

	section#interview ul li a.over:hover {
		background: rgba(0, 0, 0, .0);
	}

	section#interview ul li a.over.active {
		background: rgba(0, 0, 0, .0);
	}

	section#interview ul li div.photo {
		line-height: 0;
		margin-bottom: 18px;
	}

	section#interview ul li div.text {
		line-height: 1.4;
	}

	section#interview ul li div.text h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 12px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: -0.02em;
	}

	section#interview ul li div.text h4 span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	section#interview ul li div.text h4 span.icon {
		width: 26px;
		display: inline-block;
		margin-right: 5px;
	}

	section#interview ul li div.text p {
		margin-left: 30px;
		text-indent: -1em;
		padding-left: 1em;
	}

	section#interview ul li div.text div.more {
		position: absolute;
		bottom: 15px;
		right: 12px;
	}
	.before_blank{
		padding-left: 3em;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px) {

	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 25px;
	}

	div.main div.inner {
		width: 100%;
	}

	section h2 {
		width: 92.5%;
		margin: 0 auto 30px;
		font-size: 24px;
		font-size: 2.4rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
	}

	section h2 span {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#for_top {
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
	}

	section#for_top div.icon {
		width: 46px;
		margin: 0 auto 20px;
		line-height: 0;
	}

	section#for_top div.intro {
		width: 100%;
		position: relative;
		margin-bottom: 45px;
	}

	section#for_top div.photo {
		width: 100%;
		line-height: 0;
		margin-bottom: 20px;
	}

	section#for_top div.text {
		width: 92.5%;
		margin: 0 auto;
		height: 100%;
		line-height: 0;
	}

	section#for_top div.text div.text_inner {
		line-height: 1.4;
		text-align: left;
	}

	section#for_top div.text div.text_inner h3 {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		margin-bottom: 20px;
		font-weight: 400;
	}

	section#for_top div.text div.text_inner div.box {
		line-height: 1.4;
	}

	section#for_top div.text div.text_inner div.box h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: -0.02em;
	}

	section#for_top div.text div.text_inner div.box h4 span {
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: -0.05em;
	}

	section#for_top div.text div.text_inner div.box h4 span.icon {
		width: 20px;
		display: inline-block;
		margin-right: 5px;
	}

	section#for_top div.text div.text_inner div.box p {
		font-size: 12px;
		font-size: 1.2rem;
		text-indent: -1em;
		padding-left: 1em;
	}

	section#for_top ul.block {
		width: 92.5%;
		margin: 0 auto 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
		text-align: left;
	}

	section#for_top ul.block li.text {
		width: 505px;
	}

	section#for_top ul.block li.text h3,
	section#for_top ul.block02 li.text h3 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	section#for_top ul.block li.photo {
		width: 90%;
		margin: 0 auto;
		line-height: 0;
	}

	section#for_top ul.block li.text {
		margin: 0 0 28px;
	}

	section#for_top ul.block.rev li.text {
		margin: 28px 0 0;
	}

	section#for_top ul.block02 {
		width: 92.5%;
		margin: 25px auto 35px;
		text-align: left;
	}

	section#for_top ul.block02 li.photo {
		width: 90%;
		margin: 0 auto 35px;
		line-height: 0;
	}

	section#for_top ul.advice {
		width: 92.5%;
		margin: 0 auto;
		background: #f7f7f8;
		padding: 30px 15px;
		text-align: left;
	}

	section#for_top ul.advice li.photo {
		width: 43%;
		max-width: 220px;
		margin: 0 auto 20px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		overflow: hidden;
		line-height: 0;
	}

	section#for_top ul.advice li.text {
		width: 100%;
	}

	section#for_top ul.advice li.text h3 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		color: #d7000f;
		margin-bottom: 12px;
	}

	section#interview {
		width: 100%;
		padding: 50px 0 50px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		position: relative;
		color: #4d4d4d;
		text-align: center;
	}

	section#interview ul {
		width: 100%;
		margin: 0;
		text-align: left;
	}

	section#interview ul li {
		width: 100%;
		max-width: 375px;
		margin: 0 auto 20px;
		background: #FFF;
		-moz-box-shadow: 1px 1px 2px #999;
		-webkit-box-shadow: 1px 1px 2px #999;
		box-shadow: 1px 1px 2px #999;
		padding: 10px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		height: 145px;
	}

	section#interview ul li a.over {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
	}

	section#interview ul li a.over.active {
		background: rgba(0, 0, 0, .0);
	}

	section#interview ul li div.photo {
		width: 112px;
		line-height: 0;
		margin-right: 19px;
	}

	section#interview ul li div.text {
		width: -webkit-calc(100% - 131px);
		width: -moz-calc(100% - 131px);
		width: calc(100% - 131px);
		line-height: 1.4;
	}

	section#interview ul li div.text h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: -0.02em;
	}

	section#interview ul li div.text h4 span {
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: -0.05em;
	}

	section#interview ul li div.text h4 span.icon {
		width: 20px;
		display: inline-block;
		margin-right: 5px;
	}

	section#interview ul li div.text p {
		font-size: 11px;
		font-size: 1.1rem;
		text-indent: -1em;
		padding-left: 1em;
	}

	section#interview ul li div.text div.more {
		position: absolute;
		bottom: 10px;
		right: 12px;
	}
	.before_blank{
		padding-left: 3em;
	}
}

@media screen and (max-width: 320px) {
	section#interview ul li div.text h4 {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		margin-bottom: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: -0.02em;
	}
}
