@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
  --vw1700: 0.05882vw; /* 100 / 1700 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.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, dd {
  margin: 0;
  padding: 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;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}
html.is-active {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .c-header {
    margin-bottom: 5rem;
  }
}

.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--h2 .title {
  color: #272727;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 480px), print {
  .c-heading--h2 .title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-heading--h2 .title {
    font-size: min(60 * var(--vw1440), 60px);
    margin-bottom: min(15 * var(--vw1440), 15px);
  }
}
.c-heading--h2 .subtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .c-heading--h2 .subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-heading--h2 .subtitle {
    font-size: min(30 * var(--vw1440), 30px);
  }
}
.c-heading--detail {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 1em;
  display: block;
  color: #000000;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 5px solid #D9D9D9;
  padding: 0 0 0.4em 0;
}
.c-heading--detail::first-letter {
  color: #EB6112;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: min(36 * var(--vw1100), 36px);
    margin: 0 auto 1em;
    letter-spacing: 0.05em;
    border-bottom: 10px solid #D9D9D9;
  }
}
.c-heading--detail span {
  font-size: 1.4rem;
  display: block;
  padding: 0.4em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail span {
    display: inline-block;
    font-size: min(24 * var(--vw1100), 24px);
    padding: 0 0 0 1em;
  }
}
.c-heading--common {
  text-align: center;
}
.c-heading--common .en {
  display: block;
  color: #bbbbbb;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .en {
    letter-spacing: 0.02em;
    font-size: 1.6rem;
  }
}
.c-heading--common .jp {
  display: block;
  color: #FDFDFD;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .jp {
    letter-spacing: 0.1em;
    font-size: 3.6rem;
  }
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .u-text-body:not(:last-child) {
    margin-bottom: 2em;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #EB6112;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  background-color: #4E4E4E;
  padding: 1rem 3rem 1rem 1.6rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 10em;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    letter-spacing: 0.02em;
    font-size: 1.6rem;
    padding: 1rem 6rem 1rem 2rem;
  }
}
.c-link-button--ore {
  background-color: #EB6112;
}
@media (hover: hover) {
  .c-link-button--ore:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #303D53 !important;
  }
  .c-link-button--ore:where(:any-link, :enabled, summary):hover {
    background-color: #303D53 !important;
  }
}
.c-link-button::before {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button::before {
    width: 9px;
    height: 9px;
    right: 2rem;
  }
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EB6112;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EB6112;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}

/* テキストの色 */
.u-color-base {
  color: #EB6112;
}

.u-color-main {
  color: #EB6112;
}

.u-color-sub1 {
  color: #2DB200;
}

.u-color-gray {
  color: #898989;
}

.u-color-red {
  color: #E83D25;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

.u-mt {
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .u-mt {
    margin-top: 4rem;
  }
}

.u-mb {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .u-mb {
    margin-bottom: 4rem;
  }
}

.u-mb2 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .u-mb2 {
    margin-bottom: 6rem;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1100px), print {
  .u-px {
    padding: 0 2em;
  }
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* 注釈（※）用インデント */
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -81px;
  margin-bottom: 80px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: -131px;
    margin-bottom: 130px;
  }
}

/* flex1 */
.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list.list2 li {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .list.list2 li {
    line-height: 2.3;
  }
}
.list.list2 li::before {
  color: #EB6112;
}
@media screen and (min-width: 768px), print {
  .list.list2 li::before {
    top: 0.62em;
  }
}
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    padding: 0 0 0 1.5em;
  }
}
.list li::before {
  content: "●";
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #5E5E5E;
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .list li::before {
    top: 0.58em;
  }
}

@media screen and (max-width: 767.98px) {
  .c-gmapWrap {
    position: relative;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.c-youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtubeWrap iframe, .c-youtubeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.u-link-underline {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .u-link-underline:where(:-moz-any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .u-link-underline:where(:any-link, :enabled, summary):hover {
    color: #EB6112;
  }
}

.c-global-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1099.98px) {
  .c-global-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.c-global-contact__tel {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel {
    text-align: right;
    padding: 0 1.6em 0 0;
  }
}
.c-global-contact__tel .tel-link {
  display: inline-block;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel .tel-link {
    font-size: min(30 * var(--vw1440), 30px);
    color: #000000;
  }
}
.c-global-contact__tel .tel-link .tel-num {
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
}
.c-global-contact__tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/base/icon-tel_ore.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel .tel-link .tel-num::before {
    width: min(30 * var(--vw1440), 30px);
    height: min(30 * var(--vw1440), 30px);
  }
}
.c-global-contact__wrap {
  position: relative;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .c-global-contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.6rem;
  }
}
.c-global-contact__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5em;
  -webkit-transform: translateY(-76%);
          transform: translateY(-76%);
  width: 57px;
  height: 57px;
  background: url("../img/base/character2.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__wrap::before {
    width: min(57 * var(--vw1440), 57px);
    height: min(57 * var(--vw1440), 57px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-global-contact__wrap::before {
    display: none;
  }
}
.c-global-contact__button {
  width: 200px;
  height: 70px;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__button {
    width: min(188 * var(--vw1440), 188px);
  }
}
.c-global-contact__button:first-child {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__button:first-child {
    border-radius: 1rem 0 0 1rem;
  }
}
.c-global-contact__button:last-child {
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__button:last-child {
    border-radius: 0 1rem 1rem 0;
  }
}
.c-global-contact__link {
  display: block;
  width: 100%;
  height: 100%;
  place-content: center;
  color: #ffffff;
  text-align: center;
  line-height: 1.35;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .c-global-contact__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #303D53;
  }
  .c-global-contact__link:where(:any-link, :enabled, summary):hover {
    background-color: #303D53;
  }
}
.c-global-contact__link-web {
  background-color: #FA8040;
}
.c-global-contact__link-web .c-global-contact__link-text {
  padding: 0 0 0 3em;
}
.c-global-contact__link-web .c-global-contact__link-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
  height: 30px;
  background: url("../img/base/icon-web.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__link-web .c-global-contact__link-text::before {
    width: min(41 * var(--vw1440), 41px);
    height: min(30 * var(--vw1440), 30px);
  }
}
.c-global-contact__link-line {
  background-color: #2DB200;
}
.c-global-contact__link-line .c-global-contact__link-text {
  padding: 0 0 0 2em;
}
.c-global-contact__link-line .c-global-contact__link-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 40px;
  background: url("../img/base/icon-phone.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__link-line .c-global-contact__link-text::before {
    width: min(21 * var(--vw1440), 21px);
    height: min(40 * var(--vw1440), 40px);
  }
}
.c-global-contact__link-text {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__link-text {
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.c-global-contact__link-text span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__link-text span {
    font-size: min(14 * var(--vw1440), 14px);
  }
}
.c-global-contact__banner {
  text-align: center;
}
.c-global-contact__banner a {
  display: inline-block;
}
@media (hover: hover) {
  .c-global-contact__banner a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-global-contact__banner a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-global-contact__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
  margin-bottom: 0.9rem;
}
.c-global-contact__sns li {
  text-align: center;
}
.c-global-contact__sns li a {
  display: inline-block;
}
@media (hover: hover) {
  .c-global-contact__sns li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-global-contact__sns li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
    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: 100px;
    padding: 2rem 2rem;
    gap: min(55 * var(--vw1440), 55px);
    background: #2B2B2B;
    z-index: 1010;
  }
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed .l-header__logo {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1100px), print {
  .l-header.is-fixed .l-header__floating-time {
    top: 13rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .l-header.is-fixed .l-nav__side {
    bottom: 9.5rem;
  }
}
.l-header__logo {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo .sp_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__tel:hover {
    opacity: 0.8;
  }
  .l-header__tel span {
    display: none;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #303D53;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/cover;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__timetable {
    position: fixed;
    z-index: 1009;
    right: -521px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .l-header__timetable:hover {
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__timetable {
    display: none;
  }
}
.l-header__timetable .c-timetable {
  background-color: #ffffff;
}
.l-header__timetable .c-timetable thead th {
  background: #3F3F3F;
  border-color: #3F3F3F;
  color: #fff;
}
.l-header__timetable .c-timetable tbody th .time {
  color: #000000;
}
.l-header__timetable .c-timetable tbody td .open {
  background-color: #222121;
}
.l-header__timetable .c-timetable tbody th, .l-header__timetable .c-timetable tbody td {
  background-color: #fff;
  color: #000000;
}
.l-header__timetable-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #EB6112;
  padding: 1em;
  height: 290px;
  width: 521px;
}
.l-header__timetable-title {
  position: relative;
  display: block;
  text-align: center;
  place-content: center;
  width: 115px;
  height: 60px;
  color: #fff;
  background-color: #EB6112;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .l-header__timetable-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: 75px;
    height: 290px;
    font-size: 2.4rem;
    letter-spacing: 0.45em;
    border-radius: 1rem 0 0 1rem;
  }
}
@media (hover: hover) {
  .l-header__timetable-title:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #303D53;
  }
  .l-header__timetable-title:where(:any-link, :enabled, summary):hover {
    background-color: #303D53;
  }
}
.l-header__timetable-title span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1100px), print {
  .l-header__timetable-title span {
    padding-top: 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__timetable-title span {
    padding-left: 1.8em;
  }
}
.l-header__timetable-title span::before {
  content: "";
  position: absolute;
  background: url("../img/base/icon-time.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .l-header__timetable-title span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 28px;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__timetable-title span::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 20px;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__floating {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    z-index: 1009;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-time {
    display: none;
  }
}
.l-header__floating-time a {
  position: relative;
  display: block;
  text-align: center;
  place-content: center;
  width: 115px;
  height: 60px;
  color: #fff;
  background-color: #EB6112;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-time a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: 75px;
    height: 260px;
    font-size: 2.4rem;
    letter-spacing: 0.45em;
    border-radius: 1rem 0 0 1rem;
  }
}
@media (hover: hover) {
  .l-header__floating-time a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #303D53;
  }
  .l-header__floating-time a:where(:any-link, :enabled, summary):hover {
    background-color: #303D53;
  }
}
.l-header__floating-time a span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-time a span {
    padding-top: 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__floating-time a span {
    padding-left: 1.8em;
  }
}
.l-header__floating-time a span::before {
  content: "";
  position: absolute;
  background: url("../img/base/icon-time.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-time a span::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 28px;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__floating-time a span::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 20px;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-contact {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__floating-contact .c-global-contact__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .l-header__floating-contact .c-global-contact__button {
    width: 120px;
    height: 60px;
  }
  .l-header__floating-contact .c-global-contact__button:first-child {
    border-radius: 1rem 0 0 0;
  }
  .l-header__floating-contact .c-global-contact__button:last-child {
    border-radius: 0 1rem 0 0;
  }
  .l-header__floating-contact .c-global-contact__link-text {
    font-size: 1.6rem;
  }
  .l-header__floating-contact .c-global-contact__link-text span {
    font-size: 1.2rem;
  }
  .l-header__floating-contact .c-global-contact__link-web .c-global-contact__link-text::before {
    width: 26px;
    height: 18px;
  }
  .l-header__floating-contact .c-global-contact__link-web .c-global-contact__link-text {
    padding: 0 0 0 2.1em;
  }
  .l-header__floating-contact .c-global-contact__link-line .c-global-contact__link-text {
    padding: 0 0 0 1.6em;
  }
  .l-header__floating-contact .c-global-contact__link-line .c-global-contact__link-text::before {
    width: 15px;
    height: 28px;
  }
}

/* --------------------------------

  c-logo

-------------------------------- */
.c-logo {
  width: 150px;
}
@media screen and (min-width: 1100px), print {
  .c-logo {
    width: 56px;
  }
}
.c-logo img {
  height: auto;
}

/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .l-nav {
    position: relative;
    position: fixed;
    left: -250px;
    top: 0;
    display: block;
    width: 250px;
    height: 100%;
    padding: 0;
    z-index: 1011;
  }
  .is-active .l-nav {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.l-nav__container {
  position: relative;
  display: none;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: min(60 * var(--vw1440), 60px);
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #2B2B2B;
    padding: 0 0 2rem 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__side {
    padding-top: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__side {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 1010;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.8);
    padding: min(22 * var(--vw1440), 22px);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__logo {
    text-align: center;
    padding: 0 0 1.6rem 0;
  }
}
.l-nav__logo img {
  width: 71px;
  height: auto;
}

/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #000;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-nav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    margin-right: min(25 * var(--vw1440), 25px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item a.c-nav__link::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #EB6112;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #EB6112;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    border: none;
    padding: 0;
    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;
    height: 80px;
    padding-bottom: 1.5rem;
    font-size: min(18 * var(--vw1440), 18px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 2rem;
    color: #fff;
    background: #2B2B2B;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    height: 60px;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #EB6112;
  }
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    width: 200px;
    z-index: -1;
    opacity: 0;
    padding: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
.c-nav__submenu--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: -80px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-radius: 10em;
    background-color: #fff;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10em;
    background-color: #fff;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #EB6112;
    border-left: 2px solid #EB6112;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #EB6112;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #EB6112;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #EB6112;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #EB6112;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    background-color: #EB6112;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::before {
    background-color: transparent;
  }
}
.c-nav__submenu.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu.is-active {
    opacity: 1;
  }
}
.c-nav__submenu-inner {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-inner {
    padding: 0.5rem;
    background-color: #ffffff;
  }
}
.c-nav__submenu-list li {
  display: block;
}
.c-nav__submenu-list li:not(:last-child) a {
  border-bottom: 1px solid #fff;
}
.c-nav__submenu-link {
  position: relative;
  display: block;
  text-align: center;
  background-color: #EB6112;
  padding: 1em 0.5em;
  color: #ffffff;
  font-size: 1.6rem;
  list-style: 1.2;
  font-weight: 400;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.c-nav__submenu-link span {
  display: block;
  font-size: 1rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link span {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .c-nav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000;
    color: #ffffff;
  }
  .c-nav__submenu-link:where(:any-link, :enabled, summary):hover {
    background-color: #000;
    color: #ffffff;
  }
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: absolute;
  background-color: #EB6112;
  left: 250px;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button .c-nav__button-icon {
  width: 30px;
  background-color: transparent;
}
.is-active .c-nav__button .c-nav__button-icon::before, .is-active .c-nav__button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.is-active .c-nav__button .c-nav__button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-active .c-nav__button .c-nav__button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-active .c-nav__button::after {
  content: "CLOSE";
  color: #ffffff;
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #000000;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 400;
  font-size: 1.1rem;
  color: #000000;
  text-align: center;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  z-index: 1010;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.3;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .l-footer {
    padding-bottom: 6rem;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 320px;
}
@media screen and (min-width: 768px), print {
  .l-footer__map iframe {
    height: 600px;
  }
}
.l-footer__inner {
  background: #2B2B2B;
  padding: 4rem 1em;
}
@media screen and (min-width: 1280px), print {
  .l-footer__inner {
    padding: 6rem 2em;
  }
}
.l-footer__container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px), print {
  .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1279.98px) {
  .l-footer__main {
    border-bottom: 1px dashed #ffffff;
    padding: 0 0 3rem 0;
    margin: 0 0 3rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer__main {
    padding: 0 6rem 0 0;
    margin: 0 6rem 0 0;
    border-right: 1px dashed #ffffff;
  }
}
.l-footer__logo {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1280px), print {
  .l-footer__logo {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .l-footer__logo {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 3rem;
  }
}
.l-footer__timetable {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1279.98px) {
  .l-footer__timetable {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__timetable {
    max-width: 300px;
  }
}
.l-footer__add {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1280px), print {
  .l-footer__add {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .l-footer__add {
    text-align: center;
  }
}
.l-footer__contact {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}
@media screen and (min-width: 1280px), print {
  .l-footer__contact {
    margin-top: 4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__contact .c-global-contact__wrap::before {
  display: none;
}
.l-footer__contact .c-global-contact__wrap {
  margin: 0;
}
@media screen and (min-width: 1280px), print {
  .l-footer__side {
    padding: 4rem 0 0 0;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 1279.98px) {
  .l-footer__nav {
    max-width: 500px;
    margin: 0 auto;
    gap: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0.5rem;
    max-width: 300px;
  }
}
.l-footer__nav-block {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav-block {
    gap: 3rem;
  }
}
.l-footer__nav-title {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 1280px), print {
  .l-footer__nav-title {
    font-size: 1.6rem;
  }
}
.l-footer__nav-list.subnav {
  padding: 0 0 0 0.6em;
}
.l-footer__nav-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.l-footer__nav-list li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 300;
  padding: 0 0 0 1.3em;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .l-footer__nav-list li a:where(:any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .l-footer__nav-list li a:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #EB6112;
  }
  .l-footer__nav-list li a:where(:any-link, :enabled, summary):hover::before {
    border-color: #EB6112;
  }
}
.l-footer__nav-list li a::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1280px), print {
  .l-footer__nav-list li a::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer__nav-list li a {
    font-size: 1.6rem;
  }
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .l-footer__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__tel .tel-link {
  display: inline-block;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1280px), print {
  .l-footer__tel .tel-link {
    font-size: 3rem;
  }
}
.l-footer__tel .tel-link .tel-num {
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
}
.l-footer__tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/base/icon-tel_ore.svg") no-repeat center/contain;
}
@media screen and (min-width: 1280px), print {
  .l-footer__tel .tel-link .tel-num::before {
    width: 30px;
    height: 30px;
  }
}
.l-footer__sns {
  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: 1.7rem;
}
.l-footer__sns li {
  text-align: center;
}
.l-footer__sns li a {
  display: inline-block;
}
@media (hover: hover) {
  .l-footer__sns li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer__sns li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.c-footer__copy {
  height: 6rem;
  text-align: center;
  place-content: center;
  padding: 0 1em;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy {
    height: 8rem;
  }
}
.c-footer__copy small {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    left: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    left: 15px;
    bottom: 10px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem;
  background-color: #EB6112;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (hover: hover) {
  .c-footer__pagetop a:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #303D53;
  }
  .c-footer__pagetop a:where(:any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #303D53;
  }
  .c-footer__pagetop a:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .c-footer__pagetop a:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* --------------------------------

  スライダー

-------------------------------- */
.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.swiper-container.carousel-swiper {
  overflow: visible;
}
.mv-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px), print {
  .mv-swiper .swiper-slide {
    height: 100%;
  }
}
.swiper-catch {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: min(45 * var(--vw768), 45px);
  line-height: 1.4;
  color: #272727;
  padding: min(35 * var(--vw768), 35px) min(35 * var(--vw768), 35px) min(32 * var(--vw768), 32px) min(35 * var(--vw768), 35px);
  margin-bottom: min(25 * var(--vw375), 25px);
  border-bottom: 3px solid #EB6112;
}
@media screen and (min-width: 480px), print {
  .swiper-catch {
    margin-bottom: min(40 * var(--vw768), 40px);
  }
}
@media screen and (min-width: 768px), print {
  .swiper-catch {
    font-size: min(48 * var(--vw1700), 48px);
    letter-spacing: 0.05em;
    margin-bottom: min(28 * var(--vw1600), 28px);
    padding: 0 0 min(28 * var(--vw1600), 28px) min(52 * var(--vw1600), 52px);
  }
}
.swiper-catch span {
  font-size: min(33 * var(--vw768), 33px);
}
@media screen and (min-width: 768px), print {
  .swiper-catch span {
    font-size: min(36 * var(--vw1700), 36px);
  }
}
.swiper-body {
  padding: 0 min(35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .swiper-body {
    padding: 0 0 0 min(52 * var(--vw1600), 52px);
  }
}
.swiper-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-feature-item {
  display: inline-block;
  font-size: min(12 * var(--vw375), 12px);
  font-weight: 700;
  line-height: 1.4;
  border-radius: 0.5rem;
  background-color: #EB6112;
  color: #fff;
  padding: min(12 * var(--vw375), 12px) min(14 * var(--vw375), 14px);
}
@media screen and (min-width: 480px), print {
  .swiper-feature-item {
    font-size: min(18 * var(--vw768), 18px);
    padding: min(15 * var(--vw768), 15px) min(20 * var(--vw768), 20px);
  }
}
@media screen and (min-width: 768px), print {
  .swiper-feature-item {
    font-size: min(16 * var(--vw1700), 16px);
    padding: min(12 * var(--vw1600), 12px) min(20 * var(--vw1600), 20px);
  }
}
.swiper-feature-item:not(:last-child) {
  margin-bottom: min(16 * var(--vw768), 16px);
}
@media screen and (min-width: 768px), print {
  .swiper-feature-item:not(:last-child) {
    margin-bottom: min(12 * var(--vw1600), 12px);
  }
}
.swiper-lead {
  position: relative;
  display: block;
  line-height: 1.66;
  color: #272727;
  font-weight: 700;
  font-size: min(12 * var(--vw375), 12px);
  padding: 0 0 0 5em;
  margin-bottom: min(25 * var(--vw375), 25px);
}
.swiper-lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(48 * var(--vw375), 48px);
  height: min(50 * var(--vw375), 50px);
  background: url("../img/base/character1.png") no-repeat center/contain;
}
@media screen and (min-width: 480px), print {
  .swiper-lead::before {
    width: min(70 * var(--vw768), 70px);
    height: min(78 * var(--vw768), 78px);
  }
}
@media screen and (min-width: 768px), print {
  .swiper-lead::before {
    width: min(70 * var(--vw1600), 70px);
    height: min(78 * var(--vw1600), 78px);
  }
}
@media screen and (min-width: 480px), print {
  .swiper-lead {
    font-size: min(18 * var(--vw768), 18px);
    margin-bottom: min(40 * var(--vw768), 40px);
  }
}
@media screen and (min-width: 768px), print {
  .swiper-lead {
    font-size: min(17 * var(--vw1600), 17px);
    margin-bottom: min(28 * var(--vw1600), 28px);
  }
}
@media screen and (min-width: 768px), print {
  .swiper-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 50%;
    padding: min(240 * var(--vw1600), 240px) 0 0 0;
  }
}
.swiper-img {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .swiper-img {
    width: 60%;
  }
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 66%;
}
@media screen and (min-width: 768px), print {
  .swiper-img::before {
    padding-top: min(830 * var(--vw1600), 830px);
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 0;
}
.swiper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-pagination {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 0 2rem 2rem;
  width: auto !important;
  z-index: 101;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination {
    padding: 0 0 min(40 * var(--vw1100), 40px) min(40 * var(--vw1100), 40px);
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #000000;
  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: 30px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  margin: 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: min(55 * var(--vw1100), 55px);
    height: min(8 * var(--vw1100), 8px);
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 8px 0 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 10px 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF2727;
}

.swiper-controller {
  max-width: 1240px;
  margin: 0 auto;
  position: absolute;
  top: 46%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.swiper-button-prev {
  width: 32px;
  height: 32px;
  place-content: center;
  border-radius: 100%;
  background-color: #fff;
  left: -0.5rem;
  padding: 0 0.2rem 0 0;
}
@media screen and (min-width: 480px), print {
  .swiper-button-prev {
    left: -1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-button-prev {
    width: 44px;
    height: 44px;
    padding: 0 0.3rem 0 0;
    left: -2.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .swiper-button-prev {
    left: -7rem;
  }
}
.swiper-button-prev:hover::after {
  color: #EB6112;
}
.swiper-button-prev::after {
  color: #aaaaaa;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .swiper-button-prev::after {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .swiper-button-prev::after {
    color: #aaaaaa;
  }
}
.swiper-button-next {
  width: 32px;
  height: 32px;
  place-content: center;
  border-radius: 100%;
  background-color: #fff;
  right: -0.5rem;
  padding: 0 0 0 0.2rem;
}
@media screen and (min-width: 480px), print {
  .swiper-button-next {
    right: -1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-button-next {
    width: 44px;
    height: 44px;
    padding: 0 0 0 0.3rem;
    right: -2.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .swiper-button-next {
    right: -7rem;
  }
}
.swiper-button-next:hover::after {
  color: #EB6112;
}
.swiper-button-next::after {
  color: #aaaaaa;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .swiper-button-next::after {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .swiper-button-next::after {
    color: #aaaaaa;
  }
}

.swiper-thumb-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1240px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 479.98px) {
  .swiper-thumb-container {
    margin: 0 -1em;
    width: auto;
  }
}
.swiper-thumb-container .swiper-slide {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-thumb-container .swiper-slide:hover {
  opacity: 0.8;
}

.swiper-thumb-list {
  position: relative;
}
.swiper-thumb-action a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-thumb-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.swiper-thumb-image img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 480px), print {
  .swiper-thumb-image img {
    height: min(266 * var(--vw1100), 266px);
  }
}
.swiper-thumb-title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 480px), print {
  .swiper-thumb-title {
    font-size: min(18 * var(--vw1100), 18px);
  }
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-logo {
  text-align: center;
  place-content: center;
  padding: 1em;
  height: 200px;
  background: url("../img/base/page-title.jpg") no-repeat bottom/cover;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .c-page-logo {
    height: 285px;
    margin: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-page-logo__image {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479.98px) {
  .c-page-logo__image {
    max-width: 280px;
    margin: 0 auto;
  }
}

.c-page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    padding: 10rem 2em 0 2em;
  }
}
.c-page-title__name {
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 8rem 0 0 0;
  text-align: center;
}
.c-page-title__name::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 70px;
  background: url("../img/base/character8.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name::before {
    width: min(124 * var(--vw1100), 124px);
    height: min(127 * var(--vw1100), 127px);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .c-page-title__name::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px), print {
  .c-page-title__name {
    text-align: left;
    padding: 0 0 0 min(150 * var(--vw1100), 150px);
  }
}
.c-page-title__name .en {
  display: block;
  color: #EB6112;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name .en {
    font-size: min(24 * var(--vw1100), 24px);
  }
}
.c-page-title__name .jp {
  display: block;
  color: #272727;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name .jp {
    font-size: min(60 * var(--vw1100), 60px);
    margin-bottom: min(20 * var(--vw1100), 20px);
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.js-anime.fadein-anime.delay_01 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-anime.fadein-anime.delay_02 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-anime.fadein-anime.delay_03 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-anime.is-active.fadein-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active .anime-wrap {
  opacity: 1;
}
.js-anime.is-active .anime-inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #EB6112;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #EB6112;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
}
.form-table th {
  vertical-align: middle;
  width: 16em;
  padding: 2rem 0 2rem 2rem;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: block;
    width: auto;
    padding: 1.5rem 0;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0 0 1.5rem;
  }
}

.form-control, .form-select {
  padding: 1rem 1.5rem;
  font-size: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: #999;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-control, .form-select {
    padding: 1.75rem 1.5rem;
  }
}
.form-control:hover, .form-control:active, .form-control:focus, .form-select:hover, .form-select:active, .form-select:focus {
  outline: none;
  text-decoration: none;
}
.form-control:active, .form-control:focus, .form-select:active, .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #303D53;
  background-color: #fff;
}
.form-control-sm {
  width: 10em;
}
.form-control:-moz-read-only {
  background-color: #fff;
}
.form-control:disabled, .form-control:read-only {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-select {
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 7rem;
}
.form-select::-ms-expand {
  display: none;
}
.form-select-wrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-select-wrap {
    max-width: 42rem;
    min-width: 42rem;
  }
}
.form-select-arrow {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .form-select-arrow {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 10em;
  max-height: 10em;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .form-textarea {
    height: 18em;
    max-height: 18em;
    padding: 1.75rem 1.5rem 0;
  }
}
.form-textarea-sm {
  height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea-sm {
    height: 4em;
  }
}
.form-textarea.form-control {
  min-height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea.form-control {
    min-height: 4em;
  }
}
.form-icon {
  float: left;
  display: block;
  width: 6.2rem;
  margin: -0.1rem 1.5rem 0 0;
  padding: 0.5rem 0 0.75rem;
  line-height: 1em;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10em;
  border: 1px solid currentColor;
}
@media screen and (min-width: 1100px), print {
  .form-icon {
    font-size: 1.6rem;
  }
}
.form-icon::before {
  content: attr(data-label);
}
.form-icon-required {
  color: #c00;
}
.form-icon-free {
  color: #999;
}
@media screen and (min-width: 768px), print {
  .form-icon-free {
    color: transparent;
  }
}
.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0.75rem 3rem 0.75rem 0;
  cursor: pointer;
}
.form-check-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-icon {
    width: 32px;
    height: 32px;
  }
}
.form-check-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.form-check-radio {
  border-radius: 100%;
}
.form-check-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-radio::before {
    width: 22px;
    height: 22px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=checkbox]:checked + .form-check-icon {
  border-color: #303D53;
  background-color: #303D53;
}
.form-check-input[type=checkbox]:checked + .form-check-icon::before {
  border-color: #fff;
}
.form-check-input[type=radio]:checked + .form-check-icon::before {
  background-color: #303D53;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon, .form-check-input[type=radio].validate-error + .form-check-icon {
  border-color: #FF2727;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin: 4rem -0.5rem -0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .form-buttons {
    margin-top: 5rem;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  position: relative;
  padding: 1.8rem 3rem;
  line-height: 1.2;
  font-family: "Sawarabi Mincho", serif;
  font-size: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: 2px solid currentColor;
  background: transparent;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .form-button {
    padding: 2rem 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border-width: 3px;
  }
}
.form-button:hover {
  text-decoration: none;
}
.form-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.1rem 2rem 0 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px), print {
  .form-button::before {
    width: 10px;
    height: 10px;
  }
}
.form-button-send {
  color: #EB6112;
  border-color: #9D56BC;
}
.form-button-send:disabled {
  color: #999;
  border-color: #ccc;
  background-color: #f5f5f5;
}
.form-button-send:not(:disabled):hover {
  color: #fff;
  background-color: #EB6112;
}
.form-button-back {
  color: #333;
}
.form-button-back:hover {
  color: #fff;
  border-color: #999;
  background-color: #999;
}
.job-section {
  padding: 2.5em 1em 2.5em 1em !important;
}
@media screen and (min-width: 1100px), print {
  .job-section {
    padding: 5em 2em 5em 2em !important;
  }
}

.privacy-check-agree {
  margin-top: 3rem;
}

:root {
  --myhp-color1: #ccc;
  --myhp-color2: #f7f8f9;
  --myhp-grid: 8px;
  --myhp-white: #fff;
  --myhp-black: #4f4e69;
  --myhp-blue: #FA8B13;
  --myhp-red: #ff5c76;
  --myhp-focus: #edf1fe;
  --myhp-placeholder: #b2b7d2;
  --myhp-error: #ffebee;
  --myhp-border: #e1e2eb;
  --myhp-background: #f5f5fb;
  --myhp-transition: 0.3s;
}

/* 新メールフォーム テンプレ */
.myhp-form__items {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .myhp-form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #F5F5F5;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .myhp-form__items:first-of-type {
    border-top: 1px solid #F5F5F5;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__items:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.myhp-form__title {
  position: relative;
  display: block;
  padding: 1rem 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__title {
    width: 16em;
    padding: 1.8rem 0 1.8rem 7.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__title {
    border-bottom: 1px solid #EB6112;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.myhp-form__required {
  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;
  text-align: center;
  width: 5rem;
  height: 2.5rem;
  border-radius: 10em;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  background-color: #FA8B13;
  border: 1px solid #fff;
  margin: 0 1rem 0 0;
  padding: 0.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__required {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.2rem;
    height: 3rem;
    font-size: 1.6rem;
    margin: 0 1.5rem 0 0;
  }
}
.myhp-form__label {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.myhp-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .myhp-form__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.myhp-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.8rem 0 0;
  padding: 0.3em 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio {
    margin: 0 -2rem 0 0;
  }
}
.myhp-form__radio-col {
  padding: 0 1.8rem 0 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-col {
    padding: 0 2rem 0 0;
  }
}
.myhp-form__radio-input {
  display: none;
}
.myhp-form__radio-input:checked + .myhp-form__radio-button::after {
  opacity: 1;
}
.myhp-form__radio-button {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.7em 0 0.7em 2.8em;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button {
    font-size: 1.8rem;
    padding: 0.7em 0 0.7em 2.8em;
  }
}
.myhp-form__radio-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button::before {
    width: 4rem;
    height: 4rem;
  }
}
.myhp-form__radio-button::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background-color: #EB6112;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button::after {
    width: 2.4rem;
    height: 2.4rem;
    left: 0.8rem;
  }
}
.myhp-form__select {
  position: relative;
  max-width: 300px;
}
.myhp-form__select::before {
  content: "";
  position: absolute;
  right: 2.3rem;
  top: 2.3rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .myhp-form__select {
    max-width: 300px;
  }
}
.myhp-form__select-input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  padding: 1rem 5rem 1rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px), print {
  .myhp-form__select-input {
    padding: 1.75rem 5rem 1.75rem 1.5rem;
  }
}
.myhp-form__select-input:hover, .myhp-form__select-input:active, .myhp-form__select-input:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__select-input:active, .myhp-form__select-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #303D53;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .myhp-form__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.myhp-form__name-col:first-child {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__name-col:first-child {
    margin: 0 2rem 0 0;
  }
}
.myhp-form__textfield {
  display: block;
  width: 100%;
  height: 60px;
  padding: 1.75rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.myhp-form__textfield:hover, .myhp-form__textfield:active, .myhp-form__textfield:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__textfield:active, .myhp-form__textfield:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #303D53;
  background-color: #fff;
}
.myhp-form__mail-row:first-child {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__mail-row:first-child {
    margin: 0 0 1.5rem 0;
  }
}
.myhp-form__mail-title {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__mail-title {
    font-size: 1.4rem;
  }
}
.myhp-form__textarea {
  height: 18em;
  max-height: 18em;
  min-height: 4em;
  padding: 1.75rem 1.5rem 0;
  display: block;
  width: 100%;
  padding: 1.75rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.myhp-form__textarea:hover, .myhp-form__textarea:active, .myhp-form__textarea:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__textarea:active, .myhp-form__textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #303D53;
  background-color: #fff;
}
.myhp-form__privacypolicy {
  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;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__privacypolicy {
    margin: 40px 0 0 0;
  }
}
.myhp-form__privacypolicy-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.myhp-form__privacypolicy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.myhp-form__privacypolicy-input:checked + .myhp-form__privacypolicy-button:before {
  background: url(../img/base/aikon-check.svg) no-repeat center var(--myhp-blue);
  background-size: cover;
  border-color: var(--myhp-blue);
}
.myhp-form__privacypolicy-button {
  cursor: pointer;
}
.myhp-form__privacypolicy-button:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem 0 0;
  background: var(--myhp-background);
  border-radius: 0;
  border: 1px solid var(--myhp-border);
  -webkit-transition: var(--myhp-transition);
  transition: var(--myhp-transition);
}
@media screen and (min-width: 768px), print {
  .myhp-form__privacypolicy-button:before {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
}
.myhp-form__privacypolicy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__privacypolicy-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.myhp-form__privacypolicy-link {
  color: var(--myhp-blue);
}
.myhp-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.5rem;
  }
}
.myhp-form__button-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #EB6112;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-back {
    font-size: 1.6rem;
  }
}
.myhp-form__button-back:hover {
  text-decoration: none;
  color: #fff;
  background-color: #303D53;
}
.myhp-form__button-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #EB6112;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-submit {
    font-size: 1.6rem;
  }
}
.myhp-form__button-submit:hover {
  text-decoration: none;
  color: #fff;
  background-color: #303D53;
}
.myhp-form__button-item:first-child {
  margin: 0 1.6rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__button-item:first-child {
    margin: 0 0 1.5rem 0;
  }
}
.myhp-form__button-confirm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #EB6112;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-confirm {
    font-size: 1.6rem;
  }
}
.myhp-form__button-confirm:hover {
  text-decoration: none;
}
.myhp-form__button-confirm:not(:disabled):hover {
  color: #fff;
  background-color: #303D53;
}
.myhp-form__confirm .g-recaptcha {
  margin-top: 3rem !important;
}
.myhp-form__confirm .myhp-form__title {
  padding: 0 2rem;
  width: 13em;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__title {
    padding: 1rem 0 1.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__label {
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__content {
    padding: 0 0 0 0.5rem;
  }
}
.myhp-form__confirm .myhp-form__label, .myhp-form__confirm .myhp-form__content {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__confirm .myhp-form__label, .myhp-form__confirm .myhp-form__content {
    font-size: 1.6rem;
  }
}
.myhp-form__note {
  line-height: 2;
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__note {
    font-size: 1.4rem;
    padding: 0 0 0 18.4em;
  }
}
.myhp-form__error {
  line-height: 2;
  display: block;
  width: 100%;
  color: #c00;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__error {
    font-size: 1.4rem;
    padding: 0 0 0 18.4em;
  }
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 280px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  カレンダー

-------------------------------- */
.c-timetable {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-timetable-list li {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.35;
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .c-timetable-list li {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
.c-timetable thead th {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.8em 0.5em;
  text-align: center;
  font-weight: 400;
  border: 1px solid #EB6112;
  background-color: #EB6112;
}
@media screen and (min-width: 768px), print {
  .c-timetable thead th {
    font-size: 1.8rem;
    padding: 1em 1em;
  }
}
.c-timetable thead th.first {
  text-align: left;
}
.c-timetable tbody tr:first-child th, .c-timetable tbody tr:first-child td {
  border-top: none;
}
.c-timetable tbody th, .c-timetable tbody td {
  vertical-align: middle;
  line-height: 1.2;
  color: #000000;
  font-weight: 300;
  border: 1px solid #ffffff;
  padding: 0.8em 0.5em;
}
@media screen and (min-width: 768px), print {
  .c-timetable tbody th, .c-timetable tbody td {
    padding: 1em 1em;
  }
}
.c-timetable tbody th {
  text-align: left;
}
.c-timetable tbody th .time {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px), print {
  .c-timetable tbody th .time {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
}
.c-timetable tbody th .label {
  display: inline-block;
  font-size: 1rem;
  background: #FA884C;
  border-radius: 0.5rem;
  padding: 0.3em 0.8em;
}
@media screen and (min-width: 768px), print {
  .c-timetable tbody th .label {
    font-size: 1.2rem;
  }
}
.c-timetable tbody td {
  text-align: center;
}
.c-timetable tbody td .open {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .c-timetable tbody td .open {
    width: 15px;
    height: 15px;
  }
}
.c-timetable tbody td .close {
  display: block;
  width: 10px;
  height: 2px;
  margin: 0 auto;
  background-color: #D7D7D7;
}
@media screen and (min-width: 768px), print {
  .c-timetable tbody td .close {
    width: 15px;
    height: 5px;
  }
}
.c-timetable tbody td .text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .top-hero {
    margin: 0;
  }
}
.top-hero__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 899;
}
@media screen and (min-width: 768px), print {
  .top-hero__logo {
    padding: min(45 * var(--vw1600), 45px) 0 0 min(60 * var(--vw1600), 60px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-hero__logo {
    display: none;
  }
}
.top-hero__logo img {
  width: min(485 * var(--vw1600), 485px);
  height: auto;
}

/* 最新情報 */
.top-news {
  position: relative;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: 12rem 2em;
  }
}
.top-news__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1100px), print {
  .top-news__container {
    gap: min(100 * var(--vw1600), 100px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__action {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__header {
    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;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__content {
    width: 100%;
  }
}

/* 圧倒的な信頼と実績 */
.top-about {
  position: relative;
  background-color: #ffffff;
  padding: 0 1em;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-about {
    padding: 0 2em;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  background: url("../img/top/bg-logo.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .top-about::before {
    width: min(784 * var(--vw1600), 784px);
    height: min(909 * var(--vw1600), 909px);
    left: min(68 * var(--vw1600), 68px);
    top: min(10 * var(--vw1600), -10px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about::before {
    width: min(700 * var(--vw768), 700px);
    height: min(850 * var(--vw768), 850px);
    bottom: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
    left: min(40 * var(--vw768), 40px);
  }
}
.top-about__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .top-about__inner {
    max-width: 590px;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about__image {
    text-align: center;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__image {
    position: absolute;
    right: 5rem;
    top: 0;
    width: 39%;
  }
}
.top-about__header {
  position: relative;
  margin-bottom: 3rem;
  padding: 0 0 0 6.5rem;
}
@media screen and (min-width: 480px), print {
  .top-about__header {
    padding: 0 0 0 8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__header {
    padding: 0 0 0 min(150 * var(--vw1600), 150px);
  }
}
.top-about__header .c-heading--h2 .title {
  font-size: 2.4rem;
}
@media screen and (min-width: 480px), print {
  .top-about__header .c-heading--h2 .title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__header .c-heading--h2 .title {
    font-size: min(60 * var(--vw1600), 60px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about__header .c-heading--h2 .title {
    margin-bottom: 0.7rem;
  }
}
.top-about__header .c-heading--h2 .subtitle {
  font-size: 1.6rem;
}
@media screen and (min-width: 480px), print {
  .top-about__header .c-heading--h2 .subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__header .c-heading--h2 .subtitle {
    font-size: min(30 * var(--vw1600), 30px);
  }
}
.top-about__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 50px;
  height: 50px;
  background: url("../img/base/character3.png") no-repeat center/contain;
}
@media screen and (min-width: 480px), print {
  .top-about__header::before {
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__header::before {
    width: min(124 * var(--vw1600), 124px);
    height: min(127 * var(--vw1600), 127px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__header {
    margin-bottom: min(70 * var(--vw1600), 70px);
  }
}
.top-about__buttons {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  max-width: 410px;
}
@media screen and (min-width: 1100px), print {
  .top-about__buttons {
    margin-top: min(50 * var(--vw1600), 50px);
    gap: min(30 * var(--vw1600), 30px) min(12 * var(--vw1600), 12px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__main {
    max-width: min(750 * var(--vw1600), 750px);
    padding: min(40 * var(--vw1600), 40px) 0 0 0;
  }
}
.top-about__text {
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .top-about__text {
    font-size: min(16 * var(--vw1600), 16px);
  }
}
.top-about__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-about__text p:not(:last-child) {
    margin-bottom: min(18 * var(--vw1600), 18px);
  }
}

/* 当院が選ばれる5つの理由 */
.top-reason {
  padding: 6rem 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .top-reason {
    padding: 10rem 2em 0 2em;
  }
}
.top-reason__header {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: min(110 * var(--vw1100), 110px);
}
@media screen and (min-width: 1100px), print {
  .top-reason__header {
    margin-bottom: min(140 * var(--vw1600), 140px);
  }
}
.top-reason__inner {
  position: relative;
  background-color: #EE9E70;
  padding: 4rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .top-reason__inner {
    padding: min(70 * var(--vw1600), 70px) 2em;
    margin: 0 -2em;
  }
}
.top-reason__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-top: min(90 * var(--vw1100), 90px) solid transparent;
  border-right: 100vw solid #EE9E70;
}
@media screen and (min-width: 1100px), print {
  .top-reason__inner::before {
    border-top: min(180 * var(--vw1600), 180px) solid transparent;
  }
}
.top-reason__container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .top-reason__container {
    gap: 5.5rem 5.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: min(55 * var(--vw1440), 55px) min(55 * var(--vw1440), 55px);
  }
}
.top-reason__title {
  position: relative;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  padding: 0 0 0 2em;
}
@media screen and (min-width: 768px), print {
  .top-reason__title {
    padding: 0 0 0 2.5em;
    margin-bottom: 2rem;
    font-size: min(24 * var(--vw1440), 24px);
  }
}
.top-reason__title::before {
  counter-increment: number 1;
  content: counter(number) " :";
  position: absolute;
  left: 0;
  top: -0.18em;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .top-reason__title::before {
    top: -0.3em;
    font-size: min(36 * var(--vw1440), 36px);
  }
}
.top-reason__body {
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .top-reason__body {
    border-radius: min(20 * var(--vw1440), 20px);
    padding: min(22 * var(--vw1440), 22px) min(30 * var(--vw1440), 30px);
  }
}
.top-reason__item:last-child {
  place-content: end;
}
@media screen and (max-width: 767.98px) {
  .top-reason__item:last-child {
    text-align: center;
  }
}
.top-reason__commitment {
  position: relative;
  padding: 0 0 0 8.5rem;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment {
    padding: 0 0 0 min(150 * var(--vw1440), 150px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-reason__commitment {
    display: inline-block;
    margin: 0 auto;
  }
}
.top-reason__commitment::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 98px;
  background: url("../img/base/character4.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment::before {
    width: min(207 * var(--vw1440), 207px);
    height: min(234 * var(--vw1440), 234px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .top-reason__commitment::before {
    bottom: -0.5em;
  }
}
.top-reason__commitment-text {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment-text {
    font-size: min(28 * var(--vw1440), 28px);
  }
}
.top-reason__commitment-text span {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}
.top-reason__commitment-text span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29px;
  height: 45px;
  background: url("../img/top/deco1.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment-text span::before {
    width: min(39 * var(--vw1440), 39px);
    height: min(65 * var(--vw1440), 65px);
  }
}
.top-reason__commitment-text span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 45px;
  background: url("../img/top/deco2.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment-text span::after {
    width: min(39 * var(--vw1440), 39px);
    height: min(65 * var(--vw1440), 65px);
  }
}
.top-reason__commitment-action {
  text-align: center;
  margin-top: 1.5rem;
}
.top-reason__commitment-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  color: #EB6112;
  background-color: #fff;
  padding: 1rem 3rem 1rem 1.6rem;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 10em;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment-button {
    letter-spacing: 0.02em;
    font-size: min(16 * var(--vw1440), 16px);
    padding: 1rem min(60 * var(--vw1440), 60px) 1rem min(20 * var(--vw1440), 20px);
  }
}
.top-reason__commitment-button span {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment-button span {
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.top-reason__commitment-button::before {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #EB6112;
  border-left: 2px solid #EB6112;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-reason__commitment-button::before {
    width: min(9 * var(--vw1100), 9px);
    height: min(9 * var(--vw1100), 9px);
    right: min(20 * var(--vw1100), 20px);
  }
}
@media (hover: hover) {
  .top-reason__commitment-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EB6112;
  }
  .top-reason__commitment-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #EB6112;
  }
  .top-reason__commitment-button:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .top-reason__commitment-button:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}
.top-reason__text {
  font-size: 1.2rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px), print {
  .top-reason__text {
    font-size: min(16 * var(--vw1440), 16px);
  }
}
.top-reason__text span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .top-reason__text span {
    font-size: min(20 * var(--vw1440), 20px);
  }
}

/* 治療内容 */
.top-menu {
  position: relative;
  padding: 6rem 1em;
  margin-top: 6rem;
  background: url("../img/top/bg1.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-menu {
    padding: 12rem 2em;
    margin-top: 12rem;
  }
}
.top-menu__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.top-menu__header {
  position: relative;
  display: inline-block;
  margin: 0 0 3.5rem 0;
  padding: 0 7rem 0 0;
}
.top-menu__header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 63px;
  background: url("../img/base/character5.png") no-repeat center/contain;
}
@media screen and (min-width: 480px), print {
  .top-menu__header::before {
    width: 77px;
    height: 80px;
  }
}
@media screen and (min-width: 768px), print {
  .top-menu__header::before {
    width: min(141 * var(--vw1440), 141px);
    height: min(133 * var(--vw1440), 133px);
  }
}
@media screen and (min-width: 480px), print {
  .top-menu__header {
    padding: 0 9rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-menu__header {
    padding: 0 min(170 * var(--vw1440), 170px) 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__header {
    margin: 0 0 8rem 0;
  }
}
.top-menu__text {
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .top-menu__text {
    font-size: min(16 * var(--vw1100), 16px);
  }
}
.top-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .top-menu__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__wrap {
    margin-top: 4.5rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-menu__wrap {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.top-menu__item {
  width: 100%;
  padding: 2rem 1.6rem;
  border-radius: 1rem;
  background: rgba(244, 244, 244, 0.9);
}
@media screen and (min-width: 768px), print {
  .top-menu__item {
    width: 50%;
    padding: min(40 * var(--vw1440), 40px) min(80 * var(--vw1440), 80px) min(50 * var(--vw1440), 50px) min(80 * var(--vw1440), 80px);
    border-radius: min(20 * var(--vw1440), 20px);
  }
}
.top-menu__heading {
  position: relative;
  display: block;
  line-height: 1.2;
  border-radius: 0.5rem;
  background-color: #EB6112;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-menu__heading {
    border-radius: 1rem;
    font-size: min(26 * var(--vw1440), 26px);
    margin-bottom: min(50 * var(--vw1440), 50px);
  }
}
.top-menu__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 8px solid #EB6112;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media screen and (min-width: 768px), print {
  .top-menu__heading::before {
    border-top: 12px solid #EB6112;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
.top-menu__list-item {
  position: relative;
  padding: 0 0 0 4rem;
}
@media screen and (min-width: 768px), print {
  .top-menu__list-item {
    padding: 0 0 0 min(60 * var(--vw1440), 60px);
  }
}
.top-menu__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 25px;
  background: url("../img/base/icon-check.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .top-menu__list-item::before {
    width: min(46 * var(--vw1440), 46px);
    height: min(41 * var(--vw1440), 41px);
  }
}
.top-menu__list-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-menu__list-item:not(:last-child) {
    margin-bottom: min(40 * var(--vw1440), 40px);
  }
}
.top-menu__list-link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 0 1em 0 0;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-menu__list-link {
    font-size: min(30 * var(--vw1440), 30px);
  }
}
.top-menu__list-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #EB6112;
  border-left: 2px solid #EB6112;
}
@media screen and (min-width: 768px), print {
  .top-menu__list-link::before {
    width: min(12 * var(--vw1440), 12px);
    height: min(12 * var(--vw1440), 12px);
  }
}
@media (hover: hover) {
  .top-menu__list-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .top-menu__list-link:where(:any-link, :enabled, summary):hover {
    color: #EB6112;
  }
}

/* よくある症状 */
.top-symptoms {
  position: relative;
  padding: 7rem 1em;
  margin-top: 6rem;
  background: #F5F5F5;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-symptoms {
    padding: 14rem 2em;
    margin-top: 12rem;
  }
}
.top-symptoms::before {
  content: "";
  position: absolute;
  left: 0;
  width: min(841 * var(--vw1100), 841px);
  height: min(976 * var(--vw1100), 976px);
  top: min(90 * var(--vw1100), 90px);
  background: url("../img/top/bg-logo.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .top-symptoms::before {
    width: min(841 * var(--vw1600), 841px);
    height: min(976 * var(--vw1600), 976px);
    top: min(150 * var(--vw1600), 150px);
  }
}
.top-symptoms__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.top-symptoms__header {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .top-symptoms__header {
    margin-bottom: 9rem;
  }
}
.top-symptoms__action {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .top-symptoms__action {
    margin-top: 7rem;
  }
}
.top-symptoms__list {
  display: grid;
  gap: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .top-symptoms__list {
    gap: min(25 * var(--vw1440), 25px);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .top-symptoms__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-symptoms__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .top-symptoms__list-head {
    gap: min(25 * var(--vw1440), 25px);
    margin-bottom: min(30 * var(--vw1440), 30px);
  }
}
.top-symptoms__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (min-width: 768px), print {
  .top-symptoms__list-content {
    gap: min(50 * var(--vw1440), 50px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-symptoms__list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top-symptoms__list-title {
  color: #EB6112;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .top-symptoms__list-title {
    font-size: min(32 * var(--vw1440), 32px);
  }
}
.top-symptoms__list-item {
  border-radius: 1rem;
  background: #ffffff;
  padding: 1em;
}
.top-symptoms__list-item.wide-item {
  grid-column: 1/-1;
  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;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-symptoms__list-item.wide-item {
    gap: min(20 * var(--vw1440), 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-symptoms__list-item.wide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-symptoms__list-item.wide-item .top-symptoms__list-head {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .top-symptoms__list-item.wide-item .top-symptoms__list-head {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-symptoms__list-item.wide-item .top-symptoms__list-icon {
    width: 120px;
  }
}
@media screen and (min-width: 768px), print {
  .top-symptoms__list-item {
    padding: min(30 * var(--vw1440), 30px);
  }
}

/* 診療の流れ よくある質問 */
.top-banner {
  position: relative;
  padding: 6rem 1em;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .top-banner {
    padding: 12rem 2em;
  }
}
.top-banner__inner {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .top-banner__inner {
    max-width: 1240px;
  }
}
.top-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .top-banner__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .top-banner__item {
    width: 50%;
  }
}
@media (hover: hover) {
  .top-banner__link:where(:-moz-any-link, :enabled, summary):hover .top-banner__image img {
    scale: 1.05;
  }
  .top-banner__link:where(:any-link, :enabled, summary):hover .top-banner__image img {
    scale: 1.05;
  }
  .top-banner__link:where(:-moz-any-link, :enabled, summary):hover .top-banner__title {
    color: #EB6112;
  }
  .top-banner__link:where(:any-link, :enabled, summary):hover .top-banner__title {
    color: #EB6112;
  }
}
.top-banner__image {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top-banner__image {
    margin-bottom: 1rem;
  }
}
.top-banner__image img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.top-banner__title {
  position: relative;
  padding: 1em 0 1em 2.8em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  color: #191919;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-banner__title {
    font-size: min(26 * var(--vw1100), 26px);
    padding: 1em 0 1em 3.5em;
  }
}
.top-banner__title--flow::before {
  background: url("/assets/img/base/character6.png") no-repeat center/contain;
}
.top-banner__title--faq::before {
  background: url("/assets/img/base/character7.png") no-repeat center/contain;
}
.top-banner__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 768px), print {
  .top-banner__title::before {
    width: min(71 * var(--vw1100), 71px);
    height: min(71 * var(--vw1100), 71px);
  }
}
.top-banner__title span {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 0;
}
.top-banner__title span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #EB6112;
  border-left: 2px solid #EB6112;
}
@media screen and (min-width: 768px), print {
  .top-banner__title span::before {
    width: 10px;
    height: 10px;
  }
}

/* ドクターコラム */
.top-column {
  position: relative;
  background: #F5F5F5;
  padding: 6rem 1em;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-column {
    padding: 12rem 2em;
  }
}
.top-column::before {
  content: "";
  position: absolute;
  width: min(668 * var(--vw1100), 668px);
  height: min(774 * var(--vw1100), 774px);
  top: min(40 * var(--vw1100), 40px);
  right: min(30 * var(--vw1100), 30px);
  background: url("../img/top/bg-logo.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .top-column::before {
    width: min(668 * var(--vw1600), 668px);
    height: min(774 * var(--vw1600), 774px);
    top: min(40 * var(--vw1600), 40px);
    right: min(30 * var(--vw1600), 30px);
  }
}
.top-column__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.top-column__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .top-column__header {
    margin-bottom: 7rem;
  }
}
.top-column__action {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-column__action {
    margin-top: 9rem;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 10rem 2em;
  }
}
.l-section__block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.l-section__area {
  padding: 4rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .l-section__area {
    padding: 10rem 2em;
    margin: 0 -2em;
  }
}
.l-section__area-heading {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .l-section__area-heading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__area-heading {
    font-size: 2.2rem;
  }
}
.l-section__area-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section__area-define dt {
  width: 165px;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .l-section__area-define dt {
    width: 186px;
  }
}
.l-section__area-define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-section__area-define dt, .l-section__area-define dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .l-section__area-define dt, .l-section__area-define dd {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.l-section__subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px), print {
  .l-section__subheading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__subheading {
    font-size: 2.4rem;
  }
}
.l-section__box {
  padding: 1em;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .l-section__box {
    padding: 1.5em;
  }
}
.l-section__box--secondary {
  padding: 1.5em 1em;
}
@media screen and (min-width: 768px), print {
  .l-section__box--secondary {
    padding: 2.5em 2em;
  }
}
.l-section__box.bg-color-ore {
  background-color: #FEDFD4;
  border: 1px solid #FEDFD4;
}
.l-section__box.bg-color-wht {
  border: 1px solid #CDCDCD;
  background-color: #fff;
}
.l-section__box:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.l-section__box-heading {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EB6112;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px), print {
  .l-section__box-heading {
    font-size: 2rem;
  }
}
.l-section__box-wrap {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .l-section__box-wrap {
    gap: 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__box-wrap {
    gap: 1em;
  }
}
@media screen and (min-width: 768px), print {
  .l-section__box-wrap.repeat-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .l-section__box-wrap.repeat-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-section__box-define dt {
  font-weight: 700;
  color: #EB6112;
  margin-bottom: 0.8rem;
}
.l-section__box-define dt, .l-section__box-define dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .l-section__box-define dt, .l-section__box-define dd {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.l-section__heading {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #EB6112;
  padding: 0 0 0 2.7em;
  margin-bottom: 1em;
}
.l-section__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 43px;
  background: url("../img/base/character1.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .l-section__heading::before {
    width: 57px;
    height: 63px;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__heading {
    font-size: 2.4rem;
    padding: 0 0 0 3em;
    margin-bottom: 1.2em;
  }
}
.l-section .c-inner {
  max-width: 1240px;
}

.section-dmy {
  text-align: center;
}
.section-dmy .wide {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .section-dmy .wide {
    margin: 0 -2em;
  }
}
.section-dmy p:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .section-dmy p:not(:last-child) {
    margin-bottom: 12rem;
  }
}

/* 当院について */
.about-greeting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6em;
}
@media screen and (min-width: 1100px), print {
  .about-greeting__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3em;
  }
}
@media screen and (min-width: 1280px), print {
  .about-greeting__container {
    padding: 0 1em;
  }
}
.about-greeting__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 1100px), print {
  .about-greeting__main {
    padding: 2em 0 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .about-greeting__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.7em;
  }
}
@media screen and (min-width: 1100px), print {
  .about-greeting__image:not(:last-child) {
    margin-bottom: 2em;
  }
}
.about-greeting__heading {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px), print {
  .about-greeting__heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .about-greeting__heading {
    font-size: 3.2rem;
  }
}
.about-greeting__info {
  padding: 0 0 1.5em 0;
  margin: 0 0 1.5em 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1100px), print {
  .about-greeting__info {
    padding: 0 0 2em 0;
    margin: 0 0 2em 0;
  }
}
.about-greeting__info-post {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.about-greeting__info-post span {
  font-weight: 700;
  color: #EB6112;
  margin: 0.3em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .about-greeting__info-post span {
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .about-greeting__info-post span {
    display: block;
  }
}
.about-greeting__info-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .about-greeting__info-name {
    font-size: 3.2rem;
  }
}

.about-policy {
  background: #F8F8F8;
}
.about-policy__container {
  display: grid;
  gap: 2em 1em;
}
@media screen and (min-width: 480px), print {
  .about-policy__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .about-policy__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
  }
}
@media screen and (min-width: 1280px), print {
  .about-policy__container {
    padding: 0 1em;
  }
}
.about-policy__image {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .about-policy__image {
    margin-bottom: 1.5em;
  }
}
.about-policy__title {
  position: relative;
  text-align: center;
  line-height: 1.2;
  color: #EB6112;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 2.8em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .about-policy__title {
    font-size: 2rem;
    padding-top: 3.5em;
    margin-bottom: 1em;
  }
}
.about-policy__title--01::before {
  background: url("../img/pages/about/icon1.png") no-repeat center/contain;
}
.about-policy__title--02::before {
  background: url("../img/pages/about/icon2.png") no-repeat center/contain;
}
.about-policy__title--03::before {
  background: url("../img/pages/about/icon3.png") no-repeat center/contain;
}
.about-policy__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px), print {
  .about-policy__title::before {
    width: 52px;
    height: 52px;
  }
}
.about-policy .u-text-body {
  max-width: 365px;
  margin: 0 auto;
}

@media screen and (min-width: 1280px), print {
  .about-profile__container {
    padding: 0 1em;
  }
}
.about-profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.6em;
}
@media screen and (min-width: 768px), print {
  .about-profile__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .about-profile__wrap {
    max-width: 367px;
    margin: 0 auto;
  }
}
.about-profile__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.about-profile__image {
  text-align: center;
}
.about-profile__image img {
  border-radius: 100%;
}
.about-profile__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 2em;
}
@media screen and (min-width: 992px), print {
  .about-profile__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .about-profile__detail {
    gap: 9rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-profile__detail {
    max-width: 367px;
    margin: 0 auto;
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .about-profile__detail-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .about-profile__detail-body {
    gap: 8rem;
  }
}
.about-profile__detail-heading {
  display: block;
  line-height: 1.2;
  color: #EB6112;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 1100px), print {
  .about-profile__detail-heading {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
  }
}
.about-profile__table {
  display: table;
  width: 100%;
}
.about-profile__table th, .about-profile__table td {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .about-profile__table th, .about-profile__table td {
    font-size: 1.6rem;
  }
}
.about-profile__table th {
  width: 100px;
}
@media screen and (min-width: 1100px), print {
  .about-profile__table th {
    width: 115px;
  }
}
.about-profile__table td {
  position: relative;
  padding: 0 0 0 1.5em;
}
.about-profile__table td::before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}
.about-profile__info {
  margin: 0 0 1.5em 0;
}
@media screen and (min-width: 1100px), print {
  .about-profile__info {
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .about-profile__info {
    text-align: center;
  }
}
.about-profile__info-post {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.about-profile__info-post span {
  font-weight: 700;
  color: #EB6112;
  margin: 0.3em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .about-profile__info-post span {
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .about-profile__info-post span {
    display: block;
  }
}
.about-profile__info-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .about-profile__info-name {
    font-size: 3.2rem;
  }
}

.about-access {
  background: #F8F8F8;
}
@media screen and (min-width: 1280px), print {
  .about-access__container {
    padding: 0 1em;
  }
}
.about-access__map {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 639.98px) {
  .about-access__map iframe {
    height: 320px;
  }
}
.about-access__detail {
  margin-top: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .about-access__detail {
    margin-top: 3em;
  }
}
.about-access__detail-heading {
  display: block;
  line-height: 1.2;
  color: #EB6112;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 1100px), print {
  .about-access__detail-heading {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
  }
}

/* 治療へのこだわり */
.commitment-container {
  counter-reset: number 0;
}
.commitment-heading {
  position: relative;
  display: block;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .commitment-heading {
    font-size: 3.6rem;
    margin-bottom: 10rem;
  }
}
.commitment-subheading {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0 0 0 2.5em;
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .commitment-subheading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .commitment-subheading {
    font-size: 3.2rem;
    padding: 0 0 0 3em;
    margin-bottom: 1.5em;
  }
}
.commitment-subheading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: #EB6112;
}
@media screen and (min-width: 768px), print {
  .commitment-subheading::before {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .commitment-subheading::before {
    font-size: 6.4rem;
  }
}
.commitment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .commitment-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3em;
  }
}
@media screen and (min-width: 1100px), print {
  .commitment-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.commitment-image {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .commitment-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .commitment-content {
    width: 100%;
  }
}
.commitment-block {
  padding: 4rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .commitment-block {
    padding: 10rem 2em;
    margin: 0 -2em;
  }
}
.commitment-block:nth-child(2n) {
  background: #F8F8F8;
}
.commitment-block .c-inner {
  max-width: 700px;
}
@media screen and (min-width: 1100px), print {
  .commitment-block .c-inner {
    max-width: 1240px;
  }
}

/* 設備・施設 */
.facility-block {
  padding: 4rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .facility-block {
    padding: 10rem 2em;
    margin: 0 -2em;
  }
}
.facility-block:nth-child(2n) {
  background: #F8F8F8;
}
.facility-block .c-inner {
  max-width: 700px;
}
@media screen and (min-width: 1100px), print {
  .facility-block .c-inner {
    max-width: 1240px;
  }
}

/* 一般 整形外科 */
.general-intro {
  padding: 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .general-intro {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .general-intro {
    max-width: 700px;
    margin: 0 auto;
  }
}
.general-intro-heading {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .general-intro-heading {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .general-intro-heading {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.general-intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.general-intro-item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .general-intro-item:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .general-intro-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 0 -2em;
  }
}
@media screen and (min-width: 1100px), print {
  .general-intro-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1099.98px) {
  .general-intro-image img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .general-intro-main {
    width: 70%;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .general-intro-main {
    padding: 0 4em;
  }
}

.orthopedics-block {
  padding: 4rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .orthopedics-block {
    padding: 10rem 2em;
    margin: 0 -2em;
  }
}
.orthopedics-block.bg-color-gray {
  background: #F8F8F8;
}
.orthopedics-block .c-inner {
  max-width: 1240px;
}
.orthopedics-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px), print {
  .orthopedics-wrap {
    gap: 1.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.orthopedics-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 840px;
  gap: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .orthopedics-images {
    gap: 1.5em;
  }
}

.symptoms-wrap {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .symptoms-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .symptoms-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 7rem 5rem;
  }
}
@media screen and (min-width: 768px), print {
  .symptoms-wrap.repeat-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.symptoms-item-heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.7em;
  color: #EB6112;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .symptoms-item-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .symptoms-item-heading {
    font-size: 2.4rem;
  }
}
.symptoms-action {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .symptoms-action {
    margin-top: 8rem;
  }
}

/* スポーツ 整形外科 */
.sports-intro {
  padding: 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .sports-intro {
    padding: 10rem 0;
  }
}
.sports-intro-image {
  margin: 0 -1em 4rem -1em;
}
@media screen and (min-width: 1100px), print {
  .sports-intro-image {
    margin: 0 -2em 10rem -2em;
  }
}
.sports-intro-image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .sports-intro-image img {
    height: 320px;
  }
}
@media screen and (min-width: 1100px), print {
  .sports-intro-image img {
    height: 467px;
  }
}
.sports-intro-heading {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .sports-intro-heading {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .sports-intro-heading {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.sports-intro-define {
  position: relative;
  padding: 5.8em 0 0 0;
}
.sports-intro-define::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: url("../img/base/character4.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .sports-intro-define::before {
    width: 116px;
    height: 128px;
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media screen and (max-width: 767.98px) {
  .sports-intro-define::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px), print {
  .sports-intro-define {
    padding: 0 0 0 8.5em;
  }
}
.sports-intro-define dt {
  font-size: 2rem;
  font-weight: 700;
  color: #EB6112;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .sports-intro-define dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sports-intro-define dt {
    text-align: center;
  }
}

.sports-player {
  padding: 6rem 1em;
  margin: 0 -1em 5rem -1em;
  background: url("../img/pages/sports/bg1.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .sports-player {
    padding: 12rem 2em;
    margin: 0 -2em 10rem -2em;
  }
}
.sports-player-container {
  border-radius: 1rem;
  background: rgba(244, 244, 244, 0.9);
  padding: 2rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .sports-player-container {
    border-radius: 2rem;
    padding: 6rem 5rem;
  }
}
.sports-player-heading {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.8em;
}
.sports-player-heading::first-letter {
  color: #EB6112;
}
@media screen and (min-width: 1100px), print {
  .sports-player-heading {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.3em;
  }
}
.sports-player-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 640px), print {
  .sports-player-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .sports-player-list {
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .sports-player-list {
    gap: 17rem;
  }
}
@media screen and (max-width: 639.98px) {
  .sports-player-list {
    max-width: 190px;
    margin: 0 auto;
  }
}

/* 交通事故診療 */
.accident-intro {
  padding: 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .accident-intro {
    padding: 10rem 0;
  }
}
.accident-intro-image {
  margin: 0 -1em 3rem -1em;
}
@media screen and (min-width: 1100px), print {
  .accident-intro-image {
    margin: 0 -2em 6rem -2em;
  }
}
.accident-intro-image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .accident-intro-image img {
    height: 320px;
  }
}
@media screen and (min-width: 1100px), print {
  .accident-intro-image img {
    height: 467px;
  }
}
.accident-intro-heading {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .accident-intro-heading {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .accident-intro-heading {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.accident-intro-subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.78;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .accident-intro-subheading {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .accident-intro-subheading {
    font-size: 2.8rem;
  }
}
.accident-intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4rem 0;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .accident-intro-wrap {
    margin: 6rem -2em;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .accident-intro-main {
    max-width: 750px;
    padding: 0 2em 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .accident-intro-side {
    width: 40%;
  }
}
.accident-intro-side img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .accident-intro-side img {
    border-radius: 0 1rem 1rem 0;
    height: 479px;
  }
}
.accident-block {
  padding: 4rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .accident-block {
    padding: 10rem 2em;
    margin: 0 -2em;
  }
}
.accident-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .accident-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}

/* 治療の流れ */
.treatment-flow {
  background: #F8F8F8;
  padding: 5rem 1em;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow {
    padding: 10rem 2em;
    margin: 0 -2em;
  }
}
.treatment-flow.first-flow .treatment-flow-step {
  margin: 3rem 0;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow.first-flow .treatment-flow-step {
    margin: 6rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .treatment-flow.prp-flow .treatment-flow-main {
    min-height: 740px;
  }
}
.treatment-flow.prp-flow .treatment-flow-step {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow.prp-flow .treatment-flow-step {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .treatment-flow.prp-flow .treatment-flow-image img {
    height: 740px;
  }
}
.treatment-flow-container {
  position: relative;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-container {
    margin: 6rem -2em 0 -2em;
  }
}
.treatment-flow-image {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
  }
}
.treatment-flow-image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-image img {
    width: 100%;
    height: 970px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem 0 0 1rem;
  }
}
.treatment-flow-main {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-main {
    padding: 0 0 0 2em;
    margin: 0 auto;
    min-height: 963px;
  }
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step {
    max-width: min(850 * var(--vw1600), 850px);
  }
}
.treatment-flow-step__item {
  position: relative;
  padding: 0 0 0 6.5rem;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__item {
    padding: 0 0 0 min(100 * var(--vw1600), 100px);
  }
}
.treatment-flow-step__item:not(:last-child) {
  padding-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__item:not(:last-child) {
    padding-bottom: min(80 * var(--vw1600), 80px);
  }
}
.treatment-flow-step__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.9rem;
  bottom: 0;
  width: 10px;
  background: #E5E5E5;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__item:not(:last-child)::before {
    width: min(18 * var(--vw1600), 18px);
    left: min(25 * var(--vw1600), 25px);
  }
}
.treatment-flow-step__num {
  position: absolute;
  top: -1.4rem;
  left: 0;
  width: 48px;
  height: 48px;
  background-color: #EB6112;
  color: #fff;
  text-align: center;
  place-content: center;
  border-radius: 100%;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 400;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__num {
    width: min(68 * var(--vw1600), 68px);
    height: min(68 * var(--vw1600), 68px);
    font-size: min(30 * var(--vw1600), 30px);
    top: min(-20 * var(--vw1600), 20px);
  }
}
.treatment-flow-step__num span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__num span {
    font-size: min(10 * var(--vw1600), 10px);
  }
}
.treatment-flow-step__heading {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .treatment-flow-step__heading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__heading {
    font-size: min(22 * var(--vw1600), 22px);
  }
}
.treatment-flow-step__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .treatment-flow-step__text {
    font-size: min(16 * var(--vw1600), 16px);
  }
}

.shock-item {
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .shock-item {
    margin-top: 7rem;
  }
}

/* 再生医療バイオセラピー */
.regenerative-item {
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .regenerative-item {
    margin-top: 6rem;
  }
}
.regenerative-raason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7em;
}
@media screen and (min-width: 1100px), print {
  .regenerative-raason {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 0 -2em;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .regenerative-raason {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .regenerative-raason-image img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .regenerative-raason-main {
    width: 70%;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .regenerative-raason-main {
    padding: 0 4em;
  }
}

.first-bg {
  margin: 0 -1em;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .first-bg {
    margin: 0 -2em;
    margin-bottom: 8rem;
  }
}
.first-bg img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .first-bg img {
    height: 300px;
  }
}
@media screen and (min-width: 1100px), print {
  .first-bg img {
    height: 467px;
  }
}
.first-contact-button .c-global-contact__button {
  width: 280px;
  height: 80px;
  margin: 0 auto;
  margin-top: 3rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .first-contact-button .c-global-contact__button {
    margin: 0 auto;
    margin-top: 4rem;
    width: 323px;
    height: 86px;
  }
}
.first-contact-button .c-global-contact__button .c-global-contact__link-text span {
  text-align: left;
}
.first-contact-item {
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .first-contact-item {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .first-contact-item {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 4rem;
  }
}
.first-contact-box {
  position: relative;
  border-radius: 1rem;
  padding: 1.5em 1em;
  background-color: #FEDFD4;
}
@media screen and (min-width: 1100px), print {
  .first-contact-box {
    padding: 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .first-contact-box.web {
    padding-right: 18em;
  }
}
@media screen and (max-width: 1099.98px) {
  .first-contact-box.web {
    padding-bottom: 13em;
  }
}
.first-contact-box.web .first-contact-box__img {
  position: absolute;
  right: 0;
  bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .first-contact-box.web .first-contact-box__img {
    right: 0;
    top: 0;
    bottom: 0;
    place-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .first-contact-box.line .first-contact-box__list {
    padding: 0 0 0 15em;
  }
}
@media screen and (max-width: 1099.98px) {
  .first-contact-box.line .first-contact-box__list {
    padding-bottom: 12.5em;
  }
}
.first-contact-box.line .first-contact-box__img {
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .first-contact-box.line .first-contact-box__img {
    left: -2.5em;
    bottom: 0;
    place-content: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .first-contact-box.line .first-contact-box__img {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
  }
}
.first-contact-box__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 1100px), print {
  .first-contact-box__heading {
    font-size: 2rem;
  }
}

/* よくあるご質問 */
.faq-item {
  border: 1px solid #e9e9e9;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.faq-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .faq-item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.faq-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.5rem 4rem 1.5rem 5.5rem;
  background-color: #ffffff;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .faq-question {
    font-size: 1.8rem;
    padding: 2rem 6rem 2rem 7rem;
  }
}
.faq-question:hover {
  background-color: #f8f9fa;
}
.faq-question::before {
  content: "Q";
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #EB6112;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 100%;
  padding: 0 0 0.2em 0;
}
@media screen and (min-width: 768px), print {
  .faq-question::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
    left: 1.5rem;
  }
}
.faq-question::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/base/icon-plus.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .faq-question::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 2rem;
  }
}
.faq-question.active::after {
  background: url("../img/base/icon-minus.png") no-repeat center/contain;
}
.faq-answer {
  display: none;
  padding: 1.5rem 1.5rem 1.5rem 5.5rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .faq-answer {
    padding: 2rem 2rem 2rem 7rem;
  }
}
.faq-answer::before {
  content: "A";
  position: absolute;
  left: 1rem;
  top: 1rem;
  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: 3.5rem;
  height: 3.5rem;
  background-color: #274399;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 100%;
  padding: 0 0 0.15em 0;
}
@media screen and (min-width: 768px), print {
  .faq-answer::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
    left: 1.5rem;
    top: 1.5rem;
  }
}
.faq-answer.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.faq-answer-content {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .faq-answer-content {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list.news-list-archive .news-topics {
  border-bottom: 1px solid #F6F6F6;
  margin: 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .news-list.news-list-archive .news-topics {
    padding: 2.5rem 3rem;
  }
}
.news-list.news-list-archive .news-topics:first-child {
  border-top: 1px solid #F6F6F6;
}
.news-topics {
  position: relative;
  padding: 1.6rem 0;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px), print {
  .news-topics {
    display: grid;
    grid-template-columns: 85px 120px 1fr;
    gap: 1.6rem;
    padding: 2.5rem 0;
  }
}
.news-date {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .news-date {
    margin: 0 0 1.2rem 0;
  }
}
.news-category {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.4rem;
  background: #4E4E4E;
  width: 120px;
  height: 30px;
  border-radius: 10em;
  color: #ffffff;
  text-align: center;
  place-content: center;
  word-break: break-all;
  word-wrap: break-word;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .news-category {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .news-category {
    position: absolute;
    top: 1.1rem;
    left: 8.5rem;
    height: 26px;
    width: 110px;
  }
}
.news-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  place-content: center;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.6rem;
  }
}
.news-link {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EB6112;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #EB6112;
    text-decoration: underline;
  }
}

.news-thumb-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6em;
}
@media screen and (min-width: 768px), print {
  .news-thumb-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-detail {
    gap: 3em;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-detail__content {
    width: 65%;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-detail__content {
    padding: 2em 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .news-thumb-detail__image {
    text-align: center;
  }
}
.news-thumb-detail__image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-thumb-detail__heading {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .news-thumb-detail__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-detail__heading {
    font-size: 3.2rem;
  }
}
.news-thumb-detail__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-thumb-detail__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list {
    gap: 5.5rem 2rem;
  }
}
.news-thumb-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .news-thumb-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
  }
}
.news-thumb-date {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  color: #070707;
  margin-bottom: 1rem;
}
@media screen and (min-width: 480px), print {
  .news-thumb-date {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-date {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #070707;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover {
    color: #EB6112;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 1.5rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

/* pagination */
.pagination {
  display: block;
  margin-top: 2.5em;
}
@media screen and (min-width: 1100px), print {
  .pagination {
    margin-top: 3em;
  }
}
.news-list + .pagination {
  margin-top: 2.5em;
}
@media screen and (min-width: 1100px), print {
  .news-list + .pagination {
    margin-top: 3em;
  }
}
.pagination .nav-links {
  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;
}
.pagination .page-numbers {
  display: block;
  margin: 0 0.2rem;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #444;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media screen and (max-width: 767.98px) {
  .pagination .page-numbers {
    margin: 0.2rem;
    font-size: 1.4rem;
  }
}
.pagination .page-numbers:hover {
  text-decoration: none;
}
.pagination .page-numbers[href]:hover,
.pagination .current {
  background-color: #666;
}
.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}



@media screen and (min-width: 1100px), print {
    .l-nav__side {
        scale: 80%;
        bottom: 0.5rem;
        right: -4.5rem;
    }
}
@media screen and (min-width: 1100px), print {
    .l-header.is-fixed .l-nav__side {
        bottom: 0.5rem;
    }
}

.faq-answer-content p{
  margin-bottom: 1em;
}
.faq-answer-content p:last-child{
  margin: 0;
}
.faq-answer-content ul{
  list-style-type: disc;
  margin-left: 1.5em;
}