@charset "UTF-8";
/*
Author: sib.tv
Author URI: https://www.sib.tv/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.wp-block-image, .wp-block-embed {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .wp-block-image, .wp-block-embed {
    margin-top: 30px;
  }
}
.wp-block-heading {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading {
    margin-top: 40px;
  }
}
.wp-block-button {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .wp-block-button {
    margin-top: 40px !important;
  }
}
.wp-block-embed__wrapper {
  height: 100%;
  width: 100%;
}
.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
.wp-embed-aspect-16-9 iframe {
  height: 100% !important;
  width: 100% !important;
}
.wp-element-caption {
  line-height: 1.2857;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

body {
  background-color: #F2F2F2;
  color: #0f0f0f;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    min-width: 1200px;
  }
}

a,
button {
  transition: 0.3s;
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: top;
}

.main {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main {
    overflow: visible;
  }
}
.main.index {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .main.index {
    margin-top: -80px;
  }
}

.noscroll {
  overflow-y: scroll;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .noscroll {
    overflow-y: auto;
    position: relative;
  }
}

.blur {
  filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .blur {
    filter: blur(0);
  }
}

.pagination .nav-links {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links {
    gap: 10px;
  }
}
.pagination .nav-links .page-numbers {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers {
    font-size: 14px;
  }
}
.pagination .nav-links .page-numbers.current {
  background-color: #c5a336;
  color: white;
}
.pagination .nav-links .page-numbers.prev img, .pagination .nav-links .page-numbers.next img {
  height: auto;
  width: 16px;
}
.pagination .nav-links .page-numbers.prev {
  transform: rotate(180deg);
}

svg circle,
svg rect,
svg path,
svg polygon {
  transition: 0.3s;
}

.splide.curtain .splide__slide::before {
  background-color: #0f0f0f;
  content: "";
  height: 100%;
  inset: 0 auto auto 0;
  position: absolute;
  transition: 1s;
  width: 100%;
}
.splide.curtain .splide__slide.show::before {
  transform: translateY(-100%);
}

.breadcrumb {
  margin-top: 20px;
}

.header {
  height: 50px;
  position: sticky;
  top: 0;
  transition: 0.3s;
  overflow: visible;
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    top: -100px;
  }
}
.header.show {
  background-color: #F2F2F2;
  position: sticky;
}
@media screen and (min-width: 768px) {
  .header.show {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header.show .header__bar {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header.show .header__logo {
    height: 40px;
  }
}
.header__bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__bar {
    align-items: flex-start;
    padding: 20px;
  }
}
.header__logo {
  height: 30px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 70px;
  }
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__logo--hidden {
  opacity: 0;
  pointer-events: none;
}
.header__menu-button {
  position: relative;
  z-index: 300;
}
.header__nav {
  background-color: white;
  display: none;
  height: 100vh;
  inset: 0 auto auto 0;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav {
    background-color: transparent;
    align-items: center;
    display: block !important;
    height: auto;
    justify-content: flex-end;
    position: relative;
    width: auto;
  }
}
.header__nav-inner {
  padding: 0 4vw;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header__nav-inner {
    padding: 0;
    top: 0;
    transform: translateY(0);
  }
}
.header__nav-list {
  display: grid;
  font-size: 16px;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 30px;
    justify-content: flex-end;
  }
}
.header__nav-list-item {
  text-align: center;
}
.header__nav-list-item a:hover {
  color: #c5a336;
}

.footer {
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 0;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    font-size: 18px;
    gap: 0;
    margin-top: 30px;
  }
}
.footer__nav-item:not(:first-of-type) {
  border-left: 1px solid white;
  margin-left: 4vw;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__nav-item:not(:first-of-type) {
    margin-left: 30px;
    padding-left: 30px;
  }
}
.footer__nav-item a:hover {
  color: #c5a336;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.aside {
  position: relative;
}
.aside__contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aside__contact-list-item {
  color: white;
  transition: 0.3s;
}
.aside__contact-list-item:nth-of-type(1) {
  background-color: #466482;
}
.aside__contact-list-item:nth-of-type(2) {
  background-color: #508278;
}
.aside__contact-list-item__inner {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aside__contact-list-item__inner {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aside__contact-list-item__title {
    font-size: 24px;
  }
}
.aside__contact-list-item__description {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .aside__contact-list-item__description {
    font-size: 14px;
    margin-top: 20px;
  }
}
.aside__totop {
  background-color: #F2F2F2;
  border-radius: 99999px;
  inset: -50px 4vw auto auto;
  position: absolute;
  font-size: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .aside__totop {
    inset: -60px 30px auto auto;
    font-size: 10px;
  }
}
.aside__totop a {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .aside__totop a {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aside__totop:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    top: -70px;
  }
}

.block__inner {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .block__inner {
    margin: auto;
    padding: 0;
    width: 1200px;
  }
}
.block__section-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__section-title {
    font-size: 32px;
  }
}
.block__section-title::before {
  background-image: url("../images/ico_title-catch.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3px;
  margin: auto;
  padding-bottom: 10px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .block__section-title::before {
    height: 5px;
    width: 100px;
  }
}
.block__section.mt-middle {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .block__section.mt-middle {
    margin-top: 120px;
  }
}
.block__hero {
  position: relative;
}
.block__hero-text {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .block__hero-text {
    font-size: 36px;
    padding: 40px 120px;
  }
}
.block__page {
  padding: 60px 0 120px;
}
@media screen and (min-width: 768px) {
  .block__page {
    padding: 120px 0 240px;
  }
}

.button__menu {
  height: 20px;
  position: relative;
  width: 30px;
}
.button__menu span {
  background-color: #c5a336;
  display: block;
  height: 2px;
  width: 100%;
}
.button__menu::before, .button__menu::after {
  background-color: #c5a336;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.button__menu::before {
  top: 0;
}
.button__menu::after {
  bottom: 0;
}
.button__menu[aria-expanded=true] span {
  opacity: 0;
}
.button__menu[aria-expanded=true]::before, .button__menu[aria-expanded=true]::after {
  background-color: #c5a336;
  top: 12px;
}
.button__menu[aria-expanded=true]::before {
  transform: rotate(-45deg);
}
.button__menu[aria-expanded=true]::after {
  transform: rotate(45deg);
}
.button__external {
  border-radius: 50px;
  box-sizing: border-box;
  color: white;
  display: block;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button__external {
    margin: 30px auto 0;
    width: 360px;
  }
}
.button__external:hover {
  opacity: 0.7;
}
.button__external::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29"><defs><style>.cls-1{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;}.cls-2{fill:%23fff;}</style></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="contents"><polyline class="cls-1" points="25 28 1 28 1 4"/><path class="cls-2" d="M27,2V22H7V2H27m2-2H5V24H29V0Z"/></g></g></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  left: 10px;
  position: relative;
  top: 2px;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .button__external::after {
    height: 20px;
    top: 4px;
    width: 20px;
  }
}
.button__stand-out {
  position: relative;
  top: 0;
}
.button__stand-out:hover {
  top: -6px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
.button__more a {
  background-color: #466482;
  color: #fff;
  display: block;
  padding: 16px 28px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  width: 95.1%;
}
@media screen and (min-width: 768px) {
  .button__more a {
    width: 296px;
  }
}
.button__more a::after {
  background: linear-gradient(90deg, #fff 0, #fff 70%, #466482 0, #466482);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -3.4%;
  top: 50%;
  transform: translateY(-50%);
  width: 10vw;
}
@media screen and (min-width: 768px) {
  .button__more a::after {
    right: -12px;
    width: 32px;
  }
}

.effect-slide {
  opacity: 0;
  transition: 1s;
}
.effect-slide--up {
  transform: translate(0, 45px);
}
.effect-slide--left {
  transform: translate(-45px, 0);
}
.effect-slide--right {
  transform: translate(45px, 0);
}
.effect-slide.slow {
  transition: 2s;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-img-scale img {
  transition: 0.5s;
}
.effect-img-scale:hover {
  opacity: 1;
}
.effect-img-scale:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (min-width: 768px) {
  .effect-arrow-move--right:hover .arrow::after {
    transform: translateY(-50%) translateX(5px);
  }
}
.effect-parallax-box {
  position: relative;
}
.effect-parallax-box .cherry-blossom {
  position: absolute;
  width: 64.4vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom {
    width: 483px;
  }
}
.effect-parallax-box .cherry-blossom.idx {
  inset: 20% -67px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.idx {
    inset: 350px -62px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.news-archive {
  inset: 7% -62px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.news-archive {
    inset: 350px -162px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.news-single {
  inset: 90px -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.news-single {
    inset: -350px -160px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.special-order1 {
  inset: 6% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.special-order1 {
    inset: 320px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.special-order2 {
  inset: 7% auto auto -58px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.special-order2 {
    inset: 280px auto auto -146px;
  }
}
.effect-parallax-box .cherry-blossom.works-archive {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.works-archive {
    inset: 330px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.works-single {
  inset: 50% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.works-single {
    inset: 750px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.about1 {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.about1 {
    inset: 650px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.about2 {
  inset: 12% auto auto -58px;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.about2 {
    inset: 550px auto auto -146px;
  }
}
.effect-parallax-box .cherry-blossom.about3 {
  inset: 17% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.about3 {
    inset: 530px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.recruit1 {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.recruit1 {
    inset: 350px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.recruit2 {
  inset: 5% auto auto -58px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.recruit2 {
    inset: 350px auto auto -146px;
  }
}
.effect-parallax-box .cherry-blossom.recruit3 {
  inset: 13% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.recruit3 {
    inset: 420px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.staff1 {
  inset: 20% -57px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.staff1 {
    inset: -300px -62px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.contact1 {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.contact1 {
    inset: 350px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.not-found {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.not-found {
    inset: 0 -56px auto auto;
  }
}

.loader {
  background-color: #0f0f0f;
  display: none;
  height: 100vh;
  inset: 0 auto auto 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.loader-image {
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}

.index__hero {
  background-image: url("../images/hero_index.jpg");
  background-position: 70% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index__hero {
    background-position: 100% 50%;
  }
}
.index__hero-text {
  color: white;
  display: inline-block;
  left: 20px;
  position: absolute;
  text-shadow: 1px 1px 10px #0f0f0f;
  top: 30%;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .index__hero-text {
    left: 60px;
    top: 30%;
  }
}
.index__hero-text-jpn {
  font-size: 28px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .index__hero-text-jpn {
    font-size: 60px;
  }
}
.index__hero-text-jpn span {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.index__hero-text-eng {
  font-family: "Noto Serif Georgian", serif;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .index__hero-text-eng {
    font-size: 24px;
  }
}
.index__hero-news {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 20%;
  color: white;
  left: 50%;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 1s;
  width: 92vw;
}
@media screen and (min-width: 768px) {
  .index__hero-news {
    left: 60px;
    max-width: 800px;
    padding: 20px 40px;
    transform: translateX(0);
  }
}
.index__hero-news-list {
  display: flex;
  font-size: 13px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .index__hero-news-list {
    font-size: 14px;
  }
}
.index__hero-news-list-item {
  width: 100%;
}
.index__hero-news-list-item a {
  align-items: flex-start;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .index__hero-news-list-item a {
    flex-direction: row;
    gap: 20px;
  }
}
.index__hero-news-list-item a:hover:hover {
  color: #c5a336;
}
.index__hero-news-list-item a .title {
  text-decoration: underline;
}
.index__hero-scroll {
  color: white;
  height: 60px;
  font-size: 12px;
  inset: auto auto 10px 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 1s;
}
.index__hero-scroll span {
  inset: 0 auto auto 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
}
.index__hero-scroll::after {
  animation: scrolldown 1.8s ease-in-out infinite;
  background-color: white;
  content: "";
  display: block;
  height: 40px;
  inset: 20px auto auto 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}
@keyframes scrolldown {
  0% {
    height: 0;
    opacity: 0;
    top: 20px;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    top: 70px;
  }
}
.index__lead {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .index__lead {
    padding-top: 120px;
  }
}
.index__lead-logo {
  margin: auto;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .index__lead-logo {
    width: 240px;
  }
}
.index__lead-text {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index__lead-text {
    font-size: 26px;
    text-align: center;
  }
}
.index__greeting {
  padding: 80px 0 60px;
}
@media screen and (min-width: 768px) {
  .index__greeting {
    padding: 160px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .index__greeting-content {
    display: flex;
    margin-top: 60px;
  }
}
.index__greeting-text {
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index__greeting-text {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .index__greeting-text:first-of-type {
    border-right: 1px solid #D1D1D1;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .index__greeting-text:last-of-type {
    padding-left: 30px;
  }
}
.index__greeting-text .right {
  text-align: right;
}
.index__officer-bnr {
  align-items: center;
  background-color: #ECEAD7;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .index__officer-bnr:hover {
    opacity: 0.5;
  }
}
.index__officer-bnr img {
  flex-shrink: 0;
  width: 30vw;
}
@media screen and (min-width: 768px) {
  .index__officer-bnr img {
    max-width: 600px;
    width: 30%;
  }
}
.index__officer-bnr p {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .index__officer-bnr p {
    font-size: 28px;
  }
}
.index__facility {
  margin-top: 120px;
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .index__facility {
    margin-top: 240px;
    padding: 0 60px;
  }
}
.index__facility-item {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .index__facility-item {
    flex-direction: row;
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .index__facility-item__image {
    width: 971px;
  }
}
.index__facility-item__image-1, .index__facility-item__image-2, .index__facility-item__image-3 {
  position: relative;
}
.index__facility-item__image-1 {
  width: 89.4%;
  z-index: 0;
}
.index__facility-item__image-2 {
  margin: -11% -4vw auto auto;
  width: 61.6%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .index__facility-item__image-2 {
    margin: -5% 0 auto auto;
    width: 55.3%;
  }
}
.index__facility-item__image-3 {
  margin-top: -14%;
  width: 49.8%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .index__facility-item__image-3 {
    margin-top: -180px;
    width: 38.9%;
  }
}
@media screen and (min-width: 768px) {
  .index__facility-item__content {
    flex-shrink: 0;
    width: 442px;
  }
}
.index__facility-item__category {
  align-items: center;
  display: flex;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .index__facility-item__category {
    font-size: 18px;
  }
}
.index__facility-item__category::after {
  background-color: #959595;
  content: "";
  display: block;
  height: 1px;
  margin-left: 10px;
  width: 52px;
}
.index__facility-item__title {
  font-size: 32px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .index__facility-item__title {
    margin-top: 24px;
  }
}
.index__facility-item__lead {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index__facility-item__lead {
    margin-top: 60px;
  }
}
.index__facility-item__button {
  margin-top: 60px;
}
.index__about {
  position: relative;
  width: 100%;
}
.index__about__company {
  padding: 60px 0 120px;
}
@media screen and (min-width: 768px) {
  .index__about__company {
    margin: auto;
    padding: 120px 0;
    width: 800px;
  }
}
.index__about__company-overview {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index__about__company-overview {
    margin-top: 60px;
  }
}
.index__about__company-overview-item {
  align-items: flex-start;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .index__about__company-overview-item {
    display: flex;
    gap: 20px;
  }
}
.index__about__company-overview-item__title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .index__about__company-overview-item__title {
    flex-shrink: 0;
    width: 200px;
  }
}
.index__about__company-overview-item__content {
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index__about__company-overview-item__content {
    margin-top: 0;
  }
}

.officer-member {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .officer-member {
    padding-top: 120px;
  }
}
.officer-member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .officer-member-list {
    gap: 120px;
  }
}
.officer-member-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .officer-member-list-item {
    align-items: flex-start;
    display: flex;
    gap: 60px;
  }
}
.officer-member-list-item__image {
  margin: auto;
  width: 60vw;
}
@media screen and (min-width: 768px) {
  .officer-member-list-item__image {
    flex-shrink: 0;
    margin: 0;
    width: 460px;
  }
}
.officer-member-list-item__header {
  align-items: flex-end;
  border-bottom: 1px solid #0f0f0f;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .officer-member-list-item__header {
    margin-top: 0;
  }
}
.officer-member-list-item__name-eng {
  font-family: "Noto Serif Georgian", serif;
}
.officer-member-list-item__name-jpn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .officer-member-list-item__name-jpn {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .officer-member-list-item__position {
    font-size: 20px;
  }
}
.officer-member-history {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.officer-member-history-item {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  width: 100%;
}
.officer-member-history-item__year {
  flex-shrink: 0;
  width: 16vw;
}
@media screen and (min-width: 768px) {
  .officer-member-history-item__year {
    width: 80px;
  }
}
.officer-member-history-item__year::after {
  content: "年";
  display: inline;
}
.officer-member-history-item__outline {
  width: 100%;
}
.officer-member-title-list {
  margin-top: 20px;
}
.officer-member-title-list-item {
  margin-left: 1em;
}
.officer-member-title-list-item::before {
  content: "・";
  display: inline;
  margin-left: -1em;
}
.officer-member-license {
  margin-top: 20px;
}

.facility__archive {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .facility__archive {
    padding: 0 60px;
  }
}
.facility__target {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .facility__target {
    font-size: 18px;
    text-align: center;
  }
}
.facility__catch {
  border: 1px solid #959595;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility__catch {
    font-size: 24px;
    margin-top: 40px;
    padding: 64px;
    text-align: center;
  }
}
.facility__strength-main-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list {
    gap: 60px;
    margin-top: 60px;
  }
}
.facility__strength-main-list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item {
    gap: 40px;
    max-width: 1920px;
  }
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item:nth-of-type(odd) {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.facility__strength-main-list-item__image {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item__image {
    max-width: 900px;
    width: 50%;
  }
}
.facility__strength-main-list-item__content {
  line-height: 1.8;
  padding: 0 4vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item__content {
    max-width: 600px;
    padding: 0;
    width: 50%;
  }
}
.facility__strength-main-list-item__content__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item__content__title {
    font-size: 24px;
  }
}
.facility__strength-main-list-item__content__text {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .facility__strength-main-list-item__content__text {
    margin-top: 20px;
  }
}
.facility__strength-sub-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .facility__strength-sub-list {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
  }
}
.facility__strength-sub-list-item {
  background-color: #ECEAD7;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .facility__strength-sub-list-item {
    align-items: center;
    display: flex;
    padding: 0;
  }
}
.facility__strength-sub-list-item__image {
  flex-shrink: 0;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility__strength-sub-list-item__image {
    margin-top: 0;
    width: 50%;
  }
}
.facility__strength-sub-list-item__content {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .facility__strength-sub-list-item__content {
    height: 100%;
    margin-top: 0;
    padding: 36px;
    width: 50%;
  }
}
.facility__strength-sub-list-item__content__title {
  font-weight: 700;
}
.facility__strength-sub-list-item__content__text {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .facility__strength-sub-list-item__content__text {
    font-size: 14px;
  }
}
.facility__strength-sub-list-item__content__text span {
  font-size: 12px;
}
.facility__service-lead {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .facility__service-lead {
    font-size: 20px;
    line-height: 1.8;
    margin: 60px 0;
    text-align: center;
  }
}
.facility__service-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .facility__service-list {
    gap: 30px;
    margin-top: 30px;
  }
}
.facility__service-list-item {
  background-color: #ECEAD7;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .facility__service-list-item {
    padding: 40px;
  }
}
.facility__service-list-item__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .facility__service-list-item__title {
    font-size: 24px;
  }
}
.facility__service-list-item__description {
  margin-top: 20px;
}
.facility__plan-lead {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .facility__plan-lead {
    margin-top: 60px;
  }
}
.facility__plan-price {
  background-color: white;
  border-radius: 99999px;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facility__plan-price {
    margin-top: 60px;
    padding: 20px;
  }
}
.facility__plan-price .price {
  color: #DE3506;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .facility__plan-price .price {
    font-size: 64px;
  }
}
.facility__plan-price .per {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .facility__plan-price .per {
    font-size: 36px;
  }
}
.facility__plan-price .note {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .facility__plan-price .note {
    font-size: 24px;
  }
}
.facility__plan-price__notice {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .facility__plan-price__notice {
    font-size: 14px;
  }
}
.facility__plan-detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .facility__plan-detail {
    margin-top: 60px;
  }
}
.facility__plan-detail__title {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .facility__plan-detail__title {
    font-size: 24px;
  }
}
.facility__plan-detail-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .facility__plan-detail-list {
    margin: 40px auto 0;
    width: 500px;
  }
}
.facility__plan-detail-list-item {
  border-bottom: 1px solid #D1D1D1;
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 10px;
}
.facility__plan-detail-list-item__title {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .facility__plan-detail-list-item__title {
    font-size: 14px;
  }
}
.facility__plan-detail__notice {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .facility__plan-detail__notice {
    font-size: 14px;
    margin: 30px auto 0;
    width: 500px;
  }
}
.facility__people-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .facility__people-list {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}
.facility__access {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .facility__access {
    align-items: center;
    gap: 60px;
    grid-template-columns: 60% 40%;
    margin-top: 60px;
  }
}
.facility__access-map {
  aspect-ratio: 16/9;
}
.facility__access-map iframe {
  height: 100%;
  width: 100%;
}
.facility__access-content__title {
  font-weight: 700;
}
.facility__access-content__text {
  margin-top: 20px;
}
.facility__access-content__text a {
  text-decoration: underline;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */