@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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 */
}

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

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

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

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

body, html {
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-bg);
}
body::after, html::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/img/noise.webp) repeat left top/250px 250px;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

small {
  font-size: 14px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}

.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px; /* ほぼゼロサイズ */
  height: 1px;
  padding: 0;
  margin: -1px; /* はみ出しを消す */
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* 折り返し防止 */
  border: 0;
}

/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-t {
  padding-top: 60px;
}

.container-b {
  padding-bottom: 60px;
}

.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*===================================================================
  アニメーション　GSAP
===================================================================*/
/*========================
    js-fadeUp
========================*/
.js-fadeUp {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(../img/mask.webp);
          mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

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

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*===================================================================
  color-mask
===================================================================*/
.color-mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.color-mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main);
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  z-index: 2;
  pointer-events: none;
}

.color-mask.active::after {
  -webkit-animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

/* アニメーション中に画像もフェードイン（オプション） */
.color-mask a,
.color-mask img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
  display: block;
  width: 100%;
  height: auto;
}

.color-mask.active a,
.color-mask.active img {
  opacity: 1;
}

@-webkit-keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  /*========================
    color
  ========================*/
  --color-black: #333;
  --color-main: #4774b9;
  --color-sub: #3e5d8c;
  --color-bg: #f7f9fc;
  --color-gray: #d3dbe8;
  --color-red: #ef5b63;
  /*========================
    font-family
  ========================*/
  --font-num: "Besley", serif;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-main);
  position: relative;
  margin-bottom: 30px;
}

/*===================================================================
    btn
===================================================================*/
.btn {
  width: 350px;
  height: 60px;
  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: var(--color-main);
  border-radius: 10px;
  margin: 0 auto;
}

.btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.btn-inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  margin-left: 15px;
  margin-top: 3px;
}

.btn--light {
  background-color: var(--color-bg);
}
.btn--light .btn-inner {
  color: var(--color-main);
}
.btn--light .btn-inner::after {
  border-left: 12px solid var(--color-main);
}

.btn--bottom {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .btn {
    width: 300px;
  }
}
/*===================================================================
    fukidashi
===================================================================*/
.fukidashi {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 0.4rem 1.3rem;
  background-color: var(--color-main);
  border-radius: 10rem;
  margin-bottom: 20px;
}
.fukidashi::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--color-main);
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fukidashi-inner {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.fukidashi--wh {
  background-color: #fff;
}
.fukidashi--wh::after {
  background-color: #fff;
}
.fukidashi--wh .fukidashi-inner {
  color: var(--color-main);
}

/*===================================================================
  header
===================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: var(--color-main);
}

.header-logo {
  background-color: var(--color-main);
  padding: 15px 40px 20px 15px;
  width: 150px;
  border-radius: 0 0 80px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.header-inner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .header-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*========================
  header-nav
========================*/
.header-nav {
  background-color: var(--color-main);
  color: #fff;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  height: 100dvh;
  padding: 60px 45px;
  position: absolute;
  top: 60px;
  left: -100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow-y: scroll;
}
.header-nav.active {
  left: 0;
}

.header-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-item {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-btn {
  background-color: #fff;
  color: var(--color-main);
  font-weight: 500;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 8px 8px 0 8px;
}
.header-btn img {
  width: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 800px) {
  header {
    height: 70px;
  }
  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-logo {
    padding: 15px 20px 15px 10px;
    width: 110px;
    border-radius: 0 0 40px 0;
  }
  .header-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*========================
  mobmenu-btn
========================*/
.mobmenu-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;
  width: 44px;
  height: 44px;
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  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;
  width: 100%;
  height: 100%;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  width: 24px;
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 18px;
}

.openbtn span:nth-of-type(3) {
  top: 26px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*===================================================================
  fix
===================================================================*/
.fix {
  position: fixed;
  bottom: 5px;
  right: 15px;
  z-index: 9;
}

.fix-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn--fix {
  width: 65px;
  height: 65px;
  padding-top: 14px;
  margin-right: 15px;
  border-radius: 100% 100% 0 100%;
  background-color: #00B900;
  color: #fff;
  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;
  font-weight: 500;
  position: relative;
  border: 2px solid #fff;
}
.btn--fix::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-chat.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.totop {
  width: 65px;
  height: 65px;
  padding-top: 10px;
  border-radius: 100% 100% 0 100%;
  background-color: var(--color-sub);
  color: #fff;
  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;
  font-weight: 500;
  position: relative;
  border: 2px solid #fff;
}
.totop::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-top: 0;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*===================================================================
  footer
===================================================================*/
footer {
  background-color: var(--color-main);
  color: #fff;
  padding-bottom: 60px;
}

.footer-heading {
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.footer-logo {
  width: 200px;
  margin: 0 auto 60px;
}

.copy-right {
  font-size: 14px;
  text-align: center;
}

/*===================================================================
  main
===================================================================*/
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*===================================================================
  main-contents
===================================================================*/
.main-contents {
  width: 100%;
  max-width: 480px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .main-contents {
    margin: 0 auto;
  }
}
/*===================================================================
mv
===================================================================*/
.mv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 60px;
  left: 0;
  margin-right: 60px;
  height: calc(100vh - 80px);
}

.mv-position {
  height: 100%;
  position: relative;
}

.mv-contents {
  position: absolute;
  bottom: 40px;
  left: 60px;
}

.mv-copy {
  font-size: var(--fs36);
  font-weight: 500;
  color: #fff;
}
.mv-copy span {
  background-color: var(--color-main);
  padding: 5px 20px;
  display: block;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
}
.mv-copy span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.mv-copy span.active::after {
  width: 0;
}

.sub-copy {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  color: var(--color-main);
  padding-left: 20px;
  -webkit-text-decoration: underline 1px var(--color-main);
          text-decoration: underline 1px var(--color-main);
  text-underline-offset: 2px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

@media screen and (max-width: 1200px) {
  .mv {
    position: static;
  }
}
@media screen and (max-width: 800px) {
  .mv {
    margin-right: 0;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .mv-contents {
    position: relative;
    left: 0;
    margin-top: -8px;
    z-index: 1;
  }
  .mv-copy {
    font-size: 20px;
  }
  .mv-copy span {
    padding: 3px 8px 2px 12px;
    border-radius: 0 8px 8px 0;
  }
  .sub-copy {
    margin-top: 20px;
  }
}
/*===================================================================
  main-heading
===================================================================*/
.main-heading {
  position: relative;
}
.main-heading::after {
  content: "";
  width: 160px;
  height: 166px;
  display: block;
  background-image: url(../img/logo-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}

.main-heading-copy {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-main);
  -webkit-text-decoration: underline 2px var(--color-main);
          text-decoration: underline 2px var(--color-main);
  text-underline-offset: 2px;
  margin-bottom: 20px;
}

.main-heading-text {
  margin-bottom: 30px;
}

.main-heading-img {
  position: relative;
  z-index: 1;
}

/*========================
  onayami
========================*/
.onayami .sec-tit::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 40px solid #4774b9;
  border-bottom: 0;
  margin: 20px auto 0;
}

.onayami-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.onayami-img {
  width: 110px;
  margin-right: 30px;
}
.onayami-img img {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}

.onayami-text {
  font-size: 18px;
  width: calc(100% - 140px);
}

/*========================
  feature
========================*/
.feature {
  position: relative;
  padding-top: 60px;
  padding-bottom: 500px;
}
.feature::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(344deg, #56C5EA 0%, #4D7BC2 107.29%);
}
.feature .inner {
  position: relative;
  z-index: 1;
}
.feature .sec-tit {
  color: #fff;
  margin-bottom: 60px;
}

.feature-wrap {
  position: relative;
  z-index: 1;
}

.feature-list:first-child .feature-img {
  margin-right: 30px;
}
.feature-list:nth-child(2) .feature-img {
  margin-left: 30px;
}

.feature-tit {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-top: 20px;
  margin-bottom: 10px;
}

.feature-text {
  color: #fff;
  margin-bottom: 60px;
}

/*========================
  reason
========================*/
.reason-heading {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
}

.reason {
  margin-top: -180px;
  position: relative;
  z-index: 2;
  font-family: "Besley", "Zen Maru Gothic", sans-serif;
}

.reason-irast {
  width: 70%;
  margin: 0 auto 20px;
}

.sec-tit--reason {
  color: var(--color-black);
  line-height: 1;
}
.sec-tit--reason span {
  display: inline-block;
  margin-left: 0px;
  margin-right: 8px;
  font-size: var(--fs64);
  color: var(--color-main);
  font-weight: 700;
}

.reason-list {
  margin-bottom: 60px;
}

.reason-img {
  margin-bottom: 20px;
}

.reason-tit-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.reason-number {
  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: var(--color-main);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 10px;
  font-weight: 500;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.reason-tit {
  font-size: 18px;
  font-weight: 500;
  width: calc(100% - 42px);
  line-height: 1.4;
}

.reason-lead {
  font-weight: 500;
  padding-left: 42px;
  margin-bottom: 10px;
}

/*========================
  menu
========================*/
.menu-img {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
}

.menu .sec-tit {
  margin-bottom: 10px;
}

.menu-list {
  margin-bottom: 30px;
}

.menu-tit {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-main);
  border-top: 1px solid #d9d9d9;
  padding-top: 8px;
  padding-bottom: 20px;
  position: relative;
}
.menu-tit::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #4D7BC2), color-stop(90.72%, #52C0E5)), #d9d9d9;
  background: linear-gradient(270deg, #4D7BC2 15%, #52C0E5 90.72%), #d9d9d9;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-tit.active::before {
  width: 100%;
}

/*========================
  greeting
========================*/
.greeting-facility-bg {
  position: relative;
}
.greeting-facility-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
}
.greeting-facility-bg .inner {
  position: relative;
  z-index: 4;
}

.greeting-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}

.greeting-text {
  line-height: 2;
  margin-bottom: 20px;
}

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

/*========================
  facility
========================*/
.facility-slide {
  position: relative;
  z-index: 4;
}
.facility-slide .slide-img {
  border-radius: 10px;
  overflow: hidden;
}
.facility-slide .splide__arrows {
  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;
  gap: 15px;
  margin-top: 20px;
}
.facility-slide .splide__arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--color-main);
  position: relative;
}
.facility-slide .splide__arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.facility-slide .splide__arrow.splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  left: 44%;
}

.slide-caption {
  background-color: rgba(71, 116, 185, 0.86);
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 0 10px 10px;
}

/*========================
  news
========================*/
.news-list {
  border-top: 1px solid var(--color-gray);
  padding-top: 15px;
  padding-bottom: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-list:hover {
  background-color: #fff;
}
.news-list::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icno-click.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 0;
  opacity: 0.8;
}
.news-list:last-child {
  border-bottom: 1px solid var(--color-gray);
}

.news-tit-wrap {
  width: 100%;
}

.news-time {
  font-weight: 500;
  width: 100px;
  padding-left: 8px;
}

.news-tit {
  width: calc(100% - 100px);
  padding-right: 40px;
  font-weight: 500;
}

.news-contents {
  padding-left: 10px;
  padding-right: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; /* スライドアニメーション */
}
.news-contents.is-open {
  padding-top: 20px;
}

.sns-wrap {
  position: relative;
  z-index: 4;
  margin-top: 40px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.sns-btn {
  width: 50%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-main);
  padding: 20px;
}
.sns-btn img {
  width: 60px;
  height: auto;
}

.sns-btn-inner {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sns-btn--note {
  background-color: var(--color-sub);
}
.sns-btn--note img {
  width: 50px;
}

/*========================
  time
========================*/
.time-wrap {
  margin-bottom: 20px;
}

.time-list {
  background-color: #fff;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-gray);
}
.time-list .red {
  color: var(--color-red);
}
.time-list:last-child .time-hour {
  font-size: 18px;
}

.time-day {
  width: 120px;
}

.time-hour {
  width: calc(100% - 120px);
  font-size: 24px;
  color: var(--color-main);
  line-height: 1.2;
}

.time-list--heading {
  background-color: var(--color-main);
  color: #fff;
}
.time-list--heading .time-hour {
  font-size: 16px;
  color: #fff;
}

.time-notice-wrap {
  margin-left: 10px;
}

.time-notice:first-child {
  color: var(--color-red);
  margin-bottom: 10px;
}

/*========================
  access
========================*/
.access-wrap {
  margin-bottom: 30px;
}

.access-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color-gray);
}
.access-list:first-child {
  border-top: 1px solid var(--color-gray);
}

.access-listL {
  width: 80px;
  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: var(--color-main);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 12px;
}

.access-listR {
  width: calc(100% - 100px);
  font-weight: 500;
}