@charset "utf-8";
/* CSS Document */


body {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  margin: 0;
  color: #333;
  font-size: 17px;
  background: #fff;
	line-height: 0;
	font-weight: bold;
}
main{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: #000;
	line-height: 1.9;
}
.sp{
	display: none;
}
.top_img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 0.5;
	background-color: #000;
	position: absolute;
	z-index: 0;
}
.p_40{
	padding: 0 40px;
}
.p_10{
	padding: 0 9%;
}
.center{
	text-align: center;
}
/* ============================
   画像
============================ */
img {
  width: 100%;
}
.hero-inner {
	max-width: 1200px;
	height: 100vh;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10;
}
h1 {
  font-size: 11.6rem;
  font-weight: 600;
  color: #FFF;
	margin: 0;
  line-height: 1.6;
}
h1 span{
	color: #fff100;
	margin: 0 40px;
}
.sub {
  font-size: 3rem;
	background: rgba(42,95,170,0.65);
	 writing-mode: vertical-rl;
	position: absolute;
	right: 10px;
	bottom: 120px;
	z-index: 10;
	color: #FFF;
	line-height: 1.1;
	padding: 15px 10px;
}

.company {
  font-size: 2rem;
	background: rgba(42,95,170,0.65);
	color: #FFF;
	display: inline;
	margin-top: 12px;
	position: absolute;
    bottom: 50px;
	padding: 0 15px;
}

/* ============================
   セクション共通
============================ */
section{
	background: url('../img/back.jpg') repeat-y center top/100% auto;
	width: 100%;
	position: relative;
	line-height: 1.9;
}
.section01 {
  max-width: 1000px;
  margin: 0 auto;
	padding: 100px 0 0;
}
.section {
  max-width: 100%;
  margin: 0 auto;
	padding: 100px 0 0;
}
h2 {
  font-size: 3rem;
  letter-spacing: 1px;
	margin-top: 0;
	line-height: 1;
}

.section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
}
/* ============================
   コンセプト
============================ */
.big {
  font-size: 4rem;
  margin: 0;
	text-align: center;
	padding-bottom: 50px;
}
.height100{
	width: 100%;
	height: 100vh;
}
.big span{
	color: #2a5faa;
}
.concept{
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
}
.concept h2{
	display: block;
	margin: 10% 0 0 0;
}
.concept h2 span{
  font-size: 1.5rem;
	color: #999999;
	background: #FFF;
	padding: 10px;
	border-radius: 30px;
  letter-spacing: 2px;
	display: inline;
}
.concept h3{
  font-size: 7.6rem;
  font-weight: 600;
  color: #FFF;
	margin: 0;
  line-height: 1.6;
}
.full-img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top:0;
	z-index: 1;
}
.concept p{
	text-align: center;
	color: #FFF;
	line-height: 1.8;
}

/* ============================
   企画概要
============================ */
.flex{
	display: flex;
	align-items: center;
}
.flex_center{
	flex-flow: wrap;
    justify-content: space-around;
}
.block{
	display: block;
}
.w_30{
	width: 30%;
}
.w_50{
	width: 50%;
}
.w_60{
	width: 60%;
}
.sub_kikaku{
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}
.img{
	width: 98%;
	display: block;
	margin-bottom: 1%;
}
.img_half{
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    height: 40vh;
    object-fit: cover;
}
.date {
  	font-size: 1.5rem;
  	font-weight: bold;
  	margin-top: 25px;
	color: #000;
}
.pt_40{
	padding-top: 40px;
}
.c_b{
	color: #000;
}
/* ============================
   できること（3ボックス）
============================ */
.sub_fea{
	color: #000;
	font-size: 1.8rem;
  	font-weight: bold;
	text-align: center;
}
.feature-box {
	display: block;
	width: calc(100% / 3);
	padding: 20px;
    text-align: center;
}
.feature-img{
	width: 100%;
	height: 200px;
	border-radius: 100px;
	object-fit: cover;
}
.feature-box h3 {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
}
.feature-box p{
	margin-top: 0;
}
.kids h2{
	text-align: left;
	color: #000;
	margin-top: 0;
}
.img_kids{
    display: block;
    width: calc((100% - 20px) / 3);
    box-sizing: border-box;
    height: 30vh;
    object-fit: cover;
    object-position: center 56%;
}
.gap10{
	gap: 10px;
}
.join{
	margin-top: 10px;
}
.join h2{
	text-align: left;
	color: #000;
}
.join h2 span{
	font-size: 1.5rem;
	display: block;
    line-height: 3;
}
.join h3{
	margin-bottom: 0;
}
.join p{
	margin-top: 0;
}
.bule{
	font-size: 1.2rem;
    color: #2a5faa;
    font-weight: bold;
}
/* ============================
   お問い合わせ
============================ */
.qr {
  width: 180px;
  display: block;
  margin: 20px auto;
}
.sotoshiru h4{
	font-size: 2rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}
.img_contact{
	width: 49%;
    margin: 0 0.5%;
    height: 400px;
    object-fit: cover;
    box-sizing: border-box;
}
.btn{
	padding: 20px 40px;
	border-radius: 40px;
	background: #2a5faa;
	border: 1px solid #2a5faa;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.btn:hover{
	background: #FFF;
	color: #2a5faa;
}
.cta{
	padding: 30px 40px; 
	border-radius: 40px;
	background: #2a5faa;
	border: 1px solid #2a5faa;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.cta:hover{
	background: #FFF;
	color: #2a5faa;
}
.m_t_15{
	margin-top: 15px;
}
.p_b_17{
	padding-bottom: 17px;
}

.p_401,.p_50{
	padding: 0 9%;
}
.m_b_50{
	margin-bottom: 100px;
}
/* ============================
   フッター
============================ */
.footer {
  text-align: center;
  padding: 35px;
  background: #fafafa;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
}
.footer_fix{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: end;
    z-index: 100;
	font-size: 2rem;
    padding: 20px;
}
/* ============================
   スマホ最適化
============================ */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	section{
		padding: 0;
	}
  .hero-inner h1 {
        font-size: 3.4rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 87%;
  }
	h1 span{
		margin: 0;
		font-size: 3rem;
	}
	.sub{
		top: 0;
		bottom: 0;
		height: 1.1em;
		writing-mode: horizontal-tb;
		font-size: 2rem;
	}
	.height100,.full-img,.concept{
		height: 70vh;
	}
	.img{
		width: 100%;
	}
	.img_half{
		width: 49.2%;
        margin: 0;
	}
	.img_kids{
		width: 100%;
    	height: 200px;
    	object-fit: cover;
		margin-bottom: 1%;
	}
	.img_contact{
		width: 100%;
		height: 200px;	
	}
	.company{
		font-size: 1.1rem;
		padding: 0 10px;
	}
	.big{
		font-size: 1.4rem;
		padding-bottom: 40px;
	}
  .section {
        padding: 50px 0 0;
  }

  h2 {
    font-size: 1.5rem;
	margin: 0 0 1em 0;
  }

  h3 {
    	font-size: 1.3rem;
        display: block;
        text-align: left;
        margin: 0.5em 0;
  }

	.flex{
		display: block;
	}
	.w_50,.w_30,.w_60{
		width: auto;
	}
	.p_40{
		padding: 0;
	}
	.concept h2 span{
		font-size: 1.2rem;
	}
	.concept h3{
		font-size: 2.4rem;
		line-height: 2.6;
	}
	.concept p{
		margin: 0;
	}
	.feature-box{
		width: auto;
		box-sizing: border-box;
	}
	.feature-box h3{
		text-align: center;
	}
	.sub_kikaku {
		font-size: 1.1rem;
	}
	.date {
		font-size: 1.2rem;
	}
	.sub_fea {
		font-size: 1.2rem;
	}
	.feature-img{
		 width: 80%;
    	height: 150px;
	}
	.p_s10{
		padding: 50px 10% 0;
	}
	.sotoshiru h4{
		margin: 0;
    	line-height: 1;
	}
	.join h2 span{
		font-size: 1rem;
	}
	.p_10{
		padding: 0;
	}
	.p_50{
		padding: 50px 10%;
	}
	.p_b_17{
		padding-bottom: 80px;
	}
	.p_401{
		 padding: 0 10% 30px;
	}
	.footer {
		padding: 35px 0 100px;
	}
	.m_b_50{
		margin-bottom: 50px;
	}
	.cta{
		padding: 20px 40px;
	}       
	.footer_fix{
        font-size: 1rem;
        justify-content: center;
        padding: 20px 0;
	}

}