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

/*-----------------------

共通項目

-----------------------*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    background: #fff;
}
img{
    max-width: 100%;
    height: auto;
}
body {
    letter-spacing: 0em;
/*    font-feature-settings: "palt";*/
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.8rem;
    font-style: normal;
	line-height: 2;
    font-style: normal;
    font-weight: 500;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
/*    font-feature-settings: "palt";*/
    background: #fff;
    color: #000;
    max-width: 1440px;
    margin: 0 auto;
}
.yu{
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
}
div{
    box-sizing: border-box;
}
.wrap{
    max-width: 1000px;
    margin: 0 auto;
/*    padding: 0 60px;*/
}
.white{
    color: #fff;
}
.block{
    padding: 100px 0;
}
.block-bottom{
    padding-bottom: 100px;
}
.block-top{
    padding-top: 100px;
}
.bold{
    font-weight: 700;
}
a{
    transition: .4s;
}
.sponly {
    display: none;
}
.center {
    text-align: center;
}
.flex{
	display: flex;
	justify-content:space-between;
    flex-wrap: wrap;
}
.bold{
    font-weight: 600;
}
a:hover{
    opacity: .6;
}
div{
    text-align: center;
}
/*-----------------------

ピタッと

-----------------------*/
/*
main {
  overflow: auto;
  scroll-snap-type: y proximity;
  height: 100vh;
}
main .area {
  scroll-snap-align: start;
  height: 70vh;
}
*/

/*-----------------------

ヘッダー・フッター

-----------------------*/
header{
    background: url("../img/1st-firstview-bg.jpg")no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
header h1,
header .sub,
header .sub2{
    position: absolute;
}
header .copy{
    max-width: 1000px;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-feature-settings: "palt";
}
header .copybox{
    max-width: 800px;
    text-align: center;
    width: 100%;
    height: 100%;
}
header h1{
    font-size: 62px;
    font-weight: 800;
    top: 12%;
    left: 2%;
}
header .sub{
    font-size: 36px;
    font-weight: 800;
    color: #aa030f;
    top: 26%;
    left: 12%;
}
header .sub2{
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    top: 40.3%;
    left: 3%;
}
@media screen and (max-width:1100px){
    header h1{
        font-size: 5vw;
        left: 7%;
    }
    header .sub2{
        font-size: 2.3vw;
        left: 8%;
    }
    header .sub{
        font-size: 3.2vw;
    }
}
@media screen and (max-width:768px){
    header h1{
        font-size: 9.3vw;
        left: 3%;
        line-height: 1.2;
        top: 14%;
    }
    header .sub{
        font-size: 4.4vw;
        left: 5%;
        top: 30%;
    }
    header .sub2{
        font-size: 4vw;
        line-height: 1.6;
        left: 5%;
        top: 43%;
    }
}
.contact header{
    background: none;
    padding:30px 0 0;
    text-align: left;
}
footer{
    background:#3f3d42;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
}
footer p{
    margin-top: 20px;
}
footer a{
    padding: 0 15px;
    border-right: solid 1px #fff;
}
footer a:last-of-type{
    border: none;
}
#page_top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 11111;
}
#page_top a{
    animation: yureru-j 2s infinite;
    display: block;
    width: 100%;
    height: 100%;

}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

/*------------------

サンクスページ・エラーページ

-------------------*/
.thanks,.error{
    min-height: 100vh;
}


/*------------------

問い合わせフォーム

-------------------*/
.form form{
  max-width: 900px;
  padding: 60px;
    margin: 0 auto;
  box-sizing: border-box;
    background: #f9f9f9;
    border-radius:20px;
}
.c-form__content {
	margin-bottom: 50px;
}
.c-form__content dl {
  display: block;
  width: auto;
  padding: 20px 0;
	width: 100%;
    text-align: left;
}

.c-form__content dl dt {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 0 15px 5px;
  border-right: none;
}

.c-form__content dl dt .inner {
	width: 100%;
	line-height: 1.5;
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
}

.c-form__content dl dt .inner .require {
	padding: 2px 15px;
	color: #fff;
	font-size: 1.4rem;
	background-color: #EA5632;
	border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
}

.c-form__content dl dd {
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
  display: block;
  padding: 0;
}
.c-form__content .type label{
  margin-right: 15px;
}
.c-form__content .type input{
  margin-right: 5px;
}
.c-form__content dl dd .company {
	background: transparent;
}

.c-form__content dl dd .wfull {
  box-sizing: border-box;
	width: 100%;
}

.c-form__content dl dd .list {
	margin: 0;
}

.c-form__content dl dd .list li {
  display: block;
  margin: 0 0 .5em 0;
}
.c-form__submit {
	width: 370px;
	max-width: 100%;
	margin: 0 auto;
  /* padding-left: 30px; */
  position: relative;
}
.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 2rem;
    font-weight: 600;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 10px;
	box-shadow:0px 5px 0px 0px #832914;
	background: #EA5632!important;
    transition: .4s;
}
.c-form__submit button:hover,
.c-form__submit input:hover,
.c-form__confirmBtn__btn .submit:hover{
    box-shadow:none;
    transform:translateY(5px);
    
}
.c-form__content input,
.c-form__content textarea,
.c-form__content select{
    text-align: left;
  font-size: 1.6rem;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
}
.c-form__content textarea{
    height: 100px;
}
.c-form__content .checkbox input{
    width: auto;
}
.c-form__content .checkbox a{
    text-decoration: underline;
}

.c-form__content input[type=checkbox] {
  margin-right: 10px;
}
.other-input,
.doui {
  text-align: left;
}
.doui a {
  color: #1288ff;
}
.c-form__content textarea {
  width: 100%;
  resize: vertical;
}
.c-form__submit button:disabled,
.c-form__submit input:disabled{
	opacity: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}
.c-form__submit:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .form form{
        padding: 30px;
    }
}
@media screen and (max-width: 500px) {
    .form form{
        padding: 30px 20px;
    }
    .c-form__content .type label{
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .c-form__content dl dt{
        font-size: 1.6rem;
        margin: 0 0 10px 5px;
    }
    .c-form__content dl{
        padding: 0 0 20px;
    }
    .form-validation-field-4formError,
    .form-validation-field-5formError,
    .form-validation-field-3formError{
        left: auto!important;
        right: 0!important;
    }

}

/*-----------------------

タイトル

-----------------------*/
.ttlarea{
    text-align: center;
    margin: 0 auto 40px;
}
.en{
    font-size: 1.6rem;
    color: #d03d26;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}
.en::after{
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 30px;
    background: #d03d26;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ttl{
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
}
.ttl .s{
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.8rem;
}
.red{
    color: #ad0210;
}



/*-----------------------

トレーニングや食事指導には自信がある

-----------------------*/
#sec1 {
    background: url("../img/sec1-bg_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
#sec1 .item{
    padding: 20px 0 60px;
}
/*-----------------------

かたぎり塾なら経営未経験者でも大丈夫

-----------------------*/
#sec2 {
    background: url("../img/sec2-bg_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
}
/*-----------------------

加盟店オーナーへインタビュー

-----------------------*/
#sec3 {
    background: #f9f9f9;
}
#sec3 .img{
    padding: 40px 0;
}
video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 550px; /* 動画の最大幅 */
}
#sec3 video{
    margin-bottom: 30px;
}

/*-----------------------

かたぎり塾は店舗数全国日本一

-----------------------*/
#sec4 .small{
    font-size: 10px;
}
#sec4 .inner{
    justify-content: space-around;
}
#sec4 .item1{
    width: 45%;
}
#sec4 .item2{
    width: 50%;
}
#sec4 .staffimg{
    margin-bottom: 30px;
}
#sec4 .item p{
    text-align: left;
}
#sec4 .ttl{
    line-height: .6;
}

#sec4 .red{
    font-size: 120%;
    line-height: 1.4;
}
#sec4 .big{
    font-size: 150%;
}
#sec4 small{
    display: block;
    text-align: right;
    font-size: 1.2rem;
}
#sec4{
    position: relative;
    padding: 160px 0 200px;
    overflow: hidden;
}
#sec4::before{
    bottom: 0;
    content: "";
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    border-style: solid;
    border-width: 180px 0 0 100vw;
    border-color: transparent transparent transparent #424242;
}
#sec4::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 180px 0;
    border-color: transparent #f9f9f9 transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
/*-----------------------

強み

-----------------------*/
#sec5{
    background: #424242;
    color: #fff;
    margin-top: -1px;
}
#sec5 .item{
    margin-bottom: 60px;
}
#sec5 .item:last-of-type{
    margin-bottom: 0;
}
#sec5 h3{
    color: #ff664b;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
/*    margin-bottom: 10px;*/
    text-align: left;
}
#sec5 h3 .no{
    color: #a29697;
    font-size: 500%;
    margin-right: 15px;   
}
#sec5 .item p {
    margin-top: 30px;
}
#sec5 .item p span{
    color: #e8dfab;
}
#sec5 .flex{
    align-items: center;
}
#sec5 .flex img{
    width: 49%;
}
#sec5 .flex p{
    width: 47%;
    text-align: left;
}
#sec5 .flex p small{
    text-align: right;
    display: block;
}
#sec5 .item3img{
    margin: 50px 0 10px;
}

/*-----------------------

自己資金100万円から

-----------------------*/
#sec6{
    background: url("../img/sec6-bg_pc.jpg")no-repeat;
    background-size: cover;
}
/*-----------------------

収益モデル

-----------------------*/
#sec7 .item{
    display: flex;
    justify-content: space-around;
}
#sec7 img{
    width: 32%;
}

/*-----------------------

CTA

-----------------------*/
.cta{
    background: url("../img/cta-bg_pc.jpg")no-repeat;
    padding: 50px 0;
    background-size: cover;
}
.cta .voice span{
    color: #ffe69b;
}
.cta a{
    display: block;
}
.cta .voice{
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    position: relative;
    font-size: 2rem;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
}
.cta .voice::after{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 20px calc(15px / 2) 0 calc(15px / 2);
    border-color: #000000 transparent transparent transparent;
}
.cta .flex{
    justify-content: center;
}
.cta .flex a{
    margin: 0 10px;
}

/*-----------------------

サポート体制

-----------------------*/
#sec9{
    background: url("../img/sec9-bg_pc.jpg") no-repeat;
    background-size: cover;
}
#sec9 img:first-of-type{
    margin-bottom: 60px;
}

/*-----------------------

理想のジム作りませんか？

-----------------------*/
#sec10{
    background: #f9f9f9;
    overflow: hidden;
}
#sec10 .slider{
    display: flex;
    justify-content: space-around;
}
#sec10 .slider li{
        width: calc(150vw / 7);
    margin: 0 10px;
}
#sec10 .img{
    margin: 60px 0;
}
#sec10 .img2{
    margin-top: 60px;
}
.slider-box{
    display: flex;
  overflow: hidden;
}
.right-slide {
  animation: infinity-scroll-left 20s infinite linear 0s both;
}

/*右から*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

/*左から*/
@keyframes infinity-scroll-right {
from {
  transform: translateX(-60%);
}
  to {
  transform: translateX(0%);
}
}
.left-slide{
  animation :infinity-scroll-right 20s infinite linear 0s both;
}




/*-----------------------

質問

-----------------------*/
#sec12 .inner{
    max-width: 800px;
    margin: 0 auto;
}
#sec12 .item{
    margin-bottom: 30px;
    text-align: left;
}
#sec12 .Qbox span{
    color: #dd4126;
    font-weight: 700;
    margin-right: 10px;
}
#sec12 .Qbox{
    background: #efefef;
    font-size: 2rem;
    padding: 15px 40px;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    text-align: left;
}
#sec12 .Abox{
    padding:15px 40px;
    font-size: 1.6rem;
    display: none;
    text-align: left;
}
#sec12 .Qbox:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*縦線*/
  width: 15px;
  height: 2px;
  background: #dd4126;
  transition: all .2s ease-in-out;
}
#sec12 .Qbox:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #dd4126;
  transition: all .3s ease-in-out;
}

#sec12 .Qbox.open:before{
  transform: rotate(180deg);
}
#sec12 .Qbox.open:after{
  opacity: 0;
}
#sec12 .telbox{
    text-align: center;
    background: #fff;
    border: solid 2px #000;
    padding: 40px 60px;
    margin-top: 80px;
    color: #000;
}
#sec12 h3{
    font-size: 2.2rem;
    font-weight: 600;
    margin: 30px 0 20px;
}
#sec12 .btnbox{
    margin: 20px 0 0;
}
#sec12 a{
    display: block;
    width: 48%;
}
/*-----------------------

企業情報

-----------------------*/
#sec13 table{
    border-collapse: collapse;
      border-spacing: 0;
    border: 1px solid #d2d2d2;
    width: 100%;
}
#sec13 tr{
    width: 100%;
}
#sec13 th,#sec13 td{
    padding: 15px;
    border-bottom: 1px solid #d2d2d2;
}
#sec13 th{
    text-align: center;
    width: 30%;
    background: #e8e5e5;
}
#sec13 td{
    width: 70%;
    text-align: left;
}


@media screen and (max-width:1024px){
    .wrap{
        padding: 0 60px;
    }

}
@media screen and (max-width:769px){
    .sponly{
        display: block;
    }
    .pconly{
        display: none;
    }
    .flex{
        display: block;
    }

    #page_top{
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        background: rgba(255,255,255,0.6);
        width: 100%;
        padding: 5px 0;
    }
    #page_top a{
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
    #sec7 .wrap{
        padding: 0;
    }
    #sec7 .item{
        width: 900px;
    }
    #sec7 .inner{
        overflow: scroll;
    }
    #sec7 small{
        margin-top: 30px;
        font-size: 1.4rem;
    }
    #sec10 .slider li{
        width: calc(150vw / 5);
    }
    .block{
    padding: 80px 0;
    }
    .block-bottom{
        padding-bottom: 80px;
    }
    .block-top{
        padding-top: 80px;
    }
    .wrap{
        padding: 0 80px;
    }
    #sec4 .item1,#sec4 .item2{
        width: 100%;
    }
    #sec4 .item p{
        text-align: center;
    }
    #sec4 .item1{
        margin-bottom: 30px;
    }
    #sec4::before{
        border-width: 140px 0 0 100vw;
    }
    #sec4::after{
        border-width: 0 100vw 140px 0;
    }
    #sec5 h3 .no{
/*        font-size: */
    }
    #sec5 .flex img,
    #sec5 .flex p{
        width: 100%;
    }
    #sec5 .item p{
        text-align: left;
    }

}


@media screen and (max-width:500px){
    body{
        font-size: 1.4rem;
    }
    #sec4::before{
        border-width: 90px 0 0 100vw;
    }
    #sec4::after{
        border-width: 0 100vw 90px 0;
    }
    .wrap{
        padding: 0 15px;
    }
    #sec1 .item{
        padding: 0 0 60px;
    }
    .block{
    padding: 60px 0;
    }
    .block-bottom{
        padding-bottom: 60px;
    }
    .block-top{
        padding-top: 60px;
    }
    .en{
        font-size: 1.2rem;
    }
    .ttl .s{
        font-size: 1.6rem;
    }
    .ttl{
        font-size: 6.5vw;
    }
    header{
        background: none;
    }
    #sec1 {
        background: url("../img/sec1-bg_sp.jpg") no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #sec2 {
        background: url("../img/sec2-bg_sp.jpg") no-repeat;
        background-size: cover;
        background-position: center top;
    }
    #sec6{
        background: url("../img/sec6-bg_sp.jpg")no-repeat;
        background-size: cover;
    }
    .cta{
        background: url("../img/cta-bg_sp.jpg")no-repeat;
        padding: 50px 0;
        background-size: cover;
    }
    #sec2 .item{
        padding: 0 5%;
    }
    .ttlarea{
        margin: 0 auto 30px;
    }
    #sec3 video{
        margin-bottom: 10px;
    }
    #sec3 .item{
        padding-bottom: 20px;
    }
    #sec4{
        padding: 100px 0 100px;
    }
    #sec4 .staffimg{
        margin-bottom: 15px;
    }
    #sec5 h3{
        font-size: 5vw;
        align-items: flex-end;
        margin-bottom: 15px;
    }
    #sec5 h3 .no{
        font-size: 500%;
        margin-right: 6px;
        margin-bottom: -10px;
        line-height: 1;
/*        letter-spacing: -0.07em;*/
    }
    #sec5 .item2 h3 .no{
        margin-right: 10px;
    }
    #sec5 .item3img{
        margin: 30px 0 0;
    }
    #sec7 .inner{
        padding-left: 10vw;
    }
    #sec9 img:first-of-type{
        margin-bottom: 30px;
    }
    #sec10 .slider li{
        width: calc(150vw / 3);
    }
    #sec10 .img{
        margin: 30px 0 40px;
    }
    .cta{
        padding: 30px 0;
    }
    #sec12 .item{
        margin-bottom: 15px;
    }
    #sec12 .Qbox{
        font-size: 1.6rem;
        font-weight: 600;
        padding: 10px 15px;
    }
    #sec12 .Qbox:after,
    #sec12 .Qbox:before{
        right: 15px;
    }
    #sec12 .Qbox span{
        margin-right: 5px;
    }
    #sec12 .Abox{
        font-size: 1.4rem;
        padding: 10px 15px;
    }
    .cta .voice2{
        padding: 0 15% 10px;
    }
    #sec13 th, #sec13 td{
        padding: 10px;
    }
    footer{
        padding: 15px 0 100px;
    }
    #page_top a{
        max-width: 260px;
    }
    .cta .voice{
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .cta .voice::after{
        border-width: 10px calc(15px / 2) 0 calc(15px / 2);
    }    
    .page header h1{
        max-width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    .page header{
        text-align: center;
    }
    .thanks .text p,.error .text p{
        text-align: left;
    }
    
}
@media screen and (max-width:390px){

}