@charset "UTF-8";
@media print, screen and (min-width: 741px) {
  /*
   * reset.css
   *  + Reset
  */
  /* ----------------------------------------------------------

   Reset
   * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
   * http://cssreset.com
   * Copyright 2012 Yahoo! Inc. All rights reserved.
   * http://yuilibrary.com/license/

  --------------------------------------------------------- */
  /*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
  */
  html {
    color: #333;
    background: #FFF;
  }
  /*
    TODO remove settings on BODY since we can't namespace it.
  */
  /*
    TODO test putting a class on HEAD.
      - Fails on FF.
  */
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  fieldset,
  img {
    border: 0;
  }
  /*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  th,
  var {
    font-style: normal;
    font-weight: inherit;
  }
  ul {
    list-style: none;
  }
  caption,
  th {
    text-align: left;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: inherit;
  }
  q:before,
  q:after {
    content: "";
  }
  abbr,
  acronym {
    border: 0;
    font-variant: normal;
  }
  /* to preserve line-height and selector appearance */
  sup {
    vertical-align: text-top;
  }
  sub {
    vertical-align: text-bottom;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  /*to enable resizing for IE*/
  input,
  textarea,
  select {
    *font-size: 100%;
  }
  /*because legend doesn't inherit in IE */
  legend {
    color: #000;
  }
  /* YUI CSS Detection Stamp */
  #yui3-css-stamp.cssreset {
    display: none;
  }
  .phleft {
    padding: 0 20px 20px 0;
    float: left;
  }
  .phright {
    padding: 0 0 20px 20px;
    float: right;
  }
  .clr {
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both;
  }
  .clearfix {
    display: inline-table;
  }
  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  /* End hide from IE-mac */
}
@media screen and (max-width: 740px) {
  /************************************************

    reset

  *************************************************/
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary {
    display: block;
  }
  nav, ul {
    list-style: none;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  td img {
    vertical-align: baseline;
  }
  fieldset {
    border: 0;
  }
  .clr {
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both;
  }
  section {
    clear: both;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    display: inline-table;
  }
  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  /* End hide from IE-mac */
}
a {
  text-decoration: none;
}

/*
 clearfix
-------------------------------------------------------------------------*/
.clearfix,
.header,
.newsletter,
.headerInfo,
.globalMenuWrap,
.logoAndNavigation,
.breadColumList ul,
.container,
.texts,
.guideButton,
.introduction {
  zoom: 100%;
}

.bannerAreaTypeB {
  zoom: 100%;
}
.bannerAreaTypeB ul {
  zoom: 100%;
}

.welcomeTxt,
.hollywoodTxt,
.clientsTxt,
.hukidashi,
.lead01,
.buttons,
.pointList,
.footerNavigation,
#COACHES .clients ul,
#MATERIALS .priceList,
.bgBrown ul,
.bgWhite ul,
#PRICE .visitor ul,
.sample {
  zoom: 100%;
}

.clearfix:after,
.header:after,
.newsletter:after,
.headerInfo:after,
.logoAndNavigation:after,
.globalMenuWrap:after,
.breadColumList ul:after,
.container:after,
.texts:after,
.guideButton:after,
.introduction:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

.bannerAreaTypeB:after,
.bannerAreaTypeB ul:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

.welcomeTxt:after,
.hollywoodTxt:after,
.clientsTxt ul:after,
.hukidashi:after,
.lead01:after,
.buttons:after,
.pointList:after,
.footerNavigation:after,
#COACHES .clients:after,
#MATERIALS .priceList:after,
.bgBrown ul:after,
.bgWhite ul:after,
#PRICE .visitor ul:after,
.sample:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

/* common */
@media screen and (min-width: 480px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .tb-br {
    display: none;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.spHide {
  display: none;
}
@media screen and (min-width: 960px) {
  .spHide {
    display: block;
  }
}

.pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .pcHide {
    display: none;
  }
}

.section {
  box-sizing: border-box;
}
.section .titbox {
  text-align: center;
}
.section .titbox .tit {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 600;
}
.section .titbox .subtit {
  margin-top: 12px;
  font-size: 16px;
}
.section .btn2col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section .btn2col .btn_cv {
  width: 460px;
}
.section .btn3col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section .btn3col .btn_cv {
  width: 300px;
}
.section .btn_cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 13px 0;
}
.section .btn_cv a:hover {
  opacity: 0.8;
  transition: all 0.3s;
  filter: brightness(1.5);
}
.section .btn_cv a p {
  font-size: 16px;
  position: relative;
}
.section .btn_cv a p::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

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

メインビジュアル

----------------------------------------------------------- */
.MainVisual {
  position: relative;
  min-height: 680px;
}
@media screen and (max-width: 480px) {
  .MainVisual {
    min-height: auto;
  }
}

.MVbg01 {
  position: relative;
  background: url("../hakata-img/MVbg01.png") no-repeat center;
}
@media screen and (max-width: 740px) {
  .MVbg01 {
    background: url("../hakata-img/MVbg01.png") no-repeat center;
    background-size: auto 150%;
  }
}

.MVbg02 {
  position: relative;
  background: url("../hakata-img/MVbg02.png") no-repeat center;
}
@media screen and (max-width: 740px) {
  .MVbg02 {
    background: url("../hakata-img/MVbg02.png") no-repeat center top;
    background-size: 180% auto;
  }
}

.MVWrap {
  position: relative;
  max-width: 1100px;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}

.MVSakurada {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 0px;
}
.MVSakurada img {
  vertical-align: bottom;
}
@media screen and (max-width: 740px) {
  .MVSakurada {
    width: 520px;
  }
}
@media screen and (max-width: 480px) {
  .MVSakurada {
    width: 80vw;
  }
}

.MVName {
  position: absolute;
  z-index: 3;
  top: 400px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .MVName {
    top: 580px;
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .MVName {
    top: auto;
    bottom: 120px;
    width: 90px;
  }
}

.MVSingers {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0px;
}
@media screen and (max-width: 960px) {
  .MVSingers {
    width: 600px;
    left: -60px;
  }
}
@media screen and (max-width: 480px) {
  .MVSingers {
    width: 100%;
    left: 0px;
    top: -10px;
  }
}

.MVLeads {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 4;
  max-width: 1060px;
  padding: 100px 0px 40px 0px;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .MVLeads {
    padding: 80px 0px 20px 0px;
  }
}

.MVLeadsHollywood {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: rgba(192, 67, 89, 0.9);
  box-sizing: border-box;
  color: #fff;
  font-size: 67px;
  line-height: 90px;
  text-shadow: 0px 0px 10px #330000;
  letter-spacing: -0.1rem;
}
.MVLeadsHollywood span {
  display: block;
  font-size: 100px;
}
@media screen and (max-width: 960px) {
  .MVLeadsHollywood {
    font-size: 45px;
    line-height: 70px;
  }
  .MVLeadsHollywood span {
    font-size: 67px;
  }
}
@media screen and (max-width: 740px) {
  .MVLeadsHollywood {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 4rem;
  }
  .MVLeadsHollywood span {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .MVLeadsHollywood {
    margin-bottom: 8px;
    padding: 14px 0px;
    font-size: 34px;
    line-height: 4rem;
  }
  .MVLeadsHollywood span {
    font-size: 34px;
  }
}

.MVLeadsHakata {
  margin-bottom: 30px;
  color: #1c7a60;
  font-size: 42px;
  text-shadow: 0px 0px 10px #fff;
}
.MVLeadsHakata br {
  display: none;
}
@media screen and (max-width: 960px) {
  .MVLeadsHakata .br01 {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .MVLeadsHakata .br02 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .MVLeadsHakata {
    display: inline-block;
    font-size: 26px;
    margin-bottom: 6px;
    padding: 6px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.MVLeadsSub {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 44px;
}
.MVLeadsSub span {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  background: #ffff33;
  color: #353132;
}
.MVLeadsSub span:nth-child(1) {
  padding-left: 8px;
}
.MVLeadsSub span:last-child {
  padding-right: 8px;
}
.MVLeadsSub em {
  color: #bb4142;
  font-style: normal;
}
.MVLeadsSub .br01 {
  display: none;
}
@media screen and (max-width: 740px) {
  .MVLeadsSub .br01 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .MVLeadsSub {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .MVLeadsSub span {
    padding: 0px 6px;
    margin: 0px 0px 6px 0px;
  }
}

.MVLeadsLesson {
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #353132;
  background: #fff;
  color: #353132;
  text-align: center;
  font-size: 26px;
  padding: 20px;
}
.MVLeadsLesson br {
  display: none;
}
.MVLeadsLesson span {
  color: #ff6600;
}
@media screen and (max-width: 480px) {
  .MVLeadsLesson {
    padding: 10px;
    font-size: 16px;
  }
  .MVLeadsLesson br {
    display: block;
  }
}

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

ハイブリッド

----------------------------------------------------------- */
.hybrid-inner {
  padding: 60px 0;
  color: #FFF;
  background: url("../hakata-img/hybrid-bg.jpg") no-repeat center;
  background-size: cover;
}

.center-title {
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .center-title {
    font-size: 32px;
  }
}

.hybrid-text {
  font-size: 16px;
  text-align: center;
  padding: 40px 20px;
  line-height: 30px;
}

.hybrid-item {
  display: none;
}
@media screen and (min-width: 740px) {
  .hybrid-item {
    max-width: 760px;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
}

.hybrid-item-sp {
  display: block;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .hybrid-item-sp {
    display: none;
  }
}

/*動画*/
/*.vp-center{
  align-items: flex-start !important;
}*/
.hybrid-movie {
  padding: 60px 0px 80px;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
}
@media screen and (max-width: 960px) {
  .hybrid-movie {
    padding: 60px 0px;
  }
}

.hybrid-movie-title {
  color: #fff;
  background: #333;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .hybrid-movie-title {
    font-size: 25px;
  }
}

.hybrid-movie-inner {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
}

.hybrid-movie-text {
  display: block;
  margin: 30px auto 60px auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}
.hybrid-movie-text p {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .hybrid-movie-text {
    margin: 30px auto 40px auto;
  }
}

.triangle2 {
  margin: -5px auto 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #333;
}

.hybrid-case-box-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .hybrid-case-box-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.hybrid-case-movie {
  width: 100%;
  margin: -50px auto 0px auto;
}
@media screen and (min-width: 960px) {
  .hybrid-case-movie {
    width: 70%;
    object-fit: contain;
    margin: -20px 20px 0px 0px;
  }
}

.hybrid-case-title {
  margin: 0px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .hybrid-case-title {
    margin: 0px 20px 0px 0px;
    text-align: left;
  }
}

.case-font {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 80px;
}

.case-label {
  background: #c9445a;
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 16px;
}

.case-text {
  margin: 15px 0px 20px 0px;
  font-weight: bold;
}

.case-traning {
  border: 2px dashed #c9445a;
  padding: 20px 20px 20px 50px;
  margin: -20px auto 0px auto;
  position: relative;
  background: #ffebef;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .case-traning {
    border: 2px dashed #c9445a;
    padding: 30px 40px 30px 60px;
    position: relative;
    background: #ffebef;
    font-weight: bold;
  }
}

.traning-title {
  width: 100%;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  padding: 5px 0px;
  background: #c9445a;
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .traning-title {
    width: 400px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: auto;
    left: 35%;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px 100px;
    background: #c9445a;
    display: inline-block;
  }
}

.traning-list {
  margin-top: 30px;
}
.traning-list li {
  margin-bottom: 8px;
  list-style-position: outside;
  list-style-image: url("../hakata-img/check02.png");
  font-size: 16px;
}
.traning-list li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 1000px) {
  .traning-list {
    margin-top: 0;
  }
}

.instructor-comment {
  padding: 0px;
  margin: 30px auto 40px;
  border: 1px solid #c9445a;
  background: #fff;
}

.instructor-comment-title {
  background: #c9445a;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}

.triangle3 {
  margin: -5px auto 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #c9445a;
}

.instructor-comment-box {
  display: block;
  padding: 10px 0;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .instructor-comment-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 20px;
    align-items: normal;
    text-align: left;
  }
}

.instructor-comment-image {
  width: 180px;
  object-fit: contain;
  padding: 0 20px;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 1000px) {
  .instructor-comment-image {
    width: 180px;
    object-fit: contain;
    padding: 0 20px;
    margin: 0;
  }
}

.instructor-comment-text {
  padding: 0 20px;
}
.instructor-comment-text p {
  margin: 0px auto 30px auto;
  font-size: 16px;
}
.instructor-comment-text p:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .instructor-comment-text {
    text-align: left;
  }
}

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

section flow

----------------------------------------------------------- */
.section_flow {
  padding: 80px 0 100px;
  background: url("../hakata-img/flow_bg.jpg") repeat top center;
}
.section_flow .titbox {
  color: #1c425c;
  margin: 0px 0 40px;
}
.section_flow article {
  border: 1px solid #1c425c;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 32px;
  background: #fff;
}
.section_flow article .tit {
  font-size: 18px;
  color: #fff;
  background: #1c425c;
  margin-bottom: 15px;
  padding: 5px 5px 5px 45px;
}
.section_flow article .tit span {
  background: #3e769b;
  color: #fff;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin: 0px 10px 0px -40px;
  line-height: 30px;
}
.section_flow article .unit {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section_flow article .unit .img {
  width: 320px;
}
.section_flow article .unit .txtbox {
  margin-left: 24px;
}
.section_flow article .unit .no-image {
  margin: 0px;
}

@media screen and (max-width: 1199px) {
  .section_flow {
    padding: 60px 10px;
  }
  .section_flow article {
    padding: 0;
  }
  .section_flow article .unit {
    width: 90%;
    margin: 0 auto 5%;
  }
  .section_flow article .unit .img {
    width: 100%;
  }
  .section_flow article .unit .txtbox {
    margin-left: 0;
    margin-top: 5%;
  }
  .section_flow article .unit .no-image {
    margin: 0 auto;
  }
}
/*-----------------------------------------------------------

section_online

----------------------------------------------------------- */
.olineLogo {
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  max-width: 300px;
}
.olineLogo img {
  width: 80px;
  height: 80px;
}

.onlineLead {
  display: block;
  margin: 30px auto 60px auto;
  padding: 20px;
  max-width: 800px;
  background: #fff;
  font-weight: bold;
  color: #1c425c;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .onlineLead {
    margin: 30px auto 40px auto;
  }
}

.section_online {
  padding: 100px 0;
  background: url("../hakata-img/online_bg.jpg") no-repeat top center;
  background-size: contain;
  background-color: #c4c6d2;
}
.section_online .inner {
  border: 2px dashed #1c425c;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
.section_online .titbox {
  color: #1c425c;
  margin: 0px 0 40px;
}
.section_online .unit {
  width: 900px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
.section_online .unit .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1c425c;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.section_online .unit .circle .label {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.8rem;
}
.section_online .unit .circle .num {
  font-size: 42px;
  line-height: 1;
}
.section_online .unit .txtbox {
  margin-left: 30px;
  width: calc(100% - 130px);
}
.section_online .unit .txtbox .tit {
  color: #1c425c;
  font-size: 24px;
  font-weight: bold;
}
.section_online .unit .txtbox .txt {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .section_online {
    box-sizing: border-box;
    padding: 60px 10px;
  }
  .section_online .inner {
    box-sizing: border-box;
    padding: 10% 4%;
  }
  .section_online .unit {
    width: 100%;
    margin: 0 auto 40px;
  }
  .section_online .unit .txtbox {
    width: 100%;
    margin-left: 0;
  }
  .section_online .unit .circle {
    margin: 0 auto 4%;
  }
}
/*-----------------------------------------------------------

桜田ヒロキ

----------------------------------------------------------- */
.ceo-profile {
  padding: 80px 0;
  background: url("../hakata-img/sakurada-text-bg.jpg") no-repeat center;
  background-size: cover;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  .ceo-profile {
    padding: 50px 0 60px 0px;
  }
}

.ceo-text-area {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ceo-text-inner {
  padding: 20px 10px;
}
.ceo-text-inner p {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .ceo-text-inner {
    padding: 40px 10px;
    margin-right: 400px;
  }
}

.ceo-text-big {
  font-size: 18px;
  font-weight: bold;
}

.ceo-image {
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .ceo-image {
    width: auto;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
  }
  .ceo-image img {
    vertical-align: bottom;
  }
}

.ceoContactArea {
  max-width: 1200px;
  padding: 0px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ceoContactArea a {
  border-radius: 8px;
  display: block;
  width: 49%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 18px;
}
.ceoContactArea a img {
  display: block;
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1199px) {
  .ceoContactArea {
    display: block;
  }
  .ceoContactArea a {
    width: 100%;
    font-size: 16px;
  }
}

.ceoContactMail {
  background-color: #fff;
  color: #cc3c50;
}
.ceoContactMail img {
  margin: 0px auto 10px auto;
}
@media screen and (max-width: 1199px) {
  .ceoContactMail {
    margin-bottom: 20px;
  }
}

.ceoContactLINE {
  background-color: #00b900;
  color: #fff;
}
.ceoContactLINE img {
  margin: 0px auto 10px auto;
}

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

桜田ヒロキプロフィール詳細

----------------------------------------------------------- */
.ceo-profile02 {
  padding: 60px 0;
}
@media screen and (min-width: 1000px) {
  .ceo-profile02 {
    padding: 80px 0;
  }
}

.ceo-profile-inner {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.ceo-profile-title {
  background: #c65027;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
.ceo-profile-title span {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-title {
    font-size: 24px;
  }
  .ceo-profile-title span {
    font-size: 20px;
  }
}

.ceo-profile-text {
  margin: 20px 0px 0px 0px;
}
.ceo-profile-text p {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-text {
    margin: 30px 0;
  }
}

.ceo-profile-box {
  display: block;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.ceo-profile-image {
  width: 100%;
  /*display:flex;
  justify-content: center;*/
  margin: 30px auto 0px;
  text-align: center;
}
.ceo-profile-image img {
  max-width: 320px;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-image {
    width: 30%;
    margin: 40px 20px 0px 0px;
    /*display:flex;
    align-items: center;
    object-fit: contain;*/
  }
}

.ceo-profile-text-box {
  background: #e7e7e7;
  padding: 30px 50px;
  margin: 20px 0;
}

.ceo-profile-text-box li, .ceo-profile-text-box02 li {
  margin-bottom: 8px;
  list-style-position: outside;
  list-style-type: square;
  color: #c65027;
  font-size: 16px;
  font-weight: bold;
}
.ceo-profile-text-box li span, .ceo-profile-text-box02 li span {
  color: #333;
}

.ceo-profile-text-box02 li {
  list-style-position: outside;
  list-style-type: disc;
  color: #c65027;
  font-size: 14px;
  font-weight: normal;
}

.ceo-profile-text-box02 {
  border: 2px solid #c65027;
  padding: 50px 50px 30px 50px;
  position: relative;
  margin: 40px 0px 0px 0px;
}

.ceo-profile-text-box02-title {
  width: 100%;
  text-align: center;
  background: #c65027;
  color: #FFF;
  padding: 10px 2px;
  position: absolute;
  top: 0px;
  left: -2px;
  margin-top: -20px;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-text-box02-title {
    width: auto;
    text-align: center;
    background: #c65027;
    color: #FFF;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    right: 100px;
    left: 100px;
    margin-top: -20px;
  }
}

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

レコメンド

----------------------------------------------------------- */
.recommendation {
  background-color: #ffffff;
  background-image: url(https://www.transparenttextures.com/patterns/worn-dots.png);
}

.recommendation-text-logo {
  max-width: 480px;
  padding: 0 20px;
  margin: 0 auto;
}

.recommendation-inner {
  max-width: 1000px;
  padding: 50px 10px 60px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .recommendation-inner {
    padding: 60px 10px 80px 10px;
  }
}

.recommendation-text {
  padding-bottom: 0px;
}
.recommendation-text p {
  margin: 20px 0;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .recommendation-text {
    padding-bottom: 40px;
  }
  .recommendation-text p {
    text-align: center;
  }
}

.master-coach-box {
  background: #000;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .master-coach-box {
    background: #000;
    padding: 30px;
  }
}

.master-coach-profile {
  display: block;
}
@media screen and (min-width: 740px) {
  .master-coach-profile {
    display: flex;
    justify-content: space-between;
  }
}

.master-coach-image {
  margin: 0px auto 0px auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .master-coach-image {
    margin-bottom: 0px;
    max-width: 300px;
    max-height: 300px;
  }
}

.master-coach-text {
  margin-left: 0px;
  color: #FFF;
  width: auto;
}
.master-coach-text p {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 740px) {
  .master-coach-text {
    margin-left: 20px;
  }
}

.master-coach-title {
  background: #FFF;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 20px;
  display: block;
}

.master-coach-message {
  background: #e7e7e7;
  padding: 20px;
  margin-top: 20px;
}

.color-black {
  color: #333;
}

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

スタジオ

----------------------------------------------------------- */
.section_studio {
  padding: 60px 0px 0px 0px;
  background: #e7e7e7;
}
.section_studio .titbox {
  margin: 0px 0 40px;
}
.section_studio iframe {
  vertical-align: bottom;
  height: 350px;
}
@media screen and (min-width: 1000px) {
  .section_studio {
    padding: 80px 0px 0px 0px;
  }
  .section_studio iframe {
    height: 600px;
  }
}

.studio_inner {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px 10px;
  text-align: center;
}
.studio_inner p {
  margin-bottom: 30px;
}

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

料金

----------------------------------------------------------- */
.price-visual {
  background: url("../hakata-img/price-visual-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 1000px) {
  .price-visual {
    padding: 80px 0px;
  }
}

.price-visual-inner {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.price-visual-title {
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .price-visual-title {
    padding-bottom: 80px;
  }
}

.price-visual-image {
  max-width: 580px;
  margin: 0 auto;
}

.price-visual-text {
  padding-top: 30px;
  color: #fff;
  text-align: center;
}
.price-visual-text p {
  margin-bottom: 25px;
  text-align: left;
}
.price-visual-text b {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .price-visual-text {
    padding-top: 60px;
  }
  .price-visual-text p {
    text-align: center;
  }
}

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

LINE foot

----------------------------------------------------------- */
.wd900 {
  margin: 0px auto;
  position: relative;
  max-width: 1000px;
}

.LINEMerit {
  background: #00b900;
  color: #fff;
  padding: 80px 0px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .LINEMerit {
    padding: 60px 10px;
    box-sizing: border-box;
  }
}
.LINEMerit-title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 30px;
}

.LINEMerit-title img {
  margin: 0px 10px 8px 0px;
  vertical-align: middle;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .LINEMerit-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.LINEMerit-title-sec01 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 40px;
}

.LINEMerit-title-sec01 br {
  display: none;
}

@media screen and (max-width: 1199px) {
  .LINEMerit-title-sec01 {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
  .LINEMerit-title-sec01 br {
    display: block;
  }
}
.LINEMerit-wrap {
  background: #fff;
  border-radius: 8px;
  color: #00b900;
  font-size: 18px;
  line-height: 24px;
  margin: 0px auto;
  padding: 30px 30px 40px 30px;
  width: 612px;
}

@media screen and (max-width: 1199px) {
  .LINEMerit-wrap {
    padding: 20px 20px 30px 20px;
    width: auto;
  }
}
.LINEMerit-list {
  margin-bottom: 50px;
}

.LINEMerit-list li {
  border-bottom: 1px dotted #00b900;
  margin-bottom: 15px;
  padding: 0px 0px 15px 50px;
  position: relative;
  text-align: left;
}

.LINEMerit-list li:before {
  background: #00b900;
  border-radius: 15px;
  color: #fff;
  content: "";
  content: "1";
  display: block;
  font-weight: bold;
  height: 30px;
  left: 0px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 30px;
}

.LINEMerit-list li:nth-child(2):before {
  content: "2";
}

.LINEMerit-list li:nth-child(3):before {
  content: "3";
}

.LINEMerit-list li:last-child:before {
  content: "4";
}

@media screen and (max-width: 1199px) {
  .LINEMerit-list {
    margin-bottom: 20px;
  }
  .LINEMerit-list li:before {
    top: 3px;
  }
}
.LINEMerit-button {
  background: #c92b6e;
  border-radius: 8px;
  color: #fff !important;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin: 0px auto;
  padding: 10px 20px;
}

@media screen and (max-width: 1199px) {
  .LINEMerit-button {
    display: block;
    font-size: 28px;
    line-height: 30px;
  }
}
/*-----------------------------------------------------------

section_seocontents

----------------------------------------------------------- */
section.section_seocontents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
  padding: 60px 10px 80px 10px;
  box-sizing: border-box;
}
section.section_seocontents .box h3 {
  font-size: 28px;
}
section.section_seocontents .box h3::before {
  content: "◆ ";
}
section.section_seocontents .box:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  section.section_seocontents {
    padding: 50px 10px 60px 10px;
  }
}
/*-----------------------------------------------------------

特徴部分のtop.css移植

----------------------------------------------------------- */
.feature {
  padding: 80px 0;
  background: url("../hakata-img/point_bg.png") no-repeat top center;
  background-size: 100%;
  background-attachment: fixed;
}
@media screen and (max-width: 1000px) {
  .feature {
    padding: 0px 0px 80px 0px;
  }
}
@media screen and (max-width: 960px) {
  .feature {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 740px) {
  .feature {
    background: url("../hakata-img/point_bg.png") repeat-y top left;
    background-size: auto 20%;
  }
}

.featureTitle {
  display: block;
  max-width: 1000px;
  padding: 25px;
  box-sizing: border-box;
  background: #cc3c50;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .featureTitle {
    font-size: 30px;
  }
}

.featureWrap {
  max-width: 1200px;
  padding: 0px 10px;
  margin: 50px auto 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .featureWrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 740px) {
  .featureWrap {
    margin-top: 40px;
  }
}

.featureBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
}

.featureBoxTitle {
  width: 800px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .featureBoxTitle {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .featureBoxTitle {
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
  }
}

.featureBoxTitleNum {
  color: #cc3c50;
  font-size: 133px;
  line-height: 133px;
  font-weight: 600;
}
@media screen and (max-width: 740px) {
  .featureBoxTitleNum {
    font-size: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .featureSPWrap {
    border: 3px solid #cc3c50;
    padding: 40px;
    background-color: #fff;
  }
}
@media screen and (max-width: 740px) {
  .featureSPWrap {
    padding: 15px;
  }
}

.featureImg {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 420px;
}
@media screen and (max-width: 1200px) {
  .featureImg {
    position: relative;
    top: 0px;
    width: 60%;
    margin: 0px auto 40px auto;
  }
}
@media screen and (max-width: 740px) {
  .featureImg {
    width: 100%;
    margin: 0px auto 20px auto;
  }
}

.featureBoxTitleText {
  margin-left: 14px;
  font-size: 25px;
}
.featureBoxTitleText span {
  display: block;
  margin: 23px 0px 0px 0px;
}
.featureBoxTitleText b {
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  .featureBoxTitleText {
    font-size: 20px;
  }
  .featureBoxTitleText span {
    margin-top: 10px;
  }
  .featureBoxTitleText b {
    font-size: 30px;
  }
}

.featureTxt {
  width: 800px;
  border: 3px solid #cc3c50;
  padding: 40px;
  background-color: #fff;
  box-sizing: border-box;
}
.featureTxt p {
  font-size: 16px;
  margin-bottom: 20px;
}
.featureTxt p:last-child {
  margin-bottom: 0px;
}
.featureTxt .colortxt {
  color: #cc3c50;
  font-weight: bold;
  font-size: 20px;
}
.featureTxt .bold_under {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .featureTxt {
    width: 100%;
    padding: 0px;
    border: none;
  }
}

.featureBox02 {
  padding-left: 380px;
}
.featureBox02 .featureBoxTitle {
  padding-left: 80px;
}
.featureBox02 .featureTxt {
  padding-left: 80px;
}
.featureBox02 .featureImg {
  left: 0px;
  right: auto;
}
.featureBox02 .featureBoxTitleText b {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .featureBox02 {
    padding-left: 0px;
  }
  .featureBox02 .featureBoxTitle {
    padding-left: 0px;
  }
  .featureBox02 .featureTxt {
    padding-left: 0px;
  }
  .featureBox02 .featureImg {
    left: auto;
  }
}

/* パンくずリスト */
@media screen and (min-width: 641px) {
  .spbr {
    display: none;
  }
}
@media screen and (min-width: 415px) {
  .spbr2 {
    display: none;
  }
}
.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_breadcrumb {
  margin: 0 auto;
  font-size: 12px;
  padding: 10px 2em;
  max-width: 1200px;
  box-sizing: border-box;
}

.cp_breadcrumb a {
  text-decoration: none;
  color: #333333;
}

.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  margin-right: 8px;
  color: #7986CB;
}

.cp_breadcrumb li::before {
  content: "›";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #ffffff;
}

.cp_breadcrumb li:last-child::before {
  content: normal;
}

@media screen and (max-width: 1199px) {
  .cp_breadcrumb *,
  .cp_breadcrumb *:after,
  .cp_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp_breadcrumb {
    margin: 0 auto;
    font-size: 12px;
    padding: 10px 2em;
  }
  .cp_breadcrumb a {
    text-decoration: none;
    color: #333333;
  }
  .cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    margin-right: 8px;
    color: #7986CB;
  }
  .cp_breadcrumb li::before {
    content: "›";
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #ffffff;
  }
  .cp_breadcrumb li:last-child::before {
    content: normal;
  }
}/*# sourceMappingURL=hakata_basic.css.map */