@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Roboto:wght@700&display=swap');
/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* --------RESET-------------------------------------------------------------------------------------- */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	line-break: strict;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
::-webkit-full-page-media, :future, :root
img{
	image-rendering: auto;
}
/* --------LINK-------------------------------------------------------------------------------------- */
a:link {
	color: inherit;
	text-decoration: inherit;
}
a:visited {
	color: inherit;
	text-decoration: inherit;
}
a:hover {
	color: inherit;
	text-decoration: inherit;
}
a:active {
	color: inherit;
	text-decoration: inherit;
}
/* --------FONT-------------------------------------------------------------------------------------- */
body {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 2;
	overflow-x: hidden;
}
@media screen and (min-width:901px) {
	body {
		font-size: 16px;
		padding-top: 80px;
	}
}
@media screen and (max-width: 900px) {
	body {
		font-size: 15px;
		padding-top: 60px;
	}
}


@media screen and (min-width:901px) {
	.pc-ver{
		display: block;
	}
	.sp-ver{
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.pc-ver{
		display: none;
	}
	.sp-ver{
		display: block;
	}
}

/*========================================================================================== HEADER ===*/
#header-area{
	background-color: #FFF;
	display: flex;
	align-items: center;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
#logo-main{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.func-set > a{
		background-color: #333333;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		text-align: center;
		padding: 15px 10px;
		width: 100%;
	}
.ig{
  background-image: url("../img/ic_instagram.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  .ig:hover{
    opacity: .7;
  }
}
@media print, screen and (min-width: 901px) {
	#header-area{
		height: 80px;
	}
	#logo-main{
		margin-left: 50px;
	}
	#logo-main > a{
		display: flex;
		align-items: center;
	}
	#logo-main > a img{
		margin-right: 30px;
		height: auto;
		width: 300px;
	}
	.func-set{
		display: flex;
		margin-left: auto;
		min-width: 400px;
	}
  .header-line{
    margin-left: auto;
  }
  .header-line > a{
    display: block;
  }
  .header-line img{
    vertical-align: bottom;
    height: auto;
    width: 40px;
  }
  .ig{
    margin-left: auto;
    height: 46px;
    width: 46px;
  }
  .ig + .func-set{
    margin-left: 20px;
  }
}
@media screen and (max-width: 990px) {
	#logo-main{
		margin-left: 25px;
	}
	#logo-main > a img{
		margin-right: 15px;
		height: auto;
		width: 220px;
	}
	#logo-main > a{
		font-size: 12px;
	}
}
@media screen and (min-width:901px) and (max-width:1160px) {
  .func-set{
    min-width: 300px;
  }
}
@media screen and (max-width: 900px) {
	#header-area{
		height: 60px;
	}
	#logo-main{
		margin-left: 20px;
	}
	#logo-main > a{
		font-size: 10px;
		display: flex;
		align-items: center;
	}
	#logo-main > a img{
		margin-right: 20px;
		height: auto;
		width: 150px;
	}
	.func-set{
		display: flex;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
	}
  .header-line{
    margin-left: auto;
  }
  .header-line > a{
    display: block;
  }
  .header-line img{
    vertical-align: bottom;
    height: auto;
    width: 40px;
  }
  
  
  .ig{
    margin-left: auto;
    margin-right: 13px;
    height: 30px;
    width: 30px;
  }
}


/*========================================================================================== GLOBAL NAVI ===*/
#navi-global{
	background-color: #FFF;
	border-top: 1px solid #E0E0E0;
	position: fixed;
	overflow-y: auto;
	z-index: 100;
	transition: ease-out .3s;
}
.navi-global-wrap{
	
}
.navi-global-item{
	border-bottom: 1px solid #E0E0E0;
	padding: 20px;
}
.navi-global-parent{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 700;
	padding: 10px 30px;
	min-height: 120px;
	position: relative;
	overflow: hidden;
}
.navi-global-parent:before{
	background: rgb(88,195,242);
	background: linear-gradient(90deg, rgba(88,195,242,1) 0%, rgba(255,255,255,1) 100%);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
	transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.navi-global-parent:hover:before{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.navi-global-parent:after{
	background: url("../img/ic_arrow_parent.svg") no-repeat;
	content: "";
	display: block;
	height: 9px;
	width: 17px;
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: ease-out .3s;
}
.navi-global-parent:hover:after{
	opacity: .7;
}
.navi-global-parent.open:after{
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.navi-global-parent__1{
	background-image: url("../img/img_navi1.jpg");
}
.navi-global-parent__2{
	background-image: url("../img/img_navi2.jpg");
}
.navi-global-parent__3{
	background-image: url("../img/img_navi3.jpg");
}
.navi-global-parent span{
	display: inline-block;
	transition: .3s;
}
.navi-global-parent:hover span{
	opacity: .7;
}
.navi-global-lower{
	display: none;
}
.navi-global-lower > li{
	border-bottom: 1px solid #E0E0E0;
}
.navi-global-lower > li:last-child{
	border-bottom: none;
}
.navi-global-lower > li > a{
	background: url("../img/ic_arrow_lower.svg") right 18px center no-repeat;
	display: block;
	padding: 20px 30px;
}
.navi-global-lower > li:last-child > a{
	background-position: right 18px bottom 10px;
	padding: 20px 30px 0;
}
@media print, screen and (min-width: 901px) {
	#navi-global{
		min-width: 490px;
		height: calc(100vh - 80px);
		right: 0;
		top: 80px;
		transform: translateX(100%);
	}
	#navi-global.open{
		transform: translateX(0);
	}
}
@media screen and (max-width: 900px) {
	#navi-global{
		width: 74.35%;
		height: calc(100vh - 60px);
    height: -webkit-fill-available;
		right: 0;
		bottom: 0;
		top: 60px;
		transform: translateX(100%);
	}
	#navi-global.open{
		transform: translateX(0);
	}
}



/*========================================================================================== MENU ===*/
#humberger {
	background-color: #FFF;
	text-align: center;
	cursor: pointer;
	position: relative;
	height: 60px;
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
}
#humberger .trigger, #humberger .trigger > span, #humberger .trigger > span > span {
	transition: ease-out .2s;
	box-sizing: border-box;
}
#humberger .trigger{
	width: 24px;
	height: 20px;
	position: absolute;
	right: 18px;
	top: 19px;
}
#humberger .trigger > span {
	position: absolute;
	right: 0;
	width: 24px;
	height: 4px;
	background-color: #333333;
}
#humberger .trigger > span:nth-of-type(1) {
	top: 0px;
}
#humberger .trigger > span:nth-of-type(2) {
	top: 8px;
}
#humberger .trigger > span:nth-of-type(3) {
	bottom: 0;
}
#humberger.active .trigger > span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
#humberger.active .trigger > span:nth-of-type(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 0;
}
#humberger.active .trigger > span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
@media screen and (min-width:901px) {

}
@media screen and (max-width: 900px) {
	#humberger {
		margin-left: 0;
		margin-right: 13px;
		height: 30px;
		width: 30px;
	}
	#humberger .trigger{
		width: 16px;
		height: 14px;
		position: absolute;
		right: 9px;
		top: 9px;
	}
	#humberger .trigger > span {
		width: 16px;
		height: 2px;
		background-color: #333333;
	}
	#humberger .trigger > span:nth-of-type(2) {
		top: 6px;
	}
	#humberger.active .trigger > span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	#humberger.active .trigger > span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
}




/*========================================================================================== FOOTER ===*/
#footer-area{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(106,248,253,1) 100%);
}
.navi-footer{
		display: flex;
		justify-content: center;
		margin-top: 105px;
		line-height: 1;
	}
	.navi-footer > li{
		border-left: 2px solid #666666;
		padding-left: 10px;
		margin-right: 10px;
	}
	.navi-footer > li:last-child{
		border-right: 2px solid #666666;
		margin-right: 0;
		padding-right: 10px;
	}
	.navi-footer > li a:hover{
		text-decoration: underline;
	}
.copyright{
		color: #666666;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		text-align: center;
		display: block;
		margin-top: 10px;
	}
@media screen and (min-width:901px) {
	.page-top{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: 80px;
		width: 80px;
		position: fixed !important;
		right: 0;
		bottom: 0;
		z-index: 99;
	}
	.page-top:before{
		background: url("../img/ic_arrow_pagetop.svg") no-repeat;
		content: "";
		display: block;
		margin-bottom: 8px;
		height: 9px;
		width: 17px;
		position: relative;
		z-index: 3;
		transition: ease .2s;
	}
	.page-top:hover:before{
		transform: translateY(-5px);
	}
	
	#footer-area{
		padding: 110px 0 25px;
	}
	#footer-area .catch{
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	#footer-area .btn-entry{
		font-size: 20px;
		display: block;
		margin: 30px auto 0;
		padding: 40px 20px;
		max-width: 600px;
	}
	.navi-footer{
		font-size: 14px;
	}
	
	.copyright{
		font-size: 12px;
	}
}
@media screen and (max-width: 900px) {
	#footer-area{
		padding: 35px 0 100px;
	}
	.page-top{
		display: none !important;
	}
	#footer-area .catch{
		display: none;
	}
	#footer-area .btn-entry{
		display: none;
	}
	.navi-footer{
		font-size: 10px;
		margin-top: 0;
	}
	.copyright{
		font-size: 10px;
	}
}