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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	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 .en{
	display: block;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #172548;
	margin-bottom: 5px;
}
h2.title .ja{
	display: block;
	font-size: 1.3rem;
	line-height: 1.7;
  	font-weight: 700;
	letter-spacing: 0.08em;
}

h2.title.center .en{
	margin: 0 auto;
	margin-bottom: 5px;
}
h2.title.center .ja{
	margin: 0 auto;
}

h2.title.white .en,
h2.title.white .ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center .en{
		margin: 0 auto;
		margin-bottom: 5px;
	}
	h2.title.m_center .ja{
		margin: 0 auto;
	}
	h2.title .en{
		font-size: 2.8rem;
	}
	h2.title .ja{
		font-size: 1.2rem;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #172548 0%, #172548 85%, #44506E 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;
	background-color: #fff;
	border: 2px solid #172548;
    padding: 18px 18px;
	padding-left: 36px;
	color: #172548;
    margin-bottom: 25px;
	box-shadow: 4px 4px rgba(23, 37, 72, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #172548;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 120px;
	height: 2px;
	background: #000;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	color: #172548;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #172548;
	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.12em;
	font-weight: 700;
	color: #172548;
	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.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.2rem;
	padding-left: 15px;
	font-weight: 700;
	border-left: 4px solid #172548;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	border-left: 5px solid #172548;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.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: 340px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 2px solid #172548;
	text-align: center;
	width: 100%;
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #fff;
	transition: all .5s ease;
	background: #172548;
}
.sbtn a:hover{
	background:#fff;
	color: #172548;
}
.sbtn.white a{
	background:#fff;
	color: #172548;
	border-color: #fff;
}
.sbtn.white a:hover{
	color: #fff;
	background: #172548;
}

.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%;
}
.m_contact a{
	min-width: 280px;
}

.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.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	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: #172548;
	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 #172548;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.white td{
	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;
}
.info_table03.white,
.info_table03.white tr{
	border-color: rgba(255, 255, 255, 0.5);
}
.info_table03.white th,
.info_table03.white td{
	color: #fff;
}
@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{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
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: #172548;
	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: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		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: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	font-size: 0.85rem;
}
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: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.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: 510px;
	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;
}





/*テキストのアニメーション(右下から出現)*/
.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 1.4s;
	transition-delay: 0.4s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 1.4s;
	transition-delay: 0.4s;
}
.img_up.inview img{
	transform: translateX(0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

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

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1s, transform 1s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1s, transform 1s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1s, transform 1s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 750px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}


.swipe{
	position: relative;
	overflow: hidden;
	transform: translateY(80px);
	transition: 1.2s;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #172548, #BEC5D4);
	pointer-events: none;
	z-index: 1;
	transform: translateX(-101%);
	transition: 1.6s;
	border-radius: 5px;
}
.swipe .swipe_in{
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.4s;
}
.swipe.inview{
	transform: translateY(0);
}
.swipe.inview .swipe_in{
	opacity: 1;
}
.swipe.inview::after{
	transform: translateX(101%);
}



.sec_appear{
	clip-path: circle(0% at 50% 50%);
}
.sec_appear.inview{
	animation: clip_sec 3.4s forwards;
}
@keyframes clip_sec {
	0% {
		clip-path: circle(0% at 50% 50%);
	}
	10% {
		clip-path: circle(0% at 50% 50%);
	}
	100% {
		clip-path: circle(100.0% at 50% 50%);
	}
}




.deco img{
	display: block;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
.deco.inview img{
	animation: kirinuki 1s forwards linear;
    animation-delay: 0.5s;
}
@keyframes kirinuki{
    0%{
        scale: 1;
        opacity: 0;
    }
    8%{
        scale: 1.07;
        opacity: 1;
    }
    17%{
        scale: 1.12;
        opacity: 1;
    }
    34%{
        scale: 1;
        opacity: 1;
    }
    51%{
        scale: 1.02;
        opacity: 1;
    }
    68%{
        scale: 1;
        opacity: 1;
    }
    84%{
        scale: 1.01;
        opacity: 1;
    }
    100%{
        scale: 1;
        opacity: 1;
    }
}





/*背景文字*/
.flowimg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	animation: flowimg_apper 1.4s ease-in-out;
	pointer-events: none;
}
@keyframes flowimg_apper {
	0% {
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.flowimg::before,
.flowimg::after{
	display: block;
	position: absolute;
	bottom: 0;
	content: "hokuwa-densetsu";
	width: 100%;
	height: auto;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	z-index: -10;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	opacity: 0.1;
	font-size: 14rem;
}
.flowimg::before{
	left: 0;
	animation: flowimg 20s linear infinite;
}
.flowimg::after{
	left: 2000px;
	animation: flowimg 20s linear infinite;
}
@keyframes flowimg{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2000px);
	}
}
@media (max-width: 750px){
	.flowimg::before,
	.flowimg::after{
		font-size: 8rem;
	}
	.flowimg::before{
		animation: flowimg 12s linear infinite;
	}
	.flowimg::after{
		left: 1160px;
		animation: flowimg 12s linear infinite;
	}
	@keyframes flowimg{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1160px);
		}
	}
}

.flowimg.cl::before,
.flowimg.cl::after{
	color: #172548;
	opacity: 0.1;
}


.flowimg.reverse::before{
	left: 0;
	animation: flowimg_reverse 20s linear infinite;
}
.flowimg.reverse::after{
	left: -2000px;
	animation: flowimg_reverse 20s linear infinite;
}
@keyframes flowimg_reverse{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(2000px);
	}
}
@media (max-width: 750px){
	.flowimg.reverse::before{
		animation: flowimg_reverse 12s linear infinite;
	}
	.flowimg.reverse::after{
		left: -1160px;
		animation: flowimg_reverse 12s linear infinite;
	}
	@keyframes flowimg_reverse{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(1160px);
		}
	}
}



/*テキストを表示*/
.txt_fresh{
	display: block;
	position: relative;
	z-index: 1;
	width: -moz-fit-content;
	width: fit-content;
	overflow: hidden;
}
.txt_fresh::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-101%);
}
.txt_fresh.cl::before{
	background: #172548;/*色付き*/
}
.txt_fresh .txt_fresh_in{
	display: inline-block;
	opacity: 0;
}
.txt_fresh.inview{
}
.txt_fresh.inview::before{
	animation: txt_fresh2 0.9s cubic-bezier(0.5,1,0.5,0) forwards;
}
.txt_fresh.inview .txt_fresh_in{
	animation: txt_fresh3 0.9s ease-in-out forwards;
}
@keyframes txt_fresh2{
	0% {
		transform: translateX(-101%);
	}
	100% {
		transform: translateX(101%);
	}
}
@keyframes txt_fresh3{
	0% {
		opacity: 0;
	}
	40%{
		opacity: 0;
		transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}




/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}
.site_header.transform{
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
}
.site_header .flex .left{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 200px);
	padding: 0 30px;
}

.site_header h1{
	width: 300px;
	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: .6;
}

.site_header .flex .tr{
}
.site_header .flex .tr .btn{
	width: 200px;
}
.site_header .flex .tr .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #172548;
	color: #fff;
	font-weight: 700;
}
.site_header .flex .tr .btn a i{
	display: inline-block;
	margin-right: 5px;
	font-size: 0.9em;
	transform: translateY(1px);
}
.site_header .flex .tr .btn.tel a{
	background-color: #f5f5f5;
	color: #172548;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
}
.site_header .flex .tr .btn a:hover{
	opacity: 0.7;
}


/*global_nav*/
.global_nav{
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
}
.global_nav ul li{
	margin-left: 30px;
	transition: .4s;
}
.global_nav ul li:first-child{
	margin-left: 0 !important;
}
.global_nav ul li a{
	display: block;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.global_nav ul li a .en{
	display: block;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	color: #172548;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	margin-bottom: 5px;
	transition: 0.2s;
}
.global_nav ul li a:hover .en{
	opacity: 0.5;
	transition-delay: 0.1s;
}
@media (max-width: 1300px){
	.site_header .flex .left{
		padding: 0 20px;
	}
	.site_header h1{
		width: 220px;
	}
	.global_nav ul li{
		margin-left: 20px;
	}
}
@media (max-width: 1200px){
	.site_header .flex{
		padding-right: 80px;
	}
	.site_header .flex .left{
		padding: 0 10px;
	}
	.site_header .flex .tr{
		display: flex;
		justify-content: right;
	}
	.site_header .flex .tr .btn a{
		height: 80px;
	}
	.global_nav{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header .flex{
		padding-right: 0;
	}
	.site_header .flex .left{
		width: 100%;
		height: 80px;
	}
	.site_header .flex .tr .btn{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	height: calc(100vh - 100px);
}
.top_slider::before{
	content: '';
	width: 95%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #172548;
	pointer-events: none;
	z-index: -10;
}
.top_slider .slider{
	position: relative;
	width: 95%;
	margin: 0 0 0 auto;
	background-color: #fff;
	z-index: -2;
	pointer-events: none;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 80;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li{
	width: 100%;
	height: calc(90vh - 100px);
	min-height: 400px;
	background-size: cover;
	background-position: center center;
	animation: fv_ani 1.8s cubic-bezier(.455,.03,.515,.955);
}
@keyframes fv_ani{
  0%{
		filter: blur(10px) brightness(2);
		transform: scale(1.01);
	}
	100%{
		filter: blur(0) brightness(1);
		transform: scale(1);
	}
}
.top_slider .slider li.add-animation .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	animation: zoom 7.5s linear 0s forwards;
}
@keyframes zoom {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}



/*キャッチ*/
.top_slider .catch{
	position: absolute;
	left: 7%;
	bottom: 4%;
	z-index: 2;
	width: 90%;
}
.top_slider .catch .txt{
	margin-bottom: 5px;
}
.top_slider .catch .txt:last-child{
	margin-bottom: 0 !important;
}
.top_slider .catch .txt span{
	color: #fff;
	font-size: 3.6rem;
	font-size: 5.6rem;
	font-size: clamp(1.6rem, 6vw, 5rem);
	font-weight: 700;
	font-style: italic;
}

@media (max-width: 750px){
	.top_slider{
		height: 450px;
		min-height: auto;
	}
	.top_slider .slider li{
		height: 400px;
		min-height: auto;
	}
}


/*===メイン==============================*/
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;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.s_middle{
	position: relative;
	height: 400px;
	z-index: 1;
}
.s_middle img.bg{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s_middle01::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(23, 37, 72, 0.3);
	pointer-events: none;
	z-index: 1;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}


.bg01{
	background-color: #172548;
}
.bg02{
	background-color: #f5f5f5;
}



/*==news==============================*/
.news{
}
.news::after{
	content: '';
	width: 70%;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #f5f5f5;
	pointer-events: none;
	z-index: -1;
}

.news .deco01{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 24%;
	max-width: 200px;
	transform: translate(0, -40%);
}



/*==welcome==============================*/
.welcome{
}

.welcome .deco01{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 24%;
	max-width: 250px;
	transform: translate(0, -10%);
}

.welcome .flex{
	display: flex;
	justify-content: space-between;
}
.welcome .flex .text{
	width: 49%;
}
.welcome .flex .picture{
	width: 49%;
}
.welcome .picture .img{
	width: 95%;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	margin-bottom: 20px;
}
.welcome .picture .img:nth-child(2){
	margin: 0 0 0 auto;
}

.welcome h3{
	margin-bottom: 30px;
}
.welcome h3 span.txt{
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
}
.welcome h3 span.big{
	font-size: 1.3em;
}


@media (max-width: 750px){
	.welcome .flex{
		flex-direction: column-reverse;
	}
	.welcome .flex .text{
		width: 100%;
	}
	.welcome .flex .picture{
		width: 100%;
		margin-bottom: 40px;
	}
	.welcome h3{
		text-align: center;
	}
	.welcome h3 span.txt{
		font-size: 1.4rem;
	}
	.welcome .info{
		text-align: center;
	}
}



.s_middle01 .deco01{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 30%;
	max-width: 250px;
	transform: translate(0, -20%);
}
.s_middle01::after{
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	background-color: #172548;
	z-index: 4;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}


/*===tm_acc==============================*/
.tm_acc{
}
.tm_acc::after{
	content: '';
	width: 70%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	pointer-events: none;
	z-index: -1;
}


#tm_container{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#tm_container .tm_picture{
	position: relative;
	width: 58%;
}
#tm_container .tm_picture .img{
	display: block;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
	pointer-events: none;
	transition: 0.4s;
}
#tm_container .tm_picture .img img{
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}
#tm_container .tm_picture .img img.deco{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	z-index: 1;
	clip-path: none;
}
#tm_container .tm_picture .img img.deco.mini{
	width: 20%;
}
#tm_container .tm_picture .img.item02,
#tm_container .tm_picture .img.item03,
#tm_container .tm_picture .img.item04{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#tm_container ul.tm_list{
	width: 40%;
}
#tm_container ul.tm_list li{
	position: relative;
	width: 85%;
	margin-bottom: 40px !important;
}
#tm_container ul.tm_list li:nth-child(even){
	margin: 0 0 0 auto;
	transform: rotate(3deg);
}
#tm_container ul.tm_list li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #172548;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 1.2rem;
	font-weight: 700;
	clip-path: polygon(4% 0, 96% 0, 100% 14%, 100% 90%, 96% 100%, 4% 100%, 0 90%, 0 14%);
	border: 4px solid #172548;
	transition: background-color 0.4s, color 0.4s, clip-path 0.1s;
}
#tm_container ul.tm_list li a::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: 900; /*REGULARは「400」*/
	margin-right: 10px;
}
#tm_container ul.tm_list li a:hover{
	background-color: #fff;
	color: #172548;
	clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 0);
}


#tm_container .tm_picture .img.item02,
#tm_container .tm_picture .img.item03,
#tm_container .tm_picture .img.item04{
	opacity: 0;
}

#tm_container.item02 .tm_picture .img.item01,
#tm_container.item02 .tm_picture .img.item03,
#tm_container.item02 .tm_picture .img.item04,
#tm_container.item03 .tm_picture .img.item01,
#tm_container.item03 .tm_picture .img.item02,
#tm_container.item03 .tm_picture .img.item04,
#tm_container.item04 .tm_picture .img.item01,
#tm_container.item04 .tm_picture .img.item02,
#tm_container.item04 .tm_picture .img.item03{
	opacity: 0;
}

#tm_container.item01 .tm_picture .img.item01{
	opacity: 1;
}
#tm_container.item02 .tm_picture .img.item02{
	opacity: 1;
}
#tm_container.item03 .tm_picture .img.item03{
	opacity: 1;
}
#tm_container.item04 .tm_picture .img.item04{
	opacity: 1;
}

@media (max-width: 750px){
	#tm_container{
		display: block;
		margin-bottom: 40px;
	}
	#tm_container .tm_picture{
		width: 100%;
		margin-bottom: 10px;
	}
	#tm_container ul.tm_list{
		width: 100%;
	}
	#tm_container ul.tm_list li{
		width: 85%;
		margin-bottom: 20px !important;
	}
	#tm_container ul.tm_list li:nth-child(even){
		margin: 0 0 0 auto;
		transform: rotate(3deg);
	}
	#tm_container ul.tm_list li a{
		padding: 20px 0;
		font-size: 1rem;
	}
}



.tm_acc .tail{
}
.tm_acc .tail h3{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 80px;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	margin: 0 auto;
	margin-bottom: 25px;
	color: #172548;
}
.tm_acc .tail h3::before,
.tm_acc .tail h3::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.8em;
}
.tm_acc .tail h3::before{
	content: '＼';
	left: 0;
}
.tm_acc .tail h3::after{
	content: '／';
	right: 0;
}


.tm_acc .tail .btn{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.tm_acc .tail .btn a{
	display: block;
	width: 100%;
	border: 4px solid #172548;
	color: #172548;
	font-weight: 700;
	font-size: 1.4rem;
	padding: 20px 0;
	text-align: center;
}
.tm_acc .tail .btn a:hover{
	background-color: #172548;
	color: #fff;
}
@media (max-width: 750px){
	.tm_acc .tail h3{
		padding: 0 60px;
		font-size: 1.4rem;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.tm_acc .tail .btn a{
		font-size: 1.2rem;
		padding: 18px 0;
	}
}



/*===t_movie==============================*/
.t_movie{
}
.t_movie::after{
	content: '';
	width: 85%;
	height: 60%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f5f5f5;
	pointer-events: none;
	z-index: -10;
}
.t_movie .deco01{
	position: absolute;
	bottom: 0;
	left: 2%;
	z-index: -1;
	width: 18%;
	max-width: 180px;
}
.t_movie .deco02{
	position: absolute;
	top: 30%;
	right: 0;
	z-index: -1;
	width: 23%;
	max-width: 280px;
	transform: rotate(10deg);
}

.t_movie .youtube_wrapper{
	border: 5px solid #172548;
	background-color: #fff;
}

@media (max-width: 960px){
	.t_movie{
		padding-bottom: 0;
	}
	.t_movie .deco01{
		position: static;
		margin: 20px 20px 10px;
	}
	.t_movie .deco02{
		top: 0;
	}
}



/*===フッター==============================*/
footer{
	background-color: #172548;
	color: #fff;
}

.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: right center;
	padding: 60px 0;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(23, 37, 72, 0.8);
	pointer-events: none;
	z-index:-1;
}
.footer_top .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_top .flex .left{
	width: 49%;
}
.footer_top .flex .right{
	width: 49%;
}
.footer_top .btn_wrap{
}
.footer_top .btn_wrap .btn{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn:last-child{
	margin-bottom: 0 !important;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	text-align: center;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	text-transform: uppercase;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 960px){
	.footer_top{
		text-align: center;
	}
	.footer_top .flex{
		display: block;
	}
	.footer_top .flex .left{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_top .flex .right{
		width: 100%;
	}
	.footer_top .btn_wrap .btn a{
		font-size: 1.3rem;
	}
}


.footer_middle{
	position: relative;
	padding: 100px 0;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .left{
	width: 440px;
}
.footer_middle .flex .right{
	width: calc(100% - 440px);
}
.footer_middle .flex .right .fnav_container{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .right .fnav_container .fnav{
	width: 48.5%;
}
.footer_middle .flex .right .fnav_container .fnav .box{
	border-top: 1px solid #fff;
	margin-bottom: 40px;
}
.footer_middle .flex .right .fnav_container .fnav .box:last-child{
	margin-bottom: 0;
}
.footer_middle .flex .right .fnav_container .fnav .box h4{
	font-size: 0.9rem;
	padding: 10px 0;
}
.footer_middle .flex .right .fnav_container .fnav .box h4 a{
	color: #fff;
}
.footer_middle .flex .right .fnav_container .fnav .box h4 span{
	display: inline-block;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.8rem;
	margin-right: 20px;
}
.footer_middle .flex .right .fnav_container .fnav .box h4 a:hover{
	opacity: 0.6;
}
.footer_middle .flex .right .fnav_container .fnav .box ul{

}
.footer_middle .flex .right .fnav_container .fnav .box ul li{

}
.footer_middle .flex .right .fnav_container .fnav .box ul li a{
	color: #fff;
}
.footer_middle .flex .right .fnav_container .fnav .box ul li a::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: 900;
	font-size: 0.8em;
	transform: translateY(-2px);
	margin-right: 10px;
}
.footer_middle .flex .right .fnav_container .fnav .box ul li a:hover{
	opacity: 0.6;
}



footer h3{
	width: 100%;
	max-width: 350px;
	margin-bottom: 30px;
}
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;
}

.footer_middle .copy{
	margin-top: 40px;
	color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px){
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .left{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer_middle .flex .right{
		width: 100%;
	}
	footer h3{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer_middle .copy{
		margin-top: 20px;
	}
}
@media (max-width: 750px){
	.footer_middle{
		padding: 60px 0;
	}
	.footer_middle .flex .right .fnav_container{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.footer_middle .flex .right .fnav_container .fnav{
		width: 100%;
	}
	.footer_middle .flex .right .fnav_container .fnav .box:last-child{
		margin-bottom: 40px;
	}
	.footer_middle .flex .right .fnav_container .fnav:last-child .box:last-child{
		margin-bottom: 0;
	}
}


/*トップに戻る*/
.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: #111;
  	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: #172548;
	width: 100%;
	padding: 120px 0;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
.kasou_top .en{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
	text-align: center;
	color: #fff;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	text-transform: uppercase;
	font-size: 8rem;
	letter-spacing: 0.15em;
	opacity: 0.02;
	white-space: nowrap;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 70px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
	.kasou_top .en{
		font-size: 5rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	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;
}


/*===北和電設の働き方ページ==============================*/
.environment{
}
.environment .deco01{
	position: absolute;
	bottom: 0;
	left: 2%;
	z-index: -1;
	width: 40%;
	max-width: 280px;
}
.environment .deco02{
	position: absolute;
	top: 20px;
	right: 1%;
	z-index: -1;
	width: 21%;
	max-width: 320px;
	transform: rotate(5deg);
}
.environment .text{
	margin: 0 auto;
	max-width: 700px;
}
.environment .text h3{
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	text-align: center;
	color: #172548;
	border-bottom: 5px solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.environment .text .info p{
	line-height: 2.2;
	font-weight: 700;
}
@media (max-width: 1200px){
	.environment{
		padding-bottom: 0;
	}
	.environment .deco_wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.environment .deco_wrap .deco{
		position: static;
	}
	.environment .deco01{
		width: 45%;
		max-width: 280px;
	}
	.environment .deco02{
		width: 48%;
		max-width: 320px;
	}
}



.training{
}
.training .lede{
	color: #fff;
}
.training .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.training .flex .box{
	width: 49%;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
}
.training .flex .box h3{
	color: #172548;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}
.training .flex .box h3::before{
	font-family: "Font Awesome 6 Free";
	content: "\f45c";
	font-weight: 900;
	margin-right: 10px;
}
@media (max-width: 750px){
	.training .flex{
		display: block;
	}
	.training .flex .box{
		width: 100%;
		padding: 25px;
		margin-bottom: 15px;
	}
	.training .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}




.atmosphere{
}
.atmosphere .deco01{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 24%;
	max-width: 280px;
	transform: translate(0, -10%);
}
.atmosphere .img.rotate{
	transform: rotate(-2deg);
}
@media (max-width: 750px){
	.atmosphere .deco01{
		transform: translate(0, -50%);
	}
}


.vision{
}
.vision .deco01{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 24%;
	max-width: 200px;
	transform: translate(0, -10%);
}



/*===仕事を知るページ==============================*/
.service01{
}
.service01 .container .wrapper{
	margin-bottom: 60px;
}
.service01 .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.service01 .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service01 .container .wrapper .flex .img{
	width: 48%;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}
.service01 .container .wrapper .flex .text{
	width: 48%;
}
.service01 .container .wrapper .flex .text h3{
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #172548;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.service01 .container .wrapper .flex .text .deco{
	width: 22%;
	margin-top: 20px;
}
.service01 .container .wrapper .flex .text .deco.right{
	margin: 0 0 0 auto;
	margin-top: 20px;
}
@media (max-width: 750px){
	.service01 .container .wrapper{
		margin-bottom: 40px;
	}
	.service01 .container .wrapper .flex{
		flex-direction: column;
	}
	.service01 .container .wrapper .flex.reverse{
		flex-direction: column-reverse;
	}
	.service01 .container .wrapper .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.service01 .container .wrapper .flex .text{
		width: 100%;
	}
	.service01 .container .wrapper .flex .text h3{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.service01 .container .wrapper .flex .text .deco{
		width: 35%;
	}
}






.service02{
}
.service02 .flex{
	display: flex;
	flex-wrap: wrap;
}
.service02 .flex .box{
	width: 32%;
	margin: 0 0.5% 15px;
	background-color: #fff;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service02 .flex .box .img{
	margin-bottom: 15px;
}
.service02 .flex .box h3{
	font-weight: 700;
	color: #172548;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}
@media (max-width: 960px){
	.service02 .flex{
		justify-content: space-between;
	}
	.service02 .flex .box{
		width: 49%;
		margin: 0 0 15px;
		padding: 20px;
	}
}
@media (max-width: 750px){
	.service02 .flex{
		display: block;
	}
	.service02 .flex .box{
		width: 100%;
		padding: 20px;
	}
	.service02 .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}




.service_bottom{
}
.service_bottom .deco01{
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 1;
	width: 14%;
	max-width: 200px;
}
@media (max-width: 750px){
	.service_bottom .deco01{
		width: 20%;
	}
}




/*===先輩からのメッセージ／1日の流れページ==============================*/
.message{
}
.message .container{
}
.message .container .wrapper{
	margin-bottom: 80px;
}
.message .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.message .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.message .container .wrapper .flex .left{
	width: 49%;
}
.message .container .wrapper .flex .right{
	width: 49%;
}
.message .container .wrapper .flex .left .pic{
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.message .container .wrapper .flex .left .pic p{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f5f5f5;
	color: #172548;
	font-family: "Oswald", YakuHanJP, "Noto Sans JP", sans-serif;
  	font-weight: 700;
	letter-spacing: 0.15em;
	padding: 6px 30px;
}
.message .container .wrapper .flex .left .detail{
}
.message .container .wrapper .flex .left .detail .info{
	margin-bottom: 10px;
}
.message .container .wrapper .flex .left .detail .info:last-child{
	margin-bottom: 0 !important;
}
.message .container .wrapper .flex .left .detail .info p.sub{
	background-color: #f5f5f5;
	color: #172548;
	padding: 0 10px;
	margin-bottom: 5px;
}

.message .container .wrapper .flex .right .info{
	margin-bottom: 20px;
}
.message .container .wrapper .flex .right .info:last-child{
	margin-bottom: 0 !important;
}
.message .container .wrapper .flex .right .info p.sub{
	background-color: #172548;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 5px;
}
.message .container .wrapper .flex .right .info p.sub::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: 900;
	margin-right: 10px;
}

@media (max-width: 960px){
	.message .container .wrapper{
		margin-bottom: 80px;
	}
	.message .container .wrapper .flex{
		display: block;
	}
	.message .container .wrapper .flex .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.message .container .wrapper .flex .right{
		width: 100%;
	}
}




.oneday{
}
.oneday .deco01{
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 1;
	width: 20%;
	max-width: 280px;
}
.oneday .deco02{
	position: absolute;
	top: 25%;
	right: 13%;
	z-index: 1;
	width: 23%;
	max-width: 210px;
	transform: rotate(5deg);
}
@media (max-width: 1200px){
	.oneday{
		padding-bottom: 0;
	}
	.oneday .deco01{
		position: static;
		margin: 0 20px 10px;
	}
	.oneday .deco02{
		top: 10px;
		right: 0;
		z-index: -1;
	}
}


.apply_flow{
	margin-bottom: 40px;
}
.apply_flow .row{
	position: relative;
	max-width: 600px;
	margin-bottom: 35px !important;
}
.apply_flow .row::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	display: block;
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	color: #172548;
}
.apply_flow .row:last-child{
	margin-bottom: 0 !important;
}
.apply_flow .row:last-child::after{
	display: none !important;
}
.apply_flow .row .num{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	color: #fff;
	background-color: #172548;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
	padding: 3px 20px;
	font-weight: 700;
}
.apply_flow .row .txt{
	background-color: #fff;
	padding: 20px;
	text-align: center;
}


.apply_flow .row:nth-child(1){
	margin: 0 auto;
}
.apply_flow .row:nth-child(2){
	margin-left: 10%;
}
.apply_flow .row:nth-child(3){
}
.apply_flow .row:nth-child(4){
	margin-left: 10%;
}
.apply_flow .row:nth-child(5){
	margin: 0 auto;
}
.apply_flow .row:nth-child(6){
	margin: 0 10% 0 auto;
}
.apply_flow .row:nth-child(7){
	margin: 0 0 0 auto;
}
.apply_flow .row:nth-child(8){
	margin: 0 10% 0 auto;
}
@media (max-width: 750px){
	.apply_flow .row{
		margin: 0 auto 35px !important;
	}
}




/*===応募情報ページ==============================*/





/*===お問い合わせページ==============================*/
.contact .tel_contact .wrap{
	background-color: #f5f5f5;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	letter-spacing: 0.05em;
	font-family: "Oswald", sans-serif;
  	font-weight: 700;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
	color: #172548;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap .info{
}
.contact .tel_contact .wrap .info p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
	}
	.contact .tel_contact .wrap .sub{
		font-size: 1.8rem;
		margin-right: 0;
	}
	.contact .tel_contact .wrap .sub a{
		font-size: 2rem;
	}
}


.contact .info_wrap{
	background-color: #f5f5f5;
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #172548;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	padding: 12px 5px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	background: #172548;
	border: 1px solid #172548;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #172548;
}
.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 #172548;
    border-bottom: 3px solid #172548;
    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: #172548;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #172548;
}
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;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #fff;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #172548;
	font-size: 0.9rem;
	font-weight: 700;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.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;
}