﻿@charset "utf-8";

/* message -------------------------------------------------------------- */

.messageContentsWrap {
	margin: 0 auto;
	text-align: center;
}

.mainVisualWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: center;
	position: relative;
	padding-bottom: 0;
	max-width: 1140px;
	margin: 0 auto;
}

.mainMessage {
	max-width: 160px;
	margin: 0 0 2em;
	width: 55%;
	box-sizing: border-box;
}

.messageFigWrap {
	max-width: 810px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 3em;
	position: relative;
}

.messageFigWrap .msgFig {
	border-radius: 40px;
	margin-top: 0;
	overflow: hidden;
	line-height: 0;
	margin-right: 0;
	margin-left: auto;
}

/*.messageFigWrap .main__fig {
	max-width: 630px;
	width: calc(60% - 15px);
}

.messageFigWrap .sub__fig {
	max-width: 320px;
	width: 40%;
}*/

.messageFigWrap .main__fig {
	width: 75%;
	position: relative;
}

.messageFigWrap .sub__fig {
	width: 40%;
	top: 36%;
	left: 0;
	position: absolute;
}

.messagetxtWrap {
	margin: 0 auto 110px;
	width: 100%;
	max-width: 1100px;
}

.message__txt {
	font-size: 1.05em;
	line-height: 2.2;
}

.messagetxtWrap {
	margin: 2em auto 0;
	max-width: 800px;
}

.pccenter {
	padding: 25px;
}

.btn-padd {
	padding: 0 3px 0 !important;
}


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

.btn-padd {
	padding: 0 18px 0 !important;
}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

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

	.bg--white {
		background-color: #fff;
	}

	.messageFigWrap {
		width: 60%;
		margin: 0 3em 0 0;
	}

	.mainMessage {
		max-width: 260px;
	}

	.messagetxtWrap {
		margin: 3em auto 0;
	}
/*確認画面buttonのpadding*/
.btn-padd {
	padding: 0 40px 0 !important;
}

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

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

	.bg--white {
		border-radius: 40px;
	}

	.mainVisualWrap {
		padding-bottom: 3em;
		justify-content: center;
	}

	.mainMessage {
		margin: 0;
		width: 100%;
		padding: 0;
	}

	.message__txt {
		font-size: 1.8rem;
	}

	.messageFigWrap {
		justify-content: flex-end;
	}

	.chrome.windows .messageFigWrap,
	.msie .messageFigWrap {
		max-width: calc(100% - 410px);
	}

	.messageFigWrap .msgFig {
	}

	.messageFigWrap {
		width: 63%;
	}

}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* guideline -------------------------------------------------------------- */

.guidelineContentsWrap {
	max-width: 1100px;
}

.tabList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabList .label {
	padding: 15px 10px 12px;
	border-radius: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 1.2;
	color: rgba(44,41,41,.65);
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 10px);
	box-sizing: border-box;
	font-size: 1.15em;
	cursor: pointer;
	transition: .3s ease;
}

.tabList .label * {
	margin: 0;
}

.tabList .label:hover {
	background-color: rgba(248,181,0,.3);
}

.tabList .label.active {
	background-color: var(--color-accent1) !important;
	color: #fff;
	border-radius: 40px 40px 0 0;
	padding: 20px 10px;
}

.switchingList {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-radius: 0 0 40px 40px;
	border: 3px solid var(--color-accent1);
}

.switching__item {
	padding: 20px 0;
	display: none;
}

.switching__item ul {
	list-style: disc;
}

.switching__item .tbl-inner__list {
	padding-left: 1em;
}

.switching__item.contentsShow {
	display: block;
}

.switching__item .guidelineInner tr {
	display: block;
	padding: 15px 0;
	border-bottom: 2px dotted var(--color-accent1);
}

.switching__item .guidelineInner,
.switching__item .guidelineInner tbody,
.switching__item .guidelineInner th,
.switching__item .guidelineInner td {
	width: 100%;
	display: block;
}

.switching__item .guidelineInner th {
	font-size: .95em;
	text-align: left;
	color: rgba(44,41,41,.8);
}

.switching__item .guidelineInner td {
	color: #555;
}

.tbl__inner {
	margin-bottom: 1em;
}

.tbl__innerTitle {
	margin-top: 0;
	font-size: .85em;
	width: auto;
	display: inline-block;
	padding: 0 .8em;
	background-color: var(--color-accent1);
	/*background-color: rgba(248,181,0,.3)*/
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.tbl__innerText {
	margin-top: 0;
	width: 100%;
}

.tbl__innerText.-supply {
	margin-top: .65em;
	font-size: .9em;
}

.btnWrap {
	text-align: center;
	margin: 3em auto 2em;
}
/*内容確認のbutton*/
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px 40px 18px;
	box-sizing: border-box;
	border: none;
	border-radius: 100px;
	/*background-color: var(--color-link) !important;*/
	background-color: rgba(240,131,0,1);
	cursor: pointer;
	color: inherit;
	color: #fff !important;
	position: relative;
	transition: 0.2s ease-out;
	transition-property: box-shadow, background-color, color, border-color;
	line-height: 1.15;
	display: inline-block;
	text-decoration: none;
}
/*内容確認のbutton*/
.btn:hover {
	/*background-color: var(--color-accent2) !important;*/
	background-color: rgba(240,131,0,0.7);
}


/*内容確認のbuttonの配列*/
.mp-form-footer .paging {
	display: flex;
	align-items: center;
	justify-content: center;
	/* list-style: none; */
	margin: 0;
	padding: 0;
	flex-direction: row !important;
}
.mp-form-footer .paging li {
	margin: 0 10px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

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

	.tabList .label {
		padding: 20px 40px;
		font-size: 2.8rem;
	}

	.tabList .label.active {
		padding: 30px 40px;
	}

	.switching__item {
		padding: 45px 0;
	}

	.switching__item .guidelineInner tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.switching__item .guidelineInner th {
		font-size: 1.5rem;
		width: 8em;
		padding-right: 2em;
	}

	.switching__item .guidelineInner td {
		width: calc(100% - 10em);
	}
/*内容確認のbutton（PC）*/
	/*.btn {
		padding: 30px 40px;
	}*/
	
	/*確認画面buttonのpadding*/
	.btn-padd {
		padding: 0 80px 0 !important;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/* internshipContents -------------------------------------------------------------- */

.internshipContents {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 20px;
}

.internshipContents .itsFigWrap,
.internshipContents .itsTxtWrap {
	width: 100%;
}

.itsTxtWrap {
	margin-bottom: 0;
}

.itsTxtWrap .txt__ttl {
	margin-top: 0;
	text-align: center;
}

.itsTxtWrap .txt__ttl img {
	display: inline-block;
	height: 20px;
	width: auto;
}

.internshipContents .itsFigWrap {
	max-width: 430px;
	margin: 0 auto 1.5em;
}

.internshipContents .its__fig {
	line-height: 0;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	width: 65%;
}

.internshipContents .telNum__block {
	color: var(--color-accent1);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

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

	.internshipContents {
		padding: 60px 0;
	}

	.internshipContents .its__fig {
		width: 100%;
	}

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

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

	.internshipContents {
		padding: 100px 0;
		width: calc(100% - 200px);
	}

	.internshipContents .itsTxtWrap {
		max-width: calc(100% - 480px);
	}

	.itsTxtWrap .txt__ttl {
		text-align: left;
	}

	.itsTxtWrap .txt__ttl img {
		height: 28px;
	}

	.internshipContents .itsFigWrap {
		margin: 0;
	}

	/* telNum  */

	.internship .telNum .tel__data {
		font-size: 3.2rem;
	}
	/*内容確認のbutton*/
	.btn {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 26px 80px 18px;
		box-sizing: border-box;
		border: none;
		border-radius: 100px;
		/*background-color: var(--color-link) !important;*/
		background-color: rgba(240,131,0,1);
		cursor: pointer;
		color: inherit;
		color: #fff !important;
		position: relative;
		transition: 0.2s ease-out;
		transition-property: box-shadow, background-color, color, border-color;
		line-height: 1.15;
		display: inline-block;
		text-decoration: none;
	}


}

