@charset "utf-8";
/*------------------------------------------------------------
	internship
------------------------------------------------------------*/
#main .pageInner {
	margin: 0 auto 8.9rem;
	padding: 4rem 5rem 2rem;
	max-width: 119.8rem;
	min-height: 101.7rem;
	background: url(../img/internship/page_bg.jpg) no-repeat center top / cover;
}
#main .pageInner .titleImg {
	margin: 0 auto 18.1rem;
	max-width: 91.7rem;
}
#main .pageInner .subInner {
	padding: 5.9rem 0 7.3rem;
	background: #FFF;
}
#main .pageInner .subInner .textImg {
	margin: 0 auto 3.3rem;
	max-width: 93.8rem;
}
#main .pageInner .subInner .title {
	margin-bottom: 5rem;
	color: #333;
	font-size: 5rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .pageInner .subInner .textList {
	margin-bottom: 6.4rem;
}
#main .pageInner .subInner .textList li {
	padding: 0 4.3rem;
	position: relative;
	color: #333;
	font-size: 2.5rem;
}
#main .pageInner .subInner .textList li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0.2rem;
	background: #333;
	content: '';
}
#main .pageInner .subInner .textList li:last-child::before {
	display: none;
}
#main .pageInner .subInner .link {
	margin: 0 auto;
	width: 26.1rem;
}
#main .pageInner .subInner .link a {
	min-height: 7.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	font-family: "Inter", sans-serif;
	background: #0068b6;
	border-radius: 4rem;
}
#main .pageInner .subInner .link a:hover {
	opacity: 0.7;
}
#main .topTextBox {
	margin-bottom: 8.8rem;
}
#main .topTextBox .text {
	margin-bottom: 4.6rem;
	font-size: 2.5rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.81;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .topTextBox .text:last-child {
	margin-bottom: 0;
}
#main .subInner {
	margin: 0 auto;
	padding: 6rem 6rem;
	max-width: 110rem;
	background: #FFF;
}
#main .subInner .hTitle {
	margin-bottom: 3.3rem;
	color: #006abb;
	font-size: 3rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .subInner .text {
	line-height: 2.13;
	text-align: justify;
}
#main .process {
	margin-bottom: 9.9rem;
	padding: 8.8rem 0 5.4rem;
	position: relative;
	background: #006abb url(../img/internship/process_bg01.png) no-repeat left calc(50% - 0.2rem) top 2.7rem / 111.7rem;
}
#main .process .stepList {
	margin-top: 3.7rem;
	gap: 4rem;
}
#main .process .stepList li {
	width: calc((100% - 20rem) / 6);
}
#main .process .stepList li .en {
	margin-bottom: 0.6rem;
	color: #80b4dd;
	font-family: "Inter", sans-serif;
	text-align: center;
}
#main .process .stepList li .subBox {
	padding: 1.1rem 0 3.5rem;
	background: #cce1f1;
	border-radius: 1rem;
	position: relative;
}
#main .process .stepList li .subBox::before {
	position: absolute;
	top: 50%;
	right: -3rem;
	transform: translateY(-50%);
	width: 1.8rem;
	height: 2.8rem;
	clip-path: polygon(0 0,100% 50%,0 100%);
	background: #ffe8cc;
	content: '';
}
#main .process .stepList li .subBox .title {
	margin-bottom: 3rem;
	min-height: 4.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	color: #333;
}
#main .process .stepList li .subBox .photo {
	margin: 0 auto;
	width: 8.4rem;
}
#main .process .stepList li .subBox.style01 {
	background: #99c3e4;
}
#main .process .stepList li .subBox.style01::before {
	background: #FFD199;
}
#main .process .stepList li .subBox.style02 {
	background: #80b4dd;
}
#main .process .stepList li .subBox.style02::before {
	background: #FFBA66;
}
#main .process .stepList li .subBox.style03 {
	background: #66a6d6;
}
#main .process .stepList li .subBox.style03::before {
	background: #FFA333;
}
#main .process .stepList li .subBox.style04 {
	background: #3388c9;
}
#main .process .stepList li .subBox.style04::before {
	background: #FF8C00;
}
#main .process .stepList li .subBox.style05 {
	background: #006abb;
}
#main .process .stepList li .subBox.style05 .title {
	color: #FFF;
}
#main .process .stepList li .subBox.style05::before {
	display: none;
}
#main .process .photoBox {
	position: absolute;
	bottom: -1.1rem;
	right: -5.8rem;
	width: 13.5rem;
}
#main .real {
	margin-bottom: 9.9rem;
	padding: 8.8rem 0 5.4rem;
	position: relative;
	background: #00b76d url(../img/internship/real_bg01.png) no-repeat left calc(50% - 0.2rem) top 2.7rem / 111.7rem;
}
#main .real .subInner {
	padding-bottom: 7.5rem;
}
#main .real .subInner .hTitle {
	color: #00b76d;
}
#main .real .subInner .textImg {
	margin: 4.9rem -0.1rem 0 -0.3rem;
}
#main .real .photoBox {
	position: absolute;
	bottom: -1.1rem;
	right: -10.2rem;
	width: 19.8rem;
}
#main .curriculum {
	margin-bottom: 9.9rem;
	padding: 8.8rem 0 5.4rem;
	position: relative;
	background: #ffd500 url(../img/internship/curriculum_bg01.png) no-repeat left calc(50% - 0.2rem) top 2.7rem / 111.7rem;
}
#main .curriculum .subInner {
	padding: 4rem 6.5rem 4.4rem;
}
#main .curriculum .textList li {
	margin-bottom: 2.9rem;
	padding: 0.6rem 0.5rem 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.35);
}
#main .curriculum .textList li:last-child {
	margin-bottom: 0;
}
#main .curriculum .textList li .title {
	padding: 1.4rem 1rem 1.1rem;
	width: 13.9rem;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	text-align: center;
	background: #ffd500;
	letter-spacing: 0.08em;
}
#main .curriculum .textList li .text {
	padding-top: 0.2rem;
	color: #333;
	font-size: 2.5rem;
	font-weight: 500;
	width: calc(100% - 16rem);
}
#main .curriculum .photoBox {
	position: absolute;
	bottom: -2rem;
	left: -7.9rem;
	width: 16.2rem;
}
#main .track {
	margin-bottom: 10rem;
	padding: 8.8rem 0 5.4rem;
	position: relative;
	background: #ff8c00 url(../img/internship/track_bg01.png) no-repeat left calc(50% - 0.2rem) top 2.7rem / 111.7rem;
}
#main .track .subInner {
	padding-bottom: 4.6rem;
}
#main .track .subInner .hTitle {
	color: #ff8c00;
}
#main .track .subInner .textImg {
	margin: 4.6rem 0 0 -0.3rem;
}
#main .track .photoBox {
	position: absolute;
	bottom: -2.7rem;
	right: -6rem;
	width: 12.7rem;	
}
#main .seek {
	margin-bottom: 9.9rem;
	padding: 8.8rem 0 5.5rem;
	position: relative;
	background: #ff2942 url(../img/internship/seek_bg01.png) no-repeat left calc(50% - 0.2rem) top 2.7rem / 111.7rem;
}
#main .seek .subInner {
	padding-bottom: 4.1rem;
}
#main .seek .subInner .hTitle {
	color: #ff2942;
}
#main .seek .subInner .textImg {
	margin: 1.5rem auto 0;
	max-width: 94.4rem;
}
#main .seek .photoBox {
	position: absolute;
	bottom: -3.2rem;
	left: -6rem;
	width: 16.2rem;
}
#main .entry {
	margin-bottom: 12rem;
	padding: 9.3rem 0 7.7rem;
	background: #dcedf6;
}
#main .entry .headLine03 {
	margin-bottom: 6.4rem;
}
#main .entry .inner {
	margin: 0 auto;
	padding: 4.6rem 4.4rem 9.9rem;
	max-width: 110rem;
	background: #FFF;
	border-radius: 1rem;
}
#main .entry .inner .comTableBox td .sub {
	margin-left: 3rem;
}
#main .entry .comBtn {
	width: 67.2rem;
}
@media all and (min-width: 897px) and (max-width: 1450px) {
	#main .real .photoBox {
		width: 16.8rem;
		right: -5.2rem;
		width: 16.8rem;
	}
	#main .curriculum .photoBox {
		left: -4.9rem;
    	width: 14.2rem;
	}
}
@media all and (max-width: 896px) {
	#main .pageInner {
		margin: 0 auto 3rem;
		padding: 2.4rem 1.6rem 1.8rem;
		max-width: inherit;
		min-height: inherit;
		background-image: url(../img/internship/page_bg_sp.png);
	}
	#main .pageInner .titleImg {
		margin: 0 auto 18.1%;
		max-width: inherit;
		width: 90%;
	}
	#main .pageInner .titleImg img {
		width: 100%;
	}
	#main .pageInner .subInner {
		margin: 0;
		padding: 1.8rem 2.5rem 2.1rem;
	}
	#main .pageInner .subInner .textImg {
		margin: 0 0 1.1rem;
		max-width: inherit;
	}
	#main .pageInner .subInner .textImg img {
		width: 100%;
	}
	#main .pageInner .subInner .title {
		margin: 0 -1rem 1.4rem;
		font-size: 1.6rem;
	}
	#main .pageInner .subInner .textList {
		margin: 0 -2rem 2rem;
	}
	#main .pageInner .subInner .textList li {
		padding: 0 1.5rem;
		font-size: 0.9rem;
	}
	#main .pageInner .subInner .textList li::before {
		width: 1px;
	}
	#main .pageInner .subInner .link {
		width: 12.5rem;
	}
	#main .pageInner .subInner .link a {
		min-height: 3.4rem;
		font-size: 1.2rem;
	}
	#main .topTextBox {
		margin-bottom: 2.8rem;
	}
	#main .topTextBox .text {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
		line-height: 1.23;
	}
	#main .subInner {
		margin: 0 1.8rem;
		padding: 2rem 1.2rem 1.8rem;
		max-width: inherit;
	}
	#main .subInner .hTitle {
		margin-bottom: 1.3rem;
		font-size: 1.2rem;
	}
	#main .subInner .text {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .process {
		margin-bottom: 3rem;
		padding: 3rem 0 1.9rem;
		background: #006abb url(../img/internship/process_bg01_sp.png) no-repeat left calc(50% + 0.1rem) top 0.9rem / 31rem;
	}
	#main .process .stepList {
		margin: 1.4rem 0.7rem 0;
		gap: 0.9rem 2.2rem;
	}
	#main .process .stepList li {
		width: calc((100% - 4.4rem) / 3);
	}
	#main .process .stepList li .en {
		margin-bottom: 0.3rem;
		font-size: 0.9rem;
	}
		#main .process .stepList li .subBox {
			padding: 0.6rem 0 1.9rem;
			border-radius: 0.6rem;
		}
	#main .process .stepList li .subBox::before {
		right: -1.7rem;
		width: 1.1rem;
		height: 1.6rem;
	}
	#main .process .stepList li:nth-child(3n) .subBox::before {
		display: none;
	}
	#main .process .stepList li .subBox .title {
		margin-bottom: 1.7rem;
		min-height: 2.6rem;
		font-size: 0.9rem;
	}
	#main .process .stepList li .subBox .photo {
		width: 4.7rem;
	}
	#main .process .photoBox {
		position: absolute;
		bottom: auto;
		top: -2.2rem;
		right: 0.5rem;
		width: 5.3rem;
	}
	#main .real {
		margin-bottom: 3rem;
		padding: 3.1rem 0 1.9rem;
		background: #00b76d url(../img/internship/real_bg01_sp.png) no-repeat left calc(50% + 0.3rem) top 0.8rem / 31.5rem;
	}
	#main .real .subInner {
		padding-bottom: 1.9rem;
	}
	#main .real .subInner .textImg {
		margin: 1.9rem auto 0;
		width: 21.7rem;
	}
	#main .real .photoBox {
		bottom: 0;
		right: -1rem;
		width: 8.1rem;
	}
	#main .curriculum {
		margin-bottom: 3rem;
		padding: 3rem 0 1.9rem;
		background: #ffd500 url(../img/internship/curriculum_bg01_sp.png) no-repeat left calc(50% + 0.3rem) top 0.8rem / 31.5rem;
	}
	#main .curriculum .subInner {
		padding: 1.2rem 1.2rem 1rem;
	}
	#main .curriculum .textList li {
		margin-bottom: 1.3rem;
		padding: 1.3rem 0.5rem 1.9rem;
		display: block;
		box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.35);
	}
	#main .curriculum .textList li .title {
		margin: 0 auto 1rem;
		padding: 0.5rem 1rem 0.3rem;
		width: 4.7rem;
		font-size: 0.97rem;
		letter-spacing: 0.08em;
	}
	#main .curriculum .textList li .text {
		padding-top: 0.2rem;
		font-size: 1.2rem;
		width: auto;
		text-align: center;
	}
	#main .curriculum .photoBox {
		bottom: -0.3rem;
		left: -1.5rem;
		width: 6.4rem;
	}
	#main .track {
		margin-bottom: 3rem;
		padding: 3rem 0 2rem;
		background: #ff8c00 url(../img/internship/track_bg01_sp.png) no-repeat left calc(50% + 0.3rem) top 0.8rem / 31.6rem;
	}
	#main .track .subInner {
		padding-bottom: 2.2rem;
	}
	#main .track .subInner .textImg {
		margin: 1.6rem 0 0 0.8rem;
		width: 21.7rem;
	}
	#main .track .photoBox {
		bottom: -0.8rem;
		right: 0.8rem;
		width: 5.1rem;	
	}
	#main .seek {
		margin-bottom: 3rem;
		padding: 3rem 0 1.9rem;
		background: #ff2942 url(../img/internship/seek_bg01_sp.png) no-repeat left calc(50% + 0.3rem) top 0.8rem / 31.5rem;
	}
	#main .seek .subInner {
		padding-bottom: 1.5rem;
	}
	#main .seek .subInner .textImg {
		margin: 1.3rem -0.1rem 0;
		max-width: inherit;
		text-align: center;
	}
	#main .seek .subInner .textImg img {
		width: 27.7rem;
	}
	#main .seek .photoBox {
		bottom: -0.5rem;
		left: -1.4rem;
		width: 6.1rem;
	}
	#main .entry {
		margin-bottom: 4.9rem;
		padding: 2.1rem 0 5.5rem;
	}
	#main .entry .headLine03 {
		margin-bottom: 1.9rem;
		font-size: 1rem;
	}
	#main .entry .headLine03 .en {
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
	}
	#main .entry .inner {
		margin: 0;
		padding: 1.2rem 1rem 2.8rem;
		max-width: inherit;
		border-radius: 0.5rem;
	}
	#main .entry .inner .comTableBox td .sub {
		margin-left: 0.2rem;
		font-size: 0.9rem;
	}
	#main .entry .comBtn {
		width: 30.7rem;
	}
}