@charset "UTF-8";
/* Body */
body {
	font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #38B6FF;
	border-bottom: 1px solid #00ACE1;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.topimg{
	width: 100%;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
h2{
	padding-top: 2rem;
	color: #4D4D4D;
	font-size: 2em;
	text-align: center;
}
.text-center{
	text-align: center;
	padding-bottom: 1em;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.bluecolorvideo{
	width: 100%;
	border-top-color: #38B6FF;
	border-top-style: solid;
	background-color: #F4F9FB;
    display: inline-block;
	padding-bottom: 3rem;
	text-align: center;
}
.bluecolor{
	border-top-color: #38B6FF;
	border-top-style: solid;
	background-color: #ffffff;
    display: inline-block;
	padding-left: 2rem;
	padding-right: 2rem;
}
.bluecolor ul{
	padding: 0;
}
/* Hero Section */

.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 45%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding: 1rem 2rem;
	color: #717070;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 30px;
}
/* Stats Gallery */

/* Parallax Section */
.banner1 {

		}
.banner2 {
	padding-bottom: 4rem;
		}
.banner2 p {
	text-align: center;
	}
/* お問い合わせボタン */
/* solid001 */
.button_solid001 {
    text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
.button_solid001 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #FF1616;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid001 p:before, .button_solid001 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #FF1616;
    content: "";
}
.button_solid001 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid001 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #FFD938;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
		text-decoration: none;
}
.button_solid001 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
/* お問い合わせボタン */
/* solid007 */
.button_solid007 {
    text-align: center;
}
.button_solid007 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #38B6FF;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid007 p:before, .button_solid007 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #38B6FF;
    content: "";
}
.button_solid007 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #38B6FF;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
		text-decoration: none;
}
.button_solid007 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
/* More info */
footer {
	background-color: #FFFFFF;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.twocolumn {
	width: 50%;
	text-align: center;
	float: left;
	height: 25rem;
}
.bluecolor-li {
	color: #38B6FF;
	font-size: 1.5em;
	list-style-type: decimal;
	text-align: left;
}
.twocolumn img {
	padding-top: 0.8rem;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
.cards2 {
	width: 100%;
	height: auto;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.twocolumn p {
	text-align: justify;
	line-height: 25px;
	color: #717070;
	width: 80%;
	margin-left: 2.5rem;
}
.twocolumn .redcolor{
	color: #FF3333;
	}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	background-color: #ffffff;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #D1D1D1;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 30px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}

.conts{
background-color:rgba(255,255,255,0.8); 
border-radius: 10px;
font-size:40px;
text-align:center; 
padding:5%;
}

.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.twocolumn p {
	text-align: justify;
	line-height: 25px;
	color: #717070;
	width: 100%;
	margin-left: 0;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.twocolumn {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
	}}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	display: inline-block;
	background: #38B6FF;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.twocolumn {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.footer_column {
	width: 100%;
}
.twocolumn {
	width: 100%;
}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 1rem;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bluecolor-li{
		margin-left: 2rem;
	font-size: 1.2rem;
	}}
.twocolumn p {
}

@media (min-width: 280px) and (max-width: 560px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	}}
@media (min-width: 1100px){
	.bluecolor-li{
		margin-left: 5rem;
	}
}
.center-list {
margin: auto;
width: 90%;}
/* スマホで改行 */
.br-sp {
    display: none;
} 
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
/* English */
.li_en{
	font-size: 0.7em;
}
.h2_en{
	font-size: 0.7em;
	}
@media (min-width: 1280px){
	body{
		width: 1280px;
	margin-left: auto;
	margin-right: auto;
	}
	.center-list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}
	.twocolumn p{
		width: 400px;
	}
}
.center-center{
	margin: 1em auto 2em;
	width: 100%;
	
}
.sample_news{
	text-align: center;
	padding: 1.5em 1em;
    border: double 5px #717070;
	width: 80%;
	margin: 0 auto;
}
.sample_news p {
    margin: 0; 
    padding: 0;
	font-size: 0.9em;
}
a{
	text-decoration: none;
}
.mt-1{
	padding-top: 1em;
}
.red{
	color: #FF1616;
    font-weight: 600;
    font-size: 1.2em;}