@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;
	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_junior {
    background-image: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/junior/fv01-sp.jpg");
}
.slider_item02_junior {
    background-image: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/junior/fv02-sp.jpg");
}
.slider_item03_junior {
    background-image: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/junior/fv03-sp.jpg");
}
.hero_inner_title {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}
.hero_inner_title h2 {
	font-size: 6rem;
	line-height: 5.5rem;
	letter-spacing: 0.5rem;
}
.hero_inner_title p {
	margin: 0 0 0.5rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.4rem;
}
.hero_inner_title_target {
	font-size: 1.4rem!important;
    letter-spacing: 0.2rem!important;
    margin: 0 0 -0.5rem 0!important;
}
.hero_cta {
	position: absolute;
	top: 2rem;
	bottom: auto;
}
.hero_btn_outer p {
	margin: 0 0 -1rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.hero_btn {
	width: 14rem;
	border-radius: 1.5rem 0 0 1.5rem;
	margin: 1.5rem 0;
	padding: 1rem 1rem 1rem 1.5rem;
}
.hero_experience_btn a {
	font-size: 1.8rem;
}
.hero_line_btn a {
	font-size: 1.6rem;
}
.hero_line_btn a::before {
	position: absolute;
	top: 0.2rem;
	left: -2.8rem;
	content: "";
	background: url("../images/line-icon.png") no-repeat;
	background-size: contain;
	width: 2rem;
	height: 2rem;
}




.hero2 {
	width: 100%;
	background-color: #000;
}
.hero2_bg {
	margin: 10rem auto;
}
.hero2_inner {
	display: block;
	min-width: 90%;
	width: 90%;
	padding: 10rem 0;
}
.hero2_bg h2 {
	margin: 0;
	font-size: 4rem;
	font-weight: 700;
	line-height: 5.5rem;
}
.hero2_bg p {
	width: 90%;
	margin: 5rem 0 0;
}




.concept {
	display: flex;
	flex-direction:column-reverse;
	align-items: center;
	min-width: 100%;
}
.concept img {
	width: 100%;
	margin: 0 0 0 0;
}
.concept_right {
	width: 90%;
	margin: 10rem 0 8rem;
}
.concept_right h2 span {
	font-size: 4rem;
}
.concept_right h2 {
	margin: 0 0 3rem;
	font-size: 3rem;
	line-height: 5rem;
}
.concept_list {
	margin: 4rem 0;
	padding: 1rem;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}





.hero_video::before {
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translate(-50%);
	content: "RE-SPAWN FIGHTERS";
	min-width: 100%;
	width: 90%;
	font-family: "Roboto", sans-serif;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 0rem;
	color: #fff;
	text-align: center;
	opacity: 0.1;
}
.hero_video::after {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translate(-50%);
	content: "RE-SPAWN FIGHTERS";
	width: 90%;
	min-width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 0rem;
	color: #fff;
	text-align: center;
	opacity: 0.1;
}
.hero_video h2 {
    font-size: 2.3rem;
}




.points {
	min-width: 90%;
	width: 80%;
	margin: 10rem auto;
}
.points h2 {
	padding: 2rem 0;
	background: #B98F32;
	border-radius: 2rem 2rem 0 0;
	font-size: 2.3rem;
	line-height: 4rem;
	letter-spacing: 0.1rem;
}
.points_list {
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	min-width: 90%;
	padding: 2rem 0 5rem;
}
.points_list li {
	width: 36%;
	padding: 1rem;
	margin: 0.6rem;
}
.points_list li img {
	display: block;
	width: 80%;
	margin: 0 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 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_wrapper {
	max-width: 100%;
	min-width: 90%;
	width: 90%;
	margin: 0 0 0 auto;
	padding: 8rem 0;
}
.overview_flex {
	display: block;
	width: 100%;
	margin: 3rem auto;
	padding: 2rem 0 0;
}
.overview_wrapper table {
	margin: 0 auto;
}
.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_flex_right {
	display: flex;
    flex-direction: column-reverse;
	width: 100%;
	margin: 0;
}
.overview_wrapper img {
	margin: 0;
}





.voice_bg {
	padding: 10rem 0;
}
.voice_bg_inner {
	width: 90%;
	margin: 0 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_list {
	position: relative;
	width: 100%;
	height: auto;
}
.voice_list li {
	display: block;
	padding: 3rem 3rem 3rem;
	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: 8rem 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;
}







.contact {
	min-width: 90%;
}
.contact h2 {
	margin: 10rem auto 4rem;
	font-size: 3rem;
	line-height: 5rem;
}
.contact_flex {
	display: block;
	width: 90%;
	margin: 0 auto;
	
}
.contact_flex img {
	display: block;
	width: 90%;
	object-fit: contain;
	margin: 0 auto 4rem;
}
.contact_flex p {
	width: 90%;
	margin: 0 auto;
}
.contact_cta {
	position: relative;
	width: 90%;
	margin: 7rem auto 8rem;
}
.contact_cta_inner {
	max-width: 100%;
    min-width: auto;
	width: 80%;
	padding: 4rem 3rem 6rem;
	margin: 0 auto;
}
.contact_cta_inner h3 {
	font-size: 2.2rem;
}
.contact_cta img {
	position: absolute;
	bottom: -8rem;
	right: 0;
	width: 50%;
}
.contact_inner_btn {
	display: block;
	width: 90%;
	margin: 3rem auto;
}
.contact_btn {
	display: block;
	width: 90%;
	margin: 1.5rem auto;
}
.cta_line_btn::before {
	position: absolute;
	top: 2rem;
	left: 3.2rem;
	content: "";
	background: url("../images/line-icon.png") no-repeat;
	background-size: contain;
	width: 2.7rem;
	height: 2.7rem;
}





.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;
}







/*****リアル*****/

.slider_item01_real {
    background-image: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/real/fv01-sp.jpg");
}
.slider_item02_real {
    background-image: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/real/fv02-sp.jpg");
}
.slider_item03_real {
    background-image: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/real/fv03-sp.jpg");
}

/**
.real .hero2_bg {
	background: url("images/real/hero2-bg.png") no-repeat;
	background-size: cover;
	background-position: center;
	margin: 15rem auto;
}
.real .concept {
	background: #B88F32;
}
.real .concept_list {
	color: #B88F32;
}
.real .concept_list li::before {
	position: absolute;
	top: 0.8rem;
	left: -3rem;
	content: "";
	background: url("images/real/concept_list-icon.png") no-repeat;
	background-size: contain;
	width: 2.1rem; 
	height: 2.1rem;
}

.real .points h2 {
	background: #3E86BA;
}
.real .points_list_outer {
	background: #F4F4F4;
	border-radius: 0 0 2rem 2rem;
	padding: 0rem 0 5rem;
}**/
.real .points_list {
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 3rem;
	border-bottom: solid 0.1rem #3E86BA;
	background: none;
	border-radius: 0;
	padding: 0 0 2rem;
}
.real .points_list li {
	width: 35%;
	margin: 1rem;
	padding: 2rem 1rem 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}
.real .points_list li img {
	margin: 1rem auto;
}
.real .points_list li p {
	margin: 1rem 0 0;
}
.real .points_list_text {
	font-size: 2.2rem;
	line-height: 3.5rem;
	color: #3E86BA;
}
.real .faq h2::before {
	position: absolute;
	top: 0.9rem;
	left: -2rem;
	content: "";
	background: url("https://re-spawn.jp/wp-content/themes/respawn/kick-lp/images/real/title-icon-brown.png") no-repeat;
	background-size: contain;
	width: 2.5rem; 
	height: 2.5rem;
}
.real .faq h2::after {
	position: absolute;
	margin: 0 0 0 1.2rem;
	font-size: 1.3rem;
}
.real .faq ul {
  width: 100%;
  margin: 2rem auto 0;
}
.real .faq_answer {
  padding: 1.5rem 2rem 1.5rem 1rem;
}
.real .faq_question p {
  padding-left: 4rem;
}
.real .faq_answer p {
  position: relative;
  padding-left: 5rem;
}
.real .faq_question p::before {
  position: absolute;
  left: 0.3rem;
  content: "Q";
  font-family: "Roboto", sans-serif !important;
  font-size: 2.8rem;
}
.real .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;
}
.real .contact_cta_inner {
	padding: 4rem 3rem;
}

.hero_video iframe {
	height: 300px;
}