@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');
@import url(font-awesome.min.css);

*{
	box-sizing: border-box;
	
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	font-family:Avenir, "ヒラギノ角ゴシック", 'Hiragino Sans', "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

/*796*/
.bg-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 0;
}


.wrap {
	width: 100vw;
	height: 1536px;
	background: #2980B9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFFFFF, #6DD5FA, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h1#titleLogo {
	z-index: 400;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
	width: 100vw;
	height: 68px;
	background: rgba(255,255,255,.5)
}

#titleLogo img {
	height: 60px;
	width: auto;
	margin: 4px auto;
	display: block;
}

.section {
	perspective : 500px;
	margin: auto;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	top: 0;
	perspective: 1600px;
	font-weight: 600;
}

.section .subhead {
	font-size: 3.0vh;
	writing-mode: vertical-rl;
	position: absolute;
	right: 0;
}

.pankuzu {
	z-index: 20;
}

.rotate-block {
	padding: 50px 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 50vw;
	height: 50vh;
	margin: auto;
	transform:rotateZ(0deg) rotateX(0deg) rotateY(0deg);
}

@media screen and (max-width: 480px) {
	.rotate-block {
		width: 80vw;
	}
}

.contents-block {
	position: absolute;
}


#first {
	z-index: 10;
	transform: scale(1.0);
}

#page1 {
	background: transparent;
	text-align: center;
}

#second {
	z-index: 9;
	transform: scale(0.1);
}

#third {
	z-index: 8;
	transform: scale(0.1);
}

#forth {
	z-index: 7;
	transform: scale(0.1);
}

#fifth {
	z-index: 6;
	transform: scale(0.1);
}

#sixth {
	z-index: 5;
	transform: scale(0.1);
}

#seventh {
	z-index: 4;
	transform: scale(0.1);
}

#eighth {
	z-index: 3;
	transform: scale(0.1);
}

#ninth {
	z-index: 2;
	transform: scale(0.1);
}

.background {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.background#subheadline-block1 .headline-block {
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10vh;
	width: 100vw;
	height: 80vh;
	background-position: left top;
	font-family: 'Questrial', sans-serif;
	font-size: 12vw;
	font-weight: bold;
	background-position: center left;
	color: #1b1b1b;
	font-style: italic;
}

@media screen and (max-width: 480px) {
	.background#subheadline-block1 .headline-block {
		font-size: 15vw;
		margin-top: 40vh;
	}
}

@media screen and (max-width: 480px) {
	.background#subheadline-block1 .headline-block .headline-img {
		font-size: 30vw;
	}
}

.background#subheadline-block3 , .background#subheadline-block10 {
	visibility: hidden;
}

.background#subheadline-block3 {
	padding: 84px 0px;
	font-family: 'Questrial', sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 481px) and (max-width: 768px) {
	.headline-block {
		font-size: 25vw;
	}
}

.background#subheadline-block3 .subheadline-block {
	background-size: contain;
	width: 100vw;
	height: 80vh;
	background-position: left;
	background-image: url('images/subHeadlineImg.png');
	background-repeat: no-repeat;
}

.background#subheadline-block10 {
	max-width: 100vw;
	height: auto;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.background#subheadline-block10 {
		max-width: 100vw;
	}
}

/*.service以下*/
.service {
	padding: 12px;
	margin: 12px auto 50px;
	max-width: 75%;
}

.message {
    padding: 12px;
    margin: 12px auto 200px;
    max-width: 75%;
}

.linkBtn, .linkBtnDialogue {
    display: inline-block;
    width: 30%;
    margin: 30px auto 0;
    text-align: center;
    height: 44px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 3px;
    background: #007393;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 47px;
}

@media screen and (max-width: 768px) {
	.service {
		max-width: 100%;
	}
	.message {
		max-width: 100%;
	}

	.linkBtn, .linkBtnDialogue {
    display: inline-block;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    height: 44px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #007393;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 47px;
	}
}



.message h3 {
	font-size: 22px;
	font-size: 3.2rem;
	font-style: italic;
	color: #007ba5;
	display: inline-block;
	width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 6px 3px;
    letter-spacing: .05em;
    transform: translateZ(4000px);
}

.message h3:before {
    content: '';
    position: absolute;
    bottom: -.1em;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #007ba5;
    border-radius: 2px;
}

.message p {
	font-size: 16px;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: .07em;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	text-align: left;
	transform: translateZ(2000px);
}

.service h3{
	font-size: 22px;
	font-size: 4rem;
	font-style: italic;
	color: #007ba5;
	display: inline-block;
	width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 6px 3px;
    letter-spacing: .05em;
}

.service p{
	margin-top: 20px;
	padding: 15px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 15px rgba(255,255,255,.5);
	color: #2b3c4c;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}

.service span{
    color: #2b3c4c;
    line-height: 1.5;
    margin: 0 0 12px;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}

.service span.inc{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}



.linkBtn:hover {
	color: #fff;
    background-color: #05073c;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

/*rotate-block*/

.rotate-block .contents-block2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	margin: auto;
	padding-top: 20px;
}

.rotate-block .contents-block1 {
	padding-top: 0px;
    width: 100%;
    height: 100%;
}

.rotate-block .contents-block2 {
	padding-top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 10%;
/*
    text-shadow: 0 3px 10px rgba(52, 47, 204, 1.0);
*/
    transform-style: preserve-3d;
/*
    background: rgba(255,255,255,.3);
	border: solid 3px #88d6d9;
*/
}

.rotate-block .contents-block2 .contents-block2_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%) translateZ(600px);
}


.rotate-block .cloud0 {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: url("../images/cloud2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: .8;
	transform: translateZ(200px);
}

.rotate-block .cloud1 {
	position: absolute;
	top: 0;
	left: 0;
	width:80%;
	height: 80%;
	background: url("../images/cloud.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: .9;
	transform: translateZ(200px);
}

.rotate-block .cloud1.cloud2 {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 40%;
	width: 60%;
	height: 60%;
	opacity: .8;
	transform: translateZ(120px);
	background: url("../images/cloud.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.rotate-block .cloud1.cloud3 {
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%;
	height: 60%;
	opacity: .6;
	transform: translateZ(150px);
	background: url("../images/cloud3.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.rotate-block .cloud1.cloud4 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity: .7;
	transform: translateZ(30px);
	background: url("../images/cloud2.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.rotate-block .contents-block1 .cloud1 {
	top: 150px;
	left: 0;
	width:80%;
	height: 80%;
	transform: scale(3.5);
}

.rotate-block .contents-block1 .cloud1.cloud2 {
	top: 150px;
	left: 0%;
	width:60%;
	height: 60%;
	transform: scale(3.5);
}

.rotate-block .contents-block1 .cloud1.cloud3 {
	top: 450px;
	left: 0;
	width:60%;
	height: 60%;
	z-index: -3;
	transform: scale(3.5);
}

.rotate-block#page1 p.first-p {
	font-style: italic;
	font-size: 5vw;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100vw;
	display: inline-block;
	color: #f7f7f7;
    margin: 4px 0;
    padding: 0 6px;
	z-index: 1;
	text-shadow: rgb(95, 132, 242) 3px 0px 0px, rgb(95, 132, 242) 2.83487px 0.981584px 0px, rgb(95, 132, 242) 2.35766px 1.85511px 0px, rgb(95, 132, 242) 1.62091px 2.52441px 0px, rgb(95, 132, 242) 0.705713px 2.91581px 0px, rgb(95, 132, 242) -0.287171px 2.98622px 0px, rgb(95, 132, 242) -1.24844px 2.72789px 0px, rgb(95, 132, 242) -2.07227px 2.16926px 0px, rgb(95, 132, 242) -2.66798px 1.37182px 0px, rgb(95, 132, 242) -2.96998px 0.42336px 0px, rgb(95, 132, 242) -2.94502px -0.571704px 0px, rgb(95, 132, 242) -2.59586px -1.50383px 0px, rgb(95, 132, 242) -1.96093px -2.27041px 0px, rgb(95, 132, 242) -1.11013px -2.78704px 0px, rgb(95, 132, 242) -0.137119px -2.99686px 0px, rgb(95, 132, 242) 0.850987px -2.87677px 0px, rgb(95, 132, 242) 1.74541px -2.43999px 0px, rgb(95, 132, 242) 2.44769px -1.73459px 0px, rgb(95, 132, 242) 2.88051px -0.838247px 0px;
}


.rotate-block h3:before {
    content: '';
    position: absolute;
    bottom: -.1em;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #007ba5;
    border-radius: 2px;
}

.rotate-block h3 {
	font-size: 22px;
	font-size: 4rem;
	font-style: italic;
	color: #007ba5;
	display: inline-block;
	width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 6px 3px;
    letter-spacing: .05em;
    transform: translateZ(4000px);
}

.rotate-block p.catch {
	font-size: 16px;
	font-size: 1.7rem;
	letter-spacing: .07em;
	color: #2b3c4c;
	padding: 10px 0 0 0;
	text-align: left;
	transform: translateZ(2000px);
}

p.sub_catch
{
	font-size: 10px;
	font-size: 0.8rem;
	letter-spacing: .07em;
	color: #2b3c4c;
	padding: 0px 0;
	text-align: left;
	transform: translateZ(2000px);
}

.rotate-block p.information {
	font-weight:200;
	letter-spacing: .05em;
	color: #2b3c4c;
	text-align: left;
	transform: translateZ(500px);
}

.rotate-block .contents-block2_last p.catch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) translateZ(600px);
	-webkit- transform: translateY(-50%) translateX(-50%) translateZ(600px);
	font-size: 3.5rem;
}

.rotate-block p.catch span {
	display: inline-block;
	margin: 0px 0;
	padding: 0 6px;
	/*
	background: #05073c;
	box-shadow: 0px 0px 15px rgba(255,255,255,.5);
	text-shadow: 1px 1px 13px rgb(0, 139, 153);
	*/
}

.rotate-block p.body-copy {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2.0rem;
	font-weight: 100;
}

.pankuzu-img {
	position: fixed;
	top: -250px;
	height: 200px;
}
.pankuzu #balloon_01 {
	left: 30px;
}
.pankuzu #balloon_02 {
	right: 40vw;
	height: 50px;
}
.pankuzu #bird_01{
	left: 10vw;
	height: 40px;
}
.pankuzu #bird_02 {
	right: 25vw;
	height: 50px;
}
.pankuzu #bird_03 {
	left: 20vw;
	height: 30px;
}


/* navi */
.section.navi {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 74px;
	height: 68px;
}

@media screen and (max-width: 480px) {
	.section.navi {
		width: 67px;
		height: 58px;
	}
	.section.navi.active-area {
		width: 100vw;
		height: 100vh;
	}
}

/* メニューアイコン */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	cursor: pointer;
	top: 12px;
	left: 12px;
	z-index: 10;
	scale: .6;
	-webkit-transform: scale(.6)
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #424242;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 20px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}


/* navi-contents */
.navi ul.navi-contents {
	position: fixed;
	top: 0;
	left: 0;
	list-style: none;
	padding: 24px;
	background-color: rgba(255,255,255, 1);
	height: 100vh;
	opacity: 0;
	display: none;
	z-index: 1;
	width: auto;
}

.navi ul.navi-contents .navi-logo {
	width: 500px;
	margin-bottom: 24px;
}

.navi ul.navi-contents img {
	width: 150px;
	margin: auto;
	display: block;
}

@media screen and (max-width: 480px) {
	.navi ul.navi-contents {
		width: 100%;
		background-color: rgba(255,255,255, 1);
		font-size: 20px;
		font-size: 2.0rem;
	}

	.navi ul.navi-contents .navi-logo {
		width: 100%;
	}
}

.navi ul.navi-contents.visible {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
			opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

.navi ul.active-navi-contents {
	opacity: 1;
}

.navi ul li {
	margin-bottom: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.navi ul li a {
	color: #000;
	flex: 1 1 auto;
	margin: 12px;
	padding: 10px;
	border: 2px solid #f7f7f7;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	cursor: pointer;
 }

 @media screen and (max-width: 480px) {
 	.navi ul li a {
 		border: none;
 	}
 }

.navi ul li a:hover {
	color: #5bcaff;
}

.navi ul li a:after {
 	width: 0;
	position: absolute;
	transition: .3s;
	content: '';
	background: #fff;
	height: 120%;
	top: 0;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

.navi ul li a:hover:after {
	left: -10%;
	width: 120%;
}