@charset "utf-8";

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 	transition: 0.1s linear;
}

header:after,
section:after,
.contents:after,
ul:after,
ol:after,
dl:after,
.btn_top:after,
.box_prof:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*common
----------------------------------------------------*/
html{
	font-size: 62.5%;
	color:#3B4043;
	line-height:2.0;
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	font-size:1.6rem;
	letter-spacing:0.1em;
}

section{
	position:relative;
	width:100%;
	display:block;
	clear:both;
}

.contents{
	width:1100px;
	margin:0 auto;
	padding:8rem 0;
}

img{
	width:100%;
	height:auto;
	display:block;
}

@media screen and (max-width:1100px){

html{
	/*font-size: 0.8vw;*/
}

.contents{
	width:94%;
	margin:0 auto;
	padding:4vw 0;
}

}

.note{
	padding-left:1.5em;
	text-indent:-1.5em;
}

.wave{
	text-decoration:underline wavy #144B97;
}


/*header
----------------------------------------------------*/
header{
	position:relative;
	height:34vw;
	background:url(../img/bg_main2.jpg) no-repeat center top / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .header{
	position:fixed;
	top:0;
	width:100%;
	height:70px;
	padding:22px 17px;
	/*background:#000;*/
	text-align:right;
	z-index:99999;
}

header.fixed .header{
	background:rgba(83, 101, 136 ,.85);
}

header h1{
	width:auto;
	/*height:8em;*/
	text-align:center;
	display:block;
	font-size:40px;
	/*display: flex;
	justify-content: flex-start; 
	align-items: center;
	flex-wrap:wrap;*/
}

/*header h1 span{
	font-size:20px;
	display:block;
}*/

header h1 img{
	width:auto;
	height:12vw;
	margin:0 auto 0 0.5em;
}

header h2{
	margin-bottom:0;
	text-align:center;
	color:#FFF;
}


/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 12px;
    right: 25px;
	width: 50px;
	height: 40px;
    z-index: 99999;
	display:block;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to left top, #15EAB5, #10D86F);*/
	display: block;
}
.menu-trigger span {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 15px;
}
.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2px) rotate(-30deg);
	transform: translateY(2px) rotate(-30deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(30deg);
	transform: translateY(-4px) rotate(30deg);
}


/*navigation
-------------------------------------------------*/
#headIn{
	overflow: auto;
	position: fixed;
	height:100%;
	left: 0px;
	top: 0px;
	right: 0px;
    background: rgba(0,0,0,.85);
	background-size:100% 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#headIn{
    display: none;
}

#headIn.active{
    display: block;
    animation: show 0.3s linear 0s;
}

header #headIn nav ul{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:60vh;
}

header #headIn nav ul li{
	float:none;
	padding-left:0;
}

header #headIn nav ul li a{
    padding: 0.5em 0;
    color: #FFF!important;
    font-size: 1.8vw;
    text-decoration: none;
	text-align:center;
    display: block;
}

#headIn nav ul li a span{
	font-size:1.4vw;
	display:block;
}


/*navigation PC
-------------------------------------------------*/
.nav_pc{
	position:absolute;
	top:12px;
	right:95px;
}

.nav_pc ul li{
	float:left;
	padding-left:2.5em;
	text-align:center;
}

.nav_pc ul li a{
	font-size:1.8rem;
	line-height:1.6;
	color:#FFF;
}

.nav_pc ul li a span{
	font-size:1rem;
	display:block;
}


/*common
----------------------------------------------------*/
h2{
	margin-bottom:4vw;
	font-size:3vw;
	line-height:1.6;
	text-align:center;
}

h2 span{
	padding:0 0 0.7em 0;
	background-image: linear-gradient(90deg, #EA9EDA, #A1E9F7);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 40px 8%;
}

h3{
	margin-bottom:0.8em;
	padding:0 0 0.3em 0;
	border-bottom:2px solid #144B97;
	/*background:url(../img/bg_ttl.png) no-repeat left top / 2.5em;*/
	font-size:2vw;
	color:#144B97;
}

h3.ttl{
	padding:0.5em 0;
	background:none;
	border:none;
	text-align:center;
}

h3.ttl span{
	padding:0 1em;
	background:linear-gradient(transparent 70%, #EEDEFC 60%);
}

h4{
	padding-bottom:0.3em;
	font-size:18px;
}

ol{
	margin-top:1.5em;
}

li{
	padding-bottom:0.8em;
}

.btn a{
	width:480px;
	margin:0 auto;
	padding:10px;
	background-image: linear-gradient(90deg, #B470EF, #78CCFB);
	border-radius:40px;
	font-size:22px;
	text-align:center;
	color:#FFF;
	display:block;
}

.btn a:hover{
	text-decoration:none;
}

.btn_movie{
	margin:0 1em 0 0;
	padding:5px 20px;
	background-image: linear-gradient(90deg, #B470EF, #78CCFB);
	border-radius:40px;
	text-align:center;
	color:#FFF!important;
	display:inline-block;
}

.box_form{
	margin:150px auto 0 auto;
	padding:30px;
	border:2px solid #B470EF;
	border-radius:8px;
	font-family: 'Noto Sans JP', sans-serif;
}

.box_form h3{
	padding:0.5em 0;
	background:none;
	text-align:center;
}

.box_form h3 span{
	padding:0 1em;
	background:linear-gradient(transparent 70%, #EEDEFC 60%);
}

.box_form dl{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #CCC;
}

.box_form dl dt{
	margin-bottom:15px;
}

.box_form dl dt span{
	margin-left:0.8em;
	padding:8px 10px;
	background:#E2221F;
	border-radius:5px;
	font-size:0.8em;
	color:#FFF;
}

.box_form input,
.box_form select{
	width:100%;
	padding:20px;
	background:#FFF;
	border-radius:5px;
	border:1px solid #666;
	font-size:1.0em;
}

::placeholder {
  color:#888;
}

.error{
	color:#E2221F;
}

.box_form .btn,
.box_thanks button{
	width:100%;
	padding:20px;
	border:0;
	border-radius:30px;
	background-image: linear-gradient(90deg, #B470EF, #78CCFB);
	font-size:1.4em;
	color:#FFF;
}

.box_thanks{
	height:100vh;
	padding:35vh 30px 0 30px;
	text-align:center;
}

.box_thanks p{
	margin-bottom:20px;
}

.box_thanks button{
	width:16em;
	margin:0 auto;
	padding:15px;
}

.kakomi{
	padding:10px 20px;
	border:2px solid #B470EF;
	border-radius:10px;
}


/*about
----------------------------------------------------*/
#about .kakomi{
	padding:40px;
	border:2px solid #B470EF;
	border-radius:10px;
}

#about .kakomi h2{
	width:calc(100% + 80px);
	margin:-40px auto 40px -40px;
	padding:20px 10px;
	background-image: linear-gradient(90deg, #B470EF, #78CCFB);
	border-radius:8px 8px 0 0;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#about .kakomi h4{
	margin-top:1.5em;
	background: linear-gradient(transparent 70%, #EEDEFC 60%);
	font-size:1.3em;
	font-weight:normal;
	line-height:1.8;
}

#about .kakomi h4 span{
	margin-right:0.3em;
	font-size:1.5em;
	color:#144B97;
}

#about .kakomi h4 i{
	font-style:normal;
}

#about .kakomi .kakomi{
	padding:10px 20px;
	border:0;
	background:#DEF7FC;
}


/*footer
----------------------------------------------------*/
footer{
	margin-top:80px;
	background:#536588;
	color:#FFF;
}

footer h2{
	width:380px;
	margin-bottom:1.5vw;
}

footer .center h2{
	width:380px;
	margin:0 auto 1.5vw auto;
}

footer .copyright{
	font-size:1.2rem;
}


/*page top
----------------------------------------------------*/
#page-top{
	position: fixed;
	right: 2%;
	z-index:999;
}

#page-top a{ 
    position: relative;
	width:50px;
	height:50px;
    background-color:#536588;
	display:block;
}

#page-top a img{
	display:block;
}