@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #9B043A; /* 矢印 */
  --splide-focus-color: #9B043A; /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #9B043A; /* アクティブ時のページネーション */
  --splide-progress-color: #9B043A; /* プログレスバー */
  --splide-toggle-color: #9B043A; /* 再生ボタン */
  --splide-track-color: #9B043A; /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}
.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}
.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}
.splide__arrow:hover:not(:disabled), .splide__arrow:disabled {
  opacity: 0.6;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 768px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }
  .splide__arrow--prev {
    left: 10px;
  }
  .splide__arrow--next {
    right: 10px;
  }
}
/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #3E3A39;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 140px;
}

@media (max-width: 768px) {
  :target {
    scroll-margin-top: 70px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.7;
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
a[href^=tel] {
  cursor: default;
}

.l-container {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
  width: 90%;
}
.l-container--narrow {
  max-width: 1060px;
}
.l-container--tiny {
  max-width: 820px;
}
.l-container.l-menu {
  max-width: 1327px;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  .container, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  width: 100%;
  height: 90px;
  transition: 0.3s ease;
  background: #fff;
  z-index: 70;
}
.header__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
}
.header__logo {
  max-width: 200px;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__navi {
  font-family: "Sawarabi Mincho", serif;
}
.header__navi-list {
  display: flex;
  align-items: center;
}
.header__navi-list > li a {
  transition: 0.3s ease;
}
.header__navi-list > li a:hover {
  opacity: 0.6;
}
.header__navi-list > li + li {
  margin-left: 20px;
}
.header__cont {
  margin-left: 30px;
  display: grid;
  grid-template-columns: 202px 220px;
  gap: 20px;
  height: 90px;
}
.header__tel {
  display: grid;
  place-content: center;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
.header__tel-num {
  display: block;
  font-size: 22px;
  line-height: 1.3;
}
.header__tel-time {
  line-height: 1.3;
  display: block;
  font-size: 12px;
}
.header__btn {
  display: grid;
  place-content: center;
  background: #0A2743;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  transition: 0.3s ease;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.header__btn::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 24.4px;
  background: url(../images/share/cal-ico-w.svg) no-repeat center/contain;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.header__btn:hover {
  opacity: 0.6;
}

.humberger {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: 0.4s ease;
  top: 5px;
  right: 5px;
  z-index: 100;
  background: #F7F4F5;
}
.humberger__line {
  background: #0A2743;
  position: absolute;
  width: 36px;
  height: 1%;
  transition: 0.4s ease;
  left: 50%;
  transform: translate(-50%, -50%);
}
.humberger__line:nth-of-type(1) {
  top: 11px;
}
.humberger__line:nth-of-type(2) {
  top: 19px;
}
.humberger__line:nth-of-type(3) {
  top: 27px;
}
.humberger__ttl {
  color: #0A2743;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
}
.humberger.is-open span:nth-of-type(1) {
  top: 42%;
  transform: translate(-50%, -50%) rotate(27deg);
}
.humberger.is-open span:nth-of-type(2) {
  display: none;
}
.humberger.is-open span:nth-of-type(3) {
  top: 42%;
  transform: translate(-50%, -50%) rotate(-27deg);
}

@media (max-width: 768px) {
  .header {
    position: static;
    height: auto;
  }
  .header__inr {
    padding: 5px 10px 10px;
  }
  .header__logo {
    max-width: 180px;
  }
  .header__right {
    display: none;
  }
  .humberger {
    display: block;
  }
}
/*------------
G-navi
--------------*/
.sp-navi {
  display: none;
}

@media (max-width: 768px) {
  .sp-navi {
    display: block;
    /* コンテンツ */
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #F7F4F5;
    padding: 80px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s ease;
    opacity: 0;
    z-index: 90;
  }
  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #9B043A;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #9B043A;
  }
  .sp-navi .sp-navi-list > li > a, .sp-navi .sp-navi-list > li span {
    display: block;
    font-size: 14px;
    font-family: "Sawarabi Mincho", serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before, .sp-navi .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #9B043A;
    position: absolute;
    transition: 0.5s;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }
  .sp-navi .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #9B043A;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.p-hero {
  width: 100%;
  position: relative;
}
.p-hero__img {
  height: calc(100vh - 90px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-hero__img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-hero__img img.js-zoom-fadein {
  transform: translateY(0) scale(1.2);
  will-change: transform;
}
.p-hero__img img.js-zoom-fadein.is-show {
  animation: zoomOut 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.p-hero__img img:not(.js-zoom-fadein) {
  transform: translateY(0);
  transition: transform 0.1s ease-out;
}
@keyframes zoomOut {
  0% {
    transform: translateY(0) scale(1.2);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.p-hero__desc {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}
.p-hero__desc--02::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(40px);
  -webkit-filter: blur(40px);
}
.p-hero__ttl {
  position: relative;
  font-family: "Sawarabi Mincho", serif;
  font-size: 50px;
  display: inline-block;
  line-height: 1.3;
  z-index: 2;
}
.p-hero__ttl span {
  display: inline-block;
  line-height: 1.3;
  font-size: 60px;
}
.p-hero__sub-ttl {
  margin-top: 40px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 18px;
}
.p-hero #mutuu-hero-slider {
  overflow: hidden;
  height: 100%;
}
.p-hero #mutuu-hero-slider .splide__track {
  overflow: hidden;
  height: 100%;
}
.p-hero #mutuu-hero-slider .splide__slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-hero #mutuu-hero-slider .splide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 1;
  opacity: 1;
  transition: opacity 1s ease-out;
  pointer-events: none;
}
.p-hero #mutuu-hero-slider .splide__slide.is-active::before {
  opacity: 0;
}
.p-hero #mutuu-hero-slider .splide__slide.is-active .p-hero__img img {
  animation: mutuuHeroZoom 6s ease-out forwards;
}
.p-hero #mutuu-hero-slider .splide__slide .p-hero__img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-hero #mutuu-hero-slider .splide__slide .p-hero__img {
    height: 320px;
  }
}
.p-hero #mutuu-hero-slider .splide__slide .p-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 6s ease-out;
  will-change: transform;
}
.p-hero #mutuu-hero-slider .splide__pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-hero #mutuu-hero-slider .splide__pagination {
    bottom: 20px;
  }
}
@keyframes mutuuHeroZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@media (max-width: 768px) {
  .p-hero {
    height: 320px;
  }
  .p-hero__img {
    height: 320px;
  }
  .p-hero__img img {
    height: 100%;
  }
  .p-hero__desc {
    top: initial;
    bottom: 30px;
    left: 20px;
    transform: none;
  }
  .p-hero__desc--02 {
    bottom: 40%;
    transform: translateY(50%);
  }
  .p-hero__desc--02::before {
    background: rgba(255, 255, 255, 0.7);
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
  .p-hero__ttl {
    font-size: 18px;
    text-shadow: 0 0 8px white, 0 0 8px white;
  }
  .p-hero__ttl span {
    font-size: 24px;
  }
  .p-hero__ttl--02 {
    font-size: 25px;
    text-shadow: none;
  }
  .p-hero__sub-ttl {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
    text-shadow: 0 0 8px white, 0 0 8px white;
  }
}
/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 2s, transform 0.6s;
  opacity: 0;
  transform: translateY(160px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadein-right {
  transition: opacity 2s, transform 0.6s;
  opacity: 0;
  transform: translateX(160px);
}
.js-fadein-right.is-show {
  opacity: 1;
  transform: translateX(0);
}

.js-fadein-left {
  transition: opacity 2s, transform 0.6s;
  opacity: 0;
  transform: translateX(-160px);
}
.js-fadein-left.is-show {
  opacity: 1;
  transform: translateX(0);
}

.js-fadein-up {
  transition: opacity 2s, transform 0.6s;
  opacity: 0;
  transform: translateY(160px);
}
.js-fadein-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*------------
smooth
--------------*/
.smooth-wrapper {
  filter: drop-shadow(5px 5px 10px rgba(62, 58, 57, 0.15));
  transition: 0.3s ease;
}
.smooth-wrapper:hover {
  filter: drop-shadow(3px 3px 8px rgba(62, 58, 57, 0.8));
}

.smooth {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  display: block;
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  position: relative;
}
.smooth.fast {
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth.is-animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (prefers-reduced-motion: reduce) {
  .smooth {
    transition: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.smooth-diagonal {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  display: block;
  position: relative;
}

.smooth-diagonal.is-animated {
  animation: diagonalToStraight 1.6s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
.smooth-diagonal.is-animated.fast {
  animation: diagonalToStraight 0.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
.smooth-diagonal.is-animated.slow {
  animation: diagonalToStraight 2s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

@keyframes diagonalToStraight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 110% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 110% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .smooth-diagonal {
    animation: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.smooth-down {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  display: block;
  transition: 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  position: relative;
}

.smooth-down.is-animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (prefers-reduced-motion: reduce) {
  .smooth-down {
    transition: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.smooth-left {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  display: block;
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  position: relative;
}

.smooth-left.is-animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (prefers-reduced-motion: reduce) {
  .smooth-left {
    transition: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*-----------------------------------------------------------
Topページ用
-----------------------------------------------------------*/
.l-main {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 0;
  }
}

.l-under {
  color: #2e2e2e;
}

.p-top-section {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .p-top-section {
    padding-top: 60px;
  }
}
.p-top-section--short {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-top-section--short {
    padding-top: 40px;
  }
}
.p-top-section--mb {
  padding-bottom: 100px;
}
.p-top-section--pt30 {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .p-top-section--pt30 {
    padding-top: 20px;
  }
}
.p-top-section--pt50 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .p-top-section--pt50 {
    padding-top: 30px;
  }
}
.p-top-section--pt100 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-top-section--pt100 {
    padding-top: 40px;
  }
}
.p-top-section--pb50 {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .p-top-section--pb50 {
    padding-bottom: 30px;
  }
}
.p-top-section--pb80 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-top-section--pb80 {
    padding-bottom: 40px;
  }
}
.p-top-section--pb100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-top-section--pb100 {
    padding-bottom: 40px;
  }
}
.p-top-section--pb120 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-top-section--pb120 {
    padding-bottom: 40px;
  }
}

.p-top-bg {
  position: relative;
}
.p-top-bg::before {
  content: "";
  position: absolute;
  background: #F7F4F5;
  width: 100%;
  height: 850px;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top-bg::before {
    height: 160%;
  }
}
.p-top-bg--short::before {
  height: 350px;
}
@media (max-width: 768px) {
  .p-top-bg--short::before {
    height: 100%;
  }
}

.t-hidden {
  overflow: hidden;
}

.top-bg {
  background-color: #F7F4F5;
}

.p-top-bnr {
  position: relative;
  transition: 0.3s ease;
  filter: drop-shadow(5px 5px 10px rgba(62, 58, 57, 0.2));
}
.p-top-bnr img {
  transition: transform 0.3s ease;
}
.p-top-bnr img.smooth-down {
  transition: transform 0.3s ease, -webkit-clip-path 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.3s ease, clip-path 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.3s ease, clip-path 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top-bnr:hover {
  filter: drop-shadow(4px 4px 8px rgba(62, 58, 57, 0.4));
}
.p-top-bnr:hover img {
  transform: translateY(4px);
}
.p-top-bnr .smooth-down {
  transition: 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.p-top-bnr--nh {
  pointer-events: none;
}

.p-top-layout01 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: calc((100% - 1060px) / 2);
  z-index: 2;
}
@media (max-width: 768px) {
  .p-top-layout01 {
    display: block;
  }
}
.p-top-layout01--reverse {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: calc((100% - 1060px) / 2);
}
@media (max-width: 768px) {
  .p-top-layout01--reverse {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-top-layout01--spbg::before {
    content: "";
    position: absolute;
    background: #F7F4F5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.p-top-layout01__img {
  position: relative;
  width: max(51.74vw, 745px);
  height: 500px;
}
.p-top-layout01__img img {
  -o-object-position: left top;
     object-position: left top;
}
@media (max-width: 768px) {
  .p-top-layout01__img {
    width: 100%;
    height: 220px;
  }
}
.p-top-layout01__desc {
  position: relative;
  max-width: 590px;
  width: 100%;
  margin-left: -86px;
}
@media (max-width: 768px) {
  .p-top-layout01__desc {
    max-width: 100%;
    margin-left: 0;
    padding: 30px 20px;
  }
}
.p-top-layout01__desc--reverse {
  margin-left: 0;
  margin-right: -86px;
}
@media (max-width: 768px) {
  .p-top-layout01__desc--reverse {
    margin-right: 0;
  }
}
.p-top-layout01__ttl {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-top-layout01__ttl {
    margin-bottom: 20px;
  }
}
.p-top-layout01__ttl__jp {
  display: block;
  line-height: 1;
  font-size: 35px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .p-top-layout01__ttl__jp {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
.p-top-layout01__ttl__en {
  display: block;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5;
  color: #9B043A;
}
@media (max-width: 768px) {
  .p-top-layout01__ttl__en {
    font-size: 18px;
  }
}
.p-top-layout01__btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .p-top-layout01__btn {
    margin-top: 30px;
  }
}

.p-top-list01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 400px;
  gap: 40px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-top-list01 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding-bottom: 40px;
  }
}
.p-top-list01__item {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background: #fff;
  box-shadow: 5px 5px 25px rgba(62, 58, 57, 0.1);
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .p-top-list01__item {
    padding: 20px 0 0;
  }
}
.p-top-list01__item:hover {
  box-shadow: 6px 6px 30px rgba(62, 58, 57, 0.3);
  transform: translateY(-5px);
}
.p-top-list01__ttl {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-top-list01__ttl {
    margin-bottom: 10px;
  }
}
.p-top-list01__ttl__jp {
  font-size: 25px;
  display: block;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-top-list01__ttl__jp {
    font-size: 20px;
  }
}
.p-top-list01__ttl__en {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-family: "Libre Baskerville", serif;
  color: #9B043A;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-top-list01__ttl__en {
    margin-top: 5px;
    line-height: 1.2;
  }
}
.p-top-list01__desc {
  height: 100%;
  display: grid;
  place-content: center;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .p-top-list01__desc {
    padding: 0 5px;
    font-size: 12px;
  }
}
.p-top-list01__img {
  width: 100%;
  height: 170px;
}
@media (max-width: 768px) {
  .p-top-list01__img {
    margin-top: 15px;
  }
}

.p-top-facility {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-top-facility {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.p-top-facility__bg01, .p-top-facility__bg02 {
  padding: 121px 20px 126px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .p-top-facility__bg01, .p-top-facility__bg02 {
    padding: 60px 20px;
  }
}
.p-top-facility__bg01 {
  background-image: url(../images/top-facility-bg01.jpg);
}
.p-top-facility__bg02 {
  background-image: url(../images/top-facility-bg02.jpg);
}
.p-top-facility__desc {
  position: relative;
  width: 480px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 20px 75px;
  text-align: center;
  height: 303px;
}
@media (max-width: 768px) {
  .p-top-facility__desc {
    height: auto;
    width: 100%;
  }
}
.p-top-facility__ttl {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-top-facility__ttl {
    font-size: 24px;
  }
}
.p-top-facility__btn {
  max-width: 255px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media (max-width: 768px) {
  .p-top-facility__btn {
    bottom: -25px;
    max-width: 80%;
  }
}

.p-top-news {
  position: relative;
  max-width: 818px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 160px 1fr;
  gap: 83px;
}
@media (max-width: 768px) {
  .p-top-news {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-top-news__ttl {
  position: relative;
  margin-bottom: 0;
}
.p-top-news__ttl .c-top-ttl {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 768px) {
  .p-top-news__ttl .c-top-ttl {
    margin-bottom: 0;
  }
}
.p-top-news__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .p-top-news__btn {
    position: static;
  }
}
.p-top-news__btn .c-button {
  height: 50px;
}
@media (max-width: 768px) {
  .p-top-news__list {
    font-size: 14px;
  }
}
.p-top-news__list li + li {
  margin-top: 12px;
}
.p-top-news__list time {
  font-size: 15px;
  font-family: "Libre Baskerville", serif;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .p-top-news__list time {
    font-size: 13px;
    display: block;
  }
}
.p-top-news__list a:hover {
  text-decoration: underline;
}
.p-top-news__time {
  display: inline-block;
  width: 135px;
  text-align: center;
  background: #0A2743;
  padding: 0 20px;
  color: #fff;
  margin-right: 20px;
}
.p-top-news--fixed {
  padding: 40px;
  background: #F7F4F5;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-top-news--fixed {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.c-top-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .c-top-ttl {
    margin-bottom: 20px;
  }
}
.c-top-ttl span {
  display: block;
  line-height: 1.3;
}
.c-top-ttl__jp {
  font-size: 35px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .c-top-ttl__jp {
    font-size: 24px;
  }
}
.c-top-ttl__en {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  color: #9B043A;
}
@media (max-width: 768px) {
  .c-top-ttl__en {
    font-size: 18px;
  }
}

/*------------
下層ページタイトル
--------------*/
.u-page-ttl {
  position: relative;
  width: 100%;
  height: 652px;
}
@media (max-width: 768px) {
  .u-page-ttl {
    height: 240px;
  }
  .u-page-ttl.-obstetrics {
    height: 440px;
  }
  .u-page-ttl.-gynecology {
    height: 500px;
  }
  .u-page-ttl.-information {
    height: 320px;
  }
}
.u-page-ttl::before {
  content: "";
  position: absolute;
  background: #F7F4F5;
  height: 389px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .u-page-ttl::before {
    height: 180px;
  }
}
.u-page-ttl__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 160px;
  padding-bottom: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .u-page-ttl__inner {
    padding-top: 100px;
    padding-bottom: 5px;
  }
}
.u-page-ttl__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 81.6%;
  height: 572px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .u-page-ttl__img {
    bottom: auto;
    top: 25px;
    width: 90%;
    height: 90%;
    max-height: 220px;
  }
}
.u-page-ttl__desc span {
  display: block;
  line-height: 1.3;
}
.u-page-ttl__jp {
  font-size: 50px;
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 3px;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff;
}
@media (max-width: 768px) {
  .u-page-ttl__jp {
    font-size: 24px;
  }
}
.u-page-ttl__en {
  font-size: 24px;
  font-family: "Libre Baskerville", serif;
  color: #9B043A;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .u-page-ttl__en {
    font-size: 20px;
  }
}

.page-menu-wrap {
  width: 100%;
  position: relative;
  z-index: 50;
  transition: all 0.3s ease;
  background: rgba(250, 236, 218, 0);
  overflow: hidden;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .page-menu-wrap {
    overflow: visible;
  }
}

/* 下部通常表示時 */
.page-menu-wrap .page-menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  text-align: center;
}
.page-menu-wrap .page-menu.l-menu {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .page-menu-wrap .page-menu.l-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-menu-wrap .page-menu {
    gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-menu-wrap .page-menu--second {
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .page-menu-wrap .page-menu--second {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

.page-menu-item01 {
  grid-area: 1/1/2/2;
}

.page-menu-item02 {
  grid-area: 1/2/2/3;
}

.page-menu-item03 {
  grid-area: 1/3/2/4;
}

.page-menu-item04 {
  grid-area: 2/1/3/2;
}

.page-menu-item05 {
  grid-area: 2/2/3/3;
}

.page-menu-item06 {
  grid-area: 2/3/3/4;
}

.page-menu-item07 {
  grid-area: 2/4/3/5;
}

@media (max-width: 768px) {
  .page-menu-item01 {
    grid-area: auto;
  }
  .page-menu-item02 {
    grid-area: auto;
  }
  .page-menu-item03 {
    grid-area: auto;
  }
  .page-menu-item04 {
    grid-area: auto;
  }
  .page-menu-item05 {
    grid-area: auto;
  }
  .page-menu-item06 {
    grid-area: auto;
  }
  .page-menu-item07 {
    grid-area: auto;
  }
}
/* 固定化後のアコーディオンヘッダー */
.page-menu-accordion {
  display: none;
  position: fixed;
  place-content: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  height: 40px;
  background: #fff;
  font-family: "Libre Baskerville", serif;
  color: #9B043A;
  font-size: 14px;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-menu-accordion {
    font-size: 12px;
    width: 110px;
    height: 60px;
    top: 10px;
    left: 10px;
    padding: 0;
    transform: none;
    box-shadow: 5px 5px 10px rgba(62, 58, 57, 0.2);
  }
}

.page-menu-wrap.is-fixed.is-open .page-menu-accordion {
  top: 290px;
}
@media (max-width: 768px) {
  .page-menu-wrap.is-fixed.is-open .page-menu-accordion {
    top: 10px;
  }
}

/* 固定表示スタイル */
.page-menu-wrap.is-fixed {
  position: fixed;
  background: white;
  top: 90px;
  left: 0;
  height: 0;
  transition: 0.4s ease;
  max-height: 200px;
}
@media (max-width: 768px) {
  .page-menu-wrap.is-fixed {
    max-height: 450px;
    top: 0;
    padding-top: 80px;
    background: rgba(255, 255, 255, 0);
  }
}

.page-menu-wrap.is-fixed.is-open {
  height: 100%;
}
@media (max-width: 768px) {
  .page-menu-wrap.is-fixed.is-open {
    background: white;
  }
}

/* 固定時はアコーディオン形式 */
.page-menu-wrap.is-fixed .page-menu-accordion {
  display: grid;
}

.page-menu-wrap.is-fixed:not(.is-open) .page-menu {
  opacity: 0;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  pointer-events: none;
}

.page-menu-wrap.is-fixed.is-open .page-menu {
  max-height: 200px;
  /* メニュー高さより十分大きい値にする */
  opacity: 1;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  pointer-events: auto;
}
/*------------
下層ページ見出し
--------------*/
.c-under-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .c-under-ttl {
    margin-bottom: 20px;
  }
}
.c-under-ttl span {
  display: block;
  line-height: 1.3;
}
.c-under-ttl__jp {
  font-size: 35px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .c-under-ttl__jp {
    font-size: 24px;
  }
}
.c-under-ttl__en {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  color: #9B043A;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .c-under-ttl__en {
    font-size: 18px;
  }
}

.u-h3 {
  font-size: 28px;
  padding: 8px 15px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: relative;
}

.u-h4 {
  font-size: 24px;
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before {
  content: "";
  position: absolute;
  background: #0A2743;
  width: 6px;
  height: 29px;
  border-radius: 2px;
  left: 0;
  top: 7.5px;
}

@media (max-width: 768px) {
  .u-h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .u-h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .u-h4 {
    font-size: 20px;
  }
  .u-h4::before {
    width: 4px;
    height: 24px;
    top: 4px;
  }
}
/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.breadcrumb ul {
  font-size: 14px;
}
.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

/*------------
pタグ同士の余白
--------------*/
.u-contents p + p {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .u-contents p + p {
    margin-top: 1em;
  }
}
/*------------
下層ページレイアウト
--------------*/
.l-under-tall {
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .l-under-tall {
    padding: 40px 0;
  }
}
.l-under-tall--bg01 {
  background: #F7F4F5;
}
.l-under-tall--bg01.-pb0 {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .l-under-tall--bg01.-pb0 {
    padding: 40px 0;
  }
}
.l-under-tall--pb50 {
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  .l-under-tall--pb50 {
    padding: 50px 0;
  }
}
.l-under-tall--pb100 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .l-under-tall--pb100 {
    padding: 50px 0;
  }
}
.l-under-tall--pt50 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .l-under-tall--pt50 {
    padding-top: 30px;
  }
}

.l-under-pb100 {
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .l-under-pb100 {
    padding: 0 0 40px;
  }
}

.l-under-short + .l-under-short {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-under-short + .l-under-short {
    margin-top: 40px;
  }
}

.x-short + .x-short {
  margin-top: 30px;
}
.x-short + .short {
  margin-top: 50px;
}

.u-hidden {
  overflow: hidden;
}

.l-under-half-bg01 {
  position: relative;
}
.l-under-half-bg01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 250px);
  background: #F7F4F5;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .l-under-half-bg01::before {
    height: calc(100% - 180px);
  }
}

.l-under-half-bg02 {
  position: relative;
}
.l-under-half-bg02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 270px);
  background: #F7F4F5;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .l-under-half-bg02::before {
    height: calc(100% - 180px);
  }
}

.l-under-pt100 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .l-under-pt100 {
    padding-top: 40px;
  }
}

.u-layout01 {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1260x;
  padding-left: calc((100% - 1260px) / 2);
}
@media (max-width: 768px) {
  .u-layout01 {
    display: block;
  }
}
.u-layout01__img {
  position: relative;
  max-width: 581px;
  width: 100%;
}
@media (max-width: 768px) {
  .u-layout01__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.u-layout01__desc {
  position: relative;
  max-width: 533px;
  width: 100%;
  margin-left: 45px;
}
@media (max-width: 768px) {
  .u-layout01__desc {
    max-width: 100%;
    padding: 0 20px;
    margin-left: 0;
  }
}
.u-layout01__ttl {
  text-align: left;
}
.u-layout01__btn {
  margin-top: 30px;
}

.u-layout02 {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1250px;
  padding-left: calc((100% - 1250px) / 2);
}
@media (max-width: 768px) {
  .u-layout02 {
    display: block;
  }
}
.u-layout02__img {
  position: relative;
  max-width: 745px;
  width: 100%;
  margin: 0 0 auto -90px;
}
@media (max-width: 768px) {
  .u-layout02__img {
    max-width: 100%;
    margin: auto 0 30px 0;
  }
}
.u-layout02__desc {
  position: relative;
  max-width: 590px;
  width: 100%;
  margin: 100px 100px auto -80px;
}
@media (max-width: 768px) {
  .u-layout02__desc {
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
}
.u-layout02__ttl {
  text-align: left;
}
.u-layout02__btn {
  margin-top: 30px;
}

.u-desc-box {
  background: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 240px 1fr;
  padding: 15px 40px;
  min-height: 122px;
}
.u-desc-box--gray {
  background: #F7F4F5;
}
@media (max-width: 768px) {
  .u-desc-box {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.u-desc-box + .u-desc-box {
  margin-top: 15px;
}
.u-desc-box--bg {
  background-color: #F7F4F5;
}
.u-desc-box__ttl {
  font-size: 18px;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.6;
}
.u-desc-box__ttl > span {
  font-size: 16px;
}
.u-desc-box__ttl--center {
  text-align: center;
  line-height: 1.4;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .u-desc-box__ttl--center {
    padding-right: 0;
  }
}
.u-desc-box__list li {
  position: relative;
  padding-left: 17px;
}
@media (max-width: 768px) {
  .u-desc-box__list li {
    padding-left: 15px;
  }
}
.u-desc-box__list li::before {
  content: "";
  position: absolute;
  background: #9B043A;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  left: 0;
  top: 14px;
}
@media (max-width: 768px) {
  .u-desc-box__list li::before {
    top: 12px;
  }
}
.u-desc-box--small {
  max-width: 686px;
  margin: 0 auto 10px auto;
  grid-template-columns: 352px 1fr;
  padding: 35px 40px;
  gap: 40px;
}
@media (max-width: 768px) {
  .u-desc-box--small {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.u-desc-box--short {
  max-width: 482px;
  margin: 0 auto 10px;
  grid-template-columns: 210px 1fr;
  padding: 0;
}
@media (max-width: 768px) {
  .u-desc-box--short {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.u-desc-box--low {
  min-height: 82px;
}

.u-bgArea01 {
  position: relative;
  background: rgba(206, 111, 0, 0.1);
  padding: 130px 0;
  margin-top: 104px;
}
.u-bgArea01--deco01::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-deco-img01.png) no-repeat center/contain;
  width: 162.4px;
  height: 224px;
  right: 118px;
  top: -104px;
}
.u-bgArea01--deco02::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-deco-img02.png) no-repeat center/contain;
  width: 204px;
  height: 195px;
  left: 253px;
  top: -104px;
}
.u-bgArea01 + .u-bgArea01 {
  margin-top: 174px;
}

.u-box01 {
  position: relative;
  background: #F7F4F5;
  padding: 30px 0 40px;
}
.u-box01.-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.u-box01.-large {
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .u-box01.-large {
    padding: 30px 0 40px;
  }
}
.u-box01.-white {
  background: #fff;
}
.u-box01--pt40 {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .u-box01 {
    padding: 20px 0;
  }
}
.u-box01-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .u-box01-col2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.u-box01-col2 .-notice {
  font-size: 14px;
}
.u-box01--p-small {
  padding: 35px 40px;
}
@media (max-width: 768px) {
  .u-box01--p-small {
    padding: 30px;
  }
}
.u-box01__ttl {
  text-align: center;
  color: #9B043A;
  font-size: 28px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8DADF;
}
.u-box01__ttl.-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .u-box01__ttl.-icon {
    gap: 10px;
  }
}
.u-box01__ttl.-icon img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .u-box01__ttl.-icon img {
    width: 50px;
    height: 50px;
  }
}
.u-box01__ttl.-icon .-ttl {
  text-align: center;
}
.u-box01__ttl.-icon .-jp {
  display: block;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 768px) {
  .u-box01__ttl.-icon .-jp {
    font-size: 22px;
  }
}
.u-box01__ttl.-icon .-price {
  color: #2E2E2E;
  font-family: "Sawarabi Mincho", serif;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .u-box01__ttl.-icon .-price {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .u-box01__ttl {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.u-box01__sbttl {
  font-family: "Sawarabi Mincho", serif;
  font-size: 18px;
  color: #9B043A;
  margin-bottom: 10px;
  position: relative;
}
.u-box01__sbttl-b {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .u-box01__sbttl-b {
    font-size: 20px;
  }
}
.u-box01__date {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .u-box01__date {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.u-box01__inner {
  padding: 0 100px;
}
.u-box01__inner--wide {
  padding: 0 60px;
}
.u-box01__inner--p0 {
  padding: 0;
}
@media (max-width: 768px) {
  .u-box01__inner {
    padding: 0 20px;
  }
  .u-box01__inner--wide {
    padding: 0 20px;
  }
  .u-box01__inner--p0 {
    padding: 0 20px;
  }
  .u-box01__inner--sp0 {
    padding: 0;
  }
}
.u-box01__inner_s {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .u-box01__inner_s {
    padding: 0 20px;
  }
}
.u-box01__wrap {
  max-width: 750px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u-box01__wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .u-box01__wrap__stretch {
    align-items: stretch;
  }
}
.u-box01__wrap .-item {
  flex: 1;
}
@media (max-width: 768px) {
  .u-box01__wrap .-item {
    width: 100%;
  }
}
.u-box01__wrap .itemL {
  flex: 1.5;
}
.u-box01__wrap .-item:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .u-box01__wrap .-item:nth-child(2) {
    padding-left: 0;
  }
}
.u-box01__wrap .-price {
  font-size: 25px;
  font-family: "Sawarabi Mincho", serif;
}
@media (max-width: 768px) {
  .u-box01__wrap .-price {
    font-size: 20px;
  }
}
.u-box01__wrap .-img {
  margin-bottom: 5px;
}
.u-box01__wrap .-notice {
  font-size: 12px;
  line-height: 1.6;
}
.u-box01__wrap02 {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .u-box01__wrap02 {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.u-box01__wrap02 .u-box01__txt {
  flex: 1;
}
.u-box01__wrap02 .-img {
  width: 173px;
}
@media (max-width: 768px) {
  .u-box01__wrap02 .-img {
    max-width: 120px;
    margin: 0 auto;
    width: 100%;
  }
}
.u-box01__wrap03 {
  max-width: 840px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u-box01__wrap03 {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.u-box01__wrap03 .-item {
  flex: 1;
}
.u-box01__wrap03 .-img {
  width: 473px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .u-box01__wrap03 .-img {
    width: 100%;
    margin-left: 0;
  }
}
.u-box01__wrap04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
@media (max-width: 768px) {
  .u-box01__wrap04 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.u-box01__wrap04 .-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.u-box01__wrap04 .u-dl-list-wrap {
  background: #fff;
  padding: 35px;
  flex: 1;
}
@media (max-width: 768px) {
  .u-box01__wrap04 .u-dl-list-wrap {
    padding: 20px;
  }
}
.u-box01__wrap04 .u-dl-list {
  grid-template-columns: 155px 1fr;
}
@media (max-width: 768px) {
  .u-box01__wrap04 .u-dl-list {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.u-box01__wrap04 .-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .u-box01__wrap04 .-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.u-box01__box02 {
  margin-top: 15px;
  padding: 15px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .u-box01__box02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.u-box01__box02 .list-check02 {
  font-weight: 500;
}
.u-box01 .-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 15px auto 40px;
}
@media (max-width: 768px) {
  .u-box01 .-btn-wrap {
    flex-direction: column;
    gap: 20px;
    margin: 15px auto 20px;
  }
}
.u-box01 .u-btn-tel {
  border: 2px solid #0A2743;
  background: none;
  display: flex;
  flex-direction: column;
  color: #0A2743;
  height: 100px;
  max-width: 320px;
  text-align: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(62, 58, 57, 0.15);
}
@media (max-width: 768px) {
  .u-box01 .u-btn-tel {
    max-width: 100%;
    height: 80px;
  }
}
.u-box01 .u-btn-tel img {
  width: 18px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .u-box01 .u-btn-tel img {
    margin-bottom: 0;
    width: 16px;
    height: auto;
  }
}
.u-box01 .u-btn-tel .-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Sawarabi Mincho", serif;
}
@media (max-width: 768px) {
  .u-box01 .u-btn-tel .-icon-wrap {
    font-size: 20px;
  }
}
.u-box01 .u-btn-tel .-tel {
  font-size: 18px;
  color: #2E2E2E;
}
@media (max-width: 768px) {
  .u-box01 .u-btn-tel .-tel {
    font-size: 16px;
  }
}
.u-box01 .u-btn-tel .-notice {
  font-size: 10px;
  color: #2E2E2E;
  line-height: 1.6;
}
.u-box01 .u-btn-tel::before {
  background-color: #0A2743;
  width: 50px;
  right: -25px;
}
@media (max-width: 768px) {
  .u-box01 .u-btn-tel::before {
    width: 30px;
    right: -15px;
  }
}
.u-box01 .u-btn-mail {
  display: flex;
  flex-direction: column;
  height: 100px;
  max-width: 320px;
  text-align: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 768px) {
  .u-box01 .u-btn-mail {
    max-width: 100%;
    height: 80px;
  }
}
.u-box01 .u-btn-mail img {
  width: 27px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
}
.u-box01 .u-btn-mail .-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Sawarabi Mincho", serif;
}
@media (max-width: 768px) {
  .u-box01 .u-btn-mail .-icon-wrap {
    font-size: 18px;
  }
}
.u-box01 .u-btn-mail .-small {
  font-size: 14px;
}
.u-box01 .-img-wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .u-box01 .-img-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.u-box01 .-img-wrap .-img {
  max-width: 386px;
}
@media (max-width: 768px) {
  .u-box01 .-img-wrap .-img {
    max-width: 100%;
  }
}
.u-box01__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .u-box01__list {
    grid-template-rows: 1fr;
    gap: 10px;
  }
}
.u-box01__list li {
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  background: #F7F4F5;
  padding: 30px 30px 30px 40px;
}
@media (max-width: 768px) {
  .u-box01__list li {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.u-box01__list li .-ttl {
  font-family: "Sawarabi Mincho", serif;
  font-size: 18px;
}
@media (max-width: 768px) {
  .u-box01__list li .-ttl {
    font-size: 16px;
  }
}
.u-box01__list li .-note {
  font-size: 14px;
}
.u-box01-notice {
  font-size: 14px;
  color: #2E2E2E;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .u-box01-notice {
    font-size: 12px;
  }
}
.u-box01-notice.-small {
  font-size: 12px;
}
.u-box01__staff {
  max-width: 750px;
  margin: 40px auto 0;
  border: 5px solid #E8DADF;
  padding: 30px 190px 30px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .u-box01__staff {
    padding: 20px 20px 140px 30px;
  }
}
.u-box01__staff::before {
  content: "";
  position: absolute;
  background: url(../images/under/icon_staff.png) center/contain no-repeat;
  bottom: 0;
  right: 40px;
  height: 180px;
  width: 165px;
}
@media (max-width: 768px) {
  .u-box01__staff::before {
    height: 120px;
    width: 110px;
  }
}
.u-box01__staff .-ttl {
  font-size: 20px;
  color: #9B043A;
  margin-bottom: 5px;
}
.u-box01__staff .-notice {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 12px;
}
.u-box01__menu {
  max-width: 750px;
  margin: 40px auto 0;
  border: 5px solid #E8DADF;
  padding: 30px 190px 30px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .u-box01__menu {
    padding: 20px 20px 200px 20px;
  }
}
.u-box01__menu::before {
  content: "";
  position: absolute;
  background: #D9D9D9;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 196px;
}
@media (max-width: 768px) {
  .u-box01__menu::before {
    width: 100%;
    height: 180px;
  }
}
.u-box01__menu .-ttl {
  font-size: 20px;
  color: #9B043A;
  margin-bottom: 5px;
}
.u-box01__menu .-notice {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}
.u-box01__price {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 14px;
}
@media (max-width: 768px) {
  .u-box01__price {
    padding: 0 0 30px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.u-box01__price-left {
  flex: 1;
  background: #fff;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .u-box01__price-left {
    padding: 20px 20px 15px;
  }
}
.u-box01__price-left .-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .u-box01__price-left .-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.u-box01__price-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.u-box01__price-right .-wrap {
  background: #fff;
  padding: 20px 0 20px 65px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .u-box01__price-right .-wrap {
    padding: 20px 0 20px 40px;
  }
}
.u-box01__price .u-dl-list {
  grid-template-columns: 155px 1fr;
}
@media (max-width: 768px) {
  .u-box01__price .u-dl-list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 5px;
  }
}
.u-box01__price .-ttl {
  font-size: 20px;
}

.u-box02 {
  padding: 30px 40px 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .u-box02 {
    padding: 20px 20px 15px;
  }
}
.u-box02--bg {
  background-color: #F7F4F5;
}
.u-box02-notice {
  font-size: 14px;
  color: #2E2E2E;
  line-height: 1.6;
}
.u-box02-notice.-small {
  font-size: 12px;
}
.u-box02__ttl {
  font-size: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8DADF;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .u-box02__ttl {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.u-box02__ttl.-large {
  font-size: 21px;
}
.u-box02__inner {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .u-box02__inner {
    padding: 0 20px;
  }
}
.u-box02__inner_s {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .u-box02__inner_s {
    padding: 0 20px;
  }
}
.u-box02--price {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.u-box02--price .-price {
  font-size: 25px;
  font-family: "Sawarabi Mincho", serif;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .u-box02--price .-price {
    font-size: 20px;
  }
}

.wrap-u-box02-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
}
@media (max-width: 768px) {
  .wrap-u-box02-col2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.wrap-u-box02-col2 .u-box02 {
  padding: 30px 30px 20px;
}
.wrap-u-box02-col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 35px;
}
@media (max-width: 768px) {
  .wrap-u-box02-col3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.wrap-u-box02-col3 .u-box02 {
  padding: 35px 25px 40px;
}

.u-box03 {
  border: 5px solid #E8DADF;
  padding: 30px;
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u-box03 {
    padding: 20px 20px 20px;
    max-width: initial;
  }
}
.u-box03 .-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #9B043A;
  margin-bottom: 10px;
}
.u-box03 .-notice {
  font-size: 14px;
  line-height: 1.6;
}
.u-box03 .-notice.-small {
  font-size: 12px;
}

.u-dl-list {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px;
  align-items: baseline;
}
.u-dl-list.-small {
  grid-template-columns: 155px 1fr;
}
@media (max-width: 768px) {
  .u-dl-list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 5px;
  }
  .u-dl-list.-small {
    grid-template-columns: 1fr;
  }
  .u-dl-list dd + dt {
    margin-top: 10px;
  }
}
.u-dl-list dt {
  font-size: 14px;
  background: #F7F4F5;
  text-align: center;
  line-height: 1.9;
}
.u-dl-list dt.-white {
  background-color: #FFF;
}

.u-dl-list-faq {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
  align-items: baseline;
}
@media (max-width: 768px) {
  .u-dl-list-faq {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.u-dl-list-faq dt {
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .u-dl-list-faq dt {
    text-align: left;
  }
  .u-dl-list-faq dt + dd {
    margin-bottom: 20px;
  }
}
.u-dl-list-faq dd {
  padding: 0;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-imgR__l-img,
.l-imgL__l-img {
  margin: 0 50px 0 0;
  max-width: 535px;
  width: 100%;
}
.l-imgR__l-img--middle,
.l-imgL__l-img--middle {
  max-width: 480px;
}
.l-imgR__l-img--small,
.l-imgL__l-img--small {
  margin: 0 85px 0 0;
  max-width: 320px;
}
.l-imgR__l-img--news,
.l-imgL__l-img--news {
  margin: 0 40px 0 0;
  max-width: 320px;
}
.l-imgR__l-desc,
.l-imgL__l-desc {
  flex: 1;
}
.l-imgR__l-desc time,
.l-imgL__l-desc time {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px !important;
}
.l-imgR__left-item,
.l-imgL__left-item {
  margin-right: 30px;
}
.l-imgR--center,
.l-imgL--center {
  align-items: center;
}
@media (max-width: 768px) {
  .l-imgR,
  .l-imgL {
    display: block;
  }
  .l-imgR__l-img,
  .l-imgL__l-img {
    margin: 0 0 15px;
    text-align: center;
    max-width: 100%;
  }
  .l-imgR__l-img--middle,
  .l-imgL__l-img--middle {
    max-width: 100%;
  }
  .l-imgR__l-img--small,
  .l-imgL__l-img--small {
    width: 100%;
  }
  .l-imgR__l-img--news,
  .l-imgL__l-img--news {
    width: 100%;
  }
  .l-imgR__left-item,
  .l-imgL__left-item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.l-imgR {
  flex-direction: row-reverse;
}
.l-imgR__l-img {
  margin: 0 0 0 50px;
}
.l-imgR__l-img--small {
  margin: 0 0 0 85px;
  width: 320px;
}
@media (max-width: 768px) {
  .l-imgR__l-img {
    margin: 0 0 15px;
  }
}

.u-flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 768px) {
  .u-flow-list {
    grid-template-columns: 1fr;
  }
}
.u-flow-list > li {
  position: relative;
  padding: 22px 15px;
  background: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .u-flow-list > li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.u-flow-list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #C9B0B9;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  width: 12px;
  height: 27px;
}
@media (max-width: 768px) {
  .u-flow-list > li:not(:last-child)::before {
    right: 50%;
    width: 27px;
    height: 12px;
    transform: translateX(50%);
    top: initial;
    bottom: -30px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.u-flow-list > li.-bg {
  background-color: #F7F4F5;
}
.u-flow-list__ttl {
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .u-flow-list__ttl {
    font-size: 18px;
  }
}
.u-flow-list__txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.u-flow-list__icon {
  width: 70px;
  margin-right: 13px;
  background-color: #F7F4F5;
}
@media (max-width: 768px) {
  .u-flow-list__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.u-flow-list__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.u-flow-list--col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 768px) {
  .u-flow-list--col4 {
    grid-template-columns: 1fr;
  }
}
.u-flow-list--column {
  gap: 40px;
}
.u-flow-list--column > li {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.u-flow-list--column .u-flow-list__icon {
  margin-right: 0;
  margin-bottom: 7px;
  background-color: #F7F4F5;
}
@media (max-width: 768px) {
  .u-flow-list--column .u-flow-list__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.u-flow-list--column .u-flow-list__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.u-flow-list--column02 {
  gap: 40px;
}
.u-flow-list--column02 > li {
  position: relative;
  padding: 25px 30px 40px;
  background: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.u-flow-list--column02 .u-flow-list__icon {
  margin-right: 0;
  margin-bottom: 7px;
  background-color: #F7F4F5;
}
@media (max-width: 768px) {
  .u-flow-list--column02 .u-flow-list__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.u-flow-list--column02 .u-flow-list__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.under-slide-wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.under-slide-wrap .u-dl-list {
  margin-top: 30px;
  grid-template-columns: 75px 1fr;
  gap: 20px 15px;
}
@media (max-width: 768px) {
  .under-slide-wrap .u-dl-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.under-slide-wrap .u-dl-list dt {
  font-size: 15px;
  line-height: 2.1;
}
.under-slide-wrap .u-dl-list dd {
  line-height: 1.55;
}
.under-slide-wrap .u-dl-list dd .u-cmn-link {
  margin-top: 15px;
}

.u-splide-main {
  height: 388px;
}
@media (max-width: 768px) {
  .u-splide-main {
    height: 220px;
  }
}
.u-splide-main__txt {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
  padding: 4px 9px;
  line-height: 1.7;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.u-splide-thumb {
  margin-top: 10px;
  height: 92px;
}
@media (max-width: 768px) {
  .u-splide-thumb {
    height: 60px;
  }
}
.u-splide-thumb .splide__track .splide__list {
  margin: 0 auto;
  justify-content: flex-start;
}
.u-splide-thumb .splide__track .splide__list--center {
  justify-content: center;
}
.u-splide-thumb .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__track {
  height: 100%;
}

.splide__slide {
  height: 100%;
  opacity: 0.6;
}
.splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F7F4F5;
}

.splide__arrow {
  top: 50%;
}

.splide__arrow--next {
  right: -40px;
}
@media (max-width: 768px) {
  .splide__arrow--next {
    right: -22px;
  }
}
.splide__arrow--next::before {
  content: "";
  position: absolute;
  background: url(../images/under/under-slide-arw-r.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 22px;
}
.splide__arrow--next svg {
  display: none;
}

.splide__arrow--prev {
  left: -40px;
}
@media (max-width: 768px) {
  .splide__arrow--prev {
    left: -22px;
  }
}
.splide__arrow--prev::before {
  content: "";
  position: absolute;
  background: url(../images/under/under-slide-arw-l.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 12px;
  height: 22px;
}
.splide__arrow--prev svg {
  display: none;
}

.splide__slide.is-active {
  opacity: 1;
}

.list-disc-wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .list-disc-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.list-disc--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .list-disc--col2 {
    grid-template-columns: 1fr;
  }
}
.list-disc li {
  position: relative;
  padding-left: 12px;
}
.list-disc li:before {
  content: "";
  background: #9B043A;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
}
@media (max-width: 768px) {
  .list-disc li:before {
    top: 11px;
  }
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  padding-left: 32px;
  position: relative;
}
.list-num > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  font-family: "Sawarabi Mincho", serif;
}
.list-num > li + li {
  margin-top: 8px;
}

.table-style01 {
  font-size: 15px;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #0A2743;
}
.table-style01 th {
  background-color: #FAECDA;
  padding: 12px 20px;
  width: 30%;
}
.table-style01 th.table-style01__head {
  font-weight: 700;
  background: #0A2743;
  color: #fff;
}
.table-style01 td {
  padding: 12px 20px;
}

.u-cardList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}
.u-cardList > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  padding: 46px;
  height: 406px;
  border-radius: 10px;
}
.u-cardList__ttl {
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.u-cardList__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.u-cardList__img--tall01 {
  height: 102px;
  display: grid;
  place-content: center;
}
.u-cardList__img--tall01 img {
  height: 77.5px;
}
.u-cardList__img--tall02 {
  height: 102px;
}
.u-cardList__btn {
  margin-top: 18px;
}

/*------------
モーダル
-------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}
.modal-bg {
  background: rgba(0, 0, 0, 0.73);
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: absolute;
  width: 90%;
  max-height: calc(100% - 240px);
  max-width: 1024px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  padding: 40px 50px 50px;
}
.modal-contentInr {
  height: -moz-max-content;
  height: max-content;
}
.modal-close {
  position: absolute;
  top: -93px;
  right: 0;
  width: 80px;
  height: 80px;
}

@media (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
    height: 80%;
  }
  .modal-content-inr {
    overflow: scroll;
    height: 100%;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}
/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #0A2743;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Sawarabi Mincho", serif;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-privacy li::before {
  background: #0A2743;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}
.list-privacy li + li {
  margin-top: 3px;
}

.list-check02 li {
  position: relative;
  padding-left: 23px;
}
.list-check02 li + li {
  margin-top: 3px;
}
.list-check02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 19px;
  background: url(../images/share/icon_check.svg) center/contain no-repeat;
}

@media (max-width: 768px) {
  .list-check02 li:before {
    top: 4px;
  }
}
.list-card02 {
  margin: 20px 0;
}
.list-card02 .list-item {
  background: #fff;
}
.list-card02 .list-item--gray {
  background: #F7F4F5;
}
.list-card02 .list-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.list-card02 .list-img {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 90px;
}
.list-card02 .-notice {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
}
.list-card02 .-txt {
  line-height: 1.4;
}

.list-card01,
.list-card02,
.list-card03 {
  display: flex;
  flex-wrap: wrap;
}
.list-card01.col2 .list-item,
.list-card02.col2 .list-item,
.list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}
.list-card01.col2 .list-item:nth-child(odd),
.list-card02.col2 .list-item:nth-child(odd),
.list-card03.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}
.list-card01.col2 .list-item:nth-child(n+3),
.list-card02.col2 .list-item:nth-child(n+3),
.list-card03.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}
.list-card01.col2 .list-item:last-child,
.list-card02.col2 .list-item:last-child,
.list-card03.col2 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col3 .list-item,
.list-card02.col3 .list-item,
.list-card03.col3 .list-item {
  padding: 25px 20px;
  width: 31.25%;
}
.list-card01.col3 .list-item:not(:nth-child(3n)),
.list-card02.col3 .list-item:not(:nth-child(3n)),
.list-card03.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-card01.col3 .list-item:nth-child(n+4),
.list-card02.col3 .list-item:nth-child(n+4),
.list-card03.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-card01.col3 .list-item:last-child,
.list-card02.col3 .list-item:last-child,
.list-card03.col3 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col4 .list-item,
.list-card02.col4 .list-item,
.list-card03.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}
.list-card01.col4 .list-item:not(:nth-child(4n)),
.list-card02.col4 .list-item:not(:nth-child(4n)),
.list-card03.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}
.list-card01.col4 .list-item:nth-child(n+5),
.list-card02.col4 .list-item:nth-child(n+5),
.list-card03.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}
.list-card01.col4 .list-item:last-child,
.list-card02.col4 .list-item:last-child,
.list-card03.col4 .list-item:last-child {
  margin-right: 0;
}
.list-card01.center,
.list-card02.center,
.list-card03.center {
  justify-content: center;
}

@media (max-width: 768px) {
  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-img {
    margin-bottom: 15px;
  }
  .list-card01,
  .list-card02,
  .list-card03 {
    display: block;
  }
  .list-card01.col2 .list-item,
  .list-card02.col2 .list-item,
  .list-card03.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col2 .list-item:nth-child(odd),
  .list-card02.col2 .list-item:nth-child(odd),
  .list-card03.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card01.col2 .list-item:nth-child(n+2),
  .list-card02.col2 .list-item:nth-child(n+2),
  .list-card03.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-card01.col3 .list-item,
  .list-card02.col3 .list-item,
  .list-card03.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col3 .list-item:not(:nth-child(3n)),
  .list-card02.col3 .list-item:not(:nth-child(3n)),
  .list-card03.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-card01.col3 .list-item:nth-child(n+2),
  .list-card02.col3 .list-item:nth-child(n+2),
  .list-card03.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-card01.col4 .list-item,
  .list-card02.col4 .list-item,
  .list-card03.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col4 .list-item:not(:last-child),
  .list-card02.col4 .list-item:not(:last-child),
  .list-card03.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }
  .list-card01.col4 .list-item:nth-child(n+2),
  .list-card02.col4 .list-item:nth-child(n+2),
  .list-card03.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.u-map {
  width: 760px;
  height: 340px;
  margin: auto;
}
@media (max-width: 768px) {
  .u-map {
    width: 90%;
    height: auto;
  }
}
.u-map > iframe {
  width: 100%;
  height: 100%;
}

.faq-style > dt,
.faq-style > dd {
  background-color: #FFF;
  padding: 25px 25px 25px 70px;
  position: relative;
}
.faq-style > dt {
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}
.faq-style > dd {
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 25px 25px 70px;
}
.faq-style > dd + dt {
  margin-top: 30px;
}
.faq-style .faq__txt {
  position: relative;
}
.faq-style .faq__ico {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  position: absolute;
  left: -30px;
  top: -5px;
}
.faq-style .faq__ico--a {
  color: #9B043A;
}
.faq-style .faq__ttl {
  font-size: 18px;
  display: flex;
  font-family: "Sawarabi Mincho", serif;
}
.faq-style .faq__open-ico {
  display: inline-block;
  width: 20px;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: -25px;
  right: -5px;
}
.faq-style .faq__open-ico::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  transform: translateY(0%);
  background-color: #0A2743;
}
.faq-style .is-open .faq__open-ico {
  top: -25px;
  bottom: auto;
}

@media (max-width: 768px) {
  .faq-style > dt,
  .faq-style > dd {
    padding: 25px 25px 25px 50px;
  }
  .faq-style > dd {
    padding: 0 25px 25px 50px;
  }
  .faq-style .faq__ico {
    font-size: 22px;
    left: -30px;
    top: -5px;
  }
  .faq-style .faq__ttl {
    font-size: 15px;
    line-height: 1.7;
  }
  .faq-style .is-open .faq__open-ico::before {
    top: 0;
  }
}
.u-faq-txt-red {
  color: #9B043A;
}

.u-list-faq {
  font-family: "Sawarabi Mincho", serif;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-area--archive {
  gap: 20px;
}
.select-area__label {
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
  color: #9B043A;
  font-weight: 400;
}
@media (max-width: 768px) {
  .select-area__label {
    font-size: 16px;
  }
}
.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 400px;
}
@media (max-width: 768px) {
  .select-area .select-box {
    width: 100%;
    max-width: 400px;
  }
}
.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid #C9B0B9;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F7F4F5;
  font-size: 16px;
  color: #2E2E2E;
  vertical-align: middle;
  height: 50px;
  padding: 5px 40px 5px 25px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.select-area .select-category::-ms-expand {
  display: none;
}

.u-voice li {
  position: relative;
}
.u-voice li > a {
  position: relative;
  background-color: #fff;
  display: block;
  padding: 20px 30px;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 25px rgba(62, 58, 57, 0.1);
}
.u-voice li > a:hover {
  transform: translateY(5px);
  box-shadow: 5px 5px 25px rgba(62, 58, 57, 0.4);
}
.u-voice li:not(:last-child) {
  margin-bottom: 30px;
}
.u-voice li::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 30px;
  width: 1.5px;
  height: 50px;
  transform: translateY(0%);
  background-color: #0A2743;
  z-index: 2;
}
.u-voice__link {
  display: flex;
  align-items: baseline;
  padding: 24px 35px 23px 30px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.u-voice .data {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  text-align: center;
  padding-right: 20px;
  flex-shrink: 0;
  color: #2E2E2E;
}
.u-voice .txt {
  font-family: "Sawarabi Mincho", serif;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
  color: #2E2E2E;
}
@media (max-width: 768px) {
  .u-voice .txt {
    font-size: 15px;
  }
}

.u-faq-ttl {
  color: #9B043A;
  font-size: 20px;
  text-transform: capitalize;
  margin-right: 20px;
}

.u-post-layout {
  display: flex;
}
.u-post-layout__img {
  margin-right: 40px;
  width: 324px;
  height: auto;
}
.u-post-layout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-post-layout__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.u-post-layout__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.u-post-layout__txt__date {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .u-post-layout {
    display: block;
  }
  .u-post-layout__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .u-post-layout__desc {
    width: 100%;
  }
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 160px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Libre Baskerville", serif;
}
@media (max-width: 768px) {
  .post-number-single {
    margin-top: 60px;
  }
}
.post-number-single a {
  display: inline-block;
  color: #0A2743;
}
.post-number-single a.next {
  margin-top: 0;
}
.post-number-single a.next::before {
  content: "";
  display: inline-block;
  margin-right: 30px;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #C9B0B9;
  transform: rotate(180deg);
  width: 0;
  height: 0;
}
.post-number-single a.prev {
  margin-top: 0;
}
.post-number-single a.prev::after {
  content: "";
  display: inline-block;
  margin-left: 30px;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #C9B0B9;
  width: 0;
  height: 0;
}
.post-number-single a:hover {
  opacity: 0.5;
}

/*------------
category.php ページネーション
--------------*/
.pagenation--category {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pagenation--category .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  padding: 0 10px;
  text-decoration: none;
  color: #0A2743;
  font-family: "Sawarabi Mincho", serif;
  border: 1px solid #0A2743;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pagenation--category .page-numbers {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 8px;
  }
}
.pagenation--category .page-numbers:hover {
  background-color: #F7F4F5;
  border-color: #0A2743;
  color: #0A2743;
}
.pagenation--category .page-numbers.current {
  background-color: #0A2743;
  border-color: #0A2743;
  color: #fff;
}
.pagenation--category .page-numbers.prev, .pagenation--category .page-numbers.next {
  border: 1px solid #0A2743;
  background-color: #fff;
}
.pagenation--category .page-numbers.prev:hover, .pagenation--category .page-numbers.next:hover {
  background-color: #F7F4F5;
  border-color: #0A2743;
  color: #0A2743;
}

/*------------
archive-voice.php ページネーション
--------------*/
.pagenation--voice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.pagenation--voice .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  padding: 0 5px;
  text-decoration: none;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .pagenation--voice .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
}
.pagenation--voice .page-numbers:not(.current):not(.dots) {
  color: #2E2E2E;
  background: transparent;
  border: none;
}
.pagenation--voice .page-numbers.current {
  background-color: #0A2743;
  border: 1px solid #fff;
  color: #fff;
}
.pagenation--voice .page-numbers.dots {
  color: #2E2E2E;
  background: transparent;
  border: none;
  cursor: default;
  padding: 0 5px;
  min-width: auto;
  margin-bottom: 9px;
}
.pagenation--voice .page-numbers.is-last-page:not(.current):not(.dots) {
  color: #0A2743;
  background: transparent;
  border: 1px solid #0A2743;
}
.pagenation--voice .page-numbers:hover:not(.current):not(.dots) {
  opacity: 0.7;
}
.pagenation--voice .page-numbers:hover:not(.current):not(.dots):not(:last-of-type) {
  color: #0A2743;
}

/*------------
single.php / single-voice.php 投稿ナビゲーション（ページネーション）
--------------*/
.c-single-navigation__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-single-navigation__inner {
    gap: 15px;
  }
}
.c-single-navigation__prev, .c-single-navigation__next {
  flex: 0 0 auto;
}
.c-single-navigation__list {
  flex: 0 0 auto;
}
.c-single-navigation__img {
  width: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-single-navigation__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-single-navigation__img .c-single-navigation__placeholder {
  width: 30px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .c-single-navigation__img .c-single-navigation__placeholder {
    width: 30px;
    height: 30px;
  }
}
.c-single-navigation__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-single-navigation__link:hover {
  opacity: 0.7;
}
.c-single-navigation__link--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-single-navigation__link--list {
  font-family: "Sawarabi Mincho", serif;
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-single-navigation__link--list {
    font-size: 14px;
  }
}
.c-single-navigation__link--list:hover {
  opacity: 0.8;
}
.c-single-navigation__label {
  display: block;
}

.u-time {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px !important;
}

/*------------
Footer
--------------*/
.footer-btn {
  padding: 140px 0 120px;
  background-color: #F7F4F5;
}
.footer-btn__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px;
  margin: 0 auto;
  max-width: 62.85%;
}
.footer-btn__item {
  max-width: 255px;
  transition: 0.3s ease;
}
.footer-btn__item > a {
  width: 100%;
  text-align: center;
  display: block;
  transition: 0.3s ease;
}
.footer-btn__item:hover {
  transform: translateY(3px);
}
.footer-btn__desc {
  background-color: #fff;
  padding: 54px 10px 26px;
}
.footer-btn__img {
  height: 67px;
  margin-bottom: 20px;
}
.footer-btn__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-btn__txt {
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  color: #0A2743;
}
.footer-btn__ttl {
  background-color: #0A2743;
  border: 1px solid #0A2743;
  color: #fff;
  padding: 15px;
  display: block;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
}

@media (max-width: 768px) {
  .footer-btn {
    padding: 50px 0;
  }
  .footer-btn__list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    max-width: 90%;
  }
  .footer-btn__item {
    max-width: initial;
  }
  .footer-btn__desc {
    padding: 30px 10px 20px;
  }
  .footer-btn__img {
    height: 40px;
  }
  .footer-btn__ttl {
    padding: 1px;
    display: block;
  }
}
.footer {
  position: relative;
  background: #0A2743;
  color: #fff;
}
.footer__logo {
  display: block;
  max-width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__left {
    margin-bottom: 30px;
  }
}
.footer__left--flex {
  display: flex;
  gap: 50px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 125px;
}
@media (max-width: 768px) {
  .footer__inner {
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.footer__navi {
  display: flex;
}
@media (max-width: 768px) {
  .footer__navi {
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
  }
}
.footer__navi-item + .footer__navi-item {
  margin-left: 65px;
}
@media (max-width: 768px) {
  .footer__navi-item + .footer__navi-item {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .footer__navi-item + .footer__navi-item + .footer__navi-item {
    margin-top: 30px;
  }
}
.footer__navi-list {
  font-family: "Sawarabi Mincho", serif;
}
.footer__navi-list--sub li, .footer__navi-list--sub02 li {
  position: relative;
  padding-left: 21px;
}
@media (max-width: 768px) {
  .footer__navi-list--sub li, .footer__navi-list--sub02 li {
    padding-left: 17px;
  }
}
.footer__navi-list--sub li::before, .footer__navi-list--sub02 li::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  width: 10px;
  left: 0;
  top: 15px;
}
@media (max-width: 768px) {
  .footer__navi-list--sub li::before, .footer__navi-list--sub02 li::before {
    width: 8px;
    top: 11px;
  }
}
.footer__navi-list--sub li + li, .footer__navi-list--sub02 li + li {
  margin-top: 4px;
}
.footer__navi-list--sub02 li::before {
  background: rgba(255, 255, 255, 0.2);
}
.footer__navi-list a:hover {
  text-decoration: underline;
}
.footer__navi-ttl {
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 4px;
}
.footer__sns {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer__sns li {
  width: 30px;
}
.footer__sns li + li {
  margin-left: 10px;
}
.footer__sns a {
  display: block;
}
.footer .copyright {
  border-top: 1px solid #4F62B8;
  line-height: 1;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  padding: 22px;
  background: #0A2743;
}
.footer .pagetop {
  display: block;
  background-color: #0A2743;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  bottom: 70px;
  right: 50px;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer .pagetop {
    display: none;
  }
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}
.footer .pagetop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-footer-cont {
  position: relative;
  background: #F7F4F5;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .l-footer-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-footer-cont__list {
  max-width: 905px;
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .l-footer-cont__list {
    gap: 20px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.l-footer-cont__list a {
  display: block;
  background: #fff;
  box-shadow: 5px 5px 25px rgba(62, 58, 57, 0.1);
  transition: 0.3s ease;
}
.l-footer-cont__list a:hover {
  box-shadow: 3px 3px 15px rgba(62, 58, 57, 0.3);
  transform: translateY(3px);
}
.l-footer-cont__desc {
  height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: "Sawarabi Mincho", serif;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .l-footer-cont__desc {
    height: 140px;
    padding-bottom: 20px;
  }
}
.l-footer-cont__img {
  width: 100%;
}
.l-footer-cont__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.l-footer-cont__img--num01 {
  width: 47px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .l-footer-cont__img--num01 {
    width: 40px;
    margin-bottom: 10px;
  }
}
.l-footer-cont__img--num02 {
  width: 71.08px;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .l-footer-cont__img--num02 {
    width: 50px;
    margin-bottom: 10px;
  }
}
.l-footer-cont__img--num03 {
  width: 93.62px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .l-footer-cont__img--num03 {
    width: 70px;
    margin-bottom: 10px;
  }
}
.l-footer-cont__ttl {
  height: 53px;
  display: grid;
  place-content: center;
  text-align: center;
  background: #0A2743;
  font-family: "Sawarabi Mincho", serif;
  color: #fff;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #0A2743;
}
.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}
.list-post-type02 .list-cont + .list-cont {
  margin-top: 35px;
}
.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}
.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}
.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}
.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}
.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.c-button {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 255px;
  height: 60px;
  background: #0A2743;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  filter: drop-shadow(5px 5px 10px rgba(62, 58, 57, 0.15));
  position: relative;
  transition: 0.3s ease !important;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .c-button {
    max-width: 100%;
    height: 50px;
  }
}
.c-button--en {
  font-family: "Libre Baskerville", serif;
}
@media (max-width: 768px) {
  .c-button--anchor {
    font-size: 13px;
    padding: 0 20px 0 10px;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 38px;
  height: 1.5px;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.c-button:hover {
  transform: translateY(3px);
  box-shadow: 3px 3px 8px rgba(62, 58, 57, 0.8);
}
.c-button.-large {
  max-width: 350px;
}
@media (max-width: 768px) {
  .c-button.-large {
    max-width: 100%;
  }
}
.c-button.-wide {
  max-width: 321px;
  height: 100px;
}
@media (max-width: 768px) {
  .c-button.-wide {
    max-width: 100%;
    height: 80px;
  }
}
.c-button.center {
  margin: 0 auto;
}
.c-button__txt-large {
  font-size: 24px;
}
@media (max-width: 768px) {
  .c-button__txt-large {
    font-size: 18px;
  }
}
.c-button__txt--small {
  font-size: 12px;
}
.c-button--nh {
  pointer-events: none;
}

.c-button-wrap {
  display: flex;
  gap: 50px;
  grid-template-columns: auto;
}
@media (max-width: 768px) {
  .c-button-wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.c-button-wrap.-type02 {
  gap: 13px;
}
.c-button-wrap.-type03 {
  gap: 60px;
}
@media (max-width: 768px) {
  .c-button-wrap.-type03 {
    gap: 15px;
  }
}
.c-button-wrap.center {
  justify-content: center;
}
.c-button-wrap.-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .c-button-wrap.-col4 {
    grid-template-columns: auto;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}
.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.fs18 {
  font-size: 18px;
}

.u-fz22 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .u-fz22 {
    font-size: 18px;
  }
}

.u-fz24 {
  font-size: 24px;
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.t-leadtext {
  font-size: 30px;
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .t-leadtext {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.txt-red {
  color: #9B043A;
  font-weight: 500;
}

.u-leadtext {
  font-size: 24px;
  font-family: "Sawarabi Mincho", serif;
}
@media (max-width: 768px) {
  .u-leadtext {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.u-font03 {
  font-family: "Noto Sans JP", sans-serif;
}

.marker span {
  background: linear-gradient(transparent 60%, #FAECDA 60%);
  padding-bottom: 3px;
}
.marker .large {
  font-size: 30px;
}
.marker .small {
  font-size: 20px;
}

.u-cmn-link {
  display: inline-block;
  word-break: break-all;
  position: relative;
  color: #3E467D;
  border-bottom: 1px solid #3E467D;
  padding-right: 14px;
  line-height: 1.3;
  padding-bottom: 5px;
}
.u-cmn-link::before {
  content: "";
  position: absolute;
  background: url(../images/under/cmn-link-arrow.png) no-repeat center/contain;
  width: 6px;
  height: 11px;
  right: 0;
  top: 5px;
}
.u-cmn-link--no-icon {
  padding-right: 0;
}
.u-cmn-link--no-icon::before {
  display: none;
}
.u-cmn-link:is(:hover, :focus) {
  border-bottom: 1px solid transparent;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-notice {
  font-size: 12px;
}

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

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 15px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 20px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 25px;
  }
}

.u-mb45 {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .u-mb45 {
    margin-bottom: 25px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}

.u-mb80 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 30px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 80px;
  }
}

.mt0 {
  margin-top: 0;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt80 {
  margin-top: 80px;
}

.pb0 {
  padding-bottom: 0;
}

.u-width-700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u-width-700 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .txt-large {
    font-size: 18px;
  }
  .marker .large {
    font-size: 24px;
  }
  .marker .small {
    font-size: 18px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
  .u-mt80 {
    margin-top: 40px;
  }
}
/*診療時間*/
.u-time-table {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E8DADF;
}
.u-time-table__head, .u-time-table__body {
  border-bottom: 1px solid #E8DADF;
  font-size: 18px;
  display: grid;
  align-items: center;
  grid-template-columns: 115px repeat(8, 1fr);
  grid-template-rows: 63px;
}
.u-time-table__head {
  font-family: "Sawarabi Mincho", serif;
  grid-template-rows: 55px;
}
.u-time-table__item {
  display: grid;
  place-content: center;
}
.u-time-table__item--first {
  height: 100%;
  border-right: 3px solid #E8DADF;
}
.u-time-table__ico {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.u-time-table__tri {
  width: 22px;
}
.u-time-table__maru {
  width: 17px;
  top: 1px;
}
.u-time-table__batsu {
  width: 15px;
  top: 1px;
}

.u-time-table-info {
  display: flex;
  margin-top: 18px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .u-time-table-info {
    display: block;
  }
}
.u-time-table-info li {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .u-time-table-info li {
    font-size: 14px;
  }
}
.u-time-table-info li + li {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .u-time-table-info li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
.u-time-table-info li span {
  width: 24px;
  text-align: center;
  display: grid;
  place-content: center;
}
.u-time-table-info li img {
  display: inline-block;
}

@media (max-width: 768px) {
  .u-table-scroll {
    overflow-x: scroll;
    width: 100%;
  }
  .u-table-scroll .u-time-table {
    width: 1060px;
  }
}

@media (max-width: 768px) {
  .time-table-head {
    font-size: 12px;
  }
  .time-table-head .item {
    padding: 5px 0;
  }
  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }
  .time-table-head, .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }
  .time-table-txt {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */