@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

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 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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;
  display: block;
}

/**
 * 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;
  font-weight: bold;
}

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

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 780px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Responsive
======================================== */
@media (max-width: 850px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 851px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  ._xl {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 851px) {
  .space {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

.with-bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  top: -60px;
}
@media (min-width: 851px) {
  .anchor span {
    top: -90px;
  }
}

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.05em;
  word-break: break-all;
  overflow-x: clip;
  max-width: 1800px;
  margin: 0 auto;
}

img,
a,
dl,
ul,
li,
table,
figure {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

._hover:hover {
  transform: translateY(-0.1875em);
}

.text-center {
  text-align: center;
}

.lg-text-center {
  text-align: left !important;
}
@media (min-width: 851px) {
  .lg-text-center {
    text-align: center !important;
  }
}

.text-left {
  text-align: left;
}

._sm {
  font-size: 14px;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Parts
======================================== */
.ttl-sakura {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #707070;
  gap: 5px;
  font-size: clamp(22px, calc(22px + (100vw - 750px) * (30px - 22px) / (850px - 750px)), 30px);
  margin-bottom: clamp(40px, calc(40px + (100vw - 750px) * (60px - 40px) / (850px - 750px)), 60px);
}
.ttl-sakura span {
  position: absolute;
  z-index: 10;
}
.ttl-sakura:before {
  position: relative;
  content: "";
  display: block;
  background-image: url(../img/parts-ttl-sakura.png);
  background-size: cover;
  aspect-ratio: 70/70;
  width: clamp(40px, calc(40px + (100vw - 750px) * (70px - 40px) / (850px - 750px)), 70px);
  height: auto;
}

.ttl-ul {
  font-size: clamp(30px, calc(30px + (100vw - 750px) * (45px - 30px) / (850px - 750px)), 45px);
}
.ttl-ul span,
.ttl-ul h2,
.ttl-ul h1 {
  font-size: clamp(14px, calc(14px + (100vw - 750px) * (17px - 14px) / (850px - 750px)), 17px);
  font-weight: 400;
  color: #8d8d8d;
}
.ttl-ul span:before,
.ttl-ul h2:before,
.ttl-ul h1:before {
  content: "";
  display: block;
  background-color: #b5b5b5;
  width: 85px;
  height: 1px;
  margin: clamp(15px, calc(15px + (100vw - 750px) * (30px - 15px) / (850px - 750px)), 30px) 0 clamp(5px, calc(5px + (100vw - 750px) * (20px - 5px) / (850px - 750px)), 20px);
}
.ttl-ul.white {
  color: #fff !important;
}
.ttl-ul.white span,
.ttl-ul.white h1 {
  color: #fff;
}
.ttl-ul.white span:before,
.ttl-ul.white h1:before {
  background-color: #fff !important;
}

.ttl-icon {
  font-size: clamp(18px, calc(18px + (100vw - 750px) * (20px - 18px) / (850px - 750px)), 20px);
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (100vw - 750px) * (10px - 5px) / (850px - 750px)), 10px);
}
.ttl-icon::before {
  content: "";
  display: block;
  background-size: cover;
  aspect-ratio: 28/28;
  width: 34px;
}
.ttl-icon.lg:before {
  width: clamp(40px, calc(40px + (100vw - 750px) * (69px - 40px) / (850px - 750px)), 69px);
}
.ttl-icon.xl:before {
  width: clamp(40px, calc(40px + (100vw - 750px) * (94px - 40px) / (850px - 750px)), 94px);
}

.ttl-icon.icon-train:before {
  background-image: url("../img/parts-ttl-train.png");
}

.ttl-icon.icon-bus:before {
  background-image: url("../img/parts-ttl-bus.png");
}

.ttl-icon.icon-vehicle:before {
  background-image: url("../img/parts-ttl-vehicle.png");
}

.ttl-icon.icon-price:before {
  background-image: url("../img/parts-ttl-price.png");
}
.ttl-icon.icon-price {
  margin-top: clamp(20px, calc(20px + (100vw - 750px) * (50px - 20px) / (850px - 750px)), 50px);
}
.ttl-icon.icon-price:before {
  width: 40px;
}

.ttl-icon.icon-clock:before {
  background-image: url("../img/parts-ttl-clock.png");
}
.ttl-icon.icon-clock {
  color: #8d8d8d;
}

.ttl-icon.icon-memo:before {
  background-image: url("../img/parts-ttl-memo.png");
}

.ttl-icon.icon-tel:before {
  background-image: url("../img/parts-ttl-tel.png");
}
.ttl-icon.icon-tel {
  font-size: clamp(28px, calc(28px + (100vw - 750px) * (42px - 28px) / (850px - 750px)), 42px);
}
.ttl-icon.icon-tel:before {
  width: clamp(40px, calc(40px + (100vw - 750px) * (50px - 40px) / (850px - 750px)), 50px);
}

.ttl-icon.icon-bag:before {
  background-image: url("../img/parts-ttl-bag.png");
}

.ttl-icon.icon-bed:before {
  background-image: url("../img/parts-ttl-bed.png");
}

.ttl-icon.icon-meet:before {
  background-image: url("../img/parts-ttl-meet.png");
}

.ttl-icon.icon-light:before {
  background-image: url("../img/parts-ttl-light.png");
}

.ttl-icon.icon-contact:before {
  background-image: url("../img/parts-ttl-contact.png");
}

.ttl-circle {
  display: grid;
  align-items: center;
  gap: 5px;
  font-size: clamp(20px, calc(20px + (100vw - 750px) * (28px - 20px) / (850px - 750px)), 28px);
  font-weight: 500;
  margin-bottom: clamp(20px, calc(20px + (100vw - 750px) * (30px - 20px) / (850px - 750px)), 30px);
  position: relative;
}
.ttl-circle span {
  position: absolute;
  z-index: 10;
  left: 1.5em;
}
.ttl-circle:before {
  position: relative;
  content: "";
  display: block;
  background-image: url(../img/parts-ttl-circle.jpg);
  background-size: cover;
  aspect-ratio: 70/70;
  width: clamp(40px, calc(40px + (100vw - 750px) * (87px - 40px) / (850px - 750px)), 87px);
  height: auto;
}
.ttl-circle.sm {
  font-size: clamp(18px, calc(18px + (100vw - 750px) * (22px - 18px) / (850px - 750px)), 22px);
  font-weight: 400;
}
.ttl-circle.sm:before {
  width: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}
.ttl-circle.orange:before {
  background-image: url(../img/parts-ttl-circle_orange.png);
}
.ttl-circle.gray:before {
  background-image: url(../img/parts-ttl-circle_gray.png);
}

.ttl-line {
  position: relative;
  padding: 10px 0 10px 1em;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: clamp(15px, calc(15px + (100vw - 750px) * (20px - 15px) / (850px - 750px)), 20px);
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (60px - 30px) / (850px - 750px)), 60px);
}
.ttl-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 6px;
  height: 100%;
  background: #e5aca5;
}

.sub-ttl {
  margin-top: clamp(20px, calc(20px + (100vw - 750px) * (40px - 20px) / (850px - 750px)), 40px);
  font-weight: 500;
  font-size: 17px;
}

.btn-chevron {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  width: 330px;
  height: 60px;
  margin: clamp(40px, calc(40px + (100vw - 750px) * (60px - 40px) / (850px - 750px)), 60px) auto 0;
  color: #707070;
  border: 1px solid #707070;
  gap: 10px;
  font-size: clamp(16px, calc(16px + (100vw - 750px) * (16px - 16px) / (850px - 750px)), 16px);
}
.btn-chevron:after {
  position: absolute;
  content: "";
  display: block;
  right: clamp(10px, calc(10px + (100vw - 750px) * (20px - 10px) / (850px - 750px)), 20px);
  background-image: url(../img/parts-btn-chevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  transition: 0.3s all;
}
.btn-chevron:hover:after {
  transform: translateX(5px);
}

.basic-btn {
  background-color: #f6b24d;
  color: #fff;
  width: 100%;
  max-width: 300px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}

.lead-container {
  background-image: url("../img/top-features-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: center;
  height: clamp(170px, calc(170px + (100vw - 750px) * (320px - 170px) / (850px - 750px)), 320px);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  margin-bottom: clamp(42px, calc(42px + (100vw - 750px) * (62px - 42px) / (850px - 750px)), 62px);
}

.basic-list {
  display: grid;
  gap: clamp(20px, calc(20px + (100vw - 750px) * (35px - 20px) / (850px - 750px)), 35px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.basic-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, calc(10px + (100vw - 750px) * (15px - 10px) / (850px - 750px)), 15px);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
}
.basic-list li img {
  aspect-ratio: 230/205;
  width: 80%;
  max-width: 230px;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
.basic-list li .ttl {
  font-size: clamp(18px, calc(18px + (100vw - 750px) * (20px - 18px) / (850px - 750px)), 20px);
  text-align: center;
  font-weight: 500;
  width: 100%;
}
.basic-list li .ttl::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #b5b5b5;
  margin: 10px auto;
}

.shadow-list {
  display: grid;
  margin: 30px auto;
  gap: clamp(10px, calc(10px + (100vw - 750px) * (25px - 10px) / (850px - 750px)), 25px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1019px;
}
@media (min-width: 851px) {
  .shadow-list.col-2 {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
.shadow-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: clamp(18px, calc(18px + (100vw - 750px) * (20px - 18px) / (850px - 750px)), 20px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* Header
======================================== */
header {
  height: 70px;
}
@media (min-width: 851px) {
  header {
    height: 100px;
  }
}
header {
  background-color: #fff;
  width: 100%;
}
header .header-wrap {
  height: 70px;
}
@media (min-width: 851px) {
  header .header-wrap {
    height: 100px;
  }
}
header .header-wrap {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
header .header-wrap .lg-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .lg-inner .logo {
  width: auto;
  height: 50px;
}
@media (min-width: 750px) {
  header .header-wrap .lg-inner .logo {
    height: 60px;
  }
}
@media (min-width: 851px) {
  header .header-wrap .lg-inner .logo {
    height: 65px;
  }
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #707070;
}
@media (min-width: 851px) {
  header .header-wrap nav ul.nav {
    font-size: 15px;
    gap: 30px;
  }
}
header .header-wrap nav ul.nav li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
header .header-wrap nav ul.nav li a:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #b4b3b3;
  transition: all 0.3s ease 0s;
}
header .header-wrap nav ul.nav li a:hover {
  cursor: pointer;
}
header .header-wrap nav ul.nav li a:hover:after {
  width: 100%;
}
header {
  /* --- ハンバーガーメニュー --- */
}
header .hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
  width: 30px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
}
@media (min-width: 851px) {
  header .hamburger {
    display: none !important;
  }
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 1px;
  margin: 5px 0 0 auto;
  transition: all 0.3s ease-in-out;
  background-color: #707070;
  position: relative;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
  width: 100%;
}
header .hamburger .bar:nth-child(2) {
  width: 80%;
}
header .hamburger .bar:nth-child(3) {
  width: 60%;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(5px) rotate(40deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-40deg);
  width: 100%;
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  background: #fff;
  width: 100%;
  height: calc(100% - 70px);
  z-index: 99999;
  overflow-y: scroll;
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container {
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
header .nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav-container .inner_nav ul li {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

/* Section
======================================== */
section.sub-mv .lg-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
@media (min-width: 851px) {
  section.sub-mv .lg-inner {
    align-items: center;
  }
}
section.sub-mv img {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
}
section.sub-mv .ttl-ul {
  color: #fff;
  position: absolute;
  font-size: clamp(30px, calc(30px + (100vw - 750px) * (44px - 30px) / (850px - 750px)), 44px);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media (max-width: 850px) {
  section.sub-mv .ttl-ul {
    bottom: 10%;
  }
}
section.sub-mv .ttl-ul h1 {
  font-size: clamp(20px, calc(20px + (100vw - 750px) * (30px - 20px) / (850px - 750px)), 30px);
}
section.sub-mv .ttl-ul h1:before {
  width: clamp(130px, calc(130px + (100vw - 750px) * (200px - 130px) / (850px - 750px)), 200px);
  margin: clamp(20px, calc(20px + (100vw - 750px) * (35px - 20px) / (850px - 750px)), 35px) 0;
}

dl.table-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media (min-width: 851px) {
  dl.table-1 {
    grid-template-columns: 240px 1fr;
  }
}
dl.table-1 dt,
dl.table-1 dd {
  padding: 20px 20px;
  border: 1px solid #8d8d8d;
}
dl.table-1 dt {
  background-color: #8d8d8d;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
}

dl.table-2 {
  border-left: 0;
  border-right: 0;
  margin-top: 20px;
}
dl.table-2 .fee-row {
  display: grid;
  grid-template-columns: 1fr;
}
dl.table-2 .fee-row:first-child {
  border-bottom: 1px solid #707070;
}
@media (max-width: 850px) {
  dl.table-2 .fee-row {
    margin-top: 40px;
  }
  dl.table-2 .fee-row dt {
    border-bottom: 1px solid #707070;
  }
  dl.table-2 .fee-row dd {
    display: flex;
  }
  dl.table-2 .fee-row dt:nth-child(even),
  dl.table-2 .fee-row dd:nth-child(even) {
    background-color: #f1f1f1;
  }
  dl.table-2 .fee-row dt:empty,
  dl.table-2 .fee-row dd:empty {
    display: none;
  }
}
dl.table-2 .fee-row dt,
dl.table-2 .fee-row dd {
  margin: 0;
  padding: 12px 14px;
  border-top: 1px solid #e3e3e3;
  line-height: 1.6;
  font-size: 14px;
  word-break: break-word;
}
dl.table-2 .fee-row dt {
  border-top: 0;
  text-align: center;
}
dl.table-2 .fee-row dd {
  border-top: 0;
}
dl.table-2 .fee-row dt[data-label]::before,
dl.table-2 .fee-row dd[data-label]::before {
  content: attr(data-label);
  display: inline-block;
  min-width: 4.5em;
  margin-right: 10px;
  font-weight: 700;
  color: #333;
}
@media (min-width: 851px) {
  dl.table-2 .fee-row:nth-of-type(even):not(.fee-row-head) {
    background: #f1f1f1;
  }
}
dl.table-2 .fee-row-head {
  display: none;
}
@media (min-width: 851px) {
  dl.table-2 .fee-row {
    grid-template-columns: 22% 22% 18% 38%;
    align-items: stretch;
  }
  dl.table-2 .fee-row dt,
  dl.table-2 .fee-row dd {
    padding: clamp(10px, calc(10px + (100vw - 750px) * (20px - 10px) / (850px - 750px)), 20px) 18px;
    font-size: 15px;
    border-top: 0;
  }
  dl.table-2 .fee-row dt[data-label]::before,
  dl.table-2 .fee-row dd[data-label]::before {
    content: none;
  }
  dl.table-2 .fee-row dt,
  dl.table-2 .fee-row dd {
    border-left: 1px solid #707070;
  }
  dl.table-2 .fee-row dt:first-child,
  dl.table-2 .fee-row dd:first-child {
    border-left: 0;
  }
  dl.table-2 .fee-row-head {
    display: grid;
    background: #ffffff;
  }
  dl.table-2 .fee-row-head dt,
  dl.table-2 .fee-row-head dd {
    font-weight: 500;
    text-align: center;
  }
}

/* Footer
======================================== */
footer {
  background-image: url("../img/footer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(45px, calc(45px + (100vw - 750px) * (50px - 45px) / (850px - 750px)), 50px) 0;
}
footer .lg-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  font-size: 14px;
}
footer .lg-inner .info img {
  width: 216px;
  margin-bottom: 10px;
}
footer .lg-inner ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 35px;
}
@media (min-width: 750px) {
  footer .lg-inner ul {
    flex-direction: row;
    gap: 30px;
    margin-top: 0px;
  }
}

/* Fuwa
======================================== */
.fuwa {
  opacity: 0;
}

.scroll-in {
  z-index: 100;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Slide In Left
======================================== */
.slide-in-left {
  overflow: hidden;
  position: relative;
}
.slide-in-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: 1;
  transition: transform 0.8s ease;
}
.slide-in-left > * {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.slide-in-left.is-visible::after {
  transform: translateX(100%);
}
.slide-in-left.is-visible > * {
  opacity: 1;
  transform: translateX(0);
}

/*======================================== 
*
* 当院について
*
======================================== */
main.about section.features ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
main.about section.features ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
main.about section.features ul li .text {
  flex: 1;
  padding: 20px 20px;
}
main.about section.features ul li .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (100vw - 750px) * (20px - 5px) / (850px - 750px)), 20px);
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
}
@media (min-width: 750px) {
  main.about section.features ul li .text .ttl {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
main.about section.features ul li .text .ttl span {
  font-size: clamp(60px, calc(60px + (100vw - 750px) * (77px - 60px) / (850px - 750px)), 77px);
  line-height: 0.9;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #b5b5b5;
  flex-shrink: 0;
}
main.about section.features ul li img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 355/278;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 750px) {
  main.about section.features ul li img {
    max-width: 311px;
  }
}
main.about section.hospital .lead-container {
  background-image: url("../img/about-hospital-bg.jpg");
}
@media (min-width: 851px) {
  main.about section.hospital .wrap {
    padding: 50px 30px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  }
}
main.about section.hospital dl.table-1 {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (60px - 30px) / (850px - 750px)), 60px);
}
main.about section.policy .lead-container {
  background-image: url("../img/about-policy-bg.jpg");
}
main.about section.policy .with-you {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc(20px + (100vw - 750px) * (0px - 20px) / (850px - 750px)), 20px);
  margin-bottom: clamp(40px, calc(40px + (100vw - 750px) * (50px - 40px) / (850px - 750px)), 50px);
}
@media (min-width: 851px) {
  main.about section.policy .with-you {
    justify-content: space-between;
  }
}
main.about section.policy .with-you .ttl-ul {
  font-size: clamp(20px, calc(20px + (100vw - 750px) * (29px - 20px) / (850px - 750px)), 29px);
}
main.about section.policy .with-you:after {
  content: "";
  display: block;
  background-image: url(../img/about-policy-ele.jpg);
  background-size: cover;
  aspect-ratio: 1/1;
  width: clamp(180px, calc(180px + (100vw - 750px) * (300px - 180px) / (850px - 750px)), 300px);
}
main.about section.policy .ttl-sakura {
  margin-bottom: 20px;
}
main.about section.policy .five {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (35px - 24px) / (850px - 750px)), 35px);
  gap: 5px;
}
main.about section.policy .five:before {
  content: "";
  display: block;
  background-image: url(../img/about-policy-1.jpg);
  background-size: cover;
  aspect-ratio: 80/84;
  width: clamp(50px, calc(50px + (100vw - 750px) * (60px - 50px) / (850px - 750px)), 60px);
}
main.about section.policy .circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 50px;
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}
main.about section.policy .circle li {
  display: grid;
  place-items: center;
}
main.about section.policy .circle li p {
  position: absolute;
  text-align: center;
}
main.about section.policy .circle li:before {
  content: "";
  display: block;
  background-image: url(../img/about-policy-circle.png);
  background-size: cover;
  aspect-ratio: 1/1;
  width: 285px;
  height: auto;
}
@media (min-width: 851px) {
  main.about section.policy .circle li:nth-child(n+4) {
    transform: translateY(-70px);
  }
}
main.about section.activity .lead-container {
  background-image: url("../img/about-activity-bg.jpg");
}
main.about section.activity .container {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  margin-top: clamp(15px, calc(15px + (100vw - 750px) * (30px - 15px) / (850px - 750px)), 30px);
  padding: clamp(10px, calc(10px + (100vw - 750px) * (30px - 10px) / (850px - 750px)), 30px);
}
main.about section.activity .ttl-circle {
  margin-top: clamp(40px, calc(40px + (100vw - 750px) * (70px - 40px) / (850px - 750px)), 70px);
}
main.about section.medicine .lead-container {
  background-image: url("../img/about-medicine-bg.jpg");
}
main.about section.medicine .basic-list {
  margin-top: clamp(40px, calc(40px + (100vw - 750px) * (60px - 40px) / (850px - 750px)), 60px);
}
main.about section.medicine .basic-list li {
  box-shadow: none;
}
main.about section.medicine .basic-list li img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 321/254;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

/*======================================== 
*
* 診療について
*
======================================== */
main.medical-care div.btns {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(280px, 410px));
  padding: 10px 15px;
  border: 1px solid #b4b3b3;
}
@media (min-width: 750px) {
  main.medical-care div.btns {
    gap: 0 100px;
    padding: 20px 80px;
  }
}
main.medical-care div.btns .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: clamp(16px, calc(16px + (100vw - 750px) * (20px - 16px) / (850px - 750px)), 20px);
  padding: clamp(15px, calc(15px + (100vw - 750px) * (20px - 15px) / (850px - 750px)), 20px) 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
main.medical-care div.btns .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f1f1f1;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
main.medical-care div.btns .item:hover::before {
  width: 100%;
}
@media (min-width: 750px) {
  main.medical-care div.btns .item:nth-child(n+3) {
    border-top: 1px solid #b4b3b3;
  }
}
@media (max-width: 750px) {
  main.medical-care div.btns .item:not(:last-child) {
    border-bottom: 1px solid #b4b3b3;
  }
}
main.medical-care div.btns .item span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.medical-care div.btns .item span::before {
  content: "";
  display: block;
  background-size: cover;
  aspect-ratio: 77/74;
  width: 77px;
  height: auto;
}
main.medical-care div.btns .item span::after {
  position: relative;
  content: "";
  display: block;
  background-image: url(../img/parts-btn-chevron.png);
  background-size: cover;
  aspect-ratio: 41/41;
  width: clamp(25px, calc(25px + (100vw - 750px) * (35px - 25px) / (850px - 750px)), 35px);
  height: auto;
  transition: 0.3s all;
}
main.medical-care div.btns .item:hover span:after {
  transform: translateX(5px);
}
main.medical-care div.btns:not(.naika):not(.geka) .item span {
  min-height: 74px;
}
main.medical-care div.btns:not(.naika):not(.geka) .item span::before {
  display: none;
}
main.medical-care div.btns.naika .item:nth-child(1) span::before {
  background-image: url("../img/medical-btns-1.jpg");
}
main.medical-care div.btns.naika .item:nth-child(2) span::before {
  background-image: url("../img/medical-btns-2.jpg");
}
main.medical-care div.btns.naika .item:nth-child(3) span::before {
  background-image: url("../img/medical-btns-3.jpg");
}
main.medical-care div.btns.naika .item:nth-child(4) span::before {
  background-image: url("../img/medical-btns-4.jpg");
}
main.medical-care div.btns.naika .item:nth-child(5) span::before {
  background-image: url("../img/medical-btns-5.jpg");
}
main.medical-care div.btns.naika .item:nth-child(6) span::before {
  background-image: url("../img/medical-btns-6.jpg");
}
main.medical-care div.btns.naika .item:nth-child(7) span::before {
  background-image: url("../img/medical-btns-7.jpg");
}
main.medical-care div.btns.naika .item:nth-child(8) span::before {
  background-image: url("../img/medical-btns-8.jpg");
}
main.medical-care div.btns.naika .item:nth-child(9) span::before {
  background-image: url("../img/medical-btns-9.jpg");
}
main.medical-care div.btns.naika .item:nth-child(10) span::before {
  background-image: url("../img/medical-btns-10.jpg");
}
main.medical-care div.btns.naika .item:nth-child(11) span::before {
  background-image: url("../img/medical-btns-11.jpg");
}
main.medical-care div.btns.naika .item:nth-child(12) span::before {
  background-image: url("../img/medical-btns-12.jpg");
}
main.medical-care div.btns.geka .item:nth-child(1) span::before {
  background-image: url("../img/medical-btns2-1.jpg");
}
main.medical-care div.btns.geka .item:nth-child(2) span::before {
  background-image: url("../img/medical-btns2-2.jpg");
}
main.medical-care div.btns.geka .item:nth-child(3) span::before {
  background-image: url("../img/medical-btns2-3.jpg");
}
main.medical-care div.btns.geka .item:nth-child(4) span::before {
  background-image: url("../img/medical-btns2-4.jpg");
}
main.medical-care div.btns.geka .item:nth-child(5) span::before {
  background-image: url("../img/medical-btns2-5.jpg");
}
main.medical-care div.btns.geka .item:nth-child(6) span::before {
  background-image: url("../img/medical-btns2-6.jpg");
}
main.medical-care div.btns.geka .item:nth-child(7) span::before {
  background-image: url("../img/medical-btns2-7.jpg");
}
main.medical-care div.btns.geka .item:nth-child(8) span::before {
  background-image: url("../img/medical-btns2-8.jpg");
}
main.medical-care div.btns.geka .item:nth-child(9) span::before {
  background-image: url("../img/medical-btns2-9.jpg");
}
main.medical-care div.btns.geka .item:nth-child(10) span::before {
  background-image: url("../img/medical-btns2-10.jpg");
}
main.medical-care div.btns.geka .item:nth-child(11) span::before {
  background-image: url("../img/medical-btns2-11.jpg");
}
main.medical-care div.btns.geka .item:nth-child(12) span::before {
  background-image: url("../img/medical-btns2-12.jpg");
}
main.medical-care div.btns.geka .item:nth-child(13) span::before {
  background-image: url("../img/medical-btns2-13.jpg");
}
main.medical-care div.btns.geka .item:nth-child(14) span::before {
  background-image: url("../img/medical-btns2-14.jpg");
}
main.medical-care div.btns.geka .item:nth-child(15) span::before {
  background-image: url("../img/medical-btns2-15.jpg");
}
main.medical-care div.btns.geka .item:nth-child(16) span::before {
  background-image: url("../img/medical-btns2-16.jpg");
}
main.medical-care div.btns.geka .item:nth-child(17) span::before {
  background-image: url("../img/medical-btns2-17.jpg");
}
main.medical-care div.btns.geka .item:nth-child(18) span::before {
  background-image: url("../img/medical-btns2-18.jpg");
}
main.medical-care div.btns.geka .item:nth-child(19) span::before {
  background-image: url("../img/medical-btns2-19.jpg");
}
main.medical-care div.btns.geka .item:nth-child(20) span::before {
  background-image: url("../img/medical-btns2-20.jpg");
}
main.medical-care div.btns.geka .item:nth-child(21) span::before {
  background-image: url("../img/medical-btns2-21.jpg");
}
main.medical-care div.btns.geka .item:nth-child(22) span::before {
  background-image: url("../img/medical-btns2-22.jpg");
}
main.medical-care div.btns.geka .item:nth-child(23) span::before {
  background-image: url("../img/medical-btns2-23.jpg");
}
main.medical-care div.btns.geka .item:nth-child(24) span::before {
  background-image: url("../img/medical-btns2-24.jpg");
}
main.medical-care div.btns.geka .item:nth-child(25) span::before {
  background-image: url("../img/medical-btns2-25.jpg");
}
main.medical-care div.btns.geka .item:nth-child(26) span::before {
  background-image: url("../img/medical-btns2-26.jpg");
}
main.medical-care div.btns.geka .item:nth-child(27) span::before {
  background-image: url("../img/medical-btns2-27.jpg");
}
main.medical-care div.btns.geka .item:nth-child(28) span::before {
  background-image: url("../img/medical-btns2-28.jpg");
}
main.medical-care div.btns.geka .item:nth-child(29) span::before {
  background-image: url("../img/medical-btns2-29.jpg");
}
main.medical-care div.btns.geka .item:nth-child(30) span::before {
  background-image: url("../img/medical-btns2-30.jpg");
}
main.medical-care div.btns.geka .item:nth-child(31) span::before {
  background-image: url("../img/medical-btns2-31.jpg");
}
main.medical-care div.btns.geka .item:nth-child(32) span::before {
  background-image: url("../img/medical-btns2-32.jpg");
}
main.medical-care div.btns.geka .item:nth-child(33) span::before {
  background-image: url("../img/medical-btns2-33.jpg");
}
main.medical-care div.btns.geka .item:nth-child(34) span::before {
  background-image: url("../img/medical-btns2-34.jpg");
}
main.medical-care div.btns.geka .item:nth-child(35) span::before {
  background-image: url("../img/medical-btns2-35.jpg");
}
main.medical-care div.btns.geka .item:nth-child(36) span::before {
  background-image: url("../img/medical-btns2-36.jpg");
}
main.medical-care div.btns.geka .item:nth-child(37) span::before {
  background-image: url("../img/medical-btns2-37.jpg");
}
main.medical-care div.btns.geka .item:nth-child(38) span::before {
  background-image: url("../img/medical-btns2-38.jpg");
}
main.medical-care div.btns.geka .item:nth-child(39) span::before {
  background-image: url("../img/medical-btns2-39.jpg");
}
main.medical-care div.btns.geka .item:nth-child(40) span::before {
  background-image: url("../img/medical-btns2-40.jpg");
}
main.medical-care div.btns.geka .item:nth-child(41) span::before {
  background-image: url("../img/medical-btns2-41.jpg");
}
main.medical-care div.btns.geka .item:nth-child(42) span::before {
  background-image: url("../img/medical-btns2-42.jpg");
}
main.medical-care div.btns.geka .item:nth-child(43) span::before {
  background-image: url("../img/medical-btns2-43.jpg");
}
main.medical-care div.btns.geka .item:nth-child(44) span::before {
  background-image: url("../img/medical-btns2-44.jpg");
}
main.medical-care div.btns.geka .item:nth-child(45) span::before {
  background-image: url("../img/medical-btns2-45.jpg");
}
main.medical-care div.btns.geka .item:nth-child(46) span::before {
  background-image: url("../img/medical-btns2-46.jpg");
}
main.medical-care div.btns.geka .item:nth-child(47) span::before {
  background-image: url("../img/medical-btns2-47.jpg");
}
main.medical-care div.btns.geka .item:nth-child(48) span::before {
  background-image: url("../img/medical-btns2-48.jpg");
}
main.medical-care div.btns.geka .item:nth-child(49) span::before {
  background-image: url("../img/medical-btns2-49.jpg");
}
main.medical-care div.btns.geka .item:nth-child(50) span::before {
  background-image: url("../img/medical-btns2-50.jpg");
}
main.medical-care section.cta .container {
  background-color: #f8f5ed;
  border-radius: 0 60px 0 60px;
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(30px, calc(30px + (100vw - 750px) * (30px - 30px) / (850px - 750px)), 30px);
  justify-content: space-between;
}
@media (min-width: 851px) {
  main.medical-care section.cta .container {
    border-radius: 0 100px 0 100px;
    padding: 50px 100px;
  }
}
main.medical-care section.cta .container .hr {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media (min-width: 851px) {
  main.medical-care section.cta .container .hr {
    width: 1px;
    height: auto;
  }
}
main.medical-care section.cta .container .list {
  flex: 1;
}
main.medical-care section.cta .container .list .wrap {
  display: grid;
  gap: clamp(10px, calc(10px + (100vw - 750px) * (20px - 10px) / (850px - 750px)), 20px);
}
main.medical-care section.cta .container .list .wrap a {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin: 0;
  padding: 0 60px 0 40px;
  text-align: left;
}
@media (max-width: 850px) {
  main.medical-care section.cta .container .list .wrap a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
main.medical-care section.cta .container .contact {
  flex: 1;
}
main.medical-care section.cta .container .contact .gray {
  color: #707070;
}
main.medical-care section.cta .container .contact .ttl-circle {
  color: inherit;
}
main.medical-care section.cta .container .contact .mail {
  text-decoration: underline;
  margin-bottom: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}

/*======================================== 
*
* Hospitalization
*
======================================== */
main.hospitalization section.about .list {
  display: grid;
  gap: clamp(20px, calc(20px + (100vw - 750px) * (35px - 20px) / (850px - 750px)), 35px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
main.hospitalization section.about .list li {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(15px + (100vw - 750px) * (20px - 15px) / (850px - 750px)), 20px);
  padding: 30px 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
main.hospitalization section.about .list li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main.hospitalization section.about .list li .ttl {
  font-size: clamp(18px, calc(18px + (100vw - 750px) * (20px - 18px) / (850px - 750px)), 20px);
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.hospitalization section.about .list li .ttl:after {
  content: "";
  display: block;
  right: clamp(10px, calc(10px + (100vw - 750px) * (20px - 10px) / (850px - 750px)), 20px);
  background-image: url(../img/parts-btn-chevron.png);
  background-size: cover;
  aspect-ratio: 41/41;
  width: clamp(25px, calc(25px + (100vw - 750px) * (35px - 25px) / (850px - 750px)), 35px);
  height: auto;
  transition: 0.3s all;
  flex-shrink: 0;
}
main.hospitalization section.inpatients .lead-container {
  background-image: url("../img/hospi-inpa-bg.jpg");
}
main.hospitalization section.inpatients span.bg {
  margin: clamp(60px, calc(60px + (100vw - 750px) * (100px - 60px) / (850px - 750px)), 100px) 0 clamp(20px, calc(20px + (100vw - 750px) * (40px - 20px) / (850px - 750px)), 40px);
}
main.hospitalization section.inpatients span.bg:before {
  content: "";
  display: block;
  background-image: url(../img/hospi-inpa-bg2_sp.jpg);
  background-size: cover;
  aspect-ratio: 375/934;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 750px) {
  main.hospitalization section.inpatients span.bg:before {
    aspect-ratio: 1281/366;
    background-image: url(../img/hospi-inpa-bg2.jpg);
  }
}
main.hospitalization section.inpatients .container {
  background-color: #f1f1f1;
  padding: clamp(15px, calc(15px + (100vw - 750px) * (25px - 15px) / (850px - 750px)), 25px) clamp(15px, calc(15px + (100vw - 750px) * (30px - 15px) / (850px - 750px)), 30px);
  margin-top: clamp(15px, calc(15px + (100vw - 750px) * (30px - 15px) / (850px - 750px)), 30px);
  color: #403c80;
  width: 800px;
  max-width: 100%;
  font-weight: 600;
  font-size: 15px;
}
main.hospitalization section.hospi .lead-container {
  background-image: url("../img/hospi-hospi-bg.jpg");
}
main.hospitalization section.hospi .item-list {
  margin-top: clamp(20px, calc(20px + (100vw - 750px) * (30px - 20px) / (850px - 750px)), 30px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}
main.hospitalization section.hospi .item-list li {
  display: flex;
  gap: 12px;
  padding: 20px 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
main.hospitalization section.hospi .item-list .label {
  font-size: clamp(14px, calc(14px + (100vw - 750px) * (20px - 14px) / (850px - 750px)), 20px);
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: clamp(90px, calc(90px + (100vw - 750px) * (400px - 90px) / (850px - 750px)), 400px);
}
@media (max-width: 850px) {
  main.hospitalization section.hospi .item-list .label {
    text-align: center;
    line-height: 110%;
    justify-content: center;
  }
}
main.hospitalization section.hospi .item-list .label::after {
  content: "";
  display: block;
  background-size: cover;
  aspect-ratio: 83/78;
  width: clamp(70px, calc(70px + (100vw - 750px) * (83px - 70px) / (850px - 750px)), 83px);
}
main.hospitalization section.hospi .item-list li:nth-child(1) span.label::after {
  background-image: url("../img/hospi-list-1.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(2) span.label::after {
  background-image: url("../img/hospi-list-2.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(3) span.label::after {
  background-image: url("../img/hospi-list-3.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(4) span.label::after {
  background-image: url("../img/hospi-list-4.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(5) span.label::after {
  background-image: url("../img/hospi-list-5.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(6) span.label::after {
  background-image: url("../img/hospi-list-6.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(7) span.label::after {
  background-image: url("../img/hospi-list-7.jpg");
}
main.hospitalization section.hospi .item-list li:nth-child(8) span.label::after {
  background-image: url("../img/hospi-list-8.jpg");
}
main.hospitalization section.hospi .item-list span.border:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #b4b3b3;
}
main.hospitalization section.hospi .item-list .text {
  font-size: 14px;
  flex: 1;
  height: auto;
  display: grid;
  align-items: center;
}
@media (min-width: 851px) {
  main.hospitalization section.hospi .item-list li {
    grid-template-columns: 200px 60px 1fr;
    padding: 20px;
  }
  main.hospitalization section.hospi .item-list .label {
    font-size: 16px;
  }
  main.hospitalization section.hospi .item-list .text {
    font-size: 16px;
  }
  main.hospitalization section.hospi .item-list img {
    width: 44px;
  }
}
main.hospitalization section.hospi .icon-bed:before {
  width: 60px;
}
main.hospitalization section.hospi .life-list dt,
main.hospitalization section.hospi .life-list dd {
  padding-bottom: 15px;
}
main.hospitalization section.hospi .life-list dt {
  font-size: clamp(17px, calc(17px + (100vw - 750px) * (18px - 17px) / (850px - 750px)), 18px);
  padding-top: 15px;
}
main.hospitalization section.hospi .life-list dd {
  border-bottom: 1px solid #cdcdcd;
}
main.hospitalization section.hospi .life-list .nutrition-features .title--circle,
main.hospitalization section.hospi .life-list .nutrition-services .title--circle {
  display: grid;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 17px;
  color: #333;
  margin: clamp(30px, calc(30px + (100vw - 750px) * (40px - 30px) / (850px - 750px)), 40px) 0 clamp(15px, calc(15px + (100vw - 750px) * (20px - 15px) / (850px - 750px)), 20px);
}
main.hospitalization section.hospi .life-list .nutrition-features .title--circle span,
main.hospitalization section.hospi .life-list .nutrition-services .title--circle span {
  position: relative;
  z-index: 10;
  transform: translateX(1em);
}
main.hospitalization section.hospi .life-list .nutrition-features .title--circle::before,
main.hospitalization section.hospi .life-list .nutrition-services .title--circle::before {
  position: absolute;
  content: "";
  display: block;
  width: clamp(42px, calc(42px + (100vw - 750px) * (42px - 42px) / (850px - 750px)), 42px);
  height: clamp(42px, calc(42px + (100vw - 750px) * (42px - 42px) / (850px - 750px)), 42px);
  border-radius: 50%;
  background-color: #ececec;
}
main.hospitalization section.hospi .life-list .nutrition-services .media-text {
  display: grid;
  gap: clamp(20px, calc(20px + (100vw - 750px) * (50px - 20px) / (850px - 750px)), 50px);
  margin-top: clamp(20px, calc(50px + (100vw - 750px) * (20px - 50px) / (850px - 750px)), 50px);
  align-items: center;
}
@media (min-width: 750px) {
  main.hospitalization section.hospi .life-list .nutrition-services .media-text {
    grid-template-columns: 1fr min(159px, 30%);
  }
}
main.hospitalization section.hospi .life-list .nutrition-services .text {
  flex: 1;
}
main.hospitalization section.hospi .life-list .nutrition-services .ttl {
  font-size: clamp(16px, calc(16px + (100vw - 750px) * (18px - 16px) / (850px - 750px)), 18px);
  font-weight: 500;
  margin-bottom: clamp(5px, calc(5px + (100vw - 750px) * (15px - 5px) / (850px - 750px)), 15px);
}
main.hospitalization section.hospi .life-list .nutrition-services .images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.hospitalization section.hospi .life-list .nutrition-services .images img {
  width: 159px;
  height: auto;
  margin: 0 auto;
}
main.hospitalization section.discharge .lead-container {
  background-image: url("../img/hospi-discharge-bg.jpg");
}
main.hospitalization section.discharge .container {
  border: 1px solid #a6a6a6;
  margin: clamp(10px, calc(10px + (100vw - 750px) * (25px - 10px) / (850px - 750px)), 25px);
  padding: clamp(10px, calc(10px + (100vw - 750px) * (25px - 10px) / (850px - 750px)), 25px) clamp(10px, calc(10px + (100vw - 750px) * (25px - 10px) / (850px - 750px)), 25px);
}
main.hospitalization section.discharge .icon-meet {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}
main.hospitalization section.discharge .table-2 .fee-row {
  grid-template-columns: 100px 1fr;
  margin-top: 0;
}
@media (min-width: 851px) {
  main.hospitalization section.discharge .table-2 .fee-row {
    grid-template-columns: 300px 1fr;
  }
}
main.hospitalization section.discharge .table-2 .fee-row:first-child {
  border-bottom: none;
}
@media (max-width: 850px) {
  main.hospitalization section.discharge .table-2 .fee-row dt,
  main.hospitalization section.discharge .table-2 .fee-row dd {
    background-color: transparent;
    display: block;
  }
  main.hospitalization section.discharge .table-2 .fee-row dt {
    border-right: 1px solid #707070;
    border-bottom: none;
  }
  main.hospitalization section.discharge .table-2 .fee-row:nth-child(even) {
    background-color: #f1f1f1 !important;
  }
}
main.hospitalization section.discharge ul.ways li {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
main.hospitalization section.discharge ul.ways li span {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (32px - 24px) / (850px - 750px)), 32px);
  flex-shrink: 0;
  color: #707070;
}
main.hospitalization section.room .lead-container {
  background-image: url("../img/hospi-room-bg.jpg");
}
main.hospitalization section.room ul {
  display: grid;
  gap: clamp(15px, calc(15px + (100vw - 750px) * (35px - 15px) / (850px - 750px)), 35px);
}
@media (min-width: 750px) {
  main.hospitalization section.room ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*======================================== 
*
* Contact
*
======================================== */
main.contact .mw_wp_form {
  width: 100% !important;
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(20px, calc(20px + (100vw - 750px) * (35px - 20px) / (850px - 750px)), 35px) clamp(10px, calc(10px + (100vw - 750px) * (30px - 10px) / (850px - 750px)), 30px);
  font-size: 14px;
}
main.contact .mw_wp_form dl {
  width: 100% !important;
  display: grid;
  place-items: center;
  gap: 10px;
}
main.contact .mw_wp_form dl .row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding: 10px 20px;
  border-left: 10px solid #e5aca5;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
@media (min-width: 851px) {
  main.contact .mw_wp_form dl .row {
    padding: 15px 15px;
  }
}
main.contact .mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 851px) {
  main.contact .mw_wp_form dl dt {
    padding: 3px 10px;
    width: 38%;
    margin-bottom: 0px;
  }
}
main.contact .mw_wp_form dl .required {
  display: block;
  background-color: #b20000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  line-height: 1;
  border-radius: 5px;
}
main.contact .mw_wp_form dl .required:before {
  content: "必須";
  display: inline-block;
}
main.contact .mw_wp_form dl dd {
  width: 100%;
}
@media (min-width: 851px) {
  main.contact .mw_wp_form dl dd {
    width: 60%;
  }
}
main.contact .mw_wp_form dl dd .notes {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
main.contact .mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #8d8d8d;
}
main.contact .mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #8d8d8d;
}
main.contact .mw_wp_form dl {
  /* --- ラジオボタン --- */
}
main.contact .mw_wp_form dl dd.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
main.contact .mw_wp_form dl dd.radio .mwform-radio-field {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
}
main.contact .mw_wp_form dl dd.radio .mwform-radio-field input {
  display: none;
}
main.contact .mw_wp_form dl dd.radio .mwform-radio-field label {
  display: inline-block;
}
main.contact .mw_wp_form dl dd.radio .mwform-radio-field-text {
  padding-left: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}
main.contact .mw_wp_form dl dd.radio .mwform-radio-field-text:after, main.contact .mw_wp_form dl dd.radio .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
main.contact .mw_wp_form dl dd.radio .mwform-radio-field-text:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  background: #27ad37;
  border: none;
  left: 5px;
}
main.contact .mw_wp_form dl dd.radio input[type=radio]:checked + .mwform-radio-field-text:after {
  opacity: 1;
}

/*======================================== 
*
* Privacy
*
======================================== */
main.privacy section.privacy dd:not(:last-child) {
  margin-bottom: clamp(40px, calc(40px + (100vw - 750px) * (60px - 40px) / (850px - 750px)), 60px);
}

/*======================================== 
*
* Medical Personnel
*
======================================== */
main.personnel section.about .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: clamp(20px, calc(20px + (100vw - 750px) * (30px - 20px) / (850px - 750px)), 30px);
}
main.personnel section.about .container .text {
  flex: 1;
}
main.personnel section.about .container img {
  width: 390px;
  max-width: 100%;
}
main.personnel section.how-to .ttl-circle {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (50px - 30px) / (850px - 750px)), 50px);
}
main.personnel section.how-to .shadow-list {
  max-width: 100%;
}
main.personnel section.how-to .media {
  display: grid;
  gap: clamp(20px, calc(20px + (100vw - 750px) * (50px - 20px) / (850px - 750px)), 50px);
  background-color: #f1f1f1;
  padding: clamp(15px, calc(15px + (100vw - 750px) * (30px - 15px) / (850px - 750px)), 30px);
  margin-top: clamp(20px, calc(20px + (100vw - 750px) * (70px - 20px) / (850px - 750px)), 70px);
}
@media (min-width: 750px) {
  main.personnel section.how-to .media {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
  }
}
main.personnel section.how-to .media .text {
  flex: 1;
}
main.personnel section.how-to .media .text .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
main.personnel section.how-to .media img {
  width: 123px;
}
main.personnel section.info .ttl-icon.functions {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (45px - 30px) / (850px - 750px)), 45px);
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (26px - 24px) / (850px - 750px)), 26px);
}
main.personnel section.info .ttl-icon.functions:before {
  background-image: url("../img/personnel-info-1.jpg");
  width: clamp(45px, calc(45px + (100vw - 750px) * (50px - 45px) / (850px - 750px)), 50px);
}
main.personnel section.info .ttl-icon.emergency {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (45px - 30px) / (850px - 750px)), 45px);
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (26px - 24px) / (850px - 750px)), 26px);
}
main.personnel section.info .ttl-icon.emergency:before {
  background-image: url("../img/personnel-info-2.jpg");
  width: clamp(45px, calc(45px + (100vw - 750px) * (50px - 45px) / (850px - 750px)), 50px);
}
main.personnel section.info .ttl-icon.children {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (45px - 30px) / (850px - 750px)), 45px);
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (26px - 24px) / (850px - 750px)), 26px);
}
main.personnel section.info .ttl-icon.children:before {
  background-image: url("../img/personnel-info-3.jpg");
  width: clamp(45px, calc(45px + (100vw - 750px) * (50px - 45px) / (850px - 750px)), 50px);
}
main.personnel section.info .ttl-icon.perinatal {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (45px - 30px) / (850px - 750px)), 45px);
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (26px - 24px) / (850px - 750px)), 26px);
}
main.personnel section.info .ttl-icon.perinatal:before {
  background-image: url("../img/personnel-info-4.jpg");
  width: clamp(45px, calc(45px + (100vw - 750px) * (50px - 45px) / (850px - 750px)), 50px);
}
main.personnel section.info .ttl-icon.nursing {
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (45px - 30px) / (850px - 750px)), 45px);
  font-size: clamp(24px, calc(24px + (100vw - 750px) * (26px - 24px) / (850px - 750px)), 26px);
}
main.personnel section.info .ttl-icon.nursing:before {
  background-image: url("../img/personnel-info-5.jpg");
  width: clamp(45px, calc(45px + (100vw - 750px) * (50px - 45px) / (850px - 750px)), 50px);
}
main.personnel section.info .ttl-icon.functions:before {
  width: clamp(55px, calc(55px + (100vw - 750px) * (65px - 55px) / (850px - 750px)), 65px);
}

/*======================================== 
*
* Access
*
======================================== */
main.access .shadow-list {
  margin-bottom: 80px;
  max-width: none;
}
main.access .shadow-list li {
  display: grid;
  place-items: center;
}
main.access .shadow-list li a {
  margin: 0;
}
main.access .shadow-list li a:before {
  width: clamp(30px, calc(30px + (100vw - 750px) * (64px - 30px) / (850px - 750px)), 64px) !important;
}
main.access .how-to h2 {
  border-left: 3px solid #e5aca5;
  border-bottom: 1px solid #b5b5b5;
  font-size: clamp(18px, calc(18px + (100vw - 750px) * (24px - 18px) / (850px - 750px)), 24px);
  padding: 10px;
  margin-top: clamp(30px, calc(30px + (100vw - 750px) * (40px - 30px) / (850px - 750px)), 40px);
}
main.access .how-to h2:before {
  width: clamp(40px, calc(40px + (100vw - 750px) * (83px - 40px) / (850px - 750px)), 83px);
}
main.access .how-to .anchor {
  position: relative;
}
main.access .how-to .anchor #train,
main.access .how-to .anchor #bus,
main.access .how-to .anchor #vehicle {
  position: absolute;
  top: -40px;
}
@media (min-width: 851px) {
  main.access .how-to .anchor #train,
  main.access .how-to .anchor #bus,
  main.access .how-to .anchor #vehicle {
    top: -80px;
  }
}
main.access .how-to .shadow-list {
  margin-bottom: 20px !important;
}
main.access dl {
  display: grid;
  grid-template-columns: 60% 1fr;
}
@media (min-width: 851px) {
  main.access dl {
    grid-template-columns: 360px 1fr;
  }
}
main.access dl dt,
main.access dl dd {
  padding: 20px 30px;
}
main.access dl dt {
  border-right: 1px solid #707070;
}
main.access dl dt:nth-of-type(even),
main.access dl dt:nth-of-type(even) + dd {
  background-color: #f1f1f1;
}

/*======================================== 
*
* General Medicine
*
======================================== */
main.general section.intro .lead-container {
  background-image: url("../img/general-intro-bg.jpg");
}
main.general section.treatment .lead-container {
  background-image: url("../img/general-treatment-bg.jpg");
}
main.general section.treatment .shadow-list {
  max-width: none;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 851px) {
  main.general section.treatment .shadow-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
main.general section.treatment .shadow-list li {
  font-size: 16px;
}
main.general section.treatment .icon-light {
  border-bottom: 1px solid #f7b7ae;
}
main.general section.physician .lead-container {
  background-image: url("../img/general-physician-bg.jpg");
}
main.general section.physician dl {
  font-size: 14px;
}
main.general section.physician dl > div {
  display: grid;
  grid-template-columns: 76px 1fr 1fr;
}
main.general section.physician dl > div.time dd {
  display: grid;
  place-items: center;
}
main.general section.physician dl dt,
main.general section.physician dl dd {
  margin: 0;
  padding: 10px;
  line-height: 1.6;
}
main.general section.physician dl dt {
  font-weight: 700;
  text-align: center;
}
main.general section.physician dl > div:first-child dd {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 850px) {
  main.general section.physician dl dt {
    border-right: 1px solid #707070;
    display: grid;
    place-items: center;
  }
  main.general section.physician dl div:nth-child(odd) {
    background-color: #f1f1f1;
  }
  main.general section.physician dl div dd:nth-child(2) {
    border-right: 1px solid #707070;
  }
}
@media (min-width: 851px) {
  main.general section.physician dl {
    display: grid;
    grid-template-columns: 120px repeat(6, 1fr);
  }
  main.general section.physician dl > div {
    display: contents;
    border-bottom: 0;
    border-right: 1px solid #707070;
  }
  main.general section.physician dl > div dt {
    border-bottom: 1px solid #707070;
  }
  main.general section.physician dl > div dd:nth-child(3) {
    background-color: #f1f1f1;
  }
  main.general section.physician dl dt,
  main.general section.physician dl dd {
    border-right: 1px solid #707070;
  }
  main.general section.physician dl {
    /* 角（空セル） */
  }
  main.general section.physician dl > div:first-child dt {
    grid-row: 1;
    grid-column: 1;
  }
  main.general section.physician dl {
    /* 左の時間（午前/午後） */
  }
  main.general section.physician dl > div:first-child dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 1;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl > div:first-child dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 1;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 曜日ヘッダー（月〜土）と本文セル（月〜土×午前/午後）をまとめて配置 */
    /* 曜日ヘッダー（dt）を1行目に */
  }
  main.general section.physician dl > div:nth-child(2) dt {
    grid-row: 1;
    grid-column: 2;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 午前（dd 1つ目）を2行目に */
  }
  main.general section.physician dl > div:nth-child(2) dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 2;
  }
  main.general section.physician dl {
    /* 午後（dd 2つ目）を3行目に */
  }
  main.general section.physician dl > div:nth-child(2) dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 2;
  }
  main.general section.physician dl {
    /* 曜日ヘッダー（dt）を1行目に */
  }
  main.general section.physician dl > div:nth-child(3) dt {
    grid-row: 1;
    grid-column: 3;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 午前（dd 1つ目）を2行目に */
  }
  main.general section.physician dl > div:nth-child(3) dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 3;
  }
  main.general section.physician dl {
    /* 午後（dd 2つ目）を3行目に */
  }
  main.general section.physician dl > div:nth-child(3) dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 3;
  }
  main.general section.physician dl {
    /* 曜日ヘッダー（dt）を1行目に */
  }
  main.general section.physician dl > div:nth-child(4) dt {
    grid-row: 1;
    grid-column: 4;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 午前（dd 1つ目）を2行目に */
  }
  main.general section.physician dl > div:nth-child(4) dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 4;
  }
  main.general section.physician dl {
    /* 午後（dd 2つ目）を3行目に */
  }
  main.general section.physician dl > div:nth-child(4) dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 4;
  }
  main.general section.physician dl {
    /* 曜日ヘッダー（dt）を1行目に */
  }
  main.general section.physician dl > div:nth-child(5) dt {
    grid-row: 1;
    grid-column: 5;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 午前（dd 1つ目）を2行目に */
  }
  main.general section.physician dl > div:nth-child(5) dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 5;
  }
  main.general section.physician dl {
    /* 午後（dd 2つ目）を3行目に */
  }
  main.general section.physician dl > div:nth-child(5) dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 5;
  }
  main.general section.physician dl {
    /* 曜日ヘッダー（dt）を1行目に */
  }
  main.general section.physician dl > div:nth-child(6) dt {
    grid-row: 1;
    grid-column: 6;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 午前（dd 1つ目）を2行目に */
  }
  main.general section.physician dl > div:nth-child(6) dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 6;
  }
  main.general section.physician dl {
    /* 午後（dd 2つ目）を3行目に */
  }
  main.general section.physician dl > div:nth-child(6) dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 6;
  }
  main.general section.physician dl {
    /* 曜日ヘッダー（dt）を1行目に */
  }
  main.general section.physician dl > div:nth-child(7) dt {
    grid-row: 1;
    grid-column: 7;
    font-weight: 700;
    text-align: center;
  }
  main.general section.physician dl {
    /* 午前（dd 1つ目）を2行目に */
  }
  main.general section.physician dl > div:nth-child(7) dd:nth-of-type(1) {
    grid-row: 2;
    grid-column: 7;
  }
  main.general section.physician dl {
    /* 午後（dd 2つ目）を3行目に */
  }
  main.general section.physician dl > div:nth-child(7) dd:nth-of-type(2) {
    grid-row: 3;
    grid-column: 7;
  }
  main.general section.physician dl {
    /* 右端罫線 */
  }
  main.general section.physician dl > div:nth-child(7) dt,
  main.general section.physician dl > div:nth-child(7) dd {
    border-right: 0;
  }
  main.general section.physician dl {
    /* 最下段罫線 */
  }
  main.general section.physician dl > div:first-child dd:nth-of-type(2),
  main.general section.physician dl > div:nth-child(2) dd:nth-of-type(2),
  main.general section.physician dl > div:nth-child(3) dd:nth-of-type(2),
  main.general section.physician dl > div:nth-child(4) dd:nth-of-type(2),
  main.general section.physician dl > div:nth-child(5) dd:nth-of-type(2),
  main.general section.physician dl > div:nth-child(6) dd:nth-of-type(2),
  main.general section.physician dl > div:nth-child(7) dd:nth-of-type(2) {
    border-bottom: 0;
  }
  main.general section.physician dl > div:first-child dd:nth-of-type(2) {
    border-bottom: 0;
  }
}

/* 記事ページ
======================================== */
article.news-single {
  padding-top: 30px !important;
}
article.news-single .ttl {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 851px) {
  article.news-single .ttl {
    font-size: 32px;
  }
}
article.news-single .date {
  text-align: right;
  color: #939393;
  font-size: 16px;
  margin: 10px 0;
}
article.news-single img {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

/* ページャー
======================================== */
.pagination {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 851px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 851px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination ul a,
.pagination ul li {
  width: 35px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}
@media (min-width: 851px) {
  .pagination ul a,
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #0f2476;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #0f2476;
  aspect-ratio: 1/1;
  width: 30px;
  height: 100%;
}
@media (min-width: 851px) {
  .pagination ul li {
    font-size: 18px;
  }
}
.pagination ul li.active {
  background-color: #0f2476;
  color: #fff;
}
.pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}