@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/* ↑↑ reset.css ↑↑ */
* {
  box-sizing: border-box;
}

/* ------------------------------------------
  カラー
------------------------------------------ */
html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  html {
    font-size: 0.9708737864vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #231815;
  line-height: 1;
}
body .is-active {
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body .is-active {
    overflow: hidden;
    min-width: auto;
  }
}

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

dl, ul {
  list-style: none;
}

.u-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-box-shadow {
  box-shadow: 0 0 0.3rem rgba(145, 145, 145, 0.7);
}

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

.c-heading2 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  line-height: 5.5rem;
  background-color: #0e897f;
  border-top-right-radius: 1rem;
  padding: 0 1.8rem;
}

.c-heading3 {
  font-size: 2.2rem;
  color: #fff;
  line-height: 4rem;
  background: linear-gradient(90deg, rgb(164, 142, 86) 80%, rgb(231, 225, 194) 95%, rgba(253, 252, 229, 0) 100%);
  padding: 0 0.9rem;
  position: relative;
  z-index: 2;
}
.c-heading3:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.c-common-link {
  font-size: 1.8rem;
  color: #15847a;
  height: 4.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #e9f4ee;
  border: 0.1px solid #0e897f;
  border-radius: 0.5rem;
  transition: 0.3s;
  padding: 0 3.3rem;
}
.c-common-link:hover {
  background-color: #fff;
}

.c-tel-link {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-tel-link {
    pointer-events: all;
  }
}

/* ------------------------------------------
  レイアウト
------------------------------------------ */
.l-wrapper {
  background-color: #fefdef;
  position: relative;
  z-index: 11;
  margin-top: 67px;
}
@media screen and (max-width: 1029px) {
  .l-wrapper {
    margin-top: 6.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin-top: 1.3rem;
  }
}

.l-wrapper-bg {
  position: absolute;
  top: -119px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 1029px) {
  .l-wrapper-bg {
    top: -11.9rem;
    height: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper-bg {
    top: -5.9rem;
    height: 6rem;
  }
}
.l-wrapper-bg:before {
  content: "";
  background-image: url(../img/common/round_bg.svg);
  background-repeat: no-repeat;
  background-size: 3030px;
  background-position: top center;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1029px) {
  .l-wrapper-bg:before {
    background-size: 303rem;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper-bg:before {
    background-size: contain;
    background-image: url(../img/common/round_bg_sp.svg);
  }
}

.c-scroll {
  position: absolute;
  top: -7.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-scroll {
    transform: none;
    top: -4.5rem;
    left: 1.5rem;
  }
}
.c-scroll_text {
  width: 3.5rem;
}
.c-scroll_line {
  width: 1px;
  height: 5rem;
  background-color: #b5b5b6;
  position: relative;
  margin: auto;
}
.c-scroll_line:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #0e897f;
  border-radius: 50%;
  animation: scrollDown 2s infinite ease-out;
  will-change: transform, opacity;
}

@keyframes scrollDown {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 5rem);
    opacity: 0;
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 103rem;
  padding: 0 1.5rem 0;
  display: flex;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inner {
    flex-direction: column-reverse;
    padding-top: 3rem;
  }
}

.c-map {
  position: absolute;
  width: 126px;
  top: -140px;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 1244px) {
  .c-map {
    width: 12.6rem;
    top: -14rem;
  }
}
@media screen and (max-width: 767px) {
  .c-map {
    width: 10.8rem;
  }
}

.l-sidebar {
  width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    margin-bottom: 0;
    width: 100%;
    gap: 4rem;
  }
}

.l-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    flex: auto;
  }
}

/* ------------------------------------------
  ヘッダー（ハンバーガーメニュー）
------------------------------------------ */
.c-ham {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-ham {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .c-ham-btn {
    width: 5rem;
    height: 5rem;
    background-color: #0e897f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
  .c-ham-btn__icon {
    width: 3rem;
  }
  .c-ham-btn__icon img:last-child {
    display: none;
  }
  .c-ham-btn__text {
    width: 3.4rem;
  }
  .c-ham-btn__text img:last-child {
    width: 2.4rem;
    margin: auto;
    display: none;
  }
  .c-ham.is-active .c-ham-btn__icon img:first-child, .c-ham.is-active .c-ham-btn__text img:first-child {
    display: none;
  }
  .c-ham.is-active .c-ham-btn__icon img:last-child, .c-ham.is-active .c-ham-btn__text img:last-child {
    display: block;
  }
}
/* ------------------------------------------
  サイドバー
------------------------------------------ */
.c-sidebar-box {
  border-radius: 0 1rem 1rem 1rem;
  background-color: #fff;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sidebar-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 6.5rem 7rem;
    box-shadow: none;
    border-radius: 0;
  }
  .c-sidebar-box .c-heading2 {
    display: none;
  }
}

.c-sidebar__list {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-sidebar__list {
    padding: 0;
  }
}

.c-sidebar__list_item:not(:first-child) {
  border-top: 1px dashed #888988;
}

.c-sidebar__list_item_link {
  font-size: 1.8rem;
  color: #444;
  line-height: 6.5rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.c-sidebar__list_item_link:hover {
  color: #0e897f;
}
.c-sidebar__list_item_link:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.9rem;
  margin-right: 1rem;
  background-image: url(../img/common/icon_sidemenu_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-sidebar__poster {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-sidebar__poster {
    font-size: 2.2rem;
    height: 5.3rem;
  }
}

.c-sidebar__poster_icon {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-sidebar__poster_icon {
    width: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #js-fixed-menu {
    transition: 0.3s ease;
    pointer-events: none;
  }
  #js-fixed-menu.is-active {
    z-index: 500;
    opacity: 1;
    pointer-events: all;
  }
}
/* ------------------------------------------
  バナーエリア
------------------------------------------ */
.c-banner {
  margin-top: 3.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 4rem;
  }
}
.c-banner .l-inner {
  padding: 0 1.5rem 20rem;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-banner .l-inner {
    padding: 0 1.5rem 17rem;
    gap: 1.5rem 1.6rem;
    flex-direction: row;
  }
}
.c-banner_item {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 767px) {
  .c-banner_item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.c-banner_item img {
  width: 100%;
  outline: 1px solid #ddd;
}

/* ------------------------------------------
  フッター上部
------------------------------------------ */
.c-bottom__character {
  position: absolute;
  bottom: -1.3rem;
  left: 1.5rem;
  width: 30.9rem;
}
@media screen and (max-width: 767px) {
  .c-bottom__character {
    width: 25rem;
  }
}

.c-bottom__scroll {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: flex;
  gap: 1.5rem;
  cursor: pointer;
}

.c-bottom__scroll_text {
  width: 1.5rem;
}

.c-bottom__scroll_line {
  width: 1px;
  height: 6.35rem;
  background-color: #b5b5b6;
  position: relative;
}
.c-bottom__scroll_line:before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.9rem;
  height: 0.54rem;
  background-image: url(../img/common/page_top_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: scrollUp 2s infinite ease-out;
  will-change: transform, opacity;
}

@keyframes scrollUp {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -6rem);
    opacity: 0;
  }
}
/* ------------------------------------------
  フッター
------------------------------------------ */
.c-footer {
  background-color: #0e897f;
  height: 18.5rem;
  padding-top: 2rem;
}

.c-footer__text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.75;
  text-align: center;
}