@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
	font-size: 2em;
}
nav {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    vertical-align: bottom;
}
.box_link {
    position: relative;
}
.box_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.box_link a:hover {
    background-color: #FFF;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
a:hover img.over {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/* clearfix */

.clearfix:after {
    content: "";
    /* new clearfix */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
    display: inline-block;
}
/* IE7 */
.clearfix {
    display: block;
 *zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: ".";
}
.center {
    text-align: center;
}
.pc {
    display: block;
}
.mob {
    display: none;
}

p.list {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 150% !important;
}
.float {
    position: fixed;
    z-index: 5;
    top: 0px;
    right: 0px;
}
.scroll {
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	z-index: 1;
	display: none;
	animation: flash 3s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
h1 {
	font-size: 8rem;
	font-weight: 700;
}
h2 {
	font-size: 5rem;
	font-weight: 700;
	color: #2F9CDB;
	margin-bottom: 30px;
}
h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #2F9CDB;
	margin-bottom: 20px;
	line-height: 1.3
}
p {
	line-height: 150%;
	font-weight: 300;
	margin-bottom: 30px;
}
p span {
	font-weight: 700;
	font-size: 1.2em;
}

a.btn_std {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	margin: auto;
	padding: 2rem 0.5rem;
	font-size: 1.2em;
	font-weight: 600;
	background: #2F9CDB;
	color: #fff;
	border-radius: 10px;
	transition: 0.5s;
	box-shadow: #333 0 0 5px;
}
a.btn_std:hover {
	color: #2F9CDB;
	background: #fff;
}
a.btn_std.green {
	background: #64B87B;
}
a.btn_std.green:hover {
	color: #64B87B;
	background: #fff;
}
@media (max-width: 1000px){
	.container {
		width: 90% !important;
	}
}
@media (max-width: 768px){
	a.btn_std {
	width: 80%;
		font-size: 1em;
		padding: 2rem 2rem;
}

	
	h1 {
	font-size: 8rem !important;
}
h2 {
	font-size: 5rem !important;
}
h3 {
	font-size: 3rem !important;
}
}

@media (max-width: 480px) {
		h1 {
	font-size: 4rem !important;
}
h2 {
	font-size: 3rem !important;
}
h3 {
	font-size: 3rem !important;
}
	a.btn_std {
		font-size: .8em;
}
}





/* header
---------------------------------------------*/
header {
	background-color: #fff;
}
header .container {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
header .container img.logo {
	width: 100%;
	max-width: 250px;
	margin: 10px auto;
}
@media (max-width: 768px){
	header .container img.logo {
	max-width: 150px;
}
}

/* main-visual
---------------------------------------------*/

#main-visual {
    height: 0;
    padding-top: 43.23%;
    background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,0)),url('images/main.jpg?ver=1');
    background-size: cover;
    margin-top: 0px;
	position: relative;
	border-bottom: solid 30px #2F9CDB;
}
/*
#main-visual::before {
  content: "";
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
*/
#main-visual .overlap {
	position: absolute;
	top:15%;
	width: 100%;
}
#main-visual .container {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}
#main-visual .container h1 {
	color: #2F9CDB;
}
#main-visual .container .logo {
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
	margin: 10px auto auto 1em;
	vertical-align: middle;
}
#main-visual .container .logo img {
	vertical-align: middle;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 13px;
}
#main-visual .container .catch {
	color: #fff;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 30px auto 30px;
}
#main-visual .container .catch span {
	font-style: italic;
	font-weight: 200;
	font-size: 2.6rem;
}
#main-visual .container .grid {
	width: 100%;
	max-width: 600px;
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 30px;
}
@media (max-width: 1000px) {
	#main-visual {
	height: 0;
    padding-top: 43.23%;
    background: linear-gradient(90deg, rgba(0,0,0,.4), rgba(0,0,0,.4)),url('images/main.jpg?ver=1');
    background-size: cover;
    margin-top: 0px;
	background-position: center;
	height: 250px;
	border-bottom: solid 20px #2F9CDB;
}
}
@media (max-width: 768px) {
#main-visual .overlap {
	top:10%;
}
#main-visual {
	height: 0;
    padding-top: 43.23%;
    background: linear-gradient(90deg, rgba(0,0,0,.4), rgba(0,0,0,.4)),url('images/main.jpg?ver=1');
    background-size: cover;
    margin-top: 0px;
	background-position: center;
	height: 250px;
	border-bottom: solid 20px #2F9CDB;
}
	#main-visual .container .logo {
	font-size: 3rem;
}
#main-visual .container .logo img {
	max-width: 180px;
	margin: 0 auto 10px;
}
	#main-visual .container .catch {
	font-size: 2.4rem;
		margin: 30px auto;
}
#main-visual .container .catch span {
	font-size: 2.4rem;
}
	#main-visual .container .grid {
		margin: auto;
	}
}


/* 1st
---------------------------------------------*/

#first {
    padding: 50px 0px;
}
#first .container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#first .container .grid {
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	margin: 50px auto;
}
#first .container .box {
	border-radius: 30px;
	margin: 50px auto;
	padding: 40px;
	background: linear-gradient(90deg, rgba(243,250,245,1), rgba(240,247,253,1));
}
#first .container .box .grid {
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 30px;
	margin: 0px;
	text-align: left;
}
#first .container .box .grid ul li {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 2.4rem;
}
#first .container .box .grid ul li strong {
	font-weight: 700;
}

@media (max-width: 768px){
	#first {
    padding: 30px 0px;
}
	#first .container .grid {
	grid-template-columns:1fr;
		text-align: center;
		grid-gap: 50px;
}

	#first .container .grid img {
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
	#first .container .box {
	border-radius: 20px;
	margin: 30px auto;
	padding: 30px;
}
	#first .container .box .grid {
	grid-template-columns:1fr ;
	grid-gap: 0px;
	margin: 0px;
}
}
@media (max-width: 480px){
	#first .container .grid img {
		max-width: 250px;
}
}
	
	
/* 2nd
---------------------------------------------*/

#second {
	padding: 50px 0px;
}

#second h2 {
	text-align-last: center;
	line-height: .8;
	padding: 0px 10px;
}
#second h2 span {
	color: #000;
	font-weight: 200;
	font-size: 2.6rem;
	font-style: italic;
}
#second .bar {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	background: linear-gradient(90deg, rgba(96,184,123,1), rgba(46,157,220,1));
	color: #1CD6EB;
	padding: 40px 0px;
	margin: 0;
}
#second .bar span {
	color: #fff;
}
#second .bar a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}
#second .bar a:hover {
	color: #1CD6EB;
}
#second .grid {
	display: grid;
	grid-template-columns:1fr 1fr;
}
#second .photo {
	height: 0;
    padding-top: 59.37%;
	background-repeat: no-repeat;
	background-size: cover !important;
    background-position: center;
	position: relative;
}
#second #explore .photo {
	background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,0)),url("images/2nd/01_explore.jpg");
}
#second #immerse .photo {
	background: linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,0)),url("images/2nd/02_immerse.jpg");
}
#second #evolve.grid .photo {
	background: linear-gradient(90deg, rgba(0,0,0,.3), rgba(0,0,0,0)),url("images/2nd/03_evolve.jpg");
}
#second .contents {
	padding: 50px;
}
#second #immerse .photo {
	order: 2 ;
}
#second #immerse .contents {
	order: 1;
}
#second .photo .overlap {
	position: absolute;
	top:15%;
	left: 10%;
	width: 80%;
}
#second .title {
	font-weight: 700;
	font-size: 6rem;
	text-shadow: #aaa 1px 0 3px;
}
#explore .title {
	color: #2F9CDB;
}
#immerse .title {
	color: #4CACA8;
}
#evolve .title {
	color: #70CE8B;
}
#second .logo {
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
	margin: 10px auto auto 1em;
	vertical-align: middle;
}
#second .logo img {
	vertical-align: middle;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 13px;
}
#second .catch {
	margin: 80px auto 0px;
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
}
#second .contents h3 {
	font-weight: 200;
	font-style: italic;
	margin-bottom: 30px;
}
#second #explore .contents h3 {
	color: #2F9CDB;
}
#second #immerse .contents h3 {
	color: #4CACA8;
}
#second #evolve .contents h3 {
	color: #70CE8B;
}
#second .contents ul li {
	line-height: 1.3;
	margin-bottom: 15px;
	text-indent: -1.3em;
    margin-left: 1.3em;
}



@media (max-width: 768px) {
#second h2 span {
	font-size: 2.4rem;
}
	#second .bar {
	font-size: 2.4rem;
}
	#second .grid {
	grid-template-columns:1fr;
}
#second #immerse .photo {
		order: 1 ;
	}
	#second #immerse .contents {
		order: 2;
	}
#second .logo {
	font-size: 3rem;
}
#second .logo img {
	max-width: 180px;
	margin: 0 auto 10px;
}
}
@media (max-width: 480px) {
#second h2 {
	line-height: 1;
}
#second h2 span {
	font-size: 2rem;
}
	#second .bar {
	font-size: 2rem;
}
#second .title {
	font-size: 4rem;
}
#second .logo {
	font-size: 2rem;
}
#second .logo img {
	max-width: 120px;
	margin: 0 auto 10px;
}
#second .catch {
	margin: 50px auto 0px;
	font-size: 2rem;
}
#second .contents {
	padding: 30px;
}
#second .contents h3 {
	font-size: 2.2rem !important;
}
}

/* 3rd
---------------------------------------------*/
#third {
    padding: 50px 0px;
}
#third .container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#third h2 {
	line-height: .8;
	margin-bottom: 50px;
}
#third h2 span {
	color: #000;
	font-weight: 200;
	font-size: 2.6rem;
	font-style: italic;
}
#third .container .grid {
	display: grid;
	grid-template-columns:1.5fr 2fr;
	grid-gap: 50px;
}
#third .container .grid ul li {
	vertical-align: middle;
	margin-bottom: 15px;
	text-indent: -2em;
    margin-left: 2em;
}
#third .container .grid ul li span {
	vertical-align: middle;
	font-size: 4rem;
}
#third .container .grid .grid2 {
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	text-align: center;
}



@media (max-width: 768px) {
#third h2 {
	line-height: 1;
}
#third .container .grid {
	grid-template-columns:1fr;
}
#third .container .grid .grid2 {
	grid-template-columns:1fr 1fr;
}
#third .container .grid .grid2 img {
		width: 60%;
	}
}
@media (max-width: 480px) {
#third .container .grid .grid2 {
	grid-template-columns:1fr;
}
#third .container .grid .grid2 img {
		width: 50%;
	}
}



/* form
---------------------------------------------*/
#sekaiaform {
	
}
#sekaiaform .bar {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	background: linear-gradient(90deg, rgba(96,184,123,1), rgba(46,157,220,1));
	color: #fff;
	padding: 40px 0px;
	margin: 0;
}
#sekaiaform h2 {
	color: #fff;
}
#sekaiaform h3 {
	color: #fff;
	font-style: italic;
}
#sekaiaform .inquire {
	font-weight: 200;
	width: 100%;
	max-width: 1200px;
	text-align: right;
	margin: auto;
	font-size: 2.4rem;
	font-style: italic;
}
#sekaiaform .form {
    background: url('images/form/back.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	height: 1000px;
}
#sekaiaform .form .contents {
	position: absolute;
	top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border-radius: 30px;
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 40px;
	background: linear-gradient(90deg, rgba(96,184,123,.9), rgba(46,157,220,.9));
}
#sekaiaform .form .contents h3 {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 1000px) {
	#sekaiaform .form {
	height: 0px;
    padding-top: 56.25%;
    background: url('images/form/back.jpg');
    background-size: cover !important;
	background-position: center;
	height: 700px;
}
	#sekaiaform .form .contents {
	width: 80% !important;
}
}
@media (max-width: 768px) {
#sekaiaform .inquire {
	text-align: center;
	font-size: 2.2rem;
}
#sekaiaform .form {
	height: 0px;
    padding-top: 56.25%;
    background: url('images/form/back.jpg');
    background-size: cover !important;
	background-position: center;
	height: 800px;
}

}
@media (max-width: 480px) {
#sekaiaform h3 {
	font-size: 2.4rem !important;
}
#sekaiaform .inquire {
	font-size: 2rem;
}
#sekaiaform .form .contents {
	width: 70% !important;
}
#sekaiaform .form {
	height: 0px;
    padding-top: 56.25%;
    background: url('images/form/back.jpg');
    background-size: cover !important;
	background-position: center;
	height: 1000px;
}
}
/* footer
---------------------------------------------*/
footer {
    padding: 50px;
	background-color: #2F9CDB;
	color: #fff;
	margin: 0;
}	

footer .copyright {
	text-align: center;
	line-height: 1.5;
	font-size: 1.4rem;
}


@media (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	
a[href^="tel:"] {
    pointer-events: none;
}
}


@media (max-width: 768px) {

.pc {
    display: none;
}
.mob {
    display: block;
}
}

	
	
