@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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;
}

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

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

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

:root {
  --color--black:#4a4a4a;
  --color--gray:#828282;
  --color--gray-50:#b9b6b6;
  --color--green:#5ba0a4;
  --color--light-green-50:#c3dcb1;
  --color--light-green:#85be89;
  --color--green--10:#e5f0dd;
  --color--green--20:#d4f0c0;
  --color--yellow--50:#f9f9bd;
  --color--red:#bd2b29;
  --color--bg-white:#f6f6f8;
  --color--gradient-green:
  	linear-gradient(128deg,rgba(60, 199, 164, 1) 0%, rgba(65, 171, 181, 1) 50%, rgba(53, 171, 135, 1) 100%);
  --border-radius--btn: calc(infinity * 1px);
}

body {
  color: var(--color--black);
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  background-color: var(--color--bg-white);
  line-height: 1.6;
  font-size: 15px;
}
@media (min-width: 450px) {
  body {
    font-size: 16px;
  }
}

a {
  -webkit-tap-highlight-color: transparent; /* タップ時のハイライトを無効化（iOS・Android） */
  touch-action: manipulation; /* タッチ操作をボタン/リンク向けに最適化 */
}

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.hamburger-overlay {
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .hamburger-overlay {
    display: none;
  }
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: var(--color--green);
  transition: all 0.6s;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}

.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}

.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color--gradient-green);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .nav-overlay__content {
    display: none;
  }
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .nav-overlay__link:hover {
    color: var(--color--yellow--50);
  }
}
.header {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-shadow: 0px 6px 6px -5px rgba(0, 0, 0, 0.1);
  height: 60px;
  background-color: var(--color--bg-white);
  position: fixed;
}

.header__nav--pc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  letter-spacing: 0.05em;
}

.header__logo {
  width: clamp(256px, 25vw, 320px);
  height: auto;
}

.header__link {
  display: none;
}
@media (min-width: 1024px) {
  .header__link {
    display: block;
    display: flex;
    align-items: center;
    gap: 1.5em;
  }
}

.header__link--text {
  position: relative;
}

.header__link--text a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--color--green);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}

.header__link--tel {
  font-size: 22px;
  font-weight: 400;
  color: var(--color--green);
}

.header__link--icon_phone {
  fill: var(--color--green);
  width: 18px;
  height: 18px;
  padding-top: 2px;
}

@media (any-hover: hover) {
  .header__link--text a:hover::after {
    display: block;
    transform: scale(1, 1);
  }
}
html {
  scroll-padding-top: 60px;
}

.l-mainvisual {
  width: 100%;
  position: relative;
  padding-bottom: min(5vw, 42px);
  padding-top: 60px;
}

.l-mainvisual__inner {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 650px) {
  .l-mainvisual__inner {
    display: block;
  }
}

.l-mainvisual__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.l-mainvisual__catch {
  position: inherit;
  z-index: 5;
  margin-top: -60vw;
}
@media (min-width: 650px) {
  .l-mainvisual__catch {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}

.l-mainvisual_title img {
  display: block;
  width: 75%;
  height: auto;
}
@media (min-width: 650px) {
  .l-mainvisual_title img {
    width: clamp(380px, 50vw, 920px);
    height: auto;
  }
}

.l-mainvisual_menu {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6em;
  margin-left: 8vw;
  justify-content: flex-start;
}
@media (min-width: 650px) {
  .l-mainvisual_menu {
    gap: 1em;
    margin-left: 4vw;
    padding: 0;
  }
}

.l-mainvisual_menu--card {
  position: relative;
  width: clamp(80px, 10vw, 128px);
  height: clamp(80px, 10vw, 128px);
  z-index: 10;
  background-color: #fff;
  border-radius: clamp(8px, 1.5vw, 16px);
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0px 6px 6px -5px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}

.l-mainvisual_menu--card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-mainvisual_menu--icon {
  display: grid;
  place-content: center;
  margin: 0 auto;
  width: clamp(32px, 4vw, 52px);
  height: 70%;
  display: grid;
  place-content: center;
}

.l-mainvisual_menu--card:nth-child(2) .l-mainvisual_menu--icon {
  width: clamp(20px, 2.8vw, 42px);
}

.l-mainvisual_menu--card:nth-child(3) .l-mainvisual_menu--icon {
  width: clamp(36px, 4.3vw, 56px);
}

.l-mainvisual_menu--text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  background-color: var(--color--green);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 30%;
  font-size: clamp(14px, 1.5vw, 16px);
}

@media (any-hover: hover) {
  .l-mainvisual_menu--card:hover {
    transform: scale(1.1);
  }
}
.l-sec {
  padding: clamp(42px, 5vw, 82px) 0;
}

.l-sec--top {
  padding: 60px 0 clamp(42px, 5vw, 82px) 0;
}

.l-document {
  width: calc(100% - 40px);
  max-width: 768px;
  margin: 0 auto;
  line-height: 2;
  font-weight: 400;
}

.l-grid--two {
  max-width: 1420px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-column: inherit;
  gap: clamp(16px, 3vw, 32px);
}
@media (min-width: 650px) {
  .l-grid--two {
    width: calc(100% - 80px);
    grid-template-columns: repeat(2, auto);
  }
}

.l-grid--two--contact {
  max-width: 400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(16px, 3vw, 32px);
}
@media (min-width: 768px) {
  .l-grid--two--contact {
    display: grid;
    grid-template-columns: repeat(2, auto);
    width: calc(100% - 80px);
    max-width: 800px;
  }
}

.l-bg-img {
  position: relative;
}

.l-bg-green--10 {
  background-color: var(--color--green--10);
}

.l-bg-light-green-50 {
  background-color: var(--color--light-green-50);
}

.l-bg-img__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.l-bg-img__img img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 650px) {
  .l-bg-img__img img {
    width: 30%;
  }
}

.l-bg-img__img img:nth-child(1) {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.l-bg-img__img img:nth-child(2) {
  transform: rotate(180deg);
  -o-object-position: bottom right;
     object-position: bottom right;
}

.p-contact__map {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 650px) {
  .p-contact__map {
    width: 90%;
    border-radius: 16px;
  }
}

.speechBubble {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 16px;
  padding: 8px 32px;
  border-radius: var(--border-radius--btn);
  background-color: var(--color--green--20);
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent transparent var(--color--green--20);
  translate: 100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: left;
}

.speechBubble--right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 16px;
  padding: 8px 32px;
  border-radius: var(--border-radius--btn);
  background-color: var(--color--green--20);
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.speechBubble--right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent var(--color--green--20) transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, 10deg);
  transform-origin: right;
}

.c-speech-bubble__il-right {
  display: grid;
  grid-template-columns: auto 88px;
  gap: 8px;
  margin-top: 2em;
}

.c-speech-bubble__il-left {
  display: grid;
  grid-template-columns: 88px auto;
  gap: 8px;
  margin-top: 2em;
}

/* ==============
　タイトル
============= */
.c-sec-title--green {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: 0.05em;
  color: var(--color--green);
}

.c-sec-title--gray {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: 0.05em;
  color: var(--color--gray);
}

.c-sec-subtitle--big--green {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(24px, 3vw, 42px);
  color: var(--color--green);
}

.c-sec-subtitle--green {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(20px, 2.6vw, 32px);
  color: var(--color--green);
}

.c-document__title {
  width: 100%;
  background-color: var(--color--light-green);
  color: #fff;
  font-size: clamp(18px, 2.3vw, 24px);
  border-radius: 8px;
  padding: 8px clamp(18px, 2.3vw, 24px);
  margin-top: 1em;
  line-height: 1.4;
}

.c-card-title--green {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(24px, 2.5vw, 32px);
  color: var(--color--green);
}

.c-card-title--gray {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(24px, 2.5vw, 32px);
  color: var(--color--gray);
}

.c-card-komidashi--green {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  color: var(--color--green);
}

/* ==============
　フォント
============= */
.c-fonts--kosugimaru {
  font-family: "Kosugi Maru";
  font-weight: 400;
  font-style: normal;
}

/* ==============
　リスト
============= */
.p-text__list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 0.4em;
  font-weight: 500;
}

.p-text__list li:before {
  content: "●";
  color: var(--color--green);
  font-size: 0.8em;
  margin-right: 0.2em;
  padding-bottom: 0.1em;
}

.p-text__list .list-strong {
  color: var(--color--red);
  background-color: #fff;
}

.text_attention {
  color: var(--color--red);
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.p-contact__tel {
  text-align: center;
  font-size: min(11vw, 44px);
  font-weight: 400;
  color: var(--color--green);
}

.p-contact__tel--icon_phone {
  fill: var(--color--green);
  width: min(9vw, 36px);
  height: min(9vw, 36px);
  padding-top: min(1vw, 4px);
}

/*
======================
　装飾
======================
*/
.c-text__underline {
  color: #373737;
  background: linear-gradient(to right, #aad8b0 0%, #d6eba5 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  font-weight: 600;
}

.text__hige-line {
  display: flex;
  align-items: center;
  font-size: max(16px, 70%);
  line-height: 1.5;
  text-align: center;
  margin-left: 1em;
}

/* 両側センターライン */
.text__hige-line::before,
.text__hige-line::after {
  content: "";
  height: 1px;
  background-color: var(--color--green);
  width: 1.5em;
}

.text__hige-line::before {
  margin-right: 0.5em;
}

.text__hige-line::after {
  margin-left: 0.5em;
}

.u-margin-top--l {
  margin-top: clamp(42px, 5vw, 82px) !important;
}

.u-margin-top--m {
  margin-top: clamp(16px, 2.3vw, 28px) !important;
}

.u-margin-top--1em {
  margin-top: 1em !important;
}

.u-margin-top--05em {
  margin-top: 0.5em !important;
}

.u-padding-top--1em {
  padding-top: 1em !important;
}

.u-padding-top--05em {
  padding-top: 0.5em !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-m-auto {
  margin: 0 auto !important;
}

.u-br__block--450 {
  display: block;
}
@media (min-width: 450px) {
  .u-br__block--450 {
    display: none;
  }
}

.u-br__block--550 {
  display: block;
}
@media (min-width: 550px) {
  .u-br__block--550 {
    display: none;
  }
}

.u-br__block--650 {
  display: block;
}
@media (min-width: 650px) {
  .u-br__block--650 {
    display: none;
  }
}

.u-br__none--768 {
  display: none;
}
@media (min-width: 768px) {
  .u-br__none--768 {
    display: block;
  }
}

.l-read__read-text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
}
@media (min-width: 450px) {
  .l-read__read-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .l-read__read-text {
    font-size: 20px;
  }
}

.l-read__contents {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  grid-template-columns: min(48.83vw, 500px) min(29.3vw, 300px);
}
@media (min-width: 650px) {
  .l-read__contents {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.l-read__contents-list {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4em;
  margin: 0 auto;
  margin-top: 2em;
}
@media (min-width: 650px) {
  .l-read__contents-list {
    gap: 0 0.8em;
    width: 100%;
  }
}

.l-read__contents-list--card {
  display: grid;
  place-content: center;
  width: clamp(88px, 13.48vw, 138px);
  height: clamp(88px, 13.48vw, 138px);
  border-radius: var(--border-radius--btn);
  border: 2px solid var(--color--green--10);
  background-color: #fff;
  color: var(--color--gray);
  font-size: clamp(14px, 2vw, 16px);
}

.l-read__contents-list--card:nth-child(4) {
  margin-left: 42px;
}
@media (min-width: 650px) {
  .l-read__contents-list--card:nth-child(4) {
    margin-left: min(6.84vw, 70px);
  }
}

.l-read__contents--il_read {
  max-width: 300px;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 650px) {
  .l-read__contents--il_read {
    width: 100%;
  }
}

.c-card {
  width: min(400px, 100%);
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 6px 6px -5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: clamp(16px, 2vw, 32px);
}
@media (min-width: 650px) {
  .c-card {
    width: 100%;
  }
}

.c-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-card__image {
  display: block;
}

.c-btn__gradient {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--color--gradient-green);
  font-weight: 400;
  padding: 6px 20px;
  border-radius: var(--border-radius--btn);
  background-size: 200% 100%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn__gradient-big {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--color--gradient-green);
  font-weight: 400;
  padding: 6px 20px;
  border-radius: var(--border-radius--btn);
  background-size: 200% 100%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  padding: clamp(6px, 1vw, 12px) clamp(20px, 2.2vw, 32px);
}

@media (any-hover: hover) {
  .c-btn__gradient:hover, .c-btn__gradient-big:hover {
    background-position: 100% 0;
  }
}
.c-btn__white {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color--green);
  background: #fff;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: var(--border-radius--btn);
  transition: 0.2s;
}

.c-btn__white .c-icon--mail {
  fill: var(--color--green);
}

@media (any-hover: hover) {
  .c-btn__white:hover {
    background-color: var(--color--yellow--50);
  }
}
.c-arrow-wrap {
  position: relative;
  padding-right: clamp(50px, 4vw, 62px);
}

.arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  margin: auto 0;
  line-height: 1;
}

.arrow:before,
.arrow:after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}

.arrow:after {
  transform: translateX(-100%);
}

@media (any-hover: hover) {
  .c-arrow-wrap:hover .arrow:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
  }
  .c-arrow-wrap:hover .arrow:after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.c-icon--mail {
  fill: #fff;
  width: 18px;
  height: 13px;
  padding-top: 2px;
}

.c-text-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color--green);
  border-bottom: 1px solid var(--color--green);
}

table {
  display: grid;
}
table thead,
table tbody,
table tfoot,
table tr {
  display: contents;
}
table th,
table td {
  display: block;
}

.l-table--contents-detail {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: repeat(2, auto);
  gap: 6px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .l-table--contents-detail {
    grid-template-columns: repeat(4, auto);
  }
}
@media (min-width: 1024px) {
  .l-table--contents-detail {
    grid-template-columns: repeat(2, auto);
  }
}

.l-table--contents-detail__title {
  background-color: var(--color--green);
  color: #fff;
  padding: 0 16px;
  padding-top: 1px;
  font-weight: 400;
  font-size: 95%;
}

.l-table--contents-detail__contents {
  padding: 0 16px;
}

.img__table--medical-hours {
  width: min(100%, 370px);
}
@media (min-width: 600px) {
  .img__table--medical-hours {
    width: min(80vw, 500px);
  }
}
@media (min-width: 1024px) {
  .img__table--medical-hours {
    display: grid;
    width: clamp(500px, 55vw, 665px);
  }
}

.p-medical-hours {
  max-width: 1024px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  place-content: center;
  margin: 0 auto;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .p-medical-hours {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2em;
  }
}

.p-medical-hours--bottom {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

.l-table {
  grid-template-columns: repeat(2, auto);
}

.l-table__title {
  color: var(--color--green);
}

.l-table__title, .l-table__text {
  padding: clamp(8px, 1.15vw, 14px) 0;
  border-bottom: 1px dashed var(--color--gray-50);
}

.l-table__text {
  padding-left: 16px;
}

.l-table tr:last-child .l-table__title,
.l-table tr:last-child .l-table__text {
  border-bottom: none;
}

.iframeWrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (min-width: 500px) {
  .iframeWrap {
    padding-bottom: 66.66%;
  }
}
@media (min-width: 1024px) {
  .iframeWrap {
    padding-bottom: 40%;
  }
}
@media (min-width: 1420px) {
  .iframeWrap {
    padding-bottom: 25%;
  }
}

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

.l-footer {
  background-color: var(--color--green);
}

.l-footer__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 24px;
  gap: 24px;
}
@media (min-width: 850px) {
  .l-footer__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.l-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .l-footer__contact {
    flex-direction: row;
    margin-top: 2em;
  }
}

.l-footer__adress {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-footer__logo {
  width: 95%;
  margin-top: 4px;
}
@media (min-width: 500px) {
  .l-footer__logo {
    width: 400px;
  }
}

.l-footer__adress--text {
  line-height: 1.4;
}

.l-footer__tel-mail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 650px) {
  .l-footer__tel-mail {
    flex-direction: row;
    align-items: center;
    gap: 1em;
  }
}
@media (min-width: 850px) {
  .l-footer__tel-mail {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .l-footer__tel-mail {
    flex-direction: row;
    align-items: center;
    gap: 1em;
  }
}

.l-footer__tel-mail .p-contact__tel {
  color: #fff;
}

.l-footer__tel-mail .p-contact__tel svg {
  fill: #fff;
}

.l-footer__menu {
  display: flex;
  flex-direction: row;
  gap: 0.8em;
  margin: 0 auto 0 0;
}
@media (min-width: 850px) {
  .l-footer__menu {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1024px) {
  .l-footer__menu {
    flex-direction: column;
    gap: 0.8em;
    padding-bottom: 20px;
  }
}

.l-footer__menu li {
  border-bottom: 1px solid #fff;
}

.l-footer__medical-hours {
  width: 100%;
}
@media (min-width: 850px) {
  .l-footer__medical-hours {
    width: min(45vw, 512px);
  }
}

.l-footer__medical-hours .img__table--medical-hours {
  display: block;
  width: min(100%, 400px);
}
@media (min-width: 850px) {
  .l-footer__medical-hours .img__table--medical-hours {
    width: min(45vw, 512px);
  }
}

.l-footer__medical-hours--text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  margin: 0.5em 0 0 auto;
}

/* ==========
　共通
========== */
.img_bg_childpage-top {
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
@media (min-width: 650px) {
  .img_bg_childpage-top {
    height: 15vw;
  }
}
@media (min-width: 1024px) {
  .img_bg_childpage-top {
    height: auto;
  }
}

.img_bg_childpage-top img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* ==========
　医院案内
========== */
.p-clinic-info__doctor {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}

.p-clinic-info__doctor__position {
  text-align: center;
  border-bottom: 1px solid var(--color--gray-50);
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 400;
}

.p-clinic-info__doctor__name {
  font-family: "Kosugi Maru";
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 2.3vw, 28px);
  letter-spacing: 0.2em;
}

.p-biography {
  width: calc(100% - 32px);
  max-width: 768px;
  margin: 0 auto;
  border-radius: 24px;
  background-color: var(--color--green--10);
  padding: 0 32px 32px 32px;
  margin-top: clamp(16px, 2.3vw, 28px);
  border: 2px solid #fff;
  font-weight: 400;
  font-feature-settings: "palt";
}

.p-biography__title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color--green);
  color: #fff;
  padding: 4px 16px;
}

.p-biography__text {
  line-height: 1.8;
}

.p-childpage__message--title {
  max-width: 550px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.p-clinic-info__overview {
  width: calc(100% - 32px);
  max-width: 768px;
  margin-top: clamp(16px, 2.3vw, 28px);
}

/* ==========
　診療内容
========== */
.p-medical-info__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 450px) {
  .p-medical-info__subtitle {
    flex-direction: row;
  }
}/*# sourceMappingURL=style.css.map */