@charset "UTF-8";
/*!
Theme Name: トライフォース五反田
Version: 1.0
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --mainColor: #008D4A;
  --mainDarkColor: #00703a;
  --pointColor: #FFE101;
  --pointDarkColor: #fbc900;
  --textColor: #111;
  --sidePadding: 40px;
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 6.4vw;
  }
}

/* Global
---------------------------------------- */
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  font-size: 1rem;
  line-height: 1.65;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo sans-serif;
}
body.bg-gray {
  background: #f5f5f5;
}

/* layout */
@media (min-width: 767px) {
  .l-contents {
    padding-top: 151px;
  }
}
@media (max-width: 1099px) {
  .l-contents {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .l-contents {
    padding-top: 22.4vw;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1144px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}

.siteMain {
  padding-top: 96px;
}
@media (max-width: 1099px) {
  .siteMain {
    padding-top: 60px;
  }
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  section {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

.fullWidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hide {
  display: none !important;
}

.hide-pc {
  display: none !important;
}

.show-pc,
.show-tab,
.show-sp {
  display: none !important;
}

@media (min-width: 767px) {
  .show-pc {
    display: block !important;
  }
}
@media (max-width: 1099px) {
  .show-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-pc {
    display: block !important;
  }
  .hide-sp {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}
.inline-block {
  display: inline-block;
}

@media (max-width: 767px) {
  .-sp-wide {
    width: 100%;
  }
}

/* caption */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* link */
a {
  text-decoration: none;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

/* SNS Links
---------------------------------------- */
.c_snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .c_snsLinks {
    gap: 27px;
  }
}
@media (max-width: 767px) {
  .c_snsLinks {
    gap: 7.2vw;
  }
}
.c_snsLinks > li > a svg {
  fill: #fff;
}
@media (min-width: 767px) {
  .c_snsLinks > li > a svg {
    width: 32px;
  }
}
@media (max-width: 767px) {
  .c_snsLinks > li > a svg {
    width: 8.5333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c_snsLinks > li > a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 767px) {
  .c_snsLinks > li.x > a svg {
    width: 29px;
  }
}
@media (max-width: 767px) {
  .c_snsLinks > li.x > a svg {
    width: 7.7333333333vw;
  }
}
@media (min-width: 767px) {
  .c_snsLinks > li.youtube > a svg {
    width: 36px;
  }
}
@media (max-width: 767px) {
  .c_snsLinks > li.youtube > a svg {
    width: 9.6vw;
  }
}

/* Blog button
---------------------------------------- */
.c_blogBtn {
  display: inline-block;
  border: solid 1px #fff;
  font-weight: 600;
}
@media (min-width: 767px) {
  .c_blogBtn {
    padding: 4px 12px 5px;
    border-radius: 4px;
    font-size: 0.8571428571rem;
    -webkit-box-shadow: 2px 2px 0 #fff;
            box-shadow: 2px 2px 0 #fff;
  }
}
@media (max-width: 767px) {
  .c_blogBtn {
    padding: 1.0666666667vw 3.2vw 1.3333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.2vw;
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0 #fff;
            box-shadow: 0.5333333333vw 0.5333333333vw 0 #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c_blogBtn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(2px) translateY(2px);
            transform: translateX(2px) translateY(2px);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .c_blogBtn:hover {
    -webkit-transform: translateX(0.5333333333vw) translateY(0.5333333333vw);
            transform: translateX(0.5333333333vw) translateY(0.5333333333vw);
  }
}

/* Page Header
---------------------------------------- */
.pageHeader {
  text-align: center;
  padding: 3.5714285714rem 0;
  background: var(--mainColor);
  color: #fff;
  font-size: 2.5714285714rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pageHeader {
    padding: 6.4vw 0;
    font-size: 6.4vw;
  }
}

/* Header Layout
---------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.l-header_top {
  position: relative;
  z-index: 2;
  background: #fff;
}
.l-header_top .container {
  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;
  max-width: calc(1376px + var(--sidePadding) * 2);
}
@media (min-width: 767px) {
  .l-header_top .container {
    height: 92px;
  }
}
@media (max-width: 1099px) {
  .l-header_top .container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-header_top .container {
    padding-left: 4.2666666667vw;
    height: 22.4vw;
  }
}
.l-header_bottom {
  background: var(--pointColor);
}
@media (max-width: 1099px) {
  .l-header_bottom {
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    height: 100vh;
    height: 100svh;
    overflow: auto;
    padding-top: 92px;
    -webkit-transition-duration: 0.45s;
            transition-duration: 0.45s;
  }
}
@media (max-width: 767px) {
  .l-header_bottom {
    padding-top: 24.5333333333vw;
  }
}
.l-header_bottom .container {
  max-width: calc(1376px + var(--sidePadding) * 2);
}
@media (min-width: 767px) {
  .l-header_bottom .container {
    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: 59px;
  }
}
@media (max-width: 1099px) {
  .l-header_bottom .container {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .l-header_bottom .container {
    padding-top: 8.5333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.l-header.-active .l-header_bottom {
  top: 0;
}
.l-header.-active .header_toggleBtn > span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header.-active .header_toggleBtn > span:nth-of-type(2) {
  opacity: 0;
}
.l-header.-active .header_toggleBtn > span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .l-header.-active .header_contact {
    opacity: 0;
    pointer-events: none;
  }
}

/* Header Components
---------------------------------------- */
.header_siteLogo a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
}
@media (min-width: 767px) {
  .header_siteLogo a {
    grid-template-columns: 60px auto;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .header_siteLogo a {
    grid-template-columns: 16vw auto;
    gap: 2.1333333333vw;
  }
}
.header_siteLogo a small {
  font-size: 0.857em;
}
.header_contact {
  display: inline-block;
  text-align: center;
  background: var(--mainColor);
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
@media (min-width: 767px) {
  .header_contact {
    padding: 0 1.7142857143rem;
    line-height: 40px;
    border-radius: 999px;
  }
}
@media (max-width: 1099px) {
  .header_contact {
    margin-left: auto;
    margin-right: 32px;
    background: var(--pointColor);
    color: var(--textColor);
  }
}
@media (max-width: 767px) {
  .header_contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    line-height: 15.7333333333vw;
    font-size: 4.8vw;
  }
  .header_contact.-hide {
    opacity: 0;
    pointer-events: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_contact:hover {
    background: var(--mainDarkColor);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1099px) {
  .header_contact:hover {
    background: var(--pointDarkColor);
  }
}
.header_nav {
  font-weight: 600;
}
.header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 767px) {
  .header_nav > ul {
    gap: 32px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header_nav > ul {
    gap: 16px;
  }
}
@media (max-width: 1099px) {
  .header_nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .header_nav > ul {
    gap: 6.4vw;
  }
}
.header_nav > ul > li {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav > ul > li:hover > a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
}
.header_nav > ul > li > a {
  display: inline-block;
}
@media (min-width: 767px) {
  .header_nav > ul > li > a {
    padding: 0.2em 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header_nav > ul > li > a {
    font-size: 0.9428571429rem;
  }
}
@media (max-width: 1099px) {
  .header_nav > ul > li > a {
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 767px) {
  .header_nav > ul > li > a {
    font-size: 3.4666666667vw;
  }
}
.header_nav > ul > li.menu-item-has-children {
  cursor: pointer;
}
@media (min-width: 767px) {
  .header_nav > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1100px) {
  .header_nav .sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 20px;
  }
}
@media (max-width: 1099px) {
  .header_nav .sub-menu {
    padding-left: 0.8571428571rem;
    margin-top: 1.1428571429rem;
    margin-left: 0.5em;
    border-left: solid 1px var(--textColor);
  }
}
.header_nav .sub-menu > li {
  background: var(--pointColor);
}
@media (min-width: 1100px) {
  .header_nav .sub-menu > li {
    width: 213px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header_nav .sub-menu > li + li {
    padding-top: 4px;
  }
  .header_nav .sub-menu > li:first-of-type {
    padding-top: 8px;
    border-radius: 4px 4px 0 0;
  }
  .header_nav .sub-menu > li:last-of-type {
    padding-bottom: 8px;
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 1099px) {
  .header_nav .sub-menu > li + li {
    margin-top: 1rem;
  }
}
.header_nav .sub-menu > li > a {
  display: block;
  padding: 0.1428571429rem 0;
}
@media (min-width: 1100px) {
  .header_nav .sub-menu > li > a {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .header_nav .sub-menu > li > a {
    font-size: 3.4666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_nav .sub-menu > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
}
.header_snsLinks {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1025px) {
  .header_snsLinks {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_snsLinks {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
.header_snsLinks > li a svg {
  fill: var(--textColor);
}
.header_blog .c_blogBtn {
  background: var(--pointColor);
  border-color: var(--textColor);
  -webkit-box-shadow: 2px 2px 0 var(--textColor);
          box-shadow: 2px 2px 0 var(--textColor);
}
@media (hover: hover) and (pointer: fine) {
  .header_blog .c_blogBtn:hover {
    background: var(--textColor);
    color: #fff;
  }
}
.header_toggleBtn {
  display: none;
}
@media (max-width: 1099px) {
  .header_toggleBtn {
    position: relative;
    display: block;
    background: var(--mainColor);
    width: 92px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .header_toggleBtn {
    width: 22.4vw;
  }
}
.header_toggleBtn > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 5px;
  background: #fff;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}
@media (max-width: 767px) {
  .header_toggleBtn > span {
    width: 11.2vw;
    height: 1.2vw;
  }
}
.header_toggleBtn > span:first-of-type {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
@media (max-width: 767px) {
  .header_toggleBtn > span:first-of-type {
    -webkit-transform: translateY(-3.7333333333vw);
            transform: translateY(-3.7333333333vw);
  }
}
.header_toggleBtn > span:last-of-type {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
@media (max-width: 767px) {
  .header_toggleBtn > span:last-of-type {
    -webkit-transform: translateY(3.7333333333vw);
            transform: translateY(3.7333333333vw);
  }
}

/* Footer Layout
---------------------------------------- */
.l-footer {
  background: var(--mainColor);
}
@media (min-width: 767px) {
  .l-footer {
    padding-top: 42px;
    padding-bottom: 32px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.l-footer .container {
  max-width: calc(1356px + var(--sidePadding) * 2);
}
@media (min-width: 767px) {
  .l-footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer_left {
  color: #fff;
}
@media (min-width: 767px) {
  .l-footer_left {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .l-footer_left {
    padding-bottom: 14.9333333333vw;
  }
}
.l-footer_center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 767px) {
  .l-footer_center {
    margin-left: auto;
    margin-right: 122px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .l-footer_center {
    margin-right: 70px;
  }
}
@media (max-width: 1099px) {
  .l-footer_center {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .l-footer_center {
    display: none;
  }
}
.l-footer_center.-en {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1169px) {
  .l-footer_center.-en {
    margin-right: 2.1428571429rem;
  }
}
@media (max-width: 1099px) {
  .l-footer_center.-en {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .l-footer_right {
    width: 267px;
    padding-right: 27px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .l-footer_right {
    width: 240px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-footer_right {
    padding-bottom: 14.9333333333vw;
  }
}
@media (min-width: 767px) {
  .l-footer_right.-en {
    width: 273px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .l-footer_right.-en {
    width: 240px;
  }
}
@media (max-width: 1099px) {
  .l-footer_right.-en {
    width: 220px;
  }
}
@media (min-width: 767px) {
  .l-footer_bottom {
    padding-top: 80px;
  }
}

/* Footer Components
---------------------------------------- */
.footer_siteLogo {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
}
@media (min-width: 767px) {
  .footer_siteLogo {
    grid-template-columns: 60px auto;
    gap: 12px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer_siteLogo {
    grid-template-columns: 16vw auto;
    gap: 2.1333333333vw;
    padding-bottom: 4.2666666667vw;
  }
}
.footer_siteLogo small {
  font-size: 0.857em;
}
.footer_address {
  font-size: 0.8571428571rem;
}
@media (min-width: 767px) {
  .footer_address {
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .footer_address {
    padding-bottom: 2.1333333333vw;
  }
}
.footer_access {
  font-size: 0.8571428571rem;
}
@media (min-width: 767px) {
  .footer_access {
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .footer_access {
    padding-bottom: 6.9333333333vw;
  }
}
@media (min-width: 767px) {
  .footer_snsLinks {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer_snsLinks {
    padding-bottom: 6.4vw;
  }
}
.footer_blog .c_blogBtn {
  background: var(--mainColor);
}
@media (hover: hover) and (pointer: fine) {
  .footer_blog .c_blogBtn:hover {
    background: #fff;
    color: var(--mainColor);
  }
}
.footer_nav:not(.-en) > ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (min-width: 767px) {
  .footer_nav:not(.-en) > ul li + li {
    margin-top: 32px;
  }
}
.footer_nav:not(.-en) > ul .sub-menu {
  padding-left: 0.65em;
  margin: 0.5em 0 0 0.5em;
  border-left: solid 1px #fff;
}
.footer_nav:not(.-en) > ul .sub-menu > li + li {
  margin-top: 0.5em;
}
.footer_nav:not(.-en) > ul .sub-menu a {
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav:not(.-en) > ul .sub-menu a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.footer_nav.-en {
  padding-left: 2.8571428571rem;
}
@media (max-width: 1169px) {
  .footer_nav.-en {
    padding-left: 0;
  }
}
.footer_nav.-en > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7142857143rem;
}
@media (max-width: 1099px) {
  .footer_nav.-en > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer_nav.-en > ul > li > a {
  font-size: 1rem;
}
@media (max-width: 1049px) {
  .footer_nav.-en > ul > li > a {
    font-size: 0.9285714286rem;
  }
}
.footer_nav > ul > li > a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 767px) {
  .footer_nav > ul > li > a {
    padding: 0 0.1em;
    font-size: 0.8571428571rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav > ul > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media (min-width: 767px) {
  .footer_contactLinks {
    padding-top: 24px;
  }
}
@media (min-width: 767px) {
  .footer_contactLinks li + li {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .footer_contactLinks li + li {
    margin-top: 8.5333333333vw;
  }
}
.footer_contactLinks li a {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--pointColor);
  border-radius: 999px;
  color: var(--mainColor);
  font-weight: 600;
}
@media (min-width: 767px) {
  .footer_contactLinks li a {
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .footer_contactLinks li a {
    line-height: 13.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_contactLinks li a:hover {
    background: var(--pointDarkColor);
  }
}
.footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 600;
}

/* Top Page
---------------------------------------- */
.home.page .l-contents .kv {
  position: relative;
  padding: 0;
}
.home.page .l-contents .kv_title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  max-width: 1320px;
  font-size: 4rem;
  font-weight: 600;
}
.home.page .l-contents .kv_title small {
  font-size: 0.5625em;
}
@media (max-width: 767px) {
  .home.page .l-contents .kv_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8.5333333333vw 4.2666666667vw;
    font-size: 8.5333333333vw;
  }
}
.home.page .l-contents .kv_video {
  width: 100%;
}
.home.page .l-contents .kv.-en .kv_title,
.home.page .l-contents .kv.-en .kv_text {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 767px) {
  .home.page .l-contents .kv.-en .kv_title {
    font-size: 3.428rem;
  }
  .home.page .l-contents .kv.-en .kv_text {
    font-size: 1.142rem;
  }
}
@media (max-width: 767px) {
  .home.page .l-contents .kv.-en .kv_title {
    font-size: 10.1333333333vw;
  }
}
@media (max-width: 1099px) {
  .home.page .l-contents .lead p br {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home.page .l-contents .classes .wp-block-kadence-column:hover .wp-block-image img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .home.page .l-contents .classes .wp-block-kadence-column:hover .classes_title {
    background: var(--mainDarkColor);
  }
}
.home.page .l-contents .classes .wp-block-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.833;
}
.home.page .l-contents .classes .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}
.home.page .l-contents .classes_title {
  position: relative;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}
.home.page .l-contents .classes_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5714285714rem;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.7142857143rem;
  height: 1.1428571429rem;
  background: url(assets/images/top/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
}
.home.page .l-contents .schedule_notes {
  padding-top: 0.571rem;
  margin-left: 1.1em;
  list-style: disc;
}
.home.page .l-contents .schedule_notes li + li {
  margin-top: 0.1em;
}
@media (max-width: 767px) {
  .home.page .l-contents .schedule_notes li {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .home.page .l-contents .schedule_image {
    display: block;
  }
  .home.page .l-contents .schedule_image::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
  .home.page .l-contents .schedule_image .wp-block-image {
    display: block;
    overflow: auto;
    padding-top: 2.1333333333vw;
  }
  .home.page .l-contents .schedule_image .wp-block-image img {
    width: 201.0666666667vw;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .home.page .l-contents .plan_table {
    display: block;
    overflow: auto;
  }
}
.home.page .l-contents .plan_table table {
  table-layout: fixed;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
.home.page .l-contents .plan_table table thead {
  border-bottom: none;
}
.home.page .l-contents .plan_table table thead th {
  text-align: center;
  padding: 0.74em;
  background: var(--mainColor);
  border: none;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
.home.page .l-contents .plan_table table thead th + th {
  border-left: solid 2px #fff;
}
.home.page .l-contents .plan_table table thead th:nth-of-type(1) {
  width: 17.8%;
}
@media (max-width: 1099px) {
  .home.page .l-contents .plan_table table thead th:nth-of-type(1) {
    width: 23.8%;
  }
}
@media (max-width: 767px) {
  .home.page .l-contents .plan_table table thead th:nth-of-type(1) {
    width: 48vw;
  }
}
@media (max-width: 767px) {
  .home.page .l-contents .plan_table table thead th:nth-of-type(2) {
    width: 90.6666666667vw;
  }
}
.home.page .l-contents .plan_table table thead th:nth-of-type(3), .home.page .l-contents .plan_table table thead th:nth-of-type(4) {
  width: 15.4%;
}
@media (max-width: 767px) {
  .home.page .l-contents .plan_table table thead th:nth-of-type(3), .home.page .l-contents .plan_table table thead th:nth-of-type(4) {
    width: 31.2vw;
  }
}
.home.page .l-contents .plan_table table tbody th, .home.page .l-contents .plan_table table tbody td {
  border: solid 2px var(--mainColor);
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .home.page .l-contents .plan_table table tbody th, .home.page .l-contents .plan_table table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.home.page .l-contents .plan_table table tbody tr:first-of-type th, .home.page .l-contents .plan_table table tbody tr:first-of-type td {
  border-top: none;
}
.home.page .l-contents .plan_table table tbody th {
  font-size: 1.1428571429rem;
}
.home.page .l-contents .plan_table table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .home.page .l-contents .plan_table table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.home.page .l-contents .plan_table table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}
.home.page .l-contents .blog_list {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.home.page .l-contents .blog_list .item + .item {
  margin-top: 0.5714285714rem;
}
.home.page .l-contents .blog_list .item_link {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 0.5714285714rem;
  padding: 1.1428571429rem;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .home.page .l-contents .blog_list .item_link:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .home.page .l-contents .blog_list .item_link {
    grid-template-columns: 32vw 1fr;
  }
}
.home.page .l-contents .blog_list .item_thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.666;
}
.home.page .l-contents .blog_list .item_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home.page .l-contents .blog_list .item_details {
  overflow: hidden;
}
.home.page .l-contents .blog_list .item_details .title {
  padding-bottom: 0.2857142857rem;
  color: var(--mainColor);
  font-size: 1.1428571429rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home.page .l-contents .blog_list .item_details .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.home.page .l-contents .blog_list .item_details .text {
  display: -webkit-box;
  margin-bottom: 0.2857142857rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.7857142857rem;
}
@media (max-width: 767px) {
  .home.page .l-contents .blog_list .item_details .text {
    margin-bottom: 0.5333333333vw;
    line-height: 1.45;
  }
}
.home.page .l-contents .blog_list .item_details .date {
  opacity: 0.5;
  font-size: 0.7857142857rem;
}
.home.page .l-contents .access .kb-google-maps-container {
  height: 500px;
}
@media (max-width: 767px) {
  .home.page .l-contents .access .kb-google-maps-container {
    height: 62.6666666667vw;
  }
}
.home.page .l-contents .access .kb-button {
  max-width: 368px;
}
@media (max-width: 767px) {
  .home.page .l-contents .access .kb-button {
    max-width: none;
  }
}

/* About トライフォース五反田とは
---------------------------------------- */
.page.about .l-contents .pageHeader {
  opacity: 0;
  visibility: none;
  padding: 0;
  font-size: 0;
}
.page.about .l-contents .kv {
  padding-bottom: 0;
}
.page.about .l-contents .kv .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5625;
}
.page.about .l-contents .kv .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .page.about .l-contents .feature {
    padding-top: 4.5714285714rem;
    max-width: 955px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 767px) {
  .page.about .l-contents .equipment {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1099px) {
  .page.about .l-contents .equipment .kt-row-column-wrap {
    grid-template-columns: 47% 1fr;
  }
}
@media (max-width: 767px) {
  .page.about .l-contents .equipment .kt-row-column-wrap {
    grid-template-columns: inherit;
  }
}
.page.about .l-contents .live {
  padding-bottom: 0;
}
.page.about .l-contents .live .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5625;
}
.page.about .l-contents .live .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page.about .l-contents .instagram .instagram-gallery-list {
  margin: 0 -0.5714285714rem -0.5714285714rem;
}
@media (max-width: 767px) {
  .page.about .l-contents .instagram .instagram-gallery-list {
    margin: 0 -1.3333333333vw -1.3333333333vw;
  }
}
.page.about .l-contents .instagram #instagram-gallery-feed-0 .instagram-gallery-item {
  padding: 0.5714285714rem;
}
@media (max-width: 767px) {
  .page.about .l-contents .instagram #instagram-gallery-feed-0 .instagram-gallery-item {
    padding: 1.3333333333vw;
  }
}
.page.about .l-contents .instagram .instagram-gallery__actions {
  margin: 0;
}

/* about/instructors インストラクター
---------------------------------------- */
.page.instructors .l-contents .container {
  max-width: calc(1180px + var(--sidePadding) * 2);
}
@media (min-width: 767px) {
  .page.instructors .l-contents .instructors_list .kt-inside-inner-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page.instructors .l-contents .instructors_list ul {
    padding-bottom: 1.1rem;
  }
  .page.instructors .l-contents .instructors_comment {
    margin-top: auto;
  }
}
@media (max-width: 1099px) {
  .page.instructors .l-contents .instructors_list .kt-inside-inner-col {
    max-width: 514px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page.instructors .l-contents .instructors_list ul {
    margin-bottom: 4.2666666667vw;
    font-size: 0.9285714286rem;
  }
}

/* about/feedback 会員様の声
---------------------------------------- */
@media (min-width: 1100px) {
  .page.feedback .l-contents .wp-gr .grw-row-m .grw-review,
  .page.feedback .l-contents .wp-gr .grw-row-s .grw-review,
  .page.feedback .l-contents .wp-gr .grw-row-x .grw-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (max-width: 1099px) and (min-width: 768px) {
  .page.feedback .l-contents .wp-gr .grw-row-m .grw-review,
  .page.feedback .l-contents .wp-gr .grw-row-s .grw-review,
  .page.feedback .l-contents .wp-gr .grw-row-x .grw-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .page.feedback .l-contents .wp-gr .grw-row-m .grw-review,
  .page.feedback .l-contents .wp-gr .grw-row-s .grw-review,
  .page.feedback .l-contents .wp-gr .grw-row-x .grw-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .page.feedback .l-contents .wp-gr.wpac {
    width: auto !important;
    max-width: none !important;
    margin: 0 -4.8vw !important;
  }
}
.page.feedback .l-contents .wp-gr .grw-dot.active {
  background: var(--mainColor) !important;
}
@media (max-width: 767px) {
  .page.feedback .l-contents .btns {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .page.feedback .l-contents .btns .kb-button {
    width: calc(50% - 0.85rem);
  }
}
.page.feedback .l-contents .btns .kb-buttons-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .page.feedback .l-contents .voice_item .kt-row-column-wrap {
    grid-template-columns: 270px 1fr;
  }
}
.page.feedback .l-contents .voice_item dt {
  padding-bottom: 0.2857142857rem;
  font-size: 1.1428571429rem;
}
@media (max-width: 1099px) {
  .page.feedback .l-contents .voice_item dt {
    font-size: 1rem;
  }
}
@media (max-width: 1099px) {
  .page.feedback .l-contents .voice_item dd {
    font-size: 0.9285714286rem;
  }
}

/* price 料金
---------------------------------------- */
@media (max-width: 767px) {
  .page.price .l-contents .plan_tableWrap::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .page.price .l-contents .plan_table {
    display: block;
    overflow: auto;
  }
}
.page.price .l-contents .plan_table table {
  table-layout: fixed;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
.page.price .l-contents .plan_table table thead {
  border-bottom: none;
}
.page.price .l-contents .plan_table table thead th {
  text-align: center;
  padding: 0.74em;
  background: var(--mainColor);
  border: none;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
.page.price .l-contents .plan_table table thead th + th {
  border-left: solid 2px #fff;
}
.page.price .l-contents .plan_table table thead th:nth-of-type(1) {
  width: 17.8%;
}
@media (max-width: 1099px) {
  .page.price .l-contents .plan_table table thead th:nth-of-type(1) {
    width: 23.8%;
  }
}
@media (max-width: 767px) {
  .page.price .l-contents .plan_table table thead th:nth-of-type(1) {
    width: 48vw;
  }
}
@media (max-width: 767px) {
  .page.price .l-contents .plan_table table thead th:nth-of-type(2) {
    width: 90.6666666667vw;
  }
}
.page.price .l-contents .plan_table table thead th:nth-of-type(3), .page.price .l-contents .plan_table table thead th:nth-of-type(4) {
  width: 15.4%;
}
@media (max-width: 767px) {
  .page.price .l-contents .plan_table table thead th:nth-of-type(3), .page.price .l-contents .plan_table table thead th:nth-of-type(4) {
    width: 31.2vw;
  }
}
.page.price .l-contents .plan_table table tbody th, .page.price .l-contents .plan_table table tbody td {
  border: solid 2px var(--mainColor);
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .page.price .l-contents .plan_table table tbody th, .page.price .l-contents .plan_table table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.page.price .l-contents .plan_table table tbody tr:first-of-type th, .page.price .l-contents .plan_table table tbody tr:first-of-type td {
  border-top: none;
}
.page.price .l-contents .plan_table table tbody th {
  font-size: 1.1428571429rem;
}
.page.price .l-contents .plan_table table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .page.price .l-contents .plan_table table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.page.price .l-contents .plan_table table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}
.page.price .l-contents .documents ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.page.price .l-contents .documents ol li {
  font-size: convertRem(18);
}
@media (max-width: 767px) {
  .page.price .l-contents .documents ol li {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page.price .l-contents .documents ol li a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page.price .l-contents .visitor p a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .page.price .l-contents .visitor_table {
    display: block;
    overflow: auto;
  }
}
.page.price .l-contents .visitor_table table {
  table-layout: fixed;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
.page.price .l-contents .visitor_table table thead {
  border-bottom: none;
}
.page.price .l-contents .visitor_table table thead th {
  text-align: center;
  padding: 0.74em;
  background: var(--mainColor);
  border: none;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
.page.price .l-contents .visitor_table table thead th + th {
  border-left: solid 2px #fff;
}
.page.price .l-contents .visitor_table table thead th:nth-of-type(1) {
  width: 35.8%;
}
@media (max-width: 767px) {
  .page.price .l-contents .visitor_table table thead th:nth-of-type(1) {
    width: 37.3333333333vw;
  }
}
.page.price .l-contents .visitor_table table tbody th, .page.price .l-contents .visitor_table table tbody td {
  border: solid 2px var(--mainColor);
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .page.price .l-contents .visitor_table table tbody th, .page.price .l-contents .visitor_table table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.page.price .l-contents .visitor_table table tbody tr:first-of-type th, .page.price .l-contents .visitor_table table tbody tr:first-of-type td {
  border-top: none;
}
.page.price .l-contents .visitor_table table tbody th {
  font-size: 1.1428571429rem;
}
.page.price .l-contents .visitor_table table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .page.price .l-contents .visitor_table table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.page.price .l-contents .visitor_table table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}
.page.price .l-contents .withdrawal ul {
  list-style: disc;
  margin-left: 1.2em;
}

/* classes クラス紹介
---------------------------------------- */
@media (max-width: 767px) {
  .page.classes .l-contents .lead {
    padding-bottom: 0;
  }
}
.page.classes .l-contents .list .kb-button {
  position: relative;
}
.page.classes .l-contents .list .kb-button .kb-svg-icon-wrap {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}

/* classes/bjj ブラジリアン柔術
---------------------------------------- */
@media (max-width: 767px) {
  .page.bjj .l-contents .type_image, .page.bjj .l-contents .type_notes {
    margin-left: auto;
    margin-right: auto;
    max-width: 74.6666666667vw;
  }
}
@media (max-width: 767px) {
  .page.bjj .l-contents .newcomer_image {
    display: block;
  }
  .page.bjj .l-contents .newcomer_image::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
  .page.bjj .l-contents .newcomer_image .wp-block-image {
    display: block;
    overflow: auto;
    padding-top: 2.1333333333vw;
  }
  .page.bjj .l-contents .newcomer_image .wp-block-image img {
    width: 201.0666666667vw;
    max-width: none;
  }
}

/* classes/kids キッズクラス・プレキッズクラス
** classes/parent-child 親子クラス
---------------------------------------- */
.page.kids .l-contents .lead .wp-block-embed__wrapper,
.page.parent-child .l-contents .lead .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5625;
}
.page.kids .l-contents .lead .wp-block-embed__wrapper iframe,
.page.parent-child .l-contents .lead .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_tableWrap::before,
  .page.parent-child .l-contents .schedule_tableWrap::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_table,
  .page.parent-child .l-contents .schedule_table {
    display: block;
    overflow: auto;
  }
}
.page.kids .l-contents .schedule_table table,
.page.parent-child .l-contents .schedule_table table {
  table-layout: fixed;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_table table,
  .page.parent-child .l-contents .schedule_table table {
    width: 168vw;
  }
}
.page.kids .l-contents .schedule_table table thead,
.page.parent-child .l-contents .schedule_table table thead {
  border-bottom: none;
}
.page.kids .l-contents .schedule_table table thead th,
.page.parent-child .l-contents .schedule_table table thead th {
  text-align: center;
  padding: 0.74em;
  background: var(--mainColor);
  border: none;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
.page.kids .l-contents .schedule_table table thead th + th,
.page.parent-child .l-contents .schedule_table table thead th + th {
  border-left: solid 2px #fff;
}
.page.kids .l-contents .schedule_table table thead th:nth-of-type(1),
.page.parent-child .l-contents .schedule_table table thead th:nth-of-type(1) {
  width: 27%;
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_table table thead th:nth-of-type(1),
  .page.parent-child .l-contents .schedule_table table thead th:nth-of-type(1) {
    width: 46.6666666667vw;
  }
}
.page.kids .l-contents .schedule_table table thead th:nth-of-type(2),
.page.parent-child .l-contents .schedule_table table thead th:nth-of-type(2) {
  width: 36%;
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_table table thead th:nth-of-type(2),
  .page.parent-child .l-contents .schedule_table table thead th:nth-of-type(2) {
    width: 59.7333333333vw;
  }
}
.page.kids .l-contents .schedule_table table tbody th, .page.kids .l-contents .schedule_table table tbody td,
.page.parent-child .l-contents .schedule_table table tbody th,
.page.parent-child .l-contents .schedule_table table tbody td {
  border: solid 2px var(--mainColor);
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_table table tbody th, .page.kids .l-contents .schedule_table table tbody td,
  .page.parent-child .l-contents .schedule_table table tbody th,
  .page.parent-child .l-contents .schedule_table table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.page.kids .l-contents .schedule_table table tbody tr:first-of-type th, .page.kids .l-contents .schedule_table table tbody tr:first-of-type td,
.page.parent-child .l-contents .schedule_table table tbody tr:first-of-type th,
.page.parent-child .l-contents .schedule_table table tbody tr:first-of-type td {
  border-top: none;
}
.page.kids .l-contents .schedule_table table tbody th,
.page.parent-child .l-contents .schedule_table table tbody th {
  font-size: 1.1428571429rem;
}
.page.kids .l-contents .schedule_table table tbody td:nth-of-type(1),
.page.parent-child .l-contents .schedule_table table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .page.kids .l-contents .schedule_table table tbody td:nth-of-type(1),
  .page.parent-child .l-contents .schedule_table table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.page.kids .l-contents .schedule_table table tbody td ul,
.page.parent-child .l-contents .schedule_table table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}
.page.kids .l-contents .schedule_table table tbody td span,
.page.parent-child .l-contents .schedule_table table tbody td span {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  .page.kids .l-contents .schedule_image,
  .page.parent-child .l-contents .schedule_image {
    display: block;
  }
  .page.kids .l-contents .schedule_image::before,
  .page.parent-child .l-contents .schedule_image::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
  .page.kids .l-contents .schedule_image .wp-block-image,
  .page.parent-child .l-contents .schedule_image .wp-block-image {
    display: block;
    overflow: auto;
    padding-top: 2.1333333333vw;
  }
  .page.kids .l-contents .schedule_image .wp-block-image img,
  .page.parent-child .l-contents .schedule_image .wp-block-image img {
    width: 201.0666666667vw;
    max-width: none;
  }
}
.page.kids .l-contents .voice_item dt,
.page.parent-child .l-contents .voice_item dt {
  padding-bottom: 0.2857142857rem;
  font-size: 1.1428571429rem;
}
@media (max-width: 1099px) {
  .page.kids .l-contents .voice_item dt,
  .page.parent-child .l-contents .voice_item dt {
    font-size: 1rem;
  }
}
@media (max-width: 1099px) and (min-width: 768px) {
  .page.kids .l-contents .voice_item .kt-row-column-wrap,
  .page.parent-child .l-contents .voice_item .kt-row-column-wrap {
    grid-template-columns: -webkit-max-content minmax(0, 2fr);
    grid-template-columns: max-content minmax(0, 2fr);
  }
}
@media (max-width: 767px) {
  .page.kids .l-contents .plan_tableWrap::before,
  .page.parent-child .l-contents .plan_tableWrap::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .page.kids .l-contents .plan_table,
  .page.parent-child .l-contents .plan_table {
    display: block;
    overflow: auto;
  }
}
.page.kids .l-contents .plan_table table,
.page.parent-child .l-contents .plan_table table {
  table-layout: fixed;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
.page.kids .l-contents .plan_table table thead,
.page.parent-child .l-contents .plan_table table thead {
  border-bottom: none;
}
.page.kids .l-contents .plan_table table thead th,
.page.parent-child .l-contents .plan_table table thead th {
  text-align: center;
  padding: 0.74em;
  background: var(--mainColor);
  border: none;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
.page.kids .l-contents .plan_table table thead th + th,
.page.parent-child .l-contents .plan_table table thead th + th {
  border-left: solid 2px #fff;
}
.page.kids .l-contents .plan_table table thead th:nth-of-type(1),
.page.parent-child .l-contents .plan_table table thead th:nth-of-type(1) {
  width: 17.8%;
}
@media (max-width: 1099px) {
  .page.kids .l-contents .plan_table table thead th:nth-of-type(1),
  .page.parent-child .l-contents .plan_table table thead th:nth-of-type(1) {
    width: 23.8%;
  }
}
@media (max-width: 767px) {
  .page.kids .l-contents .plan_table table thead th:nth-of-type(1),
  .page.parent-child .l-contents .plan_table table thead th:nth-of-type(1) {
    width: 48vw;
  }
}
@media (max-width: 767px) {
  .page.kids .l-contents .plan_table table thead th:nth-of-type(2),
  .page.parent-child .l-contents .plan_table table thead th:nth-of-type(2) {
    width: 90.6666666667vw;
  }
}
.page.kids .l-contents .plan_table table thead th:nth-of-type(3), .page.kids .l-contents .plan_table table thead th:nth-of-type(4),
.page.parent-child .l-contents .plan_table table thead th:nth-of-type(3),
.page.parent-child .l-contents .plan_table table thead th:nth-of-type(4) {
  width: 15.4%;
}
@media (max-width: 767px) {
  .page.kids .l-contents .plan_table table thead th:nth-of-type(3), .page.kids .l-contents .plan_table table thead th:nth-of-type(4),
  .page.parent-child .l-contents .plan_table table thead th:nth-of-type(3),
  .page.parent-child .l-contents .plan_table table thead th:nth-of-type(4) {
    width: 31.2vw;
  }
}
.page.kids .l-contents .plan_table table tbody th, .page.kids .l-contents .plan_table table tbody td,
.page.parent-child .l-contents .plan_table table tbody th,
.page.parent-child .l-contents .plan_table table tbody td {
  border: solid 2px var(--mainColor);
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .page.kids .l-contents .plan_table table tbody th, .page.kids .l-contents .plan_table table tbody td,
  .page.parent-child .l-contents .plan_table table tbody th,
  .page.parent-child .l-contents .plan_table table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.page.kids .l-contents .plan_table table tbody tr:first-of-type th, .page.kids .l-contents .plan_table table tbody tr:first-of-type td,
.page.parent-child .l-contents .plan_table table tbody tr:first-of-type th,
.page.parent-child .l-contents .plan_table table tbody tr:first-of-type td {
  border-top: none;
}
.page.kids .l-contents .plan_table table tbody th,
.page.parent-child .l-contents .plan_table table tbody th {
  font-size: 1.1428571429rem;
}
.page.kids .l-contents .plan_table table tbody td:nth-of-type(1),
.page.parent-child .l-contents .plan_table table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .page.kids .l-contents .plan_table table tbody td:nth-of-type(1),
  .page.parent-child .l-contents .plan_table table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.page.kids .l-contents .plan_table table tbody td ul,
.page.parent-child .l-contents .plan_table table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}

/* schedule スケジュール
---------------------------------------- */
.page.schedule .l-contents .schedule_notes {
  padding-top: 0.571rem;
  margin-left: 1.1em;
  list-style: disc;
}
.page.schedule .l-contents .schedule_notes li + li {
  margin-top: 0.1em;
}
@media (max-width: 767px) {
  .page.schedule .l-contents .schedule_notes li {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .page.schedule .l-contents .schedule_image {
    display: block;
  }
  .page.schedule .l-contents .schedule_image::before {
    content: "左にスワイプしてご確認ください";
    font-size: 0.8571428571rem;
  }
  .page.schedule .l-contents .schedule_image .wp-block-image {
    display: block;
    overflow: auto;
    padding-top: 2.1333333333vw;
  }
  .page.schedule .l-contents .schedule_image .wp-block-image img {
    width: 201.0666666667vw;
    max-width: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page.schedule .l-contents ul li a:hover,
  .page.schedule .l-contents p a:hover {
    text-decoration: underline;
  }
}

/* faq よくある質問
---------------------------------------- */
.page.faq .l-contents .faq_contents dl + dl {
  margin-top: 3.4285714286rem;
}
.page.faq .l-contents .faq_contents dl dt {
  padding-bottom: 0.5714285714rem;
  font-size: 1.2857142857rem;
}
@media (max-width: 1099px) {
  .page.faq .l-contents .faq_contents dl dt {
    font-size: 1.1428571429rem;
  }
}
.page.faq .l-contents .faq_contents dl dd {
  font-size: 1.1428571429rem;
}
@media (max-width: 1099px) {
  .page.faq .l-contents .faq_contents dl dd {
    font-size: 1rem;
  }
}

/* contact-form 
---------------------------------------- */
.page.contact-form .l-contents .form {
  max-width: 800px;
  margin: 0 auto;
}
.page.contact-form .l-contents .form_pp a {
  color: var(--mainColor);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .page.contact-form .l-contents .form_pp a:hover {
    text-decoration: none;
  }
}
.page.contact-form .l-contents .form .smf-item {
  padding-bottom: 2.2857142857rem;
}
.page.contact-form .l-contents .form .smf-item__label {
  padding-bottom: 0.5714285714rem;
}
.page.contact-form .l-contents .form .-req .smf-item__label::after {
  content: "必須";
  display: inline-block;
  padding: 0 0.5714285714rem;
  margin-left: 0.5714285714rem;
  background: var(--pointColor);
  font-size: 0.7857142857rem;
  line-height: 1.7857142857rem;
}
.page.contact-form .l-contents .form .smf-text-control__control {
  width: 100%;
}
.page.contact-form .l-contents .form .smf-action {
  text-align: center;
  padding-top: 2.2857142857rem;
}
.page.contact-form .l-contents .form .smf-button-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 17.1428571429rem;
  line-height: 3.8571428571rem;
  background: var(--pointColor);
  border: none;
  border-radius: 999px;
  font-size: 1.1428571429rem;
  font-weight: 600;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .page.contact-form .l-contents .form .smf-button-control__control {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page.contact-form .l-contents .form .smf-button-control__control:hover {
    background: var(--pointDarkColor);
  }
}
.page.contact-form .l-contents .form_completeTitle {
  padding-bottom: 5.7142857143rem;
  font-size: 1.7142857143rem;
}
@media (max-width: 1099px) {
  .page.contact-form .l-contents .form_completeTitle {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 767px) {
  .page.contact-form .l-contents .form_completeTitle {
    font-size: 4.2666666667vw;
  }
}
.page.contact-form .l-contents .form_completeBox {
  max-width: 855px;
  padding: 2.2857142857rem;
  margin: 0 auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 1.1428571429rem;
}
@media (max-width: 1099px) {
  .page.contact-form .l-contents .form_completeBox {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 767px) {
  .page.contact-form .l-contents .form_completeBox {
    padding: 6.4vw;
    font-size: 3.2vw;
  }
}
.page.contact-form .l-contents .form_completeBox p + p {
  padding-top: 1.5em;
}

/* visitor-form
---------------------------------------- */
.page.visitor-form .l-contents .form {
  max-width: 1080px;
  margin: 0 auto;
}
.page.visitor-form .l-contents .form_pp a {
  color: var(--mainColor);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .page.visitor-form .l-contents .form_pp a:hover {
    text-decoration: none;
  }
}
.page.visitor-form .l-contents .form .smf-item {
  padding-bottom: 2.2857142857rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page.visitor-form .l-contents .form .smf-item:first-of-type {
  max-width: 100%;
}
.page.visitor-form .l-contents .form .smf-item__label {
  padding-bottom: 0.5714285714rem;
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .form .smf-item__label__text {
    font-size: 3.4666666667vw;
  }
}
.page.visitor-form .l-contents .form .-req .smf-item__label::after {
  content: "必須";
  display: inline-block;
  padding: 0 0.5714285714rem;
  margin-left: 0.5714285714rem;
  background: var(--pointColor);
  font-size: 0.7857142857rem;
  line-height: 1.7857142857rem;
}
.page.visitor-form .l-contents .form .smf-text-control__control {
  width: 100%;
}
.page.visitor-form .l-contents .form .smf-action {
  text-align: center;
  padding-top: 2.2857142857rem;
}
.page.visitor-form .l-contents .form .smf-button-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 17.1428571429rem;
  line-height: 3.8571428571rem;
  background: var(--pointColor);
  border: none;
  border-radius: 999px;
  font-size: 1.1428571429rem;
  font-weight: 600;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .form .smf-button-control__control {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page.visitor-form .l-contents .form .smf-button-control__control:hover {
    background: var(--pointDarkColor);
  }
}
.page.visitor-form .l-contents .form_completeTitle {
  padding-bottom: 5.7142857143rem;
  font-size: 1.7142857143rem;
}
@media (max-width: 1099px) {
  .page.visitor-form .l-contents .form_completeTitle {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .form_completeTitle {
    font-size: 4.2666666667vw;
  }
}
.page.visitor-form .l-contents .form_completeBox {
  max-width: 855px;
  padding: 2.2857142857rem;
  margin: 0 auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 1.1428571429rem;
}
@media (max-width: 1099px) {
  .page.visitor-form .l-contents .form_completeBox {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .form_completeBox {
    padding: 6.4vw;
    font-size: 3.2vw;
  }
}
.page.visitor-form .l-contents .form_completeBox p + p {
  padding-top: 1.5em;
}
.page.visitor-form .l-contents .priceTable {
  padding-bottom: 4.5714285714rem;
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .priceTable {
    padding-bottom: 5.3333333333vw;
  }
}
.page.visitor-form .l-contents .priceTable table {
  table-layout: fixed;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
.page.visitor-form .l-contents .priceTable table thead {
  border-bottom: none;
}
.page.visitor-form .l-contents .priceTable table thead th {
  text-align: center;
  padding: 0.74em;
  background: var(--mainColor);
  border: none;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
.page.visitor-form .l-contents .priceTable table thead th + th {
  border-left: solid 2px #fff;
}
.page.visitor-form .l-contents .priceTable table thead th:nth-of-type(1) {
  width: 35.8%;
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .priceTable table thead th:nth-of-type(1) {
    width: 37.3333333333vw;
  }
}
.page.visitor-form .l-contents .priceTable table tbody th, .page.visitor-form .l-contents .priceTable table tbody td {
  border: solid 2px var(--mainColor);
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .page.visitor-form .l-contents .priceTable table tbody th, .page.visitor-form .l-contents .priceTable table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.page.visitor-form .l-contents .priceTable table tbody tr:first-of-type th, .page.visitor-form .l-contents .priceTable table tbody tr:first-of-type td {
  border-top: none;
}
.page.visitor-form .l-contents .priceTable table tbody th {
  font-size: 1.1428571429rem;
}
.page.visitor-form .l-contents .priceTable table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .page.visitor-form .l-contents .priceTable table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.page.visitor-form .l-contents .priceTable table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}

/* application-form
---------------------------------------- */
.page.application-form .l-contents .form {
  max-width: 1080px;
  margin: 0 auto;
}
.page.application-form .l-contents .form_pp a {
  color: var(--mainColor);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .page.application-form .l-contents .form_pp a:hover {
    text-decoration: none;
  }
}
.page.application-form .l-contents .form .smf-item {
  padding-bottom: 2.2857142857rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page.application-form .l-contents .form .smf-item:first-of-type {
  max-width: 100%;
}
.page.application-form .l-contents .form .smf-item__label {
  padding-bottom: 0.5714285714rem;
}
@media (max-width: 767px) {
  .page.application-form .l-contents .form .smf-item__label__text {
    font-size: 3.4666666667vw;
  }
}
.page.application-form .l-contents .form .-req .smf-item__label::after {
  content: "必須";
  display: inline-block;
  padding: 0 0.5714285714rem;
  margin-left: 0.5714285714rem;
  background: var(--pointColor);
  font-size: 0.7857142857rem;
  line-height: 1.7857142857rem;
}
.page.application-form .l-contents .form .smf-text-control__control {
  width: 100%;
}
.page.application-form .l-contents .form .smf-action {
  text-align: center;
  padding-top: 2.2857142857rem;
}
.page.application-form .l-contents .form .smf-button-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 17.1428571429rem;
  line-height: 3.8571428571rem;
  background: var(--pointColor);
  border: none;
  border-radius: 999px;
  font-size: 1.1428571429rem;
  font-weight: 600;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .page.application-form .l-contents .form .smf-button-control__control {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page.application-form .l-contents .form .smf-button-control__control:hover {
    background: var(--pointDarkColor);
  }
}
.page.application-form .l-contents .form_completeTitle {
  padding-bottom: 5.7142857143rem;
  font-size: 1.7142857143rem;
}
@media (max-width: 1099px) {
  .page.application-form .l-contents .form_completeTitle {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 767px) {
  .page.application-form .l-contents .form_completeTitle {
    font-size: 4.2666666667vw;
  }
}
.page.application-form .l-contents .form_completeBox {
  max-width: 855px;
  padding: 2.2857142857rem;
  margin: 0 auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 1.1428571429rem;
}
@media (max-width: 1099px) {
  .page.application-form .l-contents .form_completeBox {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 767px) {
  .page.application-form .l-contents .form_completeBox {
    padding: 6.4vw;
    font-size: 3.2vw;
  }
}
.page.application-form .l-contents .form_completeBox p + p {
  padding-top: 1.5em;
}

/* English
---------------------------------------- */
.page.eng .l-contents .kv {
  position: relative;
  padding: 0;
}
.page.eng .l-contents .kv_content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  max-width: 1320px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page.eng .l-contents .kv_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.page.eng .l-contents .kv_title {
  padding-bottom: 1.7142857143rem;
  font-size: 3.4285714286rem;
  line-height: 1.4;
}
@media (max-width: 1099px) {
  .page.eng .l-contents .kv_title {
    padding-bottom: 0.7142857143rem;
    font-size: 2.5714285714rem;
  }
}
@media (max-width: 767px) {
  .page.eng .l-contents .kv_title {
    font-size: 8.5333333333vw;
  }
}
.page.eng .l-contents .kv_text {
  max-width: 822px;
  font-size: 1.2857142857rem;
  line-height: 1.3;
}
@media (max-width: 1099px) {
  .page.eng .l-contents .kv_text {
    max-width: 90%;
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 767px) {
  .page.eng .l-contents .kv_text {
    width: 100%;
  }
}
.page.eng .l-contents .kv_video {
  width: 100%;
}
.page.eng .l-contents .plan_table {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page.eng .l-contents .plan_table {
    display: block;
    overflow: auto;
  }
}
.page.eng .l-contents .plan_table table {
  table-layout: fixed;
  border: solid 2px var(--mainColor);
  border-width: 0 2px;
}
@media (max-width: 767px) {
  .page.eng .l-contents .plan_table table {
    width: 186.6666666667vw;
  }
}
.page.eng .l-contents .plan_table table tbody th, .page.eng .l-contents .plan_table table tbody td {
  vertical-align: middle;
  padding: 1.2em 0.5em;
}
@media (max-width: 767px) {
  .page.eng .l-contents .plan_table table tbody th, .page.eng .l-contents .plan_table table tbody td {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.page.eng .l-contents .plan_table table tbody th {
  width: 21.4285714286rem;
  background: var(--mainColor);
  border: solid 2px #fff;
  border-width: 2px 0;
  color: #fff;
  font-size: 1.1428571429rem;
}
@media (max-width: 767px) {
  .page.eng .l-contents .plan_table table tbody th {
    width: 74.6666666667vw;
  }
}
.page.eng .l-contents .plan_table table tbody tr:nth-of-type(1) th {
  border-top-color: var(--mainColor);
}
.page.eng .l-contents .plan_table table tbody tr:last-of-type th {
  border-bottom-color: var(--mainColor);
}
.page.eng .l-contents .plan_table table tbody td {
  border: solid 2px var(--mainColor);
}
.page.eng .l-contents .plan_table table tbody td:nth-of-type(1) {
  padding-left: 2.2857142857rem;
  padding-right: 2.2857142857rem;
}
@media (max-width: 1099px) {
  .page.eng .l-contents .plan_table table tbody td:nth-of-type(1) {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.page.eng .l-contents .plan_table table tbody td ul {
  list-style: disc;
  margin: 0.2em 0 0 1.2em;
  font-size: 0.8571428571rem;
}
.page.eng .l-contents .plan_table table tbody tr:nth-child(-n+6) td {
  text-align: center;
}
.page.eng .l-contents .access .kb-google-maps-container {
  height: 500px;
}
@media (max-width: 767px) {
  .page.eng .l-contents .access .kb-google-maps-container {
    height: 62.6666666667vw;
  }
}
.page.eng .l-contents .access .kb-button {
  max-width: 368px;
}
@media (max-width: 767px) {
  .page.eng .l-contents .access .kb-button {
    max-width: none;
  }
}