@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 181px;
}
.mainVisual .imgBox {
	overflow: hidden;
	position: relative;
}
.mainVisual .imgBox .photoBox {
	width: 50%;
	float: right;
	position: fixed;
	top: 0;
	right: 0;
}
.mainVisual .imgBox .image {
	height: 100vh;
	background: url("../img/index/main_img.jpg") no-repeat center center / cover;
}
.mainVisual .imgBox .textBox {
	padding: 0 30px;
	padding-top: calc(50vh - 136px);
	flex: 1;
	float: left;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
.mainVisual .imgBox .widBox {
	margin: 0 auto;
	width: 470px;
}
.mainVisual .title {
	color: #fff;
	font-weight: normal;
	font-size: 4.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	letter-spacing: 0.1em;
	opacity: 0;
	transition: opacity .5s;
}
.mainVisual .title span {
	margin-bottom: 12px;
	padding: 5px 11px 8px;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
}
.mainVisual .title span:last-child {
	margin-bottom: 0;
}
.mainVisual .innerBox {
	margin-top: 69px;
	padding-bottom: 66vh;
	opacity: 0;
	transition: opacity .5s;
}
.mainVisual .innerBox p {
	font-size: 1.7rem;
	line-height: 2.3529;
}
@media all and (min-width: 897px) {
	body.fixed .mainVisual .imgBox .photoBox,
	.mainVisual .imgBox .photoBox.nofixed {
		position: absolute;
		right: 0;
		top: auto;
		bottom: 0;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .imgBox .image {
		padding-bottom: 132%;
		height: auto;
	}
	.mainVisual .imgBox .photoBox {
		width: calc(100% - 135px);
		position: relative;
		float: none;
		top: auto;
		right: auto;
		flex-shrink: 0;
	}
	.mainVisual .title {
		font-size: 2.7rem;
	}
	.mainVisual .imgBox {
		margin-bottom: 18px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mainVisual .imgBox .textBox {
		margin-right: -180px;
		padding: 35px 0 0 35px;
		width: auto;
		display: block;
		position: relative;
		z-index: 10;
		flex: 1;
		float: none;
	}
	.mainVisual .title span {
		margin-bottom: 7px;
		padding: 4px 7px 4px;
	}
	.mainVisual .imgBox .widBox {
		width: auto;
	}
	.mainVisual .spBox {
		margin: 0 35px;
	}
	.mainVisual .spBox p {
		margin-bottom: 30px;
		line-height: 2;
	}
	.mainVisual .spBox p:last-child {
		margin-bottom: 0;
	}
	.mainVisual {
		margin-bottom: 73px;
	}
}


/* programBox */
.programBox {
	padding-bottom: 180px;
	position: relative;
}
.programBox:before {
	width: 2180px;
	height: 1124px;
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/common/bg.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: -1;
}
.programBox .comTxt {
	margin-bottom: 51px;
}
.programBox .secBox {
	min-height: 502px;
	padding: 53px 0 73px 62px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}
.programBox .secBox + .secBox {
	margin-top: 50px;
}
.programBox .secBox:before {
	width: 9999px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #011c61;
	content: "";
	z-index: -1;
	box-shadow: 17px 17px 34px rgba(0, 0, 0, 0.1);
}
.programBox .right:before {
	right: auto;
	left: 0;
}
.programBox .box02:before {
	background-color: #343233;
}
.programBox .box03:before {
	background-color: #7D6E5B;
}
.programBox .secBox .rightBox {
	margin-right: -60px;
	width: 410px;
	position: relative;
}
.programBox .secBox .rightBox .image {
	box-shadow: 24px 24px 48px rgba(0, 0, 0, 0.1);
}
.programBox .secBox .rightBox .img02 {
	width: 310px;
	position: absolute;
	bottom: -92px;
	left: -270px;
}
.programBox .secBox .leftBox {
	flex: 1;
	color: #fff;
}
.programBox .box02 .comTitle .day {
	color: #343233;
}
.programBox .box03 .comTitle .day {
	color: #7D6E5B;
}
@media all and (max-width: 896px) {
	.programBox .secBox {
		min-height: 0;
		padding: 0 25px 35px 0;
		display: block;
		margin: 0 0 0 -10px;
	}
	.programBox .secBox .rightBox {
		margin: 0 -45px 0 -25px;
		width: auto;
		display: flex;
		justify-content: space-between;
	}
	.programBox .secBox .rightBox .image {
		width: 50% !important;
	}
	.programBox .secBox .rightBox img {
		width: 100%;
	}
	.programBox .secBox .rightBox .img02 {
		width: auto;
		position: static;
		bottom: auto;
		left: auto;
	}
	.programBox .comTxt {
		margin-bottom: 24px;
	}
	.programBox .secBox .leftBox {
		margin-bottom: 35px;
	}
	.programBox .secBox + .secBox {
		margin-top: 30px !important;
	}
	.programBox .right {
		margin: 0 -10px 0 0;
		padding: 0 0 35px 25px;
	}
	.programBox .secBox.right .rightBox {
		margin: 0 -25px 0 -45px;
	}
	.programBox {
		padding-bottom: 70px;
	}
	.programBox::before {
		width: 1309px;
		height: 675px;
	}
}

/* internshipBox */
.internshipBox {
	padding: 152px 0 141px;
	background-color: #fff;
}
.internshipBox .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
.internshipBox .tableBox table th,
.internshipBox .tableBox table td {
	padding: 34px 0 31px;
	font-size: 2rem;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	border-top: 1px solid #DFDFDF;
	line-height: 1.7;
}
.internshipBox .tableBox table th {
	width: 13.1%;
	text-align: right;
}
.internshipBox .tableBox table td {
	padding-left: 98px;
}
.internshipBox .headLine02 {
	margin-bottom: 64px;
}
.internshipBox .tableBox a {
	color: #03236E;
	font-weight: bold;
	text-decoration: underline;
}
.internshipBox .tableBox td p {
	margin-bottom: 26px;
}
.internshipBox .tableBox td p:last-child {
	margin-bottom: 0;
}
.internshipBox .tableBox dl dt {
	color: #03236E;
	font-weight: bold;
}
.internshipBox .tableBox dl dd {
	margin-bottom: 26px;
}
.internshipBox .tableBox dl dd:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.internshipBox .tableBox a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.internshipBox {
		padding: 50px 0 50px;
	}
	.internshipBox .headLine02 {
		margin-bottom: 25px;
	}
	.internshipBox .tableBox table th,
	.internshipBox .tableBox table td {
		width: 100%;
		float: left;
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.66;
		text-align: left;
	}
	.internshipBox .tableBox table th {
		padding: 15px 0 3px 0;
		font-size: 1.6rem;
		border-bottom: none;
	}
	.internshipBox .tableBox table td {
		padding-bottom: 14px;
		border-top: none;
	}
}


/* howBox */
.howBox {
	padding: 152px 0 100px;
}
.howBox .listUl {
	margin: 48px 0 68px;
}
.howBox .listUl li {
	padding-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem;
	line-height: 1.75;
}
.howBox .listUl .num {
	width: 150px;
	height: 150px;
	color: #03236E;
	font-size: 1.9rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #03236E;
	border-radius: 50%;
	line-height: 1;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}
.howBox .listUl .num .size {
	font-size: 4.6rem;
}
.howBox .listUl .num.bg {
	color: #fff;
	background-color: #03236E;
}
.howBox .listUl .num span {
	display: block;
}
.howBox .listUl .rightBox {
	margin-left: 30px;
	flex: 1;
}
.howBox .listUl .title{
	margin-bottom: 9px;
	color: #00236E;
	font-size: 2.6rem;
	font-weight: bold;
}
.howBox .listUl li:nth-child(2) {
	padding-left: 135px;
	margin-left: 75px;
}
.howBox .listUl li:nth-child(3) {
	padding-left: 135px;
	margin-left: 285px;
}
.howBox .listUl li {
	position: relative;
}
.howBox .listUl li:first-child::before {
	display: none;
}
.howBox .listUl li::before {
	margin-top: -7px;
	width: 135px;
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 2px dotted #03236E;
	content: "";
}
.howBox .listUl .num::after {
	margin-left: -1px;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 100%;
	border-left: 2px dotted #03236E;
	content: "";
}
.howBox .listUl li:last-child .num::after {
	display: none;
}
@media all and (max-width: 896px) {
	.howBox {
		padding: 52px 0 40px;
	}
	.howBox .listUl .title {
		margin-bottom: 3px;
		font-size: 1.9rem;
	}
	.howBox .listUl li {
		padding-bottom: 28px;
		padding-left: 0 !important;
		margin-left: 0 !important;
		font-size: 1.4rem;
		line-height: 1.57;
		align-items: flex-start;
		position: relative;
	}
	.howBox .listUl .num {
		margin-top: 3px;
		width: 79px;
		height: 79px;
		font-size: 1rem;
	}
	.howBox .listUl .num .size {
		font-size: 2.4rem;
	}
	.howBox .listUl {
		margin: 22px 0 2px -25px;
	}
	.howBox .listUl .rightBox {
		margin-left: 10px;
	}
	.howBox .listUl li::before {
		display: none;
	}
	.howBox .listUl .num::after {
		display: none;
	}
	.howBox .listUl li::after {
		height: calc(100% - 79px);
		position: absolute;
		left: 39px;
		top: 82px;
		border-left: 2px dotted #03236E;
		content: "";
	}
	.howBox .listUl li:last-child::after {
		display: none;
	}
}





/* popBox */
.popBox {
	width: 100%;
	height: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #021C61;
	overflow-y: auto;
	overflow-x: hidden;
}
.mfp-content .popBox {
	opacity: 1;
	opacity: 0;
	transition: opacity .3s linear;
}
.mfp-content.show .popBox {
	opacity: 1;
}
.mfp-bg {
	display: none;
}
.popBox:before {
	width: 100%;
	min-width: 2180px;
	height: 1124px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/index/pop_bg.png") no-repeat left top;
	background-size: 100% 1124px;
	content: "";
	opacity: 0.04;
	z-index: 10;
}
.popBox .content {
	padding: 149px 20px;
	position: relative;
	z-index: 15;
}
.popBox .showBox {
	margin-bottom: 131px;
	display: flex;
	justify-content: space-between;
}
.popBox .showBox .leftBox {
	flex: 1;
}
.popBox .showBox .rightBox {
	margin: 120px 0 0 50px;
	width: 610px;
	flex-shrink: 0;
}
.popBox .showBox .rightBox .title {
	margin-bottom: 8px;
	font-size: 1.5rem;
	font-weight: 500;
}
.popBox .showBox p {
	line-height: 1.76;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.popBox .headLine03 {
	margin-bottom: 35px;
	font-size: 4.8rem;
	line-height: 1.43;
}
.popBox .comTitle {
	margin-bottom: 35px;
}
.popBox .slideBox {
	position: relative;
}
.popBox .slideBox .imgUl {
	box-shadow: 24px 24px 48px rgba(0, 0, 0, 0.1);
}
.popBox .arrowUl {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 1;
}
.popBox .arrowUl li {
	margin: 0 42px;
	width: 25px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.popBox .numUl {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.popBox .numUl li {
	width: 28px;
	text-align: center;
}
.popBox .numUl::after {
	width: 1px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: rotate(22deg);
	background-color: #fff;
	content: "";
}
.popBox .notesBox {
	padding: 20px 20px 19px;
	margin-top: 34px;
	font-size: 1.5rem;
	background-color: #1A316F;
}
.popBox .notesBox .title {
	margin-bottom: 9px;
	text-align: center;
	font-weight: bold;
}
.popBox .flowUl {
	margin: 0 -1px 131px;
	display: flex;
	flex-wrap: wrap;
}
.popBox .flowUl li {
	margin: 0 1px;
	width: calc(16.66% - 2px);
	padding: 26px 20px 20px;
	color: #00236E;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #fff;
	line-height: 1.61;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	box-sizing: border-box;
	position: relative;
}
.popBox .flowUl li::after {
	margin-top: -10px;
	width: 13px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -14px;
	background: url("../img/index/icon01.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
}
.popBox .flowUl li:nth-child(6n)::after {
	display: none;
}
.popBox .flowUl .title {
	margin-bottom: 17px;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	letter-spacing: 0.1em;
}
.popBox .flowUl .image {
	margin-bottom: 27px;
	text-align: center;
}
.popBox .flowUl .image img {
	width: 130px;
}
.popBox .flowUl p {
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.05em;
}
.popBox .voiceBox .headLine04 {
	margin-bottom: 93px;
}
.popBox .voiceBox .flexBox {
	display: flex;
	justify-content: space-between;
}
.popBox .voiceBox .listUl {
	width: 410px;
}
.popBox .voiceBox .listUl li {
	margin-bottom: 50px;
	box-shadow: 24px 24px 48px rgba(0, 0, 0, 0.1);
}
.popBox .voiceBox .listUl li:last-child {
	margin-bottom: 0;
}
.popBox .voiceBox .listUl img {
	width: 100%;
}
.popBox .voiceBox .rightBox {
	margin: -5px 0 0 60px;
	flex: 1;
}
.popBox .comBtn03 {
	margin: 101px 0 0 0;
	background-color: rgba(232,230,228,0.1);
}
.popBox .comBtn03 a {
	color: #021C61;
	background-color: #fff;
}
.popBox .close {
	width: 34px;
	position: fixed;
	top: 46px;
	right: 49px;
	cursor: pointer;
	z-index: 999;
}
.popBox02 {
	background-color: #343233;
}
.popBox02 .notesBox {
	background-color: #414141;
}
.popBox02 .headLine04 .inner {
	background-color: #343233;
}
.popBox02 .flowUl li {
	color: #343233;
}
.popBox02 .flowUl li::after {
	background-image: url("../img/index/icon02.png");
}
.popBox02 .comBtn03 a {
	color: #343233;
}
.popBox02 .comTitle .day {
	color: #343233;
}
/* popBox03 */
.popBox03 {
	background-color: #7D6E5B;
}
.popBox03 .notesBox {
	background-color: #8E7E69;
}
.popBox03 .headLine04 .inner {
	background-color: #7D6E5B;
}
.popBox03 .flowUl li {
	color: #7D6E5B;
}
.popBox03 .flowUl li::after {
	background-image: url("../img/index/icon03.png");
}
.popBox03 .comBtn03 a {
	color: #7D6E5B;
}
.popBox03 .comTitle .day {
	color: #7D6E5B;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.popBox .showBox .rightBox {
		width: 430px;
	}
	.popBox .headLine03 {
		font-size: 4.4rem;
	}
}
@media all and (min-width: 897px) {
	.popBox .arrowUl li:hover {
		opacity: 0.7;
	}
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.popBox {
		font-size: 1.4rem;
	}
	.popBox .showBox {
		margin-bottom: 61px;
		display: block;
	}
	.popBox .showBox .rightBox {
		margin: 0;
		width: auto;
	}
	.popBox .content {
		padding: 60px 0;
		margin: 0 25px;
	}
	.popBox .headLine03 {
		margin-bottom: 8px;
		font-size: 3rem;
		line-height: 1.43;
	}
	.popBox .comTitle {
		margin-bottom: 8px;
	}
	.popBox .showBox p {
		line-height: 1.57;
		letter-spacing: 0.05em;
	}
	.popBox .notesBox .title {
		margin-bottom: 7px;
	}
	.popBox .notesBox {
		padding: 18px 20px 14px;
		margin-top: 16px;
		font-size: 1.3rem;
	}
	.popBox .showBox .leftBox {
		margin-bottom: 31px;
	}
	.popBox .showBox .rightBox .title {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.popBox .flowUl {
		margin: 0 0 61px;
		display: block;
	}
	.popBox .flowUl li {
		margin: 0 0 2px;
		padding: 14px 20px 14px 0;
		font-size: 1.2rem;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 1.58;
	}
	.popBox .flowUl .image {
		margin: 0;
		width: 97px;
	}
	.popBox .flowUl .innerBox {
		margin-left: -1px;
		flex: 1;
	}
	.popBox .voiceBox .flexBox {
		display: block;
	}
	.popBox .voiceBox .listUl {
		margin: 0 -25px;
		width: auto;
		display: flex;
		justify-content: baseline;
	}
	.popBox .voiceBox .listUl li {
		width: 50%;
		margin: 0;
	}
	.popBox .voiceBox .rightBox {
		margin: 0 -5px;
		padding: 26px 0;
		flex: 1;
	}
	.popBox .flowUl .title {
		margin-bottom: 0;
		text-align: left;
	}
	.popBox .close {
		width: 34px;
		top: 19px;
		right: 19px;
	}
	.popBox .arrowUl {
		margin-top: 18px;
	}
	.popBox .numUl {
		bottom: 1px;
		font-size: 1.5rem;
	}
	.popBox .numUl li {
		width: 26px;
	}
	.popBox .voiceBox .headLine04 {
		margin-bottom: 17px;
	}
	.popBox .comBtn03 {
		margin: 10px -15px 0;
	}
	.popBox .comBtn a img {
		width: 22px;
	}
	.popBox .flowUl li::after {
		margin: 0 0 0 -6px;
		width: 12px;
		height: 20px;
		top: auto;
		right: auto;
		transform: rotate(90deg);
		bottom: -17px;
		left: 50%;
	}
}


/* add 20220714 */
.date_txt {
	color: #03236E;
    font-weight: bold;	
}


/* add 20230516 */
.info_txt {
	color: #c70000;
    font-weight: bold;
}
