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

* {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
input, select {
  vertical-align:middle;
}

html {
	line-height: 1.4;
    scroll-behavior: smooth;
}

a {
color:#F00;
text-decoration:underline;
}


body {
	font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
	background-color: #ffffff;
	color:#000000;
	min-width:1200px;
	line-height: 1.8;

}

@media screen and (max-width: 979px) {
body {
	min-width:100%;
	font-size: 16px;
	line-height: 1.8
    
}

.max_w{width: 100%;}
.max_w90{width: 90%;}
.max_w95{width: 95%;}
.max_w93{width: 93%;}
}



.pc {
	display: block;
}
.sp {
	display: none;
}


.wrapper {
	padding:0;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	min-width:1000px;
	position: relative;
}



@media screen and (max-width: 979px) {
.pc {
	display: none;
}
.sp{
	display: block;
}

.wrapper {
	padding:0;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	min-width:100%;
}
	


}

.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
width: 100%;

}

.col50{
width: 580px;
margin: 0 40px 0 0;
}

.col50:nth-child(2n){
width: 580px;
margin: 0 0 0 0;
}

.col50_02{
width: 48%;
margin: 20px 4% 0 0;
}

.col50_02:nth-child(2n){
width: 48%;
margin: 20px 0 0 0;
}

.col50 a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


@media screen and (max-width: 979px) {
.col50{
width: 100%;
margin: 0 auto;
}

.col50:nth-child(2n){
width: 100%;
margin: 0 auto;

}

.col50_02{
width: 100%;
margin: 0 auto 50px;
}

.col50_02:nth-child(2n){
width: 100%;
margin: 0 20px 50px auto;
text-align: right;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

}


.order{
display: block;
width: 1200px;
margin: -180px auto 0;
position: absolute;
z-index: 2222;
right: 0;
left: 0;
}
@media screen and (max-width: 979px) {
.order{
display: block;
width: 93%;
margin: 0 auto 0;
}
}
.wrapper h1{
	padding:0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
    background: url('../img/h1_bg.png') top center repeat-y;
    background-size: 100%;
    height: 60px;
}

.wrapper h1 img{
	width: 112px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.tel_box {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 20px;
	height: 60px;
}

.tel_box span {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 26px;
	line-height: 100%;
	margin-top: -5px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
	
}

.tel_box a {
color: #ffffff;
	
}


.tel_box span::before {
	display: inline-block;
	content: "";
	background-image: url("../img/free_icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 42px;
	height: 26px;
	margin-right: 5px;
	margin-top: 5px;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.10));
}

@media screen and (max-width: 979px) {
.wrapper h1{
	display: flex;
	align-items: center;
	height: auto;
	min-height: 60px;
	padding:5px 0;
	text-align: left;

}
.wrapper h1 img{
width: 20%;
	min-width: 112px;
	margin-left: 20px !important;
}

.tel_box {
	top: 8px;
}

}
@media screen and (max-width: 768px) {
.tel_box {
	top: 5px;
	right: 15px;
}
}
@media screen and (max-width: 599px) {
.tel_box span {
	font-size: 20px;
}
	
.tel_box span::before {
	width: 36px;
	height: 20px;
	margin-right: 2px;
	margin-top: 0px;
}
}

.top{
text-align: center;
margin:0 auto ;
background: url('../img/top_bg_new.png') top center no-repeat #585858;
padding: 40px 0 10px 0;
}

.top_in{
width: 1200px;
margin: 0 auto;
padding: 0 0 210px 0;
text-align: left;
}

@media screen and (max-width: 979px) {
.top{
text-align: center;
margin:0 auto ;
background: url('../img/top_bg_sp_new.png') top center no-repeat;
background-size: 100%;
padding:0 0 170px 0;
position: relative;
z-index: 1120;
}

.top img{
margin: 0 auto 0px;
text-align: center;
}

.top_in{
width: 100%;
margin: 0 auto;
padding:0;
text-align: center;
}
}


/* ############   共通*/
.txt_box{
margin: 0 auto;
width: 1200px;
}

@media screen and (max-width: 979px) {
.txt_box{
margin: 0 auto;
width:100%;
}
}

/* ############   コンセプト*/


.concept{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/concept_bg.png') top center no-repeat;
padding:240px 0 100px 0;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
  background-attachment: fixed;

}

.concept h2{
font-size: 78px;
font-weight: bold;
color: #ffffff;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.concept h2:first-letter{
color: #000000;
}

.concept h2::before {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}


.concept p {
font-size: 22px;
color: #ffffff;
margin: 70px auto 50px;
}

.concept span {
font-size: clamp(26px, 3vw, 30px);
font-weight: bold;
}




@media screen and (max-width: 979px) {
.concept{
width: 100%;
margin:-220px auto 0;
text-align: left;
padding:160px 0 0 0;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1119;

}

.concept::before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../img/concept_bg.png);
background-size:cover;
}



.concept h2{
font-size:50px;
font-weight: 500;
}

.concept h2::before {
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 15%;
    bottom: 0;
}

.concept p {
font-size: 20px;
color: #ffffff;
margin: 20px auto 0;
width: 90%;
}

.concept .right {
font-size: 24px;
font-weight: bold;
/* text-align: right; */
margin: 0 0 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}



}

/* ############   お客様の声*/
.voice{
width: 100%;
margin:-140px auto 0;
text-align: center;
background-color: #ffffff;
padding:240px 0 200px 0;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
}


.voice h2{
font-size: 78px;
font-weight: bold;
color: #000000;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.voice h2:first-letter{
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
display: inline-block;
}

.voice h2::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}

.voice p{
font-size: 36px;
text-align: center;
margin: 70px auto 50px;
line-height:1.6;
}



@media screen and (max-width: 979px) {
.voice{
width: 100%;
margin:0 auto 0;
text-align: center;
padding:20px 0 0 0;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1121;
}


.voice h2{
font-size:50px;
font-weight: 500;
}

.voice h2:first-letter{
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
display: inline-block;
}

.voice h2::before {
  bottom: 0;
  height: 3px;
  width: 15%;
}

.voice p{
font-size:18px;
text-align: center;
font-weight: 500;
margin: 20px auto 20px;
line-height:1.6;
width: 95%;
}

.voice img{
padding: 0 0 20px 0;
}

}

/* ############   ポイント*/
.point{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/point_bg.png') top center no-repeat;
background-size: cover;
padding:240px 0 0 0;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
}


.point .txt_box{
padding: 0 0 200px 0 ;
}


.point h2{
font-size: 78px;
font-weight: bold;
color: #ffffff;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.point h2:first-letter{
color: #ffffff;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 183, 128, 1), rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1));
display: inline-block;
}

.point h2::before {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}


.point p {
font-size:36px;
color: #ffffff;
padding: 50px 0;
}

.point span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}

.point h5 {

text-align: left;
font-size: 128px;
font-family: "Oswald", sans-serif;
font-weight: 500;
color: #757575;
 letter-spacing: 0.02em;
line-height: 1;
}
.point h3 {
font-size: 28px;
font-weight: 500;
text-align: left;
color: #ffffff;
line-height: 1.4;
}

.point_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-end;
    margin: 0 auto 20px;
}

.point_col {
width: 50%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:flex-end;
}

.point_col img {
margin: 0 0 0 auto;
}

.point_txt {
    border-left: 10px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    font-size: 18px;
    text-align: justify;
    color: #ffffff;
    padding: 0 0 0 30px;
    margin: 40px auto 0;
}

.order_point{
display: block;
width: 1200px;
margin: -150px auto 0;
position: absolute;
z-index: 2222;
right: 0;
left: 0;
}

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

.point{
width: 100%;
margin:0 auto 0;
padding:0 0 20px 0;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
background: url('../img/point_bg_sp.png') bottom center no-repeat;
background-size: 100%;
}

.point .txt_box{
padding: 0 0 0 0 ;
}


.point h2{
font-size: 50px;
font-weight: 500;
}

.point h2:first-letter{
color: #ffffff;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 183, 128, 1), rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1));
display: inline-block;
}

.point h2::before {
bottom: 0;
height: 3px;
width: 15%;
}


.point p {
font-size:18px;
color: #ffffff;
padding: 20px 0;
}

.point span {
border-bottom: 3px solid;
border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
border-image-slice: 1;
}

.point h5 {
text-align: left;
font-size: 60px;
font-family: "Oswald", sans-serif;
font-weight: 500;
color: #757575;
 letter-spacing: 0.02em;
line-height: 1;
padding: 0 0 10px 20px;
}

.point02 h5 {
text-align:right;
padding: 0 20px 10px 0;
}


.point h3 {
font-size: 24px;
font-weight: 500;
text-align: left;
color: #ffffff;
line-height: 1.4;
padding: 0 0 0 20px;
}

.point02 h3 {
text-align: right;
padding: 0 0 0 0;
width: 100%;
}



.point_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-end;
    margin: 0 auto 20px;
}



.point_col {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:flex-end;
}

.point_txt {
    border-left: 5px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    font-size: 16px;
    text-align: justify;
    color: #ffffff;
    padding: 0 0 0 10px;
    margin: 0 0 0 20px;
    width:65%;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.9);
}


.point_txt02 {
border-left: 0 solid;
    border-right: 5px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    font-size: 16px;
    text-align: justify;
    color: #ffffff;
    padding: 0 10px 0 0;
    margin: 0 0 0 20px;
    width:65%;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.9);
}



.point_bg01{
background: url('../img/poing_sp_01.png') top center no-repeat;
background-size: 100%;
}
.point_bg02{
background: url('../img/poing_sp_02.png') top center no-repeat;
background-size: 100%;
text-align: right;
display: block;
margin: 0 0 0 auto;
}


.point_bg03{
background: url('../img/poing_sp_03.png') top center no-repeat;
background-size: 100%;
}
.point_bg04{
background: url('../img/poing_sp_04.png') top center no-repeat;
background-size: 100%;
}

.order_point{
display: block;
width: 1200px;
margin: -150px auto 0;
position: absolute;
z-index: 2222;
right: 0;
left: 0;
}

}

/* ############   メゾッド*/

.method{
width: 100%;
margin:-140px auto;
text-align: center;
background: url('../img/method_bg.png') bottom center no-repeat;
background-size: cover;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
padding: 240px 0 200px 0;
}

.method h2{
font-size: 78px;
font-weight: bold;
color: #000000;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.method h2:first-letter{
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
display: inline-block;
}

.method h2::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}
.method p{
font-size: 36px;
text-align: center;
margin: 70px auto 0;
line-height:1.6;
}


.method span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}


.method_box {
width: 1200px;
margin: 0 auto;
padding: 0;
}

.method_rol {
width: 1200px;
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.method_col {
width: 370px;
margin: 50px 45px 0 0;
padding: 0;
}

.method_col:nth-child(3n) {
width: 370px;
margin: 50px 0 0 0;
}



.method h3 {
    border-left: 10px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    padding: 0 0 0 20px;
    font-size: 26px;
    font-weight: bold;
    margin: 20px auto;
    text-align: left;
    line-height:1.4;
}


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

.method{
width: 100%;
margin:-140px auto;
text-align: center;
background: url('../img/method_bg_sp.png') bottom center no-repeat;
background-size: 100%;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1000;
padding: 160px 0 60px 0;
}

.method h2{
        font-size: 50px;
        font-weight: 500;
}

.method h2:first-letter{
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
display: inline-block;
}

.method h2::before {
        bottom: 0;
        height: 3px;
        width: 15%;
}
.method p{
        font-size: 18px;
        padding: 20px 0;
        margin: 0 auto;
}


.method span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}


.method_box {
width:100%;
margin: 0 auto;
padding: 0;
}

.method_rol {
width:95%;
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.method_col {
width:48%;
margin: 20px 2% 0 0;
padding: 0;
}

.method_col:nth-child(2n) {
width:48%;
margin: 20px 0 0 0;
padding: 0;
}

.method_col:nth-child(3n) {
width:48%;
margin: 20px 2% 0 0;
padding: 0;
}



.method h3 {
    border-left: 5px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    text-align: left;
    line-height:1.4;
}



}


/* ############   トレーナー*/

.trainer{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/trainer_bg.png') top center repeat-y #000000;
background-size: contain;
padding:240px 0 200px 0;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
padding: 240px 0 300px 0;
}

.trainer h2{
font-size: 78px;
font-weight: bold;
color: #ffffff;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.trainer h2:first-letter{
color: #ffffff;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 183, 128, 1), rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1));
display: inline-block;
}

.trainer h2::before {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}


.trainer p {
font-size:36px;
color: #ffffff;
padding: 50px 0;
}

.trainer span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}

.trainer_box{
margin: 0 auto;
width: 1200px;
color: #ffffff;
}



.trainer_box02_row{
display: flex;
width: 575px;
margin: 50px auto 0;
}

.trainer_box02_txt{
width: 369px;
text-align: left;
font-size: 16px;
}

.trainer_box02_txt h3{
font-size: 28px;
line-height: 1;
}

.trainer_box02_txt h4{
font-size: 14px;
}

.trainer_box02_txt h5{
font-size: 30px;
line-height:1.4;
margin:5px auto 0;
}

.trainer_box02_img{
width: 206px;
}


.trainer_title {
    border-left: 5px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    padding: 0 0 0 10px;
    margin: 20px auto;
    text-align: left;
    line-height: 1.4;
}

.trainer_txt p {
font-size: 16px;
text-align: justify; 
margin: 0 auto;
padding: 0;
}

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

.trainer{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/trainer_bg_sp.png') bottom center no-repeat;
background-size: 100%;
padding:240px 0 200px 0;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 900;
padding: 160px 0 60px 0;
}

.trainer h2{
        font-size: 50px;
        font-weight: 500;
}

.trainer h2:first-letter{
color: #ffffff;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 183, 128, 1), rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1));
display: inline-block;
}

.trainer h2::before {
bottom: 0;
        height: 3px;
        width: 15%;
}


.trainer p {
        font-size: 18px;
        padding: 20px 0;
        margin: 0 auto;
}

.trainer span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}

.trainer_box{
margin: 0 auto;
width:100%;
color: #ffffff;
}



.trainer_box02_row{
display: flex;
width:100%;
margin: 50px auto 0;
}

.trainer_box02_txt{
width:100%;
text-align: left;
font-size: 16px;
padding: 0 0 20px 20px;
text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.85);
}

.trainer_box02_txt_right{
width:100%;
text-align: right;
font-size: 16px;
padding: 0 20px 20px 0;
text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.85);
}

.trainer_box02_txt h3{
font-size: 20px;
line-height: 1;
}

.trainer_box02_txt h4{
font-size: 14px;
}

.trainer_box02_txt h5{
font-size: 22px;
line-height:1.4;
margin:5px auto 0;
}

.trainer_box02_img{
display: none;
}


.trainer_title {
    border-left: 5px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    padding: 0 0 0 10px;
    margin:10px 0 0 0;
    text-align: left;
    line-height: 1.4;
    width: 80%;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.85);
}

.trainer_title_right {
    border-left: 0 solid;
    border-right: 5px solid;
    border-image: linear-gradient(to top, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
    padding: 0 10px 0 0;
    margin:10px 0 0 auto;
    text-align:right;
    line-height: 1.4;
    width: 90%;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.85);
}



.trainer_txt p {
font-size: 16px;
text-align: justify; 
margin: 0 auto;
padding: 10px 20px;
text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.85);
}

.trainer_bg01 {
background: url("../img/trainer_01_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg02 {
background: url("../img/trainer_02_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg03 {
background: url("../img/trainer_03_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg04 {
background: url("../img/trainer_04_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg05 {
background: url("../img/trainer_05_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg06 {
background: url("../img/trainer_06_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg07 {
background: url("../img/trainer_07_sp.png") top center no-repeat;
background-size: 100%;
}
.trainer_bg08 {
background: url("../img/trainer_08_sp_r.png?2") top center no-repeat;
background-size: 100%;
}



}

/* ############   なら*/
.nara{
width: 100%;
margin:-250px auto 0;
text-align: center;
background: url('../img/nara_bg.png') top center no-repeat;
background-size: cover;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
padding: 240px 0 250px 0;


}

.nara img{
padding: 0 0 150px 0;
}
@media screen and (max-width: 979px) {
.nara{
width: 100%;
margin:-150px auto 0;
text-align: center;
background: url('../img/nara_bg_sp.png') bottom center no-repeat;
background-size: cover;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 800;
padding: 180px 0 30px 0;


}

.nara img{
padding: 0 0 0 0;
margin: 0 auto;
text-align: center;
}
}

/* ############   フロー*/
.flow{
width: 100%;
margin:-250px auto 0;
text-align: center;
background: url('../img/flow_bg.png') top center no-repeat;
background-size: cover;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
padding: 240px 0 180px 0;

}

.flow h2{
font-size: 78px;
font-weight: bold;
color: #000000;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.flow h2:first-letter{
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
display: inline-block;
}

.flow h2::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}
.flow p{
font-size: 36px;
text-align: center;
margin: 70px auto 0;
line-height:1.6;
}

.flow span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}


.flow_box {
width: 1200px;
margin: 0 auto;
padding: 0;
}

.flow_row {
width: 1200px;
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.flow_col {
width: 370px;
margin: 50px 45px 0 0;
padding: 0;
}

.flow_col:nth-child(3n) {
width: 370px;
margin: 50px 0 0 0;
}

.flow_col p {
font-size: 18px;
text-align: left;
margin: 20px auto;
padding: 0;
}

.flow h3 {
font-size: 30px;
font-weight: bold;
text-align: left;
line-height: 1.4;
margin: 0 auto;
padding: 0 0 5px 0;
border-bottom: 5px solid;
border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
border-image-slice: 1;
height: 90px;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;

}


body{
    counter-reset: number 0;
}
.flow h3::after{
counter-increment: number 1;      /* number カウンタを増加 */
content:"0" counter(number);      /* 表示形式を指定 */
position: absolute;
font-size: 128px;
right:0;
top:-75px;
font-weight: 500;
-webkit-background-clip: text;
color: transparent;
 background-image:linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
display: inline-block;
font-family: "Oswald", sans-serif;
}


.order_flow{
display: block;
width: 1200px;
margin: -280px auto 0;
position: absolute;
z-index: 2222;
right: 0;
left: 0;
}

@media screen and (max-width: 979px) {
.flow{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/flow_bg_sp.png') bottom center no-repeat;
background-size: 100%;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 700;
padding: 160px 0 30px 0;

}

.flow h2{
font-size: 50px;
font-weight: 500;
}
.flow h2::before {
bottom: 0;
height: 3px;
width: 15%;
}

.flow p{
font-size: 18px;
margin: 20px auto 20px;
width: 95%;
}

.flow span {
    border-bottom: 3px solid;
    border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
    border-image-slice: 1;
}


.flow_box {
width:100%;
margin: 0 auto;
padding: 0;
}

.flow_row {
width:100%;
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.flow_col {
width:95%;
margin:20px auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}


.flow_col:nth-child(3n) {
width:95%;
margin:20px auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.flow_col img {
width:48%;
height: auto;
margin:0;
padding: 0;
}

.flow_sp_txt {
width:48%;
margin:0;
padding: 0;
}


.flow_col p {
font-size: 16px;
text-align: left;
margin: 10px auto;
padding: 0;
width: 100%;
}

.flow h3 {
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 1.4;
margin: 0 auto;
padding: 0 0 5px 0;
border-bottom: 3px solid;
border-image: linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
border-image-slice: 1;
height:auto;
display:block;
flex-wrap: wrap;
align-items:center;
position: relative;
}


.flow h3::after{
counter-increment: number 1;
content:"0" counter(number);
position: absolute;
font-size: 56px;
right:0;
top:-6px;
font-weight: 500;
-webkit-background-clip: text;
color: transparent;
 background-image:linear-gradient(to left, rgba(255, 183, 128, 1) 0%, rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1) 100%);
display: inline-block;
font-family: "Oswald", sans-serif;
line-height:1;
}

.flow_one h3::after{
top:-30px;
}

.flow_right h3{
text-align: right;
}

.flow_right h3::after{
right:auto;
left: 0;
}





.order_flow{
display: block;
width: 1200px;
margin: -280px auto 0;
position: absolute;
z-index: 2222;
right: 0;
left: 0;
}

.child01{order: 1;}
.child02{order: 2;}
.child03{order: 3;}
.child04{order: 4;}
.child05{order: 5;}
.child06{order: 6;}
.child07{order: 7;}
.child08{order: 8;}
}
/* ############   料金*/

.price{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/price_bg.png') top center repeat-y;
background-size: contain;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1112;
padding: 240px 0 350px 0;
}

.price h2{
font-size: 78px;
font-weight: bold;
color: #ffffff;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.price h2:first-letter{
color: #ffffff;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 183, 128, 1), rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1));
display: inline-block;
}

.price h2::before {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}


.price p {
font-size:48px;
font-weight: 700;
color: #ffffff;
padding: 50px 0;
}

.price_sub p {
font-size:36px;
color: #ffffff;
padding: 50px 0 0 0;
font-weight: 400;
}
.price_box {
margin: 0 auto;
padding: 0;
width: 1200px;
}

.price_box p{
color: #ffffff;
font-size: 16px;
margin: 0;
padding:20px 0 0 0;
text-align: left;
}


.price_title{
border-radius: 10px 10px 0 0;
border-bottom: 5px solid #000000;
background: linear-gradient(to right, rgba(255, 79, 158, 1) 0%, rgba(255, 16, 55, 1) 50%, rgba(255, 114, 0, 1) 100%);
font-size: 34px;
font-weight: 700;
color: #ffffff;
padding: 5px 30px;
text-align: left;
margin: 50px auto 0;
}

.price_w_box{
border-radius:0 0 10px 10px;
background-color: #ffffff;
font-weight: 700;
font-size: 22px;
line-height: 1.4;
padding: 10px 20px 20px 20px;
height: 355px;
}

.price_b{
font-size: 48px;
font-family: "Oswald", sans-serif;
}

.price_s{font-size: 20px;}
.price_ss{font-size: 16px;line-height: 1.4;}
.price_left{text-align: left;display:block;padding: 20px 0 0 0;}

.price_w_box img{padding:10px 0 0 0; }


.price_g{
  background:#ffffff;
   padding: 1px 3px;
   border-radius: 5px;
   font-size:20px;
   margin-left: 10px;
}

.price_g::after{
   content: "オススメ";
   margin:0 auto;
  background:#ffffff;
   padding: 1px 3px;
   border-radius: 5px;
   font-size:20px;
     background: linear-gradient(to right, rgba(255, 79, 158, 1) 0%, rgba(255, 16, 55, 1) 50%, rgba(255, 114, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 979px) {
.price{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/point_bg_sp.png') bottom center no-repeat;
background-size:cover;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 600;
padding: 160px 0 80px 0;
}

.price h2{
        font-size: 50px;
        font-weight: 500;
}

.price h2::before {
        bottom: 0;
        height: 3px;
        width: 15%;
}


.price p {
        font-size: 24px;
        margin: 20px auto 20px;
        width: 95%;
        padding: 0;
        }

.price_sub p {
font-size:18px;
color: #ffffff;
padding: 20px 0 0 0;
font-weight: 400;
margin: 0 auto;
}
.price_box {
margin: 0 auto;
padding: 0;
width:95%;
}

.price_box p{
color: #ffffff;
font-size: 16px;
margin: 0;
padding:20px 0 0 0;
text-align: left;
}

.price_box_s{
width: 100%; overflow-x: scroll;
margin: 10px auto;
}

.scroll {
  overflow: auto;
}

.simplebar-content img{
padding: 10px 0;
}


.simplebar-track {
    background: #ffffff; /* バーの背景色を設定できます*/
    border-radius: 10px;　/* バーに丸みをもたせる*/
    margin: 10px auto;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;　/* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before{
  background: #d70000;　/* ここでバーの色を設定 */
  padding: 2px 0;
}


.price_title{
border-radius: 10px 10px 0 0;
border-bottom: 5px solid #000000;
background: linear-gradient(to right, rgba(255, 79, 158, 1) 0%, rgba(255, 16, 55, 1) 50%, rgba(255, 114, 0, 1) 100%);
font-size: 22px;
font-weight: 700;
color: #ffffff;
padding: 5px 10px;
text-align: left;
margin: 20px auto 0;
}

.price_w_box{
border-radius:0 0 10px 10px;
background-color: #ffffff;
font-weight: 700;
font-size: 16px;
line-height: 1.4;
padding: 10px 20px 20px 20px;
height:auto;
}

.price_b{
font-size: 48px;
font-family: "Oswald", sans-serif;
}

.price_s{font-size: 16px;}
.price_ss{font-size: 14px;line-height: 1.4;}
.price_left{text-align: left;display:block;padding: 20px 0 0 0;}
.price_left_sp{text-align: left;display:block;padding: 20px 0 0 0; color: #000000;}
.price_w_box img{padding:10px 0 0 0; }


.price_g{
  background:#ffffff;
   padding: 1px 3px;
   border-radius: 5px;
   font-size:16px;
   margin-left: 10px;
}

.price_g::after{
   margin:0 auto;
  background:#ffffff;
   padding: 1px 3px;
   border-radius: 5px;
   font-size:15px;
     background: linear-gradient(to right, rgba(255, 79, 158, 1) 0%, rgba(255, 16, 55, 1) 50%, rgba(255, 114, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}







}
/* ############   FAQ　*/

.faq{
    width: 100%;
    margin: -240px auto 0;
    text-align: center;
background-color: #ffffff;
    background-size: cover;
    clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
    position: relative;
    z-index: 1113;
    padding: 240px 0 180px 0;
}

.faq h2{
font-size: 78px;
font-weight: bold;
color: #000000;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.faq h2:first-letter{
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
display: inline-block;
}

.faq h2::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}
.faq p{
font-size: 36px;
text-align: center;
margin: 70px auto;
line-height:1.6;
}

details {
transition: .5s;
width: 1200px;
margin: 0 auto;
position: relative;


}
details[open] {
background-color: #ffffff;

}
details[open]:nth-of-type(3) {

}


summary {
	list-style-type: none;
    background: linear-gradient(to right, rgba(255, 79, 158, 0.25), rgba(255, 16, 55, 0.25) 50%, rgba(255, 114, 0, 0.25));
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 20px 20px 40px;
    line-height: 1.6;
    margin: 0 auto 20px
}
summary::-webkit-details-marker {
	display: none;
}

summary .btm{
background-color: #ffffff;
width: 50px;
height: 50px;
position:absolute;
right:30px;
top:20px;
}

summary::after {
content: "＋";
transition: transform 0.4s;
position:absolute;
right:35px;
top:12px;
font-size: 40px;
font-weight: bold;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
}



details[open] summary::after,
summary details[open] summary::after {
content: "×";
right:35px;
top:12px;
font-size: 40px;
font-weight: bold;
}

.faq dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto;

}

.faq dt{
width: 210px;
}

.faq dd{
width:990px;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin:0 auto;
  padding:30px 40px;
  width: 900px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  background: #ffeff6;
  text-align: left;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffeff6;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 979px) {
.faq{
    width: 100%;
    margin: -240px auto 0;
    text-align: center;
background-color: #ffffff;
    background-size: cover;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    position: relative;
    z-index: 500;
    padding: 240px 0 20px 0;
}

.faq h2{
        font-size: 50px;
        font-weight: 500;
}

.faq h2::before {
        bottom: 0;
        height: 3px;
        width: 15%;
}
.faq p{
font-size: 18px;
        margin: 20px auto 20px;
        width: 95%;
}

details {
margin: 0 auto 15px;
position: relative;
width: 95%;
}

summary {
    font-size: 18px;
    padding:5px 60px 5px 10px;
    line-height: 1.4;
    min-height:60px; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

summary .btm{
background-color: #ffffff;
width: 45px;
height: 45px;
position:absolute;
right:10px;
top:12px;
margin:auto 0;
}

summary::after {
content: "＋";
transition: transform 0.4s;
position:absolute;
right:13px;
top:5px;
font-size: 40px;
font-weight: bold;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 79, 158, 0.5), rgba(255, 16, 55, 0.5) 50%, rgba(255, 114, 0, 0.5));
}


details[open] summary::after,
summary details[open] summary::after {
content: "×";
right:13px;
top:5px;
font-size: 40px;
font-weight: bold;
}

.faq dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto;

}

.faq dt{
width:22%;
}

.faq dd{
width:75%;
padding: 0 0 0 2%;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin:0 auto;
  padding:10px;
  width: 90%;
  color: #000000;
  font-size:16px;
  font-weight: 500;
  line-height: 1.8;
  background: #ffeff6;
  text-align: left;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffeff6;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

}
/* ############   INFORMATION　*/

.info{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/info_bg.png') top center repeat-y;
background-size: cover;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1114;
padding: 240px 0 50px 0;
}

.info h2{
font-size: 78px;
font-weight: bold;
color: #ffffff;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.info h2:first-letter{
color: #ffffff;
-webkit-background-clip: text;
color: transparent;
 background-image: linear-gradient(0deg, rgba(255, 183, 128, 1), rgba(255, 142, 147, 1) 50%, rgba(255, 166, 205, 1));
display: inline-block;
}

.info h2::before {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}


.info p {
font-size: 36px;
color: #ffffff;
padding: 50px 0 0 0;
font-weight: 400;
}


.info_box{
width: 900px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
margin: 100px auto;
}

.info_col{
width: 425px;
margin: 0 50px 50px 0;
color: #ffffff;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
}

.info_col:nth-child(2n){
width: 425px;
margin: 0 0 50px 0;
}

.info_col h3{
border-bottom: 2px solid #ffffff;
font-size: 24px;
font-weight: 700;
width: 100%;
margin: 5px auto;
text-align: left;
padding: 0 0 5px 0;
}

.info_col p{
margin: 0 auto;
padding: 5px 0;
font-size: 16px;
text-align: left;
}

.info_detail{
flex-grow:1;
}

.info_detail ul{
margin-left: 3px; 

}


.info_detail li{
position:relative;
font-size:16px;
padding:0 0 0 0;
text-align: left;
text-indent: -0.7em;
padding-left: 1em;

}

.info_detail li a{
color: #ffffff;
padding:0 0;
}

.info_detail li span{
background-color: #ffffff;
color: #000000;
font-weight: 500;
margin:5px;
padding:2px 5px;
font-size: 15px;

}

.time::before{
content: url("../img/icom_time.png");
margin-left:-10px;
margin-right:5px;
}

.tel::before{
  content: url("../img/icom_tel.png");
margin-left:-10px;
margin-right:5px;
}

.mail::before{
  content: url("../img/icom_mail.png");
margin-left:-10px;
margin-right:5px;
}

.map::before{
  content: url("../img/icom_map.png");
margin-left:-10px;
margin-right:5px;
}

.site::before{
  content: url("../img/icom_site.png");
margin-left:-10px;
margin-right:5px;
}



/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%; /* 比率を4:3に固定 */
  margin: 10px auto;
}
 
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {

.info{
width: 100%;
margin:0 auto 0;
text-align: center;
background: url('../img/info_bg_sp.png') bottom center no-repeat;
background-size:100%;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 400;
padding: 0 0 50px 0;
}

.info h2{
        font-size: 50px;
        font-weight: 500;
}

.info h2::before {
        bottom: 0;
        height: 3px;
        width: 15%;
}


.info p {
        font-size: 18px;
        color: #ffffff;
        padding: 20px 0 0 0;
        font-weight: 400;
        margin: 0 auto;
}


.info_box{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
margin: 40px auto;
}

.info_col{
width:100%;
margin: 0 auto;
color: #ffffff;
display:block;
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
}

.info_col:nth-child(2n){
width:100%;
margin: 0 auto;
}

.info_col img{
margin:0 auto;
text-align: center;
}

.info_col h3{
border-bottom: 2px solid #ffffff;
font-size: 24px;
font-weight: 700;
width: 95%;
margin: 5px auto;
text-align: left;
padding: 0 0 5px 0;
}

.info_col p{
margin: 0 auto;
padding: 5px 0;
font-size: 16px;
text-align: left;
width: 95%;
}

.info_detail{
flex-grow:0;
}

.info_detail ul{
margin: 0 auto;
width: 93%;
}

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%; /* 比率を4:3に固定 */
  margin: 20px auto 40px;
}
 
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}
/* ############   INFORMATION　*/
.form{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/form_bg.png') top center no-repeat;
background-size: cover;
padding:240px 0 100px 0;
clip-path: polygon(50% 140px, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 1117;
}

.form h2{
font-size: 78px;
font-weight: bold;
color: #ffffff;
position: relative;
text-align: center;
font-family: "Oswald", sans-serif;
}

.form h2:first-letter{
color: #000000;
}

.form h2::before {
  background-color: #ffffff;
  bottom: -20px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}


.form p {
font-size: 22px;
color: #ffffff;
margin: 70px auto 50px;
}

.form span {
font-size:18px;
font-weight:400;
text-align: left;
margin: 0 auto 0 0;
line-height: 1.4;
}

.form_box{
margin: 0 auto;
width: 1100px;
background-color: #ffffff;
padding: 50px;
}

.form_box_s{
font-size:18px;
font-weight:500;
text-align: left;
margin: 0 auto 0 0;
line-height: 1.4;
}


.form_box_p{
font-size:18px;
font-weight:500;
text-align: center;
margin: 50px auto 0;
line-height: 1.4;
font-size: 20px;
}

.form_box_p a{
color: #0000d7;
}


.form_box dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin: 0 auto;
width: 100%;
border-bottom: 2px solid #dddddd;
font-size: 20px;
font-weight: 500;
padding: 30px 0;
}

.form_box .dl_none{
border-bottom: 0px solid #dddddd;
}


.form_box dt{
width:330px;
text-align: left;
padding: 3px 20px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
line-height: 1.4;
}

.form_box dt p{
background-color: #d70000;
color: #ffffff;
padding: 3px 10px;
font-size: 18px;
border-radius: 5px;
text-align: right;
margin: 0 0 0 auto;
}

.form_box dd{
width:750px;
text-align: left;
}


.selectbox-1 {position: relative;}
.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 6%;
    height: 43px;
    background-color: #000000;
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 3px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.selectbox-1 select {
    appearance: none;
    width: 100%;
    padding:5px 10px;
    border:2px solid #dddddd;
    background-color: #ffffff;
    font-size: 20px;
    cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;

}

.selectbox-1 select:focus {
    outline: 0 solid #dddddd;
}

.selectbox-1::placeholder {
    color: #dddddd;
}

:disabled {color: #dddddd;}


select {
  color: #000000; /* option選択時の文字色 */
}

select.is-empty {
  color:#dddddd; /* placeholder(初期値)の文字色 */
}




.textbox-1 {
    width: 730px;
    padding:5px 10px 0 10px;
    border: 2px solid #dddddd;
    font-size: 20px;
 font-family: "Noto Sans JP", sans-serif;
 margin: 0 auto 10px;
}

.textbox-1::placeholder {
    color: #dddddd;
}

input:focus {
    outline: 0 solid #dddddd;
}
.checkbox-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.checkbox-2_pr {
justify-content: center;
}

.checkbox-2 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.checkbox-2 label::before {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #dddddd;
    content: '';
}

.checkbox-2 label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 8px;
    height: 13px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    content: '';
}

.checkbox-2 input {
    display: none;
}




.textbox-1-label,
.textbox-1 {
    color: #333;
}

.textbox-1-label {
    display: block;
    margin-bottom: 5px;

}

.textbox-1 {
    width: 730px;
    padding: 8px 10px;
    border: 2px solid #dddddd;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.textbox-1::placeholder {
    color: #dddddd;
}

.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin:30px auto 0;
    padding:10px 0;
    border: none;
    border-radius: 5px;
    background-color: #d70000;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.button-2:hover {
    background-color: #ff8b95;
}


#mfp_hidden{
display: none;
}


@media screen and (max-width: 979px) {
.form{
width: 100%;
margin:-140px auto 0;
text-align: center;
background: url('../img/form_bg_sp.png') top center no-repeat;
background-size:cover;
padding:160px 0 20px 0;
clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 0);
position: relative;
z-index: 300;
}

.form h2{
font-size: 50px;
font-weight: 500;
}

.form h2::before {
bottom: 0;
height: 3px;
width: 15%;
}


.form p {
font-size: 18px;
margin: 20px auto 20px;
width: 95%;
}

.form span {
font-size:18px;
font-weight:400;
text-align: left;
margin: 0 auto 0 0;
line-height: 1.4;
}

.form_box{
margin: 0 auto;
width: 94%;
background-color: #ffffff;
padding:0 0 20px 0;
}

.form_box_s{
font-size:14px;
font-weight:500;
text-align: left;
margin:0 auto;
line-height: 1.4;
width: 95%;
}


.form_box_p{
font-size:18px;
font-weight:500;
text-align: center;
margin: 20px auto 0;
line-height: 1.4;
font-size: 20px;
}

.form_box_p a{
color: #0000d7;
}


.form_box dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:center;
margin: 0 auto;
width: 95%;
border-bottom: 2px solid #dddddd;
font-size:16px;
font-weight: 500;
padding: 20px 0;
}

.form_box .dl_none{
border-bottom: 0px solid #dddddd;
}

.form_box .dl_none dt{
width: 100%;
}
.form_box .dl_none dd{
width: 100%;
}


.form_box .dl_none dd .textbox-1{
width: 94%;
margin: 10px auto 0;
}


.form_box dt{
width:40%;
text-align: left;
padding: 3px 0 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
line-height: 1.4;
}

.form_box dt p{
background-color: #d70000;
color: #ffffff;
padding: 3px 5px;
font-size: 12px;
border-radius: 5px;
text-align: right;
margin: 0 0 0 auto;
width:fit-content;
display: flex;
flex-wrap: wrap;
justify-content:flex-end;
}

.form_box dd{
width:55%;
text-align: left;
}

.selectbox-1 select{
font-size: 14px;
}

.selectbox-1 select {
    border: 1px solid #dddddd;

}



.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 6%;
    height: 32px;
    background-color: #000000;
}
.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(50%, -50%) rotate(45deg);
    width: 3px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.textbox-1 {
    width: 90%;
    padding:5px 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.checkbox-2 label{
font-size: 16px;
}

.button-2 {
    width: 90%;
    margin: 20px auto 0;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
}


}


footer{
background-color: #000000;
font-size: 16px;
color: #ffffff;
padding: 20px 0;
text-align: center;
width: 100%;
}

@media screen and (max-width: 979px) {
.footerFloatingMenu_sp{
    display: flex;
    position: fixed;
    right:0;
    bottom: 0;
    z-index: 9999;
    text-align: right;
	width: 100%;
	padding: 0;
}


.footerFloatingMenu_sp i{
font-size: 20px;
padding:0 5px 0 0;
}






.footerFloating_sp_01 a{
font-size: 18px;
color: #ffffff;
font-weight: 500;
text-decoration: none;
font-size: 22px;
}

.footerFloating_sp_01 a:hover{
color: #ffffff;
text-decoration: none;
}

.footerFloating_sp_02{
margin: 0 auto;
background-color: #5fb928;
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
padding:0 0;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(to right, rgba(255, 79, 158, 1) 0%, rgba(255, 16, 55, 1) 50%, rgba(255, 114, 0, 1) 100%);
}

.footerFloating_sp_02 a{
color: #ffffff;
font-weight: 500;
text-decoration: none;
font-size: 24px;
padding: 0 0 0 0;
}


.footerFloating_sp_02 a:hover{

}

}




html {
  scroll-behavior: smooth;
}


.footerFloating_sp_01{
width:100%;
margin:0 auto 15px;
}

.btn_box{

}

#btn_animation .btn {
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  font-size:16px;
  border-radius:50px;
  text-decoration: none;
background: linear-gradient(to right, rgba(255, 79, 158, 1) 0%, rgba(255, 16, 55, 1) 50%, rgba(255, 114, 0, 1) 100%);
  color: #ffffff;
  text-align: center;
  transition: .2s;
}

#btn_animation .btn:before, #btn_animation .btn:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #ff3f84;
  transform: translate3d(0,0,0);
}

#btn_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

#btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:.5}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

.btn_box02{

}

#btn_animation02 .btn02 {
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  font-size:16px;
  border-radius:50px;
  text-decoration: none;
        background: linear-gradient(to right, #56bd11 0, #049a71 100%);
  color: #ffffff;
  text-align: center;
  transition: .2s;
}

#btn_animation02 .btn02:before, #btn_animation02 .btn02:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #56bd11;
  transform: translate3d(0,0,0);
}

#btn_animation02 .btn02:before {
  animation: anime 1s ease-out infinite;
}

#btn_animation02 .btn02:after {
  animation: anime 1s ease-out 1s infinite;
}
.btn_box03{
	 display:flex;
  justify-content: center;
  align-items: center;

}
.btn_box03 img{
	display: block;
	width: 94%;
	max-width: 850px;
	margin: 0 auto 0;
}



@keyframes anime{
0%{transform:scale(.95); opacity:.5}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

.al_center {
	display: block;
	text-align: center;
}
.al_center img {
	display: block;
	margin: 0 auto 0 ;
}
