@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@media (min-width: 821px) {
#menu-globalnav {
  display: block;
}

.navwrap {
  display: none;
}
}

@media (max-width: 820px) {
  #menu-globalnav {
    display: none;
  }

  .navwrap {
    display: block;
  }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'emmeline_regularregular';
  src: url("emmeline-regular-webfont.woff2") format("woff2"), url("emmeline-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*color*/
/*font*/
/*font size*/
/*font関連*/
.mont {
  font-family: 'Montserrat', sans-serif;
}
.green {
	color:#93be3f;
}

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

html {
  font-size: 16px;
}

.mt0auto {
	margin:0 auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NotoSans-R", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

#container p,
.post_content p,
p {
  margin: 0 0 1em 0;
  line-height: 1.7;
}

#container p:last-child,
.post_content p:last-child,
p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

address {
  font-style: normal;
}

/* 枠 */
.insta {
    position: relative;
}
.insta h3::before {
	display: inline-block;
    content: '';
    background-image: url(/wp-content/uploads/2020/12/insta.png);
    background-size: contain;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    margin-right: 1%;
	margin-bottom: 1%;
}

/* ラベル左上に表示 */
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
/* ラベル右下に表示 */
.triangle02::before {
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
}
.triangle02::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}
@media screen and (min-width:769px){
.triangle::before {
    border-bottom: 20em solid transparent;
    border-left: 28em solid #129cbd;
}
.triangle02::before {
    border-top: 10em solid transparent;
    border-right: 20em solid #129cbd;
}
}
@media screen and (max-width:768px){
.triangle::before {
    border-bottom: 15em solid transparent;
    border-left: 18em solid #129cbd;
}
.triangle02::before {
    border-top: 20em solid transparent;
    border-right: 10em solid #129cbd;
}
}

.bg__wht {
	background:#FFF;
}

/*汎用型*/
table {
  width: 100%;
  font-size: 100%;
  box-sizing: border-box;
}

table tbody tr th,
table tbody tr td {
  padding: 5px 3px;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 769px) {
  table tbody tr th {
    white-space: nowrap;
    padding-right: 2em;
  }
}

figure {
  margin: 0;
  line-height: 0;
}

figcaption {
  line-height: 1.7;
}

dd {
  margin-left: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #1c250c;
}

a:hover img {
  opacity: 0.7;
}

.invisible {
  visibility: hidden !important;
}

/*******************************
  コンテンツ幅
*******************************/
@media screen and (max-width: 768px) {
  body:not(.home) #container {
    top: -50px;
  }
}

#page_contents {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #page_contents {
    margin-top: 50px !important;
    background-size: 900px !important;
  }
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-template-page-trainer #page_contents {
  padding-top: 0;
  background-color: #f3f8ea;
}

.page-template-page-corona #page_contents {
  background-color: #93be3f;
}

.mb-10 {
  margin-bottom: 6rem;
}

/*******************************
  nav
*******************************/
.menu__btnwrap {
  display: none;
}

@media screen and (max-width: 820px) {
  .menu__btnwrap {
    display: block;
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 9999;
    text-align: center;
    background-color: rgba(18, 156, 189, 0.7);
    color: white;
    padding: 5px;
    line-height: 1.3;
  }
}

.spmenu_btn {
  display: none;
}

@media screen and (max-width: 820px) {
  .spmenu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 45px;
    height: 25px;
    margin-bottom: 5px;
  }
  .spmenu_btn:hover {
    cursor: pointer;
  }
  .spmenu_btn::before, .spmenu_btn::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: white;
    transition: all 0.3s;
    position: absolute;
  }
  .spmenu_btn::before {
    left: 0px;
    top: 0px;
  }
  .spmenu_btn::after {
    left: 0px;
    bottom: 0px;
  }
  .spmenu_btn span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: white;
    transition: all 0.3s;
  }
  .spmenu_btnClose span {
    width: 0;
  }
  .spmenu_btnClose::before, .spmenu_btnClose::after {
    transform-origin: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 100%;
  }
  .spmenu_btnClose::before {
    transform: rotate(45deg);
  }
  .spmenu_btnClose::after {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 820px) {
  .globalNav {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    right: -100vw;
    transition: all 0.4s;
    z-index: 999;
    top: 0;
    background-color: white;
  }
  .globalNav_state {
    right: 0;
  }
  .globalNav .menu {
    width: 100%;
  }
  .globalNav .menu-item {
    width: 100%;
  }
  .globalNav .menu a {
    display: block;
    padding: 1em;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .globalNav .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .globalNav .menu-globalnav-container {
    width: 100%;
    display: flex;
    align-content: center;
  }
}

#global_menu {
  height: auto;
  width: none;
	background: #93be3f;
}

#global_menu > ul > li > a {
	color:#FFF !important;
}
#global_menu > ul > li > a:hover {
  background:#FFF;
	color:#93be3f !important;
  /*上、下*/
}

/*******************************
  header
*******************************/
body.home #header, body.page #header, body.single #header, body.archive #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
background:#FFF;
}

body.home #header #global_menu, body.page #header #global_menu, body.single #header #global_menu, body.archive #header #global_menu {
  display: block;
  position: static;
}

body.home #header_slider, body.page #header_slider, body.single #header_slider, body.archive #header_slider {
  width: 462px;
  height: 222px;
  margin-left: auto;
  overflow: visible;
  background-color: transparent;
  z-index: 5;
}

@media screen and (max-width: 428px) {
  body.home #header_slider, body.page #header_slider, body.single #header_slider, body.archive #header_slider {
    width: 300px;
    height: 200px !important;
    margin-right: auto;
  }
}

body.home #header_slider::before, body.page #header_slider::before, body.single #header_slider::before, body.archive #header_slider::before {
  content: 'Campain!';
  font-family: "emmeline_regularregular";
  color: #e59a3b;
  font-size: 140px;
  font-size: 8.75rem;
  line-height: 1;
  transform: translate(-17%, -60%) skewY(-20deg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

body.home #header_slider .item, body.page #header_slider .item, body.single #header_slider .item, body.archive #header_slider .item {
  opacity: 1;
  height: 222px;
}

@media screen and (max-width: 428px) {
  body.home #header_slider .item, body.page #header_slider .item, body.single #header_slider .item, body.archive #header_slider .item {
    height: 200px !important;
  }
}

body.home #header_slider .slide-arrow, body.page #header_slider .slide-arrow, body.single #header_slider .slide-arrow, body.archive #header_slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  z-index: 9999;
  margin: 0;
  padding: 0;
}

body.home #header_slider .slide-arrow:hover, body.page #header_slider .slide-arrow:hover, body.single #header_slider .slide-arrow:hover, body.archive #header_slider .slide-arrow:hover {
  cursor: pointer;
}

body.home #header_slider .slide-arrow::before, body.page #header_slider .slide-arrow::before, body.single #header_slider .slide-arrow::before, body.archive #header_slider .slide-arrow::before {
  display: block;
}

body.home #header_slider .slide-arrow.prev-arrow, body.page #header_slider .slide-arrow.prev-arrow, body.single #header_slider .slide-arrow.prev-arrow, body.archive #header_slider .slide-arrow.prev-arrow {
  left: -30px;
}

body.home #header_slider .slide-arrow.prev-arrow::before, body.page #header_slider .slide-arrow.prev-arrow::before, body.single #header_slider .slide-arrow.prev-arrow::before, body.archive #header_slider .slide-arrow.prev-arrow::before {
  content: '';
  border-right: 20px solid #b3b3b3;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

body.home #header_slider .slide-arrow.next-arrow, body.page #header_slider .slide-arrow.next-arrow, body.single #header_slider .slide-arrow.next-arrow, body.archive #header_slider .slide-arrow.next-arrow {
  right: -20px;
}

body.home #header_slider .slide-arrow.next-arrow::before, body.page #header_slider .slide-arrow.next-arrow::before, body.single #header_slider .slide-arrow.next-arrow::before, body.archive #header_slider .slide-arrow.next-arrow::before {
  content: '';
  border-left: 20px solid #b3b3b3;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

body.home #header_slider_button, body.page #header_slider_button, body.single #header_slider_button, body.archive #header_slider_button {
  display: none;
}

body.home #header_slider .animation_type1.animate .image, body.page #header_slider .animation_type1.animate .image, body.single #header_slider .animation_type1.animate .image, body.archive #header_slider .animation_type1.animate .image {
  animation: inherit;
}

body.home #header #top_logo, body.page #header #top_logo, body.single #header #top_logo, body.archive #header #top_logo {
  top: 0;
  left: 0;
  position: static;
	padding: 0 1%;
}

body.home #headerMain, body.page #headerMain, body.single #headerMain, body.archive #headerMain {
  padding: 200px 0 0 0;
  min-height: 900px;
  position: relative;
}

@media screen and (max-width: 520px) {
  body.home #headerMain, body.page #headerMain, body.single #headerMain, body.archive #headerMain {
    min-height: inherit;
  }
}

body.home #headerMain > *, body.page #headerMain > *, body.single #headerMain > *, body.archive #headerMain > * {
  z-index: 2;
}

body.home #headerMain__bgslider, body.page #headerMain__bgslider, body.single #headerMain__bgslider, body.archive #headerMain__bgslider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -11;
}

body.home #headerMain__bgslider .slick-list, body.home #headerMain__bgslider .slick-track, body.page #headerMain__bgslider .slick-list, body.page #headerMain__bgslider .slick-track, body.single #headerMain__bgslider .slick-list, body.single #headerMain__bgslider .slick-track, body.archive #headerMain__bgslider .slick-list, body.archive #headerMain__bgslider .slick-track {
  height: 100%;
  width: 100%;
}

body.home #headerMain__bgslider .slick-slide, body.page #headerMain__bgslider .slick-slide, body.single #headerMain__bgslider .slick-slide, body.archive #headerMain__bgslider .slick-slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

body.home #container {
  padding-top: 60px;
}

#header {
  height: auto;
  background: linear-gradient(to bottom, white 0%, transparent 100%);
}

#header_logo {
  height: auto;
	padding: 0 1%;
}

#header_logo .logo {
  position: static;
  transform: translate(0);
}

@media screen and (max-width: 768px) {
  #header_logo {
    margin-left: 0;
  }
  #header_logo .logo,
  #header_logo .mobile_logo_image {
    position: static !important;
    transform: translate(0) !important;
  }
}

#headerMain {
  overflow: hidden;
}

.headerSliderbtn {
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: all 2s;
}

@media screen and (max-width: 520px) {
  .headerSliderbtn {
    max-width: 100vw;
  }
}

.headerSliderbtn.js_active {
  right: 0;
}

@media screen and (max-width: 520px) {
  .headerSliderbtn-item {
    max-width: 40vw;
  }
}

.headerSliderbtn-item a {
  display: block;
}

.headerSliderbtn-camp {
  position: relative;
}

.headerSliderbtn-camp::before {
  content: 'Campain!';
  font-family: "emmeline_regularregular";
  color: #e59a3b;
  font-size: 140px;
  font-size: 8.75rem;
  line-height: 1;
  transform: translate(-17%, -60%) skewY(-20deg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 520px) {
  .headerSliderbtn-camp::before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.headerSliderbtn_close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  transform-origin: center;
  border: none;
  background: none;
  outline: none;
  z-index: 999;
  border-radius: 50%;
}

.headerSliderbtn_close-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  z-index: 999;
}

.headerSliderbtn_close::before, .headerSliderbtn_close::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #3388dd;
  content: '';
  z-index: 10;
}

.headerSliderbtn_close::before {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.headerSliderbtn_close::after {
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.headerSliderbtn_close:hover {
  cursor: pointer;
}

.header__sns {
  display: flex;
padding-right: 1%;
}

.header__sns a {
  display: block;
  margin-left: 1rem;
}

.header__fixedbtn {
  position: fixed;
  right: 0;
  top: 20vh;
  width: 35px;
}

.header__fixedbtn img {
  display: block;
}

#top_logo {
  opacity: 1;
}

#top_logo img {
  opacity: 1;
}

#page_contents {
  padding-top: 12rem;
}

.single #main_contents,
.archive #main_contents {
  padding-top: 80px;
}

/*******************************
  footer
*******************************/
.footer__logo-title {
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
}

.footer__logo-content {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

#footer_menu {
  margin: 1rem 0;
}

#copyright {
  margin-bottom: 0;
}

/*******************************
  title
*******************************/
#article .title,
#contents_builder .title {
  font-size: 18px;
  font-size: 1.125rem;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
 -1px 1px 0 #FFF, 1px -1px 0 #FFF,
 0px 1px 0 #FFF, 0-1px 0 #FFF,
 -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#article .title__set,
#contents_builder .title__set {
  display: flex;
  flex-wrap: wrap;
}

#article .title__set > *,
#contents_builder .title__set > * {
  width: 100%;
  line-height: 1;
}

#article .title__jp,
#contents_builder .title__jp {
  font-size: 18px;
  font-size: 1.125rem;
  order: 1;
}

#article .title__en,
#contents_builder .title__en {
  font-size: 50px;
  font-size: 3.125rem;
  order: 0;
}

#article .title__beta,
#contents_builder .title__beta {
  display: inline;
  background-color: #000;
  color: white;
  line-height: 1.3;
  font-size: 45px;
  font-size: 2.8125rem;
}

#article .title__beta-small,
#contents_builder .title__beta-small {
  display: inline;
  color: #000;
  line-height: 1.3;
  font-size: 22px;
  font-size: 1.375rem;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#article .title__dl-dt,
#contents_builder .title__dl-dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

#article .title__dl-dd,
#contents_builder .title__dl-dd {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}

#article .title__min-beta,
#contents_builder .title__min-beta {
  font-size: 17px;
  font-size: 1.0625rem;
  color: white;
  background-color: #000;
  padding: 1rem;
}

#article .title__ribbon,
#contents_builder .title__ribbon {
  background-color: white;
  color: #e59a3b;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px #000;
}

#article .title__ribbon-wrap,
#contents_builder .title__ribbon-wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  #article .title__ribbon-wrap,
  #contents_builder .title__ribbon-wrap {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}

#article .title__ribbon-wrap > *,
#contents_builder .title__ribbon-wrap > * {
  position: relative;
  z-index: 2;
}

#article .title__ribbon-wrap::before, #article .title__ribbon-wrap::after,
#contents_builder .title__ribbon-wrap::before,
#contents_builder .title__ribbon-wrap::after {
  position: absolute;
  bottom: 0;
  content: '';
  border: 20px solid white;
  z-index: 1;
  filter: drop-shadow(0 0 1px #000);
}

#article .title__ribbon-wrap::before,
#contents_builder .title__ribbon-wrap::before {
  left: 0;
  border-left-color: transparent;
  border-right-width: 30px;
  transform: translate(-30px, 10px);
}

#article .title__ribbon-wrap::after,
#contents_builder .title__ribbon-wrap::after {
  right: 0;
  border-right-color: transparent;
  border-left-width: 30px;
  transform: translate(30px, 10px);
}

#article .title__main,
#contents_builder .title__main {
  text-align: center;
  font-size: 60px;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-shadow: 5px 5px 8px #000;
}

#article .title__main-text,
#contents_builder .title__main-text {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

#article .title__ber,
#contents_builder .title__ber {
  font-size: 22px;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  color: #184c7f;
}

#article .title__ber::before, #article .title__ber::after,
#contents_builder .title__ber::before,
#contents_builder .title__ber::after {
  content: '';
  display: block;
  height: 1px;
  flex-grow: 1;
  background-color: #184c7f;
}

#article .title__ber::before,
#contents_builder .title__ber::before {
  margin-right: 2rem;
}

#article .title__ber::after,
#contents_builder .title__ber::after {
  margin-left: 2rem;
}

#article .title__50,
#contents_builder .title__50 {
  font-size: 50px;
  font-size: 3.125rem;
}

#article .title__45,
#contents_builder .title__45 {
  font-size: 45px;
  font-size: 2.8125rem;
}

#article .title__40,
#contents_builder .title__40 {
  font-size: 40px;
  font-size: 2.5rem;
}

#article .title__30,
#contents_builder .title__30 {
  font-size: 30px;
  font-size: 1.875rem;
}

#article .title__25,
#contents_builder .title__25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

#article .title__20,
#contents_builder .title__20 {
  font-size: 20px;
  font-size: 1.25rem;
}

#article .title__pagemain,
#contents_builder .title__pagemain {
  line-height: 1;
}

.headline.rich_font_type2 {
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
 -1px 1px 0 #FFF, 1px -1px 0 #FFF,
 0px 1px 0 #FFF, 0-1px 0 #FFF,
 -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*******************************
  text
*******************************/
.text__min {
  font-size: 11px;
  font-size: 0.6875rem;
}

.text__small {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text__big {
  font-size: 22px;
  font-size: 1.375rem;
}

.text__huge {
  font-size: 35px;
  font-size: 2.1875rem;
}

.text__underLine {
  text-decoration: underline;
}

.text__40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.text__35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.text__30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.text__25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.text__20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.text__shadow {
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  /*上、下*/
}

/*******************************
  color
*******************************/
.color__base {
  color: white !important;
}

.color__option {
  color: #184c7f !important;
}

.color__sub {
  color: #93be3f !important;
}

.color__theme {
  color: #129cbd !important;
}

.color__theme-dark {
  color: #184c7f !important;
}

.color__caution {
  color: #d21c24 !important;
}

/*******************************
  tab
*******************************/
#article .tab {
  width: 100%;
  padding: 2rem 5px;
  list-style: none;
  border: solid 1px #ccc;
  border-bottom: 1px solid #184c7f;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#article .tab-group {
  display: flex;
  justify-content: center;
  margin-left: 0;
}

#article .tab.is-active {
  transition: all 0.2s ease-out;
}

#article .tab.is-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #184c7f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#article .panel {
  display: none;
}

#article .panel.is-show {
  display: block;
}

/*******************************
  background
*******************************/
.bg__theme {
  background-color: #129cbd;
  color: white;
}

.bg__theme a {
  color: white !important;
}

.bg__theme a:hover {
  color: #587126;
}

.bg__theme-arrowTop {
  position: relative;
}

.bg__theme-arrowTop::before, .bg__theme-arrowTop::after {
  content: '';
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  border-bottom: 150px solid #129cbd;
}

.bg__theme-arrowTop::before {
  left: 0;
  border-right: 50vw solid transparent;
}

.bg__theme-arrowTop::after {
  right: 0;
  border-left: 50vw solid transparent;
}

.bg__theme-light {
  background-color: rgba(18, 156, 189, 0.1);
}

.bg__sub {
  background-color: #93be3f;
  color: white;
}

.bg__sub a {
  color: white !important;
}

.bg__sub a:hover {
  color: #587126;
}

.bg__sub-light {
  background-color: #f3f8ea;
}

.bg__base {
  background-color: white;
  color: #000;
}

.bg__point {
  background-image: url("../assets/6point__bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: white;
}

.bg__str01 {
  background-image: url("../assets/strengths__01bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.bg__str02 {
  background-image: url("../assets/strengths__02bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.bg__price {
  background-image: url("../assets/bg__price.png");
  background-repeat: no-repeat;
  color: white;
}

@media screen and (min-width: 520px) {
  .bg__price {
    background-size: 100%;
  }
}

.bg__tri-top {
  position: relative;
}

.bg__tri-top > * {
  position: relative;
  z-index: 1;
}

.bg__tri-top::before {
  content: '';
  border-top: 250px solid #129cbd;
  border-right: 250px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.bg__tri-bottom {
  position: relative;
}

.bg__tri-bottom > * {
  position: relative;
  z-index: 1;
}

.bg__tri-bottom::before {
  content: '';
  border-bottom: 250px solid #129cbd;
  border-left: 250px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.bg__text-light {
      background-color: #128097;
    color: #FFF;
}

.bg__store {
  background-image: url("../assets/store__bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg__accent {
  background-color: #e59a3b;
}

.bg__camp {
  background-image: url("/wp-content/uploads/2020/12/camp__bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg__grd {
  position: relative;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 200px;
}

@media screen and (min-width: 520px) {
  .bg__grd {
    margin: 0;
    padding-bottom: 400px;
  }
}

.bg__grd > * {
  position: relative;
  z-index: 1;
}

.bg__grd::after {
  content: '';
  display: block;
  height: 70%;
  width: 100%;
  background-color: #93be3f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 0;
  transform: skewY(-15deg);
}

@media screen and (min-width: 520px) {
  .bg__grd::after {
    bottom: 300px;
    height: 550px;
  }
}

.bg__radius {
  border-radius: 10px;
}

.page-id-109 {
  background-color: rgba(18, 156, 189, 0.2);
}

.page-template-page-personal-training {
  background-color: rgba(18, 156, 189, 0.2);
}

.page-template-page-personal-training #header {
  background-color: white;
}

.page-template-page-personal-training #page_contents {
  padding-bottom: 0;
}

.page-template-page-personal-training #footer_menu {
  padding-top: 12rem;
  background-color: white;
  margin: 0;
  padding-bottom: 1rem;
}

.page-template-page-int-corona #header {
  background-color: white;
}

.page-template-page-int-corona #page_contents {
  padding-bottom: 0;
}

body:not(.home) #header {
  background-color: white;
}

@media screen and (min-width: 520px) {
  .pege__link {
    margin-top: 140px;
  }
  .pege__link + .pege__link {
    margin-top: 180px;
  }
  .pege__link + .pege__link + .pege__link {
    margin-top: 0;
  }
}

/*******************************
  border
*******************************/
@media screen and (min-width: 769px) {
  .border__left {
    border-left: 1px solid #000;
  }
}

.border__top {
  border-top: 1px solid #80983f;
}

.border__bottom {
  border-bottom: 1px solid #80983f;
}

/*******************************
  arrow
*******************************/
.arrow__top {
  position: relative;
}

.arrow__top::before {
  content: '';
  border-width: 0 60px 60px;
  border-color: white;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
}

/*******************************
  map
*******************************/
/*******************************
  SNS関連
*******************************/
/*******************************
  single
*******************************/
/*******************************
  archive
*******************************/
.pagination ul {
  display: flex;
}

.pagination li {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.6rem;
}

.pagination li.active {
  background-color: #129cbd;
  color: white;
  padding: 0.3rem 0.7rem;
}

.pagination li a {
  display: block;
  color: #000;
  padding: 0.3rem 0.7rem;
}

/*******************************
  aside
*******************************/
/*******************************
  form
*******************************/
.mw_wp_form th,
.mw_wp_form td {
  border-bottom: 1px solid rgba(148, 120, 56, 0.6);
  text-align: left;
  vertical-align: top;
  white-space: inherit;
  position: relative;
  background: none;
}

@media screen and (max-width: 768px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}

.mw_wp_form th dl,
.mw_wp_form td dl {
  margin: 0;
}

.mw_wp_form th dt,
.mw_wp_form td dt {
  font-weight: normal;
  margin: 0;
}

.mw_wp_form th dd,
.mw_wp_form td dd {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .mw_wp_form th {
    white-space: nowrap;
    width: 320px;
  }
}

.mw_wp_form .required {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border: 1px solid #129cbd;
  color: #129cbd;
  display: inline-block;
  margin-left: 1.5rem;
  padding: 0 0.6rem;
}

.mw_wp_form input[type='text'], .mw_wp_form input[type='email'], .mw_wp_form input[type='number'], .mw_wp_form input[type='tel'] {
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  margin-bottom: 0.3rem;
  border: 1px solid gray;
}

@media screen and (max-width: 768px) {
  .mw_wp_form input[type='text'], .mw_wp_form input[type='email'], .mw_wp_form input[type='number'], .mw_wp_form input[type='tel'] {
    width: 100%;
  }
}

.mw_wp_form input:last-child {
  margin-bottom: 0;
}

.mw_wp_form select {
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .mw_wp_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0.6em 1.5em 0.6em 0.5em;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
    background-size: 5px 5px, 5px 5px;
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
    background-repeat: no-repeat;
  }
  .mw_wp_form select:focus {
    outline: 0;
    border-color: #b0c5ff;
    /* 枠線の色を変更 */
  }
  .mw_wp_form select::-ms-expand {
    display: none;
  }
}

.mw_wp_form textarea {
  font-size: 16px;
  padding: 0.4rem 0.6rem;
  width: 100%;
}

.mw_wp_form .error {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25px);
  background-color: red;
  color: white !important;
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  padding: 0.3rem 0 0.3rem 0.4rem;
  border-radius: 5px;
  animation: float 2s ease 0s infinite;
}

.mw_wp_form .error::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 14px;
  display: block;
  border-top: 5px solid red;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  transform: translateY(5px);
}

.mw_wp_form .submit,
.mw_wp_form .return {
  display: inline-block;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.5rem 0.7rem;
  background-color: white;
}

.mw_wp_form .submit:focus,
.mw_wp_form .return:focus {
  outline: 0;
  border-color: #b0c5ff;
  /* 枠線の色を変更 */
}

.mw_wp_form .submit:hover,
.mw_wp_form .return:hover {
  cursor: pointer;
}

.mw_wp_form .submit {
  border: 1px solid #184c7f;
  color: #184c7f;
}

.mw_wp_form .return {
  background-image: url("../assets/bg-pattern.png");
  background-color: #93be3f;
  color: #000;
}

@keyframes float {
  0% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(-25px);
  }
}

/*******************************
  accordion
*******************************/
.accordion__title {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.accordion__title::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transition: all 0.3s;
}

.accordion__title:hover {
  cursor: pointer;
}

.accordion__title.open::after {
  transform: rotate(180deg);
}

.accordion__content {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.36s, opacity 0.36s;
}

.accordion__content.is-open {
  padding: 0.6em 1em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

/*******************************
  num
*******************************/
.Num {
  counter-increment: num;
}

/*******************************
  サイト固有
*******************************/
.index_free_space.num1, .index_free_space.num2, .index_free_space.num3, .index_free_space.num4, .index_free_space.type2 {
  padding: 0;
}

@media screen and (max-width: 1001px) {
  .index_free_space.num1, .index_free_space.num2, .index_free_space.num3, .index_free_space.num4, .index_free_space.type2 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .column {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .column:nth-child(3n + 2) {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .column:nth-child(3n) {
    margin-top: 8rem;
  }
}

.module__post-item {
  display: flex;
}

.module__post-date {
  margin-right: 2rem;
}

.module__btn-arrow a {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  position: relative;
  padding-right: 20px;
}

.module__btn-arrow a::after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.module__card {
  padding: 1.2rem;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .module__card {
    min-height: 580px;
  }
}

.module__card > * {
  width: 100%;
}

.module__card-img {
  margin-bottom: 1rem;
}

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

.module__card-title {
  font-size: 21px;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.module__card-title::before {
  content: counter(num, decimal-leading-zero);
  color: #93be3f;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  margin-right: 1rem;
  border-bottom: 5px solid #93be3f;
}

.module__card-titlesub {
  background-color: #129cbd;
  color: white;
  font-size: 15px;
  font-size: 0.9375rem;
}

.module__card-content {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.module__card-bnr {
  margin-top: auto;
}

.module__card-bnr img {
  display: block;
  width: 100%;
}

.module__card-btn {
  margin-top: auto;
}

.module__card-btn a {
  display: block;
  max-width: 80%;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem 0.6rem;
}

.module__text-large {
  font-size: 18px;
  font-size: 1.125rem;
}

.module__text-hurge {
  font-size: 20px;
  font-size: 1.25rem;
}

.module__circle {
  
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  width: 100%;

}

@media screen and (min-width:769px){
	.module__circle {
		background: #93be3f;
		color:#FFF;
	}
}

@media screen and (max-width:768px){
	.module__circle {
		color:#93be3f;
	}
}

.module__circle-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.module__list > ul {
  list-style: none;
  margin-left: 0;
}

.module__list > ul > li::before {
  content: '□';
  margin-right: 0.3rem;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}

.module__list > ul > li ul {
  margin-left: 1em;
  list-style: disc;
  list-style-position: inside;
}

.module__list-out ul {
  list-style: none;
}

.module__list-out > li {
  position: relative;
}

.module__list-out > li::before {
  content: '□';
  margin-right: 0.3rem;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50% -1em);
}

.module__list-check > ul {
  list-style: none;
  margin-left: 0;
}

.module__list-check > ul > li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 520px) {
  .module__list-check > ul > li {
    display: flex;
    align-items: center;
  }
}

.module__list-check > ul > li::before {
  content: url("../assets/pt-icon-check.png");
  margin-right: 0.5em;
}

.module__list-center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.module__list-lastmenber > ul > li::before {
  width: 42px;
  text-align: center;
}

.module__list-lastmenber > ul > li:last-child::before {
  content: url("../assets/icon-senyou.png");
  margin-right: 0.5em;
}

.module__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.module__img-circle img {
  display: block;
  width: 106px;
  height: 106px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .module__img-skar img {
    transform: scale(1.3);
    transform-origin: left bottom;
  }
}

.module__img-full {
  margin: 0 calc(50% - 50vw);
}

.module__img-full img {
  width: 100%;
  display: block;
}

.module__btn a {
  display: block;
	background: #93be3f;
  padding: 0.4rem 0.6rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
	color: #FFF !important;
	border:1px solid #93be3f;
}
.module__btn a:hover {
	background:#FFF;
	color:#93be3f !important;
}
.module__btn a::after {
	display:inline-block;
	content: '';
	background-image: url(/wp-content/uploads/2020/12/arrow.png);
  background-size: contain;
  vertical-align: middle;
	width: 34px;
    height: 6px;
	margin-left: 2%;
}

.module__btn-white a {
  color: white !important;
}

.module__bigtext {
  font-size: 8vw;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-family: Arial;
}

@media screen and (min-width: 1025px) {
  .module__bigtext {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.module__iframe iframe {
  display: block;
  width: 100%;
}

.module__priceTable table,
.trainer__table table{
	border: solid 1px #ccc;
}
.module__priceTable_th {
	font-weight:bold;
}
.module__priceTable th,
.module__priceTable td {
  padding: 0.7rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

.module__priceTable thead th {
  background-color: #000;
  color: white;
  text-align: left;
  padding-left: 2rem;
}

.module__priceTable tbody th {
  padding-left: 2rem;
}

.module__priceTable tbody th,
.module__priceTable tbody td {
  padding-left: 2rem;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
}

.module__priceTable tbody tr:first-child th,
.module__priceTable tbody tr:first-child td {
  padding-top: 2rem;
}

.module__figure {
  display: flex;
  align-items: center;
}

.module__figure-content {
  padding-left: 1rem;
}

.module__btnImg {
  background-color: #726356;
  color: white;
  display: block;
  margin-bottom: 2rem;
}

.module__btnImg-title {
  padding: 0.5rem;
  position: relative;
  background-color: #726356;
  color: white;
}

.module__btnImg-title a {
  color: white !important;
}

.module__btnImg-title::before, .module__btnImg-title::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  height: 1px;
  background-color: white;
}

.module__btnImg-title::before {
  width: 50px;
}

.module__btnImg-title::after {
  transform: rotate(45deg);
  width: 15px;
  transform-origin: right bottom;
}

.module__qa {
  border: 1px solid #000;
  border-bottom: none;
}

.module__qa:last-child {
  border-bottom: 1px solid #000;
}

.module__qa-title {
  padding: 1rem;
  border-bottom: 1px solid #000;
  position: relative;
  color: #184c7f;
  font-weight: bold;
}

.module__qa-title::before {
  content: '\f059';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #184c7f;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 769px) {
  .module__qa-title::before {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .module__qa-title {
    padding: 1rem 4rem;
  }
}

.module__qa-content {
  padding: 1rem;
  background-color: #f2f2f2;
}

@media screen and (min-width: 769px) {
  .module__qa-content {
    padding: 1rem 4rem;
  }
}

.module__form-title {
  color: white;
  background-color: #184c7f;
  padding: 0.7rem 1rem !important;
  font-weight: bold;
}

.module__slash {
  text-align: center;
}

.module__slash-inner {
  display: inline-block;
  color: #93be3f;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.module__slash-inner::before, .module__slash-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #93be3f;
}

.module__slash-inner::before {
  left: 0;
  transform: rotate(-25deg);
}

.module__slash-inner::after {
  right: 0;
  transform: rotate(25deg);
}

.price__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

.price__content {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

.price__sub {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
}
#price .title__set,
#shoplist .title__set{
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

@media screen and (max-width: 520px) {
  .trainer__table {
    overflow-x: auto;
  }
  .trainer__table table {
    width: 800px !important;
  }
}

.trainer__table {
	margin-top:5%;
}

.trainer__table th,
.trainer__table td {
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: middle;
  text-align: center;
  padding: 1rem 0.3rem;
	border: 1px solid #ccc;
}

.trainer__table th:last-child,
.trainer__table td:last-child {
	border-right:none;
}
.trainer__table tbody th {
  text-align: left;
  padding-right: 0;
}

.camp__title {
  margin-bottom: 0;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
}

.camp__price {
  font-size: 28px;
  font-size: 1.75rem;
  text-decoration: line-through;
  color: white;
  display: flex;
  align-items: center;
}

.camp__price::after {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  margin-left: 2rem;
  transform: rotate(-45deg);
}

.camp__price-big {
  font-size: 70px;
	font-size: 3.9rem;
  line-height: 1;
  color: #e59a3b;
}

.camp__price-big::after {
  content: '円';
  font-size: 30px;
  font-size: 1.875rem;
}

.step__num {
  background-color: #f2f2f2;
  font-size: 22px;
  font-size: 1.375rem;
  color: #184c7f;
  margin-bottom: 2rem;
  position: relative;
}

.step__num::after, .step__num::before {
  top: 50%;
  transform: translateY(-50%);
}

.step__num::after {
  content: '';
  border-left: 10px solid transparent;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  position: absolute;
  right: 0;
}

.step__num::before {
  content: '';
  border-left: 10px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
}

.step__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.step__content {
  font-size: 14px;
  font-size: 0.875rem;
}

.step__can .step__num::before {
  display: none;
}

.info__data {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .info__data {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 400px;
  }
}

.info__data-title {
  background-color: #93be3f;
  padding: 0.8rem 1rem !important;
  color: white;
  margin: 0 !important;
  text-align: center;
}

.info__data-tel {
  font-size: 26px;
  font-size: 1.625rem;
  display: flex;
  align-items: center;
}

.info__data-tel img {
  margin-right: 1rem;
}

.info__dataInfo {
  display: flex;
  margin: 0;
}

.info__dataInfo-title {
  font-weight: normal !important;
  padding-right: 1rem;
  border-right: 1px solid #000;
  margin-right: 1rem;
  line-height: 1 !important;
  min-width: 75px;
}

.info__dataInfo-content {
  margin: 0 !important;
  line-height: 1 !important;
}

.relative {
  position: relative;
}

.facility__box {
  height: 100%;
}

.facility__img {
  background-color: white;
}

.facility__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.facility__title {
  font-size: 20px;
  font-size: 1.1rem;
  margin-top: 0 !important;
}

@media screen and (min-width: 520px) {
  .facility__title-wrap {
    margin-bottom: -0.7rem;
    position: relative;
    z-index: 1;
  }
}

.facility__num {
  display: inline-block;
  background-color: #e59a3b;
  color: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}

.facility__num-inner {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Ropa Sans", sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
	padding: 17px;
  height: 100%;
}

.facility__num-inner::after {
  content: counter(num, decimal-leading-zero);
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Ropa Sans", sans-serif;
  display: block;
  line-height: 1;
  width: 100%;
  margin-top: -0.5rem;
}

.facility__numwrap {
  counter-increment: num;
}

.facility__content {
  background-color: white;
	min-height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.facility__content > * {
  width: 100%;
}

.facility__content-head-height {
  min-height: 200px;
}

.facility__content-item {
  border-top: 1px dotted #1287a8;
  padding-top: 0.3rem;
  height: 70px;
}

.facility__content-item > .row {
  height: 100%;
}

.facility__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #1287a8;
  text-align: center;
  color: #1287a8;
  padding: 0.6rem 0;
}

.facility__subtitle-min {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: none;
  padding: 0;
}

.facility__list li {
  display: inline-block;
  white-space: nowrap;
  background-color: #7f7f80;
  color: white;
  border-radius: 5px;
  line-height: 1.2;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.trainer__prof {
  background-color: #129cbd;
  color: white;
  padding: 1rem 1.5rem;
}

@media screen and (min-width: 520px) {
  .trainer__prof {
    padding: 2rem 3rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.trainer__prof-01 {
  background-color: #e59a3b;
}

.trainer__prof-01-title {
  background-color: #e59a3b;
  color: white;
  padding: 0.6rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.trainer__prof-01-def dt {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.trainer__prof-01-def dt::before {
  content: '';
  display: inline-block;
  background-color: #e59a3b;
  width: 10px;
  height: 18px;
  margin-right: 0.5rem;
}

.trainer__prof-01-border {
  border-top: 1px dotted #e59a3b;
}

.trainer__prof-02 {
  background-color: #1283a4;
}

.trainer__prof-02-title {
  background-color: #1283a4;
  color: white;
  padding: 0.6rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.trainer__prof-02-def dt {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.trainer__prof-02-def dt::before {
  content: '';
  display: inline-block;
  background-color: #1283a4;
  width: 10px;
  height: 18px;
  margin-right: 0.5rem;
}

.trainer__prof-02-border {
  border-top: 1px solid #1283a4;
}

.trainer__prof-03 {
  background-color: #93be3f;
}

.trainer__prof-03-title {
  background-color: #93be3f;
  color: white;
  padding: 0.6rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.trainer__prof-03-def dt {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.trainer__prof-03-def dt::before {
  content: '';
  display: inline-block;
  background-color: #93be3f;
  width: 10px;
  height: 18px;
  margin-right: 0.5rem;
}

.trainer__prof-03-border {
  border-top: 1px solid #93be3f;
}

.trainer__prof-title {
  font-size: 40px;
  font-size: 2.5rem;
}

.trainer__prof-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.trainer__name {
  font-size: 25px;
  font-size: 1.5625rem;
}

.trainer__subname {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.trainer__sns-title {
  display: flex;
  align-items: center;
}

.trainer__sns-title a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000 !important;
}

.trainer__sns-title img {
  margin-right: 0.5rem;
}

.insta__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.insta__list-item {
  width: calc((100% - 20px) / 3);
}

@media screen and (min-width: 920px) {
  .insta__list-item {
    width: 355px;
  }
}

.insta__list-item img {
  width: 355px;
  height: calc((100vw - 10px) / 3);
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
}

@media screen and (min-width: 920px) {
  .insta__list-item img {
    height: 355px;
  }
}

#article .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.parsonalTrg__price {
  font-size: 35px;
  font-size: 2.1875rem;
  display: inline-block;
}

.parsonalTrg__price-main {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #129cbd;
}

.parsonalTrg__price-wrap {
  text-align: center;
}

.parsonalTrg__border-top {
  border-top: 1px dotted #129cbd;
}

.parsonalTrg__border-bottomW {
  border-bottom: 10px double #129cbd;
}

.parsonalTrg__voice {
  background-color: #93be3f;
  padding: 0.5em;
  margin-bottom: 4rem;
}

.parsonalTrg__voice-title {
  text-align: center;
  color: white;
  font-weight: bold;
  padding-bottom: 0.4rem;
}

.parsonalTrg__voice-img img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: block;
}

.parsonalTrg__stepNum {
  background-color: #bfbfbf;
  font-size: 22px;
  font-size: 1.375rem;
  color: #184c7f;
  margin-bottom: 2rem;
  position: relative;
}

.parsonalTrg__stepNum::after, .parsonalTrg__stepNum::before {
  top: 50%;
  transform: translateY(-50%);
}

.parsonalTrg__stepNum::after {
  content: '';
  border-left: 10px solid transparent;
  border-top: 20px solid #e6e6e6;
  border-bottom: 20px solid #e6e6e6;
  position: absolute;
  right: 0;
}

.parsonalTrg__stepNum::before {
  content: '';
  border-left: 10px solid #e6e6e6;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 520px) {
  .text__underLine.text__40.color__caution.text__shadow,
  .text__underLine.text__40 {
    display: block;
  }
}
