
/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #1f2a67;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.col_topmain::after {
	content: "";
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0));
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.movie_main {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.movie_main::after {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #007fae;
	mix-blend-mode: screen;
	opacity: 0.54;
	position: absolute;
	top: 0;
	left: 0;
}
.movie_main video {
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.movie_main.tall video {
	width: auto;
	height: 100%;
}

.bg_slider {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg_slider ul.slider {
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}
.bg_slider ul.slider li {
	height: 100%;
	margin: 0;
	padding: 0;
}
.bg_slider ul.slider li img {
	width: auto;
	height: 100%;
}
.bg_slider ul.slider li.wide img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 481px) {
	.bg_slider ul.slider li img.sp { display: none; }
}
@media screen and (max-width: 480px) {
	.bg_slider ul.slider li img.pc { display: none; }
}
.col_topmain .bg_slider::after {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
}
.cont_topmain {
	width: 100%;
	max-width: 1260px;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.cont_topmain .bg_topmain {
	width: 250%;
	max-width: 1241px;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.cont_topmain .bg_topmain img { width: 100%; }

.cont_topmain .lead {
	width: 74vw;
	max-width: 495px;
	height: 74vw;
	max-height: 495px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}
.cont_topmain .lead::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: solid 2px #fff;
	filter: drop-shadow(6px 6px 5px rgba(0,0,0,0.5));
	position: absolute;
	top: 0;
	left: 0;
}
.cont_topmain .lead::after {
	content: "";
	width: 136px;
	height: 2px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	filter: drop-shadow(6px 6px 5px rgba(0,0,0,0.5));
	transform: rotate(-45deg);
	transform-origin: center center;
	position: absolute;
	right: -38px;
	bottom: 28px;
}
a.top_anchor {
	width: 82px;
	height: 82px;
	margin: 0;
	padding: 0;
/*	opacity: 0.7; */
	border: solid 2px #fff;
	border-radius: 50%;
	transition: all .5s;
	display: block;
	pointer-events: auto;
	position: absolute;
	right: 2%;
	bottom: 4%;
	/* 20250327追記 */
	background-color: rgba(31,42,103,0.3);
	filter: drop-shadow(0 0 5px rgba(31,42,103,1));
}
a.top_anchor:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.4);
}
a.top_anchor::before {
	content: "";
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}


.col_topmission {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #1f2a67;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.cont_topmission {
	width: 100%;
	max-width: 1260px;
	height: 100%;
	margin: 0 auto;
	padding: 85px 55px 55px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 1000px) {
	.cont_topmission { padding: 85px 40px 40px; }
}
@media screen and (max-width: 730px) {
	.cont_topmission {
		padding: 4% 4% 0;
		flex-direction: column;
	}
}
.cont_topmission .lead {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 57px;
}
@media screen and (max-width: 730px) {
	.cont_topmission .lead { font-size: min( 10.5vw, 40px ); }
}
.mission1 .cont_topmission .lead {
	margin-left: 30px;
	order: 1;
}
@media screen and (max-width: 730px) {
	.mission1 .cont_topmission .lead { order: 0; }
}
.cont_topmission .lead .inner {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
}
.cont_topmission .lead span {
	margin: 0;
	padding: 0.3em 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-right: solid 1px #fff;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}
.cont_topmission .lead span:last-child { border-left: solid 1px #fff; }

.cont_topmission .cont {
	width: 744px;
	margin: 0;
	padding: 88px 9% 45px 4.5%;
	color: #fff;
	box-sizing: border-box;
	align-self: flex-end;
	position: relative;
	z-index: 0;
}
.cont_topmission .cont::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(31,42,103,0.8);
	position: absolute;
	z-index: -1;
	top: 55px;
	right: 55px;
}
.cont_topmission .cont::after {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: solid 2px #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 1000px) {
	.cont_topmission .cont::before {
		top: 40px;
		right: 40px;
	}
}
@media screen and (max-width: 730px) {
	.cont_topmission .cont {
		width: 100%;
		padding: 4vw 5% calc( 5vw + 30px );
	}
	.cont_topmission .cont::before {
		width: 110vw;
		transform: translateX(-50%);
		top: 0;
		left: 50%;
		right: auto;
	}
	.cont_topmission .cont::after { top: -30px; }
}
.cont_topmission .cont .mds_mission {
	width: 100%;
	margin: 0 0 35px;
	padding: 0 0 35px;
	display: flex;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 700px) {
	.cont_topmission .cont .mds_mission {
		margin: 0 0 20px;
		padding: 0 0 20px;
		display: block;
	}
}
.cont_topmission .cont .mds_mission .num {
	width: 22.4%;
	margin: 0 4% 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
}
.cont_topmission .cont .mds_mission .num::before {
	content: "";
	width: 22.34vw;
	max-width: 134px;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	transform-origin: right top;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
}
.cont_topmission .cont .mds_mission .num img { width: 63.8%; }
@media screen and (max-width: 700px) {
	.cont_topmission .cont .mds_mission .num {
		max-width: 94px;
		margin: 0 auto 10px;
		padding-bottom: min(4.3vw, 24px);
	}
	.cont_topmission .cont .mds_mission .num::before {
		width: 17.22vw;
		max-width: 90px;
	}
}
.cont_topmission .cont .mds_mission .mds {
	margin: 0;
	padding: 0;
	font-size: min( 8vw, 32px );
	font-weight: 400;
	line-height: 1.4;
}
@media screen and (max-width: 700px) {
	.cont_topmission .cont .mds_mission .mds {
		font-size: min( 5.833vw, 28px );
		text-align: center;
	}
}
.cont_topmission .cont .mds_mission .dot {
	top: 100%;
	bottom: auto;
}
.cont_topmission .cont .mds_mission .dot span {
	background-color: #fff;
}
.cont_topmission .cont .txt {
	line-height: 1.86;
}
.btn_topdetail {
	width: 165px;
	height: 44px;
	margin: 0;
	padding: 0;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont_topmission .cont .btn_topdetail { margin-top: 30px; }
@media screen and (max-width: 730px) {
	.cont_topmission .cont .btn_topdetail { margin-top: 15px; }
}
.btn_topdetail .inner {
	width: 6em;
	height: 1.5em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.btn_topdetail .inner .btntxt {
	line-height: 1.5;
	display: inline-block;
}
a.btn_topdetail:hover .inner .btntxt { animation: btn-hover1 1s forwards; }
@keyframes btn-hover1 {
	0% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
.btn_topdetail .arrow {
	width: 10px;
	height: 10px;
	margin: 0 0 0 8px;
	padding: 0;
	position: relative;
	z-index: 0;
}
.btn_topdetail .arrow::before {
	content: "";
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc( 50% - 2px );
	left: 0;
}
a.btn_topdetail:hover .arrow::before { width: calc( 100% + 3px ); }


@media screen and (min-width: 731px) {
	.cont_topmission .cont .top_anchor.sp {
		display: none;
	}
}
@media screen and (max-width: 730px) {
	.cont_topmission .cont .top_anchor {
		width: 11.4vw;
		height: 11.4vw;
		transform: translateX(-50%);
		pointer-events: auto;
		right: auto;
		left: 50%;
		bottom: calc( 103.5% + 30px );
	}
	.cont_topmission .cont .top_anchor::before {
		width: 2vw;
		height: 2vw;
	}
}
.cont_topmission a.top_anchor.pc {
	right: 55px;
}
.col_topmission .en_mission {
	width: 100%;
	max-width: 1260px;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.3;
	transform: translateX(-50%);
	pointer-events: none;
	position: absolute;
	top: -0.5%;
	left: 49.3%;
}
.col_topmission .en_mission img {
	width: auto;
	height: 101%;
}
@media screen and (max-width: 730px) {
	.col_topmission .top_anchor.pc {
		display: none;
	}
}
.mission2 .cont_topmission .lead {
	margin-right: 30px;
}
@media screen and (max-width: 730px) {
	.mission2 .cont_topmission .lead { flex-direction: row; }
}
.mission2 .cont_topmission .cont { padding: 88px 4.5% 65px 9%; }
@media screen and (max-width: 730px) {
	.mission2 .cont_topmission { align-items: flex-start; }
}
.mission2 .cont_topmission .cont::before {
	right: auto;
	left: 55px;
}
@media screen and (max-width: 1000px) {
	.mission2 .cont_topmission .cont::before {
		left: 40px;
	}
}
@media screen and (max-width: 730px) {
	.mission2 .cont_topmission .cont { padding: 5vw 5% calc( 5vw + 30px ); }
	.mission2 .cont_topmission .cont::before {
		rigiht: auto;
		left: 50%;
	}
}
.mission2 .cont_topmission .cont .txt { padding: 0 90px 0 0; }
@media screen and (max-width: 850px) {
	.mission2 .cont_topmission .cont .txt { padding: 0; }
}
.mission2 .cont_topmission a.top_anchor.pc {
	right: 90px;
	bottom: 120px;
}
@media screen and (max-width: 1000px) {
	.mission2 .cont_topmission a.top_anchor.pc { right: 70px; }
}
@media screen and (max-width: 850px) {
	.mission2 .cont_topmission a.top_anchor.pc { bottom: 80px; }
}

.col_topmission.mission2 .en_mission {
	text-align: right;
	left: 50.7%;
}
.col_topmission.mission2 .en_mission img { transform: rotate(180deg); }
/*.col_topmission.mission2 a.top_anchor.pc {
	left: 2%;
	right: auto;
} */

.col_topnews {
	width: 100%;
	max-width: 1128px;
	margin: 0 auto;
	padding: 80px 3%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.col_topnews .cont_mds {
	width: 164px;
	margin: 0;
	padding: 0;
}
.col_topnews .cont_mds .mds {
	margin: 0 0 28px;
	padding: 0 0 28px;
	position: relative;
	z-index: 0;
}
.col_topnews .cont_mds .mds .en {
	margin: 0;
	padding: 0;
	font-size: min( 13.7vw, 52px );
	line-height: 1;
}
.col_topnews .cont_mds .mds .jp {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}
.col_topnews .cont_mds .mds .dot {
	transform: none;
	left: 0;
}
.col_topnews .cont_mds .mds .dot span {
	width: 4px;
	height: 4px;
}
.col_topnews .cont_mds a.btn_topdetail {
	color: #000;
	border-color: #000;
}
.col_topnews a.btn_topdetail .arrow::before { border-color: #000; }

@media screen and (max-width: 850px) {
	.col_topnews {
		padding: 40px 3% 5px;
		display: block;
	}
	.col_topnews .cont_mds {
		width: 100%;
		margin: 0 0 10px;
		padding: 0 10px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.col_topnews .cont_mds .mds {
		margin: 0;
	}
}

.col_topnews .cont_topnews {
	width: calc( 96% - 164px );
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 850px) {
	.col_topnews .cont_topnews {
		width: 100%;
		justify-content: flex-end;
	}
}
.col_topnews .cont_topnews a {
	width: 100%;
	margin: 0;
	padding: 12px 0;
	color: #000;
	border-bottom: dotted 1px #aaa;
	box-sizing: border-box;
	transition: all .5s;
	display: flex;
}
@media screen and (max-width: 1024px) {
	.col_topnews .cont_topnews a { display: block; }
}

.col_topnews .cont_topnews a:last-child { border-bottom: none; }
.col_topnews .cont_topnews a:hover { background-color: #f5f5f5; }
.col_topnews .cont_topnews a .txt_info {
	width: 170px;
	margin: 0;
	padding: 0 0 0 5px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	.col_topnews .cont_topnews a .txt_info { width: 100%; }
}
.col_topnews .cont_topnews a .txt_info .date {
	margin: 0;
	padding: 0;
}
.col_topnews .cont_topnews a .txt_info .label {
	margin: 0 10px 0 0;
	padding: 0 0.6em;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
	z-index: 0
}
.col_topnews .cont_topnews a:hover .txt_info .label { color: #1f2a67; }
.col_topnews .cont_topnews a:hover .txt_info .label.recruit { color: #d0121b; }
.col_topnews .cont_topnews a .txt_info .label::before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1em #1f2a67;
	border-right-width: 4em;
	border-left-width: 4em;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}
.col_topnews .cont_topnews a .txt_info .label.recruit::before { border-color: #d0121b; }
.col_topnews .cont_topnews a:hover .txt_info .label::before {
	border-width: 1px;
}
.col_topnews .cont_topnews a .title {
	width: calc( 100% - 170px );
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.col_topnews .cont_topnews a .title {
		width: 100%;
		ailgn-items: flex-end;
	}
}
@media screen and (max-width: 850px) {
	.col_topnews .cont_topnews a .title {
		font-size: 18px;
		display: block; 
	}
}
.col_topnews .cont_topnews a .title .txt {
	width: calc( 100% - 170px );
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 850px) {
	.col_topnews .cont_topnews a .title .txt {
		width: auto;
		padding: 0 0.5em 0 0;
		display: inline;
	}
}
.col_topnews .cont_topnews a .title .link_detail {
	width: 160px;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 850px) {
	.col_topnews .cont_topnews a .title .link_detail {
		display: inline-block;
	}
}
.col_topnews .cont_topnews a .title .link_detail::before {
	content: "";
	width: 14px;
	height: 4px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: skew(45deg);
	transition: width .5s;
	position: absolute;
	top: calc( 50% - 3px );
	left: calc( 100% - 18px );
}
.col_topnews .cont_topnews a:hover .title .link_detail::before { width: 17px; }
.col_topnews .cont_topnews a .title .link_detail::after {
	content: "";
	width: 0;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #000;
	transition: width .5s;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (min-width: 851px) {
	.col_topnews .cont_topnews a:hover .title .link_detail::after { width: calc( 100% - 20px ); }
}


/* 2024.12.11 レイアウト変更（サムネなし）
.col_topnews .cont_topnews.slick-slider {
	display: flex;
	flex-wrap: wrap;
}
.col_topnews .cont_topnews.slick-slider .slick-list { order: 1; }

.col_topnews .cont_topnews .slick-arrow {
	width: 46px;
	height: 46px;
	margin: 0 0 20px;
	padding: 0;
	border: solid 1px #000;
	background-color: #000;
	transition: all .5s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.col_topnews .cont_topnews .slick-arrow.slick-disabled {
	opacity: 0.4;
	pointer-events: none;
}
.col_topnews .cont_topnews .slick-arrow:not(.slick-disabled):hover { background-color: #fff; }
.col_topnews .cont_topnews .slick-arrow.prev { margin: 0 14px 0 10px; }
.col_topnews .cont_topnews .slick-arrow::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.col_topnews .cont_topnews .slick-arrow.prev::before {
	border-right: none;
	border-left: solid 1px #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.col_topnews .cont_topnews .slick-arrow:not(.slick-disabled):hover::before { border-color: #000; }
@media screen and (max-width: 850px) {
	.col_topnews .cont_topnews .slick-arrow {
		margin: 0;
		position: absolute;
		top: -115px;
	}
	.col_topnews .cont_topnews .slick-arrow.prev {
		margin: 0;
		right: 60px;
	}
}
.col_topnews .cont_topnews a .thumb {
	width: 100%;
	height: calc( ((100vw - 208px )/3 - 20px )*0.7 );
	max-height: 180px;
	margin: 0 0 10px;
	background-color: rgba(31,42,103,0.08);
	overflow: hidden;
}
.col_topnews .cont_topnews a .thumb img {
	width: auto;
	height: 102%;
	transition: transform .3s;
	transform: translate(-50%, -50%);
	position: relative;
	z-index: 0;
	top: 50%;
	left: 50%;
}
.col_topnews .cont_topnews a:hover .thumb img {
	transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 850px) {
	.col_topnews .cont_topnews a .thumb {
		height: calc( (( 94vw + 20px )/3 - 20px )*0.7 );
	}
}
@media screen and (max-width: 700px) {
	.col_topnews .cont_topnews a .thumb {
		height: calc( ( 94vw / 2 - 20px )*0.7 );
		max-height: unset;
	}
}
@media screen and (max-width: 500px) {
	.col_topnews .cont_topnews a .thumb {
		height: calc( ( 78vw - 20px )*0.7 );
	}
}
*/

.bg_topgray {
	margin: 0;
	padding: 90px 0 1px;
	background-color: #ebebec;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	.bg_topgray { padding: 50px 0 0; }
}
.mds_top {
	margin: 0 0 55px;
	padding: 0 0 32px;
	text-align: center;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 700px) {
	.mds_top {
		margin: 0 0 35px;
		padding: 0 0 20px;
	}
}
.mds_top .en {
	margin: 0;
	padding: 0;
	font-size: min( 10.8vw, 52px );
	font-weight: 500;
}
.mds_top.topevent .en {
	transition: all 1s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.mds_top.topevent.active .en {
	opacity: 1;
	top: 0;
}
@media screen and (max-width: 700px) {
	.mds_top .en { line-height: 1.5; }
}
.mds_top .jp {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.mds_top.topevent .jp {
	transition: all 1s;
	transition-delay: .5s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.mds_top.topevent.active .jp {
	opacity: 1;
	top: 0;
}
.mds_top .dot span {
	background-color: #3e3a39;
}
.col_topabout {
	width: 90%;
	max-width: 1128px;
	margin: 0 auto;
	padding: 80px 5.6% 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.col_topabout::before {
	content: "";
	width: 100vw;
	height: calc( 100% - 100px );
	background-color: #1f2a67;
	transform: translateX(-50%);
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: -2;
}
.col_topabout::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 700px) {
	.col_topabout {
		padding: 10vw 0 10px;
		display: block;
	}
	.col_topabout::before {
		height: calc( 100% - 20vw );
		top: 10vw;
	}
	
}
.col_topabout a.cont {
	width: 46.8%;
	margin: 0;
	padding: 0;
	color: #000;
	display: block;
}
@media screen and (max-width: 700px) {
	.col_topabout a.cont {
		width: 86%;
		margin: 0 auto 20px;
	}
}
.col_topabout .cont .img {
	margin: 0;
	padding: 0;
}
.col_topabout .cont.topevent .img {
	transition: all 1.5s;
	opacity: 0;
	overflow: hidden;
}
.col_topabout .cont.topevent.active .img {
	opacity: 1;
}
.col_topabout .cont.topevent .img img { transition: transform .5s; }
.col_topabout a.cont:hover .img img {
	transform: scale(1.05);
	transform-origin: center center;
}
.col_topabout .cont .txt {
	width: 82%;
	margin: 0 auto -100px;
	padding: 30px 0;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	position: relative;
	z-index: 0;
	top: -100px;
}
.col_topabout .cont.topevent .txt {
	transition: all 1s;
	transition-delay: .8s;
	opacity: 0;
	top: -80px;
}
.col_topabout .cont.topevent.active .txt {
	opacity: 1;
	top: -100px;
}
@media screen and (max-width: 700px) {
	.col_topabout .cont .txt {
		margin: 0 auto -80px;
		padding: 20px 0;
		top: -80px;
	}
}
.col_topabout .cont .txt .mds {
	margin: 0;
	padding: 0;
	font-size: min(6.75vw, 27px);
	font-weight: 500;
}
.col_topabout .cont .txt .en {
	margin: 0 0 15px;
	padding: 0;
	color: #1f2a67;
	font-size: min(4.5vw, 18px);
	font-weight: 500;
}
.col_topabout .cont .txt .btn_topdetail {
	width: 80%;
	max-width: 165px;
	margin: 0 auto;
	color: #000;
	border-color: #000;
}
.col_topabout a.cont:hover .txt .btn_topdetail .inner .btntxt { animation: btn-hover1 1s forwards; }
.col_topabout .cont .txt .btn_topdetail .arrow::before { border-color: #000; }
.col_topabout .cont:hover .txt .btn_topdetail .arrow::before { width: calc( 100% + 3px ); }
.col_topbusiness {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto 110px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 1064px) {
	.col_topbusiness {
		max-width: 840px;
	}
}
@media screen and (max-width: 700px) {
	.col_topbusiness {
		margin: 0 auto 40px;
	}
}
.col_topbusiness a {
	width: calc( 100%/6 );
	margin: 0;
	padding: 0;
	color: #000;
	display: block;
}
.col_topbusiness.topevent a {
	transition: all 1s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.col_topbusiness.topevent.active a {
	opacity: 1;
	top: 0;
}
.col_topbusiness.topevent a:nth-child(2) { transition-delay: .2s; }
.col_topbusiness.topevent a:nth-child(3) { transition-delay: .4s; }
.col_topbusiness.topevent a:nth-child(4) { transition-delay: .6s; }
.col_topbusiness.topevent a:nth-child(5) { transition-delay: .8s; }
.col_topbusiness.topevent a:nth-child(6) { transition-delay: 1s; }
@media screen and (max-width: 1064px) {
	.col_topbusiness a {
		width: calc( 100% / 3 );
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 580px) {
	.col_topbusiness {
		width: 90%;
		justify-content: flex-start;
	}
	.col_topbusiness a {
		width: 50%;
		margin: 0 0 20px;
	}
}
.col_topbusiness a .thumb {
	max-height: 185px;
	margin: 0;
	padding: 0;
	overflow: hidden
}
@media screen and (max-width: 1064px) {
	.col_topbusiness a .thumb {
		height: calc( ( 100vw/3 )/210*185 );
		max-height: 246px;
	}
}
@media screen and (max-width: 580px) {
	.col_topbusiness a .thumb {
		height: auto;
		max-height: unset;
	}
}
.col_topbusiness a .thumb img { transition: transform .5s; }
.col_topbusiness a:hover .thumb img { transform: scale(1.1); }
.col_topbusiness a .txt {
	width: 86%;
	max-width: 200px;
	height: 90px;
	margin: 0 auto -35px;
	padding: 5px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: background .5s;
	position: relative;
	top: -35px;
}
.col_topbusiness a:hover .txt { background-color: rgba(255,255,255,1); }
@media screen and (max-width: 580px) {
	.col_topbusiness a .txt {
		width: 100%;
		max-width: unset;
		height: calc( 100% - ( 45vw/490*476 ) + 35px );
		padding: 10px 5px 15px;
	}
}
.col_topbusiness a .txt .mds {
	margin: 0 0 0.1em;
	padding: 0;
	font-size: min(5.29vw, 18px);
}
.col_topbusiness a .txt .en {
	margin: 0;
	padding: 0;
	color: #1f2a67;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}
@media screen and (min-width: 581px) {
	.col_topbusiness a .txt .en .sp { display: inline; }
}
@media screen and (max-width: 580px) {
	.col_topbusiness a .txt .en .pc { display: none; }
}
.bg_topblog {
	margin: 0;
	padding: 0 0 94px;
	background-color: #ebebec;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.bg_topblog::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1f2a67;
	position: absolute;
	top: 77px;
	left: 0;
	z-index: -1;
}
.col_topblog {
	width: 90%;
	max-width: 1066px;
	margin: 0 auto;
	padding: 66px 0 60px;
	background-color: #fff;
}
.inner_topblog{
	width: 90%;
	max-width: 912px;
	margin: 0 auto;
}
.cont_blog {
	width: 90%;
	max-width: 912px;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 850px) {
	.bg_topblog { padding: 0 0 12.5vw; }
	.bg_topblog::before { top: 12.5vw; }
	.col_topblog { padding: 45px 0; }
	.cont_blog {
		width: calc( 100% - 120px );
		margin: 0 auto;
	}
}


/* 2024.12.11 インスタ埋め込みに変更
.cont_blog .slick-arrow {
	width: 46px;
	height: 46px;
	margin: 0 0 20px;
	padding: 0;
	background-color: #000;
	border: solid 1px #000;
	transition: all .5s;
	cursor: pointer;
	position: absolute;
	top: calc( 50% - 23px );
}
.cont_blog .slick-arrow.slick-disabled {
	opacity: 0.4;
	pointer-events: none;
}
.cont_blog .slick-arrow:not(.slick-disabled):hover { background-color: #fff; }
.cont_blog .slick-arrow.prev {
	left: -80px;
}
.cont_blog .slick-arrow.next {
	right: -80px;
}
@media screen and (max-width: 850px) {
	.cont_blog .slick-arrow.prev { left: -50px; }
	.cont_blog .slick-arrow.next { right: -50px; }
}
.cont_blog .slick-arrow::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.cont_blog .slick-arrow.prev::before {
	border-right: none;
	border-left: solid 1px #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.cont_blog .slick-arrow:not(.slick-disabled):hover::before { border-color: #000; }


.cont_blog a .thumb {
	width: 100%;
	height: calc( ((90vw - 200px )/3 - 20px )*0.7 );
	max-height: 166px;
	margin: 0 0 8px;
	padding: 0;
	background-color: rgba(31,42,103,0.08);
	overflow: hidden;
}
@media screen and (max-width: 850px) {
	.cont_blog a .thumb {
		height: calc( ((90vw - 120px )/2 - 20px )*0.7 );
		max-height: unset;
	}
}
@media screen and (max-width: 600px) {
	.cont_blog a .thumb { height: calc( ((90vw - 120px ) - 20px )*0.7 ); }
}
.cont_blog a .thumb img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	transition: transform .5s;
	position: relative;
	top: 50%;
	left: 50%;
}
.cont_blog a:hover .thumb img { transform: translate(-50%, -50%) scale(1.1); }
.cont_blog a .date {
	margin: 0 0 3px;
	padding: 0;
	font-weight: 300;
}
.cont_blog a .title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.44;
}
.col_topblog a.btn_topdetail {
	width: 166px;
	margin: 0 auto;
	color: #000;
	border-color: #000;
	border-radius: 2em;
}
.col_topblog a.btn_topdetail .arrow::before { border-color: #000; }
.col_topblog a.btn_bloglist:hover {
	color: #fff;
	background-color: #000;
}
*/

.cont_blog a {
	width: 22%;
	margin: 0;
	padding: 0;
	color: #000;
	transition: all .5s;
	display: block;
}
@media screen and (max-width: 850px) {
	.cont_blog a {
		width: 46%;
		margin: 0 0 8%;
	}
}
.cont_blog a:hover { background-color: #f5f5f5; }

.cont_blog a img { width: 100%; }

.bg_toprecruit {
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: url(../img/top/bg_recruit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 700px) {
	.bg_toprecruit {
		background-image: url(../img/top/sp/bg_recruit.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.bg_toprecruit .deco {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: -0.6%;
}
.bg_toprecruit .deco img {
	width: auto;
	height: 100%;
}
.col_toprecruit {
	width: 100%;
	max-width: 1066px;
	margin: 0 auto;
	padding: 0 0 0 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 900px) {
	.col_toprecruit {
		padding: 0;
		display: block;
	}
}
.col_toprecruit .lead {
	margin: 0;
	padding: 0;
	order: 1;
}
.col_toprecruit .lead .inner {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.col_toprecruit .lead span {
	margin: 0 0 0 0.2em;
	padding: 0 0 0 0.2em;
	font-size: 111px;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-left: solid 1px #fff;
}
@media screen and (max-width: 900px) {
	.col_toprecruit .lead span {
		margin: 0;
		padding: 0 0.2em;
		font-size: 12.3vw;
	}
}
.cont_toprecruit {
	margin: 0 30px 0 0;
	padding: 0 0 55px;
	align-self: flex-end;
}
@media screen and (max-width: 900px) {
	.cont_toprecruit {
		width: 90%;
		margin: 0 auto -60px;
		position:relative;
		top: -60px;
	}
}
@media screen and (max-width: 500px) {
	.cont_toprecruit {
		margin: 0 auto -12vw;
		top: -12vw;
	}
}
.cont_toprecruit .cont_mds {
	margin: 0 0 28px;
	padding: 0 0 32px;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 500px) {
	.cont_toprecruit .cont_mds {
		margin: 0 0 12px;
		padding: 0 0 20px;
	}
}
.cont_toprecruit .cont_mds .en {
	margin: 0;
	padding: 0;
	font-size: min( 11vw, 52px );
}
.cont_toprecruit.topevent .cont_mds .en {
	transition: all 1s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.cont_toprecruit.topevent.active .cont_mds .en {
	opacity: 1;
	top: 0;
}
.cont_toprecruit .cont_mds .mds {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}
.cont_toprecruit.topevent .cont_mds .mds {
	transition: all 1s;
	transition-delay: .5s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.cont_toprecruit.topevent.active .cont_mds .mds {
	opacity: 1;
	top: 0;
}
.cont_toprecruit .cont_mds .dot {
	transform: none;
	left: 0;
}
.cont_toprecruit .cont_mds .dot span {
	background-color: #fff;
}
.cont_toprecruit .txt {
	margin: 0 0 50px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.cont_toprecruit.topevent .txt {
	transition: all 1s;
	transition-delay: 1s;
	opacity: 0;
	position: relative;
	top: 20px;
}
.cont_toprecruit.topevent.active .txt {
	opacity: 1;
	top: 0;
}
.cont_toprecruit a.btn_topdetail {
	width: 166px;
	margin: 0;
}








