@charset "UTF-8";
/*
Theme Name: succeed
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* サイトの基本カラーに合わせて変更 */
:root {
	--main-color: #013571;
	--main-light-color: #eaf5fa;
	--main-dark-color: #333;
}

/* Reset
----------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}

html{
	scroll-behavior: smooth;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-size: 16px;
	line-height: 2;
	color: #000;
}
a {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color, #333);
}
textarea {
	overflow: auto;
}
::placeholder {
	color: #999;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	width: 100%;
	overflow-x: hidden;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}



/* フェードアニメーション css
----------------------------------------------------------*/

/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 1s ease-out 0.2s;
	-moz-transition: all 1s ease-out 0.2s;
	-ms-transition: all 1s ease-out 0.2s;
	-o-transition: all 1s ease-out 0.2s;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 45px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 45px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 45px, 0);
	-o-transform: scale(1, 1) translate3d(0, 45px, 0);
	transform: scale(1, 1) translate3d(0, 45px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}




/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
html,
body,
.wrap{
	width:1240px;
}
}

/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
a {
	transition: all .5s;
}
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	transition: all .5s;
}
.sp {
	display:none;
}



/* header
------------------------------------------------------------------------*/
	header{
		top: 0;
		left: 0;
		width: 100%;
		height: 105px;
		z-index: 10000;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 121px;
		right: 50%;
		transform: translateX(600px);
		color: #4b94ce;
		font-size: 12px;
		line-height: 1;
	}
	header .header_box{
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 1240px;
		height: 105px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1240px){
		header .header_box{
			left: 0;
			transform: none;
		}
	}
	header .header_box::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 100vw;
		height: 70px;
		z-index: -1;
	}
	header .header_box::after{
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: linear-gradient(90deg , #223069 , #4d98d2);
		width: 100vw;
		height: 35px;
		z-index: -1;
	}
	@media screen and (max-width: 1240px){
		header .header_box::before{
			width: 1240px;
		}
		header .header_box::after{
			width: 1240px;
		}
	}
	header .header_box .logo a{
		position: absolute;
		top: 19px;
		left: 20px;
		display: block;
		width: 346px;
		height: 42px;
		background: url("img/header_logo.svg")no-repeat;
		background-size: 100%;
		padding: 42px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .text01{
		position: absolute;
		top: 27px;
		left: 381px;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	header .header_box .text01::before{
		content: "[";
		padding-right: 4px;
	}
	header .header_box .text01::after{
		content: "]";
		padding-left: 4px;
	}
	header .header_box .text02{
		position: absolute;
		top: 17px;
		left: 643px;
		width: 155px;
		height: 36px;
		border-top: 1px solid #182e73;
		border-bottom: 1px solid #182e73;
		box-sizing: border-box;
		color: #182e73;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 34px;
		text-align: center;
	}
	header .header_box .text02::after{
		position: absolute;
		top: -18px;
		left: -18px;
		content: "";
		background: #eaf5fa;
		width: 595px;
		height: 72px;
		z-index: -1;
	}
	header .header_box .tel a{
		position: absolute;
		top: 17px;
		left: 813px;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		margin: 0 auto;
	}
	header .header_box .tel a span{
		display: block;
		width: 164px;
		height: 19px;
		background: url("img/header_tel.svg")no-repeat;
		background-size: 100%;
		padding: 19px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto;
	}
	header .header_box .button a{
		position: absolute;
		top: 15px;
		right: 35px;
		display: block;
		width: 200px;
		height: 40px;
		background: #013571 url("img/header_icon01.svg")left 38px center no-repeat;
		background-size: 18px;
		padding: 0 0 0 67px;
		box-sizing: border-box;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 40px;
	}
	header .header_box .button a:hover{
		background: #fff url("img/header_icon01_ho.svg")left 38px center no-repeat;
		background-size: 18px;
		color: #013571;
	}


/* nav
------------------------------------------------------------------------*/
	header nav{
		position: absolute;
		top: 70px;
		left: 20px;
	}
	header nav #nav .main_nav{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 1200px;
		height: 35px;
	}
	header nav #nav .main_nav > li > a .span01{
		display: block;
		height: 35px;
		padding: 0 23px;
		color: #fff;
		font-size: 15px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 35px;
		transition: all .4s;
		position: relative;
	}
	header nav #nav .main_nav > li > a .span01::before{
		position: absolute;
		top: 50%;
		left: -0.5px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 15px;
	}
	header nav #nav .main_nav > li:nth-of-type(8) > a .span01::after{
		position: absolute;
		top: 50%;
		right: -0.5px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 15px;
	}
	header nav #nav .main_nav > li > a .span01:hover{
		color: #ffd34d;
		transition: all .4s;
	}
	header nav #nav .main_nav > li.mark .span01{
		display: block;
		height: 35px;
		padding: 0 40px 0 23px;
		color: #fff;
		font-size: 15px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 35px;
		transition: all .4s;
		position: relative;
	}
	header nav #nav .main_nav > li.mark .span01:hover{
		color: #ffd34d;
		cursor: pointer;
		opacity: 1;
	}
	header nav #nav .main_nav > li.mark .span01::before{
		position: absolute;
		top: 50%;
		left: -0.5px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 15px;
	}
	header nav #nav .main_nav > li.mark .span01::after{
		position: absolute;
		top: 50%;
		right: 28px;
		transform: translateY(-50%);
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #FFFFFF transparent transparent transparent;
	}
	header nav #nav .main_nav > li.mark .span01:hover::after{
		position: absolute;
		top: 50%;
		right: 28px;
		transform: translateY(-50%);
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4px 7px 4px;
		border-color: transparent transparent #FFFFFF transparent;
	}
	header nav #nav .main_nav li.mark .sub_nav{
		position: absolute;
		top: 35px;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 1200px;
		height: auto;
		padding: 50px 90px;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
	}
	header nav #nav .main_nav li.mark:hover .sub_nav{
		visibility: visible;
		opacity: 1;
		z-index: 10;
	}
	header nav #nav .main_nav li.mark .sub_nav::after{
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 100%;
		height: calc(100% - 5px);
		border-radius: 5px;
		z-index: -1;
	}
	header nav #nav .main_nav li.mark .sub_nav .sub_nav_title{
		color: #fff;
		font-size: 24px;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.58;
	}
	header nav #nav .main_nav li.mark .sub_nav .sub_nav_list{
		display: flex;
		flex-wrap: wrap;
		gap: 20px 20px;
		width: 660px;
	}
	header nav #nav .main_nav li.mark .sub_nav .sub_nav_list li a{
		display: block;
		width: 320px;
		height: 45px;
		background: #fff url("img/nav_arrow01.svg")right 15px center no-repeat;
		background-size: 6px;
		border: 1px solid #fff;
		border-radius: 5px;
		padding: 0 0 0 30px;
		box-sizing: border-box;
		color: #204483;
		font-size: 16px;
		font-weight: bold;
		line-height: 43px;
		position: relative;
	}
	header nav #nav .main_nav li.mark .sub_nav .sub_nav_list li a:hover{
		background: #013571 url("img/nav_arrow01_ho.svg")right 15px center no-repeat;
		background-size: 6px;
		color: #fff;
		opacity: 1;
	}

/* home
------------------------------------------------------------------------*/
	/* key */
	.home .key{
		height: 830px;
		background: #eaf5fa;
	}
	.home .key .inner{
		width: 1480px;
		height: 100%;
		padding: 219px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.home .key .inner::before{
		position: absolute;
		top: 50px;
		left: -233px;
		content: "";
		background: url("img/home_key_logo.svg")no-repeat;
		background-size: 656px;
		width: 656px;
		height: 647px;
	}
	.home .key .inner::after{
		position: absolute;
		top: -113px;
		right: -283px;
		content: "";
		background: url("img/home_key_img01.png")no-repeat;
		width: 1223px;
		height: 943px;
	}
	.home .key .inner .text_box{
		width: 625px;
		padding-left: 80px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	.home .key .inner .text_box::after{
		position: absolute;
		top: 245px;
		right: -85px;
		content: "";
		background: url("img/home_key_text03.svg")no-repeat;
		background-size: 100%;
		width: 190px;
		height: 190px;
	}
	.home .key .inner .text_box .text01{
		width: 539px;
		height: 24px;
		background: url("img/home_key_text01.svg")no-repeat;
		background-size: 100%;
		padding: 24px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.home .key .inner .text_box .text02{
		width: 545px;
		height: 161px;
		background: url("img/home_key_text02.svg")no-repeat;
		background-size: 100%;
		padding: 161px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 37px 0 0;
		position: relative;
	}
	.home .key .inner .text_box .text02 span{
		position: absolute;
		top: 0;
		right: 10px;
		display: block;
		width: 200px;
		height: 72px;
		background: linear-gradient(90deg, #223069, #4d98d2);
		padding: 8px 0 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.home .key .inner .text_box .text03{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.89;
		letter-spacing: 1px;
		font-feature-settings: "palt" 1;
		margin: 24px 0 0;
	}
	.home .key .inner .text_box .text04{
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		border-right: 2px solid #223069;
		border-left: 2px solid #223069;
		padding: 2px 0 4px;
		box-sizing: border-box;
		color: #013571;
		font-size: 17px;
		font-weight: bold;
		line-height: 48px;
		letter-spacing: 0.8px;
		writing-mode: vertical-rl;
		white-space: nowrap;
	}
	@media screen and (max-width: 1500px){
		.home .key{
			height: 700px;
		}
		.home .key .inner{
			width: 1200px;
			padding: 140px 0 0;
		}
		.home .key .inner::after{
			position: absolute;
			top: -55px;
			right: -130px;
			content: "";
			background: url("img/home_key_img01.png")no-repeat;
			background-size: 873px;
			width: 873px;
			height: 674px;
		}
		.home .key .inner .text_box::after{
			position: absolute;
			top: 350px;
			right: -100px;
			content: "";
			background: url("img/home_key_text03.svg")no-repeat;
			background-size: 175px;
			width: 175px;
			height: 175px;
		}
		.home .key .inner .text_box .text01{
			width: 431px;
			height: 20px;
			background: url("img/home_key_text01.svg")no-repeat;
			background-size: 431px;
			padding: 20px 0 0;
			box-sizing: border-box;
			overflow: hidden;
		}
		.home .key .inner .text_box .text02{
			width: 436px;
			height: 129px;
			background: url("img/home_key_text02.svg")no-repeat;
			background-size: 436px;
			padding: 129px 0 0;
			box-sizing: border-box;
			overflow: hidden;
			margin: 37px 0 0;
			position: relative;
		}
		.home .key .inner .text_box .text02 span{
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 170px;
			height: 58px;
			background: linear-gradient(90deg, #223069, #4d98d2);
			padding: 4px 0 0;
			box-sizing: border-box;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			line-height: 1.4;
			text-align: center;
		}
		.home .key .inner .text_box .text04{
			top: -10px;
			left: 8px;
			font-size: 16px;
		}
	}


	/* cont01 */
	.home .cont01{
		background: #eaf5fa;
		position: relative;
	}
	.home .cont01 .inner{
		padding: 85px 0 120px;
	}
	.home .cont01 .inner h2{
		display: block;
		width: 800px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px 0;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.73;
		text-align: center;
		margin: 0 auto;
	}
	.home .cont01 .inner .text01{
		display: block;
		width: 718px;
		height: 87px;
		background: url("img/home_text01.svg")no-repeat;
		background-size: 100%;
		padding: 87px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 70px auto 0;
	}

	.home .cont01 .inner .box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 60px 0 0;
	}
	.home .cont01 .inner .box .text_box .text02 + .text02{
		margin-top: 21px;
	}
	.home .cont01 .inner .box .text_box .name_box{
		display: flex;
		align-items: center;
		gap: 0 27px;
		margin-top: 52px;
	}
	.home .cont01 .inner .box .text_box .name_box .text03{
		display: block;
		width: 272px;
		height: 54px;
		background: url("img/home_text02.svg")no-repeat;
		background-size: 100%;
		padding: 54px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.home .cont01 .inner .box .text_box .name_box .button a{
		display: block;
		width: 280px;
		height: 50px;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
	}
	.home .cont01 .inner .box .text_box .name_box .button a:hover{
		background: #013571;
		color: #fff;
	}
	@media screen and (max-width: 1300px){
		.home .cont01 .inner .box{
			justify-content: center;
			gap: 0 50px;
		}
		.home .cont01 .inner .box figure{
			width: 430px;
		}
	}


	/* cont02 */
	.home .cont02{
		background: #fff;
		z-index: 5;
		position: relative;
	}
	.home .cont02 .inner{
		padding: 0 0 120px;
		z-index: 4;
		position: relative;
	}
	.home .cont02 .inner::before{
		position: absolute;
		top: -348px;
		right: -830px;
		content: "";
		background: url("img/home_bg01.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.home .cont02 .inner .box01{
		display: flex;
		justify-content: space-between;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .box01{
			justify-content: center;
			gap: 0 30px;
			z-index: 111;
			position: relative;
		}
	}
	.home .cont02 .inner .box01 .text_box h2{
		width: 380px;
		background: url("img/home_text06.svg")no-repeat;
		background-size: 120px;
		padding: 100px 0 0;
		position: relative;
	}
	.home .cont02 .inner .box01 .text_box h2::before{
		position: absolute;
		bottom: 102px;
		left: 20px;
		content: "";
		background: url("img/home_text_deco01.svg")no-repeat;
		background-size: 100%;
		width: 152px;
		height: 8px;
	}
	.home .cont02 .inner .box01 .text_box h2 img{
		filter: drop-shadow(10px 10px 2px rgba(0,0,0,0.15));
	}
	.home .cont02 .inner .box01 .text_box .text01{
		line-height: 2.25;
		margin-top: 50px;
	}
	.home .cont02 .inner .box01 .text_box .text01 span{
		font-weight: bold;
	}

	.home .cont02 .inner .box01 ul{
		display: flex;
		flex-wrap: wrap;
		gap: 20px 20px;
		width: 760px;
		position: relative;
	}
	.home .cont02 .inner .box01 ul::after{
		position: absolute;
		top: 275px;
		right: -210px;
		content: "";
		background: url("img/home_illust01.svg")no-repeat;
		background-size: 100%;
		width: 490px;
		height: 442px;
		z-index: -1;
	}
	.home .cont02 .inner .box01 ul li{
		display: flex;
		align-items: center;
		width: 370px;
		height: 90px;
		border-radius: 5px;
		padding: 0 0 0 70px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.625;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(1){
		background: #fff url("img/home_text08.svg")left 26px center no-repeat;
		background-size: 15px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(2){
		background: #fff url("img/home_text09.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(3){
		background: #fff url("img/home_text10.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(4){
		background: #fff url("img/home_text11.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(5){
		background: #fff url("img/home_text12.svg")left 26px center no-repeat;
		background-size: 18px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(6){
		background: #fff url("img/home_text13.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(7){
		background: #fff url("img/home_text14.svg")left 26px center no-repeat;
		background-size: 19px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(8){
		background: #fff url("img/home_text15.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(9){
		background: #fff url("img/home_text16.svg")left 26px center no-repeat;
		background-size: 18px;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .box01 ul{
			gap: 10px 10px;
			width: 690px;
			position: relative;
		}
		.home .cont02 .inner .box01 ul::after{
			position: absolute;
			top: 325px;
			right: -50px;
			content: "";
			background: url("img/home_illust01.svg")no-repeat;
			background-size: 332px;
			width: 332px;
			height: 300px;
			z-index: -1;
		}
		.home .cont02 .inner .box01 ul li{
			display: flex;
			align-items: center;
			width: 340px;
			height: 80px;
			border-radius: 5px;
			padding: 0 0 0 60px;
			filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
			box-sizing: border-box;
			font-size: 15px;
			font-weight: bold;
			line-height: 1.625;
		}
	}

	.home .cont02 .inner .box02{
		text-align: center;
		margin: 110px 0 0;
	}
	.home .cont02 .inner .box02 h3{
		display: inline-block;
		padding: 34px 22px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		position: relative;
	}
	.home .cont02 .inner .box02 h3::before{
		position: absolute;
		top: 31px;
		left: -116px;
		content: "";
		background: url("img/home_illust02.svg")no-repeat;
		background-size: 100%;
		width: 123px;
		height: 210px;
	}
	.home .cont02 .inner .box02 h3 span{
		display: block;
		color: #013571;
		font-size: 32px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.home .cont02 .inner .box02 .text02{
		font-size: 18px;
		line-height: 2;
		margin-top: 41px;
	}
	.home .cont02 .inner .box02 ul{
		display: flex;
		justify-content: center;
		gap: 0 60px;
		margin-top: 56px;
	}
	.home .cont02 .inner .box02 ul li{
		display: block;
		width: 180px;
		height: 180px;
		border-radius: 50%;
		padding: 120px 0 0;
		box-sizing: border-box;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		color: #013571;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		position: relative;
	}
	.home .cont02 .inner .box02 ul li::before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		content: "";
		background: url("img/home_line01.svg")no-repeat;
		background-size: 100%;
		width: 210px;
		height: 210px;
		z-index: -1;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(1){
		background: #fff url("img/home_illust03.svg")center top 40px no-repeat;
		background-size: 66px;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(2){
		background: #fff url("img/home_illust04.svg")center top 40px no-repeat;
		background-size: 70px;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(3){
		background: #fff url("img/home_illust05.svg")center top 45px no-repeat;
		background-size: 61px;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(4){
		background: #fff url("img/home_illust06.svg")center top 40px no-repeat;
		background-size: 70px;
	}

	.home .cont02 .inner .box03{
		padding: 80px 0 85px;
		text-align: center;
		margin: 75px 0 0;
		position: relative;
	}
	.home .cont02 .inner .box03::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png");
		width: 1400px;
		height: 100%;
		border-radius: 5px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.15));
		z-index: -1;
	}
	.home .cont02 .inner .box03 h3{
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont02 .inner .box03 h3 .span01{
		display: inline-block;
		color: #013571;
		font-size: 28px;
		line-height: 1;
		margin-top: 19px;
		position: relative;
	}
	.home .cont02 .inner .box03 h3 .span01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 100px;
		height: 1px;
	}
	.home .cont02 .inner .box03 h3 .span01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 100px;
		height: 1px;
	}
	.home .cont02 .inner .box03 h3 .span02{
		color: #e24c33;
	}
	.home .cont02 .inner .box03 .method_box{
		display: flex;
		justify-content: center;
		gap: 0 20px;
		margin-top: 50px;
	}
	.home .cont02 .inner .box03 .method_box .cont{
		width: 360px;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .inner .box03 .method_box .cont::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 100%;
		height: calc(100% - 50px);
		border-radius: 5px;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		z-index: -1;
	}
	.home .cont02 .inner .box03 .method_box .cont h4{
		border-bottom: 1px solid #ccc;
	}
	.home .cont02 .inner .box03 .method_box .cont h4 .span01{
		display: block;
		height: 40px;
		background: #013571;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(3) h4 .span01{
		background: #e24c33;
	}
	.home .cont02 .inner .box03 .method_box .cont h4 .span02{
		display: flex;
		align-items: center;
		height: 130px;
		padding: 0 0 0 130px;
		box-sizing: border-box;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.545;
		text-align: left;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(1) h4 .span02{
		background: url("img/home_illust07.svg")left 36px top 12px no-repeat;
		background-size: 78px;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(2) h4 .span02{
		background: url("img/home_illust08.svg")left 10px top 18px no-repeat;
		background-size: 106px;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(3) h4 .span02{
		background: url("img/home_illust09.svg")left 20px top 13px no-repeat;
		background-size: 115px;
		padding-left: 156px;
		font-size: 28px;
	}
	.home .cont02 .inner .box03 .method_box .cont ul{
		display: flex;
		flex-direction: column;
		gap: 4px 0;
		padding: 23px 0 0 38px;
		text-align: left;
	}
	.home .cont02 .inner .box03 .method_box .cont ul li{
		font-size: 16px;
		line-height: 1.75;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont02 .inner .box03 .method_box .cont ul li::before{
		content: "・";
	}
	.home .cont02 .inner .box03 .method_box .cont .text03{
		height: 60px;
		background: #1f7ed5;
		border-radius: 5px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 60px;
		margin-top: 29px;
		position: relative;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(2) .text03{
		margin-top: 25px;
	}
	.home .cont02 .inner .box03 .method_box .cont .text03::before{
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #1F7ED5 transparent;
	}
	.home .cont02 .inner .box03 .method_box .cont .text03::after{
		position: absolute;
		top: -27px;
		right: 8px;
		content: "";
		background: url("img/home_text17.svg")no-repeat;
		background-size: 100%;
		width: 76px;
		height: 76px;
	}
	.home .cont02 .inner .box03 .method_box .cont .text04{
		margin-top: 21px;
	}
	.home .cont02 .inner .box03 .method_box .cont .text05{
		width: 340px;
		height: 70px;
		background: url("img/home_text18.svg")no-repeat;
		background-size: 100%;
		padding: 70px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin-top: 12px;
	}

	.home .cont02 .inner .box04{
		height: 410px;
		background: url("img/home_img05.png")right center no-repeat;
		padding: 35px 0 0;
		box-sizing: border-box;
		margin-top: 72px;
	}
	.home .cont02 .inner .box04 h3{
		width: 559px;
	}
	.home .cont02 .inner .box04 .text06{
		margin-top: 32px;
	}
	.home .cont02 .inner .box04 .text06 span{
		color: #013571;
		font-weight: bold;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .box04{
			padding: 35px 0 0 50px;
		}
	}


	/* cont03 */
	.home .cont03{
		padding: 0 0 131px;
		z-index: 11;
		overflow: hidden;
		position: relative;
	}
	.home .cont03 .inner{
		padding: 115px 0 312px;
		color: #fff;
		position: relative;
	}
	.home .cont03 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 100vw;
		height: 100%;
		z-index: -1;
	}
	.home .cont03 .inner::after{
		position: absolute;
		top: -260px;
		left: 394px;
		content: "";
		background: url("img/home_bg03.svg");
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.home .cont03 .inner h2{
		background: url("img/home_text20.svg")center top no-repeat;
		background-size: 120px;
		padding: 65px 0 0;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.home .cont03 .inner h2 span{
		display: block;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 14px;
	}
	.home .cont03 .inner .box{
		padding: 0 0 0 600px;
		box-sizing: border-box;
		margin-top: 70px;
		position: relative;
	}
	.home .cont03 .inner .box .text01{
		padding-bottom: 32px;
		border-bottom: 1px solid #ffd34d;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-feature-settings: "palt" 1;
		line-height: 1.6;
		letter-spacing: 2px;
	}
	.home .cont03 .inner .box .text02{
		font-size: 20px;
		line-height: 1.6;
		margin-top: 34px;
	}
	.home .cont03 .inner .box .text03{
		margin-top: 24px;
	}
	.home .cont03 .inner .box figure{
		position: absolute;
		top: -58px;
		left: -186px;
	}
	@media screen and (max-width: 1300px){
		.home .cont03 .inner{
			width: 1100px;
		}
		.home .cont03 .inner::before{
			width: 1300px;
		}
		.home .cont03 .inner .box{
			padding: 0 0 0 520px;
		}
		.home .cont03 .inner .box figure{
			left: -250px;
		}
	}
	.home .cont03 .inner .box .button a{
		display: block;
		width: 400px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin-top: 40px;
	}
	.home .cont03 .inner .box .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1){
		position: absolute;
		bottom: 107px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2){
		position: absolute;
		bottom: -91px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont03 .inner .bottom_box a{
		display: flex;
		align-items: center;
		width: 1000px;
		background: #fff;
		border-radius: 5px;
		padding: 0 0 0 50px;
		box-sizing: border-box;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.15));
		color: #000;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1) a{
		height: 125px;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2) a{
		height: 178px;
	}
	.home .cont03 .inner .bottom_box a .h_box{
		width: 420px;
		padding: 0 0 0 70px;
		box-sizing: border-box;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1) a .h_box{
		background: url("img/home_illust10.svg")left top no-repeat;
		background-size: 51px;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2) a .h_box{
		background: url("img/home_illust11.svg")left 5px top no-repeat;
		background-size: 51px;
	}
	.home .cont03 .inner .bottom_box a .h_box h3{
		color: #013571;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont03 .inner .bottom_box a .h_box .button{
		display: inline-block;
		height: 18px;
		background: url("img/home_arrow01.svg")right center no-repeat;
		background-size: 18px;
		padding-right: 28px;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		margin-top: 14px;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2) a .h_box .button{
		margin-top: 17px;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1) a .text04{
		line-height: 1.875;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2) a .text04{
		line-height: 1.75;
	}


	/* cont04 */
	.home .cont04 .inner{
		padding: 91px 0 120px;
		position: relative;
	}
	.home .cont04 .inner::before{
		position: absolute;
		top: -3002px;
		left: -836px;
		content: "";
		background: url("img/home_bg02.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.home .cont04 .inner::after{
		position: absolute;
		top: -10px;
		right: -159px;
		content: "";
		background: url("img/home_illust12.svg")no-repeat;
		width: 502px;
		height: 336px;
	}
	.home .cont04 .inner h2{
		background: url("img/home_text21.svg")center top no-repeat;
		background-size: 120px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont04 .inner .text01{
		text-align: center;
		margin-top: 42px;
	}
	.home .cont04 .inner .box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 430px;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		padding: 60px 30px 50px 560px;
		box-sizing: border-box;
		margin-top: 50px;
		position: relative;
	}
	.home .cont04 .inner .box:nth-of-type(n+2){
		margin-top: 40px;
	}
	.home .cont04 .inner .box:nth-of-type(1)::before{
		position: absolute;
		top: 30px;
		right: 35px;
		content: "";
		background: url("img/home_text25.svg")no-repeat;
		background-size: 100%;
		width: 34px;
		height: 26px;
	}
	.home .cont04 .inner .box:nth-of-type(2)::before{
		position: absolute;
		top: 30px;
		right: 31px;
		content: "";
		background: url("img/home_text26.svg")no-repeat;
		background-size: 100%;
		width: 38px;
		height: 26px;
	}
	.home .cont04 .inner .box:nth-of-type(3)::before{
		position: absolute;
		top: 30px;
		right: 31px;
		content: "";
		background: url("img/home_text27.svg")no-repeat;
		background-size: 100%;
		width: 38px;
		height: 26px;
	}
	.home .cont04 .inner .box h3{
		padding: 28px 0 0;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont04 .inner .box:nth-of-type(1) h3{
		background: url("img/home_text22.svg")left top no-repeat;
		background-size: 200px;
	}
	.home .cont04 .inner .box:nth-of-type(2) h3{
		background: url("img/home_text23.svg")left top no-repeat;
		background-size: 97px;
	}
	.home .cont04 .inner .box:nth-of-type(3) h3{
		background: url("img/home_text24.svg")left top no-repeat;
		background-size: 107px;
	}
	.home .cont04 .inner .box .text02{
		margin-top: 32px;
	}
	.home .cont04 .inner .box:nth-of-type(n+2) .text02{
		line-height: 1.875;
		margin-top: 33px;
	}
	.home .cont04 .inner .box figure{
		position: absolute;
		top: 60px;
		left: 60px;
	}
	@media screen and (max-width: 1300px){
		.home .cont04 .inner{
			width: 1100px;
		}
		.home .cont04 .inner::after{
			position: absolute;
			top: -10px;
			right: -30px;
			content: "";
			background: url("img/home_illust12.svg")no-repeat;
			width: 405px;
			height: 270px;
		}
		.home .cont04 .inner .box{
			min-height: 380px;
			padding: 40px 30px 40px 450px;
		}
		.home .cont04 .inner .box figure{
			position: absolute;
			top: 50%;
			left: 40px;
			transform: translateY(-50%);
			width: 370px;
		}
	}
	.home .cont04 .inner .button a{
		display: block;
		width: 400px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 60px auto 0;
	}
	.home .cont04 .inner .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}


	/* cont05 */
	.home .cont05{
		background: url("img/home_bg01.png");
		padding: 120px 0;
		position: relative;
	}
	.home .cont05 .h_box{
		width: 515px;
		padding: 0 0 0 120px;
		box-sizing: border-box;
	}
	.home .cont05 .h_box h2{
		background: url("img/home_text28.svg")left top no-repeat;
		background-size: 120px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont05 .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont05 .h_box .text01{
		margin-top: 41px;
	}
	.home .cont05 .swiper01{
		position: absolute;
		top: 80px;
		left: 555px;
		width: 1800px;
		padding: 40px 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	@media screen and (min-width: 1801px){
		.home .cont05 .swiper01{
			width: calc(100% - 555px);
		}
	}
	.home .cont05 .reason_box .swiper-slide{
		width: 350px;
		height: auto;
		background: #fff;
		border-radius: 5px;
		padding: 33px 25px 23px 40px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
		box-sizing: border-box;
		transform: translateZ(0);
	}
	.home .cont05 .reason_box .swiper-slide h3{
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		position: relative;
	}
	.home .cont05 .reason_box .swiper-slide h3::before{
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 5px;
		height: 58px;
	}
	.home .cont05 .reason_box .swiper-slide h3 .span01{
		background: rgba(31,126,213,0.2);
		padding: 2px;
	}
	.home .cont05 .reason_box .swiper-slide h3 .span02{
		position: relative;
	}
	.home .cont05 .reason_box .swiper-slide h3 .span02::before{
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+1) figure{
		width: 120px;
		height: 150px;
		margin: 28px 0 0 75px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+2) figure{
		width: 116px;
		height: 151px;
		margin: 26px 0 0 77px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+3) figure{
		width: 164px;
		height: 116px;
		margin: 27px 0 0 43px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+4) figure{
		width: 164px;
		height: 80px;
		margin: 35px 0 0 53px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+5) figure{
		width: 144px;
		height: 83px;
		margin: 17px 0 0 63px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+6) figure{
		width: 279px;
		height: 35px;
		margin: 25px 0 0 -3px;
	}
	.home .cont05 .reason_box .swiper-slide .text02{
		line-height: 1.875;
		margin-top: 19px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(2) .text02{
		margin-top: 20px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(4) .text02{
		margin-top: 28px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(5) .text02{
		margin-top: 12px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6) .text02{
		margin-top: 22px;
	}
	.home .cont05 .button a{
		display: block;
		width: 520px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 90px auto 0;
	}
	.home .cont05 .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}


	/* cont06 */
	.home .cont06 .inner{
		padding: 120px 0;
		position: relative;
	}
	.home .cont06 .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.home .cont06 .h_box h2{
		background: url("img/home_text29.svg")left top no-repeat;
		background-size: 130px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont06 .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont06 .h_box .text01{
		width: 660px;
	}
	.home .cont06 .inner .box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 200px;
		background: url("img/home_img10.png")left center no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
		padding: 0 35px 0 405px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		margin: 60px 0 0;
		position: relative;
	}
	.home .cont06 .inner .box:nth-of-type(1)::before{
		position: absolute;
		top: 60px;
		left: 261px;
		content: "";
		background: url("img/home_img13.png");
		width: 133px;
		height: 163px;
	}
	.home .cont06 .inner .box:nth-of-type(1)::after{
		position: absolute;
		top: 205px;
		left: 164px;
		content: "";
		background: url("img/home_line01.png");
		width: 4px;
		height: 316px;
		z-index: -1;
	}
	.home .cont06 .inner .box:nth-of-type(n+2){
		margin-top: 40px;
	}
	.home .cont06 .inner .box:nth-of-type(2){
		background: url("img/home_img11.png")left center no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
	}
	.home .cont06 .inner .box:nth-of-type(3){
		background: url("img/home_img12.png")left center no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
	}
	@media screen and (max-width: 1300px){
		.home .cont06 .inner{
			width: 1100px;
		}
		.home .cont06 .h_box .text01{
			width: 560px;
		}
		.home .cont06 .inner .box{
			background: url("img/home_img10.png")left -50px center no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
			padding: 0 35px 0 340px;
		}
		.home .cont06 .inner .box:nth-of-type(1)::before{
			left: 211px;
		}
		.home .cont06 .inner .box:nth-of-type(2){
			background: url("img/home_img11.png")left -50px center no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
		}
		.home .cont06 .inner .box:nth-of-type(3){
			background: url("img/home_img12.png")left -50px center no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
		}
	}
	.home .cont06 .inner .box h3{
		background: url("img/home_text30.svg")left center no-repeat;
		background-size: 25px;
		padding: 0 0 0 50px;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
	}
	.home .cont06 .inner .box:nth-of-type(2) h3{
		background: url("img/home_text31.svg")left center no-repeat;
		background-size: 28px;
	}
	.home .cont06 .inner .box:nth-of-type(3) h3{
		background: url("img/home_text32.svg")left center no-repeat;
		background-size: 28px;
	}
	.home .cont06 .inner .box .text02{
		line-height: 1.875;
		margin-top: 18px;
	}
	.home .cont06 .button a{
		display: block;
		width: 520px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 60px auto 0;
	}
	.home .cont06 .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}


	/* cont07 */
	.home .cont07{
		padding: 109px 0 120px;
		z-index: 10;
		position: relative;
	}
	.home .cont07::before{
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(700px);
		content: "";
		background: #eaf5fa;
		width: 2000px;
		height: 540px;
		border-radius: 5px;
		z-index: -1;
	}
	.home .cont07 .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 1200px;
		padding:  0 120px 0 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.home .cont07 .h_box h2{
		background: url("img/home_text33.svg")left top no-repeat;
		background-size: 122px;
		padding: 51px 0 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
	}
	.home .cont07 .column_box{
		margin-top: 49px;
	}
	.home .cont07 .column_box .swiper-slide{
		display: block;
		width: 370px;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
	}
	.home .cont07 .column_box .swiper-slide a{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 5px;
		padding: 20px;
		box-sizing: border-box;
	}
	.home .cont07 .column_box .swiper-slide a h3{
		width: 100%;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-top: 12px;
		order: 2;
	}
	.home .cont07 .column_box .swiper-slide a .date{
		color: #1f7ed5;
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		margin: 6px 0 0;
		order: 3;
	}
	.home .cont07 .column_box .swiper-slide a .cate{
		height: 17px;
		background: #1f7ed5;
		padding: 0 10px;
		border-radius: 2px;
		box-sizing: border-box;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin: 6px 0 0 4px;
		order: 4;
	}
	.home .cont07 .column_box .swiper-slide a .text02{
		font-size: 14px;
		line-height: 2;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 8px;
		order: 5;
	}
	.home .cont07 .column_box .swiper-slide a figure{
		width: 330px;
		height: 220px;
		border-radius: 5px;
		overflow: hidden;
		order: 1;
	}
	.home .cont07 .column_box .swiper-slide a figure img{
		width: 330px;
		height: 220px;
	}
	.home .cont07 .swiper-button-prev{
		top: -74px;
		left: 50%;
		transform: translateX(510px);
		width: 40px;
		height: 40px;
		background: url("img/home_arrow02.svg")no-repeat;
		background-size: 100%;
	}
	.home .cont07 .swiper-button-next{
		top: -74px;
		left: 50%;
		transform: translateX(560px);
		width: 40px;
		height: 40px;
		background: url("img/home_arrow03.svg")no-repeat;
		background-size: 100%;
	}
	.home .cont07 .swiper-button-prev::after,
	.home .cont07 .swiper-button-next::after{
		content: "";
		width: 40px;
		height: 40px;
		margin: auto;
	}
	@media screen and (max-width: 1300px){
		.home .cont07 .h_box{
			width: 1100px;
		}
		.home .cont07 .swiper-button-prev{
			transform: translateX(460px);
		}
		.home .cont07 .swiper-button-next{
			transform: translateX(510px);
		}
	}
	.home .cont07 .button a{
		display: block;
		width: 520px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 60px auto 0;
	}
	.home .cont07 .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}



/* common
------------------------------------------------------------------------*/

	/* key */
	.common .key{
		height: 340px;
		background: #eaf5fa;
	}
	.common .key .inner{
		display: flex;
		align-items: center;
		height: 100%;
		position: relative
	}
	.common .key .inner::after{
		position: absolute;
		top: 0;
		right: -120px;
		content: "";
		width: 841px;
		height: 340px;
	}
	.common .key .inner .text01{
		padding: 32px 0 0;
		color: #333;
		font-size: 30px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		position: relative;
	}
	.common .key .inner .text01::before{
		position: absolute;
		top: 0;
		left: 0;
		color: #204483;
		font-size: 14px;
		letter-spacing: 0.8px;
		white-space: nowrap;
	}

	/* present_banabox */
	.present_banabox{
		z-index: 6;
		position: relative;
	}
	.present_banabox .in_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 1690px;
		height: 500px;
		background: linear-gradient(90deg, #1f417e , #0481c7 , #61d5fe);
		border-radius: 5px;
		color: #fff;
		text-align: center;
		margin: 120px auto 130px;
		position: relative;
	}
	@media screen and (max-width: 1690px){
		.present_banabox{
			height: 750px;
		}
		.present_banabox .in_box{
			position: absolute;
			top: 120px;
			left: 50%;
			transform: translateX(-50%);
			width: calc(100% - 40px);
			margin: 0;
		}
	}
	.present_banabox .in_box::before{
		position: absolute;
		top: 30px;
		left: 30px;
		content: "";
		background: url("img/common_img02.png")no-repeat;
		width: 550px;
		height: 440px;
	}
	.present_banabox .in_box::after{
		position: absolute;
		top: 30px;
		right: 30px;
		content: "";
		background: url("img/common_img03.png")no-repeat;
		width: 550px;
		height: 440px;
	}
	.present_banabox .in_box h2{
		margin-top: 14px;
		order: 2;
	}
	.present_banabox .in_box h2 .span01{
		display: inline-block;
		padding: 0 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		position: relative;
	}
	.present_banabox .in_box h2 .span01::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.present_banabox .in_box h2 .span01::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.present_banabox .in_box h2 .span02{
		display: block;
		width: 381px;
		height: 142px;
		background: url("img/common_text01.svg")no-repeat;
		background-size: 100%;
		padding: 142px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.25));
		transform: translateZ(0);
		margin: 17px 0 0;
	}
	.present_banabox .in_box .text01{
		color: #ffd34d;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.375;
		order: 1;
	}
	
	.present_banabox .in_box .text02{
		position: absolute;
		top: 108px;
		left: 470px;
		background: url("img/common_img04.png")no-repeat;
		width: 184px;
		height: 316px;
		padding: 37px 0 0 24px;
		box-sizing: border-box;
		z-index: 11;
	}
	.present_banabox .in_box .text02 span{
		display: block;
		width: 90px;
		height: 60px;
		background: url("img/common_text02.svg")no-repeat;
		background-size: 100%;
		padding: 60px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.present_banabox .in_box .text03{
		position: absolute;
		top: 94px;
		right: 514px;
		display: block;
		width: 114px;
		height: 286px;
		background: url("img/common_text03.svg")no-repeat;
		background-size: 100%;
		padding: 286px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.2));
		z-index: 11;
	}
	@media screen and (max-width: 1690px){
		.present_banabox .in_box .text02{
			left: 50%;
			transform: translateX(-380px);
		}
		.present_banabox .in_box .text03{
			right: 50%;
			transform: translateX(330px);
		}
	}

	.present_banabox .in_box .button{
		order: 3;
	}
	.present_banabox .in_box .button a{
		display: block;
		width: 280px;
		height: 50px;
		background: #013571;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 30px auto 0;
		z-index: 111;
		position: relative;
	}
	.present_banabox .in_box .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}


	/* pankuzu */
	.pankuzu {
		padding-top: 20px;
		line-height: 1.3;
		position: relative;
	}
	.single-area .pankuzu {
		background: #eaf5fa;
	}
	.pankuzu ul li {
		display: inline-block;
		margin-right: 10px;
		color: var(--main-color);
		font-size: 14px;
		font-weight: bold;
	}
	.pankuzu ul li a {
		color: #333;
		font-weight: bold;
	}
	.pankuzu ul li:not(:last-of-type)::after {
		content: "-";
		margin-left: 10px;
		flex-shrink: 0;
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
	}

	/* bana_slide_box */
	.bana_slide_box{
		padding: 120px 0;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+1){
		display: block;
		width: 430px;
		height: 180px;
		background: url("img/slide_bana01.svg")no-repeat;
		background-size: 100%;
		padding: 180px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+2){
		display: block;
		width: 430px;
		height: 180px;
		background: url("img/slide_bana02.svg")no-repeat;
		background-size: 100%;
		padding: 180px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+3){
		display: block;
		width: 430px;
		height: 180px;
		background: url("img/slide_bana03.svg")no-repeat;
		background-size: 100%;
		padding: 180px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+4){
		display: block;
		width: 430px;
		height: 180px;
		background: url("img/slide_bana04.svg")no-repeat;
		background-size: 100%;
		padding: 180px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}


/* 一覧ページのページャー */
.archive-pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 120px auto 0;
}
.archive-pager .page-numbers{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
}
.archive-pager .page-numbers.current {
	border: 1px solid var(--main-color);
	color:var(--main-color);
	background: #fff;
}
.archive-pager .page-numbers.prev,
.archive-pager .page-numbers.next{
	background: var(--main-dark-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 3px;
}
.archive-pager .page-numbers.next {
	padding-left: 3px;
}



.single-pager{
	display: flex;
	justify-content: space-between;
	margin: 120px auto;
}
.single-pager .prev-pager-box,
.single-pager .next-pager-box{
	width: calc(50% - 30px);
}
.single-pager .prev-pager-box {
	margin-left: 20px;
}
.single-pager .next-pager-box {
	margin-right: 20px;
}
.single-pager a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	position: relative;
}
.single-pager .prev-pager-box a {
	flex-direction: row-reverse;
}
.single-pager .prev-pager-box a::before,
.single-pager .next-pager-box a::before {
	content: "";
	width: 35px;
	height: 35px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::before{
	left: -20px;
}
.single-pager .next-pager-box a::before {
	right: -20px;
}
.single-pager .prev-pager-box a::after,
.single-pager .next-pager-box a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::after{
	border-right: 8px solid #fff;
	left: -7px;
}
.single-pager .next-pager-box a::after {
	border-left: 8px solid #fff;
	right: -7px;
}
.single-pager .prev-pager-box a .text-box {
	padding-left: 20px;
}
.single-pager .next-pager-box a .text-box {
	padding-right: 20px;
}
.single-pager a h2 {
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single-pager a .img {
	flex-shrink: 0;
}
.single-pager a .img img {
	width: 150px !important;
	border-radius: 5px !important;
}



/* ここから各下層ページ
------------------------------------------------------------------------*/
	/* key */
	
	/* about */
	.about .key .inner::after{
		background: url("img/about_key_img01.png")no-repeat;
	}
	.about .key .inner .text01::before{
		content: "About business succession";
	}
	
	/* consulting */
	.consulting .key .inner::after{
		background: url("img/consulting_key_img01.png")no-repeat;
	}
	.consulting .key .inner .text01::before{
		content: "Business Succession Consulting";
	}

	/* approach */
	.approach .key .inner::after{
		background: url("img/approach_key_img01.png")no-repeat;
	}
	.approach .key .inner .text01::before{
		content: "Approach to business succession";
	}

	/* flow */
	.flow .key .inner::after{
		background: url("img/flow_key_img01.png")no-repeat;
	}
	.flow .key .inner .text01::before{
		content: "Consulting process";
	}

	/* reason */
	.reason .key .inner::after{
		background: url("img/reason_key_img01.png")no-repeat;
	}
	.reason .key .inner .text01::before{
		content: "Reasons to Choose Us";
	}

	/* profile */
	.profile .key .inner::after{
		background: url("img/profile_key_img01.png")no-repeat;
	}
	.profile .key .inner .text01::before{
		content: "Representative Profile";
	}

	/* company */
	.company .key .inner::after{
		background: url("img/company_key_img01.png")no-repeat;
	}
	.company .key .inner .text01::before{
		content: "Company Profile";
	}

	/* area */
	.area .key .inner::after{
		background: url("img/area_key_img01.png")no-repeat;
	}
	.area .key .inner .text01::before{
		content: "Business succession consulting areas";
	}

	/* present */
	.present .key .inner::after{
		background: url("img/present_key_img01.png")no-repeat;
	}
	.present .key .inner .text01::before{
		content: "Booklet gift form";
	}



	/* blog */
	.blog .key .inner::after{
		background: url("img/about_key_img01.png")no-repeat;
	}
	.blog .key .inner .text01::before{
		content: "Succeed's Column";
	}

	/* privacy */
	.privacy .key .inner::after{
		background: url("img/profile_key_img01.png")no-repeat;
	}
	.privacy .key .inner .text01::before{
		content: "Privacy Policy";
	}

	/* contact */
	.contact .key .inner::after{
		background: url("img/profile_key_img01.png")no-repeat;
	}
	.contact .key .inner .text01::before{
		content: "Contact Us";
	}

	/* thanks */
	.thanks .key .inner::after{
		background: url("img/area_key_img01.png")no-repeat;
	}
	.thanks .key .inner .text01::before{
		content: "Thank you for your Inquiry!";
	}

	/* yonmaruyon yonichimaru */
	.yonmaruyon .key .inner::after,
	.yonichimaru .key .inner::after{
		background: url("img/company_key_img01.png")no-repeat;
	}
	.yonmaruyon .key .inner .text01::before{
		content: "404 NOT FOUND";
	}
	.yonichimaru .key .inner .text01::before{
		content: "410 Gone";
	}



/* about
------------------------------------------------------------------------*/
	
	/* cont01 */
	.about .cont01 .inner{
		padding: 160px 0 164px;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.about .cont01 .inner{
			width: 1100px;
		}
	}
	.about .cont01 .inner::before{
		position: absolute;
		bottom: -98px;
		left: -411px;
		content: "";
		background: url("img/about_bg01.svg")no-repeat;
		background-size: 931px;
		width: 931px;
		height: 930px;
		z-index: -1;
	}
	.about .cont01 .inner h2{
		display: inline-block;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-indent: -0.5em;
		line-height: 1;
		position: relative;
	}
	.about .cont01 .inner h2::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		content: "";
		background: #333;
		width: 100px;
		height: 1px;
	}
	.about .cont01 .inner .text01{
		display: block;
		width: 529px;
		height: 81px;
		filter: drop-shadow(12px 10px 1px rgba(0,0,0,0.1));
		margin-top: 50px;
		position: relative;
	}
	.about .cont01 .inner .text01::after{
		position: absolute;
		top: 42px;
		left: 178px;
		content: "";
		background: url("img/about_dot01.png")no-repeat;
		width: 131px;
		height: 4px;
	}
	.about .cont01 .inner .text02{
		margin-top: 60px;
	}
	.about .cont01 .inner .text02 + .text02{
		margin-top: 22px;
	}
	.about .cont01 .inner .text02 span{
		font-weight: bold;
	}
	.about .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 120px;
		right: -150px;
	}
	.about .cont01 .inner figure:nth-of-type(1)::after{
		position: absolute;
		top: 392px;
		left: 336px;
		content: "";
		background: url("img/about_illust01.svg")no-repeat;
		background-size: 144px;
		width: 144px;
		height: 246px;
	}
	.about .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 530px;
		right: 260px;
	}
	@media screen and (max-width: 1300px){
		.about .cont01 .inner figure:nth-of-type(1)::after{
			left: 290px;
		}
		.about .cont01 .inner figure:nth-of-type(2){
			position: absolute;
			top: 580px;
			right: 300px;
			width: 200px;
		}
	}


	/* cont02 */
	.about .cont02{
		background: url("img/about_bg01.png");
		position: relative;
	}
	.about .cont02 .inner{
		padding: 120px 0;
	}
	.about .cont02 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.about .cont02 .inner .h_box h2{
		background: url("img/about_text02.svg")left top no-repeat;
		background-size: 120px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.about .cont02 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	@media screen and (max-width: 1300px){
		.about .cont02 .inner{
			width: 1100px;
		}
		.about .cont02 .inner .h_box h2{
			font-size: 28px;
		}
	}
	.about .cont02 .inner ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px 15px;
		margin-top: 65px;
	}
	.about .cont02 .inner ul li{
		display: flex;
		align-items: center;
		width: 390px;
		height: 90px;
		border-radius: 5px;
		padding: 0 0 0 70px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		box-sizing: border-box;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.625;
	}
	.about .cont02 .inner ul li:nth-of-type(1){
		background: #fff url("img/about_text03.svg")left 26px center no-repeat;
		background-size: 15px;
	}
	.about .cont02 .inner ul li:nth-of-type(2){
		background: #fff url("img/about_text04.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(3){
		background: #fff url("img/about_text05.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(4){
		background: #fff url("img/about_text06.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(5){
		background: #fff url("img/about_text07.svg")left 26px center no-repeat;
		background-size: 18px;
	}
	.about .cont02 .inner ul li:nth-of-type(6){
		background: #fff url("img/about_text08.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(7){
		background: #fff url("img/about_text09.svg")left 26px center no-repeat;
		background-size: 19px;
	}
	.about .cont02 .inner ul li:nth-of-type(8){
		background: #fff url("img/about_text10.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(9){
		background: #fff url("img/about_text11.svg")left 26px center no-repeat;
		background-size: 18px;
	}
	@media screen and (max-width: 1300px){
		.about .cont02 .inner ul li{
			width: 356px;
			padding: 0 0 0 60px;
		}
	}


	/* cont03 */
	.about .cont03 .inner{
		padding: 120px 0 0;
		z-index: 11;
		position: relative;
	}
	.about .cont03 .inner::before{
		position: absolute;
		top: -90px;
		right: -220px;
		content: "";
		background: url("img/about_illust02.svg")no-repeat;
		background-size: 400px;
		width: 400px;
		height: 251px;
	}
	@media screen and (max-width: 1300px){
		.about .cont03 .inner{
			width: 1100px;
		}
		.about .cont03 .inner::before{
			right: -20px;
		}
	}
	.about .cont03 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.about .cont03 .inner .h_box h2{
		background: url("img/about_text12.svg")left top no-repeat;
		background-size: 240px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.about .cont03 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	@media screen and (max-width: 1300px){
		.about .cont03 .inner .h_box .text01{
			width: 650px;
		}
	}

	.about .cont03 .inner .succession_box{
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin-top: 50px;
	}
	.about .cont03 .inner .succession_box .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 310px;
		background: #fff url("img/about_text16.svg")right 35px top 30px no-repeat;
		background-size: 34px;
		border: 1px solid #204483;
		border-radius: 5px;
		padding: 30px 0 0 540px;
		box-sizing: border-box;
		position: relative;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(2){
		background: #fff url("img/about_text17.svg")right 30px top 30px no-repeat;
		background-size: 38px;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(3){
		background: #fff url("img/about_text18.svg")right 30px top 30px no-repeat;
		background-size: 38px;
	}
	@media screen and (max-width: 1300px){
		.about .cont03 .inner .succession_box .cont{
			padding-left: 500px;
		}
	}
	.about .cont03 .inner .succession_box .cont h3{
		background: url("img/about_text13.svg")left top no-repeat;
		background-size: 147px;
		padding: 28px 0 0;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(2) h3{
		background: url("img/about_text14.svg")left top no-repeat;
		background-size: 145px;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(3) h3{
		background: url("img/about_text15.svg")left top no-repeat;
		background-size: 144px;
	}
	.about .cont03 .inner .succession_box .cont .text02{
		margin-top: 32px;
	}
	.about .cont03 .inner .succession_box .cont figure{
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
	}
	@media screen and (max-width: 1300px){
		.about .cont03 .inner .succession_box .cont figure{
			width: 430px;
		}
	}


	/* cont04 */
	.about .cont04 .inner{
		padding: 150px 0 120px;
		position: relative;
	}
	.about .cont04 .inner::before{
		position: absolute;
		top: -292px;
		right: -830px;
		content: "";
		background: url("img/about_bg02.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.about .cont04 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.about .cont04 .inner .h_box h2{
		background: url("img/about_text19.svg")left top no-repeat , url("img/about_illust03.svg")left bottom 12px no-repeat;
		background-size: 165px , 311px;
		padding: 54px 0 180px;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.about .cont04 .inner .h_box h2 .span01{
		display: block;
		color: #000;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 20px;
	}
	.about .cont04 .inner .h_box h2 .span02{
		display: block;
		font-size: 26px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.about .cont04 .inner .h_box h2 .span02::before{
		content: "“";
	}
	.about .cont04 .inner .h_box h2 .span02::after{
		content: "”";
	}
	.about .cont04 .inner .h_box .text_box{
		width: 770px;
	}
	.about .cont04 .inner .h_box .text01{
		line-height: 2.25;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.about .cont04 .inner .h_box .text01 + .text01{
		margin-top: 20px;
	}
	.about .cont04 .inner .h_box .text02{
		color: #777;
		font-size: 14px;
		line-height: 1.714;
		margin-top: 22px;
	}
	@media screen and (max-width: 1300px){
		.about .cont04 .inner{
			width: 1100px;
		}
	}

	.about .cont04 .inner .data_box{
		display: flex;
		flex-direction: column;
		gap: 100px 0;
		margin-top: 72px;
	}
	.about .cont04 .inner .data_box .cont h3{
		background: url("img/about_text16.svg")left top 4px no-repeat;
		background-size: 26px;
		padding: 0 0 19px 57px;
		border-bottom: 1px solid #204483;
		color: #204483;
		font-size: 26px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(2) h3{
		background: url("img/about_text17.svg")left top 4px no-repeat;
		background-size: 29px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) h3{
		background: url("img/about_text18.svg")left top 4px no-repeat;
		background-size: 29px;
	}
	.about .cont04 .inner .data_box .cont .text03{
		margin-top: 30px;
	}
	.about .cont04 .inner .data_box .cont .text03 span{
		font-weight: bold;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap{
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box{
		width: 580px;
		height: 520px;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		text-align: center;
	}
	@media screen and (max-width: 1300px){
		.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box{
			width: 540px;
		}
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box h4{
		height: 45px;
		background: #204483;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 45px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) .graph_box_wrap .graph_box h4{
		font-size: 18px;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box .text04{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.55;
		margin-top: 20px;
		padding-bottom: 5px;
		position: relative;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box .text04::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #ccc;
		width: 400px;
		height: 1px;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box picture{
		display: block;
		margin: 24px auto 0;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(1) .graph_box_wrap .graph_box:nth-of-type(1) picture{
		width: 500px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(1) .graph_box_wrap .graph_box:nth-of-type(2) picture{
		width: 490px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(2) .graph_box_wrap .graph_box:nth-of-type(1) picture{
		width: 475px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(2) .graph_box_wrap .graph_box:nth-of-type(2) picture{
		width: 500px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) .graph_box_wrap .graph_box:nth-of-type(1) picture{
		width: 542px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) .graph_box_wrap .graph_box:nth-of-type(2) picture{
		width: 528px;
	}

	
	/* cont05 */
	.about .cont05{
		background: #013571;
		position: relative;
	}
	.about .cont05::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/about_illust04.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.about .cont05 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.about .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/about_bg03.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.about .cont05 .inner h2{
		background: url("img/about_text20.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.about .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.about .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.about .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.about .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.about .cont05 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.about .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.about .cont05 .inner .service_box{
			width: 1100px;
		}
		.about .cont05 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/about_img06.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/about_img07.png")center top no-repeat;
		padding-top: 165px;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/about_img08.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/about_img09.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/about_img10.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/about_img11.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.about .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(1) a .text02,
	.about .cont05 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.about .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/about_text21.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* consulting
------------------------------------------------------------------------*/
	
	/* cont01 */
	.consulting .cont01 .inner{
		padding: 140px 0 150px;
		position: relative;
	}
	.consulting .cont01 .inner .box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 610px;
		padding: 0 0 0 590px;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont01 .inner .box:nth-of-type(2){
		height: 380px;
		padding: 0;
		margin-top: 100px;
	}
	.consulting .cont01 .inner .box h2{
		display: inline-block;
		background: url("img/consulting_text01.svg")left top no-repeat;
		padding: 44px 0 0;
		color: #013571;
		font-size: 26px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.615;
		margin-bottom: 44px;
		position: relative;
	}
	.consulting .cont01 .inner .box:nth-of-type(1) figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: -150px;
	}
	.consulting .cont01 .inner .box:nth-of-type(1) figure:nth-of-type(2){
		position: absolute;
		top: 320px;
		left: 230px;
	}
	.consulting .cont01 .inner .box:nth-of-type(2) figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
	}
	@media screen and (max-width: 1300px){
		.consulting .cont01 .inner{
			width: 1100px;
		}
		.consulting .cont01 .inner .box{
			padding: 0 0 0 500px;
		}
		.consulting .cont01 .inner .box:nth-of-type(1) figure:nth-of-type(1){
			position: absolute;
			top: 50px;
			left: -120px;
			width: 500px;
		}
		.consulting .cont01 .inner .box:nth-of-type(1) figure:nth-of-type(2){
			position: absolute;
			top: 320px;
			left: 200px;
			width: 240px;
		}
		.consulting .cont01 .inner .box:nth-of-type(2){
			height: 380px;
			padding: 0;
			margin-top: 100px;
		}
		.consulting .cont01 .inner .box:nth-of-type(2) figure:nth-of-type(1){
			top: 20px;
			width: 450px
		}
	}


	/* cont02 */
	.consulting .cont02{
		background: url("img/common_bg01.png");
		position: relative;
	}
	.consulting .cont02 .inner{
		padding: 120px 0 140px;
		text-align: center;
		position: relative;
	}
	.consulting .cont02 .inner::before{
		position: absolute;
		top: 69px;
		left: 84px;
		content: "";
		background: url("img/common_illust01.svg")no-repeat;
		background-size: 123px;
		width: 123px;
		height: 210px;
	}
	.consulting .cont02 .inner h2{
		background: url("img/consulting_text02.svg")center top no-repeat;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.consulting .cont02 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.consulting .cont02 .inner .text01{
		font-size: 18px;
		line-height: 1.89;
		margin-top: 50px;
	}
	.consulting .cont02 .inner .goals_wrap{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.consulting .cont02 .inner .goals_wrap .cont{
		width: 380px;
		height: 340px;
		background: #fff url("img/consulting_img04.png")center top no-repeat;
		border: 1px solid #013571;
		border-radius: 5px;
		padding: 195px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2){
		background: #fff url("img/consulting_img05.png")center top no-repeat;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3){
		background: #fff url("img/consulting_img06.png")center top no-repeat;
	}
	.consulting .cont02 .inner .goals_wrap .cont h3{
		position: absolute;
		top: 85px;
		left: 50%;
		transform: translateX(-50%);
		width: 150px;
		height: 150px;
		background: #fff url("img/consulting_text03.svg")center top 34px no-repeat;
		padding: 52px 0 0;
		border-radius: 50%;
		box-sizing: border-box;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) h3{
		background: #fff url("img/consulting_text04.svg")center top 34px no-repeat;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) h3{
		background: #fff url("img/consulting_text05.svg")center top 34px no-repeat;
	}
	.consulting .cont02 .inner .goals_wrap .cont ul{
		display: flex;
		flex-flow: column wrap;
		align-content: flex-start;
		gap: 0 45px;
		height: 108px;
		padding-left: 60px;
		box-sizing: border-box;
		text-align: left;
		z-index: 11;
		position: relative;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) ul{
		gap: 0 28px;
		padding-left: 44px;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) ul{
		gap: 0 6px;
		height: 121px;
		padding-left: 20px;
	}
	.consulting .cont02 .inner .goals_wrap .cont ul li{
		width: 7em;
		font-size: 18px;
		font-weight: bold;
		line-height: 2;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) ul li{
		width: 8em;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) ul li{
		width: 9em;
		line-height: 1.67;
	}
	.consulting .cont02 .inner .goals_wrap .cont ul li::before{
		content: "・";
	}
	.consulting .cont02 .inner .text02{
		font-size: 18px;
		margin-top: 50px;
	}
	@media screen and (max-width: 1300px){
		.consulting .cont02 .inner{
			width: 1100px;
		}
		.consulting .cont02 .inner h2{
			font-size: 28px;
		}
		.consulting .cont02 .inner .goals_wrap .cont{
			width: 350px;
		}
		.consulting .cont02 .inner .goals_wrap .cont ul{
			padding-left: 36px;
		}
		.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) ul{
			padding-left: 28px;
		}
		.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) ul{
			gap: 0 0;
			padding-left: 12px;
		}
	}


	/* cont03 */
	.consulting .cont03 .inner{
		padding: 120px 0 150px;
		z-index: 11;
		position: relative;
	}
	.consulting .cont03 .inner::before{
		position: absolute;
		top: 120px;
		right: -830px;
		content: "";
		background: url("img/common_bg01.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.consulting .cont03 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.consulting .cont03 .inner .h_box h2{
		background: url("img/consulting_text06.svg")left top no-repeat;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.consulting .cont03 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.consulting .cont03 .inner .h_box .text01{
		width: 520px;
	}
	.consulting .cont03 .inner .service_wrap{
		display: flex;
		flex-direction: column;
		gap: 60px 0;
		margin-top: 62px;
	}
	.consulting .cont03 .inner .service_wrap .cont{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		padding: 60px 40px 60px 60px;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont03 .inner .service_wrap .cont::before{
		position: absolute;
		top: 30px;
		right: 35px;
		content: "";
		background: url("img/common_num01.svg")no-repeat;
		background-size: 34px;
		width: 34px;
		height: 26px;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(2)::before{
		right: 32px;
		content: "";
		background: url("img/common_num02.svg")no-repeat;
		background-size: 38px;
		width: 38px;
		height: 26px;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(3)::before{
		position: absolute;
		top: 30px;
		right: 32px;
		content: "";
		background: url("img/common_num03.svg")no-repeat;
		background-size: 38px;
		width: 38px;
		height: 26px;
	}
	.consulting .cont03 .inner .service_wrap .cont .text_box{
		width: 610px;
	}
	.consulting .cont03 .inner .service_wrap .cont .text_box h3{
		background: url("img/consulting_text07.svg")left top no-repeat;
		padding: 28px 0 0;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(2) .text_box h3{
		background: url("img/consulting_text08.svg")left top no-repeat;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(3) .text_box h3{
		background: url("img/consulting_text09.svg")left top no-repeat;
	}
	.consulting .cont03 .inner .service_wrap .cont .text_box .text02{
		margin-top: 28px;
	}
	.consulting .cont03 .inner .service_wrap .cont figure img{
		border-radius: 5px;
	}
	@media screen and (max-width: 1300px){
		.consulting .cont03 .inner{
			width: 1100px;
		}
		.consulting .cont03 .inner .h_box .text01{
			width: 450px;
		}
		.consulting .cont03 .inner .service_wrap .cont{
			padding: 40px 25px 40px 40px;
		}
		.consulting .cont03 .inner .service_wrap .cont .text_box{
			width: 560px;
		}
	}


	/* cont04 */
	.consulting .cont04{
		background: #eaf5fa;
	}
	.consulting .cont04 .inner{
		padding: 130px 0 147px;
		z-index: 11;
		position: relative;
	}
	.consulting .cont04 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.consulting .cont04 .inner .h_box h2{
		background: url("img/consulting_text10.svg")left top no-repeat;
		padding: 64px 0 0;
		color: #013571;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.consulting .cont04 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.consulting .cont04 .inner .benefits_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 64px 0;
		margin-top: 52px;
	}
	.consulting .cont04 .inner .benefits_wrap .cont{
		display: flex;
		flex-direction: column;
		width: 560px;
	}
	.consulting .cont04 .inner .benefits_wrap .cont h3{
		color: #013571;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		text-indent: -3em;
		padding-left: 3em;
		margin-top: 25px;
		order: 2;
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(1) h3::before{
		content: "01 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(2) h3::before{
		content: "02 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(3) h3::before{
		content: "03 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(4) h3::before{
		content: "04 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(5) h3::before{
		content: "05 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(6) h3::before{
		content: "06 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont .text02{
		margin-top: 15px;
		order: 3;
	}
	.consulting .cont04 .inner .benefits_wrap .cont figure{
		order: 1;
	}
	.consulting .cont04 .inner .text03{
		width: 100%;
		background: #fff;
		padding: 51px 0 48px;
		text-align: center;
		margin-top: 52px;
	}
	@media screen and (max-width: 1300px){
		.consulting .cont04 .inner{
			width: 1100px;
		}
		.consulting .cont04 .inner .benefits_wrap .cont{
			width: 530px;
		}
	}

	
	/* cont05 */
	.consulting .cont05{
		background: #013571;
		position: relative;
	}
	.consulting .cont05::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/common_illust03.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.consulting .cont05 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.consulting .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/common_bg02.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.consulting .cont05 .inner h2{
		background: url("img/common_text05.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.consulting .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.consulting .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.consulting .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.consulting .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.consulting .cont05 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.consulting .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.consulting .cont05 .inner .service_box{
			width: 1100px;
		}
		.consulting .cont05 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/common_img05.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/common_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/common_img07.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/common_img08.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/common_img09.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/common_img10.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.consulting .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(1) a .text02,
	.consulting .cont05 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.consulting .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/common_text06.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* approach
------------------------------------------------------------------------*/
	
	/* cont01 */
	.approach .cont01 .inner{
		padding: 160px 0;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.approach .cont01 .inner{
			width: 1100px;
		}
	}
	.approach .cont01 .inner::before{
		position: absolute;
		bottom: -194px;
		left: -411px;
		content: "";
		background: url("img/approach_bg01.svg")no-repeat;
		background-size: 931px;
		width: 931px;
		height: 930px;
		z-index: -1;
	}
	.approach .cont01 .inner h2{
		display: inline-block;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		position: relative;
	}
	.approach .cont01 .inner h2::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		content: "";
		background: #333;
		width: 100px;
		height: 1px;
	}
	.approach .cont01 .inner .text01{
		color: #013571;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.625;
		filter: drop-shadow(12px 10px 1px rgba(0,0,0,0.1));
		margin-top: 32px;
		position: relative;
	}
	.approach .cont01 .inner .text01 span{
		position: relative;
	}
	.approach .cont01 .inner .text01 span::after{
		position: absolute;
		top: -6px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 4px;
		height: 4px;
		border-radius: 50%;
	}
	.approach .cont01 .inner .text02{
		margin-top: 50px;
	}
	.approach .cont01 .inner .text02 + .text02{
		margin-top: 24px;
	}
	.approach .cont01 .inner .text02 span{
		font-weight: bold;
	}
	.approach .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 70px;
		right: -150px;
	}
	.approach .cont01 .inner figure:nth-of-type(1)::after{
		position: absolute;
		top: 445px;
		left: 280px;
		content: "";
		background: url("img/approach_illust01.svg")no-repeat;
		background-size: 200px;
		width: 200px;
		height: 212px;
	}
	.approach .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 430px;
		right: 260px;
	}
	@media screen and (max-width: 1300px){
		.approach .cont01 .inner figure:nth-of-type(1)::after{
			left: 240px;
		}
		.approach .cont01 .inner figure:nth-of-type(2){
			position: absolute;
			top: 500px;
			right: 280px;
			width: 200px;
		}
	}


	/* cont02 */
	.approach .cont02{
		background: url("img/approach_bg01.png");
		position: relative;
	}
	.approach .cont02 .inner{
		padding: 120px 0;
	}
	@media screen and (max-width: 1300px){
		.approach .cont02 .inner{
			width: 1100px;
		}
	}
	.approach .cont02 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.approach .cont02 .inner .h_box h2{
		background: url("img/approach_text01.svg")left top no-repeat;
		background-size: 126px;
		padding: 65px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.approach .cont02 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.approach .cont02 .inner .example_box{
		display: flex;
		flex-direction: column;
		gap: 40px 0;
		margin-top: 52px;
	}
	.approach .cont02 .inner .example_box .ex_cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		padding: 45px 40px 35px 54px;
		border-radius: 5px;
		box-sizing: border-box;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
	}
	.approach .cont02 .inner .example_box .ex_cont h3{
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 24px;
		line-height: 1.58;
		letter-spacing: 0.6px;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span01{
		display: block;
		width: 180px;
		height: 35px;
		background: #1f7ed5;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 35px;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 19px;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span01::after{
		position: absolute;
		top: -38px;
		right: -58px;
		content: "";
		background: url("img/approach_text02.svg")no-repeat;
		background-size: 76px;
		width: 76px;
		height: 76px;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span02{
		display: block;
		color: #013571;
		font-size: 20px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		letter-spacing: 0;
		margin-bottom: 24px;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span02::before{
		content: "[";
		padding-right: 5px;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span02::after{
		content: "]";
		padding-left: 5px;
	}
	.approach .cont02 .inner .example_box .ex_cont h3::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 59px);
		transform: translateY(-50%);
		content: "";
		background: url("img/approach_illust02.svg")no-repeat;
		background-size: 171px;
		width: 171px;
		height: 236px;
	}
	.approach .cont02 .inner .example_box .ex_cont:nth-of-type(2) h3::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 28px);
		transform: translateY(-50%);
		content: "";
		background: url("img/approach_illust03.svg")no-repeat;
		background-size: 201px;
		width: 201px;
		height: 183px;
	}
	@media screen and (max-width: 1300px){
		.approach .cont02 .inner .example_box .ex_cont h3{
			font-size: 22px;
		}
		.approach .cont02 .inner .example_box .ex_cont h3 .span02{
			font-size: 18px;
			margin-bottom: 22px;
		}
		.approach .cont02 .inner .example_box .ex_cont h3::after{
			position: absolute;
			top: 50%;
			left: calc(100% + 35px);
			transform: translateY(-50%);
			content: "";
			background: url("img/approach_illust02.svg")no-repeat;
			background-size: 141px;
			width: 141px;
			height: 195px;
		}
		.approach .cont02 .inner .example_box .ex_cont:nth-of-type(2) h3::after{
			position: absolute;
			top: 50%;
			left: calc(100% + 10px);
			transform: translateY(-50%);
			content: "";
			background: url("img/approach_illust03.svg")no-repeat;
			background-size: 166px;
			width: 166px;
			height: 150px;
		}
	}

	.approach .cont02 .inner .example_box .ex_cont .in_box{
		width: 580px;
		background: #eaf5fa;
		border-radius: 5px;
		padding: 35px 40px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box .text02{
		position: absolute;
		width: 500px;
		top: -9px;
		left: 0;
		color: #013571;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin: 0 40px;
		overflow: hidden;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box .text02 span{
		display: inline-block;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box .text02 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 500px;
		height: 1px;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box ul li{
		line-height: 2.125;
		margin-left: -0.4em;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box ul li::before{
		content: "・";
	}
	.approach .cont02 .inner .risk_box{
		margin-top: 79px;
	}
	.approach .cont02 .inner .risk_box h4{
		padding-bottom: 19px;
		color: #204483;
		font-size: 26px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		border-bottom: 1px solid #204483;
	}
	.approach .cont02 .inner .risk_box .text03{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.22;
		margin-top: 28px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap{
		display: flex;
		justify-content: space-between;
		margin-top: 29px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont{
		width: 390px;
		padding: 0 0 20px;
		background: #fff;
		border: 1px solid #013571;
		border-top: none;
		border-radius: 5px;
		position: relative;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont::before{
		position: absolute;
		top: 61px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/approach_illust04.svg")no-repeat;
		background-size: 120px;
		width: 120px;
		height: 110px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2)::before{
		top: 60px;
		background: url("img/approach_illust05.svg")no-repeat;
		background-size: 234px;
		width: 234px;
		height: 111px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3)::before{
		top: 56px;
		background: url("img/approach_illust06.svg")no-repeat;
		background-size: 201px;
		width: 201px;
		height: 112px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont h5{
		height: 40px;
		background: #013571;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 40px;
		text-align: center;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont h5::before{
		content: "01";
		padding-right: 1em;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2) h5::before{
		content: "02";
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3) h5::before{
		content: "03";
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont ul{
		display: flex;
		flex-direction: column;
		gap: 7px 0;
		margin: 145px 40px 0 24px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2) ul{
		margin: 145px 10px 0 14px;
		gap: 10px 0;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3) ul{
		margin: 145px 20px 0 24px;
		gap: 6px 0;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont ul li{
		line-height: 1.5;
		text-indent: -1em;
		padding-left: 1em;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont ul li::before{
		content: "・";
	}
	@media screen and (max-width: 1300px){
		.approach .cont02 .inner .risk_box .risk_wrap .risk_cont{
			width: 350px;
		}
		.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2) ul{
			margin: 145px 30px 0 24px;
		}
		.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3) ul{
			margin: 145px 30px 0 24px;
		}
	}


	/* cont03 */
	.approach .cont03 .inner{
		padding: 150px 0 180px;
		position: relative;
	}
	.approach .cont03 .inner::before{
		position: absolute;
		top: 74px;
		right: -830px;
		content: "";
		background: url("img/approach_bg02.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	@media screen and (max-width: 1300px){
		.approach .cont03 .inner{
			width: 1100px;
		}
	}
	.approach .cont03 .inner h2{
		background: url("img/approach_text03.svg")center top no-repeat;
		background-size: 200px;
		padding: 65px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.approach .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.approach .cont03 .inner .cont{
		padding: 0 0 0 600px;
		margin-top: 140px;
		position: relative;
	}
	.approach .cont03 .inner .cont:nth-of-type(2){
		padding: 0;
		margin-top: 257px;
	}
	.approach .cont03 .inner .cont h3{
		background: url("img/approach_text04.svg")left top no-repeat;
		background-size: 227px;
		padding-top: 43px;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.714;
	}
	.approach .cont03 .inner .cont:nth-of-type(2) h3{
		background: url("img/approach_text05.svg")left top no-repeat;
		background-size: 172px;
	}
	.approach .cont03 .inner .cont .text01{
		margin-top: 20px;
	}
	.approach .cont03 .inner .cont .text02{
		margin-top: 20px;
	}
	.approach .cont03 .inner .cont .text03{
		margin-top: 22px;
	}
	.approach .cont03 .inner .cont .text03 span{
		color: #1f7ed5;
		font-weight: bold;
	}
	.approach .cont03 .inner .cont ul{
		display: flex;
		gap: 0 10px;
		margin-top: 30px;
	}
	.approach .cont03 .inner .cont ul li{
		height: 35px;
		background: #d5e9f6;
		padding: 0 15px;
		font-size: 16px;
		font-weight: bold;
		line-height: 35px;
	}
	.approach .cont03 .inner .cont .button a{
		display: block;
		width: 280px;
		height: 50px;
		background: #1f7ed5;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin-top: 30px;
	}
	.approach .cont03 .inner .cont .button a:hover{
		background: #fff;
		color: #1f7ed5;
		opacity: 1;
	}
	.approach .cont03 .inner .cont:nth-of-type(2) .button a{
		width: 350px;
	}
	.approach .cont03 .inner .cont figure{
		position: absolute;
		top: -79px;
		left: -200px;
	}
	.approach .cont03 .inner .cont:nth-of-type(2) figure{
		position: absolute;
		top: -90px;
		right: -200px;
		left: auto;
	}
	@media screen and (max-width: 1300px){
		.approach .cont03 .inner .cont{
			padding: 0 0 0 500px;
		}
		.approach .cont03 .inner .cont figure{
			left: -280px;
		}
	}

	
	/* cont04 */
	.approach .cont04{
		background: #013571;
		position: relative;
	}
	.approach .cont04::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/approach_illust07.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.approach .cont04 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.approach .cont04 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/approach_bg03.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.approach .cont04 .inner h2{
		background: url("img/approach_text06.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.approach .cont04 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.approach .cont04 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.approach .cont04 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.approach .cont04 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.approach .cont04 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.approach .cont04 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/approach_img05.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/approach_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/approach_img07.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/approach_img08.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/approach_img09.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/approach_img10.png")center top no-repeat;
	}
	@media screen and (max-width: 1300px){
		.approach .cont04 .inner .service_box{
			width: 1100px;
		}
		.approach .cont04 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.approach .cont04 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.approach .cont04 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(1) a .text02,
	.approach .cont04 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.approach .cont04 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/approach_text07.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* flow
------------------------------------------------------------------------*/
	
	/* cont01 */
	.flow .cont01 .inner{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 145px 0 120px;
	}
	@media screen and (max-width: 1300px){
		.flow .cont01 .inner{
			width: 1100px;
		}
	}
	.flow .cont01 .inner h2{
		background: url("img/flow_text01.svg")left top no-repeat;
		background-size: 375px;
		padding: 53px 0 0;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.875;
	}
	.flow .cont01 .inner .text01{
	}
	.flow .cont01 .inner .solution_box{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 70px;
	}
	.flow .cont01 .inner .solution_box .cont{
		width: 380px;
		background: #eaf5fa;
		border-radius: 5px;
		text-align: center;
		padding: 0 0 22px;
		position: relative;
	}
	.flow .cont01 .inner .solution_box .cont::before{
		position: absolute;
		top: 167px;
		left: -44px;
		content: "";
		background: url("img/flow_arrow01.svg")no-repeat;
		background-size: 54px;
		width: 54px;
		height: 57px;
		z-index: 10;
	}
	.flow .cont01 .inner .solution_box .cont:first-of-type::before{
		content: none;
	}
	@media screen and (max-width: 1300px){
		.flow .cont01 .inner .solution_box .cont{
			width: 355px;
		}
		.flow .cont01 .inner .solution_box .cont::before{
			position: absolute;
			top: 167px;
			left: -30px;
			content: "";
			background: url("img/flow_arrow01.svg")no-repeat;
			background-size: 50px;
			width: 50px;
			height: 53px;
			z-index: 10;
		}
	}
	.flow .cont01 .inner .solution_box .cont h3{
		width: 100%;
		height: 60px;
		background: #204483;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 60px;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(3) h3{
		font-size: 20px;
	}
	.flow .cont01 .inner .solution_box .cont h3::before{
		content: "01";
		padding-right: 0.5em;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(2) h3::before{
		content: "02";
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(3) h3::before{
		content: "03";
	}
	.flow .cont01 .inner .solution_box .cont ul{
		position: absolute;
		top: 90px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 20px;
		width: 100%;
		z-index: 11;
	}
	.flow .cont01 .inner .solution_box .cont ul li{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 85px;
		height: 85px;
		background: #fff;
		border-radius: 50%;
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
		color: #204483;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.375;
		text-align: center;
	}
	.flow .cont01 .inner .solution_box .cont ul li:last-of-type{
		margin-left: 130px;
		z-index: -2;
		position: relative;
	}
	.flow .cont01 .inner .solution_box .cont ul li:last-of-type::before{
		position: absolute;
		top: -79px;
		left: -165px;
		content: "";
		background: url("img/flow_illust01.svg")no-repeat;
		background-size: 180px;
		width: 180px;
		height: 191px;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(2) figure{
		width: 211px;
		height: 187px;
		margin: 35px 0 26px 85px;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(3) figure{
		width: 261px;
		height: 169px;
		margin: 40px 0 39px 62px;
	}
	.flow .cont01 .inner .solution_box .cont .text02{
		line-height: 1.875;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(1) .text02{
		margin-top: 248px;
	}

	
	/* cont02 */
	.flow .cont02{
		background: url("img/flow_bg01.png");
		z-index: 11;
		position: relative;
	}
	.flow .cont02 .inner{
		padding: 120px 0;
	}
	.flow .cont02 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.flow .cont02 .inner .h_box h2{
		background: url("img/flow_text02.svg")left top no-repeat;
		background-size: 130px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.flow .cont02 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	@media screen and (max-width: 1300px){
		.flow .cont02 .inner{
			width: 1100px;
		}
		.flow .cont02 .inner .h_box h2{
			font-size: 30px;
		}
	}

	.flow .cont02 .inner .flow_box{
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin-top: 50px;
	}
	.flow .cont02 .inner .flow_box .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 230px;
		padding: 0 45px 0 380px;
		box-sizing: border-box;
		border-radius: 5px;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		position: relative;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(1){
		background: #fff url("img/flow_img01.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(2){
		background: #fff url("img/flow_img02.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(3){
		background: #fff url("img/flow_img03.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(4){
		background: #fff url("img/flow_img04.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(5){
		background: #fff url("img/flow_img05.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(6){
		background: #fff url("img/flow_img06.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(7){
		background: #fff url("img/flow_img07.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(8){
		background: #fff url("img/flow_img08.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(9){
		background: #fff url("img/flow_img09.png")left center no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont::before{
		position: absolute;
		top: 50%;
		left: 290px;
		transform: translateY(-50%);
		content: "";
		width: 60px;
		height: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(1)::before{
		background: url("img/flow_text03.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(2)::before{
		background: url("img/flow_text04.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(3)::before{
		background: url("img/flow_text05.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(4)::before{
		background: url("img/flow_text06.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(5)::before{
		background: url("img/flow_text07.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(6)::before{
		background: url("img/flow_text08.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(7)::before{
		background: url("img/flow_text09.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(8)::before{
		background: url("img/flow_text10.svg")no-repeat;
		background-size: 60px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(9)::before{
		background: url("img/flow_text11.svg")no-repeat;
		background-size: 60px;
	}
	@media screen and (max-width: 1300px){
		.flow .cont02 .inner .flow_box .cont{
			padding: 0 35px 0 350px;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(1){
			background: #fff url("img/flow_img01.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(2){
			background: #fff url("img/flow_img02.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(3){
			background: #fff url("img/flow_img03.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(4){
			background: #fff url("img/flow_img04.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(5){
			background: #fff url("img/flow_img05.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(6){
			background: #fff url("img/flow_img06.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(7){
			background: #fff url("img/flow_img07.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(8){
			background: #fff url("img/flow_img08.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont:nth-of-type(9){
			background: #fff url("img/flow_img09.png")left -30px center no-repeat;
		}
		.flow .cont02 .inner .flow_box .cont::before{
			left: 260px;
		}
	}
	.flow .cont02 .inner .flow_box .cont h3{
		color: #204483;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
	}
	.flow .cont02 .inner .flow_box .cont .text02{
		line-height: 1.875;
		margin-top: 8px;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box{
		display: flex;
		gap: 0 10px;
		margin-top: 12px;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(1) a{
		display: block;
		width: 230px;
		height: 35px;
		background: #1f7ed5 url("img/flow_icon01.svg")left 30px center no-repeat;
		background-size: 17px;
		padding: 0 0 0 55px;
		border: 1px solid #1f7ed5;
		border-radius: 18px;
		box-sizing: border-box;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 33px;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(1) a:hover{
		background: #fff url("img/flow_icon01_ho.svg")left 30px center no-repeat;
		background-size: 17px;
		color: #1f7ed5;
		opacity: 1;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(2) a{
		display: block;
		width: 230px;
		height: 35px;
		background: #204483;
		border: 1px solid #204483;
		border-radius: 18px;
		box-sizing: border-box;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(2) a:hover{
		background: #fff;
		color: #204483;
		opacity: 1;
	}

	
	/* cont03 */
	.flow .cont03{
		overflow: hidden;
		position: relative;
	}
	.flow .cont03 .inner{
		padding: 120px 0 127px;
		position: relative;
	}
	.flow .cont03 .inner::before{
		position: absolute;
		top: -1131px;
		left: -9960px;
		content: "";
		background: url("img/flow_bg01.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	@media screen and (max-width: 1300px){
		.flow .cont03 .inner{
			width: 1100px;
		}
	}
	.flow .cont03 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.flow .cont03 .inner .h_box h2{
		background: url("img/flow_text12.svg")left top no-repeat;
		background-size: 102px;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.flow .cont03 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.flow .cont03 .inner .promise_box{
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
	.flow .cont03 .inner .promise_box .cont{
		width: 360px;
	}
	.flow .cont03 .inner .promise_box .cont h3{
		display: block;
		width: 330px;
		height: 330px;
		border-radius: 50%;
		padding: 211px 0 0;
		box-sizing: border-box;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.45;
		text-align: center;
		margin: 0 15px;
		position: relative;
	}
	.flow .cont03 .inner .promise_box .cont:nth-of-type(1) h3{
		background: #fff url("img/flow_illust04.svg")center top 59px no-repeat;
		background-size: 54px;
	}
	.flow .cont03 .inner .promise_box .cont:nth-of-type(2) h3{
		background: #fff url("img/flow_illust05.svg")center top 59px no-repeat;
		background-size: 86px;
	}
	.flow .cont03 .inner .promise_box .cont:nth-of-type(3) h3{
		background: #fff url("img/flow_illust06.svg")center top 59px no-repeat;
		background-size: 70px;
	}
	.flow .cont03 .inner .promise_box .cont h3::before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		content: "";
		background: url("img/flow_line01.svg")no-repeat;
		background-size: 360px;
		width: 360px;
		height: 360px;
	}
	.flow .cont03 .inner .promise_box .cont .text02{
		margin: 36px 25px 0 30px;
	}

	
	/* cont04 */
	.flow .cont04{
		background: #013571;
		position: relative;
	}
	.flow .cont04::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/flow_illust07.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.flow .cont04 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.flow .cont04 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/flow_bg02.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.flow .cont04 .inner h2{
		background: url("img/flow_text13.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.flow .cont04 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.flow .cont04 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.flow .cont04 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.flow .cont04 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.flow .cont04 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.flow .cont04 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/flow_img10.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/flow_img11.png")center top no-repeat;
		padding-top: 165px;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/flow_img12.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/flow_img13.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/flow_img14.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/flow_img15.png")center top no-repeat;
	}
	@media screen and (max-width: 1300px){
		.flow .cont04 .inner .service_box{
			width: 1100px;
		}
		.flow .cont04 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.flow .cont04 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.flow .cont04 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(1) a .text02,
	.flow .cont04 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.flow .cont04 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/flow_text14.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* reason
------------------------------------------------------------------------*/
	
	/* cont01 */
	.reason .cont01 .inner{
		padding: 160px 0 0;
		z-index: 11;
		position: relative;
	}
	.reason .cont01 .inner h2{
		font-size: 14px;
		line-height: 1;
	}
	.reason .cont01 .inner .text01{
		color: #013571;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		filter: drop-shadow(12px 10px 1.5px rgba(0,0,0,0.1));
		margin-top: 39px;
	}
	.reason .cont01 .inner .text02{
		font-size: 24px;
		font-weight: bold;
		line-height: 1.75;
		margin-top: 30px;
	}
	.reason .cont01 .inner .text03{
		margin-top: 50px;
	}
	.reason .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 80px;
		right: -150px;
	}
	.reason .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 440px;
		right: 260px;
	}
	@media screen and (max-width: 1500px){
		.reason .cont01 .inner figure:nth-of-type(1){
			right: -50px;
			width: 550px;
		}
		.reason .cont01 .inner figure:nth-of-type(2){
			right: 320px;
			width: 260px;
		}
	}
	@media screen and (max-width: 1300px){
		.reason .cont01 .inner{
			width: 1100px;
		}
		.reason .cont01 .inner figure:nth-of-type(1){
			top: 120px;
			right: 0;
			width: 450px;
		}
		.reason .cont01 .inner figure:nth-of-type(2){
			top: 400px;
			right: 250px;
			width: 280px;
		}
	}


	/* cont02 */
	.reason .cont02 .inner{
		padding: 192px 0 150px;
		position: relative;
	}
	.reason .cont02 .inner::before{
		position: absolute;
		top: -277px;
		right: -830px;
		content: "";
		background: url("img/common_bg01.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.reason .cont02 .inner::after{
		position: absolute;
		top: 92px;
		right: -159px;
		content: "";
		background: url("img/common_illust02.svg")no-repeat;
		background-size: 502px;
		width: 502px;
		height: 336px;
	}
	.reason .cont02 .inner h2{
		background: url("img/reason_text01.svg")center top no-repeat;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.reason .cont02 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.reason .cont02 .inner .text01{
		text-align: center;
		margin-top: 42px;
	}
	.reason .cont02 .inner .point_wrap{
		display: flex;
		flex-direction: column;
		gap: 60px 0;
		margin-top: 50px;
	}
	.reason .cont02 .inner .point_wrap .cont{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: flex-start;
		gap: 0 60px;
		background: url("img/common_num01.svg")right 34px top 29px no-repeat;
		background-size: 34px;
		padding: 60px;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(2){
		background: url("img/common_num02.svg")right 34px top 29px no-repeat;
		background-size: 38px;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(3){
		background: url("img/common_num03.svg")right 34px top 29px no-repeat;
		background-size: 38px;
	}
	.reason .cont02 .inner .point_wrap .cont .text_box{
		width: 580px;
	}
	.reason .cont02 .inner .point_wrap .cont .text_box h3{
		background: url("img/reason_text02.svg")left top no-repeat;
		padding: 34px 0 0;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-indent: -0.5em;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(2) .text_box h3{
		background: url("img/reason_text03.svg")left top no-repeat;
		font-size: 20px;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(3) .text_box h3{
		background: url("img/reason_text04.svg")left top no-repeat;
		text-indent: 0;
	}
	.reason .cont02 .inner .point_wrap .cont .text_box .text02{
		margin-top: 30px;
	}
	@media screen and (max-width: 1500px){
		.reason .cont02 .inner::after{
			position: absolute;
			top: 110px;
			right: -50px;
			content: "";
			background: url("img/common_illust02.svg")no-repeat;
			background-size: 350px;
			width: 350px;
			height: 234px;
		}
	}
	@media screen and (max-width: 1300px){
		.reason .cont02 .inner{
			width: 1100px;
		}
		.reason .cont02 .inner::after{
			right: 0;
		}
		.reason .cont02 .inner .point_wrap .cont{
			gap: 0 40px;
			padding: 50px 42px;
		}
		.reason .cont02 .inner .point_wrap .cont .text_box{
			width: 570px;
		}
		.reason .cont02 .inner .point_wrap .cont figure{
			width: 400px;
		}
	}


	/* cont03 */
	.reason .cont03{
		background: url("img/common_bg01.png");
		z-index: 11;
		position: relative;
	}
	.reason .cont03 .inner{
		padding: 120px 0 150px;
		z-index: 11;
		position: relative;
	}
	.reason .cont03 .inner::before{
		position: absolute;
		top: 54px;
		left: -87px;
		content: "";
		background: url("img/common_illust05.svg")no-repeat;
		background-size: 400px;
		width: 400px;
		height: 251px;
		z-index: -1;
	}
	.reason .cont03 .inner::after{
		position: absolute;
		top: -130px;
		right: -134px;
		content: "";
		background: url("img/common_illust04.svg")no-repeat;
		background-size: 490px;
		width: 490px;
		height: 442px;
	}
	.reason .cont03 .inner h2{
		background: url("img/reason_text05.svg")center top no-repeat;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.reason .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.reason .cont03 .inner .text01{
		text-align: center;
		margin-top: 42px;
	}
	.reason .cont03 .inner .choose_wrap{
		display: flex;
		flex-direction: column;
		gap: 40px 0;
		margin-top: 50px;
	}
	.reason .cont03 .inner .choose_wrap .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 260px;
		background: #fff;
		border-radius: 5px;
		padding: 50px 36px 38px 390px;
		box-sizing: border-box;
		filter: drop-shadow(0 0 25px rgba(0,0,0,0.1));
		position: relative;
	}
	.reason .cont03 .inner .choose_wrap .cont h3{
		background: url("img/reason_text06.svg")left center no-repeat;
		padding-left: 82px;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(2) h3{
		background: url("img/reason_text07.svg")left center no-repeat;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(3) h3{
		background: url("img/reason_text08.svg")left center no-repeat;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(4) h3{
		background: url("img/reason_text09.svg")left center no-repeat;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(5) h3{
		background: url("img/reason_text10.svg")left center no-repeat;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(6) h3{
		background: url("img/reason_text11.svg")left center no-repeat;
	}
	.reason .cont03 .inner .choose_wrap .cont h3::before{
		content: "｜";
		padding-right: 10px;
	}
	.reason .cont03 .inner .choose_wrap .cont .text02{
		margin-top: 20px;
	}
	.reason .cont03 .inner .choose_wrap .cont figure{
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
	}
	@media screen and (max-width: 1300px){
		.reason .cont03 .inner{
			width: 1100px;
		}
		.reason .cont03 .inner::before{
			position: absolute;
			top: 54px;
			left: 37px;
			content: "";
			background: url("img/common_illust05.svg")no-repeat;
			background-size: 240px;
			width: 240px;
			height: 151px;
			z-index: -1;
		}
		.reason .cont03 .inner::after{
			position: absolute;
			top: -30px;
			right: -10px;
			content: "";
			background: url("img/common_illust04.svg")no-repeat;
			background-size: 294px;
			width: 294px;
			height: 266px;
		}
		.reason .cont03 .inner .choose_wrap .cont h3{
			font-size: 22px;
		}
	}


	/* cont04 */
	.reason .cont04 .inner{
		padding: 120px 0 30px;
	}
	.reason .cont04 .inner::before{
		position: absolute;
		top: -3187px;
		left: -836px;
		content: "";
		background: url("img/common_bg03.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.reason .cont04 .inner h2{
		background: url("img/reason_text12.svg")center top no-repeat;
		padding: 64px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.reason .cont04 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.reason .cont04 .inner .box{
		display: flex;
		gap: 0 50px;
		margin-top: 60px;
	}
	.reason .cont04 .inner .box .text01{
		width: 600px;
	}
	.reason .cont04 .inner .box .text01 span{
		color: #013571;
		font-weight: bold;
	}
	.reason .cont04 .inner .question_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 60px 0;
		margin-top: 82px;
	}
	.reason .cont04 .inner .question_wrap .cont{
		display: flex;
		flex-direction: column;
		width: 565px;
		padding: 40px 0 28px;
		border-bottom: 1px solid #1f7ed5;
		position: relative;
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(n+3){
		width: 370px;
	}
	.reason .cont04 .inner .question_wrap .cont::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "相談内容　｜　01";
		background: #1f7ed5;
		width: 100%;
		height: 30px;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(2)::before{
		content: "相談内容　｜　02";
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(3)::before{
		content: "相談内容　｜　03";
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(4)::before{
		content: "相談内容　｜　04";
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(5)::before{
		content: "相談内容　｜　05";
	}
	.reason .cont04 .inner .question_wrap .cont h3{
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 35px;
		order: 2;
	}
	.reason .cont04 .inner .question_wrap .cont figure{
		order: 1;
	}
	.reason .cont04 .inner .question_wrap .cont .text02{
		margin-top: 24px;
		order: 3;
	}
	.reason .cont04 .inner .text03{
		font-size: 18px;
		line-height: 1.78;
		text-align: center;
		margin-top: 102px;
	}
	
	/* present_banabox */
	.reason .cont04 .present_banabox .in_box{
		margin-top: 0;
	}
	.reason .cont04 .present_banabox .in_box h4{
		margin-top: 14px;
		order: 2;
	}
	.reason .cont04 .present_banabox .in_box h4 .span01{
		display: inline-block;
		padding: 0 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		position: relative;
	}
	.reason .cont04 .present_banabox .in_box h4 .span01::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.reason .cont04 .present_banabox .in_box h4 .span01::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.reason .cont04 .present_banabox .in_box h4 .span02{
		display: block;
		width: 381px;
		height: 142px;
		background: url("img/common_text01.svg")no-repeat;
		background-size: 100%;
		padding: 142px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.25));
		transform: translateZ(0);
		margin: 17px 0 0;
	}
	@media screen and (max-width: 1690px){
		.reason .cont04 .present_banabox{
			height: 670px;
		}
		.reason .cont04 .present_banabox .in_box{
			top: 0;
		}
	}

	@media screen and (max-width: 1300px){
		.reason .cont04 .inner{
			width: 1100px;
		}
		.reason .cont04 .inner .box{
			gap: 0 40px;
		}
		.reason .cont04 .inner .box figure{
			width: 460px;
		}
		.reason .cont04 .inner .question_wrap .cont{
			width: 530px;
		}
		.reason .cont04 .inner .question_wrap .cont:nth-of-type(n+3){
			width: 340px;
		}
	}

	
	/* cont05 */
	.reason .cont05{
		background: #013571;
		margin-bottom: 110px;
		position: relative;
	}
	.reason .cont05::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/common_illust03.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.reason .cont05 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.reason .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/common_bg02.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.reason .cont05 .inner h2{
		background: url("img/common_text05.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.reason .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.reason .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.reason .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.reason .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.reason .cont05 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.reason .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.reason .cont05 .inner .service_box{
			width: 1100px;
		}
		.reason .cont05 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/common_img05.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/common_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/common_img07.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/common_img08.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/common_img09.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/common_img10.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.reason .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(1) a .text02,
	.reason .cont05 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.reason .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/common_text06.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* profile
------------------------------------------------------------------------*/
	
	/* cont01 */
	.profile .cont01 .inner{
		padding: 200px 0 0;
		z-index: 11;
		position: relative;
	}
	.profile .cont01 .inner h2{
		width: 272px;
		height: 59px;
		background: url("img/profile_text01.svg")no-repeat;
		background-size: 272px;
		padding: 59px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.profile .cont01 .inner .text01{
		width: 600px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
		margin-top: 38px;
	}
	.profile .cont01 .inner .text02{
		color: #013571;
		font-size: 26px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 48px;
	}
	.profile .cont01 .inner .text03{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.1;
		margin-top: 30px;
	}
	.profile .cont01 .inner figure{
		position: absolute;
		top: 200px;
		right: 0;
	}
	@media screen and (max-width: 1300px){
		.profile .cont01 .inner{
			width: 1100px;
		}
		.profile .cont01 .inner figure{
			width: 430px;
		}
	}


	/* cont02 */
	.profile .cont02 .inner{
		padding: 200px 0 140px;
		position: relative;
	}
	.profile .cont02 .inner::before{
		position: absolute;
		top: -230px;
		right: -830px;
		content: "";
		background: url("img/profile_bg01.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	@media screen and (max-width: 1300px){
		.profile .cont02 .inner{
			width: 1100px;
		}
	}
	.profile .cont02 .inner h2{
		background: url("img/profile_text02.svg")center top no-repeat;
		background-size: 145px;
		padding: 65px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.profile .cont02 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 10px;
	}
	.profile .cont02 .inner .cont{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		background: url("img/profile_text06.svg")right 35px top 30px no-repeat;
		background-size: 34px;
		padding: 60px 35px 50px 60px;
		box-sizing: border-box;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		margin-top: 68px;
	}
	.profile .cont02 .inner .cont:nth-of-type(2){
		background: url("img/profile_text07.svg")right 31px top 30px no-repeat;
		background-size: 38px;
	}
	.profile .cont02 .inner .cont:nth-of-type(3){
		background: url("img/profile_text08.svg")right 31px top 30px no-repeat;
		background-size: 38px;
	}
	.profile .cont02 .inner .cont:nth-of-type(n+2){
		margin-top: 60px;
	}
	.profile .cont02 .inner .cont .text_box{
		width: 605px;
	}
	.profile .cont02 .inner .cont .text_box h3{
		background: url("img/profile_text03.svg")left top no-repeat;
		background-size: 206px;
		padding: 28px 0 0;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.58;
	}
	.profile .cont02 .inner .cont:nth-of-type(2) .text_box h3{
		background: url("img/profile_text04.svg")left top no-repeat;
		background-size: 218px;
	}
	.profile .cont02 .inner .cont:nth-of-type(3) .text_box h3{
		background: url("img/profile_text05.svg")left 0.5em top no-repeat;
		background-size: 253px;
		margin-left: -0.5em;
	}
	.profile .cont02 .inner .cont .text_box .text01{
		margin-top: 22px;
	}
	@media screen and (max-width: 1300px){
		.profile .cont02 .inner .cont{
			padding: 40px 35px 40px 40px;
		}
		.profile .cont02 .inner .cont .text_box h3{
			font-size: 22px;
		}
		.profile .cont02 .inner .cont figure{
			width: 380px;
		}
	}

	
	/* cont03 */
	.profile .cont03{
		background: url("img/profile_bg01.png");
		position: relative;
	}
	.profile .cont03 .inner{
		display: flex;
		align-items: center;
		gap: 0 150px;
		padding: 122px 0;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1300px){
		.profile .cont03 .inner{
			width: 1100px;
			gap: 0 80px;
		}
	}
	.profile .cont03 .inner h2{
		background: url("img/profile_text09.svg")left top no-repeat;
		background-size: 154px;
		padding: 65px 0 0;
		color: #013571;
		font-size: 34px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 48px;
	}
	.profile .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 10px;
	}
	.profile .cont03 .inner .text01 + .text01{
		margin-top: 24px;
	}

	
	/* cont04 */
	.profile .cont04{
		background: #013571;
		position: relative;
	}
	.profile .cont04::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/profile_illust01.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.profile .cont04 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.profile .cont04 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/profile_bg02.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.profile .cont04 .inner h2{
		background: url("img/profile_text10.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.profile .cont04 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.profile .cont04 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.profile .cont04 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.profile .cont04 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.profile .cont04 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.profile .cont04 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/profile_img05.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/profile_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/profile_img07.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/profile_img08.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/profile_img09.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/profile_img10.png")center top no-repeat;
	}
	@media screen and (max-width: 1300px){
		.profile .cont04 .inner .service_box{
			width: 1100px;
		}
		.profile .cont04 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.profile .cont04 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.profile .cont04 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(1) a .text02,
	.profile .cont04 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.profile .cont04 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/profile_text11.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* company
------------------------------------------------------------------------*/

	/* cont01 */
	.company .cont01 .inner{
		padding: 150px 0 0 600px;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.company .cont01 .inner{
			width: 1100px;
			padding-left: 565px;
		}
	}
	.company .cont01 .inner h2{
		background: url("img/company_text01.svg")left top no-repeat;
		background-size: 108px;
		padding: 55px 0 0;
		color: #013571;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-shadow: 12px 10px 2px rgba(0,0,0,0.1);
		position: relative;
	}
	.company .cont01 .inner .text01{
		margin-top: 50px;
	}
	.company .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 145px;
		left: -150px;
	}
	.company .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 465px;
		left: 230px;
	}
	@media screen and (max-width: 1300px){
		.company .cont01 .inner figure:nth-of-type(1){
			top: 170px;
			left: -50px;
			width: 500px;
		}
		.company .cont01 .inner figure:nth-of-type(2){
			position: absolute;
			top: 460px;
			left: 270px;
			width: 230px;
		}
	}


	/* cont02 */
	.company .cont02 .inner{
		padding: 160px 0 156px;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.company .cont02 .inner{
			width: 1100px;
			padding-top: 120px;
		}
	}
	.company .cont02 .inner h2{
		background: url("img/company_text02.svg")left top no-repeat;
		background-size: 200px;
		padding: 41px 0 0;
		color: #013571;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4375;
		text-shadow: 12px 10px 2px rgba(0,0,0,0.1);
		position: relative;
	}
	.company .cont02 .inner .text01{
		margin-top: 43px;
	}
	.company .cont02 .inner figure{
		position: absolute;
		top: 123px;
		right: 83px;
		width: 431px;
		height: 424px;
	}
	@media screen and (max-width: 1300px){
		.company .cont02 .inner figure{
			top: 130px;
			width: 390px;
			height: 384px;
		}
	}


	/* cont03 */
	.company .cont03{
		background: url("img/company_bg01.png");
		position: relative;
	}
	.company .cont03 .inner{
		padding: 120px 0 150px;
		position: relative;
	}
	.company .cont03 .inner::before{
		position: absolute;
		top: -77px;
		right: 98px;
		content: "";
		background: url("img/company_illust01.svg")no-repeat;
		background-size: 502px;
		width: 502px;
		height: 336px;
	}
	.company .cont03 .inner h2{
		background: url("img/company_text03.svg")left top no-repeat;
		background-size: 120px;
		padding: 65px 0 0;
		color: #013571;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.company .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	@media screen and (max-width: 1300px){
		.company .cont03 .inner{
			width: 1100px;
		}
		.company .cont03 .inner h2{
			font-size: 28px;
		}
	}
	.company .cont03 .inner table{
		width: 1200px;
		border-top: 1px solid #999;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-top: 60px;
	}
	.company .cont03 .inner table th{
		width: 300px;
		padding: 24.5px 0 25.5px 45px;
		border-bottom: 1px solid #999;
		box-sizing: border-box;
		color: #013571;
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.company .cont03 .inner table td{
		width: 900px;
		padding: 24.5px 0 25.5px;
		border-bottom: 1px solid #999;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 1.5;
		vertical-align: middle;
	}
	@media screen and (max-width: 1300px){
		.company .cont03 .inner table{
			width: 1100px;
		}
		.company .cont03 .inner table td{
			width: 800px;
		}
	}


	/* cont04 */
	.company .cont04{
		padding: 110px 0 120px;
		z-index: 10;
		margin-top: 130px;
		position: relative;
	}
	.company .cont04::before{
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(700px);
		content: "";
		background: #eaf5fa;
		width: 2000px;
		height: 540px;
		border-radius: 5px;
		z-index: -1;
	}
	.company .cont04 .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 1200px;
		padding:  0 120px 0 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.company .cont04 .h_box h2{
		background: url("img/company_text04.svg")left top no-repeat;
		background-size: 122px;
		padding: 51px 0 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
	}
	.company .cont04 .column_box{
		margin-top: 49px;
	}
	.company .cont04 .column_box .swiper-slide{
		display: block;
		width: 370px;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
	}
	.company .cont04 .column_box .swiper-slide a{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 5px;
		padding: 20px;
		box-sizing: border-box;
	}
	.company .cont04 .column_box .swiper-slide a h3{
		width: 100%;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-top: 12px;
		order: 2;
	}
	.company .cont04 .column_box .swiper-slide a .date{
		color: #1f7ed5;
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		margin: 6px 0 0;
		order: 3;
	}
	.company .cont04 .column_box .swiper-slide a .cate{
		height: 17px;
		background: #1f7ed5;
		padding: 0 10px;
		border-radius: 2px;
		box-sizing: border-box;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin: 6px 0 0 4px;
		order: 4;
	}
	.company .cont04 .column_box .swiper-slide a .text02{
		font-size: 14px;
		line-height: 2;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 8px;
		order: 5;
	}
	.company .cont04 .column_box .swiper-slide a figure{
		width: 330px;
		height: 220px;
		border-radius: 5px;
		overflow: hidden;
		order: 1;
	}
	.company .cont04 .column_box .swiper-slide a figure img{
		width: 330px;
		height: 220px;
	}
	.company .cont04 .swiper-button-prev{
		top: -74px;
		left: 50%;
		transform: translateX(510px);
		width: 40px;
		height: 40px;
		background: url("img/company_arrow01.svg")no-repeat;
		background-size: 100%;
	}
	.company .cont04 .swiper-button-next{
		top: -74px;
		left: 50%;
		transform: translateX(560px);
		width: 40px;
		height: 40px;
		background: url("img/company_arrow02.svg")no-repeat;
		background-size: 100%;
	}
	.company .cont04 .swiper-button-prev::after,
	.company .cont04 .swiper-button-next::after{
		content: "";
		width: 40px;
		height: 40px;
		margin: auto;
	}
	@media screen and (max-width: 1300px){
		.company .cont04 .h_box{
			width: 1100px;
		}
		.company .cont04 .swiper-button-prev{
			transform: translateX(460px);
		}
		.company .cont04 .swiper-button-next{
			transform: translateX(510px);
		}
	}
	.company .cont04 .button a{
		display: block;
		width: 520px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 60px auto 0;
	}
	.company .cont04 .button a:hover{
		background: #fff;
		color: #013571;
		opacity: 1;
	}

	
	/* cont05 */
	.company .cont05{
		background: #013571;
		position: relative;
	}
	.company .cont05::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/company_illust02.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.company .cont05 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.company .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/company_bg01.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.company .cont05 .inner h2{
		background: url("img/company_text05.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.company .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.company .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.company .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.company .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.company .cont05 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.company .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/company_img03.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/company_img04.png")center top no-repeat;
		padding-top: 165px;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/company_img05.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/company_img06.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/company_img07.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/company_img08.png")center top no-repeat;
	}
	@media screen and (max-width: 1300px){
		.company .cont05 .inner .service_box{
			width: 1100px;
		}
		.company .cont05 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.company .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.company .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(1) a .text02,
	.company .cont05 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.company .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/company_text06.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* area
------------------------------------------------------------------------*/
	
	/* cont01 */
	.area .cont01 .inner{
		display: flex;
		flex-wrap: wrap;
		padding: 170px 0 190px;
		position: relative;
	}
	.area .cont01 .inner::before{
		position: absolute;
		top: -14px;
		right: -97px;
		content: "";
		background: url("img/area_map.svg")no-repeat;
		background-size: 1009px;
		width: 1009px;
		height: 970px;
		z-index: -1;
	}
	.area .cont01 .inner h2{
		width: 100%;
		padding-left: 100px;
		box-sizing: border-box;
		color: #013571;
		font-size: 26px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.area .cont01 .inner h2 span{
		display: block;
		color: #000;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.area .cont01 .inner h2 span::before{
		content: "[";
		padding-right: 6px;
	}
	.area .cont01 .inner h2 span::after{
		content: "]";
		padding-left: 6px;
	}
	.area .cont01 .inner .text01{
		display: inline-block;
		height: 75px;
		background: #013571;
		padding: 0 26px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 52px;
		font-weight: 600;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 75px;
		margin: 40px 15px 0 0;
	}
	.area .cont01 .inner .text01:first-of-type{
		margin-left: 100px;
	}
	.area .cont01 .inner .text02{
		width: 100%;
		padding-left: 100px;
		box-sizing: border-box;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.22;
		margin-top: 38px;
	}
	.area .cont01 .inner .text02 span{
		color: #013571;
		font-weight: 600;
	}
	.area .cont01 .inner .text03{
		position: absolute;
		top: 350px;
		right: 125px;
		display: block;
		width: 260px;
		height: 260px;
		background: url("img/area_text01.svg");
		background-size: 260px;
		padding: 260px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.area .cont01 .inner .area_box{
		width: 1160px;
		padding: 80px 20px 30px 80px;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 158px 20px 0;
	}
	.area .cont01 .inner .area_box .area_box_inner{
		height: 690px;
		overflow-y: scroll;
	}
	.area .cont01 .inner .area_box .area_box_inner::-webkit-scrollbar {
		width: 5px;
	}
	.area .cont01 .inner .area_box .area_box_inner::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.area .cont01 .inner .area_box .area_box_inner::-webkit-scrollbar-thumb {
		background-color: #ccc;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont{
		width: 1000px;
		margin-bottom: 70px;
	}
	@media screen and (max-width: 1300px){
		.area .cont01 .inner .area_box{
			width: 1100px;
			padding: 80px 20px 30px 50px;
		}
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont h3{
		padding-bottom: 18px;
		border-bottom: 1px solid #013571;
		color: #204483;
		font-size: 20px;
		font-weight: 600;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont h3 a{
		color: #204483;
		font-weight: 600;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont h3::before{
		content: "■";
		padding-right: 10px;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont .text04{
		display: flex;
		gap: 0 1em;
		line-height: 2.25;
		margin-top: 18px;
	}

	
	/* cont02 */
	.area .cont02{
		background: #013571;
		position: relative;
	}
	.area .cont02::after{
		position: absolute;
		top: -57px;
		right: 50%;
		transform: translateX(600px);
		content: "";
		background: url("img/area_illust01.svg")no-repeat;
		background-size: 330px;
		width: 330px;
		height: 311px;
		z-index: 11;
	}
	.area .cont02 .inner{
		width: 100%;
		padding: 120px 0;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.area .cont02 .inner::before{
		position: absolute;
		top: -260px;
		left: 50%;
		transform: translateX(-206px);
		content: "";
		background: url("img/area_bg01.svg")no-repeat;
		background-size: 1396px;
		width: 1396px;
		height: 1378px;
		z-index: -1;
	}
	.area .cont02 .inner h2{
		background: url("img/area_text02.svg")center top no-repeat;
		background-size: 82px;
		padding: 53px 0 0;
		color: #ffd34d;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.area .cont02 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 18px;
	}
	.area .cont02 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 40px;
		position: relative;
	}
	.area .cont02 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.area .cont02 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 100px;
		height: 1px;
	}
	.area .cont02 .inner .service_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 1200px;
		margin: 70px auto 0;
	}
	.area .cont02 .inner .service_box .cont a{
		display: block;
		width: 380px;
		height: 420px;
		padding: 180px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/area_img01.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/area_img02.png")center top no-repeat;
		padding-top: 165px;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/area_img03.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/area_img04.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/area_img05.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/area_img06.png")center top no-repeat;
	}
	@media screen and (max-width: 1300px){
		.area .cont02 .inner .service_box{
			width: 1100px;
		}
		.area .cont02 .inner .service_box .cont a{
			width: 350px;
			height: 450px;
		}
	}
	.area .cont02 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.area .cont02 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(1) a .text02,
	.area .cont02 .inner .service_box .cont:nth-of-type(6) a .text02{
		font-size: 16px;
		line-height: 2;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(2) a .text02{
		margin-top: 12px;
	}
	.area .cont02 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/area_text03.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* present
------------------------------------------------------------------------*/
	
	/* cont01 */
	.present .cont01 .inner{
		padding: 142px 0 0;
		position: relative;
	}
	.present .cont01 .inner::before{
		position: absolute;
		top: 500px;
		left: -143px;
		content: "";
		background: url("img/present_illust01.svg")no-repeat;
		background-size: 346px;
		width: 346px;
		height: 231px;
	}
	.present .cont01 .inner::after{
		position: absolute;
		top: 400px;
		right: -152px;
		content: "";
		background: url("img/present_illust02.svg")no-repeat;
		background-size: 366px;
		width: 366px;
		height: 330px;
	}
	@media screen and (max-width: 1300px){
		.present .cont01 .inner::before{
			position: absolute;
			top: 500px;
			left: -40px;
			content: "";
			background: url("img/present_illust01.svg")no-repeat;
			background-size: 292px;
			width: 292px;
			height: 195px;
		}
		.present .cont01 .inner::after{
			position: absolute;
			top: 470px;
			right: -30px;
			content: "";
			background: url("img/present_illust02.svg")no-repeat;
			background-size: 292px;
			width: 292px;
			height: 263px;
		}
	}
	.present .cont01 .inner h2{
		color: #013571;
		font-size: 58px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.present .cont01 .inner h2 .span01{
		display: block;
		width: 800px;
		padding: 40px 0 38px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 0 auto;
	}
	.present .cont01 .inner h2 .span01 .span01_01{
		display: block;
		color: #000;
		font-size: 16px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
	}
	.present .cont01 .inner h2 .span01 .span01_02{
		display: block;
		font-size: 28px;
		font-weight: 600;
		line-height: 1;
		margin-top: 24px;
	}
	.present .cont01 .inner h2 .span02{
		display: block;
		color: #000;
		font-size: 25px;
		line-height: 1;
		margin: 118px 0 34px;
	}
	.present .cont01 .inner h2 .span02::before{
		content: "［";
		padding-right: 8px;
	}
	.present .cont01 .inner h2 .span02::after{
		content: "］";
		padding-left: 8px;
	}
	.present .cont01 .inner .text01{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.22;
		text-align: center;
		margin-top: 56px;
	}
	.present .cont01 .inner .ex_box{
		padding: 80px 0 104px;
		margin-top: 98px;
		position: relative;
	}
	.present .cont01 .inner .ex_box::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/present_bg01.png");
		width: 1400px;
		height: 100%;
		border-radius: 5px;
		z-index: -1;
	}
	.present .cont01 .inner .ex_box h3{
		color: #013571;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		overflow: hidden;
	}
	.present .cont01 .inner .ex_box h3 span{
		display: inline-block;
		position: relative;
	}
	.present .cont01 .inner .ex_box h3 span::before{
		position: absolute;
		top: 50%;
		right: calc(100% + 30px);
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 600px;
		height: 1px;
	}
	.present .cont01 .inner .ex_box h3 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 30px);
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 600px;
		height: 1px;
	}
	.present .cont01 .inner .ex_box .text02{
		text-align: center;
		margin-top: 38px;
	}
	.present .cont01 .inner .ex_box ul{
		display: flex;
		flex-flow: column wrap;
		gap: 20px 20px;
		height: 300px;
		margin-top: 39px;
		position: relative;
	}
	.present .cont01 .inner .ex_box ul::after{
		position: absolute;
		bottom: 20px;
		right: 0;
		content: "など、ベストな事業承継へと導く、114ページ全８章！";
	}
	.present .cont01 .inner .ex_box ul li{
		width: 590px;
		background: #fff;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		padding: 0 35px 0 33px;
		box-sizing: border-box;
	}
	.present .cont01 .inner .ex_box ul li:first-of-type{
		padding: 19px 35px 30px 40px;
	}
	.present .cont01 .inner .ex_box ul li .ttl{
		color: #013571;
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(1) .ttl::before{
		content: "1";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(2) .ttl::before{
		content: "2";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(3) .ttl::before{
		content: "3";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(4) .ttl::before{
		content: "4";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li .text03{
		margin-top: -1px;
	}
	.present .cont01 .inner .ex_box .img_box{
		display: flex;
		justify-content: space-between;
		gap: 20px 0;
		margin-top: 70px;
	}
	.present .cont01 .inner .ex_box .img_box figure{
		filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
	}
	@media screen and (max-width: 1300px){
		.present .cont01 .inner .ex_box{
			width: 1100px;
			margin: 98px auto 0;
		}
		.present .cont01 .inner .ex_box ul{
			width: 1100px;
			height: 335px;
		}
		.present .cont01 .inner .ex_box ul li{
			width: 540px;
			padding: 0 30px 0 28px;
		}
		.present .cont01 .inner .ex_box .img_box figure{
			width: 530px;
		}
		.present .cont01 .inner .ex_box .img_box figure:nth-of-type(2){
			width: 548px;
		}
	}


	/* cont02 */
	.present .cont02 .inner{
		padding: 150px 0;
		position: relative;
	}
	.present .cont02 .inner h2{
		background: url("img/present_text01.svg")center top no-repeat;
		background-size: 121px;
		padding: 54px 0 0;
		color: #013571;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.present .cont02 .inner .text_box{
		width: 1000px;
		margin: 98px auto 0;
	}
	.present .cont02 .inner .text_box h3{
		color: #013571;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 30px;
	}
	.present .cont02 .inner .text_box h3::before{
		content: "■";
		padding-right: 5px;
	}
	.present .cont02 .inner .text_box .text01{
		text-indent: -1em;
		padding-left: 1em;
	}
	.present .cont02 .inner .text_box .text01::before{
		content: "※";
	}
	.present .cont02 .inner table{
		width: 1000px;
		border-collapse: separate;
		border-spacing: 0 0;
		border-top: 1px solid #ccc;
		box-sizing: border-box;
		margin: 42px auto 0;
	}
	.present .cont02 .inner table th{
		width: 280px;
		padding: 40px 0 41px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		color: #013571;
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.present .cont02 .inner table th span{
		position: absolute;
		top: 55px;
		right: 10px;
		width: 60px;
		height: 30px;
		background: #013571;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	.present .cont02 .inner table td{
		width: 720px;
		padding: 40px 0 41px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		line-height: 1;
	}
	.present .cont02 .inner table td input[type="text"],
	.present .cont02 .inner table td input[type="tel"],
	.present .cont02 .inner table td input[type="email"] {
		width: 100%;
		height: 60px;
		padding: 0 0 0 30px;
		font-size: 16px;
		line-height: 1.5;
		background: #ededed;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.present .cont02 .inner table tr.address-contact input {
		margin-bottom: 10px !important;
	}
	.present .cont02 .inner table tr.address-contact input:first-of-type {
		margin-right: 20px;
	}
	.present .cont02 .inner table tr.address-contact input:first-of-type,
	.present .cont02 .inner table tr.address-contact input:nth-of-type(2) {
		width: 210px !important;
	}
	.present .cont02 .inner table tr.address-contact input:last-of-type {
		margin-bottom: 0 !important;
	}
	.present .cont02 .inner table tr:nth-of-type(4) td > input[type="text"]{
		margin-top: 15px;
	}
	.present .cont02 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 200px !important;
		padding: 12px 0 12px 30px;
		font-size: 16px;
		line-height: 1.5;
		background: #ededed;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.present .cont02 .inner .privacy_check{
		text-align: center;
		margin-top: 60px;
	}
	.present .cont02 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.present .cont02 .inner .privacy_check a{
		color: #4d4d4d;
		text-decoration: underline;
	}
	.present .cont02 .inner .button input{
		display: block;
		width: 520px;
		height: 50px;
		background: #1f7ed5;
		border-radius: 5px;
		border: 1px solid #1f7ed5;;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 42px auto 0;
		transition: all .4s;
	}
	.present .cont02 .inner .button input:hover{
		background: #fff;
		color: #1f7ed5;
		transition: all .4s;
		opacity: 1;
	}



/* faq
------------------------------------------------------------------------*/
.faq .cont01 {
	box-sizing: border-box;
	margin: 120px auto;
	width: 1000px;
}
.faq .cont01 .box {
	padding: 30px 40px;
	border-top: 1px solid var(--main-color);
	position: relative;
	cursor: pointer;
}
.faq .cont01 .box:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.faq .cont01 .box span {
	position: absolute;
	top: 38px;
	right: 40px;
	width: 19px;
	height: 19px;
	background: var(--main-color);
	border-radius: 50%;
	transition: all .3s;
}
.faq .cont01 .box.active span {
	background: #bbbbbb;
	transition: all .3s;
}
.faq .cont01 .box span::before {
	content: "";
	width: 8px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq .cont01 .box span::after {
	content: "";
	width: 2px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all .3s;
}
.faq .cont01 .box.active span::after {
	opacity: 0;
	transition: all .3s;
}
.faq .cont01 .box p {
	padding-left: 40px;
	position: relative;
	font-weight: bold;
}
.faq .cont01 .box .qus::before {
	content: 'Q';
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
	position: absolute;
	top: 0;
	left: 0;
}
.faq .cont01 .box .qus {
	font-size: 18px;
	transition: all .3s;
}
.faq .cont01 .box.active .qus {
	color: #bbbbbb;
	transition: all .3s;
}
.faq .cont01 .box .ans {
	padding-top: 15px;
	display: none;
}



/* recruit
------------------------------------------------------------------------*/
.recruit .cont01{
	display: flex;
	flex-direction: column;
	gap: 80px 0;
	margin: 120px auto;
}
.recruit .cont01 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.recruit .cont01 .inner .img{
	flex-shrink: 0;
	width: 900px;
	margin-left: -300px;
}
.recruit .cont01 .inner:nth-of-type(2n){
	flex-direction: row;
}
.recruit .cont01 .inner:nth-of-type(2n) .img{
	margin-left: 0;
	margin-right: -300px;
}
.recruit .cont01 .inner .text_box{
	width: 540px;
}
.recruit .cont01 .inner .text_box .ttl{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 35px;
}
.recruit .cont01 .inner .text_box .catch{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	padding: 30px 0;
	margin-bottom: 30px;
}
.recruit .cont01 .inner .text_box .btn{
	margin-top: 35px;
}
.recruit .cont01 .inner .img{
	width: 900px;
	height: 600px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.03);
}
.recruit .cont01 .inner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.recruit .cont02{
	background: var(--main-light-color);
	padding: 120px 0;
}
.recruit .cont02 h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: 35px;
	font-weight: bold;
	position: relative;
	line-height:1;
}
.recruit .cont02 h2::before {
	content: '';
	font-size: 16px;
	font-weight: bold;
	color: var(--main-color);
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "REQUIREMENTS";
}
.recruit .cont02 .link{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 40px auto 50px;
}
.recruit .cont02 .link li{
	text-align: center;
}
.recruit .cont02 .link li a{
	display: block;
	min-width: 200px;
	border: 1px solid var(--main-color);
	background: var(--main-color);
	color:#fff;
	padding-top: 15px;
	height: 31px;
	line-height: 1;
	border-radius: 30px;
	font-weight: bold;
}
.recruit .cont02 .link li a:hover{
	background: #fff;
	color:var(--main-color);
}

.recruit .cont02 .job_box{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.recruit .cont02 .job_box:last-of-type{
	margin-bottom: 0;
}

.recruit .cont02 .job_box h3{
	font-size: 24px;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	position: relative;
	line-height: 1;
}
.recruit .cont02 .job_box h3::after{
	content: "";
	display: block;
	width:20px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.recruit .cont02 .job_box table {
	width: 100%;
	text-align: left;
	margin: 40px auto 0;
}
.recruit .cont02 .job_box table tr {
	border-top: 1px solid var(--main-color);
}
.recruit .cont02 .job_box table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.recruit .cont02 .job_box table th {
	width: 250px;
	padding: 23px 0 20px 50px;
	font-weight: bold;
	vertical-align: middle;
}
.recruit .cont02 .job_box table td {
	padding: 23px 0 20px;
	vertical-align: middle;
}






/*blog共通項目
--------------------------------------------------------------------------*/
.blog .flex {
	display: flex;
	justify-content: flex-start;
	margin: 120px auto 0;
}
.blog .flex .left_box{
	flex-shrink: 1;
	width: 800px;
	margin-right: 30px;
}
.blog .flex .side {
	width: 370px;
	flex-shrink: 0;
	margin-top: -5px;
}
.blog .flex .side .side_box02,
.blog .flex .side .side_box03 {
	margin: 60px 0;
}
.blog .flex .side .cont a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.blog .flex .side h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
}
.blog .flex .side h2::before {
	content: "";
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 100px;
}
.blog .flex .side .side_box01 h2::before {
	content: "Popular Articles";
}
.blog .flex .side .side_box02 h2::before {
	content: "New Articles";
}
.blog .flex .side .side_box03 h2::before {
	content: "Category";
	left: 110px;
}
.blog .flex .side .cont .text_box {
	margin-left: 15px;
	font-size: 14px;
	width: 205px;
}
.blog .flex .side .cont .text_box h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.blog .flex .side .cont .img {
	width: 150px;
	flex-shrink: 0;
	position: relative;
	border-radius: 5px;
}
.blog .flex .side .cont .img img {
	border-radius: 5px;
}
.blog .flex .side .side_box01 .cont .img::before {
	content: "";
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	line-height: 1;
	box-sizing: border-box;
	padding-top: 6px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box01 .cont:nth-of-type(1) .img::before {
	content: "1";
	background: #f2cd44;
}
.blog .flex .side .side_box01 .cont:nth-of-type(2) .img::before {
	content: "2";
	background: #ababab;
}
.blog .flex .side .side_box01 .cont:nth-of-type(3) .img::before {
	content: "3";
	background: #bc6c25;
}
.blog .flex .side .side_box01 .cont:nth-of-type(4) .img::before {
	content: "4";
}
.blog .flex .side .side_box01 .cont:nth-of-type(5) .img::before {
	content: "5";
}
.blog .flex .side .side_box02 .cont .img {
	position: relative;
}
.blog .flex .side .side_box02 .cont .img::before {
	content: "New";
	width: 50px;
	height: 25px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #fff;
	background: var(--main-color);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box03 ul {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li {
	position: relative;
	padding-left: 32px;
}
.blog .flex .side .side_box03 ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(img/category_icon.png) no-repeat top 7px left 7px var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/*blog_archive
------------------------------------------------------------------------*/
.blog_archive .cont01 .cont:nth-of-type(1) {
	margin-top: 0;
}
.blog_archive .cont01 .cont {
	border-bottom: 1px solid var(--main-color);
	margin-top: 30px;
}
.blog_archive .cont01 .cont a{
	display: block;
	box-sizing: border-box;
	padding: 0 0 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.blog_archive .cont01 .cont .img {
	flex-shrink: 0;
	border-radius: 10px;
}
.blog_archive .cont01 .cont .img img {
	border-radius: 10px;
}
.blog_archive .cont01 .cont .text_box {
	width: 440px;
	padding-left: 30px;
}
.blog_archive .cont01 .cont h2 {
	font-size: 18px;
}
.blog_archive .cont01 .cont .text_box .cate_box {
	margin: 15px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.blog_archive .cont01 .cont .text_box .cate_box .cate {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	min-width: 100px;
	padding: 7px 15px;
	text-align: center;
}
.blog_archive .cont01 .cont .text_box .cate_box .date {
	font-size: 14px;
	line-height: 1;
}
.blog_archive .cont01 .cont .text_box .text {
	line-height: 1.8;
}


/* ブログ詳細 css */
.blog_single .cont01 h1{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.blog_single .cont01 .cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}
/*
.blog_single .cont01 .cate_box .cate {
	line-height: 1;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}*/
.blog_single .cont01 .cate_box .cate {
	text-align: center;
}
.blog_single .cont01 .cate_box .cate a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 12px;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}



.blog_single .cont01 .cate_box .date{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}





/* contact
------------------------------------------------------------------------*/
/* cont01 */
.contact .cont01 {
	width: 1000px;
	margin: 120px auto 0;
}
.contact .cont01 .tel-box {
	padding: 40px 0 35px;
	border-top: 1px solid var(--main-dark-color);
	border-bottom: 1px solid var(--main-color);
}
.contact .cont01 .line-box {
	padding: 40px 0 45px;
	border-top: 1px solid var(--main-dark-color);
	border-bottom: 1px solid var(--main-dark-color);
}
.contact .cont01 h2{
	font-size: 18px;
}
.contact .cont01 .tel-box h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont01 .line-box h2::before {
	content: '■';
	color: #00b12b;
	padding-right: 5px;
}
.contact .cont01 .tel-box p {
	display: flex;
	align-items: center;
	margin-top: 10px;
	line-height: 1.5;
}
.contact .cont01 .tel-box a {
	display: inline-block;
	font-size: 30px;
	padding-right: 20px;
	pointer-events: none;
}
.contact .cont01 .line-box p {
	margin-top: 15px;
}
.contact .cont01 .line-box a {
	font-size: 18px;
	line-height: 1;
	padding: 20px 75px 20px 55px;
	background: url(img/contact-line.png) no-repeat center left, url(img/contact-qr.png) no-repeat center right;
}


/* cont02 */
.contact .cont02 {
	width: 1000px;
	margin: 40px auto 0;
}
.contact .cont02 h2{
	font-size: 18px;
}
.contact .cont02 h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont02 .lead {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.contact .cont02 table{
	width:1000px;
	margin: 40px auto 0;
}
.contact .cont02 table tr {
	border-top: 1px solid var(--main-color);
}
.contact .cont02 table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.contact .cont02 table th{
	width: 265px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	padding: 30px 0;
	position: relative;
}
.contact .cont02 table th span{
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	float: right;
	padding: 7px 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact .cont02 tr.address-contact th {
	vertical-align: top;
	padding-top: 48px;
}
.contact .cont02 tr.address-contact th span {
	top: 45px;
	transform: none;
}
.contact .cont02 table td{
	vertical-align: middle;
	padding: 30px 0 30px 25px;
}
.contact .cont02 table td .radio-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 60px;
}
.contact .cont02 table td .radio-box span {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.contact .cont02 table td .radio-box span input {
	margin: 0 !important;
}
.contact .cont02 table td input[type="text"],
.contact .cont02 table td input[type="email"],
.contact .cont02 table td input[type="tel"],
.contact .cont02 table td select,
.contact .cont02 table td textarea{
	width:100% !important;
	height: 60px !important;
	font-size:16px;
	font: inherit;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px 30px;
	border: none !important;
	background: #eaf5fa;
	border-radius: 5px !important;
}
.contact .cont02 tr.address-contact input {
	margin-bottom: 10px !important;
}
.contact .cont02 tr.address-contact input:first-of-type {
	margin-right: 20px;
}
.contact .cont02 tr.address-contact input:first-of-type,
.contact .cont02 tr.address-contact input:nth-of-type(2) {
	width: 210px !important;
}
.contact .cont02 tr.address-contact input:last-of-type {
	margin-bottom: 0 !important;
}
.contact .cont02 table td select {
	cursor: pointer;
}
.contact .cont02 table td textarea{
	height: 250px !important;
	vertical-align: middle;
	resize:none
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding: 50px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.contact .cont02 .privacy_check a {
	text-decoration: underline;
}
.contact .cont02 .privacy_check div.mfp_err {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: url(img/mfp_error.gif) no-repeat top 12px left 320px;
}
.contact .cont02 .privacy_check input {
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
.contact .cont02 .privacy_check label {
	margin: 0 5px!important;
}
.contact .cont02 .button{
	text-align: center;
}
.contact .cont02 .button input{
	font-family: var(--main-font) !important;
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.contact .cont02 .button input:hover{
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding: 70px 0 0;
	text-align: center;
}
.thanks .cont01 h2{
	text-align: center;
	font-size: 24px;
}
.thanks .cont01 .text{
	margin: 40px 0 0;
	font-weight: bold;
}
.thanks .cont01 .button {
	margin-top: 50px;
}
.thanks .cont01 .button a{
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.thanks .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* privacy
------------------------------------------------------------------------*/
.privacy .cont01 {
	width: 1000px;
	margin: 50px auto 0;
}
.privacy .cont01 h2 {
	font-size: 28px;
	text-align: center;
}
.privacy .cont01 .text01 {
	margin-top: 35px;
	line-height: 2;
}
.privacy .cont01 .box {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed var(--main-color);
}
.privacy .cont01 .box:first-of-type {
	margin-top: 45px;
}
.privacy .cont01 .box:last-of-type {
	border-bottom: none;
}
.privacy .cont01 .box h3 {
	font-size: 20px;
}
.privacy .cont01 .box .text02 {
	line-height: 2;
	margin-top: 10px;
}
.privacy .cont01 .box .text02 a {
	text-decoration: underline;
}
.privacy .cont01 .box ul {
	margin-top: 15px;
}
.privacy .cont01 .box ul li:nth-of-type(n+2) {
	margin-top: 8px;
}
.privacy .cont01 .box .text03 {
	line-height: 2;
	display: inline-block;
	padding: 25px 30px;
	background: #eaf5fa;
	margin-top: 20px;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/
.yonmaruyon .cont01,
.yonichimaru .cont01 {
	padding: 70px 0 0;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2 {
	text-align: center;
	font-size: 24px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text {
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a {
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.yonmaruyon .cont01 .button a:hover,
.yonichimaru .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* contact_box
------------------------------------------------------------------------*/
	.contact_box{
		z-index: 12;
		position: relative;
	}
	.contact_box .inner{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 85px;
		height: 315px;
		background: url("img/common_logo01.svg")right -34px top -102px no-repeat ,url("img/common_bg01.png");
		background-size: 528px ,106px;
		border-radius: 5px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
		transform: translateZ(0);
		position: relative;
	}
	.contact_box .inner .h_box h2{
		background: url("img/common_text04.svg")left top no-repeat;
		background-size: 183px;
		padding: 50px 0 0;
		font-size: 14px;
		line-height: 1;
	}
	.contact_box .inner .h_box .text01{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.89;
		margin-top: 30px;
	}
	.contact_box .inner .btn_box{
		display: flex;
		flex-wrap: wrap;
		gap: 30px 10px;
		width: 550px;
	}
	.contact_box .inner .btn_box .tel{
		display: flex;
		align-items: center;
		gap: 0 16px;
	}
	.contact_box .inner .btn_box .tel a{
		display: block;
		width: 288px;
		height: 34px;
		background: url("img/common_tel01.svg")no-repeat;
		background-size: 100%;
		padding: 34px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.contact_box .inner .btn_box .button a{
		display: block;
		width: 270px;
		height: 50px;
		background: #013571 url("img/common_icon01.svg")left 76px center no-repeat;
		background-size: 18px;
		padding: 0 0 0 103px;
		border-radius: 5px;
		border: 1px solid #013571;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
	}
	.contact_box .inner .btn_box .button a:hover{
		background: #fff url("img/common_icon01_ho.svg")left 76px center no-repeat;
		background-size: 18px;
		color: #013571;
		opacity: 1;
	}
	.contact_box .inner .btn_box .button:nth-of-type(3) a{
		background: #1f7ed5 url("img/common_icon02.svg")left 52px center no-repeat;
		background-size: 20px;
		padding: 0 0 0 82px;
		border: 1px solid #1f7ed5;
	}
	.contact_box .inner .btn_box .button:nth-of-type(3) a:hover{
		background: #fff url("img/common_icon02_ho.svg")left 52px center no-repeat;
		background-size: 18px;
		color: #1f7ed5;
		opacity: 1;
	}



/*post_cont
------------------------------------------------------------------------*/
.post_cont .index_nav {
	box-sizing: border-box;
	padding: 40px;
	border: none;
	border-radius: 0px;
	margin: 20px 0 45px;
	background: var(--main-light-color);
	border-radius: 10px;
}
.post_cont .index_nav .title {
	font-weight: bold;
	position: relative;
	padding: 0 !important;
	padding-left: 35px !important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.post_cont .index_nav .title::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url(img/index_icon.png) no-repeat center / 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}
.post_cont .index_nav {
	position: static;
}
.post_cont .index_nav ul {
	margin: 20px 0 0 0;
	padding-bottom: 0;
}
.post_cont .index_nav ul li.index_level03 {
	margin-left: 15px;
}
.post_cont .index_nav ul li.index_level04 {
	margin-left: 30px;
}
.post_cont .index_nav ul li.index_level05 {
	margin-left: 45px;
}
.post_cont .index_nav ul li {
	display: block;
	text-align: left;
	margin-top: 25px;
}
.post_cont .index_nav ul li.index_level03,
.post_cont .index_nav ul li.index_level04,
.post_cont .index_nav ul li.index_level05 {
	margin-top: 15px;
}
.post_cont .index_nav ul li a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.post_cont .index_nav ul li.index_level03 a,
.post_cont .index_nav ul li.index_level04 a,
.post_cont .index_nav ul li.index_level05 a {
	font-size: 16px;
}
.post_cont .index_nav ul li a:hover {
	text-decoration: none;
}
.post_cont .index_nav ul li::before {
	display: none;
}

.post_cont .has-text-align-left{
	text-align: left;
}
.post_cont .has-text-align-center{
	text-align: center;
}
.post_cont .has-text-align-right{
	text-align: right;
}

.post_cont h2{
	margin: 50px 0 30px;
	padding: 0 0 0 35px;
	font-size: 24px;
	position: relative;
	line-height: 1.2;
}
.post_cont h2:before{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: #fff;
	position: absolute;
	top:0px;
	left:0;
}
.post_cont h2:after{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:10px;
}
.post_cont h3{
	margin: 45px 0 30px;
	padding: 0 0 0 30px;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
}
.post_cont h3:before{
	content: "";
	display: block;
	width:20px;
	height: 20px;
	background: var(--main-color);
	position: absolute;
	top:2px;
	left:0;
}

.post_cont h4{
	font-size:20px;
	border-left:5px solid var(--main-color);
	margin: 40px 0 30px;
	padding: 2px 0 0 15px;
	line-height: 1.2;
}

.post_cont h5{
	font-size:18px;
	margin: 35px 0 30px;
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.2;
}
.post_cont h5:before{
	content: "";
	display: block;
	width:15px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:0;
}
.post_cont strong{
	font-weight: bold;
	color: var(--main-dark-color);
}
.post_cont em{
	font-style: italic;
	color: var(--main-color);
}
.post_cont a{
	text-decoration: underline;
	color:var(--main-color);
}

.post_cont > p{
	margin: 0 0 30px;
}
.post_cont ul{
	margin: 0 0 30px 23px;
	list-style-type: disc;
}
.post_cont ol{
	margin: 0 0 30px 23px;
	list-style-type: decimal;
}
.post_cont table{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin: 0 0 30px;
}
.post_cont table th{
	background: var(--main-color);
	color:#fff;
	font-weight: bold;
	padding: 10px 15px;
}
.post_cont table tr:nth-of-type(1) th{
	background: var(--main-dark-color);
}
.post_cont table td{
	background: var(--main-light-color);
	padding: 10px 15px;
}
.post_cont .wp-block-quote{
	background: var(--main-light-color);
	padding: 50px;
	border-left: 3px solid var(--main-color);
	margin: 0 0 30px;
	position: relative;
}
.post_cont .wp-block-quote:before,
.post_cont .wp-block-quote:after{
	content: "”";
	display: block;
	font-size: 100px;
	color:var(--main-color);
	line-height: 1;
	position: absolute;
}
.post_cont .wp-block-quote:before{
	top: 10px;
	left: 10px;
}
.post_cont .wp-block-quote:after{
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.post_cont .wp-block-buttons{
	margin: 0 0 30px;
	display: flex;
}
.post_cont .wp-block-buttons a{
	display: block;
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	line-height: 48px;
	min-width: 350px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
}
.post_cont .wp-block-buttons a::after{
	content: "";
	background: url(img/btn_arrow01.png)center left / cover no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.post_cont .wp-block-buttons a:hover {
	color: var(--main-color);
	background: #fff;
	opacity: 1;
}
.post_cont .wp-block-buttons a:hover::after {
	filter: brightness(0) saturate(100%) invert(15%) sepia(53%) saturate(5355%) hue-rotate(201deg) brightness(95%) contrast(101%);
}
.post_cont .wp-block-code{
	display: block;
	white-space: pre-wrap;
	margin: 0 0 30px;
}
.post_cont .wp-block-code code{
	display: inline-block;
	padding: 20px;
	color: #fff;
	background: #333;
}
.post_cont .wp-block-image{
	margin: 0 0 30px;
}
.post_cont .wp-block-image img{
	max-width: 100%;
	border-radius: 10px;
}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: #eaf5fa;
		position: relative;
	}
	footer::before{
		position: absolute;
		top: -150px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #eaf5fa;
		width: 2400px;
		height: 590px;
		border-radius: 50%;
		z-index: -1;
	}
	@media screen and (min-width: 1801px) {
		footer::before{
			width: 134vw;
		}
	}
	footer .inner{
		padding: 120px 0;
		position: relative;
	}
	footer .inner .logo{
		display: block;
		width: 608px;
		height: 74px;
		background: url("img/footer_logo.svg")no-repeat;
		background-size: 100%;
		padding: 74px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto;
	}
	footer .inner .under_box{
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}

	footer .inner .under_box .info_box address p{
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	footer .inner .under_box .info_box address .text01{
		line-height: 1;
	}
	footer .inner .under_box .info_box address .place{
		margin-top: 22px;
	}
	footer .inner .under_box .info_box address .tel::before{
		content: "TEL：";
	}
	footer .inner .under_box .info_box address .fax::before{
		content: "FAX：";
	}
	footer .inner .under_box .info_box address .mail::before{
		content: "Mail：";
	}
	footer .inner .under_box .info_box address .opentime::before{
		content: "営業時間：";
	}
	footer .inner .under_box .info_box address .closedday::before{
		content: "定休日：";
	}
	footer .inner .under_box .info_box .copy{
		position: absolute;
		bottom: 128px;
		left: 0;
		color: #999;
		font-size: 12px;
	}
	@media screen and (max-width: 1300px){
		footer .inner .under_box{
			width: 1100px;
			margin: 80px auto 0;
			position: relative;
		}
		footer .inner .under_box .info_box .copy{
			bottom: 8px;
		}
	}

	footer .inner .under_box .sitemap_box{
		width: 250px;
	}
	footer .inner .under_box .sitemap_box .text02{
		width: 250px;
		height: 38px;
		background: url("img/footer_text01.svg")left top no-repeat;
		background-size: 58px;
		padding: 38px 0 0;
		border-bottom: 1px solid #013571;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .under_box .sitemap_box ul{
		margin-top: 12px;
	}
	footer .inner .under_box .sitemap_box ul li a{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.375;
	}
	footer .inner .under_box .sitemap_box ul li a:hover{
		text-decoration: underline;
	}

	footer .inner .under_box .column_box{
		width: 250px;
	}
	footer .inner .under_box .column_box .text02{
		width: 250px;
		height: 38px;
		background: url("img/footer_text02.svg")left top no-repeat;
		background-size: 65px;
		padding: 38px 0 0;
		border-bottom: 1px solid #013571;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .under_box .column_box ul{
		height: 495px;
		overflow-y: auto;
		margin-top: 12px;
	}
	footer .inner .under_box .column_box ul::-webkit-scrollbar {
		width: 3px;
	}
	footer .inner .under_box .column_box ul::-webkit-scrollbar-track {
		background-color: transparent;
	}
	footer .inner .under_box .column_box ul::-webkit-scrollbar-thumb {
		background-color: #959595;
	}
	footer .inner .under_box .column_box ul li a{
		width: 210px;
		font-size: 14px;
		line-height: 2.71;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding-left: 1em;
		position: relative;
	}
	footer .inner .under_box .column_box ul li a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "・";
	}
	footer .inner .under_box .column_box ul li a:hover{
		text-decoration: underline;
	}

	footer .inner .under_box .area_box{
		width: 190px;
	}
	footer .inner .under_box .area_box .text02{
		width: 190px;
		height: 38px;
		background: url("img/footer_text03.svg")left top no-repeat;
		background-size: 36px;
		padding: 38px 0 0;
		border-bottom: 1px solid #013571;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .under_box .area_box ul{
		height: 495px;
		overflow-y: auto;
		margin-top: 12px;
	}
	footer .inner .under_box .area_box ul::-webkit-scrollbar {
		width: 3px;
	}
	footer .inner .under_box .area_box ul::-webkit-scrollbar-track {
		background-color: transparent;
	}
	footer .inner .under_box .area_box ul::-webkit-scrollbar-thumb {
		background-color: #959595;
	}
	footer .inner .under_box .area_box ul li a{
		font-size: 14px;
		line-height: 2.71;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding-left: 1em;
		position: relative;
	}
	footer .inner .under_box .area_box ul li a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "・";
	}
	footer .inner .under_box .area_box ul li a:hover{
		text-decoration: underline;
	}

	footer .side_btn a{
		position: fixed;
		top: 240px;
		right: 0;
		display: block;
		width: 56px;
		height: 250px;
		background: #1f7ed5;
		border-radius: 5px 0 0 5px;
		box-sizing: border-box;
		writing-mode: vertical-rl;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 56px;
		text-align: center;
		z-index: 11111;
	}
	footer .side_btn a::after{
		position: absolute;
		bottom: -25px;
		left: -26px;
		content: "";
		background: url("img/common_img01.png")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 77px;
	}


}/*PCの記述ここまで*/





/*===============================================
横幅441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
html,
body,
.wrap {
	width: 440px;
	position: relative;
}
.inner {
	box-sizing: border-box;
	padding: 0 30px;
	width: auto;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
p {
	font-size: 14px;
}



/* header
------------------------------------------------------------------------*/
	header{
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 10000;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 61px;
		left: 10px;
		font-size: 10px;
		line-height: 1;
	}
	header .header_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 440px;
		height: 50px;
		background: #fff;
	}
	header .header_box .logo a{
		position: absolute;
		top: 12px;
		left: 10px;
		display: block;
		width: 210px;
		height: 26px;
		background: url("img/header_logo.svg")no-repeat;
		background-size: 100%;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 11111;
	}
	header .header_box .text01{
		position: absolute;
		top: 7px;
		left: 253px;
		font-size: 14px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.286;
		z-index: 11111;
	}
	header .header_box .text01::before{
		position: absolute;
		top: 50%;
		left: -15px;
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 1px;
		height: 35px;
	}
	header .header_box .text02{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 142px;
		height: 50px;
		color: #182e73;
		font-size: 14px;
		line-height: 50px;
		text-align: center;
		z-index: 9999;
	}
	header .header_box .text02::after{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: #eaf5fa;
		width: 440px;
		height: 50px;
		z-index: -1;
	}
	header .header_box .tel a{
		position: fixed;
		bottom: 5px;
		left: 142px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 5px;
		width: 225px;
		height: 40px;
		background: #013571;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		line-height: 1.5;
		z-index: 9999;
	}
	header .header_box .tel a span{
		display: block;
		width: 14px;
		height: 18px;
		background: url("img/header_tel_sp.svg")no-repeat;
		background-size: 100%;
		padding: 18px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .button a{
		position: fixed;
		bottom: 5px;
		right: 10px;
		display: block;
		width: 53px;
		height: 40px;
		background: #013571 url("img/header_icon01.svg")center center no-repeat;
		background-size: 18px;
		padding: 40px 0 0;
		box-sizing: border-box;
		border-radius: 5px;
		overflow: hidden;
		z-index: 9999;
	}



/* nav
------------------------------------------------------------------------*/
	#nav {
		display: none;
		width: 100%;
		position: fixed;
		z-index: 100;
	}
	#nav-btn.active + #nav{
		display: block;
		background: linear-gradient(#fff 50px , #eaf5fa 50px);
		width: 440px;
		max-height: 100vh;
		max-height: 100dvh;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10000;
		position: relative;
	}
	#nav-btn.active + #nav::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: #fff;
		width: 440px;
		height: 50px;
	}

	#nav > .main_nav{
		width: 440px;
		height: 100vh;
		height: 100dvh;
		padding: 94px 65px 70px;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	#nav > .main_nav li a{
		display: block;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.875;
	}
	#nav > .main_nav li a::before{
		content: "･";
		padding-right: 4px;
	}

	#nav-btn{
		width: 50px;
		height: 50px;
		background: #013571;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10010;
		cursor: pointer;
		transition: all .5s;
	}
	.menu-btn{
		position: absolute;
		width: 20px;
		height: 14px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.menu-btn,
	header .menu-btn span{
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-btn span{
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.menu-btn span:nth-of-type(1){
		top: 0;
		transition: all 0.5s;
	}
	.menu-btn span:nth-of-type(2){
		top: 6px;
		transition: all 0.5s;
	}
	.menu-btn span:nth-of-type(3){
		bottom: 0;
		transition: all 0.5s;
	}
	#nav-btn.active span:nth-of-type(1){
		transform: translateY(6px) rotate(-45deg);
		transition: all 0.5s;
	}
	#nav-btn.active span:nth-of-type(2){
		opacity: 0;
		transition: all 0.5s;
	}
	#nav-btn.active span:nth-of-type(3){
		transform: translateY(-6px) rotate(45deg);
		transition: all 0.5s;
	}



/* home
------------------------------------------------------------------------*/

	/* key */
	.home .key{
		height: 735px;
		background: #eaf5fa;
	}
	.home .key .inner{
		height: 100%;
		padding: 60px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.home .key .inner::before{
		position: absolute;
		top: -37px;
		left: 178px;
		content: "";
		background: url("img/home_key_logo.svg")no-repeat;
		background-size: 100%;
		width: 482px;
		height: 474px;
	}
	.home .key .inner::after{
		position: absolute;
		top: 371px;
		right: -14px;
		content: "";
		background: url("img/home_key_img01_sp.png")no-repeat;
		background-size: 100%;
		width: 428px;
		height: 329px;
	}
	.home .key .inner .text_box{
		padding: 0 0 0 90px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	.home .key .inner .text_box::after{
		position: absolute;
		bottom: -160px;
		left: 35px;
		content: "";
		background: url("img/home_key_text03.svg")no-repeat;
		background-size: 100%;
		width: 120px;
		height: 120px;
	}
	.home .key .inner .text_box .text01{
		position: absolute;
		top: 60px;
		left: 90px;
		width: 280px;
		height: 50px;
		background: url("img/home_key_text01_sp.svg")no-repeat;
		background-size: 100%;
		padding: 50px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.home .key .inner .text_box .text02{
		width: 290px;
		height: 212px;
		background: url("img/home_key_text02.svg")left bottom no-repeat;
		background-size: 100%;
		padding: 212px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.home .key .inner .text_box .text02 span{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 200px;
		height: 40px;
		background: linear-gradient(90deg, #223069, #4d98d2);
		box-sizing: border-box;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.home .key .inner .text_box .text03{
		font-size: 14px;
		line-height: 1.714;
		letter-spacing: 1px;
		font-feature-settings: "palt" 1;
		margin: 14px 0 0;
	}
	.home .key .inner .text_box .text04{
		position: absolute;
		top: 0;
		left: 34px;
		width: 37px;
		border-right: 1px solid #223069;
		border-left: 1px solid #223069;
		padding: 1px 0 2px;
		box-sizing: border-box;
		color: #013571;
		font-size: 15px;
		font-weight: bold;
		line-height: 35px;
		letter-spacing: 0.8px;
		writing-mode: vertical-rl;
		white-space: nowrap;
	}


	/* cont01 */
	.home .cont01{
		background: #eaf5fa;
		position: relative;
	}
	.home .cont01 .inner{
		padding: 50px 20px 70px;
	}
	.home .cont01 .inner h2{
		display: block;
		width: 380px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.73;
		text-align: center;
		margin: 0 auto;
	}
	.home .cont01 .inner .text01{
		display: block;
		width: 400px;
		height: 48px;
		background: url("img/home_text01.svg")no-repeat;
		background-size: 100%;
		padding: 48px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 45px auto 0;
	}
	.home .cont01 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 45px 0 0;
	}
	.home .cont01 .inner .box .text_box{
		width: 400px;
		margin-top: 30px;
		order: 2;
	}
	.home .cont01 .inner .box .text_box .text02 + .text02{
		margin-top: 18px;
	}
	.home .cont01 .inner .box .text_box .name_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		margin-top: 40px;
	}
	.home .cont01 .inner .box .text_box .name_box .text03{
		display: block;
		width: 220px;
		height: 43px;
		background: url("img/home_text02.svg")no-repeat;
		background-size: 100%;
		padding: 43px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.home .cont01 .inner .box .text_box .name_box .button a{
		display: block;
		width: 280px;
		height: 50px;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
	}
	.home .cont01 .inner .box figure{
		width: 320px;
		order: 1;
	}


	/* cont02 */
	.home .cont02{
		position: relative;
	}
	.home .cont02 .inner{
		padding: 0 20px 70px;
		position: relative;
	}
	.home .cont02 .inner::before{
		position: absolute;
		top: -48px;
		right: -900px;
		content: "";
		background: url("img/home_bg01.svg")no-repeat;
		width: 11990px;
		height: 4916px;
	}
	.home .cont02 .inner .box01{
		display: flex;
		flex-wrap: wrap;
	}
	.home .cont02 .inner .box01 .text_box{
		z-index: 11;
		position: relative;
	}
	.home .cont02 .inner .box01 .text_box h2{
		width: 320px;
		background: url("img/home_text06.svg")no-repeat;
		background-size: 100px;
		padding: 70px 0 0;
		position: relative;
	}
	.home .cont02 .inner .box01 .text_box h2::before{
		position: absolute;
		bottom: 87px;
		left: 17px;
		content: "";
		background: url("img/home_text_deco01.svg")no-repeat;
		background-size: 100%;
		width: 127px;
		height: 7px;
	}
	.home .cont02 .inner .box01 .text_box h2 img{
		filter: drop-shadow(10px 10px 2px rgba(0,0,0,0.15));
	}
	.home .cont02 .inner .box01 .text_box .text01{
		line-height: 2.25;
		margin-top: 35px;
	}
	.home .cont02 .inner .box01 .text_box .text01 span{
		font-weight: bold;
	}
	.home .cont02 .inner .box01 ul{
		display: flex;
		flex-wrap: wrap;
		gap: 15px 20px;
		width: 400px;
		margin-top: 30px;
		position: relative;
	}
	.home .cont02 .inner .box01 ul::after{
		position: absolute;
		bottom: -115px;
		right: -50px;
		content: "";
		background: url("img/home_illust01.svg")no-repeat;
		background-size: 100%;
		width: 245px;
		height: 221px;
		z-index: -1;
	}
	.home .cont02 .inner .box01 ul li{
		display: flex;
		align-items: center;
		width: 400px;
		height: 70px;
		border-radius: 5px;
		padding: 0 0 0 70px;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		box-sizing: border-box;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.625;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(1){
		background: #fff url("img/home_text08.svg")left 26px center no-repeat;
		background-size: 15px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(2){
		background: #fff url("img/home_text09.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(3){
		background: #fff url("img/home_text10.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(4){
		background: #fff url("img/home_text11.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(5){
		background: #fff url("img/home_text12.svg")left 26px center no-repeat;
		background-size: 18px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(6){
		background: #fff url("img/home_text13.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(7){
		background: #fff url("img/home_text14.svg")left 26px center no-repeat;
		background-size: 19px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(8){
		background: #fff url("img/home_text15.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.home .cont02 .inner .box01 ul li:nth-of-type(9){
		background: #fff url("img/home_text16.svg")left 26px center no-repeat;
		background-size: 18px;
	}

	.home .cont02 .inner .box02{
		text-align: center;
		margin: 140px 0 0;
	}
	.home .cont02 .inner .box02 h3{
		display: inline-block;
		padding: 22px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		position: relative;
	}
	.home .cont02 .inner .box02 h3::before{
		position: absolute;
		top: -75px;
		left: -30px;
		content: "";
		background: url("img/home_illust02.svg")no-repeat;
		background-size: 100%;
		width: 80px;
		height: 137px;
	}
	.home .cont02 .inner .box02 h3 span{
		display: block;
		color: #013571;
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.home .cont02 .inner .box02 .text02{
		line-height: 2;
		margin-top: 30px;
	}
	.home .cont02 .inner .box02 ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px 40px;
		margin-top: 50px;
	}
	.home .cont02 .inner .box02 ul li{
		display: block;
		width: 150px;
		height: 150px;
		border-radius: 50%;
		padding: 96px 0 0;
		box-sizing: border-box;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		position: relative;
	}
	.home .cont02 .inner .box02 ul li::before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		content: "";
		background: url("img/home_line01.svg")no-repeat;
		background-size: 100%;
		width: 175px;
		height: 175px;
		z-index: -1;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(1){
		background: #fff url("img/home_illust03.svg")center top 32px no-repeat;
		background-size: 53px;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(2){
		background: #fff url("img/home_illust04.svg")center top 35px no-repeat;
		background-size: 56px;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(3){
		background: #fff url("img/home_illust05.svg")center top 40px no-repeat;
		background-size: 49px;
	}
	.home .cont02 .inner .box02 ul li:nth-of-type(4){
		background: #fff url("img/home_illust06.svg")center top 35px no-repeat;
		background-size: 56px;
	}

	.home .cont02 .inner .box03{
		padding: 40px 20px;
		text-align: center;
		margin: 75px 0 0;
		position: relative;
	}
	.home .cont02 .inner .box03::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png");
		width: 100%;
		height: 100%;
		border-radius: 5px;
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));
		z-index: -1;
	}
	.home .cont02 .inner .box03 h3{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont02 .inner .box03 h3 .span01{
		display: inline-block;
		color: #013571;
		font-size: 20px;
		line-height: 1.55;
		margin-top: 14px;
		position: relative;
	}
	.home .cont02 .inner .box03 h3 .span02{
		color: #e24c33;
	}
	.home .cont02 .inner .box03 .method_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 25px 0;
		margin-top: 35px;
	}
	.home .cont02 .inner .box03 .method_box .cont{
		width: 360px;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .inner .box03 .method_box .cont::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 100%;
		height: calc(100% - 50px);
		border-radius: 5px;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		z-index: -1;
	}
	.home .cont02 .inner .box03 .method_box .cont h4{
		border-bottom: 1px solid #ccc;
	}
	.home .cont02 .inner .box03 .method_box .cont h4 .span01{
		display: block;
		height: 40px;
		background: #013571;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(3) h4 .span01{
		background: #e24c33;
	}
	.home .cont02 .inner .box03 .method_box .cont h4 .span02{
		display: flex;
		align-items: center;
		height: 130px;
		padding: 0 0 0 130px;
		box-sizing: border-box;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.545;
		text-align: left;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(1) h4 .span02{
		background: url("img/home_illust07.svg")left 36px top 12px no-repeat;
		background-size: 78px;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(2) h4 .span02{
		background: url("img/home_illust08.svg")left 10px top 18px no-repeat;
		background-size: 106px;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(3) h4 .span02{
		background: url("img/home_illust09.svg")left 20px top 13px no-repeat;
		background-size: 115px;
		padding-left: 156px;
		font-size: 24px;
	}
	.home .cont02 .inner .box03 .method_box .cont ul{
		display: flex;
		flex-direction: column;
		gap: 4px 0;
		padding: 23px 0 0 38px;
		text-align: left;
	}
	.home .cont02 .inner .box03 .method_box .cont ul li{
		font-size: 14px;
		line-height: 1.75;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont02 .inner .box03 .method_box .cont ul li::before{
		content: "・";
	}
	.home .cont02 .inner .box03 .method_box .cont .text03{
		height: 60px;
		background: #1f7ed5;
		border-radius: 5px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 60px;
		margin-top: 29px;
		position: relative;
	}
	.home .cont02 .inner .box03 .method_box .cont:nth-of-type(2) .text03{
		margin-top: 25px;
	}
	.home .cont02 .inner .box03 .method_box .cont .text03::before{
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #1F7ED5 transparent;
	}
	.home .cont02 .inner .box03 .method_box .cont .text03::after{
		position: absolute;
		top: -27px;
		right: 8px;
		content: "";
		background: url("img/home_text17.svg")no-repeat;
		background-size: 100%;
		width: 76px;
		height: 76px;
	}
	.home .cont02 .inner .box03 .method_box .cont .text04{
		margin-top: 21px;
	}
	.home .cont02 .inner .box03 .method_box .cont .text05{
		width: 340px;
		height: 70px;
		background: url("img/home_text18.svg")no-repeat;
		background-size: 100%;
		padding: 70px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin-top: 12px;
	}

	.home .cont02 .inner .box04{
		background: url("img/home_img05_sp.png")center top no-repeat;
		background-size: 400px;
		padding: 110px 20px 0;
		box-sizing: border-box;
		margin-top: 72px;
	}
	.home .cont02 .inner .box04 h3{
		width: 360px;
	}
	.home .cont02 .inner .box04 .text06{
		margin-top: 22px;
	}
	.home .cont02 .inner .box04 .text06 span{
		color: #013571;
		font-weight: bold;
	}


	/* cont03 */
	.home .cont03{
		padding: 0 0 131px;
		overflow: hidden;
		position: relative;
	}
	.home .cont03 .inner{
		padding: 70px 20px 380px;
		color: #fff;
		z-index: 11;
		position: relative;
	}
	.home .cont03 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 440px;
		height: 100%;
		z-index: -1;
	}
	.home .cont03 .inner::after{
		position: absolute;
		top: 80px;
		left: 20px;
		content: "";
		background: url("img/home_bg03.svg");
		width: 698px;
		height: 689px;
		z-index: -1;
	}
	.home .cont03 .inner h2{
		background: url("img/home_text20.svg")center top no-repeat;
		background-size: 100px;
		padding: 56px 0 0;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.home .cont03 .inner h2 span{
		display: block;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont03 .inner .box{
		padding: 405px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
		position: relative;
	}
	.home .cont03 .inner .box .text01{
		padding-bottom: 16px;
		border-bottom: 1px solid #ffd34d;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-feature-settings: "palt" 1;
		line-height: 1.6;
		letter-spacing: 1px;
		text-align: center;
	}
	.home .cont03 .inner .box .text02{
		font-size: 18px;
		line-height: 1.6;
		margin-top: 28px;
		text-align: center;
	}
	.home .cont03 .inner .box .text03{
		margin-top: 24px;
	}
	.home .cont03 .inner .box figure{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 450px;
	}
	.home .cont03 .inner .box .button a{
		display: block;
		width: 350px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 35px auto 0;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1){
		position: absolute;
		bottom: 170px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2){
		position: absolute;
		bottom: -91px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont03 .inner .bottom_box a{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		width: 380px;
		background: #fff;
		border-radius: 5px;
		padding: 0 20px;
		box-sizing: border-box;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.15));
		color: #000;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1) a{
		height: 160px;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2) a{
		height: 240px;
	}
	.home .cont03 .inner .bottom_box a .h_box{
		width: 340px;
		padding: 0 0 0 70px;
		box-sizing: border-box;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(1) a .h_box{
		background: url("img/home_illust10.svg")left top no-repeat;
		background-size: 51px;
	}
	.home .cont03 .inner .bottom_box:nth-of-type(2) a .h_box{
		background: url("img/home_illust11.svg")left 5px top no-repeat;
		background-size: 51px;
	}
	.home .cont03 .inner .bottom_box a .h_box h3{
		color: #013571;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.home .cont03 .inner .bottom_box a .h_box .button{
		display: inline-block;
		height: 18px;
		background: url("img/home_arrow01.svg")right center no-repeat;
		background-size: 18px;
		padding-right: 28px;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		margin-top: 10px;
	}
	.home .cont03 .inner .bottom_box a .text04{
		line-height: 1.75;
		margin-top: 16px;
	}


	/* cont04 */
	.home .cont04{
		position: relative;
	}
	.home .cont04::before{
		position: absolute;
		top: -3002px;
		left: -1236px;
		content: "";
		background: url("img/home_bg02.svg")no-repeat;
		width: 11990px;
		height: 4916px;
		z-index: -1;
	}
	.home .cont04 .inner{
		padding: 60px 20px 70px;
		z-index: 11;
		position: relative;
	}
	.home .cont04 .inner::after{
		position: absolute;
		top: -65px;
		right: -9px;
		content: "";
		background: url("img/home_illust12.svg")no-repeat;
		background-size: 251px;
		width: 251px;
		height: 168px;
	}
	.home .cont04 .inner h2{
		background: url("img/home_text21.svg")center top no-repeat;
		background-size: 100px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	.home .cont04 .inner .text01{
		text-align: center;
		margin-top: 35px;
	}
	.home .cont04 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		padding: 45px 30px 30px;
		box-sizing: border-box;
		margin-top: 40px;
		position: relative;
	}
	.home .cont04 .inner .box:nth-of-type(n+2){
		margin-top: 30px;
	}
	.home .cont04 .inner .box:nth-of-type(1)::before{
		position: absolute;
		top: 14px;
		right: 16px;
		content: "";
		background: url("img/home_text25.svg")no-repeat;
		background-size: 100%;
		width: 26px;
		height: 20px;
	}
	.home .cont04 .inner .box:nth-of-type(2)::before{
		position: absolute;
		top: 14px;
		right: 14px;
		content: "";
		background: url("img/home_text26.svg")no-repeat;
		background-size: 100%;
		width: 29px;
		height: 20px;
	}
	.home .cont04 .inner .box:nth-of-type(3)::before{
		position: absolute;
		top: 14px;
		right: 14px;
		content: "";
		background: url("img/home_text27.svg")no-repeat;
		background-size: 100%;
		width: 29px;
		height: 20px;
	}
	.home .cont04 .inner .box h3{
		padding: 24px 0 0;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 20px;
		order: 2;
	}
	.home .cont04 .inner .box:nth-of-type(1) h3{
		background: url("img/home_text22.svg")center top no-repeat;
		background-size: 200px;
	}
	.home .cont04 .inner .box:nth-of-type(2) h3{
		background: url("img/home_text23.svg")center top no-repeat;
		background-size: 97px;
	}
	.home .cont04 .inner .box:nth-of-type(3) h3{
		background: url("img/home_text24.svg")center top no-repeat;
		background-size: 107px;
	}
	.home .cont04 .inner .box .text02{
		margin-top: 26px;
		order: 3;
	}
	.home .cont04 .inner .box figure{
		order: 1;
	}
	.home .cont04 .inner .button a{
		display: block;
		width: 360px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 45px auto 0;
	}


	/* cont05 */
	.home .cont05{
		background: url("img/home_bg01.png");
		padding: 70px 0;
		position: relative;
	}
	.home .cont05 .h_box{
		width: 400px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.home .cont05 .h_box h2{
		background: url("img/home_text28.svg")center top no-repeat;
		background-size: 100px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.home .cont05 .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont05 .h_box .text01{
		margin: 35px 10px 0 15px;
	}
	.home .cont05 .swiper01{
		width: 440px;
		padding: 40px 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.home .cont05 .reason_box .swiper-slide{
		width: 350px;
		height: auto;
		background: #fff;
		border-radius: 5px;
		padding: 33px 25px 23px 40px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		box-sizing: border-box;
	}
	.home .cont05 .reason_box .swiper-slide h3{
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		position: relative;
	}
	.home .cont05 .reason_box .swiper-slide h3::before{
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 5px;
		height: 58px;
	}
	.home .cont05 .reason_box .swiper-slide h3 .span01{
		background: rgba(31,126,213,0.2);
		padding: 2px;
	}
	.home .cont05 .reason_box .swiper-slide h3 .span02{
		position: relative;
	}
	.home .cont05 .reason_box .swiper-slide h3 .span02::before{
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+1) figure{
		width: 120px;
		height: 150px;
		margin: 28px 0 0 75px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+2) figure{
		width: 116px;
		height: 151px;
		margin: 26px 0 0 77px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+3) figure{
		width: 164px;
		height: 116px;
		margin: 27px 0 0 43px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+4) figure{
		width: 164px;
		height: 80px;
		margin: 35px 0 0 53px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+5) figure{
		width: 144px;
		height: 83px;
		margin: 17px 0 0 63px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6n+6) figure{
		width: 279px;
		height: 35px;
		margin: 25px 0 0 -3px;
	}
	.home .cont05 .reason_box .swiper-slide .text02{
		line-height: 1.875;
		margin-top: 19px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(2) .text02{
		margin-top: 20px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(4) .text02{
		margin-top: 28px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(5) .text02{
		margin-top: 12px;
	}
	.home .cont05 .reason_box .swiper-slide:nth-of-type(6) .text02{
		margin-top: 22px;
	}
	.home .cont05 .button a{
		display: block;
		width: 380px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 20px auto 0;
	}


	/* cont06 */
	.home .cont06 .inner{
		padding: 70px 20px;
		position: relative;
	}
	.home .cont06 .h_box h2{
		background: url("img/home_text29.svg")center top no-repeat;
		background-size: 110px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.home .cont06 .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont06 .h_box .text01{
		margin-top: 25px;
	}
	.home .cont06 .inner .box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: url("img/home_img10.png")left top no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
		background-size: 200px ,100%;
		padding: 0 20px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		margin: 40px 0 0;
		position: relative;
	}
	.home .cont06 .inner .box:nth-of-type(1)::before{
		position: absolute;
		top: 40px;
		left: 145px;
		content: "";
		background: url("img/home_img13.png");
		background-size: 67px;
		width: 67px;
		height: 82px;
	}
	.home .cont06 .inner .box:nth-of-type(1)::after{
		position: absolute;
		top: 256px;
		left: 198px;
		content: "";
		background: url("img/home_line01.png");
		width: 4px;
		height: 500px;
		z-index: -1;
	}
	.home .cont06 .inner .box:nth-of-type(n+2){
		margin-top: 30px;
	}
	.home .cont06 .inner .box:nth-of-type(2){
		background: url("img/home_img11.png")left top no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
		background-size: 200px ,100%;
	}
	.home .cont06 .inner .box:nth-of-type(3){
		background: url("img/home_img12.png")left top no-repeat , linear-gradient(90deg, #1382c0, #0077b9, #1f417e);
		background-size: 200px ,100%;
	}
	.home .cont06 .inner .box h3{
		display: flex;
		align-items: center;
		height: 110px;
		background: url("img/home_text30.svg")left center no-repeat;
		background-size: 30px;
		padding: 0 0 0 50px;
		box-sizing: border-box;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		margin-left: 195px;
	}
	.home .cont06 .inner .box:nth-of-type(2) h3{
		background: url("img/home_text31.svg")left center no-repeat;
		background-size: 33px;
	}
	.home .cont06 .inner .box:nth-of-type(3) h3{
		background: url("img/home_text32.svg")left center no-repeat;
		background-size: 33px;
	}
	.home .cont06 .inner .box .text02{
		line-height: 1.875;
		margin-top: 18px;
	}
	.home .cont06 .button a{
		display: block;
		width: 380px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 40px auto 0;
	}


	/* cont07 */
	.home .cont07{
		padding: 50px 0 70px;
		z-index: 10;
		position: relative;
	}
	.home .cont07::before{
		position: absolute;
		top: 0;
		right: 20px;
		content: "";
		background: #eaf5fa;
		width: 440px;
		height: 500px;
		border-radius: 5px;
		z-index: -1;
	}
	.home .cont07 .h_box{
		width: 400px;
		box-sizing: border-box;
		text-align: center;
		margin: 0 auto;
	}
	.home .cont07 .h_box h2{
		background: url("img/home_text33.svg")center top no-repeat;
		background-size: 100px;
		padding: 51px 0 0;
		font-size: 15px;
		line-height: 1;
	}
	.home .cont07 .h_box .text01{
		line-height: 1.4;
		margin-top: 20px;
	}
	.home .cont07 .column_box{
		margin-top: 40px;
	}
	.home .cont07 .column_box .swiper-slide{
		display: block;
		width: 370px;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
		transform: translateZ(0);
	}
	.home .cont07 .column_box .swiper-slide a{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 5px;
		padding: 20px;
		box-sizing: border-box;
	}
	.home .cont07 .column_box .swiper-slide a h3{
		width: 100%;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-top: 12px;
		order: 2;
	}
	.home .cont07 .column_box .swiper-slide a .date{
		color: #1f7ed5;
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		margin: 6px 0 0;
		order: 3;
	}
	.home .cont07 .column_box .swiper-slide a .cate{
		height: 17px;
		background: #1f7ed5;
		padding: 0 10px;
		border-radius: 2px;
		box-sizing: border-box;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin: 6px 0 0 4px;
		order: 4;
	}
	.home .cont07 .column_box .swiper-slide a .text02{
		font-size: 14px;
		line-height: 2;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 8px;
		order: 5;
	}
	.home .cont07 .column_box .swiper-slide a figure{
		width: 330px;
		height: 220px;
		border-radius: 5px;
		overflow: hidden;
		order: 1;
	}
	.home .cont07 .column_box .swiper-slide a figure img{
		width: 330px;
		height: 220px;
	}
	.home .cont07 .swiper-button-prev{
		top: 435px;
		left: 170px;
		width: 40px;
		height: 40px;
		background: url("img/home_arrow02.svg")no-repeat;
		background-size: 100%;
	}
	.home .cont07 .swiper-button-next{
		top: 435px;
		left: 230px;
		width: 40px;
		height: 40px;
		background: url("img/home_arrow03.svg")no-repeat;
		background-size: 100%;
	}
	.home .cont07 .swiper-button-prev::after,
	.home .cont07 .swiper-button-next::after{
		content: "";
		width: 40px;
		height: 40px;
		margin: auto;
	}
	.home .cont07 .button a{
		display: block;
		width: 320px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 100px auto 0;
	}


/* News */
.home .new_news {
	padding: 50px 0 70px;
	background: var(--main-light-color);
}
.home .new_news .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home .new_news h2 {
	font-size: 30px;
	line-height: 1;
	color: var(--main-color);
}
.home .new_news h2 span {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.home .new_news .box {
	width: 100%;
	margin-top: 30px;
	height: 230px;
	overflow-y: scroll;
}
.home .new_news .box::-webkit-scrollbar {
	width: 2px;
}
.home .new_news .box::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 2px;
}
.home .new_news .box::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.7);
	border-radius: 2px;
}
.home .new_news .box ul {
	width: calc(100% - 5px);
}
.home .new_news .box ul li {
	padding: 20px 0;
	border-bottom: 1px dashed var(--main-color);
	display: inline-block;
	max-width: 370px;
}
.home .new_news .box ul li:first-of-type {
	border-top: 1px dashed var(--main-color);
}
.home .new_news .box ul li .span_date {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}
.home .new_news .box ul li a {
	display: inline-block;
	width: 370px;
}



/* common
------------------------------------------------------------------------*/
	
	/* header */
	.common h1{
		top: 55px;
		left: 20px;
		font-size: 8px;
		line-height: 1.1;
	}

	/* key */
	.common .key{
		height: 150px;
		background: #eaf5fa;
	}
	.common .key .inner{
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 20px;
	}
	.common .key .inner::after{
		position: absolute;
		top: 0;
		right: -80px;
		content: "";
		width: 373px;
		height: 150px;
		z-index: -1;
	}
	.common .key .inner .text01{
		padding: 18px 0 0;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-shadow: 0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa,0 0 10px #eaf5fa;
		margin-bottom: 6px;
		position: relative;
	}
	.common .key .inner .text01::before{
		position: absolute;
		top: 0;
		left: 0;
		color: #204483;
		font-size: 10px;
		letter-spacing: 0.8px;
	}

	/* present_banabox */
	.present_banabox .in_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 400px;
		background: linear-gradient(90deg, #1f417e , #0481c7 , #61d5fe);
		border-radius: 5px;
		padding: 135px 0 25px;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		margin: 70px auto;
		position: relative;
	}
	.present_banabox .in_box::before{
		position: absolute;
		top: 20px;
		left: 20px;
		content: "";
		background: url("img/common_img02_sp.png")no-repeat;
		width: 360px;
		height: 97px;
	}
	.present_banabox .in_box h2{
		margin-top: 14px;
		order: 2;
	}
	.present_banabox .in_box h2 .span01{
		display: inline-block;
		padding: 0 15px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		position: relative;
	}
	.present_banabox .in_box h2 .span01::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.present_banabox .in_box h2 .span01::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.present_banabox .in_box h2 .span02{
		display: block;
		width: 280px;
		height: 105px;
		background: url("img/common_text01.svg")no-repeat;
		background-size: 100%;
		padding: 105px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.25));
		transform: translateZ(0);
		margin: 10px 0 0;
	}
	.present_banabox .in_box .text01{
		color: #ffd34d;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.375;
		order: 1;
	}
	.present_banabox .in_box .text02{
		position: absolute;
		top: 100px;
		left: -15px;
		background: url("img/common_img04.png")no-repeat;
		background-size: 92px;
		width: 92px;
		height: 158px;
		padding: 19px 0 0 12px;
		box-sizing: border-box;
		z-index: 11;
	}
	.present_banabox .in_box .text02 span{
		display: block;
		width: 45px;
		height: 30px;
		background: url("img/common_text02.svg")no-repeat;
		background-size: 100%;
		padding: 30px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.present_banabox .in_box .text03{
		position: absolute;
		top: 70px;
		right: -14px;
		display: block;
		width: 80px;
		height: 200px;
		background: url("img/common_text03.svg")no-repeat;
		background-size: 100%;
		padding: 200px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.2));
		z-index: 11;
	}
	.present_banabox .in_box .button{
		order: 3;
	}
	.present_banabox .in_box .button a{
		display: block;
		width: 360px;
		height: 50px;
		background: #013571;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 30px auto 0;
	}


	/* pankuzu */
	.pankuzu {
		padding-top: 10px;
		line-height: 1.3;
	}
	.single-area .pankuzu {
		background: #eaf5fa;
	}
	.pankuzu .inner{
		padding: 0 20px;
	}
	.pankuzu ul li {
		display: inline-block;
		margin-right: 10px;
		color: var(--main-color);
		font-size: 12px;
		font-weight: bold;
		max-width: 400px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.pankuzu ul li a {
		color: #333;
		font-size: 12px;
		font-weight: bold;
	}
	.pankuzu ul li:not(:last-of-type)::after {
		content: "-";
		margin-left: 10px;
		flex-shrink: 0;
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
	}
	

	/* bana_slide_box */
	.bana_slide_box{
		padding: 65px 0;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+1){
		display: block;
		width: 286px;
		height: 120px;
		background: url("img/slide_bana01.svg")no-repeat;
		background-size: 100%;
		padding: 120px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+2){
		display: block;
		width: 286px;
		height: 120px;
		background: url("img/slide_bana02.svg")no-repeat;
		background-size: 100%;
		padding: 120px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+3){
		display: block;
		width: 286px;
		height: 120px;
		background: url("img/slide_bana03.svg")no-repeat;
		background-size: 100%;
		padding: 120px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}
	.bana_slide_box .swiper-slide:nth-of-type(4n+4){
		display: block;
		width: 286px;
		height: 120px;
		background: url("img/slide_bana04.svg")no-repeat;
		background-size: 100%;
		padding: 120px 0 0;
		filter: drop-shadow(16px 16px 8px rgba(0,0,0,0.1));
		box-sizing: border-box;
		overflow: hidden;
	}


/* 一覧ページのページャー */
.archive-pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 380px;
	margin:70px auto;
}
.archive-pager .page-numbers{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
}
.archive-pager .page-numbers.current {
	border: 1px solid var(--main-color);
	color:var(--main-color);
	background: #fff;
}
.archive-pager .page-numbers.prev,
.archive-pager .page-numbers.next{
	background: var(--main-dark-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 3px;
}
.archive-pager .page-numbers.next {
	padding-left: 3px;
}



.single-pager{
	width: 100%;
	margin: 60px auto;
}
.single-pager .prev-pager-box {
	margin:0 10px 30px;
}
.single-pager .next-pager-box {
	margin:0 10px;
}
.single-pager a {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	text-align: left;
	font-size: 14px;
	position: relative;
	justify-content: flex-end;
}
.single-pager .prev-pager-box a {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.single-pager .prev-pager-box a::before,
.single-pager .next-pager-box a::before {
	content: "";
	width: 25px;
	height: 25px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::before{
	left: -10px;
}
.single-pager .next-pager-box a::before {
	right: -10px;
}
.single-pager .prev-pager-box a::after,
.single-pager .next-pager-box a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::after{
	border-right: 6px solid #fff;
	left: -2px;
}
.single-pager .next-pager-box a::after {
	border-left: 6px solid #fff;
	right: -2px;
}
.single-pager .prev-pager-box a .text-box {
	padding-left: 20px;
}
.single-pager .next-pager-box a .text-box {
	padding-right: 20px;
}
.single-pager a h2 {
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single-pager a .img {
	flex-shrink: 0;
}
.single-pager a .img img {
	width: 150px;
	border-radius: 5px;
}



/* ここから各下層ページ
------------------------------------------------------------------------*/
	/* key */
	
	/* about */
	.about .key .inner::after{
		background: url("img/about_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.about .key .inner .text01::before{
		content: "About business succession";
		white-space: nowrap;
	}
	
	/* consulting */
	.consulting .key .inner::after{
		background: url("img/consulting_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.consulting .key .inner .text01::before{
		content: "Business Succession Consulting";
		white-space: nowrap;
	}

	/* approach */
	.approach .key .inner::after{
		background: url("img/approach_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.approach .key .inner .text01::before{
		content: "Approach to business succession";
		white-space: nowrap;
	}
	
	/* flow */
	.flow .key .inner::after{
		background: url("img/flow_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.flow .key .inner .text01::before{
		content: "Consulting process";
	}
	
	/* reason */
	.reason .key .inner::after{
		background: url("img/reason_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.reason .key .inner .text01::before{
		content: "Reasons to Choose Us";
	}
	
	/* profile */
	.profile .key .inner::after{
		background: url("img/profile_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.profile .key .inner .text01::before{
		content: "Representative Profile";
	}

	/* company */
	.company .key .inner::after{
		background: url("img/company_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.company .key .inner .text01::before{
		content: "Company Profile";
	}
	
	/* area */
	.area .key .inner::after{
		background: url("img/area_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.area .key .inner .text01::before{
		content: "Business succession consulting areas";
		white-space: nowrap;
	}
	
	/* present */
	.present .key .inner::after{
		background: url("img/present_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.present .key .inner .text01::before{
		content: "Booklet gift form";
		white-space: nowrap;
	}



	/* blog */
	.blog .key .inner::after{
		background: url("img/about_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.blog .key .inner .text01::before{
		content: "Succeed's Column";
	}

	/* privacy */
	.privacy .key .inner::after{
		background: url("img/profile_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.privacy .key .inner .text01::before{
		content: "Privacy Policy";
		white-space: nowrap;
	}

	/* contact */
	.contact .key .inner::after{
		background: url("img/profile_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.contact .key .inner .text01::before{
		content: "Contact Us";
	}

	/* thanks */
	.thanks .key .inner::after{
		background: url("img/area_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.thanks .key .inner .text01::before{
		content: "Thank you for your Inquiry!";
		white-space: nowrap;
	}

	/* yonmaruyon yonichimaru */
	.yonmaruyon .key .inner::after,
	.yonichimaru .key .inner::after{
		background: url("img/company_key_img01_sp.png")no-repeat;
		background-size: 373px;
	}
	.yonmaruyon .key .inner .text01::before{
		content: "404 NOT FOUND";
	}
	.yonichimaru .key .inner .text01::before{
		content: "410 Gone";
	}



/* about
------------------------------------------------------------------------*/
	
	/* cont01 */
	.about .cont01 .inner{
		padding: 460px 20px 50px;
		position: relative;
	}
	.about .cont01 .inner::before{
		position: absolute;
		bottom: -20px;
		left: -240px;
		content: "";
		background: url("img/about_bg01.svg")no-repeat;
		background-size: 700px;
		width: 700px;
		height: 600px;
		z-index: -1;
	}
	.about .cont01 .inner h2{
		display: inline-block;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-indent: -0.5em;
		line-height: 1;
		position: relative;
	}
	.about .cont01 .inner h2::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		content: "";
		background: #333;
		width: 100px;
		height: 1px;
	}
	.about .cont01 .inner .text01{
		display: block;
		width: 400px;
		height: 61px;
		filter: drop-shadow(8px 6px 1px rgba(0,0,0,0.1));
		margin-top: 28px;
		position: relative;
	}
	.about .cont01 .inner .text01::after{
		position: absolute;
		top: 31px;
		left: 135px;
		content: "";
		background: url("img/about_dot01.png")no-repeat;
		background-size: 100px;
		width: 100px;
		height: 4px;
	}
	.about .cont01 .inner .text02{
		margin-top: 45px;
	}
	.about .cont01 .inner .text02 + .text02{
		margin-top: 22px;
	}
	.about .cont01 .inner .text02 span{
		font-weight: bold;
	}
	.about .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 70px;
		right: 20px;
		width: 320px
	}
	.about .cont01 .inner figure:nth-of-type(1)::after{
		position: absolute;
		top: 200px;
		right: 50px;
		content: "";
		background: url("img/about_illust01.svg")no-repeat;
		background-size: 88px;
		width: 88px;
		height: 150px;
	}
	.about .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 260px;
		left: 20px;
		width: 145px;
	}


	/* cont02 */
	.about .cont02{
		background: url("img/about_bg01.png");
		position: relative;
	}
	.about .cont02 .inner{
		padding: 70px 20px;
	}
	.about .cont02 .inner .h_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px 0;
	}
	.about .cont02 .inner .h_box h2{
		background: url("img/about_text02.svg")center top no-repeat;
		background-size: 110px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.about .cont02 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.about .cont02 .inner ul{
		display: flex;
		flex-wrap: wrap;
		gap: 15px 0;
		width: 400px;
		margin-top: 30px;
	}
	.about .cont02 .inner ul li{
		display: flex;
		align-items: center;
		width: 400px;
		height: 80px;
		border-radius: 5px;
		padding: 0 0 0 70px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		box-sizing: border-box;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.625;
	}
	.about .cont02 .inner ul li:nth-of-type(1){
		background: #fff url("img/about_text03.svg")left 26px center no-repeat;
		background-size: 15px;
	}
	.about .cont02 .inner ul li:nth-of-type(2){
		background: #fff url("img/about_text04.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(3){
		background: #fff url("img/about_text05.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(4){
		background: #fff url("img/about_text06.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(5){
		background: #fff url("img/about_text07.svg")left 26px center no-repeat;
		background-size: 18px;
	}
	.about .cont02 .inner ul li:nth-of-type(6){
		background: #fff url("img/about_text08.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(7){
		background: #fff url("img/about_text09.svg")left 26px center no-repeat;
		background-size: 19px;
	}
	.about .cont02 .inner ul li:nth-of-type(8){
		background: #fff url("img/about_text10.svg")left 26px center no-repeat;
		background-size: 17px;
	}
	.about .cont02 .inner ul li:nth-of-type(9){
		background: #fff url("img/about_text11.svg")left 26px center no-repeat;
		background-size: 18px;
	}


	/* cont03 */
	.about .cont03 .inner{
		padding: 80px 20px 0;
		z-index: 11;
		position: relative;
	}
	.about .cont03 .inner::before{
		position: absolute;
		top: -50px;
		right: -20px;
		content: "";
		background: url("img/about_illust02.svg")no-repeat;
		background-size: 200px;
		width: 200px;
		height: 126px;
	}
	.about .cont03 .inner .h_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px 0;
	}
	.about .cont03 .inner .h_box h2{
		min-width: 220px;
		background: url("img/about_text12.svg")center top no-repeat;
		background-size: 220px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.about .cont03 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.about .cont03 .inner .succession_box{
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin-top: 50px;
	}
	.about .cont03 .inner .succession_box .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 310px;
		background: #fff url("img/about_text16.svg")right 35px top 240px no-repeat;
		background-size: 34px;
		border: 1px solid #204483;
		border-radius: 5px;
		padding: 240px 20px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(2){
		background: #fff url("img/about_text17.svg")right 30px top 240px no-repeat;
		background-size: 38px;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(3){
		background: #fff url("img/about_text18.svg")right 30px top 240px no-repeat;
		background-size: 38px;
	}
	.about .cont03 .inner .succession_box .cont h3{
		background: url("img/about_text13.svg")left top no-repeat;
		background-size: 147px;
		padding: 18px 0 0;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(2) h3{
		background: url("img/about_text14.svg")left top no-repeat;
		background-size: 145px;
	}
	.about .cont03 .inner .succession_box .cont:nth-of-type(3) h3{
		background: url("img/about_text15.svg")left top no-repeat;
		background-size: 144px;
	}
	.about .cont03 .inner .succession_box .cont .text02{
		margin-top: 10px;
	}
	.about .cont03 .inner .succession_box .cont figure{
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 360px;
	}


	/* cont04 */
	.about .cont04 .inner{
		padding: 90px 20px 70px;
		position: relative;
	}
	.about .cont04 .inner::before{
		position: absolute;
		top: -292px;
		right: -830px;
		content: "";
		background: url("img/about_bg02.svg")no-repeat;
		width: 9000px;
		height: 3690px;
		z-index: -1;
	}
	.about .cont04 .inner .h_box{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		gap: 35px 0;
	}
	.about .cont04 .inner .h_box h2{
		width: 100%;
		background: url("img/about_text19.svg")center top no-repeat , url("img/about_illust03.svg")left 30px bottom no-repeat;
		background-size: 155px , 311px;
		padding: 54px 0 170px;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.about .cont04 .inner .h_box h2 .span01{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 20px;
	}
	.about .cont04 .inner .h_box h2 .span02{
		display: block;
		font-size: 18px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.about .cont04 .inner .h_box h2 .span02::before{
		content: "“";
	}
	.about .cont04 .inner .h_box h2 .span02::after{
		content: "”";
	}
	.about .cont04 .inner .h_box .text01{
		font-size: 16px;
		line-height: 2.25;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.about .cont04 .inner .h_box .text01 + .text01{
		margin-top: 20px;
	}
	.about .cont04 .inner .h_box .text02{
		color: #777;
		font-size: 14px;
		line-height: 1.714;
		margin-top: 22px;
	}
	.about .cont04 .inner .data_box{
		display: flex;
		flex-direction: column;
		gap: 70px 0;
		margin-top: 55px;
	}
	.about .cont04 .inner .data_box .cont h3{
		background: url("img/about_text16.svg")left top 2px no-repeat;
		background-size: 22px;
		padding: 0 0 14px 40px;
		border-bottom: 1px solid #204483;
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(2) h3{
		background: url("img/about_text17.svg")left top 2px no-repeat;
		background-size: 24px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) h3{
		background: url("img/about_text18.svg")left top 2px no-repeat;
		background-size: 24px;
	}
	.about .cont04 .inner .data_box .cont .text03{
		margin-top: 22px;
	}
	.about .cont04 .inner .data_box .cont .text03 span{
		font-weight: bold;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap{
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin-top: 30px;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box{
		width: 400px;
		background: #fff;
		padding-bottom: 15px;
		border-radius: 5px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		text-align: center;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box h4{
		height: 40px;
		background: #204483;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 40px;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) .graph_box_wrap .graph_box h4{
		height: auto;
		padding: 10px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box .text04{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.55;
		margin-top: 20px;
		padding-bottom: 8px;
		position: relative;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box .text04::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #ccc;
		width: 360px;
		height: 1px;
	}
	.about .cont04 .inner .data_box .cont .graph_box_wrap .graph_box picture img{
		display: block;
		width: 360px;
		margin: 34px auto 0;
	}
	.about .cont04 .inner .data_box .cont:nth-of-type(3) .graph_box_wrap .graph_box:nth-of-type(2) picture{
		margin-bottom: 20px;
	}

	
	/* cont05 */
	.about .cont05{
		background: #013571;
		position: relative;
	}
	.about .cont05::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/about_illust04.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.about .cont05 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.about .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/about_bg03.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.about .cont05 .inner h2{
		background: url("img/about_text20.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.about .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.about .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.about .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.about .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.about .cont05 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.about .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/about_img06.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/about_img07.png")center top no-repeat;
		padding-top: 165px;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/about_img08.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/about_img09.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/about_img10.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/about_img11.png")center top no-repeat;
	}
	.about .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.about .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.about .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/about_text21.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* consulting
------------------------------------------------------------------------*/
	
	/* cont01 */
	.consulting .cont01 .inner{
		padding: 70px 20px 80px;
		position: relative;
	}
	.consulting .cont01 .inner .box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 320px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont01 .inner .box:nth-of-type(2){
		padding-top: 290px;
		margin-top: 40px;
	}
	.consulting .cont01 .inner .box h2{
		display: inline-block;
		background: url("img/consulting_text01.svg")left top no-repeat;
		background-size: 158px;
		padding: 35px 0 0;
		color: #013571;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.615;
		margin-bottom: 44px;
		position: relative;
	}
	.consulting .cont01 .inner .box:nth-of-type(1) figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: 10px;
		width: 320px;
	}
	.consulting .cont01 .inner .box:nth-of-type(1) figure:nth-of-type(2){
		position: absolute;
		top: 160px;
		left: 240px;
		width: 150px;
	}
	.consulting .cont01 .inner .box:nth-of-type(2) figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: 20px;
		width: 360px;
	}


	/* cont02 */
	.consulting .cont02{
		background: url("img/common_bg01.png");
		position: relative;
	}
	.consulting .cont02 .inner{
		padding: 120px 20px 70px;
		text-align: center;
		position: relative;
	}
	.consulting .cont02 .inner::before{
		position: absolute;
		top: -30px;
		left: 40px;
		content: "";
		background: url("img/common_illust01.svg")no-repeat;
		background-size: 88px;
		width: 88px;
		height: 150px;
	}
	.consulting .cont02 .inner h2{
		background: url("img/consulting_text02.svg")center top no-repeat;
		background-size: 183px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-bottom: 6px;
	}
	.consulting .cont02 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.consulting .cont02 .inner .text01{
		font-size: 16px;
		line-height: 1.89;
		margin-top: 35px;
	}
	.consulting .cont02 .inner .goals_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
		margin-top: 35px;
	}
	.consulting .cont02 .inner .goals_wrap .cont{
		width: 360px;
		background: #fff url("img/consulting_img04.png")center top no-repeat;
		background-size: 360px;
		border: 1px solid #013571;
		border-radius: 5px;
		padding: 170px 0 16px;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2){
		background: #fff url("img/consulting_img05.png")center top no-repeat;
		background-size: 360px
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3){
		background: #fff url("img/consulting_img06.png")center top no-repeat;
		background-size: 360px
	}
	.consulting .cont02 .inner .goals_wrap .cont h3{
		position: absolute;
		top: 75px;
		left: 50%;
		transform: translateX(-50%);
		width: 150px;
		height: 150px;
		background: #fff url("img/consulting_text03.svg")center top 34px no-repeat;
		padding: 52px 0 0;
		border-radius: 50%;
		box-sizing: border-box;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) h3{
		background: #fff url("img/consulting_text04.svg")center top 34px no-repeat;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) h3{
		background: #fff url("img/consulting_text05.svg")center top 34px no-repeat;
	}
	.consulting .cont02 .inner .goals_wrap .cont ul{
		display: flex;
		flex-flow: column wrap;
		align-content: flex-start;
		gap: 0 50px;
		height: 96px;
		padding-left: 50px;
		box-sizing: border-box;
		text-align: left;
		z-index: 11;
		position: relative;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) ul{
		gap: 0 35px;
		padding-left: 44px;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) ul{
		gap: 0 15px;
		height: 112px;
		padding-left: 30px;
	}
	.consulting .cont02 .inner .goals_wrap .cont ul li{
		width: 7em;
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(2) ul li{
		width: 8em;
	}
	.consulting .cont02 .inner .goals_wrap .cont:nth-of-type(3) ul li{
		width: 9em;
		line-height: 1.75;
	}
	.consulting .cont02 .inner .goals_wrap .cont ul li::before{
		content: "・";
	}
	.consulting .cont02 .inner .text02{
		font-size: 16px;
		margin-top: 35px;
	}


	/* cont03 */
	.consulting .cont03 .inner{
		padding: 70px 20px;
		z-index: 11;
		position: relative;
	}
	.consulting .cont03 .inner::before{
		position: absolute;
		top: 20px;
		right: -650px;
		content: "";
		background: url("img/about_bg02.svg")no-repeat;
		width: 9000px;
		height: 3690px;
		z-index: -1;
	}
	.consulting .cont03 .inner .h_box{
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.consulting .cont03 .inner .h_box h2{
		background: url("img/consulting_text06.svg")left top no-repeat;
		background-size: 82px;
		padding: 48px 0 0;
		color: #013571;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.45;
	}
	.consulting .cont03 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.consulting .cont03 .inner .service_wrap{
		display: flex;
		flex-direction: column;
		gap: 40px 0;
		margin-top: 45px;
	}
	.consulting .cont03 .inner .service_wrap .cont{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 25px 0;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		padding: 50px 25px 30px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont03 .inner .service_wrap .cont::before{
		position: absolute;
		top: 17px;
		right: 20px;
		content: "";
		background: url("img/common_num01.svg")no-repeat;
		background-size: 23px;
		width: 23px;
		height: 18px;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(2)::before{
		right: 18px;
		content: "";
		background: url("img/common_num02.svg")no-repeat;
		background-size: 25px;
		width: 25px;
		height: 18px;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(3)::before{
		position: absolute;
		right: 18px;
		content: "";
		background: url("img/common_num03.svg")no-repeat;
		background-size: 25px;
		width: 25px;
		height: 18px;
	}
	.consulting .cont03 .inner .service_wrap .cont .text_box{
		width: 330px;
	}
	.consulting .cont03 .inner .service_wrap .cont .text_box h3{
		background: url("img/consulting_text07.svg")left top no-repeat;
		padding: 23px 0 0;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.25;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(2) .text_box h3{
		background: url("img/consulting_text08.svg")left top no-repeat;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(3) .text_box h3{
		background: url("img/consulting_text09.svg")left top no-repeat;
	}
	.consulting .cont03 .inner .service_wrap .cont .text_box .text02{
		margin-top: 20px;
	}
	.consulting .cont03 .inner .service_wrap .cont figure{
		width: 343px;
		height: 222px;
		border-radius: 4px;
		object-fit: cover;
		overflow: hidden;
	}
	.consulting .cont03 .inner .service_wrap .cont:nth-of-type(1) figure img{
		margin-top: -30px;
	}


	/* cont04 */
	.consulting .cont04{
		background: #eaf5fa;
	}
	.consulting .cont04 .inner{
		padding: 70px 20px 90px;
		z-index: 11;
		position: relative;
	}
	.consulting .cont04 .inner .h_box{
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.consulting .cont04 .inner .h_box h2{
		background: url("img/consulting_text10.svg")left top no-repeat;
		background-size: 123px;
		padding: 52px 0 0;
		color: #013571;
		font-size: 21px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.45;
	}
	.consulting .cont04 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 10px;
	}
	.consulting .cont04 .inner .benefits_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 50px 0;
		margin-top: 45px;
	}
	.consulting .cont04 .inner .benefits_wrap .cont{
		display: flex;
		flex-direction: column;
		width: 400px;
	}
	.consulting .cont04 .inner .benefits_wrap .cont h3{
		color: #013571;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		text-indent: -3em;
		padding-left: 3em;
		margin-top: 25px;
		order: 2;
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(1) h3::before{
		content: "01 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(2) h3::before{
		content: "02 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(3) h3::before{
		content: "03 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(4) h3::before{
		content: "04 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(5) h3::before{
		content: "05 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont:nth-of-type(6) h3::before{
		content: "06 ｜ ";
	}
	.consulting .cont04 .inner .benefits_wrap .cont .text02{
		margin-top: 15px;
		order: 3;
	}
	.consulting .cont04 .inner .benefits_wrap .cont figure{
		order: 1;
	}
	.consulting .cont04 .inner .text03{
		width: 100%;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		text-align: center;
		margin-top: 45px;
	}

	
	/* cont05 */
	.consulting .cont05{
		background: #013571;
		position: relative;
	}
	.consulting .cont05::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/common_illust03.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.consulting .cont05 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.consulting .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/common_bg02.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.consulting .cont05 .inner h2{
		background: url("img/common_text05.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.consulting .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.consulting .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.consulting .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.consulting .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.consulting .cont05 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.consulting .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/common_img05.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/common_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/common_img07.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/common_img08.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/common_img09.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/common_img10.png")center top no-repeat;
	}
	.consulting .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.consulting .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.consulting .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/common_text06.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* approach
------------------------------------------------------------------------*/

	/* cont01 */
	.approach .cont01 .inner{
		padding: 460px 20px 50px;
		position: relative;
	}
	.approach .cont01 .inner::before{
		position: absolute;
		bottom: -20px;
		left: -240px;
		content: "";
		background: url("img/approach_bg01.svg")no-repeat;
		background-size: 700px;
		width: 700px;
		height: 600px;
		z-index: -1;
	}
	.approach .cont01 .inner h2{
		display: inline-block;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		position: relative;
	}
	.approach .cont01 .inner h2::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 5px);
		content: "";
		background: #333;
		width: 40px;
		height: 1px;
	}
	.approach .cont01 .inner .text01{
		color: #013571;
		font-size: 26px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.625;
		filter: drop-shadow(8px 6px 1px rgba(0,0,0,0.1));
		margin-top: 20px;
		position: relative;
	}
	.approach .cont01 .inner .text01 span{
		position: relative;
	}
	.approach .cont01 .inner .text01 span::after{
		position: absolute;
		top: -6px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #013571;
		width: 3px;
		height: 3px;
		border-radius: 50%;
	}
	.approach .cont01 .inner .text02{
		margin-top: 32px;
	}
	.approach .cont01 .inner .text02 + .text02{
		margin-top: 22px;
	}
	.approach .cont01 .inner .text02 span{
		font-weight: bold;
	}
	.approach .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 70px;
		right: 20px;
		width: 320px
	}
	.approach .cont01 .inner figure:nth-of-type(1)::after{
		position: absolute;
		top: 230px;
		right: 50px;
		content: "";
		background: url("img/approach_illust01.svg")no-repeat;
		background-size: 120px;
		width: 120px;
		height: 128px;
	}
	.approach .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 260px;
		left: 20px;
		width: 145px;
	}


	/* cont02 */
	.approach .cont02{
		background: url("img/approach_bg01.png");
		position: relative;
	}
	.approach .cont02 .inner{
		padding: 70px 20px;
	}
	.approach .cont02 .inner .h_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px 0;
	}
	.approach .cont02 .inner .h_box h2{
		background: url("img/approach_text01.svg")center top no-repeat;
		background-size: 112px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-bottom: 6px;
	}
	.approach .cont02 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.approach .cont02 .inner .example_box{
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin-top: 35px;
	}
	.approach .cont02 .inner .example_box .ex_cont{
		display: flex;
		flex-direction: column;;
		align-items: center;
		gap: 45px 0;
		background: #fff;
		padding: 35px 20px 25px;
		border-radius: 5px;
		box-sizing: border-box;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
	}
	.approach .cont02 .inner .example_box .ex_cont h3{
		width: 360px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 20px;
		line-height: 1.58;
		letter-spacing: 0.2px;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span01{
		display: block;
		width: 150px;
		height: 30px;
		background: #1f7ed5;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 30px;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 16px;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span01::after{
		position: absolute;
		top: -26px;
		right: -40px;
		content: "";
		background: url("img/approach_text02.svg")no-repeat;
		background-size: 55px;
		width: 55px;
		height: 55px;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span02{
		display: block;
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		letter-spacing: 0;
		margin-bottom: 24px;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span02::before{
		content: "[";
		padding-right: 5px;
	}
	.approach .cont02 .inner .example_box .ex_cont h3 .span02::after{
		content: "]";
		padding-left: 5px;
	}
	.approach .cont02 .inner .example_box .ex_cont h3::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/approach_illust02.svg")no-repeat;
		background-size: 114px;
		width: 114px;
		height: 158px;
	}
	.approach .cont02 .inner .example_box .ex_cont:nth-of-type(2) h3::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/approach_illust03.svg")no-repeat;
		background-size: 134px;
		width: 134px;
		height: 122px;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box{
		width: 360px;
		background: #eaf5fa;
		border-radius: 5px;
		padding: 25px 20px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box .text02{
		position: absolute;
		width: 320px;
		top: -9px;
		left: 0;
		color: #013571;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin: 0 20px;
		overflow: hidden;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box .text02 span{
		display: inline-block;
		position: relative;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box .text02 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 500px;
		height: 1px;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box ul{
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box ul li{
		font-size: 14px;
		line-height: 1.5;
		text-indent: -1em;
		padding-left: 1em;
	}
	.approach .cont02 .inner .example_box .ex_cont .in_box ul li::before{
		content: "・";
	}
	.approach .cont02 .inner .risk_box{
		margin-top: 79px;
	}
	.approach .cont02 .inner .risk_box h4{
		padding-bottom: 14px;
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		border-bottom: 1px solid #204483;
	}
	.approach .cont02 .inner .risk_box .text03{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		margin-top: 25px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
		margin-top: 25px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont{
		width: 390px;
		padding: 0 0 20px;
		background: #fff;
		border: 1px solid #013571;
		border-top: none;
		border-radius: 5px;
		position: relative;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont::before{
		position: absolute;
		top: 56px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/approach_illust04.svg")no-repeat;
		background-size: 120px;
		width: 120px;
		height: 110px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2)::before{
		top: 55px;
		background: url("img/approach_illust05.svg")no-repeat;
		background-size: 234px;
		width: 234px;
		height: 111px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3)::before{
		top: 51px;
		background: url("img/approach_illust06.svg")no-repeat;
		background-size: 201px;
		width: 201px;
		height: 112px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont h5{
		height: 35px;
		background: #013571;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 35px;
		text-align: center;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont h5::before{
		content: "01";
		padding-right: 1em;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2) h5::before{
		content: "02";
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3) h5::before{
		content: "03";
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont ul{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 7px 0;
		margin: 145px 40px 0 24px;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(2) ul{
		margin: 145px 10px 0 38px;
		gap: 10px 0;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont:nth-of-type(3) ul{
		margin: 145px 20px 0 24px;
		gap: 7px 0;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont ul li{
		font-size: 14px;
		line-height: 1.5;
		text-indent: -1em;
		padding-left: 1em;
	}
	.approach .cont02 .inner .risk_box .risk_wrap .risk_cont ul li::before{
		content: "・";
	}


	/* cont03 */
	.approach .cont03 .inner{
		padding: 70px 20px 100px;
		position: relative;
	}
	.approach .cont03 .inner::before{
		position: absolute;
		top: -40px;
		right: -330px;
		content: "";
		background: url("img/approach_bg02.svg")no-repeat;
		width: 7000px;
		height: 2870px;
		z-index: -1;
	}
	.approach .cont03 .inner h2{
		background: url("img/approach_text03.svg")center top no-repeat;
		background-size: 182px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.approach .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 16px;
	}
	.approach .cont03 .inner .cont{
		padding: 360px 0 0;
		margin-top: 120px;
		position: relative;
	}
	.approach .cont03 .inner .cont:nth-of-type(2){
		padding-top: 480px;
		margin-top: 60px;
	}
	.approach .cont03 .inner .cont h3{
		background: url("img/approach_text04.svg")left top no-repeat;
		background-size: 182px;
		padding-top: 22px;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.714;
	}
	.approach .cont03 .inner .cont:nth-of-type(2) h3{
		background: url("img/approach_text05.svg")left top no-repeat;
		background-size: 138px;
	}
	.approach .cont03 .inner .cont .text01{
		margin-top: 20px;
	}
	.approach .cont03 .inner .cont .text02{
		margin-top: 20px;
	}
	.approach .cont03 .inner .cont .text03{
		margin-top: 22px;
	}
	.approach .cont03 .inner .cont .text03 span{
		color: #1f7ed5;
		font-weight: bold;
	}
	.approach .cont03 .inner .cont ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
		margin-top: 20px;
	}
	.approach .cont03 .inner .cont ul li{
		height: 30px;
		background: #d5e9f6;
		padding: 0 12px;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
	}
	.approach .cont03 .inner .cont .button a{
		display: block;
		width: 280px;
		height: 50px;
		background: #1f7ed5;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 30px auto 0;
	}
	.approach .cont03 .inner .cont:nth-of-type(2) .button a{
		width: 350px;
	}
	.approach .cont03 .inner .cont figure{
		position: absolute;
		top: -79px;
		left: -80px;
		width: 500px;
	}
	.approach .cont03 .inner .cont:nth-of-type(2) figure{
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		width: 400px;
	}

	
	/* cont04 */
	.approach .cont04{
		background: #013571;
		position: relative;
	}
	.approach .cont04::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/approach_illust07.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.approach .cont04 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.approach .cont04 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/approach_bg03.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.approach .cont04 .inner h2{
		background: url("img/approach_text06.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.approach .cont04 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.approach .cont04 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.approach .cont04 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.approach .cont04 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.approach .cont04 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.approach .cont04 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/approach_img05.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/approach_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/approach_img07.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/approach_img08.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/approach_img09.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/approach_img10.png")center top no-repeat;
	}
	.approach .cont04 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.approach .cont04 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.approach .cont04 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/approach_text07.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* flow
------------------------------------------------------------------------*/
	
	/* cont01 */
	.flow .cont01 .inner{
		padding: 70px 20px;
	}
	.flow .cont01 .inner h2{
		background: url("img/flow_text01.svg")left top no-repeat;
		background-size: 300px;
		padding: 36px 0 0;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.875;
	}
	.flow .cont01 .inner .text01{
		margin-top: 30px;
	}
	.flow .cont01 .inner .solution_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px 0;
		width: 100%;
		margin-top: 55px;
	}
	.flow .cont01 .inner .solution_box .cont{
		width: 400px;
		background: #eaf5fa;
		border-radius: 5px;
		text-align: center;
		padding: 0 0 26px;
		position: relative;
	}
	.flow .cont01 .inner .solution_box .cont::after{
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg) scale(0.7);
		content: "";
		background: url("img/flow_arrow01.svg")no-repeat;
		background-size: 54px;
		width: 54px;
		height: 57px;
		z-index: 10;
	}
	.flow .cont01 .inner .solution_box .cont:last-of-type::after{
		content: none;
	}
	.flow .cont01 .inner .solution_box .cont h3{
		width: 100%;
		height: 45px;
		background: #204483;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 45px;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(3) h3{
		font-size: 20px;
	}
	.flow .cont01 .inner .solution_box .cont h3::before{
		content: "01";
		padding-right: 0.5em;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(2) h3::before{
		content: "02";
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(3) h3::before{
		content: "03";
	}
	.flow .cont01 .inner .solution_box .cont ul{
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 20px;
		width: 380px;
		z-index: 11;
	}
	.flow .cont01 .inner .solution_box .cont ul li{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 85px;
		height: 85px;
		background: #fff;
		border-radius: 50%;
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
		color: #204483;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.375;
		text-align: center;
	}
	.flow .cont01 .inner .solution_box .cont ul li:last-of-type{
		margin-left: 130px;
		z-index: -2;
		position: relative;
	}
	.flow .cont01 .inner .solution_box .cont ul li:last-of-type::before{
		position: absolute;
		top: -79px;
		left: -165px;
		content: "";
		background: url("img/flow_illust01.svg")no-repeat;
		background-size: 180px;
		width: 180px;
		height: 191px;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(2) figure{
		width: 211px;
		height: 187px;
		margin: 25px 0 18px 95px;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(3) figure{
		width: 261px;
		height: 169px;
		margin: 30px 0 27px 72px;
	}
	.flow .cont01 .inner .solution_box .cont .text02{
		line-height: 1.875;
	}
	.flow .cont01 .inner .solution_box .cont:nth-of-type(1) .text02{
		margin-top: 248px;
	}

	
	/* cont02 */
	.flow .cont02{
		background: url("img/flow_bg01.png");
		z-index: 11;
		position: relative;
	}
	.flow .cont02 .inner{
		padding: 70px 20px;
	}
	.flow .cont02 .inner .h_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px 0;
	}
	.flow .cont02 .inner .h_box h2{
		background: url("img/flow_text02.svg")center top no-repeat;
		background-size: 110px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.flow .cont02 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.flow .cont02 .inner .flow_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
		margin-top: 45px;
	}
	.flow .cont02 .inner .flow_box .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 390px;
		padding: 200px 20px 22px;
		box-sizing: border-box;
		border-radius: 5px;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		position: relative;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(1){
		background: #fff url("img/flow_img01_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(2){
		background: #fff url("img/flow_img02_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(3){
		background: #fff url("img/flow_img03_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(4){
		background: #fff url("img/flow_img04_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(5){
		background: #fff url("img/flow_img05_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(6){
		background: #fff url("img/flow_img06_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(7){
		background: #fff url("img/flow_img07_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(8){
		background: #fff url("img/flow_img08_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(9){
		background: #fff url("img/flow_img09_sp.png")center top no-repeat;
	}
	.flow .cont02 .inner .flow_box .cont::before{
		position: absolute;
		top: 135px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 50px;
		height: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(1)::before{
		background: url("img/flow_text03.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(2)::before{
		background: url("img/flow_text04.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(3)::before{
		background: url("img/flow_text05.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(4)::before{
		background: url("img/flow_text06.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(5)::before{
		background: url("img/flow_text07.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(6)::before{
		background: url("img/flow_text08.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(7)::before{
		background: url("img/flow_text09.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(8)::before{
		background: url("img/flow_text10.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont:nth-of-type(9)::before{
		background: url("img/flow_text11.svg")no-repeat;
		background-size: 50px;
	}
	.flow .cont02 .inner .flow_box .cont h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		text-align: center;
	}
	.flow .cont02 .inner .flow_box .cont .text02{
		line-height: 1.875;
		margin-top: 14px;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		margin-top: 20px;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(1) a{
		display: block;
		width: 350px;
		height: 35px;
		background: #1f7ed5 url("img/flow_icon01.svg")left 90px center no-repeat;
		background-size: 17px;
		padding: 0 0 0 115px;
		border: 1px solid #1f7ed5;
		border-radius: 18px;
		box-sizing: border-box;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 33px;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(2) a{
		display: block;
		width: 350px;
		height: 35px;
		background: #204483;
		border: 1px solid #204483;
		border-radius: 18px;
		box-sizing: border-box;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
	}
	.flow .cont02 .inner .flow_box .cont .btn_box .button:nth-of-type(2) a:hover{
		background: #fff;
		color: #204483;
		opacity: 1;
	}

	
	/* cont03 */
	.flow .cont03{
		overflow: hidden;
		position: relative;
	}
	.flow .cont03 .inner{
		padding: 70px 20px 90px;
		position: relative;
	}
	.flow .cont03 .inner::before{
		position: absolute;
		top: -200px;
		left: -7160px;
		content: "";
		background: url("img/flow_bg01.svg")no-repeat;
		width: 8000px;
		height: 3280px;
		z-index: -1;
	}
	.flow .cont03 .inner .h_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px 0;
	}
	.flow .cont03 .inner .h_box h2{
		background: url("img/flow_text12.svg")center top no-repeat;
		background-size: 88px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.flow .cont03 .inner .h_box h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.flow .cont03 .inner .promise_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 55px 0;
		margin-top: 40px;
	}
	.flow .cont03 .inner .promise_box .cont{
		width: 360px;
	}
	.flow .cont03 .inner .promise_box .cont h3{
		display: block;
		width: 240px;
		height: 240px;
		border-radius: 50%;
		padding: 145px 0 0;
		box-sizing: border-box;
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.45;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.flow .cont03 .inner .promise_box .cont:nth-of-type(1) h3{
		background: #fff url("img/flow_illust04.svg")center top 30px no-repeat;
		background-size: 40px;
	}
	.flow .cont03 .inner .promise_box .cont:nth-of-type(2) h3{
		background: #fff url("img/flow_illust05.svg")center top 30px no-repeat;
		background-size: 64px;
	}
	.flow .cont03 .inner .promise_box .cont:nth-of-type(3) h3{
		background: #fff url("img/flow_illust06.svg")center top 30px no-repeat;
		background-size: 52px;
	}
	.flow .cont03 .inner .promise_box .cont h3::before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		content: "";
		background: url("img/flow_line01.svg")no-repeat;
		background-size: 270px;
		width: 270px;
		height: 270px;
	}
	.flow .cont03 .inner .promise_box .cont .text02{
		margin: 30px 20px 0 25px;
	}

	
	/* cont04 */
	.flow .cont04{
		background: #013571;
		position: relative;
	}
	.flow .cont04::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/flow_illust07.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.flow .cont04 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.flow .cont04 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/flow_bg02.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.flow .cont04 .inner h2{
		background: url("img/flow_text13.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.flow .cont04 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.flow .cont04 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.flow .cont04 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.flow .cont04 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.flow .cont04 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.flow .cont04 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/flow_img10.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/flow_img11.png")center top no-repeat;
		padding-top: 165px;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/flow_img12.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/flow_img13.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/flow_img14.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/flow_img15.png")center top no-repeat;
	}
	.flow .cont04 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.flow .cont04 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.flow .cont04 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/flow_text14.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* reason
------------------------------------------------------------------------*/
	
	/* cont01 */
	.reason .cont01 .inner{
		padding: 390px 20px 0;
		z-index: 11;
		position: relative;
	}
	.reason .cont01 .inner h2{
		font-size: 12px;
		line-height: 1.45;
	}
	.reason .cont01 .inner .text01{
		color: #013571;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		filter: drop-shadow(12px 10px 1.5px rgba(0,0,0,0.1));
		margin-top: 26px;
	}
	.reason .cont01 .inner .text02{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.75;
		margin-top: 26px;
	}
	.reason .cont01 .inner .text03{
		margin-top: 34px;
	}
	.reason .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 50px;
		right: 30px;
		width: 300px;
	}
	.reason .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 200px;
		left: 30px;
		width: 155px;
	}


	/* cont02 */
	.reason .cont02 .inner{
		padding: 192px 20px 100px;
		position: relative;
	}
	.reason .cont02 .inner::before{
		position: absolute;
		top: -220px;
		right: -650px;
		content: "";
		background: url("img/common_bg01.svg")no-repeat;
		background-size: 9000px;
		width: 9000px;
		height: 3690px;
		z-index: -1;
	}
	.reason .cont02 .inner::after{
		position: absolute;
		top: 30px;
		right: 20px;
		content: "";
		background: url("img/common_illust02.svg")no-repeat;
		background-size: 251px;
		width: 251px;
		height: 168px;
	}
	.reason .cont02 .inner h2{
		background: url("img/reason_text01.svg")center top no-repeat;
		background-size: 86px;
		padding: 48px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.reason .cont02 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.reason .cont02 .inner .text01{
		text-align: center;
		margin-top: 35px;
	}
	.reason .cont02 .inner .point_wrap{
		display: flex;
		flex-direction: column;
		gap: 45px 0;
		margin-top: 40px;
	}
	.reason .cont02 .inner .point_wrap .cont{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 25px 0;
		background: url("img/common_num01.svg")right 20px top 17px no-repeat;
		background-size: 23px;
		padding: 50px 25px 30px 30px;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(2){
		background: url("img/common_num02.svg")right 20px top 17px no-repeat;
		background-size: 25px;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(3){
		background: url("img/common_num03.svg")right 20px top 17px no-repeat;
		background-size: 25px;
	}
	.reason .cont02 .inner .point_wrap .cont .text_box{
		width: 330px;
	}
	.reason .cont02 .inner .point_wrap .cont .text_box h3{
		background: url("img/reason_text02.svg")left top no-repeat;
		padding: 30px 0 0;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4;
		text-indent: -0.5em;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(2) .text_box h3{
		background: url("img/reason_text03.svg")left top no-repeat;
		font-size: 18px;
		font-feature-settings: "palt" 1;
		letter-spacing: 1.4px;
		text-indent: 0;
	}
	.reason .cont02 .inner .point_wrap .cont:nth-of-type(3) .text_box h3{
		background: url("img/reason_text04.svg")left top no-repeat;
		text-indent: 0;
	}
	.reason .cont02 .inner .point_wrap .cont .text_box .text02{
		margin-top: 24px;
	}


	/* cont03 */
	.reason .cont03{
		background: url("img/common_bg01.png");
		z-index: 11;
		position: relative;
	}
	.reason .cont03 .inner{
		padding: 110px 20px 70px;
		z-index: 11;
		position: relative;
	}
	.reason .cont03 .inner::before{
		position: absolute;
		top: -45px;
		left: -20px;
		content: "";
		background: url("img/common_illust05.svg")no-repeat;
		background-size: 200px;
		width: 200px;
		height: 126px;
		z-index: -1;
	}
	.reason .cont03 .inner::after{
		position: absolute;
		top: -130px;
		right: -45px;
		content: "";
		background: url("img/common_illust04.svg")no-repeat;
		background-size: 245px;
		width: 245px;
		height: 221px;
	}
	.reason .cont03 .inner h2{
		background: url("img/reason_text05.svg")center top no-repeat;
		background-size: 90px;
		padding: 48px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.reason .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.reason .cont03 .inner .text01{
		text-align: center;
		margin-top: 35px;
	}
	.reason .cont03 .inner .choose_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px 0;
		margin-top: 50px;
	}
	.reason .cont03 .inner .choose_wrap .cont{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 380px;
		background: #fff;
		border-radius: 5px;
		padding: 30px;
		box-sizing: border-box;
		filter: drop-shadow(0 0 25px rgba(0,0,0,0.1));
		position: relative;
	}
	.reason .cont03 .inner .choose_wrap .cont h3{
		background: url("img/reason_text06.svg")center top no-repeat;
		background-size: 60px;
		padding: 20px 0 0 0;
		color: #013571;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.45;
		text-align: center;
		margin-top: 25px;
		order: 2;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(2) h3{
		background: url("img/reason_text07.svg")center top no-repeat;
		background-size: 62px;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(3) h3{
		background: url("img/reason_text08.svg")center top no-repeat;
		background-size: 62px;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(4) h3{
		background: url("img/reason_text09.svg")center top no-repeat;
		background-size: 62px;
		text-indent: -0.5em;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(5) h3{
		background: url("img/reason_text10.svg")center top no-repeat;
		background-size: 62px;
		text-indent: -0.5em;
	}
	.reason .cont03 .inner .choose_wrap .cont:nth-of-type(6) h3{
		background: url("img/reason_text11.svg")center top no-repeat;
		background-size: 62px;
		text-indent: -0.5em;
	}
	.reason .cont03 .inner .choose_wrap .cont .text02{
		margin: 18px 5px 0;
		order: 3;
	}
	.reason .cont03 .inner .choose_wrap .cont figure{
		order: 1;
	}


	/* cont04 */
	.reason .cont04 .inner{
		padding: 80px 20px 25px;
	}
	.reason .cont04 .inner::before{
		position: absolute;
		top: -1800px;
		left: -680px;
		content: "";
		background: url("img/common_bg03.svg")no-repeat;
		background-size: 9000px;
		width: 9000px;
		height: 3690px;
		z-index: -1;
	}
	.reason .cont04 .inner h2{
		background: url("img/reason_text12.svg")center top no-repeat;
		background-size: 109px;
		padding: 48px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.reason .cont04 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.reason .cont04 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
		margin-top: 45px;
	}
	.reason .cont04 .inner .box .text01{
		width: 380px;
	}
	.reason .cont04 .inner .box .text01 span{
		color: #013571;
		font-weight: bold;
	}
	.reason .cont04 .inner .question_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px 0;
		margin-top: 45px;
	}
	.reason .cont04 .inner .question_wrap .cont{
		display: flex;
		flex-direction: column;
		width: 370px;
		padding: 40px 0 28px;
		border-bottom: 1px solid #1f7ed5;
		position: relative;
	}
	.reason .cont04 .inner .question_wrap .cont::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "相談内容　｜　01";
		background: #1f7ed5;
		width: 100%;
		height: 30px;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(2)::before{
		content: "相談内容　｜　02";
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(3)::before{
		content: "相談内容　｜　03";
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(4)::before{
		content: "相談内容　｜　04";
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(5)::before{
		content: "相談内容　｜　05";
	}
	.reason .cont04 .inner .question_wrap .cont h3{
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 25px;
		order: 2;
	}
	.reason .cont04 .inner .question_wrap .cont figure{
		order: 1;
	}
	.reason .cont04 .inner .question_wrap .cont:nth-of-type(n+3) figure{
		height: 155px;
		overflow: hidden;
		border-radius: 4px;
	}
	.reason .cont04 .inner .question_wrap .cont .text02{
		margin-top: 18px;
		order: 3;
	}
	.reason .cont04 .inner .text03{
		font-size: 16px;
		line-height: 1.78;
		text-align: center;
		margin-top: 62px;
	}
	
	/* present_banabox */
	.reason .cont04 .present_banabox .in_box{
		margin-top: 0;
	}
	.reason .cont04 .present_banabox .in_box h4{
		margin-top: 14px;
		order: 2;
	}
	.reason .cont04 .present_banabox .in_box h4 .span01{
		display: inline-block;
		padding: 0 15px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		position: relative;
	}
	.reason .cont04 .present_banabox .in_box h4 .span01::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.reason .cont04 .present_banabox .in_box h4 .span01::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 85%;
	}
	.reason .cont04 .present_banabox .in_box h4 .span02{
		display: block;
		width: 280px;
		height: 105px;
		background: url("img/common_text01.svg")no-repeat;
		background-size: 100%;
		padding: 105px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.25));
		transform: translateZ(0);
		margin: 10px 0 0;
	}

	
	/* cont05 */
	.reason .cont05{
		background: #013571;
		position: relative;
	}
	.reason .cont05::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/common_illust03.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.reason .cont05 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.reason .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/common_bg02.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.reason .cont05 .inner h2{
		background: url("img/common_text05.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.reason .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.reason .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.reason .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.reason .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.reason .cont05 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.reason .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/common_img05.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/common_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/common_img07.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/common_img08.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/common_img09.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/common_img10.png")center top no-repeat;
	}
	.reason .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.reason .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.reason .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/common_text06.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* profile
------------------------------------------------------------------------*/
	
	/* cont01 */
	.profile .cont01 .inner{
		padding: 500px 20px 0;
		z-index: 11;
		position: relative;
	}
	.profile .cont01 .inner h2{
		width: 220px;
		height: 43px;
		background: url("img/profile_text01.svg")no-repeat;
		background-size: 220px;
		padding: 43px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.profile .cont01 .inner .text01{
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-top: 20px;
	}
	.profile .cont01 .inner .text02{
		color: #013571;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 35px;
	}
	.profile .cont01 .inner .text03{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.1;
		margin-top: 20px;
	}
	.profile .cont01 .inner figure{
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 320px;
	}


	/* cont02 */
	.profile .cont02 .inner{
		padding: 120px 20px 70px;
		position: relative;
	}
	.profile .cont02 .inner::before{
		position: absolute;
		top: -100px;
		left: -7160px;
		content: "";
		background: url("img/profile_bg01.svg")no-repeat;
		width: 8000px;
		height: 3280px;
		z-index: -1;
	}
	.profile .cont02 .inner h2{
		background: url("img/profile_text02.svg")center top no-repeat;
		background-size: 121px;
		padding: 56px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.profile .cont02 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.profile .cont02 .inner .cont{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 30px 0;
		background: url("img/profile_text06.svg")right 15px top 15px no-repeat;
		background-size: 23px;
		padding: 45px 35px 35px;
		box-sizing: border-box;
		border: 1px solid #1f7ed5;
		border-radius: 5px;
		margin-top: 45px;
	}
	.profile .cont02 .inner .cont:nth-of-type(2){
		background: url("img/profile_text07.svg")right 13px top 15px no-repeat;
		background-size: 26px;
	}
	.profile .cont02 .inner .cont:nth-of-type(3){
		background: url("img/profile_text08.svg")right 13px top 15px no-repeat;
		background-size: 26px;
	}
	.profile .cont02 .inner .cont:nth-of-type(n+2){
		margin-top: 35px;
	}
	.profile .cont02 .inner .cont .text_box h3{
		background: url("img/profile_text03.svg")left top no-repeat;
		background-size: 165px;
		padding: 20px 0 0;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.58;
	}
	.profile .cont02 .inner .cont:nth-of-type(2) .text_box h3{
		background: url("img/profile_text04.svg")left top no-repeat;
		background-size: 175px;
	}
	.profile .cont02 .inner .cont:nth-of-type(3) .text_box h3{
		background: url("img/profile_text05.svg")left top no-repeat;
		background-size: 202px;
		text-indent: -0.5em;
	}
	.profile .cont02 .inner .cont .text_box .text01{
		margin-top: 18px;
	}

	
	/* cont03 */
	.profile .cont03{
		background: url("img/profile_bg01.png");
		position: relative;
	}
	.profile .cont03 .inner{
		padding: 70px 20px 64px;
		box-sizing: border-box;
	}
	.profile .cont03 .inner h2{
		background: url("img/profile_text09.svg")left top no-repeat;
		background-size: 124px;
		padding: 45px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.profile .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 10px;
	}
	.profile .cont03 .inner .text01{
		margin-top: 24px;
	}
	.profile .cont03 .inner .text01 + .text01{
		margin-top: 18px;
	}

	
	/* cont04 */
	.profile .cont04{
		background: #013571;
		position: relative;
	}
	.profile .cont04::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/profile_illust01.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.profile .cont04 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.profile .cont04 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/profile_bg02.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.profile .cont04 .inner h2{
		background: url("img/profile_text10.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.profile .cont04 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.profile .cont04 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.profile .cont04 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.profile .cont04 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.profile .cont04 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.profile .cont04 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/profile_img05.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/profile_img06.png")center top no-repeat;
		padding-top: 165px;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/profile_img07.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/profile_img08.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/profile_img09.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/profile_img10.png")center top no-repeat;
	}
	.profile .cont04 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.profile .cont04 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.profile .cont04 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/profile_text11.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* company
------------------------------------------------------------------------*/

	/* cont01 */
	.company .cont01 .inner{
		padding: 400px 20px 0;
		box-sizing: border-box;
		position: relative;
	}
	.company .cont01 .inner h2{
		background: url("img/company_text01.svg")left top no-repeat;
		background-size: 92px;
		padding: 42px 0 0;
		color: #013571;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-shadow: 10px 8px 2px rgba(0,0,0,0.1);
		position: relative;
	}
	.company .cont01 .inner .text01{
		font-feature-settings: "palt" 1;
		letter-spacing: 0.8px;
		margin-top: 30px;
	}
	.company .cont01 .inner figure:nth-of-type(1){
		position: absolute;
		top: 60px;
		left: 20px;
		width: 330px;
	}
	.company .cont01 .inner figure:nth-of-type(2){
		position: absolute;
		top: 240px;
		right: 20px;
		width: 155px;
	}


	/* cont02 */
	.company .cont02 .inner{
		padding: 420px 20px 90px;
		box-sizing: border-box;
		position: relative;
	}
	.company .cont02 .inner h2{
		background: url("img/company_text02.svg")left top no-repeat;
		background-size: 170px;
		padding: 37px 0 0;
		color: #013571;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4375;
		text-shadow: 10px 8px 2px rgba(0,0,0,0.1);
		position: relative;
	}
	.company .cont02 .inner .text01{
		font-feature-settings: "palt" 1;
		letter-spacing: 0.8px;
		margin-top: 28px;
	}
	.company .cont02 .inner figure{
		position: absolute;
		top: 80px;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
		height: 300px;
	}


	/* cont03 */
	.company .cont03{
		background: url("img/company_bg01.png");
		position: relative;
	}
	.company .cont03 .inner{
		padding: 80px 20px 70px;
		position: relative;
	}
	.company .cont03 .inner::before{
		position: absolute;
		top: -65px;
		right: 20px;
		content: "";
		background: url("img/company_illust01.svg")no-repeat;
		background-size: 251px;
		width: 251px;
		height: 168px;
	}
	.company .cont03 .inner h2{
		background: url("img/company_text03.svg")left top no-repeat;
		background-size: 100px;
		padding: 45px 0 0;
		color: #013571;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.company .cont03 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		margin-bottom: 12px;
	}
	.company .cont03 .inner table{
		width: 400px;
		border-top: 1px solid #999;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-top: 45px;
	}
	.company .cont03 .inner table th{
		width: 120px;
		padding: 14px 0 15px 15px;
		border-bottom: 1px solid #999;
		box-sizing: border-box;
		color: #013571;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.company .cont03 .inner table td{
		width: 280px;
		padding: 14px 0 15px;
		border-bottom: 1px solid #999;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 1.5;
		vertical-align: middle;
	}


	/* cont04 */
	.company .cont04{
		padding: 50px 0 120px;
		margin-top: 70px;
		z-index: 10;
		position: relative;
	}
	.company .cont04::before{
		position: absolute;
		top: 0;
		right: 20px;
		content: "";
		background: #eaf5fa;
		width: 440px;
		height: 500px;
		border-radius: 5px;
		z-index: -1;
	}
	.company .cont04 .h_box{
		width: 400px;
		box-sizing: border-box;
		text-align: center;
		margin: 0 auto;
	}
	.company .cont04 .h_box h2{
		background: url("img/company_text04.svg")center top no-repeat;
		background-size: 100px;
		padding: 51px 0 0;
		font-size: 15px;
		line-height: 1;
	}
	.company .cont04 .h_box .text01{
		line-height: 1.4;
		margin-top: 20px;
	}
	.company .cont04 .column_box{
		margin-top: 40px;
	}
	.company .cont04 .column_box .swiper-slide{
		display: block;
		width: 370px;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
		transform: translateZ(0);
	}
	.company .cont04 .column_box .swiper-slide a{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 5px;
		padding: 20px;
		box-sizing: border-box;
	}
	.company .cont04 .column_box .swiper-slide a h3{
		width: 100%;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-top: 12px;
		order: 2;
	}
	.company .cont04 .column_box .swiper-slide a .date{
		color: #1f7ed5;
		font-size: 14px;
		font-weight: bold;
		line-height: 17px;
		margin: 6px 0 0;
		order: 3;
	}
	.company .cont04 .column_box .swiper-slide a .cate{
		height: 17px;
		background: #1f7ed5;
		padding: 0 10px;
		border-radius: 2px;
		box-sizing: border-box;
		color: #fff;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin: 6px 0 0 4px;
		order: 4;
	}
	.company .cont04 .column_box .swiper-slide a .text02{
		font-size: 14px;
		line-height: 2;
		flex-shrink: 1;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 8px;
		order: 5;
	}
	.company .cont04 .column_box .swiper-slide a figure{
		width: 330px;
		height: 220px;
		border-radius: 5px;
		overflow: hidden;
		order: 1;
	}
	.company .cont04 .column_box .swiper-slide a figure img{
		width: 330px;
		height: 220px;
	}
	.company .cont04 .swiper-button-prev{
		top: 435px;
		left: 170px;
		width: 40px;
		height: 40px;
		background: url("img/company_arrow01.svg")no-repeat;
		background-size: 100%;
	}
	.company .cont04 .swiper-button-next{
		top: 435px;
		left: 230px;
		width: 40px;
		height: 40px;
		background: url("img/company_arrow02.svg")no-repeat;
		background-size: 100%;
	}
	.company .cont04 .swiper-button-prev::after,
	.company .cont04 .swiper-button-next::after{
		content: "";
		width: 40px;
		height: 40px;
		margin: auto;
	}
	.company .cont04 .button a{
		display: block;
		width: 320px;
		height: 50px;
		background: #013571;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		margin: 100px auto 0;
	}

	
	/* cont05 */
	.company .cont05{
		background: #013571;
		position: relative;
	}
	.company .cont05::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/company_illust02.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.company .cont05 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.company .cont05 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/company_bg01.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.company .cont05 .inner h2{
		background: url("img/company_text05.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.company .cont05 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.company .cont05 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.company .cont05 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.company .cont05 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.company .cont05 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.company .cont05 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/company_img03.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/company_img04.png")center top no-repeat;
		padding-top: 165px;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/company_img05.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/company_img06.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/company_img07.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/company_img08.png")center top no-repeat;
	}
	.company .cont05 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.company .cont05 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.company .cont05 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/company_text06.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* area
------------------------------------------------------------------------*/
	
	/* cont01 */
	.area .cont01 .inner{
		display: flex;
		flex-wrap: wrap;
		padding: 60px 20px 100px;
		position: relative;
	}
	.area .cont01 .inner::before{
		position: absolute;
		top: 60px;
		right: -80px;
		content: "";
		background: url("img/area_map.svg")no-repeat;
		background-size: 530px;
		width: 530px;
		height: 510px;
		z-index: -1;
	}
	.area .cont01 .inner h2{
		width: 100%;
		box-sizing: border-box;
		color: #013571;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
	}
	.area .cont01 .inner h2 span{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.45;
		margin-bottom: 12px;
	}
	.area .cont01 .inner .text01{
		display: inline-block;
		height: 35px;
		background: #013571;
		padding: 0 14px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 35px;
		margin: 22px 8px 0 0;
	}
	.area .cont01 .inner .text02{
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.22;
		margin-top: 24px;
	}
	.area .cont01 .inner .text02 span{
		color: #013571;
		font-weight: 600;
	}
	.area .cont01 .inner .text03{
		position: absolute;
		top: 250px;
		right: 20px;
		display: block;
		width: 130px;
		height: 130px;
		background: url("img/area_text01.svg");
		background-size: 130px;
		padding: 130px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.area .cont01 .inner .area_box{
		width: 400px;
		padding: 30px 10px 20px 30px;
		border: 1px solid #013571;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 45px auto 0;
	}
	.area .cont01 .inner .area_box .area_box_inner{
		height: 450px;
		overflow-y: scroll;
	}
	.area .cont01 .inner .area_box .area_box_inner::-webkit-scrollbar {
		width: 3px;
	}
	.area .cont01 .inner .area_box .area_box_inner::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.area .cont01 .inner .area_box .area_box_inner::-webkit-scrollbar-thumb {
		background-color: #ccc;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont{
		width: 340px;
		margin-bottom: 55px;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont h3{
		padding-bottom: 12px;
		border-bottom: 1px solid #013571;
		color: #204483;
		font-size: 16px;
		font-weight: 600;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.45;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont h3 a{
		color: #204483;
		font-weight: 600;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont h3::before{
		content: "■";
		padding-right: 0.5em;
	}
	.area .cont01 .inner .area_box .area_box_inner .pref_cont .text04{
		display: flex;
		gap: 0 1em;
		line-height: 2.25;
		margin-top: 12px;
	}

	
	/* cont02 */
	.area .cont02{
		background: #013571;
		position: relative;
	}
	.area .cont02::after{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/area_illust01.svg")no-repeat;
		background-size: 165px;
		width: 165px;
		height: 156px;
		z-index: 11;
	}
	.area .cont02 .inner{
		width: 100%;
		padding: 80px 20px 70px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.area .cont02 .inner::before{
		position: absolute;
		top: -260px;
		left: 50px;
		content: "";
		background: url("img/area_bg01.svg")no-repeat;
		background-size: 2792px;
		width: 2792px;
		height: 2756px;
		z-index: -1;
	}
	.area .cont02 .inner h2{
		background: url("img/area_text02.svg")center top no-repeat;
		background-size: 75px;
		padding: 48px 0 0;
		color: #ffd34d;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.area .cont02 .inner h2 span{
		display: block;
		color: #fff;
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.area .cont02 .inner .text01{
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.area .cont02 .inner .text01::before{
		position: absolute;
		top: 50%;
		left: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.area .cont02 .inner .text01::after{
		position: absolute;
		top: 50%;
		right: -75px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 60px;
		height: 1px;
	}
	.area .cont02 .inner .service_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 400px;
		margin: 55px auto 0;
	}
	.area .cont02 .inner .service_box .cont a{
		display: block;
		width: 380px;
		padding: 180px 0 55px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(1) a{
		background: #fff url("img/area_img01.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(2) a{
		background: #fff url("img/area_img02.png")center top no-repeat;
		padding-top: 165px;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(3) a{
		background: #fff url("img/area_img03.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(4) a{
		background: #fff url("img/area_img04.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(5) a{
		background: #fff url("img/area_img05.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont:nth-of-type(6) a{
		background: #fff url("img/area_img06.png")center top no-repeat;
	}
	.area .cont02 .inner .service_box .cont a h3{
		color: #204483;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.3;
	}
	.area .cont02 .inner .service_box .cont a .text02{
		font-size: 14px;
		line-height: 1.86;
		text-align: left;
		margin: 21px 30px 0 25px;
	}
	.area .cont02 .inner .service_box .cont a .button{
		position: absolute;
		bottom: 20px;
		right: 30px;
		background: url("img/area_text03.svg")no-repeat;
		background-size: 96px;
		width: 96px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* present
------------------------------------------------------------------------*/
	
	/* cont01 */
	.present .cont01 .inner{
		padding: 60px 20px 0;
		position: relative;
	}
	.present .cont01 .inner::before{
		position: absolute;
		top: 565px;
		left: 25px;
		content: "";
		background: url("img/present_illust01.svg")no-repeat;
		background-size: 135px;
		width: 135px;
		height: 90px;
	}
	.present .cont01 .inner::after{
		position: absolute;
		top: 550px;
		right: 10px;
		content: "";
		background: url("img/present_illust02.svg")no-repeat;
		background-size: 166px;
		width: 166px;
		height: 150px;
	}
	.present .cont01 .inner h2{
		color: #013571;
		font-size: 28px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.present .cont01 .inner h2 .span01{
		display: block;
		width: 360px;
		padding: 22px 0 24px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 0 auto;
	}
	.present .cont01 .inner h2 .span01 .span01_01{
		display: block;
		color: #000;
		font-size: 12px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1.45;
	}
	.present .cont01 .inner h2 .span01 .span01_02{
		display: block;
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		margin-top: 15px;
	}
	.present .cont01 .inner h2 .span02{
		display: block;
		color: #000;
		font-size: 16px;
		line-height: 1;
		margin: 45px 0 24px;
	}
	.present .cont01 .inner h2 .span02::before{
		content: "［";
		padding-right: 8px;
	}
	.present .cont01 .inner h2 .span02::after{
		content: "］";
		padding-left: 8px;
	}
	.present .cont01 .inner .text01{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.22;
		text-align: center;
		margin-top: 45px;
	}
	.present .cont01 .inner .ex_box{
		padding: 70px 0;
		margin-top: 120px;
		position: relative;
	}
	.present .cont01 .inner .ex_box::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/present_bg01.png");
		width: 440px;
		height: 100%;
		z-index: -1;
	}
	.present .cont01 .inner .ex_box h3{
		color: #013571;
		font-size: 22px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		overflow: hidden;
	}
	.present .cont01 .inner .ex_box h3 span{
		display: inline-block;
		position: relative;
	}
	.present .cont01 .inner .ex_box h3 span::before{
		position: absolute;
		top: 50%;
		right: calc(100% + 20px);
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 600px;
		height: 1px;
	}
	.present .cont01 .inner .ex_box h3 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		transform: translateY(-50%);
		content: "";
		background: #013571;
		width: 600px;
		height: 1px;
	}
	.present .cont01 .inner .ex_box .text02{
		text-align: center;
		margin-top: 30px;
	}
	.present .cont01 .inner .ex_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		padding-bottom: 50px;
		margin-top: 30px;
		position: relative;
	}
	.present .cont01 .inner .ex_box ul::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "など、ベストな事業承継へと導く、114ページ全８章！";
		font-size: 14px;
		white-space: nowrap;
	}
	.present .cont01 .inner .ex_box ul li{
		width: 400px;
		background: #fff;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		padding: 0 23px 0 28px;
		box-sizing: border-box;
	}
	.present .cont01 .inner .ex_box ul li:first-of-type{
		padding: 10px 23px 20px 28px;
	}
	.present .cont01 .inner .ex_box ul li .ttl{
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(1) .ttl::before{
		content: "1";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(2) .ttl::before{
		content: "2";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(3) .ttl::before{
		content: "3";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li:nth-of-type(4) .ttl::before{
		content: "4";
		padding-right: 1em;
	}
	.present .cont01 .inner .ex_box ul li .text03{
		margin-top: -1px;
	}
	.present .cont01 .inner .ex_box .img_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 0;
		margin-top: 50px;
	}
	.present .cont01 .inner .ex_box .img_box figure{
		filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
	}


	/* cont02 */
	.present .cont02 .inner{
		padding: 70px 20px;
		position: relative;
	}
	.present .cont02 .inner h2{
		background: url("img/present_text01.svg")center top no-repeat;
		background-size: 100px;
		padding: 45px 0 0;
		color: #013571;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
	}
	.present .cont02 .inner .text_box{
		margin: 55px auto 0;
	}
	.present .cont02 .inner .text_box h3{
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
	}
	.present .cont02 .inner .text_box h3::before{
		content: "■";
		padding-right: 5px;
	}
	.present .cont02 .inner .text_box .text01{
		text-indent: -1em;
		padding-left: 1em;
	}
	.present .cont02 .inner .text_box .text01::before{
		content: "※";
	}
	.present .cont02 .inner table{
		width: 400px;
		border-collapse: separate;
		border-spacing: 0 0;
		border-top: 1px solid #ccc;
		box-sizing: border-box;
		margin: 42px auto 0;
	}
	.present .cont02 .inner table th{
		display: block;
		width: 400px;
		padding: 20px 0 14px;
		box-sizing: border-box;
		color: #013571;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.present .cont02 .inner table th span{
		position: absolute;
		top: 22px;
		right: 0;
		width: 50px;
		height: 25px;
		background: #013571;
		border-radius: 3px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
	}
	.present .cont02 .inner table td{
		display: block;
		width: 400px;
		padding: 0 0 25px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		line-height: 1;
	}
	.present .cont02 .inner table td input[type="text"],
	.present .cont02 .inner table td input[type="tel"],
	.present .cont02 .inner table td input[type="email"] {
		width: 100%;
		height: 55px;
		padding: 0 0 0 15px;
		font-size: 16px;
		line-height: 1.5;
		background: #ededed;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.present .cont02 .inner table tr.address-contact td {
		position: relative;
		padding-top: 30px;
	}
	.present .cont02 .inner table tr.address-contact td span {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
	}
	.present .cont02 .inner table tr.address-contact input:first-of-type {
		width: 150px !important;
		margin-right: 5px;
	}
	.present .cont02 .inner table tr.address-contact input:nth-of-type(2) {
		width: 220px !important;
	}
	.present .cont02 .inner table tr.address-contact input:last-of-type {
		margin-top: 10px !important;
	}
	.present .cont02 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 200px !important;
		padding: 12px 0 12px 15px;
		font-size: 16px;
		line-height: 1.5;
		background: #ededed;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.present .cont02 .inner .privacy_check{
		text-align: center;
		margin-top: 60px;
	}
	.present .cont02 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.present .cont02 .inner .privacy_check a{
		color: #4d4d4d;
		text-decoration: underline;
	}
	.present .cont02 .inner .button input{
		display: block;
		width: 320px;
		height: 50px;
		background: #1f7ed5;
		border-radius: 5px;
		border: 1px solid #1f7ed5;;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 30px auto 0;
	}



/* faq
------------------------------------------------------------------------*/
.faq .cont01 {
	box-sizing: border-box;
	margin: 70px 30px;
}
.faq .cont01 .box {
	padding: 30px 30px 30px 27px;
	border-top: 1px solid var(--main-color);
	position: relative;
	cursor: pointer;
}
.faq .cont01 .box:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.faq .cont01 .box span {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 19px;
	height: 19px;
	background: var(--main-color);
	border-radius: 50%;
	transition: all .3s;
}
.faq .cont01 .box.active span {
	background: #bbbbbb;
	transition: all .3s;
}
.faq .cont01 .box span::before {
	content: "";
	width: 8px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq .cont01 .box span::after {
	content: "";
	width: 2px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all .3s;
}
.faq .cont01 .box.active span::after {
	opacity: 0;
	transition: all .3s;
}
.faq .cont01 .box p {
	position: relative;
}
.faq .cont01 .box .qus::before {
	content: 'Q';
	position: absolute;
	top: -2px;
	left: -20px;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
}
.faq .cont01 .box .qus {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}
.faq .cont01 .box.active .qus {
	color: #bbbbbb;
}
.faq .cont01 .box .ans {
	line-height: 2;
	padding-top: 15px;
	display: none;
}



/* recruit
------------------------------------------------------------------------*/
.recruit .cont01{
	display: flex;
	flex-direction: column;
	margin: 70px 0;
	gap: 60px 0;
}
.recruit .cont01 .inner{
	display: flex;
	flex-direction: column-reverse;
	gap: 25px;
}
.recruit .cont01 .inner .text_box .ttl{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 23px;
}
.recruit .cont01 .inner .text_box .catch{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	padding: 20px 0;
	margin-bottom: 20px;
}
.recruit .cont01 .inner .text_box .btn{
	margin-top: 25px;
}
.recruit .cont01 .inner .img{
	width: 380px;
	height: 250px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.03);
}
.recruit .cont01 .inner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.recruit .cont02{
	background: var(--main-light-color);
	padding: 70px 0;
}
.recruit .cont02 h2{
	font-size: 22px;
	text-align: center;
	padding-bottom: 35px;
	font-weight: bold;
	position: relative;
	line-height:1;
}
.recruit .cont02 h2::before {
	content: '';
	font-size: 14px;
	font-weight: bold;
	color: var(--main-color);
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "REQUIREMENTS";
}
.recruit .cont02 .link{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	gap: 20px;
	margin: 40px 0 50px;
}
.recruit .cont02 .link li{
	text-align: center;
}
.recruit .cont02 .link li a{
	display: block;
	min-width: 150px;
	border: 1px solid var(--main-color);
	background: var(--main-color);
	color:#fff;
	padding-top: 15px;
	height: 31px;
	line-height: 1;
	border-radius: 30px;
	font-weight: bold;
}
.recruit .cont02 .job_box{
	background: #fff;
	padding: 50px 30px;
	box-sizing: border-box;
	margin:0 30px 30px;
}
.recruit .cont02 .job_box:last-of-type{
	margin-bottom: 0;
}

.recruit .cont02 .job_box h3{
	font-size: 20px;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	position: relative;
	line-height: 1;
}
.recruit .cont02 .job_box h3::after{
	content: "";
	display: block;
	width:20px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.recruit .cont02 .job_box table,
.recruit .cont02 .job_box tr,
.recruit .cont02 .job_box td,
.recruit .cont02 .job_box th{
	display: block;
}

.recruit .cont02 .job_box table {
	width: 100%;
	text-align: left;
	margin: 40px auto 0;
}
.recruit .cont02 .job_box table tr {
	border-top: 1px solid var(--main-color);
}
.recruit .cont02 .job_box table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.recruit .cont02 .job_box table th {
	padding: 23px 20px 20px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.5;
}
.recruit .cont02 .job_box table td {
	padding: 0 20px 20px;
	vertical-align: middle;
	line-height: 1.5;
}



/*blog 共通項目
--------------------------------------------------------------------------*/
.blog .flex{
	margin:70px auto;
}
.blog .flex .side .side_box01,
.blog .flex .side .side_box02,
.blog .flex .side .side_box03 {
	margin: 70px 0;
}
.blog .flex .side .cont a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.blog .flex .side h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
}
.blog .flex .side h2::before {
	content: "";
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 100px;
}
.blog .flex .side .side_box01 h2::before {
	content: "Popular Articles";
}
.blog .flex .side .side_box02 h2::before {
	content: "New Articles";
}
.blog .flex .side .side_box03 h2::before {
	content: "Category";
	left: 110px;
}
.blog .flex .side .cont .text_box {
	padding-left: 15px;
	font-size: 14px;
}
.blog .flex .side .cont .text_box h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.blog .flex .side .cont .img {
	width: 150px;
	flex-shrink: 0;
	border-radius: 5px;
}
.blog .flex .side .cont .img img {
	max-width: 100%;
	border-radius: 5px;
}
.blog .flex .side .side_box01 .cont .img {
	position: relative;
}
.blog .flex .side .side_box01 .cont .img::before {
	content: "";
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box01 .cont:nth-of-type(1) .img::before {
	content: "1";
	background: #f2cd44;
}
.blog .flex .side .side_box01 .cont:nth-of-type(2) .img::before {
	content: "2";
	background: #ababab;
}
.blog .flex .side .side_box01 .cont:nth-of-type(3) .img::before {
	content: "3";
	background: #bc6c25;
}
.blog .flex .side .side_box01 .cont:nth-of-type(4) .img::before {
	content: "4";
}
.blog .flex .side .side_box01 .cont:nth-of-type(5) .img::before {
	content: "5";
}
.blog .flex .side .side_box02 .cont .img {
	position: relative;
}
.blog .flex .side .side_box02 .cont .img::before {
	content: "New";
	width: 50px;
	height: 25px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #fff;
	background: var(--main-color);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box03 ul {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li {
	position: relative;
	padding-left: 32px;
}
.blog .flex .side .side_box03 ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(img/category_icon.png) no-repeat top 7px left 7px var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/* blog_archive
------------------------------------------------------------------------*/

.blog_archive .cont01 .cont{
	width: 330px;
	margin:0 auto 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--main-color);
}
.blog_archive .cont01 .cont a {
	display: flex;
	flex-direction: column-reverse;
}
.blog_archive .cont01 .cont h2 {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.blog_archive .cont01 .cont .text_box .cate_box .cate {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	min-width: 95px;
	padding: 7px 15px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0;
}
.blog_archive .cont01 .cont .text {
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.blog_archive .cont01 .cont .img{
	border-radius: 5px;
}
.blog_archive .cont01 .cont .img img {
	border-radius: 5px;
}


/* ブログ詳細 css */
.blog_single .cont01 h1{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.blog_single .cont01 .cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}
/*
.blog_single .cont01 .cate_box .cate {
	line-height: 1;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
	box-sizing: border-box;
	margin: 0;
}*/

.blog_single .cont01 .cate_box .cate {
	text-align: center;
}
.blog_single .cont01 .cate_box .cate a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 12px;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}

.blog_single .cont01 .cate_box .date{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}



/* contact
------------------------------------------------------------------------*/
/* cont01 */
.contact .cont01 {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 70px auto 0;
}
.contact .cont01 .tel-box {
	padding: 30px 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}
.contact .cont01 .line-box {
	padding: 30px 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}
.contact .cont01 h2{
	font-size: 16px;
}
.contact .cont01 .tel-box h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont01 .line-box h2::before {
	content: '■';
	color: #00b12b;
	padding-right: 5px;
}
.contact .cont01 .tel-box p {
	margin-top: 5px;
	line-height: 1.5;
}
.contact .cont01 .tel-box a {
	display: inline-block;
	font-size: 30px;
}
.contact .cont01 .line-box p {
	margin-top: 15px;
}
.contact .cont01 .line-box a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 15px 30px 15px 70px;
	border-radius: 30px;
	background: url(img/contact-line_sp.png) no-repeat center left 30px #00b12b;
}


/* cont02 */
.contact .cont02 {
	margin: 30px auto 90px;
	padding: 0 30px;
}
.contact .cont02 h2{
	font-size: 16px;
}
.contact .cont02 h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont02 .lead {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
}
.contact .cont02 .lead li:nth-of-type(n+2) {
	margin-top: 10px;
}
.contact .cont02 table{
	width:100%;
	margin: 20px auto 0;
	font-size: 14px;
}
.contact .cont02 table tr {
	display: block;
	padding: 20px 0;
	border-top: 1px solid var(--main-color);
}
.contact .cont02 table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.contact .cont02 table tr:first-of-type {
	border-top: none;
}
.contact .cont02 table th{
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.contact .cont02 table th span{
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact .cont02 table td{
	display: block;
}
.contact .cont02 table td .radio-box {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.contact .cont02 table td .radio-box span {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.contact .cont02 table td .radio-box span input {
	margin: 0 !important;
}
.contact .cont02 table td input[type="text"],
.contact .cont02 table td input[type="email"],
.contact .cont02 table td input[type="tel"],
.contact .cont02 table td select,
.contact .cont02 table td textarea{
	width:100% !important;
	height: 60px !important;
	font-size:16px;
	font: inherit;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px;
	border: none !important;
	background: #eaf5fa;
	border-radius: 5px !important;
}
.contact .cont02 table td textarea{
	height: 250px !important;
}
.contact .cont02 tr.address-contact td {
	position: relative;
	padding-top: 30px;
}
.contact .cont02 tr.address-contact td span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}
.contact .cont02 tr.address-contact input:first-of-type {
	width: 150px !important;
	margin-right: 5px;
}
.contact .cont02 tr.address-contact input:nth-of-type(2) {
	width: 220px !important;
}
.contact .cont02 tr.address-contact input:last-of-type {
	margin-top: 10px !important;
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding: 50px 0 20px;
	font-size: 16px;
}
.contact .cont02 .privacy_check a {
	text-decoration: underline;
}
.contact .cont02 .privacy_check div.mfp_err {
	text-align: center;
	background: url(img/mfp_error.gif) no-repeat top 7px left 30px;
}
.contact .cont02 .privacy_check input {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	margin: 0 5px !important;
}
.contact .cont02 .privacy_check label {
	margin: 0 5px !important;
}
.contact .cont02 .button{
	text-align: center;
}
.contact .cont02 .button input[type="submit"] {
	font-family: var(--main-font) !important;
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}


/* thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding: 50px 15px 20px;
	text-align: center;
}
.thanks .cont01 h2{
	text-align: center;
	font-size: 18px;
}
.thanks .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.thanks .cont01 .button {
	margin-top: 40px;
}
.thanks .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/* privacy
------------------------------------------------------------------------*/
.privacy .cont01 {
	padding: 70px 30px 0;
}
.privacy .cont01 h2 {
	font-size: 24px;
	text-align: center;
}
.privacy .cont01 .text01 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.privacy .cont01 .box {
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px dashed var(--main-color);
}
.privacy .cont01 .box:first-of-type {
	margin-top: 30px;
}
.privacy .cont01 .box:last-of-type {
	border-bottom: none;
}
.privacy .cont01 .box h3 {
	font-size: 18px;
}
.privacy .cont01 .box .text02 {
	line-height: 2;
	margin-top: 10px;
	font-size: 14px;
}
.privacy .cont01 .box .text02 a {
	text-decoration: underline;
}
.privacy .cont01 .box ul {
	margin-top: 15px;
}
.privacy .cont01 .box ul li {
	font-size: 14px;
}
.privacy .cont01 .box ul li:nth-of-type(n+2) {
	margin-top: 10px;
}
.privacy .cont01 .box .text03 {
	line-height: 2;
	display: inline-block;
	padding: 25px;
	background: #eaf5fa;
	margin-top: 20px;
	font-size: 14px;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/

.yonmaruyon .cont01,
.yonichimaru .cont01{
	padding: 50px 0 20px;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2{
	text-align: center;
	font-size: 20px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button ,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/* contact_box
------------------------------------------------------------------------*/
	.contact_box{
		padding: 0 0 40px;
		position: relative;
	}
	.contact_box .inner{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 400px;
		background: url("img/common_logo01.svg")right -100px top -102px no-repeat ,url("img/common_bg01.png");
		background-size: 468px ,106px;
		border-radius: 5px;
		filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
		padding: 40px 30px 34px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	.contact_box .inner .h_box h2{
		background: url("img/common_text04.svg")center top no-repeat;
		background-size: 150px;
		padding: 44px 0 0;
		font-size: 14px;
		line-height: 1;
		text-align: center;
	}
	.contact_box .inner .h_box .text01{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		text-align: center;
		margin-top: 30px;
	}
	.contact_box .inner .btn_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 0;
		width: 340px;
		margin-top: 25px;
	}
	.contact_box .inner .btn_box .tel{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3px 0;
	}
	.contact_box .inner .btn_box .tel a{
		display: block;
		width: 280px;
		height: 32px;
		background: url("img/common_tel01.svg")no-repeat;
		background-size: 100%;
		padding: 32px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.contact_box .inner .btn_box .button a{
		display: block;
		width: 270px;
		height: 50px;
		background: #013571 url("img/common_icon01.svg")left 76px center no-repeat;
		background-size: 18px;
		padding: 0 0 0 103px;
		border-radius: 5px;
		border: 1px solid #013571;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
	}
	.contact_box .inner .btn_box .button a:hover{
		background: #fff url("img/common_icon01_ho.svg")left 76px center no-repeat;
		background-size: 18px;
		color: #013571;
		opacity: 1;
	}
	.contact_box .inner .btn_box .button:nth-of-type(3) a{
		background: #1f7ed5 url("img/common_icon02.svg")left 52px center no-repeat;
		background-size: 20px;
		padding: 0 0 0 82px;
		border: 1px solid #1f7ed5;
	}
	.contact_box .inner .btn_box .button:nth-of-type(3) a:hover{
		background: #fff url("img/common_icon02_ho.svg")left 52px center no-repeat;
		background-size: 18px;
		color: #1f7ed5;
		opacity: 1;
	}



/*post_cont
------------------------------------------------------------------------*/
.post_cont .index_nav {
	box-sizing: border-box;
	padding: 30px;
	border: none;
	border-radius: 0px;
	margin: 20px 0 45px;
	background: var(--main-light-color);
	border-radius: 10px;
}
.post_cont .index_nav .title {
	font-weight: bold;
	position: relative;
	padding: 0 !important;
	padding-left: 35px !important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.post_cont .index_nav .title::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url(img/index_icon.png) no-repeat center / 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}
.post_cont .index_nav {
	position: static;
}
.post_cont .index_nav ul {
	margin: 20px 0 0 0;
	padding-bottom: 0;
}
.post_cont .index_nav ul li.index_level03 {
	margin-left: 15px;
}
.post_cont .index_nav ul li.index_level04 {
	margin-left: 30px;
}
.post_cont .index_nav ul li.index_level05 {
	margin-left: 45px;
}
.post_cont .index_nav ul li {
	display: block;
	text-align: left;
	margin-top: 30px;
	line-height: 1.2;
}
.post_cont .index_nav ul li.index_level03,
.post_cont .index_nav ul li.index_level04,
.post_cont .index_nav ul li.index_level05 {
	margin-top: 25px;
}
.post_cont .index_nav ul li a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.post_cont .index_nav ul li.index_level03 a,
.post_cont .index_nav ul li.index_level04 a,
.post_cont .index_nav ul li.index_level05 a {
	font-size: 14px;
}
.post_cont .index_nav ul li::before {
	display: none;
}

.post_cont .has-text-align-left{
	text-align: left;
}
.post_cont .has-text-align-center{
	text-align: center;
}
.post_cont .has-text-align-right{
	text-align: right;
}

.post_cont h2{
	margin: 50px 0 30px;
	padding: 0 0 0 35px;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
}
.post_cont h2:before{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: #fff;
	position: absolute;
	top:0px;
	left:0;
}
.post_cont h2:after{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:10px;
}
.post_cont h3{
	margin: 45px 0 30px;
	padding: 0 0 0 30px;
	font-size: 20px;
	position: relative;
	line-height: 1.2;
}
.post_cont h3:before{
	content: "";
	display: block;
	width:20px;
	height: 20px;
	background: var(--main-color);
	position: absolute;
	top:2px;
	left:0;
}

.post_cont h4{
	font-size:18px;
	border-left:5px solid var(--main-color);
	margin: 40px 0 30px;
	padding: 2px 0 0 15px;
	line-height: 1.2;
}

.post_cont h5{
	font-size:16px;
	margin: 35px 0 30px;
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.2;
}
.post_cont h5:before{
	content: "";
	display: block;
	width:15px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:0;
}
.post_cont strong{
	font-weight: bold;
	color: var(--main-dark-color);
}
.post_cont em{
	font-style: italic;
	color: var(--main-color);
}
.post_cont a{
	text-decoration: underline;
	color:var(--main-color);
}

.post_cont > p{
	margin: 0 0 30px;
}
.post_cont ul{
	margin: 0 0 30px 23px;
	list-style-type: disc;
}
.post_cont ol{
	margin: 0 0 30px 23px;
	list-style-type: decimal;
}
.post_cont table{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 1.5;
}
.post_cont table th{
	background: var(--main-color);
	color:#fff;
	font-weight: bold;
	padding: 10px 15px;
}
.post_cont table tr:nth-of-type(1) th{
	background: var(--main-dark-color);
}
.post_cont table td{
	background: var(--main-light-color);
	padding: 10px 15px;
}
.post_cont .wp-block-quote{
	background: var(--main-light-color);
	padding: 50px;
	border-left: 3px solid var(--main-color);
	margin: 0 0 30px;
	position: relative;
}
.post_cont .wp-block-quote:before,
.post_cont .wp-block-quote:after{
	content: "”";
	display: block;
	font-size: 100px;
	color:var(--main-color);
	line-height: 1;
	position: absolute;
}
.post_cont .wp-block-quote:before{
	top: 10px;
	left: 10px;
}
.post_cont .wp-block-quote:after{
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.post_cont .wp-block-buttons{
	margin: 0 0 30px;
	display: flex;
}
.post_cont .wp-block-buttons a{
	display: block;
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	line-height: 48px;
	min-width: 380px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
}
.post_cont .wp-block-buttons a::after{
	content: "";
	background: url(img/btn_arrow01.png)center left / cover no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.post_cont .wp-block-code{
	display: block;
	white-space: pre-wrap;
	margin: 0 0 30px;
}
.post_cont .wp-block-code code{
	display: inline-block;
	padding: 20px;
	color: #fff;
	background: #333;
}
.post_cont .wp-block-image{
	margin: 0 0 30px;
}
.post_cont .wp-block-image img{
	max-width: 100%;
	border-radius: 10px;
}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: #eaf5fa;
		position: relative;
	}
	footer::before{
		position: absolute;
		top: -200px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #eaf5fa;
		width: 1000px;
		height: 590px;
		border-radius: 50%;
		z-index: -1;
	}
	footer .inner{
		padding: 40px 20px 120px;
		position: relative;
	}
	footer .inner .logo{
		display: block;
		width: 350px;
		height: 43px;
		background: url("img/footer_logo.svg")no-repeat;
		background-size: 100%;
		padding: 43px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto;
	}
	footer .inner .under_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 35px 20px;
		margin-top: 45px;
	}

	footer .inner .under_box .info_box{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	footer .inner .under_box .info_box address p{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	footer .inner .under_box .info_box address .text01{
		line-height: 1;
	}
	footer .inner .under_box .info_box address .place{
		margin-top: 22px;
	}
	footer .inner .under_box .info_box address .tel::before{
		content: "TEL：";
	}
	footer .inner .under_box .info_box address .fax::before{
		content: "FAX：";
	}
	footer .inner .under_box .info_box address .mail::before{
		content: "Mail：";
	}
	footer .inner .under_box .info_box address .opentime::before{
		content: "営業時間：";
	}
	footer .inner .under_box .info_box address .closedday::before{
		content: "定休日：";
	}
	footer .inner .under_box .info_box .copy{
		position: absolute;
		bottom: 75px;
		left: 50%;
		transform: translateX(-50%);
		color: #999;
		font-size: 12px;
	}

	footer .inner .under_box .sitemap_box{
		width: 350px;
		margin: 30px auto 0;
	}
	footer .inner .under_box .sitemap_box .text02{
		height: 28px;
		background: url("img/footer_text01.svg")left top no-repeat;
		background-size: 58px;
		padding: 28px 0 0;
		border-bottom: 1px solid #013571;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .under_box .sitemap_box ul{
		margin-top: 12px;
	}
	footer .inner .under_box .sitemap_box ul li a{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.5;
	}
	footer .inner .under_box .sitemap_box ul li a:hover{
		text-decoration: underline;
	}

	footer .inner .under_box .column_box{
		width: 180px;
	}
	footer .inner .under_box .column_box .text02{
		width: 180px;
		height: 28px;
		background: url("img/footer_text02.svg")left top no-repeat;
		background-size: 65px;
		padding: 28px 0 0;
		border-bottom: 1px solid #013571;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .under_box .column_box ul{
		height: 350px;
		overflow-y: auto;
		margin-top: 12px;
	}
	footer .inner .under_box .column_box ul::-webkit-scrollbar {
		width: 3px;
	}
	footer .inner .under_box .column_box ul::-webkit-scrollbar-track {
		background-color: transparent;
	}
	footer .inner .under_box .column_box ul::-webkit-scrollbar-thumb {
		background-color: #959595;
	}
	footer .inner .under_box .column_box ul li a{
		width: 160px;
		font-size: 14px;
		line-height: 2.71;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding-left: 1em;
		position: relative;
	}
	footer .inner .under_box .column_box ul li a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "・";
	}
	footer .inner .under_box .column_box ul li a:hover{
		text-decoration: underline;
	}

	footer .inner .under_box .area_box{
		width: 150px;
	}
	footer .inner .under_box .area_box .text02{
		width: 150px;
		height: 28px;
		background: url("img/footer_text03.svg")left top no-repeat;
		background-size: 36px;
		padding: 28px 0 0;
		border-bottom: 1px solid #013571;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .under_box .area_box ul{
		height: 350px;
		overflow-y: auto;
		margin-top: 12px;
	}
	footer .inner .under_box .area_box ul::-webkit-scrollbar {
		width: 3px;
	}
	footer .inner .under_box .area_box ul::-webkit-scrollbar-track {
		background-color: transparent;
	}
	footer .inner .under_box .area_box ul::-webkit-scrollbar-thumb {
		background-color: #959595;
	}
	footer .inner .under_box .area_box ul li a{
		font-size: 14px;
		line-height: 2.71;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding-left: 1em;
		position: relative;
	}
	footer .inner .under_box .area_box ul li a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "・";
	}
	footer .inner .under_box .area_box ul li a:hover{
		text-decoration: underline;
	}

	footer .side_btn a{
		position: fixed;
		bottom: 100px;
		right: 0;
		display: block;
		width: 40px;
		height: 220px;
		background: #1f7ed5;
		border-radius: 5px 0 0 5px;
		padding: 15px 0 0;
		box-sizing: border-box;
		writing-mode: vertical-rl;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: 0.6px;
		z-index: 9999;
	}
	footer .side_btn a::after{
		position: absolute;
		bottom: -37px;
		right: -7px;
		content: "";
		background: url("img/common_img01.png")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 77px;
	}


}/*SPの記述ここまで*/





/* swiper
----------------------------------------------------------*/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}





/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form#mailformpro .must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro .optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
form#mailformpro .problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
@media screen and (min-width: 441px){
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
@media screen and (min-width: 441px){
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
@media screen and (min-width: 441px){
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 441px) {
	div#mfp_overlay_background{
		width:440px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:440px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}


body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
