@charset "UTF-8";

/* ====================
  無料カウンセリング
==================== */
.free-counseling {
  padding: 8.5vw 4vw 5.7vw;
  text-align: center;
  border: 4px solid #1c1c1c;
}

.free-counseling__btn {
  display: flex;
  justify-content: center;
  margin-right: -4vw;
  margin-left: -4vw;
}

/* ====================
  ヒーローエリア
==================== */
.hero {
  position: relative;
  height: 80vw;
  overflow: hidden;
  background-image: none;
}

.personal_hero::before {
  content: "";
  width: 100%;
  height: 90vw;
  background-image: url(../img/personaltrainer/hero_sp.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.hero__title {
  color: #fff;
}

.hero__title > span {
  display: block;
}

.hero__reserve {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.hero__reserve-btn {
  position: absolute;
  right: 0;
  bottom: -57px;
  display: block;
  width: 114px;
  height: 114px;
  text-decoration: none;
  transition: opacity 0.5s;
}

.hero__reserve-btn:hover {
  opacity: 0.7;
}

.hero__reserve-btn > img {
  width: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

/* ====================
  画像ブロック
==================== */
.img-block-single {
  height: 50vw;
}

.img-block-single > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-block-double {
  position: relative;
  height: 68vw;
  overflow: hidden;
}

.img-block-double__item {
  position: absolute;
  width: 60vw;
  height: 41vw;
}

.img-block-double__item:first-child {
  top: 0;
  left: 0;
  z-index: 1;
}

.img-block-double__item:last-child {
  right: 0;
  bottom: 0;
}

.img-block-double__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-block-triple__item {
  height: 47.8vw;
}

.img-block-triple__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-block-triple__item > img:first-child {
  display: none;
}

/* ====================
  エキスパートトレーナー
==================== */
.trainer-expert {
  display: flex;
  flex-wrap: wrap;
}

.trainer-expert__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 60vw;
  padding: 3.4vw;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.trainer-expert__item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}

.trainer-expert__text {
  position: relative;
  z-index: 2;
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.2vw;
  font-weight: 700;
  color: #fff;
}

.trainer-expert__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.trainer-expert__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.5s;
}

.trainer-expert__item:hover .trainer-expert__img > img{
  transform: scale(1.05);
}

/* ====================
  トップトレーナー
==================== */
.trainer-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 68.5vw;
  padding-bottom: 5.7vw;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
}

.trainer-top::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}

.trainer-top__text {
  position: relative;
  z-index: 2;
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.2vw;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

.trainer-top__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.trainer-top__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.5s;
}

.trainer-top:hover .trainer-top__img > img{
  transform: scale(1.05);
}


.trainer_top{
  display: block;
}

.trainer_top .img{
  width: 100%;
  margin-bottom: 5%;
}

.trainer_top .img img{
  width: 100%;
  height: auto;
}

.trainer_top .txt_box{
  width: 100%;
  padding: 0 0 5% 0;
}

.trainer_top .txt_box .mb-xs{
  margin-bottom: 10px;
}

.trainer_top .txt_box .mb-s{
  margin-bottom: 15px;
}

.flex{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bottom_txt{
  /*
  padding: 0 5%;
  */
}

.bottom_txt ul li{
  width: 100%;
  margin-bottom: 5%;
}

.bottom_txt ul li:last-child{
  margin-bottom: 0;
}

.personal-history ul li{
  margin-bottom: 1.0%;
  text-align: left;
}

.personal-history ul li:nth-child(1){
  width: 4em;
}

.personal-history ul li:nth-child(2){
  width: 80%;
}

.personal-bnr{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
