@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Lato:700,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* 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;
}

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

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

/* --------------------------------------------
Modern CSS reset
https://github.com/hankchizljaw/modern-css-reset
-------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*-----------------------------------------------
//  Styles - Table of Contents:
//
//	1.Import
//	2.Valuables
//	3.Modules 
//	4.Base
-----------------------------------------------*/
/* --------------------------------------------
1.Import 
-------------------------------------------- */
/* --------------------------------------------
2.Valuables
-------------------------------------------- */
/* --------------------------------------------
3.Base Setting
-------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 90% !important;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 68%;
  }
}

html body {
  color: #1a1a1a;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo",
    メイリオ, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  html body header,
  html body main,
  html body footer {
    min-width: 1080px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  html body header,
  html body main,
  html body footer {
    width: 100%;
  }
}
html body a,
html body img {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html body img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body a:hover,
  html body a img:hover {
    opacity: 0.7;
  }
}

/* --------------------------------------------
4.Modules
-------------------------------------------- */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
  .container.sp-full {
    padding: 0;
  }
  .container-narrow.sp-full {
    padding: 0;
  }
}

.container-wide {
  max-width: 1286px;
  margin: 0 auto;
}

.container-narrow {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container-narrow {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .only-for-desktop {
    display: none;
  }
}

.only-for-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-for-mobile {
    display: block !important;
  }
}

/* --------------------------------------------
Styles - Table of contests:
1.Header
2.Hero
3.Intro
4.Section Common
5.Meals
6.Safety
7.Rooms
8.Relax
9.Facility
10.Community
11.Plans
12.Access
13.Q&A
14.Flow
15.Info
16.Recommend
17.Footer
-------------------------------------------- */
/* -----------------------
1.Header
----------------------- */
.header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
}
.header .header-wrap-default {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  z-index: 100;
  width: 100%;
  left: 50%;
  padding-left: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1301px) {
  .header .header-wrap-default {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .header-wrap-default {
    display: none;
  }
}
.header .header-wrap-default .header-logo {
  width: 85px;
}
.header .header-wrap-default .header-logo .header-logo__link {
  width: 100%;
}
.header .header-wrap-default .header-nav {
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 100%;
}
.header .header-wrap-default .header-nav .header-nav__lists {
  display: -webkit-box;
  display: flex;
  font-size: 0.75rem;
  height: 100%;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  white-space: nowrap;
}
.header .header-wrap-default .header-nav .header-nav__lists .header-nav__list {
  margin-left: 1.4em;
}
.header
  .header-wrap-default
  .header-nav
  .header-nav__lists
  .header-nav__list
  .header-nav__link {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.header
  .header-wrap-default
  .header-nav
  .header-nav__lists
  .header-nav__list
  .header-nav__link:hover {
  opacity: 1;
  color: #009944;
}
.header .header-wrap-default .header-apply {
  width: 80px;
  height: 80px;
  margin-left: 1em;
}
.header .header-wrap-default .header-apply .header-apply__link {
  background: #009944;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5em;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .header-wrap-default .header-apply .header-apply__link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.header .header-wrap-fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #fff;
  top: -80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .header-wrap-fixed {
    top: 0;
  }
}
.header .header-wrap-fixed .header-wrap-fixed__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding-left: 1.5em;
}
.header .header-wrap-fixed .header-wrap-fixed__inner .header-logo {
  width: 85px;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-logo
  .header-logo__link {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-logo.active {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    z-index: 110;
  }
}
.header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap {
  display: -webkit-box;
  display: flex;
  z-index: 100;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button {
  width: 80px;
  height: 80px;
  border: none;
  background-color: #1a1a1a;
  outline: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .header
    .header-wrap-fixed
    .header-wrap-fixed__inner
    .header-button-wrap
    .header-button {
    background-color: inherit;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header
    .header-wrap-fixed
    .header-wrap-fixed__inner
    .header-button-wrap
    .header-button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button
  .ico-humbarger {
  display: block;
  height: 18%;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button
  .ico-humbarger::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header
    .header-wrap-fixed
    .header-wrap-fixed__inner
    .header-button-wrap
    .header-button
    .ico-humbarger::before {
    background-color: #1a1a1a;
  }
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button
  .ico-humbarger::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .header
    .header-wrap-fixed
    .header-wrap-fixed__inner
    .header-button-wrap
    .header-button
    .ico-humbarger::after {
    background-color: #1a1a1a;
  }
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button.show {
  top: 0 !important;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button.show
  .ico-humbarger::before {
  background-color: #fff;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-button.show
  .ico-humbarger::after {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
  width: 100%;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-apply {
  width: 80px;
  height: 80px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .header
    .header-wrap-fixed
    .header-wrap-fixed__inner
    .header-button-wrap
    .header-apply {
    display: none;
  }
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-button-wrap
  .header-apply
  .header-apply__link {
  background: #009944;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-weight: 800;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5em;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
.header .header-wrap-fixed .header-wrap-fixed__inner .header-nav-fixed {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #009944;
  left: 0;
  top: 0;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-nav-fixed
  .header-nav__lists {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  padding: 6rem 1.5rem 1.5rem;
  max-height: 80vh;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-nav-fixed
  .header-nav__lists
  .header-nav__list
  .header-nav__link {
  color: #fff;
  display: inline-block;
  height: 6vh;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-nav-fixed
  .header-nav__lists
  .header-nav__list
  .header-nav__link:hover {
  opacity: 1;
  color: #009944;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-nav-fixed
  .button-wrap {
  padding: 0 1.5rem 2rem;
}
.header
  .header-wrap-fixed
  .header-wrap-fixed__inner
  .header-nav-fixed
  .button-wrap
  .button__link {
  width: 100%;
}
.header .header-wrap-fixed .header-wrap-fixed__inner .header-nav-fixed.active {
  opacity: 1;
  visibility: visible;
}
.header .header-wrap-fixed.active {
  top: 0;
}

/* -----------------------
2.Hero
----------------------- */
.hero-section {
  padding-top: 80px;
}
.hero-section .hero-inner {
  position: relative;
}
.hero-section .hero-inner .hero-bg {
  background-image: url(../../image/kch/hero_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  min-height: 800px;
  max-width: 1080px;
  position: relative;
  width: 85%;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-bg {
    height: 50vh;
    min-height: 500px;
  }
}
.hero-section .hero-inner .hero-logo {
  position: absolute;
  right: 20px;
  top: 5em;
  max-width: 470px;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-logo {
    position: inherit;
    right: 0;
    top: 0;
    padding: 2rem 3rem 1.5rem;
    margin: auto;
    width: 100%;
    max-width: 420px;
  }
}
.hero-section .hero-inner .hero-logo .hero-logo--head {
  font-size: 1.38rem;
  font-weight: 800;
  margin-bottom: 0.5em;
  text-align: center;
  word-spacing: 0.4em;
  white-space: nowrap;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-logo .hero-logo--head {
    font-size: 1rem;
    white-space: inherit;
  }
}
.hero-section .hero-inner .hero-description {
  position: absolute;
  left: 0;
  bottom: -4em;
  max-width: 450px;
  background: #fff;
  padding: 3em;
  z-index: 60;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-description {
    position: inherit;
    top: 0;
    padding: 0.5rem 3rem 3rem;
    margin: auto;
  }
}
.hero-section .hero-inner .hero-description .hero-description-head {
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.hero-section .hero-inner .hero-description .hero-description-contents {
  font-size: 0.9rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-description .hero-description-contents {
    line-height: 1.8;
  }
}
.hero-section .hero-inner .hero-copy {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  max-height: 17em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  z-index: 60;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-copy {
    top: 3%;
  }
}
.hero-section .hero-inner .hero-button {
  position: absolute;
  right: 100px;
  bottom: 4em;
  height: 210px;
  width: 210px;
  z-index: 60;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-button {
    top: 350px;
    right: 20px;
    width: 160px;
    height: 160px;
  }
}
.hero-section .hero-inner .hero-button .hero-button__link {
  background-color: #009944;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 1.75rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
  height: 100%;
  width: 100%;
}
.hero-section .hero-inner .hero-button .hero-button__link:hover {
  opacity: 0.95;
}
.hero-section .hero-inner .hero-news {
  background-color: #f1f1f1;
  position: absolute;
  right: 0;
  bottom: -13rem;
  width: 80%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-news {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.hero-section .hero-inner .hero-news .hero-news-inner {
  padding: 10em 2em 2em 14em;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-news .hero-news-inner {
    padding: 0;
  }
}
.hero-section .hero-inner .hero-news .hero-news-inner .hero-news-inner__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero-section
    .hero-inner
    .hero-news
    .hero-news-inner
    .hero-news-inner__inner {
    padding: 2.5rem 3rem;
    max-width: 450px;
    margin: auto;
  }
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-head {
  font-weight: 800;
  letter-spacing: 0.2em;
  padding: 0 2em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .hero-section
    .hero-inner
    .hero-news
    .hero-news-inner
    .hero-news-inner__inner
    .hero-news-head {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-section
    .hero-inner
    .hero-news
    .hero-news-inner
    .hero-news-inner__inner
    .hero-news-contents::before {
    content: "";
    background-color: #f1f1f1;
    height: 8em;
    width: 5px;
    position: absolute;
    z-index: 10;
  }
  .hero-section
    .hero-inner
    .hero-news
    .hero-news-inner
    .hero-news-inner__inner
    .hero-news-contents::after {
    content: "";
    background-color: #f1f1f1;
    height: 8em;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list {
  font-size: 0.88rem;
  border-right: 1px solid #c0c4c4;
  padding: 0 2.3em;
  min-height: 7em;
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .hero-section
    .hero-inner
    .hero-news
    .hero-news-inner
    .hero-news-inner__inner
    .hero-news-contents
    .contents__lists
    .contents__list {
    border: none;
    padding: 0;
    width: 100% !important;
  }
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list
  .contents__title {
  font-weight: 800;
  margin-bottom: 5px;
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list
  .contents__date {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 0.88rem;
  font-weight: 800;
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list
  .contents__text {
  margin-top: 0.2em;
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list
  .contents__text
  a {
  text-decoration: underline;
}
.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list
  .contents__text
  a:hover {
  text-decoration: none;
}
.hero-section .hero-inner .hero-news .swiper-news-button-prev,
.hero-section .hero-inner .hero-news .swiper-news-button-next {
  outline: none;
  position: absolute;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  width: 34px;
  height: 34px;
  z-index: 90;
  cursor: pointer;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-news .swiper-news-button-prev,
  .hero-section .hero-inner .hero-news .swiper-news-button-next {
    top: 3.5rem;
  }
}
.hero-section .hero-inner .hero-news .swiper-news-button-prev::after,
.hero-section .hero-inner .hero-news .swiper-news-button-next::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: 35%;
}
.hero-section
  .hero-inner
  .hero-news
  .swiper-news-button-next.swiper-button-disabled,
.hero-section
  .hero-inner
  .hero-news
  .swiper-news-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.hero-section .hero-inner .hero-news .swiper-news-button-prev {
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-news .swiper-news-button-prev {
    right: 3.5rem;
  }
}
.hero-section .hero-inner .hero-news .swiper-news-button-prev::after {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
}
.hero-section .hero-inner .hero-news .swiper-news-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-news .swiper-news-button-next {
    right: 1rem;
  }
}
.hero-section .hero-inner .hero-news .swiper-news-button-next::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}

/* -----------------------
3.Intro
----------------------- */
.intro-section {
  background-image: url(../../image/kch/intro_bg@2x.jpg);
  background-position: center;
  background-size: cover;
  height: 50vh;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  .intro-section {
    min-height: 400px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
.intro-section .intro-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  align-items: center;
  padding: 15em 0 2em;
}
@media screen and (max-width: 768px) {
  .intro-section .intro-inner {
    display: block;
    padding: 0.5em 1em 2em;
  }
}
.intro-section .intro-inner .intro-text {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-text {
    font-size: 1.85rem;
    text-align: center;
  }
}
.intro-section .intro-inner .intro-min {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-min {
    margin: 2em auto;
    max-width: 450px;
    width: 80%;
  }
}

/* -----------------------
4.Section Common
----------------------- */
.head-wrap {
  line-height: 1;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .head-wrap {
    margin: 1rem auto 2rem;
  }
}
.head-wrap .head__title {
  font-size: 6.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .head-wrap .head__title {
    font-size: 3.1rem;
  }
}
.head-wrap .head__caption {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .head-wrap .head__caption {
    font-size: 1.12rem;
  }
}

.head-m-wrap {
  letter-spacing: 0.1em;
  margin: 3em 0 2rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .head-m-wrap {
    padding: 0 0 0 1.2em;
    margin: 1rem 1.5rem 2rem;
  }
}
.head-m-wrap::before {
  background-color: #1a1a1a;
  content: "";
  height: 85%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .head-m-wrap::before {
    height: 95%;
    width: 3px;
  }
}
.head-m-wrap .head-m__title {
  font-size: 2.25rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .head-m-wrap .head-m__title {
    font-size: 1.75rem;
  }
}
.head-m-wrap .head-m__caption {
  font-size: 1.12rem;
  font-weight: 800;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .head-m-wrap .head-m__caption {
    line-height: 1.6;
  }
}

.head-s-wrap {
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
.head-s-wrap .head-s__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .head-s-wrap .head-s__title {
    font-size: 1.5rem;
  }
}
.head-s-wrap .head-s__caption {
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .head-s-wrap .head-s__caption {
    font-size: 1.12rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.section-contents {
  font-size: 0.94rem;
  line-height: 2;
}

.button__link {
  border: none;
  display: inline-block;
  font-weight: 800;
  padding: 1em 1.2em;
  position: relative;
  text-align: left;
}
.button__link .ico-ar::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 1em;
  display: block;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: 0px;
  width: 2em;
  height: 2px;
}
.button__link .ico-ar::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 6px;
  right: 1em;
  display: block;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: 0px;
  width: 8px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button__link .ico-cross:after {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 1rem;
  display: block;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.5;
}

.bg-color-kch {
  background-color: #009944;
  color: #fff;
}
.bg-color-kch .ico-ar::before,
.bg-color-kch .ico-ar::after {
  background-color: #fff;
}

.bg-color-kch-2 {
  background-color: #b7dac6;
  color: #1a1a1a;
}
.bg-color-kch-2 .ico-ar::before,
.bg-color-kch-2 .ico-ar::after {
  background-color: #1a1a1a;
}

.bg-color-accent {
  background-color: #fff100;
  color: #1a1a1a;
}
.bg-color-accent .ico-ar::before,
.bg-color-accent .ico-ar::after {
  background-color: #1a1a1a;
}

.bg-white {
  background-color: #fff;
  position: relative;
  padding: 5em 6em;
}
@media screen and (max-width: 768px) {
  .bg-white {
    padding: 3em 1.5em 2.5em;
  }
}

.js-modal-content {
  display: none;
}

.js-modal-overlay {
  z-index: 150;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-modal-wrap {
  z-index: 200;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 84%;
}
.modal-box .modal-box__inner {
  background: #fff;
  display: block;
  overflow: auto;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* -----------------------
Banner
----------------------- */
.banner-section {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .banner-section {
    padding-top: 2.5rem;
  }
}

/* -----------------------
5.Meals
----------------------- */
.meals-section {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .meals-section .section-contents {
    padding: 0 1.5rem;
  }
}
.meals-section .meals-image-main {
  padding-bottom: 1em;
}
.meals-section .meals-image-sub .meals-image-sub__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 9em 0;
}
@media screen and (max-width: 768px) {
  .meals-section .meals-image-sub .meals-image-sub__inner {
    display: inherit;
    padding: 2em 0 1em;
  }
}
.meals-section .meals-image-sub .meals-image-sub__inner::before {
  content: "";
  background-color: #009944;
  width: 880px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .meals-section .meals-image-sub .meals-image-sub__inner::before {
    width: 50%;
    height: 160px;
    left: 65%;
  }
}
.meals-section
  .meals-image-sub
  .meals-image-sub__inner
  .meals-image-sub__image:nth-child(1) {
  margin-top: -4em;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .meals-section
    .meals-image-sub
    .meals-image-sub__inner
    .meals-image-sub__image:nth-child(1) {
    margin-top: 0;
    width: 52%;
  }
}
.meals-section
  .meals-image-sub
  .meals-image-sub__inner
  .meals-image-sub__image:nth-child(2) {
  margin-bottom: -8em;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .meals-section
    .meals-image-sub
    .meals-image-sub__inner
    .meals-image-sub__image:nth-child(2) {
    position: absolute;
    right: 0;
    top: 34%;
    width: 38%;
  }
}
.meals-section
  .meals-image-sub
  .meals-image-sub__inner
  .meals-image-sub__image:nth-child(3) {
  margin-top: -12em;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .meals-section
    .meals-image-sub
    .meals-image-sub__inner
    .meals-image-sub__image:nth-child(3) {
    margin-top: 5em;
    margin-left: 1em;
    width: 45%;
  }
}

/* -----------------------
6.Safety
----------------------- */
.safety-section {
  background-color: #f1f1f1;
  padding: 6rem 0;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .safety-section {
    margin-top: 3rem;
    padding: 3rem 1.5rem;
  }
}
.safety-section .safety-head-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-head-wrap {
    display: inherit;
    padding: 0;
  }
}
.safety-section .safety-head-wrap .safety-head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-head-wrap .safety-head {
    margin: 0 auto 2em;
    text-align: center;
    width: 100%;
  }
}
.safety-section .safety-head-wrap .safety-image-main {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-head-wrap .safety-image-main {
    width: 100%;
    padding-left: 7em;
  }
}
.safety-section .safety-image-sub-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  padding: 2em 0 0;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-image-sub-wrap {
    display: inherit;
    margin: 0;
  }
}
.safety-section .safety-image-sub-wrap .safety-image-sub:nth-child(1) {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-image-sub-wrap .safety-image-sub:nth-child(1) {
    margin-top: -5em;
    -webkit-clip-path: inset(5% 0 15%);
    clip-path: inset(5% 0 15%);
    width: 80%;
  }
}
.safety-section .safety-image-sub-wrap .safety-image-sub:nth-child(2) {
  padding-top: 5px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-image-sub-wrap .safety-image-sub:nth-child(2) {
    text-align: right;
    position: relative;
    width: 100%;
  }
  .safety-section .safety-image-sub-wrap .safety-image-sub:nth-child(2) img {
    margin-top: -4em;
    margin-right: 2em;
    width: 25%;
    display: inline-block;
  }
}
.safety-section .safety-lead {
  margin-top: -5em;
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-lead {
    margin: -2em 0 0;
    padding: 2em 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .safety-section .safety-lead .safety-panel__inner {
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .safety-section .safety-lead .head-m-wrap {
    margin: 1.5rem 0;
  }
}
.safety-section .safety-button {
  margin: 2em 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-button {
    margin: 1.5em 0 2em;
  }
}
.safety-section .safety-button .button__link {
  width: 20em;
}
.safety-section .safety-button .button__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-button .button__link {
    width: 100%;
  }
}
.safety-section .safety-button .button__link.active .ico-cross::after {
  content: "−";
}
.safety-section .safety-num {
  display: inline-block;
  line-height: 1;
  position: absolute;
  text-align: center;
}
.safety-section .safety-num .safety-num__bubble {
  background-color: #009944;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 0.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-num .safety-num__bubble {
    padding: 3px 5px;
  }
}
.safety-section .safety-num .safety-num__bubble .ico-ar:before {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #009944;
  border-width: 8px;
}
.safety-section .safety-num .safety-num__num {
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-num .safety-num__num {
    font-size: 3.1rem;
  }
}
.safety-section .safety-01,
.safety-section .safety-03,
.safety-section .safety-05 {
  margin-top: 4em;
}
.safety-section .safety-01 .safety-num,
.safety-section .safety-03 .safety-num,
.safety-section .safety-05 .safety-num {
  right: 1.5em;
  top: -2.8em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-01 .safety-num,
  .safety-section .safety-03 .safety-num,
  .safety-section .safety-05 .safety-num {
    right: 0.5em;
    top: -2.4em;
  }
}
.safety-section .safety-01 .safety-contents,
.safety-section .safety-03 .safety-contents,
.safety-section .safety-05 .safety-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-01 .safety-contents,
  .safety-section .safety-03 .safety-contents,
  .safety-section .safety-05 .safety-contents {
    display: inherit;
  }
}
.safety-section .safety-01 .safety-contents .contents__image,
.safety-section .safety-03 .safety-contents .contents__image,
.safety-section .safety-05 .safety-contents .contents__image {
  max-width: 490px;
  padding-top: 0.5em;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-01 .safety-contents .contents__image,
  .safety-section .safety-03 .safety-contents .contents__image,
  .safety-section .safety-05 .safety-contents .contents__image {
    -webkit-clip-path: inset(5% 0 10%);
    clip-path: inset(5% 0 10%);
    margin-top: -0.5em;
    max-width: 100%;
    width: 100%;
  }
}
.safety-section .safety-01 .safety-contents .contents__text,
.safety-section .safety-03 .safety-contents .contents__text,
.safety-section .safety-05 .safety-contents .contents__text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-01 .safety-contents .contents__text,
  .safety-section .safety-03 .safety-contents .contents__text,
  .safety-section .safety-05 .safety-contents .contents__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .safety-section .safety-01 .safety-contents .contents__text .head-s-wrap,
  .safety-section .safety-03 .safety-contents .contents__text .head-s-wrap,
  .safety-section .safety-05 .safety-contents .contents__text .head-s-wrap {
    margin-bottom: 1em;
  }
}
.safety-section .safety-02 {
  margin-top: 4em;
}
.safety-section .safety-02 .safety-num {
  left: 1.5em;
  top: -2.8em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-num {
    left: 0.5em;
    top: -2.4em;
  }
}
.safety-section .safety-02 .safety-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents {
    flex-wrap: wrap;
  }
}
.safety-section .safety-02 .safety-contents .contents__image {
  width: 28%;
  max-width: 245px;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents .contents__image {
    margin-right: 10px;
    max-width: 100%;
    width: 50%;
  }
}
.safety-section .safety-02 .safety-contents .contents__table {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents .contents__table {
    margin-left: 10px;
    width: 35%;
  }
}
.safety-section .safety-02 .safety-contents .contents__table .table-box {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents .contents__table .table-box {
    font-size: 0.7rem;
    width: 100%;
  }
}
.safety-section .safety-02 .safety-contents .contents__table .table-box div {
  border: 2px solid #1a1a1a;
  border-bottom: none;
  font-weight: 800;
  padding: 0.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents .contents__table .table-box div {
    border: 1px solid #1a1a1a;
    border-bottom: none;
  }
}
.safety-section .safety-02 .safety-contents .contents__table .table-box .man {
  background-color: #8fd9fc;
}
.safety-section .safety-02 .safety-contents .contents__table .table-box .woman {
  background-color: #f49cc2;
}
.safety-section
  .safety-02
  .safety-contents
  .contents__table
  .table-box
  .collective {
  background-color: #f1f1f1;
  border-bottom: 2px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-contents
    .contents__table
    .table-box
    .collective {
    border-bottom: 1px solid #1a1a1a;
  }
}
.safety-section
  .safety-02
  .safety-contents
  .contents__table
  .table-description {
  font-size: 0.88rem;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-contents
    .contents__table
    .table-description {
    font-size: 0.7rem;
    margin-top: 0.5em;
  }
}
.safety-section .safety-02 .safety-contents .contents__text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents .contents__text {
    margin-bottom: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-contents .contents__text .head-s-wrap {
    margin: 0 0 1em;
  }
}
.safety-section .safety-02 .safety-02-illust {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-02-illust {
    margin-top: 2em;
  }
}
.safety-section .safety-02 .safety-02-illust .illust-head {
  position: relative;
  text-align: center;
  padding: 0.5em 0;
}
.safety-section .safety-02 .safety-02-illust .illust-head .illust-head__title {
  background: #fff;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 800;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1em;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-head
    .illust-head__title {
    font-size: 1rem;
  }
}
.safety-section .safety-02 .safety-02-illust .illust-head::before {
  content: "";
  background: #1a1a1a;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.safety-section .safety-02 .safety-02-illust .illust-contents {
  position: relative;
  margin-top: 1em;
}
.safety-section
  .safety-02
  .safety-02-illust
  .illust-contents
  .system-caretaker {
  max-width: 215px;
  position: relative;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-caretaker {
    position: absolute;
    right: 1em;
    top: 3em;
    left: inherit;
    width: 40%;
  }
}
.safety-section .safety-02 .safety-02-illust .illust-contents .system-lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-02 .safety-02-illust .illust-contents .system-lists {
    display: inherit;
    margin-top: -1.5em;
  }
}
.safety-section
  .safety-02
  .safety-02-illust
  .illust-contents
  .system-lists
  .system-list {
  position: relative;
  min-width: 186px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list {
    min-width: inherit;
    width: 40%;
  }
}
.safety-section
  .safety-02
  .safety-02-illust
  .illust-contents
  .system-lists
  .system-list::after {
  content: "";
  background-image: url(../../image/kch/safety_illust_ar@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 65%;
  right: -34%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list::after {
    height: 31px;
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:nth-child(1)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: inherit;
    bottom: -8%;
    right: -36%;
  }
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:nth-child(2) {
    position: absolute;
    right: 0;
    top: 9em;
  }
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:nth-child(2)::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: inherit;
    left: -37%;
  }
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:nth-child(3) {
    margin-top: 1.5em;
    padding-bottom: 9em;
  }
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:nth-child(3)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: inherit;
    bottom: 38%;
    right: -36%;
  }
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.safety-section
  .safety-02
  .safety-02-illust
  .illust-contents
  .system-lists
  .system-list:last-child::after {
  background: none;
}
@media screen and (max-width: 768px) {
  .safety-section
    .safety-02
    .safety-02-illust
    .illust-contents
    .system-lists
    .system-list:last-child::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: inherit;
    left: -37%;
  }
}
.safety-section .safety-04 {
  margin-top: 4em;
}
.safety-section .safety-04 .safety-num {
  left: 1.5em;
  top: -2.8em;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-04 .safety-num {
    left: 0.5em;
    top: -2.4em;
  }
}
.safety-section .safety-04 .safety-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-04 .safety-contents {
    display: inherit;
  }
}
.safety-section .safety-04 .safety-contents .contents__image {
  max-width: 490px;
  padding-top: 0.5em;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-04 .safety-contents .contents__image {
    -webkit-clip-path: inset(5% 0 10%);
    clip-path: inset(5% 0 10%);
    margin-top: -0.5em;
    max-width: 100%;
    width: 100%;
  }
}
.safety-section .safety-04 .safety-contents .contents__text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .safety-section .safety-04 .safety-contents .contents__text {
    width: 100%;
  }
}

/* -----------------------
7.Rooms
----------------------- */
.rooms-section {
  background-color: #fff;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .rooms-section {
    padding: 3rem 0;
  }
}
.rooms-section .rooms-gallery-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-gallery-wrap {
    display: inherit;
  }
}
.rooms-section .rooms-gallery-wrap .rooms-gallery__image--main {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-gallery-wrap .rooms-gallery__image--main {
    width: 100%;
  }
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-prev,
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-next {
  background: #fff;
  bottom: 0;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .rooms-section
    .rooms-gallery-wrap
    .rooms-gallery__image--main
    .swiper-button-prev,
  .rooms-section
    .rooms-gallery-wrap
    .rooms-gallery__image--main
    .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-prev::after,
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .rooms-section
    .rooms-gallery-wrap
    .rooms-gallery__image--main
    .swiper-button-prev::after,
  .rooms-section
    .rooms-gallery-wrap
    .rooms-gallery__image--main
    .swiper-button-next::after {
    width: 6px;
    height: 6px;
  }
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-prev {
  right: 62px;
  left: inherit;
  top: inherit;
}
@media screen and (max-width: 768px) {
  .rooms-section
    .rooms-gallery-wrap
    .rooms-gallery__image--main
    .swiper-button-prev {
    right: 35px;
  }
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-prev::after {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-next {
  right: 0;
  top: inherit;
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--main
  .swiper-button-next::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.rooms-section .rooms-gallery-wrap .rooms-gallery__image--thumbs {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-gallery-wrap .rooms-gallery__image--thumbs {
    width: 100%;
  }
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--thumbs
  .gallery-lists {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--thumbs
  .gallery-lists
  .gallery-list {
  cursor: pointer;
  width: 33.333333% !important;
}
.rooms-section
  .rooms-gallery-wrap
  .rooms-gallery__image--thumbs
  .gallery-lists
  .current {
  opacity: 0.7;
}
.rooms-section .rooms-inner {
  position: relative;
}
.rooms-section .rooms-inner .rooms-head {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-head {
    position: inherit;
    margin-bottom: 2em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .head-m-wrap {
    margin: 2em 0;
  }
}
.rooms-section .rooms-inner .rooms-spec .spec-head {
  font-weight: 800;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-spec .spec-head {
    font-size: 0.8rem;
  }
}
.rooms-section .rooms-inner .rooms-spec .spec-lists {
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-spec .spec-lists {
    font-size: 0.7rem;
  }
}
.rooms-section .rooms-inner .rooms-spec .spec-lists .spec-list {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 0.5em;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-spec .spec-lists .spec-list {
    min-height: 2.2rem;
    padding: 2px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 33.33333%;
  }
}
.rooms-section .rooms-inner .button-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin: 1em 0 4em;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .button-wrap {
    display: inherit;
  }
}
.rooms-section .rooms-inner .button-wrap .button__link {
  margin-top: 2em;
  width: 45%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.rooms-section .rooms-inner .button-wrap .button__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .button-wrap .button__link {
    width: 100%;
  }
}
.rooms-section .rooms-inner .button-wrap .button__link .view:after {
  content: "";
  background-image: url(../../image/kch/360-view.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: inline-block;
  margin: -2px 2px;
}
.rooms-section .rooms-inner .modal-room-plan img,
.rooms-section .rooms-inner .modal-room-desk img {
  max-height: 90%;
  max-width: 90%;
  width: auto;
}
.rooms-section .rooms-inner .modal-room-plan .button-close--fixed,
.rooms-section .rooms-inner .modal-room-desk .button-close--fixed {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  cursor: pointer;
  font-size: 2.8rem;
  top: 0;
  position: absolute;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 0;
}
.rooms-section .rooms-inner .modal-room-plan .button-close--fixed:hover,
.rooms-section .rooms-inner .modal-room-desk .button-close--fixed:hover {
  opacity: 0.7;
}
.rooms-section .rooms-inner .rooms-desk {
  margin-top: 3em;
  position: relative;
}
.rooms-section .rooms-inner .rooms-desk .desk-head {
  background-color: #009944;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  width: 364px;
  height: 316px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-desk .desk-head {
    font-size: 0.88rem;
    height: 158px;
    padding: 1em 1em 3em;
    width: 60%;
  }
}
.rooms-section .rooms-inner .rooms-desk .desk-lists-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-desk .desk-lists-wrap {
    width: 55vw;
    height: 100px;
  }
}
.rooms-section .rooms-inner .rooms-desk .desk-lists-wrap .desk-lists {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  height: 216px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-desk .desk-lists-wrap .desk-lists {
    height: 100px;
    top: 0;
    right: inherit;
    left: 0;
  }
}
.rooms-section
  .rooms-inner
  .rooms-desk
  .desk-lists-wrap
  .desk-lists
  .desk-list {
  position: relative;
  width: auto;
  cursor: pointer;
}
.rooms-section
  .rooms-inner
  .rooms-desk
  .desk-lists-wrap
  .desk-lists
  .desk-list
  img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .rooms-section
    .rooms-inner
    .rooms-desk
    .desk-lists-wrap
    .desk-lists
    .desk-list
    img:hover {
    opacity: 0.9;
  }
}
.rooms-section
  .rooms-inner
  .rooms-desk
  .desk-lists-wrap
  .desk-lists
  .desk-list
  .desk-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 0.88rem;
  padding: 0.3em 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rooms-section
    .rooms-inner
    .rooms-desk
    .desk-lists-wrap
    .desk-lists
    .desk-list
    .desk-caption {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-prev,
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-prev,
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-next {
    outline: none;
    bottom: 20%;
    top: inherit;
    right: inherit;
    width: 34px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-prev::after,
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-next::after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    left: 50%;
  }
}
.rooms-section
  .rooms-inner
  .rooms-desk
  .swiper-desk-button-next.swiper-button-disabled,
.rooms-section
  .rooms-inner
  .rooms-desk
  .swiper-desk-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-prev {
    left: 0;
  }
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-prev::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-next {
    left: 35px;
  }
  .rooms-section .rooms-inner .rooms-desk .swiper-desk-button-next::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/* -----------------------
8.Relax
----------------------- */
.relax-section {
  background-image: url(../../image/kch/relax_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  padding: 2rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .relax-section {
    padding: 2rem 1.5rem 4rem;
  }
}
.relax-section .relax-contents .head-m-wrap {
  margin: 0;
}
.relax-section .relax-contents .button-wrap {
  display: block;
  position: absolute;
  right: 6em;
  top: 5em;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .button-wrap {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
}
.relax-section .relax-contents .button-wrap .button__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0 15px 15px 0;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .button-wrap .button__link {
    top: 1em;
    right: 0;
    width: 170px;
    position: absolute;
  }
}
.relax-section .relax-contents .button-wrap .button__link .voice__image {
  position: relative;
  width: 90px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .button-wrap .button__link .voice__image {
    width: 65px;
  }
}
.relax-section .relax-contents .button-wrap .button__link .voice__text {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em 1em 1em 7em;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 215px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .button-wrap .button__link .voice__text {
    font-size: 0.7rem;
    padding: 1em 1em 1em 6.5em;
    width: 155px;
  }
}
.relax-section .relax-contents .button-wrap .button__link .voice__text .more {
  position: relative;
  margin-top: 8px;
  width: 88%;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .button-wrap .button__link .voice__text .more {
    margin-top: 5px;
  }
}
.relax-section .relax-contents .relax-contents__section {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-contents__section {
    display: block;
  }
}
.relax-section .relax-contents .relax-contents__section .text-caption {
  color: #009944;
  font-size: 0.7rem;
  font-weight: 800;
}
.relax-section .relax-contents .relax-contents__section .text-head {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-contents__section .text-head {
    font-size: 1.5rem;
  }
}
.relax-section .relax-contents .relax-bath {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 4em 4em 0;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-bath {
    padding: 0;
  }
}
.relax-section .relax-contents .relax-bath .bath__image {
  position: relative;
  width: 58%;
  z-index: 10;
}
.relax-section .relax-contents .relax-bath .bath__image .bg-bath::after {
  content: "";
  position: absolute;
  width: 265px;
  height: 225px;
  top: 10%;
  right: -20%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-bath .bath__image .bg-bath::after {
    width: 135px;
    height: 220px;
    right: 8%;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-bath .bath__image {
    margin-top: 1.5em;
    width: 100%;
  }
}
.relax-section .relax-contents .relax-bath .bath__text {
  position: relative;
  z-index: 10;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-bath .bath__text {
    margin-left: 0;
    width: 100%;
  }
}
.relax-section .relax-contents .relax-sauna {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 4em 4em 0;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-sauna {
    padding: 0;
  }
}
.relax-section .relax-contents .relax-sauna .sauna__image {
  position: relative;
  width: 58%;
  z-index: 10;
}
.relax-section .relax-contents .relax-sauna .sauna__image .bg-sauna::after {
  content: "";
  position: absolute;
  width: 336px;
  height: 154px;
  bottom: 10%;
  left: -20%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-sauna .sauna__image .bg-sauna::after {
    width: 142px;
    height: 258px;
    left: 10%;
    top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-sauna .sauna__image {
    margin-top: 2.5em;
    width: 100%;
  }
}
.relax-section .relax-contents .relax-sauna .sauna__text {
  position: relative;
  width: 36%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-sauna .sauna__text {
    margin-right: 0;
    margin-top: 1em;
    width: 100%;
  }
}
.relax-section .relax-contents .relax-lounge {
  margin: 4em 0 0;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-lounge {
    display: inherit;
    position: relative;
    margin: 2em 0 0;
  }
}
.relax-section .relax-contents .relax-lounge .lounge__image {
  position: relative;
  width: 28%;
  margin-right: 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-lounge .lounge__image {
    margin-right: 1rem;
    width: 42%;
  }
}
.relax-section .relax-contents .relax-lounge .lounge__image .bg-lounge::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 65px;
  top: 40%;
  right: -70%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .relax-section
    .relax-contents
    .relax-lounge
    .lounge__image
    .bg-lounge::after {
    width: 150px;
    height: 200px;
    top: inherit;
    bottom: -30%;
  }
}
.relax-section .relax-contents .relax-lounge .lounge__text {
  width: 34%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-lounge .lounge__text {
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-lounge .lounge__text .caption__wrap {
    position: absolute;
    right: 0;
    top: 25%;
    width: 54%;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-lounge .lounge__text .section-contents {
    position: relative;
    z-index: 10;
  }
}
.relax-section .relax-contents .relax-chair {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-top: -8em;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-chair {
    margin-top: 0;
  }
}
.relax-section .relax-contents .relax-chair .chair__image {
  position: relative;
  width: 28%;
  z-index: 10;
}
.relax-section .relax-contents .relax-chair .chair__image .bg-chair::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 200px;
  top: -25%;
  right: 15%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-chair .chair__image .bg-chair::after {
    width: 180px;
    height: 120px;
    top: inherit;
    right: 20%;
    bottom: -45%;
  }
}
@media screen and (max-width: 768px) {
  .relax-section
    .relax-contents
    .relax-chair
    .chair__image
    .chair__image__inner {
    display: inline-block;
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-chair .chair__image {
    text-align: right;
    margin-top: 1.5em;
    width: 100%;
  }
}
.relax-section .relax-contents .relax-chair .chair__text {
  margin-right: 40px;
  position: relative;
  z-index: 10;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-chair .chair__text {
    margin-top: -1em;
    width: 100%;
  }
}
.relax-section .relax-contents .relax-terrace {
  padding: 4em 0 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-terrace {
    padding: 2.5em 0 0;
  }
}
.relax-section .relax-contents .relax-terrace .terrace__image {
  position: relative;
  width: 44%;
  z-index: 10;
}
.relax-section
  .relax-contents
  .relax-terrace
  .terrace__image
  .bg-terrace::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 130px;
  bottom: -12%;
  right: -30%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .relax-section
    .relax-contents
    .relax-terrace
    .terrace__image
    .bg-terrace::after {
    width: 120px;
    height: 180px;
    right: 0;
    bottom: inherit;
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-terrace .terrace__image {
    width: 100%;
  }
  .relax-section .relax-contents .relax-terrace .terrace__image img {
    width: 90%;
  }
}
.relax-section .relax-contents .relax-terrace .terrace__text {
  position: relative;
  z-index: 10;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .relax-section .relax-contents .relax-terrace .terrace__text {
    margin-left: 0;
    margin-top: 1.5em;
    width: 100%;
  }
}

/* -----------------------
9.Facility
	----------------------- */
.facility-section {
  padding: 2rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .facility-section {
    padding: 2rem 0 4rem;
  }
}
.facility-section .facility-contents .facility-contents__section {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-contents__section {
    display: inherit;
  }
}
.facility-section .facility-contents .facility-contents__section .text-caption {
  color: #009944;
  font-size: 0.7rem;
  font-weight: 800;
}
.facility-section .facility-contents .facility-contents__section .text-head {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-contents__section .text-head {
    font-size: 1.5rem;
  }
}
.facility-section .facility-contents .facility-lounge {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 2em 10px 0;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-lounge {
    padding: 0.5em 1.5em 0;
  }
}
.facility-section .facility-contents .facility-lounge .lounge__image {
  position: relative;
  width: 50%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-lounge .lounge__image {
    width: 100%;
  }
}
.facility-section
  .facility-contents
  .facility-lounge
  .lounge__image
  .bg-lounge::after {
  content: "";
  position: absolute;
  width: 265px;
  height: 225px;
  top: 14%;
  left: -30%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-lounge
    .lounge__image
    .bg-lounge::after {
    width: 190px;
    height: 170px;
    left: 10%;
    top: 55%;
  }
}
.facility-section .facility-contents .facility-lounge .lounge__text {
  position: relative;
  width: 46%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-lounge .lounge__text {
    margin-top: -0.5em;
    width: 100%;
  }
}
.facility-section
  .facility-contents
  .facility-lounge
  .lounge__text
  .section-contents {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-lounge
    .lounge__text
    .section-contents {
    width: 100%;
  }
}
.facility-section .facility-contents .facility-kitchen {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 4em 4em 0;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-kitchen {
    padding: 3em 1.5em 0;
  }
}
.facility-section .facility-contents .facility-kitchen .kitchen__image {
  position: relative;
  width: 55%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-kitchen .kitchen__image {
    width: 100%;
  }
}
.facility-section
  .facility-contents
  .facility-kitchen
  .kitchen__image
  .bg-kitchen::after {
  content: "";
  position: absolute;
  width: 346px;
  height: 160px;
  top: 50%;
  right: -50%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-kitchen
    .kitchen__image
    .bg-kitchen::after {
    width: 205px;
    height: 130px;
    right: 20%;
    top: 50%;
  }
}
.facility-section .facility-contents .facility-kitchen .kitchen__text {
  margin-left: -150px;
  width: 38%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-kitchen .kitchen__text {
    margin-left: 0;
    width: 100%;
  }
}
.facility-section .facility-contents .facility-laundry {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 4em 0 0;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-laundry {
    padding: 1em 1.5em 0;
  }
}
.facility-section .facility-contents .facility-laundry .laundry__image {
  position: relative;
  width: 45%;
  margin-right: 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-laundry .laundry__image {
    margin-top: 1em;
    text-align: right;
    width: 100%;
  }
}
.facility-section
  .facility-contents
  .facility-laundry
  .laundry__image
  .laundry__image__inner {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-laundry
    .laundry__image
    .laundry__image__inner {
    width: 65%;
  }
}
.facility-section
  .facility-contents
  .facility-laundry
  .laundry__image
  .bg-laundry::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 140px;
  bottom: -20%;
  right: -2rem;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-laundry
    .laundry__image
    .bg-laundry::after {
    width: 105px;
    height: 190px;
    right: 50%;
    top: 25%;
  }
}
.facility-section .facility-contents .facility-laundry .laundry__text {
  position: relative;
  z-index: 10;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-laundry .laundry__text {
    margin-top: -0.5em;
    width: 100%;
  }
}
.facility-section .facility-contents .facility-service {
  -webkit-box-align: center;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-service {
    margin-top: 2rem;
    padding: 0 1.5em;
  }
}
.facility-section .facility-contents .facility-service .service__image {
  position: relative;
  width: 33%;
  margin-right: 3rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-service .service__image {
    width: 100%;
  }
  .facility-section .facility-contents .facility-service .service__image img {
    width: 58%;
  }
}
.facility-section
  .facility-contents
  .facility-service
  .service__image
  .bg-service::after {
  content: "";
  position: absolute;
  width: 315px;
  height: 96px;
  top: -14%;
  right: -30%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-service
    .service__image
    .bg-service::after {
    width: 170px;
    height: 125px;
    right: 0;
    top: 35%;
  }
}
.facility-section .facility-contents .facility-service .service__text {
  width: 52%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-service .service__text {
    margin-top: 1em;
    width: 100%;
  }
}
.facility-section .facility-contents .facility-rental {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 4em 0 3em;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-rental {
    padding: 2em 1.5em 0;
  }
}
.facility-section .facility-contents .facility-rental .rental__image {
  position: relative;
  margin-left: 3rem;
  width: 28%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-rental .rental__image {
    width: 100%;
    text-align: right;
    margin: auto;
  }
}
.facility-section
  .facility-contents
  .facility-rental
  .rental__image
  .rental__image__inner {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-rental
    .rental__image
    .rental__image__inner {
    width: 45%;
  }
}
.facility-section
  .facility-contents
  .facility-rental
  .rental__image
  .rental__image__inner
  .bg-rental::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 140px;
  bottom: -15%;
  left: -20%;
  display: block;
  background-color: #e7f2ec;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .facility-section
    .facility-contents
    .facility-rental
    .rental__image
    .rental__image__inner
    .bg-rental::after {
    width: 175px;
    height: 130px;
    left: 15%;
    top: 50%;
  }
}
.facility-section .facility-contents .facility-rental .rental__text {
  position: relative;
  z-index: 10;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .facility-section .facility-contents .facility-rental .rental__text {
    margin-top: -0.5em;
    width: 100%;
  }
}

/* -----------------------
10.Community
----------------------- */
.community-section {
  background-color: #f1f1f1;
  padding: 2rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .community-section {
    padding: 2rem 0 3rem;
  }
}
.community-section .community-graph {
  margin: 4em auto;
  padding: 5em 6em;
}
@media screen and (max-width: 768px) {
  .community-section .community-graph {
    margin: 0 1.5em;
    padding: 1.5em 0;
  }
}
.community-section .community-graph .graph__title {
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .community-section .community-graph .graph__title {
    font-size: 1.25rem;
  }
}
.community-section .community-graph .graph__image {
  margin: 1em 0 0;
}
@media screen and (max-width: 768px) {
  .community-section .community-graph .graph__image {
    margin: 1em 1.5em 0;
  }
}
.community-section .community-graph .note {
  font-size: 0.88rem;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .community-section .community-graph .note {
    padding-right: 1.5rem;
  }
}
.community-section .community-consult {
  margin-top: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .community-section .community-consult {
    display: inherit;
    margin: 1.5em;
    padding: 1.5em 1.5em 2em;
  }
}
.community-section .community-consult .consult__image {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .community-section .community-consult .consult__image {
    -webkit-clip-path: inset(0 0 10%);
    clip-path: inset(0 0 10%);
    width: 100%;
  }
}
.community-section .community-consult .consult__text {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .community-section .community-consult .consult__text {
    width: 100%;
  }
}
.community-section .community-event {
  margin-top: 3em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .community-section .community-event {
    display: inherit;
    margin: 0 1.5em 1.5em;
    padding: 1.5em 1.5em 2em;
  }
}
.community-section .community-event .event__image {
  position: relative;
  width: 490px;
}
.community-section .community-event .event__image .swiper-event-button-prev,
.community-section .community-event .event__image .swiper-event-button-next {
  background: #fff;
  bottom: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .community-section .community-event .event__image .swiper-event-button-prev,
  .community-section .community-event .event__image .swiper-event-button-next {
    bottom: 20px;
    width: 34px;
    height: 34px;
  }
}
.community-section
  .community-event
  .event__image
  .swiper-event-button-prev::after,
.community-section
  .community-event
  .event__image
  .swiper-event-button-next::after {
  content: "";
  margin-top: 2px;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .community-section
    .community-event
    .event__image
    .swiper-event-button-prev::after,
  .community-section
    .community-event
    .event__image
    .swiper-event-button-next::after {
    width: 6px;
    height: 6px;
  }
}
.community-section
  .community-event
  .event__image
  .swiper-event-button-next.swiper-button-disabled,
.community-section
  .community-event
  .event__image
  .swiper-event-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.community-section .community-event .event__image .swiper-event-button-prev {
  right: 62px;
  left: inherit;
  top: inherit;
}
@media screen and (max-width: 768px) {
  .community-section .community-event .event__image .swiper-event-button-prev {
    right: 36px;
  }
}
.community-section
  .community-event
  .event__image
  .swiper-event-button-prev::after {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
}
.community-section .community-event .event__image .swiper-event-button-next {
  right: 0;
  top: inherit;
}
.community-section
  .community-event
  .event__image
  .swiper-event-button-next::after {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .community-section .community-event .event__image {
    -webkit-clip-path: inset(0 0 20px);
    clip-path: inset(0 0 20px);
    width: 100%;
  }
}
.community-section .community-event .event__text {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .community-section .community-event .event__text {
    width: 100%;
  }
}
.community-section .community-event .event__text .section-contents {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .community-section .community-event .event__text .section-contents {
    width: 100%;
  }
}
.community-section .community-event .event__text .button-wrap {
  margin-top: 1.5em;
}
.community-section .community-event .event__text .button-wrap .button__link {
  font-size: 0.88rem;
  width: 100%;
}
.community-section .community-voice {
  margin-top: 3em;
  padding: 5rem 4rem 3rem;
}
@media screen and (max-width: 768px) {
  .community-section .community-voice {
    display: inherit;
    margin: 0 1.5rem 1.5rem;
    padding: 1.5rem 1.5rem 2rem;
  }
}
.community-section .community-voice .head-caption {
  color: #009944;
  font-weight: 900;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .community-section .community-voice .head-caption {
    font-size: 0.7rem;
  }
}
.community-section .community-voice .head-copy {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  .community-section .community-voice .head-copy {
    font-size: 1.25rem;
  }
}
.community-section .community-voice .voice__lists__wrap {
  padding: 0 2rem;
}
.community-section .community-voice .voice__lists__wrap .voice__lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice__lists__wrap
    .voice__lists
    .voice__list {
    width: 55vw !important;
  }
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__image {
  position: relative;
  cursor: pointer;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__image::before {
  content: "";
  height: 160px;
  width: 48px;
  background-color: #e7f2ec;
  position: absolute;
  left: -20px;
  bottom: -125px;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__image
  img {
  position: relative;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__image
  img:hover {
  opacity: 0.7;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text {
  font-size: 0.88rem;
  position: relative;
  margin-top: 1em;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .voice__text-head {
  font-weight: 800;
  font-size: 0.94rem;
  min-height: 3.5em;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .voice__text-description {
  line-height: 1.8;
  margin: 1em 0;
  min-height: 4.5rem;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .button-wrap {
  text-align: right;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .button-wrap
  .button__link {
  background: none;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0;
  outline: none;
  width: 32%;
  color: #009944;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice__lists__wrap
    .voice__lists
    .voice__list
    .voice__text
    .button-wrap
    .button__link {
    width: 38%;
  }
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .button-wrap
  .button__link
  .ico-ar::before,
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .button-wrap
  .button__link
  .ico-ar::after {
  background-color: #009944;
}
.community-section
  .community-voice
  .voice__lists__wrap
  .voice__lists
  .voice__list
  .voice__text
  .button-wrap
  .button__link:hover {
  opacity: 0.7;
}
.community-section .community-voice .voice-detail {
  margin: 0 auto;
  width: 80%;
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content {
  height: 100%;
  padding: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content {
    padding: 0;
  }
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .modal-box__head {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1em;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content
    .modal-box__head {
    padding: 2.5rem 1rem 0;
    width: 100%;
  }
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .modal-box__profile {
  font-size: 0.88rem;
  position: absolute;
  right: 1.5rem;
  top: 3.5rem;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content
    .modal-box__profile {
    position: initial;
    width: 100%;
  }
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content
    .modal-box__profile
    div {
    padding: 0 1rem 1rem;
  }
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .modal-box__profile
  img {
  margin-bottom: 10px;
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .modal-box__description {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content
    .modal-box__description {
    width: 100%;
    padding: 1rem;
  }
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .modal-box__description
  p {
  margin-bottom: 2em;
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .button-wrap {
  text-align: center;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content
    .button-wrap {
    margin: 0 auto 2em;
  }
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .button-wrap
  .button-close {
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  width: 8em;
  padding: 6px 0;
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .button-wrap
  .button-close:hover {
  opacity: 0.7;
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .button-close--fixed {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1a1a1a;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 0;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.community-section
  .community-voice
  .voice-detail
  .modal-box
  .modal-box__inner
  .modal-box__content
  .button-close--fixed:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice-detail
    .modal-box
    .modal-box__inner
    .modal-box__content
    .button-close--fixed {
    top: 0;
    right: 0;
  }
}

/* -----------------------
11.Plans
----------------------- */
.plan-section {
  background-color: #009944;
  padding: 2rem 0 6rem;
}
.plan-section .head-wrap {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-contents {
    margin: 0 1.5rem;
    padding: 3em 0 2.5em;
  }
}
.plan-section .plan-contents .contents__head {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-contents .contents__head {
    font-size: 1.62rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table {
    margin-top: -1em;
    padding: 0 2rem;
  }
}
.plan-section .plan-contents .plan-table .table__lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.plan-section .plan-contents .plan-table .table__lists .table__list {
  position: relative;
  padding-top: 5em;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .table__lists .table__list {
    padding-top: 4.3em;
    width: 100%;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__bubble {
  position: absolute;
  top: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 262px;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__bubble {
    top: 1.8em;
    max-width: 230px;
    width: 60%;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box {
  border: 4px solid #1a1a1a;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box {
    border: 2px solid #1a1a1a;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__head {
  display: inline-block;
  background: #fff;
  font-size: 1.5rem;
  padding: 0 1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__head {
    font-size: 1.25rem;
    margin-top: -2px;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents {
  padding: 2em 4em 4em;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents {
    padding: 1em 2em 3em;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists {
  font-size: 0.94rem;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list {
  border-bottom: 1px solid #e7f2ec;
  padding: 1em 0;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list
  dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list
  dl
  dt {
  font-weight: 800;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .box__list
  dl
  dd {
  text-align: right;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dt {
  padding-top: 20px;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dd {
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .price
    dl
    dd {
    font-size: 2.25rem;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dd
  .yen {
  font-size: 1.75rem;
  font-weight: 800;
  padding: 0 2px;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .price
    dl
    dd
    .yen {
    font-size: 1.25rem;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .price
  dl
  dd
  .small {
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0 2px;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .price
    dl
    dd
    .small {
    font-size: 0.88rem;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd {
  font-weight: 800;
  font-size: 1.12rem;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd
  .small {
  font-size: 0.88rem;
  padding: 0 2px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__lists
    .food
    dl
    dd
    .small {
    font-size: 0.8rem;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd
  .button__link {
  background-color: #009944;
  color: #fff;
  padding: 3px 15px 2px 5px;
  position: relative;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 1em;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__lists
  .food
  dl
  dd
  .button__link
  .ico-cross::after {
  font-size: 1.12rem;
  color: #fff;
  right: 5px;
  font-weight: bold;
  top: -2px;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .box__caption {
  font-size: 0.88rem;
  text-align: right;
  display: block;
  padding: 2em 0 3em;
}
@media screen and (max-width: 768px) {
  .plan-section
    .plan-contents
    .plan-table
    .table__lists
    .table__list
    .table__list--box
    .box__contents
    .box__caption {
    padding: 1em 0 2em;
  }
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .button-wrap {
  font-size: 0.88rem;
  text-align: center;
}
.plan-section
  .plan-contents
  .plan-table
  .table__lists
  .table__list
  .table__list--box
  .box__contents
  .button-wrap
  .button__link {
  cursor: pointer;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-contents .plan-table .swiper-button-prev,
  .plan-section .plan-contents .plan-table .swiper-button-next {
    outline: none;
    top: 54%;
    position: absolute;
    cursor: pointer;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .plan-section .plan-contents .plan-table .swiper-button-prev::after,
  .plan-section .plan-contents .plan-table .swiper-button-next::after {
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .plan-section
    .plan-contents
    .plan-table
    .swiper-button-next.swiper-button-disabled,
  .plan-section
    .plan-contents
    .plan-table
    .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .plan-section .plan-contents .plan-table .swiper-button-prev {
    left: 5px;
  }
  .plan-section .plan-contents .plan-table .swiper-button-prev::after {
    border-bottom: 2px solid #1a1a1a;
    border-left: 2px solid #1a1a1a;
  }
  .plan-section .plan-contents .plan-table .swiper-button-next {
    right: 5px;
  }
  .plan-section .plan-contents .plan-table .swiper-button-next::after {
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
  }
}
.plan-section .plan-price {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-price {
    padding: 0 1.5rem;
  }
}
.plan-section .plan-price .price__lists .price__list {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 3px;
}
.plan-section .plan-price .price__lists .price__list:first-child {
  font-weight: 800;
}
.plan-section .plan-price .price__lists .price__list dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 0.94rem;
}
.plan-section .plan-price .price__lists .price__list dl dt {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-price .price__lists .price__list dl dt {
    width: 29%;
  }
}
.plan-section .plan-price .price__lists .price__list dl dd {
  width: 82%;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-price .price__lists .price__list dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .plan-section .plan-price .price__lists .price__list dl dd .bundle {
    display: block;
  }
}
.plan-section .plan-support {
  background-color: #e7f2ec;
  margin-top: 4em;
  padding: 1em 4em;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-support {
    padding: 1.5em;
    margin: 4em 1.5rem 0;
  }
}
.plan-section .plan-support .support__head {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-support .support__head {
    font-size: 1.25rem;
  }
}
.plan-section .plan-support .support__head span {
  font-size: 3.63rem;
  font-weight: 800;
  padding: 0 3px;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-support .support__head span {
    font-size: 2.25rem;
  }
}
.plan-section .plan-support .button-wrap {
  text-align: right;
}
.plan-section .plan-support .button-wrap .button__link {
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 900;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .plan-section .plan-support .button-wrap .button__link {
    padding-bottom: 1.2em;
    width: 8em;
  }
}
.plan-section .plan-support .button-wrap .button__link .ico-ar::before,
.plan-section .plan-support .button-wrap .button__link .ico-ar::after {
  background-color: #1a1a1a;
}

/* -----------------------
12.Access
----------------------- */
.access-section {
  background-image: url(../../image/kch/access_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  padding: 2rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .access-section {
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .access-section .access-contents {
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .head-m-wrap {
    margin: 1.5rem 0;
  }
}
.access-section .access-contents .access-map iframe {
  width: 100%;
  height: 40vh;
  min-height: 480px;
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .access-map iframe {
    min-height: 350px;
  }
}
.access-section .access-contents .access-place {
  position: relative;
  margin: 3em 0 0;
  padding-top: 2.4em;
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .access-place {
    margin: 0;
    padding: 0;
  }
}
.access-section .access-contents .access-place .place__box {
  background-color: #009944;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.8;
  padding: 2.3em;
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .access-place .place__box {
    font-size: 0.75rem;
    margin-top: 2em;
    padding: 2rem;
  }
}
.access-section .access-contents .access-place .place__box .place__box__image {
  margin-bottom: 1em;
}
.access-section .access-contents .access-place .place__box:nth-child(1) {
  font-size: 1.12rem;
  font-weight: 800;
  width: 325px;
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .access-place .place__box:nth-child(1) {
    width: 100%;
  }
}
.access-section
  .access-contents
  .access-place
  .place__box:nth-child(1)
  .place__box__image {
  width: 118px;
}
@media screen and (max-width: 768px) {
  .access-section
    .access-contents
    .access-place
    .place__box:nth-child(1)
    .place__box__image {
    width: 30%;
  }
}
.access-section .access-contents .access-place .place__box:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .access-place .place__box:nth-child(2) {
    position: inherit;
    width: 100%;
  }
}
.access-section
  .access-contents
  .access-place
  .place__box:nth-child(2)
  .place__box__image {
  width: 118px;
}
@media screen and (max-width: 768px) {
  .access-section
    .access-contents
    .access-place
    .place__box:nth-child(2)
    .place__box__image {
    width: 30%;
  }
}
.access-section .access-contents .access-place .place__box:nth-child(3) {
  margin: 5em auto 0;
  width: 710px;
}
@media screen and (max-width: 768px) {
  .access-section .access-contents .access-place .place__box:nth-child(3) {
    margin: 2em auto 0;
    width: 100%;
  }
}
.access-section
  .access-contents
  .access-place
  .place__box:nth-child(3)
  .place__box__image {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .access-section
    .access-contents
    .access-place
    .place__box:nth-child(3)
    .place__box__image {
    width: 35%;
  }
}

/* -----------------------
13.Q&A
----------------------- */
.qa-section {
  background-color: #f1f1f1;
  padding: 2em 0 6em;
}
@media screen and (max-width: 768px) {
  .qa-section {
    padding: 2em 0 4em;
  }
}
.qa-section .qa-contents .qa__lists .qa__list {
  background-color: #fff;
  margin-bottom: 5px;
}
.qa-section .qa-contents .qa__lists .qa__list a {
  text-decoration: underline;
}
.qa-section .qa-contents .qa__lists .qa__list dl dt {
  font-weight: 800;
  padding: 1em 2em;
  position: relative;
}
.qa-section .qa-contents .qa__lists .qa__list dl dt .ico-cross {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qa-section .qa-contents .qa__lists .qa__list dl dt .ico-cross::after {
  content: "+";
  color: #009944;
  display: block;
  font-weight: 500;
  font-size: 2.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa-section .qa-contents .qa__lists .qa__list dl dt::before {
  content: "Q";
  font-size: 1.85rem;
  padding-right: 15px;
  display: inline-block;
  vertical-align: -3px;
}
.qa-section .qa-contents .qa__lists .qa__list dl dt:hover {
  cursor: pointer;
}
.qa-section .qa-contents .qa__lists .qa__list dl dt.active .ico-cross::after {
  content: "−";
}
.qa-section .qa-contents .qa__lists .qa__list dl dd {
  padding: 0 2rem 1.5rem 4.5rem;
  position: relative;
}
.qa-section .qa-contents .qa__lists .qa__list dl dd::before {
  content: "A";
  font-size: 1.85rem;
  font-weight: 800;
  position: absolute;
  left: 2.1rem;
  top: -0.7rem;
}

/* -----------------------
14.Flow
----------------------- */
.flow-section {
  padding: 2em 0 6em;
}
@media screen and (max-width: 768px) {
  .flow-section {
    padding: 2em 0;
  }
}
.flow-section .flow-lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists {
    margin: 5em 1rem 3em;
    display: inherit;
  }
}
.flow-section .flow-lists .flow-list {
  position: relative;
  border: 4px solid #1a1a1a;
  width: 29.8%;
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list {
    border: none;
    margin-bottom: 5em;
    width: 100%;
  }
  .flow-section .flow-lists .flow-list:last-child {
    margin-bottom: 2em;
  }
}
.flow-section .flow-lists .flow-list .ico-ar::after {
  content: "";
  background-image: url(../../image/kch/flow_illust_ar@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -26%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .ico-ar::after {
    background-image: url(../../image/kch/flow_illust_ar_sp@2x.png);
    top: inherit;
    width: 41px;
    height: 34px;
    bottom: -32px;
    right: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.flow-section .flow-lists .flow-list .flow__box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box {
    border: 2px solid #1a1a1a;
  }
}
.flow-section .flow-lists .flow-list .flow__box .box__head {
  display: inline-block;
  background: #fff;
  font-size: 1.5rem;
  padding: 0.5em;
  position: absolute;
  left: 50%;
  top: -1%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box .box__head {
    max-width: 130px;
    width: 32%;
  }
}
.flow-section .flow-lists .flow-list .flow__box .box__contents {
  padding: 3em 1em 2em;
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box .box__contents {
    padding: 3em 1.5em 2em;
  }
}
.flow-section .flow-lists .flow-list .flow__box .box__contents .box__image {
  display: -webkit-box;
  display: flex;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .flow-section .flow-lists .flow-list .flow__box .box__contents .box__image {
    height: inherit;
    padding: 0;
  }
}
.flow-section .flow-lists .flow-list .flow__box .box__contents .box__image img {
  margin: auto;
  width: 80px;
}
.flow-section .flow-lists .flow-list .flow__box .box__contents dl {
  margin-top: 1em;
  line-height: 1.8;
}
.flow-section .flow-lists .flow-list .flow__box .box__contents dl dt {
  font-weight: 800;
  font-size: 1.12rem;
  line-height: 1.5;
  text-align: center;
}
.flow-section .flow-lists .flow-list .flow__box .box__contents dl dd {
  margin-top: 1em;
}

/* -----------------------
15.Info
----------------------- */
.info-section {
  background-color: #f1f1f1;
  padding: 4em 0 6em;
}
@media screen and (max-width: 768px) {
  .info-section {
    padding: 2rem 0;
  }
}
.info-section .info-head-wrap {
  font-size: 1.5rem;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .info-section .info-head-wrap {
    font-size: 1.12rem;
  }
}
.info-section .info-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 3em 3.5em;
}
@media screen and (max-width: 768px) {
  .info-section .info-contents {
    display: inherit;
    margin: 0 1.5rem;
    padding: 1.5rem;
  }
}
.info-section .info-contents .info-list {
  font-size: 0.88rem;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .info-section .info-contents .info-list {
    width: 100%;
  }
}
.info-section .info-contents .info-list dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.8em 0;
}
@media screen and (max-width: 768px) {
  .info-section .info-contents .info-list dl {
    padding: 0.5em 0;
  }
}
.info-section .info-contents .info-list dl dt {
  font-weight: 800;
  width: 29%;
}
.info-section .info-contents .info-list dl dd {
  width: 70%;
}

/* -----------------------
16.Recommend
----------------------- */
.recommend-section {
  background-image: url(../../image/kch/recommend_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  padding: 2em 0 6em;
}
.recommend-section .recommend-head-wrap {
  font-size: 1.5rem;
  padding: 1em 0;
}
.recommend-section .recommend-lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.recommend-section .recommend-lists .recommend-list {
  background: #fff;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .recommend-section .recommend-lists .recommend-list {
    width: 60vw !important;
  }
}
.recommend-section .recommend-lists .recommend-list .recommend__text {
  padding: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recommend-section
  .recommend-lists
  .recommend-list
  .recommend__text
  .recommend__text-copy {
  font-size: 0.88rem;
}
.recommend-section
  .recommend-lists
  .recommend-list
  .recommend__text
  .recommend__text-name {
  font-size: 0.94rem;
  font-weight: 800;
  min-height: 3em;
  margin-top: 0.5em;
}
.recommend-section
  .recommend-lists
  .recommend-list
  .recommend__text
  .recommend__text-caption {
  font-size: 0.8rem;
  margin-top: 1.5em;
}
.recommend-section .recommend-lists .recommend-list .recommend__text:hover {
  opacity: 0.7;
}

/* -----------------------
17.Footer
----------------------- */
.footer .footer-nav {
  background-color: #242424;
  padding: 5em 0;
}
.footer .footer-nav .footer-nav-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap {
    display: inherit;
  }
}
.footer .footer-nav .footer-nav-wrap .footer-nav__image {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__image {
    margin: 0 auto 2em;
    width: 70%;
  }
}
.footer .footer-nav .footer-nav-wrap .footer-nav__lists {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 800;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__lists {
    margin: 3rem 1.5rem 0;
    width: 100%;
  }
}
.footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list {
    width: 50%;
  }
}
.footer .footer-nav .footer-nav-wrap .footer-nav__lists .footer-nav__list a {
  color: #fff;
  display: block;
  padding: 5px 0;
}
.footer
  .footer-nav
  .footer-nav-wrap
  .footer-nav__lists
  .footer-nav__list:nth-child(3),
.footer
  .footer-nav
  .footer-nav-wrap
  .footer-nav__lists
  .footer-nav__list:nth-child(6) {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .footer
    .footer-nav
    .footer-nav-wrap
    .footer-nav__lists
    .footer-nav__list:nth-child(3),
  .footer
    .footer-nav
    .footer-nav-wrap
    .footer-nav__lists
    .footer-nav__list:nth-child(6) {
    width: 50%;
  }
}
.footer .footer-nav .footer-nav-wrap .footer-nav__lists .long {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-wrap .footer-nav__lists .long {
    width: 50%;
  }
}

.footer .footer-bottom {
  background-color: #f1f1f1;
  padding: 3em 0 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    padding: 0;
  }
}
.footer .footer-bottom .footer-button {
  border: none;
  background-color: #1a1a1a;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-button {
    right: 0;
    bottom: 4.4rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.footer .footer-bottom .footer-button .ico-ar {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.footer .footer-bottom .footer-button .ico-ar::after {
  content: "";
  margin-top: 2px;
  position: absolute;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .footer-bottom .footer-bottom__brand {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand {
    display: block;
    padding: 2.5rem;
  }
}
.footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__link {
  margin-top: 1.4em;
  display: block;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__link {
    margin-bottom: 2em;
    width: 100%;
  }
}
.footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__text {
  width: 55%;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__text {
    font-size: 0.88rem;
    margin: 0 0 1.5em;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom__brand .footer-bottom__brand__support {
    text-align: center;
  }
}
.footer
  .footer-bottom
  .footer-bottom__brand
  .footer-bottom__brand__support
  .company {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.footer
  .footer-bottom
  .footer-bottom__brand
  .footer-bottom__brand__support
  .footer-bottom__brand__support--num {
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .footer
    .footer-bottom
    .footer-bottom__brand
    .footer-bottom__brand__support
    .footer-bottom__brand__support--num {
    font-size: 2.5rem;
  }
}
.footer
  .footer-bottom
  .footer-bottom__brand
  .footer-bottom__brand__support
  .footer-bottom__brand__support--time {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .footer
    .footer-bottom
    .footer-bottom__brand
    .footer-bottom__brand__support
    .footer-bottom__brand__support--time {
    font-size: 0.7rem;
  }
}
.footer .footer-bottom .footer-policy {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-policy {
    display: block;
  }
}
.footer .footer-bottom .footer-policy__lists {
  display: -webkit-box;
  display: flex;
  font-size: 0.88rem;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer .footer-bottom .footer-policy__lists .footer-policy__list {
  margin: 0 1em;
}
.footer .footer-bottom .footer-policy__lists .footer-policy__list:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-policy__lists .footer-policy__list {
    margin: 0 0.5em;
  }
  .footer .footer-bottom .footer-policy__lists .footer-policy__list:last-child {
    margin-left: 0;
  }
}
.footer .footer-bottom .copyright {
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .copyright {
    margin-top: 2em;
  }
}

.footer .footer-company {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-company {
    padding-bottom: 2.5em;
  }
}
.footer .footer-company img {
  margin: 20px auto;
  width: 120px;
}

.footer .footer-apply-fixed {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.footer .footer-apply-fixed .footer-apply-fixed__link {
  background-color: #009944;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5em;
  width: 100%;
}

.modal-apply .modal-box__inner {
  position: relative;
  padding: 3rem 5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner {
    padding: 4rem 2rem 2rem;
  }
}
.modal-apply .modal-box__inner .modal-apply__logo {
  max-width: 380px;
  margin: 0 auto 2.5rem;
}
.modal-apply .modal-box__inner .modal-apply__logo .modal-apply__logo--head {
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__logo .modal-apply__logo--head {
    font-size: 1rem;
  }
}
.modal-apply .modal-box__inner .modal-apply__copy {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__copy {
    font-size: 1.12rem;
  }
}
.modal-apply .modal-box__inner .button-wrap {
  text-align: center;
}
.modal-apply .modal-box__inner .button-wrap .button__link {
  min-width: 480px;
  margin: 2rem auto;
  padding: 1.5rem;
  font-size: 1.62rem;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .button-wrap .button__link {
    min-width: 100%;
    font-size: 1.38rem;
    padding: 1.3rem;
    margin: 1.5rem auto;
  }
}
.modal-apply .modal-box__inner .modal-apply__text {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text {
    font-size: 1rem;
  }
}
.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--note {
  font-size: 1.62rem;
  font-weight: 800;
  margin: 1rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--note {
    font-size: 1.12rem;
  }
}
.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--num {
  font-size: 4.3rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--num {
    font-size: 2.5rem;
  }
}
.modal-apply
  .modal-box__inner
  .modal-apply__text
  .modal-apply__text--num
  .ico-phone {
  background-image: url(../../image/kch/footer_ico_phone@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .modal-apply
    .modal-box__inner
    .modal-apply__text
    .modal-apply__text--num
    .ico-phone {
    width: 20px;
    height: 15px;
    margin-right: 0.6rem;
  }
}
.modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--time {
  font-size: 1.38rem;
}
@media screen and (max-width: 768px) {
  .modal-apply .modal-box__inner .modal-apply__text .modal-apply__text--time {
    font-size: 0.75rem;
  }
}
.modal-apply .modal-box__inner .button-close--fixed {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2rem;
  top: 0;
  position: absolute;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  background: #1a1a1a;
  color: #fff;
  font-weight: 300;
  padding-right: 5px;
  padding-top: 0;
}
.modal-apply .modal-box__inner .button-close--fixed:hover {
  cursor: pointer;
  opacity: 0.7;
}









/* 柳迫追記 */

.header {
  width: 100%;
  position: sticky;
  top:0;
  background: #fff;
  z-index: 100;
}

.hero-section {
  padding-top: 0;
}

@media (max-width: 900px) {
  .header { top:0; }
  .hero-section { padding-top:0; }
}


@media screen and (max-width: 768px) {
  .header .header-wrap-fixed {
    top: 0;
    position:relative;
  }
}

.header .header-wrap-default .header-apply {
  width: 302px;
  height: 80px;
  margin-left: 1em;
  margin-right: 1em;
}


.subBtnFlex { display: flex; justify-content: flex-end; height: 80px; align-items: center; column-gap: 10px; }
.subBtnFlex div a { font-size:13px; line-height: 1; width:92px; height:54px; border:solid 2px #009944; border-radius: 10px; letter-spacing: 0.05em; font-weight: 600; color:#009944; text-align:center; display: block; }
.subBtnFlex div.subBtn03 a { color:#fefefe; background-color:#009944; }
.subBtn01 img { width:27px; height:28px; object-fit: contain; margin:auto; margin-top:2px; }
.subBtn02 img { width:47px; height:28px; object-fit: contain; margin:auto; margin-top:2px; }
.subBtn03 img { width:30px; height:28px; object-fit: contain; margin:auto; margin-top:1px; margin-bottom:1px; }
@media screen and (max-width: 768px) {
  .subBtnFlex { column-gap: 4px; margin-right:10px; }
  .subBtnFlex div a { font-size:10px; line-height: 1; border:solid 1px #009944; letter-spacing: 0.01em; width:62px; height:50px; }
}

@media screen and (max-width: 768px) {
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button { width: 70px; height: 80px; border: none; outline: none; position: relative; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; z-index: 300; }
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button.show { position:fixed; top:30px !important; right:30px; }
}


@media screen and (max-width: 768px) {
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button .ico-humbarger {
    display: block; height: 18%; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 200;
  }
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button.show .ico-humbarger {
   height:100%;
  }


  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button .ico-humbarger::before {
    content: "MENU"; color:#1a1a1a; font-size:15px; position: absolute; left: 50%; transform: translateX(-50%); top: -10px; height: 3px; background-color: transparent; -webkit-transition: 0.3s; transition: 0.3s; width: 100%;
  }
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button.show .ico-humbarger::before {
    content: ""; background-color: #fff; top: 50%; left:0; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 100%;
  }


  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button .ico-humbarger::after {
    content: " "; position: absolute; left: 50%; bottom: -8px; width: 10px; height: 10px; border-bottom:solid 2px #1a1a1a; border-right: solid 2px #1a1a1a; background-color: transparent; -webkit-transition: 0.3s; transition: 0.3s; transform: translateX(-50%) rotateZ(45deg);
  }
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-button-wrap .header-button.show .ico-humbarger::after {
    border:none; bottom:auto; top: 50%; left:0; height:3px;
  }

}


@media screen and (max-width: 768px) {
  .header .header-wrap-fixed .header-wrap-fixed__inner .header-logo.active { opacity: 0; }
}

.header .header-wrap-fixed .header-wrap-fixed__inner .header-nav-fixed .header-nav__lists { display: block; width: 100%; font-size: 1.1rem; padding: 8rem 1.5rem 1.5rem 7%; max-height: 80vh; }
.header .header-wrap-fixed .header-wrap-fixed__inner .header-nav-fixed .header-nav__lists .header-nav__list .header-nav__link { color: #fff; display: inline-block; height: 5vh; }

@media screen and (max-width: 768px) {
  .header .header-wrap-fixed .header-wrap-fixed__inner { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; height: 100%; padding-left: 7%; }
}



@media screen and (max-width: 768px) {
  .intro-section .intro-inner .intro-text {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .plan-section .plan-contents {
    margin: 0 1rem;
    padding: 3em 0 2.5em;
  }
}


@media screen and (max-width: 768px) {
  .community-section
    .community-voice
    .voice__lists__wrap
    .voice__lists
    .voice__list {
    width: 60vw !important;
  }
}


.hero-section
  .hero-inner
  .hero-news
  .hero-news-inner
  .hero-news-inner__inner
  .hero-news-contents
  .contents__lists
  .contents__list {
  font-size: 0.88rem;
  border-right: 1px solid #c0c4c4;
  padding: 0 2.3em;
  padding-top:20px;
  min-height: 7em;
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .hero-section
    .hero-inner
    .hero-news
    .hero-news-inner
    .hero-news-inner__inner
    .hero-news-contents
    .contents__lists
    .contents__list {
    border: none;
    padding: 0;
    padding-top:10px;
    width: 100% !important;
  }
}

