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


html {
	overflow-x: hidden!important;
	width: 100%!important;
}
body {
	overflow-x: hidden!important;
	width: 100%!important;
  }

  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }

.header_logo {
	width: 8rem;
}
.slider {
  	position: relative;
	width: 90%;
	z-index: 1;	
}
.slider_item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 75vh!important;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*** リトル ***/
.slider_item01_little {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/little/fv01-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
.slider_item02_little {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/little/fv02-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
.slider_item03_little {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/little/fv03-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
.slider_item04_little {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/little/fv04-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
/*** ヤング ***/
.slider_item01_young {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/young/fv01-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
.slider_item02_young {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/young/fv02-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
.slider_item03_young {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/young/fv03-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}
.slider_item04_young {
    background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/young/fv04-sp.jpg") no-repeat;
	background-size: cover;
	border-radius: 0 0 0 5rem;
}

.hero {
	width: 100%;
}
.hero_inner_title h2 {
	font-size: 6rem;
    line-height: 5.5rem;
}
.hero_inner_title p {
	margin: 0.5rem 0 0 0;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
}
.hero_inner_title_target {
    font-size: 1.4rem !important;
    margin: -0.5rem 0 0 0rem !important;
    letter-spacing: 0.2rem !important;
}
.hero_inner_text {
	position: absolute;
	top: 32rem;
	right: 3%;
	font-size: 2rem;
	line-height: 2.6rem;
	z-index: 1;
}

.hero_cta {
	position: relative;
}
.hero_cta_inner {
	position: relative;
  background: #43D8DE;
	border-radius: 0 2rem 2rem 0;
	width: 72%;
	height: auto;
	margin: -3rem auto 0 0;
  padding: 1rem;
	  z-index: 1;
}
.hero_btn_outer {
	position: static;
	bottom: 0;
	left: 0;
}
.hero_btn {
	width: 18rem;
	margin: 1rem auto 1rem 5%;
}
.hero_line_btn a {
	position: relative;
	margin: 0 0 0 2rem; 
	color: #3DC657;
}
.hero_line_btn a::after {
	position: absolute;
	bottom: -4rem;
	left: auto;
	right: -17rem;
	content: "";
}









.hero_video {
	max-width: 100%;
	min-width: 90%;
	margin: 15rem auto 3rem;
}
.video_wrapper {
	width: 95%;
	margin: 0 auto 6rem;
	border-radius: 2rem;
}
.video_wrapper h2 {
	padding: 0.3rem 1rem;
	width: 90%;
	margin: -3rem auto 0;
	font-size: 1.8rem;
}
.video_wrapper video {
	width: 90%;
	margin: 3rem auto 3rem;
}


.concept {
	display: block;
	width: 80%;
	max-width: 100%;
	min-width: 90%;
	margin: 5rem auto 3rem;
}
.concept_right {
	width: 100%;
	margin: 0;
}
.concept_right h2 {
	font-size: 2.6rem;
	line-height: 5rem;
	letter-spacing: 0.4rem;
}
.concept_list {
	margin: 3rem 0;
}
.concept img {
	display: block;
	width: 90%;
	margin: 6rem auto;
}





.points {
	width: 100%;
	padding: 6rem 0;
	margin: 3rem auto;
}
.points h2 {
	margin: 0 auto 3rem;
	font-size: 2.6rem;
	line-height: 5rem;
	letter-spacing: 0.4rem;
}
.points_list {
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	min-width: 90%;
	margin: 3rem auto 2rem;
}
.points_list li {
	width: 36%;
	padding: 1rem;
	margin: 0.6rem;
}
.points_list li img {
	margin: 1rem auto;
}
.points_list li p {
	margin: 1rem 0 1.5rem;
	font-size: 1.4rem;
	line-height: 2.3rem;
}






.staff {
	width: 80%;
	max-width: 100%;
	min-width: 90%;
	margin: 6rem auto;
}
.staff h2 {
	font-size: 2rem;
}
.staff h2::before {
	position: absolute;
	top: 0.9rem;
	left: -3.5rem;
	content: "";
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.staff h2::after {
	position: absolute;
	content: "STAFF";
	margin: 0 0 0 1.2rem;
	font-size: 1.3rem;
}
.staff_list li {
	display: block;
	margin: 3rem auto;
	padding: 4rem 3rem;
}
.staff_list li img {
	display: block;
	max-width: 100%;
	width: 80%;
	margin: 0 auto 3rem;
}
.staff_position {
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.staff_text h3 {
	margin: 1rem auto 2rem;
	padding: 0 0 1rem;
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
}
.staff_text h3 span {
	margin: 0 0 0 1.5rem;
	font-size: 1.3rem;
}







.overview {
	display: block;
	min-width: 90%;
	width: 100%;
	margin: 5rem auto 10rem;
}
.overview h2 {
	font-size: 2rem;
}
.overview h2::before {
	position: absolute;
	top: 0.9rem;
	left: -3.5rem;
	content: "";
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.overview h2::after {
	position: absolute;
	content: "OVERVIEW";
	margin: 0 0 0 1.2rem;
	font-size: 1.3rem;
}
.overview img {
	width: 90%;
	margin: 0 0 3rem 0;
}
.overview_wrapper {
	width: 95%;
	margin: 3rem auto;
}
.overview_wrapper table {
	width: 90%;
	margin: 1.5rem auto;
	padding: 0.5rem 1rem;
}
.overview_wrapper table th {
	display: block;
	padding: 1rem 1rem 0;
	font-size: 1.5rem;
	border-bottom: none;
}
.overview_wrapper table td {
	display: block;
	padding: 0 1rem 1rem;
	font-size: 1.5rem;
}
.overview_wrapper iframe {
    max-width: 100%;
    width: 90%;
}







.voice {
	position: relative;
	max-width: 100%;
	min-width: 90%;
	width: 90%;
	margin: 3rem auto;
}
.voice h2 {
	font-size: 2rem;
}
.voice h2::before {
	position: absolute;
	top: 0.9rem;
	left: -3.5rem;
	content: "";
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.voice h2::after {
	position: absolute;
	margin: 0 0 0 1.2rem;
	font-size: 1.3rem;
}
.voice img {
	width: 100%;
	margin: 1.5rem 0 0;
}
.voice_list li {
	display: block;
	padding: 7rem 2rem 3rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
	border-radius: 2rem;
}
.voice_list li:nth-child(1),
.voice_list li:nth-child(2),
.voice_list li:nth-child(3) {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 80%;
	margin: 2rem auto;
}



.faq {
	position: relative;
	max-width: 100%;
	min-width: 90%;
	width: 90%;
	margin: 5rem auto;
}
.faq h2 {
	position: relative;
	width: 15rem;
	font-size: 2rem;
}
.faq h2::before {
	position: absolute;
	top: 0.9rem;
	left: -2rem;
	content: "";
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.faq h2::after {
	position: absolute;
	margin: 0 0 0 1.2rem;
	font-size: 1.3rem;
}
.faq ul {
  width: 100%;
  margin: 2rem auto 0;
}
.faq_answer {
  padding: 1.5rem 2rem 1.5rem 1rem;
}
.faq_question p {
  padding-left: 4rem;
}
.faq_answer p {
  position: relative;
  padding-left: 5rem;
}
.faq_question p::before {
  position: absolute;
  left: 0.3rem;
  content: "Q";
  font-family: "Roboto", sans-serif !important;
  font-size: 2.8rem;
}
.faq_answer p::before {
  position: absolute;
  content: "A";
  font-family: "Roboto", sans-serif !important;
  font-size: 2.8rem;
  padding: 1rem 1.5rem 1rem 1.2rem;
  border-radius: 0 0 1.8rem 0;
}






.contact {
	width: 100%;
	margin: 5rem auto 0;
	background-size: cover;
	padding: 8rem 0 5rem;
}
.contact h2 {
	font-size: 2.6rem;
	line-height: 4rem;
}
.contact_inner {
	max-width: 100%;
	min-width: 90%;
	width: 70%;
	margin: 2rem auto;
	padding: 2rem 1rem;
	border-radius: 3rem;
}
.contact_inner h3 {
	position: relative;
	width: 10rem;
	margin: 2rem auto;
	font-size: 2rem;
}
.contact_inner h3::before {
	position: absolute;
	top: 0.9rem;
	left: -2rem;
	content: "";
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.contact_inner h3::after {
	position: absolute;
	right: -12rem;
	margin: 0 0 0 1.2rem;
	font-size: 1.3rem;
}
.contact_inner p {
	display: block;
	width: 85%;
	padding: 2rem 0;
}
.contact_inner_btn {
	display: block;
	justify-content: center;
	width: 90%;
	margin: 3rem auto 3rem 0;
}
.contact_btn {
	display: block;
	width: 22rem;
	border-radius: 2rem;
	margin: 1.5rem auto;
	padding: 1.2rem 1rem;
	font-size: 2rem;
}
.cta_line_btn::before {
	position: absolute;
	top: 1.7rem;
	left: 2.5rem;
	content: "";
	background-size: contain;
	width: 2.7rem;
	height: 2.7rem;
}
.contact img {
	display: block;
	width: 35%;
	margin: -7rem -4rem -3rem auto;
}







.gallery {
	max-width: 100%;
	min-width: 90%;
}
.gallery::before {
	position: absolute;
	content: none;
}
.gallery::after {
	position: absolute;
	content: none;
}
.gallery p {
	line-height: 3rem;
}





.other_banner {
    padding: 10rem 0 5rem;
	margin: 0 auto;
}
.other_banner h2 {
	font-size: 2rem;
}
.other_banner_inner {
	max-width: 100%;
	min-width: auto;
	width: 90%;
	margin: 2rem auto;
	padding: 2rem 0;
}
.other_banner_inner ul {
	display: block;
}
.other_banner_inner ul li {
	margin: 2rem auto;
	width: 80%;
}
.other_banner_inner ul li img {
	border-radius: 1rem;
}






.young .hero_cta_inner {
	position: relative;
	background: #FFA700;
	border-radius: 0 2rem 2rem 0;
	width: 72%;
	height: auto;
	margin: -3rem auto 0 0;
  padding: 1rem  /* 右側スペースを余裕持たせる */
}
.young .staff h2::before,
.young .overview h2::before,
.young .voice h2::before,
.young .faq h2::before {
	top: 0.9rem;
	left: -3.5rem;
	content: "";
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.young .overview_wrapper table th {
	border-bottom: none;
}
.young .faq_question p::before {
  position: absolute;
  left: 0.3rem;
  content: "Q";
  font-family: "Roboto", sans-serif !important;
  font-size: 2.8rem;
}
.young .faq_answer p::before {
  position: absolute;
  content: "A";
  font-family: "Roboto", sans-serif !important;
  font-size: 2.8rem;
	padding: 1rem 1.5rem 1rem 1.2rem;
  border-radius: 0 0 1.8rem 0;
}
.young .gallery::before {
	position: absolute;
	content: none;
}
.young .gallery::after {
	position: absolute;
	content: none;
}

.video_wrapper iframe {
    height: 300px;
}