/*============================================
メインビジュアル
===========================================*/
#intern_wrap .in {
	max-width : 10.80rem;
	margin: auto;
	padding: 0.60rem 0 0.40rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#intern_wrap .in {
		padding: 0.30rem 0.20rem;
	}
}

#intern_wrap .sec_title {
	line-height: 1.75;
	font-size: 0.30rem;
	color: #223566;
	font-weight: 900;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#intern_wrap .sec_title {
		font-size: 0.24rem;
	}
}

#intern_wrap .sec_title span {
	color: #29ABE2;
	font-family: 'Lato', sans-serif;
	font-size: 0.14rem;
	letter-spacing: 0.10em;
	display: block;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#intern_wrap .sec_title span {
		font-size: 0.11rem;
	}
}

/*============================
イントロダクション
============================*/
@media screen and (max-width: 599px) {
	#intern_wrap .intern_intro.in {
		padding-top: 0;
	}
}

.intern_intro.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.intern_intro .textbox {
	width: 100%;
	max-width: 4.50rem;
	padding-top: 0.30rem;
}

.intern_intro .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.intern_intro .text {
		font-size: 0.15rem;
		padding-bottom: 0.30rem;
	}
}

.intern_intro .ph_wrap {
	width: 100%;
	max-width: 4.95rem;
	height: 3.70rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.intern_intro .ph_wrap {
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.intern_intro .ph_wrap::before {
	content: "";
	position: absolute;
	right: -0.20rem;
	top: 0.35rem;
	width: 4.20rem;
	height: 2.85rem;
	background-color: #F0F0F0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.intern_intro .ph_wrap::before {
		content: none;
	}
}

.intern_intro .ph_wrap .intro_ph01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.72rem;
	height: 2.79rem;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.intern_intro .ph_wrap .intro_ph01 {
		position: relative;
		top: inherit;
		right: inherit;
		width: 49.7%;
		height: 36vw;
	}
}

.intern_intro .ph_wrap .intro_ph02 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.63rem;
	height: 1.74rem;
	overflow: hidden;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	.intern_intro .ph_wrap .intro_ph02 {
		position: relative;
		bottom: inherit;
		left: inherit;
		width: 49.7%;
		height: 36vw;
	}
}

.intern_intro .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intern_intro .ph_wrap .caption {
	font-size: 0.12rem;
	display: block;
	text-align: right;
	position: absolute;
	top: 2.90rem;
	right: 0;
}

@media screen and (max-width: 599px) {
	.intern_intro .ph_wrap .caption {
		width: 100%;
		padding-top: 0.08rem;
		font-size: 0.11rem;
		text-align: center;
		position: relative;
		top: inherit;
		right: inherit;
	}
}

.intern_intro .kakomi {
	margin-top: 0.60rem;
	border: 2px solid #29A9E0;
	border-radius: 4px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.intern_intro .kakomi::before {
	content: "";
	width: calc(100% - 0.08rem);
	height: calc(100% - 0.08rem);
	position: absolute;
	top: 0.04rem;
	left: 0.04rem;
	border-radius: 2px;
	background-color: #E9F6FC;
	z-index: 0;
}

.intern_intro .kakomi .kakomi_title {
	background-color: #29A9E0;
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 0;
	padding: 0.22rem 0 0.26rem;
	box-sizing: border-box;
	max-width: 4.40rem;
	margin: auto;
	color: #FFF;
	text-align: center;
	border-radius: 0.30rem;
	position: relative;
	top: -0.24rem;
}

@media screen and (max-width: 599px) {
	.intern_intro .kakomi .kakomi_title {
		font-size: 0.16rem;
		line-height: 0;
		padding: 0.20rem 0 0.22rem;
		max-width: 2.80rem;
		top: -0.20rem;
	}
}

.intern_intro .kakomi .kakomi_text_wrap {
	position: relative;
	z-index: 1;
	padding: 0 0.30rem 0.40rem;
}

@media screen and (max-width: 599px) {
	.intern_intro .kakomi .kakomi_text_wrap {
		padding: 0 0.20rem 0;
	}
}

.intern_intro .kakomi .kakomi_text_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.intern_intro .kakomi .kakomi_text_wrap .detail {
	width: 25%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.intern_intro .kakomi .kakomi_text_wrap .detail {
		width: 45%;
	}
}

.intern_intro .kakomi .kakomi_text_wrap .detail .icon {
	padding-bottom: 0.10rem;
}

.intern_intro .kakomi .kakomi_text_wrap .detail .icon img {
	height: 0.80rem;
	display: block;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.intern_intro .kakomi .kakomi_text_wrap .detail .icon img {
		height: 0.60rem;
	}
}

.intern_intro .kakomi .kakomi_text_wrap .detail .text {
	line-height: 1.81;
}

@media screen and (max-width: 599px) {
	.intern_intro .kakomi .kakomi_text_wrap .detail .text {
		line-height: 1.75;
		font-size: 0.14rem;
	}
}

/*============================
インターンの流れ
============================*/
.intern_flow .sec_title {
	text-align: center;
	padding-bottom: 0.40rem;
}

.intern_flow .flow_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.60rem;
}

.intern_flow .flow_wrap .flow_title {
	width: 100%;
	border-bottom: 2px solid #F0F0F0;
	position: relative;
	font-size: 0.24rem;
	font-weight: 900;
	padding-bottom: 0.10rem;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .flow_title {
		font-size: 0.20rem;
		margin-bottom: 0.20rem;
	}
}

.intern_flow .flow_wrap .flow_title span {
	display: inline-block;
	padding-left: 0.10rem;
	font-weight: 400;
	font-size: 0.20rem;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .flow_title span {
		display: block;
		padding-left: 0;
		font-size: 15px;
		padding-top: 10px;
		line-height: 1.5;
	}
}

.intern_flow .flow_wrap .flow_title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 300px;
	height: 2px;
	background-color: #29ABE2;
	display: block;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .flow_title::after {
		width: 100px;
	}
}

.intern_flow .flow_wrap .flowbox {
	width: 76%;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .flowbox {
		width: 100%;
	}
}

.intern_flow .flow_wrap .flow_program {
	width: 140px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.85;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .flow_program {
		width: 100%;
		font-size: 16px;
	}
}

.intern_flow .flow_wrap .detail {
	width: calc(100% - 141px);
	border-left: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.85;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .detail {
		width: 100%;
		border-left: 0;
		padding-left: 0;
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.75;
	}
}

.intern_flow .flow_wrap .detail .flow_time {
	width: 100px;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .detail .flow_time {
		width: 100%;
		box-sizing: border-box;
		background-color: #DDD;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}

.intern_flow .flow_wrap .detail .text {
	width: calc(100% - 100px);
	padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .detail .text {
		width: 100%;
	}
}

.intern_flow .flow_wrap .detail .text:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .detail .text:last-child {
		padding-bottom: 20px;
	}
}

.intern_flow .flow_wrap .ph_wrap {
	width: 20%;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .ph_wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.intern_flow .flow_wrap .ph_wrap img {
	display: block;
	padding-bottom: 5px;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .ph_wrap img {
		width: 49.7%;
		height: 34vw;
	}
}

.intern_flow .flow_wrap .ph_wrap .caption {
	line-height: 1.55;
	font-size: 12px;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_wrap .ph_wrap .caption {
		font-size: 10px;
		display: block;
		width: 100%;
		text-align: center;
	}
}

.flow_point {
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
	background-color: #FDF2BD;
	margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
	.flow_point {
		padding: 10px;
		margin-bottom: 10px;
	}
}

.flow_point .text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

@media screen and (max-width: 599px) {
	.flow_point .text {
		font-size: 14px;
	}
}

.flow_point .text::before {
	content: "POINT";
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	background-color: #F9AE3B;
	padding: 13px 10px;
	position: relative;
	line-height: 0;
	margin-right: 10px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.flow_point .text::before {
		font-size: 12px;
		padding: 10px 6px;
		top: -1px;
		margin-right: 6px;
	}
}

.intern_flow .flow_caption {
	text-align: right;
	font-size: 12px;
	line-height: 1.55;
}

@media screen and (max-width: 599px) {
	.intern_flow .flow_caption {
		font-size: 10px;
	}
}

/*============================
募集要項
============================*/
#intern_wrap .intern_overview.in {
	background-color: #F0F0F0;
	padding: 30px;
	position: relative;
}

@media screen and (max-width: 599px) {
	#intern_wrap .intern_overview.in {
		padding: 30px 20px;
	}
}

#intern_wrap .intern_overview.soon::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#intern_wrap .intern_overview.soon::after {
	content: "現在募集はしていません";
	display: block;
	padding: 0.15rem 0 0.18rem;
	background-color: #666;
	border-radius: 0.06rem;
	box-shadow: 0 0.03rem 0.10rem rgba(0,0,0,0.2);
	font-size: 0.24rem;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: 100%;
	max-width: 4.00rem;
	text-align: center;
	z-index: 2;
}
@media screen and (max-width: 599px) {
	#intern_wrap .intern_overview.soon::after {
		padding: 0.10rem 0 0.12rem;
		font-size: 0.16rem;
		max-width: 2.50rem;
	}
}

.intern_overview .sec_title {
	text-align: center;
	padding-bottom: 40px;
}

.intern_overview .lead {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 30px;
}

@media screen and (max-width: 599px) {
	.intern_overview .lead {
		font-size: 15px;
		line-height: 1.6;
	}
}

.intern_overview .lead_ph_wrap {
	padding-bottom: 30px;
}

.intern_overview .lead_ph_wrap .list {
	display: flex;
	justify-content: space-between;
	margin-left: -2px;
}

.intern_overview .lead_ph_wrap .list .ph {
	margin-left: 2px;
	height: 220px;
	width: 33.3%;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.intern_overview .lead_ph_wrap .list .ph {
		height: 100px;
	}
}

.intern_overview .lead_ph_wrap .list .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intern_table table {
	width: 100%;
}

.intern_table th {
	background-color: #29ABE2;
	padding: 20px;
	box-sizing: border-box;
	width: 31%;
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.intern_table th {
		padding: 10px;
		width: 100%;
		display: block;
		font-size: 15px;
		text-align: left;
	}
}

.intern_table td {
	font-size: 16px;
	padding: 20px;
	line-height: 1.75;
	background-color: #FFF;
}

.intern_table td a {
	color: #29ABE2;
/*	color: #999;*/
}

.intern_table td a.soon {
	color: #999;
	pointer-events: none;
}

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

@media screen and (max-width: 599px) {
	.intern_table td {
		font-size: 14px;
		padding: 10px;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

.intern_table td .caption {
	font-size: 13px;
	display: block;
}

.intern_table td .open_info {
	font-size: 13px;
	display: block;
font-weight: 700;
	color:firebrick;
}


.intern_table td .underline {
	text-decoration: underline;
}

.intern_table td li::before {
	content: "●";
	display: inline-block;
	color: #29ABE2;
	padding-right: 6px;
}

@media screen and (max-width: 599px) {
	.intern_table td ul {
		padding-left: 10px;
	}

	.intern_table td li {
		text-indent: -10px;
		margin-left: 10px;
		line-height: 1.5;
		padding-top: 6px;
	}
}

/*============================
応募ボタン
============================*/
#intern_wrap .intern_btn_wrap.in {
	padding: 20px 30px 60px;
}

#intern_wrap .intern_btn_wrap.in.bottom {
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 599px) {
#intern_wrap .intern_btn_wrap.in {
	padding: 20px 20px 60px;
}
}

#intern_wrap .intern_btn_wrap.in .text {
	font-size: 16px;
	line-height: 1.85;
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
#intern_wrap .intern_btn_wrap.in .text {
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}
}

#intern_wrap .intern_btn_wrap.in .intern_btn {
	max-width: 500px;
	width: 90%;
	margin: auto;
}

#intern_wrap .intern_btn_wrap.in .intern_btn a {
	display: block;
	line-height: 0;
	padding: 40px 0;
	background-color: rgba(245, 145, 30, 1);
	border-radius: 4px;
	box-shadow: 0 3px 0 rgba(245, 145, 30, 0.3);
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#intern_wrap .intern_btn_wrap.in .intern_btn a {
		line-height: 1.5;
		padding: 10px 0 14px;
		font-size: 16px;
	}
}

#intern_wrap .intern_btn_wrap.in .intern_btn a:hover {
	opacity: 0.7;
}

#intern_wrap .intern_btn_wrap.in .intern_btn.soon a {
	background-color: #CCC;
	pointer-events: none;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

#intern_wrap .intern_btn_wrap.in .intern_btn.soon .open_info {
	display: block;
	text-align: center;
	padding-top: 0.10rem;
	font-size: 0.14rem;
	font-weight: 700;
	color: firebrick;
}

/*============================
直接ご来社される際は・・・
============================*/
#intern_wrap .intern_case {
	margin-bottom: 40px;
}

#intern_wrap .intern_case.in {
	padding: 30px;
	text-align: center;
	color: #FFF;
	background-color: #223566;
}

.intern_case.in .text {
	font-size: 24px;
	line-height: 1.65;
	font-weight: 700;
	padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
.intern_case.in .text {
	font-size: 16px;
}
}

.intern_case.in address {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

@media screen and (max-width: 599px) {
.intern_case.in address {
	font-size: 15px;
	line-height: 1.55;
}
}


/*============================
組写真
============================*/
.intern_last_ph_wrap .main_ph {
	width: 100%;
	height: 490px;
	overflow: hidden;
	border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 599px) {
.intern_last_ph_wrap .main_ph {
	height: 190px;
}
}

.intern_last_ph_wrap .ph_flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 490px;
}

@media screen and (max-width: 599px) {
.intern_last_ph_wrap .ph_flex_wrap {
	height: 190px;
}
}

.intern_last_ph_wrap .sub_ph_flex {
	width: 65%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}

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

.intern_last_ph_wrap .sub_ph01 {
	width: 50%;
	height: 50%;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}

.intern_last_ph_wrap .sub_ph02 {
	width: 50%;
	height: 50%;
}

.intern_last_ph_wrap .sub_ph03 {
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	border-top: 1px solid #FFF;
}

.intern_last_ph_wrap .sub_ph04 {
	width: 35%;
	height: 100%;
	overflow: hidden;
}

.intern_last_ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
