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


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
Light 300
Regular 400
*/

@font-face {
	font-family:'DINPro-Regular';
	src:url('../../fonts/DINPro-Regular.eot');
	src:url('../../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Regular.woff2') format('woff2'),
	url('../../fonts/DINPro-Regular.woff') format('woff'),
	url('../../fonts/DINPro-Regular.ttf') format('truetype'),
	url('../../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
}


/* ---------- 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;
}
a{
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a.nohover:hover {
  opacity: 1.0;
}

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


* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}


html,body{
	min-height:100%;
	z-index:1;
	position:relative;
}
body{
	color:#000;
	font-weight:300;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
    line-height: 1.7;
}




/* standard */
.fade,
.fade.delighter{
	opacity:0;
    position: relative;
    top: 5vw;
	-webkit-transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.0s;
	transition: top 1.0s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.0s;
}
/* start */
.fade.delighter.started{
	opacity:1;
    top: 0;
}





/* --------------------- LOADING ------------------------ */
#loader-bg{
	display:block;
	position:fixed;
	width:100%;
	height:100vh;
	min-height:100vh;
	top:0px;
	left:0px;
	background:#FFF;
	z-index:10000;
	overflow:hidden;
}


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

html,body{height: 100%;width: 100%;}

.indexPage{}

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

.topMainImage{
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../images/mainimage_pc.jpg") center center no-repeat;
	background-size: cover;
}

.topMainImage .title{
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	width: 50%;
	max-width: 700px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.topMainImage .title h1{
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 4vw;
	opacity: 0;
	-webkit-transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
	transition: top 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
}
.topMainImage.view .title h1{
	top: 0;
	opacity: 1;
}


.topMainImage .hh{
	position: absolute;
	top: 2vw;
	right: 1.8vw;
	width: 13%;
	max-width: 160px;
	margin:0 auto;
}



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

.topLead{
	width: 100%;
	text-align: center;
	margin: 20% 0;
}

.topLead h3{
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.topLead p{
	width: 98%;
	margin: 1.5em auto 0;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 2.8;
	font-weight: 400;
}

.topLead p br.res{display: none;}








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


.topNavi{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.naviImage{
	width: 100%;
	padding-top: 40%;
	margin: 0 auto;
	position: relative;
}

.naviImage .naviBox .cover,
.naviImage .naviBox.delighter .cover{
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #FFF;
	-webkit-transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.naviImage .naviBox.delighter.started .cover{
	width: 0;
}




.naviImage .naviBox{
	width: 49.5%;
	position:absolute;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	z-index: 5;
	-webkit-transition:width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.naviImage .navi01{left: 0;background-image: url("../images/topwomen.jpg");}
.naviImage .navi02{right: 0;background-image: url("../images/topfamily.jpg");}


.naviImage a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(27,76,132,0.2);
	-webkit-transition:background 0.8s;
	transition:background 0.8s;
}
.naviImage.hover01 .navi01{width:55%;}
.naviImage.hover01 .navi02{width:44%;}
.naviImage.hover01 .navi02 a{background: rgba(0,0,0,0.5);}

.naviImage.hover02 .navi01{width:44%;}
.naviImage.hover02 .navi02{width:55%;}
.naviImage.hover02 .navi01 a{background: rgba(0,0,0,0.5);}


.naviImage h3{
	 position: absolute;
	 top: 48%;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 pointer-events: none;
	 width: 23vw;
	 max-width: 380px;
	 -webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.naviImage .icon{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6%;
	margin: 0 auto;
	width: 71px;
	height: 71px;
	pointer-events: none;
}

.naviImage .icon:before,
.naviImage .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFF;
	z-index: 5;
	-webkit-transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition:all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.naviImage .icon:before{
	 -webkit-transform:rotate(0);
	 transform: rotate(0);
}
.naviImage .icon:after{
	 -webkit-transform:rotate(90deg);
	 transform: rotate(90deg);
}
.naviImage.hover01 .navi01 .icon:before,
.naviImage.hover02 .navi02 .icon:before{
	-webkit-transform:rotate(45deg);
	transform: rotate(45deg);
	width: 70%;
	top: 25.5%;
	left: 20%;
}
.naviImage.hover01 .navi01 .icon:after,
.naviImage.hover02 .navi02 .icon:after{
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);
	width: 70%;
	top: 74.5%;
	left: 20%;
}





/*
.naviImage .navi02 a{background: rgba(0,0,0,0.5);pointer-events: none;}
.naviImage .navi02 .icon{display: none;}
.naviImage .navi02 h3{top: 50%;}
*/
/* ----------------------------------------------------------- */


footer{
	width: 100%;
	text-align: center;
	padding: 250px 0 100px;
}
footer h3{
	width: 150px;
	margin: 0 auto;
}
footer p{
	font-family:'DINPro-Regular';
	font-size: 13px;
	margin-top: 20px;
	color: #C0E2EE;
}


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

@media (min-width: 1500px) {
.topLead{margin: 300px auto;}
}

@media (max-width: 1200px) {

.topLead h3{font-size: 24px;}
.topLead p{font-size: 16px;}

.naviImage .icon{width: 61px;height: 61px;}

}


@media (max-width: 980px) {

.topMainImage .title{width: 55%;}
.topMainImage .hh{width: 15%;}

.topLead{margin: 23% 0;}
.topLead p br.res{display: block;}

.naviImage .icon{width: 51px;height: 51px;}
.naviImage h3{top: 44%;width: 27vw;}


footer{padding: 200px 0 100px;}
footer h3{width: 140px;}


}








@media (max-width: 768px) {
.wide{display: none;}

.topMainImage{background-image: url("../images/mainimage_sp.jpg");}
.topMainImage .title{width: 60%;}
.topMainImage .title h1{top: 6vw;}
.topMainImage .hh{width: 18%;}


.topLead h3{font-size: 23px;}
.topLead p{font-size: 15px;}



.topNavi{width: 96%;}
.naviImage{padding-top: 0;}
.naviImage .naviBox{
	width: 100%;
	padding-top: 60%;
	margin-bottom: 2%;
	position: relative;
}

.naviImage .icon{display: none;}

.naviImage h3{
	 top: 50%;
	 width: 40vw;
	 max-width:none;
}


footer{padding: 25% 0 80px;}
footer h3{width: 130px;}

}


@media (max-width: 730px) {

.topLead p{width: 80%;text-align: left;}
.topLead p br{display: none;}
.topLead p br.res{display: none;}
.topLead p br.fix{display: block;}

}


@media (max-width: 600px) {

.topMainImage .title{width: 75%;}
.topMainImage .title h1{top: 7vw;}
.topMainImage .hh{width: 23%; top: 3vw;right: 2.5vw;}


.topLead{margin: 28% 0;}
.topLead h3{font-size: 22px;}
.topLead p{font-size: 15px;letter-spacing: 0.1em;line-height: 2.5;margin-top: 2.0em;}


.naviImage .naviBox{padding-top: 80%;}
.naviImage h3{width: 50vw;}

footer{padding: 35% 0 70px;}
footer h3{width: 120px;}
footer p{font-size: 12px;}

}



@media (max-width: 480px) {

.topLead{margin: 30% 0;}
.topLead h3{font-size: 20px;}
.topLead p{font-size: 14px;width: 85%;}


.naviImage .naviBox{padding-top: 85%;}
.naviImage h3{width: 56vw;}

footer h3{width: 120px;}
}
































