@charset "UTF-8";

html {
	font-size: 68.5%;
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	min-width: 1000px;
	color: #282828;
	letter-spacing: 0.1rem;
}

body {
	/*background: #ffffff;
	position: relative;*/
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/*body::before {
	background: url(../img/bg01.jpg) no-repeat center;
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}*/

@media (max-width:480px) {
	body {
		font-size: 1.6rem;
		min-width: 100%;
	}

	body::before {
		background: #ffffff;
	}

}

main {
	position: relative;
	overflow-x: hidden;     /*  background: url(../img/content02.jpg) center top repeat;*/
	background-size: cover;
	background-attachment: fixed;
}

.start {
	width: 100vw;
}


@media (max-width:768px) {
	#first {
		padding-top: 4%;
	}

}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}




.site-header{
    background: rgba(255,255,255,0.5);
    display: flex;
    padding: 10px 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 5px 20px;
}
.site-logo img{
    height: 50px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu ul{
    list-style: none;
    margin-bottom: 0;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
    font-size: 80%;
    font-weight: normal;
}



@media screen and (max-width: 800px) {
  .site-header {
    display: none;
    position: fixed;
  }
}
  


.embedvideo {
	position: relative;
	padding-bottom: 56.25%;     /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.embedvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
}

.content__title__inner {
	flex: none;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}

.container {
	max-width: 900px;
	display: block;
	margin: 0 auto;
}

.container-full {
	max-width: 900px;
	display: block;
	margin: 0 auto;
	padding: 70px 0 55px;
	position: relative;
}

.container-full::before {
	position: absolute;
	content: "";

	/*何も入れない*/
	display: inline-block;     /*忘れずに！*/
	width: 116px;     /*画像の幅*/
	height: 58px;     /*画像の高さ*/
	background-image: url(../img/arrow-fullbg.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	top: -22px;
	left: 45%;
	z-index: 100;
}

@media (max-width:480px) {
	.container-full::before {
		left: 37%;
	}

}

.footer {
	background: #000;
	text-align: center;
	padding: 30px 15px;
	color: #fff;
}

@media (max-width:480px) {
	.footer {
		padding: 30px 15px 30px;
	}

}



/* --------------- フッター --------------- */
.footer p {
	font-size: 12px;
	opacity: 0.8;
	line-height: 1.5;
}

.footer a {
	color: #fff;
}











.profileBox {
	margin: 0 auto 30px;
	background: #fff;
}

.profileBox .profileInner {
	width: 100%;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius:5px;
	padding: 20px;
}

.profileBox .profileInner h3 {
	font-weight: 400;
	font-size: 2rem;
	border-bottom:1px solid #dcdcdc;
    width: 100%;
	padding: 3% ;
	text-align: center;
	/*
		width: 100%;
	background-size: 8%;
	background-position: 8px 4px;
	background-color: #614b1b;
	color: #fff;
	*/
}



.box-wrap {
	margin: 0 auto;
	max-width: 980px;
}


.wrap {
	margin: 0 auto;
	max-width: 900px;
}

.outer {
	/* background-color: #fff;     background-image: url(./img/groovepaper.png);*/
	padding-top: 0px;
}

@media (max-width:768px) {
	.outer {
		padding-top: 30px;
	}

}

@media (max-width:480px) {
	.outer {
		padding-top: 0px;
	}

}

.inner {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #cecece;
	padding: 50px;
}

@media (max-width:480px) {
	.inner {
		padding: 10% 5%;
	}

}

.inner-none {
	padding: 60px 90px 70px;
}

@media (max-width:480px) {
	.inner-none {
		padding: 7% 5%;
	}

}


.top {
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
	background: #fff;
}

@media (max-width:480px) {
	.top {
		padding: 2% 3%;
	}

}

.top-logo img {
	height: 50px;
	width: auto;
}

@media (max-width:480px) {
	.top-logo img {
		height: 35px;
	}

}

@media (max-width:480px) {
	.top-logo {
		width: 25%;
		margin-right: 2%;
	}

}

.fv {
	background: url(../img/fv-pc.png) top center;
	padding: 50px;
	height: 850px;
}

.intro {

	/*background:url(../img/bg2.jpg) center top no-repeat #ffffff;*/
	padding-right: 3%;
	padding-left: 3%;
	margin-top: -2px;
}

@media (max-width:768px) {
	.intro {

		/*background: url(../img/bg-sp.jpg) center bottom no-repeat #ffffff;*/
		padding-right: 0;
		padding-left: 0;
	}

	.kotoba {
		max-width: 90%;
	}

}

.intro .inner-none {
	padding-top: 30px;
}

.intro .box-wrap {
	max-width: 1100px;
}
/*
.intro .outer {
	background: #ffffff;
}*/





/* --------------- スタイル --------------- */

.curved {
  position: relative;
  background: rgb(243, 253, 255);
  height: 5vh;
}

.curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 65%;
}

.spikes {
  position: relative;
  background: rgb(243, 253, 255);
  height: 3vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, rgb(243, 253, 255) 25%, transparent 25%), linear-gradient(225deg, rgb(243, 253, 255) 25%, transparent 25%);
  background-position: 0 0;
}


.triangle {
  position: relative;
  background: rgb(243, 253, 255);
  height: 20px;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: rgb(243, 253, 255) transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}


.wave-container {
	margin-top: -2rem;
  position: relative;
  background: rgb(243, 253, 255);
  height: 20px;
}

.wave {
  position: absolute;
  height: 68px;
  width: 100%;
  background: rgb(243, 253, 255);
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: rgb(243, 253, 255);
  left: -1.5%;
  top: 40%;
}


.heading-img {
	margin-top: 30px;
	margin-bottom: 50px;
}

.main {
	background: url(../img/bg03.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

@media (max-width:480px) {
	.main {
		background: url(../img/bg03-sp.jpg) no-repeat center top #e4e4e4;
		background-size: contain;
	}

}



