@charset "utf-8";

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	overflow: hidden;
	margin-top: -100px;
	padding-top: 100px;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

section{
	margin-top: -100px;
	padding-top: 100px;
}


/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.mainTit{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	margin: 10px 0 80px 0;
	border:0px solid #000;
	text-align: center;
}

.titC{align-items: center;}

.mainTit:before{
  font-family: 'Racing Sans One', cursive;
  position: absolute;
  z-index: -10;
  content: attr(data-text) "";
  top: -18%;
  white-space: nowrap;
  color: rgba(232, 248, 248, 1);
  font-size: 145px;
  font-weight: bold;
	line-height: 0.7;
}

.mainTit .jp{
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
}

.mainTit .en{
  font-family: 'Racing Sans One', cursive;
	position: relative;
	z-index: 2;
	font-size: 55px;
	color: #0B5092;
	font-weight: bold;
  letter-spacing: 0.03em;
}

.mainTit .en span{
	color: #FB5D44;
}

.mainTit02{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	margin: 10px 0 80px 0;
	text-align: center;
}

.mainTit02:before{
  font-family: 'Racing Sans One', cursive;
  position: absolute;
  z-index: 1;
  content: attr(data-text) "";
  top: -18%;
  white-space: nowrap;
  color: rgba(36, 96, 154, 1);
  font-size: 145px;
  font-weight: bold;
	line-height: 0.7;
}

.mainTit02 .jp{
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
	color: #E8F8F8;
}

.mainTit02 .en{
  font-family: 'Racing Sans One', cursive;
	position: relative;
	z-index: 2;
	font-size: 55px;
	color: #E8F8F8;
	font-weight: bold;
  letter-spacing: 0.03em;
}

.mainTit02 .en span{
	color: #FB5D44;
}

.subTit{
	font-size: 35px;
	color: #0B5092;
	font-weight: bold;
	margin-bottom: 20px;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.subTit{
	font-size: 30px;
	margin-bottom: 20px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.mainTit{
	justify-content: center;
	align-items: center;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.subTit{
	font-size: 25px;
	line-height: 1.5;
}
}


/*-------------------------------------------------------------------
　slider
-------------------------------------------------------------------*/
/*-- wave用 --*/
#wave_wrapper{
	width:100%;
	height: 850px;
	overflow: hidden;
	position: relative;
	border:0px solid #46E489;
}

canvas{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 100;
}

.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 850px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
}

.sl01{
	background: url("../images/slider/sl01.jpg");
  background-position: center center;
}

.catch-area {
  position: absolute;
  width: 100%;
  top: 70%;
	left: 5%;
  color: #FFF;
  text-align: left;
  transform: translateY(-50%);
	text-shadow: 2px  2px 7px #122A54,
            	-2px  2px 7px #122A54,
             	 2px -2px 7px #122A54,
            	-2px -2px 7px #122A54;
}

.catch-text {
  font-size: 80px;
	font-weight: bold;
	line-height: 1.3;
}

.catch-text span{font-size: 65px;}


/* --------------------------------
  Top Lazy Load 遅延ロード用スタイル
-------------------------------- */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
	
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

#loader {
  background-color: #000;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#loader.loaded {
  animation: fadeOut 0.5s forwards;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#wave_wrapper{height: 650px;}

.swiper-wrapper .swiper-slide {
  height: 650px;
}

.catch-text {font-size: 65px;}
.catch-text span{font-size: 55px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#wave_wrapper{height: 500px;}

.swiper-wrapper .swiper-slide {
  height: 500px;
}

.sl01{
	background: url("../images/slider/sl01_767.jpg");
  background-position: center center;
}

.catch-area {
  top: 65%;
	left: 5%;
}

.catch-text {font-size: 50px;}
.catch-text span{font-size: 40px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#wave_wrapper{height: 400px;}

.swiper-wrapper .swiper-slide {
  height: 400px;
}

.catch-text {font-size: 35px;}
.catch-text span{font-size: 25px;}
}

/*-------------------------------------------------------------------
　about
-------------------------------------------------------------------*/
#about{
	width: 85%;
	margin: 150px auto 0;
	display: flex;
	justify-content: space-between;
}

.aboutPh{width: 50%;}
.aboutPh img{border-radius: 20px;}

.aboutDet{
	width: 45%;
	font-size: 25px;
	line-height: 2;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#about{flex-direction: column;}
.aboutPh{display: none;}
.aboutDet{width: 100%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#about{margin: 80px auto 0;}

.aboutDet{
	font-size: 22px;
	line-height: 1.7;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#about{margin: 60px auto 0;}
}

/*-------------------------------------------------------------------
　business
-------------------------------------------------------------------*/
#business_wrap{
	width: 100%;
	margin: 150px 0 0;
	padding: 0;
}

#busi_mainBg{
	width: 100%;
	height: 450px;
	background: url("../images/busi_bg.jpg") no-repeat center center / cover;
	margin-bottom: 150px;
}

.busi_contents{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 120px 0 0;
	padding-bottom: 100px;
}

.busi_contents:before{
	content: "";
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 80%;
	background: #ECF1F7;
	display: block;
	z-index: -10;
}

#busi_ph{
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#busi_ph p{width: 47%;}
#busi_ph p img{border-radius: 20px;}

#busi_tx{
	width: 85%;
	font-size: 25px;
	margin: 50px auto 0;
	line-height: 2;
	text-align: center;
}

.busiBtn_wrap{
	width: 85%;
	margin: 0 auto;	
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
}

.btn{
	width: 330px;
	margin-right: 50px;
}

.btn:last-child{margin-right: 0;}

.button{
	width: 100%;
	height: 80px;
  display: flex;
	align-items: center;
	justify-content: center;
  padding: 10px 5px;
  position: relative;
  color: #FFF;
	background-color:rgba(255,255,255,1);
	z-index: 1;
	border-radius: 10px;
	line-height: 1.2;
}

.button-1{
	text-align: center;
  border: 2px solid #0B5092;
  color: #0B5092;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.button-1:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #0B5092;
  transition: all 0.3s ease-in-out;
}

.button-1:hover{
  color: #FFF;
	text-decoration: none;
}

.button-1:hover:before{
  left: 0;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#busi_mainBg{
	height: 360px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#busi_mainBg{
	height: 280px;
	margin-bottom: 100px;
}

.busi_contents:before{
	content: "";
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 90%;
	background: #ECF1F7;
	display: block;
	z-index: -10;
}

#busi_ph{
	width: 85%;
	margin: 0 auto;
	flex-direction: column;
}

#busi_ph p{
	width: 100%;
	margin-bottom: 70px;
}

#busi_ph p:last-child{margin-bottom: 0;}

#busi_tx{
	width: 85%;
	font-size: 25px;
	margin: 50px auto 0;
	line-height: 2;
	text-align: left;
}

.busiBtn_wrap{
	width: 85%;
	margin: 0 auto;	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
}

.btn{
	width: 31%;
	margin-right: 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#business_wrap{margin: 100px 0 0;}

#busi_mainBg{
	height: 250px;
	background: url("../images/busi_bg767.jpg") no-repeat center center / cover;
	margin-bottom: 100px;
}

#busi_tx{
	width: 85%;
	font-size: 22px;
	margin: 50px auto 0;
	line-height: 1.7;
}

.busiBtn_wrap{
	width: 85%;
	margin: 0 auto;	
	flex-direction: column;
	padding-top: 60px;
}

.btn{
	width: 100%;
	margin-bottom: 30px;
}

.btn:last-child{margin-bottom: 0;}

.button{
	width: 100%;
	height: 90px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#busi_mainBg{
	height: 220px;
	margin-bottom: 70px;
}

.busi_contents{
	margin: 90px 0 0;
	padding-bottom: 100px;
}

#busi_ph p{
	width: 100%;
	margin-bottom: 50px;
}

.busiBtn_wrap{
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
}

.btn{
	width: 85%;
	margin-bottom: 20px;
}

.btn:last-of-type{
	width: 85%;
	margin-bottom: 0px;
}
}


/*-------------------------------------------------------------------
　price
-------------------------------------------------------------------*/
#fee_wrap{
	width: 100%;
	padding: 150px 0;
	background: url(../images/wave_bg.png) repeat-x top center;
	background-size: contain;
	background-color: #0B5092;
}

#fee_content{
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 120px auto 0;
}

#feePh{width: 45%;}
#feePh img{border-radius: 20px;}

.feeIn{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	background-color: #0B5092;
}

.feeBtn{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	line-height: 1.2;
}

.spacer {width: 100%;}
.feeIn p:nth-child(2n){margin-right: 0%;}
.feeIn p:nth-child(n+5){margin-bottom: 0;}

.gradient1{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 10px 5px;
	border-radius:10px;
	outline: none;
	/*背景の色と形状*/
	background: linear-gradient(to right, #25aae1, #4481eb, #04befe, #5392EE);
	background-size: 300% 100%;
	/*アニメーションの指定*/
	transition: all 0.5s ease-out;
}

.gradient1:hover {
	color: #fff;
	background-position: 100% 0%;
	text-decoration: none;
}

/* ---- 1500 --------------- */
@media only screen and (max-width:1500px){
.feeIn p:first-of-type{
	width: 100%;
	margin-right: 0;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#fee_content{
	flex-direction: column;
	margin: 120px auto 0;
}

#feePh{
	width: 100%;
	margin-bottom: 70px;
}

.feeIn{width: 100%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#fee_wrap{
	width: 100%;
	padding: 100px 0;
}

.gradient1{
	width: 100%;
	height: 90px;
}

.feeIn p:first-of-type{
	width: 100%;
	margin-right: 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#fee_content{
	margin: 100px auto 0;
}

#feePh{
	width: 100%;
	margin-bottom: 50px;
}

.feeIn{
	width: 85%;
	flex-direction: column;
}

.feeBtn{
	width: 100%;
}

.feeIn p:nth-child(2n){margin-right: 0%;}
.feeIn p:nth-child(n+3){margin-bottom: 30px;}
.feeIn p:last-of-type{margin-bottom: 0;}
}

/*-------------------------------------------------------------------
　OVERVIEW 概要
-------------------------------------------------------------------*/
#com_Wrap{
	width: 85%;
	margin: 150px auto 0;
}

#com_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 120px 0 0;
}

.comTB {
	width: 45%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.comTB th {
	width: 150px;
	font-weight: bold;
	padding: 20px 15px 20px 20px;
	border-width: 1px 0px 1px 0px;
	border-style: solid dotted solid solid;
	border-color: #A5A5A5;
	text-align: left;
	color: #0B5092;
}

.comTB td {
	padding: 20px 15px 20px 0px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #A5A5A5;
	text-align:left;
	font-weight: bold;
}

#accWrap{
	width: 51%;
}

.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 60%;
}

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

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
.accessMap {
	padding-top: 100%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#com_content{
	flex-direction: column;
	margin: 120px 0 0;
}

.comTB {
	width: 100%;
	margin-bottom: 70px;
}

#accWrap{width: 100%;}
.accessMap {padding-top: 60%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#com_Wrap{
	width: 85%;
	margin: 100px auto 0;
}

#com_content{
	margin: 100px 0 0;
}

.comTB th {
	width: 110px;
	padding: 20px 15px 20px 10px;
}

.comTB td {
	padding: 20px 15px 20px 10px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.comTB {
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #A5A5A5;
	margin-bottom: 70px;
}

.comTB th {
	display: block;
	width: 100%;
	padding: 20px 15px 10px 10px;
	border-width: 0px 0px 0px 0px;
}

.comTB td {
	display: block;
	padding: 0px 15px 20px 10px;
	border-width:0px 0px 1px 0px;
}

#accWrap{width: 100%;}
.accessMap {padding-top: 100%;}
}
