@charset "UTF-8";
.js-accordion__button {
  cursor: pointer;
}
.js-accordion__contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.js-accordion.is-open > .js-accordion__button::after {
  transform: rotate(90deg);
}

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

File Name:
Note:


New Creation:
Last Change:


Created By		Takumi Ouchi

------------------------------------------------------------------------
------------------------------------f----------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	main
8.	footer
9.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
#gnavi .h-gnavi-contents-submenu-item a:hover img,
#footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}

.contents-wrapper {
  /*----------------------------------------------------------------------
  3.	HTMLタグ
  ----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------
  4.	container
  ----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------
  5.	共通部分
  ----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------
  6.	header
  ----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------
  7.	main
  ----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------
  8.	footer
  ----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------
  9.	ブレイクポイント
  ----------------------------------------------------------------------*/
}
.contents-wrapper html,
.contents-wrapper body {
  height: 100%;
}
.contents-wrapper body {
  min-width: 1000px;
  color: #444;
}
.contents-wrapper a {
  color: #0d1c4c;
}
.contents-wrapper a, .contents-wrapper a::before, .contents-wrapper a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
.contents-wrapper a > * {
  transition: opacity 0.15s linear;
}
.contents-wrapper .box-inner {
  margin: 0 auto;
  width: 1000px;
}
.contents-wrapper .title-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 65px 0 115px;
  min-width: 1000px;
}
.contents-wrapper .title-area::before {
  transform: rotate(-6deg);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  margin: 0 -1000px;
  width: 2000px;
  min-width: 1000px;
  height: 167px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #dbe35f;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.contents-wrapper .m-title {
  position: relative;
  z-index: 11;
  margin: -6px auto 0;
  padding: 107px 10px 72px;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background: url(../../img/one-workout/title_bg.png) 31px bottom no-repeat;
  text-align: center;
  color: #fff;
  box-sizing: boder-box;
}
.contents-wrapper .text {
  color: #7c7c7d;
}
.contents-wrapper .form-link {
  position: absolute;
  top: 609px;
  left: 725px;
  overflow: hidden;
  width: 306px;
  height: 67px;
}
.contents-wrapper .form-link a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  width: 306px;
  height: 67px;
  background-color: #f53760;
  color: #000;
  transform: skewX(-24deg);
}
.contents-wrapper .form-link a span {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -0.5em;
  margin-left: -15px;
  width: 308px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transform: skewX(24deg);
}
.contents-wrapper .form-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  left: -10%;
  z-index: 0;
  width: 0;
  height: 3px;
  height: 120%;
  background: #000;
  transform: skewX(24deg);
  transition: 0.3s;
}
.contents-wrapper .form-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -10px;
  width: 18px;
  height: 20px;
  background: url(../../img/one-workout/form_icon.png) left top no-repeat;
  transform: skewX(24deg);
}
.contents-wrapper .form-link a:hover {
  cursor: pointer;
  color: #fff;
}
.contents-wrapper .form-link a:hover::before {
  left: -10%;
  width: 120%;
}
.contents-wrapper .form-link a:hover::after {
  background-image: url(../../img/one-workout/form_icon_h.png);
}
.contents-wrapper .header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: #d4d4d4;
  opacity: 0;
}
.contents-wrapper .header.fixed {
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 1;
}
.contents-wrapper .header-inner {
  *zoom: 1;
  position: relative;
  padding: 23px 341px 25px 20px;
  min-width: 1000px;
  box-sizing: border-box;
}
.contents-wrapper .header-inner::after {
  content: "";
  display: table;
  clear: both;
}
.contents-wrapper .header-inner .logo {
  float: left;
}
.contents-wrapper .header-inner .nav {
  float: left;
  padding-left: 10px;
}
.contents-wrapper .header-inner .nav-list {
  *zoom: 1;
  margin: 16px 0 0;
  padding: 0 17px 0 10px;
  width: 462px;
  background: url(../../img/one-workout/nav_border.gif) left top no-repeat;
  box-sizing: border-box;
}
.contents-wrapper .header-inner .nav-list::after {
  content: "";
  display: table;
  clear: both;
}
.contents-wrapper .header-inner .nav-item {
  float: left;
  padding: 0 12px;
  background: url(../../img/one-workout/nav_border.gif) right center no-repeat;
}
.contents-wrapper .header-inner .h-time {
  position: absolute;
  top: 30px;
  right: 278px;
  overflow: hidden;
  padding: 7px 25px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  transform: skewX(-24deg);
}
.contents-wrapper .header-inner .h-time .h-time-inner {
  transform: skewX(24deg);
}
.contents-wrapper .header-inner .h-time span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.contents-wrapper .header-inner .h-form {
  top: 0;
  right: 0;
  left: auto;
  height: 91px;
}
.contents-wrapper .header-inner .h-form a {
  margin-left: 21px;
  height: 91px;
}
.contents-wrapper .header-inner .h-form a::after {
  right: 55px;
}
.contents-wrapper .header-inner .h-form span {
  margin-left: -21px;
}
.contents-wrapper .nav-item a {
  display: block;
}
.contents-wrapper .nav-item a:hover {
  text-decoration: underline;
}
.contents-wrapper .nav-item a:hover > * {
  opacity: 0;
  text-decoration: none;
}
.contents-wrapper .nav-item.top a {
  background: url(../../img/one-workout/nav_top_h.gif) left top no-repeat;
}
.contents-wrapper .nav-item.photo a {
  background: url(../../img/one-workout/nav_photo_h.gif) left top no-repeat;
}
.contents-wrapper .nav-item.target a {
  background: url(../../img/one-workout/nav_target_h.gif) left top no-repeat;
}
.contents-wrapper .nav-item.about a {
  background: url(../../img/one-workout/nav_about_h.gif) left top no-repeat;
}
.contents-wrapper .nav-item.monitor a {
  background: url(../../img/one-workout/nav_monitor_h.gif) left top no-repeat;
}
.contents-wrapper .footer {
  padding: 20px 0;
  background-color: #d4d4d4;
  text-align: center;
  font-size: 14px;
  color: #7c7c7d;
}

.c-title {
  position: relative;
  margin-bottom: 64px;
  background: #000;
  text-align: center;
}
.c-title::before, .c-title::after {
  content: "";
  display: block;
  position: absolute;
}

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

.c-contents {
  position: relative;
}
.c-contents__title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: center;
}
.c-contents__list {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.c-contents__item + .c-contents__item {
  border-left: 1px solid #424242;
}
.c-contents__item a {
  display: block;
  position: relative;
  padding: 4px 14px 2px;
}
.c-contents__item a img, .c-contents__item a::before {
  transition: opacity 0.15s linear;
}
.c-contents__item a img {
  opacity: 1;
}
.c-contents__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 14px;
  bottom: 2px;
  left: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
}
.c-contents__item a:hover::before {
  opacity: 1;
}
.c-contents__item a:hover img {
  opacity: 0;
}
.c-contents .about a::before {
  background-image: url(../../img/one-workout/contents_about_h.png);
}
.c-contents .hoyos a::before {
  background-image: url(../../img/one-workout/contents_hoyos_h.png);
}
.c-contents .doctors a::before {
  background-image: url(../../img/one-workout/contents_doctors_h.png);
}
.c-contents .clinic a::before {
  background-image: url(../../img/one-workout/contents_clinic_h.png);
}
.c-contents .faq a::before {
  background-image: url(../../img/one-workout/contents_faq_h.png);
}
.c-contents .price a::before {
  background-image: url(../../img/one-workout/contents_price_h.png);
}
.c-contents .location a::before {
  background-image: url(../../img/one-workout/contents_location_h.png);
}
.c-contents .privacypolicy a::before {
  background-image: url(../../img/one-workout/contents_privacypolicy_h.png);
}

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

.js-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 200px;
  width: 100vw;
  height: 100vh;
  background: #000;
  transition: opacity 0.7s;
  pointer-events: none;
  box-sizing: border-box;
  opacity: 0;
}
.js-menu__button {
  display: block;
  position: relative;
  width: 40px;
  height: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.js-menu__button__line {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #91bb5b;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
.js-menu__button .line1 {
  top: 0;
}
.js-menu__button .line2 {
  top: calc(50% - 1px);
  opacity: 1;
  transition: all 0.3s 0.3s;
}
.js-menu__button .line3 {
  bottom: 0;
}
.js-menu__button.is-active .js-menu__button__line {
  transition: all 0.3s, transform 0.3s 0.3s;
}
.js-menu__button.is-active .line1 {
  top: calc(50% - (1px));
  transform: rotate(45deg);
}
.js-menu__button.is-active .line2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s;
}
.js-menu__button.is-active .line3 {
  bottom: calc(50% - (1px));
  transform: rotate(-45deg);
}
.js-menu__item a {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.js-menu.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.js-menu.is-active .js-menu__item a {
  transform: none;
  opacity: 1;
}
.js-menu.is-active .js-menu__item:nth-child(1) a {
  transition: all 1s 0.7s, opacity 1.5s 0.7s;
}
.js-menu.is-active .js-menu__item:nth-child(2) a {
  transition: all 1s 0.8s, opacity 1.5s 0.8s;
}
.js-menu.is-active .js-menu__item:nth-child(3) a {
  transition: all 1s 0.9s, opacity 1.5s 0.9s;
}
.js-menu.is-active .js-menu__item:nth-child(4) a {
  transition: all 1s 1s, opacity 1.5s 1s;
}
.js-menu.is-active .js-menu__item:nth-child(5) a {
  transition: all 1s 1.1s, opacity 1.5s 1.1s;
}
.js-menu.is-active .js-menu__item:nth-child(6) a {
  transition: all 1s 1.2s, opacity 1.5s 1.2s;
}
.js-menu.is-active .js-menu__item:nth-child(7) a {
  transition: all 1s 1.3s, opacity 1.5s 1.3s;
}
.js-menu.is-active .js-menu__item:nth-child(8) a {
  transition: all 1s 1.4s, opacity 1.5s 1.4s;
}

.p-menu__list {
  margin-bottom: 50px;
}
.p-menu__movie {
  text-align: center;
}

.js-slide {
  transition: opacity 0.15s linear;
  opacity: 0;
}
.js-slide.slick-initialized {
  opacity: 1;
}
.js-slide button {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
}
.js-slide .slick-slide:focus {
  outline: none;
}
.js-slide .slick-dots {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
}
.js-slide .slick-dots button {
  width: 100%;
  height: 0;
}

.l-container {
  overflow: hidden;
}

.l-main > * {
  position: relative;
  background: #fff;
}

.p-header {
  position: relative;
  overflow: hidden;
  height: 800px;
  background: #000;
}
@keyframes pic-to-left {
  0% {
    transform: translateX(calc(100vw - 1290px));
  }
  100% {
    transform: translateX(calc(100vw - 1330px));
  }
}
@keyframes pic-to-right {
  0% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes text-to-left {
  0% {
    transform: translateX(calc(100vw - (500px + 450px)));
  }
  100% {
    transform: translateX(calc(100vw - (500px + 450px + 40px)));
  }
}
@keyframes text-to-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(40px);
  }
}
.p-header .p-logo {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.p-header__fix {
  position: fixed;
  top: -150px;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 10px;
  height: 63px;
  opacity: 0;
}
.p-header__fix.fixed {
  opacity: 1;
}
.p-header__menu {
  position: absolute;
  top: 50%;
  left: 210px;
  transform: translateY(-50%);
}
.p-header__text.p-slide__text {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.p-header__text.p-slide__text .slick-list {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.p-header__text.p-slide__text .slick-slide {
  margin: 0 250px;
}
.p-header__text__item.no0, .p-header__text__item.no3 {
  text-align: center;
}
.p-header__text__item.no0 img, .p-header__text__item.no3 img {
  display: inherit;
  float: none;
}
.p-header__text__item.no2 img {
  float: right;
}
.p-header__pic__item {
  position: relative;
}
.p-header__pic__item:nth-child(odd).is-animated .pic {
  animation: 5s linear forwards pic-to-right;
}
.p-header__pic__item:nth-child(even).is-animated .pic {
  animation: 5s linear forwards pic-to-left;
}
.p-header__pic__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
.p-header__pic__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 336px;
  height: 800px;
}
.p-header__pic__item.no1::after {
  right: 200px;
  background: url(../../img/one-workout/header_slide_bg1.png) left top no-repeat;
}
.p-header__pic__item.no2::after {
  left: 200px;
  background: url(../../img/one-workout/header_slide_bg2.png) left top no-repeat;
}
.p-header__pic__item.no3::after {
  left: 50%;
  background: url(../../img/one-workout/header_slide_bg3.png) left top no-repeat;
  transform: translateX(-50%);
}
.p-header__cv {
  position: absolute;
  top: 50%;
  right: 100px;
  width: 261px;
  transform: translateY(-50%);
}

.p-contents {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 0 80px;
  padding: 100px 0 50px;
}
.p-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 200px);
  width: 400px;
  background: #c9d14e;
}
.p-contents__title {
  position: relative;
  z-index: 1;
  order: 2;
  margin-bottom: 20px;
  text-align: center;
}
.p-contents__list {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  order: 3;
}
.p-contents__item + .p-contents__item {
  border-left: 1px solid #424242;
}
.p-contents__item a {
  display: block;
  position: relative;
  padding: 4px 14px 2px;
}
.p-contents__item a img, .p-contents__item a::before {
  transition: opacity 0.15s linear;
}
.p-contents__item a img {
  opacity: 1;
}
.p-contents__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 14px;
  bottom: 2px;
  left: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
}
.p-contents__item a:hover::before {
  opacity: 1;
}
.p-contents__item a:hover img {
  opacity: 0;
}
.p-contents__movie {
  position: relative;
  z-index: 2;
  order: 1;
  margin: 0 auto 24px;
  width: 100%;
  max-width: 1080px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.p-contents__movie::before {
  content: "";
  display: block;
  padding-top: 56.3636363636%;
}
.p-contents__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.p-contents .about a::before {
  background-image: url(../../img/one-workout/contents_about_h.png);
}
.p-contents .hoyos a::before {
  background-image: url(../../img/one-workout/contents_hoyos_h.png);
}
.p-contents .doctors a::before {
  background-image: url(../../img/one-workout/contents_doctors_h.png);
}
.p-contents .clinic a::before {
  background-image: url(../../img/one-workout/contents_clinic_h.png);
}
.p-contents .faq a::before {
  background-image: url(../../img/one-workout/contents_faq_h.png);
}
.p-contents .price a::before {
  background-image: url(../../img/one-workout/contents_price_h.png);
}
.p-contents .location a::before {
  background-image: url(../../img/one-workout/contents_location_h.png);
}
.p-contents .privacypolicy a::before {
  background-image: url(../../img/one-workout/contents_privacypolicy_h.png);
}

.p-about .c-title::before, .p-about .c-title::after,
.p-doctors .c-title::before,
.p-doctors .c-title::after,
.p-faq .c-title::before,
.p-faq .c-title::after,
.p-price .c-title::before,
.p-price .c-title::after,
.p-location .c-title::before,
.p-location .c-title::after {
  position: absolute;
}
.p-about .c-title::before,
.p-doctors .c-title::before,
.p-faq .c-title::before,
.p-price .c-title::before,
.p-location .c-title::before {
  top: 0;
  left: 10%;
}
.p-about .c-title::after,
.p-doctors .c-title::after,
.p-faq .c-title::after,
.p-price .c-title::after,
.p-location .c-title::after {
  right: 10%;
  bottom: 0;
}

.p-about .c-title::before,
.p-location .c-title::before {
  width: 90px;
  height: 230px;
  background: url(../../img/one-workout/about_title_bg1.png) left top no-repeat;
}
.p-about .c-title::after,
.p-location .c-title::after {
  right: 10%;
  bottom: 0;
  width: 90px;
  height: 230px;
  background: url(../../img/one-workout/about_title_bg2.png) left top no-repeat;
}

.p-doctors .c-title::before {
  width: 105px;
  height: 220px;
  background: url(../../img/one-workout/doctors_title_bg1.png) left top no-repeat;
}
.p-doctors .c-title::after {
  right: 10%;
  bottom: 0;
  width: 97px;
  height: 220px;
  background: url(../../img/one-workout/doctors_title_bg2.png) left top no-repeat;
}

.p-faq .c-title::before,
.p-price .c-title::before {
  width: 125px;
  height: 184px;
  background: url(../../img/one-workout/faq_title_bg1.png) left top no-repeat;
}
.p-faq .c-title::after,
.p-price .c-title::after {
  right: 10%;
  bottom: 0;
  width: 138px;
  height: 220px;
  background: url(../../img/one-workout/faq_title_bg2.png) left top no-repeat;
}

.p-about__lead {
  margin-bottom: 40px;
}
.p-about__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 1080px;
}
.p-about__slide {
  position: relative;
  z-index: 2;
  margin: 0 auto 80px;
  width: 1080px;
  background: #fff;
}
.p-about__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url(../../img/one-workout/about_slide_arrow.png) 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-about__slide .slick-arrow.slick-prev {
  left: -22px;
  transform: translateY(-50%) rotate(-180deg);
}
.p-about__slide .slick-arrow.slick-next {
  right: -22px;
}
.p-about__slide .slick-dots {
  bottom: -48px;
}
.p-about__slide .slick-dots li {
  width: 120px;
}
.p-about__slide .slick-dots li + li {
  margin-left: 15px;
}
.p-about__slide .slick-dots li.slick-active button {
  border-top: 0;
  border-bottom: 3px solid #c9d058;
}
.p-about__slide .slick-dots button {
  border-top: 1px solid #fff;
  border-bottom: 2px solid #b8bec6;
}
.p-about__text {
  margin: -142px 0 40px 40px;
}
.p-about__link a {
  display: block;
  position: relative;
  z-index: 1;
}
.p-about__link a img {
  transition: opacity 0.3s linear;
}
.p-about__link a:hover img {
  opacity: 0;
}
.p-about__link a {
  margin: 0 0 0 auto;
  width: 261px;
  height: 48px;
  background: url(../../img/one-workout/counseling_button2_h.png) left top no-repeat;
}
.p-about__link.monitor a {
  width: 261px;
  height: 48px;
  background-image: url(../../img/one-workout/monitor_button2_h.png);
}

.p-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
  width: 1080px;
}
.p-case__item {
  margin-bottom: 30px;
}

.p-hoyos {
  position: relative;
  margin-bottom: 100px;
}
.p-hoyos::before, .p-hoyos::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.p-hoyos::before {
  right: 50%;
  left: 0;
  background-image: url(../../img/one-workout/hoyos_bg1.png);
}
.p-hoyos::after {
  right: 0;
  left: 50%;
  background-image: url(../../img/one-workout/hoyos_bg2.png);
}
.p-hoyos__inner {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 100px;
  width: 1280px;
  min-height: 480px;
  background: url(../../img/one-workout/hoyos_bg.jpg) center no-repeat;
}
.p-hoyos__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 39px 12px 0 0;
  width: 560px;
}
.p-hoyos__title > * {
  display: block;
  width: 260px;
}
.p-hoyos__title__text {
  margin: 0 0 8px;
  padding-left: 33px;
  box-sizing: border-box;
}
.p-hoyos__text {
  margin-bottom: 30px;
}
.p-hoyos__details {
  padding: 40px 40px 0;
  width: 520px;
  background: linear-gradient(rgba(255,255,255,.8), rgba(231,231,232,.8));
  box-sizing: border-box;
}

.p-value {
  margin-bottom: 52px;
}
.p-value__title {
  margin-bottom: 80px;
  text-align: center;
}
.p-value__pic {
  position: absolute;
}
.p-value__pic__wrapper {
  position: relative;
  margin: 0 auto;
  width: 1217px;
  height: 921px;
}
.p-value__pic.no1 {
  top: 0;
  left: 0;
}
.p-value__pic.no2 {
  top: 0;
  right: 0;
}
.p-value__pic.no3 {
  bottom: 0;
  left: 0;
}
.p-value__pic.no4 {
  right: 0;
  bottom: 0;
}

.p-cv {
  position: relative;
  padding-bottom: 60px;
  background: none;
}
.p-cv__pic {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}
.p-cv__pic::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 250px);
  left: 50%;
  z-index: 2;
  margin: 0 -1000px;
  width: 2000px;
  min-width: 1000px;
  height: 500px;
  background: linear-gradient(to right, #010101, #040404) center no-repeat;
  transform: rotate(-7.5deg);
}
.p-cv__pic img {
  position: relative;
  z-index: 2;
}
.p-cv__button {
  position: absolute;
  top: calc(100% - 226px);
  right: 0;
  left: 0;
  z-index: 2;
  min-width: 1280px;
}
.p-cv__button a {
  display: block;
  position: relative;
  z-index: 1;
}
.p-cv__button a img {
  transition: opacity 0.3s linear;
}
.p-cv__button a:hover img {
  opacity: 0;
}
.p-cv__button a {
  margin: 0 auto;
  width: 483px;
  height: 64px;
  background: url(../../img/one-workout/cv_counseling_button_h.png) left top no-repeat;
}
.p-cv__button.monitor a {
  width: 483px;
  height: 64px;
  background-image: url(../../img/one-workout/cv_monitor_button_h.png);
}
.p-cv.cv1, .p-cv.cv2 {
  margin-top: -50px;
}
.p-cv.cv2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100px;
  height: 200px;
  background: #fff;
}
.p-cv.cv2 .p-cv__pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  background: #0e0e0e;
}
.p-cv.cv3 .p-cv__pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e8e8e9;
}

.p-doctors__lead {
  margin-bottom: 40px;
}
.p-doctors__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 70px;
  width: 1160px;
}
.p-doctors__slide__item {
  margin: 0 40px 50px 0;
  width: 540px;
}
.p-doctors__slide__item:nth-child(odd) {
  margin-right: 50px;
}
.p-doctors__slide__item:nth-child(even) {
  margin-right: 30px;
}
.p-doctors.is-animated .c-title span::before, .p-doctors.is-animated .c-title span::after {
  z-index: 1;
}

.p-doctor {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 390px;
}
.p-doctor__pic {
  order: 1;
  width: 261px;
  text-align: center;
}
.p-doctor__inner {
  width: 279px;
}
.p-doctor__title {
  order: 2;
  margin: 30px 0 18px;
  width: 279px;
}
.p-doctor__contents__item {
  margin-left: 12px;
  line-height: 1.6;
  font-size: 1em;
  color: #434343;
}
.p-doctor__details {
  position: absolute;
  top: 140px;
  right: 0;
  overflow-y: scroll;
  padding-right: 5px;
  width: 258px;
  height: 250px;
}
.p-doctor__license {
  margin-bottom: 24px;
}
.p-doctor__license__title {
  margin-bottom: 10px;
}
.p-doctor__license .emphasis {
  font-weight: bold;
}
.p-doctor__history__title {
  margin-bottom: 10px;
}
.p-doctor__history__notice {
  margin: 10px 0 0 12px;
  color: #434343;
}

.p-history__item {
  display: flex;
}
.p-history__item > * {
  line-height: 1.5;
}
.p-history__year {
  flex-basis: 4.5em;
}
.p-history__contents {
  flex: 1;
}

.p-clinic {
  overflow: hidden;
  padding: 120px 0 0;
  background: url(../../img/one-workout/clinic_bg.png) 0 0 no-repeat, #0e0e0e;
}
.p-clinic > * {
  margin: 0 auto;
  width: 1080px;
  text-align: center;
}
.p-clinic__title {
  margin-bottom: 90px;
}
.p-clinic__text {
  margin-bottom: 64px;
}
.p-clinic__contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.p-clinic__item__pic {
  margin-bottom: 24px;
}
.p-clinic__anchor a {
  display: block;
  position: relative;
  z-index: 1;
}
.p-clinic__anchor a img {
  transition: opacity 0.3s linear;
}
.p-clinic__anchor a:hover img {
  opacity: 0;
}
.p-clinic__anchor a {
  float: right;
  margin: 0 auto;
  width: 196px;
  height: 31px;
  background: url(../../img/one-workout/clinic_anchor_button_h.png) left top no-repeat;
}

.p-faq {
  margin-bottom: 120px;
}
.p-faq__title {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.p-faq__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
}

.p-price {
  position: relative;
  margin-bottom: 120px;
}
.p-price::before {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
  width: 100px;
  height: 200px;
  background: #fff;
}
.p-price__title {
  margin-bottom: 120px;
}
.p-price__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 1080px;
}
.p-price .men {
  margin-top: -10px;
  margin-bottom: 40px;
}
.p-price__feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}

.p-location {
  position: relative;
}
.p-location__lead {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.4em;
  color: #7b7c7d;
}
.p-location__text {
  margin-bottom: 64px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.1em;
  color: #918b88;
}
.p-location__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
}
.p-location__contents {
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 349px;
  max-height: 212px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: linear-gradient(to bottom, #fff, #f6f4f2);
}
.p-location__contents__title {
  order: 2;
  margin: 25px 0 20px;
  width: 220px;
}
.p-location__contents__pic {
  order: 1;
  margin-right: 15px;
  width: 94px;
}
.p-location__contents__text {
  order: 3;
  width: 220px;
  line-height: 1.6153846154;
  font-size: 1.3em;
  color: #918b88;
}
.p-location__contents__text .free {
  display: inline-block;
  margin-top: 5px;
}
.p-location__contents__text .free a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.1111111111;
  font-size: 1.3846153846em;
  font-weight: bold;
  color: #918b88;
  pointer-events: none;
}
.p-location__contents__text .foreign {
  display: inline-block;
  margin-bottom: 12px;
}
.p-location__contents__text .foreign a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 0.8461538462em;
  color: #918b88;
  pointer-events: none;
}
.p-location__contents__text a {
  text-decoration: underline;
  color: #84bee5;
}
.p-location__contents__map {
  position: absolute;
  top: 61px;
  right: 17px;
  width: 65px;
}
.p-location__contents:nth-child(1) {
  margin-left: 183px;
}
.p-location__contents:nth-child(2) {
  margin-right: 184px;
}
.p-location__contents:nth-child(3) {
  margin-left: 0;
}
.p-location::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: 2;
  width: 154px;
  height: 380px;
  background: url(../../img/one-workout/location_bg.png) left top no-repeat;
}

.p-privacypolicy {
  margin-top: -350px;
  padding: 280px 0 20px;
  background: #e8e8e9;
}
.p-privacypolicy > * {
  margin: 0 auto;
  width: 880px;
}
.p-privacypolicy__risk {
  margin-bottom: 35px;
  width: 880px;
  line-height: 1.4545454545;
  font-size: 1.1em;
  color: #59504d;
}
.p-privacypolicy__title {
  margin-bottom: 20px;
  text-align: center;
}
.p-privacypolicy__title::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 10px;
  height: 9px;
  background: url(../../img/one-workout/privacypolicy_title_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.p-privacypolicy .js-accordion__contents__inner p,
.p-privacypolicy .js-accordion__contents__inner li {
  line-height: 1.5;
  font-size: 1em;
  color: #584f4c;
}
.p-privacypolicy .js-accordion__contents__inner ul {
  margin-top: 10px;
}
.p-privacypolicy .js-accordion__contents__inner li {
  padding-left: 30px;
  text-indent: -30px;
}
.p-privacypolicy .js-accordion__contents__inner .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
  color: #59504d;
}
.p-privacypolicy .js-accordion__contents__inner .reception__title {
  text-indent: -10px;
}
.p-privacypolicy .js-accordion__contents__inner .reception .tel > * {
  display: inline-block;
  padding-top: 5px;
  cursor: text;
}
.p-privacypolicy .js-accordion__contents__inner .reception .tel a {
  color: #59504d;
  pointer-events: none;
}
.p-privacypolicy .js-accordion__contents__inner .box__inner + .box__inner {
  margin-top: 25px;
}
.p-privacypolicy .js-accordion__contents__inner .box__title {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.p-privacypolicy.is-open {
  padding-bottom: 80px;
}
.p-privacypolicy.is-open > .js-accordion__button::after {
  transform: rotate(180deg);
}
/*# sourceMappingURL=index.css.map */
