<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.ttf?k0abn4") format("truetype"), url("fonts/icomoon.woff?k0abn4") format("woff"), url("fonts/icomoon.svg?k0abn4#icomoon") format("svg");
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  min-height: 0%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd,
small,
address {
  font: inherit;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

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

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

iframe {
  border-style: none;
}

input,
button,
select,
textarea {
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="text"] {
  line-height: normal;
}

button,
[type="submit"],
[type="reset"],
[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="text"]::-ms-clear {
  visibility: hidden;
}

[type="password"]::-ms-reveal {
  visibility: hidden;
}

[type="number"]::-webkit-outer-spin-button,
[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

*,
*::before,
*::after {
  letter-spacing: .025em;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #0e0e0e;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.65;
  word-break: break-all;
}

body[data-headerDrawerOpen="true"] {
  overflow: hidden;
  touch-action: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

@font-face {
  font-display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.ttf?k0abn4") format("truetype"), url("fonts/icomoon.woff?k0abn4") format("woff"), url("fonts/icomoon.svg?k0abn4#icomoon") format("svg");
}

.l-footer {
  position: relative;
  z-index: 1;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2;
}

.l-main {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.l-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding-top: var(--headerHeight);
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
}

body[data-pageLoad="true"] .l-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.c-area {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.c-article__section {
  padding-bottom: 7rem;
  padding-top: 3rem;
  position: relative;
}

.c-article__section:not([data-background]) + .c-article__section:not([data-background]) {
  margin-top: -1rem;
  padding-top: 0;
}

.c-article__section:first-child {
  padding-top: 4rem;
}

.c-article__section:last-child {
  padding-bottom: 9.5rem;
}

.c-article__fixedBackground + .c-article__section {
  padding-top: 5rem;
}

.c-article__hero + .c-article__section {
  padding-top: 3.5rem;
}

.c-article__section[data-background="primary"] {
  background: #f6f5f1;
}

.c-article__section + .c-article__fixedBackground {
  margin-top: -2rem;
}

.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid #14274c;
  border-radius: 5px;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-inline-box;
  display: inline-flex;
  justify-content: center;
  max-width: 29.2rem;
  padding: 1.1rem 2.5rem;
  position: relative;
  text-align: left;
  -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  width: 100%;
}

.c-button::before {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1.5rem;
  text-transform: none;
  top: calc(50% + .1rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button[data-button="back"]::before {
  content: "\e902";
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 1rem;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  right: auto;
  text-transform: none;
}

.c-secondaryButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid #14274c;
  border-radius: 5px;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-inline-box;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  justify-content: center;
  max-width: 17.2rem;
  padding: .5rem 2.5rem;
  position: relative;
  text-align: left;
  -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  width: 100%;
}

.c-secondaryButton::before {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1rem;
  text-transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-catch {
  font-size: 2rem;
  letter-spacing: .07em;
  text-align: center;
}

.c-catch {
  line-height: 1.5;
}

.c-catch::before,
.c-catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-catch::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.c-catch::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.c-container__content + .c-container__content {
  padding-top: 5rem;
}

.c-container__head + .c-container__body {
  padding-top: 3rem;
}

.c-secondaryContainer__content + .c-secondaryContainer__content {
  padding-top: 3rem;
}

.c-secondaryContainer__head + .c-secondaryContainer__body {
  padding-top: 1.5rem;
}

.c-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-grid[data-grid~="xs-left"] {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.c-grid[data-grid~="xs-center"] {
  -webkit-box-pack: center;
  justify-content: center;
}

.c-grid[data-grid~="xs-right"] {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.c-grid[data-grid~="xs-space-between"] {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-grid[data-grid~="xs-top"] {
  align-items: flex-start;
  -webkit-box-align: start;
}

.c-grid[data-grid~="xs-middle"] {
  align-items: center;
  -webkit-box-align: center;
}

.c-grid[data-grid~="xs-bottom"] {
  align-items: flex-end;
  -webkit-box-align: end;
}

.c-grid[data-grid~="xs-row-reverse"] {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  flex-direction: row-reverse;
}

.c-grid[data-grid~="xs-column-reverse"] {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  flex-direction: column-reverse;
}

.c-grid[data-grid~="xs-5"] {
  margin: -.5rem 0 0 -.5rem;
}

.c-grid[data-grid~="xs-5"] &gt; .c-grid__item {
  border-width: .5rem 0 0 .5rem;
}

.c-grid[data-grid~="xs-10"] {
  margin: -1rem 0 0 -1rem;
}

.c-grid[data-grid~="xs-10"] &gt; .c-grid__item {
  border-width: 1rem 0 0 1rem;
}

.c-grid[data-grid~="xs-15"] {
  margin: -1.5rem 0 0 -1.5rem;
}

.c-grid[data-grid~="xs-15"] &gt; .c-grid__item {
  border-width: 1.5rem 0 0 1.5rem;
}

.c-grid[data-grid~="xs-20"] {
  margin: -2rem 0 0 -2rem;
}

.c-grid[data-grid~="xs-20"] &gt; .c-grid__item {
  border-width: 2rem 0 0 2rem;
}

.c-grid[data-grid~="xs-25"] {
  margin: -2.5rem 0 0 -2.5rem;
}

.c-grid[data-grid~="xs-25"] &gt; .c-grid__item {
  border-width: 2.5rem 0 0 2.5rem;
}

.c-grid[data-grid~="xs-30"] {
  margin: -3rem 0 0 -3rem;
}

.c-grid[data-grid~="xs-30"] &gt; .c-grid__item {
  border-width: 3rem 0 0 3rem;
}

.c-grid[data-grid~="xs-35"] {
  margin: -3.5rem 0 0 -3.5rem;
}

.c-grid[data-grid~="xs-35"] &gt; .c-grid__item {
  border-width: 3.5rem 0 0 3.5rem;
}

.c-grid[data-grid~="xs-40"] {
  margin: -4rem 0 0 -4rem;
}

.c-grid[data-grid~="xs-40"] &gt; .c-grid__item {
  border-width: 4rem 0 0 4rem;
}

.c-grid[data-grid~="xs-45"] {
  margin: -4.5rem 0 0 -4.5rem;
}

.c-grid[data-grid~="xs-45"] &gt; .c-grid__item {
  border-width: 4.5rem 0 0 4.5rem;
}

.c-grid[data-grid~="xs-50"] {
  margin: -5rem 0 0 -5rem;
}

.c-grid[data-grid~="xs-50"] &gt; .c-grid__item {
  border-width: 5rem 0 0 5rem;
}

.c-grid[data-grid~="xs-55"] {
  margin: -5.5rem 0 0 -5.5rem;
}

.c-grid[data-grid~="xs-55"] &gt; .c-grid__item {
  border-width: 5.5rem 0 0 5.5rem;
}

.c-grid[data-grid~="xs-60"] {
  margin: -6rem 0 0 -6rem;
}

.c-grid[data-grid~="xs-60"] &gt; .c-grid__item {
  border-width: 6rem 0 0 6rem;
}

.c-grid[data-grid~="xs-65"] {
  margin: -6.5rem 0 0 -6.5rem;
}

.c-grid[data-grid~="xs-65"] &gt; .c-grid__item {
  border-width: 6.5rem 0 0 6.5rem;
}

.c-grid[data-grid~="xs-70"] {
  margin: -7rem 0 0 -7rem;
}

.c-grid[data-grid~="xs-70"] &gt; .c-grid__item {
  border-width: 7rem 0 0 7rem;
}

.c-grid[data-grid~="xs-75"] {
  margin: -7.5rem 0 0 -7.5rem;
}

.c-grid[data-grid~="xs-75"] &gt; .c-grid__item {
  border-width: 7.5rem 0 0 7.5rem;
}

.c-grid[data-grid~="xs-80"] {
  margin: -8rem 0 0 -8rem;
}

.c-grid[data-grid~="xs-80"] &gt; .c-grid__item {
  border-width: 8rem 0 0 8rem;
}

.c-grid[data-grid~="xs-85"] {
  margin: -8.5rem 0 0 -8.5rem;
}

.c-grid[data-grid~="xs-85"] &gt; .c-grid__item {
  border-width: 8.5rem 0 0 8.5rem;
}

.c-grid[data-grid~="xs-90"] {
  margin: -9rem 0 0 -9rem;
}

.c-grid[data-grid~="xs-90"] &gt; .c-grid__item {
  border-width: 9rem 0 0 9rem;
}

.c-grid[data-grid~="xs-95"] {
  margin: -9.5rem 0 0 -9.5rem;
}

.c-grid[data-grid~="xs-95"] &gt; .c-grid__item {
  border-width: 9.5rem 0 0 9.5rem;
}

.c-grid[data-grid~="xs-100"] {
  margin: -10rem 0 0 -10rem;
}

.c-grid[data-grid~="xs-100"] &gt; .c-grid__item {
  border-width: 10rem 0 0 10rem;
}

.c-grid[data-grid~="xs-105"] {
  margin: -10.5rem 0 0 -10.5rem;
}

.c-grid[data-grid~="xs-105"] &gt; .c-grid__item {
  border-width: 10.5rem 0 0 10.5rem;
}

.c-grid[data-grid~="xs-110"] {
  margin: -11rem 0 0 -11rem;
}

.c-grid[data-grid~="xs-110"] &gt; .c-grid__item {
  border-width: 11rem 0 0 11rem;
}

.c-grid[data-grid~="xs-115"] {
  margin: -11.5rem 0 0 -11.5rem;
}

.c-grid[data-grid~="xs-115"] &gt; .c-grid__item {
  border-width: 11.5rem 0 0 11.5rem;
}

.c-grid[data-grid~="xs-120"] {
  margin: -12rem 0 0 -12rem;
}

.c-grid[data-grid~="xs-120"] &gt; .c-grid__item {
  border-width: 12rem 0 0 12rem;
}

.c-grid[data-grid~="xs-125"] {
  margin: -12.5rem 0 0 -12.5rem;
}

.c-grid[data-grid~="xs-125"] &gt; .c-grid__item {
  border-width: 12.5rem 0 0 12.5rem;
}

.c-grid[data-grid~="xs-130"] {
  margin: -13rem 0 0 -13rem;
}

.c-grid[data-grid~="xs-130"] &gt; .c-grid__item {
  border-width: 13rem 0 0 13rem;
}

.c-grid[data-grid~="xs-135"] {
  margin: -13.5rem 0 0 -13.5rem;
}

.c-grid[data-grid~="xs-135"] &gt; .c-grid__item {
  border-width: 13.5rem 0 0 13.5rem;
}

.c-grid[data-grid~="xs-140"] {
  margin: -14rem 0 0 -14rem;
}

.c-grid[data-grid~="xs-140"] &gt; .c-grid__item {
  border-width: 14rem 0 0 14rem;
}

.c-grid[data-grid~="xs-145"] {
  margin: -14.5rem 0 0 -14.5rem;
}

.c-grid[data-grid~="xs-145"] &gt; .c-grid__item {
  border-width: 14.5rem 0 0 14.5rem;
}

.c-grid[data-grid~="xs-150"] {
  margin: -15rem 0 0 -15rem;
}

.c-grid[data-grid~="xs-150"] &gt; .c-grid__item {
  border-width: 15rem 0 0 15rem;
}

.c-grid[data-grid~="xs-0"] {
  margin: 0;
}

.c-grid[data-grid~="xs-0"] &gt; .c-grid__item {
  border-width: 0;
}

.c-grid__item {
  background-clip: padding-box;
  border: solid transparent;
}

.c-grid__item[data-gridItem~="xs-1"] {
  width: 8.33333%;
}

.c-grid__item[data-gridItem~="xs-2"] {
  width: 16.66667%;
}

.c-grid__item[data-gridItem~="xs-3"] {
  width: 25%;
}

.c-grid__item[data-gridItem~="xs-4"] {
  width: 33.33333%;
}

.c-grid__item[data-gridItem~="xs-5"] {
  width: 41.66667%;
}

.c-grid__item[data-gridItem~="xs-6"] {
  width: 50%;
}

.c-grid__item[data-gridItem~="xs-7"] {
  width: 58.33333%;
}

.c-grid__item[data-gridItem~="xs-8"] {
  width: 66.66667%;
}

.c-grid__item[data-gridItem~="xs-9"] {
  width: 75%;
}

.c-grid__item[data-gridItem~="xs-10"] {
  width: 83.33333%;
}

.c-grid__item[data-gridItem~="xs-11"] {
  width: 91.66667%;
}

.c-grid__item[data-gridItem~="xs-12"] {
  width: 100%;
}

.c-grid__item[data-gridItem~="xs-five"] {
  width: 20%;
}

.c-grid__item[data-gridItem~="xs-eleven"] {
  width: 9.09%;
}

.c-grid__item[data-gridItem~="xs-auto"] {
  width: auto;
}

.c-link {
  color: #f17436;
  text-decoration: underline;
}

.c-radius {
  border-radius: 30px;
  display: block;
  overflow: hidden;
}

.c-responseDevice {
  padding: 5rem 0 7rem;
  position: relative;
  z-index: 1;
}

.c-responseDevice:last-child {
  padding-bottom: 10rem;
}

.c-responseDevice__background {
  font-family: "object-fit: cover; object-position: center bottom", sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-responseDevice__title {
  color: #14274c;
  font-size: 2.1rem;
  text-align: center;
}

.c-responseDevice__title {
  line-height: 1.3;
}

.c-responseDevice__title::before,
.c-responseDevice__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-responseDevice__title::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.c-responseDevice__title::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.c-responseDevice__text {
  padding-top: 2rem;
  text-align: center;
}

.c-responseDevice__text {
  line-height: 1.65;
}

.c-responseDevice__text::before,
.c-responseDevice__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-responseDevice__text::before {
  margin-top: calc((1 - 1.65) * .5em);
}

.c-responseDevice__text::after {
  margin-bottom: calc((1 - 1.65) * .5em);
}

.c-responseDevice__body {
  padding-top: 3rem;
}

.c-responseDevice__tel {
  width: 100%;
}

.c-responseDevice__contact {
  padding-top: 2rem;
}

.c-responseDevice + * {
  z-index: 1;
}

.c-responseDeviceContact {
  align-items: center;
  background: #14274c;
  border: 2px solid #14274c;
  border-radius: 30px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 1.9rem;
  height: 8rem;
  justify-content: center;
  letter-spacing: .07em;
  margin: 0 auto;
  padding-bottom: .3rem;
  -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.c-responseDeviceContact::before {
  content: "\e903";
  font-family: "icomoon" !important;
  font-size: 2.7rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: -.3rem;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 1.8rem;
  text-transform: none;
}

.c-responseDeviceTel {
  align-items: center;
  background: #f17436;
  border-radius: 30px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  max-width: 60rem;
  white-space: nowrap;
}

.c-responseDeviceTel__content {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding-left: 3.8rem;
  position: relative;
  width: 31.5rem;
}

.c-responseDeviceTel__content::before {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 4.5rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: -.4rem;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-transform: none;
  top: calc(50% - .1rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-responseDeviceTel__text {
  font-size: 1.4rem;
  letter-spacing: .06em;
  padding-left: .3rem;
}

.c-responseDeviceTel__number {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  letter-spacing: -.01em;
  padding-top: .5rem;
}

.c-responseDeviceTel__holiday {
  align-items: center;
  border: 2px solid currentcolor;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  height: 4.6rem;
  justify-content: center;
  position: absolute;
  right: -.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.9rem;
}

.c-responseDeviceTel__time {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #f17436;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  height: 2.4rem;
  justify-content: center;
  letter-spacing: .06em;
  margin-top: .6rem;
  width: 31.5rem;
}

.c-target {
  margin: 0 auto;
  max-width: 31rem;
}

.c-target__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5rem;
}

.c-target__item {
  padding-left: .5rem;
  width: 25%;
}

.c-target__text {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 1rem;
  text-align: center;
}

.c-target__text[data-target="off"] {
  color: #bdbdbd;
}

.c-target__textSmall {
  display: block;
  font-size: 1.2rem;
  padding-top: .5rem;
}

.c-text {
  display: block;
}

.c-text {
  line-height: 1.65;
}

.c-text::before,
.c-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-text::before {
  margin-top: calc((1 - 1.65) * .5em);
}

.c-text::after {
  margin-bottom: calc((1 - 1.65) * .5em);
}

.c-quaternaryTitle {
  font-size: 2.1rem;
}

.c-quaternaryTitle {
  line-height: 1.2;
}

.c-quaternaryTitle::before,
.c-quaternaryTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-quaternaryTitle::before {
  margin-top: calc((1 - 1.2) * .5em);
}

.c-quaternaryTitle::after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.c-secondaryTitle {
  color: #14274c;
  text-align: center;
}

.c-secondaryTitle__japanese {
  display: block;
  font-size: 2.8rem;
}

.c-secondaryTitle__japanese {
  line-height: 1.3;
}

.c-secondaryTitle__japanese::before,
.c-secondaryTitle__japanese::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-secondaryTitle__japanese::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.c-secondaryTitle__japanese::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.c-secondaryTitle__english {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: .8rem;
}

.c-tertiaryTitle {
  font-size: 2.8rem;
}

.c-tertiaryTitle {
  line-height: 1.2;
}

.c-tertiaryTitle::before,
.c-tertiaryTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-tertiaryTitle::before {
  margin-top: calc((1 - 1.2) * .5em);
}

.c-tertiaryTitle::after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.c-tertiaryTitle[data-tertiaryTitle] {
  color: #f17436;
}

.c-title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.c-title__english {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1;
  margin-top: -.5rem;
}

.c-title[data-title="secondary"] .c-title__english {
  color: #f17436;
}

.c-title__japanese {
  font-size: 1.4rem;
  padding-top: .7rem;
  white-space: nowrap;
}

.c-title__japanese {
  line-height: 1.3;
}

.c-title__japanese::before,
.c-title__japanese::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-title__japanese::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.c-title__japanese::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-anchor {
  margin: -1rem;
  overflow: hidden;
  padding: 1rem;
}

.p-anchor__list {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: calc(50% + .5rem);
  margin: -2.5rem 0 0 -1rem;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36.5rem;
}

.p-anchor__item {
  padding: 2.5rem 0 0 1rem;
}

.p-anchor__item:nth-child(2) {
  padding-top: 6.5rem;
}

.p-anchor__link {
  color: #14274c;
  display: block;
  padding-top: 97.83%;
  position: relative;
  -webkit-transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  white-space: nowrap;
  width: 11rem;
  z-index: 1;
}

.p-anchor__link::after {
  bottom: 1.4rem;
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-transform: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-anchor__link .circle {
  color: #14274c;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-anchor__link .circle path:nth-child(2) {
  fill: #fff;
  -webkit-transition: fill .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: fill .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-anchor[data-anchor="secondary"] .p-anchor__link {
  color: #f17436;
}

.p-anchor[data-anchor="secondary"] .p-anchor__link .circle {
  color: #f17436;
}

.p-anchor__linkInner {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: calc(50% - .1rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-anchor__japanese {
  font-size: 1.4rem;
  letter-spacing: .07em;
  line-height: 1.133;
}

.p-anchor__japanese[data-size="large"] {
  font-size: 1.6rem;
}

.p-anchor__english {
  display: none;
}

.p-banner {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-banner img {
  width: 100%;
}

.p-blockEditor * {
  margin-bottom: 0 !important;
}

.p-blockEditor &gt; *:not(:first-child) {
  padding-top: 3rem;
}

.p-blockEditor p:not([class]) {
  line-height: 1.65;
}

.p-blockEditor p:not([class])::before,
.p-blockEditor p:not([class])::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-blockEditor p:not([class])::before {
  margin-top: calc((1 - 1.65) * .5em);
}

.p-blockEditor p:not([class])::after {
  margin-bottom: calc((1 - 1.65) * .5em);
}

.p-blockEditor p:not([class]) + p:not([class]) {
  padding-top: 2rem;
}

.p-blockEditor .wp-block-image {
  text-align: center;
}

.p-bus {
  background: #e3e1d7;
  border-radius: 16px;
  padding: 3rem;
}

.p-bus__head {
  color: #f17436;
  line-height: 1;
}

.p-bus__title {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
}

.p-bus__catch {
  padding-top: 1.3rem;
}

.p-bus__body {
  padding-top: 2.5rem;
}

.p-bus__area {
  padding-top: 2.5rem;
}

.p-bus__area {
  line-height: 1.65;
}

.p-bus__area::before,
.p-bus__area::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-bus__area::before {
  margin-top: calc((1 - 1.65) * .5em);
}

.p-bus__area::after {
  margin-bottom: calc((1 - 1.65) * .5em);
}

.p-bus__areaTerm {
  color: #f17436;
}

.p-bus__image {
  margin: 0 auto;
  padding-top: 4rem;
  text-align: center;
  width: 20rem;
}

.p-card {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -3rem 0 0 -2rem;
}

.p-card__item {
  padding: 3rem 0 0 2rem;
  width: 100%;
}

.p-card__head {
  position: relative;
}

.p-card__thumbnail {
  border-radius: 30px;
  overflow: hidden;
}

.p-card__batch {
  bottom: -4%;
  height: 6.8rem;
  position: absolute;
  right: 12.4%;
  width: 6.8rem;
}

.p-card__body {
  padding: 1.5rem 2rem 0;
}

.p-card__title {
  text-align: center;
}

body[data-userAgent="ios"] .p-card__title {
  display: block !important;
  height: auto !important;
}

.p-card__titleInner {
  display: block;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

.p-card__titleInner {
  line-height: 1.333;
}

.p-card__titleInner::before,
.p-card__titleInner::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-card__titleInner::before {
  margin-top: calc((1 - 1.333) * .5em);
}

.p-card__titleInner::after {
  margin-bottom: calc((1 - 1.333) * .5em);
}

.p-card__tag {
  display: block;
  padding-top: 1.5rem;
  text-align: center;
}

.p-card__tagItem {
  align-items: center;
  border-radius: 15px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1.4rem;
  height: 3rem;
  justify-content: center;
  padding: .1rem 1.5rem 0;
}

.p-card__tagItem[data-tag="gym"] {
  background: #6aa85f;
}

.p-card__tagItem[data-tag="pool"] {
  background: #4aa6bf;
}

.p-card__text {
  padding-top: 1.5rem;
}

.p-course__item + .p-course__item {
  padding-top: 3rem;
}

.p-course__visual {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-course__item:nth-child(odd) .p-course__visual {
  padding-left: calc(50vw - 50%);
}

.p-course__item:nth-child(even) .p-course__visual {
  padding-right: calc(50vw - 50%);
}

.p-course__visualInner {
  min-height: 24rem;
  overflow: hidden;
  position: relative;
}

.p-course__item:nth-child(odd) .p-course__visualInner {
  border-radius: 16px 0 0 16px;
}

.p-course__item:nth-child(even) .p-course__visualInner {
  border-radius: 0 16px 16px 0;
}

.p-course__visualImage {
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-course__content {
  padding-top: 2rem;
  position: relative;
}

.p-course__contentTitle {
  font-size: 2.6rem;
  letter-spacing: .05em;
}

.p-course__contentTitle {
  line-height: 1.4;
}

.p-course__contentTitle::before,
.p-course__contentTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-course__contentTitle::before {
  margin-top: calc((1 - 1.4) * .5em);
}

.p-course__contentTitle::after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.p-course__contentTitleSmall {
  font-size: .833em;
}

.p-course__contentNote {
  letter-spacing: .05em;
  padding-top: 1.5rem;
}

.p-course__contentPoint {
  align-items: center;
  border: 2px solid currentcolor;
  border-radius: 38px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #e8a005;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1em;
  height: 3.8rem;
  justify-content: center;
  letter-spacing: .05em;
  margin-top: 1.5rem;
  padding: 0 2rem;
}

.p-course__contentBody {
  padding-top: 2rem;
}

.p-course__contentType {
  margin-left: -1rem;
  padding-top: 3rem;
}

.p-course__contentTypeItem {
  display: -webkit-box;
  display: flex;
  margin-left: -1rem;
}

.p-course__contentTypeItem + .p-course__contentTypeItem {
  padding-top: 1rem;
}

.p-course__contentTypeImage {
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  padding-left: 1rem;
  width: 50%;
}

.p-course__contentTypeDetail {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
  width: 50%;
}

.p-course__contentTypeName {
  font-size: 2.1rem;
}

.p-course__contentTypeName {
  line-height: 1.38;
}

.p-course__contentTypeName::before,
.p-course__contentTypeName::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-course__contentTypeName::before {
  margin-top: calc((1 - 1.38) * .5em);
}

.p-course__contentTypeName::after {
  margin-bottom: calc((1 - 1.38) * .5em);
}

.p-course__contentTypeAge {
  align-items: center;
  border: 2px solid currentcolor;
  border-radius: 16px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  font-size: 1.3rem;
  height: 3.2rem;
  justify-content: center;
  margin-top: .8rem;
  padding: 0 1.4rem;
}

.p-course__contentTypeAge[data-type="a"] {
  color: #6aa85f;
}

.p-course__contentTypeAge[data-type="b"] {
  color: #5eb5cd;
}

.p-course__contentTypeAge[data-type="c"] {
  color: #d35f80;
}
.p-course__contentTypeAge[data-type="t"] {
  color: #14274c;
}

.p-course__contentFoot {
  padding-top: 3rem;
}

body[data-userAgent="ie"] .p-course__contentFoot {
  max-width: 55rem;
}

.p-course__contentTag {
  align-items: center;
  background: #e3e1d7;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 4.4rem;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}

.p-course__contentTagSmall {
  font-size: 1.2rem;
}

.p-facilities__content + .p-facilities__content {
  padding-top: 5rem;
}

.p-facilities__about {
  padding-top: 26rem;
  position: relative;
  z-index: 1;
}

.p-facilities__aboutBackground {
  font-family: "object-fit: cover; object-position: center bottom", sans-serif;
  height: 32rem;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-facilities__aboutInner {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
  justify-content: center;
}

.p-facilitiesAbout {
  background: #fff;
  border-radius: 30px;
  padding: 3.5rem 3rem 4rem;
  width: 31.5rem;
}

.p-facilitiesAbout__body {
  padding-top: 2rem;
}

.p-facilitiesAbout__target {
  padding-top: 2rem;
}

.p-facilitiesAbout__foot {
  padding-top: 3rem;
}

.p-facilitiesAbout__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 2px solid #14274c;
  border-radius: 5px;
  color: #14274c;
  display: inline-block;
  font-size: 1.4rem;
  padding: .5rem 1rem .4rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  width: 19.2rem;
}

.button-orange{
  border: 2px solid #f17436;
  color: #f17436;
}

.p-facilitiesAbout__button::before {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1rem;
  text-transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-facilitiesDetail {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0 0 -1rem;
}

.p-facilitiesDetail__item {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  padding: 1rem 0 0 1rem;
  width: 100%;
}

.p-facilitiesDetail__thumbnail {
  border-radius: 30px;
  overflow: hidden;
  width: 17rem;
}

.p-facilitiesDetail__title {
  font-size: 2.1rem;
  padding-left: 2rem;
  width: calc(100% - 17rem);
}

.p-facilitiesDetail__title {
  line-height: 1.25;
}

.p-facilitiesDetail__title::before,
.p-facilitiesDetail__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-facilitiesDetail__title::before {
  margin-top: calc((1 - 1.25) * .5em);
}

.p-facilitiesDetail__title::after {
  margin-bottom: calc((1 - 1.25) * .5em);
}

.p-faqDecoration {
  padding-top: 8rem !important;
}

.p-faqDecoration__image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -3rem;
  width: 30rem;
}

.p-faqDecoration__imageInner {
  -webkit-transform: translateX(9rem);
  transform: translateX(9rem);
}

.p-faq__question,
.p-faq__answer {
  display: -webkit-box;
  display: flex;
}

.p-faq__question::before,
.p-faq__answer::before {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}

.p-faq__question {
  color: #14274c;
  font-size: 1.8rem;
}

.p-faq__question::before {
  content: "Q";
}

.p-faq__answer {
  padding: 2.2rem 0 0 .2rem;
}

.p-faq__answer::before {
  color: #f17436;
  content: "A";
}

.p-faq__questionInner {
  padding: .5rem 0 0 2rem;
}

.p-faq__answerInner {
  padding: .2rem 0 0 1.7rem;
}

.p-fixedBackground {
  background: center / cover;
  height: 34.666vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

body[data-userAgent="ios"] .p-fixedBackground {
  background-attachment: scroll;
}

.p-fixedBackground[data-fixedBackground="pool"] {
  background-image: url(../image/home/background-pool-sp.jpg);
}

.p-fixedBackground[data-fixedBackground="training"] {
  background-image: url(../image/program/background-training-sp.jpg);
}

.p-fixedBackground[data-fixedBackground="family"] {
  background-image: url(../image/price/background-family-sp.jpg);
}

.p-fixedBackground[data-fixedBackground="adult"] {
  background-image: url(../image/price/background-adult-sp.jpg);
}

.p-fixedBackground[data-fixedBackground="swimming"] {
  background-image: url(../image/kids/background-swimming-sp.jpg);
}

.p-fixedBackground__decoration {
  position: absolute;
  z-index: 1;
}

.p-fixedBackground[data-fixedBackground="swimming"] .p-fixedBackground__decoration {
  bottom: -1.5rem;
  right: 1rem;
  width: 8.1rem;
}

.p-fixedBackground__wave {
  color: #fff;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-fixedBackground__wave:first-child {
  top: 0;
}

.p-fixedBackground__wave:last-child {
  bottom: 0;
}

.p-flow__item {
  counter-increment: flow;
}

.p-flow__item + .p-flow__item {
  padding-top: 3rem;
}

.p-flow__title {
  color: #14274c;
  font-size: 2.4rem;
}

.p-flow__title {
  line-height: 1.3;
}

.p-flow__title::before,
.p-flow__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-flow__title::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-flow__title::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-flow__title[data-flowTitle="secondary"] {
  color: #f17436;
}

.p-flow__titleInner::before {
  content: "0" counter(flow);
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  padding-right: .7rem;
}

.p-flow__body {
  padding-top: 2rem;
}

.p-flow__unit + .p-flow__unit {
  padding-top: 2rem;
}

.p-flow__secondaryTitle {
  font-size: 1.8rem;
  line-height: 1.3;
}

.p-flow__secondaryTitle::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.3) * .5em);
  width: 0;
}

.p-flow__secondaryTitleInner {
  border-bottom: 2px solid currentcolor;
  display: inline-block;
  padding-bottom: .3rem;
}

.p-flow__secondaryText {
  padding-top: 1.5rem;
}

.p-flow__note {
  color: #999;
  font-size: 1.4rem;
  padding-top: 1rem;
}

.p-flow__note {
  line-height: 1.5;
}

.p-flow__note::before,
.p-flow__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-flow__note::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-flow__note::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-flow__noteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-flow__box {
  background: #e3e1d7;
  padding: 2rem;
}

.p-flow__boxList {
  line-height: 1.5;
}

.p-flow__boxList::before,
.p-flow__boxList::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-flow__boxList::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-flow__boxList::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-flow__boxListItem {
  padding-left: 2rem;
  position: relative;
}

.p-flow__boxListItem::before {
  background: currentcolor;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 5px;
}

.p-flow__boxListItem + .p-flow__boxListItem {
  margin-top: .2rem;
}

.p-flow__boxNote {
  font-size: 1.4rem;
  padding-top: 1.5rem;
}

.p-flow__boxNote {
  line-height: 1.5;
}

.p-flow__boxNote::before,
.p-flow__boxNote::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-flow__boxNote::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-flow__boxNote::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-flow__boxNoteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-flow__image {
  margin: 0 auto;
  min-width: 27.8rem;
  padding-top: 3rem;
  width: 27.8rem;
}

.p-footer {
  background: #14274c !important;
  color: #fff;
  padding-top: 4.3rem;
  position: relative;
}

.p-footer .wave {
  bottom: calc(100% - 1px);
  color: #14274c;
  left: 0;
  position: absolute;
  position: absolute;
  width: 100%;
}

.p-footer__pagetop {
  position: absolute;
  right: 50%;
  top: 4.7rem;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}

.p-footer__primary {
  display: none;
}

.p-footer__secondary {
  padding: 2.3rem 0;
}

.p-footerCopyright {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-footerCopyright__text {
  font-size: 1.1rem;
}

.p-footerNav__item + .p-footerNav__item {
  border-left: 1px solid currentcolor;
}

.p-footerPagetop {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 5rem;
}

.p-footerPagetop::before {
  color: #14274c;
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 3.6rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

.p-footerPagetop[data-active="true"] {
  -webkit-animation: pagetop 1.5s cubic-bezier(.43, .02, .04, 1.08);
  animation: pagetop 1.5s cubic-bezier(.43, .02, .04, 1.08);
}

.p-footerPagetop__image {
  -webkit-transform: translate(-.1rem, .2rem);
  transform: translate(-.1rem, .2rem);
}

@-webkit-keyframes pagetop {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  15% {
    -webkit-transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
    transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
  }
  20% {
    -webkit-transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
    transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -1500%, 0) scale3d(1, 1, 1);
  }
}

@keyframes pagetop {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  15% {
    -webkit-transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
    transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
  }
  20% {
    -webkit-transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
    transform: translate3d(0, 10%, 0) scale3d(1, .9, 1);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -1500%, 0) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pagetopHover {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pagetopHover {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.p-for__content {
  padding-top: 3rem;
}

.p-for__tag {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem 0 0 -1rem;
}

.p-for__tagItem {
  align-items: center;
  background: #e3e1d7;
  border-radius: 1em;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-box;
  display: flex;
  font-size: 1.8rem;
  height: 2em;
  justify-content: center;
  margin: 1rem 0 0 1rem;
  min-width: 6em;
  padding: 0 .75em;
  text-align: center;
}

.p-for__text {
  padding-top: 3rem;
  text-align: center;
}

.p-for__target {
  padding-top: 3rem;
}

.p-for__body {
  padding-top: 2rem;
}

.p-for__image {
  padding-top: 3rem;
}

.p-for__imageItem {
  border-radius: 12px;
  overflow: hidden;
}

.p-forPlan__text {
  font-size: 2rem;
  letter-spacing: .07em;
  text-align: center;
}

.p-forPlan__text {
  line-height: 1.5;
}

.p-forPlan__text::before,
.p-forPlan__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-forPlan__text::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-forPlan__text::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-forPlan__arrow {
  margin: 0 auto;
  padding-top: 3rem;
  text-align: center;
  width: 6.7rem;
}

.p-form input,
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  font-size: 1.8rem;
  outline: none;
  padding: 1.2rem 1.8rem 1.1rem;
  width: 100%;
}

.p-form input:focus,
.p-form select:focus,
.p-form textarea:focus {
  border-color: #14274c;
}

.p-form input,
.p-form select {
  height: 5rem;
}

.p-form select {
  cursor: pointer;
}

.p-form select::-ms-expand {
  display: none;
}

.p-form__textArea {
  line-height: 1.65;
}

.p-form__item {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  margin: -1rem 0 0 -1.7rem;
}

.p-form__item[data-wrap="wrap"] {
  flex-wrap: wrap;
}

.p-form__itemText {
  line-height: 1;
  padding: 1rem 0 0 1.7rem;
  white-space: nowrap;
}

.p-form__itemInput {
  padding: 1rem 0 0 1.7rem;
  width: 100%;
}

.p-form .error {
  color: #c94f4f;
  display: block;
  font-size: .8em;
  line-height: 1;
  padding-top: 1rem;
}

.p-formBack {
  background: #f6f5f1 !important;
  border-color: #f6f5f1 !important;
  color: #0e0e0e !important;
}

.p-formBack::before {
  content: "\e902";
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 1rem;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  right: auto;
  text-transform: none;
}

.p-formCheck {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 0 -2rem;
}

.mw_wp_form_confirm .p-formCheck {
  margin: 0;
  padding: 0;
}

.p-formCheck .mwform-checkbox-field {
  padding: 2rem 0 0 2rem;
  width: 50%;
}

.p-formCheck input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  display: block !important;
  height: 4px !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  visibility: visible !important;
  white-space: nowrap !important;
  width: 4px !important;
}

.p-formCheck .mwform-checkbox-field-text {
  align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  height: 3.2rem;
  padding: 0 0 .1rem 4.2rem;
  position: relative;
}

.p-formCheck .mwform-checkbox-field-text::before {
  align-items: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: "\e900";
  display: -webkit-box;
  display: flex;
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 3.2rem;
  justify-content: center;
  left: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-transform: none;
  top: 0;
  width: 3.2rem;
}

.p-formCheck input:checked + .mwform-checkbox-field-text::before {
  background: #14274c;
}

.p-formSelect {
  position: relative;
}

.p-formSelect::before {
  align-items: center;
  border-left: 1px solid currentcolor;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #14274c;
  content: "\e901";
  display: -webkit-box;
  display: flex;
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  padding-right: .1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.8rem;
}

.mw_wp_form_confirm .p-formSelect::before {
  display: none;
}

.p-formTable {
  border-collapse: collapse;
  border-radius: 12px;
  border-spacing: 0;
  line-height: 1;
  overflow: hidden;
  width: 100%;
}

body[data-userAgent="ie"] .p-formTable {
  table-layout: fixed;
}

.p-formTable__term {
  background: #14274c;
  color: #fff;
  display: block;
  padding: 1.6rem 2rem 1.7rem;
  text-align: left;
}

body[data-userAgent="ie"] .p-formTable__term {
  width: 30%;
}

.p-formTable__termInner {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
}

.p-formTable__termText {
  padding: .4rem 1.1rem .3rem 0;
}

.p-formTable__termMust {
  align-items: center;
  background: #f17436;
  border-radius: 12.5px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 1.2rem;
  height: 2.3rem;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 .2rem .1rem 0;
  -webkit-transform: translateY(.1rem);
  transform: translateY(.1rem);
  width: 4.3rem;
}

.p-formTable__desc {
  background: #f6f5f1;
  display: block;
  padding: 2rem;
}

.p-header {
  width: 100%;
}

.p-header__content {
  -webkit-filter: drop-shadow(0 .1rem 1.8rem rgba(6, 41, 75, 0));
  filter: drop-shadow(0 .1rem 1.8rem rgba(6, 41, 75, 0));
  position: relative;
  -webkit-transition: -webkit-filter .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-filter .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: filter .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: filter .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-filter .6s cubic-bezier(.43, .02, .04, 1.08);
  z-index: 1;
}

body[data-scrollStart="true"] .p-header__content,
body[data-headerDrawerOpen="true"] .p-header__content {
  -webkit-filter: drop-shadow(0 .1rem 1.8rem rgba(6, 41, 75, .13));
  filter: drop-shadow(0 .1rem 1.8rem rgba(6, 41, 75, .13));
}

.p-header__contentInner {
  align-items: center;
  background: #fff;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
}

.p-header__drawerButton {
  width: calc(50% - 10.2rem / 2);
}

.p-header__logo {
  padding-top: .4rem;
  width: 10.2rem;
}

.p-header__tel {
  margin-left: auto;
}

.p-header__program,
.p-header__contact {
  display: none;
}

.p-header__menu {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: var(--headerHeight);
  z-index: -1;
}

body[data-headerDrawerOpen="true"] .p-header__menu {
  pointer-events: auto;
}

.p-header__animation {
  color: #fff;
  height: 2.36rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: 20rem;
  z-index: -1;
}

.p-headerDrawerButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  display: block;
  height: 5rem;
  padding: 0;
  position: relative;
  width: 4.4rem;
}

.p-headerDrawerButton__line {
  background: #14274c;
  height: 2px;
  left: 50%;
  position: absolute;
  top: calc(50% - .1rem);
  width: 2.4rem;
}

.p-headerDrawerButton__line:nth-child(1) {
  -webkit-transform: translate3d(-50%, -.8rem, 0) rotate(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -.8rem, 0) rotate(0deg) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-headerDrawerButton__line:nth-child(2) {
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-headerDrawerButton__line:nth-child(3) {
  -webkit-transform: translate3d(-50%, .8rem, 0) rotate(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, .8rem, 0) rotate(0deg) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
}

body[data-headerDrawerOpen="true"] .p-headerDrawerButton__line:nth-child(1) {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg) scale3d(1.166, 1.166, 1);
  transform: translate3d(-50%, 0, 0) rotate(45deg) scale3d(1.166, 1.166, 1);
}

body[data-headerDrawerOpen="true"] .p-headerDrawerButton__line:nth-child(2) {
  -webkit-transform: translate3d(-50%, 0, 0) scale3d(0, 1, 1);
  transform: translate3d(-50%, 0, 0) scale3d(0, 1, 1);
}

body[data-headerDrawerOpen="true"] .p-headerDrawerButton__line:nth-child(3) {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg) scale3d(1.166, 1.166, 1);
  transform: translate3d(-50%, 0, 0) rotate(-45deg) scale3d(1.166, 1.166, 1);
}

.p-headerLogo {
  color: #14274c;
}

.p-headerLogo__link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-headerLogo__svg {
  height: 2.69rem;
}

.p-headerMenu {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  height: calc(var(--viewHeight) - var(--headerHeight));
  position: relative;
  width: 100vw;
}

.p-headerMenu__content {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  max-height: 100%;
  opacity: 0;
  -ms-overflow-style: none;
  overflow-y: scroll;
  padding: 4.2rem 2rem 9rem;
  position: relative;
  scrollbar-width: none;
  -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-filter .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-filter .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08), filter .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08), filter .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-filter .6s cubic-bezier(.43, .02, .04, 1.08);
  width: 100%;
}

body[data-headerDrawerOpen="true"] .p-headerMenu__content {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.p-headerMenu__content::-webkit-scrollbar {
  display: none;
}

.p-headerMenu__illustration {
  position: absolute;
  right: 0;
  top: 2.7rem;
  width: 13rem;
}

.p-headerMenu__title {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}

.p-headerMenu__body {
  padding-top: 3rem;
}

.p-headerMenu__nav {
  margin: -1.6rem 0 -.6rem;
}

.p-headerMenu__sns {
  padding-top: 3rem;
}

.p-headerMenu__button {
  padding-top: 3rem;
}

.p-headerMenu__link {
  padding-top: 3rem;
}

.p-headerMenu__foot {
  padding-top: 3rem;
}

.p-headerMenu__close {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 2px solid currentcolor;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-box;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  height: 3.6rem;
  justify-content: center;
  margin: 0 auto;
  padding: .1rem 0 0 0;
  position: relative;
  width: 17.2rem;
}

.p-headerMenu__close::before,
.p-headerMenu__close::after {
  background: currentcolor;
  content: "";
  height: 2px;
  left: calc(50% - 2.85em);
  position: absolute;
  top: 50%;
  width: 1.5rem;
}

.p-headerMenu__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-headerMenu__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-headerMenu__background {
  background: #f6f5f1;
  height: calc(100% + 22.222vw);
  left: 0;
  position: absolute;
  top: -22.222vw;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-transform 1.5s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform 1.5s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform 1.5s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform 1.5s cubic-bezier(.43, .02, .04, 1.08);
  width: 100%;
  z-index: -1;
}

body[data-headerDrawerOpen="true"] .p-headerMenu__background {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.p-headerMenu__backgroundAnimation {
  color: #f6f5f1;
  height: 22.222vw;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.p-headerMenuButton {
  align-items: center;
  background: #14274c;
  border-radius: 15px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  height: 5rem;
  justify-content: center;
  position: relative;
}

.p-headerMenuButton::before {
  content: "\e903";
  font-family: "icomoon" !important;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: calc(50% - 7.7rem);
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-headerMenuLink {
  display: block;
  text-align: center;
}

.p-headerMenuLink {
  line-height: 1.65;
}

.p-headerMenuLink::before,
.p-headerMenuLink::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-headerMenuLink::before {
  margin-top: calc((1 - 1.65) * .5em);
}

.p-headerMenuLink::after {
  margin-bottom: calc((1 - 1.65) * .5em);
}

.p-headerMenuNav {
  white-space: nowrap;
}

.p-headerMenuNav__link {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  font-size: 1.8rem;
  height: 4.8rem;
  line-height: 1;
  padding-left: 2.4rem;
  position: relative;
}

.p-headerMenuNav__link::before {
  color: #14274c;
  content: "\e904";
  font-family: "icomoon" !important;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-transform: none;
  top: 50%;
  -webkit-transform: scale(.9) translate(-5%, -50%);
  transform: scale(.9) translate(-5%, -50%);
}

.p-headerMenuNav__link[data-current="true"]::before {
  visibility: visible;
}

.p-headerMenuNav__small {
  font-size: 1.2rem;
  letter-spacing: .07em;
  padding: .2rem 0 0 1.8rem;
}

.p-headerMenuSns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0 0 -1rem;
}

.p-headerMenuSns__item {
  padding: 1rem 0 0 1rem;
  width: 33.333%;
}

.p-headerMenuSns__link {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: 5rem;
  justify-content: center;
}

.p-headerMenuSns__image[src*="youtube"] {
  width: 7.3rem;
}

.p-headerMenuSns__image[src*="instagram"] {
  width: 3rem;
}

.p-headerMenuSns__image[src*="facebook"] {
  width: 3rem;
}

.p-headerTel {
  background: #f17436;
  color: #fff;
  display: block;
  height: 5rem;
  line-height: 1;
  position: relative;
  width: 5rem;
}

.p-headerTel::before {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: calc(50% + .1rem);
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-transform: none;
  top: calc(50% - .3rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-homeAccess {
  padding-top: 68.533vw;
  position: relative;
  z-index: 1;
}

.p-homeAccess__background {
  font-family: "object-fit: cover; object-position: right bottom", sans-serif;
  height: 68.533vw;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-homeAccess__content {
  margin: 0 auto;
  padding-top: 3rem;
}

.p-homeAccess__contentText {
  padding-top: 2.5rem;
}

.p-homeAccess__contentTel {
  padding-top: 3rem;
}

.p-homeAccess__contentMap {
  margin: 0 calc(50% - 50vw);
  padding-top: 3rem;
  width: 100vw;
}

.p-homeAccess__contentIframe {
  height: 25rem;
  width: 100%;
}

.p-homeFacilities {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0 0 -1rem;
}

.p-homeFacilities__item {
  padding: 1rem 0 0 1rem;
  width: 100%;
}

.p-homeFacilities__link {
  background: #fff;
  border-radius: 12px;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-homeFacilities__image {
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 15rem;
  z-index: -1;
}

.p-homeFacilities__content {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 11rem;
  padding: 2rem 1rem;
  width: calc(100% - 15rem);
}

.p-homeFacilities__title {
  font-size: 2.1rem;
}

.p-homeFacilities__title {
  line-height: 1.5;
}

.p-homeFacilities__title::before,
.p-homeFacilities__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeFacilities__title::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-homeFacilities__title::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-homeFacilities__text {
  padding-top: 1rem;
}

.p-homeFacilities__text {
  line-height: 1.5;
}

.p-homeFacilities__text::before,
.p-homeFacilities__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeFacilities__text::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-homeFacilities__text::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-homeFacilitiesDecoration {
  position: relative;
}

.p-homeFacilitiesDecoration__image {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -8rem;
  width: 10.1rem;
}

.p-homeFacilitiesDecoration__imageInner {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.p-homeHero {
  height: 116.533vw;
  position: relative;
  z-index: 1;
}

.p-homeHero__background {
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-homeHero__text {
  left: 50%;
  position: absolute;
  top: 5.066vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94.4vw;
}

.p-homeIntro {
  text-align: center;
}

.p-homeIntro__sub {
  letter-spacing: .08em;
}

.p-homeIntro__sub {
  line-height: 1.625;
}

.p-homeIntro__sub::before,
.p-homeIntro__sub::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeIntro__sub::before {
  margin-top: calc((1 - 1.625) * .5em);
}

.p-homeIntro__sub::after {
  margin-bottom: calc((1 - 1.625) * .5em);
}

.p-homeIntro__subPoint {
  color: #f17436;
  letter-spacing: .08em;
}

.p-homeIntro__main {
  font-size: 2.6rem;
  letter-spacing: .08em;
  padding-top: 1.5rem;
}

.p-homeIntro__main {
  line-height: 1.307;
}

.p-homeIntro__main::before,
.p-homeIntro__main::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeIntro__main::before {
  margin-top: calc((1 - 1.307) * .5em);
}

.p-homeIntro__main::after {
  margin-bottom: calc((1 - 1.307) * .5em);
}

.p-homeMedia__title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.p-homeMedia__english {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1;
  margin-top: -.5rem;
}

.p-homeMedia__japanese {
  font-size: 1.6rem;
  padding-top: 1.5rem;
}

.p-homeMedia__japanese {
  line-height: 1.3;
}

.p-homeMedia__japanese::before,
.p-homeMedia__japanese::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeMedia__japanese::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-homeMedia__japanese::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-homeMedia__instagram {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-homeMedia__youtubeThumbnail {
  background: #000;
  border-radius: 30px;
  display: block;
  opacity: 1;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
  -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  z-index: 1;
}

.p-homeMedia__youtubeThumbnailIcon {
  align-items: center;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: 6.6rem;
  justify-content: center;
  left: 50%;
  padding-left: .9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.6rem;
}

.p-homeMedia__youtubeThumbnailIcon::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1.3rem 0 1.3rem 2.5rem;
  content: "";
}

.p-homeMedia__youtubeThumbnailImage {
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-homeMedia__youtubeInfo {
  display: none;
}

.p-homeMedia__youtubeTitle {
  line-height: 1.5;
}

.p-homeMedia__youtubeTitle::before,
.p-homeMedia__youtubeTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeMedia__youtubeTitle::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-homeMedia__youtubeTitle::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-homeMedia__button {
  margin-top: auto;
  padding-top: 3rem;
  text-align: center;
}

.p-homeMedia__button .c-secondaryButton {
  padding: .2rem 2.5rem .1rem 1.7rem;
}

.p-homeMenu__item + .p-homeMenu__item {
  padding-top: 3rem;
}

.p-homeMenu__visualInner {
  border-radius: 30px;
  overflow: hidden;
}

.p-homeMenu__content {
  padding-top: 2rem;
  position: relative;
}

.p-homeMenu__contentDecoration {
  -webkit-animation: homeMenuContentDecoration 2.4s infinite ease-in-out;
  animation: homeMenuContentDecoration 2.4s infinite ease-in-out;
  position: absolute;
  right: 0;
  width: auto;
}

.p-homeMenu__item:nth-child(1) .p-homeMenu__contentDecoration {
  height: 10.4rem;
  top: -5.9rem;
}

.p-homeMenu__item:nth-child(2) .p-homeMenu__contentDecoration {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  height: 5.4rem;
  top: -1.3rem;
}

.p-homeMenu__item:nth-child(3) .p-homeMenu__contentDecoration {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  height: 5rem;
  top: -1.3rem;
}

.p-homeMenu__contentTitle {
  font-size: 2.6rem;
  white-space: nowrap;
}

.p-homeMenu__contentTitle {
  line-height: 1.3;
}

.p-homeMenu__contentTitle::before,
.p-homeMenu__contentTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeMenu__contentTitle::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-homeMenu__contentTitle::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-homeMenu__contentTitleSub {
  display: inline-block;
  text-indent: -.5em;
}

.p-homeMenu__contentText {
  padding-top: 1.5rem;
}

.p-homeMenu__contentButton {
  padding-top: 2rem;
  text-align: center;
}

@-webkit-keyframes homeMenuContentDecoration {
  0% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  5% {
    -webkit-transform: translate3d(1px, 1px, 0);
    transform: translate3d(1px, 1px, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  15% {
    -webkit-transform: translate3d(1px, -5px, 0);
    transform: translate3d(1px, -5px, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  25% {
    -webkit-transform: translate3d(1px, -11px, 0);
    transform: translate3d(1px, -11px, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  35% {
    -webkit-transform: translate3d(1px, -5px, 0);
    transform: translate3d(1px, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  45% {
    -webkit-transform: translate3d(1px, 1px, 0);
    transform: translate3d(1px, 1px, 0);
  }
  50%,
  100% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
}

@keyframes homeMenuContentDecoration {
  0% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  5% {
    -webkit-transform: translate3d(1px, 1px, 0);
    transform: translate3d(1px, 1px, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  15% {
    -webkit-transform: translate3d(1px, -5px, 0);
    transform: translate3d(1px, -5px, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  25% {
    -webkit-transform: translate3d(1px, -11px, 0);
    transform: translate3d(1px, -11px, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  35% {
    -webkit-transform: translate3d(1px, -5px, 0);
    transform: translate3d(1px, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  45% {
    -webkit-transform: translate3d(1px, 1px, 0);
    transform: translate3d(1px, 1px, 0);
  }
  50%,
  100% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
}

.p-homeMenuDecoration {
  margin-top: -4rem;
  padding-bottom: 7rem;
  position: relative;
}

.p-homeMenuDecoration__background svg {
  color: #f6f5f1 !important;
}

.p-homeMenuDecoration__image {
  position: absolute;
  right: 1rem;
  top: calc(34.666vw - 7rem);
  width: 12.6rem;
  z-index: 1;
}

.p-homeMenuDecoration__content {
  padding-top: 7.5rem;
}

.p-homeNews__list {
  margin: -1rem 0;
}

.p-homeNews__listLink {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
}

.p-homeNews__listThumbnail {
  border-radius: 20px;
  overflow: hidden;
  width: 7.5rem;
  z-index: 1;
}

.p-homeNews__listThumbnailImage {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-homeNews__listContent {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: .6rem 0 0 1.5rem;
  width: calc(100% - 7.5rem);
}

.p-homeNews__listDate {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-homeNews__listTitle {
  font-size: 1.3rem;
  padding-top: 1.5rem;
  -webkit-transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-homeNews__listTitle {
  line-height: 1.69;
}

.p-homeNews__listTitle::before,
.p-homeNews__listTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-homeNews__listTitle::before {
  margin-top: calc((1 - 1.69) * .5em);
}

.p-homeNews__listTitle::after {
  margin-bottom: calc((1 - 1.69) * .5em);
}

.p-homeNews__button {
  padding-top: 2rem;
  text-align: center;
}

.p-homeNewsDecoration {
  position: relative;
}

.p-homeNewsDecoration__image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -7rem;
  width: 10.1rem;
  z-index: -1;
}

.p-homeNewsDecoration__imageInner {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}

.p-homeStaff {
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}

.p-homeStaff__image {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.p-homeStaff__image[src*="staff-01.png"] {
  left: calc(50% - 4.1rem);
  top: -3.5rem;
  width: 21.4rem;
}

.p-homeStaff__image[src*="staff-02.png"] {
  left: calc(50% + 9rem);
  top: -6.4rem;
  width: 7.2rem;
}

.p-homeStaff__circle {
  height: 35.5rem;
  margin: 0 auto;
  position: relative;
  width: 35.5rem;
}

.p-homeStaff__circleSvg {
  color: #fff;
  z-index: -1;
}

.p-homeStaff__circleContent {
  left: 50%;
  padding-bottom: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30rem;
}

.p-homeStaff__circleText {
  padding-top: 2.5rem;
}

.p-homeStaff__circleButton {
  padding-top: 2rem;
  text-align: center;
}

.p-homeStaff__slider {
  margin: -4.3rem calc(50% - 50vw) 0;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.p-homeStaff__sliderWrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-homeVideo {
  cursor: pointer;
  width: 100%;
}

.p-loading {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  max-height: var(--viewHeight);
  padding-top: 1.2rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 3;
}

body[data-pageLoad="true"] .p-loading {
  pointer-events: none;
}

.p-loading__content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  -webkit-transition: opacity .6s 2.3s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity .6s 2.3s cubic-bezier(.43, .02, .04, 1.08);
}

body[data-pageLoad="true"] .p-loading__content {
  opacity: 0;
}

.p-loading__logo {
  width: 13.8rem;
}

.p-loading__animation {
  display: -webkit-box;
  display: flex;
  padding-top: 1.2rem;
}

.p-loading__animationItem {
  -webkit-animation: loadingAnimation .6s infinite alternate ease-in-out;
  animation: loadingAnimation .6s infinite alternate ease-in-out;
  border: 3px solid transparent;
  border-bottom-color: #14274c;
  border-radius: 2px;
  height: 4rem;
  width: 4rem;
}

.p-loading__animationItem:nth-child(2) {
  margin: 0 -1.5rem;
}

.p-loading__text {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding-top: .8rem;
}

.p-loading__background {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1.2s 3.6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform 2.4s 2.4s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity 1.2s 3.6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform 2.4s 2.4s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity 1.2s 3.6s cubic-bezier(.43, .02, .04, 1.08), transform 2.4s 2.4s cubic-bezier(.43, .02, .04, 1.08);
  transition: opacity 1.2s 3.6s cubic-bezier(.43, .02, .04, 1.08), transform 2.4s 2.4s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform 2.4s 2.4s cubic-bezier(.43, .02, .04, 1.08);
  width: 100%;
  z-index: -1;
}

body[data-pageLoad="true"] .p-loading__background {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -22.222vw, 0);
  transform: translate3d(0, -100%, 0) translate3d(0, -22.222vw, 0);
}

.p-loading__backgroundWave {
  color: #fff;
  height: 22.222vw;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@-webkit-keyframes loadingAnimation {
  0% {
    border-radius: 2px;
  }
  100% {
    border-radius: 19px;
  }
}

@keyframes loadingAnimation {
  0% {
    border-radius: 2px;
  }
  100% {
    border-radius: 19px;
  }
}

.p-mainvisual {
  background: center / cover;
  height: 34.8rem;
  line-height: 1;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

body[data-userAgent="ios"] .p-mainvisual {
  background-attachment: scroll;
}

.p-mainvisual__svg {
  color: rgba(255, 255, 255, .85);
  height: 23.8rem;
  left: 50%;
  position: absolute;
  top: calc(50% - .5rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32.5rem;
}

.p-mainvisual__text {
  left: 50%;
  position: absolute;
  top: calc(50% - .2rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-mainvisual__textEnglish {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  letter-spacing: .01em;
}

.p-mainvisual__textJapanese {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: .4rem;
}

.p-newsArchive {
  margin-top: -2rem;
}

.p-newsArchive__item {
  border-bottom: 1px solid #14274c;
}

.p-newsArchive__link {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  padding: 2rem 0;
}

.p-newsArchive__thumbnail {
  border-radius: 20px;
  overflow: hidden;
  width: 7.5rem;
  z-index: 1;
}

.p-newsArchive__thumbnailImage {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-newsArchive__content {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: .6rem 0 0 1.5rem;
  width: calc(100% - 7.5rem);
}

.p-newsArchive__date {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-newsArchive__title {
  font-size: 1.3rem;
  padding-top: 1.5rem;
  -webkit-transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-newsArchive__title {
  line-height: 1.69;
}

.p-newsArchive__title::before,
.p-newsArchive__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-newsArchive__title::before {
  margin-top: calc((1 - 1.69) * .5em);
}

.p-newsArchive__title::after {
  margin-bottom: calc((1 - 1.69) * .5em);
}

.p-newsArchive__text {
  font-size: 1.1rem;
  padding-top: 1.5rem;
  -webkit-transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-newsArchive__text {
  line-height: 1.5;
}

.p-newsArchive__text::before,
.p-newsArchive__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-newsArchive__text::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-newsArchive__text::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-newsPost__head {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

.p-newsPost__date {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1;
}

.p-newsPost__title {
  font-size: 2.4rem;
  letter-spacing: .05em;
  padding-top: 1.5rem;
}

.p-newsPost__title {
  line-height: 1.3;
}

.p-newsPost__title::before,
.p-newsPost__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-newsPost__title::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-newsPost__title::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-newsPost__body {
  padding-top: 3rem;
}

.p-others {
  margin: -6rem 0;
}

.p-others__content {
  padding: 6rem 0;
}

.p-others__content + .p-others__content {
  border-top: 1px solid #14274c;
}

.p-others__name {
  font-size: 2.6rem;
}

.p-others__name {
  line-height: 1.3;
}
.p-others__name-s{
    font-size: 50%;
    margin-left: 10px;
}

.p-others__name::before,
.p-others__name::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-others__name::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-others__name::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-others__nameSmall {
  font-size: .555em;
}

.p-others__text {
  padding-top: 2rem;
}

.p-others__info {
  padding-top: 2rem;
}

.p-others__infoInner {
  background: #f6f5f1;
  border-radius: 20px;
  padding: 2rem 2rem;
}

.p-others__infoItem {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

.p-others__infoItem + .p-others__infoItem {
  padding-top: 2rem;
}

.p-others__infoTerm {
  border-bottom: 2px solid currentcolor;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.5;
  padding-bottom: .1rem;
}

.p-others__infoTerm::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.p-others__infoDesc {
  font-size: 1.4rem;
  padding-top: 1.5rem;
}

.p-others__infoDesc {
  line-height: 1.5;
}

.p-others__infoDesc::before,
.p-others__infoDesc::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-others__infoDesc::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-others__infoDesc::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-others__response {
  color: #f17436;
  line-height: 1;
  padding-top: 3rem;
}

.p-others__responseText {
  font-size: 1.8rem;
  letter-spacing: .01em;
  white-space: nowrap;
}

.p-others__responseTel {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  letter-spacing: .01em;
  padding-top: .8rem;
  white-space: nowrap;
}

.p-others__responseTel::before {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 3.8rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: -.6rem;
  -moz-osx-font-smoothing: grayscale;
  padding-right: .6rem;
  text-transform: none;
  vertical-align: bottom;
}

.p-others__responseTelSmall {
  font-size: .466em;
}

.p-others__responseNote {
  font-size: 1.4rem;
  letter-spacing: .01em;
  padding-top: 1.5rem;
}

.p-others__responseNote {
  line-height: 1.5;
}

.p-others__responseNote::before,
.p-others__responseNote::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-others__responseNote::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-others__responseNote::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-others__responseNoteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-others__responseNoteItem + .p-others__responseNoteItem {
  padding-top: .5rem;
}

.p-others__image {
  border-radius: 30px;
  margin-top: 3rem;
  overflow: hidden;
}

.p-pagination {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.p-pagination__button,
.p-pagination__current {
  align-items: center;
  border: 2px solid #14274c;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-box;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  height: 5.5rem;
  justify-content: center;
  padding-top: .1rem;
  width: 5.5rem;
}

.p-pagination__button:not(:first-child),
.p-pagination__current:not(:first-child) {
  margin-left: 1rem;
}

.p-pagination__button {
  -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
  transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
}

.p-pagination__button[data-paginationButton~="prev"]::before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  padding-right: .1rem;
  text-transform: none;
}

.p-pagination__button[data-paginationButton~="next"]::before {
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  padding-left: .1rem;
  text-transform: none;
}

.p-pagination__current {
  background: #f6f5f1;
  border-color: #f6f5f1;
  color: #a3a196;
}

.p-panel {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0 0 -2rem;
}

.p-panel__item {
  padding: 1rem 0 0 2rem;
  width: 50%;
}

.p-panel__content {
  align-items: center;
  background: #e3e1d7;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  padding: 1.5rem 1rem;
  text-align: center;
}

.p-planPrice {
  margin: 0 auto;
  max-width: 35.5rem;
  position: relative;
}

.p-planPrice::before,
.p-planPrice::after {
  background: #e3e1d7;
  content: "";
  height: 1.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 5rem;
}

.p-planPrice::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-planPrice::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-planPrice__content {
  width: 100%;
}

.p-planPrice__content + .p-planPrice__content {
  margin-top: 10rem;
}

.p-planPrice__contentInner {
  border-radius: 30px;
  overflow: hidden;
}

.p-planPrice__head {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  height: 6rem;
  justify-content: center;
}

.p-planPrice__content:nth-child(1) .p-planPrice__head {
  background: #f17436;
}

.p-planPrice__content:nth-child(2) .p-planPrice__head {
  background: #14274c;
}

.p-planPrice__title {
  font-size: 2rem;
}

.p-planPrice__body {
  align-items: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: 7rem;
  justify-content: center;
}

.p-planPrice__content:nth-child(1) .p-planPrice__body {
  color: #f17436;
}

.p-planPrice__content:nth-child(2) .p-planPrice__body {
  color: #14274c;
}

.p-planPrice__init {
  font-size: 3rem;
}

.p-planPrice__monthlyText {
  font-size: 1.8rem;
  letter-spacing: .08em;
}

.p-planPrice__monthlyNumber {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  letter-spacing: .05em;
}

.p-planPrice__monthlyYen {
  font-size: 1.8rem;
  margin-left: -.5rem;
}

.p-planPrice__monthlyScale {
  font-size: 1.4rem;
  margin-left: -.5rem;
}

.p-price__swipe {
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  width: 100vw;
}

.p-price__swipeInner {
  min-width: 88.2rem;
  padding: 0 1rem;
  width: 100%;
}

.p-price__table {
  border: 0;
  border-collapse: collapse;
  border-radius: 38px;
  border-spacing: 0;
  font-size: 1.4rem;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.p-price__tableRow + .p-price__tableRow + .p-price__tableRow {
  border-top: 1px solid #14274c;
}

.p-price__tableTerm,
.p-price__tableDesc {
  line-height: 1.625;
  white-space: nowrap;
}

.p-price__tableTerm:nth-child(1),
.p-price__tableDesc:nth-child(1) {
  width: 12.6%;
}

.p-price__tableTerm:nth-child(2),
.p-price__tableDesc:nth-child(2) {
  width: 19.1%;
}

.p-price__tableTerm:nth-child(3),
.p-price__tableDesc:nth-child(3) {
  width: 17%;
}

.p-price__tableTerm:nth-child(4),
.p-price__tableDesc:nth-child(4) {
  width: 15.8%;
}

.p-price__tableTerm:nth-child(5),
.p-price__tableDesc:nth-child(5) {
  width: 18%;
}

.p-price__tableTerm:nth-child(6),
.p-price__tableDesc:nth-child(6) {
  width: 17.5%;
}

.p-price__tableTerm {
  background: #14274c;
  color: #fff;
  padding: 1.875em 3.4376em;
  text-align: left;
}

.p-price__tableDesc {
  background: #f6f5f1;
  padding: 1.5625em 3.4376em;
}

.p-price__tableDesc[rowspan] {
  border-right: 1px solid #14274c;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
}

.p-price__tableDesc[rowspan="4"] {
  color: #e7819e;
}

.p-price__tableDesc[rowspan="2"] {
  color: #5eb5cd;
}

.p-price__tableDesc:first-child:not([rowspan]),
.p-price__tableDesc[rowspan] + .p-price__tableDesc {
  color: #f17436;
}

.p-price__tableRow:last-child .p-price__tableDesc {
  padding-bottom: 2.1875em;
}

.p-price__tableDescVertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-price__note {
  font-size: 1.4rem;
  padding-top: 2rem;
}

.p-price__note {
  line-height: 1.5;
}

.p-price__note::before,
.p-price__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-price__note::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-price__note::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-price__noteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-price__noteItem + .p-price__noteItem {
  padding-top: .2rem;
}

.p-rental__service {
  padding-top: 3rem;
}

.p-rentalAbout {
  margin-top: -3rem;
  overflow: hidden;
}

.p-rentalAbout__inner {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

.p-rentalAbout__circle {
  position: absolute;
  z-index: -1;
}

.p-rentalAbout__circle[data-circle="primary"] {
  left: -2rem;
  top: 1.5rem;
  width: 19.6rem;
}

.p-rentalAbout__circle[data-circle="secondary"] {
  right: -2.5rem;
  top: 14.5rem;
  width: 17.6rem;
}

.p-rentalAbout__head {
  text-align: center;
}

.p-rentalAbout__title {
  font-size: 2.6rem;
}

.p-rentalAbout__title {
  line-height: 1.384;
}

.p-rentalAbout__title::before,
.p-rentalAbout__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-rentalAbout__title::before {
  margin-top: calc((1 - 1.384) * .5em);
}

.p-rentalAbout__title::after {
  margin-bottom: calc((1 - 1.384) * .5em);
}

.p-rentalAbout__text {
  font-size: 1.6rem;
  padding-top: 6rem;
}

.p-rentalAbout__text {
  line-height: 1.625;
}

.p-rentalAbout__text::before,
.p-rentalAbout__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-rentalAbout__text::before {
  margin-top: calc((1 - 1.625) * .5em);
}

.p-rentalAbout__text::after {
  margin-bottom: calc((1 - 1.625) * .5em);
}

.p-rentalAbout__body {
  padding-top: 6rem;
}

.p-rentalAbout__room {
  text-align: center;
}

.p-rentalAbout__roomImage {
  border-radius: 12px;
  overflow: hidden;
}

.p-rentalAbout__roomName {
  font-size: 1.7rem;
  padding-top: 1rem;
}

.p-rentalAbout__roomName {
  line-height: 1.5;
}

.p-rentalAbout__roomName::before,
.p-rentalAbout__roomName::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-rentalAbout__roomName::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-rentalAbout__roomName::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-rentalAbout__roomNote {
  font-size: 1.4rem;
  padding-top: 1rem;
}

.p-rentalAbout__roomNote {
  line-height: 1.5;
}

.p-rentalAbout__roomNote::before,
.p-rentalAbout__roomNote::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-rentalAbout__roomNote::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-rentalAbout__roomNote::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-rentalPrice__swipe {
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  width: 100vw;
}

.p-rentalPrice__swipeInner {
  min-width: 88.2rem;
  padding: 0 1rem;
  width: 100%;
}

.p-rentalPrice__table {
  border: 0;
  border-collapse: collapse;
  border-radius: 38px;
  border-spacing: 0;
  font-size: 1.4rem;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.p-rentalPrice__tableRow + .p-rentalPrice__tableRow + .p-rentalPrice__tableRow {
  border-top: 1px solid #14274c;
}

.p-rentalPrice__tableTerm,
.p-rentalPrice__tableDesc {
  line-height: 1.625;
  white-space: nowrap;
}

.p-rentalPrice__tableTerm:nth-child(1),
.p-rentalPrice__tableDesc:nth-child(1) {
  width: 26%;
}

.p-rentalPrice__tableTerm:nth-child(2),
.p-rentalPrice__tableDesc:nth-child(2) {
  width: 20%;
}

.p-rentalPrice__tableTerm:nth-child(3),
.p-rentalPrice__tableDesc:nth-child(3) {
  width: 27%;
}

.p-rentalPrice__tableTerm:nth-child(4),
.p-rentalPrice__tableDesc:nth-child(4) {
  width: 27%;
}

.p-rentalPrice__tableTerm {
  background: #14274c;
  color: #fff;
  padding: 1.0625em 2.5em;
  text-align: left;
}

.p-rentalPrice__tableDesc {
  background: #fff;
  padding: 1.5em 2.5em 1.625em;
}

.p-rentalPrice__tableRow:last-child .p-rentalPrice__tableDesc {
  padding-bottom: 2.25em;
}

.p-rentalPrice__note {
  font-size: 1.4rem;
  padding-top: 2rem;
}

.p-rentalPrice__note {
  line-height: 1.5;
}

.p-rentalPrice__note::before,
.p-rentalPrice__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-rentalPrice__note::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-rentalPrice__note::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-rentalPrice__noteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-rentalPrice__noteItem + .p-rentalPrice__noteItem {
  padding-top: .2rem;
}

.p-rentalService {
  position: relative;
}

.p-rentalService__icon {
  align-items: center;
  background: #e3e1d7;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: 9rem;
  justify-content: center;
  padding-left: .1rem;
  position: relative;
  width: 9rem;
  z-index: 1;
}

.p-rentalService__iconSvg {
  color: #8d8c87;
  width: 3rem;
}

.p-rentalService__iconSvg[data-svg="camera"] {
  width: 3rem;
}

.p-rentalService__iconSvg[data-svg="wifi"] {
  width: 3.3rem;
}

.p-rentalService__text {
  align-items: center;
  background: #e3e1d7;
  border-radius: 35px;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  font-size: 1.6rem;
  height: 6rem;
  left: 0;
  line-height: 1.3;
  padding-left: 9rem;
  position: absolute;
  top: calc(50% + .2rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.p-rentalService__textPoint {
  color: #f17436;
}

.p-schedule__swipe {
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  width: 100vw;
}

.p-schedule__swipeInner {
  min-width: 88.2rem;
  padding: 0 1rem;
  width: 100%;
}

.p-schedule__table {
  border: 0;
  border-collapse: collapse;
  border-radius: 38px;
  border-spacing: 0;
  font-size: 1.4rem;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.p-schedule__tableRow + .p-schedule__tableRow + .p-schedule__tableRow {
  border-top: 1px solid #f17436;
}

.p-schedule__tableTerm,
.p-schedule__tableDesc {
  line-height: 1.625;
  white-space: nowrap;
}

.p-schedule__tableTerm:nth-child(1),
.p-schedule__tableDesc:nth-child(1) {
  width: 29.2%;
}

.p-schedule__tableTerm:nth-child(2),
.p-schedule__tableDesc:nth-child(2) {
  width: 25.8%;
}

.p-schedule__tableTerm:nth-child(3),
.p-schedule__tableDesc:nth-child(3) {
  width: 45%;
}

.p-schedule__tableTerm {
  background: #f17436;
  color: #fff;
  padding: 1.875em 0 1.875em 3.75em;
  text-align: left;
}

.p-schedule__tableDesc {
  background: #f6f5f1;
  padding: 2.5rem 0 2.5rem 3.75em;
}

.p-schedule__tableDesc:nth-child(1) {
  color: #f17436;
}

.p-schedule__tableDescSup {
  font-size: .75em;
}

.p-schedule__tableDate + .p-schedule__tableDate {
  padding-top: .5rem;
}

.p-schedule__tableDateItem {
  display: inline-block;
}

.p-schedule__tableDateItem:nth-child(1) {
  width: 7.5em;
}

.p-schedule__tableDateItem:nth-child(2) {
  width: 4.687em;
}

.p-schedule__tableDateItem::last-child {
  width: auto;
}

.p-schedule__note {
  font-size: 1.4rem;
  padding-top: 1rem;
}

.p-schedule__note {
  line-height: 1.5;
}

.p-schedule__note::before,
.p-schedule__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-schedule__note::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-schedule__note::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-schedule__noteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-schedule__noteItem + .p-schedule__noteItem {
  padding-top: .2rem;
}

.p-staff {
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -4rem 0 0 -4rem;
}

.p-staff__item {
  padding: 4rem 0 0 4rem;
  width: 100%;
}

.p-staff__englishName {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  letter-spacing: .05em;
  line-height: 1;
  padding-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
}

.p-staff__japaneseName {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: .5rem;
  text-align: center;
  white-space: nowrap;
}

.p-staff__text {
  padding-top: 2rem;
}

.p-staff__text {
  line-height: 1.5625;
}

.p-staff__text::before,
.p-staff__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-staff__text::before {
  margin-top: calc((1 - 1.5625) * .5em);
}

.p-staff__text::after {
  margin-bottom: calc((1 - 1.5625) * .5em);
}

.p-staff__tag {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -.5rem 0 0 -.5rem;
  padding-top: 1.5rem;
}

.p-staff__tagItem {
  align-items: center;
  border-radius: 13px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 1.3rem;
  height: 2.6rem;
  justify-content: center;
  margin: .5rem 0 0 .5rem;
  padding: 0 1.4rem;
  white-space: nowrap;
}

.p-staff__tagItem[data-tag="kids"] {
  background: #e8a005;
}

.p-staff__tagItem[data-tag="gym"] {
  background: #6aa85f;
}

.p-staff__tagItem[data-tag="pool"] {
  background: #4aa6bf;
}

.p-staff__tagItem[data-tag="studio"] {
  background: #d35f80;
}

.p-staff__tagItem[data-tag="top"] {
  background: #14274c;
}

.p-sticky__title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.p-sticky__titleEnglish {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .01em;
}

.p-sticky__titleEnglish {
  line-height: 1.2;
}

.p-sticky__titleEnglish::before,
.p-sticky__titleEnglish::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-sticky__titleEnglish::before {
  margin-top: calc((1 - 1.2) * .5em);
}

.p-sticky__titleEnglish::after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

.p-sticky__titleJapanese {
  font-size: 1.4rem;
  padding-top: .7rem;
}

.p-sticky__titleJapanese {
  line-height: 1.3;
}

.p-sticky__titleJapanese::before,
.p-sticky__titleJapanese::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-sticky__titleJapanese::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-sticky__titleJapanese::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-sticky__body {
  padding-top: 3rem;
}

.p-support {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -4rem 0 0 -6rem;
}

.p-support__item {
  padding: 4rem 0 0 6rem;
  width: 100%;
}

.p-support__title {
  border-bottom: 3px solid #14274c;
  color: #14274c;
  display: inline-block;
  font-size: 2rem;
  left: 50%;
  letter-spacing: .08em;
  line-height: 1.3;
  padding-bottom: 1rem;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-support__title::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.3) * .5em);
  width: 0;
}

.p-support__text {
  letter-spacing: 0;
  padding-top: 1.5rem;
}

.p-supportDecoration {
  position: relative;
}

.p-supportDecoration__image {
  bottom: -4rem;
  left: 4.16vw;
  position: absolute;
  width: 8rem;
  z-index: 1;
}

.p-swimming__helby {
  display: none;
}

.p-swimming__content + .p-swimming__content {
  padding-top: 5rem;
}

.p-swimming__background + .p-swimming__content {
  padding-top: 3rem;
}

.p-swimming__swipe {
  margin: 0 calc(50% - 50vw);
  overflow-x: scroll;
  width: 100vw;
}

.p-swimming__figure {
  min-width: 72.8rem;
  padding: 0 1rem;
  width: 100%;
}

.p-swimming__title {
  font-size: 3rem;
  letter-spacing: -.03em;
  text-align: center;
}

.p-swimming__title {
  line-height: 1.3;
}

.p-swimming__title::before,
.p-swimming__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-swimming__title::before {
  margin-top: calc((1 - 1.3) * .5em);
}

.p-swimming__title::after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.p-swimming__catch {
  color: #f17436;
  font-size: 1.8rem;
  letter-spacing: -.03em;
  padding-top: 2rem;
}

.p-swimming__catch {
  line-height: 1.5;
}

.p-swimming__catch::before,
.p-swimming__catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-swimming__catch::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-swimming__catch::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-swimming__note {
  padding-top: 1.5rem;
}

.p-swimming__note {
  line-height: 1.65;
}

.p-swimming__note::before,
.p-swimming__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-swimming__note::before {
  margin-top: calc((1 - 1.65) * .5em);
}

.p-swimming__note::after {
  margin-bottom: calc((1 - 1.65) * .5em);
}

.p-swimming__noteText {
  display: block;
  letter-spacing: -.02em;
  padding-left: 1em;
  text-indent: -1em;
}

.p-swimming__body {
  padding-top: 3rem;
}

.p-swimming__promotion + .p-swimming__promotion {
  padding-top: 3rem;
}

.p-swimmingPrice__content + .p-swimmingPrice__content {
  padding-top: 3rem;
}

.p-swimmingPrice__title {
  font-size: 2.1rem;
  text-align: center;
}

.p-swimmingPrice__title {
  line-height: 1.4;
}

.p-swimmingPrice__title::before,
.p-swimmingPrice__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-swimmingPrice__title::before {
  margin-top: calc((1 - 1.4) * .5em);
}

.p-swimmingPrice__title::after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.p-swimmingPrice__body {
  padding-top: 2rem;
}

.p-swimmingPrice__detail {
  border-radius: 30px;
  display: inline-block;
  max-width: 35.5rem;
  overflow: hidden;
  width: 100%;
}

.p-swimmingPrice__detailHead {
  align-items: center;
  background: #f17436;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  height: 6rem;
  justify-content: center;
}

.p-swimmingPrice__detailTitle {
  font-size: 2rem;
}

.p-swimmingPrice__detailBody {
  align-items: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-box;
  display: flex;
  height: 7rem;
  justify-content: center;
}

.p-swimmingPrice__detailHowText {
  font-size: 1.8rem;
  letter-spacing: .08em;
}

.p-swimmingPrice__detailHowNumber {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  letter-spacing: .05em;
}

.p-swimmingPrice__detailHowYen {
  font-size: 1.8rem;
  margin-left: -.5rem;
}

.p-swimmingPrice__detailHowScale {
  font-size: 1.4rem;
  margin-left: -.5rem;
}

.p-swimmingPrice__note {
  padding-top: 2.5rem;
  text-align: center;
  width: 100%;
}

.p-swimmingPrice__noteText {
  background: url(../image/common/border-wavy.svg) center bottom/100% no-repeat;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 .833em 1.111em;
}

body[data-userAgent="ie"] .p-swimmingPrice__noteText {
  background-position: center 1.666em;
}

.p-swimmingPrice__noteSmall {
  font-size: .777em;
}

.p-swimmingPriceDecoration {
  padding-top: 8rem;
}

.p-swimmingPriceDecoration__image {
  left: -8rem;
  position: absolute;
  top: -4rem;
  width: 20.5rem;
}

.p-swimmingPriceDecoration__content {
  position: relative;
}

.p-swimmingPromotion__title {
  background: #f17436;
  border-radius: 30px;
  color: #fff;
  font-size: 2.2rem;
  overflow: hidden;
  padding: .346em 1.538em;
}

.p-swimmingPromotion__titleSub {
  font-size: .6153em;
  opacity: .5;
  padding-left: .9375em;
  vertical-align: middle;
}

.p-swimmingPromotion__body {
  padding-top: 2rem;
}

.p-swimmingPromotion__note {
  font-size: 1.4rem;
  padding-top: 3rem;
}

.p-swimmingPromotion__note {
  line-height: 1.5;
}

.p-swimmingPromotion__note::before,
.p-swimmingPromotion__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-swimmingPromotion__note::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-swimmingPromotion__note::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-swimmingPromotion__noteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-swimmingPromotion__noteItem + .p-swimmingPromotion__noteItem {
  padding-top: .5rem;
}

.p-trainingCoach {
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -5rem 0 0 -4rem;
}

.p-trainingCoach__item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: 3rem 0 0 4rem;
  width: 100%;
}

.p-trainingCoach__englishName {
  color: #14274c;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  letter-spacing: .05em;
  line-height: 1;
  padding-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
}

.p-trainingCoach__japaneseName {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: .5rem;
  text-align: center;
  white-space: nowrap;
}

.p-trainingCoach__time {
  display: -webkit-box;
  display: flex;
  padding-top: 1.5rem;
}

.p-trainingCoach__timeTerm,
.p-trainingCoach__timeDesc {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  line-height: 1.375;
  padding: 1.5rem;
}

.p-trainingCoach__timeTerm {
  background: #14274c;
  color: #fff;
  width: 12rem;
}

.p-trainingCoach__timeDesc {
  background: #f6f5f1;
  width: calc(100% - 12rem);
}

.p-trainingCoach__text {
  padding-top: 2rem;
}

.p-trainingCoach__text {
  line-height: 1.5625;
}

.p-trainingCoach__text::before,
.p-trainingCoach__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-trainingCoach__text::before {
  margin-top: calc((1 - 1.5625) * .5em);
}

.p-trainingCoach__text::after {
  margin-bottom: calc((1 - 1.5625) * .5em);
}

.p-trainingCoach__tag {
  padding-top: 2rem;
  text-align: center;
}

.p-trainingCoach__tagItem {
  align-items: center;
  border-radius: 13px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1.3rem;
  height: 2.6rem;
  justify-content: center;
  padding: 0 1.4rem;
  white-space: nowrap;
}

.p-trainingCoach__tagItem[data-tag="swim"] {
  background: #4aa6bf;
}

.p-trainingCoach__tagItem[data-tag="training"] {
  background: #6aa85f;
}

.p-trainingCoach__tagItem[data-tag="dietitian"] {
  background: #d35f80;
}

.p-trainingPrice {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-trainingPrice__content {
  width: 100%;
}

.p-trainingPrice__content:nth-child(2) {
  padding-top: 3rem;
}

.p-trainingPrice__contentInner {
  margin-top: 2.5rem;
  position: relative;
}

.p-trainingPrice__balloon {
  background: #f17436;
  bottom: calc(100% - 1rem);
  color: #fff;
  font-size: 1.6rem;
  left: 50%;
  padding: .4rem 1.7rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.p-trainingPrice__balloon::after {
  border-color: #f17436 transparent transparent transparent;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-trainingPrice__box {
  border-radius: 38px;
  overflow: hidden;
}

.p-trainingPrice__boxHead {
  background: #14274c;
  color: #fff;
  padding: 3.1rem 2rem;
  text-align: center;
}

.p-trainingPrice__boxTitle {
  font-size: 2rem;
}

.p-trainingPrice__boxTitle {
  line-height: 1.5;
}

.p-trainingPrice__boxTitle::before,
.p-trainingPrice__boxTitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-trainingPrice__boxTitle::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-trainingPrice__boxTitle::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-trainingPrice__boxBody {
  align-items: baseline;
  background: #f6f5f1;
  -webkit-box-align: baseline;
  -webkit-box-pack: center;
  color: #14274c;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 3.1rem 0 3.5rem;
}

.p-trainingPrice__boxNumber {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  margin-left: -.5rem;
}

.p-trainingPrice__boxYen {
  font-size: 2rem;
}

.p-trainingPrice__boxText {
  font-size: 1.4rem;
}

.p-trainingPrice__note {
  font-size: 1.2rem;
  padding-top: 1.5rem;
  text-align: left;
}

.p-trainingPrice__note {
  line-height: 1.5;
}

.p-trainingPrice__note::before,
.p-trainingPrice__note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-trainingPrice__note::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.p-trainingPrice__note::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.p-trainingPrice__noteItem {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-trainingPrice__noteItem + .p-trainingPrice__noteItem {
  padding-top: .5rem;
}

.p-trainingPrice__comment {
  padding-top: 4.5rem;
  text-align: center;
  width: 100%;
}

.p-trainingPrice__commentInner {
  background: url(../image/common/border-wavy.svg) center bottom/100% no-repeat;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 1rem 1rem;
}

body[data-userAgent="ie"] .p-trainingPrice__commentInner {
  background-position: center 1rem;
}

.p-trialDecoration__image {
  display: none;
}

.p-trialPrice {
  border-radius: 30px;
  display: inline-block;
  max-width: 35.5rem;
  overflow: hidden;
  width: 100%;
}

.p-trialPrice__head {
  align-items: center;
  background: #f17436;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: flex;
  height: 6rem;
  justify-content: center;
}

.p-trialPrice__title {
  font-size: 2rem;
}

.p-trialPrice__body {
  align-items: center;
  background: #f6f5f1;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 11rem;
  justify-content: center;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

.p-trialPrice__text {
  font-size: 1.8rem;
  letter-spacing: .08em;
}

.p-trialPrice__how {
  color: #f17436;
}

.p-trialPrice__howNumber {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  letter-spacing: .05em;
}

.p-trialPrice__howYen {
  font-size: 1.8rem;
  margin-left: -.5rem;
}

.p-trialPrice__howScale {
  font-size: 1.4rem;
  margin-left: -.5rem;
}

.p-trialPrice__notePoint {
  color: #f17436;
}

.u-fontFamily[data-fontFamily] {
  font-family: "Poppins", sans-serif;
}

.u-textAlign[data-textAlign~="xs-left"] {
  text-align: left;
}

.u-textAlign[data-textAlign~="xs-right"] {
  text-align: right;
}

.u-textAlign[data-textAlign~="xs-center"] {
  text-align: center;
}

.u-visuallyHidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  display: block !important;
  height: 4px !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  visibility: visible !important;
  white-space: nowrap !important;
  width: 4px !important;
}

.u-wave {
  background-color: #fff;
  position: relative;
}

.u-wave__svg {
  bottom: calc(100% - 1px);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.u-wave[data-wave*="Reverse"] .u-wave__svg {
  bottom: auto;
  top: -1px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.course-manager-img{
  display: flex;
  margin: 0 auto;
  padding-top: 130px;

}

@media screen and (max-width: 1399px) {
  .u-hide[data-hide~="max-xxl"] {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .course-manager-img{
    width: 80%;
  }
}

@media screen and (max-width: 1199px) {
  .u-hide[data-hide~="max-xl"] {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .u-hide[data-hide~="max-lg"] {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .course-manager-img{
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-hide[data-hide~="max-md"] {
    display: none !important;
  }
  .p-headerTel__content {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    display: block !important;
    height: 4px !important;
    left: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 4px !important;
  }
}

@media screen and (max-width: 575px) {
  .u-hide[data-hide~="max-sm"] {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .u-hide[data-hide~="min-sm"] {
    display: none !important;
  }
  .c-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 57.6rem;
  }
  .c-grid[data-grid~="sm-left"] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .c-grid[data-grid~="sm-center"] {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-grid[data-grid~="sm-right"] {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .c-grid[data-grid~="sm-space-between"] {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-grid[data-grid~="sm-top"] {
    align-items: flex-start;
    -webkit-box-align: start;
  }
  .c-grid[data-grid~="sm-middle"] {
    align-items: center;
    -webkit-box-align: center;
  }
  .c-grid[data-grid~="sm-bottom"] {
    align-items: flex-end;
    -webkit-box-align: end;
  }
  .c-grid[data-grid~="sm-row-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .c-grid[data-grid~="sm-column-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
  }
  .c-grid[data-grid~="sm-5"] {
    margin: -.5rem 0 0 -.5rem;
  }
  .c-grid[data-grid~="sm-5"] &gt; .c-grid__item {
    border-width: .5rem 0 0 .5rem;
  }
  .c-grid[data-grid~="sm-10"] {
    margin: -1rem 0 0 -1rem;
  }
  .c-grid[data-grid~="sm-10"] &gt; .c-grid__item {
    border-width: 1rem 0 0 1rem;
  }
  .c-grid[data-grid~="sm-15"] {
    margin: -1.5rem 0 0 -1.5rem;
  }
  .c-grid[data-grid~="sm-15"] &gt; .c-grid__item {
    border-width: 1.5rem 0 0 1.5rem;
  }
  .c-grid[data-grid~="sm-20"] {
    margin: -2rem 0 0 -2rem;
  }
  .c-grid[data-grid~="sm-20"] &gt; .c-grid__item {
    border-width: 2rem 0 0 2rem;
  }
  .c-grid[data-grid~="sm-25"] {
    margin: -2.5rem 0 0 -2.5rem;
  }
  .c-grid[data-grid~="sm-25"] &gt; .c-grid__item {
    border-width: 2.5rem 0 0 2.5rem;
  }
  .c-grid[data-grid~="sm-30"] {
    margin: -3rem 0 0 -3rem;
  }
  .c-grid[data-grid~="sm-30"] &gt; .c-grid__item {
    border-width: 3rem 0 0 3rem;
  }
  .c-grid[data-grid~="sm-35"] {
    margin: -3.5rem 0 0 -3.5rem;
  }
  .c-grid[data-grid~="sm-35"] &gt; .c-grid__item {
    border-width: 3.5rem 0 0 3.5rem;
  }
  .c-grid[data-grid~="sm-40"] {
    margin: -4rem 0 0 -4rem;
  }
  .c-grid[data-grid~="sm-40"] &gt; .c-grid__item {
    border-width: 4rem 0 0 4rem;
  }
  .c-grid[data-grid~="sm-45"] {
    margin: -4.5rem 0 0 -4.5rem;
  }
  .c-grid[data-grid~="sm-45"] &gt; .c-grid__item {
    border-width: 4.5rem 0 0 4.5rem;
  }
  .c-grid[data-grid~="sm-50"] {
    margin: -5rem 0 0 -5rem;
  }
  .c-grid[data-grid~="sm-50"] &gt; .c-grid__item {
    border-width: 5rem 0 0 5rem;
  }
  .c-grid[data-grid~="sm-55"] {
    margin: -5.5rem 0 0 -5.5rem;
  }
  .c-grid[data-grid~="sm-55"] &gt; .c-grid__item {
    border-width: 5.5rem 0 0 5.5rem;
  }
  .c-grid[data-grid~="sm-60"] {
    margin: -6rem 0 0 -6rem;
  }
  .c-grid[data-grid~="sm-60"] &gt; .c-grid__item {
    border-width: 6rem 0 0 6rem;
  }
  .c-grid[data-grid~="sm-65"] {
    margin: -6.5rem 0 0 -6.5rem;
  }
  .c-grid[data-grid~="sm-65"] &gt; .c-grid__item {
    border-width: 6.5rem 0 0 6.5rem;
  }
  .c-grid[data-grid~="sm-70"] {
    margin: -7rem 0 0 -7rem;
  }
  .c-grid[data-grid~="sm-70"] &gt; .c-grid__item {
    border-width: 7rem 0 0 7rem;
  }
  .c-grid[data-grid~="sm-75"] {
    margin: -7.5rem 0 0 -7.5rem;
  }
  .c-grid[data-grid~="sm-75"] &gt; .c-grid__item {
    border-width: 7.5rem 0 0 7.5rem;
  }
  .c-grid[data-grid~="sm-80"] {
    margin: -8rem 0 0 -8rem;
  }
  .c-grid[data-grid~="sm-80"] &gt; .c-grid__item {
    border-width: 8rem 0 0 8rem;
  }
  .c-grid[data-grid~="sm-85"] {
    margin: -8.5rem 0 0 -8.5rem;
  }
  .c-grid[data-grid~="sm-85"] &gt; .c-grid__item {
    border-width: 8.5rem 0 0 8.5rem;
  }
  .c-grid[data-grid~="sm-90"] {
    margin: -9rem 0 0 -9rem;
  }
  .c-grid[data-grid~="sm-90"] &gt; .c-grid__item {
    border-width: 9rem 0 0 9rem;
  }
  .c-grid[data-grid~="sm-95"] {
    margin: -9.5rem 0 0 -9.5rem;
  }
  .c-grid[data-grid~="sm-95"] &gt; .c-grid__item {
    border-width: 9.5rem 0 0 9.5rem;
  }
  .c-grid[data-grid~="sm-100"] {
    margin: -10rem 0 0 -10rem;
  }
  .c-grid[data-grid~="sm-100"] &gt; .c-grid__item {
    border-width: 10rem 0 0 10rem;
  }
  .c-grid[data-grid~="sm-105"] {
    margin: -10.5rem 0 0 -10.5rem;
  }
  .c-grid[data-grid~="sm-105"] &gt; .c-grid__item {
    border-width: 10.5rem 0 0 10.5rem;
  }
  .c-grid[data-grid~="sm-110"] {
    margin: -11rem 0 0 -11rem;
  }
  .c-grid[data-grid~="sm-110"] &gt; .c-grid__item {
    border-width: 11rem 0 0 11rem;
  }
  .c-grid[data-grid~="sm-115"] {
    margin: -11.5rem 0 0 -11.5rem;
  }
  .c-grid[data-grid~="sm-115"] &gt; .c-grid__item {
    border-width: 11.5rem 0 0 11.5rem;
  }
  .c-grid[data-grid~="sm-120"] {
    margin: -12rem 0 0 -12rem;
  }
  .c-grid[data-grid~="sm-120"] &gt; .c-grid__item {
    border-width: 12rem 0 0 12rem;
  }
  .c-grid[data-grid~="sm-125"] {
    margin: -12.5rem 0 0 -12.5rem;
  }
  .c-grid[data-grid~="sm-125"] &gt; .c-grid__item {
    border-width: 12.5rem 0 0 12.5rem;
  }
  .c-grid[data-grid~="sm-130"] {
    margin: -13rem 0 0 -13rem;
  }
  .c-grid[data-grid~="sm-130"] &gt; .c-grid__item {
    border-width: 13rem 0 0 13rem;
  }
  .c-grid[data-grid~="sm-135"] {
    margin: -13.5rem 0 0 -13.5rem;
  }
  .c-grid[data-grid~="sm-135"] &gt; .c-grid__item {
    border-width: 13.5rem 0 0 13.5rem;
  }
  .c-grid[data-grid~="sm-140"] {
    margin: -14rem 0 0 -14rem;
  }
  .c-grid[data-grid~="sm-140"] &gt; .c-grid__item {
    border-width: 14rem 0 0 14rem;
  }
  .c-grid[data-grid~="sm-145"] {
    margin: -14.5rem 0 0 -14.5rem;
  }
  .c-grid[data-grid~="sm-145"] &gt; .c-grid__item {
    border-width: 14.5rem 0 0 14.5rem;
  }
  .c-grid[data-grid~="sm-150"] {
    margin: -15rem 0 0 -15rem;
  }
  .c-grid[data-grid~="sm-150"] &gt; .c-grid__item {
    border-width: 15rem 0 0 15rem;
  }
  .c-grid[data-grid~="sm-0"] {
    margin: 0;
  }
  .c-grid[data-grid~="sm-0"] &gt; .c-grid__item {
    border-width: 0;
  }
  .c-grid__item[data-gridItem~="sm-1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-gridItem~="sm-2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-gridItem~="sm-3"] {
    width: 25%;
  }
  .c-grid__item[data-gridItem~="sm-4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-gridItem~="sm-5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-gridItem~="sm-6"] {
    width: 50%;
  }
  .c-grid__item[data-gridItem~="sm-7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-gridItem~="sm-8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-gridItem~="sm-9"] {
    width: 75%;
  }
  .c-grid__item[data-gridItem~="sm-10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-gridItem~="sm-11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-gridItem~="sm-12"] {
    width: 100%;
  }
  .c-grid__item[data-gridItem~="sm-five"] {
    width: 20%;
  }
  .c-grid__item[data-gridItem~="sm-eleven"] {
    width: 9.09%;
  }
  .c-grid__item[data-gridItem~="sm-auto"] {
    width: auto;
  }
  .p-anchor__list {
    left: calc(50% + 1.5rem);
    margin: -2.5rem 0 0 -3rem;
    width: 58.6rem;
  }
  .p-anchor__item {
    padding: 2.5rem 0 0 3rem;
  }
  .p-anchor__link {
    width: 12rem;
  }
  .p-card__item {
    width: 50%;
  }
  .p-course__contentType {
    margin-left: 0;
  }
  .p-course__contentTypeItem {
    margin-left: 0;
  }
  .p-course__contentTypeImage {
    border-radius: 16px;
    padding-left: 0;
    width: 21rem;
  }
  .p-course__contentTypeDetail {
    align-items: flex-start;
    -webkit-box-align: start;
    padding-left: 3rem;
    width: calc(100% - 21rem);
  }
  .p-facilities__about {
    height: 60rem;
    padding-top: 0;
  }
  .p-facilities__aboutBackground {
    height: 100%;
  }
  .p-facilities__detail {
    padding-top: 2rem;
  }
  .p-faqDecoration__image {
    top: -7.065vw;
    width: 57.825vw;
  }
  .p-faqDecoration__imageInner {
    -webkit-transform: translateX(16.3vw);
    transform: translateX(16.3vw);
  }
  .p-form input.-small,
  .p-form select.-small,
  .p-form textarea.-small {
    max-width: 20rem;
  }
  .p-formSelect {
    max-width: 20rem;
  }
  .p-headerMenu__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 57.6rem;
  }
  .p-homeAccess {
    padding: 17.5rem 0 22rem;
  }
  .p-homeAccess__background {
    height: 100%;
  }
  .p-homeAccess__content {
    background: rgba(255, 255, 255, .85);
    border-radius: 86px;
    max-width: 55rem;
    overflow: hidden;
    padding: 6rem 6rem 0;
  }
  .p-homeAccess__contentText {
    padding-top: 4rem;
  }
  .p-homeAccess__contentTel {
    padding-top: 2rem;
  }
  .p-homeAccess__contentMap {
    margin: 0 -6rem;
    width: calc(100% + 12rem);
  }
  .p-homeAccess__contentIframe {
    height: 22rem;
  }
  .p-homeFacilitiesDecoration__image {
    top: -11.956vw;
    width: 20.38vw;
  }
  .p-homeFacilitiesDecoration__imageInner {
    -webkit-transform: translateX(-2.717vw);
    transform: translateX(-2.717vw);
  }
  .p-homeHero {
    height: 53.428vw;
  }
  .p-homeHero__text {
    left: calc(50% - 16.646vw);
    top: 13.074vw;
    width: 39.285vw;
  }
  .p-homeMenu__contentTitleSub {
    text-indent: 0;
  }
  .p-homeMenuDecoration__image {
    right: 12.771vw;
    top: calc(27.604vw - 10.326vw);
    width: 15.489vw;
  }
  .p-homeNewsDecoration__image {
    top: -19.021vw;
    width: 21.032vw;
  }
  .p-homeNewsDecoration__imageInner {
    -webkit-transform: translateX(6.521vw);
    transform: translateX(6.521vw);
  }
  .p-support__item {
    width: 50%;
  }
  .p-swimming__swipe {
    margin: 0;
    overflow-x: visible;
    width: 100%;
  }
  .p-swimming__figure {
    min-width: auto;
    padding: 0;
  }
  .p-swimmingPrice__noteText {
    font-size: 1.6rem;
  }
  .p-trialDecoration__image {
    bottom: 12%;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 52.22vw;
    z-index: -1;
  }
  .p-trialDecoration__imageInner {
    -webkit-transform: translateX(8.152vw);
    transform: translateX(8.152vw);
  }
  .u-textAlign[data-textAlign~="sm-left"] {
    text-align: left;
  }
  .u-textAlign[data-textAlign~="sm-right"] {
    text-align: right;
  }
  .u-textAlign[data-textAlign~="sm-center"] {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-hide[data-hide~="min-md"] {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-area {
    max-width: 126rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .c-area[data-area="small"] {
    max-width: 96rem;
  }
  .c-area[data-area="large"] {
    max-width: 178rem;
  }
  .c-button:focus,
  .c-button:hover {
    background: #14274c;
    color: #fff;
  }
  .c-secondaryButton:focus,
  .c-secondaryButton:hover {
    background: #14274c;
    color: #fff;
  }
  .c-grid[data-grid~="md-left"] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .c-grid[data-grid~="md-center"] {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-grid[data-grid~="md-right"] {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .c-grid[data-grid~="md-space-between"] {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-grid[data-grid~="md-top"] {
    align-items: flex-start;
    -webkit-box-align: start;
  }
  .c-grid[data-grid~="md-middle"] {
    align-items: center;
    -webkit-box-align: center;
  }
  .c-grid[data-grid~="md-bottom"] {
    align-items: flex-end;
    -webkit-box-align: end;
  }
  .c-grid[data-grid~="md-row-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .c-grid[data-grid~="md-column-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
  }
  .c-grid[data-grid~="md-5"] {
    margin: -.5rem 0 0 -.5rem;
  }
  .c-grid[data-grid~="md-5"] &gt; .c-grid__item {
    border-width: .5rem 0 0 .5rem;
  }
  .c-grid[data-grid~="md-10"] {
    margin: -1rem 0 0 -1rem;
  }
  .c-grid[data-grid~="md-10"] &gt; .c-grid__item {
    border-width: 1rem 0 0 1rem;
  }
  .c-grid[data-grid~="md-15"] {
    margin: -1.5rem 0 0 -1.5rem;
  }
  .c-grid[data-grid~="md-15"] &gt; .c-grid__item {
    border-width: 1.5rem 0 0 1.5rem;
  }
  .c-grid[data-grid~="md-20"] {
    margin: -2rem 0 0 -2rem;
  }
  .c-grid[data-grid~="md-20"] &gt; .c-grid__item {
    border-width: 2rem 0 0 2rem;
  }
  .c-grid[data-grid~="md-25"] {
    margin: -2.5rem 0 0 -2.5rem;
  }
  .c-grid[data-grid~="md-25"] &gt; .c-grid__item {
    border-width: 2.5rem 0 0 2.5rem;
  }
  .c-grid[data-grid~="md-30"] {
    margin: -3rem 0 0 -3rem;
  }
  .c-grid[data-grid~="md-30"] &gt; .c-grid__item {
    border-width: 3rem 0 0 3rem;
  }
  .c-grid[data-grid~="md-35"] {
    margin: -3.5rem 0 0 -3.5rem;
  }
  .c-grid[data-grid~="md-35"] &gt; .c-grid__item {
    border-width: 3.5rem 0 0 3.5rem;
  }
  .c-grid[data-grid~="md-40"] {
    margin: -4rem 0 0 -4rem;
  }
  .c-grid[data-grid~="md-40"] &gt; .c-grid__item {
    border-width: 4rem 0 0 4rem;
  }
  .c-grid[data-grid~="md-45"] {
    margin: -4.5rem 0 0 -4.5rem;
  }
  .c-grid[data-grid~="md-45"] &gt; .c-grid__item {
    border-width: 4.5rem 0 0 4.5rem;
  }
  .c-grid[data-grid~="md-50"] {
    margin: -5rem 0 0 -5rem;
  }
  .c-grid[data-grid~="md-50"] &gt; .c-grid__item {
    border-width: 5rem 0 0 5rem;
  }
  .c-grid[data-grid~="md-55"] {
    margin: -5.5rem 0 0 -5.5rem;
  }
  .c-grid[data-grid~="md-55"] &gt; .c-grid__item {
    border-width: 5.5rem 0 0 5.5rem;
  }
  .c-grid[data-grid~="md-60"] {
    margin: -6rem 0 0 -6rem;
  }
  .c-grid[data-grid~="md-60"] &gt; .c-grid__item {
    border-width: 6rem 0 0 6rem;
  }
  .c-grid[data-grid~="md-65"] {
    margin: -6.5rem 0 0 -6.5rem;
  }
  .c-grid[data-grid~="md-65"] &gt; .c-grid__item {
    border-width: 6.5rem 0 0 6.5rem;
  }
  .c-grid[data-grid~="md-70"] {
    margin: -7rem 0 0 -7rem;
  }
  .c-grid[data-grid~="md-70"] &gt; .c-grid__item {
    border-width: 7rem 0 0 7rem;
  }
  .c-grid[data-grid~="md-75"] {
    margin: -7.5rem 0 0 -7.5rem;
  }
  .c-grid[data-grid~="md-75"] &gt; .c-grid__item {
    border-width: 7.5rem 0 0 7.5rem;
  }
  .c-grid[data-grid~="md-80"] {
    margin: -8rem 0 0 -8rem;
  }
  .c-grid[data-grid~="md-80"] &gt; .c-grid__item {
    border-width: 8rem 0 0 8rem;
  }
  .c-grid[data-grid~="md-85"] {
    margin: -8.5rem 0 0 -8.5rem;
  }
  .c-grid[data-grid~="md-85"] &gt; .c-grid__item {
    border-width: 8.5rem 0 0 8.5rem;
  }
  .c-grid[data-grid~="md-90"] {
    margin: -9rem 0 0 -9rem;
  }
  .c-grid[data-grid~="md-90"] &gt; .c-grid__item {
    border-width: 9rem 0 0 9rem;
  }
  .c-grid[data-grid~="md-95"] {
    margin: -9.5rem 0 0 -9.5rem;
  }
  .c-grid[data-grid~="md-95"] &gt; .c-grid__item {
    border-width: 9.5rem 0 0 9.5rem;
  }
  .c-grid[data-grid~="md-100"] {
    margin: -10rem 0 0 -10rem;
  }
  .c-grid[data-grid~="md-100"] &gt; .c-grid__item {
    border-width: 10rem 0 0 10rem;
  }
  .c-grid[data-grid~="md-105"] {
    margin: -10.5rem 0 0 -10.5rem;
  }
  .c-grid[data-grid~="md-105"] &gt; .c-grid__item {
    border-width: 10.5rem 0 0 10.5rem;
  }
  .c-grid[data-grid~="md-110"] {
    margin: -11rem 0 0 -11rem;
  }
  .c-grid[data-grid~="md-110"] &gt; .c-grid__item {
    border-width: 11rem 0 0 11rem;
  }
  .c-grid[data-grid~="md-115"] {
    margin: -11.5rem 0 0 -11.5rem;
  }
  .c-grid[data-grid~="md-115"] &gt; .c-grid__item {
    border-width: 11.5rem 0 0 11.5rem;
  }
  .c-grid[data-grid~="md-120"] {
    margin: -12rem 0 0 -12rem;
  }
  .c-grid[data-grid~="md-120"] &gt; .c-grid__item {
    border-width: 12rem 0 0 12rem;
  }
  .c-grid[data-grid~="md-125"] {
    margin: -12.5rem 0 0 -12.5rem;
  }
  .c-grid[data-grid~="md-125"] &gt; .c-grid__item {
    border-width: 12.5rem 0 0 12.5rem;
  }
  .c-grid[data-grid~="md-130"] {
    margin: -13rem 0 0 -13rem;
  }
  .c-grid[data-grid~="md-130"] &gt; .c-grid__item {
    border-width: 13rem 0 0 13rem;
  }
  .c-grid[data-grid~="md-135"] {
    margin: -13.5rem 0 0 -13.5rem;
  }
  .c-grid[data-grid~="md-135"] &gt; .c-grid__item {
    border-width: 13.5rem 0 0 13.5rem;
  }
  .c-grid[data-grid~="md-140"] {
    margin: -14rem 0 0 -14rem;
  }
  .c-grid[data-grid~="md-140"] &gt; .c-grid__item {
    border-width: 14rem 0 0 14rem;
  }
  .c-grid[data-grid~="md-145"] {
    margin: -14.5rem 0 0 -14.5rem;
  }
  .c-grid[data-grid~="md-145"] &gt; .c-grid__item {
    border-width: 14.5rem 0 0 14.5rem;
  }
  .c-grid[data-grid~="md-150"] {
    margin: -15rem 0 0 -15rem;
  }
  .c-grid[data-grid~="md-150"] &gt; .c-grid__item {
    border-width: 15rem 0 0 15rem;
  }
  .c-grid[data-grid~="md-0"] {
    margin: 0;
  }
  .c-grid[data-grid~="md-0"] &gt; .c-grid__item {
    border-width: 0;
  }
  .c-grid__item[data-gridItem~="md-1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-gridItem~="md-2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-gridItem~="md-3"] {
    width: 25%;
  }
  .c-grid__item[data-gridItem~="md-4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-gridItem~="md-5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-gridItem~="md-6"] {
    width: 50%;
  }
  .c-grid__item[data-gridItem~="md-7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-gridItem~="md-8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-gridItem~="md-9"] {
    width: 75%;
  }
  .c-grid__item[data-gridItem~="md-10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-gridItem~="md-11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-gridItem~="md-12"] {
    width: 100%;
  }
  .c-grid__item[data-gridItem~="md-five"] {
    width: 20%;
  }
  .c-grid__item[data-gridItem~="md-eleven"] {
    width: 9.09%;
  }
  .c-grid__item[data-gridItem~="md-auto"] {
    width: auto;
  }
  .c-link {
    -webkit-transition: -webkit-text-decoration-color .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: -webkit-text-decoration-color .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: text-decoration-color .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: text-decoration-color .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-text-decoration-color .6s cubic-bezier(.43, .02, .04, 1.08);
  }
  .c-link:focus,
  .c-link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
  .c-responseDevice__body {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .c-responseDevice__tel:not(:only-child) {
    width: calc(50% - 1rem);
  }
  .c-responseDevice__contact {
    padding-top: 0;
    width: calc(50% - 1rem);
  }
  .c-responseDeviceContact {
    height: 12rem;
  }
  .c-responseDeviceContact:focus,
  .c-responseDeviceContact:hover {
    background: #fff;
    color: #14274c;
  }
  .p-anchor {
    margin: -3rem;
    padding: 3rem;
  }
  .p-anchor__link:focus,
  .p-anchor__link:hover {
    color: #fff !important;
  }
  .p-anchor__link:focus .circle path:nth-child(2),
  .p-anchor__link:hover .circle path:nth-child(2) {
    fill: currentcolor;
  }
  .p-banner:focus,
  .p-banner:hover {
    opacity: .6;
  }
  .p-bus {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
  }
  .p-bus__content {
    width: calc(100% - 30rem);
  }
  .p-bus__image {
    padding: 2.5rem 0 0 3rem;
    width: 30rem;
  }
  .p-card:not([data-card="small"]) {
    margin: -5rem 0 0 -5rem;
  }
  .p-card:not([data-card="small"]) .p-card__item {
    padding: 5rem 0 0 5rem;
  }
  .p-card__title {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
  .p-course__item {
    align-items: flex-start;
    -webkit-box-align: start;
    display: -webkit-box;
    display: flex;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-course__item + .p-course__item {
    padding-top: 6rem;
  }
  .p-course__item:nth-child(odd) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
    padding-left: calc(50vw - 50%);
  }
  .p-course__item:nth-child(even) {
    padding-right: calc(50vw - 50%);
  }
  .p-course__visual {
    margin: 0;
    min-width: calc(50vw + 1.5rem);
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--headerHeight) + 3rem);
    width: calc(50vw + 1.5rem);
  }
  .p-course__item:nth-child(odd) .p-course__visual {
    padding-left: 3rem;
  }
  .p-course__item:nth-child(even) .p-course__visual {
    padding-right: 3rem;
  }
  .p-course__contentTypeImage {
    width: 18rem;
  }
  .p-course__contentTypeDetail {
    width: calc(100% - 18rem);
  }
  .p-facilities__content:nth-child(odd) .p-facilities__aboutInner {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .p-facilities__content:nth-child(even) .p-facilities__aboutInner {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .p-facilitiesAbout__button:focus,
  .p-facilitiesAbout__button:hover {
    background: #14274c;
    color: #fff;
  }
    .button-orange:hover {
        background: #f17436;
    }
  .p-facilitiesDetail {
    margin: -3rem 0 0 -3rem;
  }
  .p-facilitiesDetail__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 3rem 0 0 3rem;
    width: 33.333%;
  }
  .p-facilitiesDetail__thumbnail {
    width: 100%;
  }
  .p-facilitiesDetail__title {
    padding: 2rem 0 0;
    text-align: center;
    width: auto;
  }
  .p-fixedBackground {
    background-attachment: fixed;
    height: 27.604vw;
  }
  .p-fixedBackground[data-fixedBackground="pool"] {
    background-image: url(../image/home/background-pool-pc.jpg);
  }
  .p-fixedBackground[data-fixedBackground="training"] {
    background-image: url(../image/program/background-training-pc.jpg);
  }
  .p-fixedBackground[data-fixedBackground="family"] {
    background-image: url(../image/price/background-family-pc.jpg);
  }
  .p-fixedBackground[data-fixedBackground="adult"] {
    background-image: url(../image/price/background-adult-pc.jpg);
  }
  .p-fixedBackground[data-fixedBackground="swimming"] {
    background-image: url(../image/kids/background-swimming-pc.jpg);
  }
  .p-flow__item {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .p-flow__titleInner::before {
    font-size: 3rem;
    padding-right: 1.5rem;
  }
  .p-flow__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 29.4rem;
    padding-left: 3rem;
    width: 100%;
  }
  .p-flow__image {
    margin: 0;
    padding-top: 0;
  }
  .p-footer {
    padding-top: 0;
  }
  .p-footer__pagetop {
    right: 2rem;
    top: 2.1rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .p-footer__primary {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    padding-bottom: 6.3rem;
    padding-top: 4.3rem;
  }
  .p-footer__nav {
    padding: .3rem 0 0 2rem;
  }
  .p-footer__sns {
    margin-left: auto;
    padding-left: 2rem;
  }
  .p-footer__secondary {
    background: #fff;
    color: #0e0e0e;
    padding: 2.3rem 0 2.8rem;
  }
  .p-footerCopyright__text {
    font-size: 1.4rem;
  }
  .p-footerLogo {
    width: 10rem;
  }
  .p-footerLogo__link {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  }
  .p-footerLogo__link:focus,
  .p-footerLogo__link:hover {
    opacity: .6;
  }
  .p-footerLogo__svg {
    height: 2.637rem;
  }
  .p-footerNav {
    display: -webkit-box;
    display: flex;
    line-height: 1;
    margin: 0 -1.5rem;
  }
  .p-footerNav__link {
    display: block;
    opacity: 1;
    padding: 0 1.5rem;
    -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  }
  .p-footerNav__link:focus,
  .p-footerNav__link:hover {
    opacity: .6;
  }
  .p-footerPagetop:focus::before,
  .p-footerPagetop:hover::before {
    -webkit-animation: pagetopHover .6s cubic-bezier(.43, .02, .04, 1.08);
    animation: pagetopHover .6s cubic-bezier(.43, .02, .04, 1.08);
  }
  .p-footerSns {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
  }
  .p-footerSns__item {
    padding-left: 2rem;
  }
  .p-footerSns__link {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: opacity .6s cubic-bezier(.43, .02, .04, 1.08);
  }
  .p-footerSns__link:focus,
  .p-footerSns__link:hover {
    opacity: .6;
  }
  .p-footerSns__image[src*="youtube"] {
    width: 9.6rem;
  }
  .p-footerSns__image[src*="instagram"] {
    width: 2.4rem;
  }
  .p-footerSns__image[src*="facebook"] {
    width: 2.4rem;
  }
  .p-formCheck {
    padding: 1rem 0;
  }
  .p-formCheck .mwform-checkbox-field {
    width: auto;
  }
  .p-formTable__term {
    display: table-cell;
    padding: 3rem 2rem;
    vertical-align: top;
    white-space: nowrap;
  }
  .p-formTable__row + .p-formTable__row .p-formTable__term {
    border-top: 1px solid #445982;
  }
  .p-formTable__row:last-child .p-formTable__term {
    padding-bottom: 5.6rem;
  }
  .p-formTable__desc {
    display: table-cell;
    vertical-align: top;
  }
  .p-formTable__row + .p-formTable__row .p-formTable__desc {
    border-top: 1px solid #14274c;
  }
  .p-header__tel {
    padding-right: 1rem;
  }
  .p-headerContact:focus,
  .p-headerContact:hover {
    background: #fff;
    color: #14274c;
  }
  .p-headerProgram:focus,
  .p-headerProgram:hover {
    background: #fff;
    color: #f35183;
  }
  .orange .p-headerProgram:focus,
  .orange .p-headerProgram:hover {
    color: #ff9204;
  }
  .p-headerDrawerButton {
    height: 9rem;
    width: 8rem;
  }
  .p-headerDrawerButton__line {
    width: 3rem;
  }
  .p-headerDrawerButton__line:nth-child(1) {
    -webkit-transform: translate3d(-50%, -1rem, 0) rotate(0deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -1rem, 0) rotate(0deg) scale3d(1, 1, 1);
  }
  .p-headerDrawerButton__line:nth-child(3) {
    -webkit-transform: translate3d(-50%, 1rem, 0) rotate(0deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, 1rem, 0) rotate(0deg) scale3d(1, 1, 1);
  }
  .p-headerLogo__link:focus,
  .p-headerLogo__link:hover {
    opacity: .6;
  }
  .p-headerMenu__content {
    padding: 6.2rem 2rem 9rem;
  }
  .p-headerMenuNav__link:focus::after,
  .p-headerMenuNav__link:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .p-headerTel {
    background: none;
    color: #f17436;
    font-size: 1.2rem;
    height: auto;
    padding: 0 calc(59em / 16) 0 calc(45em / 16);
    width: auto;
  }
  .p-headerTel::before {
    font-size: 3.1rem;
    left: 0;
    top: calc(50% - .1rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-headerTel__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
  }
  .p-headerTel__text {
    font-size: calc(15em / 16);
    letter-spacing: .06em;
  }
  .p-headerTel__number {
    font-family: "Poppins", sans-serif;
    font-size: calc(32em / 16);
    letter-spacing: -.01em;
    margin-left: calc(-4em / 36);
    padding-top: calc(6em / 36);
  }
  .p-headerTel__time {
    font-size: calc(13em / 16);
    letter-spacing: .06em;
    padding-top: calc(6em / 14);
  }
  .p-headerTel__holiday {
    align-items: center;
    border: 2px solid #f17436;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    font-size: calc(14em / 16);
    height: calc(46em / 14);
    justify-content: center;
    position: absolute;
    right: 0;
    top: calc(50% - 7em / 14);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(49em / 14);
  }
  .p-homeFacilities {
    margin: -3rem 0 0 -3rem;
  }
  .p-homeFacilities__item {
    padding: 3rem 0 0 3rem;
    width: 50%;
  }
  .p-homeFacilities__link {
    border-radius: 30px;
    padding-top: 80%;
  }
  .p-homeFacilities__link:focus .p-homeFacilities__image,
  .p-homeFacilities__link:hover .p-homeFacilities__image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .p-homeFacilities__image {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
    width: 100%;
  }
  .p-homeFacilities__content {
    background: rgba(255, 255, 255, .85);
    min-height: 10.3rem;
    padding: 2rem;
    text-align: center;
    width: 100%;
  }
  .p-homeMedia__title {
    align-items: flex-start;
    -webkit-box-align: start;
    text-align: left;
  }
  .p-homeMedia__instagram {
    margin: 0;
    width: auto;
  }
  .p-homeMedia__youtubeThumbnail:focus,
  .p-homeMedia__youtubeThumbnail:hover {
    opacity: .6;
  }
  .p-homeMedia__youtubeInfo {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .p-homeMedia__youtubeTag {
    align-items: center;
    background: #0067b2;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 1.2rem;
    height: 1.9rem;
    justify-content: center;
    width: 7.8rem;
  }
  .p-homeMedia__youtubeTitle {
    font-size: 1.6rem;
    letter-spacing: .06em;
    padding-top: 1rem;
  }
  .p-homeMenu__item {
    display: -webkit-box;
    display: flex;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-homeMenu__item + .p-homeMenu__item {
    padding-top: 6rem;
  }
  .p-homeMenu__item:nth-child(odd) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
    padding-left: calc(50vw - 50%);
  }
  .p-homeMenu__item:nth-child(even) {
    padding-right: calc(50vw - 50%);
  }
  .p-homeMenu__visual {
    min-width: calc(50vw + 1.5rem);
    width: calc(50vw + 1.5rem);
  }
  .p-homeMenu__item:nth-child(odd) .p-homeMenu__visual {
    padding-left: 3rem;
  }
  .p-homeMenu__item:nth-child(even) .p-homeMenu__visual {
    padding-right: 3rem;
  }
  .p-homeMenu__visualInner {
    min-height: 25rem;
    position: relative;
  }
  .p-homeMenu__item:nth-child(odd) .p-homeMenu__visualInner {
    border-radius: 30px 0 0 30px;
  }
  .p-homeMenu__item:nth-child(even) .p-homeMenu__visualInner {
    border-radius: 0 30px 30px 0;
  }
  .p-homeMenu__visualImage {
    font-family: "object-fit: cover", sans-serif;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-homeMenu__content {
    padding-top: 3rem;
  }
  .p-homeMenu__item:nth-child(1) .p-homeMenu__contentDecoration {
    bottom: 0;
    top: auto;
  }
  .p-homeMenu__item:nth-child(2) .p-homeMenu__contentDecoration {
    bottom: 0;
    right: 3.3rem;
    top: auto;
  }
  .p-homeMenu__item:nth-child(3) .p-homeMenu__contentDecoration {
    bottom: 0;
    top: auto;
  }
  .p-homeMenu__contentTitle {
    font-size: 2.2rem;
  }
  .p-homeMenu__contentButton {
    text-align: left;
  }
  .p-homeNews__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -2rem 0 0 -2rem;
  }
  .p-homeNews__listItem {
    padding: 2rem 0 0 2rem;
    width: 50%;
  }
  .p-homeNews__listLink {
    padding: 0;
  }
  .p-homeNews__listLink:focus .p-homeNews__listThumbnailImage,
  .p-homeNews__listLink:hover .p-homeNews__listThumbnailImage {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .p-homeNews__listLink:focus .p-homeNews__listDate,
  .p-homeNews__listLink:focus .p-homeNews__listTitle,
  .p-homeNews__listLink:hover .p-homeNews__listDate,
  .p-homeNews__listLink:hover .p-homeNews__listTitle {
    color: #f17436;
  }
  .p-homeNews__listContent {
    padding: .8rem 0 0 1.2rem;
  }
  .p-homeNews__listTitle {
    font-size: 1.2rem;
    padding-top: 1rem;
  }
  .p-homeStaff {
    margin: 0 auto;
    padding-top: 0;
    width: 70.8rem;
  }
  .p-homeStaff__image {
    -webkit-transform: none;
    transform: none;
  }
  .p-homeStaff__image[src*="staff-01.png"] {
    left: 1.8rem;
    top: 8.9rem;
    width: 30.4rem;
  }
  .p-homeStaff__image[src*="staff-02.png"] {
    left: 23.4rem;
    top: -7.7rem;
    width: 11rem;
  }
  .p-homeStaff__circle {
    margin-right: 0;
  }
  .p-homeStaff__circleSvg {
    color: rgba(255, 255, 255, .85);
  }
  .p-homeStaff__slider {
    z-index: -1;
  }
  .p-mainvisual {
    background-attachment: fixed;
  }
  .p-newsArchive__link:focus .p-newsArchive__thumbnailImage,
  .p-newsArchive__link:hover .p-newsArchive__thumbnailImage {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .p-newsArchive__link:focus .p-newsArchive__date,
  .p-newsArchive__link:focus .p-newsArchive__title,
  .p-newsArchive__link:focus .p-newsArchive__text,
  .p-newsArchive__link:hover .p-newsArchive__date,
  .p-newsArchive__link:hover .p-newsArchive__title,
  .p-newsArchive__link:hover .p-newsArchive__text {
    color: #f17436;
  }
  .p-others__content {
    align-items: flex-start;
    -webkit-box-align: start;
    display: -webkit-box;
    display: flex;
  }
  .p-others__detail {
    width: 50%;
  }
  .p-others__image {
    margin: 0 0 0 3rem;
    width: 50%;
  }
  .p-pagination__button:focus,
  .p-pagination__button:hover {
    background: #14274c;
    color: #fff;
  }
  .p-planPrice {
    max-width: 111rem;
  }
  .p-planPrice__inner {
    display: -webkit-box;
    display: flex;
  }
  .p-planPrice__content {
    width: 50%;
  }
  .p-planPrice__content + .p-planPrice__content {
    margin-left: 10rem;
    margin-top: 0;
  }
  .p-price__swipeInner {
    min-width: 90.2rem;
    padding: 0 3rem;
  }
  .p-price__note {
    padding: 2rem 3.5rem 0;
  }
  .p-rentalAbout__inner {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    max-width: 146rem;
  }
  .p-rentalAbout__circle[data-circle="primary"] {
    left: -10rem;
    top: 5rem;
  }
  .p-rentalAbout__circle[data-circle="secondary"] {
    left: 14rem;
    top: 20rem;
  }
  .p-rentalAbout__head {
    text-align: left;
    white-space: nowrap;
  }
  .p-rentalAbout__text {
    padding-top: 3rem;
  }
  .p-rentalAbout__body {
    padding: 0 0 0 3rem;
  }
  .p-rentalPrice__swipeInner {
    min-width: 90.2rem;
    padding: 0 3rem;
  }
  .p-rentalPrice__note {
    padding: 2rem 3.5rem 0;
  }
  .p-schedule__swipeInner {
    min-width: 90.2rem;
    padding: 0 3rem;
  }
  .p-schedule__note {
    padding: 1rem 3.5rem 0;
  }
  .p-staff__item {
    width: 50%;
  }
  .p-staff__item:nth-child(2) {
    padding-top: 9rem;
  }
  .p-sticky {
    align-items: flex-start;
    -webkit-box-align: start;
    display: -webkit-box;
    display: flex;
  }
  .p-sticky__head {
    padding-top: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--headerHeight) + 3rem);
    width: 20rem;
  }
  .p-sticky__title {
    align-items: flex-start;
    -webkit-box-align: start;
    text-align: left;
  }
  .p-sticky__titleEnglish {
    -webkit-transform: translateX(-.5rem);
    transform: translateX(-.5rem);
  }
  .p-sticky__body {
    padding-top: 0;
    width: calc(100% - 20rem);
  }
  .p-support__item {
    width: 33.333%;
  }
  .p-supportDecoration__image {
    bottom: -5.434vw;
    width: 10.326vw;
  }
  .p-swimming__catch {
    text-align: center;
  }
  .p-swimming__note {
    text-align: center;
  }
  .p-swimmingPriceDecoration__image {
    left: -16vw;
    top: -6vw;
    width: 40vw;
  }
  .p-trainingCoach__item {
    width: 50%;
  }
  .p-trainingPrice__content {
    width: 50%;
  }
  .p-trainingPrice .c-grid__item {
    margin-bottom: 30px;
  }
  .p-trainingPrice__content:nth-child(1) {
    padding-right: 3rem;
  }
  .p-trainingPrice__content:nth-child(2) {
    padding-left: 3rem;
    padding-top: 0;
  }
  .u-textAlign[data-textAlign~="md-left"] {
    text-align: left;
  }
  .u-textAlign[data-textAlign~="md-right"] {
    text-align: right;
  }
  .u-textAlign[data-textAlign~="md-center"] {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .u-hide[data-hide~="min-lg"] {
    display: none !important;
  }
  body {
    line-height: 1.65;
  }
  .c-area {
    max-width: 132rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .c-area[data-area="small"] {
    max-width: 102rem;
  }
  .c-area[data-area="large"] {
    max-width: 184rem;
  }
  .c-article__section {
    padding-bottom: 21rem;
    padding-top: 10rem;
  }
  .c-article__section:not([data-background]) + .c-article__section:not([data-background]) {
    margin-top: -6rem;
  }
  .c-article__section:first-child {
    padding-top: 15rem;
  }
  .c-article__section:last-child {
    padding-bottom: 21rem;
  }
  .c-article__hero + .c-article__section {
    padding-top: 7rem;
  }
  .c-article__section + .c-article__fixedBackground {
    margin-top: -6rem;
  }
  .c-button {
    padding: 2.1rem 3rem;
  }
  .c-button::before {
    font-size: 1.5rem;
  }
  .c-button[data-button="back"]::before {
    left: 1.5rem;
  }
  .c-catch {
    font-size: 4rem;
    letter-spacing: .08em;
  }
  .c-catch {
    line-height: 1.5;
  }
  .c-catch::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .c-catch::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .c-container__content + .c-container__content {
    padding-top: 10rem;
  }
  .c-container__head + .c-container__body {
    padding-top: 5rem;
  }
  .c-secondaryContainer__content + .c-secondaryContainer__content {
    padding-top: 5rem;
  }
  .c-secondaryContainer__head + .c-secondaryContainer__body {
    padding-top: 3rem;
  }
  .c-grid[data-grid~="lg-left"] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .c-grid[data-grid~="lg-center"] {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-grid[data-grid~="lg-right"] {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .c-grid[data-grid~="lg-space-between"] {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-grid[data-grid~="lg-top"] {
    align-items: flex-start;
    -webkit-box-align: start;
  }
  .c-grid[data-grid~="lg-middle"] {
    align-items: center;
    -webkit-box-align: center;
  }
  .c-grid[data-grid~="lg-bottom"] {
    align-items: flex-end;
    -webkit-box-align: end;
  }
  .c-grid[data-grid~="lg-row-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .c-grid[data-grid~="lg-column-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
  }
  .c-grid[data-grid~="lg-5"] {
    margin: -.5rem 0 0 -.5rem;
  }
  .c-grid[data-grid~="lg-5"] &gt; .c-grid__item {
    border-width: .5rem 0 0 .5rem;
  }
  .c-grid[data-grid~="lg-10"] {
    margin: -1rem 0 0 -1rem;
  }
  .c-grid[data-grid~="lg-10"] &gt; .c-grid__item {
    border-width: 1rem 0 0 1rem;
  }
  .c-grid[data-grid~="lg-15"] {
    margin: -1.5rem 0 0 -1.5rem;
  }
  .c-grid[data-grid~="lg-15"] &gt; .c-grid__item {
    border-width: 1.5rem 0 0 1.5rem;
  }
  .c-grid[data-grid~="lg-20"] {
    margin: -2rem 0 0 -2rem;
  }
  .c-grid[data-grid~="lg-20"] &gt; .c-grid__item {
    border-width: 2rem 0 0 2rem;
  }
  .c-grid[data-grid~="lg-25"] {
    margin: -2.5rem 0 0 -2.5rem;
  }
  .c-grid[data-grid~="lg-25"] &gt; .c-grid__item {
    border-width: 2.5rem 0 0 2.5rem;
  }
  .c-grid[data-grid~="lg-30"] {
    margin: -3rem 0 0 -3rem;
  }
  .c-grid[data-grid~="lg-30"] &gt; .c-grid__item {
    border-width: 3rem 0 0 3rem;
  }
  .c-grid[data-grid~="lg-35"] {
    margin: -3.5rem 0 0 -3.5rem;
  }
  .c-grid[data-grid~="lg-35"] &gt; .c-grid__item {
    border-width: 3.5rem 0 0 3.5rem;
  }
  .c-grid[data-grid~="lg-40"] {
    margin: -4rem 0 0 -4rem;
  }
  .c-grid[data-grid~="lg-40"] &gt; .c-grid__item {
    border-width: 4rem 0 0 4rem;
  }
  .c-grid[data-grid~="lg-45"] {
    margin: -4.5rem 0 0 -4.5rem;
  }
  .c-grid[data-grid~="lg-45"] &gt; .c-grid__item {
    border-width: 4.5rem 0 0 4.5rem;
  }
  .c-grid[data-grid~="lg-50"] {
    margin: -5rem 0 0 -5rem;
  }
  .c-grid[data-grid~="lg-50"] &gt; .c-grid__item {
    border-width: 5rem 0 0 5rem;
  }
  .c-grid[data-grid~="lg-55"] {
    margin: -5.5rem 0 0 -5.5rem;
  }
  .c-grid[data-grid~="lg-55"] &gt; .c-grid__item {
    border-width: 5.5rem 0 0 5.5rem;
  }
  .c-grid[data-grid~="lg-60"] {
    margin: -6rem 0 0 -6rem;
  }
  .c-grid[data-grid~="lg-60"] &gt; .c-grid__item {
    border-width: 6rem 0 0 6rem;
  }
  .c-grid[data-grid~="lg-65"] {
    margin: -6.5rem 0 0 -6.5rem;
  }
  .c-grid[data-grid~="lg-65"] &gt; .c-grid__item {
    border-width: 6.5rem 0 0 6.5rem;
  }
  .c-grid[data-grid~="lg-70"] {
    margin: -7rem 0 0 -7rem;
  }
  .c-grid[data-grid~="lg-70"] &gt; .c-grid__item {
    border-width: 7rem 0 0 7rem;
  }
  .c-grid[data-grid~="lg-75"] {
    margin: -7.5rem 0 0 -7.5rem;
  }
  .c-grid[data-grid~="lg-75"] &gt; .c-grid__item {
    border-width: 7.5rem 0 0 7.5rem;
  }
  .c-grid[data-grid~="lg-80"] {
    margin: -8rem 0 0 -8rem;
  }
  .c-grid[data-grid~="lg-80"] &gt; .c-grid__item {
    border-width: 8rem 0 0 8rem;
  }
  .c-grid[data-grid~="lg-85"] {
    margin: -8.5rem 0 0 -8.5rem;
  }
  .c-grid[data-grid~="lg-85"] &gt; .c-grid__item {
    border-width: 8.5rem 0 0 8.5rem;
  }
  .c-grid[data-grid~="lg-90"] {
    margin: -9rem 0 0 -9rem;
  }
  .c-grid[data-grid~="lg-90"] &gt; .c-grid__item {
    border-width: 9rem 0 0 9rem;
  }
  .c-grid[data-grid~="lg-95"] {
    margin: -9.5rem 0 0 -9.5rem;
  }
  .c-grid[data-grid~="lg-95"] &gt; .c-grid__item {
    border-width: 9.5rem 0 0 9.5rem;
  }
  .c-grid[data-grid~="lg-100"] {
    margin: -10rem 0 0 -10rem;
  }
  .c-grid[data-grid~="lg-100"] &gt; .c-grid__item {
    border-width: 10rem 0 0 10rem;
  }
  .c-grid[data-grid~="lg-105"] {
    margin: -10.5rem 0 0 -10.5rem;
  }
  .c-grid[data-grid~="lg-105"] &gt; .c-grid__item {
    border-width: 10.5rem 0 0 10.5rem;
  }
  .c-grid[data-grid~="lg-110"] {
    margin: -11rem 0 0 -11rem;
  }
  .c-grid[data-grid~="lg-110"] &gt; .c-grid__item {
    border-width: 11rem 0 0 11rem;
  }
  .c-grid[data-grid~="lg-115"] {
    margin: -11.5rem 0 0 -11.5rem;
  }
  .c-grid[data-grid~="lg-115"] &gt; .c-grid__item {
    border-width: 11.5rem 0 0 11.5rem;
  }
  .c-grid[data-grid~="lg-120"] {
    margin: -12rem 0 0 -12rem;
  }
  .c-grid[data-grid~="lg-120"] &gt; .c-grid__item {
    border-width: 12rem 0 0 12rem;
  }
  .c-grid[data-grid~="lg-125"] {
    margin: -12.5rem 0 0 -12.5rem;
  }
  .c-grid[data-grid~="lg-125"] &gt; .c-grid__item {
    border-width: 12.5rem 0 0 12.5rem;
  }
  .c-grid[data-grid~="lg-130"] {
    margin: -13rem 0 0 -13rem;
  }
  .c-grid[data-grid~="lg-130"] &gt; .c-grid__item {
    border-width: 13rem 0 0 13rem;
  }
  .c-grid[data-grid~="lg-135"] {
    margin: -13.5rem 0 0 -13.5rem;
  }
  .c-grid[data-grid~="lg-135"] &gt; .c-grid__item {
    border-width: 13.5rem 0 0 13.5rem;
  }
  .c-grid[data-grid~="lg-140"] {
    margin: -14rem 0 0 -14rem;
  }
  .c-grid[data-grid~="lg-140"] &gt; .c-grid__item {
    border-width: 14rem 0 0 14rem;
  }
  .c-grid[data-grid~="lg-145"] {
    margin: -14.5rem 0 0 -14.5rem;
  }
  .c-grid[data-grid~="lg-145"] &gt; .c-grid__item {
    border-width: 14.5rem 0 0 14.5rem;
  }
  .c-grid[data-grid~="lg-150"] {
    margin: -15rem 0 0 -15rem;
  }
  .c-grid[data-grid~="lg-150"] &gt; .c-grid__item {
    border-width: 15rem 0 0 15rem;
  }
  .c-grid[data-grid~="lg-0"] {
    margin: 0;
  }
  .c-grid[data-grid~="lg-0"] &gt; .c-grid__item {
    border-width: 0;
  }
  .c-grid__item[data-gridItem~="lg-1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-gridItem~="lg-2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-gridItem~="lg-3"] {
    width: 25%;
  }
  .c-grid__item[data-gridItem~="lg-4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-gridItem~="lg-5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-gridItem~="lg-6"] {
    width: 50%;
  }
  .c-grid__item[data-gridItem~="lg-7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-gridItem~="lg-8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-gridItem~="lg-9"] {
    width: 75%;
  }
  .c-grid__item[data-gridItem~="lg-10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-gridItem~="lg-11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-gridItem~="lg-12"] {
    width: 100%;
  }
  .c-grid__item[data-gridItem~="lg-five"] {
    width: 20%;
  }
  .c-grid__item[data-gridItem~="lg-eleven"] {
    width: 9.09%;
  }
  .c-grid__item[data-gridItem~="lg-auto"] {
    width: auto;
  }
  .c-responseDevice {
    margin: -6rem 0 -12rem;
    padding: 15rem 0 32rem;
  }
  .c-responseDevice:last-child {
    padding-bottom: 33rem;
  }
  .c-responseDevice__title {
    font-size: 3.6rem;
  }
  .c-responseDevice__title {
    line-height: 1.3;
  }
  .c-responseDevice__title::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .c-responseDevice__title::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .c-responseDevice__text {
    padding-top: 3rem;
  }
  .c-responseDevice__text {
    line-height: 1.65;
  }
  .c-responseDevice__text::before {
    margin-top: calc((1 - 1.65) * .5em);
  }
  .c-responseDevice__text::after {
    margin-bottom: calc((1 - 1.65) * .5em);
  }
  .c-responseDevice__body {
    padding-top: 6rem;
  }
  .c-responseDevice__tel:not(:only-child) {
    width: calc(50% - 2.5rem);
  }
  .c-responseDevice__contact {
    width: calc(50% - 2.5rem);
  }
  .c-responseDeviceContact {
    border-radius: 45px;
    font-size: 2.4rem;
    height: 15.7rem;
  }
  .c-responseDeviceContact::before {
    font-size: 3.4rem;
    padding-right: 2.3rem;
  }
  .c-responseDeviceTel {
    border-radius: 45px;
    height: 15.7rem;
  }
  .c-responseDeviceTel__content {
    width: 36.8rem;
  }
  .c-responseDeviceTel__content::before {
    left: -.9rem;
  }
  .c-responseDeviceTel__text {
    font-size: 1.6rem;
    padding-left: .6rem;
  }
  .c-responseDeviceTel__number {
    font-size: 3.6rem;
    letter-spacing: .01em;
  }
  .c-responseDeviceTel__holiday {
    right: .1rem;
  }
  .c-responseDeviceTel__time {
    height: 3.1rem;
    margin-top: .8rem;
    width: 36.8rem;
  }
  .c-target__list {
    margin-left: -1rem;
  }
  .c-target__item {
    padding-left: 1rem;
  }
  .c-target__text {
    font-size: 1.6rem;
  }
  .c-text {
    line-height: 1.65;
  }
  .c-text::before {
    margin-top: calc((1 - 1.65) * .5em);
  }
  .c-text::after {
    margin-bottom: calc((1 - 1.65) * .5em);
  }
  .c-quaternaryTitle {
    font-size: 2.8rem;
  }
  .c-quaternaryTitle {
    line-height: 1.2;
  }
  .c-quaternaryTitle::before {
    margin-top: calc((1 - 1.2) * .5em);
  }
  .c-quaternaryTitle::after {
    margin-bottom: calc((1 - 1.2) * .5em);
  }
  .c-secondaryTitle__japanese {
    font-size: 4rem;
  }
  .c-secondaryTitle__japanese {
    line-height: 1.3;
  }
  .c-secondaryTitle__japanese::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .c-secondaryTitle__japanese::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .c-secondaryTitle__english {
    font-size: 2rem;
    padding-top: 1.2rem;
  }
  .c-tertiaryTitle {
    font-size: 3.6rem;
  }
  .c-tertiaryTitle {
    line-height: 1.2;
  }
  .c-tertiaryTitle::before {
    margin-top: calc((1 - 1.2) * .5em);
  }
  .c-tertiaryTitle::after {
    margin-bottom: calc((1 - 1.2) * .5em);
  }
  .c-title__english {
    font-size: 6rem;
    letter-spacing: 0;
    margin-top: -.9rem;
  }
  .c-title__japanese {
    font-size: 1.6rem;
    padding-top: 1.1rem;
  }
  .c-title__japanese {
    line-height: 1.3;
  }
  .c-title__japanese::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .c-title__japanese::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-anchor {
    margin: -6rem;
    padding: 6rem;
  }
  .p-anchor__list {
    left: calc(50% + 3rem);
    margin: -6rem 0 0 -6rem;
    width: 97.2rem;
  }
  .p-anchor__item {
    padding: 6rem 0 0 6rem;
  }
  .p-anchor__item:nth-child(2) {
    padding-top: 11rem;
  }
  .p-anchor__link {
    width: 23.6rem;
  }
  .p-anchor__link::after {
    bottom: 3.3rem;
    font-size: 2rem;
  }
  .p-anchor__japanese {
    font-size: 3rem;
    top: calc(50% - 1.6rem);
  }
  .p-anchor__japanese[data-size="large"] {
    font-size: 3.4rem;
    margin-top: .294em;
  }
  .p-anchor__english {
    display: block;
    font-family: "Poppins", sans-serif;
    padding-top: .9rem;
  }
  .p-blockEditor &gt; *:not(:first-child) {
    padding-top: 5rem;
  }
  .p-blockEditor p:not([class]) {
    line-height: 1.65;
  }
  .p-blockEditor p:not([class])::before {
    margin-top: calc((1 - 1.65) * .5em);
  }
  .p-blockEditor p:not([class])::after {
    margin-bottom: calc((1 - 1.65) * .5em);
  }
  .p-blockEditor p:not([class]) + p:not([class]) {
    padding-top: 3rem;
  }
  .p-bus {
    padding: 4rem 5rem;
  }
  .p-bus__content {
    width: calc(100% - 33.2rem);
  }
  .p-bus__title {
    font-size: 4rem;
  }
  .p-bus__body {
    padding-top: 3rem;
  }
  .p-bus__area {
    padding-top: 3rem;
  }
  .p-bus__area {
    line-height: 1.65;
  }
  .p-bus__area::before {
    margin-top: calc((1 - 1.65) * .5em);
  }
  .p-bus__area::after {
    margin-bottom: calc((1 - 1.65) * .5em);
  }
  .p-bus__image {
    padding-left: 5rem;
    width: 33.2rem;
  }
  .p-card {
    margin: -5rem 0 0 -5rem;
  }
  .p-card__item {
    padding: 5rem 0 0 3rem;
  }
  .p-card__body {
    padding: 2rem 2.5rem 0;
  }
  .p-card__titleInner {
    font-size: 2.8rem;
  }
  .p-card[data-card="small"] .p-card__titleInner {
    font-size: 2.4rem;
  }
  .p-card__titleInner {
    line-height: 1.333;
  }
  .p-card__titleInner::before {
    margin-top: calc((1 - 1.333) * .5em);
  }
  .p-card__titleInner::after {
    margin-bottom: calc((1 - 1.333) * .5em);
  }
  .p-card__text {
    padding-top: 2rem;
  }
  .p-course__visual {
    min-width: calc(50vw + 3rem);
    width: calc(50vw + 3rem);
  }
  .p-course__item:nth-child(odd) .p-course__visual {
    padding-left: 6rem;
  }
  .p-course__item:nth-child(even) .p-course__visual {
    padding-right: 6rem;
  }
  .p-course__visualInner {
    min-height: 35rem;
  }
  .p-course__contentTitle {
    font-size: 3.6rem;
  }
  .p-course__contentTitle {
    line-height: 1.4;
  }
  .p-course__contentTitle::before {
    margin-top: calc((1 - 1.4) * .5em);
  }
  .p-course__contentTitle::after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .p-course__contentNote {
    font-size: 1.8rem;
  }
  .p-course__contentBody {
    padding-top: 3rem;
  }
  .p-course__contentTypeItem + .p-course__contentTypeItem {
    padding-top: 3rem;
  }
  .p-course__contentTypeName {
    line-height: 1.38;
  }
  .p-course__contentTypeName::before {
    margin-top: calc((1 - 1.38) * .5em);
  }
  .p-course__contentTypeName::after {
    margin-bottom: calc((1 - 1.38) * .5em);
  }
  .p-course__contentTypeAge {
    border-radius: 19px;
    font-size: 1.6rem;
    height: 3.8rem;
    margin-top: 1.8rem;
    padding: 0 2.1rem;
  }
  .p-course__contentTag {
    height: 5rem;
  }
  .p-facilities__content + .p-facilities__content {
    padding-top: 15rem;
  }
  .p-facilities__about {
    height: 80rem;
  }
  .p-facilities__detail {
    padding-top: 5rem;
  }
  .p-facilitiesAbout {
    padding: 5.5rem 4rem 6.5rem;
    width: 39.2rem;
  }
  .p-facilitiesAbout__body {
    padding-top: 4rem;
  }
  .p-facilitiesAbout__target {
    padding-top: 4rem;
  }
  .p-facilitiesAbout__foot {
    padding-top: 4rem;
  }
  .p-facilitiesDetail {
    margin: -5rem 0 0 -5rem;
  }
  .p-facilitiesDetail__item {
    padding: 5rem 0 0 5rem;
  }
  .p-facilitiesDetail__title {
    font-size: 2.8rem;
  }
  .p-facilitiesDetail__title {
    line-height: 1.25;
  }
  .p-facilitiesDetail__title::before {
    margin-top: calc((1 - 1.25) * .5em);
  }
  .p-facilitiesDetail__title::after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .p-faqDecoration {
    padding-top: 15rem !important;
  }
  .p-faq__question::before,
  .p-faq__answer::before {
    font-size: 4rem;
  }
  .p-faq__question {
    font-size: 2rem;
  }
  .p-faq__answer {
    padding: 1rem 0 0 6rem;
  }
  .p-faq__questionInner {
    padding-left: 2.3rem;
  }
  .p-faq__answerInner {
    padding: .5rem 0 0 2.4rem;
  }
  .p-fixedBackground[data-fixedBackground="swimming"] .p-fixedBackground__decoration {
    width: 11vw;
  }
  .p-flow__item + .p-flow__item {
    padding-top: 5rem;
  }
  .p-flow__item:nth-child(odd) {
    padding-right: 15rem;
  }
  .p-flow__item:nth-child(even) {
    padding-left: 15rem;
  }
  .p-flow__title {
    font-size: 3.2rem;
  }
  .p-flow__title {
    line-height: 1.3;
  }
  .p-flow__title::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-flow__title::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-flow__content {
    padding-left: 5rem;
  }
  .p-flow__unit + .p-flow__unit {
    padding-top: 3rem;
  }
  .p-flow__note {
    line-height: 1.5;
  }
  .p-flow__note::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-flow__note::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-flow__box {
    padding: 3rem;
  }
  .p-flow__boxList {
    line-height: 1.5;
  }
  .p-flow__boxList::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-flow__boxList::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-flow__boxNote {
    padding-top: 2.5rem;
  }
  .p-flow__boxNote {
    line-height: 1.5;
  }
  .p-flow__boxNote::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-flow__boxNote::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-footer__pagetop {
    right: 4rem;
  }
  .p-footer__primary {
    padding-bottom: 9rem;
    padding-top: 5rem;
  }
  .p-footer__nav {
    padding: .7rem 0 0 4rem;
  }
  .p-footer__sns {
    padding-left: 4rem;
  }
  .p-footer__secondary {
    padding: 4rem 0 4.5rem;
  }
  .p-footerLogo {
    width: 13.9rem;
  }
  .p-footerLogo__svg {
    height: 3.639rem;
  }
  .p-footerNav {
    margin: 0 -2.5rem;
  }
  .p-footerNav__link {
    padding: 0 2.5rem;
  }
  .p-footerPagetop {
    width: 7.2rem;
  }
  .p-footerPagetop::before {
    font-size: 5.2rem;
  }
  .p-footerSns {
    margin-left: -4rem;
  }
  .p-footerSns__item {
    padding-left: 4rem;
  }
  .p-footerSns__image[src*="youtube"] {
    width: 12rem;
  }
  .p-footerSns__image[src*="instagram"] {
    width: 3rem;
  }
  .p-footerSns__image[src*="facebook"] {
    width: 3rem;
  }
  .p-for__content {
    padding-top: 0;
  }
  .p-for__tag {
    margin: -1rem 0 0 -2rem;
  }
  .p-for__tagItem {
    font-size: 2rem;
    margin: 1rem 0 0 2rem;
  }
  .p-for__body {
    padding-top: 3rem;
  }
  .p-for__image {
    padding-top: 5rem;
  }
  .p-forPlan {
    margin-bottom: -5rem;
  }
  .p-forPlan__text {
    font-size: 4rem;
  }
  .p-forPlan__text {
    line-height: 1.5;
  }
  .p-forPlan__text::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-forPlan__text::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-forPlan__arrow {
    padding-top: 5rem;
    width: 9.6rem;
  }
  .p-form__textArea {
    line-height: 1.65;
  }
  .p-formBack::before {
    left: 1.5rem;
  }
  .p-formCheck {
    margin: -2rem 0 0 -4rem;
  }
  .p-formCheck .mwform-checkbox-field {
    padding: 2rem 0 0 4rem;
  }
  .p-formTable__term {
    padding: 3rem 3rem 3rem 4rem;
  }
  .p-formTable__termText {
    padding: .5rem 2.2rem .4rem 0;
  }
  .p-formTable__termMust {
    font-size: 1.4rem;
    height: 2.5rem;
    letter-spacing: .02em;
    width: 4.7rem;
  }
  .p-formTable__desc {
    padding: 2rem 4rem;
  }
  .p-formTable__row:last-child .p-formTable__desc {
    padding-bottom: 4rem;
  }
  .mw_wp_form_confirm .p-formTable__desc {
    padding: 3.5rem 4rem;
  }
  .p-header__program,
  .p-header__contact {
    display: block;
  }
  .p-header__program span {
    display: none;
  }
  .p-headerContact {
    align-items: center;
    background: #14274c;
    border: 2px solid #14274c;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #fff;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    height: 9rem;
    justify-content: center;
    line-height: 1;
    -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
    width: 8rem;
  }
  .p-headerContact::before {
    content: "\e903";
    font-family: "icomoon" !important;
    font-size: 1.75em;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: -.25em;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: .285em;
    text-transform: none;
  }
  .p-headerProgram {
    align-items: center;
    background: #f35183 url(../image/home/ico_board.png) no-repeat center top 1.6rem / 2rem auto;
    border: 2px solid #f35183;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #fff;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    height: 9rem;
    justify-content: center;
    line-height: 1;
    -webkit-transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: background .6s cubic-bezier(.43, .02, .04, 1.08), color .6s cubic-bezier(.43, .02, .04, 1.08);
    width: 8rem;
    text-align: center;
    line-height: 2rem;
    padding: 3rem 0 0;
  }
  .orange .p-headerProgram {
    background: #ff9204 url(../image/home/ico_board.png) no-repeat center top 1.6rem / 2rem auto;
    border: 2px solid #ff9204;
  }
  .orange .p-headerProgram:hover {
    background: #fff url(../image/home/icon_hover.png) no-repeat center top 1.6rem / 2rem auto;
  }
  .p-headerProgram:hover {
    background: #fff url(../image/home/ico_board_on.png) no-repeat center top 1.6rem / 2rem auto;
  }


  .p-headerMenuLink {
    line-height: 1.65;
  }
  .p-headerMenuLink::before {
    margin-top: calc((1 - 1.65) * .5em);
  }
  .p-headerMenuLink::after {
    margin-bottom: calc((1 - 1.65) * .5em);
  }
  .p-homeFacilities__item {
    width: 25%;
  }
  .p-homeFacilities__link {
    padding-top: 81.841%;
  }
  .p-homeFacilities__title {
    line-height: 1.5;
  }
  .p-homeFacilities__title::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-homeFacilities__title::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-homeFacilities__text {
    line-height: 1.5;
  }
  .p-homeFacilities__text::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-homeFacilities__text::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-homeHero {
    height: 38.958vw;
  }
  .p-homeHero__text {
    left: calc(50% - 12.135vw);
    top: 9.531vw;
    width: 28.645vw;
  }
  .p-homeIntro__sub {
    font-size: 2.2rem;
  }
  .p-homeIntro__sub {
    line-height: 1.625;
  }
  .p-homeIntro__sub::before {
    margin-top: calc((1 - 1.625) * .5em);
  }
  .p-homeIntro__sub::after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .p-homeIntro__main {
    font-size: 5rem;
    padding-top: 3rem;
  }
  .p-homeIntro__main {
    line-height: 1.307;
  }
  .p-homeIntro__main::before {
    margin-top: calc((1 - 1.307) * .5em);
  }
  .p-homeIntro__main::after {
    margin-bottom: calc((1 - 1.307) * .5em);
  }
  .p-homeMedia {
    position: relative;
  }
  .p-homeMedia__english {
    font-size: 6rem;
    margin-top: -.9rem;
  }
  .p-homeMedia__japanese {
    padding-top: 1.1rem;
  }
  .p-homeMedia__japanese {
    line-height: 1.3;
  }
  .p-homeMedia__japanese::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-homeMedia__japanese::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-homeMedia__youtubeTitle {
    line-height: 1.5;
  }
  .p-homeMedia__youtubeTitle::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-homeMedia__youtubeTitle::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-homeMenu__visual {
    min-width: calc(50vw + 3rem);
    width: calc(50vw + 3rem);
  }
  .p-homeMenu__item:nth-child(odd) .p-homeMenu__visual {
    padding-left: 6rem;
  }
  .p-homeMenu__item:nth-child(even) .p-homeMenu__visual {
    padding-right: 6rem;
  }
  .p-homeMenu__visualInner {
    min-height: 35rem;
  }
  .p-homeMenu__content {
    padding-top: 6rem;
  }
  .p-homeMenu__item:nth-child(1) .p-homeMenu__contentDecoration {
    height: 15rem;
  }
  .p-homeMenu__item:nth-child(2) .p-homeMenu__contentDecoration {
    bottom: 1.4rem;
    height: 7rem;
  }
  .p-homeMenu__item:nth-child(3) .p-homeMenu__contentDecoration {
    bottom: 3rem;
    height: 8rem;
  }
  .p-homeMenu__contentTitle {
    font-size: 2.6rem;
  }
  .p-homeMenu__contentTitle {
    line-height: 1.3;
  }
  .p-homeMenu__contentTitle::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-homeMenu__contentTitle::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-homeMenu__contentText {
    padding-right: 3rem;
    padding-top: 3rem;
  }
  .p-homeMenu__contentButton {
    padding-top: 7.5rem;
  }
  .p-homeMenuDecoration {
    padding-bottom: 19rem;
  }
  .p-homeNews {
    position: relative;
  }
  .p-homeNews__listTitle {
    line-height: 1.5;
  }
  .p-homeNews__listTitle::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-homeNews__listTitle::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-homeNews__button {
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 4rem;
    width: 17.2rem;
  }
  .p-homeStaff {
    margin-top: -4.5rem;
    width: 87.2rem;
  }
  .p-homeStaff__circle {
    height: 50rem;
    width: 50rem;
  }
  .p-homeStaff__circleContent {
    padding: 5rem 0 0;
    width: 33rem;
  }
  .p-homeStaff__circleText {
    padding-top: 3.5rem;
  }
  .p-homeStaff__circleButton {
    padding-top: 6.5rem;
  }
  .p-homeStaff__slider {
    margin-top: -9vw;
  }
  .p-mainvisual {
    height: 56.25vh;
    max-height: 50rem;
    min-height: 36rem;
  }
  .p-mainvisual__svg {
    height: 29.4rem;
    top: calc(50% + .2rem);
    width: 37.5rem;
  }
  .p-mainvisual__text {
    top: calc(50% + 1rem);
  }
  .p-mainvisual__textEnglish {
    font-size: 6rem;
  }
  .p-mainvisual__textJapanese {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
  .p-newsArchive {
    margin-top: -3rem;
  }
  .p-newsArchive__link {
    padding: 3rem 0;
  }
  .p-newsArchive__thumbnail {
    border-radius: 38px;
    width: 13rem;
  }
  .p-newsArchive__content {
    padding: 1.1rem 0 0 3rem;
    width: calc(100% - 13rem);
  }
  .p-newsArchive__date {
    font-size: 1.6rem;
  }
  .p-newsArchive__title {
    font-size: 2rem;
  }
  .p-newsArchive__title {
    line-height: 1.5;
  }
  .p-newsArchive__title::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-newsArchive__title::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-newsArchive__text {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
  .p-newsArchive__text {
    line-height: 1.5;
  }
  .p-newsArchive__text::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-newsArchive__text::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-newsPost__date {
    font-size: 2rem;
  }
  .p-newsPost__title {
    font-size: 2.8rem;
  }
  .p-newsPost__title {
    line-height: 1.3;
  }
  .p-newsPost__title::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-newsPost__title::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-newsPost__body {
    padding-top: 5rem;
  }
  .p-others {
    margin: -10rem 0;
  }
  .p-others__content {
    padding: 10rem 0;
  }
  .p-others__name {
    font-size: 3.6rem;
  }
  .p-others__name {
    line-height: 1.3;
  }
  .p-others__name::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-others__name::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-others__text {
    padding-top: 3rem;
  }
  .p-others__info {
    padding-top: 3rem;
  }
  .p-others__infoInner {
    padding: 3rem 3.5rem;
  }
  .p-others__infoItem + .p-others__infoItem {
    padding-top: 3rem;
  }
  .p-others__infoTerm {
    font-size: 1.8rem;
  }
  .p-others__infoDesc {
    font-size: 1.6rem;
  }
  .p-others__infoDesc {
    line-height: 1.5;
  }
  .p-others__infoDesc::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-others__infoDesc::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-others__response {
    padding-top: 3rem;
  }
  .p-others__responseNote {
    line-height: 1.5;
  }
  .p-others__responseNote::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-others__responseNote::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-others__image {
    border-radius: 86px;
    margin-left: 6rem;
  }
  .p-panel {
    margin: -2rem 0 0 -3rem;
  }
  .p-panel__item {
    padding: 2rem 0 0 3rem;
  }
  .p-panel__content {
    font-size: 1.6rem;
  }
  .p-planPrice__contentInner {
    border-radius: 38px;
  }
  .p-planPrice__head {
    height: 8.6rem;
  }
  .p-planPrice__title {
    font-size: 2.4rem;
  }
  .p-planPrice__body {
    height: 11rem;
  }
  .p-planPrice__init {
    font-size: 4rem;
  }
  .p-planPrice__monthlyText {
    font-size: 2.4rem;
  }
  .p-planPrice__monthlyNumber {
    font-size: 4.4rem;
  }
  .p-planPrice__monthlyYen {
    font-size: 2.4rem;
  }
  .p-planPrice__monthlyScale {
    font-size: 1.6rem;
  }
  .p-price__swipe {
    margin: 0;
    overflow-x: visible;
    width: 100%;
  }
  .p-price__swipeInner {
    max-width: auto;
    padding: 0;
  }
  .p-price__note {
    line-height: 1.5;
  }
  .p-price__note::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-price__note::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-rentalAbout {
    margin-top: -5rem;
  }
  .p-rentalAbout__inner {
    padding: 10rem 0;
  }
  .p-rentalAbout__circle[data-circle="primary"] {
    left: -20rem;
    top: 13rem;
    width: 30rem;
  }
  .p-rentalAbout__circle[data-circle="secondary"] {
    top: 37rem;
    width: 27rem;
  }
  .p-rentalAbout__title {
    font-size: 3.6rem;
  }
  .p-rentalAbout__title {
    line-height: 1.472;
  }
  .p-rentalAbout__title::before {
    margin-top: calc((1 - 1.472) * .5em);
  }
  .p-rentalAbout__title::after {
    margin-bottom: calc((1 - 1.472) * .5em);
  }
  .p-rentalAbout__text {
    line-height: 1.625;
  }
  .p-rentalAbout__text::before {
    margin-top: calc((1 - 1.625) * .5em);
  }
  .p-rentalAbout__text::after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .p-rentalAbout__body {
    padding-left: 6rem;
  }
  .p-rentalAbout__roomName {
    font-size: 2rem;
    padding-top: 2rem;
  }
  .p-rentalAbout__roomName {
    line-height: 1.5;
  }
  .p-rentalAbout__roomName::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-rentalAbout__roomName::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-rentalAbout__roomNote {
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
  .p-rentalAbout__roomNote {
    line-height: 1.5;
  }
  .p-rentalAbout__roomNote::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-rentalAbout__roomNote::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-rentalPrice__swipe {
    margin: 0;
    overflow-x: visible;
    width: 100%;
  }
  .p-rentalPrice__swipeInner {
    max-width: auto;
    padding: 0;
  }
  .p-rentalPrice__note {
    line-height: 1.5;
  }
  .p-rentalPrice__note::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-rentalPrice__note::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-schedule__swipe {
    margin: 0;
    overflow-x: visible;
    width: 100%;
  }
  .p-schedule__swipeInner {
    min-width: auto;
    padding: 0;
  }
  .p-schedule__note {
    line-height: 1.5;
  }
  .p-schedule__note::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-schedule__note::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-staff {
    margin: -6.5rem 0 0 -6.5rem;
  }
  .p-staff__item {
    padding: 6.5rem 0 0 6.5rem;
  }
  .p-staff__item:nth-child(2) {
    padding-top: 16.5rem;
  }
  .p-staff__englishName {
    font-size: 3.4rem;
    padding-top: 2.5rem;
  }
  .p-staff__japaneseName {
    padding-top: 1rem;
  }
  .p-staff__text {
    padding-top: 3rem;
  }
  .p-staff__text {
    line-height: 1.5625;
  }
  .p-staff__text::before {
    margin-top: calc((1 - 1.5625) * .5em);
  }
  .p-staff__text::after {
    margin-bottom: calc((1 - 1.5625) * .5em);
  }
  .p-staff__tag {
    margin: -1rem 0 0 -1rem;
    padding-top: 2.5rem;
  }
  .p-staff__tagItem {
    border-radius: 15px;
    font-size: 1.4rem;
    height: 3rem;
    margin: 1rem 0 0 1rem;
  }
  .p-sticky__head {
    width: 33rem;
  }
  .p-sticky__titleEnglish {
    font-size: 7rem;
  }
  .p-sticky__titleEnglish {
    line-height: 1.2;
  }
  .p-sticky__titleEnglish::before {
    margin-top: calc((1 - 1.2) * .5em);
  }
  .p-sticky__titleEnglish::after {
    margin-bottom: calc((1 - 1.2) * .5em);
  }
  .p-sticky__titleJapanese {
    font-size: 1.6rem;
    padding-top: 1.1rem;
  }
  .p-sticky__titleJapanese {
    line-height: 1.3;
  }
  .p-sticky__titleJapanese::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-sticky__titleJapanese::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-sticky__body {
    width: calc(100% - 33rem);
  }
  .p-support__title {
    font-size: 2.4rem;
  }
  .p-support__text {
    padding-top: 2rem;
  }
  .p-swimming {
    margin-bottom: -3rem;
    overflow: hidden;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
  .p-swimming__helby {
    bottom: 0;
    display: block;
    left: calc(50% + 35rem);
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50rem;
    z-index: -1;
  }
  .p-swimming__content + .p-swimming__content {
    padding-top: 10rem;
  }
  .p-swimming__background + .p-swimming__content {
    padding-top: 0;
  }
  .p-swimming__title {
    font-size: 3.8rem;
  }
  .p-swimming__title {
    line-height: 1.3;
  }
  .p-swimming__title::before {
    margin-top: calc((1 - 1.3) * .5em);
  }
  .p-swimming__title::after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .p-swimming__catch {
    font-size: 2.2rem;
    padding-top: 3rem;
  }
  .p-swimming__catch {
    line-height: 1.5;
  }
  .p-swimming__catch::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-swimming__catch::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-swimming__note {
    padding-top: 2rem;
  }
  .p-swimming__note {
    line-height: 1.65;
  }
  .p-swimming__note::before {
    margin-top: calc((1 - 1.65) * .5em);
  }
  .p-swimming__note::after {
    margin-bottom: calc((1 - 1.65) * .5em);
  }
  .p-swimming__body {
    padding-top: 5rem;
  }
  .p-swimming__promotion + .p-swimming__promotion {
    padding-top: 5rem;
  }
  .p-swimmingPrice__content + .p-swimmingPrice__content {
    padding-top: 5rem;
  }
  .p-swimmingPrice__title {
    font-size: 2.8rem;
  }
  .p-swimmingPrice__title {
    line-height: 1.4;
  }
  .p-swimmingPrice__title::before {
    margin-top: calc((1 - 1.4) * .5em);
  }
  .p-swimmingPrice__title::after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .p-swimmingPrice__body {
    padding-top: 3rem;
  }
  .p-swimmingPrice__detail {
    border-radius: 38px;
    max-width: 48rem;
  }
  .p-swimmingPrice__detailHead {
    height: 8.6rem;
  }
  .p-swimmingPrice__detailTitle {
    font-size: 2.4rem;
  }
  .p-swimmingPrice__detailBody {
    height: 11rem;
  }
  .p-swimmingPrice__detailHowText {
    font-size: 2.4rem;
  }
  .p-swimmingPrice__detailHowNumber {
    font-size: 4.4rem;
  }
  .p-swimmingPrice__detailHowYen {
    font-size: 2.4rem;
  }
  .p-swimmingPrice__detailHowScale {
    font-size: 1.6rem;
  }
  .p-swimmingPrice__note {
    padding-top: 4.5rem;
  }
  .p-swimmingPrice__noteText {
    font-size: 1.8rem;
  }
  .p-swimmingPriceDecoration__image {
    top: -10vw;
  }
  .p-swimmingPromotion__title {
    font-size: 2.6rem;
  }
  .p-swimmingPromotion__body {
    padding-top: 3rem;
  }
  .p-swimmingPromotion__note {
    padding-top: 5rem;
  }
  .p-swimmingPromotion__note {
    line-height: 1.5;
  }
  .p-swimmingPromotion__note::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-swimmingPromotion__note::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-trainingCoach__image {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .p-trainingCoach__englishName {
    font-size: 3rem;
    padding-top: 2.5rem;
  }
  .p-trainingCoach__time {
    padding-top: 2rem;
  }
  .p-trainingCoach__text {
    line-height: 1.5625;
  }
  .p-trainingCoach__text::before {
    margin-top: calc((1 - 1.5625) * .5em);
  }
  .p-trainingCoach__text::after {
    margin-bottom: calc((1 - 1.5625) * .5em);
  }
  .p-trainingCoach__tagItem {
    border-radius: 15px;
    font-size: 1.4rem;
    height: 3rem;
  }
  .p-trainingPrice__contentInner {
    margin-top: 0;
  }
  .p-trainingPrice__balloon {
    font-size: 1.8rem;
  }
  .p-trainingPrice__boxTitle {
    font-size: 2.4rem;
  }
  .p-trainingPrice__boxTitle {
    line-height: 1.5;
  }
  .p-trainingPrice__boxTitle::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-trainingPrice__boxTitle::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-trainingPrice__boxNumber {
    font-size: 4.4rem;
  }
  .p-trainingPrice__boxYen {
    font-size: 2.4rem;
  }
  .p-trainingPrice__boxText {
    font-size: 1.6rem;
  }
  .p-trainingPrice__note {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
  .p-trainingPrice__note {
    line-height: 1.5;
  }
  .p-trainingPrice__note::before {
    margin-top: calc((1 - 1.5) * .5em);
  }
  .p-trainingPrice__note::after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .p-trainingPrice__commentInner {
    font-size: 1.8rem;
    padding: 0 1rem 1.5rem;
  }
  body[data-userAgent="ie"] .p-trainingPrice__commentInner {
    background-position: center 1.5rem;
  }
  .p-trialPrice {
    border-radius: 38px;
    max-width: 48rem;
  }
  .p-trialPrice__head {
    height: 8.6rem;
  }
  .p-trialPrice__title {
    font-size: 2.4rem;
  }
  .p-trialPrice__body {
    height: 15rem;
  }
  .p-trialPrice__text {
    font-size: 2.4rem;
  }
  .p-trialPrice__howNumber {
    font-size: 4.4rem;
  }
  .p-trialPrice__howYen {
    font-size: 2.4rem;
  }
  .p-trialPrice__howScale {
    font-size: 1.6rem;
  }
  .u-textAlign[data-textAlign~="lg-left"] {
    text-align: left;
  }
  .u-textAlign[data-textAlign~="lg-right"] {
    text-align: right;
  }
  .u-textAlign[data-textAlign~="lg-center"] {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .u-hide[data-hide~="min-xl"] {
    display: none !important;
  }
  .c-grid[data-grid~="xl-left"] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .c-grid[data-grid~="xl-center"] {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-grid[data-grid~="xl-right"] {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .c-grid[data-grid~="xl-space-between"] {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-grid[data-grid~="xl-top"] {
    align-items: flex-start;
    -webkit-box-align: start;
  }
  .c-grid[data-grid~="xl-middle"] {
    align-items: center;
    -webkit-box-align: center;
  }
  .c-grid[data-grid~="xl-bottom"] {
    align-items: flex-end;
    -webkit-box-align: end;
  }
  .c-grid[data-grid~="xl-row-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .c-grid[data-grid~="xl-column-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
  }
  .c-grid[data-grid~="xl-5"] {
    margin: -.5rem 0 0 -.5rem;
  }
  .c-grid[data-grid~="xl-5"] &gt; .c-grid__item {
    border-width: .5rem 0 0 .5rem;
  }
  .c-grid[data-grid~="xl-10"] {
    margin: -1rem 0 0 -1rem;
  }
  .c-grid[data-grid~="xl-10"] &gt; .c-grid__item {
    border-width: 1rem 0 0 1rem;
  }
  .c-grid[data-grid~="xl-15"] {
    margin: -1.5rem 0 0 -1.5rem;
  }
  .c-grid[data-grid~="xl-15"] &gt; .c-grid__item {
    border-width: 1.5rem 0 0 1.5rem;
  }
  .c-grid[data-grid~="xl-20"] {
    margin: -2rem 0 0 -2rem;
  }
  .c-grid[data-grid~="xl-20"] &gt; .c-grid__item {
    border-width: 2rem 0 0 2rem;
  }
  .c-grid[data-grid~="xl-25"] {
    margin: -2.5rem 0 0 -2.5rem;
  }
  .c-grid[data-grid~="xl-25"] &gt; .c-grid__item {
    border-width: 2.5rem 0 0 2.5rem;
  }
  .c-grid[data-grid~="xl-30"] {
    margin: -3rem 0 0 -3rem;
  }
  .c-grid[data-grid~="xl-30"] &gt; .c-grid__item {
    border-width: 3rem 0 0 3rem;
  }
  .c-grid[data-grid~="xl-35"] {
    margin: -3.5rem 0 0 -3.5rem;
  }
  .c-grid[data-grid~="xl-35"] &gt; .c-grid__item {
    border-width: 3.5rem 0 0 3.5rem;
  }
  .c-grid[data-grid~="xl-40"] {
    margin: -4rem 0 0 -4rem;
  }
  .c-grid[data-grid~="xl-40"] &gt; .c-grid__item {
    border-width: 4rem 0 0 4rem;
  }
  .c-grid[data-grid~="xl-45"] {
    margin: -4.5rem 0 0 -4.5rem;
  }
  .c-grid[data-grid~="xl-45"] &gt; .c-grid__item {
    border-width: 4.5rem 0 0 4.5rem;
  }
  .c-grid[data-grid~="xl-50"] {
    margin: -5rem 0 0 -5rem;
  }
  .c-grid[data-grid~="xl-50"] &gt; .c-grid__item {
    border-width: 5rem 0 0 5rem;
  }
  .c-grid[data-grid~="xl-55"] {
    margin: -5.5rem 0 0 -5.5rem;
  }
  .c-grid[data-grid~="xl-55"] &gt; .c-grid__item {
    border-width: 5.5rem 0 0 5.5rem;
  }
  .c-grid[data-grid~="xl-60"] {
    margin: -6rem 0 0 -6rem;
  }
  .c-grid[data-grid~="xl-60"] &gt; .c-grid__item {
    border-width: 6rem 0 0 6rem;
  }
  .c-grid[data-grid~="xl-65"] {
    margin: -6.5rem 0 0 -6.5rem;
  }
  .c-grid[data-grid~="xl-65"] &gt; .c-grid__item {
    border-width: 6.5rem 0 0 6.5rem;
  }
  .c-grid[data-grid~="xl-70"] {
    margin: -7rem 0 0 -7rem;
  }
  .c-grid[data-grid~="xl-70"] &gt; .c-grid__item {
    border-width: 7rem 0 0 7rem;
  }
  .c-grid[data-grid~="xl-75"] {
    margin: -7.5rem 0 0 -7.5rem;
  }
  .c-grid[data-grid~="xl-75"] &gt; .c-grid__item {
    border-width: 7.5rem 0 0 7.5rem;
  }
  .c-grid[data-grid~="xl-80"] {
    margin: -8rem 0 0 -8rem;
  }
  .c-grid[data-grid~="xl-80"] &gt; .c-grid__item {
    border-width: 8rem 0 0 8rem;
  }
  .c-grid[data-grid~="xl-85"] {
    margin: -8.5rem 0 0 -8.5rem;
  }
  .c-grid[data-grid~="xl-85"] &gt; .c-grid__item {
    border-width: 8.5rem 0 0 8.5rem;
  }
  .c-grid[data-grid~="xl-90"] {
    margin: -9rem 0 0 -9rem;
  }
  .c-grid[data-grid~="xl-90"] &gt; .c-grid__item {
    border-width: 9rem 0 0 9rem;
  }
  .c-grid[data-grid~="xl-95"] {
    margin: -9.5rem 0 0 -9.5rem;
  }
  .c-grid[data-grid~="xl-95"] &gt; .c-grid__item {
    border-width: 9.5rem 0 0 9.5rem;
  }
  .c-grid[data-grid~="xl-100"] {
    margin: -10rem 0 0 -10rem;
  }
  .c-grid[data-grid~="xl-100"] &gt; .c-grid__item {
    border-width: 10rem 0 0 10rem;
  }
  .c-grid[data-grid~="xl-105"] {
    margin: -10.5rem 0 0 -10.5rem;
  }
  .c-grid[data-grid~="xl-105"] &gt; .c-grid__item {
    border-width: 10.5rem 0 0 10.5rem;
  }
  .c-grid[data-grid~="xl-110"] {
    margin: -11rem 0 0 -11rem;
  }
  .c-grid[data-grid~="xl-110"] &gt; .c-grid__item {
    border-width: 11rem 0 0 11rem;
  }
  .c-grid[data-grid~="xl-115"] {
    margin: -11.5rem 0 0 -11.5rem;
  }
  .c-grid[data-grid~="xl-115"] &gt; .c-grid__item {
    border-width: 11.5rem 0 0 11.5rem;
  }
  .c-grid[data-grid~="xl-120"] {
    margin: -12rem 0 0 -12rem;
  }
  .c-grid[data-grid~="xl-120"] &gt; .c-grid__item {
    border-width: 12rem 0 0 12rem;
  }
  .c-grid[data-grid~="xl-125"] {
    margin: -12.5rem 0 0 -12.5rem;
  }
  .c-grid[data-grid~="xl-125"] &gt; .c-grid__item {
    border-width: 12.5rem 0 0 12.5rem;
  }
  .c-grid[data-grid~="xl-130"] {
    margin: -13rem 0 0 -13rem;
  }
  .c-grid[data-grid~="xl-130"] &gt; .c-grid__item {
    border-width: 13rem 0 0 13rem;
  }
  .c-grid[data-grid~="xl-135"] {
    margin: -13.5rem 0 0 -13.5rem;
  }
  .c-grid[data-grid~="xl-135"] &gt; .c-grid__item {
    border-width: 13.5rem 0 0 13.5rem;
  }
  .c-grid[data-grid~="xl-140"] {
    margin: -14rem 0 0 -14rem;
  }
  .c-grid[data-grid~="xl-140"] &gt; .c-grid__item {
    border-width: 14rem 0 0 14rem;
  }
  .c-grid[data-grid~="xl-145"] {
    margin: -14.5rem 0 0 -14.5rem;
  }
  .c-grid[data-grid~="xl-145"] &gt; .c-grid__item {
    border-width: 14.5rem 0 0 14.5rem;
  }
  .c-grid[data-grid~="xl-150"] {
    margin: -15rem 0 0 -15rem;
  }
  .c-grid[data-grid~="xl-150"] &gt; .c-grid__item {
    border-width: 15rem 0 0 15rem;
  }
  .c-grid[data-grid~="xl-0"] {
    margin: 0;
  }
  .c-grid[data-grid~="xl-0"] &gt; .c-grid__item {
    border-width: 0;
  }
  .c-grid__item[data-gridItem~="xl-1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-gridItem~="xl-2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-gridItem~="xl-3"] {
    width: 25%;
  }
  .c-grid__item[data-gridItem~="xl-4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-gridItem~="xl-5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-gridItem~="xl-6"] {
    width: 50%;
  }
  .c-grid__item[data-gridItem~="xl-7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-gridItem~="xl-8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-gridItem~="xl-9"] {
    width: 75%;
  }
  .c-grid__item[data-gridItem~="xl-10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-gridItem~="xl-11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-gridItem~="xl-12"] {
    width: 100%;
  }
  .c-grid__item[data-gridItem~="xl-five"] {
    width: 20%;
  }
  .c-grid__item[data-gridItem~="xl-eleven"] {
    width: 9.09%;
  }
  .c-grid__item[data-gridItem~="xl-auto"] {
    width: auto;
  }
  .p-bus {
    border-radius: 38px;
  }
  .p-card__item {
    padding: 5rem 0 0 5rem;
  }
  .p-card:not([data-card="small"]) .p-card__item {
    width: 33.333%;
  }
  .p-course__item + .p-course__item {
    padding-top: 10rem;
  }
  .p-course__item:nth-child(odd) .p-course__visualInner {
    border-radius: 86px 0 0 86px;
  }
  .p-course__item:nth-child(even) .p-course__visualInner {
    border-radius: 0 86px 86px 0;
  }
  .p-course__contentTypeImage {
    border-radius: 38px;
    width: 21rem;
  }
  .p-course__contentTypeDetail {
    width: calc(100% - 21rem);
  }
  .p-course__contentTypeName {
    font-size: 2.8rem;
  }
  .p-facilitiesAbout {
    border-radius: 86px;
  }
  .p-facilitiesDetail__thumbnail {
    border-radius: 86px;
  }
  .p-fixedBackground[data-fixedBackground="swimming"] .p-fixedBackground__decoration {
    right: 8vw;
  }
  .p-flow__image {
    min-width: 30.2rem;
    width: 30.2rem;
  }
  .p-form__item[data-wrap="wrap"] {
    flex-wrap: nowrap;
  }
  .p-formTable {
    border-radius: 38px;
  }
  .p-homeAccess__content {
    margin-left: 0;
  }
  .p-homeFacilities__link {
    border-radius: 60px;
  }
  .p-homeMedia__youtubeThumbnail {
    border-radius: 68px;
  }
  .p-homeMedia__button {
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 2.2rem;
    width: 12.2rem;
  }
  .p-homeMenu__item + .p-homeMenu__item {
    padding-top: 10rem;
  }
  .p-homeMenu__item:nth-child(odd) .p-homeMenu__visualInner {
    border-radius: 86px 0 0 86px;
  }
  .p-homeMenu__item:nth-child(even) .p-homeMenu__visualInner {
    border-radius: 0 86px 86px 0;
  }
  .p-homeMenu__contentTitle {
    font-size: 3rem;
  }
  .p-homeNews__listItem {
    width: 25%;
  }
  .p-homeStaff {
    width: auto;
  }
  .p-homeStaff__image[src*="staff-01.png"] {
    left: 2.8rem;
    top: 7.9rem;
    width: 44.4rem;
  }
  .p-homeStaff__image[src*="staff-02.png"] {
    left: 36.4rem;
    top: -13.7rem;
    width: 15rem;
  }
  .p-homeStaff__circle {
    height: 55rem;
    width: 55rem;
  }
  .p-homeStaff__circleContent {
    width: 35rem;
  }
  .p-others__infoInner {
    border-radius: 38px;
  }
  .p-panel__item {
    width: 33.333%;
  }
  .p-planPrice::before,
  .p-planPrice::after {
    height: 1.6rem;
    width: 6rem;
  }
  .p-planPrice__content + .p-planPrice__content {
    margin-left: 15rem;
  }
  .p-price__table {
    font-size: 1.6rem;
  }
  .p-price__note {
    font-size: 1.6rem;
  }
  .p-rentalAbout__roomImage {
    border-radius: 38px;
  }
  .p-rentalPrice__table {
    font-size: 1.6rem;
  }
  .p-rentalPrice__note {
    font-size: 1.6rem;
  }
  .p-rentalService__icon {
    height: 8rem;
    width: 8rem;
  }
  .p-rentalService__text {
    border-radius: 25px;
    font-size: 1.8rem;
    height: 5rem;
  }
  .p-schedule__table {
    font-size: 1.6rem;
  }
  .p-schedule__note {
    font-size: 1.6rem;
  }
  .p-support {
    margin: -6rem 0 0 -9rem;
  }
  .p-support__item {
    padding: 6rem 0 0 9rem;
  }
  .p-swimming {
    margin-bottom: -8.3rem;
    padding-bottom: 8.3rem;
  }
  .p-swimming__helby {
    left: calc(50% + 46.8rem);
    width: 67.4rem;
  }
  .p-swimmingPromotion__body {
    padding: 3rem 3rem 0;
  }
  .p-trainingCoach__item {
    width: 25%;
  }
  .Coach_test .p-trainingCoach__item {
    width: 33%;
  }
  .p-trainingCoach__time {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .p-trainingCoach__timeTerm {
    width: 100%;
  }
  .p-trainingCoach__timeDesc {
    width: 100%;
  }
  .p-trainingPrice__content:nth-child(1) {
    padding-right: 5rem;
  }
  .p-trainingPrice__content:nth-child(2) {
    padding-left: 5rem;
  }
  .u-textAlign[data-textAlign~="xl-left"] {
    text-align: left;
  }
  .u-textAlign[data-textAlign~="xl-right"] {
    text-align: right;
  }
  .u-textAlign[data-textAlign~="xl-center"] {
    text-align: center;
  }
}

@media screen and (min-width: 1400px) {
  .u-hide[data-hide~="min-xxl"] {
    display: none !important;
  }
  .c-grid[data-grid~="xxl-left"] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .c-grid[data-grid~="xxl-center"] {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-grid[data-grid~="xxl-right"] {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .c-grid[data-grid~="xxl-space-between"] {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c-grid[data-grid~="xxl-top"] {
    align-items: flex-start;
    -webkit-box-align: start;
  }
  .c-grid[data-grid~="xxl-middle"] {
    align-items: center;
    -webkit-box-align: center;
  }
  .c-grid[data-grid~="xxl-bottom"] {
    align-items: flex-end;
    -webkit-box-align: end;
  }
  .c-grid[data-grid~="xxl-row-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .c-grid[data-grid~="xxl-column-reverse"] {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
  }
  .c-grid[data-grid~="xxl-5"] {
    margin: -.5rem 0 0 -.5rem;
  }
  .c-grid[data-grid~="xxl-5"] &gt; .c-grid__item {
    border-width: .5rem 0 0 .5rem;
  }
  .c-grid[data-grid~="xxl-10"] {
    margin: -1rem 0 0 -1rem;
  }
  .c-grid[data-grid~="xxl-10"] &gt; .c-grid__item {
    border-width: 1rem 0 0 1rem;
  }
  .c-grid[data-grid~="xxl-15"] {
    margin: -1.5rem 0 0 -1.5rem;
  }
  .c-grid[data-grid~="xxl-15"] &gt; .c-grid__item {
    border-width: 1.5rem 0 0 1.5rem;
  }
  .c-grid[data-grid~="xxl-20"] {
    margin: -2rem 0 0 -2rem;
  }
  .c-grid[data-grid~="xxl-20"] &gt; .c-grid__item {
    border-width: 2rem 0 0 2rem;
  }
  .c-grid[data-grid~="xxl-25"] {
    margin: -2.5rem 0 0 -2.5rem;
  }
  .c-grid[data-grid~="xxl-25"] &gt; .c-grid__item {
    border-width: 2.5rem 0 0 2.5rem;
  }
  .c-grid[data-grid~="xxl-30"] {
    margin: -3rem 0 0 -3rem;
  }
  .c-grid[data-grid~="xxl-30"] &gt; .c-grid__item {
    border-width: 3rem 0 0 3rem;
  }
  .c-grid[data-grid~="xxl-35"] {
    margin: -3.5rem 0 0 -3.5rem;
  }
  .c-grid[data-grid~="xxl-35"] &gt; .c-grid__item {
    border-width: 3.5rem 0 0 3.5rem;
  }
  .c-grid[data-grid~="xxl-40"] {
    margin: -4rem 0 0 -4rem;
  }
  .c-grid[data-grid~="xxl-40"] &gt; .c-grid__item {
    border-width: 4rem 0 0 4rem;
  }
  .c-grid[data-grid~="xxl-45"] {
    margin: -4.5rem 0 0 -4.5rem;
  }
  .c-grid[data-grid~="xxl-45"] &gt; .c-grid__item {
    border-width: 4.5rem 0 0 4.5rem;
  }
  .c-grid[data-grid~="xxl-50"] {
    margin: -5rem 0 0 -5rem;
  }
  .c-grid[data-grid~="xxl-50"] &gt; .c-grid__item {
    border-width: 5rem 0 0 5rem;
  }
  .c-grid[data-grid~="xxl-55"] {
    margin: -5.5rem 0 0 -5.5rem;
  }
  .c-grid[data-grid~="xxl-55"] &gt; .c-grid__item {
    border-width: 5.5rem 0 0 5.5rem;
  }
  .c-grid[data-grid~="xxl-60"] {
    margin: -6rem 0 0 -6rem;
  }
  .c-grid[data-grid~="xxl-60"] &gt; .c-grid__item {
    border-width: 6rem 0 0 6rem;
  }
  .c-grid[data-grid~="xxl-65"] {
    margin: -6.5rem 0 0 -6.5rem;
  }
  .c-grid[data-grid~="xxl-65"] &gt; .c-grid__item {
    border-width: 6.5rem 0 0 6.5rem;
  }
  .c-grid[data-grid~="xxl-70"] {
    margin: -7rem 0 0 -7rem;
  }
  .c-grid[data-grid~="xxl-70"] &gt; .c-grid__item {
    border-width: 7rem 0 0 7rem;
  }
  .c-grid[data-grid~="xxl-75"] {
    margin: -7.5rem 0 0 -7.5rem;
  }
  .c-grid[data-grid~="xxl-75"] &gt; .c-grid__item {
    border-width: 7.5rem 0 0 7.5rem;
  }
  .c-grid[data-grid~="xxl-80"] {
    margin: -8rem 0 0 -8rem;
  }
  .c-grid[data-grid~="xxl-80"] &gt; .c-grid__item {
    border-width: 8rem 0 0 8rem;
  }
  .c-grid[data-grid~="xxl-85"] {
    margin: -8.5rem 0 0 -8.5rem;
  }
  .c-grid[data-grid~="xxl-85"] &gt; .c-grid__item {
    border-width: 8.5rem 0 0 8.5rem;
  }
  .c-grid[data-grid~="xxl-90"] {
    margin: -9rem 0 0 -9rem;
  }
  .c-grid[data-grid~="xxl-90"] &gt; .c-grid__item {
    border-width: 9rem 0 0 9rem;
  }
  .c-grid[data-grid~="xxl-95"] {
    margin: -9.5rem 0 0 -9.5rem;
  }
  .c-grid[data-grid~="xxl-95"] &gt; .c-grid__item {
    border-width: 9.5rem 0 0 9.5rem;
  }
  .c-grid[data-grid~="xxl-100"] {
    margin: -10rem 0 0 -10rem;
  }
  .c-grid[data-grid~="xxl-100"] &gt; .c-grid__item {
    border-width: 10rem 0 0 10rem;
  }
  .c-grid[data-grid~="xxl-105"] {
    margin: -10.5rem 0 0 -10.5rem;
  }
  .c-grid[data-grid~="xxl-105"] &gt; .c-grid__item {
    border-width: 10.5rem 0 0 10.5rem;
  }
  .c-grid[data-grid~="xxl-110"] {
    margin: -11rem 0 0 -11rem;
  }
  .c-grid[data-grid~="xxl-110"] &gt; .c-grid__item {
    border-width: 11rem 0 0 11rem;
  }
  .c-grid[data-grid~="xxl-115"] {
    margin: -11.5rem 0 0 -11.5rem;
  }
  .c-grid[data-grid~="xxl-115"] &gt; .c-grid__item {
    border-width: 11.5rem 0 0 11.5rem;
  }
  .c-grid[data-grid~="xxl-120"] {
    margin: -12rem 0 0 -12rem;
  }
  .c-grid[data-grid~="xxl-120"] &gt; .c-grid__item {
    border-width: 12rem 0 0 12rem;
  }
  .c-grid[data-grid~="xxl-125"] {
    margin: -12.5rem 0 0 -12.5rem;
  }
  .c-grid[data-grid~="xxl-125"] &gt; .c-grid__item {
    border-width: 12.5rem 0 0 12.5rem;
  }
  .c-grid[data-grid~="xxl-130"] {
    margin: -13rem 0 0 -13rem;
  }
  .c-grid[data-grid~="xxl-130"] &gt; .c-grid__item {
    border-width: 13rem 0 0 13rem;
  }
  .c-grid[data-grid~="xxl-135"] {
    margin: -13.5rem 0 0 -13.5rem;
  }
  .c-grid[data-grid~="xxl-135"] &gt; .c-grid__item {
    border-width: 13.5rem 0 0 13.5rem;
  }
  .c-grid[data-grid~="xxl-140"] {
    margin: -14rem 0 0 -14rem;
  }
  .c-grid[data-grid~="xxl-140"] &gt; .c-grid__item {
    border-width: 14rem 0 0 14rem;
  }
  .c-grid[data-grid~="xxl-145"] {
    margin: -14.5rem 0 0 -14.5rem;
  }
  .c-grid[data-grid~="xxl-145"] &gt; .c-grid__item {
    border-width: 14.5rem 0 0 14.5rem;
  }
  .c-grid[data-grid~="xxl-150"] {
    margin: -15rem 0 0 -15rem;
  }
  .c-grid[data-grid~="xxl-150"] &gt; .c-grid__item {
    border-width: 15rem 0 0 15rem;
  }
  .c-grid[data-grid~="xxl-0"] {
    margin: 0;
  }
  .c-grid[data-grid~="xxl-0"] &gt; .c-grid__item {
    border-width: 0;
  }
  .c-grid__item[data-gridItem~="xxl-1"] {
    width: 8.33333%;
  }
  .c-grid__item[data-gridItem~="xxl-2"] {
    width: 16.66667%;
  }
  .c-grid__item[data-gridItem~="xxl-3"] {
    width: 25%;
  }
  .c-grid__item[data-gridItem~="xxl-4"] {
    width: 33.33333%;
  }
  .c-grid__item[data-gridItem~="xxl-5"] {
    width: 41.66667%;
  }
  .c-grid__item[data-gridItem~="xxl-6"] {
    width: 50%;
  }
  .c-grid__item[data-gridItem~="xxl-7"] {
    width: 58.33333%;
  }
  .c-grid__item[data-gridItem~="xxl-8"] {
    width: 66.66667%;
  }
  .c-grid__item[data-gridItem~="xxl-9"] {
    width: 75%;
  }
  .c-grid__item[data-gridItem~="xxl-10"] {
    width: 83.33333%;
  }
  .c-grid__item[data-gridItem~="xxl-11"] {
    width: 91.66667%;
  }
  .c-grid__item[data-gridItem~="xxl-12"] {
    width: 100%;
  }
  .c-grid__item[data-gridItem~="xxl-five"] {
    width: 20%;
  }
  .c-grid__item[data-gridItem~="xxl-eleven"] {
    width: 9.09%;
  }
  .c-grid__item[data-gridItem~="xxl-auto"] {
    width: auto;
  }
  .p-card__item {
    width: 33.333%;
  }
  .p-course__visual {
    min-width: calc(50vw + 5rem);
    width: calc(50vw + 5rem);
  }
  .p-course__item:nth-child(odd) .p-course__visual {
    padding-left: 10rem;
  }
  .p-course__item:nth-child(even) .p-course__visual {
    padding-right: 10rem;
  }
  .p-course__visualInner {
    min-height: 45rem;
  }
  .p-faqDecoration__imageInner {
    -webkit-transform: translateX(30rem);
    transform: translateX(30rem);
  }
  .p-for__imageItem {
    border-radius: 86px;
  }
  .p-header__contentInner {
    padding-left: calc(50% - 10.2rem / 2);
  }
  .p-header__drawerButton {
    display: none;
  }
  .p-header__logo {
    padding-top: 2.1rem;
  }
  .p-header__menu {
    left: 0;
    padding-left: 3rem;
    pointer-events: auto;
    position: absolute;
    top: 0;
    width: calc(50% - 10.2rem / 2);
    z-index: 1;
  }
  .p-header__animation {
    height: 3.5rem;
    width: 30rem;
  }
  .p-headerContact {
    font-size: 1.5rem;
    height: 9rem;
    width: 6vw;
  }
  .p-headerProgram {
    font-size: 1.5rem;
    height: 9rem;
    width: 6vw;
  }
  .p-headerProgram span {
    display: inline;
  }
  .p-headerProgram span br {
    display: none;
  }
  .p-headerMenu {
    height: auto;
    width: auto;
  }
  .p-headerMenu__content {
    -webkit-filter: blur(0);
    filter: blur(0);
    max-width: none;
    opacity: 1;
    overflow-y: visible;
    padding: 0;
  }
  .p-headerMenu__illustration {
    display: none;
  }
  .p-headerMenu__head {
    display: none;
  }
  .p-headerMenu__body {
    padding-top: 0;
  }
  .p-headerMenu__nav {
    margin: 0;
  }
  .p-headerMenu__sns {
    display: none;
  }
  .p-headerMenu__button {
    display: none;
  }
  .p-headerMenu__link {
    display: none;
  }
  .p-headerMenu__foot {
    display: none;
  }
  .p-headerMenuNav {
    display: -webkit-box;
    display: flex;
    margin-left: calc(-15vw / 1800 * 100);
  }
  .p-headerMenuNav__link {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    font-size: calc(16vw / 1800 * 100);
    height: var(--headerHeight);
    padding: 2rem calc(15vw / 1800 * 100) 0;
  }
  .p-headerMenuNav__link::before {
    padding-bottom: 1.8rem;
    position: static;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    visibility: hidden;
  }
  .p-headerMenuNav__link::after {
    background: #14274c;
    content: "";
    height: 1px;
    margin-top: 1.6rem;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: transform .6s cubic-bezier(.43, .02, .04, 1.08);
    transition: transform .6s cubic-bezier(.43, .02, .04, 1.08), -webkit-transform .6s cubic-bezier(.43, .02, .04, 1.08);
    width: 100%;
  }
  .p-headerMenuNav__small {
    font-size: calc(12vw / 1800 * 100);
    letter-spacing: .025em;
    padding: .8rem 0 0;
  }
  .p-headerTel {
    font-size: 1.6rem;
  }
  .p-headerTel::before {
    font-size: 4.2rem;
    top: calc(50% - .1rem);
  }
  .p-homeFacilities__title {
    font-size: 2.8rem;
  }
  .p-homeFacilities__text {
    padding-top: 1.5rem;
  }
  .p-homeMenu__visual {
    min-width: calc(50vw + 5rem);
    width: calc(50vw + 5rem);
  }
  .p-homeMenu__item:nth-child(odd) .p-homeMenu__visual {
    padding-left: 10rem;
  }
  .p-homeMenu__item:nth-child(even) .p-homeMenu__visual {
    padding-right: 10rem;
  }
  .p-homeMenu__visualInner {
    min-height: 45rem;
  }
  .p-homeMenu__content {
    padding-top: 9rem;
  }
  .p-homeMenu__item:nth-child(1) .p-homeMenu__contentDecoration {
    height: 22.4rem;
  }
  .p-homeMenu__item:nth-child(2) .p-homeMenu__contentDecoration {
    height: 10.5rem;
  }
  .p-homeMenu__item:nth-child(3) .p-homeMenu__contentDecoration {
    height: 11.3rem;
  }
  .p-homeMenu__contentTitle {
    font-size: 3.6rem;
  }
  .p-panel__item {
    width: 25%;
  }
  .p-rentalAbout__circle[data-circle="primary"] {
    left: -31rem;
    width: 36.5rem;
  }
  .p-rentalAbout__circle[data-circle="secondary"] {
    width: 32.7rem;
  }
  .p-schedule__tableTerm:nth-child(1) {
    padding: 1.875em 0 1.875em 6.25em;
  }
  .p-schedule__tableDesc:nth-child(1) {
    padding: 2.5rem 0 2.5rem 6.25em;
  }
  .p-staff__item {
    width: 33.333%;
  }
  .p-trainingCoach__time {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }
  .p-trainingCoach__timeTerm {
    width: 12rem;
  }
  .p-trainingCoach__timeDesc {
    width: calc(100% - 12rem);
  }
  .p-trainingPrice__note {
    padding: 2rem 1.5rem 0 3rem;
  }
  .p-trialDecoration__imageInner {
    -webkit-transform: translateX(15rem);
    transform: translateX(15rem);
  }
  .u-textAlign[data-textAlign~="xxl-left"] {
    text-align: left;
  }
  .u-textAlign[data-textAlign~="xxl-right"] {
    text-align: right;
  }
  .u-textAlign[data-textAlign~="xxl-center"] {
    text-align: center;
  }
}

@media screen and (min-width: 1840px) {
  .c-radius {
    border-radius: 86px;
  }
  .p-anchor__list {
    width: auto;
  }
  .p-anchor:not([data-anchor="secondary"]) .p-anchor__list {
    left: calc(50% + 5rem);
    margin-left: -10rem;
  }
  .p-anchor__item:nth-child(3n+2) {
    padding-top: 11rem;
  }
  .p-anchor:not([data-anchor="secondary"]) .p-anchor__item {
    padding-left: 10rem;
  }
  .p-card:not([data-card="small"]) {
    margin: -5rem 0 0 -10rem;
  }
  .p-card:not([data-card="small"]) .p-card__item {
    padding: 5rem 0 0 10rem;
  }
  .p-card__thumbnail {
    border-radius: 86px;
  }
  .p-faqDecoration__image {
    top: -13rem;
    width: 106.4rem;
  }
  .p-fixedBackground[data-fixedBackground="swimming"] .p-fixedBackground__decoration {
    width: 20.3rem;
  }
  .p-header__contentInner {
    padding-left: calc(50% - 13.9rem / 2);
  }
  .p-header__logo {
    width: 13.9rem;
  }
  .p-header__menu {
    padding-left: 5rem;
    width: calc(50% - 13.9rem / 2);
  }
  .p-headerLogo__svg {
    height: 3.665rem;
  }
  .p-headerMenuNav {
    margin-left: -1.5rem;
  }
  .p-headerMenuNav__link {
    font-size: 1.6rem;
    padding: 2rem 1.5rem 0;
  }
  .p-headerMenuNav__small {
    font-size: 1.2rem;
  }
  .p-homeFacilities {
    margin: -5rem 0 0 -5rem;
  }
  .p-homeFacilities__item {
    padding: 5rem 0 0 5rem;
  }
  .p-homeFacilities__link {
    border-radius: 86px;
  }
  .p-homeFacilities__content {
    padding: 2rem 3rem;
  }
  .p-homeFacilitiesDecoration__image {
    top: -22rem;
    width: 37.5rem;
  }
  .p-homeFacilitiesDecoration__imageInner {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
  }
  .p-homeMenuDecoration__image {
    right: 23.5rem;
    top: calc(27.604vw - 19rem);
    width: 28.1rem;
  }
  .p-homeNewsDecoration__image {
    top: -35rem;
    width: 38.7rem;
  }
  .p-homeNewsDecoration__imageInner {
    -webkit-transform: translateX(12rem);
    transform: translateX(12rem);
  }
  .p-panel__item {
    width: 20%;
  }
  .p-staff {
    margin: -6.5rem 0 0 -11rem;
  }
  .p-staff__item {
    padding: 6.5rem 0 0 11rem;
  }
  .p-sticky__head {
    width: 41rem;
  }
  .p-sticky__body {
    width: calc(100% - 41rem);
  }
  .p-supportDecoration__image {
    bottom: -10rem;
    width: 19rem;
  }
  .p-swimmingPriceDecoration__image {
    left: -34rem;
    top: -19rem;
    width: 76.3rem;
  }
  .p-trainingCoach {
    margin: -8.5rem 0 0 -7rem;
  }
  .p-trainingCoach__item {
    padding: 6.5rem 0 0 7rem;
  }
  .p-trialDecoration__image {
    width: 96.1rem;
  }
}

/*----------↓↓↓GRID↓↓↓----------*/
.fx-row {
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-row li{box-sizing: border-box;}

[class*="fx-col"] {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
}
.fx-col-20-xs {
  flex-basis: 20%;
  max-width: 20%;
}
.fx-col-25-xs {
  flex-basis: 25%;
  max-width: 25%;
}
.fx-col-30-xs {
  flex-basis: 30%;
  max-width: 30%;
}
.fx-col-33-xs {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
.fx-col-40-xs {
  flex-basis: 40%;
  max-width: 40%;
}
.fx-col-48-xs {
  flex-basis: 48%;
  max-width: 48%;
}
.fx-col-50-xs {
  flex-basis: 50%;
  max-width: 50%;
}
.fx-col-60-xs {
  flex-basis: 60%;
  max-width: 60%;
}
.fx-col-66-xs {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}
.fx-col-70-xs {
  flex-basis: 70%;
  max-width: 70%;
}
.fx-col-75-xs {
  flex-basis: 75%;
  max-width: 75%;
}
.fx-col-80-xs {
  flex-basis: 80%;
  max-width: 80%;
}
.fx-col-90-xs {
  flex-basis: 90%;
  max-width: 90%;
}
.fx-col-100-xs {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .fx-col-10-s {
    flex-basis: 10%;
    max-width: 10%;
  }
  .fx-col-20-s {
    flex-basis: 20%;
    max-width: 20%;
  }
  .fx-col-25-s {
    flex-basis: 25%;
    max-width: 25%;
  }
  .fx-col-30-s {
    flex-basis: 30%;
    max-width: 30%;
  }
  .fx-col-33-s {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .fx-col-40-s {
    flex-basis: 40%;
    max-width: 40%;
  }
  .fx-col-48-s {
    flex-basis: 48%;
    max-width: 48%;
  }
  .fx-col-50-s {
    flex-basis: 50%;
    max-width: 50%;
  }
  .fx-col-60-s {
    flex-basis: 60%;
    max-width: 60%;
  }
  .fx-col-66-s {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
  .fx-col-70-s {
    flex-basis: 70%;
    max-width: 70%;
  }
  .fx-col-75-s {
    flex-basis: 75%;
    max-width: 75%;
  }
  .fx-col-80-s {
    flex-basis: 80%;
    max-width: 80%;
  }
  .fx-col-90-s {
    flex-basis: 90%;
    max-width: 90%;
  }
  .fx-col-100-s {
    flex-basis: 100%;
    max-width: 100%;
  }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
  .fx-row {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  [class*="fx-col"] {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fx-col-10-m {
    flex-basis: 10%;
    max-width: 10%;
  }
  .fx-col-20-m {
    flex-basis: 20%;
    max-width: 20%;
  }
  .fx-col-25-m {
    flex-basis: 25%;
    max-width: 25%;
  }
  .fx-col-30-m {
    flex-basis: 30%;
    max-width: 30%;
  }
  .fx-col-33-m {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .fx-col-40-m {
    flex-basis: 40%;
    max-width: 40%;
  }
  .fx-col-48-m {
    flex-basis: 48%;
    max-width: 48%;
  }
  .fx-col-50-m {
    flex-basis: 50%;
    max-width: 50%;
  }
  .fx-col-60-m {
    flex-basis: 60%;
    max-width: 60%;
  }
  .fx-col-66-m {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
  .fx-col-70-m {
    flex-basis: 70%;
    max-width: 70%;
  }
  .fx-col-75-m {
    flex-basis: 75%;
    max-width: 75%;
  }
  .fx-col-80-m {
    flex-basis: 80%;
    max-width: 80%;
  }
  .fx-col-90-m {
    flex-basis: 90%;
    max-width: 90%;
  }
  .fx-col-100-m {
    flex-basis: 100%;
    max-width: 100%;
  }
} 
/*----------↑↑↑GRID↑↑↑----------*/
.salon__menu{
    padding: 2rem 0;
}
@media screen and (min-width: 992px) {
    .salon__menu{
        padding: 3rem 0;
    }
}



.mb_m{
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .mb_m{
        margin-bottom: 20px;
    }
}


/* mv btn */
.mv_btn {
  position: absolute;
  top: 0;
  left: 0;
}
.mv_btn .btn-pc {
  display: none;
}
.mv_btn .btn-sp {
  display: block;
  padding: 0 22vw;
  margin: 40vw 0 0;
}
@media screen and (min-width: 576px) {
  .p-homeHero__text {
    left: calc(50% - 18.135vw);
    top: 5.531vw;
    width: 28.645vw;
  }
  .mv_btn {
    top: 16vw;
    left: calc(50% - 27.135vw);
    width: 20vw;
  }
  .mv_btn .btn-pc {
    display: flex;
    gap: 10px;
  }
  .mv_btn .btn-sp {
    display: none;
    padding: 0;
    margin: 0;
  } 
}

.shisestu-img_sp {
  padding-top: 5px;
}

/* 2025年6月追記 */
/* ハンバーガーメニュテキスト追加 */
.p-headerDrawerButton__p {
    left: 80%;
    position: absolute;
    top: 40%;
    width: 5rem;
    font-size: 1.2rem;
    color: #0e0e0e;
}

@media only screen and (max-width: 768px) {
    .p-headerDrawerButton__p {
        left: 90%;
        top: 30%;
    }
}

/* 追従メニュー */
.link_btn {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 10000;
}
@media only screen and (max-width: 768px) {
    .link_btn {
        top: auto;
        left: 0;
        bottom: -3px;
    }
    .link_btn ul {
        display: flex;
    }
    .link_btn ul li {
        width: calc(100%/3);
    }
}

/* 利用料金変更 */
.onedayprice_link {
    margin: 2rem auto 10rem;
}

.onedayprice_link_a {
    max-width: 900px;
    align-items: center;
    background: #14274c;
    border: 2px solid #14274c;
    border-radius: 30px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 2.4rem;
    height: 8rem;
    justify-content: center;
    letter-spacing: .07em;
    margin: 0 auto;
    padding-bottom: .3rem;
}

.onedayprice_link_a::before {
    content: url('https://www.kenko-plaza.net/wp-content/themes/kenko-plaza/src/image/price/down_ico.png');
    line-height: 1;
    padding-right: 1.8rem;
}

.onedayprice_link_a:focus,
.onedayprice_link_a:hover {
    background: #fff;
    color: #14274c;
}

.onedayprice_link_a:focus::before,
.onedayprice_link_a:hover::before {
    content: url('https://www.kenko-plaza.net/wp-content/themes/kenko-plaza/src/image/price/down_ico_h.png');
}

#icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    .onedayprice_link_a {
        position: relative;
        align-items: normal;
        height: 16rem;
        font-size: 1.9rem;
        padding: 10px;
    }
    
    .onedayprice_link_a::before {
        position: absolute;
        bottom: 10px;
    }

    .p-price__swipe {
        position: relative;
    }

    #icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

}</pre></body></html>