@charset "utf-8";

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* リンク */
.cms_text a,
.cms_image a {
	color: #003f8d;
	text-decoration: none;
}
/* H1 */
.heading {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.simple-heading .heading{
	margin-bottom: 150px;
}
.contents .mainimg{
	margin-bottom: 120px;
	position: relative;
}
.contents .mainimg img {
	width: 100%;
}
.heading h1,
.heading p{
	z-index: 10;
}
.heading h1 span:first-child,
.heading p span:first-child{
	display: block;
	color: rgba(0, 58, 166, 0.1);
	font-family: "Montserrat", sans-serif;
	font-size: 12.2rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.06em;
	margin-bottom: -50px;
}
.heading h1 span:last-child,
.heading p span:last-child{
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 0 47px;
	background: url(../img/icon_decoration.svg) no-repeat 0 center / 43px auto;
	display: inline-block;
	margin-left: 18px;
}
/* 装飾 */
.heading:before,
.heading:after{
	content: "";
	width: 50%;
	height: 795px;
	display: block;
	position: absolute;
	z-index: 1;
}
.heading:before{
	top: 0;
	left: 0;
}
.heading:after{
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.heading:before{
		content: none;
	}
	.heading:after{
		background: url(../img/decoration_right.png) no-repeat right 0 top 0 / 130px auto;
		height: 150px;
	}
}
@media print, screen and (min-width:768px) and ( max-width:1469px) {
	/* メイン画像なしの場合 */
	.simple-heading .heading:before{
		height: 150px;
		background: url(../img/decoration_left01.png) no-repeat left calc(50% - 256px) top 0 / 214px auto;
	}
	.simple-heading .heading:after{
		height: 420px;
		background: url(../img/decoration_right.png) no-repeat right calc(50% - 180px) top 0 / 367px auto;
	}
}
@media print, screen and (min-width: 1470px) {
	/* メイン画像なしの場合 */
	.simple-heading .heading:before{
		height: 150px;
		background: url(../img/decoration_left01.png) no-repeat 0 0 / 214px auto;
	}
	.simple-heading .heading:after{
		height: 420px;
		background: url(../img/decoration_right.png) no-repeat right 0 top 0 / 367px auto;
	}
}
@media print, screen and (min-width: 768px) {
	.heading {
		height: 340px;
		background: url(../img/bg_heading.jpg) no-repeat center center / cover;
	}
	/* H1 */
	.heading h1,
	.heading p {
		width: 1140px;
		margin: 0 auto;
	}
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.heading {
		height: 130px;
		padding: 0 2%;
		background: url(../img/bg_heading_sp.jpg) no-repeat center center / cover;
	}
	.simple-heading .heading{
		margin-bottom: 50px;
	}
	.heading h1,
	.heading p{
		z-index: 5;
	}
	.heading h1 span:first-child,
	.heading p span:first-child{
		font-size: 6.2rem;
		letter-spacing: -.06em;
		margin-bottom: -22px;
	}
	.heading h1 span:last-child,
	.heading p span:last-child{
		font-size: 2.1rem;
		padding: 0 0 0 23px;
		background: url(../img/icon_decoration.svg) no-repeat 0 center / 22px auto;
		display: inline-block;
		margin-left: 15px;
	}
}
/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w546,
	.w1-2 {
		width: 47.895%;
	}
	/* 1/3 */
	.w350,
	.w1-3 {
		width: 30.702%;
	}
	.w350.cms_fl + .w350.cms_fl,
	.w350.fl + .w350.fl,
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.948%;
	}
	.w350.cms_fl + .w350.cms_fl.ml0 {
		margin-left: 0;
	}
	/* 2/3 */
	.w745,
	.w2-3 {
		width: 65.351%;
	}
	/* 1/4 */
	.w258,
	.w1-4 {
		width: 22.632%;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.158%;
	}
	/* 3/4 */
	.w846,
	.w3-4 {
		width: 74.212%;
	}
	/* 新着情報 */
	.mainContents .w410,
	.mainContents .w1-2 {
		width: 48.464%;
	}
	.mainContents .w266,
	.mainContents .w1-3 {
		width: 31.443%;
	}
	.mainContents .w556,
	.mainContents .w2-3 {
		width: 65.723%;
	}
	.mainContents .w266.cms_fl + .w266.cms_fl,
	.mainContents .w266.fl + .w266.fl,
	.mainContents .w1-3.cms_fl + .w1-3.cms_fl,
	.mainContents .w1-3.fl + .w1-3.fl {
		margin-left: 2.837%;
	}
	/* その他 */
	.w330 {
		width: 330px;
	}
	.w630 {
		width: 630px;
	}
	.w640 {
		width: 640px;
	}
	.w860 {
		width: 860px;
	}
	.w980 {
		width: 980px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	/* .w1-2 + .w1-2,
	.w1-3 + .w1-3,
	.w1-3 + .w2-3,
	.w2-3 + .w1-3 {
		margin-top: 24px !important;
	} */
	.w258,
	.w1-4 {
		width: 47.25%;
	}
	.w258.cms_fl,
	.w1-4.cms_fl {
		float: left !important;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl {
		margin-left: 5.5%;
	}
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl {
		margin-bottom: 0;
		margin-left: 0;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* グラデ枠ボックス 
.borderBox {
	padding: 55px 77px 20px;
	border: 3px solid rgba(224,0,71,1);
	border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
}*/
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
	gap: 40px 3.158%;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 40px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 40px 3.948%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 22.632%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* グラデ枠ボックス 
	.borderBox {
		padding: 17px 27px 27px;
	}*/
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		flex-wrap: wrap;
		gap: 25px 5.5%;
	}
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table,
.contentsWide table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #6689c9;
	border-bottom: 1px solid #6689c9;
}
.contents table tr:not(:last-child),
.contentsWide table tr:not(:last-child) {
	border-bottom: 1px dotted #809dd2;
}
.contents table th,
.contentsWide table th {
	padding: 20px 30px;
	background-color: #d9e1f2;
	font-weight: bold;
	border-left: 1px dotted #809dd2;
}
.contents table th:first-child,
.contentsWide table th:first-child {
	border-left: none;
}
.contents table td,
.contentsWide table td {
	padding: 20px 30px;
	background-color: #f2f5fb;
	border-left: 1px dotted #809dd2;
}
/* スクロール */
.contents .table-sub tr:first-child th,
.contentsWide .table-sub tr:first-child th{
	background: #002f61;
	color: #fff;
}
.contents .table-sub tr:first-child,
.contentsWide table tr:first-child {
	border-bottom: 0;
}
/* スクロール */
.cms_text.scroller {
	overflow-y: hidden !important;
}
@media print, screen and (min-width: 768px) {
	.contents table th,
	.contentsWide table th {
		width: 20%;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contentsWide table th,
	.contents table td,
	.contentsWide table td {
		padding: 10px 20px;
	}
	.contents .res table td,
	.contentsWide .res table td {
		border-left: none;
		border-top: 1px dotted #809dd2;
	}
	/* レスポンシブ */
	.contents .res table th,
	.contentsWide .res table th,
	.contents .res table td,
	.contentsWide .res table td {
		width: auto !important;
		display: block;
	}
	/* スクロール */
	.cms_text.scroller table {
		width: 1140px !important;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_text ul > li,
.cms_image ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_text ul > li::before,
.cms_image ul > li::before {
	content: "●";
	position: absolute;
	top: .85em;
	left: 0;
	color: #003f8d;
	font-size: 50%;
}
/* 横並び */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
/* チェック */
.cms_text.check ul > li,
.cms_image.check ul > li {
	padding-left: 21px;
}
.cms_text.check ul > li::before,
.cms_image.check ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: .9em;
	left: 0;
	width: 18px;
	height: 15px;
	background: url(../img/icon_check.svg) no-repeat 0 0 / cover;
}
/* 数字 */
.cms_text ol li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.cms_text ol li:before {
	content: counter(count);
	position: absolute;
	top: .25em;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #fff;
	background: #003f8d;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
}
/* 横並び2列・3列 */
@media print, screen and (min-width: 768px) {
	.div2 ul,
	.div3 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.div2 ul li,
	.div3 ul li {
		padding-right: 2em;
	}
	.div2 ul li {
		width: 50%;
	}
	.div3 ul li {
		width: 33.3333333%;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び */
	.inline ul li {
		margin-right: 1em;
	}
}

/* ------------------------------
 ライン（PC）
------------------------------ */
.dbline {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #b7c0ca;
}
/* ------------------------------
 ライン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.dbline {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
/* ------------------------------
 リンク
------------------------------ */
a.cms_inner_blank {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.contents a:hover,
	.contentsWide a:hover,
	a.cms_inner_blank:hover {
		text-decoration: underline;
	}
}
a.cms_link,
.cms_link a {
	border-bottom: none;
}
a.cms_link::after,
.cms_link a::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -42px;
	width: 33px;
	height: 33px;
}
a.cms_link.link::after,
.cms_link.link a::after{
	background: url(../img/arrow_blue.svg) no-repeat 0 0 / cover;
}
a.cms_link.link-blank[target="_blank"]:after,
.cms_link.link-blank a[target="_blank"]:after{
	background: url(../img/arrow_blue_blank.svg) no-repeat 0 0 / cover;
	width: 33px;
	height: 33px;
}
a.cms_link.link-blank .cms_blank,
.cms_link.link-blank a.cms_blank{
	background: none;
	padding-right: 0;
}
a.cms_link.link-download::after,
.cms_link.link-download a::after {
	background: url(../img/arrow_blue_download.svg) no-repeat 0 0 / cover;
}
/* ------------------------------
 アイコン
------------------------------ */
/* ブランク */
.cms_inner_blank,
.cms_blank,
.cms_menu_blank {
	margin-right: 5px;
	padding-right: 1em;
	background: url(../img/icon_blank.svg) no-repeat right center / 9px 8px;
}
@media print, screen and (min-width: 768px) {
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.cms_link.btn a,
.cms_block a.btn{
	display: inline-block;
	position: relative;
	overflow: hidden;
	min-width: 260px;
	height: 75px;
	line-height: 75px;
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
	border-radius: 50px;
	background: rgb(0,62,139);
	background: linear-gradient(144deg, rgba(0,62,139,1) 49%, rgba(0,48,100,1) 100%);
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0 68px 0 38px;
	text-align: left;
	transition: .3s ease-in-out;
}
.cms_link.btn.en a{
	font-family: "Montserrat", sans-serif;
}
.cms_link.btn a::after,
.cms_block a.btn::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	width: 40px;
	height: 40px;
	margin: auto 0;
	background: url(../img/arrow_blue.svg) no-repeat 0 0 / cover;
}

.cms_link.btn a[target="_blank"]:after,
.cms_block a.btn[target="_blank"]:after {
	background: url(../img/arrow_blue_blank.svg) no-repeat 0 0 / cover;
}
.cms_link.btn.download a[target="_blank"]:after,
.cms_block a.btn.download[target="_blank"]:after {
	background: url(../img/arrow_blue_download.svg) no-repeat 0 0 / cover !important;
}
@media print, screen and (min-width: 768px) {
	.cms_link.btn a:hover,
	.cms_block a.btn:hover {
		opacity: 0.7;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_link.btn a,
	.cms_block a.btn a{
		min-width: 235px;
		font-size: 1.6rem;
		height: 69px;
		line-height: 69px;
	}
}

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.cms_block.mainimg .cms_image img {
	box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.mainimg .cms_image img {
		box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	}
}

/* ------------------------------
 背景薄紺ボックス（PC）
------------------------------ */
.cms_block.bgBox,
.cms_text.bgBox {
	padding: 120px 0;
	background-color: #ebeff8;
}
.cms_block.bgBox-small,
.cms_text.bgBox-small {
	padding: 60px;
	background-color: #ebeff8;
	border-radius: 10px;
}
/* ------------------------------
 背景薄紺ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.bgBox,
	.cms_text.bgBox {
		padding: 50px 20px;
	}
	.cms_block.bgBox-small,
	.cms_text.bgBox-small{
		padding: 30px 20px;
	}
}
@media screen and (max-width: 359px) {
	.cms_block.bgBox,
	.cms_text.bgBox {
		padding: 14px 20px 20px;
	}
}

/* ------------------------------
 youtube埋め込み
------------------------------ */
.movie {
	position: relative;
	width: 100%;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
@media print, screen and (min-width: 768px) {
	.movie.w860 {
		width: 860px;
	}
}

/* ------------------------------
 角R（PC）
------------------------------ */
.r10,
.r10 img {
	border-radius: 10px;
}
.r25,
.r25 img {
	border-radius: 25px;
}
/* ------------------------------
 角R（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r10,
	.r10 img {
		border-radius: 6px;
	}
	.r25,
	.r25 img {
		border-radius: 15px;
	}
}


/* ------------------------------
 新着情報一覧（PC）
------------------------------ */
.newsList {
	border-top: 1px dotted #000000;
}
.newsList li {
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0 33px;
	border-bottom: 1px dotted #000000;
	align-items: center;
}
.date {
	width: 110px;
	color: #9999ad;
	font-family: "Arial", sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.cate {
	width: 110px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	border-radius: 50px;
	font-size: 1.2rem;
	text-align: center;
}
.cate.newgrads, 
.cate.cate10 {
	background: #e50000;
}
.cate.career,
.cate.cate11 {
	background: #003f8d;
}
.ntext {
	width: calc(100% - 220px);
	padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
	.ntext {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: -5px;
	}
	.ntext a {
		transition: .3s ease-in-out;
	}
	.ntext a:hover {
		opacity: .5;
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	.newsBlock {
		width: 100%;
	}
	.newsList li {
		padding: 24px 0;
	}
	.ntext {
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
	}
}