@charset "UTF-8";
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
html, body{
	font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
	font-feature-settings: "palt"1;
	line-break: strict;
}
body{
	color: #fff;
	font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
	background: #000;
  margin: 0 auto;
}
a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
a:hover{
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}
img{
	border: none;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
h1, h2, h3, h4{
}
h1{
}
h2{
}
h3{
}
h4{
}
p{
}
ul{
  padding: 0;
}
li{
  list-style: none;
}
strong{
}
table{
  border-collapse: collapse;
  margin: 10px 0 20px;
}
tr{
  line-height: 1.6;
}
th{
  vertical-align: top;
  text-align: left;
}
td{
  display: block;
  margin-left: 10px;
}

.forPC{
  display: block;
}
.forSP{
  display: none;
}

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

	.forPC{
		display: none;
	}
	.forSP{
		display: block;
	}

}


/*-----------------------------------------------------------------------------* common */
.contents{
  max-width: 600px;
  margin: 0 auto;
}

.sec{
  margin: 40px 20px 0;
}
.sec_inner{
}
.sec_title{
}
.sec_title-en{
  display: block;
  font-size: 12px;
}
.sec_title-main{
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 700;
}
.sec_title-main:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.sec_body{
}
.sec_body_text{
}

.text_min{
  font-size: 70%;
}
.text-asterisk{
}
.text-supplement{
  display: block;
  font-size: 12px;
}
.title-line{
  position: relative;
}
.title-line:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: 1px solid #ff7133;
  width: calc(100% - 65px);
}

.white_box{
  background: #fff;
  color: #000;
  border-radius: 10px;
  margin: 20px auto;
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
.white_box_inner{
}
.white_box_title{
  color: #ff7133;
  margin: 0 auto;
}

.list{
}
.list_item{
  margin: 25px auto;
}
.list_title{
  color: #ff7133;
  margin: 0 auto;
}
.list_title-num{
  font-size: 12px;
}
.list_title-main{
  font-size: 22px;
}
.list_body{
}
.list_body-title{
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}
.list_body-text{
  margin: 0 auto;
}

.btn{
  margin-top: 40px;
  text-align: center;
}
.btn_title{
  font-size: 17px;
  color: #ff7133;
  font-weight: 700;
}
.btn_link{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #ff7133;
  padding: 12px 0 16px;
  border-radius: 30px;
  margin: 15px auto 0;
  max-width: 300px;
}
.btn_link:after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: #fff solid;
  border-width: 2.5px 2.5px 0 0;
  transform: rotate(45deg) translateY(2px);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 50%;
  margin-right: -110px;
}

#fee .btn, #clubteam .btn{
  margin: 0 auto 45px;
}

.bg{
}
#bg_1{
}
#bg_2{
}
#bg_3{
}
#bg_4{
}
#bg_5{
}
#bg_6{
}


/*-----------------------------------------------------------------------------* header */
#header{
}
#header_inner{
}


/*-----------------------------------------------------------------------------* footer */
#footer{
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
#footer_inner{
}
.copyright{
}


/*-----------------------------------------------------------------------------* mv */
#mv{
  position: relative;
  overflow: hidden;
}
#mv_inner{
}
.mv-slider{
  position: relative;
  width: 100%;
  padding-top: 86%; /* 600×528の縦横比に合わせた値 */
  overflow: hidden;
  background-color: #000;
}
.mv-slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.mv-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mv-slide.is-active{
  opacity: 1;
}


/*-----------------------------------------------------------------------------* lead */
#lead{
}
.white_sec{
  margin: 20px;
}
.white_sec_inner{
}
#lead_text{
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
#lead_img{
}
#lead_title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ff7133;
}


/*-----------------------------------------------------------------------------* profile */
#profile{
}
.profile_box{
  display: flex;
}
#profile_img{
  display: flex;
  width: 150px;
  height: 100%;
  border-radius: 100px;
  margin: 0;
}
.profile_text_box{
  margin-left: 20px;
}
.profile_text_box .white_box_title{
  line-height: 1;
  margin-bottom: 10px;
}
.profile_name-en{
  font-size: 11px;
  font-weight: 700;
  margin: 0 auto;
}
.profile_name-main{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
}
.profile_text{
  font-size: 13px;
  line-height: 1.6;
}
.profile_list{
}
.career_list{
}
.career_list p{
  font-size: 15px;
  line-height: 1.8;
}

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

  #profile_img{
    width: 100px;
  }

}


/*-----------------------------------------------------------------------------* 4philosophy / strength */
#philosophy, #strength{
  margin-bottom: 60px;
}

.philosophy_wrapper, .strength_wrapper{
	background: url("images/philosophy_bg.png") center bottom -100px no-repeat;
	background-size: 100% auto;
  overflow: hidden;
}
.strength_wrapper{
	background: url("images/strength_bg.png") center bottom -100px no-repeat;
	background-size: 100% auto;
}

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

  .philosophy_wrapper, .strength_wrapper{
    background-position: center bottom;
  }

}


/*-----------------------------------------------------------------------------* fee */
#fee{
}
#fee .white_box{
  padding: 20px 20px 15px;
}
.fee_box{
}
.price-main{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.price-sub{
  margin: 0;
}
.fee_textbox{
  border-top: 1px solid rgba(0,0,0,0.5);
}


/*-----------------------------------------------------------------------------* clubteam */
#clubteam{
}
.clubteam_list{
}
.clubteam_list_item{
  margin: 38px auto 0;
}
.clubteam_list_item:first-child{
  margin-top: 0;
}
.clubteam_list_item-body{
}
.clubteam_list_item-body p{
  margin: 10px 0 0;
}
.clubteam_list_item-body_title{
}
.clubteam_list_item-body_text{
}
.clubteam_list_item-body .table{
  margin: 0;
  margin-top: -5px;
}

#clubteam .white_box{
  padding: 10px 20px 40px;
}
#clubteam .white_box_title{
  margin: 20px 0 10px;
  line-height: 1.5;
}
#clubteam .table{
  border-collapse: separate;
  border-spacing: 0 10px;
}
#clubteam .text-supplement{
  line-height: 1.8;
  margin-top: 5px;
}

#clubteam_list_item-category{
}
#clubteam_list_item-category .clubteam_list_item-body_text{
  margin: 0;
}

#clubteam_list_item-schedule{
}
#clubteam_list_item-schedule .table th{
  width: 61px;
}
#clubteam_list_item-schedule .table td{
  line-height: 1.6;
}

#clubteam_list_item-membership{
}
#clubteam_list_item-membership .table th{
  width: 74px;
}


/*-----------------------------------------------------------------------------* sponsor */
#sponsor{
}
.sponsor_bnr{
  width: 95%;
  margin-bottom: 30px;
}

.sec_body_title-purpose{
  color: #ff7133;
}
.sec_body_title-purpose:after{
  width: calc(100% - 105px);
}
.sec_body_title-recruitment{
  color: #ff7133;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}
.sponsor-supplement{
  position: relative;
}
.sponsor-supplement span{
  position: absolute;
  top: -14px;
  right: -5px;
  font-size: 11px;
}


/*-----------------------------------------------------------------------------* animation */
.fade-in-target {
  opacity: 0;
  transform: translateY(30px); /* 下から30px浮いた状態からスタート */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}













