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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}
@media (max-width: 960px){
	html{
		scroll-padding-top: 80px;
	}
}
body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #051b32;
	font-size: 15px;
	background: #fafafa;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #051b32;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.ja{
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
h2.title span.en{
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
h2.title span.en::first-letter{
	color: #398ABD;
}
h2.title.white span.en,
h2.title.white span.en::first-letter,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.ja{
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	h2.title span.en{
		font-size: 1.4rem;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
    padding: 18px 18px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.mtitle02{
		font-size: 1.2rem;
		padding: 15px 15px;
	}
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.1rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 120px;
	height: 2px;
	background: #004A78;
}
.stitle.white{
	color: #fff;
	border-color: #fff;
}
.stitle.white::before{
	background: #fff;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-bottom: 30px;
}
.ctitle::before{
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 52 / 23;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle span.orange{
	color: #fe7b21;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 1.4rem;
	}
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #004A78;
	letter-spacing: 0.08em;
	font-weight: 500;
	margin-bottom: 20px;
}

.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	background-color: #FEECE0;
	color: #fe7b21;
	font-weight: 700;
	text-align: left;
	padding: 1px 8px;
	margin-bottom: 10px;
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 360px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 18px 0;
	border-radius: 500px;
	letter-spacing: 0.1em;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	transition: all .5s ease;
	background: linear-gradient(to right, #68BDF2, #398ABD, #136394, #004A78);
	box-shadow: 1px 4px 15px rgba(104, 224, 242, 0.2);
}
.sbtn a:hover{
	opacity: 0.8;
	transform: scale(0.98);
}


.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn{
		max-width: 300px;
	}
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #f05742;
	background-image: linear-gradient(to right, #f05742, #f05742);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #136394;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #136394;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	letter-spacing: 0.08em;
	text-align: left;
	margin-bottom: 5px;
}
ul.check_list li:last-child{
	margin-bottom: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #fe7b21;
	opacity: 0.5;
	margin-right: .5em;
	font-size: 0.8em;
	transform: translateY(-1px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}

ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #004A78;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 32%;
	letter-spacing: 0.08em;
	padding: 7px 8px;
	background-color: #f5f5f5;
	background-color: #fff;
	margin: 0 0.5%;
	margin-bottom: 10px;
	border-radius: 3px;
	border-bottom: 2px solid #004A78;
}
ul.check_list03 li::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #fe7b21;
	color: #004A78;
	margin-right: 8px;
	font-size: 0.7em;
	transform: translateY(-2px);
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 49%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #004A78;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	font-size: 0.75rem;
	font-weight: 500;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #004A78;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.mini_flex .img{
		width: 300px;
	}
	.mini_flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 450px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/


.overwrap{
	overflow-x: clip;
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}









/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
}
.site_header.transform{
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(47, 47, 47, 0.1);
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	height: 100px;
}

.site_header h1{
	width: 450px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: 0.6;
}

.kasou .site_header{
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(47, 47, 47, 0.1);
}

@media (max-width: 960px){
	.site_header .flex{
		padding: 0 10px;
		height: 80px;
		background-color: #fff;
	}
	.site_header h1{
		width: 300px;
	}
}
@media (max-width: 450px){
	.site_header h1{
		width: 260px;
	}
}


/*===下部固定============*/
.bottom_fix{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	background-color: #fe7b21;
	z-index: 90;
	padding: 20px 0;
	transition: 0.4s;
	padding: 17px 0;
}
.bottom_fix.is_animation.hidden{
	transform: translateY(100%);
}
.bottom_fix .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom_fix .flex .text{
	width: 50%;
}
.bottom_fix .flex .text p{
	font-size: 1.6rem;
	font-weight: 700;
}
.bottom_fix .flex .text p span.orange{
	font-size: 1.2em;
	color: #edf227;
}
.bottom_fix .flex .btn_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
}
.bottom_fix .flex .btn_wrap a{
	display: block;
	width: 280px;
	width: 49%;
	text-align: center;
	padding: 18px 0;
	border-radius: 500px;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	transition: all .5s ease;
	background: linear-gradient(to right, #68BDF2, #398ABD, #136394, #004A78);
	background: linear-gradient(to bottom, #ef2000 0 50%, #E02D07 50% 100%);
	border: 3px solid #B21900;
}
.bottom_fix .flex .btn_wrap a i{
	display: inline-block;
	font-size: 0.9em;
	transform: translateY(-1px);
	color: #edf227;
}
.bottom_fix .flex .btn_wrap a:hover{
	opacity: 0.8;
	transform: scale(0.98);
}

@media (max-width: 1200px){
	.bottom_fix .flex .text p{
		font-size: 1.3rem;
	}
	.bottom_fix .flex .btn_wrap a{
		padding: 18px 0;
		font-size: 1rem;
	}
}
@media (max-width: 960px){
	.bottom_fix{
		padding: 15px 0;
	}
	.bottom_fix .flex{
		display: block;
	}
	.bottom_fix .flex .text{
		width: 100%;
		margin-bottom: 10px;
	}
	.bottom_fix .flex .text p{
		text-align: center;
	}
	.bottom_fix .flex .btn_wrap{
		width: 100%;
	}
	.bottom_fix .flex .btn_wrap a{
		border-width: 2px;
	}
}
@media (max-width: 450px){
	.bottom_fix .flex .text p{
		font-size: 0.9rem;
	}
	.bottom_fix .flex .btn_wrap a{
		padding: 14px 0;
		font-size: 0.7rem;
	}
}



/*===スライダー==============================*/
.fv{
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
	min-height: 800px;
	background: url(../img/fv_bg.png);
	background-size: cover;
	background-position: left center;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
}
.fv::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(to right bottom, #68BDF2, #398ABD, #136394, 60%, #004A78);
	background: linear-gradient(to right bottom, #fff, #68BDF2, #398ABD, #136394, 60%, #004A78);
	opacity: 0.9;
}
.fv .catch{
	position: absolute;
	bottom: 20%;
	left: 9%;
	width: 50%;
	max-width: 600px;
	z-index: 5;
}
.fv .catch img{
	display: block;
	width: 100%;
}
.fv .catch img.catch_main{
}
.fv .catch a.catch_btn{
	display: block;
	margin-top: 20px;
	transition: 0.1s;
	max-width: 500px;
}
.fv .catch a.catch_btn:hover{
	opacity: 0.6;
}

.fv .fv_slide_wrap{
	width: 50%;
	margin: 0 0 0 auto;
	margin-right: 3%;
	display: flex;
	justify-content: space-between;
}
.fv .fv_slide_wrap ul.fv_slide{
	width: 49%;
	height: 100vh;
	min-height: 800px;
}
.fv .fv_slide_wrap ul.fv_slide li{
	margin: 5px 0;
}

.fv .fv_slide_wrap ul.fv_slide02{
	transform: rotate(180deg);
}
.fv .fv_slide_wrap ul.fv_slide02 li{
	transform: rotate(-180deg);
}

@media (max-width: 1400px){
	.fv .catch{
		left: 5%;
	}
}
@media (max-width: 960px){
	.fv{
		height: 70vh;
		min-height: auto;
		margin-top: 80px;
	}
	.fv::before{
		width: 180%;
		max-width: 1200px;
	}
	.fv .catch{
		width: 70%;
		max-width: 500px;
		bottom: 12%;
	}
	.fv .catch a.catch_btn{
		width: 80%;
		margin-top: 15px;
	}
	.fv .fv_slide_wrap{
		width: 60%;
		margin-right: 2%;
	}
	.fv .fv_slide_wrap ul.fv_slide{
		height: 70vh;
		min-height: auto;
	}
}
@media (max-width: 450px){
	.fv .catch{
		width: 80%;
		bottom: 20%;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.bg01{
	background: linear-gradient(to right bottom, #004A78, #68BDF2);
	background: linear-gradient(to right bottom, #68BDF2, #398ABD, #136394, #004A78);
}
.bg02{
	background-color: #f5f5f5;
}
.bg03{
	background-color: #004A78;
}




.deco_text{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12rem;
	line-height: 1.2;
	pointer-events: none;
	color: #fff;
	z-index: -1;
}
.deco_text.white{
	opacity: 0.1;
}
@media (max-width: 750px){
	.deco_text{
		font-size: 4.5rem;
	}
}





.middle_contact{
	position: relative;
	z-index: 1;
	background-color: #004A78;
	background-color: #136394;
	background: linear-gradient(to top, #004A78, #136394);
	padding: 40px 0;
}
.middle_contact .sub{
	width: 98%;
	max-width: 700px;
	margin: 0 auto;
}
.middle_contact .c_flex{
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 0;
	margin-bottom: 5px;
}
.middle_contact .c_flex .img{
	width: 45%;
}
@media (max-width: 750px){
	.middle_contact{
		padding: 20px 0;
	}
	.middle_contact .inner{
		max-width: 500px;
	}
	.middle_contact .c_flex{
		display: block;
		padding: 10px 0;
	}
	.middle_contact .c_flex .img{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.middle_contact .c_flex .img:last-child{
		margin-bottom: 0 !important;
	}
}



/*==信頼と成果を生むコンテンツ設計==============================*/
.service{
}
.service .flex{
	display: flex;
	flex-wrap: wrap;
}
.service .flex .box{
	width: calc(100% / 5);
	text-align: center;
	padding: 40px 5px;
	background-color: #fff;
	border: 1px solid #eee;
	/*box-shadow: rgba(240, 240, 240, 0.1) 0px 4px 20px;*/
}
.service .flex .box .img{
	width: 50%;
	max-width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.service .flex .box p{
	font-weight: 700;
	font-size: 1.1rem;
}

@media (max-width: 960px){
	.service .flex{
		display: flex;
		flex-wrap: wrap;
	}
	.service .flex .box{
		width: calc(100% / 3);
	}
}
@media (max-width: 750px){
	.service .flex{
		display: flex;
		flex-wrap: wrap;
	}
	.service .flex .box{
		width: calc(100% / 2);
		padding: 20px 5px;
	}
	.service .flex .box p{
		font-size: 0.9rem;
	}
}



/*==制作プラン・料金==============================*/
.plan .lede{
	font-weight: 700;
	font-size: 1.2rem;
}
.plan .lede span.orange{
	color: #fe7b21;
	font-size: 1.4em;
}

.plan_table{
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 0;
}
.plan_table .colgroup2{
}
.plan_table .colgroup4{
	border: 2px solid #fe7b21;
}
.plan_table th,
.plan_table td{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 700;
	padding: 20px 15px;
	background-color: #fff;
}
.plan_table th::after,
.plan_table td::after{
	content: '';
	width: 96%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eee;
	pointer-events: none;
	z-index: 1;
}
.plan_table tr:last-child th::after,
.plan_table tr:last-child td::after,
.plan_table tr.first td::after{
	display: none !important;
}
.plan_table th{
	text-align: left;
}
.plan_table th.empty{
	border: none;
}
.plan_table td{
}

.plan_table tr.first td{
	background-color: #fe7b21;
	color: #fff;
	padding: 40px 5px;
}
.plan_table tr.first td.light{
	background-color: #398ABD;
}
.plan_table tr.first td.sky{
	background-color: #68BDF2;
}
.plan_table tr.first td h3{
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 14px;
}
.plan_table tr.first td p.cost{
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	/*border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin-bottom: 10px;*/
	margin-bottom: 20px;
}
.plan_table tr.first td p.cost span.sub{
	display: inline-block;
	font-size: 2.6em;
	letter-spacing: 0.02em;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	margin-right: 8px;
}
.plan_table tr.first td p.cost span.sub span{
	display: inline-block;
	font-size: 0.7em;
	transform: translateY(-2px);
}
.plan_table tr.first td p.detail{
	font-weight: 500;
}
.plan_table td ul.check_list li span.sub{
	text-decoration: underline;
	color: #fe7b21;
	display: inline-block;
}

.plan_table span.orange{
	color: #fe7b21;
}
.plan_table span.maru{
	color: #FEA161;
}

@media (max-width: 1400px){
	.plan_table{
		max-width: 960px;
		margin: 0 auto;
	}
	.plan_table tr.first td p.cost span.sub{
		font-size: 2.4em;
	}
}
@media (max-width: 960px){
	.plan_table tr.first td p.cost span.sub{
		display: block;
		font-size: 2.2em;
		margin-right: 0;
		margin-bottom: 8px;
	}
}
@media (max-width: 750px){
	.plan_table th,
	.plan_table td{
		letter-spacing: 0.08em;
		font-size: 0.5rem;
		padding: 10px 3px;
	}
	.plan_table th{
		width: 13%;
	}
	.plan_table td{
		width: 29%;
	}
	.plan_table td .ntitle{
		margin-bottom: 5px;
	}
	.plan_table td ul.care_list li{
		font-size: 0.5rem;
	}
	.plan_table tr.first td{
		padding: 10px 3px;
	}
	.plan_table tr.first td h3{
		font-size: 0.6rem;
		margin-bottom: 10px;
	}
	.plan_table tr.first td p.cost{
		font-size: 0.6rem;
		margin-bottom: 10px;
	}
	.plan_table tr.first td p.cost span.sub{
		font-size: 2em;
		margin-bottom: 6px;
	}
	.plan_table tr.first td p.detail{
		font-size: 0.5rem;
	}
}
@media (max-width: 450px){
}




span.annotation{
	display: inline-block;
	color: #f05742;
	font-size: 0.7em;
	margin: 0 0.02em;
}

ul.annotation_ans{
}
ul.annotation_ans li{
	font-size: 0.8rem;
	letter-spacing: 0.08em;
}
ul.annotation_ans li span.sub{
	display: inline-block;
	color: #f05742;
}
ul.annotation_ans li span.sub::after{
	content: '...';
	display: inline-block;
	color: #051b32;
	margin-right: 0.1em;
}

@media (max-width: 1400px){
	.plan ul.annotation_ans{
		max-width: 960px;
		margin: 0 auto;
	}
}


/*===IHJのホームページが選ばれる5つの理由==============================*/
.feature{
}

.feature .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feature .flex .box{
	width: 32%;
	margin: 0 0.5% 20px;
	background-color: #fff;
	padding: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-bottom: 3px solid #136394;
	border-radius: 5px;
}
.feature .flex .box img.icon{
	display: block;
	width: 50%;
	max-width: 150px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.feature .flex .box h3{
	text-align: center;
	font-weight: 700;
	font-size: 1.9rem;
	font-size: 1.7rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.feature .flex .box h3 span.num{
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 1.2;
	color: #bbb;
}
.feature .flex .box h3 span.orange{
	color: #fe7b21;
	display: inline-block;
	font-size: 1.2em;
	margin: 0 3px;
}
.feature .flex .box .info{
}
@media (max-width: 1200px){
	.feature .flex{
		justify-content: space-between;
	}
	.feature .flex .box{
		width: 49%;
		margin: 0 0 20px;
	}
}
@media (max-width: 750px){
	.feature .flex{
		display: block;
	}
	.feature .flex .box{
		width: 100%;
		padding: 20px;
		margin-bottom: 15px;
	}
	.feature .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.feature .flex .box img.icon{
		max-width: 100px;
		margin-bottom: 15px;
	}
	.feature .flex .box h3{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}




/*===制作事例==============================*/
.works{
}
.works .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.works .container .item{
	width: 32%;
	margin-bottom: 30px;
}
.works .container .item a{
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.works .container .item a .img.pc{
}
.works .container .item a .flex{
	display: flex;
	justify-content: space-between;
}
.works .container .item a .flex .left{
	width: 70%;
}
.works .container .item a .flex .right{
	position: relative;
	width: 30%;
}
.works .container .item a .flex .right .img{
	position: absolute;
	bottom: 0;
	right: -10px;
	z-index: 1;
	width: 100%;
}
.works .container .item a .flex .left .text{
	margin-top: 17px;
}
.works .container .item a .flex .left .text .info{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 7px;
}
.works .container .item a .flex .left .text .info p.sub{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	margin-bottom: 3px;
}
.works .container .item a .flex .left .text .info p.sub span.type{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #136394;
	background-color: #fe7b21;
	color: #fff;
	padding: 0 12px;
	font-size: 0.8em;
	margin-bottom: 7px;
}
.works .container .item a .flex .left .text .info ul.hush{
	line-height: 1.3;
}
.works .container .item a .flex .left .text .info ul.hush li{
	display: inline-block;
	font-size: 0.75rem;
	margin-right: 10px;
	color: #3C6178;
}
.works .container .item a .flex .left .text .info ul.hush li:last-child{
	margin-right: 0 !important;
}
.works .container .item a .flex .left .text .info ul.hush li::before{
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	content: "\23";
	font-weight: bold;
	margin-right: 3px;
}
.works .container .item a .flex .left .text p.btn{
	font-size: 0.75rem;
	color: #666;
}
.works .container .item a .flex .left .text p.btn::before{
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
	font-weight: bold;
	margin-right: 10px;
}
.works .container .item a:hover{
	opacity: 0.5;
	transform: scale(0.98);
}
@media (max-width: 1200px){
	.works .container .item{
		width: 48.5%;
	}
}
@media (max-width: 750px){
	.works .container{
		display: block;
		width: 92%;
		margin: 0 auto;
	}
	.works .container .item{
		width: 100%;
		margin-bottom: 15px;
	}
	.works .container .item:last-child{
		margin-bottom: 0 !important;
	}
	.works .container .item a .flex .left .text{
		margin-top: 10px;
	}
	.works .container .item a .flex .left .text .info{
		padding-bottom: 10px;
		margin-bottom: 3px;
	}
	.works .container .item a .flex .left .text .info p.sub{
		font-size: 0.9rem;
		margin-bottom: 1px;
	}
	.works .container .item a .flex .left .text .info p.sub span.type{
		padding: 0 10px;
		line-height: 1.7;
		margin-bottom: 3px;
	}
	.works .container .item a .flex .left .text .info ul.hush{
	}
	.works .container .item a .flex .left .text .info ul.hush li{
		font-size: 0.7rem;
		margin-right: 6px;
	}
	.works .container .item a .flex .left .text p.btn{
		font-size: 0.7rem;
	}
}




/*===豊富なオプションサービス==============================*/
.option{
}


.option .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.option .flex .box{
	position: relative;
	z-index: 1;
	width: 49%;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	margin-bottom: 20px;
}
.option .flex .box .sub{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.option .flex .box .sub .img{
	width: 80px;
	aspect-ratio: 1 / 1;
	padding: 15px;
	background-color: #fe7b21;
	border-radius: 50%;
}
.option .flex .box .sub .right{
	width: calc(100% - 100px);
}
.option .flex .box .sub .right h3{
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	color: #004A78;
	border-bottom: 2px solid #004A78;
	padding-bottom: 10px;
	line-height: 1.3;
}
.option .flex .box .sub .right h3 span.mini{
	display: inline-block;
	font-size: 1rem;
}
.option .flex .box .sub .right h3 span.num{
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.16em;
	line-height: 1.7;
	color: #bbb;
}
.option .flex .box .sub .right h3 span.num span{
	display: inline-block;
	color: #fe7b21;
	font-size: 1.3em;
	margin-left: 1px;
}
@media (max-width: 960px){
	.option .flex{
		display: block;
	}
	.option .flex .box{
		width: 100%;
	}
	.option .flex .box .sub .right h3{
		font-size: 1.6rem;
	}
}
@media (max-width: 750px){
	.option .flex .box .sub .img{
		width: 60px;
	}
	.option .flex .box .sub .right{
		width: calc(100% - 80px);
	}
	.option .flex .box .sub .right h3{
		font-size: 1.5rem;
	}
	.option .flex .box .sub .right h3 span.num{
		font-size: 0.8rem;
	}
}



.option .other_option{
}
@media (max-width: 750px){
}




/*===制作フロー==============================*/
.s_flow{
}

.flow01{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 960px;
}
.flow01 .box{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.flow01 .box .flex{
	display: flex;
	justify-content: space-between;
}
.flow01 .box .flex .flow_left{
	position: relative;
	width: 200px;
	background-color: #004A78;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.flow01 .box:last-child .flex .flow_left{
	background-color: #fe7b21;
}
.flow01 .box .flex .flow_left .img{
	width: 50%;
	max-width: 80px;
	margin: 0 auto;
}
.flow01 .box .flex .flow_left::before{
	content: '';
	width: 100%;
	aspect-ratio: 600 / 78;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	background: url(../img/flow_bottom.jpg);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.flow01 .box:last-child .flex .flow_left::before{
	display: none;
}

.flow01 .box .flex .flow_left p{
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 1.4rem;
}

.flow01 .box .flex .flow_right{
	width: calc(100% - 240px);
	position: relative;
	padding: 40px 0;
}
.flow01 .box .flex .flow_right h3{
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
	color: #004A78;
	margin-bottom: 10px;
}
.flow01 .box:last-child .flex .flow_right h3{
	color: #fe7b21;
}

@media (max-width: 750px){
	.flow01 .box .flex .flow_left{
		width: 80px;
	}
	.flow01 .box .flex .flow_left p{
		font-size: 1rem;
	}
	.flow01 .box .flex .flow_right{
		width: calc(100% - 100px);
		padding: 20px 0;
	}
	.flow01 .box .flex .flow_right h3{
		font-size: 1.3rem;
	}
}








/*===よくある質問==============================*/
.faq{
}

.faq_accordion{
	margin: 0 auto;
	max-width: 960px;
}
.faq_accordion li{
	box-shadow: rgba(240, 240, 240, 0.1) 0px 4px 20px;
	margin-bottom: 20px;
}
.faq_accordion li:last-child{
	margin-bottom: 0 !important;
}
.faq_accordion li h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    padding: 30px 20px;
	padding-right: 50px;
    transition: all .5s ease;
	background-color: #fff;
	display: flex;
}
.faq_accordion li h3 span.en{
	display: inline-block;
	font-size: 1.4em;
	margin-right: 0.5em;
	line-height: 1;
	color: #fe7b21;
}
.faq_accordion li h3::before,
.faq_accordion li h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fe7b21;
}
.faq_accordion li h3::before{
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}
.faq_accordion li h3::after{    
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
}
.faq_accordion li h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion li h3.close::after{
	transform: rotate(-45deg);
}

.faq_accordion li .text{
	position: relative;
    display: none;
	background-color: #fff;
    padding: 30px 20px;
}
.faq_accordion li .text::before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eee;
	pointer-events: none;
	z-index: 1;
}
.faq_accordion li .text .flex{
	display: flex;
	justify-content: space-between;
}
.faq_accordion li .text .flex span.en{
	display: inline-block;
	color: #f22200;
	font-size: 2.2em;
	margin-right: 0.5em;
	line-height: 1;
}
.faq_accordion li .text .flex .info{
	width: 100%;
}
.faq_accordion li .text .flex .info p{
	margin-bottom: 5px;
}
.faq_accordion li .text .flex .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.faq_accordion li h3{
		padding: 20px;
		padding-right: 50px;
	}
	.faq_accordion li .text{
		padding: 20px 20px;
	}
	.faq_accordion li .text .flex span.en{
		font-size: 1.4em;
	}
}



/*===会社概要==============================*/
.map_container{
}
.map_container .wrapper{
	margin-bottom: 60px;
}
.map_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.map_container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.map_container .wrapper .flex .text{
	width: 49%;
}
.map_container .wrapper .flex .text p{
	margin-bottom: 10px;
}
.map_container .wrapper .flex .text p:last-child{
	margin-bottom: 0 !important;
}
.map_container .wrapper .flex .text p span.sub{
	display: block;
}
.map_container .wrapper .flex .map{
	width: 49%;
}
@media (max-width: 750px){
	.map_container .wrapper{
		margin-bottom: 40px;
	}
	.map_container .wrapper .flex{
		display: block;
	}
	.map_container .wrapper .flex .text{
		width: 100%;
		margin-bottom: 10px;
	}
	.map_container .wrapper .flex .map{
		width: 100%;
	}
}








/*===フッター==============================*/
footer{
}
.footer_middle{
	text-align: center;
	padding: 100px 0;
}

footer h3{
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}
@media (max-width: 750px){
	.footer_middle{
		padding: 60px 0;
	}
}

.footer_bottom{
	text-align: center;
	letter-spacing: 0.1em;
	padding: 20px 0;
	padding-bottom: 120px;
	border-top: 1px solid #ccc;
}
@media (max-width: 960px){
	.footer_bottom{
		padding-bottom: 175px;
	}
}
@media (max-width: 450px){
	.footer_bottom{
		padding-bottom: 140px;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #004A78;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: linear-gradient(to right bottom, #004A78, #68BDF2);
	width: 100%;
	padding: 200px 0 100px;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 140px 0 70px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}






/*===リンク群==============================*/
.s_link{
	padding: 40px 0;
	background: url(../img/s_link_bg.jpg);
	background-size: cover;
	background-position: center;
}
.s_link::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #051b32, #004A78);
	pointer-events: none;
	z-index: -1;
	opacity: 0.7;
}

.s_link .sub{
	max-width: 700px;
	margin: 0 auto;
}
.s_link .c_flex{
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 0;
	margin-bottom: 5px;
}
.s_link .c_flex .img{
	width: 45%;
}

.s_link ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.s_link ul li{
	width: calc(33.33% - 10px);
	margin: 5px;
}
.s_link ul li a{
	display: block;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.s_link ul li a img{
	display: block;
	width: 100%;
}
.s_link ul li a:hover{
	opacity: 0.6;
}

@media (max-width: 750px){
	.s_link ul{
		justify-content: space-between;
	}
	.s_link ul li{
		width: 49%;
		margin: 0 0 5px;
	}
}
@media (max-width: 450px){
	.s_link{
		padding: 20px 0;
	}
	/*.s_link .inner{
		width: 90%;
	}*/
	.s_link .c_flex{
		display: block;
		padding: 10px 0;
	}
	.s_link .c_flex .img{
		width: 90%;
		margin: 0 auto;
	}
}



/*===お問い合わせ==============================*/
.contact_lede{
	color: #fff;
}

/*メールフォーム*/
.mailform{
	max-width: 960px;
	margin: 0 auto;
	font-weight: 500;
	color: #fff;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-weight: 700;
	padding: 10px 0;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px 8px;
	margin-right: 8px;
	border-radius: 2px;
	font-size: 0.8em;
	vertical-align: middle;
}
.mailform .row span.hissu{
	border: 1px solid #fff;
}
.mailform .row span.ninni{
	background-color: rgba(255,255,255,0.1);
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box,
.mailform textarea{
	border: 1px solid #fff;
  	padding: 10px 7px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform textarea{
	height: 200px !important;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 5px 10px;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.1);
	color: #fff;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	text-align: center;
	transition: 0.4s;
	padding: 16px 5px;
	margin: 0 auto;
	font-weight: 700;
	width: 90%;
	max-width: 300px;
	border-radius: 500px;
	background: rgba(255,255,255,0.1);
	border: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
}
.mailform button:hover{
	background: #004A78;
	transform: scale(0.98);
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #004A78;
    border-bottom: 3px solid #004A78;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #004A78;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #004A78;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
	color: #fff;
}



/*プライバシーポリシー*/
.privacy_container{
	border: 1px solid #004A78;
}
.privacy_container h3{
	background-color: #004A78;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 10px 10px;
}
.privacy_container .privacy_box{
	padding: 10px;
}
.privacy_container .privacy_box .privacy_flame{
	max-height: 300px;
	overflow-y: scroll;
	font-size: 0.8rem;
	padding-right: 5px;
}
.privacy_container .privacy_box .privacy_flame .info{
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}
.privacy_container .privacy_box .privacy_flame .info:last-child{
	margin-bottom: 0 !important;
}
.privacy_container .privacy_box .privacy_flame .info p.sub{
	background-color: #f5f5f5;
	color: #004A78;
	font-weight: 700;
	padding: 10px;
	font-size: 1rem;
	margin-bottom: 10px;
}


/*スクロールバー*/
.privacy_container .privacy_box .privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 2px;
    background: #f5f5f5;
}
.privacy_container .privacy_box .privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_container .privacy_box .privacy_flame::-webkit-scrollbar-thumb, .privacy_container .privacy_box .privacy_flame::-webkit-scrollbar-corner {
    background: #004A78;
}




/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}


/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

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