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

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

  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%;
  background-color: #ffffff;
}
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;
  }
}
@media screen and (max-width: 1099.98px) {
  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", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}
body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: env(safe-area-inset-bottom);
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
}

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

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--detail {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: 2.2rem;
    padding: 0 0 2.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    letter-spacing: 0.05em;
    font-size: 2.8rem;
    padding: 0 0 3.5rem 0;
  }
}
.c-heading--detail.__miyakojima::before {
  background-color: #7BCCCF;
}
.c-heading--detail.__miyakojima::after {
  background-color: #7BCCCF;
}
.c-heading--detail.__aoyama::before {
  background-color: #44627C;
}
.c-heading--detail.__aoyama::after {
  background-color: #44627C;
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 0.5rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail::before {
    height: 15px;
  }
}
.c-heading--detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 8px;
  border-radius: 0.5rem 0 0 0.5rem;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail::after {
    height: 15px;
  }
}
.c-heading--news {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #7BCCCF;
}
.c-heading--news .en {
  display: block;
  font-family: "Alex Brush", serif;
  font-size: 4.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .c-heading--news .en {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--news .en {
    font-size: 6.4rem;
  }
}
.c-heading--news .jp {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .c-heading--news .jp {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--news .jp {
    letter-spacing: 0.15em;
  }
}
.c-heading--common {
  position: relative;
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 2.1em 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-heading--common {
    margin: 0 auto 5rem;
    padding: 2.5em 0 0 0;
  }
}
.c-heading--common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 79px;
  height: 15px;
}
@media screen and (min-width: 1100px), print {
  .c-heading--common::before {
    width: 89px;
    height: 17px;
  }
}
.c-heading--common.__type1::before {
  background: url("../img/base/heading-decoration-01.png") no-repeat center/cover;
}
.c-heading--common.__type1 .en {
  color: #7BCCCF;
}
.c-heading--common.__type1 .jp::before, .c-heading--common.__type1 .jp::after {
  background-color: #7BCCCF;
}
.c-heading--common.__type2::before {
  background: url("../img/base/heading-decoration-02.png") no-repeat center/cover;
}
.c-heading--common.__type2 .en {
  color: #D2BA8C;
}
.c-heading--common.__type2 .jp::before, .c-heading--common.__type2 .jp::after {
  background-color: #F1E5CD;
}
.c-heading--common .jp {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 2rem;
  font-weight: 300;
  padding: 0 0.6em;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .jp {
    font-size: 2.6rem;
    padding: 0 1em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--common .jp {
    letter-spacing: 0.15em;
    font-size: 3.4rem;
  }
}
.c-heading--common .jp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100vw;
  right: 100%;
  height: 1px;
  z-index: 0;
}
.c-heading--common .jp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: -100vw;
  height: 1px;
  z-index: 0;
}
.c-heading--common .en {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 1.5rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .en {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--common .en {
    letter-spacing: 0.15em;
    font-size: 1.6rem;
    margin: 1.8rem 0 0 0;
  }
}
/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.u-text-body--lg {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-body--xl {
    font-size: 2.2rem;
  }
}
.u-text-body--sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--sm {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-body--sm {
    font-size: 1.4rem;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #7BCCCF;
  padding: 1rem 4rem 1rem 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-link-button.__small {
  font-size: 1.2rem;
  padding: 1rem 3rem 1rem 2rem;
}
@media screen and (min-width: 768px), print {
  .c-link-button.__small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-link-button.__small {
    font-size: 1.6rem;
    padding: 1rem 3.5rem 1rem 2rem;
  }
}
.c-link-button.__small::before {
  width: 7px;
  height: 7px;
  right: 1.5rem;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media screen and (min-width: 1280px), print {
  .c-link-button.__small::before {
    right: 1.8rem;
    width: 8px;
    height: 8px;
  }
}
.c-link-button.__large {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .c-link-button.__large {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-link-button.__large {
    font-size: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-link-button.__type2 {
  background-color: #44627C;
}
@media (hover: hover) {
  .c-link-button.__type2:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #3B8712;
  }
  .c-link-button.__type2:where(:any-link, :enabled, summary):hover {
    background-color: #3B8712;
  }
}
.c-link-button.__type3 {
  background-color: #D2BA8C;
  height: 50px;
  display: block;
  max-width: 290px;
  margin: 0 auto;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .c-link-button.__type3 {
    height: 68px;
  }
}
@media screen and (min-width: 1440px), print {
  .c-link-button.__type3 {
    height: 78px;
  }
}
@media (hover: hover) {
  .c-link-button.__type3:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #F1E5CD;
    color: #000000;
  }
  .c-link-button.__type3:where(:any-link, :enabled, summary):hover {
    background-color: #F1E5CD;
    color: #000000;
  }
  .c-link-button.__type3:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #000000;
  }
  .c-link-button.__type3:where(:any-link, :enabled, summary):hover::before {
    border-color: #000000;
  }
}
@media screen and (min-width: 1100px), print {
  .c-link-button {
    font-size: 1.8rem;
    padding: 1rem 5rem 1rem 4rem;
  }
}
.c-link-button::before {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
@media screen and (min-width: 1100px), print {
  .c-link-button::before {
    right: 2.5rem;
    width: 9px;
    height: 9px;
  }
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #06ADB3;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #06ADB3;
  }
}

.c-button--fixed {
  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: 60px;
  border-radius: 0;
  line-height: 1.2;
  padding: 0.3rem;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-button--fixed {
    width: 100px;
    height: 100px;
    padding: 0.4rem;
    font-size: 1.2rem;
  }
}
.c-button--fixed span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1099.98px) {
  .c-button--fixed span {
    border-radius: 0;
  }
}
.c-button--fixed.__reserve {
  background-color: #7BCCCF;
}
@media (hover: hover) {
  .c-button--fixed.__reserve:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #06ADB3;
    color: #ffffff;
  }
  .c-button--fixed.__reserve:where(:any-link, :enabled, summary):hover {
    background-color: #06ADB3;
    color: #ffffff;
  }
}
.c-button--fixed.__reserve span {
  padding: 3.4em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--fixed.__reserve span {
    padding: 2.3em 0 0 0;
  }
}
.c-button--fixed.__reserve span::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/base/icon-reserve.svg") no-repeat center/contain;
}
@media screen and (max-width: 1099.98px) {
  .c-button--fixed.__reserve span::before {
    width: 25px;
    height: 25px;
    top: 0.5rem;
  }
}
.c-button--fixed.__product {
  background-color: #B0DE98;
}
@media (hover: hover) {
  .c-button--fixed.__product:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #3B8712;
    color: #ffffff;
  }
  .c-button--fixed.__product:where(:any-link, :enabled, summary):hover {
    background-color: #3B8712;
    color: #ffffff;
  }
}
.c-button--fixed.__product span {
  padding: 3.4em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--fixed.__product span {
    padding: 2.3em 0 0 0;
  }
}
.c-button--fixed.__product span::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-62%);
          transform: translateX(-62%);
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/base/icon-cart.svg") no-repeat center/contain;
}
@media screen and (max-width: 1099.98px) {
  .c-button--fixed.__product span::before {
    width: 30px;
    height: 25px;
    top: 0.4rem;
  }
}
.c-button--contact {
  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;
  background-color: #00a29a;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .c-button--contact:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #44627C;
  }
  .c-button--contact:where(:any-link, :enabled, summary):hover {
    background-color: #44627C;
  }
}
@media screen and (min-width: 1100px), print {
  .c-button--contact {
    width: 100px;
    height: 100px;
  }
  .c-button--contact::before {
    content: "";
    position: absolute;
    inset: 0.4rem;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact {
    width: 60px;
    height: 60px;
    font-size: 1rem;
    background-color: #00a29a;
    color: #ffffff;
    position: relative;
  }
  .c-button--contact::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    top: 1.3rem;
    display: block;
    width: 28px;
    height: 19px;
    background: url("../img/base/icon-mail.svg") no-repeat center/contain;
  }
  .c-button--contact::before {
    content: "お問合せ";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 1rem;
    line-height: 1;
    font-weight: 400;
  }
}
.c-button--contact span {
  position: relative;
  display: block;
  padding: 3em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span {
    display: none;
  }
}
.c-button--contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 36px;
  height: 25px;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}

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

.u-color-hover {
  color: #57B4B7;
}

.u-color-main {
  color: #7BCCCF;
}

.u-color-red {
  color: #E60012;
}
.u-color-sub1 {
  color: #EF9E55;
}
.u-color-sub2 {
  color: #E67C7C;
}
.u-color-sub3 {
  color: #E9AC9B;
}
.u-color-sub4 {
  color: #5A6D49 !important;
}
.u-color-sub5 {
  color: #5A3876 !important;
}

.u-bgcolor-sub1 {
  background-color: #5A6D49;
}
.u-bgcolor-sub2 {
  background-color: #5A3876;
}

.u-font-base {
  font-family: "Kaisei Opti", serif;
}

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

.u-color-sub1 {
  color: #C56F29 !important;
}

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

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

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

/* 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;
}
@media screen and (min-width: 1100px), print {
  .box-radius {
    border-radius: 3rem;
  }
}

/* リスト */
.list-num {
  counter-reset: number 0;
}
.list-num > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  text-align: right;
}
.list-num li {
  position: relative;
  color: #000000;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 0 2em;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px), print {
  .list-num li {
    font-size: 1.4rem;
    padding: 0 0 0 1.8em;
  }
}
@media screen and (min-width: 768px), print {
  .list-num li {
    font-size: 1.6rem;
    padding: 0 0 0 1.6em;
  }
}
.list.fs-md li {
  font-size: 1.2rem;
}
@media screen and (min-width: 480px), print {
  .list.fs-md li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .list.fs-md li {
    font-size: 1.6rem;
  }
}
.list li {
  position: relative;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 768px), print {
  .list li {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.global-contact {
  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;
}
@media screen and (min-width: 1100px), print {
  .global-contact {
    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;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.__miyakojima {
    margin: 0 0 0 0.5rem;
  }
}
.global-contact-item.__miyakojima dt {
  background-color: #7BCCCF;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.__miyakojima dt {
    background: url(../img/top/img2.jpg) no-repeat center/cover;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
.global-contact-item.__miyakojima .tel-link {
  color: #7BCCCF;
}
.global-contact-item.__miyakojima .tel-link::before {
  background-image: url("../img/base/icon-tel_01.svg");
}
.global-contact-item.__aoyama dt {
  background-color: #44627C;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.__aoyama dt {
    background: url(../img/top/img3.jpg) no-repeat center/cover;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
.global-contact-item.__aoyama .tel-link {
  color: #44627C;
}
.global-contact-item.__aoyama .tel-link::before {
  background-image: url("../img/base/icon-tel_02.svg");
}
.global-contact-item dt, .global-contact-item dd {
  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: 45px;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item dt, .global-contact-item dd {
    height: 60px;
  }
}
.global-contact-item dt {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item dt {
    border-radius: 0 0 0 0.5rem;
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
  }
}
.global-contact-item dd {
  background-color: #F6F6F6;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item dd {
    border-radius: 0 0 0.5rem 0;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.global-contact-item .tel-link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 0 0 1.3em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item .tel-link {
    letter-spacing: 0.08em;
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.global-contact-item .tel-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.global-contact-item .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item .sns-list {
    margin: 0 0 0 1.5rem;
  }
}
.global-contact-item .sns-list li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .global-contact-item .sns-list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .global-contact-item .sns-list li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.global-contact-item .sns-list li:first-child {
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item .sns-list li:first-child {
    margin: 0 1.7rem 0 0;
  }
}

.c-tel-button .tel-link {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #7BCCCF;
  padding: 1rem 2.5rem 1rem 4.3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-tel-button .tel-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/base/icon-tel_03.svg");
}
@media screen and (min-width: 1100px), print {
  .c-tel-button .tel-link {
    font-size: 1.6rem;
    padding: 1rem 2.2rem 1rem 4.2rem;
  }
}
@media (hover: hover) {
  .c-tel-button .tel-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #06ADB3;
  }
  .c-tel-button .tel-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #06ADB3;
  }
}

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

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

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

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed .c-header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .l-header.is-fixed .c-header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .l-header.is-fixed .l-header__inner {
    z-index: 1200;
    position: fixed;
    top: -60px;
    right: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .l-header.is-fixed .l-header__contact {
    z-index: 1200;
    position: fixed;
    top: -60px;
    right: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .l-header.is-fixed .c-header-logo {
    width: 90px;
    height: 100px;
    left: 1.5rem;
    border-radius: 0;
  }
}
.l-header__inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .l-header__inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__contact {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__contact {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
.l-header__fixed {
  z-index: 1000;
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed {
    position: fixed;
    top: 10rem;
    right: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__fixed {
    position: fixed;
    opacity: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: opacity, bottom;
    transition-property: opacity, bottom;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__fixed.is-fixed {
    position: fixed;
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed.is-fixed {
    position: fixed;
    top: 10rem;
    right: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__button {
    width: 50%;
  }
}
/* --------------------------------

  c-header-logo

-------------------------------- */
.c-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .c-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    border-radius: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .c-header-logo {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1600px), print {
  .c-header-logo {
    width: 220px;
    height: 220px;
    border-radius: 0 0 3rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(60px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    font-size: 100%;
    z-index: 900;
    background-color: #ffffff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@media screen and (min-width: 1100px), print {
  .c-header-logo__title {
    width: 145px;
  }
}
@media screen and (min-width: 1600px), print {
  .c-header-logo__title {
    width: 170px;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-header-logo__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    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;
    padding: 0;
    border-radius: 0;
    z-index: 1;
  }
}
.c-header-logo__title img {
  width: 100%;
  height: auto;
}

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

  l-nav

-------------------------------- */
.l-nav {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1100px), print {
  .l-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
}
.l-nav.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (min-width: 1100px) {
  .l-nav.is-fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 100px;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    z-index: 1100;
  }
}
.is-active .l-nav {
  left: 0;
}
@media screen and (max-width: 1099.98px) {
  .is-active .l-nav {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .is-active .l-nav {
    left: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__main {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2rem 0 0;
  }
}
.l-nav__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    max-width: none;
    margin: auto;
    background-color: #ffffff;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10rem 0 0;
  }
}
@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.8em 1em 1em 1em;
    background-color: #ffffff;
  }
  .l-nav__logo img {
    width: 110px;
    height: auto;
  }
}

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

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニュー空けるボタン */
  /* ハンバーガーメニュー閉じるボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .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;
    padding: 0.8rem 0 0 0;
  }
}
.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: 1rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-nav__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-nav__item:not(:last-child) {
    margin-right: 3.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #7BCCCF;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #7BCCCF;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    background-color: #44627C;
    color: #fff;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color;
  transition-property: color, 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__link {
    border: none;
    padding: 1rem 0;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1280px), print {
  .c-nav__link {
    font-size: 1.6rem;
  }
}
@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 1em;
    color: #fff;
    background-color: #57B4B7;
    height: 60px;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #10A47E;
    color: #fff;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    background-color: #10A47E;
    color: #fff;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #06ADB3;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #06ADB3;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link:hover {
    background-color: #10A47E;
    color: #fff;
  }
}
.c-nav__link span {
  position: relative;
  display: block;
  font-weight: 300;
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -18px;
    left: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.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: 40px;
    margin-bottom: -40px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 25px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    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__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #7BCCCF;
    border-left: 1px solid #7BCCCF;
    -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 (max-width: 1099.98px) {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    background-color: #10A47E;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #06ADB3;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #06ADB3;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    background-color: #10A47E;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #7BCCCF;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    border-color: #7BCCCF;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 29px;
  }
}
.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;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-inner {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-inner {
    background-color: #ffffff;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-list {
    border: 1px solid #06ADB3;
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-list {
    overflow: hidden;
  }
}
.c-nav__submenu-list li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #aaaaaa;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #06ADB3;
  }
}
.c-nav__submenu-link {
  position: relative;
  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;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.8rem;
  height: 60px;
  line-height: 1.2;
  padding: 0.5em 2em 0.5em 2em;
  font-weight: 300;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link {
    background-color: #fff;
    color: #000000;
    font-size: 1.5rem;
    height: 60px;
    padding: 0.35em 1.6rem;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: 0.05em;
  }
}
.c-nav__submenu-link .br {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link .br {
    display: none;
  }
}
.c-nav__submenu-link.order {
  background-color: #06ADB3;
  color: #ffffff;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link:hover {
    background-color: #C4E9EB;
    color: #000;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link:hover {
    background-color: #C4E9EB;
    color: #000;
  }
}
.c-nav__submenu-text {
  display: block;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.c-nav__submenu-text .text01 {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.c-nav__submenu-text .text01 span {
  font-size: 2.5rem;
  font-weight: 700;
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button {
  display: none;
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #06ADB3;
}
.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: #06ADB3;
}
.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: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #06ADB3;
  text-align: center;
}
.c-nav__close-button {
  display: block;
  position: fixed;
  top: 0;
  left: -60px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__close-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .is-active .c-nav__close-button {
    opacity: 1;
    left: 250px;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.c-nav__close-button .c-nav__button-icon {
  background: none;
}
.c-nav__close-button .c-nav__button-icon::before, .c-nav__close-button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #06ADB3;
}
.c-nav__close-button .c-nav__button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-nav__close-button .c-nav__button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-nav__close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #06ADB3;
  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%;
  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;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

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

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  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__logo {
  text-align: center;
  padding: 3rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    padding: 6rem 2em;
  }
}
@media screen and (max-width: 639.98px) {
  .l-footer__logo img {
    width: 160px;
    height: auto;
  }
}
.l-footer__container {
  padding: 2rem 1em;
  border-top: 1px solid #C4E9EB;
  border-bottom: 1px solid #C4E9EB;
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    padding: 3rem 2em;
  }
}
.l-footer-clinic {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .l-footer-clinic {
    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;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer-clinic {
    max-width: 470px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639.98px) {
  .l-footer-clinic {
    max-width: 317px;
    margin: 0 auto;
  }
}
.l-footer-clinic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer-clinic__item dt {
  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;
  border-radius: 0.5rem;
  width: 80px;
  height: 80px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (min-width: 640px), print {
  .l-footer-clinic__item dt {
    width: 126px;
    height: 113px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.l-footer-clinic__item dt.miyakojima {
  background-color: #7BCCCF;
}
.l-footer-clinic__item dt.aoyama {
  background-color: #44627C;
}
.l-footer-clinic__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 640px), print {
  .l-footer-clinic__item dd {
    margin: 0 0 0 2rem;
  }
}
.l-footer-clinic__item dd .add {
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 640px), print {
  .l-footer-clinic__item dd .add {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.l-footer-clinic__item dd .tel .tel-link {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 0 0 1.3em;
}
@media screen and (min-width: 640px), print {
  .l-footer-clinic__item dd .tel .tel-link {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}
.l-footer-clinic__item dd .tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/base/icon-tel_04.svg") no-repeat center/cover;
}
@media screen and (min-width: 640px), print {
  .l-footer-clinic__item dd .tel .tel-link::before {
    width: 16px;
    height: 16px;
  }
}
.l-footer-clinic__item dd .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
@media screen and (min-width: 640px), print {
  .l-footer-clinic__item dd .sns-list {
    margin-top: 1.2rem;
  }
}
.l-footer-clinic__item dd .sns-list li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-footer-clinic__item dd .sns-list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer-clinic__item dd .sns-list li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.l-footer-clinic__item dd .sns-list li:first-child {
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .l-footer-clinic__item dd .sns-list li:first-child {
    margin: 0 1.7rem 0 0;
  }
}
.l-footer-clinic__item:first-child {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .l-footer-clinic__item:first-child {
    margin: 0 0 0 7rem;
  }
}
.l-footer-nav {
  padding: 2.5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer-nav {
    padding: 5rem 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer-nav__inner {
    max-width: 317px;
    margin: 0 auto;
  }
}
.l-footer-nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem -1rem 0;
}
@media screen and (min-width: 480px), print {
  .l-footer-nav__main {
    margin: 0 -3rem -1rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer-nav__main {
    margin: 0 -7rem 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer-nav__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 1.5rem;
  }
}
.l-footer-nav__list {
  padding: 0 1rem 1rem 0;
}
@media screen and (min-width: 480px), print {
  .l-footer-nav__list {
    padding: 0 3rem 1rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer-nav__list {
    padding: 0 7rem 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer-nav__list {
    padding: 0;
  }
}
.l-footer-nav__list .subnav-list {
  padding: 0 0 0 1em;
}
.l-footer-nav__list .subnav-list li a::before {
  content: "・";
  width: auto;
  height: auto;
  top: 0;
  background-color: transparent;
}
.l-footer-nav__list .subnav-list li .tel-link {
  padding: 0;
}
.l-footer-nav__list .subnav-list li .tel-link::before {
  display: none;
}
.l-footer-nav__list li {
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
.l-footer-nav__list li .title {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.2em;
}
.l-footer-nav__list li .title::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
}
.l-footer-nav__list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.2em;
}
.l-footer-nav__list li a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #B0DE98;
}
@media (hover: hover) {
  .l-footer-nav__list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #3B8712;
  }
  .l-footer-nav__list li a:where(:any-link, :enabled, summary):hover {
    color: #3B8712;
  }
}

.c-footer__copy {
  height: 10rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  background: url("../img/top/footer-bg.jpg") no-repeat center/cover;
  padding: 1em;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy {
    height: 20rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    padding: 1em;
  }
}
.c-footer__copy small {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy small {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  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 {
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-footer__pagetop {
    bottom: -5rem;
    opacity: 0;
    -webkit-transition-property: opacity, bottom;
    transition-property: opacity, bottom;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1099.98px) {
  .c-footer__pagetop.is-fixed {
    opacity: 1;
    pointer-events: auto;
    bottom: 7rem;
  }
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #06ADB3;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #44627C;
}
.c-footer__pagetop a: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);
}

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

  スライダー

-------------------------------- */
.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: calc(100svh - 60px);
}
@media screen and (min-width: 480px), print {
  .swiper-img::before {
    padding-top: calc(100svh - 60px);
  }
}
@media screen and (min-width: 768px), print {
  .swiper-img::before {
    padding-top: calc(100svh - 60px);
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-img::before {
    padding-top: 850px;
  }
}
.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;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.swiper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-parts {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 1em;
  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;
  z-index: 1002;
}
@media screen and (min-width: 360px), print {
  .swiper-parts {
    bottom: 25px;
  }
}
@media screen and (min-width: 480px), print {
  .swiper-parts {
    bottom: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-parts {
    bottom: 33px;
  }
}
@media screen and (min-width: 1600px), print {
  .swiper-parts {
    bottom: 33px;
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-parts {
    display: none;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: static !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  margin: 0 !important;
  width: 25px;
  height: 25px;
  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;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 360px), print {
  .swiper-button-prev, .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 480px), print {
  .swiper-button-prev, .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-button-prev, .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

.swiper-button-prev {
  padding: 0 0.18em 0 0;
}

.swiper-button-next {
  padding: 0 0 0 0.18em;
}

.swiper-button-prev svg, .swiper-button-next svg {
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 480px), print {
  .swiper-button-prev svg, .swiper-button-next svg {
    width: 8px;
    height: 14px;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-button-prev svg, .swiper-button-next svg {
    width: 10px;
    height: 18px;
  }
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #F1E5CD;
}

.swiper-button-prev:hover svg path, .swiper-button-next:hover svg path {
  stroke: #44627C;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-pagination {
  position: static !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 1.8em;
  width: auto !important;
  z-index: 101;
}
@media screen and (max-width: 1099.98px) {
  .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-pagination {
    margin: 0 1em;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #ffffff;
  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: 3px;
  border-radius: 10em;
  opacity: 1;
  cursor: pointer;
  margin: 0 !important;
}
@media screen and (min-width: 480px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 10px 0 0 !important;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 20px 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F1E5CD;
}

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

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  height: 300px;
  z-index: 105;
  margin: 10rem 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .c-page-title {
    height: 200px;
    margin: 6rem 0 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .c-page-title {
    height: 180px;
  }
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  padding: 1em;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/pages/page-title.jpg");
}
.c-page-title__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner::before {
    width: 50px;
  }
}
@media screen and (min-width: 1440px), print {
  .c-page-title__inner::before {
    width: 100px;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-page-title__inner::before {
    display: none;
  }
}
.miyakojima-page .c-page-title__inner {
  background-image: url("../img/pages/miyakojima/page-title.jpg");
}
.aoyama-page .c-page-title__inner {
  background-image: url("../img/pages/aoyama/page-title.jpg");
}
.c-page-title__name {
  position: relative;
  display: inline-block;
  color: #06ADB3;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  border-radius: 10em;
  padding: 1.3rem 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name {
    font-size: 2.4rem;
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name {
    font-size: 3.6rem;
    padding: 1.7rem 5rem;
    letter-spacing: 0.05em;
  }
}
.c-page-title__name span {
  position: relative;
  display: block;
}

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

  アニメーション

-------------------------------- */
.js-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.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  .js-anime {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.js-anime.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #7BCCCF;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #7BCCCF;
}
@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: #06ADB3;
  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: #06ADB3;
  background-color: #06ADB3;
}
.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: #06ADB3;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon, .form-check-input[type=radio].validate-error + .form-check-icon {
  border-color: #B20000;
}

/* フォーム部品：送信ボタン */
.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: "Noto Serif JP", 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: #7BCCCF;
  border-color: #F1E5CD;
}
.form-button-send:disabled {
  color: #999;
  border-color: #ccc;
  background-color: #f5f5f5;
}
.form-button-send:not(:disabled):hover {
  color: #fff;
  background-color: #7BCCCF;
}
.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;
    padding: 2rem 0;
  }
}
@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 #7BCCCF;
    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;
}
@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: #7BCCCF;
  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: #06ADB3;
  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: #06ADB3;
  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: #06ADB3;
  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: #7BCCCF;
  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: #06ADB3;
}
.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: #7BCCCF;
  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: #06ADB3;
}
.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: #7BCCCF;
  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: #06ADB3;
}
.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;
  }
}

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

  トップページ

-------------------------------- */
/* メインビジュアル */
.p-top-hero {
  position: relative;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero {
    margin: 10rem 0 0 0;
    padding: 0 0 0 6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero {
    padding: 0 0 0 10rem;
  }
}
.p-top-hero__container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.p-top-hero__movie {
  display: block;
  position: relative;
}
.p-top-hero__movie::before {
  content: "";
  display: block;
  padding-top: min(900 * var(--vw768), 900px);
}
@media screen and (min-width: 768px), print {
  .p-top-hero__movie::before {
    padding-top: 900px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__movie::before {
    padding-top: 850px;
  }
}
.p-top-hero__movie video {
  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;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 0;
}
.p-top-hero__side {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #ffffff;
  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;
  padding: 1em;
  font-weight: 250;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #7BCCCF;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (min-width: 1440px), print {
  .p-top-hero__side {
    width: 100px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__side {
    display: none;
  }
}
.p-top-hero__main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em 1em 1em;
  z-index: 1001;
}
@media screen and (min-width: 360px), print {
  .p-top-hero__main {
    padding: 1em 1em 1em 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__main {
    padding: 1em 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.p-top-hero__img {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img {
    max-width: 280px;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero__img {
    max-width: 350px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__img {
    width: min(300 * var(--vw768), 300px);
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__img.pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img.sp_only {
    display: none;
  }
}
.p-top-hero__img::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img::before {
    top: -1.8rem;
    left: -1.8rem;
    right: 1.8rem;
    bottom: 1.8rem;
  }
}
.p-top-hero__name {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__name {
    bottom: 3rem;
    left: 4rem;
  }
}
.p-top-hero__name--jp {
  display: block;
  font-weight: 300;
  font-size: min(32 * var(--vw768), 32px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__name--jp {
    letter-spacing: 0.05em;
    font-size: 2.6rem;
  }
}
.p-top-hero__name--dr {
  display: block;
  font-size: min(18 * var(--vw768), 18px);
  margin-bottom: 0.35em;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__name--dr {
    font-size: 1.6rem;
  }
}
.p-top-hero__name--ruby {
  display: block;
}
.p-top-hero__name--name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding-top: min(18 * var(--vw768), 18px);
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__name--name {
    padding-top: 0.55em;
  }
}
.p-top-hero__name--rt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: min(16 * var(--vw768), 16px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__name--rt {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
}
.p-top-hero__name--en {
  display: block;
  font-size: min(26 * var(--vw768), 26px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #7BCCCF;
  font-family: "Alex Brush", serif;
  -webkit-transform: rotate(-4.85deg);
          transform: rotate(-4.85deg);
  margin-top: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__name--en {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.p-top-hero__content {
  margin: 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__content {
    margin: 0 0 0 5rem;
  }
}
.p-top-hero__achievement {
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-size: min(32 * var(--vw768), 32px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: min(30 * var(--vw768), 30px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__achievement {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero__achievement {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__achievement {
    text-align: center;
    line-height: 1.5;
  }
}
.p-top-hero__achievement .u-br--sp {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__achievement .u-br--sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-hero__achievement .sp_none {
    display: none;
  }
}
.p-top-hero__achievement .num {
  font-weight: 700;
  font-size: min(36 * var(--vw768), 36px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__achievement .num {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero__achievement .num {
    font-size: 2.4rem;
  }
}
.p-top-hero__achievement .time-text {
  display: block;
  font-size: min(24 * var(--vw768), 24px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__achievement .time-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero__achievement .time-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__achievement .time-text {
    margin-top: min(10 * var(--vw768), 10px);
  }
}
.p-top-hero__catch {
  color: #06ADB3;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: min(25 * var(--vw768), 25px);
  font-size: min(50 * var(--vw768), 50px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch {
    margin-bottom: 2.5rem;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero__catch {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero__catch {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-hero__catch .sp_none {
    display: none;
  }
}
.p-top-hero__desc {
  color: #000;
  text-shadow: 0px 0px 4px #ffffff;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.9rem + 0.5vw, 1.8rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .p-top-hero__desc {
    line-height: 1.8;
    font-size: clamp(1.2rem, 1.08rem + 0.6vw, 1.8rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-hero__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-hero__desc {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.02em;
    text-align: center;
  }
}
@media screen and (max-width: 359.98px) {
  .p-top-hero__desc {
    letter-spacing: -0.04em;
    font-size: 1.1rem;
  }
}
.p-top-hero-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.6rem;
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic {
    -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: 0;
  }
}
.p-top-hero-clinic__lead {
  display: block;
  text-align: center;
  font-size: min(22 * var(--vw768), 22px);
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.7em;
}
@media screen and (min-width: 480px), print {
  .p-top-hero-clinic__lead {
    font-size: min(18 * var(--vw768), 18px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__lead {
    display: none;
  }
}
.p-top-hero-clinic__title {
  line-height: 1.15;
  display: block;
  text-align: center;
  font-size: min(40 * var(--vw768), 40px);
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero-clinic__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__title {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
.p-top-hero-clinic__title span {
  display: block;
  font-size: min(24 * var(--vw768), 24px);
  font-weight: 300;
  margin: 0 0 0.15em 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__title span {
    font-size: 1.3rem;
    margin: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero-clinic__title span {
    font-size: 1.7rem;
  }
}
.p-top-hero-clinic__info {
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: min(22 * var(--vw768), 22px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__info {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero-clinic__info {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__info {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__item.__miyakojima .p-top-hero-clinic__link {
    background-color: #ffffff;
  }
}
.p-top-hero-clinic__item.__miyakojima .p-top-hero-clinic__title {
  color: #7BCCCF;
}
.p-top-hero-clinic__item.__aoyama {
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__item.__aoyama {
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero-clinic__item.__aoyama {
    margin: 0 2.3rem 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__item.__aoyama .p-top-hero-clinic__link {
    background-color: #ffffff;
  }
}
.p-top-hero-clinic__item.__aoyama .p-top-hero-clinic__title {
  color: #44627C;
}
.p-top-hero-clinic__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 3px solid #7BCCCF;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__link {
    height: 120px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 4.758px 0px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 0px 4.758px 0px rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero-clinic__link {
    height: 145px;
  }
}
@media (hover: hover) {
  .p-top-hero-clinic__link:where(:-moz-any-link, :enabled, summary):hover .p-top-hero-clinic__img img {
    transform: scale(1.1);
  }
  .p-top-hero-clinic__link:where(:any-link, :enabled, summary):hover .p-top-hero-clinic__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-top-hero-clinic__img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__img {
    display: none;
  }
}
.p-top-hero-clinic__img img {
  -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;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-hero-clinic__main {
  padding: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero-clinic__main {
    padding: 2rem 1rem;
    min-width: 180px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-hero-clinic__main {
    min-width: 235px;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-hero-clinic__main {
    height: min(180 * var(--vw768), 180px);
    width: min(280 * var(--vw768), 280px);
    place-content: center;
  }
}

/* イントロダクション */
.p-top-intro {
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro {
    padding: 11rem 2em;
  }
}
.p-top-intro__container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-intro__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.p-top-intro__image {
  position: relative;
  padding: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__image {
    padding: 1rem 1rem 0 0;
  }
}
.p-top-intro__image::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0.5rem;
  bottom: 0.5rem;
  background-color: rgba(123, 204, 207, 0.3);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__image::before {
    left: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-intro__image {
    max-width: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-intro__image {
    margin: 0 auto;
    max-width: none;
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-intro__image img {
    width: 100%;
    height: auto;
  }
}
.p-top-intro__header {
  margin-bottom: 2.5rem;
}
.p-top-intro__heading {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__heading {
    font-size: 3.4rem;
  }
}
.p-top-intro__more {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__more {
    margin-top: 3.5rem;
  }
}
.p-top-intro__text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 250;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__text {
    letter-spacing: 0.02em;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__text {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}
.p-top-intro__text .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, transparent), color-stop(3%, #D3F8F9));
  background: linear-gradient(transparent 3%, #D3F8F9 3%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
}
.p-top-intro__text .marker.on {
  background-size: 100% 100%;
}

/* クリニックのご紹介 */
.p-top-clinic {
  position: relative;
  padding: 5rem 1em;
  border-top: 1px solid #C4E9EB;
  background: #F3FFFF;
}
@media screen and (min-width: 1100px), print {
  .p-top-clinic {
    padding: 13rem 2em;
  }
}
.p-top-clinic .c-inner {
  max-width: 1350px;
}
.p-top-clinic__desc {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 250;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic__desc {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin-bottom: 3.7rem;
  }
}
.p-top-clinic__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .p-top-clinic__container {
    -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;
  }
}
.p-top-clinic__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic__header {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-clinic__header {
    margin-bottom: 7rem;
  }
}
.p-top-clinic__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem -1rem -1rem 0;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic__foot {
    margin: 3rem -2rem -2rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-clinic__foot {
    -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: 3rem 0 0 0;
    gap: 1rem;
  }
}
.p-top-clinic__more {
  padding: 0 1rem 1rem 0;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic__more {
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-clinic__more {
    padding: 0;
  }
  .p-top-clinic__more .c-link-button {
    width: 146px;
  }
}
.p-top-clinic__item {
  width: 100%;
  max-width: 650px;
}
@media screen and (min-width: 1100px), print {
  .p-top-clinic__item {
    width: 50%;
    max-width: none;
  }
}
.p-top-clinic__item:first-child {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-clinic__item:first-child {
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-clinic__item:first-child {
    margin: 0 5rem 0 0;
  }
}
.p-top-clinic__item .c-heading--detail {
  margin-bottom: 1rem;
}
.p-top-clinic-info {
  background-color: #ffffff;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-info {
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p-top-clinic-info {
    -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;
    padding: 1.6rem 1rem;
  }
}
.p-top-clinic-info.__miyakojima {
  border-left: 15px solid #C4E9EB;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-info.__miyakojima {
    border-left: 30px solid #C4E9EB;
  }
}
.p-top-clinic-info.__aoyama {
  border-left: 15px solid #A2BCD2;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-info.__aoyama {
    border-left: 30px solid #A2BCD2;
  }
}
.p-top-clinic-info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-clinic-info__sns li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-top-clinic-info__sns li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .p-top-clinic-info__sns li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1279.98px) {
  .p-top-clinic-info__sns li a img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-top-clinic-info__sns li a img {
    width: 30px;
    height: 30px;
  }
}
.p-top-clinic-info__sns li:first-child {
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 576px), print {
  .p-top-clinic-info__sns li:first-child {
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-clinic-info__sns li:first-child {
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-clinic-info__sns li:first-child {
    margin: 0 2.5rem 0 0;
  }
}
.p-top-clinic-info__define {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .p-top-clinic-info__define {
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
}
.p-top-clinic-info__define dt {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px), print {
  .p-top-clinic-info__define dt {
    letter-spacing: 0.05em;
    font-size: 2.6rem;
  }
}
.p-top-clinic-info__define .add_jp {
  font-size: 1.4rem;
  font-weight: 250;
  line-height: 1;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 576px), print {
  .p-top-clinic-info__define .add_jp {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-clinic-info__define .add_jp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-clinic-info__define .add_jp {
    letter-spacing: 0.05em;
  }
}
.p-top-clinic-info__define .add_en {
  font-size: 1.1rem;
  font-weight: 250;
  line-height: 1;
}
@media screen and (min-width: 1280px), print {
  .p-top-clinic-info__define .add_en {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-clinic-info__define .add_en {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-clinic-info__define .add_en {
    line-height: 1.3;
  }
}
.p-top-clinic-banner__link {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 220px;
  padding: 2.5rem;
}
@media (hover: hover) {
  .p-top-clinic-banner__link:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
  .p-top-clinic-banner__link:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}
.p-top-clinic-banner__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-banner__link {
    height: 260px;
    padding: 3rem;
  }
}
.p-top-clinic-banner__link.__miyakojima {
  border-left: 15px solid #7BCCCF;
  background: url("../img/top/img2.jpg") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-banner__link.__miyakojima {
    border-left: 30px solid #7BCCCF;
  }
}
@media (hover: hover) {
  .p-top-clinic-banner__link.__miyakojima:where(:-moz-any-link, :enabled, summary):hover .c-link-button {
    background-color: #06ADB3;
  }
  .p-top-clinic-banner__link.__miyakojima:where(:any-link, :enabled, summary):hover .c-link-button {
    background-color: #06ADB3;
  }
}
.p-top-clinic-banner__link.__aoyama {
  border-left: 15px solid #44627C;
  background: url("../img/top/img3.jpg") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-banner__link.__aoyama {
    border-left: 30px solid #44627C;
  }
}
@media (hover: hover) {
  .p-top-clinic-banner__link.__aoyama:where(:-moz-any-link, :enabled, summary):hover .c-link-button {
    background-color: #3B8712;
  }
  .p-top-clinic-banner__link.__aoyama:where(:any-link, :enabled, summary):hover .c-link-button {
    background-color: #3B8712;
  }
}
.p-top-clinic-banner__title {
  position: relative;
  color: #ffffff;
  text-align: right;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-banner__title {
    font-size: 3.6rem;
  }
}
.p-top-clinic-banner__title span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-banner__title span {
    font-size: 1.6rem;
  }
}
.p-top-clinic-banner__more {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-clinic-banner__more .c-link-button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* こんな症状でお悩みではありませんか？ */
.p-top-medical {
  position: relative;
  padding: 5rem 1em;
  background: url("../img/top/bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-top-medical {
    padding: 8.5rem 2em;
  }
}
.p-top-medical .c-inner {
  max-width: 1300px;
}
.p-top-medical__container {
  border-radius: 1rem;
  padding: 1.6rem 1.6rem 3rem 1.6rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px), print {
  .p-top-medical__container {
    padding: 4rem 4rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-medical__container {
    padding: 8rem 10rem;
  }
}
.p-top-medical__content {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  border-top: 1px solid #C4E9EB;
}
@media screen and (min-width: 768px), print {
  .p-top-medical__content {
    margin: 2.8rem 0 0 0;
    padding: 4rem 0 0 0;
  }
}
.p-top-medical__worriesWrap {
  margin: 0 auto;
}
@media screen and (min-width: 480px), print {
  .p-top-medical__worriesWrap {
    max-width: 890px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-medical__worriesWrap {
    max-width: 890px;
  }
}
.p-top-medical__worries {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 480px), print {
  .p-top-medical__worries {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-medical__worries {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-medical__worries {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-top-medical__link {
  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;
  -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: 160px;
  background-color: #ffffff;
  border: 3px solid #C4E9EB;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 6px 0 #F5F5F5;
          box-shadow: 0 0 6px 0 #F5F5F5;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  color: #57B4B7;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 480px), print {
  .p-top-medical__link {
    height: 175px;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-medical__link {
    padding: 1rem 1rem 2rem 1rem;
    height: 215px;
  }
}
@media (hover: hover) {
  .p-top-medical__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #57B4B7;
    color: #ffffff;
  }
  .p-top-medical__link:where(:any-link, :enabled, summary):hover {
    background-color: #57B4B7;
    color: #ffffff;
  }
  .p-top-medical__link:where(:-moz-any-link, :enabled, summary):hover .p-top-medical__img svg path {
    stroke: #ffffff;
  }
  .p-top-medical__link:where(:any-link, :enabled, summary):hover .p-top-medical__img svg path {
    stroke: #ffffff;
  }
  .p-top-medical__link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #ffffff;
  }
  .p-top-medical__link:where(:any-link, :enabled, summary):hover::before {
    border-color: #ffffff;
  }
}
.p-top-medical__link::before {
  content: "";
  position: absolute;
  bottom: 0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #57B4B7;
  border-left: 2px solid #57B4B7;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .p-top-medical__link::before {
    width: 10px;
    height: 10px;
    bottom: 1em;
  }
}
.p-top-medical__img {
  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: 65px;
}
@media screen and (min-width: 480px), print {
  .p-top-medical__img {
    height: 85px;
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-medical__img svg {
    height: 65px;
  }
}
.p-top-medical__img svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.p-top-medical__title {
  margin-top: 1.3rem;
  text-align: center;
  line-height: 1.35;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px), print {
  .p-top-medical__title {
    font-size: 1.2rem;
    margin-top: 1.8rem;
    letter-spacing: 0;
  }
}
.p-top-medical__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 479.98px) {
  .p-top-medical__foot {
    -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;
  }
}
.p-top-medical__text {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .p-top-medical__text {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-medical__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-medical__more .c-link-button {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-medical__more .c-link-button {
    width: 205px;
  }
}
.p-top-medical__more:first-child {
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 480px), print {
  .p-top-medical__more:first-child {
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-medical__more:first-child {
    margin: 0 3.5rem 0 0;
  }
}

/* 取り扱い製品 */
.p-top-product {
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-product {
    padding: 12rem 2em;
  }
}
.p-top-product .c-inner {
  max-width: 1350px;
}
@media screen and (min-width: 1100px), print {
  .p-top-product .c-heading--common {
    margin-bottom: 7rem;
  }
}
.p-top-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -2.5rem 0;
}
@media screen and (min-width: 768px), print {
  .p-top-product__container {
    margin: 0 -1.5rem -5rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-product__container {
    margin: 0 -3rem -9rem 0;
  }
}
.p-top-product__item {
  width: 50%;
  padding: 0 1rem 2.5rem 0;
}
@media screen and (min-width: 768px), print {
  .p-top-product__item {
    width: 33.33333%;
    padding: 0 1.5rem 5rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-product__item {
    width: 25%;
    padding: 0 3rem 9rem 0;
  }
}
.p-top-product__more {
  text-align: center;
}
@media screen and (max-width: 639.98px) {
  .p-top-product__more .c-link-button {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    padding: 1rem 2.5rem 1rem 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-product__more .c-link-button::before {
    width: 6px;
    height: 6px;
    right: 1.5rem;
    border-top-width: 1px;
    border-left-width: 1px;
  }
}
.p-top-product__img {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-top-product__img {
    margin-bottom: 2rem;
  }
}
.p-top-product__img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid #d2ba8c;
}
@media screen and (min-width: 768px), print {
  .p-top-product__img img {
    border-radius: 1rem;
  }
}

/* コラム */
.p-top-column {
  position: relative;
  padding: 4rem 1em;
  background: url("../img/top/bg2.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-top-column {
    padding: 8rem 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-column .c-heading--detail {
    margin-bottom: 4.5rem;
  }
}
.p-top-column__more {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-column__more {
    margin-top: 3rem;
  }
}

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

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 6em 2em;
  }
}
.l-section__block {
  position: relative;
}
.l-section__block:not(:last-child) {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 768px), print {
  .l-section__block:not(:last-child) {
    margin: 0 0 10rem 0;
  }
}
.l-section-box {
  position: relative;
  border-radius: 1rem;
  background-color: #F6F6F6;
  padding: 5.5rem 1.6rem 1.6rem 1.6rem;
}
@media screen and (min-width: 768px), print {
  .l-section-box {
    border-radius: 3rem;
    padding: 6rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section-box {
    padding: 8.5rem 5rem 5rem 5rem;
  }
}
.l-section-box.__type2 {
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .l-section-box.__type2 {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section-box.__type2 {
    padding: 3.5rem;
  }
}
.l-section-box__heading {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #7BCCCF;
  padding: 1rem 2.5rem;
  line-height: 1.2;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  white-space: nowrap;
  border-radius: 0 0 1rem 1rem;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .l-section-box__heading {
    font-size: 2.2rem;
    border-radius: 0 0 2rem 2rem;
    padding: 1.2rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section-box__heading {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding: 1.5rem 4rem;
    border-radius: 0 0 3rem 3rem;
  }
}
.l-section__flowWrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem 1rem;
  counter-reset: number 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 640px), print {
  .l-section__flowWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__flowWrap {
    margin-bottom: 5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.l-section__flow {
  position: relative;
  border-radius: 1.5rem;
  background: #F6F6F6;
  place-content: end;
  padding: 9.5rem 1.6rem 1.6rem 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__flow {
    padding: 9.5rem 1.6rem 1.6rem 1.6rem;
    border-radius: 2rem;
  }
}
.l-section__flow::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) 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;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #fff;
  background-color: #D2BA8C;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: 500;
  z-index: 1;
}
.l-section__flow-title {
  position: absolute;
  top: 3rem;
  left: 1rem;
  right: 1rem;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .l-section__flow-title {
    font-size: 1.6rem;
  }
}

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

  当院について

-------------------------------- */
/* ドクター紹介 */
.about-doctor-img {
  position: relative;
}
.about-doctor-img img {
  border-top: 1rem solid #C4E9EB;
  border-left: 1rem solid #C4E9EB;
}
@media screen and (min-width: 768px), print {
  .about-doctor-img img {
    border-top: 2rem solid #C4E9EB;
    border-left: 2rem solid #C4E9EB;
  }
}
.about-doctor-content {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .about-doctor-content {
    margin: 7rem 0 0 0;
  }
}
.about-doctor-table {
  display: table;
}
.about-doctor-table th {
  color: #7BCCCF;
  padding: 0 1.6rem 0 0;
  white-space: nowrap;
}
@media screen and (min-width: 1100px), print {
  .about-doctor-table th {
    padding: 0 4rem 0 0;
  }
}
.about-doctor-table th, .about-doctor-table td {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  .about-doctor-table th, .about-doctor-table td {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px), print {
  .about-doctor-table th, .about-doctor-table td {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.about-doctor-name {
  position: relative;
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
}
.about-doctor-name.__type2::before {
  display: none;
}
.about-doctor-name::before {
  content: "Yuria Takase";
  position: absolute;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #7BCCCF;
  font-family: "Alex Brush", serif;
}
@media screen and (min-width: 768px), print {
  .about-doctor-name::before {
    font-size: 3.6rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-4.85deg);
            transform: translateY(-50%) rotate(-4.85deg);
  }
}
@media screen and (max-width: 767.98px) {
  .about-doctor-name::before {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .about-doctor-name {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-doctor-name {
    text-align: center;
    padding-bottom: 2.7em;
  }
}
.about-doctor-name span {
  display: block;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px), print {
  .about-doctor-name span {
    font-size: 3.6rem;
  }
}

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

  宮古島院

-------------------------------- */
/* 宮古島院/医院概要 */
.outline-map {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .outline-map {
    position: relative;
    margin-top: 3rem;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .outline-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.outline-logo {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .outline-logo {
    margin-bottom: 6rem;
  }
}
.outline-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 0;
}
.outline-table tr:first-child th, .outline-table tr:first-child td {
  border-top: 1px dotted #888;
}
.outline-table th {
  white-space: nowrap;
}
.outline-table th, .outline-table td {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  padding: 1rem 0.5rem;
  letter-spacing: -0.05em;
  border-bottom: 1px dotted #888;
}
@media screen and (min-width: 768px), print {
  .outline-table th, .outline-table td {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .outline-table th, .outline-table td {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 2.3rem;
  }
}
.outline-text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .outline-text {
    margin-bottom: 6rem;
  }
}

/* 宮古島院/診療内容 */
.medical-limit-banner {
  background-color: #E6F7F8;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .medical-limit-banner {
    border-radius: 3rem;
    padding: 4rem;
  }
}
.medical-limit-banner .heading_en {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #7BCCCF;
  font-family: "Alex Brush", serif;
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .medical-limit-banner .heading_en {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-limit-banner .heading_en {
    font-size: 6.4rem;
  }
}
.medical-limit-banner .heading_jp {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .medical-limit-banner .heading_jp {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-limit-banner .heading_jp {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.medical-limit-banner .heading_jp span {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  color: #E60012;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .medical-limit-banner .heading_jp span {
    font-size: 3.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-limit-banner .heading_jp span {
    font-size: 4.8rem;
  }
}
.medical-limit-banner .limit_text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: #2D2D2D;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .medical-limit-banner .limit_text {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-limit-banner .limit_text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.medical-anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -1rem 0;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .medical-anchor {
    margin: 0 -1rem -2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-anchor {
    margin: 0 -1.3rem -3rem 0;
  }
}
.medical-anchor-item {
  padding: 0 0.5rem 1rem 0;
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .medical-anchor-item {
    padding: 0 1rem 2rem 0;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-anchor-item {
    padding: 0 1.3rem 3rem 0;
    width: 25%;
  }
}
.medical-anchor-item a {
  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: 45px;
  border-radius: 10em;
  color: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #7BCCCF;
  line-height: 1.2;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .medical-anchor-item a {
    font-size: 1.6rem;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-anchor-item a {
    font-size: 1.8rem;
    height: 56px;
  }
}
@media (hover: hover) {
  .medical-anchor-item a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #06ADB3;
  }
  .medical-anchor-item a:where(:any-link, :enabled, summary):hover {
    background-color: #06ADB3;
  }
}
.medical-anchor-item a span {
  position: relative;
  display: inline-block;
  padding: 0 1.2em 0 0;
}
.medical-anchor-item a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media screen and (min-width: 768px), print {
  .medical-anchor-item a span::before {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    width: 8px;
    height: 8px;
  }
}
.medical-label {
  display: block;
  border-radius: 0.5rem;
  background: #E6F8F8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #57B4B7;
  text-align: center;
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .medical-label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-label {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.medical-label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 1em 0;
}
@media screen and (max-width: 1099.98px) {
  .medical-label-list {
    -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;
  }
}
.medical-label-list li {
  display: inline-block;
  color: #ffffff;
  background-color: #06ADB3;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 1rem 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .medical-label-list li {
    border-radius: 1rem;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}
.medical-fee-item {
  padding: 1rem;
  border-bottom: 1px solid #C4E9EB;
}
.medical-fee-item:first-child {
  border-top: 1px solid #C4E9EB;
}
@media screen and (min-width: 768px), print {
  .medical-fee-item {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-item {
    padding: 2rem;
  }
}
.medical-fee-box {
  border-radius: 0.5rem;
  background: #F6F6F6;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .medical-fee-box {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-box {
    padding: 1rem 3rem;
    margin-top: 2rem;
  }
}
.medical-fee-att li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .medical-fee-att li {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-att li {
    font-size: 1.4rem;
  }
}
.medical-fee-wrap {
  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;
}
.medical-fee-wrap .title {
  display: block;
  color: #57B4B7;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 480px), print {
  .medical-fee-wrap .title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .medical-fee-wrap .title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-wrap .title {
    font-size: 2.2rem;
  }
}
.medical-fee-wrap .num {
  display: block;
  color: #000000;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 480px), print {
  .medical-fee-wrap .num {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .medical-fee-wrap .num {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-wrap .num {
    font-size: 2.2rem;
  }
}
.medical-fee-define {
  border-radius: 0.5rem;
  background: #E6F8F8;
  padding: 1.5rem;
}
.medical-fee-define dt {
  text-align: center;
  line-height: 1.8;
  color: #57B4B7;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .medical-fee-define dt {
    font-size: 2rem;
  }
}
.medical-fee-num {
  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;
}
@media screen and (max-width: 767.98px) {
  .medical-fee-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.medical-fee-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 1.3rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .medical-fee-text {
    font-size: 2.4rem;
    margin: 0 0 0 1.3rem;
  }
}
.medical-fee-area {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .medical-fee-area {
    margin-top: 3.5rem;
  }
}
.medical-fee-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .medical-fee-table.pc_only {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .medical-fee-table.sp_only {
    display: none;
  }
}
.medical-fee-table th, .medical-fee-table td {
  border: 2px solid #C4E9EB;
  background-color: #ffffff;
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .medical-fee-table th, .medical-fee-table td {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-table th, .medical-fee-table td {
    padding: 2rem 3rem;
  }
}
.medical-fee-table .medical-fee-label {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .medical-fee-table .medical-fee-label {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .medical-fee-table .medical-fee-label span {
    font-size: 1.6rem;
  }
}
.medical-fee-table .title {
  display: block;
  color: #57B4B7;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .medical-fee-table .title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-table .title {
    letter-spacing: 0.05em;
    font-size: 2.2rem;
  }
}
.medical-fee-table td {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .medical-fee-table td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-table td {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
.medical-fee-table td .num {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .medical-fee-table td .num {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-fee-table td .num {
    font-size: 2.2rem;
  }
}
.medical-fee-label {
  display: inline-block;
  border-radius: 1rem;
  background: #D2BA8C;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .medical-fee-label {
    font-size: 1.6rem;
  }
}
.medical-fee-label span {
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .medical-fee-label span {
    font-size: 2.4rem;
  }
}
.medical-flow {
  background-color: #F6F6F6;
  border-radius: 0.5rem;
  padding: 2rem 2rem 5rem 2rem;
  margin: 0 auto;
  margin-top: 1.5rem;
  max-width: 750px;
}
@media screen and (min-width: 1100px), print {
  .medical-flow {
    padding: 5rem 5rem 8rem 5rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
.medical-flow-heading {
  color: #57B4B7;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .medical-flow-heading {
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.medical-flow-step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.medical-flow-step__item:not(:last-child) {
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 1100px), print {
  .medical-flow-step__item:not(:last-child) {
    padding: 0 0 5rem 0;
  }
}
.medical-flow-step__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0.8em;
  left: 1.25em;
  width: 14px;
  height: 14px;
  background: url("../img/base/icon-arrow_bottom.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .medical-flow-step__item:not(:last-child)::before {
    width: 19px;
    height: 19px;
    bottom: 1em;
    left: 1.7em;
  }
}
.medical-flow-step__text {
  position: absolute;
  top: 0.4em;
  left: 5.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-weight: 300;
  line-height: 1.35;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .medical-flow-step__text {
    font-size: 1.6rem;
    top: 0;
    left: 4.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-flow-step__text {
    letter-spacing: 0.05em;
    font-size: 2rem;
  }
}
.medical-flow-step__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 25px;
  padding: 0.5rem 1rem;
  -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;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #57B4B7;
}
@media screen and (min-width: 1100px), print {
  .medical-flow-step__label {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 0.7rem 1.2rem;
    width: 73px;
    height: 30px;
  }
}

.c-calendar-img span {
  display: block;
  text-align: center;
}
.c-calendar-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px), print {
  .c-calendar-img img {
    width: 75%;
  }
}

.p-staff {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: 300px;
}
@media screen and (min-width: 480px), print {
  .p-staff {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-staff {
    gap: 5rem;
  }
}
@media screen and (min-width: 992px), print {
  .p-staff {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-staff {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-staff .about-doctor-img {
  margin-bottom: 1.2em;
}
.p-staff .about-doctor-img img {
  width: 100%;
  height: auto;
}
.p-staff .about-doctor-name {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .p-staff .about-doctor-name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-staff .about-doctor-name span {
    font-size: 3rem;
  }
}
.p-staff .u-text-body {
  display: none;
}
.p-staff .l-section-box.__type2 {
  border-radius: 1rem;
  display: none;
}
@media screen and (min-width: 1100px), print {
  .p-staff .l-section-box.__type2 {
    padding: 2rem;
  }
}

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

  投稿系ページ

-------------------------------- */
.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.__archive .news-link {
  padding-left: 0;
  color: #06ADB3;
}
@media screen and (min-width: 768px), print {
  .news-list.__archive .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .news-list.__archive .news-topics:first-child {
    padding-top: 0;
  }
}
.news-list.__archive .news-date {
  line-height: 1.8;
  width: 100px;
  margin: 0 0 0.3rem 0;
}
@media screen and (min-width: 768px), print {
  .news-list.__archive .news-date {
    margin: 0 3rem 0 0;
  }
}
.news-list.__archive .news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-list.__miyakojima .news-category {
  background-color: #B0DE98;
}
.news-list.__aoyama .news-category {
  background-color: #A2BCD2;
}
.news-topics {
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #F6F6F6;
}
@media screen and (min-width: 768px), print {
  .news-topics {
    padding: 2.5rem 2rem;
  }
}
.news-date {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.1em;
  margin: 0 0 0.2rem 0;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.6rem;
    margin: 0;
  }
}
.news-category {
  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;
  padding: 0.5rem;
  line-height: 1.2;
  color: #ffffff;
  width: 100px;
  height: 26px;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  font-weight: 400;
  z-index: 0;
  margin: 0 0 0.7em 0;
}
@media screen and (min-width: 768px), print {
  .news-category {
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0;
    width: 120px;
    height: 30px;
  }
}
.news-title {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: underline;
  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 {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
  }
}
.news-link {
  position: relative;
  display: block;
  color: #3B8712;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    padding: 0 0 0 9em;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover .news-title {
    text-decoration: none;
  }
  .news-link:where(:any-link, :enabled, summary):hover .news-title {
    text-decoration: none;
  }
}

.news-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -2rem 0;
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    margin: 0 -2rem -2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list {
    margin: 0 -4rem -3rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .news-thumb-list {
    padding: 0 1em;
  }
}
.news-thumb-title {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-date {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-date {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #7BCCCF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
}
.news-thumb-topics {
  padding: 0 1rem 2rem 0;
  width: 100%;
}
@media screen and (min-width: 480px), print {
  .news-thumb-topics {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-topics {
    padding: 0 2rem 2rem 0;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-topics {
    padding: 0 4rem 3rem 0;
    width: 33.33333%;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 1.5rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #f6f6f6;
}

.product-detail .swap-gallery {
  margin: 0;
}
@media screen and (min-width: 1100px), print {
  .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .product-detail {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1100px), print {
  .product-detail-gallery {
    width: 50%;
  }
}
@media screen and (max-width: 1099.98px) {
  .product-detail-content {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .product-detail-content {
    padding-top: 0.5em;
    margin-left: 4rem;
    width: 50%;
  }
}
.product-detail-title {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 0.6em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .product-detail-title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8em;
  }
}
.product-detail-body {
  display: block;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .product-detail-body {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0081BF;
  text-decoration: none;
}