@charset "UTF-8";
/* ---------------------------------------------
アニメーション
-----------------------------------------------*/
.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger, .fadeInTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay_02 {
  animation-delay: 0.2s;
}

.delay_04 {
  animation-delay: 0.4s;
}

.delay_06 {
  animation-delay: 0.6s;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6;
  color: #000;
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  /*image-rendering: -webkit-optimize-contrast;*/
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  display: block;
  color: #000;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    /*opacity: $opacity;*/
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 420px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #000;
  transition: 0.3s;
  will-change: transform;
  letter-spacing: 0.05em;
}
button:focus {
  text-decoration: none;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
}

.min-wrapper {
  width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .min-wrapper {
    width: 88%;
  }
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.lighten {
  position: relative;
}
.lighten::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #036EB8;
  mix-blend-mode: lighten;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  top: 0;
  left: 0;
}

.common_ttl_en {
  color: #036EB8;
  font-size: 24px;
  font-family: Zen Dots;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .common_ttl_en {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
}
.common_ttl_en::before {
  content: "";
  width: 9.467px;
  height: 28px;
  background: url(../images/icon_ttl.svg) no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .common_ttl_en::before {
    background: url(../images/icon_ttl_sp.svg) no-repeat;
    top: 3px;
  }
}

.common_ttl_jp {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 50.815px; /* 181.481% */
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .common_ttl_jp {
    font-size: 2.4rem;
  }
}

.l-nav {
  display: none;
}
@media screen and (max-width: 420px) {
  .is-fixed .l-nav {
    opacity: 1;
    pointer-events: all;
  }
  .l-nav-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: spvw(100);
  }
  .l-nav__button {
    width: calc(100% - 3.5em);
    height: spvw(100);
    margin: 0 auto;
  }
  .l-nav__button a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #a79280;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0 1.1rem 2.9282576867vw;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 420px) {
  .header {
    padding: 0 0 0 2rem;
  }
  .header .logo {
    flex-basis: 37%;
  }
}

.header_navi ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 2.6rem;
}
.header_navi ul .header_navi_item {
  font: 600 1.4rem/1.4 "Noto Sans JP", sans-serif;
  padding: 1rem 0;
}
.header_navi ul .header_navi_item:hover {
  color: #2EA7E0;
}
.header_navi ul .header_navi_line {
  background: rgb(46, 167, 224);
  background: linear-gradient(0deg, rgb(46, 167, 224) 0%, rgb(1, 184, 1) 100%);
  padding: 1.8rem 2.3rem 1.4rem 3rem;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font: 600 1.4rem/1.4 "Noto Sans JP", sans-serif;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.header_navi ul .header_navi_line:hover {
  transform: translateY(2px);
  filter: none;
}

.burger-btn {
  display: none;
}

.header_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header_sp {
    display: flex;
  }
  .header_sp .header_navi_line_sp {
    background: linear-gradient(177deg, #01B801 1.91%, #2EA7E0 117.52%);
    height: 6rem;
    width: 60px;
    padding: 1.4rem;
  }
  .burger-btn {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 3;
    border: none;
    cursor: pointer;
  }
  .burger-btn .bar {
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #036EB8;
    transition: all 0.4s;
  }
  .burger-btn .bar_top {
    top: 22px;
  }
  .burger-btn .bar_mid {
    top: 30px;
  }
  .burger-btn .bar_bottom {
    top: 38px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 7px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -9px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .header_navi.nav-header-menu {
    display: none;
    position: fixed;
    z-index: 999;
    width: 65%;
    height: 100%;
    right: -110%;
    top: 6rem;
    transition: 0.3s;
    background: linear-gradient(120deg, #036EB8 17.8%, #2EA7E0 90.36%);
  }
  .header_navi.nav-header-menu ul {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
  }
  .header_navi.nav-header-menu ul li {
    margin-top: 2rem;
    width: 100%;
  }
  .header_navi.nav-header-menu ul li a {
    padding-left: 2rem;
    color: #fff;
    width: 100%;
    border-bottom: 1px dotted #fff;
  }
  .header_navi.nav-header-menu ul .header_navi_line {
    border-radius: 1rem;
    margin: 4rem auto 0;
    width: 80%;
    text-align: center;
  }
  .nav-header-menu.active {
    right: 0;
  }
}
.kv.lighten {
  height: 100vh;
}
.kv .kv-container {
  display: flex;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .kv .kv-container {
    flex-direction: column-reverse;
  }
}
.kv .kv-container .swiper {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv .kv-container .swiper {
    height: 50vh;
  }
  .kv .kv-container .swiper .swiper-slide {
    height: 50vh;
  }
}
.kv .kv-container .swiper .swiper-slide {
  height: 100%;
}
.kv .kv-container .swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.kv .kv-container .swip_left {
  justify-content: center;
  align-items: center;
}
.kv .kv_cachcopy {
  position: absolute;
  bottom: 1.9033674963vw;
  left: 4.0263543192vw;
  z-index: 10;
  color: #fff;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .kv .kv_cachcopy {
    bottom: 55%;
    transform: translateY(50%);
    left: 5.0890585242vw;
  }
}
@media screen and (max-width: 420px) {
  .kv .kv_cachcopy {
    bottom: 50%;
  }
}
.kv .kv_cachcopy .kv_cachcopy_subttl {
  font: 600 2vw/1.5 "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .kv .kv_cachcopy .kv_cachcopy_subttl {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 420px) {
  .kv .kv_cachcopy .kv_cachcopy_subttl {
    font-size: 4vw;
  }
}
.kv .kv_cachcopy .kv_cachcopy_ttl {
  font: 600 4vw/1.5 "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .kv .kv_cachcopy .kv_cachcopy_ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_cachcopy .kv_cachcopy_ttl {
    font-size: 6vw;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .kv .kv_cachcopy .kv_cachcopy_ttl {
    font-size: 8vw;
  }
}
.kv .kv_cachcopy .kv_cachcopy_ttl strong {
  font-size: 6rem;
  font-size: 4.5vw;
}
@media screen and (max-width: 1000px) {
  .kv .kv_cachcopy .kv_cachcopy_ttl strong {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_cachcopy .kv_cachcopy_ttl strong {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 420px) {
  .kv .kv_cachcopy .kv_cachcopy_ttl strong {
    font-size: 9vw;
  }
}
.kv .kv_point {
  position: absolute;
  bottom: 2.4158125915vw;
  right: 2.196193265vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .kv .kv_point {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kv .kv_point .kv_point_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: 9px;
}
.kv .kv_point_box {
  background: url(../images/kv_circle.png) 0/contain no-repeat;
  padding: 3.7rem 2.8rem;
  padding: 2vw 1.7vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  width: 14.2752562225vw;
  height: 14.2752562225vw;
}
@media screen and (max-width: 767px) {
  .kv .kv_point_box {
    width: 28.2442748092vw;
    height: 28.2442748092vw;
    padding: 6.3613231552vw 5.8524173028vw;
  }
}
@media screen and (max-width: 420px) {
  .kv .kv_point_box {
    padding: 4rem 1rem;
  }
}
.kv .kv_point_box .kv_point_icon {
  width: 50%;
  margin: 0 auto;
  flex-grow: 1;
}
.kv .kv_point_box .kv_point_txt {
  flex-grow: 1;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.3vw;
}
@media screen and (max-width: 767px) {
  .kv .kv_point_box .kv_point_txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 420px) {
  .kv .kv_point_box .kv_point_txt {
    font-size: 1.2rem;
  }
}
.kv .kv_point_box:nth-child(2) .kv_point_txt {
  margin-top: 2.4rem;
}
@media screen and (max-width: 420px) {
  .kv .kv_point_box:nth-child(2) .kv_point_txt {
    margin-top: 1rem;
  }
}

/*==========================================
//
//          concept コンセプト
//
==========================================*/
.concept {
  margin: 10rem 0 0 13.3967789165vw;
  margin: 10rem 0 0 12%;
}
@media screen and (max-width: 767px) {
  .concept {
    margin: 10rem 2rem 0 0;
  }
}
.concept .concept_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .concept .concept_container {
    flex-direction: column;
  }
}
.concept .common_ttl_en {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .concept .common_ttl_en {
    font-size: 2rem;
  }
}
.concept .concept_txt_box {
  flex-basis: 35%;
}
@media screen and (max-width: 767px) {
  .concept .concept_txt_box {
    padding-left: 2rem;
  }
}
.concept .concept_txt_inner {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .concept .concept_txt_inner {
    margin-top: 1rem;
  }
}
.concept .concept_txt_inner p {
  margin-bottom: 1rem;
  line-height: 32px;
}
.concept .concept_img {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  .concept .concept_img {
    margin-top: 6rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .concept .concept_img {
    width: 100%;
    padding-right: 0;
  }
}
.concept .concept_img img {
  border-radius: 10px 0 0 10px;
  height: 33.0161054173vw;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .concept .concept_img img {
    height: 57.2519083969vw;
    border-radius: 0 1rem 1rem 0;
  }
}

/*==========================================
//
//          facility 施設紹介
//
==========================================*/
.facility {
  margin-top: -10rem;
  padding-top: 20rem;
}
@media screen and (max-width: 420px) {
  .facility {
    margin-top: -8rem;
    padding-top: 18rem;
  }
}
.facility .facility_ttl_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  column-gap: 9.5rem;
}
@media screen and (max-width: 767px) {
  .facility .facility_ttl_container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.facility .facility_ttl_container .facility_info {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 11px 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .facility .facility_ttl_container .facility_info {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.facility .facility_ttl_container .facility_info .facility_info_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.facility .facility_ttl_container .facility_info .facility_info_container h3 {
  font: 600 1.8rem/28px "Noto Sans JP", sans-serif;
  color: #036EB8;
  margin-right: 1.2rem;
}
.facility .facility_ttl_container .facility_info .facility_info_container .facility_time {
  letter-spacing: -0.3em;
  line-height: 2rem;
  font-weight: 700;
}
.facility .facility_ttl_container .facility_info .facility_info_container .facility_time span {
  letter-spacing: 0.28em;
}
.facility .facility_ttl_container .facility_info .facility_info_container .facility_date {
  font-weight: 700;
  line-height: 2rem;
}
.facility .facility_ttl_container .facility_info .facility_info_container .facility_date span {
  padding-right: 0.8rem;
}
.facility .facility_ttl_container .facility_info .facility_info_container .facility_date span:not(:first-child)::before {
  content: "/";
  padding-right: 0.8rem;
  color: #ccc;
}
.facility .facility_container {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: 418px 1fr 1fr;
  grid-template-rows: 240px 240px 240px;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .facility .facility_container {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 420px) {
  .facility .facility_container {
    margin-top: 3rem;
  }
}
.facility .facility_container .facility_floor {
  grid-row: 1/2; /*アイテムの配置位置を「行方向：ライン番号2から3の間」に指定*/
  grid-column: 1/2; /*アイテムの配置位置を「列方向：ライン番号2から3の間」に指定*/
}
.facility .facility_container .facility_box {
  border: 5px solid #ffedde;
  border-radius: 1rem;
  grid-row: 1/2;
  grid-column: 2/4;
}
.facility .facility_container .facility_box .facility_name {
  background: #ffedde;
  padding: 2px 2rem 6px;
  font: 700 2.3rem/1.2 "Noto Sans JP", sans-serif;
}
.facility .facility_container .facility_box .facility_name .ssp {
  display: none;
}
@media screen and (max-width: 767px) {
  .facility .facility_container .facility_box .facility_name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .facility .facility_container .facility_box .facility_name {
    padding: 7px 2rem 10px;
  }
  .facility .facility_container .facility_box .facility_name .ssp {
    display: block;
  }
}
.facility .facility_container .facility_box .facility_name span {
  font: 400 1.4rem/1.2 "Noto Sans JP", sans-serif;
  margin-left: 1rem;
}
@media screen and (max-width: 420px) {
  .facility .facility_container .facility_box .facility_name span {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.facility .facility_container .facility_box .facility_name_contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .facility .facility_container .facility_box .facility_name_contents {
    flex-direction: column;
    padding: 2rem 2rem 3.5rem;
  }
}
.facility .facility_container .facility_box .facility_name_contents .facility_detail_img {
  flex-basis: 48%;
}
@media screen and (max-width: 420px) {
  .facility .facility_container .facility_box .facility_name_contents .facility_detail_img {
    margin: 0 auto;
    width: 100%;
  }
}
.facility .facility_container .facility_box .facility_name_contents .facility_detail_img img {
  height: 178px;
  object-fit: cover;
}
@media screen and (max-width: 420px) {
  .facility .facility_container .facility_box .facility_name_contents .facility_detail_img img {
    height: 160px;
  }
}
.facility .facility_container .facility_box .facility_name_contents .facility_detail_txt {
  flex-basis: 50%;
  margin-top: 1.4rem;
}
.facility .facility_container .facility_box.booth {
  grid-row: 2/3; /*アイテムの配置位置を「行方向：ライン番号2から3の間」に指定*/
  grid-column: 2/4;
  border-color: #E1E1FF;
}
.facility .facility_container .facility_box.booth .facility_name {
  background: #e1e1ff;
}
.facility .facility_container .facility_box.gym {
  grid-row: 3/4; /*アイテムの配置位置を「行方向：ライン番号2から3の間」に指定*/
  grid-column: 1/4;
  border-color: #DBF9E5;
}
.facility .facility_container .facility_box.gym .facility_detail_img {
  display: flex;
  column-gap: 5px;
}
.facility .facility_container .facility_box.gym .facility_detail_img img {
  flex: 1;
  height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 420px) {
  .facility .facility_container .facility_box.gym .facility_detail_img img {
    width: 50%;
  }
}
.facility .facility_container .facility_box.gym .facility_name {
  background: #DBF9E5;
}
.facility .facility_point {
  margin: 10rem auto 0;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .facility .facility_point {
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .facility .facility_point {
    margin: 6.4rem auto 0;
    width: 100%;
  }
}
.facility .facility_point .facility_point_ttl {
  color: #036EB8;
  font: 600 3.2rem/1.4 "Zen Dots", sans-serif;
}
@media screen and (max-width: 420px) {
  .facility .facility_point .facility_point_ttl {
    text-align: center;
    font-size: 2.4rem;
  }
}
.facility .facility_point .facility_point_ttl span {
  stroke-width: 2px;
  stroke-dasharray: 2 4;
  stroke: var(--ao, #036EB8);
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .facility .facility_point .facility_point_ttl span {
    stroke-width: 4px;
    stroke-dasharray: 3 8;
  }
}
.facility .facility_point .facility_point_ttl span svg {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .facility .facility_point .facility_point_ttl span svg {
    width: 30%;
  }
}
@media screen and (max-width: 420px) {
  .facility .facility_point .facility_point_ttl span svg {
    width: 25%;
    stroke: 2px;
    stroke-dasharray: 15px 18px;
  }
}
.facility .facility_point .facility_point_container {
  display: flex;
  gap: 2.6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .facility .facility_point .facility_point_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .facility .facility_point .facility_point_container {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.facility .facility_point .facility_point_container .facility_point_box {
  border-radius: 1rem;
  outline: 0.5rem solid #f3f3f3;
  outline-offset: -0.5rem;
  background: #fff;
  position: relative;
  padding: 0 2.5rem 3.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.facility .facility_point .facility_point_container .facility_point_box::before {
  content: "";
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  height: 1.4rem;
  background: #2EA7E0;
  position: absolute;
  top: -5px;
  left: 0;
}
.facility .facility_point .facility_point_container .facility_point_box .facility_point_subttl {
  margin-top: 2.5rem;
  font: 700 2.4rem/1.4 "Noto Sans JP", sans-serif;
  color: #2EA7E0;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .facility .facility_point .facility_point_container .facility_point_box .facility_point_subttl {
    font-size: 1.6rem;
  }
}
.facility .facility_point .facility_point_container .facility_point_box .facility_point_img {
  margin-top: 2rem;
}
@media screen and (max-width: 420px) {
  .facility .facility_point .facility_point_container .facility_point_box .facility_point_img img {
    height: 130px;
    object-fit: cover;
  }
}
.facility .facility_point .facility_point_container .facility_point_box .facility_point_txt {
  margin-top: 1.6rem;
  font: 500 1.4rem/1.8 "Noto Sans JP", sans-serif;
  flex-grow: 1;
}

/*==========================================
//
//          service サービス
//
==========================================*/
.service {
  margin-top: -24rem;
  padding-top: 10rem;
}
@media screen and (max-width: 420px) {
  .service {
    margin-top: -17rem;
  }
}
.service .bg_blue {
  background: linear-gradient(120deg, #036EB8 17.8%, #2EA7E0 90.36%);
  padding: 28rem 0 10rem;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service .bg_blue {
    padding: 20rem 0 8rem;
  }
}
@media screen and (max-width: 420px) {
  .service .bg_blue {
    padding: 13rem 0 8rem;
  }
}
.service .bg_blue::before {
  content: "";
  height: 315px;
  width: 100%;
  clip-path: ellipse(50% 50% at 50% 50%);
  background: #fff;
  position: absolute;
  top: -36%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 420px) {
  .service .bg_blue::before {
    top: -5%;
    height: 144px;
  }
}
@media screen and (max-width: 390px) {
  .service .bg_blue::before {
    top: -6%;
  }
}
.service .service_ttl .common_ttl_en, .service .service_ttl .common_ttl_jp {
  color: #fff;
}
@media screen and (max-width: 420px) {
  .service .service_ttl .common_ttl_en, .service .service_ttl .common_ttl_jp {
    text-align: center;
  }
}
.service .service_ttl .common_ttl_en::before {
  background: url(../images/icon_ttl_white.svg) no-repeat;
}
@media screen and (max-width: 420px) {
  .service .service_ttl .common_ttl_en::before {
    top: 0;
  }
}
@media screen and (max-width: 420px) {
  .service .service_ttl .common_ttl_en {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 420px) {
  .service .service_ttl {
    width: fit-content;
    margin: 0 auto;
  }
}
.service .service_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .service .service_container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
  }
}
@media screen and (max-width: 420px) {
  .service .service_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.7rem;
  }
}
.service .service_container .service_box {
  border: 2px solid #fff;
  padding: 2.2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 20%;
}
@media screen and (max-width: 420px) {
  .service .service_container .service_box {
    padding: 1.4rem 1rem;
  }
}
.service .service_container .service_box .service_head {
  background: #fff;
  color: #036EB8;
  font-weight: 600;
  padding: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .service .service_container .service_box .service_head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 420px) {
  .service .service_container .service_box .service_head {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
  }
}
.service .service_container .service_box .service_img {
  width: 50%;
  margin-top: 1rem;
}
.service .service_container .service_box .service_img img {
  height: 5.5rem;
  object-fit: contain;
}

/*==========================================
//
//          cases 使用事例
//
==========================================*/
.cases .bg_waterblue {
  background: #F0F4F9;
  padding: 10rem 0 30rem;
}
@media screen and (max-width: 420px) {
  .cases .bg_waterblue {
    padding: 8rem 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .cases .wrapper {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .cases .common_ttl_en, .cases .common_ttl_jp {
    margin-left: 3rem;
  }
}
.cases .cases_container {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 420px) {
  .cases .cases_container {
    margin-top: 4rem;
  }
}
.cases .cases_container .cases_contents {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents {
    flex-direction: column-reverse;
    border-left: 1rem solid #2EA7E0;
    border-radius: 1rem 0 0 1rem;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.cases .cases_container .cases_contents .cases_txtbox {
  flex-basis: 48%;
  background: #fff;
  padding: 3.3rem 3rem 8rem;
  border-radius: 10px 0 0 10px;
  border-left: 1rem solid #2EA7E0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents .cases_txtbox {
    border-left: none;
  }
}
@media screen and (max-width: 420px) {
  .cases .cases_container .cases_contents .cases_txtbox {
    padding: 1.6rem 2.5rem 3rem;
  }
}
.cases .cases_container .cases_contents .cases_txtbox::after {
  content: "";
  width: 9.3rem;
  height: 12.9rem;
  background: url(../images/case_01_num.png) 0/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 0;
}
@media screen and (max-width: 420px) {
  .cases .cases_container .cases_contents .cases_txtbox::after {
    width: 5.6rem;
    height: 7.8rem;
  }
}
.cases .cases_container .cases_contents .cases_txtbox .cases_subttl {
  padding-left: 1.7rem;
  font: 700 2.4rem/1.2 "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 12px;
  background: url(../images/border_dod.png) repeat-x;
  background-position: bottom;
  background-size: 1.3%;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents .cases_txtbox .cases_subttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .cases .cases_container .cases_contents .cases_txtbox .cases_subttl {
    font-size: 1.8rem;
  }
}
.cases .cases_container .cases_contents .cases_txtbox .cases_subttl::before {
  content: "";
  width: 6.788px;
  height: 6.788px;
  background: #2EA7E0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 420px) {
  .cases .cases_container .cases_contents .cases_txtbox .cases_subttl::before {
    top: 8px;
  }
}
.cases .cases_container .cases_contents .cases_txtbox .cases_txtbox_txt {
  margin: 2.8rem 0 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 420px) {
  .cases .cases_container .cases_contents .cases_txtbox .cases_txtbox_txt {
    margin: 1.2rem 0 0 1rem;
  }
}
.cases .cases_container .cases_contents .cases_img {
  flex-basis: 52%;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents .cases_img {
    width: 100%;
  }
}
.cases .cases_container .cases_contents .cases_img img {
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents .cases_img img {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents .cases_img img {
    height: 200px;
  }
}
.cases .cases_container .cases_contents:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents:nth-child(2) {
    flex-direction: column-reverse;
    border-right: 1rem solid #2EA7E0;
    border-left: none;
    border-radius: 0 1rem 1rem 0;
    margin: 0 auto 0 0;
  }
}
.cases .cases_container .cases_contents:nth-child(2) .cases_txtbox {
  border-left: none;
  border-radius: 0 1rem 1rem 0;
  border-right: 1rem solid #2EA7E0;
}
@media screen and (max-width: 767px) {
  .cases .cases_container .cases_contents:nth-child(2) .cases_txtbox {
    border-right: none;
  }
}
.cases .cases_container .cases_contents:nth-child(2) .cases_txtbox::after {
  content: "";
  background: url(../images/case_02_num.png) 0/contain no-repeat;
}
.cases .cases_container .cases_contents:nth-child(3) .cases_txtbox::after {
  content: "";
  background: url(../images/case_03_num.png) 0/contain no-repeat;
}

/*==========================================
//
//          slider スライダー
//
==========================================*/
.slider {
  margin-top: -20rem;
}
@media screen and (max-width: 420px) {
  .slider {
    margin-top: -13rem;
  }
}
.slider .swip_slider .swiper-slide img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .slider .swip_slider .swiper-slide img {
    height: 300px;
  }
}
@media screen and (max-width: 420px) {
  .slider .swip_slider .swiper-slide img {
    height: 260px;
  }
}

/*==========================================
//
//          price 料金プラン
//
==========================================*/
.price {
  width: 60%;
  min-width: 683px;
  max-width: 683px;
  margin: -10rem auto 0;
  padding-top: 20rem;
}
@media screen and (max-width: 420px) {
  .price {
    min-width: auto;
    width: 85%;
  }
}
@media screen and (max-width: 420px) {
  .price {
    padding-top: 18rem;
  }
}
.price .common_ttl_en, .price .common_ttl_jp {
  margin: 0 auto;
  width: fit-content;
}
.price .price_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4rem 1.6rem;
  margin-top: 8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .price .price_container {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .price .price_container {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    width: 90%;
    margin: 6rem auto 0;
  }
}
.price .price_box {
  border-radius: 2rem;
  border: 4px solid #2EA7E0;
  border-top: 3rem solid #2EA7E0;
  position: relative;
  padding: 3.2rem 3rem 5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 420px) {
  .price .price_box {
    width: 100%;
    padding-bottom: 3rem;
  }
}
.price .price_box .price_sub_ttl {
  font: 600 2.6rem/1 "Noto Sans JP", sans-serif;
  padding: 1.2rem 2rem;
  border: 4px solid #2EA7E0;
  border-radius: 1rem;
  position: absolute;
  background: #fff;
  left: 50%;
  top: -10%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
}
.price .price_box .price_sub_ttl strong {
  font-size: 2.9rem;
}
@media screen and (max-width: 420px) {
  .price .price_box .price_sub_ttl strong {
    font-size: 2rem;
  }
}
.price .price_box .price_sub_ttl span {
  font-size: 2.3rem;
  margin-left: 1rem;
}
@media screen and (max-width: 420px) {
  .price .price_box .price_sub_ttl span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 420px) {
  .price .price_box .price_sub_ttl {
    font-size: 2rem;
    width: 80%;
    top: -8%;
  }
}
.price .price_box .price_lead {
  font: 700 1.4rem/1.1 "Noto Sans JP", sans-serif;
  text-align: center;
}
.price .price_box .price_detail {
  flex-grow: 1;
}
.price .price_box .price_detail .price_detail_txt {
  font-weight: 700;
  color: #036EB8;
  padding: 0 0 5px 5px;
  width: fit-content;
  margin: 1rem auto 0;
}
.price .price_box .price_detail .price_detail_container {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
  margin-top: 2rem;
  justify-content: center;
}
.price .price_box .price_detail .price_detail_container .price_detail_month {
  writing-mode: vertical-rl;
  color: #2EA7E0;
  padding: 6px 1px;
  font-weight: 700;
  border: 1px solid #2EA7E0;
}
.price .price_box .price_detail .price_detail_container .price_amount {
  font: 700 5.2rem/1.1 Century Gothic Pro, "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 390px) {
  .price .price_box .price_detail .price_detail_container .price_amount {
    line-height: 1;
    font-size: 4.2rem;
  }
}
.price .price_box .price_detail .price_detail_container .price_en {
  font: 500 2.5rem/1 "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
}
.price .price_box .price_detail .price_detail_container .price_en span {
  font: 500 1.3rem/1 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 420px) {
  .price .price_box .price_detail .price_detail_container .price_en span {
    font-size: 1rem;
  }
}
.price .allplan {
  flex-grow: 2;
  flex-basis: 100%;
}
@media screen and (max-width: 420px) {
  .price .allplan {
    padding-top: 1rem;
  }
}
.price .allplan .price_plan_contents {
  display: flex;
  justify-content: center;
  column-gap: 3.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 420px) {
  .price .allplan .price_plan_contents {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}
.price .allplan .price_plan_box .price_plan_cw {
  background: #FFEDDE;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 6px;
  text-align: center;
}
.price .allplan .price_plan_box .price_plan_plus {
  width: 1.2rem;
  height: 1.2rem;
  margin: 8px auto;
}
.price .allplan .price_plan_box .price_plan_plus img {
  vertical-align: text-top;
}
.price .allplan .price_plan_box .price_plan_gym {
  background: #DBF9E5;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 6px;
  text-align: center;
}
.price .allplan .price_detail {
  flex-grow: 0;
}
.price .allplan .price_star_icon {
  position: absolute;
  background: url(../images/price_star.png) 0/contain no-repeat;
  width: 9.4rem;
  height: 9.4rem;
  top: -42px;
  right: 23px;
}
@media screen and (max-width: 420px) {
  .price .allplan .price_star_icon {
    width: 7.4rem;
    height: 7.4rem;
    top: -75px;
    right: -25px;
  }
}
.price .allplan .price_star_icon p {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .price .allplan .price_star_icon p {
    font-size: 1.2rem;
  }
}
.price .price_box.gym {
  border-color: #DBF9E5;
  padding: 0;
  padding-bottom: 3rem;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
}
@media screen and (max-width: 420px) {
  .price .price_box.gym {
    width: 100%;
  }
}
.price .price_box.gym .price_sub_ttl {
  background: #DBF9E5;
  border: none;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  position: static;
  transform: none;
  padding: 1.8rem 1rem 1.2rem;
  font-size: 2rem;
}
.price .price_box.gym .price_lead {
  font-size: 1.4rem;
  margin-top: 4rem;
}
.price .price_box.gym .price_detail {
  margin-top: 1.3rem;
  flex-grow: 1;
}
@media screen and (max-width: 420px) {
  .price .price_box.gym .price_detail {
    margin-top: 1rem;
  }
}
.price .price_box.gym .price_detail .price_detail_month {
  writing-mode: horizontal-tb;
  color: #8FE1AA;
  padding: 1px 5px 3px;
  border: 1px solid #8FE1AA;
  height: 3rem;
}
.price .price_box.gym .price_detail .price_detail_container {
  margin-top: 0;
  height: 3rem;
}
.price .price_box.gym .price_detail .price_amount {
  height: 3rem;
  font-size: 3rem;
}
.price .price_box.gym .price_detail .price_en {
  height: 3rem;
  font: 500 1.6rem/1 "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
}
.price .price_box.gym .price_detail .price_en span {
  font: 500 1rem/1 "Noto Sans JP", sans-serif;
  vertical-align: text-top;
}
.price .price_box.gym .price_border {
  margin: 0.7rem 0 2rem;
}
.price .price_box.gym .price_border svg {
  stroke-width: 2px;
  stroke: #777;
}
.price .price_box.gym .price_lead_dropin {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.price .price_box.gym .price_detail.dropin {
  margin-top: 0;
}
.price .price_box.gym .price_amount_dropin {
  font: 500 1.4rem/1.2 "Noto Sans JP", sans-serif;
}
.price .price_box.gym .price_amount_dropin strong {
  font: 700 2.4rem/1.2 Century Gothic Pro, "メイリオ", "Meiryo", sans-serif;
}
.price .price_box.gym .price_amount_dropin span {
  font-size: 9px;
}
.price .price_box.cw {
  border-color: #FFEDDE;
  width: 260px;
}
.price .price_box.cw .price_sub_ttl {
  background: #FFEDDE;
}
.price .price_box.cw .price_detail .price_detail_month {
  border-color: #FFA077;
  color: #FFA077;
}
.price .price_cw_meeting {
  background: #FFEDDE;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  padding: 1.2rem 0.6rem;
  margin-top: 2rem;
}
.price .price_cw_meeting h5 {
  color: #777;
  font: 600 1.4rem/1.2 "Noto Sans JP", sans-serif;
}
.price .price_cw_meeting .price_amount_dropin {
  font: 500 1.4rem/1.2 "Noto Sans JP", sans-serif;
  color: #777;
}
.price .price_cw_meeting .price_amount_dropin strong {
  font: 700 2.4rem/1.2 Century Gothic Pro, "メイリオ", "Meiryo", sans-serif;
}
.price .price_cw_meeting .price_amount_dropin span {
  font-size: 9px;
}
.price .price_img {
  width: 6rem;
  height: 6rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 420px) {
  .price .price_img {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.price .price_option {
  margin-top: 2rem;
}
.price .price_option .price_option_ttl {
  font: 700 2.4rem/1 "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .price .price_option .price_option_ttl {
    font-size: 2rem;
  }
}
.price .price_option_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: 1.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 420px) {
  .price .price_option_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 8px;
    margin-top: 2.4rem;
  }
}
.price .price_option_container .price_option_box {
  border: 4px solid #ccc;
  border-radius: 1rem;
  padding: 3.5rem 2.4rem;
}
@media screen and (max-width: 420px) {
  .price .price_option_container .price_option_box {
    padding: 3.5rem 1.8rem;
  }
}
.price .price_option_container .price_option_box h4 {
  text-align: center;
}
.price .price_option_container .price_option_box .option_amount {
  margin-top: 5px;
  font: 700 3.3rem/1.1 Century Gothic Pro, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Zen Kaku Gothic Antique", sans-serif, sans-serif;
}
.price .price_option_container .price_option_box .option_amount span {
  font-size: 2rem;
}
@media screen and (max-width: 420px) {
  .price .price_option_container .price_option_box .option_amount span {
    font-size: 1.6rem;
  }
}

/*==========================================
//
//          contact お問い合わせ
//
==========================================*/
.contact {
  width: 1076px;
  min-width: 1000px;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact {
    min-width: auto;
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .contact {
    margin-top: 8rem auto 0;
  }
}
.contact .wrapper {
  padding: 0 2rem;
}
@media screen and (max-width: 420px) {
  .contact .wrapper {
    padding: 0;
  }
}
.contact .bg_gradation {
  padding: 6rem 2rem;
  border-radius: 30px;
  background: linear-gradient(120deg, #036EB8 17.8%, #2EA7E0 90.36%);
}
@media screen and (max-width: 767px) {
  .contact .bg_gradation {
    padding: 7rem 0;
  }
}
.contact .bg_gradation .contact_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact .bg_gradation .contact_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .contact .bg_gradation .contact_container {
    align-items: center;
  }
}
.contact .bg_gradation .contact_container .contact_boxl {
  flex: 1;
}
.contact .bg_gradation .contact_container .contact_boxl .contact_ttl {
  color: rgba(255, 255, 255, 0.5);
  font-size: 88.8px;
  font-family: Zen Dots;
  font-weight: 400;
  line-height: 88.8px;
  word-wrap: break-word;
}
@media screen and (max-width: 420px) {
  .contact .bg_gradation .contact_container .contact_boxl .contact_ttl {
    font-size: 5.6rem;
    text-align: center;
  }
}
.contact .bg_gradation .contact_container .contact_boxl h4 {
  font: 700 2.4rem/1.2 "Noto Sans JP", sans-serif;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 420px) {
  .contact .bg_gradation .contact_container .contact_boxl h4 {
    font-size: 2rem;
  }
}
.contact .bg_gradation .contact_container .contact_boxl h5 {
  font: 700 1.7rem/1.2 "Noto Sans JP", sans-serif;
  color: #fff;
  margin-top: 1.2rem;
}
@media screen and (max-width: 420px) {
  .contact .bg_gradation .contact_container .contact_boxl h5 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.contact_txtbox {
  margin-top: 4rem;
  flex: 1;
}
.contact_txtbox p {
  font: 400 1.6rem/1.7 "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 420px) {
  .contact_txtbox p {
    font-size: 1.4rem;
  }
}

.contact_btn {
  background: #fff;
  border-radius: 3.5rem;
  display: flex;
  justify-content: center;
  padding: 1.8rem 2rem 1.8rem 8rem;
  width: fit-content;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 4rem auto 0;
}
@media screen and (max-width: 420px) {
  .contact_btn {
    padding: 1.5rem 2rem 1.5rem 8rem;
  }
  .contact_btn p {
    line-height: 2;
  }
}
.contact_btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}
.contact_btn .contact_btn_txt {
  color: #04B80A;
  margin-right: 5rem;
  font-weight: 700;
}
.contact_btn .contact_btn_txt strong {
  font: 700 1.8rem/1.1 "Noto Sans JP", sans-serif;
}
.contact_btn .contact_circle {
  fill: #04B80A;
}
.contact_btn .contact_arrow {
  stroke: #fff;
}

.border_contact {
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .border_contact {
    width: 80%;
    margin: 6rem auto;
  }
  .border_contact svg {
    width: 100%;
    height: 2px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 420px) {
  .border_contact svg {
    vertical-align: middle;
  }
}
@media screen and (max-width: 420px) {
  .border_contact {
    width: 75%;
    margin: 4rem 0;
  }
}
.border_contact .border {
  stroke-width: 2px;
  stroke: var(--ao, #036EB8);
}
@media screen and (max-width: 767px) {
  .border_contact .border {
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .border_contact .border {
    stroke-width: 8px;
    stroke-dasharray: 5px 20px;
    vertical-align: middle;
  }
}

/*==========================================
//
//          access アクセス
//
==========================================*/
.access .access_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .access .access_container {
    flex-direction: column;
  }
}
.access .access_container .access_box {
  flex-basis: 38%;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .access .access_container .access_box {
    padding-left: 10%;
  }
}
@media screen and (max-width: 420px) {
  .access .access_container .access_box {
    padding-left: 2rem;
  }
}
.access .access_container .access_box .access_box_detail {
  margin-top: 6rem;
}
@media screen and (max-width: 420px) {
  .access .access_container .access_box .access_box_detail {
    margin-top: 3rem;
  }
}
.access .access_container .access_box .access_box_detail .access_detail_ttl {
  color: #2EA7E0;
  margin-top: 3rem;
}
@media screen and (max-width: 420px) {
  .access .access_container .access_box .access_box_detail .access_detail_ttl {
    margin-top: 2rem;
  }
}
.access .access_container .access_box .access_box_detail .access_detail_ex {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
.access .access_container .access_box .access_box_detail .access_detail_ex .access_detail_inner {
  display: flex;
}
.access .access_container .access_box .access_box_detail .access_detail_ex .access_detail_inner .detail_time_name {
  font-weight: 700;
  font-size: 1.6rem;
}
.access .access_container .access_box .access_box_detail .access_detail_ex .access_detail_inner .detail_time {
  font-size: 1.6rem;
  margin-left: 1.4rem;
}
.access .access_container .access_map {
  flex-basis: 55%;
}
.access .access_container .access_map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access .access_container .access_map iframe {
    height: 500px;
  }
}
@media screen and (max-width: 420px) {
  .access .access_container .access_map iframe {
    height: 213px;
  }
}

.footer {
  background: #036EB8;
  padding: 5.4rem 0 2.4rem;
}
@media screen and (max-width: 420px) {
  .footer {
    margin-top: 4rem;
  }
}
.footer .footer_contents {
  color: #fff;
  font-size: 1.2rem;
}
.footer .footer_contents .footer_logo {
  width: 19%;
}
@media screen and (max-width: 420px) {
  .footer .footer_contents .footer_logo {
    width: 45%;
  }
}
.footer .footer_contents .company_info {
  display: flex;
  column-gap: 1.6rem;
  margin-top: 1rem;
}
.footer .footer_contents .footer_name a {
  text-decoration: underline;
}
.footer .footer_contents .footer_adress {
  margin-top: 1rem;
}
.footer .footer_copy {
  margin-top: 2rem;
  font-size: 1rem;
  text-align: center;
}