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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_bg{
		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: 100px;
}
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: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}

/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin-inline: auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
.wrap_right{
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
	.wrap_right.mb_center{
		margin-right: auto;
	}
}
@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: rgba(232,236,239,0.5);
}

.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;
}
.gap_img{
	width: 100%;
	height: 450px;
	background:linear-gradient( to bottom ,rgba(0,0,0,0.4) ,rgba(0,0,0,0.2) 15% 85% ,rgba(0,0,0,0.4)) , url("../img/slide01.webp") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:scroll, fixed;
	background-position: center;
}
.gap_img02{
	width: 100%;
	height: 450px;
	background:linear-gradient( to bottom ,rgba(0,0,0,0.4) ,rgba(0,0,0,0.2) 15% 85% ,rgba(0,0,0,0.4)) , url("../img/bg_img04.webp") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:scroll, fixed;
	background-position: center;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .gap_img{
	background-attachment: scroll;
	background-position: center;
}
::-webkit-full-page-media, :future, :root .gap_img02{
	background-attachment: scroll;
	background-position: 50% 75%;
}


.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 80%;
    height: 60%;
    position: absolute;
    top: 15%;
    right: 0;
    background-color: rgba(232,236,239,0.5);
	background-image: url("../img/bg_img02.webp");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
    z-index: -1;
}
@media (max-width: 750px){
	.box_wrap_rt::before{
		height: 80%;
		background-size: auto 60%;
	}
}
.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: rgba(232,236,239,0.5);
    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;
	color: #192f60;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	margin-top: 0.5rem;
}
.txt_lv02 .en{
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-size: 250%;
	letter-spacing: 0.15em;
	text-transform:capitalize;
}


.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 3px #ccdeea;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}
.txt_lv03 i{
	display: inline;
	color: #192f60;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 span.nb{
	font-size: 200%;
	line-height: 100%;
	color: #ccdeea;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
.txt_lv04{
	background: #ccdeea;
	color: #192f60;
	padding: 0.2rem 0.5rem;
	margin-bottom: 0.5rem;
}
.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(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #192f60;
}
.txt_copy03{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #192f60;
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #192f60;
}

.bold{
	font-size: 1.1em;
	font-weight: 600;
}
.ja_serif{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.line{
	background:linear-gradient(transparent 60%, rgba(204,222,234,0.5) 60%);
	display: inline-block;
}
.inb{
	display: inline-block;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,1);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	transition: .5s;
}

.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #1a1a1a;
	transition: .5s;
}
.top_nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width: 960px;
}
.site-header nav ul li{
	margin: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	
}
.site-header nav ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	margin: 10px 0;
	font-size:0.9rem;
	color: #1a1a1a;
	border-left: dashed 1px #ccc;
	text-align: center;
	opacity: 1;
	transition: 0.5s;
}
.site-header nav ul li a:hover{
	opacity: 0.4;
}
.site-header nav ul li a span.en{
	display: block;
	color:#192f60;
	font-size: 80%;
	font-family: "Cormorant", serif;
	text-transform: uppercase;
	font-weight: 500;
}
.site-header nav ul li.mail{
	background: #192f60;
}
.site-header nav ul li.mail a{
	color: #fff;
	border: none;
}
.site-header nav ul li.mail a span.en{
	color: #ccdeea;
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}

/* スライダー　======================================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* スライド */
.slider {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
	overflow: hidden;
	background: #192f60;
}

.slider li{
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
}
.slider li .img{
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
	z-index: 5;
}
.slider li .img img {
	width: 100%;
	height: 100vh;
	min-height: 750px;
	max-height: 1080px;
	object-fit: cover;
	opacity: 0.95;
}
/*スライド画像アニメーション*/

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

.slider li .li_copy{
	position: absolute;
	max-width: calc(100% - 150px);
	top: 40%;
	left: 100px;
	z-index: 10;
	color: #fff;
	white-space: nowrap;
}
.slider li .li_copy2{
	position: absolute;
	max-width: calc(100% - 150px);
	bottom: 15%;
	right: 100px;
	z-index: 10;
	color: #fff;
	white-space: nowrap;
}

.add-animation .li_copy {
	transform-origin: right top;
	animation: slideIn 4s ease 0.5s 1 normal backwards;
}
.add-animation .li_copy2 {
	transform-origin: left top;
	animation: slideIn 4s ease 1.5s 1 normal backwards;
}
@keyframes slideIn {
	from {
		transform: scale(1.5) translate(10% ,10%);
		opacity: 0.2;
	}
	to {
		transform: scale(1) translate(0 0);
		opacity: 1;
	}
}


.li_copy .t01{
	font-weight: 600;
	font-size: clamp(1.6rem, 1.0545rem + 2.4242vw, 3.6rem);
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.li_copy .t02,
.li_copy2 .t02{
	font-size: clamp(1.1rem, 0.4512rem + 2.7317vw, 2.5rem);
	line-height: 1.2;
	margin-top: 1em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	
}
.li_copy .t02 span,
.li_copy2 .t02 span{
	font-size: 150%;
}
span.space{
	display: inline-block;
	width: 1.5em;
}

.slide_wrap .copy{
	position: absolute;
	top: 150px;
	left: 5%;
	padding: 15px;
	z-index: 11;
	
}

.slide_wrap .copy h2{
	color: #fff;
	font-weight: 600;
	font-size: clamp(1rem, 0.73rem + 0.96vw, 1.6rem);
	line-height: 1.5;
	text-shadow: 2px 2px 15px rgba(0,0,0,0.3) ,-2px -2px 15px rgba(0,0,0,0.3);
	letter-spacing: 0.1em;
	max-width: 30em;
}



@media (max-width: 960px){
	.slider,.slider li,.slider li .img,.slider li .img img{
		height: 70vh;
		min-height: 550px;
		max-height: 880px;
	}
	.slide_wrap .copy{
		left: 5%;
		top: 100px;
		padding: 0;
	}
	.slider li .li_copy{
		right: auto;
		left: 5%;
		top: 35%;
		max-width: 90%;
	}
	.slider li .li_copy2{
		right: auto;
		right: 5%;
		bottom: 10%;
		max-width: 90%;
	}
	.add-animation .li_copy{
		transform-origin: left top;
	}
	.li_copy .t02 span,
	.li_copy2 .t02 span{
		display: block;
	}
	span.space{
		display: none;
	}
}

@media (max-width: 450px){
	.slide_wrap .copy{
		left: 15px;
	}
	.slider li .li_copy{
		left: 30px;
		top: 45%;
	}
	.slider li .li_copy2{
		right: auto;
		left: 35px;
	}
	
}

.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.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: 768px){
	.slider{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slide_wrap .copy{
		width: calc(100% - 80px);
		min-width: 300px;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 .inner{
	align-self: stretch;
	width: calc(100% / 2);
	padding: 30px;
	position: relative;
	border-right: dashed 1px #ccc;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card001 .inner:first-child{
	border-left: dashed 1px #ccc;
}
.card001 .inner2{
	width:100%;
	padding: 30px;
	position: relative;
	border-right: dashed 1px #ccc;
	border-left: dashed 1px #ccc;
}
.card001 .inner3{
	align-self: stretch;
	width: calc(100% / 3);
	padding: 30px;
	position: relative;
	border-right: dashed 1px #ccc;
}
.card001 .inner:first-child,
.card001 .inner3:first-child{
	border-left: dashed 1px #ccc;
}

.card001 .inner img,
.card001 .inner2 img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.card001 .inner3 img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: contain;
	object-position: top;
}
.card001 h3{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	border-bottom: solid 1px #192f60;
	margin-bottom: 1em;
}
.card001 h4{
	background: #ccdeea;
	color: #192f60;
	padding: 0.2rem 0.5rem;
	margin-bottom: 0.5rem;
}
.card001 p{
	font-size: 0.9rem;
	margin-top: 1em;
}
.card001 ul li{
	font-size: 0.9rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.flex_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.flex_wrap .img{
	width: 100%;
}
.flex_wrap .in{
	width: 100%;
	padding: 0 20px;
	position: relative;
}
@media (max-width: 1200px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-inline:auto;
		max-width: 800px;
	}
	.card001 .inner,
	.card001 .inner2,
	.card001 .inner3{
		width: 100%;
		padding: 50px 30px;
		border-left: none;
		border-right: none;
		border-top: dashed 1px #ccc;
	}
	.card001 .inner:first-child,
	.card001 .inner3:first-child{
		border-left:none;
		border-top:none;
	}
	.card001 .inner img
	,.card001 .inner2 img{
		aspect-ratio: 16 / 9;
	}
	.card001 .inner3 img{
		aspect-ratio: auto;
		padding-bottom: 15px;
	}
	.flex_wrap{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flex_wrap .in{
		padding: 30px 0;
	}
	
}
@media (max-width: 450px){
	.card001 .inner,
	.card001 .inner2{
		padding: 30px 0;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	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;
}
/* 縦長 vertical */
.card002 .img_v{
	display: flex;
	justify-content: space-between;
}
.v_in{
	width: 50%;
	padding: 15px;
}
.v_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
/* 横長 Landscape */
.card002 .img_l{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.l_in{
	width: 90%;
	padding: 15px;
}
.l_in img{
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}
.l_in:last-child{
	align-self: flex-end;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		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{
		padding: 15px;
	}
	.card003 .txt{
		width: 100%;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@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%;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/bg_img01.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;
}

.bg_contact .txt_lv02{
	color: #fff;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 700px;
	margin-inline: auto;

}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 2rem 1rem;
	border: solid 1px #e8ecef;
	line-height: 100%;
	border-radius: 100px;
	background: rgba(0,0,0,0.3);
	transition: .5s;
}

.footer_contact .phone .nb{
	font-size: 1.4rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.8);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 0;
	background: #fff;
	color: #1a1a1a;
}


footer h2 img{
	width: 450px;
	max-width: 100%;
	margin-bottom: 30px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	width: 100%;
	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;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px ;
	background: #192f60;
	color: #fff;
}
footer table{
	margin-bottom: 30px;
}
footer table td{
	vertical-align: top;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
	
	footer table td{
		display: block;
		width: 100%;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	position: relative;
}
.subtitle h2{
	color:#192f60;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	text-shadow: 2px 2px 15px rgba(255,255,255,0.5) ,-2px 2px 15px rgba(255,255,255,0.5) ,-2px -2px 15px rgba(255,255,255,0.5),2px -2px 15px rgba(255,255,255,0.5);
}
.subtitle h2 span{
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
}

.sub_bg{
	background: linear-gradient( rgba(255,255,255,0.3), rgba(255,255,255,0.3)),url("../img/bg_img03.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		width: 100%;
	}
}

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

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

.breadcrumb li:after {
	content: '>';
	padding-left:0.5rem;
	color: #192f60;
}

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

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

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



/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 2px #1a1a1a;
	border-left: solid 2px #1a1a1a;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	filter: blur(6px);
	transform : translate(0, 70px) scale(1.2);
	transform-origin: top left;
	transition : all 1.5s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0) scale(1);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #ccdeea;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.5s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(101%);
}
/* スライド表示　==================== */
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.2);
}
.imgup{
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
	display: inline-block;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 2s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

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

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.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;
}
.pt0{
	padding-top: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
@media (max-width: 750px){
	.txt_r.mb_c{
		text-align: center;
	}
}

/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

