@charset "utf-8";
/* CSS Document */

/*======================
main
======================*/
.top_mv{
	background-color: #F4FBFF;
	width: 100%;
	height: 685px;	
	position: relative;
}

.mv_wrap{
	width: 100%;
	height: 525px;
	position: relative;
}

.mv_bg{
	width: 100%;
	height: 100%;
}
.mv_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.mv_inner{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 525px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mv_catchcopy{
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1200px;
}

.mv_catchcopy .inner{
	display: flex;
	align-items: center;
}
.mv_catchcopy .mv_img img{
	width: 235px;
	height: auto;
}
.mv_ttl_wrap{
	margin-left: -13%;
}
.mv_ttl img{
	width: 452px;
	height: auto;
	margin-bottom: 20px;
}
.mv_ttl_en img{
	width: auto;
	height: 15px;
	object-fit: contain;
}

.mv_wrap .mv{
	position: absolute;
	    width: 45%;
    height: 80%;
    bottom: -10%;
    right: 0px;
}
.mv_wrap .mv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.top_mv_sp{
	display: none;
}

@media only screen and (min-width: 1600px) {
.mv_wrap .mv {
	width: 40%;
    height: 90%;
    bottom: -18%;
}
}

@media only screen and (max-width: 1260px) {
	.mv_catchcopy{
	padding-left: 15px;
}
}
@media only screen and (max-width: 1240px) {
	.mv_ttl_wrap{
	margin-left: -15%;
}
}

@media only screen and (max-width: 1024px) {

	.mv_ttl_wrap{
	margin-left: -18%;
}
	.mv_ttl img{
	width: 45%;
}
	.mv_ttl_en img{
	height: 12px;
}
}

@media only screen and (max-width: 910px) {
	.top_mv{
		display: none;
	}
	.top_mv_sp{
		display: inherit;
		width: 100%;
		height: 100%;
		position: relative;
		padding-bottom: 60px;
		background-color: #F4FBFF;
	}
	.mv_wrap_sp{
		width: 100%;
		height: 890px;
		background: url( "images/mv_bg_tb.jpg") no-repeat center / cover;
		position: relative;
	}
	.mv_inner_sp{
		width: 100%;
		position: absolute;
		bottom: 15%;
		left: 50%;
		transform: translateX(-50%);
	}
	.mv_catchcopy_sp{
		margin-bottom: 60px;
	}
	.mv_catchcopy_sp .mv_ttl img{
		width: 435px;
		height: auto;
	}
	.mv_sp img{
		width: 465px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
.mv_wrap_sp{
		height: 635px;
		background: url( "images/mv_bg_sp.jpg") no-repeat center / cover;
	}
	.mv_catchcopy_sp .mv_ttl img{
		width: 305px;
		height: auto;
	}
	.mv_catchcopy_sp  .mv_ttl_en img{
		height: 10px;
	}
	.mv_sp img{
		width: 305px;
		height: auto;
	}
	
}



/*======================
main_head
======================*/
.main_head{
	margin-bottom: 65px;
}

.main_head .ttl_en{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}
.main_head .ttl{
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}


@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 767px) {
.main_head .ttl{
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.4;
}
	.main_head{
	margin-bottom: 45px;
}
}



/*======================
top_about
======================*/
.top_about{
	background: url("images/about_bg.jpg") no-repeat center / cover;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	position: relative;
	z-index: 0;
}
.top_about::before,.top_about::after{
		content: "";
	width: 100%;
	height: 168px;
	position: absolute;
		z-index: -1;
}

.top_about::before{
	top: 0;
	left: 0;
background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

}
.top_about::after{
	bottom: 0;
	left: 0;
background: linear-gradient(0deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 1024px) {
	.top_about{
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
.top_about{
	background: url("images/about_bg_sp.jpg") no-repeat center / cover;

}
}



.about_message{
	position: relative;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
}

.top_about .img_top{
	padding-left: 8%;
}
.top_about .img_top img{
	width: 400px;
	height: auto;
}

.top_about .img_btm{
	margin-top: 26%;
	margin-left: auto;
}
.top_about .img_btm img{
	max-width: 300px;
	height: auto;
}



.about_message .txt_area{
	padding-top: 140px;
	padding-left: 8%;
}
.about_message .head{
	margin-bottom: 40px;
}
.about_message .head .ttl_en{
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.about_message .head .ttl img{
	width: auto;
	height: 36px;
	object-fit: contain;
}

.about_message .txt{
	font-size: 20px;
}

@media only screen and (max-width: 1240px) {
	.top_about .img_top{
		padding-left: 4%;
	}
	.about_message .txt_area{
	padding-top: 140px;
	padding-left: 4%;
		padding-right: 2%;
}
	.top_about .img_btm{
	margin-top: auto;
}
}

@media only screen and (max-width: 1024px) {
	.top_about{
		padding: 75px 20px ;
	}
.about_message{
	display: block;
}
	
	.img_list_sp{
		display: flex;
		justify-content: center;
	}
	
	.img_list_sp li:last-child{
		margin-top: 60px;
		margin-left: 20px;
	}
	.img_list_sp img{
		max-width: 358px;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.about_message{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
		.about_message .txt_area{
	padding-top: 80px;
	padding-left: 0;
			padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
	.about_message .head{
		margin-bottom: 20px;
	}
	.about_message .head .ttl_en{
	font-size: 16px;
}
.about_message .head .ttl img{
	height: 30px;
}
	.about_message .txt_area{
		padding-top: 30px;
	}
.about_message .txt{
	font-size: 16px;
}
	
}


/*======================
top_recommend
======================*/
.top_recommend{
	background: url( "images/recommend_bg.jpg") no-repeat center / cover;
	position: relative;
	z-index: 0;
	padding-bottom: 100px;
}
.top_recommend::before{
	content: "";
	width: 100%;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: -1;
}

.top_recommend .main_head .ttl{
	font-size: 40px;
}

.recommend_check_area{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 60px;
	background-color: rgba(255,255,255,0.95);
}
.recommend_check_area .check_list{
	width: 550px;
	margin: 0 auto;
}
.recommend_check_area .check_list li{
	font-size: 20px;
	margin-bottom: 30px;
	color: #14315C;
	position: relative;
	padding-left: 50px;
}
.recommend_check_area .check_list li:last-child{
	margin-bottom: 0;
}
.recommend_check_area .check_list li::before{
	content: "";
	background: url( "images/icon/icon_check.svg") no-repeat center / contain;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0.2em; 
	left: 0;
}


@media only screen and (max-width: 1024px) {
	.top_recommend{
		padding-top: 75px;
	}
}
@media only screen and (max-width: 767px) {
	.top_recommend{
		background: none;
			padding-top: 95px;
	padding-bottom: 150px;
		background-color: #F4FBFF;
}
	.top_recommend::after{
		content: "";
		background-image: url("images/recommend_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		        background-position: center;
		width: 100%;
		height: 235px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
	.top_recommend .main_head .ttl{
	font-size: 30px;
}
	.recommend_check_area{
	padding: 45px;
}
	.recommend_check_area .check_list{
	width: 100%;
}
	.recommend_check_area .check_list li{
	font-size: 16px;
	margin-bottom: 35px;
		padding-left: 34px;
}
	.recommend_check_area .check_list li::before{
	width: 22px;
	height: 22px;
}
}


/*======================
top_reason
======================*/
.top_reason{
	background-color: #F4FBFF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.top_reason .main_head{
	margin-bottom: 0;
}

.reason_wrap{
	position: relative;
	z-index: 0;
	padding-top: 85px;
}
.reason_wrap::before,.reason_wrap::after{
		content: "";
	width: 100%;
	height: 225px;
	position: absolute;
	z-index: -1;
}
.reason_wrap::before{
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.reason_wrap::after{
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


.reason_item{
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}
.reason_item:last-of-type{
	margin-bottom: 0;
}

.reason_item01,.reason_item03{
	flex-direction: row-reverse;
}

.reason_item .txt_area{
	width: 100%;
	max-width: 520px;
}
.reason_item .txt_area .ttl{
	font-size: 30px;
	margin-bottom: 40px;
	padding-left: 75px;
	position: relative;
	z-index: 0;
}
.reason_item01 .txt_area .ttl span{
	margin-left: -15px;
}

.reason_item .txt_area .ttl img{
	width: 154px;
	height: auto;
	position: absolute;
	top: -70%;
	left: 0;
	z-index: -1;
}
.reason_item01 .txt_area .ttl img{
	top: -40%;
}

.reason_item .img_area{
	width: 100%;
	max-width: 445px;
	margin: 0 auto;
}

.img_area_sp{
	display: none;
}

@media only screen and (max-width: 1024px) {
	.reason_item{
	padding-left: 20px;
		padding-right: 20px;
}
	.reason_item .txt_area{
	padding-left: 20px;
		padding-right: 20px;
}
}

@media only screen and (max-width: 1023px) {
.reason_item{
	display: block;
}
	.reason_wrap{
		padding-top: 120px;
	}
	.reason_item{
		margin-bottom: 120px;
		padding-left: 20px;
		padding-right: 20px;
	}
		.reason_item:last-of-type{
		margin-bottom: 0;
	}
	.reason_item .txt_area{
	margin: 0 auto;
}
	.reason_item .img_area{
		display: none;
	}
	.img_area_sp{
	display: inherit;
		margin-bottom: 30px;
}
	
}

@media only screen and (max-width: 767px) {
	.top_reason{
		padding-top: 65px;
		padding-bottom: 35px;
	}
		.reason_wrap{
		padding-top: 85px;
	}
	.reason_wrap::before{
	height: 100px;
}
	.reason_item{
		margin-bottom: 85px;
	}
.reason_item .txt_area .ttl img{
	width: 115px;
	top: -70%;
	left: 0;
}
.reason_item01 .txt_area .ttl img{
	top: -40%;
}
	.reason_item .txt_area .ttl{
	font-size: 24px;
	padding-left: 0;
		margin-bottom: 20px;
}
		.img_area_sp{
		margin-bottom: 20px;
}
	
	.reason_wrap::after{
		content: none;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
	.reason_item03{
		background-color: #F4FBFF;
		z-index: 0;
	}
		.reason_item03::after{
		content: "";
	width: 100%;
	height: 225px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: linear-gradient(0deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
}


/*======================
top_voice
======================*/
.top_voice{
	background: url( "images/voice_bg.jpg") no-repeat center / cover;
	position: relative;
	z-index: 0;
	padding-top: 65px;
	padding-bottom: 100px;
}
.top_voice::before{
		content: "";
	width: 100%;
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: -1;
}


.top_voice .caution{
	text-align: right;
	padding-right: 20px;
	margin-bottom: 40px;
	margin-top: -40px;
}


.voice_wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 45px;
	grid-row-gap: 65px;
}

.voice_item{
	max-width: 440px;
	margin: 0 auto;
}
.voice_item .flex_area{
	display: flex;
}
.voice_item .contents_area {
	width: 360px;
}
.voice_item  .img_area{
	margin-bottom: 35px;
	position: relative;
}
.voice_item  .img_area .name{
	background-color: #fff;
	display: inline-block;
	padding: 6px 15px;
	margin-top: -30px;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.voice_item .read_area{
	margin-left: 15px;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.voice_item .read_area p{
	font-size: 24px;
	letter-spacing: 5px;
	background-color: #fff;
	display: inline-block;
	padding: 6px 0;
	line-height: 1;
}

.voice_item .read_area p:last-of-type{
	margin-top: 35px;
	margin-right: 5px;
}
.voice_item01 .read_area p:last-of-type{
	margin-top: 0;
	margin-right: 0;
}

.voice_item  .more_btn{
	margin-top: 25px;
}
.voice_item  .more_btn a{
	width: 180px;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}


@media only screen and (max-width: 1023px) {
.voice_wrap{
	display: block;
}
		.top_voice .caution{
	text-align: center;
	padding-right: 0;
		margin-top: -20px;
	margin-bottom: 40px;
}
	.voice_item {
	margin-bottom: 60px;
}
}

@media only screen and (max-width: 767px) {
.top_voice{
	background: url( "images/voice_bg_sp.jpg") no-repeat center / cover;
	padding-top: 65px;
	padding-bottom: 85px;
}
	

	
	.voice_item{
		width: 100%;
		max-width: fit-content;
		margin-bottom: 45px;
	}
	.voice_item:last-of-type{
		margin-bottom: 0;
	}
	.voice_item .contents_area {
	width: 260px;
		margin: 0 auto;
}
	.voice_item  .img_area img{
	width: 100%;
		height: 220px;
		object-fit: cover;
}
	.voice_item .read_area p{
	font-size: 20px;
}
	.voice_item  .more_btn{
	margin-top: 15px;
}
	.voice_item  .more_btn a{
	width: 100%;
}

}


/*======================
top_strengths
======================*/
.top_strengths{
	padding-top: 100px;
	position: relative;
	z-index: 0;
}
.top_strengths::before{
	content: "";
	width: 100%;
	height: 368px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(244, 251, 255, 1) 27%, rgba(244, 251, 255, 0.82) 68%, rgba(255, 255, 255, 0) 100%);
	z-index: -1
}
.top_strengths::after{
	content: "";
	width: 100%;
	height: 368px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -1
}

.top_strengths .main_head{
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
.top_strengths::before{
	content: none;
}
	.top_strengths::after{
		content: none;
	}
}

@media only screen and (max-width: 767px) {
.top_strengths{
	padding-top: 65px;
}
}


.top_strengths{
	background-attachment: fixed;
		background-image: url("images/strengths_bg.png");
	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
	padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
	.top_strengths{
	background-attachment: inherit;
		background-image: none;
		padding-bottom: 0;
}
}


.strengths_wrap{
	z-index: 1;
	position: relative;
	margin-bottom: 60px;
}

.strengths_scroll{
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}

.strengths_scroll .strengths_img_area{
	max-width: 475px;
	height: 320px;
		position: sticky;
	top: 80px;
	width: 100%;
}
.strengths_scroll .strengths_img_area li{
	height: 320px;
	visibility: hidden;
	position: absolute;
	top: 80px;
	bottom: 0;
	transition: .3s;
	opacity: 0;
}

.strengths_scroll .strengths_img_area li:first-child,
.strengths_scroll .strengths_img_area li.active {
	visibility: visible;
	opacity: 1;
}


.strengths_scroll .strengths_img_area p.active {
	visibility: visible;
	opacity: 0;
}

/*.strengths_contents_area{
	padding-top: 30vh;
}*/

.strengths_contents_area li{
	max-width: 520px;
	width: 100%;
/*	height: 600px;*/
	padding-top: 15vh;
	padding-bottom:90px;
}

.strengths_contents_area li:first-child{
	padding-top: 90px;
}

.strengths_contents_area li:last-child{
	padding-bottom: 0;
	
}


.strengths_item{
	position: relative;
}
.strengths_item .number{
	position: absolute;
	bottom: -30%;
    right: -15%;
}
.strengths_item .number p{
	position: relative;
		font-size: 16px;
	letter-spacing: 2px;
	padding-left: 35px;
}
.strengths_item .number p::before{
	content: "";
	width: 25px;
	height: 1px; 
	background-color: #3A5B8B;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.strengths_item  .ttl{
	font-size: 30px;
	margin-bottom: 20px;
}
.strengths_item  .ttl span{
	color: #3A5B8B;
	background-color: #fff;
	padding-left: 6px;
	padding-right: 6px;
}

.strengths_img_sp{
	display: none;
}
.number_sp{
	display: none;
}

@media only screen and (max-width: 1024px) {
	.strengths_scroll{
		padding-left: 20px;
		padding-right: 20px;
	}

	.strengths_contents_area li{
		padding-left: 30px;
		padding-top: 25vh;
	}
	.strengths_item .number{
    right:0;
}
}

@media only screen and (max-width: 1023px) {
	.strengths_wrap{
	margin-bottom: 0;
}

	.strengths_scroll{
	display: block;
		padding-left: 0;
		padding-right: 0;
}
	.strengths_img_area{
		display: none;
	}
	.strengths_img_sp{
		display: inherit;
		margin-bottom: 20px;
		position: relative;
	}
	
	.strengths_contents_area li{
	width: 100%;
	max-width: 100%;
		padding: 45px 20px;
	background: url( "images/strengths_bg.png") no-repeat center / cover;
		position: relative;
		z-index: 0;
}
	.strengths_contents_area li:last-child{
	padding-bottom: 45px;
}
	.strengths_contents_area li::before{
		content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(244, 251, 255, 1) 27%, rgba(244, 251, 255, 0.82) 68%, rgba(255, 255, 255, 0) 100%);
	z-index: -1
	}
	.strengths_contents_area li::after{
		content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg,rgba(244, 251, 255, 1) 0%, rgba(244, 251, 255, 0) 100%);
	z-index: -1
	}
	
		.strengths_contents_area li:last-child::after{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}
	
	.strengths_item{
		max-width: 520px;
		margin: 0 auto;
	}
	
	.strengths_item .number{
		display: none;
	}
	.strengths_item .number_sp{
		display: inherit;
	position: absolute;
    right: -40px;
		top: 50%;
		transform: translateY(-50%);
		 
}
.strengths_item .number_sp p{
	position: relative;
		font-size: 16px;
	letter-spacing: 2px;
	padding-top: 35px;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.strengths_item .number_sp p::before{
	content: "";
	width: 1px;
	height: 25px; 
	background-color: #3A5B8B;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transform: translateY(0);
}
}

@media only screen and (max-width: 767px) {
	.strengths_contents_area li{
		padding: 30px 20px;
	background: url( "images/strengths_bg_sp.png") no-repeat center / cover;
}
	.strengths_contents_area li:first-child{
		padding-top: 45px;
	}
	.strengths_contents_area li:last-child{
		padding-bottom: 45px;
	}
	
	.strengths_contents_area li::before{
	height: 100px;
	}
		.strengths_contents_area li::after{
	height: 100px;
	}
	
	.strengths_img_sp{
		width: 100%;
		padding-right: 40px;
	}
		.strengths_img_sp img{
		width: 100%;
			height: 190px;
			object-fit: cover;
	}
	.strengths_item .number_sp{
    right: 0;
				width: 23px;
        height: 160px;
}
	.strengths_item .number_sp p{
		font-size: 14px;
}
	.strengths_item  .ttl{
	font-size: 24px;
}
	.strengths_contents_area li:last-child .strengths_item span{
		line-height:1.8;
	}
}



/*======================
top_greetings
======================*/
.top_greetings{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 0;
}

.top_greetings .bg_greetings{
	width: 100%;
	height: 530px;
	background: url( "images/greetings_bg.jpg") no-repeat bottom / cover;
	background-size: 100% 530px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.top_greetings .bg_greetings::before{
	content: "";
	width: 100%;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: -1;
}


@media only screen and (max-width: 1023px) {
.top_greetings .bg_greetings{
	height: 830px;
	background-size: 100% 830px;
}
}

@media only screen and (max-width: 767px) {
	.top_greetings{
	padding-top: 45px;
	padding-bottom: 65px;
}

.top_greetings .bg_greetings{
	background: url( "images/greetings_bg_sp.jpg") no-repeat bottom / cover;
}
}


.greetings_wrap{
	display: flex;
	justify-content: center;
}

.greetings_wrap .contents_left{
	width: 478px;
}
.greetings_wrap .img_area {
	margin-bottom: 30px;
}
.greetings_wrap .img_area img{
	width: 478px;
	height: auto;
}

.contents_left .career dl:first-of-type{
	padding-top: 0;
	align-items: center;
}
.contents_left .career dl{
	font-family: "Zen Old Mincho", serif;
	display: flex;
	width: 375px;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3A5B8B;
}
.contents_left .career dt{
	width: 15%;
	color: #14315C;
	font-weight: 700;
}
.contents_left .career dd{
	width: 85%;
}
.contents_left .career img{
	width: auto;
	height: 45px;
	object-fit: contain;
}


.greetings_wrap .contents_right{
	width: 520px;
	margin-left: -4%;
	margin-top: 30px;
}
.greetings_wrap .contents_right .read{
	font-size: 30px;
	margin-left: 2%;
}
.greetings_wrap .contents_right .read p:first-of-type{
	padding-left: 13%;
	position: relative;
}
.greetings_wrap .contents_right .read p:first-of-type::before{
	content: "";
	width: 45px;
	height: 1px;
	background-color: #14315C;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.greetings_wrap .txt_area{
	width: 515px;
	padding: 45px;
	margin-top: 30px;
	box-shadow: 0px 3px 24px -6px rgba(204,220,227,0.6);
}
.greetings_wrap .txt_area .name span{
	font-size: 18px;
}

.contents_right .img_area{
	display: none;
}

@media only screen and (max-width: 1023px) {
.greetings_wrap{
	flex-direction: column-reverse;
	max-width: 520px;
	margin: 0 auto;
}
	.greetings_wrap .img_area {
		display: none;
	}
	.contents_right .img_area{
	display: inherit;
}
	.greetings_wrap .contents_right .read{
	margin: 0 auto;
		display: inline-block;
		text-align: center;
}
.greetings_wrap .contents_right .read p:first-of-type{
	padding-left: inherit;
}
.greetings_wrap .contents_right .read p:first-of-type::before{
	content: none;
}
	
	.greetings_wrap .contents_right{
	width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
}
	.greetings_wrap .txt_area{
	width: 100%;
}
	
	.greetings_wrap .contents_left{
	width: 100%;
}
	.contents_left .career dl{
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
	.greetings_wrap .contents_right .read{
	font-size: 24px;
}
	.greetings_wrap .txt_area{
	padding: 30px;
}
	.contents_left .career img{
	height: 36px;
}
}


/*======================
top_topics
======================*/
.top_topics{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 0;
}

.top_topics::before{
	content: "";
	width: 100%;
	height: 368px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(244, 251, 255, 1) 0%, rgba(244, 251, 255, 1) 27%, rgba(244, 251, 255, 0.82) 68%, rgba(255, 255, 255, 0) 100%);
	z-index: -1
}

.article_area{
	padding-bottom: 65px;
}

.article_list {
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}

.article_list > li a{
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 24px -6px rgba(204,220,227,0.6);
	 display: flex;
    flex-direction: column;
	padding-bottom: 20px;
	background-color: #fff;
	position: relative;
}
.article_list > li a::after{
	content: "";
	background-image: url("images/icon/arrow_right_blue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.article_list .img_area{
	width: 100%;
	height: 208px;
}
.article_list .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article_list .article_day{
	padding: 20px 20px 0;
}
.article_list .article_ttl {
padding: 0 20px;
	padding-bottom: 20px;
}
.article_list .article_ttl p{
	font-size: 18px;
}

.article_category{
    margin: auto 0 0;
	padding: 0 20px;
}
.article_category li{
	font-family: "Zen Old Mincho", serif;
	display: inline-block;
	padding: 0 15px;
	background-color: #3A5B8B;
	font-size: 14px;
	color: #fff;
	margin: 2px;
}

.article_category a{
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	.article_area{
	padding-bottom: 45px;
}
.article_list {
	    display: block;
}
	.top_topics .article_list > li{
		margin-bottom: 30px;
	}
	.top_topics .article_list > li:last-child{
		margin-bottom: 0;
	}
	.article_list > li a{
		max-width: 330px;
		margin: 0 auto;
}
	.article_list .article_ttl p{
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
.top_topics{
	padding-top: 65px;
	padding-bottom: 65px;
}
}



/*======================
top_contact
======================*/
.top_contact{
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	z-index: 0;
}

.top_contact .bg_contact{
	width: 100%;
	height: 435px;
	background: url( "images/contact_bg.jpg") no-repeat bottom / cover;
	background-size: 100% 435px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_contact .bg_contact::before{
	content: "";
	width: 100%;
	height: 165px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg,rgba(244, 251, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: -1;
}


.top_contact .main_head{
	margin-bottom: 25px;
}

.top_contact .read_area{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.top_contact .read_area p:first-of-type{
	font-size: 26px;
}

.top_contact .read_area .img_area{
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.top_contact .read_area .img_area img{
	width: 108px;
	height: auto;
}

.form .img_area_sp{
	display: none;
}

@media only screen and (max-width: 1024px) {
.top_contact .bg_contact{
	width: 100%;
	height: 435px;
	background: url( "images/contact_bg.jpg") no-repeat bottom / cover;
	background-size: cover ;
}
	.top_contact .read_area .img_area{
	right: 0;
}
}

@media only screen and (max-width: 767px) {
	.top_contact{
	padding-top: 65px;
	padding-bottom: 85px;
}
.top_contact .bg_contact{
	height: 200px;
	background: url( "images/contact_bg_sp.jpg") no-repeat bottom / cover;
}
	.top_contact .read_area{
	margin-bottom: 45px;
}
	.top_contact .read_area p:first-of-type{
	font-size: 22px;
}
	
	.top_contact .read_area .img_area{
		display: none;
	}
	
	.form .img_area_sp{
	display: inherit;
		position: absolute;
		top: -2%;
		right: 0;
}
		.form .img_area_sp img{
	width: 90px;
			height: auto;
}
}



/*======================
下層ここから
======================*/
/*======================
under_top_back
======================*/
.under_top_back{
	width: 100%;
	height: 365px;
	position: relative;
}
.under_top_back .background{
	width: 100%;
	height: 365px;
}
.under_top_back .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.under_top_ttl{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
    text-align: center;
}
.under_top_ttl .ttl{
	font-size: 36px!important;
	letter-spacing:2px;
	font-weight: 500;
}

.under_top_ttl .ttl_en{
	font-size: 16px;
	letter-spacing: 2px;
}

.pankuzu{
	font-size: 14px;
	padding-top: 15px;
}

@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {
	.under_top_back{
	height: 250px;
}
.under_top_back .background{
	height: 250px;
}

	.under_top_ttl .ttl{
	font-size: 28px!important;
}
}


/*======================
under_head
======================*/
.under_head{
	margin-bottom: 65px;
}
.under_head .ttl{
	font-size: 36px;
	font-weight: 600;
	color: #09132E;
	letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {
.under_head{
	margin-bottom: 45px;
}
.under_head .ttl{
	font-size: 30px;
}

}

/*======================
section
======================*/
.section{
	padding-top: 85px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 767px) {
	.section{
		padding-top: 65px;
		padding-bottom: 80px;
}
}


/*======================
お知らせここから
======================*/
/*======================
お知らせ一覧
======================*/
.news_article{
	padding-top: 90px;
	padding-bottom: 120px;
}

.news_article .flex_wrap{
	display: flex;
	justify-content: space-between;
}

.under_article_wrap .article_list {
		display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 35px;
	grid-row-gap: 45px;
}

.under_article_wrap .article_list{
	max-width: 700px;
}



@media only screen and (max-width: 1024px) {
		.news_article{
		padding-top: 60px;
	padding-bottom: 90px;
}
.news_article .flex_wrap{
	display: block;
}
	.under_article_wrap{
		margin-bottom: 60px;
	}
.under_article_wrap .article_list{
	margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
.under_article_wrap .article_list {
		display: block;
}
	.under_article_wrap .article_list > li{
		margin-bottom: 30px;
	}
	.under_article_wrap .article_list > li:last-child{
		margin-bottom: 0;
	}
}




/*category_wrap*/
.category_wrap{
	width: 235px;
	height: 100%;
}

.category_wrap .ttl{
	font-size: 16px;
	margin-bottom: 25px;
}


.article_cat_list {
	width: 100%;
}
.article_cat_list li{
		border-bottom: 1px solid #BBBBBB;
}

.article_cat_list li:first-child a{
	padding-top: 0;
}
.article_cat_list a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
		transition: all .3s;
}
.article_cat_list a::after{
	content: "";
	background-image: url( "images/icon/arrow_right_blue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}


@media only screen and (max-width: 1024px) {
	.category_wrap{
	width: 100%;
		max-width: 700px;
		margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {}



/*======================
お知らせ詳細
======================*/
.datail_wrap{
	width: 700px;
}
.datail_content{
	padding-bottom: 60px;
}

.datail_content .article_category{
	padding: 0;
}

.datail_content .datail_head{
	padding-bottom: 25px;
	border-bottom: 1px solid #BBBBBB;
}
.datail_content .article_ttl{
	font-size: 28px;
	margin-top: 10px;
}

.article_inner_list{
	display: flex;
}
.article_inner_list .article_day{
	margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
	.datail_wrap{
		width: 100%;
		margin: 0 auto;
}
	.datail_content .article_ttl{
	font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.datail_content .article_ttl{
	font-size: 22px;
}
	.datail_content{
	padding-bottom: 45px;
}
}



/*datail_body*/
.datail_body{
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #BBBBBB;
}

.datail_body .eyecatch_area{
	margin-bottom: 40px;
}
.datail_body .eyecatch_area img{
	width: 100%;
	height: auto;
}

.datail_body p{
	font-size: 16px;
	margin-bottom: 30px;
}

.datail_body ul{
	padding-left: 25px;
	margin-bottom: 30px;
}
.datail_body ul li{
	list-style: disc;
	font-size: 18px;
}

.datail_body a{
	word-break: break-all;
	 color: #2259C7;
	text-decoration: underline;
}
.datail_body a:hover{
	text-decoration: none;
}

.datail_body table{
	font-size: 18px;
}

.datail_body figure img{
	margin-bottom: 30px;
	width: 100%;
}

.datail_body h2{
	font-family: "Zen Old Mincho", serif;
	font-size: 26px;
	font-weight: 600;
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #3A5B8B;
	color: #fff;
}

.datail_body h3{
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-weight: 700;
	color: #14315C;
	border-left: 4px solid 	#14315C;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.datail_body h4{
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	font-weight: 700;
	color: #14315C;
	margin-top: 30px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 22px;
}
.datail_body h4:before {
	content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0.55em; 
    background: #3A5B8B; 
    }

.article_btn a{
	display: block;
	width: 255px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	text-align: center;
	background-color: #4E4E4E;
	border: 1px solid #4E4E4E;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.datail_wrap .article_ttl h1{
	font-size: 20px;
}
	.datail_body .eyecatch_area{
	margin-bottom: 30px;
}
	.datail_body p{
	font-size: 14px;
		margin-bottom: 20px;
}
	.datail_body h2{
	font-size: 22px;
	margin-top: 40px;
}
	.datail_body h3{
	font-size: 20px;
		padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.datail_body h4{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.article_btn a{
	font-size: 14px;
}
	.datail_body ul{
		margin-bottom: 20px;
	}
	.datail_body ul li{
	font-size: 14px;
}
	
	.datail_body table{
	font-size: 14px;
}
}



/*======================
thanks
======================*/
.thanks_wrap{
	padding-top: 180px;
	padding-bottom: 120px;
}
.thanks_inner h2{
	font-size: 36px;
	margin-bottom: 40px;
}
.thanks_inner .txt_area{
	margin-bottom: 40px;
}

@media only screen and (max-width: 540px) {
	.thanks_wrap{
		padding-top: 140px;
		padding-bottom: 80px;
}

.thanks_inner h2{
	font-size: 26px;
}
.thanks_inner .txt{
	margin-bottom: 30px;
}

}



/*======================
footer
======================*/
.footer{
	background: url( "images/footer_bg.png") no-repeat center/cover;
	padding: 7% 80px 60px;
	position: relative;
}

.footer .flex_area{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 95px;
}

.footer_info .footer_logo{
	margin-bottom: 25px;
}
.footer_info .footer_logo img{
	width: 215px;
	height: auto;
}


.footer_nav_list{
	display: flex;
}
.footer_nav_list li{
	margin-right: 25px;
}
.footer_nav_list li:last-child{
	margin-right: 0;
}
.footer_nav_list a{
	font-family: "Zen Old Mincho", serif;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	transition: .3s;
	position: relative;
}
.footer_nav_list a::after{
	content: '';
	position: absolute;
left: 0;
width: 100%;
height: 1px;
background: #fff;
bottom: -12px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.footer_nav_list a:hover::after{
visibility: visible;
bottom: -4px;
opacity: 1;
}


.footer .contact_btn{
	margin-top: 35px;
}
.footer  .contact_btn a{
	font-family: "Zen Old Mincho", serif;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	width: 270px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	transition: .3s;
}

.footer  .contact_btn span{
	display: inline-block;
	padding-left: 35px;
	position: relative;
	transition: .3s;
}
.footer  .contact_btn a span::before{
	content: "";
	background: url( "images/icon/icon_mail.svg") no-repeat center / contain;
	width: 20px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
		transition: all .3s;
}


.footer  .contact_btn a:hover{
	background-color: #fff;
	color: #14315C;
}
.footer  .contact_btn a:hover span::before{
		background: url( "images/icon/icon_mail_blue.svg") no-repeat center / contain;
}

.footer_nav_list_sp{
	display: none;
}

@media only screen and (max-width: 1023px) {
.footer .flex_area{
	display: block;
	margin-bottom: 45px;
}
		.footer_info .footer_logo{
	text-align: center;
}
	.footer  .contact_btn{
		text-align: center;
	}
	.footer_nav_list{
	justify-content: center;
}
}

@media only screen and (max-width: 767px) {
.footer{
	background: url( "images/footer_bg_sp.jpg") no-repeat center/cover;
	padding: 45px 20px;
	position: relative;
}
	.footer .flex_area{
	margin-bottom: 35px;
}
	.footer_info .footer_logo{
	margin-bottom: 35px;
}
.footer_info .footer_logo img{
	width: 185px;
}
	
	.footer_nav_wrap{
		display: flex;
		width: 275px;
		margin: 0 auto;
	}
	.footer_nav_list{
		display: block;
	}
	.footer_nav_list li:nth-child(4),.footer_nav_list li:nth-child(5){
		display: none;
	}
	
	.footer_nav_list li{
		margin-bottom: 25px;
		margin-right: 0;
	}
	.footer_nav_list li:nth-child(3){
		margin-bottom: 0;
	}
	.footer_nav_list a{
		font-size: 14px;
	}
	
	
.footer_nav_list_sp{
	display: block;
	margin-left: 50px;
}
	.footer_nav_list_sp li{
		margin-bottom: 25px;
	}
	.footer_nav_list_sp li:last-child{
		margin-bottom: 0;
	}
	
.footer_nav_list_sp a{
	font-family: "Zen Old Mincho", serif;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
	
.footer .contact_btn{
	margin-top: 25px;
}
}



/*======================
pagetop
======================*/
.fixed_btn {
	position: fixed;
	bottom: 83px;
	right: 30px;
	z-index: 99;
}
.fixed_btn img{
	width: 55px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.fixed_btn {
	/*bottom: 20px;*/
	right: 20px;
}
.fixed_btn img{
	width: 45px;
	height: auto;
}

}


/*======================
mokuzi
======================*/
#ez-toc-container {
    width: 100% !important;
    padding: 35px 40px !important;
	border: 1px solid #BBBBBB!important;
	background-color: #fff!important;
    border-radius: 10px !important;
    margin: 3em auto 5em !important;
}
.ez-toc-title-container {
    margin-bottom: 20px !important;
}
.ez-toc-title {
	font-family: "Marcellus", serif;
    font-size: 20px !important;
	color: #14315C!important;
	font-weight: 400!important;
	letter-spacing: 2px!important;
}

.ez-toc-heading-level-2 {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #BBBBBB;
}
.ez-toc-heading-level-2:last-of-type {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.ez-toc-heading-level-2 > a {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    position: relative;
    font-weight: 600 !important;
	color: #09132E!important
}
.ez-toc-list-level-3 li {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    position: relative;
    padding-left: 14px !important;
}

.ez-toc-heading-level-3 > a{
	font-size: 16px!important;
}

.ez-toc-list-level-4 li{
	font-size: 16px!important;
}
.ez-toc-list-level-4 {
    margin-top: 5px !important;
	margin-left: 0!important;
}



@media only screen and (max-width: 767px) {
	#ez-toc-container {
    padding: 25px 30px !important;
}
}







.photo {
    position: fixed;
    top: 100px;
    left: 30px;
    z-index: 100;
    padding: 20px;
}
.photo .inner {
    position: relative;
}
.photo .photo__img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.photo .photo__img {
    opacity: 0;
    transition: opacity 0.5s;
}
.photo .photo__img {
	width: 300px;
}
.photo .photo__img.active {
    opacity: 1;
}

.scroll {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
/*.scroll__target:first-child {
    margin-top: 100vh;
}*/

.scroll__target {
    width: 100%;
    height: 500px;
    background-color: #eee;
    margin: 0 auto;
    padding: 30px;
    border-top: 2px solid #ff0000;
}







