@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');

/*
@font-face {
 font-family: 'Noto Sans JP';
 font-weight: 400;
 src: url(/asset/font/notosansjp/NotoSansJP-Regular.woff2) format('opentype');
}
@font-face {
 font-family: 'Noto Sans JP';
 font-weight: 700;
 src: url(/asset/font/notosansjp/NotoSansJP-Bold.woff2) format('opentype');
}
*/

.noto-sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}

/* CSS Document */
*, *::before, *::after{
	margin: 0;
	padding: 0;
}
html {
	background-color: #ffffff;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	font-size: 16px;
	font-family: "Avenir Next",
		"Helvetica Neue",
		'Roboto',
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		'Noto Sans JP',
		Meiryo,
		sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-display: swap;
	color: #333333;
}
p{
	text-align: justify;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul {
	padding: 0;
	list-style-type: none;
}
a {
	display: block;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333333;
	word-break: break-all;
}
.red {
	color: #E61413;
}

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem;
	overflow: hidden;
}
@media (max-width: 767px) {
	.inner {
		width: 100%;
	}
}

.mv_type1_text h5,.ttl_en{
	font-weight: 600;
}

.caption{
	font-size: 12px;
	line-height: 1.7;
}

/*===================================
	header
===================================*/
header {
	background-color: #004e98;
}
header .inner {
	height: 1.2em;
	color: #FFFFFF;
	padding-top: .25em;
}
header h1 {
	font-size: 10px;
	margin-bottom: 0;
}
header #header_text01 {
	font-size: 10px;
	margin-bottom: 0;
}
.header_tab {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.header_tab .left {
	width: 60%;
	height: 80px;
	background-color: #FFFFFF;
	border-radius: 0 10px 0 0;
	padding-left: calc((100vw - 1140px) / 2);
	display: flex;
	justify-content: flex-end;
	align-items: center;
/*	align-items: end;*/
}
.header_tab .left .col-md-7 {
	padding: 0 1rem;
}
.header_tab .left .col-5 {
	padding: 0 1rem;
}
.header_tab .right {
	width: 40%;
	height: 70px;
	background-color: #333333;
	padding-right: calc((100vw - 1140px) / 2);
}
.header_tab .right a {
	padding: .8rem 0 .6rem 1.5rem;
	max-width: 549px;
	height: 100%;
}
.header_tab .right a:hover {
	opacity: .8;
}
.header_tab .right .tab_formagazine {
/*	background: url("../img/common/tab_formagazine.png") no-repeat;*/
	background: url("../img/common/tab_formagazine.svg") no-repeat;
	background-size: contain;
	background-position: center bottom;
	height: 100%;
}

@media (max-width: 1199px) {
	header .inner {
		width: 100%;
		height: 1.2em;
	}
	header h5 {
		font-size: .67rem;
		text-align: center;
	}
	.header_tab .left {
		height: 60px;
		border-radius: 0 1rem 0 0;
		padding-left: 0;
		justify-content: center;
		align-items: center;
	}
	.header_tab .left .col-md-7 {
		padding: 0 .5rem;
		max-width: 290px;
	}
	.header_tab .right {
		height: 54px;
		padding-right: 0;
	}
	.header_tab .right a {
		padding: .5rem;
	}
	.header_tab .right .tab_formagazine {
/*		background: url("../img/common/tab_formagazine_sp.png") no-repeat;*/
		background: url("../img/common/tab_formagazine_sp.svg") no-repeat;
		background-size: contain;
		background-position: center bottom;
		height: 100%;
	}

}


@media (max-width: 767px) {
	header .inner {
		height: auto;
		padding: 2px 6px 1px;
	}
	header h1 {
		margin: 0;
		font-size: 9px;
		letter-spacing: 0;
	}
	header h5 {
		font-size: .67rem;
		text-align: center;
	}
	.header_tab .left {
		height: 60px;
		border-radius: 0 1rem 0 0;
		padding-left: 0;
	}
	.header_tab .left .col-md-7 {
		padding: 0 .5rem;
	}
	.header_tab .right {
		height: 54px;
		padding-right: 0;
	}
	.header_tab .right a {
		padding: .5rem;
	}
	.header_tab .right .tab_formagazine {
		background: url("../img/common/tab_formagazine_sp.png") no-repeat;
		background-size: contain;
		background-position: center bottom;
		height: 100%;
	}

}


/* forMAGAZINEタブの非表示対応(20230605) */

.l_side {
	display: block;
}

.l_side .left {
	width: 100%;
	border-radius: 0;
	justify-content: space-between;
	padding-right: calc((100vw - 1110px) / 2);
	padding-left: calc((100vw - 1110px) / 2);
}


@media (min-width: 768px) {
	.l_side .col-md-7 {
		width: 35.33333333%;
	}
	
	.l_side .col-5 {
		width: 25.66666667%;
	}
}

@media (max-width: 767px) {
	.l_side .left {
		justify-content: center;
		height: 44px;
	}
	
	.l_side .left .col-md-7 {
		max-width: 200px;
		padding-top: 3px;
	}
}



/*-------------------
navigation
---------------------*/
.header_nav {
	background-color: #FFFFFF;
	height: 67px;
	box-shadow: 0 8px 16px rgba(0,78,152,0.10);
}
.header_nav nav > ul {
	max-width: 1140px;
	margin: 0 auto;
	padding: .3rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_nav nav > ul li {
/*	border-left: solid 2px #E6E6E6;*/
}
.header_nav nav > ul li:last-child {
	border-left: 0;
}
.header_nav nav > ul  li a {
	padding: 1.2rem 0 .8rem;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
	width: calc( 930px / 6 );
	display: block;
	position: relative;
}
.header_nav nav > ul  li a::before {
	content:"";
	display:inline-block;
	width:2px;
	height:1.46rem;
	background-color:#E6E6E6;
	position:absolute;
	top: 1.2rem;
	left: 0;
}
.header_nav nav > ul li.link_btn_regist a {
	margin-top: .15rem;
	padding: .6rem .8rem .45rem;
	background-color: #FF3300;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: .9rem;
	font-weight: 700;
	transition: .2s;
}
.header_nav.fixed nav.new_202209 > ul li.link_btn_regist a {
	margin-bottom: 5px;
	padding: .7rem 12px .6rem;
}
.header_nav nav > ul li.link_btn_regist a:hover {
	transform: scale(1.05);
}
.header_nav nav > ul li.link_btn_regist a::before {
	content: none;
}
.header_nav nav > ul  li:last-child a#web_free {
	padding: .8rem .5rem;
	background-color: #EF9300;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 1.18rem;
	width: 210px;
}
.header_nav nav > ul  li:last-child a#web_free:hover {
	background-color: #E17603;
	transition: .3s;
}
.header_nav nav > ul  li:last-child a#web_free .fs_1 {
	font-size: 1.25rem;
}
.header_nav nav > ul  li:last-child a#web_free .fs_2 {
	font-size: 1.37rem;
}
.header_nav nav > ul  li:last-child a#web_free::before {
	display: none;
}
.header_nav nav > ul  li:first-child a {
	display: none;
}

.header_nav.fixed {
	background-color: #FFFFFF;
	height: 67px;
}
.header_nav.fixed ul {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_nav.fixed nav li a {
/*	padding: 1rem 0;*/
	padding: 1rem .8rem;
	font-weight: bold;
	font-size: .8rem;
	text-align: center;
/*	width: calc( 700px / 6 );*/
	width: auto;
	display: block;
	position: relative;
}
.header_nav.fixed nav li a::before {
	content:"";
	display:inline-block;
	width:2px;
	height:1.26rem;
	background-color:#E6E6E6;
	position:absolute;
	top:1rem;
	left:0;
}
.header_nav.fixed nav li:first-child a {
	display: block;
	width: 220px;
	padding-right: .5em;
}
.header_nav.fixed nav li:last-child a#web_free {
	padding: 1rem .5rem;
	background-color: #EF9300;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 1.25rem;
	width: 220px;
	height: 67px;
}
.header_nav.fixed nav li:last-child a#web_free:hover {
	background-color: #E17603;
	transition: .3s;
}
.header_nav.fixed nav li:last-child a#web_free .fs_2 {
	font-size: 1.37rem;
}
.header_nav.fixed nav li:last-child a#web_free::before,
.header_nav.fixed nav li:first-child a::before {
	display: none;
}
/* 2022/09/12 グロナビ修正 */
.header_nav nav.new_202209 li a {
	padding: 1.2rem 1rem .8rem;
	width: auto;
}
.header_nav nav.new_202209 li.web_btn a,
.header_nav nav.new_202209 li.fav_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	padding: 0 1rem;
	background-color: #EF9300;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 1.05rem;
}
.header_nav nav.new_202209 li.fav_btn a {
	background-color: #5f9ddb;
	margin-right: 6px;
}
.header_nav nav.new_202209 li.web_btn a:hover,
.header_nav nav.new_202209 li.fav_btn a:hover {
	background-color: #E17603;
	transition: .3s;
}
.header_nav nav.new_202209 li.fav_btn a:hover {
	background-color: #538ac1;
}
.header_nav nav.new_202209 li.web_btn a .fs_1 {
	font-size: 1.15rem;
}
.header_nav nav.new_202209 li.web_btn a .fs_2 {
	font-size: 1.2rem;
}
.header_nav nav.new_202209 li.web_btn a::before,
.header_nav nav.new_202209 li.fav_btn a::before {
	display: none;
}

.header_nav.fixed nav.new_202209 li a {
	padding: 1rem 12px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: auto;
	display: block;
	position: relative;
}
.header_nav.fixed nav.new_202209 li a::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1.26rem;
	background-color: #E6E6E6;
	position: absolute;
	top: 1rem;
	left: 0;
}
.header_nav.fixed nav li:first-child a {
	display: block;
	width: 200px;
	padding-right: .5em;
}
.header_nav.fixed nav.new_202209 li.web_btn a,
.header_nav.fixed nav.new_202209 li.fav_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 1rem 1rem;
	background-color: #EF9300;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 14px;
	width: auto;
	height: 67px;
}
.header_nav.fixed nav.new_202209 li.fav_btn a {
	background-color: #5f9ddb;
}
.header_nav.fixed nav.new_202209 li.web_btn a:hover,
.header_nav.fixed nav.new_202209 li.fav_btn a:hover {
	background-color: #E17603;
	transition: .3s;
}
.header_nav.fixed nav.new_202209 li.fav_btn a:hover {
	background-color: #538ac1;
	
}
.header_nav.fixed nav.new_202209 li.web_btn a .fs_1 {
	font-size: 1.05rem;
}
.header_nav.fixed nav.new_202209 li.web_btn a .fs_2 {
	font-size: 1.1rem;
}
.header_nav.fixed nav.new_202209 li:last-child a::before,
.header_nav.fixed nav.new_202209 li.web_btn a::before,
.header_nav.fixed nav.new_202209 li.fav_btn a::before,
.header_nav.fixed nav.new_202209 li:first-child a::before {
	display: none;
}
/* ここまで 2022/09/12 グロナビ修正 */

/*========= 上部固定させるためのCSS ===============*/
#scllor {
	height: 72px;/*高さ指定*/
	width:100%;/*横幅指定*/
}

/*JSを使いfixedクラスが付与された際の設定*/
#scroll.fixed{
	position: fixed;/*fixedを設定して固定*/
	z-index: 999;/*最前面へ*/
	top:0;/*位置指定*/
	left:0;/*位置指定*/
	width: 100%;
	height: 67px;
	animation: DownAnime 0.5s forwards;
	display: flex;
	justify-content: center;
	align-items: center;
}
#scroll.fixed li.icon_home{
	display: none;
}

@keyframes DownAnime {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1199px) {
	#scroll {
		display: none;
	}
	#scroll.fixed {
		display: none;
	}
	.header_sp_nav {
		background-color: #FFFFFF;
	}
	.header_sp_nav > .d-flex {
		justify-content: space-between;
		align-items: center;
		padding: 0 10px 5px 5px;
	}
	.menu_btn_sp {
		width: 32px;
	}
	.menu_btn_sp button {
		outline: none;
		border: none;
		background-color: transparent;;
	}
	.menu_btn_sp a:focus {
		outline: none;
	}
	.btn_web_sp {
		width: 175px;
	}
	.link_wrap_sp {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
	.link_wrap_sp li a {
		position: relative;
		text-align: center;
		padding: .5rem .6rem .4rem;
		font-size: .75rem;
		font-weight: 700;
		display: block;
	}
	.link_wrap_sp li a::before {
		content: "";
		display: inline-block;
		width: 2px;
		height: 1rem;
		background-color :#E6E6E6;
		position: absolute;
		top: .5rem;
		left: -1px;
	}
	.link_wrap_sp li.link_btn_regist a {
		margin-left: .2rem;
		padding: .5rem .6rem .4rem;
		background-color: #FF3300;
		border-radius: 4px;
		color: #FFFFFF;
		font-size: .85rem;
		font-weight: 700;
		text-align: center;
	}
	.link_wrap_sp li:first-child a::before,
	.link_wrap_sp li:last-child a::before {
		content: none;
	}
	
	.offcanvas {
		max-width: 325px;
	}
	.offcanvas-body {
		padding: 0;
	}
	.offcanvas-body .search_sp {
		background-color: #004E98;
		padding: 1rem;
	}
	.offcanvas-body .search_sp .d-flex {
		justify-content: space-between;
		align-items: center;
	}
	.offcanvas-body .search_sp .cond {
		background-color: #FFFFFF;
		border-radius: 6px;
		text-align: center;
		padding: 1rem;
		width: 32%;
		line-height: 1.4;
	}
	.offcanvas-body .search_sp .cond img {
		width: 20px;
	}
	.search_sp_btn {
		text-align: center;
	}
	.search_sp_btn button {
		color: #FFFFFF;
		background-color: #EF9300;
		border-radius: 6px;
		font-size: 1.25rem;
		padding: .3em 2em;
		border: none;
	}
	.offcanvas-body .job_link_box {
		padding: 2rem 1rem 0;
	}
	.offcanvas-body .job_link_btn {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 5px 10px 0 0;
		width: 100%;
		height: 60px;
		color: #FFFFFF;
		background-color: #004e98;
		font-size: 20px;
		font-weight: bold;
		border-radius: 4px;
		border: none;
		outline: none;
	}
	.offcanvas-body .job_link_btn::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		border-bottom: 10px solid #FFFFFF;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	.offcanvas-body .job_link_btn.collapsed::after {
		border-top: 10px solid #FFFFFF;
		border-bottom: none;
	}
	.offcanvas-body .job_link_wrap {
		padding-top: 1rem;
	}
	.offcanvas-body .job_link {
		border-bottom: solid 1px #E6E6E6;
	}
	.offcanvas-body .job_link:first-child {
		border-top: solid 1px #E6E6E6;
	}
	.offcanvas-body .job_link.job_link_search {
		padding: .8rem .4rem;
	}
	.offcanvas-body .job_link.job_link_search .form-control {
		font-size: .9rem;
		letter-spacing: 1px;
	}
	.offcanvas-body .job_link a {
		display: block;
		padding: 1rem .4rem;
		font-size: .8rem;
		font-weight: bold;
		letter-spacing: 1px;
		position: relative;
	}
	.offcanvas-body .job_link a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da";
		position: absolute;
		right: .4rem;
	}
	.offcanvas-body .link_btn {
		padding: 0 1rem;
	}
	.offcanvas-body .link_btn .d-flex {
		border-top: solid 1px #E6E6E6;
	}
	.offcanvas-body .link_btn .col-6 {
		border-bottom: solid 1px #E6E6E6;
	}
	.offcanvas-body .link_btn .col-6:nth-child(even) {
		border-left: solid 1px #E6E6E6;
	}
	.offcanvas-body .link_btn .col-6 a {
		display: block;
		padding: 1rem .4rem;
		font-size: .8rem;
		font-weight: bold;
		letter-spacing: 1px;
		position: relative;
	}
	.offcanvas-body .link_btn .col-6 a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da";
		position: absolute;
		right: .4rem;
	}
	.offcanvas-body .bnr_area {
		padding: 1rem;
	}
	.offcanvas-body .bnr_area .btn_web_regist {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 5px 10px 0 0;
		height: 60px;
		color: #FFFFFF;
		background-color: #FF3300;
		font-size: 20px;
		font-weight: bold;
		border-radius: 4px;
	}
	.offcanvas-body .bnr_area .btn_web_regist::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		border-left: 13px solid #FFFFFF;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
	}
	#offcanvas_sp_nav .btn-close {
		box-sizing: content-box;
		width: 1em;
		height: 1em;
		padding: 0.25em 0.25em;
		border: 0;
		border-radius: 0.25rem;
		opacity: 1;
		position: absolute;
		top: 1rem;
		left: -30px;
		background: url("../img/common/sp_menu_close.png") no-repeat;
		background-size: 80%;
	}

}



/*===================================
	m_footer
===================================*/
.page_top {
	background-color: transparent;
	position: absolute;
	top: -50px;
	right: calc((100% - 1140px) /2 + 3rem);
}
.page_top a {
	background-color: #004E98;
	color: #FFFFFF;
	text-align: center;
	padding: .8rem 3rem;
	display: inline-block;
	transition: .3s;
}
.page_top a:hover {
	opacity: .8;
}
@media (max-width: 1199px) {
	.page_top {
		top: -50px;
		right: 5%;
	}
}

@media (max-width: 767px) {
	.page_top {
		display: none;
	}
}
.m_footer {
	padding: 2rem 0 2rem;
	border-top: solid 1px #004E98;
	position: relative;
}
.mf_link {
}
.mf_link a {
	background-color: #FFFFFF;
	color: #004E98;
	font-size: .875rem;
	border: solid 1px #004E98;
	box-sizing: border-box;
	height: 4em;
	position: relative;
}
.mf_link a span {
	width: 100%;
	padding: 0 1em;
	line-height: 1.1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mf_link a:hover {
	background-color: #EDF4FE;
	transition-duration: .3s;
}
.mf_oreyume img {
	max-width: 350px;
}
.mf_search_wrapper {
	background-color: #EDF4FE;
	border-radius: .5rem;
	padding: 1.5rem;
}
.mf_search_ttl {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #004E98;
	padding: 1rem;
	border-radius: 4px;
	color: #FFFFFF;
}
.mf_search_ttl i {
	color: #FCF428;
}
.mf_block_ttl {
	color: #004E98;
	font-size: 1.2rem;
	font-weight: bold;
}
.mf_block_01 .col-md-auto a {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .875rem;
	padding: .3em .8em;
	border-radius: 4px;
	border: solid 1px #FFFFFF;
	margin-right: .5rem;
}
.mf_block_01 .col-md-auto a:hover {
	border: solid 1px #004E98;
	font-weight: bold;
	transition: .3s;
}



@media (max-width: 767px) {
	.mf_oreyume img {
		margin-bottom: 1rem;
	}
	.mf_bnr .page_link a {
		background-color: #004E98;
		color: #FFFFFF;
		text-align: center;
		padding: .5em 0;
		margin-bottom: .5rem;
		position: relative;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.29);
	}
	.mf_bnr .page_link a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da";
		position: absolute;
		top: 50%;
		right: .5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
	.mf_search_wrapper {
		border-radius: 0;
	}
	.mf_block_ttl {
		font-size: 1rem;
		border-bottom: solid 1px #004E98;
		position: relative;
	}	
	.mf_sp_box {
		display: none;
	}
	/*アイコンの＋と×*/
	.mf_block_ttl::before,
	.mf_block_ttl::after{
			position: absolute;
			content:'';
			width: 14px;
			height: 2px;
			background-color: #004E98;
	}
	.mf_block_ttl::before{
			top:48%;
			right: 5px;
			transform: rotate(0deg);
	}
	.mf_block_ttl::after{    
			top:48%;
			right: 5px;
			transform: rotate(90deg);
			transition: all .3s ease;
	}
	/*　closeというクラスがついたら形状変化　*/
	.mf_block_ttl.close::after{
		transform: rotate(180deg);
	}	
}

/*===================================
	footer
===================================*/
footer {
	background-color: #004e98;
}
#copyright p {
	text-align: center;
	color: #FFFFFF;
	font-size: .8rem;
	padding: 1em;
}
@media (max-width: 767px) {
	footer {
		margin-bottom: 50px;
	}
	#copyright p {
		font-size: .5rem;
	}

}



/*===================================
	sp_bottom_wrap
===================================*/
@media (max-width: 767px) {
	#page_top_sp {
		position: absolute;
		top: -52px;
		right: 15px;
/*		display: none;*/
	}
	#page_top_sp a {
		background: #666;
		text-decoration: none;
		color: #fff;
		width: 60px;
		padding: 12px 8px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-color: rgba(0,0,0,0.85);
	}
	#page_top_sp a:hover {
		text-decoration: none;
		opacity: .8;
	}
	
	#sp_bottom_wrap {
		width: 100%;
/*		height: 112px;*/
		height: 53px;
		position: fixed;
		bottom: 0;
		transition: 0.5s;
		z-index: +999;
	}
	#sp_bottom_wrap.kosotto {
		bottom: -62px;
		transition: 0.5s;
	}
	#sp_bottom_wrap .cta_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: rgba(0,0,0,0.40);
		padding: .4rem 0;
	}
	#sp_bottom_wrap .cta_btn .cta_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 400px;
	}
	#sp_bottom_wrap .cta_btn .col-6 {
		padding: 0 .25rem;
	}
	#sp_bottom_wrap .cta_btn .col-6 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 184px;
		height: 42px;
		margin: 0 auto;
		padding: 0;
		background-color: #ecf2fd;
		box-shadow: 0 8px 16px rgba(0,78,152,0.10);
	}
	#sp_bottom_wrap .cta_btn .col-6 a.btn_red {
		background-color: #FF3300;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
	}
	#sp_bottom_wrap .sp_tab_menu .tab_menu_list {
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		background-color: #8A8A8A;
		display: none;
	}
	#sp_bottom_wrap .sp_tab_menu .tab_menu_list li {
		width: 25%;
		background-color: #FFFFFF;
		margin-right: 1px;
		border-top: solid 4px #FFFFFF;
		box-sizing: border-box;
	}
	#sp_bottom_wrap .sp_tab_menu .tab_menu_list li.active {
		border-top: solid 4px #004e98;
	}
	#sp_bottom_wrap .sp_tab_menu .tab_menu_list li:last-child {
		margin-right: 0;
		position: relative;
	}
	#sp_bottom_wrap .sp_tab_menu .tab_menu_list li:last-child span.okini {
		position: absolute;
		top: 10px;
		right: 18px;
		color: #dc3e3e;
		font-weight: 500;
	}
	#sp_bottom_wrap .sp_tab_menu .tab_menu_list li a {
		max-height: 60px;
		text-align: center;
		padding: 10px 15px;
	}

}


/*===================================
	ぱんくず
===================================*/
#breadcrumb_box {
	background-color: #EDF4FE;
	padding: .4rem 0;
}
#breadcrumb_box nav {
}
.breadcrumb {
	margin: 0;
	font-size: .7rem;
}
.breadcrumb-item a {
	color: #004E98;
	display: inline-block;
}
.breadcrumb-item.active {
	color: #004E98;
}
@media (max-width: 767px) {
}



/*===================================
	下層ページ共通
===================================*/
.consec {
	padding: 80px 0 0;
}
.bg_sub {
	background-color: #EDF4FE;
}
.consec_ttl h2 {
	font-size: 2.25rem;
	font-weight: bold;
	color: #004E98;
	letter-spacing: .02em;
	line-height: 1.75;
	text-align: center;
}
.consec_ttl h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #004E98;
	letter-spacing: .02em;
	line-height: 1.7;
	text-align: center;
}
.my_boxshadow {
	box-shadow: 6px 6px 10px rgba(0, 78, 152, 0.10);
}
.btn_row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_row a.btn_white_pill {
	background-color: #FFFFFF;
	border: solid 1px #004E98;
	color: #004E98;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 3em;
	padding: .5em 1.5em;
	display: inline-block;
	min-width: 350px;
	text-align: center;
	margin: 0 1rem 1rem;
	position: relative;
	box-shadow: 6px 6px 10px rgba(0, 78, 152, 0.10);
	transition: all .3s;
	line-height: initial;
}
.btn_row a.btn_white_pill::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.btn_row a.btn_orange_pill {
	background-color: #EF9300;
	border: solid 1px #EF9300;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 3em;
	padding: .5em 1.5em;
	display: inline-block;
	min-width: 350px;
	text-align: center;
	margin: 0 1rem 1rem;
	position: relative;
	box-shadow: 6px 6px 10px rgba(0, 78, 152, 0.10);
	transition: all .3s;
	line-height: initial;
}
.btn_row a.btn_orange_pill::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.btn_row a.btn_white_pill:hover,
.btn_row a.btn_orange_pill:hover {
	box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}
.btn_row_square {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.btn_row_square a.btn_turquoise_square,
.btn_row_square a.btn_orange_square {
	background-color: #EF9300;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 6px;
	padding: .5em 2.3em .5em 1.5em;
	display: inline-block;
	min-width: 350px;
	text-align: center;
	margin: 0 1.8rem 1rem 0;
	position: relative;
	box-shadow: 6px 6px 10px rgba(0, 78, 152, 0.10);
	transition: all .3s;
	line-height: initial;
}
.btn_row_square a.btn_orange_square:hover {
	background-color: #E17603;
}
.btn_row_square a.btn_turquoise_square{
	background-color: #42B3C0;
}
.btn_row_square a.btn_turquoise_square:hover {
	background-color: #4293C0;
}
.btn_row_square a.btn_turquoise_square::after,
.btn_row_square a.btn_orange_square::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.btn_row_square a:first-child {
	margin-left: 0;
}

.mt_80_60 {
	margin-top: 80px;
}
.mt_60 {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.consec {
		padding: 60px 0 0;
	}

	.consec_ttl h2 {
		font-size: 1.625rem;
		line-height: 1.53;
		text-align: center;
	}
	.consec_ttl h3 {
		font-size: 1.5rem;
		line-height: 1.7;
		text-align: center;
	}
	.btn_row {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	a.btn_white_pill {
		font-size: 1.125rem;
		min-width: 310px;
		margin: 0 0 2rem;
	}
	a.btn_orange_pill {
		font-size: 1.125rem;
		min-width: 310px;
		margin: 0 0 2rem;
	}
	.mt_80_60 {
		margin-top: 60px;
	}
	.mt_60 {
		margin-top: 60px;
	}
	.btn_row_square a.btn_turquoise_square,
	.btn_row_square a.btn_orange_square {
		width: 100%;
		font-size: 1rem;
		min-width: 0;
		margin: 0 0 1rem 0;
	}
}

#cta_type_1 {
	background: url("../../asset/img/common/cta_bg.png") no-repeat;
	background-position: center center;
	background-size: cover;
	height: 320px;
	display: flex;
	align-items: center;
	margin-bottom: 150px;
}
#cta_type_1 .inner {
	text-align: center;
}
#cta_type_1 .inner a {
	background-color: #EF9300;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 6px;
	padding: .5em 2.3em .5em 1.5em;
	display: inline-block;
	min-width: 350px;
	text-align: center;
	margin: 60px 0 0;
	position: relative;
	box-shadow: 6px 6px 10px rgba(0, 78, 152, 0.10);
	transition: all .3s;
	line-height: initial;
}
#cta_type_1 .inner a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#cta_type_1 .inner a:hover {
	background-color: #E17603;
}


@media (max-width: 767px) {
	#cta_type_1 {
		background: url("../../asset/img/common/cta_bg_sp.png") no-repeat;
		background-position: center center;
		background-size: cover;
		height: 280px;
		margin-bottom: 1rem;
	}
	#cta_type_1 .inner a {
		width: 100%;
		font-size: 1rem;
		min-width: 0;
		margin: 30px 0 0;
	}
}


/*20220117追記*/
.excerpt table {
	background-color: #BEBFC3;
	border-collapse: separate;
	border-spacing: 1px; 
}
.excerpt table th {
	background-color: #DCDDE0;
	width: 6rem;
	padding: .5rem; 
}
.excerpt table td {
	background-color: #FFFFFF;
	padding: .5rem; 
}
@media (max-width: 767px) {
	.excerpt table {
		font-size: 14px;
	}
}


/*===================================
	formエリア用 #privacy_text
===================================*/
#privacy_text {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	padding: 1.5rem;
	border: solid 1px #333333;
	overflow-y: scroll;
	background-color: #FFFFFF;
}
#privacy_text p.text {
	font-size: 1rem;
	font-weight: 400;
}
#privacy_text a {
	font-weight: 400;
}
	#privacy_text table,
	#privacy_text ul {
		font-weight: 400;
	}

@media (max-width: 767px) {
	#privacy_text h2 {
		font-size: 18px !important;
	}
	#privacy_text h3 {
		font-size: 15px;
	}
	#privacy_text p.text {
		font-size: 14px;
	}
	#privacy_text p.fs_nomal {
		font-size: 14px;
	}
	#privacy_text table,
	#privacy_text ul {
		font-size: 14px;
	}
}


/*===================================
	formエリア用 .privacy_text
===================================*/
.privacy_text {
	margin-top: 10px;
	font-size: 14px;
}
.privacy_text a {
	display: inline-block;
	color: #004E98;
}
.privacy_text a:hover {
	text-decoration: underline;
}


/* 2022/09/28 グロナビ改修 */
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub:hover {
	cursor: pointer;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub a {
	text-decoration-color: #00458D;
	transition: .3s;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub a:hover {
	color: #00458D;
	text-decoration: underline;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub a i {
	color: #00458D;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub {
	display: none;
	width: 150px;
	height: auto;
	border-top: solid 2px #00458D;
	background-color: #FBFBFB;
	padding: 5px 0;
	position: absolute;
	z-index: 3
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub.active {
	display: block;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub > li {
	background-color: #FBFBFB;
	font-size: 14px;
	height: 3em;
	border-left: 0;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub > li a {
	width: 100%;
	height: auto;
	font-size: .9em;
	line-height: 1;
	padding: 1em .5em;
	transition: .3s;
	border-bottom: dotted 1px #C5C5C5;
	position: absolute;
	z-index: 3;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub.active > li a:hover {
	color: #00458D;
	text-decoration: underline;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub.active > li a::before {
	display: none;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub.active > li a:first-child {
	display: block;
}
.header_nav nav.new_202209 > ul._nav-hover > li.has-sub ul.sub > li:last-child a {
	border-bottom: 0;
}
.header_nav.fixed nav.new_202209 > ul._nav-hover > li.has-sub ul.sub {
	width: 120px;
	margin-top: -5px;
}
.header_nav.fixed nav.new_202209 > ul._nav-hover > li.has-sub ul.sub > li {
	font-size: 12px;
}
.header_nav.fixed nav.new_202209 li.web_btn a#web_free {
	font-size: 14px;
}
.header_nav.fixed nav.new_202209 li.web_btn a#web_free .fs_1 {
	font-size: 1.05rem;
}
.header_nav.fixed nav.new_202209 li.web_btn a#web_free .fs_2 {
	font-size: 1.1rem;
}


/*===================================
ローディングアニメーション追加(20221122)
===================================*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .loader_box {
  display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.leap-frog {
  --uib-size: 40px;
  --uib-speed: 2.5s;
  --uib-color: #004e98;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--uib-size);
  height: var(--uib-size);
}

.leap-frog__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.leap-frog__dot::before {
  content: '';
  display: block;
  height: calc(var(--uib-size) * 0.22);
  width: calc(var(--uib-size) * 0.22);
  border-radius: 50%;
  background-color: var(--uib-color);
  will-change: transform;
}

.leap-frog__dot:nth-child(1) {
  animation: leapFrog var(--uib-speed) ease infinite;
}

.leap-frog__dot:nth-child(2) {
  transform: translateX(calc(var(--uib-size) * 0.4));
  animation: leapFrog var(--uib-speed) ease calc(var(--uib-speed) / -1.5)
    infinite;
}

.leap-frog__dot:nth-child(3) {
  transform: translateX(calc(var(--uib-size) * 0.8)) rotate(0deg);
  animation: leapFrog var(--uib-speed) ease calc(var(--uib-speed) / -3)
    infinite;
}

@keyframes leapFrog {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  33.333% {
    transform: translateX(0) rotate(180deg);
  }

  66.666% {
    transform: translateX(calc(var(--uib-size) * -0.4)) rotate(180deg);
  }

  99.999% {
    transform: translateX(calc(var(--uib-size) * -0.8)) rotate(180deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.loader_logo {
	max-width: 100px;
	margin: 0 auto 20px;
}
.loader_box small {
	font-size: 12px;
}

/* ヘッダーメニュー改修(20230908) */
.header_nav nav > ul li.link_btn a {
  padding: 0.8rem 0.4rem 0.8rem;
}
.header_nav nav > ul li.link_btn a::before {
  display: none;
}
.header_nav nav > ul li.link_btn a img {
  transition: all .3s;
}
.header_nav nav > ul li.link_btn a:hover img {
  filter: brightness(1.1);
}
.header_nav.fixed nav li:first-child a {
  width: 170px;
}
.header_nav.fixed nav.new_202209 li a::before {
  top: .9rem;
}
.header_nav.fixed ul li.link_btn a {
  padding: 0.8rem 0.4rem 0.8rem;
}
.header_nav.fixed ul li.link_btn a::before {
  display: none;
}
@media (max-width: 1199px) {
  .btn_wrap_sp {
    justify-content: flex-end;
    max-width: 400px;
    width: calc(100% - 36px);
    gap: 0 4px;
  }
}

/* 夢真EXへの導線設置(20231122) */
.expert_link:hover img {
  filter: brightness(1.05);
}
@media (min-width: 768px) {
  .l_side .col-5 {
      width: 60%;
  }
  .expert_link {
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  }
}


/*===================================
NEWアイコン
===================================*/
span.new_icon {
	display: inline-block;
	background: #E61413;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	margin: 0 7px 5px 0;
	padding: 5px 5px 3px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	span.new_icon {
		font-size: 10px;
		margin: 0 4px 3px 0;
		padding: 4px 4px 2px;
	}
}


/*===================================
===================================*/
@media (max-width: 767px) {
}



