@charset "UTF-8";

/*  ----------------------------------------
recruit common
-------------------------------------------*/

.btn_list {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.btn_list li {
	width: 50%;
	max-width: 300px;
	margin: 0 10px 0 0;
}

.btn_list li:last-of-type {
	margin: 0 0 0 10px;
}

.btn_list .arrow,
.btn_list .arrow::before {
	width: 30px;
}

.btn_recruit {
	border: 2px solid #FFFFFF;
	background: rgba(135, 192, 242, 0.4);
}

.tab_text {
	font-size: small;
	display: block;
	text-align: center;
	margin-top: .8rem;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.btn_list {
		margin-top: 80px;
	}


	.btn_list li {
		margin: 0 20px 0 0;
		max-width: 360px;
	}

	.btn_list li:last-of-type {
		margin: 0 0 0 20px;
	}

	.btn_list .arrow,
	.btn_list .arrow::before {
		width: 40px;
	}

	.btn_list .btn {
		width: auto;
		max-width: 360px;
	}

}

/*  ----------------------------------------
recruit common リンク
-------------------------------------------*/
.link_recruit {
	margin-top: 80px;
	padding: 40px 20px;
	background: url("../images/recruit/kv_recruit.jpg") top center / cover no-repeat;
}

.link_recruit .btn_list {
	margin-top: 0;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.link_recruit {
		margin-top: 160px;
		padding: 80px 3vw;
	}
}

/*  ----------------------------------------
recruit common contact
-------------------------------------------*/
.link_recruit+.contact {
	margin-top: 0;
}

.icon_map {
	height: 16px;
	margin: 0 4px 3px;
	vertical-align: middle;
}

/*  ----------------------------------------
recruit key visual
-------------------------------------------*/

.kv::before {
	background: url("../images/recruit/kv_recruit.jpg") center 20% / 768px no-repeat;
}

/* 採用情報トップ*/
.kv.recruit_top {
	height: 360px;
}

.kv.recruit_top::before {
	height: 360px;
}

.kv.recruit_top>div {
	width: 100%;
	padding: 20px 20px 0;
}

.kv.recruit_top p {
	margin-top: 14px;
	font-size: 2.4rem;
	line-height: 1.6;
}

.kv.recruit_top .btn_list {
	margin-top: 20px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.kv::before {
		background: url("../images/recruit/kv_recruit.jpg") center 20% / cover no-repeat;
	}

	/* 採用情報トップ*/
	.kv.recruit_top {
		height: 700px;
	}

	.kv.recruit_top::before {
		height: 700px;
	}

	.kv.recruit_top>div {
		padding: 40px 3vw 0;
	}

	.kv.recruit_top p {
		font-size: 3.5rem;
	}

	.kv.recruit_top .btn_list {
		margin-top: 10vw;
	}
}

/*  ----------------------------------------
recruit 採用情報　＞ 会社を知る ＞　働く環境
-------------------------------------------*/
.illust_list {
	display: flex;
	flex-wrap: wrap;
}

.illust_list li {
	width: 50%;
	background: #F8F9F5;
	border: 10px solid #EDEFE8;
}

.illust_list li:first-of-type,
.illust_list li:last-of-type {
	width: 100%;
}

.illust_list li img {
	display: block;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.illust_list li {
		width: 33.3%;
	}

	.illust_list li:first-of-type,
	.illust_list li:last-of-type {
		width: 66.6%;
	}
}

/*  ----------------------------------------
recruit 採用情報　＞ 会社を知る ＞ 社員Q＆A
-------------------------------------------*/
.question dt {
	position: relative;
	padding: 10px 10px 0 34px;
	color: #007B45;
	font-weight: 500;
	line-height: 1.6;
}

.question dt::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 10px;
	width: 18px;
	height: 18px;
	background: url("../images/recruit/icon_q.svg") no-repeat;
	vertical-align: bottom;
}

.interview li {
	background: #F8F9F5;
	border: 10px solid #EDEFE8;
}

.interview dd {
	padding: 20px;
}

.interview .person {
	position: relative;
	padding-left: 55px;
	color: #007B45;
	font-size: 2.0rem;
	line-height: 1.4;
	white-space: nowrap;
}

.interview .person::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url("../images/recruit/icon_person.svg") no-repeat center / 40%;
	background-color: #007B45;
	border-radius: 50%;
}

.interview li:nth-of-type(2) .person::before {
	background-color: #0EA563;
}

.interview li:nth-of-type(3) .person::before {
	background-color: #6FC400;
}

.interview .person span {
	font-size: 1.6rem;
}

.interview .note {
	margin: 10px 0 0;
	padding-bottom: 1px;
	background-image: linear-gradient(180deg, #CCCCCC 1px, transparent 1px);
	background-repeat: repeat-y;
	background-size: 100% 2.5em;
	font-size: 1.4rem;
	line-height: 2.5em;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.question dt {
		padding: 20px 20px 0 52px;
		font-size: 2.0rem;
	}

	.question dt::before {
		top: 20px;
		left: 20px;
		width: 28px;
		height: 28px;
	}

	.interview dd {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 40px;
	}

	.interview .person {
		width: 150px;
		margin-right: 20px;
		padding: 0;
		text-align: center;
	}

	.interview .person::before {
		content: "";
		position: static;
		display: block;
		width: 100px;
		height: 100px;
		margin: 0 auto 10px;
	}

	.interview .person span {
		display: block;
		font-size: 1.6rem;
	}

	.interview .note {
		margin: 0;
		font-size: 1.6rem;
		flex: 1;
	}
}

/*  ----------------------------------------
recruit 採用情報　＞ 会社を知る ＞　福利厚生
-------------------------------------------*/
.photos_trip img {
	max-width: 300px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	table.fukuri th {
		width: 26%;
	}

	table.fukuri td {
		width: 74%;
	}
}

/*  ----------------------------------------
recruit 新卒採用　＞キャリアパス
-------------------------------------------*/

.career_pass dl {
	position: relative;
	margin-top: 40px;
	padding: 20px;
	background: #F8F9F5;
}

.career_pass dl:first-of-type {
	margin-top: 20px;
}

.career_pass dl::before {
	content: "";
	position: absolute;
	top: -30px;
	left: calc(50% - 25px);
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #0EA563;
}

.career_pass dl:first-of-type::before {
	display: none;
}

.career_pass dt {
	font-family: 'Oswald';
	font-size: 2.4rem;
}

.career_pass dt span {
	font-size: 3.2rem;
}

.career_pass dd h3 {
	margin-top: 0;
	color: #007B45;
}

.career_pass dd p {
	margin-top: 10px;
}

.career_pass dl+p {
	margin-top: 20px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.career_pass dl {
		display: flex;
		align-items: center;
		padding: 40px;
	}

	.career_pass dt {
		margin-right: 30px;
		font-size: 4.8rem;
	}

	.career_pass dt span {
		font-size: 6.8rem;
	}
}

/*  ----------------------------------------
recruit 新卒採用　＞　選考方法
-------------------------------------------*/
/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.flow_newgraduates li {
		width: 25%;
	}
}

/*  ----------------------------------------
recruit 新卒採用　＞ 仕事を知る　＞　インターンシップ
-------------------------------------------*/
.about_internship {
	position: relative;
	background: #F8F9F5;
	margin: 40px 20px 0 0;
	padding: 240px 20px 20px;
}

.about_internship::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	width: 100%;
	height: 240px;
	background: url("../images/recruit/img_internship.jpg") no-repeat center center / cover;
}

.flow_internship_box {
	margin-left: 2rem;
	box-sizing: border-box;
}

.flow_internship_heading {
	font-size: 2rem;
	margin-top: 4rem;
	position: relative;
	padding-left: 2.8rem;
	display: flex;
	align-items: center;
}

.flow_internship_heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	background: url("../images/service/icon_check_green.svg") no-repeat center;
	background-size: contain;
}

.flow_internship>li {
	padding: 30px 0 40px 30px;
}

.flow_internship>li:last-of-type {
	padding: 30px 0 0 30px;
	border-left: 4px solid #ffffff;
}

.flow_internship>li::before {
	top: 0;
}

.flow_internship>li:last-of-type::after {
	display: none;
}

.flow_internship strong {
	position: absolute;
	top: -12px;
	left: 30px;
}

.theme {
	display: inline-block;
	margin: 10px 0 0;
	padding: 15px 25px 15px 15px;
	background: #F8F9F5;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.about_internship {
		min-height: 300px;
		margin: 60px 3vw 0 0;
		padding: 40px 48% 40px 3vw;
	}

	.about_internship::before {
		top: -40px;
		right: -3vw;
		width: 50%;
		max-width: 450px;
		height: 300px;
	}

	.flow_internship_box {
		margin-left: 3.6rem;
	}

	.flow_internship_heading {
		font-size: 2.4rem;
		margin-top: 6rem;
	}

	.flow_internship {
		display: block;
		margin: 40px 0 0 40px;
	}

	.flow_internship>li {
		width: 100%;
		padding: 0 0 40px 8em;
		border-top: none;
		border-left: 4px solid #0EA563;
		text-align: left;
	}

	.flow_internship>li:last-of-type {
		padding: 0 0 0 8em;
		border-left: 4px solid #ffffff;
	}

	.flow_internship>li::before {
		top: 0;
		left: -12px;
	}

	.flow_internship strong {
		top: -16px;
	}
}

/*  ----------------------------------------
recruit 新卒採用　＞ 仕事を知る　＞　企業説明会
-------------------------------------------*/
.topics_orientation {
	position: relative;
	background: #F8F9F5;
	margin: 40px 20px 0 0;
	padding: 240px 20px 20px;
}

.topics_orientation::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	width: 100%;
	height: 240px;
	background: url("../images/recruit/img_entrance.jpg") no-repeat center center / cover;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.topics_orientation {
		min-height: 300px;
		margin: 60px 3vw 0 0;
		padding: 40px 48% 40px 3vw;
	}

	.topics_orientation::before {
		top: -40px;
		right: -3vw;
		width: 50%;
		max-width: 450px;
		height: 300px;
	}
}

/*  ----------------------------------------
recruit 中途採用　＞　コピー
-------------------------------------------*/
.sub_copy {
	margin-top: 20px;
}

.sub_copy+h2 {
	margin-top: 40px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.sub_copy {
		margin-top: 40px;
	}

	.sub_copy+h2 {
		margin-top: 80px;
	}
}

/*  ----------------------------------------
recruit 中途採用　＞　選考方法
-------------------------------------------*/
/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.flow_career li {
		width: 33.3%;
	}
}

/*  ----------------------------------------
recruit インターンシップ　＞　概要
-------------------------------------------*/
.summary {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.summary img {
	width: 100%;
	max-width: 450px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.summary img {
		width: 50%;
		margin-right: 40px;
	}

	.summary h5:first-of-type {
		margin-top: 0;
	}
}

/*  ----------------------------------------
recruit インターンシップ　＞　体験談
-------------------------------------------*/
.experiences img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 20px auto 0;
}

.experiences dl:not(:first-of-type) dd {
	padding: 0 20px 20px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.experiences dd {
		justify-content: space-between;
	}

	.experiences img {
		margin: 0 0 0 40px;
	}

	.experiences dl:not(:first-of-type) dd {
		padding: 0 40px 40px;
	}

	.experiences dl:nth-of-type(even) dd {
		flex-direction: row-reverse;
	}

	.experiences dl:nth-of-type(even) dd img {
		margin: 0 40px 0 0;
	}
}

/**/
.internpconly {
	display: none;
}


/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.internpconly {
		display: inline-block;
	}
}

/*  ----------------------------------------
採用動画
-------------------------------------------*/
.mbtm8 {
	margin-bottom: 4.0rem;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.mbtm8 {
		margin-bottom: 8.0rem;
	}
}


h3#recruitment-video {
	padding-top: 80px;
	margin-top: -80px;
}

.youtube {
	border: 10px solid #EDEFE8;
	position: relative;
	padding-bottom: 56.25%;
	/* アスペクト比16:9の場合 */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
	/* YouTubeの下に余白をつける */
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  ----------------------------------------
recruit 企業説明会
-------------------------------------------*/

.mtop8 {
	margin-top: 4rem;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.mtop8 {
		margin-top: 8rem;
	}
}

/*  ----------------------------------------
recruit 採用情報　＞ 企業説明会 ＞　キービジュアル
-------------------------------------------*/

.orientation_kv {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 20px auto 0;
}

/******************Media Queries*****************/
@media screen and (min-width: 768px) {
	.orientation_kv {
		margin: 40px auto 0;
	}
}

/*  ----------------------------------------
recruit 企業説明会　＞ ウィンシステムのここが働きやすい！
-------------------------------------------*/

.advantage-container {
	margin: 4rem auto;
	display: flex;
	flex-direction: column;
}

.advantage-box {
	padding: 2rem;
	align-items: center;
	background: #F8F9F5;
	outline: 10px solid #EDEFE8;
	outline-offset: -10px;
}

.advantage-box img {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.advantage-heading {
	font-size: 2rem;
	font-weight: 500;
	color: #007B45;
	margin-top: 0;
}

.advantage-content {
	padding: 0 1.6rem;
}

.advantage-content p {
	margin: 0;
}

/******************Media Queries******************/
@media screen and (min-width:768px) and (max-width:959px) {
	.advantage-box img {
		width: 60%;
	}

	.advantage-content p {
		text-align: center;
	}
}

/******************Media Queries******************/
@media screen and (min-width: 960px) {
	.advantage-container {
		flex-wrap: wrap;
		flex-direction: unset;
		justify-content: center;
		margin: 8rem auto 6rem;
	}

	.advantage-box {
		flex: 0 0 50%;
		margin-top: 0;
		padding: 2.4rem 2rem;
	}
}

/*  ----------------------------------------
recruit 企業説明会　＞ 企業説明会について　＞　企業説明会概要
-------------------------------------------*/

.about_orientation_heading {
	padding: 2rem 0 0;
}

.about_orientation {
	max-width: 960px;
	margin: 6rem auto 0;
	padding: 0 2rem 4rem;
	background: #F8F9F5;
	border-radius: 2px;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.about_orientation_heading {
		margin-top: 0;
		padding: 0 0 1.2rem;
	}

	.about_orientation {
		padding: 6rem 6rem 8rem;
	}
}

.about_orientation_list {
	margin-left: 1em;
}

.about_orientation_list li {
	line-height: 1.8;
	list-style-type: disc;
}

.about_orientation_list li::marker {
	font-size: 1em;
}

/*  ----------------------------------------
recruit 企業説明会　＞ 企業説明会について　＞　当日のスケジュール
-------------------------------------------*/

.flow_orientation {
	background: #F8F9F5;
	margin: 4rem 0 1.6rem;
	padding: 4rem 2.4rem;
	border-radius: 2px;
}

.flow_orientation>li {
	padding: 0 0 40px 70px;
}

.flow_orientation>li:last-of-type {
	padding: 0 0 40px 70px;
}

.flow_orientation>li::before {
	top: 0;
}

.flow_orientation>li:last-of-type::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -6px;
	width: 30px;
	height: 4px;
	background: #0EA563;
	transform: rotate(-45deg);
}

.flow_orientation strong {
	position: absolute;
	top: -6px;
	left: 30px;
	font-size: 2.8rem;
	margin-bottom: 0;
}

.flow_orientation_heading {
	color: #007B45;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.flow_orientation_img {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 2rem 0;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {

	.flow_orientation {
		display: block;
		margin: 6rem auto 0;
		padding: 8rem 6rem;
		max-width: 960px;
	}

	.flow_orientation>li {
		width: 100%;
		padding: 0 0 6rem 8rem;
		border-top: none;
		border-left: 4px solid #0EA563;
		text-align: left;
		display: flex;
		justify-content: space-between;
	}

	.flow_orientation>li:last-of-type {
		padding: 0 0 40px 8rem;
	}

	.flow_orientation>li:last-of-type::after {
		content: "";
		position: absolute;
		top: auto;
		width: 30px;
		height: 4px;
		background: #0EA563;
		transform: rotate(-45deg);
	}

	.flow_orientation>li::before {
		top: 0;
		left: -12px;
	}

	.flow_orientation_content {
		width: 70%;
	}

	.flow_orientation_img {
		margin: 0 0 0 2.4rem;
		width: 240px;
	}

	.flow_orientation_text {
		max-width: 960px;
		margin: 2rem auto 0;
		text-align: right;
	}
}

/*  ----------------------------------------
recruit 企業説明会　＞ 企業説明会について　＞　参加予約の流れ
-------------------------------------------*/

.flow_reserve {
	margin: 4rem auto 0;
}

.flow_reserve_box {
	position: relative;
	background: #F8F9F5;
	margin: 0 0 4.8rem;
	padding: 3.2rem 2.4rem;
	display: flex;
	align-items: stretch;
}

.flow_reserve_box::after {
	content: '';
	width: 4.8rem;
	height: 1.2rem;
	background-image: url(../images/recruit/arrow_bottom.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -3rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow_reserve_box:last-of-type::after {
	display: none;
}

.flow_reserve_img img {
	width: 80px;
	height: auto;
	display: block;
}

.flow_reserve_img::before {
	position: absolute;
	content: '01';
	font-size: 2rem;
	font-weight: 500;
	color: #007B45;
	font-family: 'Oswald';
}

.number02::before {
	content: '02';
}

.number03::before {
	content: '03';
}

.number04::before {
	content: '04';
}

.flow_reserve_content {
	padding-left: 2rem;
}

.flow_reserve_heading {
	color: #007B45;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
}

/******************Media Queries******************/
@media screen and (min-width: 768px) {
	.flow_reserve {
		margin: 8rem auto 0;
	}

	.flow_reserve_box {
		flex: 0 0 48%;
		margin-top: 0;
		padding: 3.2rem 4.8rem;
		align-items: center;
	}

	.flow_reserve_img img {
		width: 100px;
		height: auto;
	}

	.flow_reserve_img::before {
		font-size: 2.4rem;
	}

	.flow_reserve_content {
		padding-left: 3.2rem;
	}
}

/******************Media Queries*****************/
@media screen and (max-width: 375px) {
	.flow_reserve_box {
		display: block;
	}

	.flow_reserve_img img {
		margin: 0 auto 1.6rem;
	}

	.flow_reserve_img::before {
		left: 35%;
	}

	.flow_reserve_content {
		padding-left: 0;
	}
}

/*  ----------------------------------------
recruit 企業説明会　＞ 企業説明会について　＞　よくある質問
-------------------------------------------*/

.accordion-box {
	margin: 1.6rem 0;
}

.accordion-header {
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	transition: background .3s ease;
	padding: 2rem 2rem 2rem 4rem;
	background-color: #F8F9F5;
	font-weight: 500;
	border-radius: 2px;
}

.accordion-header p {
	flex: 1;
	margin-left: 2rem;
}

.accordion-header::before {
	content: "";
	display: inline-block;
	background: url(../images/recruit/icon_question.svg) no-repeat left center;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 1rem;
	position: absolute;
	top: 2rem;
	left: 2rem;
}

.accordion-header::after {
	content: "";
	display: inline-block;
	background: url(../images/recruit/arrow_bottom.svg) no-repeat right center;
	background-size: contain;
	width: 12px;
	height: 8px;
	margin: 0 0 0 .8rem;
	transition: transform 0.3s;
}

.accordion-header::after {
	transform: rotate(0deg);
	transition: transform 0.3s;
}

.accordion-header.active::after {
	transform: rotate(180deg);
}

.accordion-content-container {
	display: none;
}

.accordion-content {
	position: relative;
	display: flex;
	padding: 2rem;
	transition: transform 0.3s;
	padding: 2rem 4rem 2rem 4rem;
}

.accordion-content::before {
	content: "";
	display: inline-block;
	background: url(../images/recruit/icon_answer.svg) no-repeat left center;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 1rem;
	position: absolute;
	top: 2rem;
	left: 2rem;
}

.accordion-content p {
	flex: 1;
	margin-left: 2rem;
}

@media (min-width: 768px) {

	.accordion-header p,
	.accordion-content p {
		margin-left: 2.4rem;
	}

	.accordion-header::before,
	.accordion-content::before {
		width: 32px;
		height: 32px;
		top: 1.8rem;
		left: 1.8rem;
	}

	.accordion-header::after {
		width: 16px;
		height: 12px;
	}
}

/* 2回目以降のインターンsectionのフェードインをなくす*/
.internship-session--additional{
	opacity: 1;
	animation: none;
}


/* オープンカンパニー*/
section.work-information{
	opacity: 1;
	animation: none;
}

/*header固定余白調整*/
#opencompany:target {
    padding-top: 140px; /* headerの高さ + 必要な余白 */
    margin-top: -60px; /* padding-topで確保した分を打ち消して元の位置に要素を移動 */
    -webkit-clip-path: inset(60px 0 0 0); 
    clip-path: inset(60px 0 0 0);
}

/*外部リンク*/
.external-links{
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.external-links span{
	font-size: 1.2rem;
}