/* 20240226 movieセクション修正 */
.movie_area{
    clip-path: polygon(0% 0%, 100% 20%, 100% 80%, 0% 100%);
    background: #000;
    padding: 280px 0 280px 0;
    box-sizing: border-box;
    position:relative;
}

.home .top2{
    /* clip-path:none; */
    margin-top:-280px;
    padding: 280px 0 90px 0;
}
.movie_box{
    max-width:700px;
    margin:auto;
    text-align:center;
}
.movie_box video{
    width:100%;
}
.movie_bgHeading{
    width:100%;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:9.5vw;
    z-index:-1;
}
@media screen and (max-width:768px){
    .movie_area{
        padding: 150px 0 150px 0;
    }
    .home .top2 {
        /* clip-path: none; */
        clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
        margin-top: -130px;
        padding: 150px 0 40px 0;
    }
}

/* 20240314 店舗ページ（川崎）修正 */
.page:not(.home) .pg_lead {
    width: 95%;
    max-width: 1000px;
    margin: 70px auto 0 auto;
    letter-spacing: -0.047em;
    text-align: center;
    color: #3F9E6F;
    border-top: 1px solid #3F9E6F;
    border-bottom: 1px solid #3F9E6F;
    box-sizing: border-box;
    padding: 2px 0;
  }
  .page:not(.home) .pg_lead h2 {
    font-weight: 900;
    font-size: 2.8rem;
  }
  @media (max-width: 992px) {
    .page:not(.home) .pg_lead {
      width: 84%;
    }
  }
  @media (max-width: 768px) {
    .page:not(.home) .pg_lead {
      border-bottom: 1px solid #3F9E6F;
      padding: 5px 0;
    }
    .page:not(.home) .pg_lead h2 {
      font-feature-settings: "palt";
      font-size: 1.8rem;
      line-height: 1.5;
    }
  }
.page:not(.home) .top1 .c2 {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 0 50px;
  }
  .page:not(.home) .top1 .c2 h3 {
    color: #3F9E6F;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }
  .page:not(.home) .top1 .c2 .imgs .img {
    margin-top: 80px;
  }
  .page:not(.home) .top1 .c2 .numbers {
    margin-top: 30px;
  }
  .page:not(.home) .top1 .c2 .numbers .ttl {
    color: #3F9E6F;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
  }
  .page:not(.home) .top1 .c2 .num2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 45px;
    width: 80%;
    margin: 40px auto 0 auto;
  }
  .page:not(.home) .top1 .c2 .num2 .name {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #4D4D4D;
    position: relative;
    margin-bottom: 25px;
  }
  .page:not(.home) .top1 .c2 .num2 .name:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/kk.png") bottom center/cover;
    z-index: -1;
  }
  .page:not(.home) .top1 .c2 .num2 .num {
    text-align: center;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8.3rem;
    color: #3F9E6F;
    line-height: 1;
  }
  .page:not(.home) .top1 .c2 .num2 .num span {
    font-size: 5.8rem;
  }
  @media (max-width: 992px) {
    .page:not(.home) .top1 .c2 {
      margin-top: 40px;
      grid-template-columns: 1fr;
      gap: 0;
    }
    .page:not(.home) .top1 .c2 h3 {
      text-align: center;
      font-size: 3rem;
    }
    .page:not(.home) .top1 .c2 .imgs .img {
      margin-top: 40px;
    }
    .page:not(.home) .top1 .c2 .cont {
      margin-top: 30px;
    }
    .page:not(.home) .top1 .c2 .num2 {
      width: 400px;
    }
    .page:not(.home) .top1 .c2 .num2 .name {
      padding-bottom: 8px;
      box-sizing: border-box;
    }
    .page:not(.home) .top1 .c2 .num2 .bx {
      width: 187px;
    }
  }
  @media (max-width: 768px) {
    .page:not(.home) .top1 {
      padding: 0 0 20px 0;
      box-sizing: border-box;
    }
    .page:not(.home) .top1 .c2 {
      margin-top: 0;
    }
    .page:not(.home) .top1 .c2 h3 {
      font-size: 2rem;
      margin: 20px 0;
    }
    .page:not(.home) .top1 .c2 .cont {
      margin-top: 10px;
    }
    .page:not(.home) .top1 .c2 .imgs .img {
      margin-top: 10px;
    }
    .page:not(.home) .top1 .c2 .numbers .ttl {
      line-height: 1.4;
      font-size: 2.2rem;
    }
    .page:not(.home) .top1 .c2 .num2 {
      width: 100%;
      margin: 10px auto 0 auto;
      gap: 0 20px;
    }
    .page:not(.home) .top1 .c2 .num2 .bx {
      width: auto;
    }
    .page:not(.home) .top1 .c2 .num2 .name {
      font-size: 2rem;
      margin-bottom: 15px;
      padding-bottom: 8px;
      box-sizing: border-box;
    }
    .page:not(.home) .top1 .c2 .num2 .name:before {
      bottom: -12px;
      height: 95%;
    }
    .page:not(.home) .top1 .c2 .num2 .num {
      font-size: 7.2rem;
    }
    .page:not(.home) .top1 .c2 .num2 .num img {
      height: 50px;
    }
    .page:not(.home) .top1 .c2 .num2 .num span {
      font-size: 4.9rem;
    }
  }
/* 3つの特徴 */
.feature-contents{
    margin-top: 30px;
}
@media (max-width: 767px) {
    .feature-contents{
        margin-top: 0px;
    }
}
.page:not(.home) .h2_ttl_gr2 .c-gray{
    color: #4D4D4D;

}
.page:not(.home) .feature-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;

}
.page:not(.home) .feature-wrapper .feature-item{
    width: 30%;
}
.page:not(.home) .feature-wrapper .feature-item h3,.page:not(.home) .flow-wrapper .flow-item h3{ 
    color: #3F9E6F;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 1rem 0;
}
.page:not(.home) .feature-wrapper .feature-item .feature-item-text,.page:not(.home) .flow-wrapper .flow-item .flow-item-text{ 
    color: #4D4D4D;
    font-size: 1.6rem;
}
.page:not(.home) .flow-subttl{
    font-weight: bolder;
    text-align: center;
    margin:4rem auto 0;
    color: #4D4D4D;
    font-size: 2.4rem;
}
.page:not(.home) .flow-wrapper {
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top: 4rem;
    margin-bottom: 60px;
  }
.page:not(.home) .flow-wrapper .flow-item{
    width:30%;
    flex-direction:column;
    justify-content:center;
    align-items: baseline;
    height: auto;
  }
.page:not(.home) .flow-wrapper .flow-item:nth-of-type(4) {
    margin-left:17.5%;
  }
.page:not(.home) .flow-wrapper .flow-item:nth-of-type(5) {
    margin-right:17.5%;
  }
.page:not(.home) .flow-wrapper .flow-item:nth-of-type(n+4) {
    margin-top:4rem;
  }
@media (max-width: 820px) {
    .page:not(.home) .feature-wrapper .feature-item h3{
        font-size: 1.8rem;
    }
    .page:not(.home) .feature-wrapper .feature-item .feature-item-text,.page:not(.home) .flow-wrapper .flow-item .flow-item-text{ 
        font-size: 1.4rem;
    }
}
@media (max-width: 768px) {
   .page:not(.home) .flow-wrapper{
    align-items: baseline;
    margin-top: 2rem;
    }
   .page:not(.home) .flow-wrapper .flow-item{
    width:48%;
    height: auto;
    }
    .page:not(.home) .flow-wrapper .flow-item:nth-of-type(4) {
    margin-left: 0;}
    .page:not(.home) .flow-wrapper .flow-item:nth-of-type(5) {
    margin-right:0;
    }
}
@media (max-width: 767px) {
    .page:not(.home) .flow-wrapper .flow-item h3{
        font-size: 1.5rem;
    }
    .page:not(.home) .flow-wrapper .flow-item .flow-item-text{
        font-size: 1.2rem;
    }
    .page:not(.home) .feature-wrapper .feature-item{
        width: 100%;
        margin-bottom: 3rem;
    }
    .page:not(.home) .feature-wrapper .feature-item:nth-child(3){
        width: 100%;
        margin-bottom: 0;
    }
    .page:not(.home) .flow-subttl{
        font-size: 1.8rem;
    }
}
.kawasaki .flow-contents .btn1 a , .kitahanada .flow-contents .btn1 a{
    max-width: 300px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color: white;
    background: url("../images/arw2.png") center right 15px no-repeat, #D20000;
    background-size: 25px auto;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 2rem;
    text-align: center;
  }
  @media (max-width: 768px) {
  .kawasaki .flow-contents .btn1 a , .kitahanada .flow-contents .btn1 a{
    text-align: left;
    max-width: 100%;
    font-size: 2.25rem;
    background: url("../images/arw2.png") center right 15px no-repeat, #D20000;
    background-size: 36px auto;
    padding: 14px 20px;
    box-sizing: border-box;
    font-weight: bold;
  }
}
/* アクセス修正　 */
.kawasaki .programs-wrapper6 {
  margin-top: 60px;
}
/* 恵比寿ページ　料金　ブラック追加 */
/* .ebisu .programs .programs-wrapper3 .p-price-box{
  gap:10px;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box2{
  grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price2 span{
  font-size: 47px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box{
    gap:20px;
  }
  .ebisu .programs .programs-wrapper3 .p-price-box.p-price-box2{
    grid-template-columns:1fr;
  }
} */
/* 恵比寿ページ　年額支払い　プラチナ削除 */
.ebisu .programs .programs-wrapper3 .p-price-box-year{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box-year{
    grid-template-columns:1fr;
  }
} 
/* TOPページ　インスタセクション追加 */
/* 20240418 改修 */
/* 20240602 改修 */
.sns_heading{
  margin-bottom:40px;
}
.insta_area{
  padding:40px 0;
}
.insta_area {
  height: auto;
  margin-bottom: 280px;
  padding:40px 0;
}
.insta_swiper{
  position:relative;
  /* 20240602 改修 */
  overflow: hidden;
  padding-bottom:60px;
}
.instagram-media {
  border: none !important;
  min-width: 100% !important;
  margin: auto !important;
}
@media screen and (min-width:769px) {
  /* .insta_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .insta_wrapper .insta-item {
    width: calc(25% - 7.5px) !important;
    margin-bottom: 10px !important;
    border-right: none !important;
    border-left: none !important;
  }
  .insta-item + .insta-item {
    margin-left:10px !important;
  }
  #facebook ._aa4c .Header {
    display: none !important;
  }
  .insta_area .swiper-button-prev,
  .insta_area .swiper-button-next {
    display: none;
  }
  .insta_area .swiper-pagination{
    display:none;
  }
  @media screen and (max-width:1024px){
    .insta_wrapper .insta-item {
      width: calc(50% - 5px) !important;
    }
    .insta-item + .insta-item {
      margin-left:0 !important;
    }
    .insta-item:nth-child(even) {
      margin-left:10px !important;
    }
  } */
}
.insta_area .swiper-button-next, .insta_area .swiper-button-prev{
  display:block;
  width:40px;
  height:40px;
  z-index: 10;
}
.insta_area .swiper-button-next.swiper-button-disabled, .insta_area .swiper-button-prev.swiper-button-disabled{
  display:none;
}
.insta_area .swiper-button-prev::before{
  /* 20240602 改修 */
  /* display: none; */
  content:"";
  background:url(../images/prev-arrow.png) no-repeat center center/cover;
  width:40px;
  height:40px;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  opacity:1;
}
.insta_area .swiper-button-next::before{
  /* 20240602 改修 */
  /* display: none; */
  content:"";
  background:url(../images/next-arrow.png) no-repeat center center/cover;
  width:40px;
  height:40px;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  opacity:1;
}
@media screen and (max-width:768px) {
  .insta_area {
    height: auto;
    margin-bottom: 170px;
    padding: 30px 0;
  }
  .insta_swiper {
    padding-bottom: 0;
  }
  .insta_area .inner {
    width:100%;
  }
  .instagram-media {
    height: 100% !important;
  }
  .insta_area .swiper-slide{
    height:130vw;
  }
    /* 20240602 改修 */
  /* .insta_area .swiper-button-prev::before{
    display: block;
  }
  .insta_area .swiper-button-next::before{
    display: block;
  } */
}
@media screen and (max-width:560px) {
  .insta_area .swiper-slide{
    height:140vw;
  }
}
@media screen and (max-width:480px) {
  .insta_area .swiper-slide{
    height:150vw;
  }
}
@media screen and (max-width:374px) {
  .insta_area .swiper-slide{
    height:155vw;
  }
}
/* franchiseページ追加20240410 */
.franchise h1 span {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .franchise h1 span {
    font-size: 1.4rem;
  }
}
.franchise .reason .content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
  padding: 0;
  margin: 30px 0 80px;
}
.franchise .reason .content-list li {
  background: #eeeeee;
  width: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
}
.franchise .reason .content-list li dl {
  position: relative;
  z-index: 1;
}
.franchise .reason .content-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.franchise .reason .content-list li:nth-child(1)::after {
  background: url(../../assets/images/reason-01.png) no-repeat;
  background-position: bottom right;
  background-size: calc(110 / 475 * 100%) auto;
}
.franchise .reason .content-list li:nth-child(2)::after {
  background: url(../../assets/images/reason-02.png) no-repeat;
  background-position: bottom right;
  background-size: calc(110 / 475 * 100%) auto;
}
.franchise .reason .content-list li:nth-child(3)::after {
  background: url(../../assets/images/reason-03.png) no-repeat;
  background-position: bottom right;
  background-size: calc(110 / 475 * 100%) auto;
}
.franchise .reason .content-list li:nth-child(4)::after {
  background: url(../../assets/images/reason-04.png) no-repeat;
  background-position: bottom right;
  background-size: calc(110 / 475 * 100%) auto;
}
.franchise .reason .content-list li dt {
  font-family: "din-2014", sans-serif;
  font-size: 4.8rem;
  color: #3f9e6f;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f9e6f;
  margin-bottom: 30px;
  line-height: 1;
}
.franchise .reason .content-list li dd {
  margin-top: 16px;
}
.franchise .reason .content-list li dd h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.franchise .reason .content-list li dd .desc {
  text-align: left;
}
.franchise .reason .content-list li dd .desc a{
  color:#3f9e6f;
}
@media (max-width: 768px) {
  .franchise .reason .content-list {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .franchise .reason .content-list li {
    padding: 20px;
  }
  .franchise .reason .content-list li dt {
    font-size: 2em;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
  .franchise .reason .content-list li dd h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.franchise .strengths {
  padding: 70px 0;
  background: #3f9e6f;
}
.franchise .strengths .strength-list {
  margin-top: 60px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, calc(320 / 1000 * 100%));
  justify-content: space-between;
}
.franchise .strengths .strength-list .strength-item dt {
  position: relative;
  width: 100%;
}
.franchise .strengths .strength-list .strength-item dt p {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(50%);
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
}
.franchise .strengths .strength-list .strength-item dt p .num {
  font-size: 6rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}
.franchise .strengths .strength-list .strength-item dd {
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .franchise .strengths {
    padding: 40px 0;
  }
  .franchise .strengths .strength-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .franchise .strengths .strength-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .franchise .strengths .strength-list .strength-item dt p {
    font-size: 1.6rem;
  }
  .franchise .strengths .strength-list .strength-item dt p .num {
    font-size: 3.6rem;
  }
  .franchise .strengths .strength-list .strength-item dd {
    margin-top: 8px;
  }
}

.franchise .member-cond {
  padding: 70px 0;
  background: #eee;
}
.franchise .member-cond table {
  max-width: 760px;
  width: 100%;
  margin: 40px auto 0;
}
.franchise .member-cond table tr:not(:last-child) {
  border-bottom: 2px solid #eee;
}
.franchise .member-cond table th,
.franchise .member-cond table td {
  padding: 20px;
  font-weight: inherit;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.franchise .member-cond table th {
  background-color: #3f9e6f;
  color: #fff;
  width: calc(180 / 760 * 100%);
}
.franchise .member-cond table td {
  border-spacing: 2px;
  background-color: #fff;
}
.franchise .member-cond table td .small {
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 1em;
}
.franchise .member-cond table td .royalty-list {
  padding: 0;
  font-size: 1.6rem;
}
.franchise .member-cond table td .royalty-list h4 {
  color: #3f9e3f;
  font-weight: bold;
}
.franchise .member-cond table td .royalty-list .desc {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .franchise .member-cond {
    padding: 40px 0;
  }
  .franchise .member-cond table th,
  .franchise .member-cond table td {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
  .franchise .member-cond table th {
    display: block;
    width: 100%;
  }
  .franchise .member-cond table td {
    display: block;
    width: 100%;
  }
}

.franchise .flow {
  padding: 70px 0;
}
.franchise .flow .contents-wrapper {
  max-width: 760px;
  width: 100%;
  margin: 40px auto 0;
}
.franchise .flow .flow-list {
  padding: 0;
}
.franchise .flow .flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
}
.franchise .flow .flow-item:last-child {
  padding-bottom: 0;
}
.franchise .flow .flow-item .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  width: calc(48 / 760 * 100%);
  color: #3f9e6f;
  position: relative;
}
.franchise .flow .flow-item:not(:last-child) .num::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #3f9e6f;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
.franchise .flow .flow-item .num .step {
  font-weight: bold;
  font-size: 2rem;
  display: block;
}
.franchise .flow .flow-item .img-wrapper {
  width: fit-content;
}
.franchise .flow .flow-item .text-wrapper {
  width: calc(532 / 760 * 100%);
}
.franchise .flow .flow-item .text-wrapper h3 {
  color: #3f9e6f;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.franchise .is-pc {
  display: block;
}
.franchise .is-sp {
  display: none;
}
@media (max-width: 768px) {
  .franchise .is-pc {
    display: none;
  }
  .franchise .is-sp {
    display: block;
  }
  .franchise .flow {
    padding: 40px 0;
  }
  .franchise .flow .flow-item {
    align-items: flex-start;
    padding-bottom: 2.4em;
  }
  .franchise .flow .flow-item .num {
    width: fit-content;
    font-size: 3.4rem;
  }
  .franchise .flow .flow-item .num .step {
    font-size: 1.3rem;
  }
  .franchise .flow .flow-item .img-wrapper {
    width: auto;
    flex: 1;
  }
  .franchise .flow .flow-item .text-wrapper {
    width: 70%;
  }
  .franchise .flow .flow-item .text-wrapper h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .franchise .flow .flow-item .text-wrapper .desc {
    font-size: 1.4rem;
  }
  .franchise .flow .flow-item:not(:last-child) .num::after {
    content: none;
  }
}

.franchise .contact {
  padding: 70px 0;
}
.franchise .contact .lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 40px;
}
.franchise .contact .lead a{
  color: #3f9e6f;
}
.franchise .contact .need-info {
  text-align: center;
  padding: 30px 0 36px;
  max-width: 700px;
  background: #eee;
  margin-bottom: 43px;
  margin: 0 auto;
}
.franchise .contact .need-info h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.franchise .contact .c-btn__cta {
  max-width: 700px;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .franchise .contact {
    padding: 40px 0;
  }
  .franchise .contact .lead {
    font-size: 1.6rem;
  }
}

.franchise .recommend {
  padding: 70px 0 140px;
}
.franchise .recommend .recommend-list {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
  font-size: 2.2rem;
  width: fit-content;
}
.franchise .recommend .recommend-list li {
  margin-bottom: 27px;
  position: relative;
  padding-left: 1.2em;
}
.franchise .recommend .recommend-list li:last-child {
  margin-bottom: 0;
}
.franchise .recommend .recommend-list li::before {
  content: "";
  background: url(../images/recommend-item-icon.png) no-repeat center / contain;
  width: 1.1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 768px) {
  .franchise .recommend {
    padding: 40px 0;
  }
  .franchise .recommend .recommend-list {
    font-size: 1.8rem;
  }
  .franchise .recommend .recommend-list li {
    margin-bottom: 16px;
  }
}
/* フランチャイズコンタクトページ */
.franchise_contact .mv .copy .cp, .thankspagefranchise .mv .copy .cp{
  font-size: 5rem !important;
}
@media (max-width: 768px) {
  .franchise_contact .mv .copy .cp, .thankspagefranchise .mv .copy .cp{
    font-size: 3rem !important;
  }
}

/* 20240418 topinfo */
.info_area_inner{
  display:flex;
}
.info_area_item{
  width:50%;
  display:flex;
  align-items:center;
}
.info_area_item:nth-child(1){
  margin-right:30px;
}
.info_area_item > img{
  margin-right:20px;
}
.i-text01{
  color:#3f9e6f;
  line-height:1.4;
  font-size:18px;
}
.i-text02{
  line-height:1.4;
  margin-bottom:10px;
  font-size:18px;
}
.i-text03{
  font-size:22px;
  font-weight: 700;
  margin-bottom:20px;
  line-height:1.4;
}
.i-linkText a img{
  display:inline;
  vertical-align: middle;
  margin-bottom:2px;
}
.i-linkText a{
 color:#000;
 text-decoration: none;
}
.sp-only{
  display:none;
}

@media (max-width: 768px) {
  .info_area_inner{
    flex-direction: column;
  }
  .info_area_item{
    width:100%;
    flex-wrap:wrap;
    align-items:flex-start
  }
  .info_area_item:nth-child(1){
    margin-right:0;
    margin-bottom:40px;
  }
  .info_area_item > img{
    margin-right:10px;
    width:100px;
    height: 100px;
  }
  .info_area_desc{
    width:calc(100% - 110px);
  }
  .i-text01{
    font-size:14px;
  }
  .i-text02{
    line-height:1.4;
    margin-bottom:5px;
    font-size:14px;
  }
  .i-text03{
    font-size:16px;
    margin-bottom:8px;
  }
  .i-linkText{
    width:100%;
    text-align:right;
    margin-top:10px;
  }
  .sp-only{
    display:block;
  }
  .pc-only{
    display:none;
  }
}

/* 20240418 調整 */
.floating{
  z-index: 11;
}

/* 採用ページ追加CSS_20240610 */
.recruit .description {
  text-align: center;
}
.recruit .description .lead-h3-ttl {
  font-size: 3rem;
  margin: 30px auto;
}
.recruit .description .lead-text {
  font-size: 1.6rem;
}
.recruit .description .lead-text span {
  color: #3f9e6f;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit .description .lead-h3-ttl {
    font-size: 2rem;
    margin: 30px auto;
  }
  .recruit .description .lead-text {
    font-size: 1.5rem;
  }
}
/* トレーニングボックスで働く強み */
.recruit .strengths {
  margin-top: 60px;
  padding: 70px 0;
  background: #eeeeee;
}
.recruit .strengths .h2_ttl {
  border-bottom: 1px solid #3f9e6f;
  color: #3f9e6f;
}
.recruit .strengths .h2_ttl i {
  background: #eee;
}
.recruit .strengths .strength-list {
  padding: 0;
}
.recruit .strengths .strength-list .strength-item {
  margin-top: 60px;
  padding: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
.recruit .strengths .strength-list .strength-item .text-box .str {
  color: #3f9e6f;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.recruit .strengths .strength-list .strength-item .text-box .num {
  font-size: 3rem;
  padding-left: 5px;
}
.recruit .strengths .strength-list .strength-item .text-box h4 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.recruit .strengths .strength-list .strength-item .text-box p {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .recruit .strengths {
    padding: 40px 0;
  }
  .recruit .strengths .strength-list .strength-item {
    margin-top: 30px;
    gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .recruit .strengths .h2_ttl {
    border-bottom: 1px solid #3f9e6f;
    color: #3f9e6f;
  }
  .recruit .strengths .strength-list .strength-item .text-box .str {
    margin-bottom: 0.5rem;
  }
  .recruit .strengths .strength-list .strength-item .text-box .num {
    font-size: 3rem;
  }
  .recruit .strengths .strength-list .strength-item .text-box h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .recruit .strengths .strength-list .strength-item .text-box p {
    font-size: 1.5rem;
  }
}

.recruit .member-cond {
  padding: 0 0 70px;
  /* background: #eee; */
}
.recruit .member-cond table {
  max-width: 760px;
  width: 100%;
  margin: 40px auto 0;
}
.recruit .member-cond table tr:not(:last-child) {
  /* border-bottom: 2px solid #eee; */
}
.recruit .member-cond table th,
.recruit .member-cond table td {
  padding: 20px;
  font-weight: inherit;
  text-align: left;
  font-size: 1.8rem;
}
.recruit .member-cond table th {
  background-color: #3f9e6f;
  color: #fff;
  width: calc(180 / 760 * 100%);
}
.recruit .member-cond table td {
  border-spacing: 2px;
  background-color: #eee;
}
.recruit .member-cond table td .small {
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 1em;
}
.recruit .member-cond table td .royalty-list {
  padding: 0;
  font-size: 1.6rem;
}
.recruit .member-cond table td .royalty-list h4 {
  color: #3f9e3f;
  font-weight: bold;
}
.recruit .member-cond table td .royalty-list .desc {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .recruit .member-cond {
    padding: 0 0 40px;
  }
  .recruit .member-cond table th,
  .recruit .member-cond table td {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
  .recruit .member-cond table th {
    display: block;
    width: 100%;
  }
  .recruit .member-cond table td {
    display: block;
    width: 100%;
  }
}

.recruit .flow {
  padding: 70px 0;
}
.recruit .flow .contents-wrapper {
  max-width: 760px;
  width: 100%;
  margin: 40px auto 0;
}
.recruit .flow .flow-list {
  padding: 0;
}
.recruit .flow .flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
}
.recruit .flow .flow-item:last-child {
  padding-bottom: 0;
}
.recruit .flow .flow-item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #3f9e6f;
  position: relative;
  gap: 0.2em;
}
.recruit .flow .flow-item:not(:last-child) .num::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #3f9e6f;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
.recruit .flow .flow-item .num .step {
  font-weight: bold;
  font-size: 2rem;
  display: block;
}
.recruit .flow .flow-item .img-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80px;
}
.recruit .flow .flow-item .text-wrapper {
  width: calc(532 / 760 * 100%);
}
.recruit .flow .flow-item .text-wrapper h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.recruit .is-pc {
  display: block;
}
.recruit .is-sp {
  display: none;
}
@media (max-width: 768px) {
  .recruit .is-pc {
    display: none;
  }
  .recruit .is-sp {
    display: block;
  }
  .recruit .flow {
    padding: 40px 0;
  }
  .recruit .flow .flow-item {
    align-items: flex-start;
    padding-bottom: 2.4em;
  }
  .recruit .flow .flow-item .num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.4rem;
  }
  .recruit .flow .flow-item .num .step {
    font-size: 1.3rem;
  }
  .recruit .flow .flow-item .img-wrapper {
    width: 100%;
    max-width: 48px;
  }
  .recruit .flow .flow-item .text-wrapper {
    width: 60%;
  }
  .recruit .flow .flow-item .text-wrapper h3 {
    font-size: 1.6rem;
  }
  .recruit .flow .flow-item .text-wrapper .desc {
    font-size: 1.4rem;
  }
  .recruit .flow .flow-item:not(:last-child) .num::after {
    content: none;
  }
}

.recruit * {
  box-sizing: border-box;
}
.recruit .cta-area {
  background: url(../images/cta-bg_black.jpg) no-repeat center / cover;
  padding: 64px 0 80px;
}
.recruit .entry {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3rem;
  color: #fff;
  display: block;
  margin-bottom: 16px;
}
.recruit .cta-text {
  text-align: center;
  color: #399e6f;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: calc(46 / 36);
  margin-bottom: 48px;
}
.recruit .cta-btn {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d20000;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 20px;
}
.recruit .cta-btn span::before {
  content: "";
  background: url(../images/cta-note-icon.png) no-repeat center / contain;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  .recruit .cta-area {
    padding: 48px 0;
  }
  .recruit .entry {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .recruit .cta-text {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
  .recruit .cta-btn {
    font-size: 1.8rem;
  }
}
.recruit .lets-go {
  padding: 280px 0;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 80%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 20%, 100% 80%, 0% 100%);
  background: #000;
  box-sizing: border-box;
}
.recruit .lets-go .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.recruit .lets-go .content-wrapper .img-wrapper {
  width: calc(500 / 1000 * 100%);
  box-sizing: border-box;
}
.recruit .lets-go .content-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruit .lets-go .content-wrapper .text-wrapper {
  width: calc(482 / 1000 * 100%);
}
.recruit .lets-go .content-wrapper .text-box_head {
  color: #399e6f;
  font-weight: bold;
  font-size: 4.8rem;
  margin-bottom: 48px;
  white-space: nowrap;
}
.recruit .lets-go .content-wrapper .text-box_body p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.recruit .lets-go .content-wrapper .text-box_body .green {
  color: #399e6f;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit .lets-go {
    padding: 150px 0;
    clip-path: polygon(0% 0%, 100% 8%, 100% 92%, 0% 100%);
  }
  .recruit .lets-go .content-wrapper .text-box_head {
    font-size: 3rem;
    margin-bottom: 24px;
  }
  .recruit .lets-go .content-wrapper .text-box_body p {
    font-size: 1.6rem;
  }
  .recruit .lets-go .content-wrapper {
    flex-direction: column-reverse;
  }
  .recruit .lets-go .content-wrapper {
    flex-direction: column-reverse;
  }
  .recruit .lets-go .content-wrapper .img-wrapper {
    width: 100%;
  }
  .recruit .lets-go .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.recruit .message {
  padding: 70px 0;
}
.recruit .message .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 40px;
}
.recruit .message .flex-box .img-wrapper {
  width: calc(300 / 1000 * 100%);
}
.recruit .message .flex-box .message-text {
  flex: 1;
}
.recruit .message .flex-box .message-text p {
  margin-bottom: 1em;
  font-weight: 500;
}
.recruit .message .flex-box .manager-info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.recruit .message .flex-box .manager-info dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  margin-right: 40px;
}
.recruit .message .flex-box .manager-info dt .green {
  color: #399e6f;
  font-size: 1.6rem;
  font-family: "din-2014", serif;
  font-weight: bold;
  display: block;
}
.recruit .message .flex-box .manager-info dd {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
}
@media screen and (max-width: 768px) {
  .recruit .message {
    padding: 40px 0;
  }
  .recruit .message .flex-box {
    flex-direction: column;
  }
  .recruit .message .flex-box .img-wrapper {
    width: 100%;
    margin-bottom: 24px;
    order: 2;
  }
  .recruit .message .flex-box .message-text {
    width: 100%;
    order: 1;
  }
  .recruit .message .flex-box .manager-info {
    order: 3;
  }
  .recruit .message .flex-box .manager-info {
    display: block;
  }
}
.recruit .shops {
  padding: 70px 0;
}
.recruit .shops .shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
  padding: 0;
}
.recruit .shops .shop-list .shop-item {
  width: 100%;
}
.recruit .shops .shop-list .shop-item .area {
  font-size: 3.6rem;
  font-family: "din-2014", serif;
  font-weight: bold;
  color: #399e6f;
  border-bottom: 1px solid #399e6f;
  margin-bottom: 28px;
}
.recruit .shops .shop-list .shop-item h3 {
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  font-weight: 700;
  position: relative;
  margin-bottom: 16px;
}
.recruit .shops .shop-list .shop-item h3 a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.recruit .shops .shop-list .shop-item h3::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arw1.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .recruit .shops .shop-list {
    grid-template-columns: 1fr;
  }
  .recruit .shops .shop-list .shop-item .area {
    font-size: 3.4rem;
    margin-bottom: 24px;
  }
  .recruit .shops .shop-list .shop-item h3 {
    font-size: 2rem;
  }
  .recruit .shops {
    padding: 40px 0;
  }
}
.recruit .gallery {
  padding: 0 0 70px;
}
.recruit .swiper-container {
  max-width: 960px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.recruit .gallery .recruit-gallery_swiper {
  margin-top: 40px;
  max-width: 960px;
  width: 100%;
}
.recruit .swiper-wrapper{
  padding: 0;
}
.recruit .swiper-button-next,
.recruit .swiper-button-prev {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 10;
  margin-top: 0;
  transform: translateY(-50%);
}
.recruit .swiper-button-next::before {
  content: "";
  background: url(../images/arw1.png) no-repeat center / contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.recruit .swiper-button-prev::before {
  content: "";
  background: url(../images/arw1.png) no-repeat center/contain;
  transform: rotate(180deg);
  top: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.recruit .swiper-button-next {
  right: -54px;
}
.recruit .swiper-button-prev {
  left: -54px;
}

@media screen and (max-width: 768px) {
  .recruit .gallery {
    padding: 0 0 40px;
  }
  .recruit .swiper-button-next {
    right: -20px;
  }
  .recruit .swiper-button-prev {
    left: -20px;
  }
}
/* 店舗ページスタッフ欄修正 */
.ebisu .programs-wrapper5 .staff-wrapper h3 ,.kawasaki .programs-wrapper5 .staff-wrapper h3 ,.kitahanada .programs-wrapper5 .staff-wrapper h3{
  color: #000;;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper5 .staff-wrapper, .kawasaki .programs-wrapper5 .staff-wrapper ,.kitahanada .programs-wrapper5 .staff-wrapper {
      grid-template-columns: 1fr 1fr;
  }
}
/* 恵比寿ページ　h2 のCSS修正 */
.ebisu .programs .programs-wrapper2 .p-description h2{
  font-size: 50px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper2 .p-description h2{
    font-size: 25px;
  }
}

/* 恵比寿ページ お客様の声20240803*/
.review_list{
  display:flex;
  align-items: flex-start;
}
.review_item{
  width:50%;
  padding:20px 0;
  border-top:1px solid #399e6f;
  border-bottom:1px solid #399e6f;
}
.review_item:nth-child(1){
  margin-right:40px;
}
.review_head{
  display:flex;
  align-items:center;
}
.review_img{
  margin-right:30px;
  width:160px;
}
.review_img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.review_info{
  width:calc(100% - 190px);
}
.review_info_name{
  font-size: 18px;
  font-weight:700;
  min-height:38px;
}
.review_info_name{
  font-size: 18px;
  font-weight:700;
  min-height:38px;
}
.review_info_nameEn{
  font-size: 16px;
  font-weight:700;
  min-height:27px;
}
.c-name{
  font-size:26px;
}
.review_desc{
  padding-top:20px;
}
.review_links{
  text-align:right;
  margin-top:20px;
}
@media screen and (max-width:768px){
  .review_list{
    flex-direction: column;
  }
  .review_item{
    width:100%;
    border-top:0;
    border-bottom:1px solid #399e6f;
  }
  .review_item:nth-child(1){
    margin-right:0;
    border-top:1px solid #399e6f;
  }
  .review_img{
    margin-right:20px;
    width:100px;
  }
  .review_info{
    width:calc(100% - 120px);
  }
  .review_info_name{
    font-size: 16px;
    font-weight:700;
    min-height:auto;
  }
  .review_info_nameEn{
    font-size: 14px;
    font-weight:700;
    min-height:auto;
  }
  .c-name{
    font-size:20px;
  }
}

/* 恵比寿ページ アクセス導線 20240803*/
.access-root-content{
  margin-top:60px;
}
.access-root-title{
  width:100%;
  padding:15px;
  background:#399e6f;
  color:#fff;
  text-align:center;
  font-size:24px;
  margin-bottom:20px;
}
.access-root-list{
  display:flex;
  flex-wrap: wrap;
}
.access-root-item{
  width: calc(25% - 15px);
}
.access-root-item + .access-root-item{
  margin-left:20px;
}
.access-root-item:nth-child(4n - 3){
  margin-left:0;
}
.access-root-item--tit{
  position:relative;
  z-index:1;
  color: #399e6f;
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom:10px;
}
.access-root-item--tit .titText{
  font-size:14px;
  font-weight:700;
  line-height:1.0;
}
.access-root-item--tit .titNum{
  font-size:30px;
  font-weight:700;
  line-height:1.0;
  margin-bottom: 4px;
}
.access-root-item--tit .titArrow{
  position:relative;
  width:60%;
  height:1px;
  background:#399e6f;
}
.access-root-item--tit .titArrow::before{
  content:"";
  width:15px;
  height:1px;
  background: #399e6f;
  transform:rotate(30deg);
  position:absolute;
  right:0;
  bottom:4px;
}
.access-root-item--text{
  text-align:left !important;
  margin-top:15px;
  font-weight:700;
}
.sp-only{
  display:none;
}
@media screen and (max-width:768px){
  .access-root-content{
    margin-top:40px;
  }
  .access-root-title{
    padding:10px;
    font-size:20px;
  }
  .access-root-item{
    width: calc(50% - 8px);
    margin-top:30px;
  }
  .access-root-item + .access-root-item{
    margin-left:auto;
  }
  .access-root-item:nth-child(4n - 3){
    margin-left:auto;
  }
  .access-root-item:nth-child(even){
    margin-left:16px;
  }
  .access-root-item:nth-child(1),.access-root-item:nth-child(2){
    margin-top:0;
  }
  .access-root-item--img{
    width:100%;
  }
  .access-root-item--tit .titText{
    font-size:12px;
  }
  .access-root-item--tit .titNum{
    font-size:20px;
  }
  .access-root-item--tit .titArrow{
    width:75%;
  }
  .access-root-item--text{
    margin-top:10px;
    font-size:14px;
  }
  .sp-only{
    display:block;
  }
  .kitahanada .access-root-item:nth-child(5) {
    margin-left: 0;
  }
}
/* 川崎ページ お客様の声20240812 */
.kawasaki .programs .programs-wrapper2 .p-description h2 , .kitahanada .programs .programs-wrapper2 .p-description h2{
  font-size: 5rem;
 }
 @media screen and (max-width:768px){
  .kawasaki .programs .programs-wrapper2 .p-description h2 , .kitahanada .programs .programs-wrapper2 .p-description h2{
    font-size: 2.5rem;
   }
}

/* 各店舗ページアクセス修正 */
.programs .access-wrap {
  margin: 30px 0 60px 0;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
}
.ebisu .programs-wrapper6 .access-wrap iframe, .kitahanada .programs-wrapper6 .access-wrap iframe, .kawasaki .programs-wrapper6 .access-wrap iframe {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 335px;
}
.ebisu .programs-wrapper6 .access-wrap p, .kitahanada .programs-wrapper6 .access-wrap p, .kawasaki .programs-wrapper6 .access-wrap p {
  text-align: left;
}
.programs .access-wrap .line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 20px;
  padding: 5px 0;
}

@media (max-width: 992px) {
  .programs .access-wrap {
    grid-template-columns: 1fr;
  }
  .programs .access-wrap .img {
    height: 300px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .programs .access-wrap {
    margin: 0 0 40px 0;
  }
  .programs .access-wrap .line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 15px;
  padding:0;
  }
  .programs .access-wrap .cont{
    margin-bottom: 30px;
  }
}
/* アクセスページ修正 */
@media (max-width: 768px) {
  .location .access .inner .inner-left {
    order: 1;
  }
  .location .access .inner > iframe {
      order: 2;
  }
}

 /* 川崎ページ タブ20241225 */
 .programs .programs-wrapper1 ul li:first-of-type {
  color: initial;
  border-color: initial;
}
 .programs .programs-wrapper1 ul li:first-of-type.active {
  background-color: #e0e0e0;
}
.programs .programs-wrapper1 ul li:nth-of-type(2) {
  color: #3F9E6F;
  border-color: #3F9E6F;
}
.programs .programs-wrapper1 ul li:nth-of-type(2).active {
  background-color: rgba(63, 158, 111, 0.1);
}
.programs .programs-wrapper1 ul li i:before {
  background: #fff url(../images/tab-icon1.svg) center bottom no-repeat;
}
.programs .programs-wrapper1 ul li:first-of-type i:before {
  background: #fff url(../images/tab-icon2.svg) center bottom no-repeat;
}
/* 川崎ページ修正対応　特徴を4つに変更 */
.kawasaki .feature-contents .feature-wrapper .feature-item {
  width: 23.8%;
}
@media (max-width: 767px) {
  .kawasaki .feature-contents .feature-wrapper .feature-item  {
      width: 100%;
      margin-bottom: 3rem;
    }
    .kawasaki .feature-contents .feature-wrapper .feature-item:nth-child(3)  {
      margin-bottom: 3rem;
    }
}
.kawasaki .feature-wrapper .feature-item h3,
.kawasaki .flow-wrapper .flow-item h3 {
  color: #3f9e6f;
  font-weight: bold;
  font-size: 2rem !important;
  line-height: 1.4;
  padding: 1rem 0;
}
.kawasaki .feature-wrapper .feature-item .feature-item-text,
.kawasaki .flow-wrapper .flow-item .flow-item-text {
  color: #4d4d4d;
  font-size: 1.6rem;
}

.kawasaki .programs .about2 {
  clip-path: none;
  background: #ffffff;
  padding: 0 0 60px 0;
}
@media (max-width: 768px) {
  .kawasaki .programs .about2 {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .kawasaki .programs .about2 .img {
    padding: 15px;
  }
}
.kawasaki .programs .about2 .about_ttl1 {
  color: #3F9E6F;
}
.kawasaki .programs .about2 .about_ttl1 span:before, .kawasaki .programs .about2 .about_ttl1 span:after {
  background: #3F9E6F;
}
.kawasaki .programs .about2 .program .tx {
  color: #3F9E6F;
}
.kawasaki .programs .about2 .btn1 {
  color: #FFF;
  background: url(../images/arw2_ing.png) center right 16px no-repeat, #3F9E6F;
  background-size: 26px auto;
}
@media (max-width: 768px) {
  .kawasaki .programs .about2 .btn1 {
    font-size: 2rem;
    margin: 70px auto 0 auto;
    background: url(../images/arw2_ing.png) center bottom 16px no-repeat, #3F9E6F;
    background-size: auto, auto;
    background-size: 36px auto;
    padding: 16px 0 65px 0;
  }
}

.mv_cta_links{
  position:absolute;
  bottom:0;
  left:0;
  margin-left:50px;
  z-index:1;
}
.mv_cta_links a{
  display:flex;
  width:420px;
  text-decoration:none;
  color:#4d4d4d;
  transition:0.3s all;
}
.mv_cta_links a:hover{
  opacity:0.8;
}
.mv_cta_links a > img{
  width:180px;
  height:auto;
}
.mv_cta_links_desc{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#eeeeee;
  padding:10px 15px;
  width:340px;
}
.mv_cta_links_desc--newTxt{
  color:#ff0000;
  font-size:20px;
  font-weight:700;
  animation: blink 1s step-start infinite;
}
.mv_cta_links_desc--Txt{
  font-size:18px;
  font-weight:700;
  letter-spacing:0;
  line-height:1.4;
}
@media screen and (max-width:1240px){
  .mv_cta_links{
      position:static;
      margin-left:auto;
      margin-right:auto;
      margin-top:40px;
      margin-bottom:40px;
  }
  .mv_cta_links a{
      display:flex;
      width:420px;
      text-decoration:none;
      color:#4d4d4d;
      transition:0.3s all;
  }
  .mv_cta_links a:hover{
      opacity:0.8;
  }
  .mv_cta_links a > img{
      width:180px;
      height:auto;
  }
  .mv_cta_links_desc{
      display:flex;
      flex-direction:column;
      justify-content:center;
      background:#eeeeee;
      padding:10px 15px;
      width:340px;
  }
  .mv_cta_links_desc--newTxt{
      color:#ff0000;
      font-size:20px;
      font-weight:700;
      animation: blink 1s step-start infinite;
  }
  .mv_cta_links_desc--Txt{
      font-size:18px;
      font-weight:700;
      letter-spacing:0;
      line-height:1.4;
  }
}
@media screen and (max-width:767px){
  .mv_cta_links{
      margin-top:30px;
      margin-bottom:30px;
  }
  .mv_cta_links a{
      display:flex;
      width:320px;
      text-decoration:none;
      color:#4d4d4d;
      transition:0.3s all;
  }
  .mv_cta_links a > img{
      width:100px;
      height:100px;
      object-fit:cover;
      object-position:left;
  }
  .mv_cta_links_desc{
      padding:5px 10px;
      width:220px;
  }
  .mv_cta_links_desc--newTxt{
      font-size:16px;
  }
  .mv_cta_links_desc--Txt{
      font-size:14px;
  }
}