@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.common-txt p {
  margin-bottom: 25px;
}

.common-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .common-txt p br {
    display: none;
  }
}

.tag-list {
  margin-bottom: 80px;
}

.tag-list li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.tag-list li a {
  display: block;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 14px;
}

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

/*=========================================================
	総合TOP
=========================================================*/
#front-header {
  background: #fff;
  position: fixed;
  width: 100%;
  padding: 1vw 1%;
  box-sizing: border-box;
  z-index: 100;
}

#front-header h1 span {
  display: block;
}

#front-header .hd-l {
  width: 200px;
}

#front-header .hd-r {
  width: 280px;
}

#front-header .hd-r .hd-sns-list {
  width: 85px;
  margin-right: 30px;
}

#front-header .hd-r .hd-sns-list li {
  width: 33px;
  margin-right: 20px;
}

#front-header .hd-r .hd-sns-list li:last-child {
  margin-right: 0;
}

#contents-front .com-front {
  width: 50%;
  height: 100vh;
  transition: .2s all ease-in;
}

#contents-front .com-front:hover {
  opacity: .8;
}

#contents-front .com-front a {
  height: 100%;
}

#contents-front .com-front .com-front-box {
  position: relative;
  width: 70%;
  min-width: 600px;
  padding: 50px 0 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 40px;
}

#contents-front .com-front .com-front-ttl {
  position: relative;
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}

#contents-front .com-front .com-front-ttl em {
  font-size: 50px;
}

#contents-front .com-front .coaching-ttl em {
  color: #313370;
}

#contents-front .com-front .easy-ttl em {
  color: #ff911c;
}

#contents-front .com-front .more {
  text-align: center;
}

#contents-front #front-coaching {
  background: url(../img/front/front-coaching-bg.jpg) no-repeat center/cover;
}

#contents-front #front-coaching .com-front-box:before {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  right: auto;
  bottom: auto;
  left: 45px;
  width: 99px;
  height: 99px;
  background: url("../img/front/front-coaching-icon-l.png") no-repeat center/contain;
}

#contents-front #front-coaching .com-front-box:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 20px;
  bottom: -30px;
  left: auto;
  width: 149px;
  height: 130px;
  background: url("../img/front/front-coaching-icon-r.png") no-repeat center/contain;
}

#contents-front #front-easy {
  background: url(../img/front/front-easy-bg.jpg) no-repeat center/cover;
}

#contents-front #front-easy .com-front-box:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 168px;
  height: 164px;
  background: url("../img/front/front-easy-icon-l.png") no-repeat center/contain;
}

#contents-front #front-easy .com-front-box:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 40px;
  bottom: -25px;
  left: auto;
  width: 87px;
  height: 87px;
  background: url("../img/front/front-easy-icon-r.png") no-repeat center/contain;
}

#front-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #ffc128;
  color: #fff;
}

#front-footer #copyright a {
  color: #fff;
}

/*=========================================================
	header
=========================================================*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 1% 0;
  box-sizing: border-box;
  z-index: 100;
}

#header h1 span {
  display: block;
}

#header .hd-l {
  width: 200px;
}

#header .hd-r {
  width: 960px;
}

#header .hd-r #nav {
  margin-right: 20px;
}

#header .hd-r #nav li {
  line-height: 1;
  text-align: center;
  width: 135px;
  border-left: 1px solid #000;
}

#header .hd-r #nav li:last-child {
  border-right: 1px solid #000;
}

#header .hd-r #nav li a {
  font-weight: 700;
  font-size: 15px;
  display: block;
  padding: 5px 0;
}

#header .hd-r #nav li:hover a {
  color: #ff911c;
}

#header .hd-r .hd-sns {
  width: 85px;
  margin-right: 30px;
}

#header .hd-r .hd-sns li {
  margin-right: 20px;
}

#header .hd-r .hd-sns li:last-child {
  margin-right: 0;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 640px;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  height: 100%;
}

#mv .catch {
  text-align: center;
}

#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}

#mv li {
  height: 640px;
}

#mv li:nth-child(1) {
  background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
}

.mv-wrp {
  padding-top: 90px;
  background: url(../img/mv/mv-bg.png) no-repeat left top;
  position: relative;
}

#mv {
  width: 1200px;
  margin: 0 0 0 auto;
  position: static;
}

#mv .mv-catch {
  position: absolute;
  left: 2%;
  top: 225px;
  z-index: 1000;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通タイトル
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before, .more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before, .more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before, .more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before, .more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before, .more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn {
  display: block;
  background: #ff911c;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  font-weight: 700;
  padding: 20px 0;
  border-radius: 10px;
  transition: .2s all ease-in;
}

.more-btn span {
  position: relative;
  color: #fff;
  font-size: 18px;
  padding-left: 40px;
}

.more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/arrow.png") no-repeat center/contain;
  margin-top: -10px;
}

.more-btn:hover {
  opacity: .8;
}

.mail-btn {
  display: block;
  background: #ffc128;
  border: solid 1px #fff;
  text-align: center;
  width: 160px;
  padding: 10px 0;
  transition: 0.3s all ease;
  border-radius: 8px;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: #313370;
}

.mail-btn:hover span {
  color: #fff;
}

.more-btn-line-start {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-start:before, .more-btn-line-start:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-start:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-start:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-start:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-start:hover:before, .more-btn-line-start:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before, .more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before, .more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.curtn-btn-top {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #313370;
  overflow: hidden;
}

.curtn-btn-top:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ff911c;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-top span {
  position: relative;
  z-index: 100;
}

.curtn-btn-top:before {
  left: 0;
  top: -100%;
}

.curtn-btn-top:hover:before {
  top: 0;
}

.curtn-btn-right {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #313370;
  overflow: hidden;
}

.curtn-btn-right:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ff911c;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-right span {
  position: relative;
  z-index: 100;
}

.curtn-btn-right:before {
  right: -100%;
  top: 0;
}

.curtn-btn-right:hover:before {
  right: 0;
}

.curtn-btn-bottom {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #313370;
  overflow: hidden;
}

.curtn-btn-bottom:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ff911c;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-bottom span {
  position: relative;
  z-index: 100;
}

.curtn-btn-bottom:before {
  left: 0;
  bottom: -100%;
}

.curtn-btn-bottom:hover:before {
  bottom: 0;
}

.curtn-btn-left {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #313370;
  overflow: hidden;
}

.curtn-btn-left:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ff911c;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-left span {
  position: relative;
  z-index: 100;
}

.curtn-btn-left:before {
  left: -100%;
  top: 0;
}

.curtn-btn-left:hover:before {
  left: 0;
}

.line-dash-btn-01 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-01:before, .line-dash-btn-01:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #313370;
}

.line-dash-btn-01:before {
  right: 0;
  top: 0;
}

.line-dash-btn-01:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-01 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-01 span:before, .line-dash-btn-01 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #313370;
}

.line-dash-btn-01 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-01 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-01:hover:before, .line-dash-btn-01:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-01:hover span:before, .line-dash-btn-01:hover span:after {
  transition-delay: 0.2s;
  height: 100%;
}

.line-dash-btn-02 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-02:before, .line-dash-btn-02:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #313370;
}

.line-dash-btn-02:before {
  right: 0;
  top: 0;
}

.line-dash-btn-02:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-02 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-02 span:before, .line-dash-btn-02 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #313370;
}

.line-dash-btn-02 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-02 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-02:hover:before, .line-dash-btn-02:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-02:hover span:before, .line-dash-btn-02:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

.line-dash-btn-03 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-03:before, .line-dash-btn-03:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #313370;
}

.line-dash-btn-03:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-03 span:before, .line-dash-btn-03 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #313370;
}

.line-dash-btn-03 span:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03 span:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03:hover:before, .line-dash-btn-03:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-03:hover span:before, .line-dash-btn-03:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

/*top-plan
=========================================================*/
#top-plan {
  padding-top: 110px;
}

#top-plan .top-plan-ttl {
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  padding-bottom: 45px;
  position: relative;
}

#top-plan .top-plan-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  margin-left: -30px;
  z-index: 100;
}

#top-plan .sub {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

#top-plan .sub:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 62px;
  height: 21px;
  background: url("../img/top/top-plan-frame.png") no-repeat center/contain;
  margin-left: -31px;
}

#top-plan .sub span {
  padding-bottom: 5px;
  font-size: 24px;
  background: url(../img/common/ylw-line.jpg) repeat-x bottom left;
}

#top-plan .sub span em {
  font-size: 28px;
}

#top-plan .main {
  font-size: 42px;
}

#top-plan .main em {
  font-size: 48px;
}

#top-plan .main .pink {
  color: #ff67b6;
}

#top-plan .main .org {
  color: #ff911c;
}

#top-plan .top-plan-choice .womens-choice,
#top-plan .top-plan-choice .mens-choice {
  width: 50%;
  padding: 45px 35px 90px;
  box-sizing: border-box;
  position: relative;
}

#top-plan .top-plan-choice .womens-choice .man-icon,
#top-plan .top-plan-choice .womens-choice .woman-icon,
#top-plan .top-plan-choice .mens-choice .man-icon,
#top-plan .top-plan-choice .mens-choice .woman-icon {
  position: absolute;
  bottom: 0;
}

#top-plan .top-plan-choice .womens-choice .top-plan-choice-inbox,
#top-plan .top-plan-choice .mens-choice .top-plan-choice-inbox {
  width: 500px;
}

#top-plan .top-plan-choice .womens-choice .check-list,
#top-plan .top-plan-choice .mens-choice .check-list {
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 80px;
  position: relative;
}

#top-plan .top-plan-choice .womens-choice .check-list li,
#top-plan .top-plan-choice .mens-choice .check-list li {
  padding-left: 30px;
  margin-bottom: 23px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  position: relative;
}

#top-plan .top-plan-choice .womens-choice .check-list li:before,
#top-plan .top-plan-choice .mens-choice .check-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 25px;
  height: 22px;
  margin-top: -11px;
}

#top-plan .top-plan-choice .womens-choice .check-list li:last-child,
#top-plan .top-plan-choice .mens-choice .check-list li:last-child {
  margin-bottom: 0;
}

#top-plan .top-plan-choice .mens-choice {
  background: url(../img/top/mens-choice-bg.jpg) no-repeat center/cover;
}

#top-plan .top-plan-choice .mens-choice .mens-check:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -31px;
  left: 50%;
  width: 64px;
  height: 31px;
  background: url("../img/common/check-list-r-icon.png") no-repeat center/contain;
  margin-left: -32px;
}

#top-plan .top-plan-choice .mens-choice .mens-check li:before {
  background: url("../img/top/mens-check-icon.png") no-repeat center/contain;
}

#top-plan .top-plan-choice .mens-choice .man-icon {
  left: 10px;
}

#top-plan .top-plan-choice .womens-choice {
  background: url(../img/top/womens-choice-bg.jpg) no-repeat center/cover;
}

#top-plan .top-plan-choice .womens-choice:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 150px;
  bottom: -85px;
  left: auto;
  width: 61px;
  height: 96px;
  background: url("../img/top/top-plan-arrow.png") no-repeat center/contain;
}

#top-plan .top-plan-choice .womens-choice .top-plan-choice-inbox {
  margin-left: auto;
}

#top-plan .top-plan-choice .womens-choice .womens-check:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -31px;
  left: 50%;
  width: 64px;
  height: 31px;
  background: url("../img/common/check-list-l-icon.png") no-repeat center/contain;
  margin-left: -32px;
}

#top-plan .top-plan-choice .womens-choice .womens-check li:before {
  background: url("../img/top/womens-check-icon.png") no-repeat center/contain;
}

#top-plan .top-plan-choice .womens-choice .woman-icon {
  right: 10px;
}

#top-plan .top-plan-choice .more-arrow {
  width: 340px;
  display: block;
  padding: 20px 25px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 900;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .1rem;
  position: relative;
  transition: .2s all ease-in;
}

#top-plan .top-plan-choice .more-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  background: url("../img/common/wht-arrow.png") no-repeat center/contain;
  margin-top: -15px;
}

#top-plan .top-plan-choice .more-arrow em {
  font-size: 24px;
}

#top-plan .top-plan-choice .more-arrow:hover {
  background: #ff911c;
}

#top-plan .top-plan-choice .womens-more {
  background: #ff67b6;
}

#top-plan .top-plan-choice .mens-more {
  margin-left: auto;
  background: #04b3ed;
}

/*top-solution
=========================================================*/
#top-solution {
  padding: 90px 0 35px;
  background: url(../img/top/top-solution-bg-l.png) no-repeat left top, url(../img/top/top-solution-bg-r.png) no-repeat right top;
}

#top-solution .inbox {
  background: url(../img/top/top-solution-ttl-l.png) no-repeat left top, url(../img/top/top-solution-ttl-r.png) no-repeat right top;
}

#top-solution .top-solution-ttl {
  letter-spacing: .2rem;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background: url(../img/top/top-solution-ttl-brash.png) no-repeat center bottom;
}

#top-solution .top-solution-ttl .top-solution-ttl-inbox {
  font-size: 48px;
  position: relative;
  padding: 0 85px;
}

#top-solution .top-solution-ttl .top-solution-ttl-inbox:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 59px;
  height: 69px;
  background: url("../img/top/top-solution-ttl-frame-l.png") no-repeat center/contain;
}

#top-solution .top-solution-ttl .top-solution-ttl-inbox:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 59px;
  height: 69px;
  background: url("../img/top/top-solution-ttl-frame-r.png") no-repeat center/contain;
}

#top-solution .top-solution-ttl .top-solution-ttl-inbox em {
  color: #ff911c;
}

#top-solution .top-solution-list {
  margin-bottom: 90px;
}

#top-solution .top-solution-list article {
  text-align: center;
  margin-right: 45px;
}

#top-solution .top-solution-list article:last-child {
  margin-right: 0;
}

#top-solution .top-solution-list article .top-solution-img {
  margin-bottom: 15px;
}

#top-solution .top-solution-list article .top-solution-list-ttl {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  padding-bottom: 15px;
  border-bottom: dotted #000 0.3rem;
  margin-bottom: 20px;
  position: relative;
}

#top-solution .top-solution-list article .note-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -15px;
  bottom: -10px;
  left: auto;
  width: 96px;
  height: 61px;
  background: url("../img/top/top-note-icon.png") no-repeat center/contain;
}

#top-solution .top-solution-list article .top-solution-txt {
  font-size: 14px;
  letter-spacing: 0;
}

#top-solution .man-char {
  position: relative;
}

#top-solution .man-char:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 55px;
  width: 111px;
  height: 156px;
  background: url("../img/top/man-char-icon.png") no-repeat center/contain;
}

/*top-experience
=========================================================*/
#top-experience {
  padding: 215px 0 177px;
  background: url(../img/top/top-experience-bg.png) no-repeat center/cover;
}

#top-experience .top-experience-box {
  background: #fff url(../img/top/top-experience-inbox-bg.png) no-repeat left 170px top -100px;
  height: 300px;
  border: solid 5px #000;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}

#top-experience .top-experience-box .sub {
  position: absolute;
  left: 0;
  top: 0;
}

#top-experience .top-experience-box .top-experience-inbox {
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #000;
  position: relative;
  z-index: 100;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-txtbox {
  margin-left: 40px;
  width: 640px;
  position: relative;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-txtbox .top-experiencecontact-btn {
  position: absolute;
  right: 0;
  bottom: -20px;
  transition: .2s all ease-in;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-txtbox .top-experiencecontact-btn:hover {
  opacity: .8;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-ttl {
  font-weight: 900;
  font-size: 54px;
  margin: 20px 0 10px;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-ttl .line {
  font-size: 70px;
  color: #ff911c;
  padding-bottom: 15px;
  background: url(../img/top/top-experience-ttl-line.png) no-repeat bottom center/100%;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-txt {
  font-weight: 700;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  line-height: 1.7;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: -15px;
  width: 23px;
  height: 50px;
  background: url("../img/top/top-experience-txt-frame.png") no-repeat center/contain;
}

#top-experience .top-experience-box .top-experience-inbox .top-experience-txt span {
  padding: 5px 5px;
  background: #000;
  margin-right: 5px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  transform: rotate(-5deg);
}

#top-experience .top-experience-womens {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 547px;
  height: 100%;
  background: url(../img/top/top-experience-womens-r.png) no-repeat left center/cover;
}

/*top-shop
=========================================================*/
#top-shop {
  padding: 130px 0 60px;
  position: relative;
}

#top-shop .top-shop-wrp {
  width: 485px;
  margin-left: auto;
}

#top-shop .top-shop-ttl {
  line-height: 1.5;
  font-size: 42px;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../img/top/top-shop-ttl-wave.png) no-repeat center bottom;
}

#top-shop .top-shop-ttl span {
  display: block;
}

#top-shop .top-shop-ttl .eng {
  color: #ff911c;
  font-size: 20px;
}

#top-shop .top-shop-txt {
  margin-bottom: 45px;
}

#top-shop .more-btn {
  width: 100%;
}

#top-shop .top-shop-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 600px;
  width: 50%;
  border-radius: 0 60px 0 0;
  background: url(../img/top/top-shop-img.png) no-repeat center/cover;
}

/*top-news
=========================================================*/
#top-news {
  padding: 80px 0;
}

#top-news .top-news-ttl {
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 20px;
}

#top-news .top-news-ttl span {
  position: relative;
}

#top-news .top-news-ttl .eng {
  margin-right: 15px;
}

#top-news .top-news-wrp {
  position: relative;
  padding: 40px 0;
  width: 1180px;
  border-radius: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../img/top/top-news-bg.jpg);
}

#top-news .top-news-wrp .top-news-more {
  position: absolute;
  right: 50px;
  top: -100px;
  width: 120px;
  height: 120px;
  border: dashed #ff67b6 2px;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 10;
  color: #ff67b6;
  font-weight: 700;
  letter-spacing: 0;
  transition: .2s all ease-in;
}

#top-news .top-news-wrp .top-news-more span {
  padding-left: 18px;
  position: relative;
}

#top-news .top-news-wrp .top-news-more span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/top/pink-arrwow.png") no-repeat center/contain;
  margin-top: -6px;
}

#top-news .top-news-wrp .top-news-more:hover {
  background: rgba(255, 103, 182, 0.4);
  color: #fff;
}

#top-news .top-news-wrp .top-news-box {
  width: 1080px;
  margin: 0 auto;
}

#top-news .top-news-wrp article {
  width: 240px;
  margin-right: 40px;
}

#top-news .top-news-wrp article:last-child {
  margin-right: 0;
}

#top-news .top-news-wrp article .com-img {
  padding-top: 210px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

#top-news .top-news-wrp article time {
  display: block;
  width: 90px;
  background: #fff;
  color: #ff911c;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
}

#top-news .top-news-wrp article time span {
  font-weight: 700;
  position: relative;
  padding-left: 8px;
}

#top-news .top-news-wrp article time span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid #ff911c;
  margin-top: -3px;
}

#top-news .top-news-wrp article .news-tag-list {
  margin-bottom: 10px;
}

#top-news .top-news-wrp article .news-tag-list li {
  line-height: 1.5;
  padding-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #ff911c;
  color: #ff911c;
  margin: 5px 5px 0 0;
}

#top-news .top-news-wrp .top-news-post-ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}

/*top-map
=========================================================*/
#top-map .top-map-ttl {
  text-align: center;
  margin-bottom: 10px;
}

#top-map .top-map-ttl span {
  display: block;
}

#top-map .top-map-iframe {
  height: 400px;
  position: relative;
}

#top-map .top-map-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100;
}

.fixed-banner li {
  margin-bottom: 2vw;
}

.fixed-banner li:last-child {
  margin-bottom: 0;
}

#footer {
  padding: 80px 0 0;
  background: #f5f5f5;
  text-align: center;
}

#footer .ft-logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

#footer .ft-address {
  margin-bottom: 30px;
}

#footer .ft-address span:before {
  color: #ff67b6;
}

#footer .ft-contact-link {
  margin-bottom: 30px;
}

#footer .ft-contact-link .ft-tel {
  margin-right: 20px;
}

#footer .official-banner {
  width: 250px;
  margin: 0 auto 20px;
  display: block;
  border: solid 1px #000;
  box-sizing: border-box;
  background: url(../img/common/ft-official-banner-bg.jpg) no-repeat center/cover;
  line-height: 1;
  padding: 2px;
  transition: .2s all ease-in;
}

#footer .official-banner .official-banner-inbox {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 700;
  border: solid 1px #000;
}

#footer .official-banner:hover {
  opacity: .8;
}

#footer .ft-sns {
  margin-bottom: 30px;
}

#footer .ft-sns li {
  margin-right: 15px;
}

#footer .ft-sns li:last-child {
  margin-right: 0;
}

#footer .ft-nav {
  margin-bottom: 30px;
}

#footer .ft-nav li {
  text-align: center;
  line-height: 1;
  border-right: 1px solid #ccc;
}

#footer .ft-nav li:first-child {
  border-left: 1px solid #ccc;
}

#footer .ft-nav li a {
  font-size: 13px;
  display: block;
  padding: 0 10px;
}

#footer #copyright {
  background: #ffc128;
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #fff;
  font-size: 12px;
}

#footer #copyright small a {
  color: #fff;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#ma {
  height: 320px;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

.ma-wrp {
  height: 480px;
  box-sizing: border-box;
  padding-top: 100px;
  background: url(../img/common/ma-bg-l.png) no-repeat left top, url(../img/common/ma-bg-r.png) no-repeat right bottom;
}

#ma {
  width: 60%;
  min-width: 1080px;
  border-radius: 60px;
  margin: 0 auto;
  background: url(../img/common/ma-bg.png) no-repeat center/cover;
}

.ma-ttl {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0 15px 15px 15px;
}

.ma-ttl:before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(255, 223, 95, 0.8);
}

.ma-ttl span {
  position: relative;
  z-index: 10;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-size: 48px;
  font-weight: 900;
  border-bottom: 8px solid #ff911c;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .1em;
}

.ttl01 small {
  font-size: 30px;
}

.ttl02 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #000;
  margin-bottom: 15px;
}

.ttl02 span {
  display: block;
  padding-left: 10px;
  border-left: 5px solid #ff911c;
  box-sizing: border-box;
}

.common-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 50px;
}

.com-tel span {
  font-weight: 700;
  font-size: 24px;
  padding-left: 20px;
  position: relative;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 22px;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -11px;
}

.com-list li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
}

.com-list li:last-child {
  margin-bottom: 0;
}

.com-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #000;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: #000;
}

/*共通テーブル
=========================================================*/
.com-dl > .in-dl {
  border-bottom: 1px dotted #000;
}

.com-dl > .in-dl:last-child {
  border-bottom: none;
}

.com-dl > .in-dl dt, .com-dl > .in-dl dd {
  padding: 15px 20px;
}

.com-dl > .in-dl > dt {
  font-weight: 700;
  background: #f2f2f2;
}

.com-dl > .in-dl > dd {
  vertical-align: top;
}

.com-dl > .in-dl > dd a {
  color: #000;
}

/*トレーナーについて
=========================================================*/
#contents-u.trainer-u {
  background: url(../img/trainer/trainer-interview-bg-rb.png) no-repeat left bottom/100%;
}

#about-ceo .inbox {
  padding-bottom: 70px;
  border-bottom: 0.2rem dashed #000;
}

#about-ceo .about-ceo-wrp .about-ceo-img {
  width: 390px;
}

#about-ceo .about-ceo-wrp .about-ceo-txtbox {
  width: 640px;
}

#about-ceo .about-ceo-wrp .about-ceo-ttl {
  font-weight: 900;
  position: relative;
  background: url(../img/trainer/about-ceo-ttl-wave.png) no-repeat left bottom;
  padding-bottom: 25px;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 30px;
}

#about-ceo .about-ceo-wrp .about-ceo-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -35px;
  width: 25px;
  height: 46px;
  background: url("../img/trainer/about-ceo-ttl-frame.png") no-repeat center/contain;
}

#about-ceo .about-ceo-txt {
  background: #f2f2f2;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}

#about-ceo .about-ceo-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -36px;
  width: 0;
  height: 0;
  border: solid transparent 16px;
  border-right: solid #f2f2f2 20px;
  margin-top: -18px;
}

#trainer-interview {
  padding: 50px 0 0;
}

#trainer-interview .trainer-interview-ttl {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

#trainer-interview .trainer-interview-ttl .icon {
  display: block;
  margin-bottom: 15px;
}

#trainer-interview .trainer-interview-ttl .main {
  font-size: 48px;
  font-weight: 900;
  position: relative;
}

#trainer-interview .trainer-interview-ttl .main:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -15px;
  left: -190px;
  width: 161px;
  height: 104px;
  background: url("../img/trainer/trainer-interview-ttl-l.png") no-repeat center/contain;
}

#trainer-interview .trainer-interview-ttl .main:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: -180px;
  bottom: -20px;
  left: auto;
  width: 161px;
  height: 85px;
  background: url("../img/trainer/trainer-interview-ttl-r.png") no-repeat center/contain;
}

#trainer-interview .trainer-interview-caution {
  width: 720px;
  font-size: 15px;
  margin: 0 auto 40px;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  font-weight: 700;
  background: url(../img/trainer/trainer-interview-caution-bg.jpg) no-repeat center/cover;
  border-radius: 10px;
}

#trainer-interview .trainer-interview-list {
  padding: 45px 60px 80px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 2px #000;
  background: url(../img/trainer/trainer-interview-icon02.png) no-repeat left 70px top 290px, url(../img/trainer/trainer-interview-icon03.png) no-repeat right 95px bottom 275px, #fff url(../img/trainer/trainer-interview-icon04.png) no-repeat left 20px bottom;
  position: relative;
}

#trainer-interview .trainer-interview-list:before {
  content: "";
  position: absolute;
  display: block;
  top: -139px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 168px;
  height: 138px;
  background: url("../img/trainer/trainer-interview-icon01.png") no-repeat center/contain;
}

#trainer-interview .trainer-interview-list .q-02,
#trainer-interview .trainer-interview-list .q-03,
#trainer-interview .trainer-interview-list .q-06 {
  margin-left: auto;
}

#trainer-interview .trainer-interview-list .q-02 {
  margin-left: 340px;
  width: 620px;
}

#trainer-interview .trainer-interview-list .q-03 {
  margin-left: 320px;
  width: 645px;
}

#trainer-interview .trainer-interview-list .q-04 {
  width: 580px;
}

#trainer-interview .trainer-interview-list .q-05 {
  width: 600px;
}

#trainer-interview .trainer-interview-list .q-06 {
  width: 780px;
}

#trainer-interview .trainer-interview-list .in-dl {
  margin-bottom: 50px;
}

#trainer-interview .trainer-interview-list .in-dl:last-child {
  margin-bottom: 0;
}

#trainer-interview .trainer-interview-list dt {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-left: 55px;
}

#trainer-interview .trainer-interview-list dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 38px;
  height: 36px;
  background: url("../img/trainer/a-icon.png") no-repeat center/contain;
  margin-top: -18px;
}

#trainer-interview .trainer-interview-list dd {
  background: #f2f2f2;
  padding: 15px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: .1rem;
}

/*男性の悩み・女性の悩み共通
=========================================================*/
#contents-u.mens-u,
#contents-u.womens-u {
  padding-bottom: 60px;
}

.com-solustion .com-solution-ttl {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 70px;
  position: relative;
  letter-spacing: .4rem;
}

.com-solustion .com-solution-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: -45px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 92px;
  height: 39px;
  background: url("../img/common/com-solution-ttl-frame.png") no-repeat center/contain;
  margin-left: -46px;
}

.com-solustion .com-solution-ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -25px;
  left: 50%;
  width: 80px;
  height: 60px;
  background: url("../img/common/com-solution-arrow.png") no-repeat center/contain;
  margin-left: -40px;
}

.com-solustion .com-solution-ttl .sub {
  display: block;
}

.com-solustion .com-solution-ttl .main em {
  padding-bottom: 5px;
  color: #ff911c;
  background: url(../img/common/com-solution-tt-wave.png) no-repeat center bottom;
}

.com-solustion .solution-info {
  padding: 50px 0 60px;
}

.com-solustion .solution-info-wrp {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.com-solustion .solution-info-wrp article {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: dashed #000 0.2rem;
}

.com-solustion .solution-info-wrp article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.com-solustion .solution-info-wrp article .solution-info-illust-box {
  margin-bottom: 25px;
}

.com-solustion .solution-info-wrp article .solution-info-comment {
  border: solid 2px #000;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  width: auto;
  padding: 0 45px;
  margin-left: 30px;
}

.com-solustion .solution-info-wrp article .solution-info-comment:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -12px;
  width: 20px;
  height: 20px;
  border-top: solid #000 2px;
  border-left: solid #000 2px;
  transform: rotate(-45deg);
  border-radius: 2px;
  box-sizing: border-box;
  background: #fff;
  margin-top: -12px;
}

.com-solustion .solution-info-wrp article .solution-info-comment:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 130px;
  bottom: -70px;
  left: auto;
  width: 52px;
  height: 47px;
  background: url("../img/common/com-solution-info-arrow-r.png") no-repeat center/contain;
}

.com-solustion .solution-info-wrp article .solution-info-comment p {
  position: relative;
  padding-left: 10px;
}

.com-solustion .solution-info-wrp article .solution-info-comment p:after {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  right: auto;
  bottom: auto;
  left: -25px;
  width: 28px;
  height: 32px;
  background: url("../img/common/com-solution-info-comment-txt-icon.png") no-repeat center/contain;
}

.com-solustion .solution-info-wrp article:nth-child(odd) .solution-info-illust-box {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.com-solustion .solution-info-wrp article:nth-child(odd) .solution-info-illust-box .solution-info-comment {
  margin: 0 30px 0 0;
}

.com-solustion .solution-info-wrp article:nth-child(odd) .solution-info-illust-box .solution-info-comment:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -12px;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 20px;
  border-top: solid #000 2px;
  border-right: solid #000 2px;
  border-left: none;
  transform: rotate(45deg);
  border-radius: 2px;
  box-sizing: border-box;
  background: #fff;
  margin-top: -12px;
}

.com-solustion .solution-info-wrp article:nth-child(odd) .solution-info-illust-box .solution-info-comment:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -70px;
  left: 165px;
  width: 52px;
  height: 47px;
  background: url("../img/common/com-solution-info-arrow-l.png") no-repeat center/contain;
}

.com-solustion .solution-info-wrp article .solution-info-txtbox {
  width: 760px;
  margin-left: auto;
}

.com-solustion .solution-info-wrp article .solution-info-txtbox .solution-info-ttl {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: .2rem;
  position: relative;
  padding-left: 30px;
}

.com-solustion .solution-info-wrp article .solution-info-txtbox .solution-info-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 32px;
  height: 36px;
  background: url("../img/common/com-solution-info-ttl-frame.png") no-repeat center/contain;
}

.com-solustion .solution-info-wrp article .solution-info-txtbox .solution-info-ttl .line {
  padding: 0 5px;
  font-size: 32px;
  background: url(../img/common/com-solution-info-ttl-line.png) repeat-x bottom left;
}

.com-solustion .solution-info-wrp article .solution-info-txtbox .solution-info-txt {
  background: #f2f2f2;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}

.com-solustion .solution-info-wrp article .solution-info-txtbox .solution-info-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: -105px;
  width: 114px;
  height: 115px;
  background: url("../img/common/com-solution-info-mens-icon.png") no-repeat center/contain;
}

.com-solustion .btn-box {
  padding: 50px 0 60px;
}

.com-solustion .btn-box .price-btn {
  width: 640px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border-radius: 60px;
  position: relative;
  transition: .1s all ease-in;
}

.com-solustion .btn-box .price-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 25px;
  width: 113px;
  height: 77px;
  background: url("../img/common/price-btn-icon.png") no-repeat center/contain;
  margin-top: -33.5px;
}

.com-solustion .btn-box .price-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  background: url("../img/common/wht-arrow.png") no-repeat center/contain;
  margin-top: -15px;
}

.com-solustion .btn-box .price-btn:hover {
  background: #ff911c;
}

/*男性の悩み
=========================================================*/
#mens-solution .com-solution-ttl {
  background: url(../img/mens/mens-solution-ttl-l.png) no-repeat bottom 20px left, url(../img/mens/mens-solution-ttl-r.png) no-repeat bottom right;
}

#mens-solution .mens-solution-info {
  background: url(../img/mens/mens-solution-info-bg.png);
}

.btn-box .mens-btn {
  background: #04b3ed;
}

/*女性の悩み
=========================================================*/
#womens-solution .com-solution-ttl {
  background: url(../img/womens/womens-solution-ttl-l.png) no-repeat bottom left, url(../img/womens/womens-solution-ttl-r.png) no-repeat bottom 20px right;
}

#womens-solution .womens-solution-info {
  background: url(../img/womens/womens-solution-info-bg.png);
}

.btn-box .womens-btn {
  background: #ff67b6;
}

/*店舗概要
=========================================================*/
#contents-u.gym-u {
  padding-bottom: 0;
}

#gym-info .gym-dl {
  display: block;
  margin-bottom: 90px;
}

#about-gym {
  background: url(../img/shop/gym-info-bg.png);
}

#about-gym .inbox {
  padding: 40px 0;
  width: 1180px;
}

#about-gym .inbox .about-gym-wrp {
  width: 1080px;
  margin: 0 auto;
}

#about-gym .about-gym-wrp article {
  text-align: center;
  width: 330px;
  margin-right: 45px;
}

#about-gym .about-gym-wrp article:last-child {
  margin-right: 0;
}

#about-gym .about-gym-wrp article .gym-img {
  margin-bottom: 20px;
}

#about-gym .about-gym-wrp article .about-gym-ttl {
  font-weight: 700;
  font-size: 22px;
  height: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
  background: url(../img/shop/gym-info-ttl-dotted-l.png) no-repeat left top/contain, url(../img/shop/gym-info-ttl-dotted-r.png) no-repeat right top/contain;
}

#about-gym .about-gym-wrp article .about-gym-txt {
  letter-spacing: 0;
}

#map {
  padding-top: 50px;
}

#map .map-icon {
  text-align: center;
  margin-bottom: 20px;
}

#map .map-iframe {
  height: 400px;
  position: relative;
}

#map .map-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
=========================================================*/
.post-wrp .tag-change li a {
  border: solid 1px #313370;
  color: #313370;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #313370;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #313370;
}

.post-wrp .all-post-list article a {
  color: #000;
}

.post-wrp .all-post-list article a .tag-name {
  border: solid 1px #313370;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #313370;
}

.post-wrp .all-post-list article a time {
  background: #313370;
}

.post-wrp .all-post-list article a time span {
  color: #fff;
}

.post-wrp .all-post-list article a time span:before {
  border-left: #fff solid 5px;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #313370;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #313370;
}

#contents-u.s-post .sb_style h3 {
  background: #313370;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #313370;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #313370;
}

#contents-u.s-post .sb_style ul li:before {
  background: #313370;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #313370;
}

#contents-u.s-post .sb_style a {
  color: #313370;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #313370;
}

#contents-u.s-post .s-time-tag time {
  color: #313370;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #313370;
  margin-bottom: 20px;
  line-height: 1;
  color: #313370;
}

#contents-u.s-post .tag-name span {
  color: #313370;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  color: #fff;
  background: #ff911c;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  border: solid 1px #313370;
  background-color: #313370;
}

.contact-btn ul li:hover #form-btn {
  color: #313370;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #313370;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #313370 5px;
}

.page-btn .right a:before {
  border-left: solid #313370 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #313370;
}

#site-map ul li a {
  color: #000;
}

#site-map ul li a:before {
  border-left: 8px solid #313370;
}

#site-map ul li a:hover {
  color: #313370;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #313370;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*ドロワーメニュー
------------------------------------------------------*/
