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



@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/*
reguler 400
medium 500
bold 700
*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap');
/*
font-family: "Shippori Mincho B1", serif;
SemiBold 600
*/
 
@font-face {
  font-family: "DIN2014Bold";
  src: url('../font/DIN2014Bold/font.woff2') format('woff2'), url('../font/DIN2014Bold/font.woff') format('woff');
}
@font-face {
  font-family: "DIN2014BoldItalic";
  src: url('../font/DIN2014BoldItalic/font.woff2') format('woff2'), url('../font/DIN2014BoldItalic/font.woff') format('woff');
}





/*
.guide,
.guide1,
.guide2,
.guide3,
.guide4{opacity: 0.3;z-index: 1000;position: relative;}

body:before{content: '';position: fixed;width: 1px;left: 50%;top: 0;bottom: 0;background: #FF0004;opacity: 0.3;z-index: 1000;}
.guide:before{content: '';position: fixed;width: 1px;left: 5%;top: 0;bottom: 0;background: #FF0004;}
.guide:after{content: '';position: fixed;width: 1px;right: 5%;top: 0;bottom: 0;background: #FF0004;}
.guide1:before{content: '';position: fixed;width: 1px;left: 10%;top: 0;bottom: 0;background: #FF0004;}
.guide1:after{content: '';position: fixed;width: 1px;right: 10%;top: 0;bottom: 0;background: #FF0004;}
.guide2:before{content: '';position: fixed;width: 1px;left: 15%;top: 0;bottom: 0;background: #FF0004;}
.guide2:after{content: '';position: fixed;width: 1px;right: 15%;top: 0;bottom: 0;background: #FF0004;}
.guide3:before{content: '';position: fixed;width: 1px;left: 7.5%;top: 0;bottom: 0;background: #00a0e9;}
.guide3:after{content: '';position: fixed;width: 1px;right: 7.5%;top: 0;bottom: 0;background: #00a0e9;}
.guide4:before{content: '';position: fixed;width: 1px;left: 12.5%;top: 0;bottom: 0;background: #00a0e9;}
.guide4:after{content: '';position: fixed;width: 1px;right: 12.5%;top: 0;bottom: 0;background: #00a0e9;}
*/

/* ---------- RESET ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, b, u, i, center, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {margin:0;padding:0;border:0;font-size: 100%;font:inherit;vertical-align: baseline;text-decoration:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
input, textarea, button{-webkit-apparence:none;border:none;background: none;outline: none;}
input:focus, textarea:focus{-webkit-apparence:none;outline: none;border:none;}
img{border:none;outline:none;vertical-align:top;font-size:0;line-height:0;}
img a{border:none;outline: none;}
a:focus{outline:none;}
hr {height:0;margin:0;padding:0;border:0;}
h1, h2, h3, h4, h5, h6, p{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;text-decoration:none;}
input, textarea, button{-webkit-apparence:none;border:none;background: none;outline: none;}

img{width:100%;height:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translate3d(0,0,0);}

*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;   outline:none;box-sizing:border-box;margin:0;padding:0;}
/*----------------------------------*/





html{
	width: 100%;
	height: 100%;
	font-size: clamp(15px , 1.34vw ,21px);
}

body{
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	color:#1E0E07;
	line-height: 1;
	background: #FFF;
	width: 100%;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: 400;
}


#loading{
    position:fixed;
    width:100vw;
    height:100vh;
    top:0px;
    left:0px;
    z-index:10000;
	background: #FFF;
}
#loading.is-hide{
	opacity: 0;
	pointer-events: none;
}

.inView{
	position: relative;
	opacity: 0;
	top: 3em;
	-webkit-transition:opacity 1.2s, top 1.0s cubic-bezier(0.33, 1, 0.68, 1);
	transition:opacity 1.2s, top 1.0s cubic-bezier(0.33, 1, 0.68, 1);
}
.inView.view{opacity: 1;top: 0;}




/*----------------------*/

.fixdContents{}

.HHlogo{
	width: 4.2em;
	position: fixed;
	z-index: 500;
	top: 1.6em;
	left: 1.8em;
}

.HHlogo #logo .st{fill: #EAEADD;transition: fill 0.2s;}
.HHlogo .text{opacity: 1;transition: opacity 0.3s;}

.HHlogo.isDark #logo .st{fill: #003559;}
.HHlogo.isDark .text{opacity: 0;}


.targetAria{}

/*----------------------*/


.header{
	width: 100%;
	height: 55vw;
	position: relative;
	display: flex;
	font-size: 1.34vw;
}
.header .title{
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.header .title .show01{opacity: 0;transition:opacity 1.0s;}
.header.start .title .show01{opacity: 1;}

.header .title .show02{
	opacity: 0;
	transform:scale(1.2);
	transition:transform 1.3s cubic-bezier(0.33, 1, 0.68, 1),opacity 1.0s;
	transition-delay: 0.7s;
}
.header.start .title .show02{opacity: 1;transform:scale(1)}





.header .title h1{
	font-family: "DIN2014Bold";
	color: #FFF;
	font-size: 4.3em;
	text-align: right;
	position: absolute;
	z-index: 5;
	top: calc(50% - 1.75em);
	right: calc(50% - 1.45em);
}
.header .title h2{
	font-family: "DIN2014BoldItalic";
	color: #003559;
	font-size: 1.7em;
	letter-spacing: 0.06em;
	line-height: 1.2;
	position: absolute;
	z-index: 6;
	top: 3.5em;
	left: 10.8%;
}
.header .title h2 br.res{display: none;}

.header .title h3{
	color: #FFF;
	font-size: 1.4em;
	font-weight: 500;
	text-align: right;
	position: absolute;
	z-index: 6;
	bottom: 8vw;
	right: 58%;
	line-height: 1.5;
}

.header .title h4{
	position: absolute;
	top: calc(50% - 6.5em);
	right: 3.5%;
	z-index: 7;
	width: 7em;
}






.header .haikei{
	width: 50%;
	position: relative;
	background: url("../images/haikei.webp") center center;
	background-size: cover;
}
.header .visual{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.header .visual .img{
	width: 100%;
	height: 50%;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.header .visual .img.v01{background-image: url("../images/header01.webp");}
.header .visual .img.v02{background-image: url("../images/header02.webp");}



.header .haikei::after,
.header .visual .img::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	background: #c7e5dc;
	transition:width 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.header.view .haikei::after,
.header.view .visual .img::after{width: 0;}

.header.view .haikei::after{left: 0;}
.header.view .visual .img.v01::after{right: 0;transition-delay:0.1s;}
.header.view .visual .img.v02::after{left: 0;transition-delay: 0.2s;}




/*----*/

.scrollbar{
	width: 2em;
	position: absolute;
	right:5%;
	bottom: -3.5em;
	height:7em;
	z-index: 100;
	opacity: 0;
	transition:opacity 1.0s;
}
.start  .scrollbar{opacity: 1;}


.scrollbar p{width: 0.8em;margin-left: 0.5em;}

.scrollbar .base{
	width:1px;
	height:7em;
	position: absolute;
	bottom:0px;
	left: 0;
	overflow: hidden;
    z-index: 5;
    background:#eaeadd;
}
.scrollbar .bar{
	width:1px;
	height:7em;
	position: absolute;
	bottom:0px;
	left: 0;
	overflow: hidden;
    z-index: 10;
}
.scrollbar .line{
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(to bottom,rgba(90,93, 92, 1) 50%, rgba(90, 93, 92, 0) 50%);
		background-position: 0 -100%;
		background-size: 100% 200%;
		animation: scrolldown 3.6s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0% {background-position: 0 100%;}
	50% {background-position: 0 0;}
	100% {background-position: 0 -100%;}
}


/*----------*/


#wrapper{
	width: 100%;
	overflow: hidden;
}

.prologue{width: 100%;}
.prologue .lead{
	width: 76.5%;
	max-width: 1200px;
	margin: 4.2em auto 0;
}
.prologue .lead h3{
	font-family: "DIN2014Bold";
	text-align: right;
	color: #eaeadd;
	font-size: 1.45em;
	padding-right:0.3em;
}
.prologue .lead .subTitle{
	width: 100%;
	padding: 0 0 2.5em 3em;
	border-bottom: 1px solid #1e0e07;
}
.prologue .lead .subTitle h2{
	width: 14.9em;
	position: relative;
}
.prologue .lead .subTitle h2::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: -1px;
	bottom: 50%;
	left: 0;
	width: 100%;
	background: #FFF;
	transition:width 1.0s cubic-bezier(0.65, 0, 0.35, 1);
}
.prologue .lead .subTitle h2.view::before{width: 0;}

.prologue .lead .subTitle h2::after{
	content: '';
	position: absolute;
	z-index: 10;
	top: 50%;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #FFF;
	transition:width 1.0s cubic-bezier(0.65, 0, 0.35, 1);
	transition-delay: 0.2s;
}
.prologue .lead .subTitle h2.view::after{width: 0;}



.prologue .lead .copy{
	width: 100%;
	text-align: right;
	line-height: 2.1;
	letter-spacing: 0.08em;
	margin-top: 3em;
}
.prologue .lead .copy br.res{display: none;}

.prologue .brothers{
	width: 100%;
	position: relative;
	margin-top: 4.3em;
}
.prologue .brothers .bkColor{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 100%;
	background: #c7e5dc;
	transition:left 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.prologue .brothers .bkColor.view{
	left:9.5%;
}



.prologue .brothers .inner{
	width: 73%;
	max-width: 1145px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
}
.prologue .brothers .info{
	width: 47.5%;
	padding: 3.5em 0 4em;
}
.prologue .brothers .info h3{
	font-weight: 700;
	font-size: 1.27em;
	letter-spacing: 0.05em;
}
.prologue .brothers .info h3 em{
	font-weight: 500;
	font-size: 0.8em;
	position: relative;
	display: inline-block;
	padding-left: 1em;
	margin-left: 0.8em;
}
.prologue .brothers .info h3 em::after{
	content: '';
	position: absolute;
	left: 0;
	top: -0.4em;
	bottom: -0.4em;
	width: 2px;
	background: #5a5d5c;
}

.prologue .brothers .info p{
	font-size: 0.81em;
	letter-spacing: 0.05em;
	line-height: 2.0;
	margin-top: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prologue .brothers .info .spImage{display: none;}
.prologue .brothers .sns{
	width: 100%;
	margin-top: 2em;
	display: flex;
}
.prologue .brothers .sns figure{
	width: 50%;
}
.prologue .brothers .sns figure:last-child{text-align: right;}
.prologue .brothers .sns img{
	width: 1.7em;
	font-size: 1em;
	margin-right: 0.5em;
}
.prologue .brothers .sns a{
	color: #1e0e07;
	font-weight: 500;
	line-height: 1.7;
}
.prologue .brothers .image{
	width: 41.5%;
	display: flex;
	align-items: center;
}
.prologue .brothers .image figure{
	border: 1px solid #1e0e07;
	margin-top: 2em;
}



.prologue .topNavi{
	width: 72%;
	max-width: 1130px;
	margin: 7.8em auto 0;
	display: flex;
	justify-content: space-between;
}

.prologue .topNavi .menu{
	width: 46.5%;
	text-align: center;
}
.prologue .topNavi .menu figure{
	width: 99%;
	margin: 0 auto;
}

.prologue .topNavi .menu .name{
	width: 100%;
	border-top: 1px solid #5a5d5c;
	border-bottom: 1px solid #5a5d5c;
	margin-top: 2.8em;
	padding: 2em 0;
}

.prologue .topNavi .menu .name h2{
	color: #47a1b9;
	font-family: "DIN2014BoldItalic";
	font-size: 1.33em;
	letter-spacing: 0.03em;
}
.prologue .topNavi .menu .name h3{
	color: #003559;
	font-size: 1.66em;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.8em 0 1.2em;
}

.prologue .topNavi .menu .name .link{}
.prologue .topNavi .menu .name .link a{
	display: block;
	background: #47a1b9;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 1.08em;
	color: #FFF;
	text-align: center;
	width: 9em;
	margin: 0 auto;
	border: 1px solid #47a1b9;
	border-radius: 0.4em;
	padding: 0.5em 0;
}
@media(min-width: 769px) {
.prologue .topNavi .menu .name .link a{-webkit-transition: all 0.4s;transition: all 0.4s;}
.prologue .topNavi .menu .name .link a:hover{background:#FFF;color: #47a1b9;}
}

/*-------------------------------------*/

.category{
	width: 100%;
	margin-top: 12em;
}
.caHeader{
	width: 100%;
	height: 54.5vw;
	display: flex;
	font-size: 1.34vw;
	background: #e9e8dc;
}
.caHeader .textArea{
	width: 50%;
	background: url("../images/haikei.webp") center center;
	background-size: cover;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: left;
	color: #003559;
}

.caHeader .textArea .shoulder{
	position: absolute;
	top: 5vw;
	left: 18.5%;
	letter-spacing: 0.05em;
	line-height: 1.1;
	font-family: "DIN2014BoldItalic";
	font-size: 1.7em;
}
.caHeader .textArea .title{
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	margin-top: 10vw;
}

.caHeader .textArea .title h2{
	text-align: right;
	font-weight: 700;
	font-size: 2.27em;
	line-height: 1.3;
	letter-spacing: 0.12em;
	position: relative;
	padding-bottom: 0.6em;
	margin-bottom: 2.5em;
	opacity: 0;
}
.caHeader .textArea .title h2 span{position: relative;left: -0.5em;opacity:0;}

.caHeader .textArea .title h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background:  #eaeadd;
}

.caHeader .textArea .title h3{
	text-align: right;
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.caHeader .imageArea{
	width: 50%;
	position: relative;
	overflow: hidden;
}


.caHeader .imageArea .bkImage{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	filter: blur(1em);
	transform:scale(1.3);
	transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), filter 1.6s, transform 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.caHeader .imageArea.view .bkImage{opacity: 1;filter: blur(0);transform:scale(1)}

.ca01 .caHeader .imageArea .bkImage{background-image:  url("../images/ca01main.webp");}
.ca02 .caHeader .imageArea .bkImage{background-image:  url("../images/ca02main.webp");}




.caHeader .imageArea h5{
	position: absolute;
	top: calc(50% + 3em);
	right: 10%;
	z-index: 7;
	width: 6.9em;
}
.caHeader .imageArea h4{
	position: absolute;
	top: 5vw;
	right: 10%;
	text-align: right;
	z-index: 7;
	color: #eaeadd;
	font-family: "DIN2014Bold";
	font-size: 1.44em;
	letter-spacing: 0.05em;
	line-height: 1.1;
}



/*------------*/



.column{
	width: 100%;
	margin: 4.5em auto 0;
}
.column .coBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.column .co01{
	width: 78.5%;
	margin: 0 auto;
	align-items: flex-start;
}
.column .co01 figure{width: 42%;overflow: hidden;}

.column .co01 h2{
	font-weight: 500;
	font-size: 1.33em;
	text-align: right;
	position: relative;
	padding: 2em 1.5em 2em 0;
	line-height: 2.1em;
	letter-spacing: 0.1em;
	opacity: 0;
}
.column .co01 h2 span{position: relative;left: -0.5em;opacity:0;}
.column .co01 h2::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background:  #5a5d5c;
}

.column .co02{flex-direction: row-reverse;}
.column .co02 figure.img02{width: 40.6%;position: relative;top: -10vw;overflow: hidden;}
.column .co02 figure.img03{overflow: hidden;}
.column .co02 .block{width: 33%;margin-left: 10.5%;}
.column .co02 .text{
	letter-spacing: 0.05em;
	line-height: 2.0;
	padding: 4em 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.column .co03{justify-content: flex-end;}
.column .co03 figure{width: 59%;margin-top: 4.5em;overflow: hidden;}



.column .blurIn{
	opacity: 0;
	filter: blur(0.4em);
	-webkit-transition: opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1), filter 1.3s;
	transition: opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1), filter 1.3s;
}
.column .blurIn.view{opacity: 1;filter: blur(0);}


/*-----*/


.pointSet{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	margin-top: 9.5em;
}
.pointSet .detail{
	margin-top: 3.7em;
	position: relative;
}
.pointSet .detail::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 0%;
	background: #c7e5dc;
	transition:width 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.pointSet .detail.view::after{width: 91%;}


.pointSet.pt01 .detail::after{right: 0;}
.pointSet.pt02 .detail::after{left: 0;}

.pointSet .detail .inner{
	width: 79.5%;
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 3.7em 0;
}
.pointSet .detail h3{
	position: absolute;
	top: 3.7em;
	width: 3.7em;
	z-index: 10;
}
.pointSet.pt01 .detail h3{right: 0;}
.pointSet.pt02 .detail h3{left: 0;}

.pointSet .detail .imageSet{
	display: flex;
	justify-content: space-between;
	width: 84%;
}

.pointSet.pt01 .detail .imageSet{margin-left: 5%;}
.pointSet.pt02 .detail .imageSet{margin-left: 11.8%;}

.pointSet .detail .imageSet figure{width: 48.5%;}

.point{
	width: 71%;
	max-width: 1115px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.care .point{width: 67%;}
.care .step .processOther .point{display: block;margin: 0;width: 50%;}

.point.rev{flex-direction: row-reverse;}

.point .profile{
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.care .step .processOther .point .profile{
	width: 100%;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	grid-gap: 3em;
	margin: 7.5em 0 2.5em;
}

.point .profile figure{
	width: 8.4em;
	border-radius: 50%;
	position: relative;
}
.point .profile figure img{
	border-radius: 50%;
	overflow: hidden;
}
.point .profile figure::after{
	content: '';
	position: absolute;
	top: -0.4em;
	bottom: -0.4em;
	right: -0.4em;
	left: -0.4em;
	border: 1px solid #5a5d5c;
	border-radius: 50%;
}

.point .profile p{
	font-weight: 700;
	color: #5a5d5c;
	font-size: 0.77em;
	text-align: center;
	line-height: 1.5;
	margin-top: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
}
.point .profile p em{font-size: 1.28em;}

.care .step .processOther .point .profile p{margin-top: 3em;}

.point .profile .deco{
	position: absolute;
	top: -2em;
	left: 0;
	right: 0;
	z-index: 5;
	width: 5em;
	margin: 0 auto;
	font-family: "DIN2014Bold";
	color: #1e0e07;
	font-size: 1.55em;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.05em;
	transform:scale(0);
	transition:transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform-origin: bottom center;
	transition-delay: 0.2s;
}
.point .profile.view .deco{transform:scale(1)}



.point .profile .deco::before,
.point .profile .deco::after{
	content: '';
	position: absolute;
	top: -0.3em;
	width: 4px;
	height:1.5em;
	background: #c7e5dc;
}
.point .profile .deco::before{left: 0;transform:rotate(-20deg);}
.point .profile .deco::after{right: 0;transform:rotate(20deg);}

.care .step .processOther .point .profile .deco.res{display: none;}
.care .step .processOther .point .profile .deco.del{font-size: 2em;}


.point .comment{
	width: calc(100% - 15em);
	padding: 1.8em 0;
	margin-right: 1.5em;
	border-top: 1px solid #5a5d5c;
	border-bottom: 1px solid #5a5d5c;
}
.care .point .comment{width: calc(100% - 12em);margin-right: 0;}
.care .step .processOther .point .comment{width: 100%;}

.point .comment p{
	width: 96%;
	margin: 0 auto;
	font-size: 1em;
	line-height: 2.1;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*----------*/


.care{
	width: 100%;
}
.care .lead{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.33em;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.9;
	padding: 3em 0;
}
.care .lead br.res{display: none;}

.care .step{
	width: 100%;
	margin: 11.2em auto 0;
}
.care .step.st00{margin-top: 0;}

.care .step .stepTitle{
	width: 100%;
	position: relative;
	padding: 3em 0 2.5em;
}
.care .step .stepTitle::after{
	content: '';
	position: absolute;
	z-index: 1;
	width: 90.5%;
	right: 0;
	top: 0;
	bottom: 0;
	background: #c7e5dc;
}
.care .step.st03 .stepTitle::after,
.care .step.st04 .stepTitle::after{right:auto;left: 0;}



.care .step .stepTitle .inner{
	width: 67%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	display: flex;
}
.care .step .stepTitle .title{
	width: 50%;
	position: relative;
	opacity: 0;
	top: 1.5em;
	transition:top 1.0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s;
}
.care .step .stepTitle .title.view{opacity: 1;top: 0;}


.care .step .stepTitle h2{
	width: 15.8em;
}
.care .step .stepTitle h3{
	width: 15.6em;
	font-family: "DIN2014BoldItalic";
	font-size: 2.5em;
	letter-spacing: 0.03em;
	line-height: 1.15;
	color: #003559;
	margin-top: 0.7em;
}
.care .step .stepTitle h4{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	color: #003559;
	font-size: 1.35em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	bottom: 1.4em;
}
.care .step .stepTitle .copy{
	width: 50%;
	height: 20em;
	position: relative;
	display: flex;
	align-items: center;
}
.care .step .stepTitle .copy::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #5a5d5c;
}

.care .step .stepTitle .copy h5{
	width: 100%;
	position: relative;
	padding: 0.8em 0;
	margin-top: 3em;
	color: #003559;
	font-weight: 700;
	text-align: right;
	font-size: 1.78em;
	line-height: 1.45;
	letter-spacing: 0.08em;
	opacity: 0;
}
.care .step .stepTitle .copy h5.single{padding: 1.8em 0 1.5em;}

.care .step .stepTitle .copy h5::before,
.care .step .stepTitle .copy h5::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #5a5d5c;
}
.care .step .stepTitle .copy h5::before{top: 0;}
.care .step .stepTitle .copy h5::after{bottom: 0;}


.care .step .stepTitle .copy h5 span{position: relative;left: -0.5em;opacity:0;}



.care .step .farst{
	width: 49%;
	max-width: 785px;
	margin: 4.5em auto 7em;
}
.care .step .farst .items{
	margin-top: 3em;
}

.care .step .farst .items .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2em;
}
.care .step .farst .items .item .num{
	width: 2em;
	height: 2em;
	background: #7f7f7f;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.care .step .farst .items .item .num em{
	font-family: "DIN2014Bold";
	color: #FFF;
	font-size: 1.3em;
	margin-top: 0.2em;
}

.care .step .farst .items .item h4{
	font-size: 1.1em;
	font-weight: 500;
	width: 9em;
	letter-spacing: 0.08em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.care .step .farst .items .item .text{
	width: calc(100% - 15em);
	font-size: 0.81em;
	letter-spacing: 0.05em;
	line-height: 1.7;
	border-left: 4px solid #5a5d5c;
	padding-left: 1.3em;
	text-align: justify;
	text-justify: inter-ideograph;
}



.care .step .process{
	width: 85%;
	max-width: 1335px;
	margin: 4.5em auto 7em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-row-gap: 5em;
}
.care .step.st04 .process{margin-bottom: 5em;}
.care .step .process .list{width: 31.7%;}

.care .step .processOther{
	width: 85%;
	max-width: 1335px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.care .step .processOther .list{width:45.3%;}


.care .step .list p{
	margin: 0 auto;
	text-align: center;
	font-family: "DIN2014Bold";
	font-size: 1.44em;
	color: #5a5d5c;
	width: 1.8em;
	height: 1.8em;
	border: 2px solid #5a5d5c;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.care .step .list p em{margin-top: 0.2em;display: inline-block;}

.care .step .list h3{
	font-weight: 700;
	font-size: 1.22em;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0.8em auto 0;
}
.care .step .list figure{
	margin: 1.5em 0;
}
.care .step .list .copy{
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}



/*--------------*/

.otherContents{
	width: 100%;
	margin: 13em auto 0;
}


.otherContents .otherTitle{
	width: 100%;
	position: relative;
	color: #003559;
}
.otherContents .otherTitle::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 91%;
	background: #c7e5dc;
}
.otherContents .movie .otherTitle::after{left: 0;}
.otherContents .campaign .otherTitle::after{right: 0;}

.otherContents .otherTitle .inner{
	width: 68%;
	margin: 0 auto;
	padding: 4em 0;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.otherContents .otherTitle h2{
	font-family: "DIN2014Bold";
	font-size: 2.7em;
	letter-spacing: 0.01em;
}
.otherContents .movie .otherTitle h2{padding-bottom: 1em;}
.otherContents .otherTitle h3{
	font-weight: 700;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.4;
	letter-spacing: 0.03em;
	padding-top: 1em;
}




.video{
	position:relative;
	width: 81%;
	max-width: 1225px;
	margin: 4.5em  auto 0;
	aspect-ratio:16 / 9;
	background:#FFF;
	overflow:hidden;
}
.thumbnail{
	position:absolute;
	inset:0;
	cursor:pointer;
	z-index:10;
}
.thumbnail img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.thumbnail::before{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:5.5em;
	height:5.5em;
	z-index: 20;
	border-radius:9999px;
	background:rgba(0,0,0,0.6);
}
.thumbnail::after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	z-index: 22;
	transform:translate(-35%, -50%);
	border-left:1.7em solid #fff;
	border-top:1em solid transparent;
	border-bottom:1em solid transparent;
}
#player{
	width:100%;
	height:100%;
}

/*--------------*/





.campaign{
	width: 100%;
	margin: 11em auto 0;
}
.campaign .date{
	font-family: "DIN2014Bold","Zen Kaku Gothic New";
	font-weight: 700;
	width: 68%;
	max-width: 1080px;
	margin: 3em auto 2.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.campaign .dateTitle{
	width: 14em;
	font-size: 1.66em;
	letter-spacing: 0.05em;
}
.campaign .dateTitle em{font-size: 0.85em;}
.campaign .dateTitle span{
	display: inline-block;
	padding: 0.2em 0.8em 0 0.8em;
	border-left: 4px solid #c7e5dc;
	border-right: 4px solid #c7e5dc;
}
.campaign .when{
	width: calc(100% - 11em);
	font-size: 1.4em;
	letter-spacing: 0.08em;
}
.campaign .when em{font-size: 0.88em;}
.campaign .when span{
	width: 1.1em;
	height: 0.8em;
	display: inline-block;
	position: relative;
}
.campaign .when span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: 2px;
	background: #1e0e07;
}

.campaign .camBody{
	width: 68%;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 2.0;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 1.8em;
	border-bottom: 1px solid #5a5d5c;
}
.campaign .camBody a{color: #003559;}
@media(min-width: 769px) {
.campaign .camBody a:hover{text-decoration: underline;}
}

.campaign .coupon{
	font-family: "DIN2014Bold","Zen Kaku Gothic New";
	font-weight: 700;
	width: 68%;
	max-width: 1080px;
	margin: 3em auto 2.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}




/*--------------*/


.allItem{
	width: 100%;
	margin-top: 7em;
}

.allItem h3{
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	color: #1e0e07;
	line-height: 1.5;
	padding-bottom: 1em;
}
.allItem .link{text-align: center;}
.allItem .link a{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 1.95em;
	color: #FFF;
	background: #47a1b9;
	display: inline-block;
	padding: 0.6em 2.5em 0.7em;
	border: 1px solid #47a1b9;
	border-radius: 0.4em;
}
@media(min-width: 769px) {
.allItem .link a{-webkit-transition: all 0.4s;transition: all 0.4s;}
.allItem .link a:hover{background:#FFF;color: #47a1b9;}
}




/*----------------------*/

.footer{
	width: 100%;
	height: 100vh;
	background: url("../images/footer_bk.webp") center center;
	background-size: cover;
	position: relative;
	padding-top: 5em;
	margin-top: 10em;
}
.footer h2{
	width: 9.4em;
	margin: 0 auto;
}
.footer h3{
	font-family: "DIN2014BoldItalic";
	font-size: 1.3em;
	letter-spacing: 0.06em;
	text-align: center;
	color: #FFF;
	margin-top: 2em;
}

.footer .copyright{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 3em;
	font-family: "DIN2014Bold";
	font-size: 0.88em;
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: center;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++*/


.menu-trigger{display: none;}
.spNavi{display: none;}



.sideNavi{
    position: fixed;
    top: 50%;
    right:-4.5em;
    width: 4.5em;
	max-width: 88px;
    z-index: 100;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transform:translateY(-50%);
	transform:translateY(-50%);  
}
.sideNavi.view{right:0px;}

.sideNavi ul{width:100%;}
.sideNavi ul li{width: 100%;margin: 1.0em 0;}


.sideNavi .photo{
	width: 100%;
	position:relative;
	margin:0;
}
.sideNavi .photo h3{
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 700;
	font-size: min(0.7em, 12px);
	color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s;
}
.sideNavi .current .photo h3{color: #c7e5dc;}

.sideNavi .photo::after{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: -0.5px;
	background: rgba(199,229,220,0.6);
	transition: all 0.3s;
}
.sideNavi .current .photo::after{background: rgba(30,14,7,0.4);}

.sideNavi .photo figure{width: 100%;}
.sideNavi .photo figure:hover,
























