@charset "utf-8";
/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .goti {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .mono {
	font-family: "Space Mono", serif;
	font-weight: 400;
	font-style: normal;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
body img{
	width: auto;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:1240px) {
	.sitewrap {
		width: 100%;
		min-width: 0;
		padding:0 2%;
		overflow: hidden;
	}	
}
@media screen and (max-width:768px) {
	html {
		color: #000000;
		font-size: 14px;
	}
	.sitewrap {
		padding:0 15px;
	}
}

/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	background: #001b5b;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: background .4s .2s;
}
header#fix_menu.fixedMenu {
	background: #fff;
}
.menu_top {
	position: relative;
}
.menu_top #site_ttl {
	float: left;
	padding: 0px;
	white-space: nowrap;
}
.menu_top #site_ttl a {
	display: block;
	vertical-align: middle;
}
.menu_top #site_ttl a h1{
	position: relative;
	z-index: 0;
	height: 50px;
}
.menu_top #site_ttl a img {
	position: absolute;
	margin:auto;
	inset: 10px auto auto 10px;
	height: 58px;
	transition: all .5s;
}
.menu_top #site_ttl a .logo_bl{
	z-index: -1;
	opacity: 0;
}
header#fix_menu.fixedMenu #site_ttl a .logo_wh{
	opacity: 0;
}
header#fix_menu.fixedMenu #site_ttl a .logo_bl{
	display: block;
	opacity: 1;
}
.drop_menu {
	float: right;
}
.drop_menu #NavWrap {
	margin-right: 5em;
	width: 100%;
	max-width: 800px;
}
.drop_menu #NavWrap ul {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: auto;
	width: 100%;
	box-sizing: border-box;
}
.drop_menu #NavWrap ul::after {
	display: none;
}
.drop_menu #NavWrap ul>li {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.drop_menu #NavWrap li a {
	display: block;
	padding: 0 16px 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1rem;
	width: auto;
	line-height: 1;
	position: relative;
	color: #fff;
	text-align: center;
	transition: background 0.3s, opacity 0.3s, color 0.3s;
}
header#fix_menu.fixedMenu .drop_menu #NavWrap li a {
	color: #001b5b;
}
.drop_menu #NavWrap li a:hover {
	opacity: 1;
}
.drop_menu #NavWrap li a span {
	padding: 30px 0px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: normal;
	font-weight: 500;
	position: relative;
}
.drop_menu #NavWrap .last{
	display: inline-block;
	margin-right: 20px;
}
header#fix_menu.fixedMenu .drop_menu #NavWrap li a[target=_blank] span:before {
	background-image: url(../img/icon_target_blk.png);
}
.drop_menu #NavWrap li a span:after {
	content: "";
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 0;
	transition: width .2s;
	background: #ffffff;
}
header#fix_menu.fixedMenu .drop_menu #NavWrap li a span:after{
	background: #001b5b;
}
@media (any-hover: hover) {
	.drop_menu #NavWrap li a:hover span {
		opacity: 1;
	}
	.drop_menu #NavWrap li a:hover span:after {
		width: 100%;
	}
	.drop_menu #NavWrap li a:hover {
		opacity: 1;
	}
}
.drop_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:1200px){
	.drop_menu #NavWrap {
		margin-right: 1em;
	}
	.drop_menu #NavWrap li a {
		padding: 0 10px 2px;
		font-size: .875rem;
	}
	
}
@media screen and (max-width:767px) {
	body {
		padding-top: 60px;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu {
		top: 0;
		transition: none;
		position: fixed;
		height: 60px;
		background: #001b5b;
	}
	header .menu_top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
	}
	header .menu_top #site_ttl {
		padding: 5px 5px;
	}
	header .menu_top #site_ttl img {
		max-height: 50px;
		width: auto;
		inset: 4px auto auto 10px;
	}
	header .menu_top #site_ttl a .logo_wh{
		opacity: 1 !important;
	}
	header .menu_top #site_ttl a .logo_bl{
		opacity: 0;
	}
	header .menu_top .menu_fix {
		position: relative;
	}
	.drop_menu #NavWrap {
		position: fixed;
		top: 0;
		left: auto;
		right: -100%;
		width: 100%;
		height: auto;
		background: #fff;
		position: fixed;
		top: 60px;
		z-index: 800;
		overflow: auto;
		visibility: hidden;
		box-sizing: border-box;
		transition: all 0.25s;
		padding: 0 15px;
		margin-right: 0;
	}
	.drop_menu #switch:checked~label+#NavWrap {
		left: auto;
		right: 0;
		visibility: visible;
		max-height: 100vh;
	}
	.drop_menu #switch~label {
		display: block;
		cursor: pointer;
		top: 0;
		right: 0;
		z-index: 900;
		-webkit-transition: 0.5s transform;
		transition: 0.5s transform, right 0.2s;
		padding: 12px;
		box-sizing: border-box;
		text-align: center;
		width: 60px;
		height: 60px;
		position: absolute;
	}
	.drop_menu #switch~label p {
		z-index: 2;
		width: 100%;
		margin-bottom: 0;
	}
	.drop_menu #switch~label span {
		cursor: -webkit-grabbing;
		display: block;
		background: #ffffff;
		-webkit-transition: 0.2s transform, 0.5s background;
		transition: 0.2s transform, 0.5s background;
		position: absolute;
		left: 0;
		right: 0;
		width: 30px;
		height: 2px;
		top: 29px;
		margin: auto;
	}
	.drop_menu #switch~label span:before,
	.drop_menu #switch~label span:after {
		content: "";
		display: block;
		background: #ffffff;
		position: absolute;
		width: 30px;
		height: 2px;
		margin-top: 0;
	}
	.drop_menu #switch~label span:before {
		top: -12px;
	}
	.drop_menu #switch~label span:after {
		top: 12px;
	}
	.drop_menu #switch:checked~label span {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.drop_menu #switch:checked~label span:before {
		top: 0;
	}
	.drop_menu #switch:checked~label span:after {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
		top: 0;
		margin-top: 0;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	.drop_menu #NavWrap ul {
		display: block;
		border-left: none;
		height: 100%;
		width: 300px;
		padding: 0;
		width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.drop_menu #NavWrap ul li {
		display: block;
		padding: 0;
		border-bottom: solid 1px #787975;
	}
	.drop_menu #NavWrap li a{
		font-size: 1.125rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		color: #111111;
		border: none;
		padding: 0.5em;
	}
	.drop_menu #NavWrap li a span {
		display: block;
		padding: 12px 0;
		font-weight: normal;
		background: none;
		line-height: 1.4;
		white-space: normal;
	}
	.drop_menu #NavWrap li a span:before {
		position:absolute;
		display:inline-block;
		content:"";
		width:8px;
		height:8px;
		border-top:2px solid #111;
		border-right:2px solid #111;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
		transform:rotate(45deg);
	}
	.drop_menu #NavWrap li a[target=_blank] span:before {
		background-image: url(../img/icon_target_blk.png);
		border:none;
		transform:rotate(0deg);
	}
	.drop_menu #NavWrap li a span:after {
		display: none;
	}
	.drop_menu #NavWrap li a[target=_blank] span {
		padding-right: 25px;
	}
	.drop_menu #NavWrap li a[target=_blank] span:before {
		position: absolute;
		display: inline-block;
		content: "";
		width: 19px;
		height: 19px;
		background: url(../img/icon_target.png);
		background-size: cover;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.drop_menu #NavWrap .last{
		display: block;
		margin-right: 0px;
	}
}
/* contents
-------------------------------------------------------------------*/
.relative{
	position: relative;
	z-index: 0;
}
.title_area{
	margin-block: 8em 3em;
	text-align: center;
}
.title_area .sec_title{
	font-size: 3rem;
	font-weight: 700;
	color: #001b5b;
	letter-spacing: -2px;
}
.title_area .sec_title em,
.title_area .sec_title b{
	font-size: 4.5rem;
	font-weight: 700;
	color: #00b3d6;
}
.title_area .sec_subtitle{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: auto 0 0;
	font-size: 10rem;
	font-weight: 700;
	color: #f0f0f0;
}
.cta_btn a{
	background:#fff100;
	color: #001b5b;
	width:100%;
	max-width:400px;
	height: 80px;
	border-radius: 4em;
	font-size: 1.25rem;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	z-index:5;
	transition:.5s transform,.5s background;
	padding-inline: 1em;
	margin: auto;
	text-decoration: none;
}
.cta_btn a span{
	display: flex;
	align-items: center;
}
.cta_btn a em{
	font-size: 2rem;
	margin-right: 0.1em;
}
.cta_btn a:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 0 20px 0 auto;
	width: 10px;
	height: 10px;
	border-top: solid 3px #001b5b;
	border-right: solid 3px #001b5b;
	transform: rotate(45deg);
	transition: right 0.3s;
}
@media (any-hover: hover) {
	.cta_btn a:hover{
		transform: translateY(4px);
	}
	.cta_btn a:hover:before{
		right: 15px;
	}
}
body a.blank_text {
	text-decoration: none;
}
body a.blank_text span{
	color: #01b3d6;
	padding-right: 1em;
	position: relative;
	z-index: 0;
	display: inline-block;
}
body a.blank_text span::before{
	width: 9px;
	height: 9px;
	display: inline-block;
	content: "";
	position: absolute;
	z-index: 0;
	background: url(../img/icon_blank.svg) no-repeat;
	background-size: contain;
	inset: 9px 4px auto auto;
}
@media (any-hover: hover) {
	body a.blank_text:hover{
		border-bottom: 1px solid #01b3d6;
	}
}
@media screen and (max-width:767px) {
	.title_area{
		margin-block: 4em 2em;
	}
	.title_area .sec_title{
		font-size: 1.7rem;
	}
	.title_area .sec_title em,
	.title_area .sec_title b{
		font-size: 2.6rem;
	}
	.title_area .sec_subtitle{
		font-size: 5.5rem;
	}
	.cta_btn a{
		height: 70px;
		font-size: 1.25rem;
	}
	.cta_btn a em{
		font-size: 2rem;
	}
	.cta_btn a:before{
		inset: 0 20px 0 auto;
		border-top: solid 2px #001b5b;
		border-right: solid 2px #001b5b;
	}
	body a.blank_text span::before{
		inset: 7px 4px auto auto;
	}
}

.slide_area{
	margin-bottom: 4em;
	/* margin-right: 1em; */
}
.slide_area .slide_item{
	position: relative;
	z-index: 0;
	padding-top: 1.5em;
	overflow: visible;
	text-align: center;
	margin-inline: 0.5em;
}
.slide_area .slide_item::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 41% -3% auto auto;
	width: 10px;
	height: 10px;
	border-top: solid 3px #9fa0a0;
	border-right: solid 3px #9fa0a0;
	transform: rotate(45deg);
	transition: right 0.3s;
}
.slide_area .slide_item:last-child::before{
	content: none;
}

.slide_area .slide_item .slide_num{
	position: absolute;
	z-index: 1;
	inset: 0px auto auto 0px;
	margin: auto;
	width: fit-content;
	height: fit-content;
}
.slide_area .slide_item .slide_num span{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #00b3d6;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide_area .slide_item .slide_img{
	margin-inline: 0.5em;
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
}
.slide_area .slide_item .slide_text{
	text-align: center;
	line-height: 1.6;
	min-height: 10em;
	font-size: 0.9rem;
}
.slide_area .slide_item .slide_text span{
	text-align: center;
	font-size: 0.8rem;
}

@media screen and (max-width:767px) {
	.slick-list{
		overflow: visible;
	}
	.slide_area{
		margin-bottom: 4em;
		margin-inline: -15px;
	}
	.slide_area .slide_item{
		margin-inline: 0;
	}
	.slide_area .slide_item::before{
		content: none;
	}
	.slide_area .slide_item .slide_img{
		margin-inline: 1.5em;
		margin-bottom: 1em;
		max-width: 197px;
	}
	.slide_area .slide_item .slide_text{
		min-height: 8em;
	}
}



.mv_wrap{
	background: url(../img/img_mv01.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 45%;
	min-height: 718px;
}
.mv_wrap .mv_item02{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 10% 8% auto auto;
}
.mv_wrap .mv_item03{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 16% auto auto 10%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mv_wrap .mv_item03 .text_area .title{
	font-size: 5.125rem;
	font-weight: 800;
	color: #fff;
	text-align: left;
	margin-bottom: 0.25em;
	line-height: 1.5;
	text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}
.mv_wrap .mv_item03 .text_area span{
	font-size: 4rem;
}
.mv_wrap .mv_item03 .text_area .title img{
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
	vertical-align: sub;
	margin-bottom: 0.125em;
}
@media screen and (max-width:1800px) {
	.mv_wrap .mv_item02{
		inset: 10% 6% auto auto;
		width: 32%;
	}
	.mv_wrap .mv_item03{
		inset: 16% auto auto 6%;
	}
	.mv_wrap .mv_item03 .text_area .title{
		font-size: 4.125rem;
	}
	.mv_wrap .mv_item03 .text_area span{
		font-size: 3.5rem;
	}
	.mv_wrap .mv_item03 .text_area .title .txt_01{
		max-width: 400px;
	}
	.mv_wrap .mv_item03 .text_area .title .txt_02{
		max-width: 500px;
	}
	.mv_wrap .mv_item03 .qr_area{
		max-width: 426px;
	}
}
@media screen and (max-width:1400px) {
	.mv_wrap .mv_item02{
		inset: auto 0 2% auto;
		width: 32%;
	}
	.mv_wrap .mv_item03{
		inset: 19% auto auto 4%;
	}
	.mv_wrap .mv_item03 .text_area .title{
		font-size: 3.5rem;
	}
	.mv_wrap .mv_item03 .text_area span{
		font-size: 3rem;
	}
	.mv_wrap .mv_item03 .text_area .title .txt_01{
		max-width: 360px;
	}
	.mv_wrap .mv_item03 .text_area .title .txt_02{
		max-width: 450px;
	}
	.mv_wrap .mv_item03 .qr_area{
		max-width: 340px;
	}
}
@media screen and (max-width:767px) {
	.mv_wrap{
		background: url(../img/img_mv01_sp.png) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 70%;
		min-height: 621px;
	}
	.mv_wrap .mv_item02{

	}
	.mv_wrap .mv_item03{
		inset: 75px 16px auto auto;
	}
	.mv_wrap .mv_item03 .text_area .title{
		font-size: 2.4rem;
		font-weight: 600;
		text-align: right;
		letter-spacing: 0px;
		line-height: 1.4;
	}
	.mv_wrap .mv_item03 .text_area span{
		font-size: 2rem;
	}
	.mv_wrap .mv_item03 .text_area .title .txt_01{
		max-width: 183px;
	}
	.mv_wrap .mv_item03 .text_area .title .txt_02{
		max-width: 208px;
	}
	.mv_wrap .mv_item04{
		position: absolute;
		margin: auto;
		z-index: 1;
		width: 130px;
		inset: auto 15px 6% auto;
		filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.3));
	}
	.mv_wrap .menu_area{
		position: absolute;
		z-index: 1;
		margin: auto;
		inset: 0 0 auto 0;
		width: 100%;
		background: #fff;
	}
	.mv_wrap .menu_area ul{
		display: flex;
	}
	.mv_wrap .menu_area ul li{
		width: 25%;
	}
	.mv_wrap .menu_area ul li a{
		display: block;
		font-size: 0.9rem;
		padding: 0.25em 0.5em 1em;
		color: #001b5b;
		font-weight: 500;
		position: relative;
		z-index: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
	.mv_wrap .menu_area ul li a:before{
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		margin: auto;
		inset: auto 0 6px 0;
		width: 8px;
		height: 8px;
		border-top: solid 2px #001b5b;
		border-right: solid 2px #001b5b;
		transform: rotate(135deg);
		transition: right 0.3s;
	}
	.mv_wrap .menu_area ul li+li a:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		margin: auto;
		inset: auto auto 6px 0;
		width: 1.5px;
		height: 80%;
		background: #001b5b;
	}
}

.about_wrap{
	background: url(../img/bg_about01.jpg);
	background-size: cover;
	background-position: center;
	margin-top: -10em;
	padding-block: 10em 2em;
}
.about_wrap .title_lead{
	text-align: center;
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom: 6em;
}
.about_wrap .about_col{
	display: flex;
	gap: 2%;
	justify-content: center;
	margin-bottom: 6em;
}
.about_wrap .about_col .about_item{
	width: calc((100% - 10%) / 3);
	text-align: center;
	padding: 3em 2em;
	border-radius: 10px;
	background: #fff;
	box-shadow: 3px 3px 20px 0px rgb(0 0 0 / 16%);
}
.about_wrap .about_col .about_item .item_num{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -40px 0 auto;
	background: #001b5b;
	border-radius: 50%;
	color: #fff;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_wrap .about_col .about_item .item_num span{
	font-size: 2.125rem;
	font-weight: 800;
}
.about_wrap .about_col .about_item .item_img{
	margin-bottom: 1em;
}
.about_wrap .about_col .about_item .item_text{
	font-size: 1.25rem;
	word-break: auto-phrase;
}
@media screen and (max-width:767px) {
	.about_wrap{
		margin-top: -4em;
		padding-block: 4em 2em;
		background: url(../img/bg_about01_sp.jpg);
		background-size: cover;
		background-position: center;
	}
	.about_wrap .title_lead{
		margin-bottom: 2em;
	}
	.about_wrap .about_col{
		gap: 1.5em;
		margin-bottom: 2em;
		flex-direction: column;
		padding-inline: 15px;
	}
	.about_wrap .about_col .about_item{
		width: 100%;
		text-align: left;
		padding: 1em 1em 1em 2.5em;
		display: flex;
		align-items: center;
		gap: 2%;
	}
	.about_wrap .about_col .about_item .item_num{
		inset: 0 auto 0 -20px;
		width: 50px;
		height: 50px;
	}
	.about_wrap .about_col .about_item .item_num span{
		font-size: 1.5rem;
	}
	.about_wrap .about_col .about_item .item_img{
		margin-bottom: 0;
		width: 40%;
	}
	.about_wrap .about_col .about_item .item_text{
		font-size: 1.125rem;
		width: 58%;
		word-break: unset;
		text-align: left !important;
	}
}



.sign_wrap{
	background: #001b5b;
	padding-block: 6em;
	color: #fff;
	overflow: hidden;
}
.sign_wrap .sign_bg01,
.sign_wrap .sign_bg02{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: -10% auto auto 0;
}
.sign_wrap .sign_bg02{
	inset: auto 0 -2% auto;
}
.sign_wrap .title_area .sec_subtitle{
	color: #364572;
}
.sign_wrap .title_area .sec_title{
	color: #fff;
}
.sign_wrap .title_area .sec_title em{
	color: #fff100;
}
.sign_wrap .title_area .sec_title b{
	color: #fff;
}
.sign_wrap .sign_lead{
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2em;
}
.sign_wrap .slide_area{
	margin-bottom: 4em;
}
.sign_wrap .slide_area .slide_item{
	position: relative;
	z-index: 0;
	padding-top: 1.5em;
	margin-inline: 0.5em;
}
.sign_wrap .slide_area .slide_item::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 41% -3% auto auto;
	width: 10px;
	height: 10px;
	border-top: solid 3px #9fa0a0;
	border-right: solid 3px #9fa0a0;
	transform: rotate(45deg);
	transition: right 0.3s;
}
.sign_wrap .slide_area .slide_item:last-child::before{
	content: none;
}
.sign_wrap .slide_area .slide_item .slide_num{
	position: absolute;
	z-index: 1;
	margin: auto;
}
.sign_wrap .slide_area .slide_item .slide_num span{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #00b3d6;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sign_wrap .slide_area .slide_item .slide_img{
	/* margin-inline: 1em; */
	margin-bottom: 1em;
}
.sign_wrap .slide_area .slide_item .slide_text{
	text-align: center;
	line-height: 1.6;
	font-size: 0.95rem;
	min-height: 10em;
}
.sign_wrap .slide_area .slide_item .slide_text span{
	text-align: center;
	font-size: 0.875rem;
}
@media screen and (max-width:767px) {
	.sign_wrap{
		padding-block: 2em 4em;
		background: url(../img/bg_sign01_sp.png) no-repeat;
		background-size: cover;
	}
	.sign_wrap .sign_bg01,
	.sign_wrap .sign_bg02{
		display:none; 
	}
	.sign_wrap .title_area .sec_subtitle{
		font-size: 5em;
	}
	.sign_wrap .sign_lead{
		font-size: 1.4rem;
	}
	.sign_wrap .slide_area{
		margin-bottom: 4em;
	}
	.sign_wrap .slide_area .slide_item::before{
		content: none;
		display: block;
		position: absolute;
		z-index: 0;
		margin: auto;
		inset: 41% -5px auto auto;
		width: 10px;
		height: 10px;
		border-top: solid 3px #9fa0a0;
		border-right: solid 3px #9fa0a0;
		transform: rotate(45deg);
		transition: right 0.3s;
	}
	.sign_wrap .slide_area .slide_item .slide_num{
		position: absolute;
		z-index: 1;
		margin: auto;
	}
	.sign_wrap .slide_area .slide_item .slide_num span{
		width: 50px;
		height: 50px;
		display: inline-block;
		background: #00b3d6;
		border-radius: 50%;
		font-size: 1.5rem;
		font-weight: 600;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sign_wrap .slide_area .slide_item .slide_img{
		margin-inline: 1.5em;
		margin-bottom: 1em;
		max-width: 200px;
	}	
	.sign_wrap .slide_area .slide_item .slide_text{
		text-align: center;
		line-height: 1.6;
		font-size: 0.95rem;
		min-height: 9em;
	}
}




.line_wrap{
	background: #adedc7;
	padding-block: 3em 6em;
}
.line_wrap .line_inner{
	text-align: center;
}
.line_wrap .sec_subtitle{
	color: #95e3af; 
}
.line_wrap .sec_title,
.line_wrap .sec_title b{
	color: #000000; 
}
.line_wrap .line_text{
	margin-bottom: 2em;
	line-height: 2;
}
.line_wrap .line_cont01{
	display: flex;
	justify-content: center;
	gap: 3%;
	margin-bottom: 4em;
}
.line_wrap .line_lead{
	font-size: 2rem;
	font-weight: 700;
	color: #005624;
	margin-bottom: 1em;
}
.line_wrap .line_cont02{
	margin-bottom:2em;
}
.line_wrap .line_cont02 .slide_area .slide_item .slide_num span{
	background: #0ac155;
	color: #fff;
}
.line_wrap .line_cont02 .slide_area .slide_item .slide_img.size{
	transform: translateX(-10px);
	margin-left: 0;
}
.line_wrap .line_cont03{
	margin:0 auto 4em;
	max-width: 924px;
	background: #fff;
	padding: 4em 2em 2em;
	border-radius: 20px;
}
.line_wrap .line_cont03 .line_cont03_lead{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -12px 0 auto;
}
.line_wrap .line_cont03 .line_cont03_lead span{
	background: #06c755;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0.5em 2.5em;
	border-radius: 2em;
}
.line_wrap .line_cont03 .line_cont03_lead span::after{
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: 13px 8px 0 8px;
	border-color: #06c755 transparent transparent transparent;
	position: absolute;
	margin:auto;
	inset: auto 0 -12px;
}
.line_wrap .line_cont03 .cont03_itemarea{
	display: flex;
	justify-content: center;
	gap: 6%;
}
.line_wrap .line_cont03 .cont03_itemarea .cont03_item{
	width: 47%;
}
.line_wrap .line_cont03 .cont03_itemarea .cont03_item .item_img{
	margin-bottom: 2em;
}
.line_wrap .line_cont03 .cont03_itemarea .cont03_item .item_title{
	margin-bottom: 1em;
	font-size: 1.125rem;
	font-weight: 600;
	color: #001b5b;
}
.line_wrap .btn02 a{
	background: #fff;	
	border: 2px solid #001b5b;
}
.line_wrap .btn02 a em{
	color: #06c755;
}
.line_wrap .line_bg01{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: auto 0 -2% auto;
}
@media screen and (max-width:767px) {
	.line_wrap{
		padding-block: 2em 3em;
	}
	.line_wrap .line_cont01{
		margin-bottom: 3em;
	}
	.line_wrap .line_lead{
		font-size: 1.5rem;
		margin-bottom: 1em;
	}
	.line_wrap .line_cont02{
		margin-bottom:2em;
	}
	
	.line_wrap .line_cont02 .slide_area .slide_item .slide_num span{
		background: #0ac155;
		color: #fff;
	}
	.line_wrap .line_cont02 .slide_area .slide_item .slide_img.size{
		transform: translateX(16px);
		margin-left: 0;
	}
	.line_wrap .line_cont03{
		margin:0 auto 2em;
		border-radius: 10px;
	}
	.line_wrap .line_cont03 .cont03_itemarea{
		display: flex;
		justify-content: center;
		gap: 3em;
		flex-direction: column;
	}
	.line_wrap .line_cont03 .cont03_itemarea .cont03_item{
		width: 100%;
	}
	.line_wrap .line_cont03 .cont03_itemarea .cont03_item .item_img{
		margin: 0 auto 1em;
		width: 80%;
	}
	.line_wrap .line_cont03 .cont03_itemarea .cont03_item .item_title{
		margin-bottom: 1em;
		font-size: 1.125rem;
		font-weight: 600;
		color: #001b5b;
	}
	.line_wrap .btn02 a{
		background: #fff;	
		border: 2px solid #001b5b;
	}
	.line_wrap .line_bg01{
		inset: auto 0 0 auto;
	}	
}
.pass_wrap{
	background: #001b5b;
	padding-block: 6em;
	color: #fff;
}
.pass_wrap .pass_inner{
	text-align: center;
}
.pass_wrap .sec_subtitle{
	color: #525d81;
	min-width: 1420px;
	transform: translateX(-97px);
	letter-spacing: -8px;
}
.pass_wrap .sec_subtitle span{
	padding-inline: 0.2em;
}
.pass_wrap .sec_title,
.pass_wrap .sec_title b{
	color: #ffffff; 
}
.pass_wrap .pass_text{
	margin-bottom: 2em;
	line-height: 2;
}
.pass_wrap .pass_cont01{
	display: flex;
	justify-content: center;
	gap: 3%;
	margin-bottom: 4em;
}
.pass_wrap .pass_lead{
	font-size: 2rem;
	font-weight: 700;
	color: #fff100;
	margin-bottom: 1em;
}
.pass_wrap .pass_cont02{
	margin-bottom:2em;
}
.pass_wrap .btn03 a{
	background: #fff;	
	border: 2px solid #001b5b;
}
@media screen and (max-width:1600px) {
	.pass_wrap .sec_subtitle{
		color: #525d81;
		min-width: unset;
		transform: unset;
		font-size: min(8rem , 10vw );
		bottom: auto;
		top: -0.75em;		
	}	
}
@media screen and (max-width:767px) {
	.pass_wrap{
		padding-block: 1em 4em;
	}
	.pass_wrap .sec_subtitle{
	
letter-spacing: -3px;
	}
	.pass_wrap .sec_subtitle span{
		padding-inline: 0.2em;
	}
	.pass_wrap .sec_title,
	.pass_wrap .sec_title b{
		color: #ffffff; 
	}
	.pass_wrap .pass_text{
		margin-bottom: 2em;
	}
	.pass_wrap .pass_cont01{
		display: flex;
		justify-content: center;
		gap: 3%;
		margin-bottom: 4em;
	}
	.pass_wrap .pass_lead{
		font-size: 1.4rem;
	}
	.pass_wrap .pass_cont02{
		margin-bottom:2em;
	}
}






.service_wrap{
	padding-block: 4em 7em;
	background: url(../img/bg_service01.jpg);
	background-size: cover;
	background-position: center;
}
.service_wrap .sec_subtitle{
	color: #cacaca; 
}
.service_wrap .sec_title{
	color: #001b5b; 
}
.service_wrap .sec_title b{
	font-size: 3.875rem;
	color: #001b5b; 
}
.service_wrap .cont_area{
	background: #fff;
	border-radius: 30px;
	box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
	padding-bottom: 1em;
	margin-bottom: 5em;
}
.service_wrap .cont_area .service_title{
	background: #001b5b;
	color: #fff;
	font-size: 2.125rem;
	font-weight: 600;
	padding: 0.5em 0 0.5em 6.5em;
	border-radius: 30px 30px 0 0;
}
.service_wrap .cont_area .service_icon {
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -2em auto auto 2%;
	 filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.3));
}
.service_wrap .cont_area dt{

pointer-events: none;
}
.service_wrap .cont_area dd{
	
}
.service_wrap .cont_area .text_area{
	padding: 4em 4.5em 3em;
}
.service_wrap .cont_area .cont_text{
	line-height: 2;
	letter-spacing: 0.5px;
}
.service_wrap .cont_area .cont_text.last{
	margin-bottom: 2em;
}
.service_wrap .cont_area .flex_area{
	display: flex;
	margin-bottom: 0.5em;
}
.service_wrap .cont_area .flex_area .lead{
	margin-right: 1em;
}
.service_wrap .cont_area .flex_area .lead span{
	display: inline-block;
	min-width: 220px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #001b5b; 
	padding: 0.5em 1em;
	border-radius: 2em;
}
.service_wrap .cont_area .flex_area .detail{
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0.5em;
}
.service_wrap .cont_area .flex_area .detail em{
	color: #fe0000;
}
.service_wrap .cont_area .flex_area .detail span{
	font-weight: normal;
}
.service_wrap .cont_area .table_area{
	margin-block: 3em 2em;
	text-align: center;
	word-break: auto-phrase;
}
.service_wrap .cont_area .table_area th{
	background: #001b5b;
	color: #fff;
	text-align: center;
	padding: 0.25em 0.25em;
	border: 4px solid #fff;
	min-width: 20%;
}
.service_wrap .cont_area .table_area td{
	background: #f5f5f5;
	font-size: 0.875rem;
	text-align: center;
	padding: 1em 1em;
	border: 4px solid #fff;
}

.service_wrap .cont_area .cont_em span{
	display: inline-block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #001b5b; 
	padding: 0.5em 2em;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
.service_wrap .cont_area .cont_att a{
	text-decoration: none;
}
.service_wrap .cont_area .cont_att a span{
	color: #01b3d6;
	padding-right: 1em;
	position: relative;
	z-index: 0;
}
.service_wrap .cont_area .cont_att a span::before{
	width: 9px;
	height: 9px;
	display: inline-block;
	content: "";
	position: absolute;
	z-index: 0;
	background: url(../img/icon_blank.svg) no-repeat;
	background-size: contain;
	inset: 9px 4px auto auto;
}
@media (any-hover: hover) {
	.service_wrap .cont_area .cont_att a:hover{
		border-bottom: 1px solid #01b3d6;
	}
}
.service_wrap .cont_area .img_area{
	display: flex;
	gap: 2%;
	justify-content: space-between;
	margin-bottom: 4em;
}
.service_wrap .cont_area .img_area .img_text{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 0 -20px 0;
	width: fit-content;
}
.service_wrap .cont_area .img_area .img_text span{
	display: inline-block;
	min-width: 220px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #001b5b; 
	padding: 0.5em 1em;
	border-radius: 2em;
}
.service_wrap .cont_area .flow_area{
	background: #f5f5f5;
	margin-block: 3em 0;
	padding: 3em;
	border-radius: 20px;
}
.service_wrap .cont_area .flow_area .flow_list{
	display: flex;
	gap: 1em 4%;
	margin-bottom: 6em;
	padding-inline: 1em;
}
.service_wrap .cont_area.cont02 .flow_area .flow_list::after{
    position: absolute;
    z-index: 1;
    margin: auto;
    inset: auto 0 -12% 0;
    display: block;
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 34px 67px 0 67px;
    border-color: #00b3d6 transparent transparent transparent;
}
.service_wrap .cont_area .flow_area .flow_list .flow_item{
	width: calc((100% - 8% /3));
	/* background: #fff; */
	text-align: center;
	padding: 0.5em 1em 1em;
	border-radius: 10px;
	word-break: auto-phrase;
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.service_wrap .cont_area .flow_area .flow_list .flow_item:nth-child(n + 2)::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 0 auto 0 -10%;
	width: 10px;
	height: 10px;
	border-top: solid 3px #9fa0a0;
	border-right: solid 3px #9fa0a0;
	transform: rotate(45deg);
}

.service_wrap .cont_area .flow_area .flow_list .flow_item .slide_num{
	position: absolute;
	z-index: 1;
	inset: -20px auto auto -20px;
	margin: auto;
}
.service_wrap .cont_area .flow_area .flow_list .flow_item .slide_num span{
	width: 60px;
	height: 60px;
	display: inline-block;
	background: #00b3d6;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_wrap .cont_area.cont02 .flow_area .result_area{
	display: flex;
	gap: 1em 4%;
}
.service_wrap .cont_area.cont02 .flow_area .result_area .result_item{
	width: 48%;
	display: flex;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.service_wrap .cont_area.cont02 .flow_area .result_area .result_item .result_text{
	width: 30%;
	text-align: center;
	color: #fff;
	background: #001b5b;
	font-size: 1.125rem;
	font-weight: 600;
	display: flex;
	padding: 0.5em;
	justify-content: center;
	align-items: center;
}
.service_wrap .cont_area.cont02 .flow_area .result_area .result_item .result_detail{
	width: 70%;
	font-size: 0.875rem;
	padding: 1em;
	line-height: 1.8;
	display: flex;
	align-items: center;
}
.service_wrap .cont_area.cont03 .flow_area .flow_list{
	margin-bottom: 0em;
}
.service_wrap .att_area{
	background: #f4f4f4;
	padding: 2em;
	box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1150px) {
	.service_wrap .cont_area .text_area{
		padding-inline: 2.5em;
	}
	.service_wrap .cont_area .flow_area{
		padding: 3em 2em;
	}
	.service_wrap .cont_area .flow_area .flow_list{
		align-items: flex-start;
		padding-inline: 0;
	}
	.service_wrap .cont_area .flow_area .flow_list .flow_item{
    width: 30%;
}
	.service_wrap .cont_area .flow_area .flow_list .flow_item:nth-child(n + 2)::before{
		inset: 0 auto 0 -11%;
	}

}

@media screen and (max-width:767px) {
	.service_wrap{
		padding-block: 2em 4em;
		background: url(../img/bg_service01_sp.jpg);
		background-size: cover;
	}
	.service_wrap .sec_title b{
		font-size: 2.875rem;
	}
	.service_wrap .cont_area dt{
		pointer-events: unset;
		position: relative;
		z-index: 0;
	}
	.service_wrap .cont_area dt:before{
		content:"";
		width: 30px;
		height: 30px;
		background: url(../img/icon_arrow02.png) ;
		background-size: contain;
		position:absolute;
		right: 20px;
		top:0;
		bottom:0;
		margin:auto;
		z-index:6;
		transition:.5s transform;
		transform:rotate(-180deg);
	}
	.service_wrap .cont_area dt.opened:before{
		transform:rotate(0deg);
	}
	
	.service_wrap .cont_area{
		border-radius: 15px;
		margin-bottom: 2em;
		padding-bottom: 0;
		overflow: hidden;
	}
	.service_wrap .cont_area .service_title{
		font-size: 1.5rem;
		padding: 1em 2em 1em 4em;
		border-radius: 15px 15px 0 0;
	}
	.service_wrap .cont_area .service_icon {
		position: absolute;
		width: 62px;
		inset: 8px auto auto 2%;
	}
	.service_wrap .cont_area .text_area{
		padding: 1em 1em 2em;
	}
	.service_wrap .cont_area .cont_text{
		line-height: 2;
		letter-spacing: 0;
	}
	.service_wrap .cont_area .cont_text.last{
		margin-bottom: 1.5em;
	}
	.service_wrap .cont_area .flex_area{
		margin-bottom: 1em;
		flex-direction: column;
	}
	.service_wrap .cont_area .flex_area .lead{
		margin:0 auto;
		width: 80%;
	}
	.service_wrap .cont_area .flex_area .lead span{
		display: block;
	}
	.service_wrap .cont_area .flex_area .detail{
		text-align: center;
	}
	.service_wrap .cont_area .js-scrollable{
		display: block;
		margin-bottom: 1em;
	}
	.service_wrap .cont_area .table_area{
		margin-block: 0;
		width: 944px;
	}

	.service_wrap .cont_area .cont_em{
		width: 80%;
		margin-inline: auto;
	}
	.service_wrap .cont_area .cont_em span{
		display: block;
	}
	.service_wrap .cont_area .cont_att a span::before{
		inset: 6px 4px auto auto;
	}


	
	.service_wrap .cont_area .img_area{
		gap: 1px;
		margin-bottom: 3em;
	}
	.service_wrap .cont_area .img_area img{
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	.service_wrap .cont_area .img_area .img_text{
		position: relative;
		inset: 0;
		width: 100%;
	}
	.service_wrap .cont_area .img_area .img_text span{
		display: block;
		width: 100%;
		min-width: unset;
		padding: 0.5em;
		border-radius: 0;
		font-size: 0.75rem;
	}
	.service_wrap .cont_area .flow_area{
		margin-block: 2em 2em;
		padding: 1em 1em 3em;
		border-radius: 10px;
	}
	.service_wrap .cont_area.cont03 .flow_area{
		margin-block: 2em 1em;
		padding: 1em 1em 1.5em;
	}
	.service_wrap .cont_area .flow_area .flow_list{
		display: block;
		gap: 1em 4%;
		margin-bottom: 3em;
		padding-inline: 1em;
	}
	.service_wrap .cont_area.cont02 .flow_area .flow_list::after{
	    inset: auto 0 -6% 0;
	    border-width: 24px 40px 0 40px;
	}
	
	.service_wrap .cont_area .flow_area .flow_list .flow_item{
		margin-top: 1em;
		width: 236px;
		padding: 1em 1em;
		border-radius: 10px;
		min-height: 130px;
		margin-inline: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.service_wrap .cont_area .flow_area .flow_list .flow_item:nth-child(n + 2)::before{
		display: none;
	}
	.service_wrap .cont_area .flow_area .flow_list .flow_item .slide_num{
		inset: -7px auto auto -10px;
		width: fit-content;
	}
	.service_wrap .cont_area .flow_area .flow_list .flow_item .slide_num span{
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
	}
	.service_wrap .cont_area .flow_area .flow_list .flow_item .slide_text{
		min-height: 4.5em;
	}
	.service_wrap .cont_area .flow_area  .slick-prev{
		left: -10px;
	}
	.service_wrap .cont_area .flow_area  .slick-next{
		right: -10px;
	}
	.service_wrap .cont_area.cont02 .flow_area .result_area{
		flex-direction: column;
	}
	.service_wrap .cont_area.cont02 .flow_area .result_area .result_item{
		width: 100%;
	}
	.service_wrap .cont_area.cont02 .flow_area .result_area .result_item .result_text{
		width: 28%;
	}
	.service_wrap .cont_area.cont02 .flow_area .result_area .result_item .result_detail{
		width: 72%;
		font-size: 1rem;
		line-height: 1.6;
	}
	.service_wrap .cont_area.cont03 .flow_area .flow_list{
		margin-bottom: 0em;
	}
	.service_wrap .att_area{
		padding: 2em 1em;
		line-height: 1.8;
	}
}
.faq_wrap{
	padding-block: 4em 6em;
}
.faq_wrap .sec_subtitle{
	color: #cacaca; 
}
.faq_wrap .sec_title{
	font-size: 3.875rem;
	color: #001b5b; 
}
.faq_wrap .qa_area{
	max-width: 1000px;
	margin: 4em auto 4em;
}
.faq_wrap .qa_area dl{
	margin-bottom: 1em;
}
.faq_wrap .qa_area dt{
	position: relative;
}
.faq_wrap .qa_area dt .dt_col{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	gap:20px;
	padding: 20px 60px 20px 30px;
	position:relative;
	background: #f5f5f5;
}
.faq_wrap .qa_area dt:before,
.faq_wrap .qa_area dt:after{
	content:"";
	width: 20px;
	height: 2px;
	background: #282828;
	position:absolute;
	right: 30px;
	top:0;
	bottom:0;
	margin:auto;
	z-index:6;
	transition:.5s transform;
}
.faq_wrap .qa_area dt:after{
	transform:rotate(90deg);
}
.faq_wrap .qa_area dt i,
.faq_wrap .qa_area dd i{
	font-size:2rem;
	color: #001b5b;
	width:25px;
	line-height: 1;
}
.faq_wrap .qa_area dd i{
	color: #00b3d6;
}
.faq_wrap .qa_area dt p{
	font-size:1.125rem;
	font-weight:500;
	padding-top: 4px;
	width:calc(100% - 55px);
}
.faq_wrap .qa_area dt.opened:before{
	transform:rotate(-180deg);
}
.faq_wrap .qa_area dt.opened:after{
	transform:rotate(-180deg);
}
.faq_wrap .qa_area dd{
	padding: 18px 30px;
	position:relative;
	background: #fff;
}
.faq_wrap .qa_area  dd .dd_col{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	gap: 20px;
}
.faq_wrap .qa_area  dd .faq_a{
	line-height:1.875;
	width:calc(100% - 55px);
}
.faq_wrap .qa_area dd p{
	padding-top: 6px;
	width:calc(100% - 60px);
}
.faq_wrap .btn04 a{
	background: #001851;
	border: 2px solid #ffffff;
	color: #fff;
}
.faq_wrap .btn04 a::before{
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
}
.faq_wrap .faq_bg01{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 0 0 auto auto;
}
@media screen and (max-width:767px) {
	.faq_wrap{
		padding-block: 2em 4em;
	}
	.faq_wrap .sec_title{
		font-size: 2.875rem;
	}
	.faq_wrap .qa_area{
		margin: 2em auto;
	}
	.faq_wrap .qa_area dt .dt_col{
		gap:10px;
		padding: 10px 40px 10px 10px;
	}
	.faq_wrap .qa_area dt:before,
	.faq_wrap .qa_area dt:after{
		width: 14px;
		height: 1px;
		right: 20px;
	}
	.faq_wrap .qa_area dt i,
	.faq_wrap .qa_area dd i{
		font-size:2rem;
		color: #001b5b;
		width:25px;
		line-height: 1;
	}
	.faq_wrap .qa_area dd i{
		color: #00b3d6;
	}
	.faq_wrap .qa_area dt p{
		font-size:1.125rem;
		font-weight:500;
		padding-top: 4px;
		width:calc(100% - 55px);
	}
	.faq_wrap .qa_area dt.opened:before{
		transform:rotate(-180deg);
	}
	.faq_wrap .qa_area dt.opened:after{
		transform:rotate(-180deg);
	}
	.faq_wrap .qa_area dd{
		padding: 18px 10px;
	}
	.faq_wrap .qa_area  dd .dd_col{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		gap: 20px;
	}
	.faq_wrap .qa_area  dd .faq_a{
		line-height:1.875;
		width:calc(100% - 55px);
	}
	.faq_wrap .qa_area dd p{
		padding-top: 6px;
		width:calc(100% - 60px);
	}
	.faq_wrap .btn04 a{
		background: #001851;
		border: 2px solid #ffffff;
		color: #fff;
	}
	.faq_wrap .btn04 a::before{
		border-top: solid 3px #ffffff;
		border-right: solid 3px #ffffff;
	}
	.faq_wrap .faq_bg01{
		position: absolute;
		z-index: -1;
		margin: auto;
		inset: 0 0 auto auto;
	}
}



/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 1%;
	width: 60px;
	z-index: 500;
	filter: drop-shadow(2px 2px 10px rgb(255 255 255 / 30%));
}
footer {
	border-top:10px solid #001b5b;
	background: #fff;
	padding: 25px 0;
}
footer > *{
	display:block;
}
footer small{
	margin-top:30px;
}
.fixed_btn{
	position:fixed;
	z-index: 1000;
	bottom: 10%;
	right: 1%;
}
.fixed_btn a{
	width: 204px;
	transition: 0.5s;
	display: block;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.3));
}
@media (any-hover: hover){
	.fixed_btn a:hover{
		 transform:rotateY(360deg); 
	}
}
.page_link#link01 {
	margin-top: -60px;
	padding-top: 60px !important;
	display: block;
}
@media screen and (max-width:1400px) {
	.fixed_btn a{
		width: 140px;
	}
}
@media screen and (max-width:768px) {
	#pageTop {
		width: 44px;
		right: 0px;
		bottom: 60px;
	}
	footer {
		border-top:5px solid #001b5b;
		padding: 20px 0 65px;
	}
	footer img{
		height: 60px;
	}
	footer small{
		margin-top: 15px;
	}
	.fixed_btn{
		top: auto;
		bottom: 0;
		transform: none;
		left: 0;
		margin: auto;
		display: flex;
		justify-content:center;
		width: 100%;
		background: #fef000;
	}
	.fixed_btn a {
		width: unset;
		padding: 0.75em 2em 0.75em 1em;
		text-decoration: none;
		position: relative;
		z-index: 0;
	}
	.fixed_btn a :before{
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		margin: auto;
		inset: 0 14px 0 auto;
		width: 8px;
		height: 8px;
		border-top: solid 2px #001b5b;
		border-right: solid 2px #001b5b;
		transform: rotate(45deg);
		transition: right 0.3s;
	}
	.fixed_btn a .display_sp{
		display: flex;
		justify-content:center;
		align-items: center;
	}
	.fixed_btn a .display_sp img{
		display: block;
		width: 24px;
	}
	.fixed_btn a .display_sp p{
		font-size: 1.125rem;
		font-weight: 600;
	}
	.page_link {
		margin-top: -70px;
		padding-top: 70px !important;
	}
}