@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');


/**************************************************************************************
下層ページ共通パーツ
--------------------------------------------------------------------------------------

***************************************************************************************/

/*******************************************

-------------------------------------------
wrap
********************************************/

.wrap1200 , .wrap1120 , .wrap1120N {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.wrap1200 {	width: 1260px;}
.wrap1120 {	width: 1180px;}

.wrap1200N {
	width: 1200px;
	padding-left: 0;
	padding-right: 0;
}
.wrap1120N {
	max-width: 1120px;
	padding-left: 0;
	padding-right: 0;
}
.wrap900N {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.wrap1200 , .wrap1120 , .wrap900N {
		width: 100%
	}
}

/* セクション
========================================== */

.l-sec {
	padding-top: 100px;
	padding-bottom: 80px;
}
.l-sec + .l-sec {
	padding-top: 40px;
}
.page-read {
	padding-top: 100px;
	padding-bottom: 60px;
}
#recruit .page-read {
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
	.l-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-read {
		padding-top: 40px;
		padding-bottom: 40px;
	}	
}


/* 背景
========================================== */

.bg-bl-r {
	background: #EEF0F5;
}
.bg-blend {
}
.bg-bl-r.bg-blend {
	background: none;
	position: relative;
}
.bg-bl-r.bg-blend::after {
	content: "";
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	background: #EEF0F5;
	display: block;
	top: 0;
	position: absolute;
	z-index: -1;
}


.border-top {
	border-top: #C8C8C8 1px solid;
}

/*******************************************

-------------------------------------------
flex
********************************************/

.flex {
	display: flex;
}
.flex-sb {
	display: flex;
	justify-content: space-between;
}
.flex-center {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.flex ,	.flex-sb ,.flex-center {
		display: block;
	}
}

/*******************************************

-------------------------------------------
装飾
********************************************/

/* ボタン
========================================== */

.btn-round-wh {
	display: inline-block;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
	background: #fff;
	text-align: center;
	border-radius: 30px;
	padding: 1em 5em;
	transition: all .3s;
}
.btn-round-wh:hover {
	background-color: #2773EC;
}
.btn-round-wh.ic-ar-btm {
	background: #fff url(../img/common/ic_arr_cir_btm_navy.svg) no-repeat right 2em center;
	background-size: 16px;
}
.btn-round-wh.ic-ar-top {
	background: #fff url(../img/common/ic_arr_cir_top_navy.svg) no-repeat right 2em center;
	background-size: 16px;
}
.btn-round-wh.ic-ar-r {
	background: #fff url(../img/common/ic_arr_cir_r_navy.svg) no-repeat right 2em center;
	background-size: 16px;
}
.btn-round-wh.ic-ar-btm:hover {
	background: #2773EC url(../img/common/ic_arr_cir_btm_wh.svg) no-repeat right 2em center;
	color: #fff;
	background-size: 16px;
}
.btn-round-wh.ic-ar-top:hover {
	background: #2773EC url(../img/common/ic_arr_cir_top_wh.svg) no-repeat right 2em center;
	color: #fff;
	background-size: 16px;
}
.btn-round-wh.ic-ar-r:hover {
	background: #2773EC url(../img/common/ic_arr_cir_r_wh.svg) no-repeat right 2em center;
	color: #fff;
	background-size: 16px;
}
.btn-ctc {
	display: inline-block;
	background: #D4442A url(../img/common/ic_arr_cir_r_wh.svg) no-repeat right 1em center;
	border-radius: 38px;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 16px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.btn-ctc::after {
	content: "";
	width: 25px;
	height: 20px;
	display: block;
	background: url(../img/common/ic_mail_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 2em;
	margin-top: -10px;
	top: 50%;
}

@media only screen and (max-width: 767px) {
	.btn-round-wh {
		padding: 1em 4em 1em 2em;
		display: block;
		font-size: 14px;
	}
	.btn-round-wh.ic-ar-r {
		background-position: right 1.2em center;
	}
}


/*******************************************

-------------------------------------------
レイアウト
********************************************/

/* ページタイトル（h1）
========================================== */

.page-tit {
	background: url(../img/common/tit_bg01.jpg) no-repeat top center;
	background-size: cover;
}
.page-tit .page-tit-wrap {
	display: flex;
	height: 200px;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.page-tit h1 {
	font-size: 48px;
	color: #1C294F;
}
.page-tit span {
	position: absolute;
	bottom: -20px;
	color: #63CAFF;
	opacity: 0.6;
	font-size: 40px;
	font-family: "Jost", sans-serif;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.page-tit {
		padding-top: 50px;
		background-position: center top;
		margin-top: 70px;
	}
	.page-tit .page-tit-wrap {
		height: inherit;
		padding-bottom: 50px;
	}
	.page-tit h1 {
		font-size: 24px;
	}
	.page-tit span {
		display: none;
	}
}

#recruit .page-tit .page-tit-wrap {
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
#recruit .page-tit {
	background: url(../img/common/tit_bg_recruit.jpg) no-repeat right bottom;
	background-size: cover;
}
#recruit .page-tit h1 {
	text-align: center;
	display: block;
	width: 100%;
	line-height: 1;
}
#recruit .page-tit span {
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	#recruit .page-tit {
		padding-top: 40px;
	}
}

/* サブタイトル
========================================== */

.page-tit-sub {
	padding-bottom: 50px;
}
.page-tit-sub > h2 {
	font-size: 40px;
	font-weight: bold;
	color: #1C294F;
	line-height: 1;
	padding: .5em;
	border-bottom: 4px solid #1C294F;
	position: relative;
}
.page-tit-sub > h2::after {
	content: "";
	background: #2773EC;
	width: 160px;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
}
@media only screen and (max-width: 767px) {
	.page-tit-sub {
		padding-bottom: 40px;
	}
	.page-tit-sub > h2 {
		font-size: 20px;
		line-height: 1.6;
	}	
}

#recruit .page-tit-sub {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#recruit .page-tit-sub > h2 {
	text-align: center;
}
#recruit .page-tit-sub > h2::after {
	width: 50%;
}

.tit-bor-l {
	color: #1C294F;
	font-size: 23px;
	font-weight: bold;
	padding-left: 1em;
	border-left: #485D9A 4px solid;
}
@media only screen and (max-width: 767px) {
	.tit-bor-l {
		font-size: 18px;
	}
}


/* ページ内リンク
========================================== */

p + .page-link {
	padding-top: 60px;
}
#recruit .page-link {
	padding-top: 30px;
}
#re .page-link {
	padding-top: 0;
}
.page-link ul {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.page-link ul li {}

#recruit .page-link ul {
	justify-content: center;
}

/* テキスト
========================================== */

.txt-read {
	line-height: 3;
}
#recruit .txt-read {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.txt-read {
		line-height: 2;
	}
}


/* テーブル
========================================== */

.table-basic {
	width: 100%;
}
.table-basic tr {
	border-top: #C8C8C8 1px solid;
	border-bottom: #C8C8C8 1px solid;
}
.table-basic tr th {
	width: 220px;
	background: #E2F0FA;
	padding: 1em 2em;
	color: #1C294F;
}
.table-basic tr td {
	padding: 1em 2em;
}
@media only screen and (max-width: 767px) {
	.table-basic tr th ,
	.table-basic tr td {
		width: 100%;
		display: block;
		padding: 1em;
	}
	.table-basic tr td {
		font-size: 14px;
	}
}

/*******************************************

-------------------------------------------
共通項目
********************************************/

/* コンタクト
========================================== */

.page-ctc {
	background: url(../img/common/bg_page_ctc.jpg) no-repeat bottom;
	background-size: cover;
	padding-bottom: 130px;
}
.page-ctc .page-ctc-flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.page-ctc .page-ctc-flex {
		flex-wrap: wrap;
	}
}
.page-ctc .page-ctc-txt {
	padding-top: 120px;
}
.page-ctc .page-ctc-txt > h2 {
	width: 100%;
	color: #3663BE;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	position: relative;
}
.page-ctc .page-ctc-txt > h2::after {
	content: "";
	width: 350px;
	height: 200px;
	display: block;
	background: url(../img/common/txt_page_ctc.svg) no-repeat;
	opacity: 0.4;
	position: absolute;
	top: -100px;
}
.page-ctc .page-ctc-txt > h2 em {
	font-size: 32px;
	color: #000;
	font-weight: bold;
}
.page-ctc .page-ctc-txt > h2 + p {
	text-align: center;
	margin-top: 36px;
}
@media only screen and (max-width: 767px) {
	.page-ctc .page-ctc-txt > h2 {
		font-size: 22px;
	}
	.page-ctc .page-ctc-txt > h2 em {
		font-size: 24px;
	}
	.page-ctc .page-ctc-txt > h2 + p {
		font-size: 14px;
	}
	.page-ctc .page-ctc-txt > h2::after {
		width: 100%;
		background-size: contain;
	}
}

.page-ctc .page-ctc-txt .page-ctc-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.page-ctc figure {
	position: relative;
}
.page-ctc figure img {
	z-index: 1;
	position: relative;
}
.page-ctc figure::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #6682B2;
	position: absolute;
	right: -2em;
	bottom: -2em;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
	.page-ctc figure {
		display: none;
	}
}


/**************************************************************************************
JS設定
--------------------------------------------------------------------------------------

***************************************************************************************/

/* スマホナビ
========================================== */

.js-spnav-btn {
	display: none;
}
@media only screen and (min-width: 768px) {
	.js-spnav {
		display: flex!important;
	}
}
@media only screen and (max-width: 767px) {
	.js-spnav-btn {
		display: block;
	}
	.js-spnav {
		display: none;
	}
	.js-spnav.active {
		display: block;
	}
}

/* スマホ時スクロール
========================================== */

@media only screen and (max-width: 767px) {
	.spScroll {
		overflow-x: auto;
		padding-bottom: 15px;
		-webkit-overflow-scrolling: touch;
	}
	.spScroll::-webkit-scrollbar {height:5px;}
	.spScroll::-webkit-scrollbar-track {background:#F1F1F1;}
	.spScroll::-webkit-scrollbar-thumb {background:#BCBCBC;}
}


/***********************************************************************

------------------------------------------------------------------------
FADE UP系アニメーション
***********************************************************************/

/* fadeUp
========================================== */

.anime_fadeUp {
	opacity:0.1;
	transform:translate(0,50px);
	transition:all 1s;
}
.anime_fadeUp.inView {
	opacity:1;
	transform:translate(0,0);
}
.anime_fadeUp.inView + .anime_fadeUp.inView {
		transition-delay: .2s
}
.fadeUp_delay {
	opacity:0.1;
}
.fadeUp_delay.inView {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
	@keyframes fadeUpAnime{
	from {
		opacity: 0.1;
		transform: translateY(100px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* fadeInBlur
========================================== */

.anime_fadeInBlur {
	opacity:0;
		transform:scale(1.1,1.1);
		-webkit-filter:blur(3px);
		filter:blur(3px);
	transition:all 1s;
}
.anime_fadeInBlur.inView {
	opacity:1;
		transform:scale(1,1);
		-webkit-filter:blur(0);
		filter:blur(0);
}
.anime_fadeInBlur.inView {
	opacity:1;
		transform:scale(1,1);
		-webkit-filter:blur(0);
		filter:blur(0);
}

/* fadeIn
========================================== */
.anime_fadeIn {
	opacity:0;
	transition:all 1s ease-in;
}
.anime_fadeIn.inView {
	opacity:1;
}

/* DOOR
========================================== */

.anime_door {
	position: relative;
	overflow: hidden;
}
.anime_door:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
	transition: transform cubic-bezier(0.8, 0, 0.2, 1) 1.3s;
}
.anime_door.inView:before {
	transform: translate3d(100%, 0, 0);
}
.anime_door.door_bk:before {
	background: #000;
}

.anime_slideinRight {
	opacity: 0;
}
.anime_slideinRight.inView {
	animation: slideinRight 2s forwards;
}
@keyframes slideinRight {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.anime_slideinLeft {
	opacity: 0;
}
.anime_slideinLeft.inView {
	animation: slideinLeft 2s forwards;
}
@keyframes slideinLeft {
	0% {
		transform: translateX(-100%);
	}
	30% {
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/* リストでスライド
========================================== */

ul.anime li {opacity: 0;}
ul.anime.inView li:nth-of-type(1) { animation: slideinTop 1.0s forwards; }
ul.anime.inView li:nth-of-type(2) { animation: slideinTop 1.5s forwards; }
ul.anime.inView li:nth-of-type(3) { animation: slideinTop 2.0s forwards; }
ul.anime.inView li:nth-of-type(4) { animation: slideinTop 2.5s forwards; }
ul.anime.inView li:nth-of-type(5) { animation: slideinTop 3.0s forwards; }
ul.anime.inView li:nth-of-type(6) { animation: slideinTop 3.5s forwards; }

@keyframes slideinTop {
	0% {
		transform: translateY(100%);
	}
	60% {
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}