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

/* --------------------------------------------- ヘッダー --------------------------------------------- */
#page_lp {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 3%;
}

#page_lp .head_SP {
	display: none;
}
	
#page_lp .head_PC {
width: 100%;
height: 670px;
margin: 0 auto;
background: url("../img/head_bg_pcA.jpg") center top no-repeat;
background-size: cover;
}
	
#page_lp .head_PC .inner {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 0;
}

#page_lp .head_PC h1 {
width: 95%;
margin: 0 auto;
}

#page_lp .head_PC p {
width: 71%;
margin: 0 auto;
}

#page_lp .head_PC a {
	display: block;
}

#page_lp .head_PC a:hover {
	opacity: 0.9;
}

#page_lp img {
width: 100%;
height: auto;
}

/* --------------------------------------------- こんな感覚はありませんか？ --------------------------------------------- */
#page_lp main {
	padding: 0;
}

main#pageLP {
	padding: 0;
}

#page_lp .question {
background: url("../img/question_bg_pc.png") no-repeat;
width: 100%;
margin: 1px auto;
background-size: cover;
}

#page_lp .question .inner {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

#page_lp .question h2 {
	text-align: center;
	font-size: 280%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
	line-height: 1.6;
}

#page_lp .question ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#page_lp .question ul li {
width: 33%;
}

#page_lp .question p {
	text-align: center;
	font-size: 190%;
	font-weight:bolder;
	color: #fff;
	line-height: 1.6;
}

#page_lp .question p span {
	color: gold;
}

/* --------------------------------------------- 成長サイクル --------------------------------------------- */

#page_lp .cycle {
width: 100%;
margin: 1px auto;
}

#page_lp .cycle img {
width: 100%;
height: auto;
}

#page_lp .cycle_SP {
display: none;
}


.lineBreak_SP {
	display: none;
}


/* --------------------------------------------- トップ選手の考え方 --------------------------------------------- */

#page_lp .think {
width: 100%;
margin: 1px auto;
}

#page_lp .think .boxLR {
display: flex;
flex-wrap: wrap;
}

#page_lp .think .boxLR .left {
	width: 50%;
	background-color: #B8D72F;
}

#page_lp .think .boxLR .left h2.forSP {
	display: none;
}

#page_lp .think .boxLR .right {
	width: 44%;
}

#page_lp .think .boxLR .left img {
width: 100%;
	height: auto;
}

#page_lp .think .boxLR .right {
background: url("../img/think_bg.png") no-repeat;
background-size: cover;
	padding: 3%;
}

#page_lp .think .boxLR .right h3 {
	color: #fff;
	font-size: 140%;
	line-height: 1.5;
	margin-bottom: 20px;
}

#page_lp .think .boxLR .right h3 span {
	font-size: 133%;
}

#page_lp .think .boxLR .right ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#page_lp .think .boxLR .right ul li {
	background: #fff;
	border: 3px solid #439d04;
	border-radius: 10px;
	width: 47%;
	text-align: center;
	padding: 60px 0;
	font-size: 140%;
	color: #439d04;
	font-weight: bolder;
}


/* --------------------------------------------- プログラム内容 --------------------------------------------- */

#page_lp .program {
width: 100%;
margin: 1px auto;
background-image: linear-gradient(30deg, #006837, #8cc63f);
padding: 3% 0 0;
}

#page_lp .program h2 {
	font-size: 300%;
	color: #fff;
	text-align: center;
	margin-bottom: 3%;
}

#page_lp .program ul {
	display: flex;
}

#page_lp .program ul li {
	text-align: center;
	width: 25%;
	padding: 2% 0;
}

#page_lp .program ul li h3 {
	font-size: 200%;
	margin-bottom: 5px;
}

#page_lp .program ul li h3 span {
	display: block;
	font-size: 150%;
	line-height: 1.2;
}

#page_lp .program ul li h3,
#page_lp .program ul li p {
	color: #fff;
}

#page_lp .program ul li+li {
	border-left: 1px solid #fff;
}

#page_lp .program ul li p {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

/* --------------------------------------------- features --------------------------------------------- */

#page_lp .features {
width: 100%;
margin: 1px auto;
background: #8cc63f;
padding: 2% 0;
}

#page_lp .features .boxLR {
display: flex;
flex-wrap: wrap;
}

#page_lp .features .boxLR .result,
#page_lp .features .boxLR .strength{
	width: 44%;
	padding: 1% 3%;
}

#page_lp .features .boxLR .result h2,
#page_lp .features .boxLR .strength h2 {
	text-align: center;
	color: #fff;
	font-size: 250%;
	margin-bottom: 3%;
}

#page_lp .features .boxLR .result .boxInner,
#page_lp .features .boxLR .strength .boxInner {
	background: #fff;
	border-radius: 10px;
	padding: 5%;
	text-align: center;
}

#page_lp .features .boxLR .result .boxInner .bb01 {
	border-bottom: 1px solid #333;
	padding-bottom: 1%;
	margin-bottom: 4%;
}

#page_lp .features .boxLR .result .boxInner h3 {
	font-size: 200%;
}

#page_lp .features .boxLR .result .boxInner p {
	font-size: 400%;
	text-align: center;
	font-weight: bolder;
	line-height: 1.6;
}

#page_lp .features .boxLR .result .boxInner p .orange {
	color: #f7931e;
}

#page_lp .features .boxLR .strength .boxInner .bb01 {
	border-bottom: 1px solid #439d04;
	padding-bottom: 3%;
	margin-bottom: 5%;
}

#page_lp .features .boxLR .strength .boxInner h3 {
	font-size: 200%;
	color: #439d04;
	margin-bottom: 2%;
}

#page_lp .features .boxLR .strength .boxInner p {
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}

/* --------------------------------------------- セッション --------------------------------------------- */
#page_lp .session {
width: 100%;
margin: 0 auto;
}

#page_lp .session h2 {
font-size: 250%;
color: #439d04;
padding: 0;
display: block;
margin: 40px auto;
text-align: center;
}

#page_lp .session h2.headLine {
  position: relative;
  text-align: center;
}

#page_lp .session h2.headLine {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#page_lp .session h2.headLine::before,
#page_lp .session h2.headLine::after {
  content: '';
  width: 430px;
  height: 1px;
  background-color: #439d04;
}

#page_lp .session h2.headLine::before {
  margin-right: 20px;
}

#page_lp .session h2.headLine::after {
  margin-left: 20px;
}

#page_lp .session .boxLR {
	display: flex;
}

#page_lp .session .boxLR .left,
#page_lp .session .boxLR .right {
	background: #8cc63f;
	padding: 2%;
}

#page_lp .session .boxLR .left img,
#page_lp .session .boxLR .right img {
	border-radius: 10px;
}

/* --------------------------------------------- 選手の声 --------------------------------------------- */

#page_lp .voice {
width: 100%;
margin: 0 auto;
}

#page_lp .voice h2 {
font-size: 250%;
color: #439d04;
padding: 0;
display: block;
margin: 40px auto;
text-align: center;
}

#page_lp .voice h2.headLine {
  position: relative;
  text-align: center;
}

#page_lp .voice h2.headLine {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#page_lp .voice h2.headLine::before,
#page_lp .voice h2.headLine::after {
  content: '';
  width: 430px;
  height: 1px;
  background-color: #439d04;
}

#page_lp .voice h2.headLine::before {
  margin-right: 20px;
}

#page_lp .voice h2.headLine::after {
  margin-left: 20px;
}

#page_lp .voice ul {
	display: flex;
	width: 94%;
	margin: 0 auto;
	gap: 10px;
}

#page_lp .voice ul li {
	width: 90%;
}

/* --------------------------------------------- message --------------------------------------------- */

#page_lp .message {
width: 100%;
margin: 0 auto;
background: #f0f0f0;
padding: 3% 0;
border-radius: 10px;
}

#page_lp .message img {
	border-radius: 10px;
	width: 94%;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
}

#page_lp .message_SP {
display: none;
}


/* --------------------------------------------- contact --------------------------------------------- */

#page_lp .contact {
width: 96%;
margin: 0 auto;
padding: 1% 2% 0.5%;
display: flex;
background: url("../img/contact_bg_pc.png");
background-size: cover;
}

#page_lp .contact a {
	display: block;
}

#page_lp .contact a:hover {
	opacity: 0.8;
}

#page_lp .contact a.forSP {
	display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {

#page_lp {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3%;
}	

#page_lp .head_PC {
width: 100%;
height: 520px;
}
	
#page_lp .session h2.headLine::before,
#page_lp .session h2.headLine::after {
  content: '';
  width: 200px;
}
	
#page_lp .voice h2.headLine::before,
#page_lp .voice h2.headLine::after {
  content: '';
  width: 200px;
}
	
#page_lp .features .boxLR .result .boxInner p {
	font-size: 370%;
}

#page_lp .program ul li h3 {
	font-size: 170%;
}
	
#page_lp .program ul li p {
	font-size: 90%;
}
	
#page_lp .think .boxLR .right ul li {
	width: 46%;
	font-size: 100%;
	padding: 40px 0;
}
	
#page_lp .think .boxLR .right h3 {
    font-size: 100%;
}
	
	
	
	
	
	
	

}



















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


/* --------------------------------------------- ヘッダー --------------------------------------------- */
	
#page_lp {
	width: 100%;
	margin: 0 auto;
}
	
#page_lp .head_PC {
	display: none;
}
	
#page_lp .head_SP {
display: block;
width: 100%;
margin: 0 auto;
background: url("../img/head_bg_spA.png") center top no-repeat;
background-size: cover;
}

#page_lp .head_SP .inner {
	width: 94%;
	margin: 0 auto;
	padding: 10px 0;
}

#page_lp .head_SP h1 {
width: 100%;
margin: 0 auto;
}

#page_lp .head_SP p {
width: 80%;
margin: 0 auto;
}

#page_lp .head_SP a {
	display: block;
}

#page_lp .head_SP a:hover {
	opacity: 0.9;
}

/* --------------------------------------------- こんな感覚はありませんか？ --------------------------------------------- */

#page_lp .question {
background: url("../img/question_bg_pc.png") no-repeat;
width: 100%;
margin: 1px auto 0;
background-size: cover;
}

#page_lp .question .inner {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

#page_lp .question h2 {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
	
#page_lp .question ul {
justify-content: center;
}
	
#page_lp .question ul li {
width: 50%;
}

#page_lp .question p {
	font-size: 130%;
}

/* --------------------------------------------- 成長サイクル --------------------------------------------- */
	
#page_lp .cycle {
width: 100%;
margin: 1px auto;
}

#page_lp .cycle img {
width: 100%;
height: auto;
}

#page_lp .cycle_SP {
display: block;
}

#page_lp .cycle_PC {
display: none;
}

	
/* --------------------------------------------- トップ選手の考え方 --------------------------------------------- */
	
#page_lp .think {
width: 100%;
}

#page_lp .think .boxLR {
display: block;
}

#page_lp .think .boxLR .left {
	width: 100%;
}
	
#page_lp .think .boxLR .left h2.forPC {
	display: none;
}
	
#page_lp .think .boxLR .left h2.forSP {
	display: block;
}

#page_lp .think .boxLR .right {
	width: 94%;
}	
	
#page_lp .think .boxLR .right h3 {
	color: #fff;
	font-size: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#page_lp .think .boxLR .right h3 span {
	font-size: 100%;
}

#page_lp .think .boxLR .right ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#page_lp .think .boxLR .right ul li {
	background: #fff;
	border: 3px solid #439d04;
	border-radius: 10px;
	width: 46%;
	text-align: center;
	padding: 40px 0;
	font-size: 120%;
	color: #439d04;
	font-weight: bolder;
}

	
.lineBreak_SP {
	display: block;
}

/* --------------------------------------------- プログラム内容 --------------------------------------------- */

#page_lp .program {
width: 100%;
margin: 1px auto;
padding: 4% 0 0;
}

#page_lp .program h2 {
	font-size: 240%;
	margin-bottom: 20px;
}

#page_lp .program ul {
	display: flex;
	flex-wrap: wrap;
}

#page_lp .program ul li {
	text-align: center;
	width: 49%;
}

#page_lp .program ul li h3 {
	font-size: 150%;
	margin-bottom: 5px;
}

#page_lp .program ul li h3 span {
	display: block;
	font-size: 160%;
	line-height: 1.2;
}

#page_lp .program ul li:nth-child(1),
#page_lp .program ul li:nth-child(2) {
	padding: 3% 0;
}
	
#page_lp .program ul li:nth-child(2) {
	border-left: 1px solid #fff;
}
	
#page_lp .program ul li:nth-child(3) {
	border-left: none;
	border-top: 1px solid #fff;
}
	
#page_lp .program ul li:nth-child(4) {
	border-top: 1px solid #fff;
}
	
#page_lp .program ul li:nth-child(3),
#page_lp .program ul li:nth-child(4) {
	padding: 3% 0;
}
	

#page_lp .program ul li p {
	font-size: 90%;
}
	
/* --------------------------------------------- features --------------------------------------------- */

#page_lp .features {
width: 100%;
margin: 1px auto;
background: #8cc63f;
padding: 3% 0 0;
}

#page_lp .features .boxLR {
display: flex;
flex-wrap: wrap;
}

#page_lp .features .boxLR .result,
#page_lp .features .boxLR .strength{
	width: 44%;
	padding: 0 3%;
}

#page_lp .features .boxLR .result h2,
#page_lp .features .boxLR .strength h2 {
	text-align: center;
	color: #fff;
	font-size: 250%;
	margin-bottom: 3%;
}

#page_lp .features .boxLR .result .boxInner,
#page_lp .features .boxLR .strength .boxInner {
	background: #fff;
	border-radius: 10px;
	padding: 3%;
}/* --------------------------------------------- features --------------------------------------------- */

#page_lp .features {
width: 100%;
padding: 3% 0 0;
}

#page_lp .features .boxLR {
display: block;
}

#page_lp .features .boxLR .result,
#page_lp .features .boxLR .strength{
	width: 94%;
	padding: 3%;
}

#page_lp .features .boxLR .result h2,
#page_lp .features .boxLR .strength h2 {
	text-align: center;
	color: #fff;
	font-size: 220%;
	margin-bottom: 3%;
}

#page_lp .features .boxLR .result .boxInner,
#page_lp .features .boxLR .strength .boxInner {
	background: #fff;
	border-radius: 10px;
	padding: 5%;
}
	
/* --------------------------------------------- セッション --------------------------------------------- */
#page_lp .session {
width: 100%;
margin: 0 auto;
}

#page_lp .session h2 {
font-size: 200%;

margin: 30px auto;
}

#page_lp .session h2.headLine::before,
#page_lp .session h2.headLine::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #439d04;
}
	
#page_lp .session .boxLR {
display: block;
}
	
	
	
	
/* --------------------------------------------- 選手の声 --------------------------------------------- */

#page_lp .voice {
width: 100%;
margin: 0 auto;
}

#page_lp .voice h2 {
font-size: 200%;
margin: 30px auto;
}

#page_lp .voice h2.headLine::before,
#page_lp .voice h2.headLine::after {
  content: '';
  width:50px;
  height: 1px;
  background-color: #439d04;
}
	
#page_lp .voice ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
	
#page_lp .voice ul li {
width: 48%;
}

#page_lp .message_PC {
display: none;
}

#page_lp .message_SP {
display: block;
}
	
#page_lp .contact {
	display: block;
	padding: 3% 2%;
	margin-top: 10px;
}
	
#page_lp .contact a.forPC {
	display: none;
}
	
#page_lp .contact a.forSP {
	display: block;
}

}