@charset "utf-8";
/*------------------------------------------------------------
header
------------------------------------------------------------*/
#gHeader {
	background: #FFF;
}

#gHeader .gHeaderInner {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#gHeader .logo {
	width: 200px;
}

#gHeader .logo img {
	width: 100%;
}

#gHeader .area_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#gHeader .btn a {
	padding: 8px 15px;
	font-size: 1.2rem;
	color: #FFF;
	background: #364085;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#gHeader .btn_ltblue a {
	background: #2C51A3;
	margin-right: 1rem;
}

#gHeader .btn a:hover {
	background: #656eab;
}



/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
	background: #DDD;
	font-size: 1.1rem;
}

footer .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.8em 25px 1.4em;
}

footer .footerNav {
	float: left;
}

footer .footerNav li {
	display: inline-block;
	vertical-align: middle;
}

footer .footerNav li::after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 1px;
	height: 1em;
	margin: 0 1em;
	background: #555;
}

footer .footerNav li:last-child::after {
	display: none;
}

footer p {
	float: right;
}



/*------------------------------------------------------------
common
------------------------------------------------------------*/
#wrapper {
	width: 100%;
}

.pc {}

.sp {
	display: none;
}

section .title {
	text-align: center;
}

section .title h2 {
	font-weight: normal;
	font-size: 2.0rem;
	letter-spacing: 0.16em;
	margin-bottom: 2em;
}

section .title h2 span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .06em;
	padding-bottom: 10px;
}


/* =========== interview =========== */
.interview {
	margin: 80px auto 110px;
}
.interview_page + .interview{
	margin-top: 40rem;
}
.interview_page.interview05 + .interview{
	margin-top: 45rem;
}
.interview_page.interview04 + .interview, 
.interview_page.interview06 + .interview{
	margin-top: 35rem;
}
.interview_page.interview09 + .interview{
	margin-top: 30rem;
}

.interview .title h2 span {
	color: #73b3d7;
}

.interview .item {
	display: inline-block;
	position: relative;
	width: 48%;
	padding-top: 24.4%;
	vertical-align: bottom;
	margin-right: 3%;
    margin-bottom: 3%;
    height: 12rem;
}

.interview .item h4,
.interview .item p {
	position: absolute;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-left: 2rem;
	padding-right: 2rem;
}

.interview .item h4 {
	top: 26%;
	font-size: 1.8rem;
	letter-spacing: .06em;
	line-height: 1.6;
}

.interview .item p {
	top: 72%;
	font-size: 1.1rem;
}

.interview .item.item01,
.interview .item.item04,
.interview .item.item01 a,
.interview .item.item04 a {
	color: #000;
}

.interview .item.item02,
.interview .item.item03, 
.interview .item.item05,
.interview .item.item07,
.interview .item.item09,
.interview .item.item02 a ,
.interview .item.item03 a, 
.interview .item.item05 a, 
.interview .item.item07 a ,
.interview .item.item09 a{
	color: #FFF;
}

.interview .item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.interview .item.item01 {
	background: url("../img/common/bnr_interview01.jpg") no-repeat center;
	background-size: cover;
	margin-right: 3%;
}

.interview .item.item02 {
	background: url("../img/common/bnr_interview02.jpg") no-repeat center;
	background-size: cover;
}

.interview .item.item03 {
	background: url("../img/common/bnr_interview03.jpg") no-repeat center;
	background-size: cover;
	margin-right: 3%;
}

.interview .item.item04 {
	background: url("../img/common/bnr_interview04.jpg") no-repeat center;
	background-size: cover;
}

.interview .item.item05 {
	background: url("../img/common/bnr_interview05.png") no-repeat center;
	background-size: cover;
}

.interview .item.item06 {
	background: url("../img/common/bnr_interview06.png") no-repeat center;
	background-size: cover;
}

.interview .item.item07 {
	background: url("../img/common/bnr_interview07.png") no-repeat center;
	background-size: cover;
}

.interview .item.item08 {
	background: url("../img/common/bnr_interview08.png") no-repeat center;
	background-size: cover;
}

.interview .item.item09 {
	background: url("../img/common/bnr_interview09.png") no-repeat center;
	background-size: cover;
}
.interview {
	overflow: hidden;
	padding-bottom: 3rem;
}
.interview .flexslider_intv .slick-slider {
	max-width: 500px;
	margin: 0 auto;
}
.interview .flexslider_intv .slick-list{
	overflow: visible;
}



.flexintv-prev,
.flexintv-next,
.flex-prev,
.flex-next{
    position: absolute;
    right: 2.5rem;
    border: solid 0.1rem #707070;
    color: #707070;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    cursor: pointer;
}
.flexintv-prev,
.flex-prev {
    left: 140px;
	bottom: -6rem;
	background: url("../img/common/arrow_sm_l.png") no-repeat center;
}
.flexintv-next,
.flex-next {
    right: 142px;
	bottom: -6rem;
	background: url("../img/common/arrow_sm_r.png") no-repeat center;
}
.area_num {
	position: relative;
	width: 400px;
	margin: 0 auto;
	margin-top: 4rem;
}
.current_num {
    color: #94B4C0;
    position: absolute;
    left: 34%;
    font-size: 3.2rem;
    bottom: -2.5rem;
}
.bar_num {
    position: absolute;
    background-color: #707070;
    width: 3rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.7rem;
}
.total_num {
    color: #94B4C0;
    position: absolute;
    right: 35%;
    font-size: 2rem;
    bottom: -1.9rem;
}
  

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

	.interview .item:hover h4,
	.interview .item:hover p {
		left: 8%;
	}

	.interview .item:hover {
	  opacity: 1.0;
	  -webkit-animation: flash 1.0s;
	  animation: flash 1.0s;
	}
	.interview .item a:hover {
		color: inherit;	
	}
	@-webkit-keyframes flash {
	  0% {
	    opacity: .85;
	  }
	  100% {
	    opacity: 1;
	  }
	}
	@keyframes flash {
	  0% {
	    opacity: .85;
	  }
	  100% {
	    opacity: 1;
	  }
	}
}


/* =========== slider =========== */

.slider .title h2 span {
	color: #dad092;
}

.slider {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}

.slider::after {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #edead9;
}


.slider .flexslider .slick-slider {
	max-width: 760px;
	margin: 0 auto;
}

.slider .flexslider .slick-list{
	overflow: visible;
}

.slider .flexslider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	
}

.slider .flexslider img {
	width: 95%;
}

.slider .flexslider .flex-caption {
	font-size: 1.2rem;
	padding: .9em 0 2.4em;
	text-align: center;
}


.flexslider_intv .slick-slide {
	padding-right: 2.4rem;
}

.flex-prev {
	left: 265px;
}

.flex-next {
	right: 270px;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.slider .flexslider .slick-slider {
		max-width: 500px;
	}
	.slider .flexslider .flex-prev {
		left: 140px;
	}
	.slider .flexslider .flex-next {
		right: 142px;
	}

}

.slider .slick-dots li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
}

.slider .slick-dots button {
	display: block;
	width: 12px;
	height: 3px;
	text-indent: -9999px;
	background: #aaa;
	background: rgba(0, 0, 0, 0.3);
	border: none;
	cursor: pointer;
}

.slider .slick-dots li.slick-active button{
	background: #333;
	background: rgba(0, 0, 0, 0.85);
}


/* =========== require =========== */

.require .title h2 span {
	color: #73b3d7;
}

.require {
	max-width: 790px;
	margin: 0 auto 80px;
	padding: 0 25px;
}

.require table {
	width: 100%;
	font-size: 1.2rem;
	border-collapse: collapse;
  border-spacing: 0;
	margin-bottom: 30px;
	line-height: 1.6;
}

.require table th {
	width: 10em;
	padding: 1.2em .2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CCC;
}

.require table td {
	padding: 1.2em 0;
	border-top: 1px solid #CCC;
}

.require table tr:last-child th,
.require table tr:last-child td {
	border-bottom: 1px solid #CCC;
}

.require table td span {
	display: block;
	padding-top: .8em;
}

.require table td a {
	text-decoration: underline;
}

.require table td a:hover {
	text-decoration: none;
}

.require address {
	background: #d0eeff;
	padding: 1.5em 2.0em;
	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
	font-style: normal;
	margin-top: -30px;
	text-align: center;
	line-height: 1.8;
}

.require address .address {
	font-size: 1.3rem;
	margin-bottom: 1em;
}

.require address .remarks {
	font-size: 1.1rem;
}

.require address .remarks a {
	text-decoration: underline;
}

.require address .remarks a:hover {
	text-decoration: none;
	color: #ff6c6c;
}


/*------------------------------------------------------------
index
------------------------------------------------------------*/
#kv {
  position: relative;
  width: 100%;
}

#kv .kvImg {
	width: 100%;
}

#kv .kvImgWrap {
	position: relative;
}

#kv .kvImgWrap .title {
	position: absolute;
	top: 47%;
	width: 100%;
}
#kv .kvImgWrap .title p {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: .18em;
	text-align: center;
	color: #364085;
}

#kv .kvImgWrap .leaf .left  {
	position: absolute;
	bottom: 20%;
	left: 0;
}

#kv .kvImgWrap .leaf .right  {
	position: absolute;
	bottom: 0;
	right: 0;
}

#kv .movie {
	width: 180px;
	display: block;
	position: absolute;
	top: 80%;
	right: 3%;
	background: url("../img/index/bnr_movie_over.png") no-repeat center;
	background-size: 180px auto;
}

#kv .movie img {
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#kv .movie p {
	display: inline-block;
	text-align: center;
	padding: .3em .9em .2em;
	font-size: 1.1rem;
	letter-spacing: .14em;
	color: #FFF;
	background: #ff4f43;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;

	position: absolute;
	top: 85%;
	left: 3em;
}

#kv .movie p span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	padding-left: 3px;
}

#kv .movie p span img {
	width: 100%;
}

#kv .movie a:hover img {
	opacity: 0;
}
#kv .movie a:hover p img {
	opacity: 1;
}

#contents {
	background: #F0F0F0;
}



/* =========== message =========== */
#contents .message {
	text-align: center;
	padding: 5.5em 0 7em;
}

#contents .message h1 {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.9;
	letter-spacing: .12em;
	margin-bottom: 1.2em;
}

#contents .message p {
	letter-spacing: .1em;
	line-height: 2.1;
	margin-bottom: .8em;
}


/* =========== merit =========== */
#contents .merit {
	padding: 0 25px 20px;
}

#contents .merit .mTitle span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0.4em;
	background: #ff8a82;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#contents .merit .mTitle span:nth-child(2) { background: #37c7ae;}
#contents .merit .mTitle span:nth-child(3) { background: #ffa25c;}
#contents .merit .mTitle span:nth-child(4) { background: #c189f8;}

#contents .merit .mTitle figure {
	margin-bottom: 2em;
	text-align: center;
}

#contents .merit .mTitle h2 {
	margin-bottom: 2.5em;
	font-size: 1.6rem;
	text-align: center;
}

#contents .merit .item {
	max-width: 960px;
	margin: 0 auto 3em;
	background: #FFF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

#contents .merit .item .inner {
	width: 50%;
	padding: 4.5% 5%;
	line-height: 1.8;
	font-size: 1.3rem;
}

#contents .merit .item.job .inner,
#contents .merit .item.company .inner {
	width: 40%;
}

#contents .merit .item .img {
	height: 100%;
	min-height:100%;
	position: absolute;
	top: 0;
}

#contents .merit .item.rItem .inner { float: right;}
#contents .merit .item.lItem .inner { float: left;}

#contents .merit .item h3 {
	text-align: center;
	font-weight: normal;
	font-size: 2.6rem;
	margin-bottom: 20px;
	line-height: 1.6;
	letter-spacing: .18em;
}

#contents .merit .item .line {
	width: 100%;
	margin-bottom: 35px;
}

#contents .merit .item .line span {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 2px;
}


/* contents - merit --> 01-04 */
#contents .merit .item.welfare .img {
	width: 40%;
	background: url("../img/index/ph_merit01.jpg") no-repeat center;
	background-size: cover;
	left: 0;
}

#contents .merit .item.environment .img {
	width: 40%;
	background: url("../img/index/ph_merit02.jpg") no-repeat center;
	background-size: cover;
	left: 0;
}

#contents .merit .item.job .img {
	width: 50%;
	background: url("../img/index/ph_merit03.jpg") no-repeat center;
	background-size: cover;
	right: 0;
}

#contents .merit .item.company .img {
	width: 50%;
	background: url("../img/index/ph_merit04.jpg") no-repeat center;
	background-size: cover;
	right: 0;
}

#contents .merit .item.welfare h3 { color: #ffa25c;}
#contents .merit .item.welfare .line span { background: #ffa25c;}
#contents .merit .item.environment h3 { color: #ff8a82;}
#contents .merit .item.environment .line span { background: #ff8a82;}
#contents .merit .item.job h3 { color: #37c7ae;}
#contents .merit .item.job .line span { background: #37c7ae;}
#contents .merit .item.company h3 { color: #c189f8;}
#contents .merit .item.company .line span { background: #c189f8;}



/* contents - merit --> 福利厚生 */
#contents .merit .item.welfare dt {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-bottom: 8px;
	padding: 0 0 .06em;
	font-weight: bold;
	line-height: 1.4;
}

#contents .merit .item.welfare dt::after {
	position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: .8em;
  background-color: #feffaa;
}

#contents .merit .item.welfare dd {
	display: block;
	margin-bottom: 1.6em;
}

#contents .merit .item.welfare dl:last-child dd {
	margin-bottom: 0;
}

#contents .merit .item.welfare .dining {
	width: 100%;
}

#contents .merit .item.welfare .dining p {
	width: 62%;
	float: left;
}

#contents .merit .item.welfare .dining img {
	width: 35%;
	float: right;
}


/* contents - merit --> 環境 */
#contents .merit .item.environment p {
	margin-bottom: 1.3em;
}

#contents .merit .item.environment dl {
	margin-bottom: .6em;
}

#contents .merit .item.environment dt {
	display: inline-block;
	width: 5em;
	font-weight: bold;
}

#contents .merit .item.environment dd {
	display: inline-block;
	background: #ffd8d5;
	padding: 0 .4em;
	line-height: 1.9;
	height: 1.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2rem;
	margin-bottom: .2em;
}


/* contents - merit --> 企業 */
#contents .merit .item.job span {
	font-size: 1.1rem;
}



@media screen and (max-width: 767px) {
	/*--------------------------------
	header
	----------------------------------*/
	#gHeader .gHeaderInner {
		padding: 10px 20px;
	}

	#gHeader .logo {
		width: 180px;
	}

	#gHeader .btn {
		margin-top: 4px;
	}

	#gHeader .btn a {
		padding: 3px 10px;
		font-size: 1.2rem;
		letter-spacing: 0;
		margin-right: 0;
	}
	#gHeader .btn a::after {
		content: '＞';
	}


	/*------------------------------------------------------------
	footer
	------------------------------------------------------------*/
	footer {
		font-size: 1.0rem;
	}

	footer .inner {
		padding: 1.8em 20px 1.4em;
		text-align: center;
	}

	footer .footerNav {
		float: none;
		margin-bottom: 1em;
	}

	footer p {
		float: none;
	}


	/*------------------------------------------------------------
	common
	------------------------------------------------------------*/
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	section .title h2 {
		font-size: 1.7rem;
		letter-spacing: 0.16em;
		margin-bottom: 1.4em;
	}

	section .title h2 span {
		font-size: 1.1rem;
		letter-spacing: .06em;
		padding-bottom: 10px;
	}


	/* =========== interview =========== */
	.interview, 
	.interview_page + .interview, 
	.interview_page.interview09 + .interview,
	.interview_page.interview06 + .interview, 
	.interview_page.interview05 + .interview, 
	.interview_page.interview04 + .interview {
		margin: 50px auto;
		margin-bottom: 80px;
		padding: 0 10px
	}

	.interview {
		padding-bottom: 3rem !important;
	}

	.interview .item {
		height: 20rem;
	}

	.interview .item.item01 {
		background: url(../img/common/bnr_interview01_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item02 {
		background: url(../img/common/bnr_interview02_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item03 {
		background: url(../img/common/bnr_interview03_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item04 {
		background: url(../img/common/bnr_interview04_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item05 {
		background: url(../img/common/bnr_interview05_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item06 {
		background: url(../img/common/bnr_interview06_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item07 {
		background: url(../img/common/bnr_interview07_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item08 {
		background: url(../img/common/bnr_interview08_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}
	.interview .item.item09 {
		background: url(../img/common/bnr_interview09_sp.png) no-repeat center;
		background-size: cover;
		background-position: top;
	}

	.interview .item .box {
		position: absolute;
		background-color: #FFFFFF;
		opacity: 0.8;
		width: 100%;
		height: 35%;
		bottom: 0;
	}
	
	.interview .item h4,
	.interview .item p {
		position: relative;
		color: #000000;
	}

	.interview .item h4 {
		font-size: 1.3rem;
		line-height: 1.4;
		top: 10%;
	}

	.interview .item p {
		font-size: 1.0rem;
		top: 1.3rem;
		font-weight: bold;
	}

	.interview .item.item01 {
		margin-right: 0;
	}

	.interview .item.item03 {
		margin-right: 0;
	}

	.flexintv-prev {
		left: 22%;
		bottom: -5rem;
	}

	.flexintv-next {
		right: 25%;
		bottom: -5rem;
	}

	.area_num {
		width: 300px;
		margin-top: 3rem;
	}

	.current_num {
		left: 33%;
		font-size: 3rem;
	}

	.bar_num {
		width: 2rem;
	}
	
	.total_num {
		right: 36%;
		font-size: 1.8rem;
	}

	/* =========== slider =========== */
	.slider {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.slider .sliderwrap {
		padding: 0 0 10px;
	}

	.slider .flexslider .slick-slider {
		max-width: 300px;
	}

	.flex-prev {
		left: 15%;
		bottom: -5rem;
	}

	.flex-next {
		right: 18%;
		bottom: -5rem;
	}

	.slider .flexslider .flex-caption {
		padding: .9em 10px 2.4em;
	}

	.slider .slick-dots button {
		width: 12px;
		height: 3px;
	}


	/* =========== require =========== */

	.require {
		margin: 0 auto 50px;
		padding: 0;
	}

	.require table {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	.require table th {
		width: 5em;
		padding: 1.2em 10px;
		letter-spacing: .04em;
	}

	.require table td {
		padding: 1.2em 10px 1.2em 0;
	}

	.require address {
		background: #d0eeff;
		padding: 1.0em 1.2em;
		margin: 0px 10px 0px 10px;
	}

	.require address .address {
		font-size: 1.3rem;
		margin-bottom: 1em;
	}

	.require address .remarks {
		font-size: 1.1rem;
	}


	/*------------------------------------------------------------
	index
	------------------------------------------------------------*/
	#kv {
	  position: relative;
	  width: 100%;
	}

	#kv .kvImgWrap .title {
		top: 45%;
	}
	#kv .kvImgWrap .title p {
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .10em;
	}

	#kv .kvImgWrap .leaf {
		display: none;
	}




	#kv .movie {
		width: 120px;
		top: 58%;
		right: 3%;
		background: url("../img/index/bnr_movie_over.png") no-repeat center;
		background-size: 120px auto;
	}

	#kv .movie p {
		padding: .2em .8em;
		font-size: 1.0rem;
		letter-spacing: .06em;
		top: 85%;
		left: 1em;
	}

	#contents {
		background: #F0F0F0;
	}



	/* =========== message =========== */
	#contents .message {
		padding: 4.5em 20px 3em;
	}

	#contents .message h1 {
		font-size: 1.8rem;
		letter-spacing: .08em;
	}

	#contents .message p {
		letter-spacing: .04em;
		line-height: 2.0;
		margin-bottom: .8em;
		font-size: 1.3rem;
		text-align: left;
	}

	#contents .message p br {
		display: none;
	}


	/* =========== merit =========== */
	#contents .merit {
		padding: 0 10px 20px;
	}

	#contents .merit .mTitle span {
		margin: 0 0.3em;
	}

	#contents .merit .mTitle figure {
		margin-bottom: 1.4em;
	}

	#contents .merit .mTitle h2 {
		margin-bottom: 1.6em;
		font-size: 1.3rem;
	}

	#contents .merit .item {
		margin: 0 auto 20px;
	}

	#contents .merit .item .inner {
		width: auto;
		padding: 25px 20px 20px 20px;
		line-height: 1.8;
		font-size: 1.3rem;
	}

	#contents .merit .item.job .inner,
	#contents .merit .item.company .inner {
		width: auto;
	}

	#contents .merit .item .img {
		height: auto;
		min-height: auto;
		padding-top: 68%;
		position: relative;
		top: 0;
		left: 0;
	}

	#contents .merit .item.rItem .inner { float: none;}
	#contents .merit .item.lItem .inner { float: none;}

	#contents .merit .item h3 {
		font-size: 1.9rem;
		margin-bottom: 15px;
		line-height: 1.6;
		letter-spacing: .1em;
	}

	#contents .merit .item .line {
		margin-bottom: 25px;
	}


	/* contents - merit --> 01-04 */
	#contents .merit .item.welfare .img {
		width: 100%;
	}

	#contents .merit .item.environment .img {
		width: 100%;
	}

	#contents .merit .item.job .img {
		width: 100%;
	}

	#contents .merit .item.company .img {
		width: 100%;
	}


	/* contents - merit --> 福利厚生 */
	#contents .merit .item.welfare dt {
		display: inline-block;
		position: relative;
		z-index: 0;
		margin-bottom: 8px;
		padding: 0 0 .06em;
		font-weight: bold;
		line-height: 1.4;
	}

	#contents .merit .item.welfare dt::after {
		position: absolute;
	  bottom: 0;
	  left: 0;
	  z-index: -1;
	  content: "";
	  width: 100%;
	  height: .8em;
	  background-color: #feffaa;
	}

	#contents .merit .item.welfare dd {
		display: block;
		margin-bottom: 1.6em;
	}

	#contents .merit .item.welfare .dining p {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}

	#contents .merit .item.welfare .dining img {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}


	/* contents - merit --> 環境 */
	#contents .merit .item.environment p {
		margin-bottom: 1.3em;
	}

	#contents .merit .item.environment dl {
		margin-bottom: 1.0em;
		font-size: 1.2rem;
	}

	#contents .merit .item.environment dt {
		display: block;
		width: auto;
	}

	#contents .merit .item.environment dd {
		margin-bottom: .4em;
	}


	/* contents - merit --> 企業 */
	#contents .merit .item.job span {
		font-size: 1.1rem;
	}
}


/*------------------------------------------------------------
interview
------------------------------------------------------------*/

/* =========== kv =========== */
#interviewKv {
	max-width: 960px;
	margin: 0 auto 80px;
	position: relative;
}

#interviewKv .interviewKvInner {
	padding: 35% 0 0;
}

#interviewKv h1 {
	display: inline-block;
	padding: .25em 1.0em .2em;
	font-size: 1.2rem;
	background: #73b3d7;
	color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	vertical-align: middle;

	position: absolute;
	top: 15%;
	left: 8%;
}

#interviewKv h1 span {
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
	padding-left: .2em;
}

#interviewKv h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .08em;
	position: absolute;
	top: 30%;
	left: 8%;
}

#interviewKv p {
	line-height: 1.6;
	letter-spacing: .06em;
	position: absolute;
	top: 74%;
	left: 8%;
	color: #888;
}

#interviewKv.interview03 h2,
#interviewKv.interview03 p,
#interviewKv.interview07 h2,
#interviewKv.interview07 p, 
#interviewKv.interview09 h2,
#interviewKv.interview09 p {
	color: #FFF;
}
#interviewKv.interview02 p {
	color: #AAA;
}
#interviewKv.interview04 p,
#interviewKv.interview05 p,
#interviewKv.interview06 p, 
#interviewKv.interview08 p {
	color: #000;
}

#interviewKv.interview01 .interviewKvInner {
	background: url("../img/interview/ph_interview01.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview02 .interviewKvInner {
	background: url("../img/interview/ph_interview02.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview03 .interviewKvInner {
	background: url("../img/interview/ph_interview03.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview04 .interviewKvInner {
	background: url("../img/interview/ph_interview04.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview05 .interviewKvInner {
	background: url("../img/interview/ph_interview05.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview06 .interviewKvInner {
	background: url("../img/interview/ph_interview06.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview07 .interviewKvInner {
	background: url("../img/interview/ph_interview07.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview08 .interviewKvInner {
	background: url("../img/interview/ph_interview08.jpg") no-repeat center;
	background-size: cover;
}

#interviewKv.interview09 .interviewKvInner {
	background: url("../img/interview/ph_interview09.jpg") no-repeat center;
	background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	#interviewKv h1 {
		font-size: 1.6vw;
	}

	#interviewKv h1 span {
		font-size: 2.0vw;
	}

	#interviewKv h2 {
		font-size: 3.2vw;
	}

	#interviewKv p {
		font-size: 1.6vw;
	}


}



/* =========== article =========== */
#article {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px;
}

#article section {
	max-width: 680px;
	margin: 0 auto 80px;
}

#article section h3 {
	text-align: center;
	font-size: 1.6rem;
	color: #73b3d7;
	margin-bottom: 0.8em;
	letter-spacing: .08em;
}

#article section p {
	font-size: 1.3rem;
	line-height: 2.0;
}

#article section .line {
	font-size: 1.6rem;
	margin-bottom: 1.2em;
	text-align: center;
	line-height: 0;
}

#article section .line span {
	display: inline-block;
	width: 6px;
	height: 2px;
	background: #ffa3ab;
	margin: 0 2px;
}

#article section figure {
	float: right;
	margin-left: 2.0em;
}

#article section figcaption {
	font-size: 1.1rem;
	text-align: center;
	padding: 0.6em 0 1em;
}

#article section .timeline {
	padding-bottom: 30px;
}

#article section .timeline li {
	float: left;
	text-align: center;
	position: relative;
	width: 12.5%;
}

#article section .timeline.col9 li {
	width: 11%;
}

#article section .timeline li::after,
#article section .timeline li::before {
	content: "";
	display: block;
	width: 20%;
	height: 2px;
	background: #DDD;
	position: absolute;
	top: 17px;
}

#article section .timeline.col9 li::after,
#article section .timeline.col9 li::before {
	width: 15%;
}

#article section .timeline li:last-child::after,
#article section .timeline li:first-child::before {
	display: none;
}

#article section .timeline li::after {
	right: 0;
}

#article section .timeline li::before {
	left: 0;
}


#article section .timeline li .time {
	margin: 0.4em auto 0.6em;
}

#article section .timeline li .time p {
	font-weight: bold;
	color: #73b3d7;
}

#article section .timeline li .balloon {
	display: inline-block;
	position: relative;
	background: #fdfcce;
	margin: 0 auto;
	padding: 15px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#article section .timeline li .balloon::after {
	border: 8px solid transparent;
	border-bottom-color: #fdfcce;
	border-top-width: 0;
	top: -8px;
	content: "";
	display: block;
	left: 0.6em;
	position: absolute;
	width: 0;
}

#article section .timeline li .balloon.att {
	background: #fcf897;
}

#article section .timeline li .balloon.att::after {
	border-bottom-color: #fcf897;
}

#article section .timeline li .balloon p {
	letter-spacing: .08em;
}


/* =========== interview - btn =========== */
.interview .btn {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 1.2em 0;
	width: 22em;
	font-size: 1.2rem;
	letter-spacing: .15em;
	color: #FFF;
	background: #ff6666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.interview .btn::before {
	content: "";
	display: block;
	width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 6px solid #FFF;
  border-bottom: 4px solid transparent;
	position: absolute;
	top: 1.6em;
	left: 1.2em;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.interview .btn:hover {
	background: #fb4242;
}

.interview .btn:hover::before {
	left: 0.8em;
}



@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
	interview
	------------------------------------------------------------*/

	/* =========== kv =========== */
	#interviewKv {
		margin: 0 auto 50px;
	}

	#interviewKv .interviewKvInner {
		padding: 56% 0 0;
	}

	#interviewKv h1 {
		font-size: 1.0rem;
		top: 15%;
		left: 20px;
	}

	#interviewKv h1 span {
		font-size: 1.0rem;
		vertical-align: initial;
	}

	#interviewKv h2 {
		font-size: 4.8vw;
		top: 30%;
		left: 20px;
	}

	#interviewKv p {
		font-size: 1.1rem;
		top: 74%;
		left: 20px;
	}


	/* =========== article =========== */
	#article {
		padding: 0 20px;
	}

	#article section {
		margin: 0 auto 50px;
	}

	#article section .line {
		font-size: 1.6rem;
		margin-bottom: 1.2em;
		text-align: center;
		line-height: 0;
	}

	#article section figure {
		float: right;
		margin-left: 1em;
		width: 150px;
	}

	#article section figure img {
		width: 100%;
	}

	#article section figcaption {
		font-size: 1.0rem;
		padding: 0.6em 0;
	}

	#article section .timeline ul {
		display: table;
		width: 100%;
	}

	#article section .timeline li {
		display: table-row;
		float: none;
		text-align: center;
		position: relative;
		width: 100%;
	}


	#article section .timeline li::after,
	#article section .timeline li::before {
		content: "";
		display: none;
		width: 20%;
		height: 2px;
		background: #DDD;
		position: absolute;
		top: 17px;
	}

	#article section .timeline li:last-child::after,
	#article section .timeline li:first-child::before {
		display: none;
	}

	#article section .timeline li::after {
		right: 0;
	}

	#article section .timeline li::before {
		left: 0;
	}

	#article section .timeline li .clock {
		display: table-cell;
		width: 20px;
		vertical-align: middle;
	}

	#article section .timeline li .clock img {
		width: 100%;
	}

	#article section .timeline li .time {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}

	#article section .timeline li .time p {
		padding: 0 12px 0 8px;
	}

	#article section .timeline li .balloon {
		display: table-cell;
		background: transparent;
		vertical-align: middle;
		margin: 0;
		padding: 5px 0 5px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	#article section .timeline li .balloon::after {
		border-bottom-color: transparent;
		border-right-color: #fdfcce;
		border-top-width: 8px;
		border-left-width: 0;
		top: 1.0em;
		left: -8px;
	}

	#article section .timeline li .balloon.att {
		background: transparent;
	}

	#article section .timeline li .balloon.att::after {
		border-bottom-color: transparent;
		border-right-color: #fcf897;
	}

	#article section .timeline li .balloon p {
		font-size: 1.2rem;
		background: #fdfcce;
		padding: 5px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#article section .timeline li .balloon.att p {
		background: #fcf897;
	}


	/* =========== interview - btn =========== */
	.interview .btn {
		width: 100%;
	}

}

.flex_row {
	display: flex;
	flex-wrap: wrap;
}