@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
body{
	color: #11324d;
	background: #f9fafa;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #004e98;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt30{
	margin-top: 30px;
}
.mt15{
	margin-top: 15px;
}
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background: #f5f5f5;
}


@keyframes GradientBackground {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.bg_w_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 30px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img02.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
.bg_img02{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/slide03.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_img02{
	background-attachment: scroll;
}
.bg_img{
	padding: 50px 15px;
}
.bg_tx_tr{
	background: url("../img/bg_img_b2_tr.webp") no-repeat;
	background-position: top right;
	background-size: 70%;
}
.bg_tx_bl{
	background: url("../img/bg_img_b2_bl.webp") no-repeat;
	background-position: bottom left;
	background-size: 70%;
}
@media (max-width: 750px){
	.bg_tx_tr,.bg_tx_bl{
		background-size: 150%;
	}
}
.box_wrap_rt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f4e6;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
	margin-bottom: 70px;
	margin-top: 70px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f8f4e6;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
}
.txt_lv02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 3px;
	background: #d70c18;
}
.txt_lv02 .en{
	font-weight: 600;
	font-size: 150%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #004e98;
}
.txt_lv02.t_center{
	text-align: center;
	margin-bottom: 50px;
}
.txt_lv02.t_center .ja{
	padding: 0;
}
.txt_lv02.t_center .ja::before{
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 10px);
	
}

.bg_img01 .txt_lv02 .ja::before,
.bg_img02 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .en::before{
	background: #fff;
}
.bg_img01 .txt_lv02 .en,
.bg_img02 .txt_lv02 .en,
.bg_contact .txt_lv02 .en{
	color: #fff;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 3px #eee;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background-color: #11324d;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #11324d;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #11324d;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #11324d;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.25em, 0.439em + 3.4146vw, 3em);
	margin-bottom: 1em;
	font-family: 'Noto Serif JP', serif;
}
.rinen{
	max-width: 12em;
	margin: auto;
}
@media (max-width: 450px){
	.rinen{
		max-width: 13em;
	}
}
.txt_copy03{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #11324d;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.2em;
	font-weight: 700;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}



/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}

.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 100px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 15px;
	font-size: 1rem;
	line-height: 1;
}
.site-header h1 img{
	width: auto;
	height: 80px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}
.header_phone{
	display: flex;
	align-items: stretch;
	flex-direction: column-reverse;
	width: 200px;
}
.site-header .h_phone,
.site-header .h_mail{
	opacity: 1;
	transition: .5s;
}
.site-header .h_phone a{
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 1.1rem;
	vertical-align: middle;
	color: #fff;
	background:#d70c18;
	text-align: center;
}

.site-header .h_mail a{
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 50px;
	vertical-align: middle;
	color: #fff;
	background: #11324d;
	text-align: center;
}

.site-header .h_phone a i,
.site-header .h_mail a i{
	font-size: 1.1rem;
}

.site-header.transform .h_phone a{
	transition: .5s;
}
.site-header .h_phone:hover,
.site-header .h_mail:hover{
	opacity: 0.6;
}

.site-header .h_mail a:hover{

}
.site-header .h_mail a i{

}
.site-header.transform .h_mail a{

}
.site-header.transform .h_mail a:hover{
	
}
.site-header .h_insta a{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background:rgba(255,255,255,0);
	border:solid 1px #fff;
	border-radius: 50%;
	margin-right: 15px;
	transition: .5s;
}
.site-header .h_insta a i{
	line-height: 38px;
}
.site-header .h_insta a:hover{
	background:rgba(255,255,255,0.2);
}
.site-header.transform .h_insta a{
	color: #11324d;
	background:rgba(0,0,0,0);
	border:solid 1px #11324d;
}
.site-header.transform .h_insta a:hover{
	background:rgba(0,0,0,0.2);
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #11324d;
}
.site-header nav ul li a span{
	color:#eaeaea;
	font-size: 70%;
	font-weight: 600;
}
.site-header.transform nav ul li a span{
	color:#004e98;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	background:rgba(26,26,26,0.0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(26,26,26,1.0);
}

@media (max-width: 1366px){
	.site-header h1 img{
		height: 70px;
	}
	.site-header nav ul li{
		font-size: 0.9rem;
	}
}
@media (max-width: 1280px){
	.site-header h1 img{
		height: 60px;
	}
	
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	right: 0;
	position: relative;
}

.top_slider{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	right: 0;
	z-index: -1;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: url("../img/bg_img_w2_bl.webp");
	background-repeat: no-repeat;
	background-position: center , bottom left;
	background-size: cover ,90%;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:linear-gradient(rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2)),url("../img/slide09.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.top_slider .slider li.top02{
	background:linear-gradient(rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2)),url("../img/slide08.webp") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.top_slider .slider li.top03{
	background:linear-gradient(rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2)),url("../img/slide03.webp") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}


@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.top_slider .slider li .top_copy{
	position: absolute;
	letter-spacing: 0.12em;
	top: 60%;
	left: 10%;
	text-align: left;
	z-index: 8;
	font-size: clamp(1.2rem, 0.5614rem + 2.2707vw, 2.5rem);
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	opacity: 1;
	transition: 2s;
}
/*
.top_slider .slider li.slick-active .top_copy{
	bottom: 20%;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;
}

@keyframes appear{
	0% {
		opacity: 0.5;
		transform: translateY(0);
	}
	30% {
		opacity: 1;
		transform: translateY(-30%);
	}
	90% {
		opacity: 1;
		transform: scale(1) translateY(-30%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(-30%);
	}
}
*/
.scroll_arrow{
	position: absolute;
	z-index: 11;
	bottom: 15px;
	right: 15px;
}
.scroll_arrow img{
	width: 25px;
	filter: invert(100%) brightness(300%);
}
@media (max-width: 960px){
	.slide_wrap .copy{
		top: 60%;
		left: 10%;
		right: 0;
	}
	.slide_wrap .copy h2{
		width: 14em;
	}
}
@media (max-width: 750px){
	.slide_wrap .copy{
		top: 50%;
		left: 8%;
	}
	.slide_wrap .copy h2{
		width: 15em;
	}
}

/* コンテンツ
   ========================================================================== */

.contents{
	padding: 70px 0;
}

.contents_in{
	padding: 0 10px;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 5 - 20px);
	margin: 10px;
	padding: 15px;
	background:rgba(255,255,255,1);
}
.card001.type figure{
	border: solid 1px #eee;
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit:contain;
	background: #fff;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #004e98;
	font-size: 1rem;
}
.card001.type figure .slide_product li{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.card001.type figure .slide_product li img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit:contain;
	background: #fff;
}
@media (max-width: 1280px){
	.card001 figure{
		width: calc(100% / 4 - 20px);
	}
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	.card001.type{
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
	}
	.card001.type figure{
		width: calc(100% / 3 - 20px);
	}
}
@media (max-width: 750px){
	.card001.type figure{
		width: calc(100% / 2 - 10px);
		margin: 5px;
		padding: 10px;
	}
	.card001.type figure h3{
		font-size: 0.9rem;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.point h3{
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	color: #e65912;
	font-size: 2rem;
	border-bottom: solid 1px #004e98;
	margin-bottom: 30px;
}
.point h3 span.nb{
	font-size: 200%;
	padding-right: 1rem;
}
.point h3 span.ja{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	color: #11324d;
}
.point p.point{
	padding: 10px;
	background: #004e98;
	color: #fff;
	font-size: 0.9em;
}
.wrap80{
	padding: 10px 10%;
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #004e98;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 600;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #004e98;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul.indent li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.line02 ul.flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.line02 ul.flex li::after{
	content: '／';
	padding:0 0.5rem;
}
.line02 ul.flex li:last-child::after{
	content: none;
}
@media (max-width: 959px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
		color: #004e98;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #004e98;
	}
	
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
@media (max-width: 959px){
	.line02 table{
		font-size: 90%;
	}
}
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #666;
	width: 20%;
	min-width: 6em;
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 3px #004e98;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #004e98;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #004e98;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #004e98;
}
.dl_border01 dl dd{
	padding: 1em;
}


/* カルーセル | Infiniteslide.js v2============================================================ */
.scroll1{
	display: none;
}
.scroll1 li {
	overflow: hidden;
	margin: 20px;
	aspect-ratio: 4 / 3;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px 0 30px 0;
	width: 300px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: relative;
}
.scroll1 li img {
	display: block;
	width: auto;
	height: 95%;
	padding-top: 5%;
	margin: auto;
	background: #fff;
}
.scroll1 li h3{
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	padding: 0 0.5rem;
	transform: translateX(-50%);
	font-size: 1rem;
	width: fit-conttent;
	background: #004e98;
	color: #fff;
}


/* カルーセル | slick ============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100%);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	aspect-ratio: 4 / 3;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px 0 30px 0;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: auto;
	height: 95%;
	padding-top: 5%;
	margin: auto;
	background: #fff;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}
.slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
	width: 25px;
	height: 25px;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	left: -30px;
	transform: rotate(45deg);
}
.next-arrow {
	width: 25px;
	height: 25px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	right: -30px;
}
@media (max-width: 959px){
	.carousel{
		width:calc(100%);
	}
	.carousel .inner{
		padding: 10px;
	}
}
@media (max-width: 450px){
	.carousel{
		width:calc(100%);
	}
	.prev-arrow{
		left: -20px;
	}
	.next-arrow{
		right: -20px;
	}
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/bg_img03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	color: #fff;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	color: #11324d;
	background: url("../img/bg_img_b2_tl.webp") no-repeat;
	background-position: left top;
	background-size: 70%;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #ccc;
}

@media (max-width: 960px){
	footer{
		background-size:150%;
	}
}
@media (max-width: 450px){
	footer{
		background-size:250%;
	}
}
/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 15px auto;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background: rgba(255,255,255,1);
	color: #11324d;
	border: solid 1px #11324d;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	box-shadow: 5px 5px rgba(0,0,0,0.1);
	font-size: 1em;
	font-weight: 500;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	box-shadow: 1px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}
.bg_img01 .btn01{
	background: rgba(0,0,0,0);
	color: #fff;
	border: solid 1px #fff;
}

/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 5);
	height: 430px;
	background: #000;
	overflow: hidden;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.8;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	background: rgba(255,255,255,0.2);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	right: 35px;
	top:10%;
	font-size: 1.5em;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 150%;
}
figure.effect-chico h4 span{
	font-size: 60%;
}

figure.effect-chico p {
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
	.contents_link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 700px;
	}
	figure.effect-chico{
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		background: #000;
		overflow: hidden;
	}
	figure.effect-chico img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
		top:35px;
	}
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
	text-transform: uppercase;
}

.sub_bg{
	background: linear-gradient( rgba(0,78,152,0.6), rgba(0,78,152,0.6)),url("../img/bg_img02.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* サブページコンテンツ
   ========================================================================== */
.map{
	width: calc(100% - 100px);
	margin: auto;
}
.map iframe{
	width: 100%;
	vertical-align: middle;
}
@media (max-width: 960px){
	.map{
		width: calc(100% - 80px);
	}
}
@media (max-width: 750px){
	.map{
		width: calc(100% - 50px);
	}
}

.company_g {
	padding: 1rem;
}
.company_g p{
	font-size: 1rem;
	line-height: 180%;
	text-indent: 1em;
	margin-bottom: 1rem;
}

table.contrast{
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 30px auto;
    padding: 0;
    width:100%;
	max-width: 800px;
}
table.contrast tr{
	border-bottom: solid 1px #ccc;
}
table.contrast th{
	width: calc((100% - 5em) / 2);
	padding: 1em;
	text-align: left;
}
table.contrast td{
	width: 5em;
	text-align: center;
	color: #e65912;
}

table.contrast th:last-child{
	text-align: right;
}
@media (max-width: 768px){
	table.contrast{
		font-size: 0.9em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 80px;
	}
}
@media (max-width: 450px){
	table.contrast{
		font-size: 0.8em;
	}
	table.contrast th{
		padding: 1em 0;
	}
	table.contrast td{
		width: 65px;
	}
}

/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 3 / 2;
	position: relative;
	background: #f7f6f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: -15px;
	transform: rotate(-10deg);
	font-size: 3em;
	color: #e65912;;
	font-family: 'Noto Serif JP', serif;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.5));
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #004e98;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #339966;
	padding-left: 0.5em;
	font-size: 1.5em;
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #004e98;
    border-right: 2px solid #004e98;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#004e98;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #004e98;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#004e98;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #11324d;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #005eb2;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ccc;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#004e98;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
	color: #11324d;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	color: #11324d;
	
}
.phone_flex .phone .txt03{
	color: #11324d;
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .illust img{
	width: 150px;
	display: block;
	margin: 15px 0 0 auto;
}

.phone_flex .phone:hover{
	background: #f5f5f5;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	color: #11324d;
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #005eb2;
}
@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}
@media (max-width: 750px){
	
	.phone_flex .phone ul{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#004e98;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}


.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 15px 10px;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #11324d !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #11324d;
	margin-top: 1em;
}
.infobox h5 i{
	color: #004e98;
}
.infobox p{
	font-size: 0.8em !important;
	color: #11324d;
	padding: 0.5em 0;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #004e98;
  border-color: #004e98;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}

/* リスト ================================================== */
.list_wrap{
	display: flex;
	justify-content: center;
	align-items: stretch;
	position: relative;
}
.list_main{
	position: relative;
	flex: 1;
}
.list_main .scroll-point{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
.list_main h3{
	font-size: 1.1rem;
	background:linear-gradient(-230deg , #004e98 0 90% ,#d70c18 90% 100%);
	color: #fff;
	margin-bottom: 30px;
	padding: 0.5em 1em 0.5em 2.5em ;
	vertical-align: middle;
	position: relative;
}
.list_main h3::before{
	position: absolute;
	display: block;
	left: 1rem;
	top: calc(50% - 0.5rem);
	font-family: "Font Awesome 6 Free";
	content: '\f0da';
	font-weight: 900;
	padding-bottom: 0.5em;
	font-size: 1.1rem;
}
.list_main ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:15px;
}
.list_main ul li{
	width: 100%;
	max-width: 290px;
	background: #fff;
	padding: 10px;
	opacity: 1;
	transition: .5s;
	
}
.list_main ul li a{
	display: block;
	width: 100%;
	color: #11324d;
	background: #fff;
	text-align: center;
}
.list_main ul li img{
	width: 100%;
	height: 60px;
	object-fit: contain;
}
.list_main ul li h4{
	font-size: clamp(1rem, 0.9537rem + 0.1951vw, 1.1rem);
	text-align: center;
	color: #11324d;
	font-weight: 600;
	padding-bottom: 0.5rem;
}
.list_main ul li p{
	font-size: 0.7rem;
	color: #666;
}
.scroll-point{
	
}
.list_side{
	position: relative;
	width: 70px;
	padding: 0 15px 15px 0;
}
.list_side .wrap{
	position: sticky;
	top: 120px;
	max-height: calc(100vh - 160px);
	overflow: auto;
}
.list_side .wrap::-webkit-scrollbar{
	background: #ccc;
	width: 2px;
	height: 2px;
}
.list_side .wrap::-webkit-scrollbar-track {
  background-color: #e3e3e3;
}
.list_side .wrap::-webkit-scrollbar-thumb {
  background-color: #004e98;
}
.list_side li{
	position: relative;
	text-align: right;
	font-size: 0.9rem;
	padding: 0.25rem;
	transition: .5s;
}
.list_side li::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0da';
	font-weight: 900;
	color: #a9a9a9;
	padding-right: 0.5em;
}
.list_side li a{
	color: #a9a9a9;
}
.list_side li.current a{
	color: #11324d;
}
.list_side li.current::before{
	color: #d70c18; 
}
@media (max-width: 1200px){
	.list_side{
		width: 70px;
	}
	.list_main ul li{
		width: calc(100% / 3 - 10px);
		max-width: none;
	}
	
}
@media (max-width: 770px){
	
	.list_main ul li{
		width: calc(100% / 2 - 8px);
		max-width: none;
	}
	.list_main ul li img{
		height: 50px;
	}
	.list_side{
		width: fit-content;
		padding: 0 5px 10px 0;
	}
	.list_side li{
		font-size: 0.7rem;
	}
	.list_side li::before{
		padding-right: 0.2rem;
	}
}
@media (max-width: 450px){
	.list_main ul li{
		width: 100%;
		max-width: none;
	}
}

.rec_con {
    background: #142499;
    padding: 40px 0;
    text-align: center;
	margin: 30px 0;
}
.recruit .inner {
    max-width: 960px;
}
.rec_con .btn_wrap2 {
    display: flex;
    justify-content: space-around;
}
.rec_con .btn_wrap2 .btn {
    width: 360px;
}
.rec_con .btn_wrap2 .btn a {
    display: block;
    width: 100%;
    background: #fff;
    color: #142499;
    padding: 20px 0;
    font-size: 1.5rem;
	font-weight: 600;
    transition:all 0.5s ease-in;
}
.rec_con .btn_wrap2 .btn a:hover{
	color: #fff;
	background:#004e98;
}
@media (max-width: 960px){
	.rec_con .btn_wrap2{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.rec_con .btn_wrap2 .btn{
		margin: 10px;
	}
}
@media (max-width: 460px){
	.rec_con .btn_wrap2 .btn{
		width: calc(100% - 20px);
	}
}

/* TOPへ戻るボタン ================================================== */
#page_top{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
#page_top a img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	mix-blend-mode: difference;
}
@media (max-width: 750px){
	#page_top{
		right: 5px;
	}
	#page_top a img{
		width: 20px;
	}
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}

