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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');

h1,h2,h3,h4,h5,h6 {
	  font-size: 100%;
	font-weight: 400;
}
html {
	height: 100%;
}

body {
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
  font-weight: 300;
	 line-height: 1.6;
	letter-spacing: 0.01em;
	word-wrap: break-word;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	position: relative;
/*	animation: fadeIn 2s ease 0.5s 1 normal;*/
  font-feature-settings: "palt";
}
body::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #fff;
	opacity: 1;
}
body._load::before {
	opacity: 0;
	transition: 2s 0.5s;
	pointer-events: none;
}
body.showMenu {
	overflow: hidden;
}

.eng,.engTxt {
	  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

img {
	 margin: 0;
	 padding: 0;
	 border: 0;
		/*max-width: 100%;*/
	width: 100%;
	height: auto;
	vertical-align: bottom;
	
}

li {
  list-style-type: none;
}

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}


/*android chorome　文字サイズ　バグ対策*/
h1, h2, h3, h4, h5, p {
max-height: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/*@@@@@@@@@@@@@@@@*/
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

.forPc {
		display: block;
	}
	.forSp {
		display: none;
	}
.forTab {
		display: none;
	}
.onlySp {
		display: none;;
	}

@media screen and (max-width: 959px) {
  .forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
  .onlySp {
		display: none;;
	}
	body._bgNav::after {
		display: none;
	}
}
@media screen and (max-width: 599px) {
  .forPc {
		display: none;
	}
	.onlySp {
		display: block;
	}

	.brNonSp {
		display: none;
	}
}



/*
#contentWrap div.active,
#contentWrap .anim.active {
  opacity: 1;
  transform: translateY(0px);
}
.grd01 {
  background: -webkit-linear-gradient(150deg, rgba(0, 13, 61, 1) 0%, rgba(0, 119, 160, 1) 100%);
background: -o-linear-gradient(150deg, rgba(0, 13, 61, 1) 0%, rgba(0, 119, 160, 1) 100%);
background: linear-gradient(150deg, rgba(0, 13, 61, 1), rgba(0, 119, 160, 1));
}
*/


/*================ cmn =====================*/

.wrapWidth {
	width:100%;
	margin: 0 auto;
/*	text-align: center;*/
}
.boxWidth {
	max-width: 1200px;
  width: 94%;
	margin: 0 auto;
}
#goPageTop {
	position: fixed;
	right: 1%;
	z-index: 100;
	bottom: 0px;/*margin-left: 600px;*/
}
#goPageTop a {
	width: 18px;
  /*border-radius: 50%;
	background-color: #F36;*/
	/*background-image:url("../img/bt-pagetop.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;*/
	display: block;
  
}

#captionBox {
	font-size: 10px;
	text-align: center;
	line-height: 1.4;
	padding: 25px 0;
	color: #555;
}
.caption {
	font-size: 12px;
	line-height: 1.4;
  text-align: justify;
  display: inline-block;
}

.brSp {
		display: none;
	}
.flex {
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}

.lead {
	font-size: 15px;
	line-height: 3.6;
	text-align: justify;
}

@media screen and (max-width: 959px) {
	.wrapWidth {
		min-width:inherit;
		}
	.boxWidth {
			
	} 

	#goPageTop a {
    width: 12px;
}
	#wrapper {
		padding-top: 60px !important;
	}
		.lead {
		font-size: clamp(13px, 1.9vw, 15px);
	}

}

@media screen and (max-width: 599px) {
	.brSp {
		display: inline;
	}

		.lead {
		line-height: 2.4;
		font-size: clamp(12px, 3.5vw, 14px);
	}
}


/*---------------------------------*/
/*------- header --------*/
/*---------------------------------*/

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	align-items: flex-start!important;
	padding-left: 4vw;
	padding-right: 50px;
	
}
header h1 {
	width: 20%;
	min-width: 100px;
	max-width: 180px;
	padding-top: 15px;
}


	header ul {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.9);
		padding-top: 3%;
		border: none;
		transform: translateY(100%);
	}
	header ul li:nth-child(1) {
		padding-right: 15%;

	}
	header ul li {
		width: 30%;
		margin-left: 70%;
		display: block;
		border: none;
		border-bottom: #555 dotted 1px;
		padding: 2em 0;
	}
	header ul li.contact {
	display: block;
}
header ul li {
	opacity: 0;
	transform: translateX(100%);
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.showMenu header ul li {
	opacity: 1;
	transform: translateX(0%);
	transition-delay: calc(0.2s * var(--char-index));
}


	header ul li a {
		font-size: 20px;
		text-decoration: none;
		color: #fff;
		font-weight: 200;
	}
header ul li a span {
	font-size: 60%;
	display: block;
}
	header ul li a::after {
		display: none;
	}
	header #menu {
		display: block;
    position: absolute;
    width: 100px;
    height: 100px;
		right: 2vw;
		top:2vw;
		/*background-color: #555;*/
  }
  header #menu span {
		position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    top: 28px;
    background-color: #999;
    transition: 0.5s
  }
  header #menu span:nth-child(2) {
    top: 15px;
  }
  header #menu span:nth-child(3) {
    top: 40px;
  }

	body.showMenu header #menu span {
		width: 80%;
		left: 10%;
	}
	body.showMenu header #menu span:nth-child(1) {
		top: 28px;
		transform: rotateZ(45deg);
	}
	body.showMenu header #menu span:nth-child(2) {
		opacity: 0;
	}
	body.showMenu header #menu span:nth-child(3) {
  top: 40px;
  transform: translateY(-12px) rotateZ(-45deg);
	}
	
	body header ul {
		transform: translateX(100%);
		transition: 0.5s;
	}
	body.showMenu header ul {
		transform: translateX(0%);
		overflow-y: scroll;
	}


@media screen and (max-width: 959px) {
	
	header #headWrap li a span:nth-child(1) {
		font-size: 6.9vw;
		font-size: clamp(25px, 6.9vw, 27px);
	}
	header ul li:nth-child(1) img {
    width: 50%;
	}
	header ul li {
    width: 50%;
    margin-left: 50%;
	}
}

@media screen and (max-width: 599px) {
	header #menu {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0px;
    top: 5pxpx;
    /* background-color: #555; */
	}
	header ul li {
		width: 65%;
		margin-left: 30%;
		padding: 1em 0;
	}


}



/*---------------------------------*/
/*------- footer --------*/
/*---------------------------------*/
footer {
	padding: 80px 0 50px 0;

}
footer .footBox {
	justify-content: center;
}
footer .footBox .logoBox {
	width: 13%;
	margin-right: 3%;

}
footer .footBox .txtBox {
	color: #555;
	position: relative;
	display: inline-block;
	padding: 30px 0;
}
footer .footBox .txtBox h1 {
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
	font-size: 18px;
}
footer .footBox .txtBox p.add {
	
}
footer .footBox .txtBox a.btnInsta {
	position: absolute;
	width: 40px;
	right: 0;
	bottom: 20px;
}
footer .cRight {
	color: #555;
	text-align: center;
	padding: 1em;
	font-size: 10px;
}
footer .pPolicy {
	text-align: center;
}
footer .pPolicy a {
	color: #fff;
}
footer .pPolicy a::before,footer .pPolicy a::after {
	content: "|";
	margin: 0 0.5em;
}
footer a:hover {
	transition: 0.3s;
	opacity: 0.6;
}






@media screen and (max-width: 959px) {
  #cRightWrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
	footer {
		padding: 15px 0;
	}
	footer ul {
		width: 70%;
		max-width: 10em;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	footer li {
		width: 100%;
		margin-top: 0.2em;
		border-right: #555 solid 1px;
	}
	footer li a {
		font-size: clamp(10px, 1.5vw, 12px);
		line-height: 1;
	}
	#cRightWrap {
		font-size: 10px;
		letter-spacing: 0;
	}
	footer .footBox .txtBox {
		width: 96%;
		margin-left: 2%;
	}
	footer .footBox .logoBox {
    width: 24%;
    margin-right: 0%;
}
}





/*---------------------------------*/
/*------- 2nd common --------*/
/*---------------------------------*/
#pageTit {
	background-image: url("../../profile/img/bg-tit.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 16vw;
	min-height: 100px;
	position: relative;
}
#pageTit .h2Box {
	position: absolute;
	color: #fff;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%,-50%);
}
#pageTit .h2Box h2 {
	font-size: 20px;
	font-size: clamp(13px, 1.3cqw, 20px);
	text-align: center;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
}
#pageTit .h2Box h2 span {
	display: block;
	font-size: 200%;
}


@media screen and (max-width: 959px) {
	#pageTit {
		height: 26vw;
		background-attachment:inherit;
		background-size: cover;
	}
	#pageTit .h2Box {

	}
	#pageTit .h2Box h2 {
		font-size: 2.2vw;
	}
	#pageTit .h2Box h2 span {
		font-size: 160%;
		letter-spacing: 0.2em;
	}
	

}
@media screen and (max-width: 599px) {
  #pageTit {
    height: 150px;
	}
	#pageTit .h2Box {
		width: 80%;
	}
	#pageTit .h2Box h2 {
		font-size: clamp(10px, 3.3vw, 12px);
		letter-spacing: 0.2em;
		line-height: 1.3;
	}
	#pageTit .h2Box h2 span {
		font-size: 180%;
	}

}


