@charset "UTF-8";
/* MV */

.mv-top {
  position: relative;
  /* background: url(../../../../assets/location_asset/umeda/images/top/umeda_mv.jpg) no-repeat center center/cover;
  height: 800px; */
  background: url(../../../../assets/location_asset/common/images/mv-bg-n2207n.jpg) no-repeat center center/cover;
  height: 100vh;
}
@media screen and (max-width:660px) {
  .mv-top {
    background: url(../../../../assets/location_asset/common/images/mv-bg-sp-nn2207.jpg) no-repeat center center/cover;
    /* height: 600px; */
    width: 100%;
    height: 161vw;
  }
}
/* MV改修 */
.mv_logo{
  width:426px;
  height:276px;
  position:absolute;
  top:54%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:1;
}
.mv_text{
  width:632px;
  height:146px;
  position:absolute;
  top:19%;
  left:3%;
  z-index:1;
}
.breadcrumb{
  padding-top:115px;
}
.breadcrumb ul li a{
  color:#333;
}
.breadcrumb ul li::before{
  color:#333;
}
@media screen and (max-width:660px){
  .mv_logo{
    width:50%;
    height:auto;
    top:55%;
  }
  .mv_text{
    width:87%;
    height:auto;
    position:absolute;
    top:23%;
    left:0;
  }
  .breadcrumb{
    padding-top:110px;
  }
}
@media screen and (max-width:470px){
  .breadcrumb{
    padding-top:27vw;
  }
  .breadcrumb ul li a{
    font-size:12px;
  }
  .breadcrumb ul li {
    margin-right: 0;
    margin-bottom: 0;
}
}
/* 20220707 point改修追加 */
.p-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.p-content {
  width: 25%;
  height: auto;
}

.p-content+.p-content {
  margin-left: 10px;
}

.more-bk-text-btn {
  display: none;
}

@media screen and (max-width:768px) {
  .p-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-content {
    width: calc(50% - 5px);
    padding-bottom: 20px;
  }

  .p-content+.p-content {
    margin-left: 0;
  }

  .p-content:nth-child(even) {
    margin-left: 5px;
  }


  .p-head {
    margin-bottom: 0;
  }

  .p-desc {
    overflow-y: hidden;
    height: 70px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
  }

  .more-bk-text-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 20px;
  }

  .more-bk-text-btn:hover {
    opacity: 0.8;
  }

  .more-bk-text-btn span {
    font-size: 14px;
    display: inline-block;
    width: 105px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 2px;
    border-bottom: 1px solid;
    cursor: pointer;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
  }

  .more-bk-text-btn span.open {
    z-index: 1;
  }

  .more-bk-text-btn span.close {
    opacity: 0;
    z-index: 0;
  }
}

@media screen and (max-width:420px) {
  .p-desc {
    height: 55px;
  }
}

/* point改修end------------ */


/* section-heading */

.sec-h {
  text-align: center;
  margin-bottom: 5px;
}

.sec-h-subt {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #da241d;
  background: -webkit-linear-gradient(left, #fd352e, #92291f);
  /* background: -webkit-linear-gradient(left, #fd352e, #df7334); */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}

.sec-h-fstt {
  display: block;
  text-align: center;
  font-size: 20px;
}

.sec-h-txt {
  text-align: center;
  margin-bottom: 60px;
}

.access-desc .sec-h {
  text-align: left;
}

.s-wht {
  color: #fff;
}

.red-band-flat {
  display: inline-block;
  padding: 15px;
  background: #da241d;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  color: #fff;
  vertical-align: middle;
}

.red-band-lic {
  display: inline-block;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#da241d), to(#a41b15));
  background: -o-linear-gradient(left, #da241d, #a41b15);
  background: linear-gradient(90deg, #da241d, #a41b15);
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  color: #fff;
  vertical-align: middle;
}

.blk-band {
  display: inline-block;
  padding: 15px;
  background: #030303;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  color: #fff;
  position: relative;
  vertical-align: middle;
}

.blk-band.l-red {
  margin-right: -6px;
}

.blk-band.l-red::before {
  content: "";
  background: #da241d;
  width: 12px;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0;
}

@media screen and (max-width:768px) {
  .sec-h-subt {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

/* concept */

section.info {
  padding-top: 0;
}

.info-bg {
  background: url("../../../../assets/location_asset/ikebukuro/images/top/info-bg.png") no-repeat center center/cover;
  padding: 100px 0;
}

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.info-graf {
  width: 47%;
  text-align: center;
}

.info-graf img {
  width: 95%;
}

.info-desc {
  width: 47%;
}

.info-desc h3 {
  margin-bottom: 35px;
}

.info-desc p {
  margin-bottom: 30px;
}

.info-desc p:last-child {
  margin-bottom: 0;
}

.two-band {
  font-size: 13px;
}

.trainner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.ck-tr-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tr-item {
  width: 25%;
}

.ck-tr-info .tr-item {
  margin-bottom: 40px;
}

.tr-img {
  position: relative;
}

.tr-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-img::after {
  content: "VIEW MORE";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-item a:hover .tr-img::before {
  opacity: 1;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-item a:hover .tr-img::after {
  opacity: 1;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-name-box {
  position: relative;
  top: -5%;
}

.tr-name.red-band-lic {
  padding: 15px 25px;
  margin-left: 20px;
}

.tr-huri.blk-band {
  padding: 15px 25px;
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-12deg);
  -ms-transform: translatex(-50%) skewX(-12deg);
  transform: translatex(-50%) skewX(-12deg);
}

@media screen and (max-width:768px) {
.tr-huri.blk-band {
  padding: 15px;}
}

/* .more-wh-btn {
  text-align: center;
}

.more-wh-btn span {
  display: inline-block;
  padding: 15px 60px;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  cursor: pointer;
}

.more-wh-btn span:hover {
  border: 2px solid #da241d;
  background: #da241d;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
} */

.modal-info {
  background: #000;
  padding: 40px;
  width: 1200px;
}

.m-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-info .tr-huri.blk-band {
  background: #383838;
  /* display: block;
    width: 55%;
    text-align:center; */
}

.m-tr-img {
  width: 32%;
}

.m-tr-img img {
  width: 100%;
}

.m-tr-desc {
  width: 62%;
  color: #fff;
}
.m-tr-desc table{
  width:100%;
}
.m-tr-desc th, .m-tr-desc td {
  padding-bottom: 15px;
}

.m-tr-desc tr:last-child th, .m-tr-desc tr:last-child td {
  padding-bottom: 0;
}

.m-tr-desc th {
  width: 15%;
  text-align: left;
}

.m-tr-desc td {
  width: 85%;
}

.m-tr-desc td p {
  margin-bottom: 8px;
}

.m-tr-desc tr:last-child td p:last-child {
  margin-bottom: 0;
}

.m-tr-txt {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.modal-info .sns {
  margin: 0;
  text-align: center;
}

.lity {
  background: rgba(0, 0, 0, 0.8) !important;
}

.lity-close {
  position: absolute !important;
  color: #000;
  background: #fff;
}

.lity-close:hover {
  color: #000;
  background: #fff;
}

@media screen and (max-width:1280px) {
  .modal-info {
    width: 800px;
  }
  .m-tr-desc th {
    width: 20%;
  }

  .m-tr-desc td {
    width: 80%;
  }

}

@media screen and (max-width:1100px) {
  .trainner-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
  }
  .ck-tr-info {
    width: 70%;
    margin: auto;
  }
  .tr-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .ck-tr-info .tr-item {
    margin-bottom: 20px;
  }
  .tr-img img {
    width: 100%;
  }
  .tr-huri {
    display: block;
    width: 70%;
  }
}

@media screen and (max-width:840px) {
  .trainner-info {
    width: 100%;
  }
  .ck-tr-info {
    width: 100%;
  }
  .tr-huri {
    display: block;
    width: 70%;
  }
  .tr-name.red-band-lic {
    margin-left: 0;
  }
  .modal-info {
    width: 100%;
    padding-right: 45px;
  }
  .over-scroll {
    overflow-y: scroll;
    margin-right: -30px;
  }
  .lity-container {
    width: 100% !important;
  }
}

@media screen and (max-width:768px) {
  .info-bg {
    padding: 50px 0;
  }
  .info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .info-graf {
    width: 100%;
    text-align: center;
  }
  .info-graf img {
    width: 80%;
  }
  .info-desc {
    width: 100%;
    margin-bottom: 40px;
  }
  .m-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-tr-img {
    width: 300px;
    text-align: left;
    margin-bottom: 30px;
  }
  .m-info-box .tr-name-box {
    position: relative;
    top: -25px;
  }
  .m-tr-desc {
    width: 100%;
    color: #fff;
  }
}

@media screen and (max-width:520px) {
  /* .tr-item {
    width: 100%;
  } */
  .info-graf img {
    width: 100%;
  }
  .modal-info {
    padding: 20px;
    padding-right: 40px;
  }
  .m-tr-desc th, .m-tr-desc td {
    display: block;
  }
  .m-tr-desc th {
    width: 100%;
  }
  .m-tr-desc td {
    width: 100%;
  }
  .m-tr-desc tr:last-child th {
    padding-bottom: 15px;
  }
  .m-tr-desc td {
    padding-bottom: 20px;
  }
}

/* ACCESS */

.access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}

.a-map {
  width: 46%;
}

.access-desc {
  width: 46%;
  color: #fff;
  text-align: left;
}

.access-desc table {
  margin-top: 50px;
}

.access-desc table th, .access-desc table td {
  padding-bottom: 20px;
}

.access-desc table th {
  width: 35%;
}

.access-desc table td {
  width: 65%;
}

.access h3 {
  margin-bottom: 40px;
}

.access h3 span {
  font-size: 18px;
}

.a-num {
  font-size: 18px;
  font-weight: bold;
}

.a-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.af-item {
  width: 30%;
  margin-bottom: 30px;
  text-align: center;
}

.af-step {
  position: relative;
  top: 25px;
  padding: 15px 40px;
}

.af-item p {
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .access-bg {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .access-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .a-map {
    width: 100%;
  }
  .access-desc {
    width: 100%;
    margin-bottom: 15px;
  }
  .access-bg::before {
    width: 100%;
    height: 880px;
  }
  .af-item {
    width: 47%;
  }
}

@media screen and (max-width:460px) {
  .af-item {
    width: 48%;
  }
  .af-step{
    padding: 5px 15px;
    top:18px;
    font-size: 13px;
  }
  .a-map iframe {
    height: 260px;
  }
  .access-bg::before {
    height: 700px;
  }
  .access-content {
    margin-bottom: 80px;
  }
  .access h3 {
    margin-bottom: 20px;
  }
}


.mejiro_bnr{
  width: 70%;
  margin: 50px auto 0;
}

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


/* コンタクトページ */
#formWrap dl dd{
  text-align: left;
}
#formWrap dl dt {
  text-align: left;
}
@media screen and (max-width:768px) {
.wpcf7-form h1{
  padding-top: 60px;
}
}
@media screen and (max-width:480px) {
  .wpcf7-form h1{
    padding-top: 40px;
  }
  }

  /* SEO施策追加 */
.access-desc h3{
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media screen and (max-width:768px) {
  .access-desc h3{
    font-size: 14px;
  }
}
.access-desc h2 span{
  font-size: 25px;
}
@media screen and (max-width:768px) {
  .access-desc h2 span{
    font-size: 16px;
  }
}
/* トレーナー名前 */
.tr-name-box h3{
  font-size: 16px;
}
@media screen and (max-width:840px) {
  .tr-name-box h3{
    font-size: 14px;
  }
}
/* 保有資格　資格 */
.l-item h4 {
  margin-bottom: 20px;
  font-size: 16px;
}

.l-item h4 span {
  font-size: 12px;
}

.ceo-txt h3,.ceo-qual h3{
  font-size: 16px;
}
/* 料金 */
.price-table h3{
  font-size:16px;
}
@media screen and (max-width:768px) {
  .price-table h3{
    font-size:14px;
  }
}

.acd-label h3 {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  margin-left: 3%;
  font-size: 18px;
}
/* お客様の声 */
.tr-v-desc h4{
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .tr-v-desc h4{
    font-size: 14px;
  }
}
/* FAQ */
.faq-item h3{
  font-size: 20px;
}
@media screen and (max-width:768px) {
  .faq-item h3{
    font-size: 17px;
  }
}

/* ーー */

/* メッセージ追加CSS  */
.mes-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.mes-item{
  width: 30%;
}
.mes-desc{
  width: 65%;
}
.mes-desc h3{
  border-bottom: #000 1px solid;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .mes-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .mes-item{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;

  }
  .mes-desc{
    width: 100%;
  }
  .mes-desc h3{
    margin-bottom: 20px;
  }
}
