@charset "UTF-8";
/*
Theme Name: HEROES
Theme URL: https: //heroes.main.jp/
Description: HEORESのテーマ
Author: HEROES
Version: 1.0.0
License: 合同会社ヒーローズ
License URI: https: //heroes.main.jp/
*/
.page-about .inst {
  display: none;
}

.video-section {
  display: none !important;
}

.wp-block-liquid-speech-balloon {
  margin-top: 30px !important;
}

/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 16px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

.pc {
  display: block;
}

@media screen and (max-width: 1199px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .sp {
    display: block;
  }
}
/* ===================================

  共通パーツ

====================================== */
/* ---------------------------------
  CONTACT
----------------------------------- */
.contact {
  margin-top: 94px;
  padding: 95px 0;
  background-image: url(img/top-contact-bg-80.jpg);
  background-size: cover;
  background-position: center center;
}
.contact .section-title {
  color: #fff;
}
.contact .section-title .title {
  font-size: 48px;
}
.contact .section-title .subtitle {
  font-size: 20px;
  font-weight: 300;
}
.contact__inner {
  width: 1000px;
  margin: 35px auto 0;
  padding: 38px 60px 60px;
  background-color: rgba(227, 184, 101, 0.8);
}
.contact__read {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 80px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__item:hover {
  opacity: 0.6;
}
.contact__ico {
  width: 21px;
}
.contact__text {
  margin-left: 15px;
  font-size: 21px;
  font-weight: 500;
}
.contact__item.tel .contact__text {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .contact {
    margin-top: 60px;
    padding: 60px 0;
  }
  .contact .section-title .title {
    font-size: 40px;
  }
  .contact .section-title .subtitle {
    margin-top: 10px;
    font-size: 17px;
  }
  .contact__inner {
    width: calc(100% - 60px);
    margin: 35px auto 0;
    padding: 38px 30px 60px;
  }
  .contact__read {
    font-size: 18px;
  }
  .contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .contact__item {
    width: 100%;
    height: 80px;
  }
  .contact__item + .contact__item {
    margin-top: 20px;
  }
  .contact__ico {
    width: auto;
    height: 22px;
  }
  .contact__text {
    margin-left: 20px;
    font-size: 20px;
  }
  .contact__item.tel .contact__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .contact {
    margin-top: 74px;
    padding: 51px 0 64px;
    background-image: url(img/sp-top-contact-bg-80.jpg);
  }
  .contact .section-title .title {
    font-size: 42px;
  }
  .contact .section-title .subtitle {
    margin-top: 10px;
    font-size: 15px;
  }
  .contact__inner {
    width: calc(100% - 30px);
    margin: 33px auto 0;
    padding: 23px 15px 20px;
  }
  .contact__read {
    font-size: 12px;
  }
  .contact__contents {
    margin-top: 20px;
  }
  .contact__item {
    height: 60px;
  }
  .contact__item + .contact__item {
    margin-top: 10px;
  }
  .contact__ico {
    width: 16px;
    height: auto;
  }
  .contact__text {
    margin-left: 12px;
    font-size: 16px;
  }
  .contact__item.tel .contact__text {
    font-size: 20px;
  }
}
/* ---------------------------------
  ACCESS
----------------------------------- */
.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}
.access__map {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 135px;
  background-color: #f2f2f2;
}
.access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.access__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.access__title .subtitle {
  margin-left: 55px;
  font-size: 18px;
  font-weight: 500;
}
.access__body {
  margin-top: 62px;
}
.access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.access dl + dl {
  margin-top: 42px;
}
.access dt {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.access dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media screen and (max-width: 1199px) {
  .access {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access__map {
    width: 100%;
    height: 380px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .access__map iframe {
    height: 380px;
  }
  .access__contents {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    padding: 50px 30px 80px;
  }
  .access__title .title {
    font-size: 40px;
  }
  .access__title .subtitle {
    margin-left: 40px;
    font-size: 16px;
  }
  .access__body {
    margin-top: 40px;
    padding-right: 30px;
    font-size: 15px;
  }
  .access dl + dl {
    margin-top: 10px;
  }
  .access dt {
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media screen and (max-width: 758px) {
  .access {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access__map {
    margin-top: 0;
    height: 188px;
  }
  .access__map iframe {
    height: 188px;
  }
  .access__contents {
    padding: 42px 15px 75px;
  }
  .access__title {
    display: block;
    text-align: center;
  }
  .access__title .title {
    font-size: 30px;
  }
  .access__title .subtitle {
    display: block;
    margin-top: 11px;
    margin-left: 0;
    font-size: 12px;
  }
  .access__body {
    margin-top: 30px;
    padding-right: 0;
    font-size: 12px;
  }
  .access dl + dl {
    margin-top: 10px;
  }
  .access dt {
    width: 85px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
  }
}
/* ---------------------------------
  バナー
----------------------------------- */
.banner {
  margin-top: 90px;
}
.banner .container {
  width: 1000px;
}
.banner__link {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner__link:hover {
  opacity: 0.6;
}
.banner__img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 80px;
  }
  .banner .container {
    width: 100%;
    padding: 0 30px;
  }
  .banner__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .banner {
    margin-top: 30px;
  }
  .banner .container {
    padding: 0 15px;
  }
}
/* ---------------------------------
  Section-title
----------------------------------- */
.section-title {
  text-align: center;
}
.section-title .title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.section-title .subtitle {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 758px) {
  .section-title .title {
    font-size: 30px;
  }
  .section-title .subtitle {
    margin-top: 13px;
    font-size: 12px;
  }
}
/* ---------------------------------
  一覧ページへのリンクボタン
----------------------------------- */
.archive-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 400px;
  height: 80px;
  margin: 100px auto 0;
  font-weight: 700;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-link:hover {
  opacity: 0.6;
}
.archive-link__ico {
  position: absolute;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
}

@media screen and (max-width: 1199px) {
  .archive-link {
    width: 300px;
    height: 60px;
    margin: 60px auto 0;
  }
  .archive-link:hover {
    opacity: 1;
  }
  .archive-link__ico {
    right: 25px;
    width: 40px;
  }
}
@media screen and (max-width: 758px) {
  .archive-link {
    width: calc(100% - 60px);
    height: 45px;
    margin: 24px auto 0;
  }
  .archive-link__ico {
    right: 32px;
    width: 41px;
  }
}
/* ---------------------------------
  下層ページMV：mv-lower
----------------------------------- */
.mv-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 107px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.mv-lower .page-title {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.mv-lower .page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv-lower .page-desc {
  margin-top: 21px;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .mv-lower {
    margin-top: 60px;
    padding-top: 120px;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .mv-lower .page-title {
    font-size: 50px;
    padding-bottom: 14px;
  }
  .mv-lower .page-desc {
    margin-top: 18px;
    font-size: 25px;
  }
}
@media screen and (max-width: 758px) {
  .mv-lower {
    height: 200px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .mv-lower .page-title {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .mv-lower .page-desc {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
/* ---------------------------------
  パンくずリスト：breadcrumb
----------------------------------- */
.breadcrumb-wrap {
  text-align: right;
  margin: 21px auto 0;
  width: 1200px;
  overflow-x: scroll;
  overflow-y: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb-wrap .breadcrumb {
  color: #666666;
}
.breadcrumb-wrap .breadcrumb span {
  margin: 0 5px;
}
.breadcrumb-wrap .breadcrumb span:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    margin-top: 15px;
    width: 100%;
    padding: 0 15px;
  }
  .breadcrumb-wrap .breadcrumb span {
    margin: 0 3px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    margin-top: 12px;
    width: 100%;
    padding: 0 15px;
  }
}
/* ---------------------------------
  ページネーション：paginationn
----------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  width: 60px;
  height: 50px;
  color: #000;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  opacity: 1;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 60px;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 30px;
  }
}
@media screen and (max-width: 758px) {
  .pagination {
    margin-top: 40px;
  }
}
/* ---------------------------------
  画面下部ボタン
----------------------------------- */
.bbtns {
  height: 0;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .bbtns {
    height: auto;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #000;
    opacity: 1;
    z-index: 10;
  }
  .bbtns__title {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .bbtns__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7px;
  }
  .bbtns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    border-radius: 4px;
  }
  .bbtns__item p {
    font-size: 12px;
    font-weight: 500;
  }
  .bbtns__item.line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .bbtns__item.line img {
    width: 50px;
    height: 50px;
  }
  .bbtns__item.tel, .bbtns__item.mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-left: 5px;
  }
  .bbtns__item.tel {
    background-color: #7c0904;
    color: #fff;
  }
  .bbtns__item.tel img {
    margin-right: 7px;
    width: 10px;
  }
  .bbtns__item.mail {
    background-color: #e3b865;
  }
  .bbtns__item.mail img {
    margin-right: 7px;
    width: 13px;
  }
  .bbtns__item.mail p {
    position: relative;
    top: -1px;
  }
}
/* ---------------------------------
  動画セクション：video=section
----------------------------------- */
.video-section {
  margin-top: 80px;
}
.video-section .container {
  width: 1000px;
}
.video-section .container .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-section .container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .video-section {
    margin-top: 50px;
  }
  .video-section .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .video-section {
    margin-top: 40px;
  }
  .video-section .container {
    padding: 0;
  }
}
/* ===================================

  ヘッダー：header

====================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header .container {
  padding-left: 40px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__logo {
  width: 290px;
}
.header__link {
  display: block;
}
.header img {
  width: 100%;
}
.header__desc {
  margin-left: 32px;
  font-size: 14px;
  color: #727171;
  font-weight: 300;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__rv {
  display: grid;
  place-items: center;
  width: 160px;
  height: 50px;
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #000;
}
.header__tel {
  margin-left: 15px;
  text-align: center;
}
.header__tel-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__tel-top img {
  width: 20px;
}
.header__tel-number {
  margin-left: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.header__tel-text {
  margin-top: 5px;
  font-size: 14px;
}
.header__contact {
  display: grid;
  place-items: center;
  margin-left: 33px;
  padding-top: 6px;
  width: 160px;
  height: 80px;
  background-color: #e3b865;
}
.header__contact-text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.header__contact-text span {
  display: block;
  margin-top: 5px;
}
.header__contact .arrow {
  margin-top: -10px;
  display: block;
  width: 15px;
}

#menu-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-btn:hover {
  opacity: 0.9;
}
#menu-btn span {
  display: block;
  position: absolute;
  left: 27px;
  width: 27px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-btn span:first-child {
  top: 32px;
}
#menu-btn span:last-child {
  bottom: 32px;
}
#menu-btn.active span:first-child {
  top: 39px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
#menu-btn.active span:last-child {
  bottom: 39px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (max-width: 1199px) {
  .header .container {
    padding-left: 30px;
    height: 60px;
  }
  .header__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__logo {
    width: 150px;
  }
  .header__desc {
    margin-top: 7px;
    margin-left: 0;
    font-size: 10px;
  }
  .header__tel {
    display: none;
  }
  .header__rv {
    display: none;
  }
  .header__contact {
    margin-left: 0;
    width: 135px;
    height: 60px;
  }
  .header__contact-text {
    font-size: 11px;
  }
  .header__contact .arrow {
    width: 10px;
  }
  #menu-btn {
    width: 64px;
    height: 60px;
  }
  #menu-btn:hover {
    opacity: 1;
  }
  #menu-btn span {
    left: 22px;
    width: 20px;
    height: 2px;
  }
  #menu-btn span:first-child {
    top: 33px;
  }
  #menu-btn span:last-child {
    bottom: 33px;
  }
  #menu-btn.active span:first-child {
    top: 29px;
  }
  #menu-btn.active span:last-child {
    bottom: 29px;
  }
}
@media screen and (max-width: 758px) {
  .header .container {
    padding-left: 15px;
  }
  .header__logo {
    width: 143px;
  }
  .header__desc {
    margin-top: 9px;
  }
  .header__contact {
    display: none;
  }
}
/* ---------------------------------
  モーダルメニュー:.modal-menu
----------------------------------- */
.modal-menu {
  position: fixed;
  top: 80px;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 360px;
  height: 100vh;
  overflow-y: scroll;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-menu.show {
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.modal-menu__inner {
  padding: 23px 40px 66px;
}
.modal-menu a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-menu a:hover {
  opacity: 0.6;
}
.modal-menu .menu-link {
  display: block;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.modal-menu .booking-lists {
  margin-top: 50px;
}
.modal-menu .booking-list + .booking-list {
  margin-top: 38px;
}
.modal-menu .booking-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.modal-menu .booking-link img {
  width: 22px;
  margin-right: 18px;
}
.modal-menu .booking-link.tel {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.modal-menu .booking-link.tel img {
  margin-right: 22px;
  width: auto;
  height: 22px;
}
.modal-menu .sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 53px;
}
.modal-menu .sns-list {
  margin-right: 15px;
}
.modal-menu .sns-link {
  height: 25px;
}
.modal-menu .sns-link img {
  height: 25px;
}
.modal-menu .pp-link {
  display: block;
  margin-top: 20px;
  color: #808080;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .modal-menu {
    top: 60px;
    -webkit-overflow-scrolling: touch;
  }
  .modal-menu__inner {
    padding: 36px 40px 100px;
  }
}
@media screen and (max-width: 758px) {
  .modal-menu {
    width: 100%;
  }
  .modal-menu__inner {
    padding: 36px 30px 200px;
  }
  .modal-menu a:hover {
    opacity: 1;
  }
  .modal-menu .menu-link {
    font-size: 16px;
  }
  .modal-menu .privacy-link {
    margin-top: 30px;
  }
}
/* ===================================

  フッター：footer

====================================== */
.footer {
  background-color: #333;
  padding: 33px 0;
  color: #808080;
}
.footer .container {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  width: 287px;
}
.footer__logo img {
  width: 100%;
}
.footer__snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__sns {
  width: auto;
  height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__sns:hover {
  opacity: 0.6;
}
.footer__sns + .footer__sns {
  margin-left: 15px;
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 12px;
}
.footer .privacy-link {
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .privacy-link:hover {
  opacity: 0.6;
}
.footer__copy {
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  border-left: 1px solid #808080;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 30px 0;
  }
  .footer .container {
    width: 100%;
    padding: 0 30px;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__sns {
    height: 20px;
  }
  .footer__sns:hover {
    opacity: 1;
  }
  .footer__sns + .footer__sns {
    margin-left: 20px;
  }
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .footer .privacy-link {
    text-align: right;
    padding-right: 0;
    font-size: 14px;
  }
  .footer .privacy-link:hover {
    opacity: 1;
  }
  .footer__copy {
    margin-top: 20px;
    padding-left: 0;
    border-left: none;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding: 35px 0;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }
  .footer__logo {
    width: 144px;
  }
  .footer__snss {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 22px;
  }
  .footer__sns {
    height: 18px;
  }
  .footer__sns + .footer__sns {
    margin-left: 11px;
  }
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 22px;
  }
  .footer .privacy-link {
    text-align: left;
    padding-right: 7px;
    font-size: 10px;
  }
  .footer__copy {
    margin-top: 0;
    padding-left: 7px;
    border-left: 1px solid #808080;
    font-size: 10px;
  }
}
/* ===================================

  サイドバー：sidebar
  ブログ一覧・詳細ページに適用

====================================== */
.blog .page-wrap,
.single .page-wrap,
.date .page-wrap,
.category .page-wrap,
.post-type-archive-news .page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 85px;
}
.blog .main,
.single .main,
.date .main,
.category .main,
.post-type-archive-news .main {
  width: 800px;
}

.sidebar {
  width: 330px;
}
.sidebar .widget__title {
  display: grid;
  place-items: center;
  width: 100%;
  height: 56px;
  background-color: #222;
  border-bottom: 4px solid #e3b865;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.sidebar .widget + .widget {
  margin-top: 25px;
}
.sidebar .widget_popular .entries {
  margin-top: 5px;
}
.sidebar .widget_popular .entry {
  border-bottom: 1px solid #ccc;
}
.sidebar .widget_popular .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget_popular .entry__thumb {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  overflow: hidden;
}
.sidebar .widget_popular .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget_popular .entry__link:hover {
  opacity: 0.6;
}
.sidebar .widget_popular .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.sidebar .widget_popular .entry__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 15px;
  word-break: break-all;
}
.sidebar .widget_popular .entry__title {
  margin-top: -0.5em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.sidebar .widget_categories li {
  position: relative;
  padding: 20px 20px 10px;
  border-bottom: 1px solid #ccc;
}
.sidebar .widget_categories li::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 13px;
  right: 20px;
  width: 10px;
  height: 11px;
  background-image: url(img/dainari-ico@3x.png);
  background-size: 100% 100%;
}
.sidebar .widget_categories li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget_categories li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .blog .page-wrap,
  .date .page-wrap,
  .category .page-wrap,
  .post-type-archive-news .page-wrap,
  .single .page-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .blog .main,
  .date .main,
  .category .main,
  .post-type-archive-news .main,
  .single .main {
    width: 100%;
    padding: 0 30px;
  }
  .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    width: 100%;
    padding: 0 30px;
  }
  .sidebar .widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .sidebar .widget + .widget {
    margin-top: 0;
  }
  .sidebar .widget_popular .entry__link:hover {
    opacity: 1;
  }
  .sidebar .widget_popular .entry__body {
    margin-left: 14px;
  }
  .sidebar .widget_popular .entry__title {
    font-size: 15px;
  }
  .sidebar .widget_categories li {
    padding: 20px;
  }
  .sidebar .widget_categories li::after {
    top: 50%;
    bottom: auto;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 9px;
  }
}
@media screen and (max-width: 758px) {
  .blog .page-wrap,
  .date .page-wrap,
  .category .page-wrap,
  .post-type-archive-news .page-wrap,
  .single .page-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .blog .main,
  .date .main,
  .category .main,
  .post-type-archive-news .main,
  .single .main {
    width: 100%;
    padding: 0 30px;
  }
  .sidebar {
    display: block;
    margin-top: 50px;
    padding: 0 15px;
  }
  .sidebar .widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sidebar .widget + .widget {
    margin-top: 30px;
  }
  .sidebar .widget_popular .entry__thumb {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .sidebar .widget_popular .entry__body {
    margin-left: 12px;
  }
  .sidebar .widget_popular .entry__title {
    font-size: 15px;
    font-weight: 500;
  }
  .sidebar .widget_categories li {
    padding: 20px;
  }
  .sidebar .widget_categories li::after {
    right: 10px;
    width: 10px;
    height: 11px;
    font-size: 15px;
  }
}
/* ===================================

  トップページ：home

====================================== */
.home .main {
  padding-top: 80px;
  margin-top: -80px;
}

/* ---------------------------------
  メインビジュアル：mv
----------------------------------- */
.home .mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  width: 100%;
  height: 720px;
}
.home .mv__left {
  position: relative;
  width: 18.75%;
  height: 720px;
  background-color: #fff;
}
.home .mv__contents {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.home .mv__title {
  font-size: 120px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.home .mv__subtitle {
  font-size: 48px;
  font-weight: 700;
  margin-top: 48px;
  line-height: 1.5;
}
.home .mv__text {
  margin-top: 45px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
}
.home .mv__right {
  width: 81.25%;
  overflow: hidden;
  height: 100%;
}
.home .mv__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.home .mv__inner.inner1 {
  background-image: url(img/pc-mv1-80.jpg);
}
.home .mv__inner.inner2 {
  background-image: url(img/pc-mv2-80.jpg);
}
.home .mv__inner.inner3 {
  background-image: url(img/pc-mv3-80.jpg);
}
.home .mv .swiper-container {
  width: 100%;
  height: 720px;
}

@media screen and (max-width: 1620px) {
  .home .mv {
    height: 525px;
  }
  .home .mv__left {
    width: 13.5%;
    height: 525px;
  }
  .home .mv__contents {
    left: 62px;
    text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.5), -4px 4px 4px rgba(255, 255, 255, 0.5), 4px -4px 4px rgba(255, 255, 255, 0.5), -4px -4px 4px rgba(255, 255, 255, 0.5);
  }
  .home .mv__title {
    font-size: 90px;
  }
  .home .mv__subtitle {
    font-size: 30px;
    margin-top: 46px;
  }
  .home .mv__text {
    margin-top: 42px;
    font-size: 20px;
  }
  .home .mv__right {
    width: 86.5%;
  }
  .home .mv__inner {
    background-image: url(img/mv-lg-80.jpg);
  }
}
@media screen and (max-width: 1450px) {
  .home .mv {
    height: 585px;
  }
  .home .mv__left {
    width: 13.5%;
    height: 585px;
  }
  .home .mv__contents {
    left: 62px;
  }
  .home .mv__title {
    font-size: 81px;
  }
  .home .mv__subtitle {
    font-size: 27px;
    margin-top: 46px;
  }
  .home .mv__text {
    margin-top: 42px;
    font-size: 18px;
  }
  .home .mv__right {
    width: 86.5%;
  }
  .home .mv__inner {
    background-image: url(img/mv-lg-80.jpg);
  }
}
@media screen and (max-width: 1290px) {
  .home .mv {
    height: 540px;
  }
  .home .mv__left {
    width: 13.5%;
    height: 540px;
  }
  .home .mv__contents {
    left: 62px;
  }
  .home .mv__title {
    font-size: 72px;
  }
  .home .mv__subtitle {
    font-size: 24px;
    margin-top: 46px;
  }
  .home .mv__text {
    margin-top: 42px;
    font-size: 16px;
  }
  .home .mv__right {
    width: 86.5%;
  }
  .home .mv .swiper-container {
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .home .mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .home .mv {
    height: 800px;
  }
  .home .mv__left {
    display: none;
    width: 0;
    height: 800px;
  }
  .home .mv__right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .mv__contents {
    width: calc(100% - 30px);
    top: 55%;
    left: 30px;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5), -2px 2px 6px rgba(0, 0, 0, 0.5), 2px -2px 6px rgba(0, 0, 0, 0.5), -2px -2px 6px rgba(0, 0, 0, 0.5);
  }
  .home .mv__title {
    font-size: 70px;
  }
  .home .mv__subtitle {
    margin-top: 30px;
    font-size: 22px;
  }
  .home .mv__text {
    margin-top: 30px;
    font-size: 15px;
  }
  .home .mv__inner {
    background-image: url(img/mv-lg-80.jpg);
    background-position: -500px top;
  }
}
@media screen and (max-width: 758px) {
  .home .mv {
    height: 580px;
  }
  .home .mv__contents {
    width: auto;
    top: 29%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 16px;
    text-shadow: 2px 2px 6px rgba(80, 80, 80, 0.5), -2px 2px 6px rgba(80, 80, 80, 0.5), 2px -2px 6px rgba(80, 80, 80, 0.5), -2px -2px 6px rgba(80, 80, 80, 0.5);
  }
  .home .mv__title {
    font-size: 60px;
  }
  .home .mv__subtitle {
    margin-top: 20px;
    font-size: 24px;
  }
  .home .mv__text {
    margin-top: 25px;
    font-size: 18px;
  }
  .home .mv__inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
  }
  .home .mv__inner.inner1 {
    background-image: url(img/sp-mv1-80.jpg);
  }
  .home .mv__inner.inner2 {
    background-image: url(img/sp-mv2-80.jpg);
  }
  .home .mv__inner.inner3 {
    background-image: url(img/sp-mv3-80.jpg);
  }
}
/* ---------------------------------
  NEWS：news
----------------------------------- */
.home .news .container {
  padding: 0 18.75%;
}
.home .news .entry {
  margin-top: 40px;
  width: 100%;
  word-break: break-all;
}
.home .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__date {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.home .news .entry__cate {
  margin-left: 30px;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.home .news .entry__title {
  margin-left: 62px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1620px) {
  .home .news .container {
    padding: 0 13.5%;
  }
}
@media screen and (max-width: 1199px) {
  .home .news .container {
    padding: 0 30px;
  }
  .home .news .entry {
    margin-top: 40px;
  }
  .home .news .entry__date {
    font-size: 14px;
  }
  .home .news .entry__cate {
    margin-left: 20px;
    padding: 4px 8px;
  }
  .home .news .entry__title {
    margin-left: 40px;
  }
}
@media screen and (max-width: 758px) {
  .home .news .container {
    padding: 0 15px;
  }
  .home .news .entry__link {
    display: block;
  }
  .home .news .entry__date {
    font-size: 13px;
  }
  .home .news .entry__cate {
    padding: 5px 11px;
    font-size: 12px;
  }
  .home .news .entry__title {
    margin-top: 15px;
    margin-left: 0;
    font-size: 12px;
  }
}
/* ---------------------------------
  Concept:.concept
----------------------------------- */
.home .concept {
  position: relative;
  margin-top: 60px;
  padding-bottom: 58px;
}
.home .concept__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 330px;
  background-color: #f2f2f2;
  z-index: -1;
}
.home .concept .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
}
.home .concept__thumb {
  margin-left: -360px;
  max-width: 1010px;
}
.home .concept__thumb-inner {
  width: 1010px;
  height: 533px;
  background-image: url(img/top-concept-img-80.jpg);
  background-position: center center;
  background-size: cover;
}
.home .concept__contents {
  margin-left: 65px;
  padding-top: 31px;
}
.home .concept__title {
  position: relative;
  padding-bottom: 21px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.home .concept__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.home .concept__copy {
  margin-top: 33px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.home .concept__text {
  margin-top: 26px;
  line-height: 2;
}
.home .concept__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 54px auto 0;
  width: 1000px;
}
.home .concept__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  width: 315px;
  height: 85px;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e3b865;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .concept__btn:hover {
  opacity: 0.6;
}
.home .concept__btn img {
  width: auto;
  height: 40px;
}
.home .concept__btn p {
  margin-left: 30px;
}
.home .concept__btn.concept__btn-2 p {
  margin-left: 24px;
}
.home .concept__btn.concept__btn-3 img {
  height: 30px;
}
.home .concept__btn.concept__btn-3 p {
  margin-left: 18px;
}

@media screen and (max-width: 1199px) {
  .home .concept {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .home .concept__bg {
    height: 360px;
  }
  .home .concept .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  .home .concept__thumb {
    margin: 0 auto;
    max-width: 960px;
  }
  .home .concept__thumb-inner {
    width: 100%;
    height: 400px;
    background-image: url(img/top-concept-img-80.jpg);
  }
  .home .concept__contents {
    margin-left: 0;
    margin-top: 40px;
    padding: 0 30px;
  }
  .home .concept__title {
    padding-bottom: 18px;
    font-size: 20px;
  }
  .home .concept__title::after {
    width: 34px;
  }
  .home .concept__copy {
    margin-top: 20px;
    font-size: 34px;
  }
  .home .concept__text {
    margin-top: 20px;
  }
  .home .concept__btns {
    display: block;
    margin: 80px auto 0;
    width: calc(100% - 60px);
  }
  .home .concept__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    height: 80px;
  }
  .home .concept__btn + .concept__btn {
    margin-top: 20px;
  }
  .home .concept__btn:hover {
    opacity: 1;
  }
  .home .concept__btn img {
    height: 30px;
  }
  .home .concept__btn p {
    margin-left: 24px;
  }
  .home .concept__btn.concept__btn-2 p {
    margin-left: 24px;
  }
  .home .concept__btn.concept__btn-3 img {
    height: 24px;
  }
  .home .concept__btn.concept__btn-3 p {
    margin-left: 24px;
  }
}
@media screen and (max-width: 758px) {
  .home .concept {
    margin-top: 45px;
    padding-bottom: 35px;
  }
  .home .concept__bg {
    height: 265px;
  }
  .home .concept .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  .home .concept__thumb {
    max-width: 100%;
  }
  .home .concept__thumb-inner {
    height: 190px;
  }
  .home .concept__contents {
    margin-top: 32px;
    padding: 0 15px;
  }
  .home .concept__title {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .home .concept__title::after {
    width: 30px;
  }
  .home .concept__copy {
    margin-top: 28px;
    font-size: 25px;
  }
  .home .concept__btns {
    margin: 60px auto 0;
    width: calc(100% - 60px);
  }
  .home .concept__btn {
    height: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .concept__btn + .concept__btn {
    margin-top: 15px;
  }
  .home .concept__btn p {
    margin-left: 18px;
  }
  .home .concept__btn.concept__btn-2 p {
    margin-left: 18px;
  }
  .home .concept__btn.concept__btn-3 img {
    height: 23px;
  }
  .home .concept__btn.concept__btn-3 p {
    margin-left: 18px;
  }
}
/* ---------------------------------
  サービス：service
----------------------------------- */
.home .service {
  margin-top: 100px;
}
.home .service .container {
  width: 1100px;
}
.home .service .items {
  margin-top: 77px;
}
.home .service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .service .item + .item {
  margin-top: 120px;
}
.home .service .item__contents {
  width: 428px;
  margin-right: 95px;
}
.home .service .item__num {
  display: inline-block;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.home .service .item__title {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
}
.home .service .item__copy {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.home .service .item__text {
  margin-top: 15px;
  line-height: 2;
}
.home .service .item__links {
  margin-top: 28px;
}
.home .service .item__link {
  position: relative;
  display: grid;
  place-items: center;
  width: 360px;
  height: 60px;
  font-weight: 500;
  border: 1px solid #e3b865;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .service .item__link:hover {
  opacity: 0.6;
}
.home .service .item__link + .item__link {
  margin-top: 10px;
}
.home .service .item__ico {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
}
.home .service .item__thumb {
  width: 945px;
  height: 580px;
  margin-right: -260px;
}
.home .service .item__thumb-inner {
  width: 100%;
  height: 100%;
  background-image: url(img/top-service-img1-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .service .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .service .item:nth-child(2) .item__contents {
  margin-right: 0;
  margin-left: 95px;
  padding-top: 32px;
}
.home .service .item:nth-child(2) .item__thumb {
  margin-right: 0;
  margin-left: -260px;
}
.home .service .item:nth-child(2) .item__thumb-inner {
  background-image: url(img/top-service-img2-80.jpg);
}
.home .service .item:nth-child(3) .item__thumb-inner {
  background-image: url(img/top-service-img3-80.jpg);
}

@media screen and (max-width: 1199px) {
  .home .service {
    margin-top: 60px;
  }
  .home .service .container {
    width: 100%;
    padding: 0;
  }
  .home .service .items {
    margin-top: 40px;
  }
  .home .service .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .service .item + .item {
    margin-top: 60px;
  }
  .home .service .item__contents {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
    padding: 0 30px;
  }
  .home .service .item__num {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .home .service .item__title {
    margin-top: 20px;
    font-size: 30px;
  }
  .home .service .item__copy {
    margin-top: 27px;
    font-size: 20px;
  }
  .home .service .item__text {
    margin-top: 14px;
  }
  .home .service .item__links {
    margin-top: 30px;
  }
  .home .service .item__link {
    width: 50%;
  }
  .home .service .item__link:hover {
    opacity: 1;
  }
  .home .service .item__link + .item__link {
    margin-top: 15px;
  }
  .home .service .item__ico {
    right: 20px;
    width: 50px;
  }
  .home .service .item__thumb {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .home .service .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .service .item:nth-child(2) .item__contents {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .home .service .item:nth-child(2) .item__thumb {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 758px) {
  .home .service {
    margin-top: 53px;
  }
  .home .service .items {
    margin-top: 25px;
  }
  .home .service .item + .item {
    margin-top: 38px;
  }
  .home .service .item__contents {
    margin-top: 26px;
  }
  .home .service .item__num {
    padding-bottom: 6px;
    font-size: 18px;
  }
  .home .service .item__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .home .service .item__copy {
    margin-top: 20px;
    font-size: 18px;
  }
  .home .service .item__text {
    margin-top: 11px;
  }
  .home .service .item__links {
    margin-top: 20px;
  }
  .home .service .item__link {
    width: 100%;
  }
  .home .service .item__link + .item__link {
    margin-top: 8px;
  }
  .home .service .item__ico {
    right: 16px;
    width: 41px;
  }
  .home .service .item__thumb {
    height: 220px;
  }
  .home .service .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .service .item:nth-child(2) .item__contents {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .home .service .item:nth-child(2) .item__thumb {
    margin-right: 0;
    margin-left: 0;
  }
}
/* ---------------------------------
  VOICE
----------------------------------- */
.home .voice {
  position: relative;
  margin-top: 88px;
}
.home .voice__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
}
.home .voice .container {
  width: 1200px;
}
.home .voice .section-title {
  padding: 95px 0 150px;
  background-image: url(img/top-voice-bg-80.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.home .voice .section-title .title {
  font-size: 48px;
}
.home .voice .section-title .subtitle {
  margin-top: 10px;
  font-size: 18px;
}
.home .voice .items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -80px;
  z-index: 1;
}
.home .voice .item {
  width: 372px;
  word-break: break-all;
}
.home .voice .item + .item {
  margin-left: 42px;
}
.home .voice .item:nth-child(3n+1) {
  margin-left: 0;
}
.home .voice .item:nth-child(n+4) {
  margin-top: 45px;
}
.home .voice .item__link {
  display: block;
}
.home .voice .item__thumb {
  width: 100%;
  overflow: hidden;
}
.home .voice .item__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .voice .item__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .voice .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .voice .item__link:hover .item__title {
  opacity: 0.6;
}
.home .voice .archive-link {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .home .voice {
    margin-top: 68px;
  }
  .home .voice__head {
    height: 320px;
  }
  .home .voice .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .voice .section-title {
    padding: 60px 0 100px;
  }
  .home .voice .section-title .title {
    font-size: 40px;
  }
  .home .voice .section-title .subtitle {
    margin-top: 10px;
    font-size: 16px;
  }
  .home .voice .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -40px;
  }
  .home .voice .item {
    width: 48.5%;
  }
  .home .voice .item + .item {
    margin-left: 0;
  }
  .home .voice .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .home .voice .item:nth-child(n+4) {
    margin-top: 0;
  }
  .home .voice .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .home .voice .item__title {
    margin-top: 15px;
    font-size: 16px;
  }
  .home .voice .archive-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .home .voice {
    margin-top: 45px;
  }
  .home .voice__head {
    height: 320px;
  }
  .home .voice .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .voice .section-title {
    padding: 42px 0 46px;
    background-image: url(img/sp-top-voice-bg-80.jpg);
    background-repeat: no-repeat;
    background-size: center center;
    background-size: 100%;
  }
  .home .voice .section-title .title {
    font-size: 24px;
  }
  .home .voice .section-title .subtitle {
    font-size: 12px;
  }
  .home .voice .items {
    margin-top: -18px;
  }
  .home .voice .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .home .voice .item__title {
    margin-top: 7px;
    font-size: 12px;
  }
  .home .voice .archive-link {
    margin-top: 24px;
    width: calc(100% - 30px);
  }
}
/* ---------------------------------
  About＆Price
----------------------------------- */
.home .about-price {
  margin-top: 120px;
}
.home .about-price .container {
  width: 1200px;
}
.home .about-price .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .about-price .item {
  width: 580px;
}
.home .about-price .item__thumb {
  width: 100%;
  overflow: hidden;
}
.home .about-price .item__thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .about-price .item__body {
  position: relative;
  padding: 35px 0 32px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.home .about-price .item__title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.home .about-price .item__subtitle {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}
.home .about-price .item__text {
  margin-top: 30px;
}
.home .about-price .item__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .about-price .item__link:hover {
  opacity: 0.6;
}
.home .about-price .item__link:hover .item__thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .about-price .item__ico {
  display: block;
  position: absolute;
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
  height: 11px;
  border-top: 11px solid #e3b865;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}

@media screen and (max-width: 1199px) {
  .home .about-price {
    margin-top: 100px;
  }
  .home .about-price .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .about-price .item {
    width: 48.5%;
  }
  .home .about-price .item__body {
    padding: 40px;
  }
  .home .about-price .item__title {
    font-size: 40px;
  }
  .home .about-price .item__subtitle {
    margin-top: 10px;
    font-size: 15px;
  }
  .home .about-price .item__text {
    margin-top: 20px;
    line-height: 1.5;
  }
  .home .about-price .item__ico {
    display: block;
    position: absolute;
    right: -2px;
    bottom: 5px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 22px;
    height: 11px;
    border-top: 11px solid #e3b865;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
  }
}
@media screen and (max-width: 758px) {
  .home .about-price {
    margin-top: 77px;
  }
  .home .about-price .container {
    padding: 0 15px;
  }
  .home .about-price .items {
    display: block;
  }
  .home .about-price .item {
    width: 100%;
  }
  .home .about-price .item + .item {
    margin-top: 21px;
  }
  .home .about-price .item__body {
    padding: 18px 18px 10px;
  }
  .home .about-price .item__title {
    font-size: 30px;
  }
  .home .about-price .item__subtitle {
    margin-top: 5px;
    font-size: 12px;
  }
  .home .about-price .item__text {
    margin-top: 8px;
    line-height: 2;
  }
  .home .about-price .item__ico {
    right: 0;
    bottom: 3px;
    width: 12px;
    height: 6px;
    border-top: 6px solid #e3b865;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
/* ---------------------------------
  Q&A
----------------------------------- */
.home .qa {
  margin-top: 120px;
  padding: 90px 0 135px;
  background-color: #f2f2f2;
}
.home .qa .container {
  width: 1000px;
}
.home .qa .items {
  margin-top: 57px;
}
.home .qa .item {
  padding: 40px 100px 35px 40px;
  background-color: #fff;
}
.home .qa .item + .item {
  margin-top: 20px;
}
.home .qa .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .qa .item__left {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3b865;
}
.home .qa .item__left p {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.home .qa .item__right {
  margin-left: 25px;
  padding-top: 14px;
}
.home .qa .item__right h3 {
  font-size: 20px;
}
.home .qa .item__contents.question {
  position: relative;
  cursor: pointer;
}
.home .qa .item__contents.question .item__ico {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(img/ico-plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.home .qa .item__contents.question .item__ico.active {
  background-image: url(img/ico-minus.png);
}
.home .qa .item__contents.answer {
  margin-top: 25px;
  display: none;
}
.home .qa .item__contents.answer .answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .qa .item__contents.answer .item__left {
  background-color: #000;
  color: #fff;
}
.home .qa .item__contents.answer .item__right {
  margin-top: -5px;
}
.home .qa .item__contents.answer .item__right p {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .qa {
    margin-top: 60px;
    padding: 60px 0 100px;
  }
  .home .qa .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .qa .items {
    margin-top: 40px;
  }
  .home .qa .item {
    padding: 20px 20px 25px;
  }
  .home .qa .item + .item {
    margin-top: 15px;
  }
  .home .qa .item__left {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .home .qa .item__left p {
    font-size: 28px;
  }
  .home .qa .item__right {
    margin-left: 20px;
    padding-top: 10px;
  }
  .home .qa .item__right h3 {
    font-size: 18px;
  }
  .home .qa .item__contents.question .item__ico {
    right: 0;
    width: 18px;
    height: 18px;
  }
  .home .qa .item__contents.answer {
    margin-top: 20px;
  }
  .home .qa .item__contents.answer .item__right {
    margin-top: 0;
    padding-top: 6px;
  }
}
@media screen and (max-width: 758px) {
  .home .qa {
    margin-top: 35px;
    padding: 25px 0 22px;
  }
  .home .qa .container {
    padding: 0 15px;
  }
  .home .qa .items {
    margin-top: 30px;
  }
  .home .qa .item {
    padding: 15px;
  }
  .home .qa .item + .item {
    margin-top: 20px;
  }
  .home .qa .item__left {
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
  }
  .home .qa .item__left p {
    font-size: 27px;
  }
  .home .qa .item__right {
    margin-left: 15px;
    padding-top: 0;
    padding-right: 20px;
  }
  .home .qa .item__right h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  .home .qa .item__contents.question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .qa .item__contents.question .item__ico {
    width: 15px;
    height: 15px;
  }
  .home .qa .item__contents.answer {
    margin-top: 18px;
  }
}
/* ---------------------------------
  BLOG
----------------------------------- */
.home .blog {
  margin-top: 114px;
}
.home .blog .container {
  width: 1200px;
}
.home .blog .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 64px;
}
.home .blog .entry {
  width: 372px;
}
.home .blog .entry + .entry {
  margin-left: 42px;
}
.home .blog .entry__link {
  display: block;
}
.home .blog .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .blog .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .blog .entry__body {
  position: relative;
  padding: 20px 20px 27px;
  background-color: #000;
  color: #fff;
  word-break: break-all;
}
.home .blog .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.home .blog .entry__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.home .blog .entry__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.home .blog .entry__cate {
  position: relative;
  padding: 5px 14px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #e3b865;
  color: #000;
  font-weight: 500;
  border-radius: 4px;
}
.home .blog .entry__ico {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
  height: 11px;
  border-top: 11px solid #e3b865;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.home .blog .entry__link:hover {
  opacity: 0.6;
}
.home .blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .blog .archive-link {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .home .blog {
    margin-top: 60px;
  }
  .home .blog .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .blog .entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .home .blog .entry {
    width: 48.5%;
  }
  .home .blog .entry + .entry {
    margin-left: 0;
  }
  .home .blog .entry:nth-child(n+3) {
    margin-top: 30px;
  }
  .home .blog .entry__body {
    padding: 20px 20px 25px;
  }
  .home .blog .entry__date {
    font-size: 13px;
  }
  .home .blog .entry__title {
    margin-top: 14px;
    font-size: 16px;
  }
  .home .blog .entry__cats {
    margin-top: 15px;
  }
  .home .blog .entry__cate {
    padding: 4px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .home .blog .entry__link:hover {
    opacity: 1;
  }
  .home .blog .archive-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .home .blog {
    margin-top: 36px;
  }
  .home .blog .container {
    padding: 0 15px;
  }
  .home .blog .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 23px;
  }
  .home .blog .entry {
    width: 100%;
  }
  .home .blog .entry:nth-child(n+3) {
    margin-top: 0;
  }
  .home .blog .entry + .entry {
    margin-top: 20px;
  }
  .home .blog .entry__body {
    padding: 28px 28px 30px;
  }
  .home .blog .entry__date {
    font-size: 11px;
  }
  .home .blog .entry__title {
    margin-top: 10px;
    font-size: 17px;
  }
  .home .blog .entry__cats {
    margin-top: 15px;
  }
  .home .blog .entry__cate {
    padding: 4px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .home .blog .entry__ico {
    right: 0px;
    bottom: 5px;
    width: 12px;
    height: 6px;
    border-top: 6px solid #e3b865;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .home .blog .archive-link {
    margin-top: 20px;
  }
}
.loding {
  display: none;
}

.home #loding {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  color: #333;
  z-index: 9999;
}
.home .loding__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  max-width: 420px;
}
.home .loding__logo .fadeIn {
  width: 100%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ===================================

  汎用アーカイブ：archive

====================================== */
.archive .mv-lower {
  background-image: url(img/archive-mv-80.jpg);
}
.archive .page-wrap.container {
  width: 1200px;
}

/* ===================================

  ブログ一覧ページ：archive-blog

====================================== */
.blog .mv-lower,
.date .mv-lower,
.category .mv-lower,
.post-type-archive-blog .mv-lower {
  background-image: url(img/blog-mv-80.jpg);
}
.blog .page-wrap.container,
.date .page-wrap.container,
.category .page-wrap.container,
.post-type-archive-blog .page-wrap.container {
  width: 1200px;
}
.blog .main .entries,
.date .main .entries,
.category .main .entries,
.post-type-archive-blog .main .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog .main .entry,
.date .main .entry,
.category .main .entry,
.post-type-archive-blog .main .entry {
  width: 48.5%;
}
.blog .main .entry:nth-child(n+3),
.date .main .entry:nth-child(n+3),
.category .main .entry:nth-child(n+3),
.post-type-archive-blog .main .entry:nth-child(n+3) {
  margin-top: 30px;
}
.blog .main .entry__link,
.date .main .entry__link,
.category .main .entry__link,
.post-type-archive-blog .main .entry__link {
  display: block;
}
.blog .main .entry__thumb,
.date .main .entry__thumb,
.category .main .entry__thumb,
.post-type-archive-blog .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.blog .main .entry__thumb-img,
.date .main .entry__thumb-img,
.category .main .entry__thumb-img,
.post-type-archive-blog .main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .main .entry__body,
.date .main .entry__body,
.category .main .entry__body,
.post-type-archive-blog .main .entry__body {
  position: relative;
  padding: 20px 20px 27px;
  background-color: #000;
  color: #fff;
  word-break: break-all;
}
.blog .main .entry__date,
.date .main .entry__date,
.category .main .entry__date,
.post-type-archive-blog .main .entry__date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.blog .main .entry__title,
.date .main .entry__title,
.category .main .entry__title,
.post-type-archive-blog .main .entry__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.blog .main .entry__cats,
.date .main .entry__cats,
.category .main .entry__cats,
.post-type-archive-blog .main .entry__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.blog .main .entry__cate,
.date .main .entry__cate,
.category .main .entry__cate,
.post-type-archive-blog .main .entry__cate {
  position: relative;
  padding: 5px 14px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #e3b865;
  color: #000;
  font-weight: 500;
  border-radius: 4px;
}
.blog .main .entry__ico,
.date .main .entry__ico,
.category .main .entry__ico,
.post-type-archive-blog .main .entry__ico {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
  height: 11px;
  border-top: 11px solid #e3b865;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.blog .main .entry__link:hover,
.date .main .entry__link:hover,
.category .main .entry__link:hover,
.post-type-archive-blog .main .entry__link:hover {
  opacity: 0.6;
}
.blog .main .entry__link:hover .entry__thumb-img,
.date .main .entry__link:hover .entry__thumb-img,
.category .main .entry__link:hover .entry__thumb-img,
.post-type-archive-blog .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
  .blog .page-wrap.container,
  .date .page-wrap.container,
  .category .page-wrap.container,
  .post-type-archive-blog .page-wrap.container {
    width: 100%;
    margin-top: 60px;
  }
  .blog .main .entry__body,
  .date .main .entry__body,
  .category .main .entry__body,
  .post-type-archive-blog .main .entry__body {
    padding: 20px 20px 25px;
  }
  .blog .main .entry__date,
  .date .main .entry__date,
  .category .main .entry__date,
  .post-type-archive-blog .main .entry__date {
    font-size: 13px;
  }
  .blog .main .entry__title,
  .date .main .entry__title,
  .category .main .entry__title,
  .post-type-archive-blog .main .entry__title {
    margin-top: 14px;
    font-size: 16px;
  }
  .blog .main .entry__cats,
  .date .main .entry__cats,
  .category .main .entry__cats,
  .post-type-archive-blog .main .entry__cats {
    margin-top: 15px;
  }
  .blog .main .entry__cate,
  .date .main .entry__cate,
  .category .main .entry__cate,
  .post-type-archive-blog .main .entry__cate {
    padding: 4px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .blog .main .entry__link:hover,
  .date .main .entry__link:hover,
  .category .main .entry__link:hover,
  .post-type-archive-blog .main .entry__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .blog .page-wrap.container,
  .date .page-wrap.container,
  .category .page-wrap.container,
  .post-type-archive-blog .page-wrap.container {
    margin-top: 40px;
  }
  .blog .main,
  .date .main,
  .category .main,
  .post-type-archive-blog .main {
    padding: 0 15px;
  }
  .blog .main .entries,
  .date .main .entries,
  .category .main .entries,
  .post-type-archive-blog .main .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .main .entry,
  .date .main .entry,
  .category .main .entry,
  .post-type-archive-blog .main .entry {
    width: 100%;
  }
  .blog .main .entry:nth-child(n+3),
  .date .main .entry:nth-child(n+3),
  .category .main .entry:nth-child(n+3),
  .post-type-archive-blog .main .entry:nth-child(n+3) {
    margin-top: 0;
  }
  .blog .main .entry + .entry,
  .date .main .entry + .entry,
  .category .main .entry + .entry,
  .post-type-archive-blog .main .entry + .entry {
    margin-top: 20px;
  }
  .blog .main .entry__body,
  .date .main .entry__body,
  .category .main .entry__body,
  .post-type-archive-blog .main .entry__body {
    padding: 28px 28px 30px;
  }
  .blog .main .entry__date,
  .date .main .entry__date,
  .category .main .entry__date,
  .post-type-archive-blog .main .entry__date {
    font-size: 11px;
  }
  .blog .main .entry__title,
  .date .main .entry__title,
  .category .main .entry__title,
  .post-type-archive-blog .main .entry__title {
    margin-top: 10px;
    font-size: 17px;
  }
  .blog .main .entry__cats,
  .date .main .entry__cats,
  .category .main .entry__cats,
  .post-type-archive-blog .main .entry__cats {
    margin-top: 15px;
  }
  .blog .main .entry__cate,
  .date .main .entry__cate,
  .category .main .entry__cate,
  .post-type-archive-blog .main .entry__cate {
    padding: 4px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .blog .main .entry__ico,
  .date .main .entry__ico,
  .category .main .entry__ico,
  .post-type-archive-blog .main .entry__ico {
    right: 0px;
    bottom: 5px;
    width: 12px;
    height: 6px;
    border-top: 6px solid #e3b865;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
/* ===================================

  お知らせ一覧：archive-news

====================================== */
.post-type-archive-news .page-wrap.container {
  width: 1200px;
}
.post-type-archive-news .main {
  width: 800px;
}
.post-type-archive-news .main .entry {
  position: relative;
  padding: 30px 30px 35px;
  background-color: #f2f2f2;
}
.post-type-archive-news .main .entry + .entry {
  margin-top: 30px;
}
.post-type-archive-news .main .entry__link {
  display: block;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-news .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-news .main .entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-news .main .entry__cate {
  display: inline-block;
  padding: 4px 10px;
  background-color: #e3b865;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 500;
}
.post-type-archive-news .main .entry__date {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.post-type-archive-news .main .entry__title {
  margin-top: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
.post-type-archive-news .main .entry__excerpt {
  margin-top: 17px;
  word-break: break-all;
}
.post-type-archive-news .main .entry__excerpt p {
  line-height: 2;
}
.post-type-archive-news .main .entry__ico {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
  height: 11px;
  border-top: 11px solid #e3b865;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-news .page-wrap.container {
    width: 100%;
  }
  .post-type-archive-news .main {
    width: 100%;
  }
  .post-type-archive-news .main .entry + .entry {
    margin-top: 20px;
  }
  .post-type-archive-news .main .entry__cate {
    padding: 4px 6px;
    font-size: 11px;
  }
  .post-type-archive-news .main .entry__date {
    font-size: 12px;
  }
  .post-type-archive-news .main .entry__title {
    margin-top: 12px;
    padding-bottom: 4px;
    font-size: 18px;
  }
  .post-type-archive-news .main .entry__excerpt {
    margin-top: 15px;
  }
  .post-type-archive-news .main .entry__ico {
    width: 20px;
    height: 10px;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-news .main {
    padding: 0 15px;
  }
  .post-type-archive-news .main .entry + .entry {
    margin-top: 20px;
  }
  .post-type-archive-news .main .entry__cate {
    padding: 3px 5px;
    font-size: 10px;
  }
  .post-type-archive-news .main .entry__date {
    font-size: 11px;
  }
  .post-type-archive-news .main .entry__title {
    font-size: 16px;
  }
  .post-type-archive-news .main .entry__ico {
    right: 4px;
    bottom: 12px;
    width: 20px;
    height: 10px;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
/* ===================================

  お客様の声一覧：archive-voice

====================================== */
/* ===================================

  VOICE一覧：post-type-archive-voice

====================================== */
.post-type-archive-voice .mv-lower {
  background-image: url(img/voice-mv-80.jpg);
}
.post-type-archive-voice .main {
  margin-top: 85px;
}
.post-type-archive-voice .page-wrap.container {
  width: 960px;
}
.post-type-archive-voice .voice-entries {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-voice .voice-entry {
  position: relative;
  width: 280px;
  z-index: 1;
}
.post-type-archive-voice .voice-entry + .voice-entry {
  margin-left: 40px;
}
.post-type-archive-voice .voice-entry:nth-child(3n+1) {
  margin-left: 0;
}
.post-type-archive-voice .voice-entry:nth-child(n+4) {
  margin-top: 40px;
}
.post-type-archive-voice .voice-entry__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-voice .voice-entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-voice .voice-entry__thumb-img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-voice .voice-entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-voice .voice-entry__link:hover .voice-entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-voice .voice-entry__body {
  padding: 20px 10px 15px;
  background-color: #fff;
  word-break: break-all;
}
.post-type-archive-voice .voice-entry__meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.post-type-archive-voice .voice-entry__name {
  font-size: 26px;
  font-weight: 500;
}
.post-type-archive-voice .voice-entry__name .title {
  margin-left: 14px;
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-voice .voice-entry__name .gender-age {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.post-type-archive-voice .voice-entry__excerpt {
  margin-top: 12px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-voice .page-wrap.container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-voice .main {
    margin-top: 60px;
  }
  .post-type-archive-voice .voice-entries {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-type-archive-voice .voice-entry {
    width: 48.5%;
  }
  .post-type-archive-voice .voice-entry + .voice-entry {
    margin-left: 0;
  }
  .post-type-archive-voice .voice-entry:nth-child(n+4) {
    margin-top: 0;
  }
  .post-type-archive-voice .voice-entry:nth-child(n+3) {
    margin-top: 35px;
  }
  .post-type-archive-voice .voice-entry__body {
    padding: 20px 20px 15px 0;
  }
  .post-type-archive-voice .voice-entry__meta {
    padding-bottom: 16px;
  }
  .post-type-archive-voice .voice-entry__name {
    font-size: 22px;
  }
  .post-type-archive-voice .voice-entry__name .title {
    margin-left: 12px;
    font-size: 16px;
  }
  .post-type-archive-voice .voice-entry__name .gender-age {
    font-size: 13px;
  }
  .post-type-archive-voice .voice-entry__excerpt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-voice .page-wrap.container {
    width: 100%;
    padding: 0 15px;
  }
  .post-type-archive-voice .main {
    margin-top: 40px;
  }
  .post-type-archive-voice .voice-entry:nth-child(n+3) {
    margin-top: 30px;
  }
  .post-type-archive-voice .voice-entry__body {
    padding: 15px 10px 14px 0;
  }
  .post-type-archive-voice .voice-entry__meta {
    padding-bottom: 10px;
  }
  .post-type-archive-voice .voice-entry__name {
    font-size: 18px;
  }
  .post-type-archive-voice .voice-entry__name .title {
    margin-left: 8px;
    font-size: 13px;
  }
  .post-type-archive-voice .voice-entry__name .gender-age {
    font-size: 11px;
  }
}
/* ===================================

  固定ページ：page

====================================== */
/* ===================================

  ヒーローズについて：page-about

====================================== */
.page-about .mv-lower {
  background-image: url(img/lower-mv-about-80.jpg);
}
.page-about .main {
  margin-top: 100px;
}
.page-about .appeal .container {
  width: 1280px;
}
.page-about .appeal__img {
  width: 100%;
}
.page-about .appeal__img img {
  display: block;
  width: 100%;
}
.page-about .appeal__contents {
  position: relative;
  top: -74px;
  margin: 0 auto;
  padding: 30px;
  width: 750px;
  min-height: 140px;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.page-about .appeal__title {
  font-size: 36px;
  font-weight: 700;
}
.page-about .appeal__copy {
  margin-top: 28px;
}
.page-about .appeal__motto {
  margin-top: 6px;
  padding: 0 40px;
}
.page-about .appeal__motto .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-about .appeal__motto .item {
  width: 400px;
}
.page-about .appeal__motto .item__title {
  font-size: 20px;
  font-weight: 500;
}
.page-about .appeal__motto .item__list {
  position: relative;
  margin-top: 29px;
  margin-left: 24px;
  padding: 4px 60px 0 26px;
}
.page-about .appeal__motto .item__list::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  min-height: 120px;
  background-color: #000;
}
.page-about .appeal__motto .item__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.page-about .appeal__motto .item:nth-child(2) {
  width: 385px;
}
.page-about .appeal__motto .item:last-child {
  width: 415px;
}
.page-about .appeal__motto .item:last-child .item__list {
  padding-right: 0;
}
.page-about .sliderblock {
  margin-top: 95px;
}
.page-about .sliderblock .swiper-slide {
  width: 480px;
}
.page-about .msg {
  margin-top: 120px;
}
.page-about .msg .container {
  width: 1080px;
}
.page-about .msg .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 75px;
}
.page-about .msg .item__thumb {
  width: 440px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}
.page-about .msg .item__contents {
  margin-left: 60px;
}
.page-about .msg .item__title {
  font-size: 36px;
  font-weight: 700;
}
.page-about .msg .item__title.mt {
  margin-top: 2em;
}
.page-about .msg .item__img {
  display: block;
  width: 100%;
  margin-top: 2em;
}
.page-about .msg .item__text {
  margin-top: 45px;
}
.page-about .msg .item__text p {
  line-height: 2;
}
.page-about .msg .item__text p + p {
  margin-top: 31px;
}
.page-about .msg .item__bottom {
  margin-top: 47px;
  padding-left: 0;
}
.page-about .msg .item__name {
  width: 332px;
}
.page-about .inst {
  margin-top: 168px;
  padding: 120px 0 95px;
  background-color: #f2f2f2;
}
.page-about .inst .container {
  width: 1000px;
}
.page-about .inst .items {
  margin-top: 80px;
}
.page-about .inst .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-about .inst .item + .item {
  margin-top: 115px;
}
.page-about .inst .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-about .inst .item__thumb {
  width: 420px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
.page-about .inst .item__thumb img {
  display: block;
  width: 100%;
}
.page-about .inst .item__contents {
  width: 480px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  padding-top: 45px;
}
.page-about .inst .item__name {
  font-size: 36px;
  font-weight: 700;
}
.page-about .inst .item__name-en {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}
.page-about .inst .item hr {
  position: relative;
  margin-top: 33px;
  width: 30px;
  height: 2px;
  background-color: #000;
  color: #000;
}
.page-about .inst .item__body {
  margin-top: 58px;
}
.page-about .inst .item__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-about .inst .item__body dl + dl {
  margin-top: 15px;
}
.page-about .inst .item__body dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  height: 30px;
  font-weight: 400;
  border: 1px solid #000;
}
.page-about .inst .item__body dd {
  margin-top: -2px;
  margin-left: 25px;
  line-height: 2;
}
.page-about .inst .item__text {
  margin-top: 37px;
  line-height: 2;
}
.page-about .company {
  margin-top: 130px;
}
.page-about .company .container {
  width: 900px;
}
.page-about .company__contents {
  margin-top: 58px;
}
.page-about .company__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #c9caca;
}
.page-about .company__contents dl:last-child {
  border-bottom: 1px solid #c9caca;
}
.page-about .company__contents dt,
.page-about .company__contents dd {
  padding: 43px 0 40px;
}
.page-about .company__contents dt {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  background-color: #f7f8f8;
  font-weight: 700;
  text-align: center;
}
.page-about .company__contents dd {
  padding-left: 50px;
}
.page-about .company__contents dd .tel-link {
  cursor: auto;
}
.page-about .contact {
  margin-top: 105px;
}

@media screen and (max-width: 1199px) {
  .page-about .main {
    margin-top: 60px;
  }
  .page-about .appeal .container {
    width: 100%;
  }
  .page-about .appeal__contents {
    top: -40px;
    padding: 30px;
    width: calc(100% - 120px);
  }
  .page-about .appeal__title {
    font-size: 30px;
  }
  .page-about .appeal__copy {
    margin-top: 30px;
  }
  .page-about .appeal__motto {
    margin-top: 0;
    padding: 0 30px;
  }
  .page-about .appeal__motto .item {
    width: 33%;
  }
  .page-about .appeal__motto .item__title {
    font-size: 17px;
  }
  .page-about .appeal__motto .item__list {
    margin-top: 20px;
    margin-left: 15px;
    padding: 5px 15px 0 15px;
  }
  .page-about .appeal__motto .item__text {
    font-size: 20px;
  }
  .page-about .appeal__motto .item:nth-child(2) {
    width: 33%;
  }
  .page-about .appeal__motto .item:last-child {
    width: 33%;
  }
  .page-about .appeal__motto .item:last-child .item__list {
    padding-right: 0;
  }
  .page-about .msg {
    margin-top: 80px;
  }
  .page-about .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-about .msg .item {
    margin-top: 50px;
  }
  .page-about .msg .item__thumb {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .page-about .msg .item__contents {
    margin-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .page-about .msg .item__title {
    font-size: 30px;
    line-height: 1.33;
  }
  .page-about .msg .item__img {
    margin-top: 30px;
  }
  .page-about .msg .item__text {
    margin-top: 30px;
  }
  .page-about .msg .item__text p + p {
    margin-top: 20px;
  }
  .page-about .msg .item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
    padding-left: 0;
  }
  .page-about .msg .item__name {
    width: 240px;
  }
  .page-about .inst {
    margin-top: 80px;
    padding: 80px 0;
  }
  .page-about .inst .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-about .inst .items {
    margin-top: 50px;
  }
  .page-about .inst .item + .item {
    margin-top: 80px;
  }
  .page-about .inst .item__thumb {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .page-about .inst .item__contents {
    width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding-top: 20px;
  }
  .page-about .inst .item__name {
    font-size: 30px;
  }
  .page-about .inst .item__name-en {
    font-size: 20px;
    margin-top: 14px;
  }
  .page-about .inst .item hr {
    margin-top: 30px;
  }
  .page-about .inst .item__body {
    margin-top: 30px;
  }
  .page-about .inst .item__body dl + dl {
    margin-top: 16px;
  }
  .page-about .inst .item__body dt {
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 28px;
  }
  .page-about .inst .item__body dd {
    margin-top: 0;
    margin-left: 20px;
  }
  .page-about .inst .item__text {
    margin-top: 20px;
  }
  .page-about .company {
    margin-top: 80px;
  }
  .page-about .company .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-about .company__contents {
    margin-top: 50px;
  }
  .page-about .company__contents dt,
  .page-about .company__contents dd {
    padding: 33px 0 30px;
  }
  .page-about .company__contents dt {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .page-about .company__contents dd {
    padding-left: 30px;
  }
  .page-about .contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .main {
    margin-top: 40px;
  }
  .page-about .appeal__contents {
    top: -20px;
    padding: 20px 15px 25px;
    width: calc(100% - 30px);
  }
  .page-about .appeal__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .page-about .appeal__copy {
    margin-top: 20px;
    line-height: 1.5;
  }
  .page-about .appeal__motto {
    margin-top: 0;
    padding: 0 30px;
  }
  .page-about .appeal__motto .items {
    display: block;
  }
  .page-about .appeal__motto .item {
    width: 100%;
  }
  .page-about .appeal__motto .item + .item {
    margin-top: 30px;
  }
  .page-about .appeal__motto .item__title {
    font-size: 14px;
  }
  .page-about .appeal__motto .item__list {
    margin-top: 12px;
    margin-left: 10px;
    padding: 10px 15px;
  }
  .page-about .appeal__motto .item__list::before {
    min-height: auto;
  }
  .page-about .appeal__motto .item__text {
    font-size: 16px;
  }
  .page-about .appeal__motto .item:nth-child(2) {
    width: 100%;
  }
  .page-about .appeal__motto .item:last-child {
    width: 100%;
  }
  .page-about .sliderblock {
    margin-top: 40px;
  }
  .page-about .sliderblock .swiper-slide {
    width: 300px;
  }
  .page-about .msg {
    margin-top: 50px;
  }
  .page-about .msg .container {
    padding: 0 15px;
  }
  .page-about .msg .item {
    display: block;
    margin-top: 30px;
  }
  .page-about .msg .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-about .msg .item__contents {
    margin-left: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-about .msg .item__title {
    margin-top: 40px;
    font-size: 24px;
  }
  .page-about .msg .item__text {
    margin-top: 30px;
  }
  .page-about .msg .item__text p + p {
    margin-top: 15px;
  }
  .page-about .msg .item__bottom {
    margin-top: 50px;
  }
  .page-about .msg .item__name {
    width: 200px;
  }
  .page-about .inst {
    margin-top: 50px;
    padding: 50px 0;
  }
  .page-about .inst .container {
    padding: 0 15px;
  }
  .page-about .inst .items {
    margin-top: 30px;
  }
  .page-about .inst .item {
    display: block;
  }
  .page-about .inst .item + .item {
    margin-top: 60px;
  }
  .page-about .inst .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-about .inst .item__contents {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 20px;
  }
  .page-about .inst .item__name {
    font-size: 25px;
  }
  .page-about .inst .item__name-en {
    font-size: 18px;
    margin-top: 15px;
  }
  .page-about .inst .item__body dt {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .page-about .inst .item__body dd {
    margin-left: 20px;
  }
  .page-about .company {
    margin-top: 50px;
  }
  .page-about .company .container {
    padding: 0 15px;
  }
  .page-about .company__contents {
    margin-top: 30px;
  }
  .page-about .company__contents dl {
    display: block;
  }
  .page-about .company__contents dt,
  .page-about .company__contents dd {
    padding: 22px 15px 20px;
  }
  .page-about .company__contents dt {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  .page-about .company__contents dd {
    padding: 27px 15px 25px;
  }
  .page-about .contact {
    margin-top: 50px;
  }
}
/* ===================================

  料金一覧：page-price

====================================== */
.page-price .mv-lower {
  background-image: url(img/price-mv-80.jpg);
}
.page-price .main {
  margin-top: 120px;
}
.page-price .main .container {
  width: 1100px;
}
.page-price .price__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-price .price__anchor {
  display: grid;
  place-items: center;
  margin-right: 20px;
  margin-bottom: 25px;
  padding: 0 15px;
  min-width: 170px;
  height: 45px;
  border: 2px solid #e3b865;
  border-radius: 9999px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-price .price__anchor:hover {
  opacity: 0.6;
}
.page-price .price__body {
  margin-top: 110px;
}
.page-price .price__body section + section {
  margin-top: 120px;
}
.page-price .price__title {
  position: relative;
  padding-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.page-price .price__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #000;
}
.page-price .price__contents {
  margin-top: 65px;
}
.page-price .price__contents table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.page-price .price__contents th {
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
}
.page-price .price__contents td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.page-price .price__contents td span {
  display: block;
  margin-top: 1em;
  color: #c1272d;
}
.page-price .price__contents .trow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-price .price__contents .trow__head, .page-price .price__contents .trow__body {
  display: grid;
  place-items: center;
  width: 50%;
  height: 65px;
}
.page-price .price__contents .trow__head {
  background-color: #000;
}
.page-price .price__contents .trow__head p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.page-price .price__contents .trow__body {
  border: 1px solid #e6e6e6;
  border-left: 0px solid transparent;
}
.page-price .price__contents .trow.trow-ac .trow__head,
.page-price .price__contents .trow.trow-ac .trow__body {
  height: 95px;
}
.page-price .price__contents .trow.trow-ac .trow__head {
  background-color: #e3b865;
}
.page-price .price__contents .trow.trow-ac .trow__head p {
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.page-price .price__contents .notice {
  margin-top: 30px;
  text-align: center;
}
.page-price .adalt table,
.page-price .junior table,
.page-price .medicell table,
.page-price .stretch table {
  margin-top: 55px;
}
.page-price .adalt table td,
.page-price .junior table td,
.page-price .medicell table td,
.page-price .stretch table td {
  height: 95px;
}
.page-price .junior table + .trow {
  margin-top: 80px;
}
.page-price .medicell table + .trow,
.page-price .stretch table + .trow {
  margin-top: 80px;
}
.page-price .capacity + .gene {
  margin-top: 144px;
}
.page-price .gene + .adalt {
  margin-top: 178px;
}
.page-price .adalt + .junior,
.page-price .junior + .medicell {
  margin-top: 168px;
}
.page-price .medicell + .diet {
  margin-top: 180px;
}
.page-price .diet + .stretch {
  margin-top: 220px;
}

@media screen and (max-width: 1199px) {
  .page-price .main {
    margin-top: 60px;
  }
  .page-price .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-price .price__anchor {
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0 15px;
    min-width: auto;
    width: 31%;
    height: 40px;
  }
  .page-price .price__anchor:hover {
    opacity: 1;
  }
  .page-price .price__body {
    margin-top: 80px;
  }
  .page-price .price__body section + section {
    margin-top: 80px;
  }
  .page-price .price__title {
    padding-bottom: 16px;
    font-size: 30px;
  }
  .page-price .price__title::after {
    width: 36px;
  }
  .page-price .price__contents {
    margin-top: 40px;
  }
  .page-price .price__contents th {
    font-size: 17px;
    height: 60px;
  }
  .page-price .price__contents td {
    height: 60px;
  }
  .page-price .price__contents .trow__head, .page-price .price__contents .trow__body {
    height: 60px;
  }
  .page-price .price__contents .trow__head p {
    font-size: 17px;
  }
  .page-price .price__contents .trow.trow-ac .trow__head,
  .page-price .price__contents .trow.trow-ac .trow__body {
    height: 80px;
  }
  .page-price .price__contents .notice {
    margin-top: 20px;
  }
  .page-price .adalt table,
  .page-price .junior table,
  .page-price .medicell table,
  .page-price .stretch table {
    margin-top: 40px;
  }
  .page-price .adalt table td,
  .page-price .junior table td,
  .page-price .medicell table td,
  .page-price .stretch table td {
    height: 85px;
  }
  .page-price .junior table + .trow {
    margin-top: 60px;
  }
  .page-price .medicell table + .trow,
  .page-price .stretch table + .trow {
    margin-top: 60px;
  }
  .page-price .capacity + .gene {
    margin-top: 80px;
  }
  .page-price .gene + .adalt {
    margin-top: 80px;
  }
  .page-price .adalt + .junior,
  .page-price .junior + .medicell {
    margin-top: 80px;
  }
  .page-price .medicell + .diet {
    margin-top: 80px;
  }
  .page-price .diet + .stretch {
    margin-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .page-price .main {
    margin-top: 50px;
  }
  .page-price .main .container {
    width: 100%;
    padding: 0 15px;
  }
  .page-price .price__anchors {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-price .price__anchor {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 15px;
    min-width: auto;
    width: 48.5%;
    height: 36px;
  }
  .page-price .price__body {
    margin-top: 40px;
  }
  .page-price .price__body section + section {
    margin-top: 60px;
  }
  .page-price .price__title {
    font-size: 27px;
  }
  .page-price .price__title::after {
    width: 30px;
  }
  .page-price .price__contents {
    margin-top: 30px;
  }
  .page-price .price__contents th {
    font-size: 16px;
    height: 60px;
  }
  .page-price .price__contents td {
    height: 60px;
    font-size: 14px;
    line-height: 1.33;
    padding: 0 5px;
  }
  .page-price .price__contents td span {
    margin-top: 5px;
  }
  .page-price .price__contents .trow {
    display: block;
  }
  .page-price .price__contents .trow__head, .page-price .price__contents .trow__body {
    width: 100%;
    height: 60px;
  }
  .page-price .price__contents .trow__head p {
    font-size: 15px;
  }
  .page-price .price__contents .trow__body {
    border-left: 1px solid #e6e6e6;
    border-top: 0px solid transparent;
  }
  .page-price .price__contents .trow__body p {
    font-size: 14px;
  }
  .page-price .price__contents .trow.trow-ac .trow__head,
  .page-price .price__contents .trow.trow-ac .trow__body {
    height: 60px;
  }
  .page-price .price__contents .notice {
    margin-top: 15px;
  }
  .page-price .adalt table,
  .page-price .junior table,
  .page-price .medicell table,
  .page-price .stretch table {
    margin-top: 20px;
  }
  .page-price .adalt table td,
  .page-price .junior table td,
  .page-price .medicell table td,
  .page-price .stretch table td {
    height: 85px;
  }
  .page-price .junior table + .trow {
    margin-top: 40px;
  }
  .page-price .medicell table + .trow,
  .page-price .stretch table + .trow {
    margin-top: 40px;
  }
  .page-price .capacity + .gene {
    margin-top: 60px;
  }
  .page-price .gene + .adalt {
    margin-top: 60px;
  }
  .page-price .adalt + .junior,
  .page-price .junior + .medicell {
    margin-top: 60px;
  }
  .page-price .medicell + .diet {
    margin-top: 60px;
  }
  .page-price .diet + .stretch {
    margin-top: 60px;
  }
}
/* ===================================

  チームサポート

====================================== */
/* ---------------------------------
  MV周り
----------------------------------- */
.page-training .mv-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.page-training .page-title-new {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-training .page-title-new .sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-training .mv-lower {
    padding: 0 15px;
  }
  .page-training .page-title-new {
    font-size: 28px;
  }
}
@media screen and (max-width: 758px) {
  .page-training .page-title-new {
    font-size: 26px;
    text-align: center;
  }
  .page-training .page-title-new .sp {
    display: block;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-training .main .price__contents {
  display: none;
}
.page-training .main .laps {
  margin-top: 60px;
}
.page-training .main .laps .lap + .lap {
  margin-top: 60px;
}
.page-training .main .laps .lap__title {
  padding: 18px 25px;
  background-color: #e3b865;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.page-training .main .laps .lap__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 27px;
}
.page-training .main .laps .lap__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 25px;
}
.page-training .main .laps .lap__copy {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.page-training .main .laps .lap__copy span {
  color: #ff1d25;
}
.page-training .main .laps .lap__desc {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.page-training .main .laps .lap__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 525px;
          flex: 0 0 525px;
  width: 525px;
}
.page-training .main .laps .lap__img {
  display: block;
  width: 100%;
}
.page-training .main .laps .lap__group {
  margin-top: 24px;
}
.page-training .main .laps .lap__group + .lap__group {
  margin-top: 40px;
}
.page-training .main .laps .lap__subtitle {
  font-size: 20px;
  line-height: 1.5;
}
.page-training .main .laps .lap__txt {
  margin-top: 10px;
  line-height: 2;
}
.page-training .main .laps .lap__txt span {
  color: #ff1d25;
}
.page-training .main .junior-msg {
  display: none;
}
.page-training .main .service__link {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 360px;
  height: 60px;
  margin: 100px auto 0;
  font-weight: 500;
  border: 1px solid #e3b865;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .page-training .main .laps {
    margin-top: 40px;
  }
  .page-training .main .laps .lap + .lap {
    margin-top: 40px;
  }
  .page-training .main .laps .lap__title {
    padding: 15px 20px;
    font-size: 24px;
  }
  .page-training .main .laps .lap__contents {
    margin-top: 20px;
  }
  .page-training .main .laps .lap__body {
    padding-top: 20px;
  }
  .page-training .main .laps .lap__copy {
    font-size: 24px;
  }
  .page-training .main .laps .lap__desc {
    margin-top: 16px;
    font-size: 18px;
  }
  .page-training .main .laps .lap__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
  .page-training .main .laps .lap__group {
    margin-top: 20px;
  }
  .page-training .main .laps .lap__group + .lap__group {
    margin-top: 30px;
  }
  .page-training .main .laps .lap__subtitle {
    font-size: 22px;
    line-height: 1.5;
  }
  .page-training .main .laps .lap__txt {
    margin-top: 8px;
  }
  .page-training .main .service__link {
    margin: 80px auto 0;
  }
  .page-training .main .service__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-training .main .laps .lap__title {
    padding: 12px 15px;
    font-size: 20px;
  }
  .page-training .main .laps .lap__contents {
    display: block;
    margin-top: 20px;
  }
  .page-training .main .laps .lap__body {
    padding-top: 0;
  }
  .page-training .main .laps .lap__copy {
    font-size: 18px;
  }
  .page-training .main .laps .lap__desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .page-training .main .laps .lap__thumb {
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-training .main .laps .lap__group {
    margin-top: 25px;
  }
  .page-training .main .laps .lap__group + .lap__group {
    margin-top: 25px;
  }
  .page-training .main .laps .lap__subtitle {
    font-size: 18px;
  }
  .page-training .main .service__link {
    width: 100%;
    height: 60px;
    margin: 50px auto 0;
  }
}
/* ===================================

  マンツーマンサポート

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-mantoman .main .mtm-banner {
  margin-top: 80px;
}
.page-mantoman .main .mtm-banner .container {
  width: 760px;
}
.page-mantoman .main .mtm-banner .banner__link,
.page-mantoman .main .mtm-banner .banner__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-mantoman .main .mtm-banner {
    margin-top: 60px;
  }
  .page-mantoman .main .mtm-banner .container {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 758px) {
  .page-mantoman .main .mtm-banner {
    margin-top: 40px;
  }
  .page-mantoman .main .mtm-banner .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
/* ---------------------------------
  MV周り
----------------------------------- */
.page-mantoman .mv-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.page-mantoman .page-title-new {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-mantoman .page-title-new .sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-mantoman .mv-lower {
    padding: 0 15px;
  }
  .page-mantoman .page-title-new {
    font-size: 28px;
  }
}
@media screen and (max-width: 758px) {
  .page-mantoman .page-title-new {
    font-size: 26px;
    text-align: center;
  }
  .page-mantoman .page-title-new .sp {
    display: block;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-mantoman .main .course__title {
  line-height: 1.33;
}

/* ===================================

  野球人測定

====================================== */
.page-measurement .mv-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.page-measurement .page-title-new {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.page-measurement .page-title-new .sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-measurement .mv-lower {
    padding: 0 15px;
  }
  .page-measurement .page-title-new {
    font-size: 28px;
  }
}
@media screen and (max-width: 758px) {
  .page-measurement .page-title-new {
    font-size: 26px;
    text-align: center;
  }
  .page-measurement .page-title-new .sp {
    display: block;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-conditioning .main .notice {
  line-height: 2;
}

/* ===================================

  各コース：
  - page-measure
  - page-training
  - page-condition
  - page-mantoman

====================================== */
.page-measurement .main,
.page-training .main,
.page-conditioning .main,
.page-mantoman .main {
  margin-top: 35px;
  padding-bottom: 8px;
}
.page-measurement .main .container,
.page-training .main .container,
.page-conditioning .main .container,
.page-mantoman .main .container {
  width: 1100px;
}
.page-measurement .anchors,
.page-training .anchors,
.page-conditioning .anchors,
.page-mantoman .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 900px;
}
.page-measurement .anchor,
.page-training .anchor,
.page-conditioning .anchor,
.page-mantoman .anchor {
  display: block;
  padding: 13px 0 8px;
  text-align: center;
  width: 33.3%;
  border-left: 1px solid #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-measurement .anchor:last-child,
.page-training .anchor:last-child,
.page-conditioning .anchor:last-child,
.page-mantoman .anchor:last-child {
  border-right: 1px solid #b3b3b3;
}
.page-measurement .anchor__text,
.page-training .anchor__text,
.page-conditioning .anchor__text,
.page-mantoman .anchor__text {
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.33;
}
.page-measurement .anchor__ico,
.page-training .anchor__ico,
.page-conditioning .anchor__ico,
.page-mantoman .anchor__ico {
  position: relative;
  display: block;
  margin: 14px auto 0;
  width: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-measurement .anchor:hover .anchor__text,
.page-training .anchor:hover .anchor__text,
.page-conditioning .anchor:hover .anchor__text,
.page-mantoman .anchor:hover .anchor__text {
  opacity: 0.6;
}
.page-measurement .anchor:hover .anchor__ico,
.page-training .anchor:hover .anchor__ico,
.page-conditioning .anchor:hover .anchor__ico,
.page-mantoman .anchor:hover .anchor__ico {
  opacity: 0.6;
  -webkit-animation-name: tobottom;
          animation-name: tobottom;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes tobottom {
  0% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}
@keyframes tobottom {
  0% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}
.page-measurement .courses,
.page-training .courses,
.page-conditioning .courses,
.page-mantoman .courses {
  margin-top: 80px;
}
.page-measurement .courses + .courses,
.page-training .courses + .courses,
.page-conditioning .courses + .courses,
.page-mantoman .courses + .courses {
  margin-top: 120px;
}
.page-measurement .course__head,
.page-training .course__head,
.page-conditioning .course__head,
.page-mantoman .course__head {
  width: 1280px;
  margin: 0 auto;
}
.page-measurement .course_thumb,
.page-training .course_thumb,
.page-conditioning .course_thumb,
.page-mantoman .course_thumb {
  width: 100%;
}
.page-measurement .course__box,
.page-training .course__box,
.page-conditioning .course__box,
.page-mantoman .course__box {
  position: relative;
  top: -105px;
  margin: 0 auto;
  padding: 35px 10px 25px;
  background-color: #fff;
  width: 530px;
  min-height: 185px;
  text-align: center;
  z-index: 1;
}
.page-measurement .course__title,
.page-training .course__title,
.page-conditioning .course__title,
.page-mantoman .course__title {
  position: relative;
  padding-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
}
.page-measurement .course__title::after,
.page-training .course__title::after,
.page-conditioning .course__title::after,
.page-mantoman .course__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
}
.page-measurement .course__text,
.page-training .course__text,
.page-conditioning .course__text,
.page-mantoman .course__text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.page-measurement .course__items,
.page-training .course__items,
.page-conditioning .course__items,
.page-mantoman .course__items {
  margin-top: -25px;
}
.page-measurement .course .item,
.page-training .course .item,
.page-conditioning .course .item,
.page-mantoman .course .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-measurement .course .item + .item,
.page-training .course .item + .item,
.page-conditioning .course .item + .item,
.page-mantoman .course .item + .item {
  margin-top: 60px;
}
.page-measurement .course .item__contents,
.page-training .course .item__contents,
.page-conditioning .course .item__contents,
.page-mantoman .course .item__contents {
  width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  padding-top: 8px;
}
.page-measurement .course .item__thumb,
.page-training .course .item__thumb,
.page-conditioning .course .item__thumb,
.page-mantoman .course .item__thumb {
  width: 680px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
}
.page-measurement .course .item__thumb img,
.page-training .course .item__thumb img,
.page-conditioning .course .item__thumb img,
.page-mantoman .course .item__thumb img {
  display: block;
  width: 100%;
}
.page-measurement .course .item__title,
.page-training .course .item__title,
.page-conditioning .course .item__title,
.page-mantoman .course .item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.page-measurement .course .item__text,
.page-training .course .item__text,
.page-conditioning .course .item__text,
.page-mantoman .course .item__text {
  margin-top: 15px;
  line-height: 2;
}
.page-measurement .course .item:nth-child(even),
.page-training .course .item:nth-child(even),
.page-conditioning .course .item:nth-child(even),
.page-mantoman .course .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-measurement .price__contents,
.page-training .price__contents,
.page-conditioning .price__contents,
.page-mantoman .price__contents {
  margin-top: 65px;
}
.page-measurement .price__contents table,
.page-training .price__contents table,
.page-conditioning .price__contents table,
.page-mantoman .price__contents table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.page-measurement .price__contents th,
.page-training .price__contents th,
.page-conditioning .price__contents th,
.page-mantoman .price__contents th {
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
}
.page-measurement .price__contents td,
.page-training .price__contents td,
.page-conditioning .price__contents td,
.page-mantoman .price__contents td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.page-measurement .price__contents td span,
.page-training .price__contents td span,
.page-conditioning .price__contents td span,
.page-mantoman .price__contents td span {
  display: block;
  margin-top: 1em;
  color: #c1272d;
}
.page-measurement .price__contents .trow,
.page-training .price__contents .trow,
.page-conditioning .price__contents .trow,
.page-mantoman .price__contents .trow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-measurement .price__contents .trow__head, .page-measurement .price__contents .trow__body,
.page-training .price__contents .trow__head,
.page-training .price__contents .trow__body,
.page-conditioning .price__contents .trow__head,
.page-conditioning .price__contents .trow__body,
.page-mantoman .price__contents .trow__head,
.page-mantoman .price__contents .trow__body {
  display: grid;
  place-items: center;
  width: 50%;
  height: 65px;
}
.page-measurement .price__contents .trow__head,
.page-training .price__contents .trow__head,
.page-conditioning .price__contents .trow__head,
.page-mantoman .price__contents .trow__head {
  background-color: #000;
}
.page-measurement .price__contents .trow__head p,
.page-training .price__contents .trow__head p,
.page-conditioning .price__contents .trow__head p,
.page-mantoman .price__contents .trow__head p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.page-measurement .price__contents .trow__body,
.page-training .price__contents .trow__body,
.page-conditioning .price__contents .trow__body,
.page-mantoman .price__contents .trow__body {
  border: 1px solid #e6e6e6;
  border-left: 0px solid transparent;
}
.page-measurement .price__contents .trow.trow-ac .trow__head,
.page-measurement .price__contents .trow.trow-ac .trow__body,
.page-training .price__contents .trow.trow-ac .trow__head,
.page-training .price__contents .trow.trow-ac .trow__body,
.page-conditioning .price__contents .trow.trow-ac .trow__head,
.page-conditioning .price__contents .trow.trow-ac .trow__body,
.page-mantoman .price__contents .trow.trow-ac .trow__head,
.page-mantoman .price__contents .trow.trow-ac .trow__body {
  height: 95px;
}
.page-measurement .price__contents .trow.trow-ac .trow__head,
.page-training .price__contents .trow.trow-ac .trow__head,
.page-conditioning .price__contents .trow.trow-ac .trow__head,
.page-mantoman .price__contents .trow.trow-ac .trow__head {
  background-color: #e3b865;
}
.page-measurement .price__contents .trow.trow-ac .trow__head p,
.page-training .price__contents .trow.trow-ac .trow__head p,
.page-conditioning .price__contents .trow.trow-ac .trow__head p,
.page-mantoman .price__contents .trow.trow-ac .trow__head p {
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.page-measurement .price__contents .notice,
.page-training .price__contents .notice,
.page-conditioning .price__contents .notice,
.page-mantoman .price__contents .notice {
  margin-top: 30px;
  text-align: center;
  line-height: 1.77;
}
.page-measurement .adult table,
.page-measurement .junior table,
.page-measurement .medicell table,
.page-measurement .stretch table,
.page-training .adult table,
.page-training .junior table,
.page-training .medicell table,
.page-training .stretch table,
.page-conditioning .adult table,
.page-conditioning .junior table,
.page-conditioning .medicell table,
.page-conditioning .stretch table,
.page-mantoman .adult table,
.page-mantoman .junior table,
.page-mantoman .medicell table,
.page-mantoman .stretch table {
  margin-top: 55px;
}
.page-measurement .adult table td,
.page-measurement .junior table td,
.page-measurement .medicell table td,
.page-measurement .stretch table td,
.page-training .adult table td,
.page-training .junior table td,
.page-training .medicell table td,
.page-training .stretch table td,
.page-conditioning .adult table td,
.page-conditioning .junior table td,
.page-conditioning .medicell table td,
.page-conditioning .stretch table td,
.page-mantoman .adult table td,
.page-mantoman .junior table td,
.page-mantoman .medicell table td,
.page-mantoman .stretch table td {
  height: 95px;
}
.page-measurement .junior table + .trow,
.page-training .junior table + .trow,
.page-conditioning .junior table + .trow,
.page-mantoman .junior table + .trow {
  margin-top: 80px;
}
.page-measurement .medicell table + .trow,
.page-measurement .stretch table + .trow,
.page-training .medicell table + .trow,
.page-training .stretch table + .trow,
.page-conditioning .medicell table + .trow,
.page-conditioning .stretch table + .trow,
.page-mantoman .medicell table + .trow,
.page-mantoman .stretch table + .trow {
  margin-top: 80px;
}

.page-measurement .mv-lower,
.page-mantoman .mv-lower {
  background-image: url(img/measure-mv-80.jpg);
}

.page-training .mv-lower {
  background-image: url(img/training-mv-80.jpg);
}
.page-training .anchors {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-training .anchor {
  width: 40%;
}

.page-conditioning .mv-lower {
  background-image: url(img/condition-mv-80.jpg);
}
.page-conditioning .anchors {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-conditioning .anchor {
  width: 40%;
}

@media screen and (max-width: 1199px) {
  .page-measurement .main,
  .page-training .main,
  .page-conditioning .main,
  .page-mantoman .main {
    margin-top: 30px;
    padding-bottom: 8px;
  }
  .page-measurement .main .container,
  .page-training .main .container,
  .page-conditioning .main .container,
  .page-mantoman .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-measurement .anchors,
  .page-training .anchors,
  .page-conditioning .anchors,
  .page-mantoman .anchors {
    width: 100%;
    padding: 0 30px;
  }
  .page-measurement .anchor,
  .page-training .anchor,
  .page-conditioning .anchor,
  .page-mantoman .anchor {
    padding: 13px 0 8px;
  }
  .page-measurement .anchor__text,
  .page-training .anchor__text,
  .page-conditioning .anchor__text,
  .page-mantoman .anchor__text {
    font-size: 20px;
  }
  .page-measurement .anchor__ico,
  .page-training .anchor__ico,
  .page-conditioning .anchor__ico,
  .page-mantoman .anchor__ico {
    margin: 15px auto 0;
    width: 12px;
  }
  .page-measurement .courses,
  .page-training .courses,
  .page-conditioning .courses,
  .page-mantoman .courses {
    margin-top: 60px;
  }
  .page-measurement .courses + .courses,
  .page-training .courses + .courses,
  .page-conditioning .courses + .courses,
  .page-mantoman .courses + .courses {
    margin-top: 80px;
  }
  .page-measurement .course__head,
  .page-training .course__head,
  .page-conditioning .course__head,
  .page-mantoman .course__head {
    width: 100%;
    padding: 0 30px;
  }
  .page-measurement .course_thumb,
  .page-training .course_thumb,
  .page-conditioning .course_thumb,
  .page-mantoman .course_thumb {
    width: 100%;
  }
  .page-measurement .course__box,
  .page-training .course__box,
  .page-conditioning .course__box,
  .page-mantoman .course__box {
    width: 450px;
    min-height: 160px;
  }
  .page-measurement .course__title,
  .page-training .course__title,
  .page-conditioning .course__title,
  .page-mantoman .course__title {
    padding-bottom: 20px;
    font-size: 27px;
  }
  .page-measurement .course__title::after,
  .page-training .course__title::after,
  .page-conditioning .course__title::after,
  .page-mantoman .course__title::after {
    width: 36px;
  }
  .page-measurement .course__text,
  .page-training .course__text,
  .page-conditioning .course__text,
  .page-mantoman .course__text {
    margin-top: 14px;
    font-size: 15px;
  }
  .page-measurement .course__items,
  .page-training .course__items,
  .page-conditioning .course__items,
  .page-mantoman .course__items {
    margin-top: -40px;
  }
  .page-measurement .course .item + .item,
  .page-training .course .item + .item,
  .page-conditioning .course .item + .item,
  .page-mantoman .course .item + .item {
    margin-top: 60px;
  }
  .page-measurement .course .item__contents,
  .page-training .course .item__contents,
  .page-conditioning .course .item__contents,
  .page-mantoman .course .item__contents {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 0;
    margin-top: -0.5em;
  }
  .page-measurement .course .item__thumb,
  .page-training .course .item__thumb,
  .page-conditioning .course .item__thumb,
  .page-mantoman .course .item__thumb {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
  .page-measurement .course .item__title,
  .page-training .course .item__title,
  .page-conditioning .course .item__title,
  .page-mantoman .course .item__title {
    font-size: 22px;
  }
  .page-measurement .course .item__text,
  .page-training .course .item__text,
  .page-conditioning .course .item__text,
  .page-mantoman .course .item__text {
    margin-top: 14px;
  }
  .page-measurement .price__contents,
  .page-training .price__contents,
  .page-conditioning .price__contents,
  .page-mantoman .price__contents {
    margin-top: 40px;
  }
  .page-measurement .price__contents th,
  .page-training .price__contents th,
  .page-conditioning .price__contents th,
  .page-mantoman .price__contents th {
    font-size: 17px;
    height: 60px;
  }
  .page-measurement .price__contents td,
  .page-training .price__contents td,
  .page-conditioning .price__contents td,
  .page-mantoman .price__contents td {
    height: 60px;
  }
  .page-measurement .price__contents .trow__head, .page-measurement .price__contents .trow__body,
  .page-training .price__contents .trow__head,
  .page-training .price__contents .trow__body,
  .page-conditioning .price__contents .trow__head,
  .page-conditioning .price__contents .trow__body,
  .page-mantoman .price__contents .trow__head,
  .page-mantoman .price__contents .trow__body {
    height: 60px;
  }
  .page-measurement .price__contents .trow__head p,
  .page-training .price__contents .trow__head p,
  .page-conditioning .price__contents .trow__head p,
  .page-mantoman .price__contents .trow__head p {
    font-size: 17px;
  }
  .page-measurement .price__contents .trow.trow-ac .trow__head,
  .page-measurement .price__contents .trow.trow-ac .trow__body,
  .page-training .price__contents .trow.trow-ac .trow__head,
  .page-training .price__contents .trow.trow-ac .trow__body,
  .page-conditioning .price__contents .trow.trow-ac .trow__head,
  .page-conditioning .price__contents .trow.trow-ac .trow__body,
  .page-mantoman .price__contents .trow.trow-ac .trow__head,
  .page-mantoman .price__contents .trow.trow-ac .trow__body {
    height: 80px;
  }
  .page-measurement .price__contents .notice,
  .page-training .price__contents .notice,
  .page-conditioning .price__contents .notice,
  .page-mantoman .price__contents .notice {
    margin-top: 20px;
  }
  .page-measurement .adult table,
  .page-measurement .junior table,
  .page-measurement .medicell table,
  .page-measurement .stretch table,
  .page-training .adult table,
  .page-training .junior table,
  .page-training .medicell table,
  .page-training .stretch table,
  .page-conditioning .adult table,
  .page-conditioning .junior table,
  .page-conditioning .medicell table,
  .page-conditioning .stretch table,
  .page-mantoman .adult table,
  .page-mantoman .junior table,
  .page-mantoman .medicell table,
  .page-mantoman .stretch table {
    margin-top: 40px;
  }
  .page-measurement .adult table td,
  .page-measurement .junior table td,
  .page-measurement .medicell table td,
  .page-measurement .stretch table td,
  .page-training .adult table td,
  .page-training .junior table td,
  .page-training .medicell table td,
  .page-training .stretch table td,
  .page-conditioning .adult table td,
  .page-conditioning .junior table td,
  .page-conditioning .medicell table td,
  .page-conditioning .stretch table td,
  .page-mantoman .adult table td,
  .page-mantoman .junior table td,
  .page-mantoman .medicell table td,
  .page-mantoman .stretch table td {
    height: 85px;
  }
  .page-measurement .junior table + .trow,
  .page-training .junior table + .trow,
  .page-conditioning .junior table + .trow,
  .page-mantoman .junior table + .trow {
    margin-top: 60px;
  }
  .page-measurement .medicell table + .trow,
  .page-measurement .stretch table + .trow,
  .page-training .medicell table + .trow,
  .page-training .stretch table + .trow,
  .page-conditioning .medicell table + .trow,
  .page-conditioning .stretch table + .trow,
  .page-mantoman .medicell table + .trow,
  .page-mantoman .stretch table + .trow {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .page-measurement .main,
  .page-training .main,
  .page-conditioning .main,
  .page-mantoman .main {
    padding-bottom: 0;
  }
  .page-measurement .main .container,
  .page-training .main .container,
  .page-conditioning .main .container,
  .page-mantoman .main .container {
    padding: 0 15px;
  }
  .page-measurement .anchors,
  .page-training .anchors,
  .page-conditioning .anchors,
  .page-mantoman .anchors {
    padding: 0 15px;
  }
  .page-measurement .anchor,
  .page-training .anchor,
  .page-conditioning .anchor,
  .page-mantoman .anchor {
    padding: 10px 0;
  }
  .page-measurement .anchor__text,
  .page-training .anchor__text,
  .page-conditioning .anchor__text,
  .page-mantoman .anchor__text {
    font-size: 14px;
  }
  .page-measurement .anchor__ico,
  .page-training .anchor__ico,
  .page-conditioning .anchor__ico,
  .page-mantoman .anchor__ico {
    margin: 14px auto 0;
    width: 10px;
  }
  .page-measurement .courses,
  .page-training .courses,
  .page-conditioning .courses,
  .page-mantoman .courses {
    margin-top: 40px;
  }
  .page-measurement .courses + .courses,
  .page-training .courses + .courses,
  .page-conditioning .courses + .courses,
  .page-mantoman .courses + .courses {
    margin-top: 60px;
  }
  .page-measurement .course__head,
  .page-training .course__head,
  .page-conditioning .course__head,
  .page-mantoman .course__head {
    width: 100%;
    padding: 0;
  }
  .page-measurement .course__box,
  .page-training .course__box,
  .page-conditioning .course__box,
  .page-mantoman .course__box {
    top: -50px;
    padding: 30px 10px;
    width: calc(100% - 30px);
    min-height: 150px;
  }
  .page-measurement .course__title,
  .page-training .course__title,
  .page-conditioning .course__title,
  .page-mantoman .course__title {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .page-measurement .course__title::after,
  .page-training .course__title::after,
  .page-conditioning .course__title::after,
  .page-mantoman .course__title::after {
    width: 30px;
  }
  .page-measurement .course__text,
  .page-training .course__text,
  .page-conditioning .course__text,
  .page-mantoman .course__text {
    font-size: 13px;
  }
  .page-measurement .course__items,
  .page-training .course__items,
  .page-conditioning .course__items,
  .page-mantoman .course__items {
    margin-top: -15px;
  }
  .page-measurement .course .item,
  .page-training .course .item,
  .page-conditioning .course .item,
  .page-mantoman .course .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-measurement .course .item:nth-child(2n),
  .page-training .course .item:nth-child(2n),
  .page-conditioning .course .item:nth-child(2n),
  .page-mantoman .course .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-measurement .course .item + .item,
  .page-training .course .item + .item,
  .page-conditioning .course .item + .item,
  .page-mantoman .course .item + .item {
    margin-top: 50px;
  }
  .page-measurement .course .item__contents,
  .page-training .course .item__contents,
  .page-conditioning .course .item__contents,
  .page-mantoman .course .item__contents {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 16px;
  }
  .page-measurement .course .item__thumb,
  .page-training .course .item__thumb,
  .page-conditioning .course .item__thumb,
  .page-mantoman .course .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-measurement .course .item__title,
  .page-training .course .item__title,
  .page-conditioning .course .item__title,
  .page-mantoman .course .item__title {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .page-measurement .course .item__text,
  .page-training .course .item__text,
  .page-conditioning .course .item__text,
  .page-mantoman .course .item__text {
    margin-top: 10px;
  }
  .page-measurement .price__contents,
  .page-training .price__contents,
  .page-conditioning .price__contents,
  .page-mantoman .price__contents {
    margin-top: 30px;
  }
  .page-measurement .price__contents th,
  .page-training .price__contents th,
  .page-conditioning .price__contents th,
  .page-mantoman .price__contents th {
    font-size: 16px;
    height: 60px;
  }
  .page-measurement .price__contents td,
  .page-training .price__contents td,
  .page-conditioning .price__contents td,
  .page-mantoman .price__contents td {
    height: 60px;
    font-size: 14px;
    line-height: 1.33;
    padding: 0 5px;
  }
  .page-measurement .price__contents td span,
  .page-training .price__contents td span,
  .page-conditioning .price__contents td span,
  .page-mantoman .price__contents td span {
    margin-top: 5px;
  }
  .page-measurement .price__contents .trow,
  .page-training .price__contents .trow,
  .page-conditioning .price__contents .trow,
  .page-mantoman .price__contents .trow {
    display: block;
  }
  .page-measurement .price__contents .trow__head, .page-measurement .price__contents .trow__body,
  .page-training .price__contents .trow__head,
  .page-training .price__contents .trow__body,
  .page-conditioning .price__contents .trow__head,
  .page-conditioning .price__contents .trow__body,
  .page-mantoman .price__contents .trow__head,
  .page-mantoman .price__contents .trow__body {
    width: 100%;
    height: 60px;
  }
  .page-measurement .price__contents .trow__head p,
  .page-training .price__contents .trow__head p,
  .page-conditioning .price__contents .trow__head p,
  .page-mantoman .price__contents .trow__head p {
    font-size: 15px;
  }
  .page-measurement .price__contents .trow__body,
  .page-training .price__contents .trow__body,
  .page-conditioning .price__contents .trow__body,
  .page-mantoman .price__contents .trow__body {
    border-left: 1px solid #e6e6e6;
    border-top: 0px solid transparent;
  }
  .page-measurement .price__contents .trow__body p,
  .page-training .price__contents .trow__body p,
  .page-conditioning .price__contents .trow__body p,
  .page-mantoman .price__contents .trow__body p {
    font-size: 14px;
  }
  .page-measurement .price__contents .trow.trow-ac .trow__head,
  .page-measurement .price__contents .trow.trow-ac .trow__body,
  .page-training .price__contents .trow.trow-ac .trow__head,
  .page-training .price__contents .trow.trow-ac .trow__body,
  .page-conditioning .price__contents .trow.trow-ac .trow__head,
  .page-conditioning .price__contents .trow.trow-ac .trow__body,
  .page-mantoman .price__contents .trow.trow-ac .trow__head,
  .page-mantoman .price__contents .trow.trow-ac .trow__body {
    height: 60px;
  }
  .page-measurement .price__contents .notice,
  .page-training .price__contents .notice,
  .page-conditioning .price__contents .notice,
  .page-mantoman .price__contents .notice {
    margin-top: 15px;
  }
  .page-measurement .adult table,
  .page-measurement .junior table,
  .page-measurement .medicell table,
  .page-measurement .stretch table,
  .page-training .adult table,
  .page-training .junior table,
  .page-training .medicell table,
  .page-training .stretch table,
  .page-conditioning .adult table,
  .page-conditioning .junior table,
  .page-conditioning .medicell table,
  .page-conditioning .stretch table,
  .page-mantoman .adult table,
  .page-mantoman .junior table,
  .page-mantoman .medicell table,
  .page-mantoman .stretch table {
    margin-top: 20px;
  }
  .page-measurement .adult table td,
  .page-measurement .junior table td,
  .page-measurement .medicell table td,
  .page-measurement .stretch table td,
  .page-training .adult table td,
  .page-training .junior table td,
  .page-training .medicell table td,
  .page-training .stretch table td,
  .page-conditioning .adult table td,
  .page-conditioning .junior table td,
  .page-conditioning .medicell table td,
  .page-conditioning .stretch table td,
  .page-mantoman .adult table td,
  .page-mantoman .junior table td,
  .page-mantoman .medicell table td,
  .page-mantoman .stretch table td {
    height: 85px;
  }
  .page-measurement .junior table + .trow,
  .page-training .junior table + .trow,
  .page-conditioning .junior table + .trow,
  .page-mantoman .junior table + .trow {
    margin-top: 40px;
  }
  .page-measurement .medicell table + .trow,
  .page-measurement .stretch table + .trow,
  .page-training .medicell table + .trow,
  .page-training .stretch table + .trow,
  .page-conditioning .medicell table + .trow,
  .page-conditioning .stretch table + .trow,
  .page-mantoman .medicell table + .trow,
  .page-mantoman .stretch table + .trow {
    margin-top: 40px;
  }
  .page-training .anchor {
    width: 50%;
  }
}
/* ===================================

  404エラー：error404

====================================== */
.error404 .mv-lower {
  background-color: #f2f2f2;
  color: #000;
}
.error404 .main {
  margin-top: 100px;
  padding-bottom: 100px;
}
.error404 .main .container {
  width: 1000px;
}
.error404 .error__text {
  text-align: center;
  line-height: 2;
}
.error404 .error__link {
  display: block;
  margin-top: 120px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.error404 .error__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .error404 .main {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  .error404 .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .error404 .error__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .error404 .main {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .error404 .main .container {
    padding: 0 15px;
  }
  .error404 .error__text {
    text-align: left;
  }
  .error404 .error__text br {
    display: none;
  }
  .error404 .error__link {
    font-size: 14px;
  }
}
/* ===================================

  プライバシーポリシー：page-privacy

====================================== */
.page-privacy .main {
  margin-top: 100px;
  padding-bottom: 100px;
}
.page-privacy .main .container {
  width: 1000px;
}
.page-privacy .mv-lower {
  background-image: url(img/privacy-mv-80.jpg);
}
.page-privacy .privacy > *:first-child {
  margin-top: 0;
}
.page-privacy .privacy img {
  width: 100%;
}
.page-privacy .privacy p {
  margin-top: 20px;
  line-height: 2;
}
.page-privacy .privacy h2 {
  position: relative;
  margin-top: 45px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.3;
}
.page-privacy .privacy h2::before, .page-privacy .privacy h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.page-privacy .privacy h2::before {
  width: 25%;
  z-index: 1;
  background-color: #e3b865;
}
.page-privacy .privacy h2::after {
  width: 100%;
  background-color: #ccc;
}
.page-privacy .privacy ol,
.page-privacy .privacy ul {
  margin-top: 24px;
}
.page-privacy .privacy li {
  line-height: 2;
}
.page-privacy .privacy ul {
  padding-left: 1.1em;
}
.page-privacy .privacy ul li {
  text-indent: -1em;
}
.page-privacy .privacy ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-color: #e3b865;
  border-radius: 50%;
}
.page-privacy .privacy ol {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin-left: -3px;
}
.page-privacy .privacy ol li {
  position: relative;
  line-height: 2;
  padding: 0.5em 0.5em 0.5em 30px;
}
.page-privacy .privacy ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  width: 20px;
  height: 20px;
  background-color: #e3b865;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-privacy .main {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  .page-privacy .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-privacy .privacy p {
    margin-top: 20px;
  }
  .page-privacy .privacy h2 {
    margin-top: 40px;
    font-size: 25px;
  }
  .page-privacy .privacy h3 {
    margin-top: 45px;
    font-size: 21px;
  }
  .page-privacy .privacy h4 {
    margin-top: 45px;
    font-size: 19px;
  }
  .page-privacy .privacy h5 {
    margin-top: 35px;
    font-size: 17px;
  }
  .page-privacy .privacy h6 {
    margin-top: 35px;
    font-size: 15px;
  }
  .page-privacy .privacy ol,
  .page-privacy .privacy ul {
    margin-top: 24px;
  }
  .page-privacy .privacy li {
    line-height: 2;
  }
  .page-privacy .privacy ul {
    padding-left: 1.1em;
  }
  .page-privacy .privacy ul li {
    text-indent: -1.2em;
  }
  .page-privacy .privacy ol {
    margin-left: -3px;
  }
  .page-privacy .privacy ol li {
    padding-left: 23px;
  }
  .page-privacy .privacy ol li::before {
    top: 13px;
    padding-left: 1px;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacy .main {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .page-privacy .main .container {
    padding: 0 15px;
  }
  .page-privacy .mv-lower {
    background-image: url(img/privacy-mv-80.jpg);
  }
  .page-privacy .privacy h2 {
    margin-top: 30px;
    padding-bottom: 8px;
    font-size: 21px;
  }
  .page-privacy .privacy h3 {
    margin-top: 35px;
    font-size: 18px;
  }
  .page-privacy .privacy h4 {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-privacy .privacy h5 {
    margin-top: 25px;
    font-size: 14px;
  }
  .page-privacy .privacy h6 {
    margin-top: 25px;
    font-size: 13px;
  }
  .page-privacy .privacy ol,
  .page-privacy .privacy ul {
    margin-top: 20px;
  }
  .page-privacy .privacy ul li {
    text-indent: -1.2em;
  }
  .page-privacy .privacy ul li::before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .page-privacy .privacy ol {
    margin-left: -3px;
  }
  .page-privacy .privacy ol li {
    padding-left: 20px;
  }
  .page-privacy .privacy ol li::before {
    top: 11px;
    padding-left: 0;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
}
/* ===================================

  投稿ページ：single

====================================== */
.single .mv-lower {
  background-image: url(img/blog-mv-80.jpg);
}
.single .page-wrap.container {
  width: 1200px;
}
.single .main .entry {
  width: 100%;
}
.single .main .entry__date {
  font-family: "Roboto", sans-serif;
  color: #b3b3b3;
}
.single .main .entry__title {
  margin-top: 18px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.single .main .entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.single .main .entry__meta .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .main .entry__meta .post-categories li {
  margin-right: 8px;
  margin-bottom: 5px;
}
.single .main .entry__meta .post-categories a {
  display: block;
  padding: 7px 10px;
  background-color: #e3b865;
}
.single .main .entry__cate {
  display: inline-block;
  padding: 7px 10px;
  background-color: #e3b865;
}
.single .main .entry__pvcount {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #b3b3b3;
}
.single .main .entry__pvcount span {
  font-size: 16px;
}
.single .main .entry__thumb {
  margin-top: 25px;
}
.single .main .entry__thumb img {
  display: block;
  width: 100%;
}
.single .main .entry__body {
  padding-top: 37px;
}
.single .main .entry__body > *:first-child {
  margin-top: 0;
}
.single .main .entry__body h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  padding-bottom: 12px;
}
.single .main .entry__body h2::before, .single .main .entry__body h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
}
.single .main .entry__body h2:before {
  width: 31.25%;
  background-color: #e3b865;
  z-index: 1;
}
.single .main .entry__body h2::after {
  width: 100%;
  background-color: #ccc;
}
.single .main .entry__body h3 {
  margin-top: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 3px 0 3px 15px;
  border-left: 5px solid #e3b865;
}
.single .main .entry__body h4 {
  margin-top: 35px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
.single .main .entry__body p {
  margin-top: 30px;
  line-height: 2;
}
.single .main .entry__body p + p {
  margin-top: 30px;
}
.single .main .entry__body img {
  display: block;
  margin-top: 30px;
}
.single .main .entry__body .aligncenter {
  margin: 30px auto 0;
}
.single .main .entry__body .alignright {
  margin-left: auto;
}
.single .main .entry__body .wp-caption {
  max-width: 100%;
}
.single .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .main .entry__body pre {
  overflow-x: auto;
}
.single .main .entry__body table {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
}
.single .main .entry__body table th a {
  color: inherit;
}
.single .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .main .entry__body table td a {
  color: inherit;
}
.single .main .entry__body ol,
.single .main .entry__body ul {
  margin-top: 30px;
}
.single .main .entry__body li {
  line-height: 2;
}
.single .main .entry__body ul {
  padding-left: 1.1em;
}
.single .main .entry__body ul li {
  text-indent: -1em;
}
.single .main .entry__body ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-color: #e3b865;
  border-radius: 50%;
}
.single .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin-left: -3px;
}
.single .main .entry__body ol li {
  position: relative;
  line-height: 2;
  padding-left: 30px;
}
.single .main .entry__body ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  width: 20px;
  height: 20px;
  background-color: #e3b865;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
.single .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .main .entry__body blockquote {
  position: relative;
  width: 100%;
  background-color: rgba(227, 184, 101, 0.1);
  margin-top: 30px;
  padding: 60px 65px;
  border-left: 3px solid #e3b865;
  border-right: 3px solid #e3b865;
}
.single .main .entry__body blockquote p {
  margin-top: 0;
}
.single .main .entry__body blockquote p + p {
  margin-top: 20px;
}
.single .main .entry__body blockquote::before, .single .main .entry__body blockquote::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background-image: url(img/ico-blockquote.svg);
  background-size: 100% 100%;
}
.single .main .entry__body blockquote::before {
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single .main .entry__body blockquote::after {
  bottom: 10px;
  right: 15px;
}
.single .main .entry__body blockquote cite {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}
.single .main .entry__body blockquote a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.single .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .main .entry__body hr.wp-block-separator {
  margin: 50px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #e3b865;
  border-top: none;
}
.single .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #e3b865;
}
.single .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .main .entry__body iframe {
  max-width: 100%;
}
.single .main .entry-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 176px;
  padding: 25px 30px;
  background-color: #f2f2f2;
  border-top: 2px solid #e3b865;
}
.single .main .entry-author__tag {
  position: absolute;
  top: -45px;
  left: 0;
  display: grid;
  place-items: center;
  width: 230px;
  height: 45px;
  font-weight: 700;
  background-color: #e3b865;
}
.single .main .entry-author__thumb {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.single .main .entry-author__thumb img {
  width: 100%;
}
.single .main .entry-author__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 25px;
}
.single .main .entry-author__name {
  font-size: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.single .main .entry-author__text {
  margin-top: 13px;
  font-size: 14px;
  line-height: 2;
}
.single .main .entry__snslink {
  margin-top: 25px;
}
.single .main .entry .archive-link {
  margin-top: 105px;
}

@media screen and (max-width: 1199px) {
  .single .main .entry {
    width: 100%;
  }
  .single .main .entry__date {
    font-size: 15px;
  }
  .single .main .entry__title {
    margin-top: 20px;
    padding-bottom: 14px;
    font-size: 25px;
  }
  .single .main .entry__meta {
    padding-top: 18px;
  }
  .single .main .entry__meta .post-categories li {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .single .main .entry__meta .post-categories a {
    padding: 6px 10px;
  }
  .single .main .entry__pvcount {
    font-size: 20px;
  }
  .single .main .entry__pvcount span {
    font-size: 14px;
  }
  .single .main .entry__thumb {
    margin-top: 20px;
  }
  .single .main .entry__body {
    padding-top: 35px;
  }
  .single .main .entry__body h2 {
    margin-top: 40px;
    font-size: 25px;
    padding-bottom: 12px;
  }
  .single .main .entry__body h3 {
    margin-top: 40px;
    font-size: 21px;
    padding: 3px 0 3px 12px;
    border-left: 4px solid #e3b865;
  }
  .single .main .entry__body h4 {
    margin-top: 40px;
    font-size: 19px;
  }
  .single .main .entry__body p {
    margin-top: 25px;
  }
  .single .main .entry__body p + p {
    margin-top: 20px;
  }
  .single .main .entry__body img {
    margin-top: 30px;
  }
  .single .main .entry__body ol,
  .single .main .entry__body ul {
    margin-top: 24px;
  }
  .single .main .entry__body li {
    line-height: 2;
  }
  .single .main .entry__body ul {
    padding-left: 1.1em;
  }
  .single .main .entry__body ul li {
    text-indent: -1.2em;
  }
  .single .main .entry__body ol {
    margin-left: -3px;
  }
  .single .main .entry__body ol li {
    padding-left: 23px;
  }
  .single .main .entry__body ol li::before {
    top: 6px;
    padding-top: 0;
    padding-left: 1px;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }
  .single .main .entry__body blockquote {
    margin-top: 40px;
    padding: 40px 60px;
  }
  .single .main .entry__body blockquote::before, .single .main .entry__body blockquote::after {
    width: 25px;
    height: 25px;
  }
  .single .main .entry__body blockquote::before {
    top: 20px;
    left: 20px;
  }
  .single .main .entry__body blockquote::after {
    bottom: 20px;
    right: 20px;
  }
  .single .main .entry__body blockquote cite {
    margin-top: 18px;
    font-size: 12px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 40px auto;
  }
  .single .main .entry__body th {
    font-size: 17px;
    height: 60px;
  }
  .single .main .entry__body td {
    height: 60px;
  }
  .single .main .entry-author {
    margin-top: 100px;
    padding: 30px;
  }
  .single .main .entry-author__tag {
    top: -40px;
    width: 210px;
    height: 40px;
  }
  .single .main .entry-author__thumb {
    width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .single .main .entry-author__contents {
    margin-left: 20px;
  }
  .single .main .entry-author__name {
    font-size: 25px;
    padding-bottom: 14px;
  }
  .single .main .entry-author__text {
    margin-top: 12px;
    font-size: 13px;
  }
  .single .main .entry__snslink {
    margin-top: 20px;
  }
  .single .main .entry .archive-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .single .main {
    padding: 0 15px;
  }
  .single .main .entry__date {
    font-size: 13px;
  }
  .single .main .entry__title {
    margin-top: 15px;
    padding-bottom: 12px;
    font-size: 20px;
  }
  .single .main .entry__meta {
    padding-top: 15px;
    display: block;
  }
  .single .main .entry__meta .post-categories li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .single .main .entry__meta .post-categories a {
    padding: 4px 6px;
    font-size: 12px;
  }
  .single .main .entry__pvcount {
    margin-top: 10px;
    text-align: right;
    font-size: 18px;
  }
  .single .main .entry__pvcount span {
    font-size: 12px;
  }
  .single .main .entry__thumb {
    margin-top: 15px;
  }
  .single .main .entry__body {
    padding-top: 30px;
  }
  .single .main .entry__body h2 {
    margin-top: 30px;
    font-size: 21px;
    padding-bottom: 10px;
  }
  .single .main .entry__body h3 {
    margin-top: 35px;
    font-size: 18px;
    padding: 3px 0 3px 10px;
    border-left: 3px solid #e3b865;
  }
  .single .main .entry__body h4 {
    margin-top: 30px;
    font-size: 16px;
  }
  .single .main .entry__body img {
    margin-top: 25px;
  }
  .single .main .entry__body ol,
  .single .main .entry__body ul {
    margin-top: 20px;
  }
  .single .main .entry__body ul li {
    text-indent: -1.2em;
  }
  .single .main .entry__body ul li::before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .single .main .entry__body ol {
    margin-left: -3px;
  }
  .single .main .entry__body ol li {
    padding-left: 20px;
  }
  .single .main .entry__body ol li::before {
    top: 5px;
    padding-left: 0;
    padding-top: 1px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
  }
  .single .main .entry__body blockquote {
    margin-top: 40px;
    padding: 40px 25px;
  }
  .single .main .entry__body blockquote p + p {
    margin-top: 1em;
  }
  .single .main .entry__body blockquote::before, .single .main .entry__body blockquote::after {
    width: 20px;
    height: 20px;
  }
  .single .main .entry__body blockquote::before {
    top: 12px;
    left: 12px;
  }
  .single .main .entry__body blockquote::after {
    bottom: 12px;
    right: 12px;
  }
  .single .main .entry__body blockquote cite {
    margin-top: 16px;
    font-size: 11px;
  }
  .single .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
  }
  .single .main .entry__body th {
    font-size: 16px;
    height: 60px;
  }
  .single .main .entry__body td {
    height: 60px;
    font-size: 14px;
    line-height: 1.33;
    padding: 0 5px;
  }
  .single .main .entry__body .liquid-speech-balloon-text {
    padding: 20px;
  }
  .single .main .entry-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    padding: 15px 15px 30px;
  }
  .single .main .entry-author__tag {
    top: -35px;
    width: 200px;
    height: 35px;
  }
  .single .main .entry-author__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .single .main .entry-author__contents {
    margin-left: 0;
    margin-top: 20px;
  }
  .single .main .entry-author__name {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .single .main .entry-author__text {
    margin-top: 12px;
    font-size: 12px;
  }
  .single .main .entry .archive-link {
    margin-top: 50px;
  }
}
/* ===================================

  ブログ一覧：single-blog

====================================== */
.single-blog .mv-lower {
  background-image: url(img/blog-mv-80.jpg);
}
.single-blog .page-wrap.container {
  width: 1200px;
}

@media screen and (max-width: 1199px) {
  .single-blog .mv-lower {
    background-image: url(img/blog-mv-80.jpg);
  }
  .single-blog .page-wrap.container {
    width: 100%;
  }
}
/* ===================================

  お知らせ詳細：single-news

====================================== */
.single-news .mv-lower {
  background-image: url(img/archive-mv-80.jpg);
}
.single-news .page-wrap.container {
  width: 1200px;
}

@media screen and (max-width: 1199px) {
  .single-news .mv-lower {
    background-image: url(img/archive-mv-80.jpg);
  }
  .single-news .page-wrap.container {
    width: 100%;
  }
}
/* ===================================

  お客様の声詳細：single-voice

====================================== */
.single-voice .mv-lower {
  background-image: url(img/voice-mv-80.jpg);
}
.single-voice .page-wrap.container {
  width: 1200px;
}
.single-voice .main {
  width: 100%;
}
.single-voice .voice-entry {
  margin-top: 130px;
  width: 100%;
  word-break: break-all;
}
.single-voice .voice-entry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
.single-voice .voice-entry__thumb {
  width: 440px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}
.single-voice .voice-entry__img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-voice .voice-entry__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 60px;
  word-break: break-all;
}
.single-voice .voice-entry__name {
  margin-top: -0.25em;
  padding-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
.single-voice .voice-entry__msgtitle {
  margin-top: 29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.single-voice .voice-entry__msgtext {
  margin-top: 23px;
  line-height: 2;
}
.single-voice .archive-link {
  margin-top: 110px;
}

@media screen and (max-width: 1199px) {
  .single-voice .page-wrap.container {
    width: 100%;
    padding: 0 30px;
  }
  .single-voice .main {
    padding: 0;
  }
  .single-voice .voice-entry {
    margin-top: 60px;
  }
  .single-voice .voice-entry__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single-voice .voice-entry__thumb {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .single-voice .voice-entry__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 40px;
  }
  .single-voice .voice-entry__name {
    margin-top: -0.25em;
    padding-bottom: 20px;
    font-size: 26px;
  }
  .single-voice .voice-entry__msgtitle {
    margin-top: 20px;
    font-size: 18px;
  }
  .single-voice .voice-entry__msgtext {
    margin-top: 18px;
  }
  .single-voice .archive-link {
    margin-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .single-voice .page-wrap.container {
    padding: 0 15px;
  }
  .single-voice .voice-entry {
    margin-top: 50px;
  }
  .single-voice .voice-entry__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-voice .voice-entry__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .single-voice .voice-entry__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .single-voice .voice-entry__name {
    font-size: 22px;
  }
  .single-voice .voice-entry__msgtitle {
    margin-top: 18px;
    font-size: 18px;
  }
  .single-voice .voice-entry__msgtext {
    margin-top: 18px;
  }
}
/* --- 一時的に非表示CSS --- */
.tempo-hidden {
  display: none !important;
}

.home .banner {
  display: none;
}

/* --- 一時的に非表示CSS --- */
/* 2024.03.08 トレーニング・料金ページ */
.page-price .strong,
.page-training .strong {
  margin-top: 1.5em;
  font-size: 1.5em;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-price .strong,
  .page-training .strong {
    margin-top: 1.2em;
    font-size: 1.2em;
  }
}
/* 2024.03.08 トレーニング・料金ページ ここまで */
/* --- トレーニング・ジュニアテキスト類CSS --- */
.junior-msg {
  margin-top: 65px;
  text-align: center;
}

.junior-msg__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.junior-msg__title + .junior-msg__title {
  margin-top: 1em;
}

.junior-msg__text {
  margin-top: 1.5em;
}

@media screen and (max-width: 1199px) {
  .junior-msg {
    margin-top: 40px;
  }
  .junior-msg__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 760px) {
  .junior-msg {
    margin-top: 30px;
  }
  .junior-msg__title {
    font-size: 20px;
  }
}
/* --- トレーニング・ジュニアテキスト類CSS --- */
.page-about .inst {
  display: none;
}

.trow-ac {
  display: none !important;
}

.video-section {
  display: none !important;
}

.wp-block-liquid-speech-balloon {
  margin-top: 30px !important;
}

.home .review {
  margin-top: 100px;
}

.home .review .container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .home .review {
    margin-top: 80px;
  }
  .home .review .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 760px) {
  .home .review {
    margin-top: 60px;
  }
  .home .review .container {
    padding: 0 15px;
  }
}
/* ==========================================
  2024.05.03 修正
============================================= */
.modal-menu {
  padding-bottom: 60px;
}

.modal-menu__inner {
  overflow-y: auto;
}

.home .mv__title {
  width: 500px;
}

.home .mv__title-img {
  display: block;
  width: 100%;
}

.home .mv__title-img.sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .home .mv__contents {
    width: 100%;
  }
  .home .mv__title {
    width: calc(100% - 20px);
  }
  .home .mv__title-img.pc {
    display: none;
  }
  .home .mv__title-img.sp {
    display: block;
  }
}
.page-about .msg .item__contents .item__text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 758px) {
  .page-about .msg .item__contents .item__text:first-child {
    margin-top: 1.5em;
  }
}
.page-about .msg .item__title {
  font-size: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-about .msg .item__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .msg .item__title {
    font-size: 22px;
  }
}