@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .headLine04 {
	padding-top: 2.3rem;
	margin-bottom: 8rem;
}
#main {
	margin-bottom: 0;
}
#main .topTxt {
	margin-bottom: 9rem;
	font-size: 2rem;
	color: #0975AA;
	text-align: center;
	line-height: 2;
}
#main .txt {
	margin-bottom: 5rem;
	font-size: 2rem;
	line-height: 2;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.033em;
}
#main .borderBox {
	max-width: 80rem;
	margin: 0 auto 5.8rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 3.7rem;
}
#main .borderBox p {
	margin-bottom: 3.8rem;
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: center;
}
#main .borderBox p:last-child {
	margin-bottom: 0;
}
#main .borderBox p:not(.txt) a {
	color: #FFB1BD;
	font-weight: 600;
	text-decoration: underline;
}
#main .borderBox .ttl {
	width: fit-content;
	background-color: #fff;
	font-size: 1.7rem;
	color: #0975AA;
	margin: -5rem auto 2.5rem;
	letter-spacing: 0.2em;
	padding: 0 2rem;
}
#main .borderBox .txt {
	font-size: 2.2rem;
	line-height: 1.95;
	margin-bottom: 0.7rem;
}
#main .borderBox .txt .txtSpan {
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #0975AA;
}
#main .borderBox .txt a {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #fff;
	line-height: 1.33;
	padding: 0 3.5rem 0 0.5rem;
	margin-right: 0.5rem;
	vertical-align: 0.2rem;
	font-feature-settings: "palt";
	background: url(../img/common/icon12.webp) no-repeat right 0.5rem center,linear-gradient(to right, #63B3E3, #3A91BB);
	background-size: 2.2rem auto,100% auto;
}
#main .borderBox .txt a:hover {
	opacity: 0.7;
}
#main .internshipList {
	margin-bottom: 3.8rem;
}
#main .txt02 {
	margin-bottom: 4rem;
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1.82;
}
#main .txt + .inner {
	margin-top: 4.5rem;
}
#main .tabUl {
	padding-top: 3.2rem;
	margin-bottom: 6.7rem;
	border-bottom: 1px solid #0975AA;
}
#main .inner {
	margin-bottom: 6rem;
	padding: 4rem 4rem 4rem;
	min-height: 34rem;
}
#main .inner:last-child {
	margin-bottom: 0;
}
#main .tabInner {
	margin-bottom: 8rem;
}
#main .imgBox {
	margin-bottom: 3.5rem;
	align-items: flex-start;
	padding-bottom: 3.1rem;
	border-bottom: 1px solid #0975AA;
}
#main .imgBox .photoBox {
	width: 21.9%;
	margin-right: 3.5rem;
}
#main .imgBox .textBox {
	flex: 1;
	margin-top: -0.7rem;
}
#main .imgBox .textBox p {
	line-height: 2;
}
#main .imgBox .textBox .ttl {
	text-align: left;
	margin-bottom: 2.3rem;
	font-size: 2.6rem;
	font-weight: 600;
	color: #0975AA;
	line-height: 1.5;
}
#main .imgBox .textBox .ttl .newsSpan {
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	padding: 0 1rem 0 2rem;
	line-height: 1.3;
	vertical-align: 0.2rem;
	background-color: #FFB1BD;
	clip-path: polygon(
		0 50%,
		10% calc(50% - 0.5rem),
		10% 0,
		100% 0,
		100% 100%,
		10% 100%,
		10% calc(50% + 0.5rem)
	);
}
#main .internshipDl {
	align-items: flex-start;
}
#main .internshipDl dt {
	padding-bottom: 0.1rem;
	width: 12rem;
	text-align: center;
	margin-right: 1rem;
	flex-shrink: 0;
	font-weight: 400;
	padding-right: 1rem;
	background-color: #F2F2F2;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	clip-path: polygon(0% 0%, 
    90% 0%, 
    100% 50%, 
    90% 100%, 
    0% 100%);
}
#main .internshipDl dd {
	padding-top: 0.2rem;
	flex: 1;
}
#main .internshipDl ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.0rem;
}
#main .internshipDl li {
	display: flex;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
#main .internshipDl li .num {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin-right: 0.6rem;
	flex-shrink: 0;
	margin-top: 0.3rem;
	background-color: #0975AA;
}
#main .internshipDl li .txtSpan {
	font-family: "Roboto", sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.1rem;
}
#main .sec01 {
	margin-top: 9rem;
	padding: 5.7rem 0 14rem;
	background-color: #EEF3F6;
}
#main .sec01 h3 {
	margin: 0 -2rem 2.2rem;
	text-align: center;
	font-size: 4.6rem;
	font-weight: 300;
	letter-spacing: -0.02em;
	color: #0975AA;
}
#main .sec01 .centerTxt {
	margin-bottom: 5.5rem;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.91;
}
#main .mediaBox {
	max-width: 80rem;
	margin: 0 auto 5rem;
	background-color: #fff;
	border-radius : 2.4rem;
}
#main .mediaBox:last-child {
	margin-bottom: 0;
}
#main .mediaBox .ttl {
	padding: 2.5rem 1rem 1.6rem;
	text-align: center;
	border-radius : 2.4rem 2.4rem 0rem 0rem;
	background : linear-gradient(90deg, rgba(72, 101, 173, 0.7) 0%, rgba(183, 53, 121, 0.7) 50%, rgba(233, 134, 66, 0.7) 100%);
}
#main .mediaBox .ttl img {
	display: block;
	margin: 0 auto;
}
#main .mediaBox .whiteBox {
	padding: 3rem 6rem 5rem;
}
#main .mediaBox .imgBox02 {
	margin-bottom: 3rem;
	align-items: flex-start;
}
#main .mediaBox .img {
	width: 14rem;
	margin: 1rem 4rem 0 0;
}
#main .mediaBox .textBox {
	flex: 1;
}
#main .mediaBox .textBox p {
	line-height: 2;
}
#main .mediaBox .link {
	text-align: center;
}
#main .mediaBox .link a:hover img {
	opacity: 0.7;
}
#main .mediaBox02 .ttl {
	padding-bottom: 2.4rem;
	background : linear-gradient(90deg, rgba(240, 35, 16, 0.7) 0%, rgba(214, 0, 22, 0.7) 100%);
}
#main .linkPhoto {
	margin-bottom: 8rem;
	position: relative;
}
#main .linkPhoto .subSpan {
	position: absolute;
	bottom: min(1.8vw,2.3rem);
	left: min(3.125vw,4rem);
	color: #fff;
	font-size: min(1.5vw,1.8rem);
	line-height: 1.78;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
}
#main .linkPhoto > a:hover img {
	opacity: 0.7;
}
#main .linkPhoto .subSpan a {
	display: inline-block;
	border-bottom: 3px solid currentColor;
	color: #FFB1BD;
	line-height: 1.5;
	font-weight: 600;
}
.headLine06{
	font-size: 2.6rem;
	padding: 0.7rem 2.2rem;
}
#main .ttl02 {
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	font-feature-settings: "palt";
}
#main .ttl02 span {
	color: #0975AA;
}
#main .text {
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: "palt";
}
#main .text .subSpan {
	display: flex;
}
#main .text .subSpan span {
	flex-shrink: 0;
}
#main .comContactBox {
	margin-top: 7rem;
}
.headLine05 {
	margin-bottom: 8rem;
}
@media all and (max-width: 896px) {
	#main .headLine04{
		margin-bottom: 4rem;
		padding-top: 1rem;
	}
	.headLine05 {
		margin-bottom: 3rem;
	}
	#main .topTxt {
		margin-bottom: 3.3rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .txt{
		margin-bottom: 3.6rem;
		font-size: 1.4rem;
		line-height: 1.714;
	}
	#main .borderBox {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		margin-bottom: 3rem;
		max-width: inherit;
		padding-bottom: 1.8rem;
	}
	#main .borderBox p{
		margin-bottom: 1.9rem;
		font-size: 1.2rem;
		line-height: 1.67;
	}
	#main .borderBox .ttl {
		padding: 0 1rem;
		font-size: 1.2rem;
		margin: -2rem auto 1.2rem;
	}
	#main .borderBox .txt {
		margin-bottom: 0.4rem;
		font-size: 1.3rem;
		line-height: 2.05;
	}
	#main .borderBox .txt a {
		font-size: 1.5rem;
		vertical-align: 0;
		padding: 0.1rem 2.5rem 0.1rem 0.5rem;
		background-size: 1.6rem auto,100% auto;
	}
	#main .borderBox .txt .txtSpan{
		margin-top: -1.5rem;
		font-size: 1.6rem;
		display: inline-block;
	}
	#main .internshipList {
		margin-bottom: 2rem;
	}
	#main .comTextList li {
		margin-right: -2rem;
		letter-spacing: -0.02em;
	}
	#main .txt02 {
		margin-bottom: 2.4rem;
		line-height: 1.714;
		font-size: 1.4rem;
		letter-spacing: 0.033em;
	}
	#main .txt + .inner{
		margin-top: 3rem;
	}
	#main .inner{
		margin-bottom: 1.9rem;
		padding: 1.9rem 1.9rem 1.7rem;
		min-height: inherit;
	}
	#main .imgBox{
		margin-bottom: 1.6rem;
		padding-bottom: 1.5rem;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin: 0 0 2.2rem;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox{
		margin-top: 0;
	}
	#main .imgBox .textBox p{
		line-height: 1.67;
		text-align: justify;
	}
	#main .imgBox .textBox .ttl{
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.28;
		margin: 0 -2rem 1.1rem 0;
		font-feature-settings: "palt";
	}
	#main .imgBox .textBox .ttl .newsSpan {
		font-size: 1.4rem;
		padding: 0 0.6rem 0 1.2rem;
		margin-left: 2rem;
	}
	#main .internshipDl {
		align-items: stretch;
	}
	#main .internshipDl dt {
		width: 7.5rem;
		margin: 0.2rem 1.0rem 0.2rem 0;
		font-size: 1.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.2rem 0.5rem 0.2rem 0;
	}
	#main .internshipDl ul{
		display: block;
	}
	#main .internshipDl li {
		font-size: 1rem;
		margin-bottom: 0.7rem;
	}
	#main .internshipDl li:last-child {
		margin-bottom: 0;
	}
	#main .internshipDl li .num {
		font-size: 1.04rem;
		width: 1.3rem;
		height: 1.3rem;
		margin-top: 0;
		margin-right: 0.3rem;
	}
	#main .internshipDl li .txtSpan {
		margin-top: -0.1rem;
		font-size: 1.5rem;
	}
	#main .internshipDl dd {
		padding-top: 0.3rem;
	}
	#main .tabUl {
		margin: 0 -1.5rem 2.9rem;
		padding-top: 1.2rem;
		border: none;
	}
	#main .tabInner {
		margin-bottom: 5rem;
	}
	#main .linkPhoto .subSpan {
		font-size: 1.2rem;
		line-height: 1.67;
		letter-spacing: 0.06em;
	}
	#main .linkPhoto .subSpan a{
		border-width: 1px;
	}
	#main .linkPhoto > a img {
		width: 100%;
	}
	#main .linkPhoto {
		margin-bottom: 3rem;
	}
	.headLine06 {
		font-size: 1.4rem;
		padding: 0.6rem 1rem;
	}
	#main .ttl02 {
		margin-bottom: 1rem;
		font-size: 1.4rem;
		line-height: 1.714;
	}
	#main .text {
		font-size: 1.1rem;
		line-height: 1.545;
	}
	#main .comContactBox {
		margin: 2.4rem 2.5rem 0;
	}
	#main .sec01 {
		padding: 3.1rem 0 22vw;
		margin-top: 3.5rem;
	}
	#main .sec01 .txt {
		margin-bottom: 1.7rem;
		padding: 3rem 0;
	}
	#main .sec01 h3 {
		margin: 0 0 1.2rem;
		font-size: 2.3rem;
		line-height: 1.22;
	}
	#main .sec01 .centerTxt {
		margin: 0 -2rem 2.8rem;
		font-size: 1.4rem;
		line-height: 1.714;
		letter-spacing: 0.033em;
		font-feature-settings: "palt";
	}
	#main .mediaBox {
		margin-bottom: 2rem;
		max-width: inherit;
		border-radius: 1.3rem;
	}
	#main .mediaBox .ttl {
		padding: 1.4rem 1rem 0.9rem;
		border-radius: 1.3rem 1.3rem 0 0;
	}
	#main .mediaBox .ttl img {
		height: 2.3rem;
		width: auto;
	}
	#main .mediaBox .whiteBox {
		padding: 1.5rem 1.7rem 2rem;
	}
	#main .mediaBox .imgBox02 {
		margin-bottom: 1.5rem;
		display: block;
	}
	#main .mediaBox .textBox p {
		line-height: 1.67;
		font-size: 1.2rem;
	}
	#main .mediaBox .link {
		margin: 0 auto;
		max-width: 21rem;
	}
	#main .mediaBox02 .ttl {
		padding-bottom: 1.3rem;
	}
	#main .mediaBox02 .ttl img {
		height: 1.8rem;
	}
}

@media all and (min-width: 897px) {
	#main .imgBox .textBox .ttl {
		margin-right: -2rem;
	}
	#main .borderBox p:not(.txt) a:hover {
		text-decoration: none;
	}
	#main .tabUl li {
		width: min(48vw,45rem);
	}
	#main .linkPhoto .subSpan a:hover {
		border-color: transparent;
	}
}

@media all and (min-width: 897px) and (max-width: 1279px) {
	#main .headLine04 {
		margin-left: -2rem;
		margin-right: -2rem;
		letter-spacing: -0.1em;
	}
	#main .inner {
		margin: 0 auto 4rem;
		padding-left: 2.7rem;
		padding-right: 2.7rem;
		max-width: 77.3rem;
	}
	#main .imgBox .photoBox{
		margin-right: 2.7rem;
	}
	#main .imgBox {
		padding-bottom: 2.5rem;
	}
	.headLine05 {
		margin-left: 4.3rem;
		margin-right: 4.3rem;
	}
	#main .sec01 {
		padding-top: 5.5rem;
	}
	.padBox {
		width: 92%;
		margin: 0 auto;
	}
	.comContactBox {
		width: 86%;
	}
}