@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

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

@media (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: 'Zen Maru Gothic', "游ゴシック", "Yu Gothic", "游ゴシック体",
 "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
 "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000000;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0F7FF), to(#FFFFFF));
  background: linear-gradient(to bottom, #E0F7FF, #FFFFFF);
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 160%;
  }
  body.open {
    overflow-y: hidden;
  }
}

body.en {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 400;
  word-break: break-word;
}

body.en div,
body.en p {
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

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

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

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

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

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

@media screen and (max-width: 768px) {
  .align-center.align-leftsp {
    text-align: left;
  }
}

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center !important;
}

.anim-img {
  overflow: hidden;
}

.anim-img img {
  opacity: 0;
}

.anim-img.is-act img {
  -webkit-animation-name: zoomAnime;
  animation-name: zoomAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

.js-view {
  opacity: 0;
}

.js-view.is-act {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.parallax {
  position: relative;
}

.parallax img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.c-lead {
  font-weight: 400;
  line-height: 210%;
}

.p-wrapper {
  position: relative;
  z-index: 1;
  background: url(../img/common/body_after_pc.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    background: url(../img/common/body_after_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.wrap-slider {
  position: relative;
  overflow: hidden;
}

.wrap-slider .slider-nav .slick-arrow {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wrap-slider .slider-nav .slick-arrow img, .wrap-slider .slider-nav .slick-arrow svg {
  display: inline-block;
  width: 2rem;
  height: auto;
}

.wrap-slider .slider-nav .slick-arrow.prev {
  left: -5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 2rem;
}

.wrap-slider .slider-nav .slick-arrow.next {
  right: -5rem;
  padding-left: 2rem;
}

.c-txt {
  line-height: 210%;
}

@media screen and (max-width: 768px) {
  .c-txt {
    line-height: 200%;
  }
}

.movie-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.movie-wrap video, .movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .sc-movie .moviebox {
    width: 64.6rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .sc-movie .moviebox {
    width: 100%;
  }
}

.sc-sns {
  padding-top: 12rem;
  /* mỗi item */
  /* khung giữ tỷ lệ 9:16 */
  /* embed tiktok */
}

.sc-sns .sc-sns_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-sns .sc-sns_itm {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-sns .tiktok-wrap {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
  /* 16 / 9 * 100 */
  overflow: hidden;
}

.sc-sns .tiktok-wrap .tiktok-embed,
.sc-sns .tiktok-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.slick-dots {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 1.8rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.slick-dots li {
  width: 1.3rem;
  height: 1.3rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  text-indent: -9999px;
  color: transparent;
  opacity: 0;
}

.slick-dots li.slick-active {
  background-color: #006BB4;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 1rem;
    height: 1rem;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 4rem 4rem 4rem 6rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.page-header.header-fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 769px) {
  .page-header.header-fixed {
    padding: 1rem 4rem 1rem 6rem;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 1rem 1rem 1rem 2rem;
  }
}

.logo {
  width: 21.1rem;
  position: relative;
}

.logo a {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 15.7rem;
    z-index: 10;
  }
}

.head-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  width: 20rem;
  height: 5rem;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Kiwi Maru", sans-serif;
  line-height: 100%;
  letter-spacing: 0;
  color: #006BB4;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4rem;
  margin-left: auto;
  margin-right: 2rem;
  position: relative;
  z-index: 10;
}

.head-cta .ico {
  display: inline-block;
  width: 1.5rem;
}

.head-cta .ico img, .head-cta .ico svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .head-cta {
    width: 5rem;
    border-radius: 50%;
    margin-right: 1rem;
  }
  .head-cta .ico {
    width: 2.3rem;
  }
  .head-cta .txt {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .menu a {
    display: inline-block;
    position: relative;
  }
  .menu a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: -0.2rem;
    background: #006BB4;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .menu a:hover:after, .menu a.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .menu a {
    display: block;
    padding: 1.1rem 2rem;
    border-bottom: 0.2rem solid #fff;
  }
}

.menu-item {
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item .ico {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu-item .ico {
    display: block;
    width: 50%;
    height: 4.4rem;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .menu-item .ico::before, .menu-item .ico::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-item .ico::before {
    width: 1.4rem;
    height: 0.2rem;
    right: 2rem;
  }
  .menu-item .ico::after {
    width: 0.2rem;
    height: 1.4rem;
    right: 2.6rem;
  }
  .menu-item .ico.active::after {
    opacity: 0;
    visibility: hidden;
  }
}

.menu-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}

.menu-item_link .ja {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
}

.menu-item_link .en {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 100%;
  font-family: "Kiwi Maru", sans-serif;
  color: #006BB4;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .menu-item_link {
    background-color: #006BB4;
    color: #fff;
    position: relative;
  }
  .menu-item_link .ja {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
  }
  .menu-item_link .en {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .menu .menu-sub {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 1.6rem;
    margin-top: 1.6rem;
  }
  .menu .menu-sub li a {
    line-height: 150%;
  }
}

@media screen and (max-width: 768px) {
  .menu .menu-sub {
    display: none;
    margin: 0;
  }
  .menu .menu-sub li a {
    font-size: 1.4rem;
    line-height: 160%;
    background-color: #E8E8E8;
  }
}

.g-nav {
  display: block;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0F7FF), to(#FFFFFF));
  background: linear-gradient(to bottom, #E0F7FF, #FFFFFF);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
}

.g-nav::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/common/gnav_bg_pc.png) left top no-repeat;
  background-size: cover;
}

.g-nav .g-nav_inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .g-nav {
    padding: 4rem;
  }
  .g-nav .g-nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 17.6rem;
    -moz-column-gap: 17.6rem;
    column-gap: 17.6rem;
  }
  .g-nav .g-nav_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 5.3rem;
    width: 17.4rem;
  }
  .g-nav .g-nav_logo {
    display: inline-block;
    width: 17.4rem;
  }
  .g-nav .g-nav_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.2em;
    color: #006BB4;
    font-family: "Kiwi Maru", sans-serif;
  }
  .g-nav .g-nav_ttl span {
    display: inline-block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
  }
  .g-nav .g-nav_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
    padding-top: 11rem;
  }
}

@media screen and (max-width: 768px) {
  .g-nav::after {
    background: url(../img/common/gnav_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
  .g-nav .g-nav_left {
    display: none;
  }
  .g-nav .g-nav_right {
    padding-top: 7rem;
  }
}

.g-nav.open {
  opacity: 1;
  visibility: visible;
}

/** footer
======================================= **/
.sc-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.sc-cta .sc-cta_head {
  width: 25.8rem;
}

.sc-cta .sc-cta_head .c-lead {
  line-height: 150%;
  margin-top: 2rem;
}

.sc-cta .sc-cta_box {
  width: 70.2rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 0 8rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_box {
    display: block;
    width: 100%;
    padding: 4rem 1.6rem 4.5rem;
  }
}

.sc-cta .sc-cta_box .sc-cta_box_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

.sc-cta .sc-cta_box .sc-cta_box_tel {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  margin-top: 1.4rem;
}

.sc-cta .sc-cta_box .sc-cta_box_tel a {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  color: #006BB4;
}

.sc-cta .sc-cta_box .sc-cta_box_sch {
  margin-top: 0.8rem;
}

.sc-cta .sc-cta_box .c-btn {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_box .c-btn {
    margin-top: 2rem;
  }
}

.sc-cta .sc-cta_box .sc-cta_box_left {
  position: relative;
}

.sc-cta .sc-cta_box .sc-cta_box_left::after {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 100%;
  right: -3.9rem;
  top: 0;
  background-color: #C2C2C2;
}

@media screen and (max-width: 768px) {
  .sc-cta .sc-cta_box .sc-cta_box_left {
    padding-bottom: 4.2rem;
    margin-bottom: 4rem;
  }
  .sc-cta .sc-cta_box .sc-cta_box_left::after {
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
  }
}

.sc-banner {
  padding: 8rem 0;
}

.sc-banner .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .sc-banner .banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.sc-banner .banner-itm {
  width: calc(100%/3 - 3rem);
}

.sc-banner .banner-itm .banner-itm_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
  text-shadow: 0 0 5px #000;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sc-banner .banner-itm .banner-itm_img {
  display: block;
  overflow: hidden;
}

.sc-banner .banner-itm .banner-itm_link {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-banner .banner-itm {
    width: 100%;
  }
  .sc-banner .banner-itm .banner-itm_ttl {
    font-size: 2.2rem;
  }
}

.sc-recruit {
  margin-bottom: -16.2rem;
}

.sc-recruit .container {
  position: relative;
}

.sc-recruit .recruit-img {
  display: block;
}

.sc-recruit .recruit-ctn {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8.3rem 0 4rem;
}

.sc-recruit .recruit-ctn .heading-lv2 {
  margin-bottom: 2rem;
}

.sc-recruit .recruit-ctn .c-lead {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .sc-recruit .recruit-ctn {
    width: 30.3rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sc-recruit .recruit-ctn .c-lead {
    margin-bottom: 4rem;
    text-align: left;
  }
}

.page-footer {
  background: url(../img/common/footer_bg_pc.jpg) left top no-repeat;
  background-size: cover;
  padding: 30.7rem 0 0;
}

@media screen and (max-width: 768px) {
  .page-footer {
    background: url(../img/common/footer_bg_sp.jpg) left top no-repeat;
    background-size: cover;
    padding: 28rem 0 0;
  }
}

.footer-content {
  width: calc((100% - 1000px)/2 + 1000px);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 0 5rem 0 0;
  padding: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .footer-content {
    display: block;
    width: 35.6rem;
    padding: 8rem 3.8rem 4rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-info {
    width: 36.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-info .footer-info_inner {
    width: 28.2rem;
  }
}

.footer-info .footer-logo {
  display: block;
  width: 24.3rem;
  line-height: 0;
  margin-bottom: 1.4rem;
}

.footer-info .footer-logo img {
  width: 100%;
}

.footer-info .footer-add {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 170%;
  font-family: "Kiwi Maru", sans-serif;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  row-gap: 1.6rem;
}

.footer-nav li {
  line-height: 100%;
}

.footer-nav a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-family: "Kiwi Maru", sans-serif;
  position: relative;
}

.footer-nav a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.5rem;
  background: #006BB4;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer-nav a:hover:after, .footer-nav a.active:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

.footer-menu .footer-menu_itm._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.footer-menu .footer-menu_itm._flex > .footer-menu_sub {
  margin-top: 0;
}

.footer-menu .footer-menu_sub {
  margin-top: 1.6rem;
}

.footer-menu .footer-menu_sub > li > a {
  color: #6F6F6F;
  position: relative;
  padding-left: 1.2rem;
}

.footer-menu .footer-menu_sub > li > a::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #6F6F6F;
}

.footer-brand {
  max-width: 72rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem 3.9rem;
  margin-top: 8rem;
}

.footer-brand li {
  width: 21.4rem;
}

.footer-brand li a {
  display: block;
}

.footer-brand li a img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .footer-brand {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 8rem 0 0 0;
    gap: 1.6rem 0;
  }
  .footer-brand li {
    width: 25.3rem;
  }
}

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    line-height: 150%;
    margin-top: 8rem;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .footer-info {
    width: auto;
  }
  .footer-content {
    width: 118.3rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.arrow img, .arrow svg {
  display: block;
  width: 1.2rem;
  height: auto;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.arrow::before, .arrow::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  opacity: 1;
  visibility: visible;
}

.arrow::before {
  width: 100%;
  height: 100%;
  background: #006BB4;
  z-index: 2;
}

.arrow.bg_none {
  background: none;
  border: none;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 4rem;
    height: 4rem;
  }
  .arrow .svg {
    width: 1.5rem;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #006BB4;
  border: 0.1rem solid #006BB4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  width: 20.8rem;
  height: 4.6rem;
  border-radius: 3rem;
  padding-right: 1.2rem;
  position: relative;
}

.c-btn .arrow {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn._center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    max-width: 33.5rem;
    height: 6rem;
  }
}

.c-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #006BB4;
}

.c-btn:hover .arrow::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-btn:hover .arrow img, .c-btn:hover .arrow svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.c-btn._white {
  background-color: #fff;
  color: #006BB4;
}

.c-btn._white .arrow {
  background-color: #C2C2C2;
}

.c-btn._white .arrow::before {
  background-color: #fff;
}

.c-btn._white .arrow svg path {
  stroke: #fff;
}

.c-btn._white:hover {
  background-color: #006BB4;
  color: #fff;
}

.c-btn._white:hover .arrow svg path {
  stroke: #b5b5b5;
}

.c-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.c-btn-group._center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-btn-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.c-links {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.1rem;
  -moz-column-gap: 1.1rem;
  column-gap: 1.1rem;
}

.c-links .ico {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #006BB4;
  border: 0.1rem solid #006BB4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-links .ico svg, .c-links .ico img {
  display: inline-block;
  width: 1.1rem;
  height: auto;
}

.c-links .ico svg path, .c-links .ico img path {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-links .txt {
  display: inline-block;
}

.c-links:hover {
  color: #006BB4;
}

.c-links:hover .ico {
  background-color: #fff;
}

.c-links:hover .ico svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.c-links:hover .ico svg path {
  stroke: #006BB4;
}

.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 4rem;
}

.heading-lv2 .en {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 100%;
  font-family: "Kiwi Maru", sans-serif;
  margin-bottom: 0.8rem;
}

.heading-lv2 .ja {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 150%;
  color: #006BB4;
}

.heading-lv2._center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    margin-bottom: 2rem;
  }
  .heading-lv2 .en {
    margin-bottom: 1.2rem;
  }
  .heading-lv2 .ja {
    font-size: 2.2rem;
    line-height: 180%;
  }
}

.heading-lv3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 2.2rem;
  }
}

.heading-lv3._blue {
  color: #006BB4;
}

.fixed-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background-color: #006BB4;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
}

.fixed-btn img {
  display: inline-block;
  width: 4.9rem;
  height: auto;
}

.fixed-btn span {
  display: inline-block;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .fixed-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 16.4rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.8rem;
  }
  .fixed-btn img {
    width: 3rem;
  }
  .fixed-btn span {
    margin: 0 0 0 0.4rem;
  }
}

.pagination {
  margin: 12rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 8rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  background-color: #006BB4;
  color: #fff;
}

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  position: relative;
}

.page-numbers .page-numbers.next::after, .page-numbers .page-numbers.prev::after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/per_next.svg) center no-repeat;
  background-size: cover;
}

.page-numbers .page-numbers.prev::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.p-sub {
  padding: 13rem 0 21.5rem;
}

@media screen and (max-width: 768px) {
  .p-sub {
    padding: 7rem 0 24rem;
  }
}

.key-visual {
  overflow: hidden;
}

.key-visual .container {
  position: relative;
}

.key-visual .kv-img {
  width: calc(50vw + 49rem);
  height: 46rem;
  -webkit-mask-image: url(../img/common/kv_mask.webp);
  mask-image: url(../img/common/kv_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  border-radius: 3rem 0 0 0;
}

.key-visual .kv-img figure {
  width: 100%;
  height: 100%;
}

.key-visual .kv-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.key-visual .kv-ttl {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  margin-bottom: 0 !important;
}

.key-visual .kv-ttl .en {
  margin-bottom: 1.2rem;
}

.key-visual .kv-noslider {
  width: calc(50vw + 49rem);
  height: 46rem;
  border-radius: 3rem 0 0 3rem;
  overflow: hidden;
}

.key-visual .kv-noslider figure {
  width: 100%;
  height: 100%;
}

.key-visual .kv-noslider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.key-visual .kv-nomask {
  width: calc(50vw + 49rem);
  position: relative;
}

@media screen and (max-width: 768px) {
  .key-visual .kv-nomask {
    width: 35.5rem;
  }
}

.key-visual .kv-nomask .kv-slider {
  -webkit-mask-image: url(../img/facilities/slider_mask.webp);
  mask-image: url(../img/facilities/slider_mask.webp);
  width: 100%;
  height: 46rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .key-visual .kv-nomask .kv-slider {
    width: 35.5rem;
    height: 17.6rem;
  }
}

.key-visual .kv-nomask .slider-nav {
  position: absolute;
  right: 1.5rem;
  bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.key-visual .kv-nomask .slider-nav .slick-arrow {
  background: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 3.4rem;
  cursor: pointer;
}

.key-visual .kv-nomask .slider-nav .slick-arrow svg, .key-visual .kv-nomask .slider-nav .slick-arrow img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .key-visual .kv-nomask .slider-nav {
    bottom: 2.2rem;
    right: 0.5rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .key-visual .kv-nomask .slider-nav .slick-arrow {
    width: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .key-visual {
    margin-bottom: 8rem;
  }
  .key-visual .kv-img {
    width: calc(100% + 2rem);
    height: 30.3rem;
    margin-right: -2rem;
    border-radius: 2rem 0 0 2rem;
    -webkit-mask-image: none;
    mask-image: none;
    overflow: hidden;
  }
  .key-visual .kv-ttl {
    position: static;
    margin-top: 4rem;
  }
  .key-visual .kv-ttl .ja {
    font-size: 2.7rem;
  }
  .key-visual .kv-noslider {
    width: calc(100% + 2rem);
    height: 30.3rem;
    margin-right: -2rem;
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
  }
}

.breadcrumb {
  margin: 2.4rem 0 8.2rem;
  text-align: right;
}

.breadcrumb ul {
  display: block;
}

.breadcrumb ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.breadcrumb ul li a {
  display: inline-block;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 2.5rem;
}

.breadcrumb ul li + li::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9rem;
  left: 1rem;
  top: 0.6rem;
  background: url(../img/common/icon_right.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 2rem 0 1.6rem;
    text-align: left;
  }
}

.no-kv {
  padding-top: 21rem;
}

.no-kv .breadcrumb {
  text-align: left;
  margin: 0 0 4rem;
}

.no-kv .kv-ttl {
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .no-kv {
    padding-top: 9rem;
  }
  .no-kv .kv-ttl {
    margin-bottom: 4rem;
  }
}

.link-list a {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

.link-list a::after {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.7rem;
  background: url(../img/common/icon_link_black.svg) left center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .link-list a {
    padding-left: 1.5rem;
  }
  .link-list a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.link-list .link-list_item {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #c2c2c2;
}

.link-list .link-list_item:first-of-type {
  border-top: 0.1rem solid #c2c2c2;
}

@media screen and (max-width: 768px) {
  .link-list .link-list_item {
    padding: 2.4rem 0;
  }
}

@media screen and (min-width: 769px) {
  .link-list .link-list_item._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link-list .link-list_item._flex > a {
    width: 19rem;
  }
}

.link-list .link-list_sub li + li {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .link-list .link-list_sub {
    margin: 1.6rem 0 0 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .home .page-header {
    opacity: 0;
    visibility: hidden;
  }
  .home .page-header.show {
    opacity: 1;
    visibility: visible;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.nav-icon ul {
  position: relative;
  width: 2rem;
  height: 1.2rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #3bb0ab;
  width: 100%;
  height: 0.1rem;
  border-radius: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 45%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 90%;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(-1);
    transform: translate3d(-10px, 0, 0) scaleX(-1);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(-1);
    transform: translate3d(10px, 0, 0) scaleX(-1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
}

@keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(-1);
    transform: translate3d(-10px, 0, 0) scaleX(-1);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(-1);
    transform: translate3d(10px, 0, 0) scaleX(-1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@-webkit-keyframes crossfeed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes crossfeed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/** home
======================================= **/
.main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  height: calc(100vh - 8rem);
  height: 100vh;
  padding: 8rem 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-visual {
    height: 56.5rem;
    padding: 7rem 0 0;
  }
}

.main-visual .mv-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual .mv-nav .mv-nav_logo {
  display: inline-block;
  max-width: 17.34rem;
  margin-bottom: 6.4rem;
}

.main-visual .mv-nav .mv-nav_menu .mv-nav_menu_item .mv-nav_menu_item--link {
  display: inline-block;
  font-weight: 300;
  font-family: "Kiwi Maru", sans-serif;
}

.main-visual .mv-nav .mv-nav_menu .mv-nav_menu_item .mv-nav_menu_item--link .ja {
  display: block;
  line-height: 100%;
}

.main-visual .mv-nav .mv-nav_menu .mv-nav_menu_item .mv-nav_menu_item--link .en {
  display: block;
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 0.8rem;
  color: #006BB4;
}

.main-visual .mv-nav .mv-nav_menu .mv-nav_menu_item + .mv-nav_menu_item {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-nav {
    display: none;
  }
}

.main-visual .mv-img {
  width: calc(1062/1366 * 100%);
  border-radius: 2rem 0 0 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img {
    width: 35.5rem;
    margin-left: 2rem;
  }
}

.main-visual .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .mv-slider .slick-list,
.main-visual .mv-slider .slick-track {
  height: 100% !important;
}

.main-visual .mv-slider .mv-slider_item {
  width: 100%;
  overflow: hidden;
}

.main-visual .mv-slider .mv-slider_item .mv-slider_image {
  width: 100%;
  height: 100%;
  -webkit-animation-name: crossfeed;
  animation-name: crossfeed;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  position: relative;
}

.main-visual .mv-slider .mv-slider_item .mv-slider_image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.main-visual .mv-slider .mv-slider_item.slick-active .mv-slider_image {
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.main-visual .mv-slider .slick-dots {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-slider .slick-dots {
    bottom: 1.8rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.main-visual .mv-slider .slick-dots li {
  width: 1.3rem;
  height: 1.3rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.main-visual .mv-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  text-indent: -9999px;
  color: transparent;
  opacity: 0;
}

.main-visual .mv-slider .slick-dots li.slick-active {
  background-color: #006BB4;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-slider .slick-dots li {
    width: 1rem;
    height: 1rem;
  }
}

.main-visual .mv-ttl {
  position: absolute;
  color: #006BB4;
}

@media screen and (min-width: 769px) {
  .main-visual .mv-ttl {
    right: 9.6rem;
    top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    gap: 2rem;
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.2em;
  }
  .main-visual .mv-ttl > span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    top: 2.4rem;
    left: 2.4rem;
    font-size: 2.7rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-top {
  padding: 0 0 25rem;
  /** sc-top **/
  /** sc-concept **/
  /** sc-support **/
  /** sc-facilities **/
  /** sc-service **/
  /** sc-news **/
}

@media screen and (max-width: 768px) {
  .p-top {
    padding-bottom: 12rem;
  }
}

.p-top .sc-top {
  padding: 12rem 0 0;
  text-align: center;
}

.p-top .sc-top .ttl {
  max-width: 64.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top .sc-top .ttl {
    max-width: 30.3rem;
  }
}

.p-top .sc-top .txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.15em;
  margin-top: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-top .sc-top .txt {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}

.p-top .sc-concept {
  padding: 12rem 0 24rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top .sc-concept {
    padding-bottom: 12rem;
  }
}

.p-top .sc-concept .c-btn {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  .p-top .sc-concept .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-concept .concept-img {
    width: calc(50% + 21.6rem);
    margin-right: -18.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-concept .concept-img {
    width: 35.5rem;
    margin-right: -2rem;
    margin-bottom: 12rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-concept .concept-ctn {
    width: calc(50% + 1.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top .sc-concept .concept-ctn .inner {
    max-width: 32.4rem;
  }
}

.p-top .sc-support {
  padding: 12rem 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.p-top .sc-support .heading-lv2 {
  margin-bottom: 2rem;
}

.p-top .sc-support .support-lead {
  margin-bottom: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top .sc-support .support-lead {
    text-align: left;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-support .support-box {
    width: 100%;
    height: 48rem;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-support .support-box .support-box_img {
    margin: 0 auto;
    display: block;
    width: 48.6rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-support .support-box .support-box_img {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-support .support-box .support-box_list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm {
    width: 23rem;
    position: absolute;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm .ttl {
    display: none;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._yellow {
    width: 28rem;
    top: 0;
    right: 12rem;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._blue {
    top: 15.6rem;
    right: 1rem;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._pink {
    top: 38rem;
    right: 7rem;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._red {
    top: 16.8rem;
    left: 1rem;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._green {
    top: 36.7rem;
    left: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-support .support-box .support-box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm .ttl {
    -webkit-box-flex: 2rem;
    -ms-flex: 2rem;
    flex: 2rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._yellow .ttl {
    color: #EFB82C;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._red .ttl {
    color: #D85B5B;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._blue .ttl {
    color: #269DEF;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._green .ttl {
    color: #5AB252;
  }
  .p-top .sc-support .support-box .support-box_list .support-box_itm._pink .ttl {
    color: #F490B1;
  }
}

.p-top .sc-facilities {
  padding: 24rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-facilities {
    padding: 12rem 0;
  }
}

.p-top .sc-facilities .c-btn {
  margin-top: 7.4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-facilities .c-btn {
    margin-top: 4rem;
  }
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item {
  width: 30.7rem;
  margin: 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-facilities .facilities-slider .facilities-slider_item {
    width: 30.3rem;
    margin: 0 0.8rem;
  }
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb {
  display: block;
  position: relative;
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb {
    margin-bottom: 2.4rem;
  }
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb .mask-img {
  width: 30.7rem;
  height: 18.8rem;
  -webkit-mask-image: url(../img/common/facilities_mask.webp);
  mask-image: url(../img/common/facilities_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 768px) {
  .p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb .mask-img {
    width: 30.3rem;
  }
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb .ico img, .p-top .sc-facilities .facilities-slider .facilities-slider_item_thumb .ico svg {
  display: inline-block;
  width: 1.2rem;
  height: auto;
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_txt {
  display: block;
  margin-bottom: 0.5rem;
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_name {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-facilities .facilities-slider .facilities-slider_item_name {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 0.8rem;
  }
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_link {
  display: block;
}

.p-top .sc-facilities .facilities-slider .facilities-slider_item_link:hover .ico svg, .p-top .sc-facilities .facilities-slider .facilities-slider_item_link:hover .ico img {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.p-top .sc-service {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .p-top .sc-service {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-service .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top .sc-service .heading-lv2 {
  margin-bottom: 3.5rem;
}

.p-top .sc-service .c-btn {
  margin-top: 8rem;
}

.p-top .sc-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-service .service-list {
    row-gap: 2rem;
  }
}

.p-top .sc-service .service-item {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem dashed #B5B5B5;
}

@media screen and (max-width: 768px) {
  .p-top .sc-service .service-item {
    padding-bottom: 2rem;
  }
}

.p-top .sc-service .service-item .service-item_ttl {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
}

.p-top .sc-service .service-item .service-item_ttl::after {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
  background: url(../img/common/icon_btn.svg) right center no-repeat;
  background-size: cover;
}

.p-top .sc-service .service-item .service-item_ttl:hover {
  color: #006BB4;
}

.p-top .sc-service .service-item .service-item_ttl:hover::after {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p-top .sc-service .service-item .service-item_ttl {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
  }
}

.p-top .sc-service .service-item .service-item_txt {
  line-height: 200%;
}

@media screen and (min-width: 769px) {
  .p-top .sc-service .sc-service_img {
    width: calc(50% + 21.6rem);
    margin-left: -18.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .sc-service .sc-service_img {
    width: 35.5rem;
    margin-left: -2rem;
    margin-bottom: 12rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top .sc-service .sc-service_ctn {
    width: calc(50% + 1.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-top .sc-service .sc-service_ctn .inner {
    max-width: 32.4rem;
  }
}

.p-top .sc-news {
  padding: 12rem 0 0;
}

@media screen and (min-width: 769px) {
  .p-top .sc-news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top .sc-news .c-links {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-news .c-links {
    margin-top: 2rem;
  }
}

.p-top .sc-news .sc-news_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .p-top .sc-news .sc-news_content {
    width: 73.5rem;
  }
}

.p-top .sc-news .news-link {
  display: block;
}

.p-top .sc-news .news-link .news-item_cat {
  margin-left: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-top .sc-news .news-link {
    padding-right: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about {
    padding-bottom: 12rem;
  }
}

.p-about .txt {
  line-height: 210%;
}

@media screen and (min-width: 769px) {
  .p-about .sc-group .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-about .sc-group .sc-group_ctn {
    width: 50%;
    padding-top: 4rem;
  }
  .p-about .sc-group .sc-group_img {
    width: calc(50% + 18.4rem);
    margin-right: -18.4rem;
    padding-left: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .sc-group .sc-group_img {
    width: 35.5rem;
    margin-right: -2rem;
    margin-top: 4rem;
  }
}

.p-about .sc-our {
  padding: 12rem 0;
}

@media screen and (min-width: 769px) {
  .p-about .sc-our .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-about .sc-our .sc-our_ctn {
    width: 50%;
    padding-left: 5rem;
    padding-top: 4rem;
  }
  .p-about .sc-our .sc-our_img {
    width: calc(50% + 18.4rem);
    margin-left: -18.4rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .sc-our .sc-our_img {
    width: 35.5rem;
    margin-left: -2rem;
    margin-top: 4rem;
  }
}

.p-about .sc-mission {
  padding: 8rem 0;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-about .sc-mission {
    padding: 0 0 12rem;
  }
}

.p-about .sc-mission::after {
  position: absolute;
  content: '';
  width: calc((100% - 1000px)/2 + 1000px);
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(87.79deg, #82CFE4 1.76%, #29AED3 98.14%);
  mix-blend-mode: multiply;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-about .sc-mission::after {
    width: 100%;
    height: calc(100% - 12rem);
    top: 12rem;
  }
}

.p-about .sc-mission .heading-lv2 .ja {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-about .sc-mission .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about .sc-mission .sc-mission_img {
    width: calc(50% - 2rem);
    margin-right: -18.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .sc-mission .sc-mission_img {
    width: 25.7rem;
    margin-right: -2rem;
    margin-left: auto;
    margin-bottom: 8rem;
  }
}

.p-about .sc-mission .sc-mission_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-about .sc-care {
  margin-top: -8rem;
}

@media screen and (max-width: 768px) {
  .p-about .sc-care {
    margin-top: -4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about .sc-care .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 9.6rem;
    -moz-column-gap: 9.6rem;
    column-gap: 9.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about .sc-care .sc-care_img {
    width: calc(50% + 0.9rem);
    margin-left: -18.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .sc-care .sc-care_img {
    width: 35.5rem;
    margin-left: -2rem;
    margin-bottom: 4rem;
  }
}

.p-about .sc-care .sc-care_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-about .sc-care .care-list {
  padding-left: 2rem;
}

.p-about .sc-care .care-list li {
  list-style: decimal;
}

.p-about .sc-care .care-list li + li {
  margin-top: 1rem;
}

.p-service .service-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.p-service .service-article + .service-article {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .p-service .service-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.p-service .heading-lv2 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-service .heading-lv2 {
    margin-bottom: 0;
  }
}

.p-service .c-btn {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-service .c-btn {
    margin-top: 4rem;
  }
}

.p-service .service-article_img {
  width: 46rem;
  height: 33.6rem;
  border-radius: 1rem;
  overflow: hidden;
}

.p-service .service-article_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-service .service-article_img {
    width: 100%;
    height: 24.2rem;
  }
}

.p-service .service-article_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-facility {
  padding: 8rem 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.service-feature {
  padding: 0 0 12rem 0;
}

.service-feature .c-lead {
  text-align: center;
}

.service-feature .c-note {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .service-feature .c-note {
    margin-top: 2rem;
    text-align: left;
  }
}

.service-feature .service-row {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
}

.service-feature .service-card {
  width: calc(100%/3 - 2.7rem);
}

.service-feature .service-card .service-card_img {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.service-feature .service-card .service-card_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  color: #006BB4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .service-feature .heading-lv2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service-feature .c-lead {
    text-align: left;
  }
  .service-feature .service-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem 0;
    margin-top: 10rem;
  }
  .service-feature .service-card {
    width: 100%;
  }
  .service-feature .service-card .service-card_img {
    border-radius: 1rem;
  }
  .service-feature .service-card .service-card_ttl {
    font-size: 2.2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}

.p-management .heading-lv2 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-management .management-housing .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-management .management-housing .management-housing_img {
    width: calc(50% + 0.9rem);
    margin-right: -18.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-management .management-housing .management-housing_img {
    width: 35.5rem;
    margin-right: -2rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-management .management-housing .management-housing_ctn {
    width: calc(50% + 13.5rem);
  }
}

.p-management .management-housing .management-housing_box {
  background-color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #006BB4;
  padding: 2rem;
  margin-top: 4rem;
}

.p-management .management-housing .management-housing_box dl dt {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #006BB4;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 768px) {
  .p-management .management-housing .management-housing_box dl dt {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}

.p-management .management-housing .management-housing_box dl + dl {
  border-top: 0.1rem solid #C2C2C2;
  padding-top: 1.6rem;
  margin-top: 1.6rem;
}

.p-management .management-type {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-management .management-type {
    padding: 12rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-management .management-type .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-management .management-type .management-type_img {
    width: 32.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-management .management-type .management-type_img {
    margin-bottom: 2rem;
  }
}

.p-management .management-type .management-type_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-management .management-schedule {
  padding: 10rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-management .management-schedule {
    padding: 12rem 0;
  }
  .p-management .management-schedule .c-txt {
    text-align: left;
  }
}

.p-management .management-schedule .schedule-wrap {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-management .management-schedule .schedule-wrap {
    width: calc(100% + 2rem);
    overflow-x: auto;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    /* Vertical scrollbar */
  }
  .p-management .management-schedule .schedule-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .p-management .management-schedule .schedule-wrap::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 10px;
    height: 8px;
    /* track color */
  }
  .p-management .management-schedule .schedule-wrap::-webkit-scrollbar-thumb {
    background: #006BB4;
    /* thumb color */
    border-radius: 10px;
    border: 1px solid #dfdfdf;
  }
  .p-management .management-schedule .schedule-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* hover color */
  }
  .p-management .management-schedule .schedule-wrap .schedule-daily {
    width: 900px;
    line-height: 0;
  }
}

.p-management .management-care {
  padding: 0 0 12rem;
}

.p-management .management-care .care-wrap {
  padding: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .p-management .management-care .care-wrap {
    padding: 4rem 1.6rem;
  }
}

.p-management .management-care .care-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-management .management-care .care-art {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
    margin-top: 6rem;
  }
}

.p-management .management-care .care-art .care-art_img {
  width: 38.7rem;
}

@media screen and (max-width: 768px) {
  .p-management .management-care .care-art .care-art_img {
    width: 100%;
  }
}

.p-management .management-care .care-art .care-art_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-management .management-care .care-art .care-art_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  color: #006BB4;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-management .management-care .care-art .care-art_ttl {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    text-align: center;
    display: block;
  }
}

.p-management .c-btn {
  margin-top: 12rem;
}

.p-visit .heading-lv2 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-visit .service-feature .service-row {
    gap: 0 8rem;
  }
  .p-visit .service-feature .service-card {
    width: 46rem;
  }
}

.p-nursing .heading-lv2 {
  margin-bottom: 2rem;
}

.p-nursing .service-feature {
  padding-bottom: 0;
}

.p-nursing .service-feature .service-row {
  margin-top: 8rem;
}

.p-rental .heading-lv2 {
  margin-bottom: 2rem;
}

.p-rental .service-card {
  text-align: center;
}

.p-rental .service-card .service-card_ttl {
  margin-bottom: 0.6rem;
}

.p-rental .service-card .service-card_img img {
  max-width: 20.3rem;
}

.p-rental .c-note {
  text-align: left;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-rental .service-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 4rem;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p-rental .service-row .service-card {
    width: auto;
  }
  .p-rental .c-note {
    font-size: 1.2rem;
    line-height: 150%;
    margin-top: 4rem;
  }
}

.p-company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.p-company-content .cpn-cols:last-of-type .cpn-art {
  border-top: none;
}

.p-company .cpn-art {
  padding: 1.6rem 1rem;
  border-bottom: 0.1rem solid #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-company .cpn-art {
    display: block;
    padding: 2rem 1rem;
  }
}

.p-company .cpn-art:first-of-type {
  border-top: 0.1rem solid #C2C2C2;
}

.p-company .cpn-art .cpn-art_tl {
  width: 9rem;
}

@media screen and (max-width: 768px) {
  .p-company .cpn-art .cpn-art_tl {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-company .cpn-art .cpn-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-company .cpn-art .cpn-art_tx > dl > dt {
    margin-bottom: 0.4rem;
  }
}

.p-company .cpn-art .cpn-art_tx > dl > dd {
  padding-left: 1rem;
}

.p-company .cpn-art .cpn-art_tx > dl + dl {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-company .cpn-art .cpn-art_tx > dl + dl {
    margin-top: 1rem;
  }
}

.p-facilities .facilities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5.4rem 4rem;
}

@media screen and (max-width: 768px) {
  .p-facilities .facilities-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem 0;
  }
}

.p-facilities .facilities-item {
  width: calc(100%/3 - 2.7rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-facilities .facilities-item {
    width: 100%;
  }
}

.p-facilities .facilities-item_thumb {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
}

.p-facilities .facilities-item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-facilities .facilities-item_thumb {
    margin-bottom: 2.4rem;
  }
}

.p-facilities .facilities-item_txt {
  display: block;
}

.p-facilities .facilities-item_name {
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 150%;
  color: #006BB4;
  margin: 0.5rem 0 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-facilities .facilities-item_name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 180%;
    margin: 0.8rem 0;
  }
}

.p-facilities .facilities-item_add {
  display: block;
}

.p-facilities .facilities-item_link {
  display: block;
}

.kv-slider .kv-slider_item {
  width: 69.4rem !important;
  height: 46rem;
  margin-right: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  overflow: hidden;
}

.kv-slider .kv-slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .kv-slider .kv-slider_item {
    width: 21rem !important;
    height: 17.6rem;
    border-radius: 1rem;
    margin-right: 0.4rem;
  }
}

.dots .slick-dots {
  position: static;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .dots .slick-dots {
    margin-top: 1rem;
  }
}

.dots .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #545454;
  border: none;
}

.dots .slick-dots li.slick-active {
  background-color: #F7B525;
}

@media screen and (max-width: 768px) {
  .dots .slick-dots li {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.kv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.kv-flex .heading-lv2 {
  margin-bottom: 0;
}

.kv-flex .heading-lv2 .en {
  font-family: "Zen Maru Gothic", sans-serif;
}

.kv-flex .breadcrumb {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .kv-flex {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.color-red {
  color: #EC4548;
}

.color-green {
  color: #69C04E;
}

.color-gray {
  color: #6E86B5;
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .key-visual .heading-lv2 {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .p-facilities_detail .key-visual .heading-lv2 .ja {
    font-size: 2.7rem;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}

.p-facilities_detail .map-link {
  display: block;
  max-width: 12rem;
  margin-left: 0;
  margin-top: 1rem;
}

.p-facilities_detail .facility-art {
  padding: 1.6rem 1rem;
  border-bottom: 0.1rem solid #c2c2c2;
}

@media screen and (min-width: 769px) {
  .p-facilities_detail .facility-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-art {
    padding: 2rem 1rem;
  }
}

.p-facilities_detail .facility-art:first-of-type {
  border-top: 0.1rem solid #c2c2c2;
}

@media screen and (min-width: 769px) {
  .p-facilities_detail .facility-art .facility-art_ttl {
    width: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-art .facility-art_ttl {
    margin-bottom: 1rem;
  }
}

.p-facilities_detail .facility-art .facility-art_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .p-facilities_detail .facility-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
    margin-top: 8.8rem;
  }
  .p-facilities_detail .facility-row .heading-lv2 .ja {
    font-size: 2.5rem;
  }
  .p-facilities_detail .facility-row .facility-cols.sc-overview {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-facilities_detail .facility-row .facility-cols.sc-price {
    width: 45rem;
  }
  .p-facilities_detail .facility-row .facility-cols.sc-price .facility-art .facility-art_ttl {
    width: 18.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-row .heading-lv2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-facilities_detail .facility-row .sc-price {
    margin-top: 10rem;
  }
}

.p-facilities_detail .facility-accept_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.6rem 1rem;
  border-bottom: 0.1rem solid #c2c2c2;
}

.p-facilities_detail .facility-accept_item:first-of-type {
  border-top: 0.1rem solid #c2c2c2;
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-accept_item {
    padding: 1rem;
  }
}

.p-facilities_detail .facility-accept {
  max-width: 83.5rem;
  margin: 12rem auto 0;
}

.p-facilities_detail .facility-accept .heading-lv2 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-accept .heading-lv2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-facilities_detail .facility-accept .facility-accept_lead {
  text-align: center;
  font-weight: 700;
  line-height: 210%;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-accept .facility-accept_lead {
    text-align: left;
    line-height: 200%;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-facilities_detail .facility-accept .facility-accept_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_cols:nth-child(1) {
    width: 50rem;
  }
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_cols:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_flex .facility-accept_list:nth-child(1) {
    width: 20.4rem;
  }
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_flex .facility-accept_list:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_cols:nth-child(2) {
    margin-top: 4rem;
  }
  .p-facilities_detail .facility-accept .facility-accept_row .facility-accept_flex .facility-accept_list:nth-child(1) .facility-accept_item:last-of-type {
    border-bottom: none;
  }
}

.reviewbox {
  background-color: #fff;
  padding: 2.4rem;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .reviewbox {
    padding: 2.4rem 2rem;
  }
}

.reviewbox .reviewbox-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media screen and (min-width: 769px) {
  .reviewbox .reviewbox-top {
    min-height: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .reviewbox .reviewbox-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
  }
}

.reviewbox .reviewbox-top .reviewbox-top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media screen and (max-width: 768px) {
  .reviewbox .reviewbox-top .reviewbox-top_left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.reviewbox .reviewbox-top .reviewbox-img {
  width: 8.8rem;
}

.reviewbox .reviewbox-top .reviewbox-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reviewbox .reviewbox-top .reviewbox-ctn .year {
  font-size: 1.3rem;
  line-height: 100%;
}

.reviewbox .reviewbox-top .reviewbox-ctn .name {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0;
}

.reviewbox .reviewbox-top .reviewbox-ctn .star {
  width: 8.4rem;
}

.reviewbox .reviewbox-top .tenant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviewbox .reviewbox-top .tenant-itm {
  text-align: center;
}

.reviewbox .reviewbox-top .tenant-itm .tenant-itm_tl {
  background-color: #006BB4;
  color: #fff;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.4rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.reviewbox .reviewbox-top .tenant-itm .tenant-itm_tx {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0.6rem;
}

.reviewbox .reviewbox-bottom {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .reviewbox .reviewbox-bottom {
    margin-top: 2rem;
  }
}

.reviewbox .c-btn {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .reviewbox .c-btn {
    margin-top: 4rem;
  }
}

.modalbox {
  display: none;
}

.review-slider .review-item {
  width: 63rem !important;
  margin: 0 2rem;
  float: none;
  height: auto;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 7rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .review-slider .review-item {
    width: 30.3rem !important;
    margin: 0 0.8rem;
    padding-bottom: 8rem;
  }
}

.review-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-slider .reviewmodal-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2.4rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .review-slider .reviewmodal-btn {
    max-width: 26.3rem;
  }
}

.sc-review {
  margin-top: 12rem;
}

#facilitiesTiktok,
#facilitiesYoutube {
  margin: 13rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #facilitiesTiktok .swiper-wrapper,
  #facilitiesYoutube .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #facilitiesTiktok,
  #facilitiesYoutube {
    margin: 10rem 0 0;
  }
}

.tiktoklist {
  padding: 0 2rem;
}

#facilitiesTiktok .swiper-slide, #facilitiesYoutube .swiper-slide {
  width: 325px;
  margin: 0 2rem;
  display: block;
}

@media screen and (max-width: 768px) {
  #facilitiesTiktok .swiper-slide, #facilitiesYoutube .swiper-slide {
    margin: 0 0.5rem;
  }
}

#facilitiesTiktok .swiper-slide blockquote {
  margin: 0;
  padding: 0;
  max-width: 325px !important;
  height: auto !important;
}

#facilitiesTiktok .tiktok-swiper-scrollbar,
#facilitiesYoutube .youtube-swiper-scrollbar {
  margin-top: 32px;
  width: calc(100% - 4rem);
  height: 8px;
  cursor: pointer;
  background: #e5e5e5;
  border-radius: 2px;
  position: static;
}

#facilitiesTiktok .tiktok-swiper-scrollbar .swiper-scrollbar-drag,
#facilitiesYoutube .youtube-swiper-scrollbar .swiper-scrollbar-drag {
  background: #006bb4;
}

@media screen and (max-width: 768px) {
  #facilitiesTiktok .tiktok-swiper-scrollbar,
  #facilitiesYoutube .youtube-swiper-scrollbar {
    width: 100%;
  }
}

.modaal-container {
  max-width: 63rem;
  border-radius: 1rem;
  position: relative;
}

.modaal-container .modaal-content-container {
  padding: 2.4rem;
}

.modaal-container .reviewbox {
  padding: 0;
}

.modaal-container .modaal-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #545454;
  border-radius: 0;
}

.modaal-container .modaal-close::before, .modaal-container .modaal-close::after {
  width: 1.6rem;
  height: 0.1rem;
  background: #545454;
  top: 1.1rem;
  left: 0.3rem;
}

#jobResults .resultlist .item.disnon {
  display: none;
}

.facility-accept_lead {
  margin-bottom: 4rem !important;
}

.facility-accept_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facility-accept_article .heading-lv3 {
  display: block;
  margin-bottom: 2rem;
}

.facility-accept_article + .facility-accept_article {
  margin-top: 8rem;
}

.facility-accept_article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .facility-accept_article_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
    padding: 3rem 0;
  }
  .facility-accept_article_list.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.facility-accept_article_list + .facility-accept_article_list {
  border-top: 0.1rem solid #C2C2C2;
}

.facility-accept_article_list:first-child {
  padding-top: 0;
}

.facility-accept_article_list:last-child {
  padding-bottom: 0;
}

.facility-accept_article_list .itm {
  width: 14rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .facility-accept_article_list .itm {
    width: 11rem;
  }
  .facility-accept_article_list .itm.fac_ico16 .itm-ico .cap {
    white-space: nowrap;
    width: max-content;
    margin-left: -15%;
  }
}

.facility-accept_article_list .itm.first {
  width: 11.6rem;
}

.facility-accept_article_list .itm.first picture {
  display: block;
}

.facility-accept_article_list .itm.first picture img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .facility-accept_article_list .itm.first {
    width: 100%;
    margin-bottom: 1rem;
  }
  .facility-accept_article_list .itm.first picture img {
    width: auto;
    max-width: unset;
    height: 5rem;
  }
}

.facility-accept_article_list .itm .itm-ico {
  width: 100%;
  text-align: center;
}

.facility-accept_article_list .itm .itm-ico .ico {
  width: 7rem;
}

@media screen and (max-width: 768px) {
  .facility-accept_article_list .itm .itm-ico .ico {
    width: 6.5rem;
  }
}

.facility-accept_article_list .itm .itm-ico .cap {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.4rem;
}

.p-recruit {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-recruit .recruit-intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .p-recruit .recruit-intro .recruit-intro_ctn {
    width: calc(50% + 19.2rem);
  }
  .p-recruit .recruit-intro .recruit-intro_img {
    width: calc(50% - 3.9rem);
    margin-right: -22.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit .recruit-intro .recruit-intro_img {
    width: 35.5rem;
    margin-right: -2rem;
    margin-top: 4rem;
  }
}

.p-recruit .recruit-staff {
  padding: 12rem 0;
}

@media screen and (min-width: 769px) {
  .p-recruit .recruit-staff .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .p-recruit .recruit-staff .recruit-staff_ctn {
    width: calc(50% + 17.2rem);
  }
  .p-recruit .recruit-staff .recruit-staff_img {
    width: calc(50% - 3.9rem);
    margin-left: -22.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit .recruit-staff .recruit-staff_img {
    width: 35.5rem;
    margin-left: -2rem;
    margin-top: 4rem;
  }
}

.p-recruit .recruit-banner {
  margin-bottom: 12rem;
}

/** job **/
@media screen and (max-width: 768px) {
  .sc-search {
    background-color: #fff;
    padding: 0 1.6rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  }
  .sc-search .heading-lv3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.04em;
    padding: 0.4rem 0;
    margin: 0;
    position: relative;
  }
  .sc-search .heading-lv3::after {
    position: absolute;
    content: '';
    width: 1.2rem;
    height: 0.6rem;
    right: 0;
    top: 50%;
    margin-top: -0.3rem;
    background: url(../img/common/icon_down.svg) left center no-repeat;
    background-size: cover;
  }
  .sc-search .heading-lv3.active::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media screen and (min-width: 769px) {
  .sc-search .search-content {
    padding: 2rem;
    background-color: #fff;
    border-radius: 2rem;
    -webkit-box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .sc-search .search-content {
    display: none;
    padding: 1.6rem 0;
    border-top: 0.1rem solid #c2c2c2;
  }
}

.sc-search .search-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1rem solid #c2c2c2;
  padding: 1.4rem 0;
}

.sc-search .search-ctrl:first-of-type {
  padding-top: 0;
}

.sc-search .search-ctrl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.sc-search .search-ctrl .search-ctrl_lbl {
  width: 12rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}

.sc-search .search-ctrl .search-ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-search .search-ctrl .search-ctrl_ctn .wpcf7-checkbox {
  display: block;
  margin: -0.9rem 0 0 -1.6rem;
}

.sc-search .search-ctrl .search-ctrl_ctn .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  line-height: 210%;
  margin: 0.9rem 0 0 1.6rem;
}

.job-cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  background-color: #006BB4;
  color: #fff;
  border-radius: 1rem;
  padding: 0.4rem 1.6rem;
  font-family: "Kiwi Maru", sans-serif;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .job-cat {
    margin-bottom: 1rem;
  }
}

.sc-result {
  margin-top: 9rem;
}

.sc-result .result-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .sc-result .result-head {
    margin-bottom: 2.2rem;
  }
}

.sc-result .result-head .heading-lv3 {
  margin: 0;
}

.sc-result .result-head .result-head_r {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 0.1rem solid #c2c2c2;
  color: #006BB4;
}

.sc-result .result-head .result-head_r span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
}

.sc-result .result-head .result-head_r span.num {
  font-size: 2.4rem;
}

.sc-result .result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8rem;
}

.sc-result .result-item {
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item {
    border-radius: 0.5rem;
  }
}

.sc-result .result-item .result-item_head {
  background-color: #006BB4;
  color: #fff;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .result-item_head {
    padding: 1.6rem;
  }
}

.sc-result .result-item .result-item_head .job-cat {
  background-color: #fff;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .result-item_head .job-cat {
    margin-bottom: 1rem;
  }
}

.sc-result .result-item .result-item_head .ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .result-item_head .ttl {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}

.sc-result .result-item .result-item_body {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .result-item_body {
    padding: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .sc-result .result-item .result-item_thumb {
    width: 20rem;
    height: 12rem;
    overflow: hidden;
  }
  .sc-result .result-item .result-item_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .result-item_thumb {
    width: 100%;
  }
}

.sc-result .result-item .result-item_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-result .result-item .job-tl {
  color: #545454;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .job-tl {
    margin-bottom: 0.8rem;
  }
}

.sc-result .result-item .job-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  border-bottom: 0.1rem solid #c2c2c2;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .job-row {
    padding: 1.6rem 0;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
  .sc-result .result-item .job-row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.sc-result .result-item .job-row .job-row_lbl {
  width: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}

.sc-result .result-item .job-row .job-row_lbl img {
  display: inline-block;
  width: 4.5rem;
  height: auto;
}

.sc-result .result-item .job-row .job-row_lbl span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .job-row .job-row_lbl {
    width: 3.6rem;
  }
  .sc-result .result-item .job-row .job-row_lbl img {
    width: 100%;
  }
  .sc-result .result-item .job-row .job-row_lbl span {
    font-size: 1.2rem;
  }
}

.sc-result .result-item .job-row .job-row_cpy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-result .result-item .c-btn-group {
  width: 100%;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-result .result-item .c-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 2.6rem;
  }
}

.cpn-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .cpn-name {
    font-size: 1.6rem;
    line-height: 180%;
    margin-bottom: 0;
  }
}

.map-link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  border-radius: 1.2rem;
  padding: 0.4rem 1.6rem;
  color: #fff;
  background-color: #006BB4;
  font-family: "Kiwi Maru", sans-serif;
  margin-left: 1.2rem;
}

@media screen and (max-width: 768px) {
  .map-link {
    display: block;
    max-width: 12rem;
    margin: 0.6rem 0 0;
  }
}

.job-title {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 120%;
  color: #006BB4;
  margin-bottom: 4rem;
  font-family: "Kiwi Maru", sans-serif;
}

@media screen and (max-width: 768px) {
  .job-title {
    font-size: 2.7rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .job-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .job-post .job-feature {
    width: 33.4rem;
  }
  .job-post .job-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .job-post .job-content .ttl {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .job-post .job-feature {
    margin-bottom: 2rem;
  }
}

.job-required {
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .job-required {
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
    margin-top: 4rem;
  }
}

.job-required .job-required_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  background-color: #006BB4;
  color: #fff;
  padding: 2rem 2rem 1.2rem;
}

.job-required .job-required_wrap {
  background-color: #fff;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .job-required .job-required_wrap {
    padding: 1.6rem;
  }
}

.job-required .jobrq-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #c2c2c2;
}

@media screen and (max-width: 768px) {
  .job-required .jobrq-art {
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    padding: 2.4rem 0;
  }
}

.job-required .jobrq-art:first-of-type {
  padding-top: 0;
}

.job-required .jobrq-art:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.job-required .jobrq-art .jobrq-art_ttl {
  width: 19.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

@media screen and (max-width: 768px) {
  .job-required .jobrq-art .jobrq-art_ttl {
    width: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem 0;
  }
}

.job-required .jobrq-art .jobrq-art_ttl .ico {
  display: inline-block;
  width: 3rem;
}

@media screen and (max-width: 768px) {
  .job-required .jobrq-art .jobrq-art_ttl .ico {
    width: 3.2rem;
  }
}

.job-required .jobrq-art .jobrq-art_ttl .txt {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .job-required .jobrq-art .jobrq-art_ttl .txt {
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
  }
}

.job-required .jobrq-art .jobrq-art_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-btn.c-btn._center {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .job-btn.c-btn._center {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-job .sc-sns {
    display: none;
  }
}

.p-flow .flow-top {
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .p-flow .flow-top {
    overflow-x: auto;
    margin: 0 -2rem 8rem;
    padding-bottom: 1rem;
  }
  .p-flow .flow-top figure {
    width: 1000px;
  }
}

.p-flow .flow-art .flow-art_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-flow .flow-art .flow-art_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 1rem 0;
    margin-bottom: 1rem;
  }
}

.p-flow .flow-art .flow-art_ttl .lbl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0.4rem 1.4rem;
  border-radius: 1rem;
  background-color: #006BB4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-flow .flow-art .flow-art_ttl .lbl {
    font-size: 1.4rem;
  }
}

.p-flow .flow-art .flow-art_ttl .txt {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 150%;
  color: #006BB4;
}

@media screen and (max-width: 768px) {
  .p-flow .flow-art .flow-art_ttl .txt {
    font-size: 2.2rem;
  }
}

.p-flow .flow-art .flow-art_ctn ul {
  padding: 2rem 2rem 2rem 4rem;
  margin-top: 2.4rem;
  border: 0.1rem solid #000;
  display: inline-block;
}

.p-flow .flow-art .flow-art_ctn ul li {
  list-style: disc;
  line-height: 210%;
}

@media screen and (max-width: 768px) {
  .p-flow .flow-art .flow-art_ctn ul {
    padding: 1rem 1rem 1rem 3rem;
    margin-top: 1rem;
  }
  .p-flow .flow-art .flow-art_ctn ul li {
    line-height: 160%;
  }
}

.p-flow .flow-art + .flow-art {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 0.1rem solid #c2c2c2;
}

.p-faq .faq-art {
  padding: 0 3.2rem;
  border: 0.1rem solid #006BB4;
  color: #4F4F4F;
  background-color: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art {
    padding: 0 1.6rem;
    border-radius: 0.5rem;
  }
}

.p-faq .faq-art .faq-art_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  padding: 3.2rem 0.8rem 3.2rem 7rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ttl {
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    padding: 1.2rem 0 1.2rem 2.5rem;
  }
}

.p-faq .faq-art .faq-art_ttl::before {
  position: absolute;
  content: 'Q';
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  color: #006BB4;
  font-family: "Kiwi Maru", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ttl::before {
    left: 0;
    font-size: 2rem;
    line-height: 1;
  }
}

.p-faq .faq-art .faq-art_ttl > span {
  display: block;
  position: relative;
  padding-right: 4rem;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ttl > span {
    padding-right: 3.5rem;
  }
}

.p-faq .faq-art .faq-art_ttl > span::before, .p-faq .faq-art .faq-art_ttl > span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #4F4F4F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-faq .faq-art .faq-art_ttl > span::before {
  width: 2rem;
  height: 0.2rem;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ttl > span::before {
    width: 1.4rem;
    height: 0.1rem;
  }
}

.p-faq .faq-art .faq-art_ttl > span::after {
  width: 0.2rem;
  height: 2rem;
  right: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ttl > span::after {
    width: 0.1rem;
    height: 1.4rem;
    right: 0.6rem;
  }
}

.p-faq .faq-art .faq-art_ttl.active > span::after {
  opacity: 0;
  visibility: hidden;
}

.p-faq .faq-art .faq-art_ctn {
  display: none;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  padding: 2.6rem 0.8rem 2.6rem 7rem;
  border-top: 0.1rem solid #c2c2c2;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ctn {
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    padding: 2rem 0 1.6rem 2.5rem;
  }
}

.p-faq .faq-art .faq-art_ctn::before {
  position: absolute;
  content: 'A';
  left: 0.8rem;
  top: 2rem;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  color: #D42626;
  font-family: "Kiwi Maru", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-faq .faq-art .faq-art_ctn::before {
    font-size: 2rem;
    line-height: 1;
    left: 0;
    top: 2.5rem;
  }
}

.p-faq .faq-art + .faq-art {
  margin-top: 4rem;
}

.p-privacy .privacy-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  margin: 8rem 0 2rem;
  color: #006BB4;
}

@media screen and (max-width: 768px) {
  .p-privacy .privacy-content h2 {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin: 4rem 0 2rem;
  }
}

.p-privacy .privacy-content h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-privacy .privacy-content h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}

.p-privacy .privacy-content ul {
  padding-left: 4rem;
  margin-top: 2rem;
}

.p-privacy .privacy-content ul li {
  list-style: decimal;
}

.p-privacy .privacy-content ul li + li {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-privacy .privacy-content ul {
    padding-left: 2rem;
  }
}

.p-privacy .privacy-content p {
  line-height: 210%;
}

@media screen and (max-width: 768px) {
  .p-privacy .privacy-content p {
    line-height: 200%;
  }
}

._cat {
  display: inline-block;
  background-color: #006BB4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  padding: 0.4rem 1.6rem;
  border-radius: 1.2rem;
  vertical-align: middle;
  font-family: "Kiwi Maru", sans-serif;
}

._date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}

._title {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 210%;
  margin-top: 0.8rem;
}

.news-item {
  padding: 2.4rem 1rem;
  border-bottom: 0.2rem dashed #B5B5B5;
}

.news-item .news-item_thumb {
  display: block;
  width: 14rem;
  height: 10.5rem;
}

.news-item .news-item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .news-item .news-item_thumb {
    width: 100%;
    height: auto;
    margin-bottom: 2.4rem;
  }
}

.news-item .news-item_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  position: relative;
  padding-right: 5.5rem;
}

.news-link::after {
  position: absolute;
  content: '';
  width: 1.7rem;
  height: 1.4rem;
  right: 0;
  top: 50%;
  margin-top: -0.7rem;
  background: url(../img/common/icon_btn.svg) right center no-repeat;
  background-size: cover;
}

.news-link:hover::after {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.news-link:hover ._title {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-link {
    display: block;
  }
}

.p-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}

.p-wrap .p-wrap-content {
  width: 74.2rem;
}

.p-wrap .p-wrap-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-wrap .p-wrap-sidebar {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 8rem;
  }
}

.p-wrap .p-wrap-sidebar .heading-lv2 {
  margin-bottom: 0.6rem;
}

.p-wrap .p-wrap-sidebar .heading-lv2 .ja {
  font-size: 2.5rem;
  line-height: 150%;
}

.p-wrap .p-wrap-sidebar .heading-lv2:not(:first-of-type) {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-wrap .p-wrap-sidebar .heading-lv2 {
    display: none;
  }
}

.p-wrap .p-wrap-sidebar .category-list {
  background-color: #fff;
  border: 0.1rem solid #006BB4;
  border-radius: 1rem;
  overflow: hidden;
}

.p-wrap .p-wrap-sidebar .category-list > li {
  border-bottom: 0.1rem solid #006BB4;
}

.p-wrap .p-wrap-sidebar .category-list > li:last-of-type {
  border: none;
}

.p-wrap .p-wrap-sidebar .category-list > li > a {
  display: block;
  line-height: 210%;
  padding: 0.8rem 1.4rem;
}

.p-wrap .p-wrap-sidebar .archive-list {
  border: 0.1rem solid #006BB4;
  border-radius: 1rem;
  overflow: hidden;
  color: #000;
  line-height: 210%;
  padding: 0.8rem 1.4rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-wrap .p-wrap-sidebar .archive-list.archives {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-wrap .p-wrap-sidebar #containerCategory {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .p-wrap .p-wrap-sidebar #selectCategory {
    display: block !important;
  }
}

.p-news .news-item_cat {
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .p-news .news-item_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 3.5rem;
    position: relative;
  }
  .p-news .news-item_ctn::after {
    position: absolute;
    content: '';
    width: 1.7rem;
    height: 1.4rem;
    right: 0;
    top: 50%;
    margin-top: -0.7rem;
    background: url(../img/common/icon_btn.svg) right center no-repeat;
    background-size: cover;
  }
  .p-news .news-item_ctn .news-item_date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-news .news-item_ctn .news-item_cat {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    margin-left: 1rem;
  }
  .p-news .news-item_ctn .news-item_ttl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .p-news .news-link {
    padding-right: 0;
  }
  .p-news .news-link::after {
    width: 0;
    height: 0;
    display: none;
  }
}

.post-title {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 120%;
  font-family: "Kiwi Maru", sans-serif;
}

@media screen and (max-width: 768px) {
  .post-title {
    font-size: 2.7rem;
    line-height: 150%;
  }
}

.post-date {
  display: inline-block;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .post-date {
    font-size: 1.6rem;
    line-height: 150%;
    margin-top: 2rem;
  }
}

.post-feature {
  display: block;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .post-feature {
    margin-top: 2rem;
  }
}

.post-content {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .post-content {
    padding: 4rem 0;
  }
}

.post-content h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.6rem;
}

.post-content h2:not(:first-of-type) {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .post-content h2 {
    font-size: 2.2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
  }
}

.post-content h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  margin: 4rem 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .post-content h3 {
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
  }
}

.post-content h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  margin: 4rem 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .post-content h4 {
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}

.post-content h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  margin: 4rem 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .post-content h5 {
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.04em;
  }
}

.post-content p {
  line-height: 200%;
}

.post-content p + p {
  margin-top: 3rem;
}

/** home
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  border: 0.1rem solid #545454;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0.2rem;
}

input[type=checkbox]:checked {
  opacity: 1;
  border-color: #545454;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0.6rem;
  width: 0.5rem;
  height: 1.4rem;
  border: solid #545454;
  border-width: 0 0.1rem 0.1rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0.9rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #545454;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    padding: 0.6rem;
  }
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  background-color: #545454;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=radio]:before {
    height: 0.7rem;
    width: 0.7rem;
  }
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.c-select {
  background: #fff url(../img/common/icon_down.svg) 94% center no-repeat;
  background-size: 1rem 0.5rem;
}

.ipt {
  width: 100%;
  padding: 0.25rem 1.6rem;
  outline: none;
  background: #fff;
  border: 0.1rem solid #545454;
  border-radius: 0.5rem;
}

.ipt.medium {
  max-width: 17.8rem;
}

.ipt.short {
  max-width: 14rem;
  margin-right: 1rem;
}

.ipt.c-select {
  border: 0.1rem solid #545454;
  padding: 0.25rem 1.6rem;
  background: #fff url(../img/common/icon_down.svg) 94% center no-repeat;
  background-size: 1rem 0.5rem;
}

.ipt.are {
  height: 12rem;
  resize: none;
}

@media screen and (max-width: 768px) {
  .ipt.are {
    height: 20rem;
  }
}

.ipt::-webkit-input-placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt::-webkit-input-placeholder, .ipt::-moz-placeholder, .ipt::-ms-placeholder, .ipt::placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt:focus {
  border-color: #3F96E8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder, .ipt:focus::-moz-placeholder, .ipt:focus::-ms-placeholder, .ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 2.2rem;
  font-size: 1.2rem;
  line-height: 150%;
  background: #D52626;
  color: #fff;
  margin-left: auto;
  vertical-align: middle;
}

.req.not-req {
  background: #545454;
}

.c-form_btn {
  margin: 4rem auto 0;
}

.c-form_btn input[type="submit"],
.c-form_btn input[type="button"],
.c-form_btn button {
  background-color: transparent;
  color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-form_btn .c-btn {
  padding: 0;
  overflow: hidden;
}

.c-form_btn .c-btn:hover input[type="submit"],
.c-form_btn .c-btn:hover input[type="button"],
.c-form_btn .c-btn:hover button {
  color: #006BB4;
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 2.6rem;
  -moz-column-gap: 2.6rem;
  column-gap: 2.6rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    display: block;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 18.4rem;
  font-weight: 400;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .c-form_ctrl .c-form_ctrl_lbl .req {
    margin-left: 1rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 210%;
}

.c-form_ctrl .c-form_ctrl_ctn ._flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_ctn {
    line-height: 160%;
  }
}

.c-form_ctrl + .c-form_ctrl {
  margin-top: 4rem;
}

.c-form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8rem;
}

.c-form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-form_checkbox a {
  display: inline-block;
  color: #006BB4;
  text-decoration: underline;
}

.c-form_checkbox .req {
  margin-left: 1rem;
}

.c-form_checkbox .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-form_checkbox .your-agreeformError {
  position: static !important;
}

.c-form_checkbox .formErrorContent {
  position: absolute !important;
  bottom: -3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox .formErrorContent {
    bottom: -5.7rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.c-form_lead {
  margin-bottom: 4rem;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: block;
}

@media screen and (max-width: 768px) {
  .wpcf7-radio,
  .wpcf7-checkbox {
    margin: -1rem 0 0 -2rem;
  }
}

@media screen and (min-width: 769px) {
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
  .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 1rem 0 0 2rem;
  }
}

.wpcf7-radio .wpcf7-list-item > label,
.wpcf7-checkbox .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio {
  display: block;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio._inline {
  margin: -0.9rem 0 0 -1.6rem;
}

.wpcf7-radio._inline .wpcf7-list-item {
  display: inline-block;
  margin: 0.9rem 0 0 1.6rem;
}

.wpcf7-response-output {
  display: none;
}

.formErrorContent,
.field-error {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .formErrorContent,
  .field-error {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.35;
  }
}

.is-error input,
.is-error .are,
.is-error select,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error select {
  color: #ACACAC !important;
  background: #FFEAEA url(../img/common/icon_down.svg) 94% center no-repeat !important;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder, .is-error .ipt::-moz-placeholder, .is-error .ipt::-ms-placeholder, .is-error .ipt::placeholder {
  color: #DA4432 !important;
}

@media screen and (min-width: 769px) {
  .c-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.c-form .c-form_step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-form .c-form_step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
}

.c-form .c-form_step ul li {
  color: #545454;
  font-size: 1.6rem;
}

.c-form .c-form_step ul li.active {
  color: #2AAB39;
}

@media screen and (max-width: 768px) {
  .c-form .c-form_step ul {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 1.6rem;
    margin-bottom: 4rem;
  }
  .c-form .c-form_step ul::before, .c-form .c-form_step ul::after {
    position: absolute;
    content: '';
    height: 0.8rem;
    left: 0;
    bottom: 0;
    border-radius: 0.5rem;
  }
  .c-form .c-form_step ul::before {
    width: 100%;
    background-color: #C2C2C2;
  }
  .c-form .c-form_step ul::after {
    background-color: #2AAB39;
    width: 33.333%;
  }
  .c-form .c-form_step ul li:not(.active) {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .c-form .c-form_content {
    width: 75.6rem;
  }
}

.c-confirm .c-form_step ul::after {
  width: 66.666%;
}

.c-confirm .c-form_ctrl {
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #545454;
}

.c-confirm .c-form_ctrl + .c-form_ctrl {
  margin-top: 0;
}

.c-confirm .c-form_ctrl:first-of-type {
  border-top: 0.1rem solid #545454;
}

.c-confirm .c-form_btn {
  margin-top: 8rem;
}

.c-confirm .c-back {
  color: #000000 !important;
  line-height: 210%;
  text-decoration: underline;
  margin-top: 4rem;
}

.c-thanks .c-form_step ul::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-thanks .c-form_content p {
    line-height: 200%;
  }
}

.c-thanks .c-form_content p + p {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .c-thanks .c-form_content p + p {
    margin-top: 3rem;
  }
}

.c-thanks .c-btn {
  margin-top: 8rem;
}
