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

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

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top: 80px;
	}
}
body{
	color: #1a1a1a;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background: #f5f5f5;
}

.bg_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 50px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
}
.txt_lv02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 1px;
	background: #1a1a1a;
}
.txt_lv02 .en{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 200%;
	letter-spacing: 0.15em;
}
.txt_lv02 .eachTextAnime span{
	padding-top: 5px;
	background:linear-gradient( to bottom, #0059a9 ,#000b15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}
.bg_contact .txt_lv02 .eachTextAnime span{
	background:Transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 1);
}


.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 1px #0059a9;
	margin-bottom: 2em;
	width: 100%;
	position: relative;
}
.txt_lv03 span.ja{
	padding-bottom: 5px;
	line-height: 150%;
}

.txt_lv03 span.en{
	position: absolute;
	top:calc(100% + 0.5rem);
	left: 0.2rem;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	display: block;
	font-size: 70%;
	line-height: 100%;
	color: #0059a9;
}
.txt_lv03 span.nb{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 150%;
	padding-right: 10px;
	color: #0059a9;
}
.txt_lv03 span.la{
	font-size: 120%;
	font-weight: 500;
	color: #0059a9;
}
.txt_lv03 .eachTextAnime span{
	background:linear-gradient( to bottom, #0059a9 ,#000b15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@media (max-width: 750px){
	.txt_lv03 span.nb{
		display: block;
	}
}

.txt_lv04{
	
}
.txt_lv05{
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #666;
}

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

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

.txt_copy02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	margin-bottom: 1em;
}

.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}
.txt_copy04{
	font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
	margin-bottom: 1em;
	font-weight: 500;
	background:linear-gradient( to right, #0059a9 ,#000b15);
	background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-clip: text;
    text-fill-color: rgba(255, 255, 255, 0);
	text-indent: -1em;
	padding-left: 1em;
}

span.bold{
	font-size: 1.1em;
	font-weight: 600;
}

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

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:linear-gradient(rgba(255,255,255,1) ,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0)50% 90%,rgba(255,255,255,0)100%);
	background-size: 100% 200%;
	background-position: bottom center;
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 140px;
	padding-bottom: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
	background-position: top center;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 img.txt{
	padding: 30px 10px;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}
.top_nav{
	margin-right: 20px;
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;

}
.site-header .h_phone{
	text-align: center;
	margin-right: 0.5em;
}
.site-header .h_phone a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	padding: 0.25rem;
	color: #fff;
	transition: .5s;
}
.site-header.transform .h_phone a{
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone a:hover{
	opacity: 0.6;
}
.site-header .h_phone .txt{
	color: #fff;
	font-size: 0.7rem;
	line-height: 1;
}
.site-header.transform .h_phone .txt{
	color: #1a1a1a;
}

.site-header .h_mail a{
	display: block;
	width: 250px;
	font-size: 0.8rem;
	text-align: center;
	background:rgba(255,255,255,0);
	border: solid 1px #fff;
	background-size: 200%;
	background-position: left;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:rgba(255,255,255,0.3);
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}
.site-header.transform .h_mail a{
	background:linear-gradient( to right, #0059a9 ,#000b15);
	background-size: 200%;
	background-position: left;
	color: #fff;
	border: solid 1px #1a1a1a;
}
.site-header.transform .h_mail a:hover{
	background-position: right;
}
.site-header .h_insta a{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background:rgba(255,255,255,0);
	border:solid 1px #fff;
	border-radius: 50%;
	margin-right: 15px;
	transition: .5s;
}
.site-header .h_insta a i{
	line-height: 38px;
	position: relative;
	left: 1px;
}
.site-header .h_insta a:hover{
	background:rgba(255,255,255,0.2);
}
.site-header.transform .h_insta a{
	color: #1a1a1a;
	background:rgba(0,0,0,0);
	border:solid 1px #1a1a1a;
}
.site-header.transform .h_insta a:hover{
	background:rgba(0,0,0,0.2);
}

/*global_nav ==================*/
.site-header .global_nav{
	margin: auto;
	padding: 0 10px;
}
.site-header .global_nav ul#main{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .global_nav #main > li{
	position: relative;
	font-weight: 500;
	line-height: 150%;
	padding-left: 1.5rem;
	z-index: 5;
	margin-top: 10px;
}

.site-header .global_nav #main > li > a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	white-space: normal;
	transition: .3s;
}
.site-header.transform .global_nav #main > li > a{
	color: #1a1a1a;
}
.site-header .global_nav #main > li > a > span{
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-size: .7rem;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
}
.site-header.transform .global_nav #main > li > a > span{
	color: #0059a9;
}
.site-header .global_nav #main > li > a:hover{
	opacity: 0.5;
}

.site-header .drop {
  overflow: hidden;
	list-style: none;
	position: absolute;
	visibility:hidden;
	transform-origin: top;
	transform: scaleY(0);
	padding: 0;
	width: 200px;
	left: 0;
	top: 48px;
	transition: .5s;
}
.site-header .drop div {
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.5s ;
}

.site-header .drop li {
	display: block;
	background:linear-gradient( to right, #0059a9 ,#000b15);
	background-size: 200%;
	background-position: left;
	width: 100%;
	text-align: center;
	line-height: 150%;
	padding: 1em;
	margin-top: 0.5rem;
	transition: .5s;
}
.site-header .drop li:hover{
	background-position: right;
}
.drop li a{
	color: #fff!important;
}

.site-header .global_nav ul#main li:hover ul.drop{
	transform: scaleY(1);
	visibility: visible;
	transform-origin: top left;
}
@media (max-width: 1200px){
	.site-header{
		height: 120px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.global_nav {
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

/*
.top_slider::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	backdrop-filter: grayscale(50%);
}
*/

.video {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
	height:100vh;
	max-height: 1080px;
	object-fit: cover;
    transform: translate(-50%, -50%);
	overflow: hidden;
}


.slide_wrap .copy{
	position: absolute;
	bottom: 15%;
	left: 6%;
	z-index: 11;
}

.slide_wrap .copy h2{
	margin: auto;
	background-size: cover;
	font-size: clamp(1.2rem, 0.7846rem + 1.8462vw, 3rem);
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}
.slide_wrap .copy h3{
	margin: 15px auto;
	background-size: cover;
	font-size: clamp(1rem, 0.7231rem + 1.2308vw, 2.2rem);
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}



.scroll_arrow{
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1200px){
	.slide_wrap .copy{
		bottom: 30%;
	}
	.scroll_arrow{
		bottom: 18%;
	}
}
@media (max-width: 750px){
	.slide_wrap .copy{
		left: 15px;
	}
}
@media (max-width: 450px){
	.slide_wrap .copy{
		bottom: auto;
		top: 35%;
	}
}
@media (max-width: 380px){
	.slide_wrap .copy h2{
		font-size: 1.3rem;
	}
}

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


.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	width: 100%;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 .inner{
	width: calc(100% - 20px);
	margin: 10px;
	background: #fff;
	padding: 15px;
}
.card001 .inner .txt_lv03{
	margin-bottom: 1em;
}

@media (max-width: 750px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 600px;
	}
	.card001 .inner{
		width: calc(100% - 20px);
	}

	
}

/*2件並びレイアウト 1：1　================================================== */
.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.img_f_in{
	width: 50%;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}
.img_f_in:nth-child(2){
	transform: translateY(50px);
}
/* サービス 塗装工事　================================================== */
.card002.s_wrap{
	flex-wrap: wrap;
}
.card002.s_wrap .txt,
.card002.s_wrap .img_f{
	width: calc(100% / 2);
}
.card002.s_wrap .img_g{
	width: calc(100% / 2);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.img_g .inner{
	width: calc(100% / 4 - 10px);
	margin: 5px;
}
.img_g .inner img{
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	vertical-align: middle;
}
@media (max-width: 960px){
	.card002{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		width: 100%;
		padding: 15px;
	}
	
	.card002.mb_none .txt{
		display: contents;
	}
	.card002.mb_none .txt_lv02{
		order: 1;
	}
	.card002.mb_none .img_f{
		order: 2;
	}
	.card002.mb_none .text{
		order: 3;
	}
	.card002.mb_none .c_wrap{
		order: 4;
	}
	
	.card002.s_wrap .txt,
	.card002.s_wrap .img_f,
	.card002.s_wrap .img_g{
		width: 100%;
	}
	
	.card002 .s01{
		order: 2;
	}
	.card002 .s02{
		order: 3;
	}
	.card002 .s03{
		order: 1;
	}
	.card002 .s04{
		order: 4;
	}
	
	.reverse{
		flex-direction: column-reverse;
	}
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee;
}
.card003 .img{
	width: 350px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px;
		
	}
	.card003 .txt{
		display: contents;
	}
	.card003 .txt_lv03{
		order: 1;
	}
	.card003 .img{
		order: 2;
		width: 96%;
		max-width: 350px;
	}
	.card003 p{
		order: 3;
	}
	.card003 .flow_link{
		order: 4;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}

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

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

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.btn-5 {
	border: 0 solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255,255,255, 0.5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-5:hover {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255,255,255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background:linear-gradient( to bottom, #0059a9 ,#000b15);
	color: #fff;
}


footer h2 img{
	height: 100px;
	margin-bottom: 20px;
	filter: grayscale(100%) invert(100%) brightness(300%);
}
footer h2 img.txt{
	padding: 30px 15px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

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

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #0059a9;
}
.bgm{
	position: fixed;
	bottom: 50px;
	left: 15px;
	z-index: 990;
}
@media (max-width: 1200px){
	footer p.copyright{
		margin-bottom: 115px;
		padding-bottom: 30px;
	}
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	footer h2 img{
		height: 90px;
	}
}
@media (max-width: 750px){
	footer h2 img{
		height: 80px;
	}
	footer h2 img.txt{
		padding: 25px 15px;
	}
}
@media (max-width: 450px){
	footer h2 img.txt{
		padding: 30px 15px;
	}
	.footer_in p{
		text-align: left;
	}
}

/* 固定ボタン　==================== */
.link_btn_wrap{
	display: none;
	position: fixed;
	z-index: 990;
	text-align: center;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
}
.link_btn{
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	overflow: hidden;
	flex-direction: row;
	align-items: flex-end;
	z-index: 1;
}
.link_btn a{
	position: relative;
	display: none;
	width: 100%;
	height: 50px;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	vertical-align: middle;
	font-size: 0.9rem;
	background: #666;
	color: #fff;
	font-weight: 600;
	writing-mode: horizontal-tb;
	line-height:3.5;
	padding-top: 0.5em;
	margin: 0;
	transition: .5s;
}
.link_btn a i{
	width: 2rem;
}
.link_btn a.b2{
	background: #f5f5f5;
	color: #1a1a1a;
}
.link_btn_txt{
	display: none;
	vertical-align: middle;
	width: 100%;
	background:#0059a9;
	color: #fff;
	text-align: center;
	padding: 0.3rem;
	pointer-events: none;
}
.link_btn a.b2::after{
	content: '';
	position: absolute;
	right: -25px;
	bottom: 0;
	top: 0;
	width: 50px;
	background: #f5f5f5;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	z-index: 2;
	transition: .5s;
}
.link_btn a.b1::after{
	content: '';
	position: absolute;
	left: -25px;
	bottom: 0;
	top: 0;
	width: 50px;
	background: #666;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	z-index: 2;
	transition: .5s;
}
.link_btn a.b2:hover,.link_btn a.b2:hover::after{
	background: #ccc;
}
.link_btn a.b1:hover,.link_btn a.b1:hover::after{
	background: #999;
}
.link_btn a .sm{
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	font-size: 0.6rem;
}
.link_btn02{
	display: block;
	position: relative;
	width: 100%;
	z-index: 3;
}
.link_btn02 a{
	display: block;
	font-size: 0.9em;
	line-height: 50px;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background:#000;
	color: #fff;
	text-align: center;
	transition: .5s;
}
.link_btn02 a:hover{
	background: #555;
}
@media (max-width: 1200px){
	.link_btn_wrap{
		display: block;
	}
	.link_btn{
	}
	.link_btn a{
		display: block;
	}
	.link_btn_txt{
		display: block;
	}
}
@media (max-width: 450px){
	.link_btn a{
		font-size: 0.8rem;
	}
	.link_btn a i{
		width: auto;
	}
}


/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	padding-bottom: 5px;
	text-align: center;
	z-index: 3
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
}

.sub_bg{
	background: url("../img/img030.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
	background-attachment: fixed;
}
.sub_bg::after{
	position: absolute;
	content: "";
	background:linear-gradient( to bottom ,rgba(0,89,169,0.5),rgba(0,11,21,0.5));
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	backdrop-filter: grayscale(100%) brightness(60%);
	-webkit-backdrop-filter: grayscale(100%) brightness(60%);
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .sub_bg{
	background-attachment: scroll;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}

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

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

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

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}



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

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

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

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.c_wrap{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

