@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.8em; }

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;
  appearance: none;
  font-size: inherit; }

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

::selection {
  background: #d4dcd6; }

a {
  transition: .5s; }
  a:hover {
    opacity: 0.5; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

html {
  scroll-padding-top: 80px; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */ }

body,
html {
  height: auto; }

body {
  display: flex;
  flex-direction: column;
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #000000;
  font-size: clamp(1.4rem, calc(16 / 1800 * 100vw), 1.6rem);
  line-height: 1.85em;
  letter-spacing: .05em;
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-font-feature-settings: "palt";*/
  /*font-feature-settings: "palt";*/ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  letter-spacing: .025em; }

th,
dt {
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }

.link {
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

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

a[href^="tel"] {
  cursor: default; }

p {
  font-size: clamp(1.4rem, calc(16 / 1800 * 100vw), 1.6rem);
  line-height: 1.85; }

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 95%; }
  .container.wide {
    max-width: 1200px; }
  .container.narrow {
    max-width: 800px; }

@media (max-width: 800px) {
  .container {
    max-width: none;
    min-width: auto; } }
body.translatepress-en_US .only-ja, body.translatepress-zh_TW .only-ja, body.translatepress-ko_KR .only-ja, body.translatepress-zh_CN .only-ja {
  display: none !important; }

body.translatepress-ja .only-en {
  display: none; }

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: transform 0.5s, background 0.3s; }
  .header.obs_scroll_on {
    background: #82784b90; }
  .header .h-container.second {
    padding: 0; }
  .header .h-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 2.5vw;
    min-height: 80px;
    position: relative; }
  .header .h-logo {
    position: relative;
    z-index: 10;
    line-height: 1; }
    .header .h-logo .h-logo-link {
      display: inline-block; }
      .header .h-logo .h-logo-link.under {
        width: fit-content;
        height: auto; }
    .header .h-logo .h-logo-img {
      display: block;
      width: clamp(150px, calc(250 / 1800 * 100vw), 250px);
      height: auto; }

/*------------
Hamburger
--------------*/
.humberger {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  position: relative;
  z-index: 10001; }
  .humberger .line-wrap {
    width: 32px;
    height: 24px;
    position: relative;
    display: block; }
    .humberger .line-wrap.bk span {
      background: #000; }
    .humberger .line-wrap span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      transition: 0.3s; }
      .humberger .line-wrap span:nth-child(1) {
        top: 0; }
      .humberger .line-wrap span:nth-child(2) {
        top: 11px; }
      .humberger .line-wrap span:nth-child(3) {
        bottom: 0; }
  .humberger .ttl {
    font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1; }
  .humberger.is-open .line-wrap span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg); }
  .humberger.is-open .line-wrap span:nth-child(2) {
    opacity: 0; }
  .humberger.is-open .line-wrap span:nth-child(3) {
    bottom: 11px;
    transform: rotate(-45deg); }

/*------------
Drawer
--------------*/
.sp-navi-contents {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #82784b;
  position: fixed;
  inset: 0;
  transition: 0.5s;
  z-index: 501;
  padding: 100px 8vw 50px; }
  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1; }
  .sp-navi-contents .sp-navi-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 10px; }
  .sp-navi-contents .h-logo-img {
    display: block;
    width: clamp(150px, calc(250 / 1800 * 100vw), 250px);
    height: auto; }
  .sp-navi-contents .sp-close {
    appearance: none;
    border: none;
    background: none;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer; }
    .sp-navi-contents .sp-close span {
      position: absolute;
      top: 15px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff; }
      .sp-navi-contents .sp-close span:nth-child(1) {
        transform: rotate(45deg); }
      .sp-navi-contents .sp-close span:nth-child(2) {
        transform: rotate(-45deg); }
  .sp-navi-contents .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
    padding: 0; }
    .sp-navi-contents .sp-navi-list li {
      border-bottom: 1px solid #d6d6d6;
      list-style: none; }
      .sp-navi-contents .sp-navi-list li a {
        font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
        color: #fff;
        display: block;
        font-size: clamp(1.6rem, calc(20 / 1400 * 100vw), 2rem);
        line-height: 1.6;
        text-decoration: none;
        padding: 15px 10px; }
  .sp-navi-contents .sp-navi-list .no-link .sub-menu li {
    pointer-events: all; }
  .sp-navi-contents .sp-navi-list .sub-menu {
    padding-left: 1.4em; }
    .sp-navi-contents .sp-navi-list .sub-menu li {
      position: relative;
      border-bottom: 0px; }
      .sp-navi-contents .sp-navi-list .sub-menu li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.6em;
        width: 1px;
        height: 1em;
        background: rgba(255, 255, 255, 0.6); }
      .sp-navi-contents .sp-navi-list .sub-menu li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 1.6em;
        width: 0.9em;
        height: 1px;
        background: rgba(255, 255, 255, 0.6); }
    .sp-navi-contents .sp-navi-list .sub-menu a {
      display: block;
      padding-left: 1.8em;
      line-height: 1.6; }
  .sp-navi-contents .drawer-sub-menu {
    margin-bottom: 30px; }
    .sp-navi-contents .drawer-sub-menu .drawer-sub-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 12px; }
      .sp-navi-contents .drawer-sub-menu .drawer-sub-list li {
        list-style: none; }
      .sp-navi-contents .drawer-sub-menu .drawer-sub-list a {
        display: inline-block;
        padding: 8px 12px;
        background: #C4D7E8;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.4; }
  .sp-navi-contents .sns {
    display: flex;
    gap: 30px;
    justify-content: center; }
    .sp-navi-contents .sns img {
      margin: auto;
      width: 30px;
      height: 30px;
      display: block; }

/*------------
SP lower-menu（アイコン付き）
--------------*/
.lower-menu {
  display: none;
  /* ハンバーガー */
  /* 右固定 */ }
  .lower-menu .sp-navi-btns {
    display: flex;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: #000; }
  .lower-menu .lower-menu-list {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    /* ========= 個別アイコン ========= */ }
    .lower-menu .lower-menu-list > li {
      list-style: none;
      flex: 1 1 0;
      min-width: 0;
      position: relative;
      /* 共通アイコン */ }
      .lower-menu .lower-menu-list > li > a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 0;
        height: 100%;
        padding: 28px 4px 6px;
        background: #000;
        color: #fff;
        font-size: 1rem;
        line-height: 1.3;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .lower-menu .lower-menu-list > li > a::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .lower-menu .lower-menu-list > li.i_home > a::before {
      background-image: url("../images/share/icon_home.svg"); }
    .lower-menu .lower-menu-list > li.i_reserve > a::before {
      background-image: url("../images/share/icon_pc_sp.svg"); }
    .lower-menu .lower-menu-list > li.i_contact > a::before {
      background-image: url("../images/share/icon_mail_sp.svg"); }
    .lower-menu .lower-menu-list > li.i_access > a::before {
      background-image: url("../images/share/icon_location_sp.svg"); }
    .lower-menu .lower-menu-list > li.i_faq > a::before {
      background-image: url("../images/share/icon_faq.svg"); }
  .lower-menu .sp-menu-btn {
    appearance: none;
    border: none;
    background: #82784b;
    color: #fff;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .lower-menu .sp-menu-btn .ttl {
      font-size: 1rem;
      line-height: 1.3;
      margin-top: 4px; }
    .lower-menu .sp-menu-btn .line-wrap {
      width: 24px;
      height: 18px;
      position: relative; }
      .lower-menu .sp-menu-btn .line-wrap span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.3s; }
        .lower-menu .sp-menu-btn .line-wrap span:nth-child(1) {
          top: 0; }
        .lower-menu .sp-menu-btn .line-wrap span:nth-child(2) {
          top: 8px; }
        .lower-menu .sp-menu-btn .line-wrap span:nth-child(3) {
          bottom: 0; }
    .lower-menu .sp-menu-btn.is-open .line-wrap span:nth-child(1) {
      top: 8px;
      transform: rotate(45deg); }
    .lower-menu .sp-menu-btn.is-open .line-wrap span:nth-child(2) {
      opacity: 0; }
    .lower-menu .sp-menu-btn.is-open .line-wrap span:nth-child(3) {
      bottom: 8px;
      transform: rotate(-45deg); }
  .lower-menu .sp-menu-btn.humberger {
    flex: 0 0 72px;
    width: 72px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }

@media (max-width: 800px) {
  .lower-menu {
    display: block; } }
/*------------
fixed reserve
--------------*/
.fixed-reserve {
  position: fixed;
  z-index: 100;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border-radius: 100vw;
  right: max(2vw, calc((100vw - 1800px) / 2 + 2vw));
  top: calc((min(100vw, 1800px) * 65 / 180) - 75px); }
  .fixed-reserve span {
    font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 20px;
    display: block;
    text-align: center; }
    .fixed-reserve span::after {
      content: "";
      width: 20px;
      height: 20px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg);
      margin: 12px auto 0;
      display: block; }
  .fixed-reserve:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    opacity: 1; }
    .fixed-reserve:hover span::after {
      border-right: 2px solid #000;
      border-bottom: 2px solid #000; }

/*------------
device
--------------*/
@media (min-width: 801px) {
  .lower-menu {
    display: none !important; } }
@media (max-width: 800px) {
  .header {
    opacity: 0; }
    .header.obs_scroll_on {
      opacity: 0.85; }
    .header .h-wrapper {
      min-height: 64px;
      justify-content: center; }
    .header .h-logo .h-logo-img {
      width: 140px; }
    .header .pc-humberger {
      display: none; }

  .sp-navi-contents {
    padding: 80px 8vw 100px; }

  .lower-menu {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600; }

  .fixed-reserve {
    display: none; } }
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero-area {
  position: relative;
  width: 100%;
  aspect-ratio: 180 / 65;
  min-height: 600px;
  overflow: hidden;
  background: #fff; }
  .hero-area .hero-catch {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    pointer-events: none; }
    .hero-area .hero-catch .lp-ttl-main {
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
      font-weight: bold;
      font-size: clamp(3rem, calc(68 / 1024 * 100vw), 6.8rem);
      line-height: 1.5;
      text-align: center;
      color: #fff; }
      .hero-area .hero-catch .lp-ttl-main span {
        display: block; }
        .hero-area .hero-catch .lp-ttl-main span.line {
          display: flex;
          align-items: center;
          justify-content: center;
          column-gap: 10px;
          font-size: .65em;
          width: 100%; }
          .hero-area .hero-catch .lp-ttl-main span.line::before {
            content: "";
            background: #fff;
            height: 1px;
            width: 3.2em; }
          .hero-area .hero-catch .lp-ttl-main span.line::after {
            content: "";
            background: #fff;
            height: 1px;
            width: 3.2em; }
  .hero-area figure {
    margin-top: clamp(30px, calc(70 / 1024 * 100vw), 70px);
    text-align: center; }
  .hero-area .h-logo-img {
    width: min(300px, 50vw);
    height: auto;
    display: block;
    margin: auto; }

@media (max-width: 800px) {
  .hero-area {
    height: 100dvh; } }
/*----------------------------------------------------------
Hero -- video
-----------------------------------------------------------*/
.hero-video-area .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }
.hero-video-area .pc-video {
  display: block; }
.hero-video-area .sp-video {
  display: none; }

/*-----------------------------------------------------------
Hero -- slider
-----------------------------------------------------------*/
.hero-slider-area .splide {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }
.hero-slider-area .splide__track,
.hero-slider-area .splide__list,
.hero-slider-area .splide__slide,
.hero-slider-area picture,
.hero-slider-area img {
  width: 100%;
  height: 100%; }
.hero-slider-area .splide__track,
.hero-slider-area .splide__list {
  height: 100%; }
.hero-slider-area .splide__slide {
  position: relative;
  overflow: hidden; }
  .hero-slider-area .splide__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none; }
  .hero-slider-area .splide__slide.is-active img {
    transform: scale(1.05); }
.hero-slider-area picture {
  display: block; }
.hero-slider-area img {
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 7s ease; }
.hero-slider-area .splide__pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 0; }
.hero-slider-area .splide__pagination__page {
  opacity: 1; }

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*loading*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s; }

#loading.fadeout {
  opacity: 0;
  visibility: hidden; }

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

.loading-logo img {
  width: 80%;
  max-width: 500px;
  height: auto; }

/*end loading*/
.top-main figure {
  display: block; }
.top-main img {
  width: 100%;
  max-width: 100%; }
.top-main .container {
  position: relative;
  width: 100%;
  max-width: 1800px; }
  .top-main .container .wrapper {
    position: relative;
    width: 95%;
    max-width: 1600px;
    margin: auto; }
  .top-main .container .wrapper-small {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto; }
  .top-main .container .wrapper-narrow {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: auto; }
  .top-main .container .wrapper-wide {
    position: relative;
    width: 100%;
    max-width: 1700px;
    margin: auto; }

.t-h2 {
  font-size: clamp(2.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  margin-bottom: clamp(20px, calc(30 / 1800 * 100vw), 30px);
  position: relative;
  text-align: center;
  color: #015BAD;
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
  .t-h2.en {
    font-family: "bc-figural-grand", serif;
    letter-spacing: .015em; }

.t-h3 {
  font-size: clamp(2.2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(15px, calc(30 / 1800 * 100vw), 30px);
  color: #015BAD;
  line-height: 1.75; }

p {
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }

p + p {
  margin-top: 2rem; }

/*------------
Block
--------------*/
.t-short {
  padding: clamp(50px, calc(50 / 1800 * 100vw), 50px) 0; }
  .t-short + .t-short {
    padding: 0 0 clamp(50px, calc(50 / 1800 * 100vw), 50px); }

/*-------
sec01
--------*/
/*-------
secPara
--------*/
.secPara .parallax-bg {
  position: relative;
  height: 600px;
  z-index: 0; }
  .secPara .parallax-bg .inner {
    position: absolute;
    inset: 0;
    clip-path: inset(0); }
  .secPara .parallax-bg img {
    position: fixed;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100lvb;
    z-index: -1; }

@media (max-width: 800px) {
  .secPara .parallax-bg {
    height: 240px; } }
/*------------
topics
--------------*/
.secTopics .news-layout {
  display: flex;
  column-gap: 30px; }
  .secTopics .news-layout .ttl {
    width: 25%; }
  .secTopics .news-layout .l-desc {
    flex: 1; }
  .secTopics .news-layout .l-ttl {
    font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    line-height: 2; }
    .secTopics .news-layout .l-ttl::after {
      content: "";
      width: 50px;
      height: 1px;
      background: #EEEEEE;
      display: block;
      margin: 3rem 0; }
    .secTopics .news-layout .l-ttl span {
      font-size: clamp(3.6rem, calc(42 / 1800 * 100vw), 4.2rem);
      font-family: "bc-figural-grand", serif;
      color: #82784b;
      display: block; }
      .secTopics .news-layout .l-ttl span.only-ja {
        font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
        font-family: "Noto Sans", sans-serif;
        line-height: 2; }
.secTopics .list-top-news li {
  border-top: 1px solid #ccc; }
  .secTopics .list-top-news li.no-post {
    padding: 2em 0; }
  .secTopics .list-top-news li:last-child {
    border-bottom: 1px solid #ccc; }
  .secTopics .list-top-news li + li {
    margin-top: 0; }
  .secTopics .list-top-news li a {
    font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
    color: #333;
    padding-top: calc(50 / 1800 * 100%);
    padding-right: 30px;
    padding-bottom: calc(50 / 1800 * 100%);
    padding-left: 0;
    display: block;
    width: 100%;
    position: relative; }
    .secTopics .list-top-news li a::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 15px;
      aspect-ratio: 1/1;
      height: fit-content;
      margin-right: 0;
      background: url(../images/share/news_arrow.svg) no-repeat center/contain; }
    .secTopics .list-top-news li a h4 {
      font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem); }
    .secTopics .list-top-news li a p {
      font-size: clamp(1.3rem, calc(15 / 1800 * 100vw), 1.5rem); }
  .secTopics .list-top-news li time {
    display: inline-block;
    font-family: "bc-figural-grand", serif;
    font-size: clamp(1.2rem, calc(14 / 1800 * 100vw), 1.4rem);
    color: #333; }
  .secTopics .list-top-news li .category {
    display: inline-block;
    background-color: #82784b;
    color: #fff;
    font-size: 1.1rem;
    padding: 5px;
    margin-right: 15px;
    line-height: 1; }

@media (max-width: 800px) {
  .secTopics .news-layout {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .secTopics .news-layout .ttl {
      width: 100%; }
    .secTopics .news-layout .l-desc {
      flex: 1; }
    .secTopics .news-layout .l-ttl {
      line-height: 1.75; }
      .secTopics .news-layout .l-ttl::after {
        content: "";
        margin: 1.75rem 0; }
  .secTopics .list-top-news li {
    border-top: 1px solid #ccc; }
    .secTopics .list-top-news li.no-post {
      padding: 2em 0; }
    .secTopics .list-top-news li:last-child {
      border-bottom: 1px solid #ccc; }
    .secTopics .list-top-news li + li {
      margin-top: 0; }
    .secTopics .list-top-news li a {
      padding-right: 24px; }
      .secTopics .list-top-news li a::after {
        content: "";
        width: 18px; } }
/*------------------------------------------------------
下層レイアウト用style*
----------------------------------------------------------*/
body.under {
  background: #fffbf5; }

main.under {
  background: #f5f0eb; }

.u-contents {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #000000;
  position: relative;
  z-index: 15;
  font-size: clamp(1.5rem, calc(18 / 1800 * 100vw), 1.8rem);
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
  .u-contents .hidden {
    overflow: hidden; }
  .u-contents img + p {
    margin-top: 5px; }
  @media (max-width: 800px) {
    .u-contents {
      overflow-x: hidden; } }
  .u-contents p {
    font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: clamp(1.5rem, calc(18 / 1800 * 100vw), 1.8rem);
    line-height: 1.85; }
  .u-contents strong {
    font-weight: 900;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
    .u-contents strong.bg {
      background: #f5f0eb; }
  .u-contents .underLine {
    text-decoration: underline;
    width: fit-content;
    font-weight: 900;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
  .u-contents .txt-red {
    color: red; }
  .u-contents .txt-orange {
    color: #E56126; }
  .u-contents .txt-main {
    color: #015BAD; }
  .u-contents .txt-subcolor {
    color: #82784b; }
  .u-contents a.linkTxt {
    text-decoration: underline;
    color: #015BAD; }
    .u-contents a.linkTxt i {
      display: inline-flex;
      margin-left: 5px; }
  .u-contents .w800 {
    margin: 0 auto;
    max-width: 800px;
    width: 80%; }
  .u-contents .container {
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
    position: relative; }
  .u-contents .container-mid {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    position: relative; }
  .u-contents .container-wide {
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    position: relative; }
    .u-contents .container-wide.sp-full {
      width: 100%; }
  .u-contents .container-narrow {
    margin: 0 auto;
    max-width: 800px;
    width: 85%;
    position: relative; }
    .u-contents .container-narrow.bg-wh {
      background: #fff; }
  .u-contents .container-full {
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .u-contents .num {
    align-items: center;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-weight: 500; }
  .u-contents .l-img.s-size img {
    max-width: 400px;
    aspect-ratio: unset;
    object-fit: contain; }
  .u-contents .l-img.flex-start {
    display: flex;
    justify-content: flex-start; }
  .u-contents .l-img img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: unset; }
  .u-contents .l-img.asp93 img {
    aspect-ratio: 9 / 3; }
  .u-contents .l-img.asp-tate img {
    aspect-ratio: 328 / 422; }
  .u-contents .l-img.w-500 img {
    max-width: 500px; }
  .u-contents .l-img.asp-none img {
    aspect-ratio: auto; }
  .u-contents .l-img.asp-top img {
    object-position: top; }
  .u-contents .l-img.contain img {
    object-fit: contain;
    aspect-ratio: auto; }
  .u-contents .l-img.asp-sq img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }
  .u-contents .sp-none {
    display: block; }

@media (max-width: 800px) {
  .u-contents .container {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 0 5vw; }
  .u-contents .sp-none {
    display: none; } }
.page-ttl {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1800 / 320;
  margin: auto;
  position: relative; }
  .page-ttl .container {
    margin: 0 auto;
    max-width: 1800px;
    width: 90%; }
  .page-ttl .page-ttl-main {
    font-size: clamp(2.6rem, calc(50 / 1800 * 100vw), 5rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    color: #000000;
    line-height: 1.25;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1; }

.breadcrumb {
  position: relative;
  z-index: 1; }
  .breadcrumb ul {
    font-size: 1.2rem;
    padding: 5px 5vw; }
    .breadcrumb ul a {
      text-decoration: underline; }
    .breadcrumb ul li {
      display: inline; }
    .breadcrumb ul li + li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      transform: rotate(45deg);
      margin: 0 12px 0 3px;
      vertical-align: 1px; }

.u-contents p + p {
  margin-top: clamp(20px, calc(30 / 1800 * 100vw), 30px); }

@media (max-width: 800px) {
  .page-ttl {
    padding: 40px 0px 40px;
    min-height: 90px;
    aspect-ratio: auto; }
    .page-ttl::after {
      bottom: 5vw; }
    .page-ttl .container {
      padding-top: 0; }
    .page-ttl .page-ttl-main {
      margin: 0 auto 0;
      letter-spacing: unset; } }
/*---------
下層見出し
---------*/
.u-contents .page-ttl-main, .u-contents .u-h2, .u-contents h2, .u-contents .u-h3, .u-contents h3, .u-contents .u-h4, .u-contents h4, .u-contents .u-h5, .u-contents h5 {
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.7;
  letter-spacing: 0.025em; }

.u-h2 {
  font-size: clamp(2.4rem, calc(40 / 1800 * 100vw), 4rem);
  margin-bottom: clamp(30px, calc(40 / 1800 * 100vw), 40px);
  margin-top: clamp(30px, calc(40 / 1800 * 100vw), 40px);
  position: relative;
  text-align: center;
  /*下線追加*/
  /**icon追加**/ }

h2.u-lp-sec {
  position: relative;
  margin: 0 0 clamp(30px, calc(80 / 1800 * 100vw), 80px);
  padding-left: 0px;
  font-family: "bc-figural-grand", serif;
  font-size: clamp(5.6rem, calc(86 / 1800 * 100vw), 8.6rem);
  line-height: 1; }
  h2.u-lp-sec .sub-ttl {
    display: block;
    position: relative;
    margin-top: 18px;
    margin-left: 0px;
    padding-left: 58px;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.5rem, calc(18 / 1800 * 100vw), 1.8rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em; }
  h2.u-lp-sec .sub-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 1px;
    background: #82784b;
    transform: translateY(-50%); }
  h2.u-lp-sec .sub-ttl.txt-wh::before {
    background: #fff; }

h2.u-h2-days {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(40px, calc(120 / 1800 * 100vw), 120px);
  font-family: "bc-figural-grand", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: auto;
  /* 日付の小さい英字（WED / TUE） */
  /* ハイフン */ }
  h2.u-h2-days span {
    display: inline-block;
    font-size: 0.25em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-left: 4px; }
  h2.u-h2-days .line {
    font-size: 0.6em;
    writing-mode: horizontal-tb;
    margin: 0 10px; }

@media (max-width: 800px) {
  h2.u-h2-days {
    gap: 5px; } }
h2.wp-block-heading {
  text-align: left; }

.u-h3, h3.wp-block-heading {
  font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
  line-height: 1.5;
  margin-bottom: 1em;
  position: relative;
  /**左線追加*/
  /*short-underline-icon*/
  /*dotborder*/ }
  .u-h3::after, h3.wp-block-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-size: cover;
    background-image: url("../images/under/u-h3-under.svg");
    background-repeat: repeat-x;
    background-position: left; }

.u-h4, h4.wp-block-heading {
  font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
  margin-bottom: clamp(18px, calc(20 / 1800 * 100vw), 20px);
  position: relative;
  line-height: 1.25;
  /**左に縦線追加*/
  /**左にアイテム追加*/
  /*斜め線*/ }
  .u-h4.bg-color, h4.wp-block-heading.bg-color {
    padding: 5px 20px;
    background: #f5f0eb; }

.u-h5, h5.wp-block-heading {
  font-size: 1.8rem;
  margin: 0 0 20px;
  position: relative; }
  .u-h5::before, h5.wp-block-heading::before {
    content: "●";
    padding-right: 10px;
    color: #015BAD; }

.postdata a {
  text-decoration: underline; }
.postdata .wp-block-button a {
  color: #fff; }

@media (max-width: 800px) {
  .u-h2 span {
    display: block;
    margin-left: 0em; }

  .num-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px; }

  .num-ttl .num {
    display: table;
    font-size: 1rem;
    padding: 0 10px;
    margin-bottom: 8px; }

  .num-ttl .num::after {
    display: none; } }
/**section style**/
p + .short {
  margin-top: 40px; }

.short, .x-short {
  position: relative;
  z-index: 1; }
  .short.ptb, .x-short.ptb {
    padding: clamp(50px, calc(80 / 1800 * 100vw), 80px) 0; }
  .short.bg-color, .x-short.bg-color {
    z-index: 0; }
    .short.bg-color::after, .x-short.bg-color::after {
      content: "";
      width: 100vw;
      height: 80%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #E9FBF5; }

.short + .short {
  margin-top: clamp(40px, calc(80 / 1800 * 100vw), 80px); }

.x-short + .x-short {
  margin-top: clamp(30px, calc(60 / 1800 * 100vw), 60px); }

.tall {
  padding: clamp(40px, calc(80 / 1800 * 100vw), 80px) 0 clamp(40px, calc(80 / 1800 * 100vw), 80px);
  position: relative; }
  .tall.bg-wh {
    background: #ffffff; }
  .tall.bg-color {
    background: #f5f0eb; }
  .tall.bg-color02 {
    background: #f0e6e6; }
  .tall.bg-dark {
    background: #82784b;
    color: #fff; }

/*.tall*/
/*grid style**/
.col1, .col2, .col3, .col4 {
  display: grid; }
  .col1 .item .business-calendar-box > div, .col2 .item .business-calendar-box > div, .col3 .item .business-calendar-box > div, .col4 .item .business-calendar-box > div {
    width: 100%;
    padding: 25px 20px;
    background: #FFF;
    border: 1px solid #EEEEEE;
    border-radius: 0; }
  .col1 .item .item-ttl, .col2 .item .item-ttl, .col3 .item .item-ttl, .col4 .item .item-ttl {
    font-size: 20px; }
  .col1 .item .l-img, .col2 .item .l-img, .col3 .item .l-img, .col4 .item .l-img {
    margin-bottom: 15px; }
  .col1.flex-start, .col2.flex-start, .col3.flex-start, .col4.flex-start {
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 0px !important; }
  .col1.gap20, .col2.gap20, .col3.gap20, .col4.gap20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
  .col1.gap30, .col2.gap30, .col3.gap30, .col4.gap30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .col1.gap30.row-gap50, .col2.gap30.row-gap50, .col3.gap30.row-gap50, .col4.gap30.row-gap50 {
      grid-row-gap: 50px; }
  .col1.gap40, .col2.gap40, .col3.gap40, .col4.gap40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
  .col1.gap50, .col2.gap50, .col3.gap50, .col4.gap50 {
    grid-column-gap: 50px;
    grid-row-gap: 50px; }
  .col1.gap4p, .col2.gap4p, .col3.gap4p, .col4.gap4p {
    grid-column-gap: 4%;
    grid-row-gap: 4%; }
  .col1.gap80, .col2.gap80, .col3.gap80, .col4.gap80 {
    grid-column-gap: 80px;
    grid-row-gap: 40px; }
  .col1 .baseline, .col2 .baseline, .col3 .baseline, .col4 .baseline {
    display: flex;
    flex-direction: column;
    align-self: flex-end; }

.col2-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .col2-flex.gap30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .col2-flex.gap30 li {
      width: 48%; }

.col3-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .col3-flex.gap30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .col3-flex.gap30 li {
      width: 31.3333%; }

.col1 {
  grid-template-columns: repeat(1, 1fr); }

.col2 {
  grid-template-columns: repeat(2, 1fr); }

.col3 {
  grid-template-columns: repeat(3, 1fr); }
  .col3 .l-img img {
    border-radius: unset; }

.col4 {
  grid-template-columns: repeat(4, 1fr); }
  .col4 .l-img img {
    border-radius: unset; }

.auto {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px; }

@media (max-width: 800px) {
  .col1, .col2, .col3, .col4 {
    grid-template-columns: repeat(1, 1fr); }
    .col1.gap30, .col2.gap30, .col3.gap30, .col4.gap30 {
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
    .col1.gap50, .col2.gap50, .col3.gap50, .col4.gap50 {
      grid-row-gap: 20px; }

  .col4.gap20 {
    grid-row-gap: 20px; }

  .col3-flex, .col2-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
    .col3-flex.gap30 li, .col2-flex.gap30 li {
      width: 100%; } }
/*list,dl style**/
.list-disc.strong li {
  font-weight: bold; }

.list-disc li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  margin: 0 0 10px; }
  .list-disc li.ttl {
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: 1.8rem;
    padding-left: 0; }
    .list-disc li.ttl::before {
      content: none; }
  .list-disc li a {
    text-decoration: underline; }

.list-disc.bg {
  row-gap: 10px; }

.list-disc.bg li {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.5;
  border-radius: unset; }
  .list-disc.bg li::before {
    left: 10px;
    top: .5em;
    background: #000; }

.list-disc.large li {
  padding-left: 25px;
  line-height: 2; }

.list-disc li:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: .5em;
  width: 5px;
  height: 5px; }

.list-disc.bg-wh li:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: .85em;
  width: 5px;
  height: 5px; }

.list-disc.large li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 11px; }

.flex-start + p {
  margin-top: 1em; }

.list-check + p {
  margin-top: 20px; }
.list-check li {
  position: relative;
  padding-left: 25px; }
.list-check li::after {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #015BAD;
  border-bottom: 3px solid #015BAD;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 2px; }
.list-check.color li::after {
  border-left: 3px solid #015BAD;
  border-bottom: 3px solid #015BAD; }
.list-check.color li::before {
  border: 1px solid #015BAD; }
.list-check.none li::before {
  content: none; }

.list-num {
  counter-reset: number var(--counter-start, 0);
  margin-top: 15px; }
  .list-num > li {
    padding-left: 30px;
    position: relative; }
    .list-num > li p {
      border-top: 1px solid #EEEEEE;
      padding-top: 5px;
      margin-top: 5px; }
  .list-num > li:before {
    background-color: #015BAD;
    border-radius: 100vw;
    color: #fff;
    counter-increment: number;
    content: counter(number);
    font-size: 1.1rem;
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px; }
  .list-num > li + li {
    margin-top: 10px; }

.list-num--start-7 {
  --counter-start: 6; }

.list-num--start-10 {
  --counter-start: 9; }

.list-num2 {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-top: 15px; }
  .list-num2 li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.8em; }
    .list-num2 li::before {
      counter-increment: item;
      content: "(" counter(item) ")";
      position: absolute;
      left: 0;
      top: 0; }

.list-disc, .list-check {
  display: grid; }
  .list-disc.colFree, .list-check.colFree {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 20px; }

.list-disc.col2, .list-check.col2 {
  grid-gap: 10px 30px; }

.list-disc.col3, .list-check.col3 {
  grid-gap: 10px 30px; }

.list-price p a {
  text-decoration: underline;
  color: #9A76AD !important; }
.list-price > li + li {
  margin-top: 20px; }
.list-price .list-intro {
  border-bottom: 1px solid #015BAD;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-size: 1.8rem;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  padding: 0 0 5px;
  color: #452E1D; }
  .list-price .list-intro .ttl span {
    padding-left: 2em; }
.list-price .list-desc {
  color: #B49E8E;
  font-size: 1.3rem;
  margin-top: 5px; }

@media (max-width: 800px) {
  .list-disc.col2, .list-check.col2 {
    grid-gap: 5px; }

  .list-disc.col3, .list-check.col3 {
    grid-gap: 5px; }

  .list-price > li + li {
    margin-top: 15px; }
  .list-price .list-intro {
    font-size: 1.6rem; }

  .item > ul {
    margin-bottom: 10px; }

  .item + .item > ul {
    margin-bottom: 0px; }

  ul + ul {
    margin-top: 0px; } }
/*よくある数字のタイトル*/
.u-ttl-num {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EEEEEE; }
  .u-ttl-num .num {
    border-radius: unset;
    background-color: #015BAD;
    color: #fff;
    font-size: 20px;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    flex: 0 0 38px;
    line-height: 38px;
    margin-top: -2px;
    text-align: center; }

.u-ttl-num02 {
  display: grid;
  align-items: center;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEEEEE; }
  .u-ttl-num02 .num {
    border-radius: 100vw;
    background-color: #E4EFE9;
    color: #82784b;
    font-size: 1.8rem;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    height: 74px;
    width: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .u-ttl-num02 .num img {
      padding: 10px; }
  .u-ttl-num02 .ttl {
    font-size: clamp(2.2rem, calc(24 / 1800 * 100vw), 2.4rem);
    letter-spacing: .15em; }

/*よくあるiconのタイトル*/
.u-icon-ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 20px; }
  .u-icon-ttl .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0;
    flex: 1;
    font-family: "bc-figural-grand", serif; }
  .u-icon-ttl i {
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px; }
    .u-icon-ttl i img {
      height: 30px;
      width: auto; }

.u-alert-ttl {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: 0 0 10px; }
  .u-alert-ttl .ttl {
    font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
    padding: 0 0 0px;
    color: #fff;
    flex: 1; }
  .u-alert-ttl i {
    background: #015BAD;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 1.2rem; }
    .u-alert-ttl i img {
      height: 40px;
      width: auto; }

/*イメージトリミング*/
.l-imgR, .l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 40px; }
  .l-imgR.algin-center, .l-imgL.algin-center {
    align-items: center; }
  .l-imgR.flex-end, .l-imgL.flex-end {
    align-items: flex-end; }
  .l-imgR.justify-start, .l-imgL.justify-start {
    justify-content: start; }
    .l-imgR.justify-start .l-desc, .l-imgL.justify-start .l-desc {
      flex: .7; }
  .l-imgR.justify-end, .l-imgL.justify-end {
    justify-content: end; }
    .l-imgR.justify-end .l-desc, .l-imgL.justify-end .l-desc {
      flex: .7; }
  .l-imgR.justufy-center, .l-imgL.justufy-center {
    justify-content: center; }
    .l-imgR.justufy-center .l-desc, .l-imgL.justufy-center .l-desc {
      flex: none; }

.l-imgR .l-img {
  width: 40%;
  position: relative; }
  .l-imgR .l-img img {
    width: 100%;
    border-radius: unset; }

.l-imgR .l-img-img {
  width: 40%;
  position: relative; }
  .l-imgR .l-img-img .l-img {
    width: 100%; }
  .l-imgR .l-img-img img {
    width: 100%;
    border-radius: unset; }

.l-imgL .l-img {
  width: 40%;
  position: relative; }
  .l-imgL .l-img img {
    width: 100%; }

.l-imgR .l-img.x-small, .l-imgL .l-img.x-small {
  width: 20%; }
  .l-imgR .l-img.x-small img, .l-imgL .l-img.x-small img {
    border-radius: unset; }

.l-imgR .l-img.small, .l-imgL .l-img.small {
  width: 30%; }
  .l-imgR .l-img.small img, .l-imgL .l-img.small img {
    border-radius: unset; }

.l-imgR .l-img.mid, .l-imgL .l-img.mid {
  width: 45%; }

.l-imgR .l-img.harf, .l-imgL .l-img.harf {
  width: 45%; }

.l-imgR .l-img.wide, .l-imgL .l-img.wide {
  width: 60%; }

.l-imgR .l-desc, .l-imgL .l-desc {
  flex: 1; }
  .l-imgR .l-desc .l-ttl, .l-imgL .l-desc .l-ttl {
    font-size: clamp(2.4rem, calc(42 / 1800 * 100vw), 4.2rem);
    margin-bottom: 1em;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    position: relative;
    line-height: 1.5; }
    .l-imgR .l-desc .l-ttl.num, .l-imgL .l-desc .l-ttl.num {
      display: grid;
      align-items: flex-start;
      column-gap: 20px;
      grid-template-columns: 50px 1fr; }
      .l-imgR .l-desc .l-ttl.num span, .l-imgL .l-desc .l-ttl.num span {
        width: 58px;
        height: 58px;
        border-radius: 100vw;
        background: #015BAD;
        color: #fff;
        font-size: clamp(2.2rem, calc(26 / 1800 * 100vw), 2.6rem);
        display: flex;
        align-items: center;
        justify-content: center; }
    .l-imgR .l-desc .l-ttl span.en, .l-imgL .l-desc .l-ttl span.en {
      color: #015BAD;
      display: block;
      font-size: 18px;
      font-family: "bc-figural-grand", serif;
      padding-left: 10px;
      margin-bottom: 10px;
      font-weight: 700;
      border-left: 3px solid #015BAD;
      line-height: 1; }
  .l-imgR .l-desc .name-ttl, .l-imgL .l-desc .name-ttl {
    font-size: clamp(2.4rem, calc(36 / 1800 * 100vw), 3.6rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    line-height: 1.5;
    margin-bottom: .5em; }
    .l-imgR .l-desc .name-ttl .sub-ttl, .l-imgL .l-desc .name-ttl .sub-ttl {
      font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
      font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
      display: block; }

.l-imgR {
  flex-direction: row-reverse; }

@media (max-width: 800px) {
  .l-imgR, .l-imgL {
    display: flex;
    flex-direction: column-reverse; }
    .l-imgR.column, .l-imgL.column {
      flex-direction: column; }
    .l-imgR.reverse-c, .l-imgL.reverse-c {
      display: flex;
      flex-direction: column-reverse;
      gap: 20px; }
      .l-imgR.reverse-c .l-img, .l-imgL.reverse-c .l-img {
        margin: 15px 0 0; }

  .l-imgR .l-img, .l-imgL .l-img, .l-imgR .l-img-img {
    margin: 0;
    text-align: center;
    width: 100%; }
    .l-imgR .l-img.zure, .l-imgL .l-img.zure, .l-imgR .l-img-img.zure {
      margin: 0 0 25px; }

  .l-imgR .l-img.x-small, .l-imgL .l-img.x-small {
    width: 50%; }

  .l-imgR .l-img.small, .l-imgL .l-img.small {
    width: 100%; }

  .l-imgR .l-img.zure {
    margin: 0 0 30px 0;
    position: relative;
    left: 0px;
    width: 100%; }

  .l-imgR .l-img.wide, .l-imgL .l-img.wide {
    width: 100%;
    margin: 0 0 15px 0; }

  .l-imgR .l-img.mid, .l-imgL .l-img.mid {
    width: 100%;
    margin: 0 0 15px 0; }

  .l-imgR .l-img.harf, .l-imgL .l-img.harf {
    width: 100%;
    margin: 0 0 15px 0; }

  .l-imgR .l-desc .l-ttl, .l-imgL .l-desc .l-ttl {
    letter-spacing: normal; }

  .l-imgR .l-desc .sub-ttl, .l-imgL .l-desc .sub-ttl {
    margin-top: .25em; }

  .l-imgR .l-img {
    margin: 0 0 15px; }
    .l-imgR .l-img.box-shadow {
      margin: 0 0 50px;
      width: 100%; } }
/*-------
    下層ボタンstyle
    --------*/
p + .u-btn-wrap {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.u-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 3; }
  .u-btn-wrap.flex-wrap {
    flex-wrap: wrap; }
  .u-btn-wrap.col4 a {
    width: 23%; }
  .u-btn-wrap.col3 a {
    width: 31%; }
  .u-btn-wrap.flex-end {
    justify-content: flex-end; }
  .u-btn-wrap.between {
    justify-content: space-between; }
  .u-btn-wrap.around {
    justify-content: space-around; }
  .u-btn-wrap.center {
    justify-content: center;
    flex-wrap: nowrap; }
    .u-btn-wrap.center.nowrap {
      flex-wrap: nowrap; }
    @media (max-width: 800px) {
      .u-btn-wrap.center.nowrap {
        flex-wrap: wrap; } }
  .u-btn-wrap.column {
    flex-direction: column; }

.u-btn-more {
  /**base*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-width: 210px;
  width: fit-content;
  min-height: 50px;
  padding: 20px;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: clamp(1.8rem, calc(32 / 1800 * 100vw), 3.2rem);
  line-height: 1.25;
  border-radius: unset;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  transition: 0.5s; }
  .u-btn-more.Ssize {
    min-width: 200px; }
  .u-btn-more.Msize {
    width: 100%;
    max-width: 310px; }
  .u-btn-more.Lsize {
    width: 100%;
    max-width: 680px; }
  .u-btn-more i img {
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    width: .75em;
    margin-left: .5em;
    display: block; }
  .u-btn-more + p {
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.6rem, calc(26 / 1800 * 100vw), 2.6rem); }
  .u-btn-more:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    opacity: 1; }
  .u-btn-more.no-icon::before {
    content: none; }
  .u-btn-more.color {
    width: 100%;
    border-radius: unset;
    background: #008E82;
    color: #fff; }

@media (max-width: 800px) {
  .col2 .u-btn-wrap a {
    width: 100%; }

  .u-btn-wrap {
    flex-wrap: wrap; }
    .u-btn-wrap.banner {
      gap: 30px; }
      .u-btn-wrap.banner img {
        height: auto;
        width: 100%; }
    .u-btn-wrap.col4 a {
      width: 45%; }
    .u-btn-wrap.between {
      justify-content: center; }
    .u-btn-wrap.center {
      justify-content: center;
      flex-wrap: wrap;
      grid-column-gap: 10px;
      grid-row-gap: 10px; }
      .u-btn-wrap.center .u-btn-contact {
        display: inline-flex;
        place-items: center;
        position: relative;
        height: 40px;
        padding: 0 15px;
        color: #333;
        font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.25;
        background: #E9FBF540;
        border: 1px solid #E9FBF5;
        justify-content: center;
        text-align: center;
        transition: opacity 0.5s; }

  .u-btn-more {
    margin: auto; } }
/*anchorLink sytle*/
.u-list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
  .u-list-anchor-link li {
    position: relative; }
    .u-list-anchor-link li::after {
      content: "";
      display: inline-block;
      background: #e0e0e0;
      width: 2px;
      height: 15px;
      margin: 0 20px;
      vertical-align: -1px; }
  .u-list-anchor-link a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-right: 25px; }
    .u-list-anchor-link a::before {
      content: "";
      background: url("../images/share/u-icon_arrow_down.svg") no-repeat 0 0/contain;
      width: 22px;
      height: 22px;
      position: absolute;
      right: -3px;
      top: 3px; }
    .u-list-anchor-link a:hover {
      text-decoration: underline; }

.u-list-anchor-link-bg {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0;
  border: 1px solid #000; }
  .u-list-anchor-link-bg a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-size: clamp(16px, calc(20 / 1800 * 100vw), 20px);
    line-height: 1;
    text-align: center;
    padding: 0 20px;
    min-height: 60px;
    border-right: 1px solid #000; }
    .u-list-anchor-link-bg a:hover {
      background-color: #82784b;
      color: #fff; }
  .u-list-anchor-link-bg li:last-child a {
    border-right: 0; }

@media (max-width: 800px) {
  .u-list-anchor-link-bg {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    border: 0; }
    .u-list-anchor-link-bg a {
      font-size: 13px;
      justify-content: center;
      text-align: center;
      padding: 10px;
      min-height: 0;
      height: 100%;
      border: 1px solid #000; }
      .u-list-anchor-link-bg a:hover {
        opacity: .7; }
    .u-list-anchor-link-bg li:last-child a {
      border-right: 1px solid #000; } }
/*sp-scroll style*/
.img-scroll {
  width: 100%;
  overflow-x: auto;
  text-align: center; }
  .img-scroll img {
    display: block;
    max-width: none;
    margin: auto; }

@media (max-width: 800px) {
  .img-scroll {
    overflow-x: scroll; }
    .img-scroll img {
      width: 800px;
      height: auto; } }
/*テーブル style*/
.table-scroll-txt, .bland-scroll-txt, .scroll-txt {
  display: none; }

@media (max-width: 800px) {
  .table-scroll table {
    font-size: 13px; }

  .scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: sticky;
    left: 0; }
    .scroll-txt::before {
      content: "";
      display: block;
      background: url(../images/share/u-icon_scroll.svg) no-repeat center/contain;
      width: 30px;
      height: 24.5px;
      margin-right: 10px; } }
.u-table-style {
  position: relative;
  z-index: 1;
  width: 100%;
  letter-spacing: normal;
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
  .u-table-style.tac td, .u-table-style.tac th {
    text-align: center; }
  .u-table-style.tac td:first-child {
    background: #f5f0eb; }
  .u-table-style + table {
    margin-top: 30px; }
  .u-table-style a, .u-table-style a:link, .u-table-style a:visited {
    text-decoration: underline;
    color: #9A76AD; }
  .u-table-style a:hover, .u-table-style a:focus {
    text-decoration: none; }
  .u-table-style.tac th, .u-table-style.tac td {
    text-align: center; }
  .u-table-style.th-tal th {
    text-align: left; }
  .u-table-style th, .u-table-style td {
    padding: 10px;
    line-height: 1.75; }
  .u-table-style th {
    background-color: #015BAD;
    border: 1px solid #EEEEEE;
    font-weight: bold;
    color: #fff; }
    .u-table-style th.bg01 {
      background-color: #f5f0eb;
      color: #000000; }
  .u-table-style td {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    font-weight: normal; }
    .u-table-style td.tal {
      text-align: left; }
    .u-table-style td.bg01 {
      background-color: #C4D7E8; }
    .u-table-style td.bg02 {
      background-color: #f5f0eb; }
    .u-table-style td .grid.col2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .u-table-style td .grid.col2 span {
        padding: 10px;
        text-align: center; }
      .u-table-style td .grid.col2 span:first-child {
        border-right: 1px solid #EEEEEE; }
    .u-table-style td .grid.col3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      .u-table-style td .grid.col3 span {
        padding: 10px;
        text-align: center;
        border-right: 1px solid #EEEEEE; }
      .u-table-style td .grid.col3 span:last-child {
        border-right: unset; }

@media (max-width: 800px) {
  .u-table-style.sp-layout-table {
    display: block;
    width: 100%; }
    .u-table-style.sp-layout-table tbody, .u-table-style.sp-layout-table tr, .u-table-style.sp-layout-table th, .u-table-style.sp-layout-table td {
      display: block;
      width: 100%; }
    .u-table-style.sp-layout-table th {
      border: 1px solid #EEEEEE; }
    .u-table-style.sp-layout-table td {
      border: 1px solid #E2E2E2; }

  .u-table-style th, .u-table-style td {
    padding: 10px;
    font-size: clamp(14px, calc(17 / 1800 * 100vw), 17px);
    line-height: 1.7; }
    .u-table-style th.tar, .u-table-style td.tar {
      white-space: nowrap; }

  .table-scroll-txt, .bland-scroll-txt, .scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

  .table-scroll-txt::before, .bland-scroll::before {
    content: "";
    display: block;
    background: url(../images/share/u-icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px; }

  .table-scroll, .bland-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch; }

  .table-scroll::-webkit-scrollbar, .bland-scroll::-webkit-scrollbar {
    height: 5px; }

  .table-scroll::-webkit-scrollbar-track, .bland-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8; }

  .table-scroll::-webkit-scrollbar-thumb, .bland-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333; }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 175%; }
    .table-scroll table th:first-child {
      position: sticky;
      left: 0;
      z-index: 1; }
    .table-scroll table.no-fix th:first-child {
      position: relative; }

  .bland-scroll img {
    max-width: 1000px; } }
.u-table-style-scroll {
  position: relative;
  z-index: 1; }
  .u-table-style-scroll + table {
    margin-top: 30px; }
  .u-table-style-scroll a, .u-table-style-scroll a:link, .u-table-style-scroll a:visited {
    text-decoration: underline;
    color: #9A76AD; }
  .u-table-style-scroll a:hover, .u-table-style-scroll a:focus {
    text-decoration: none; }
  .u-table-style-scroll.tac th, .u-table-style-scroll.tac td {
    text-align: center; }
  .u-table-style-scroll.th-tal th {
    text-align: left; }
  .u-table-style-scroll th, .u-table-style-scroll td {
    padding: 10px;
    line-height: 1.75; }
  .u-table-style-scroll th {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    font-weight: bold; }
    .u-table-style-scroll th.bg01 {
      background-color: #C4D7E8; }
  .u-table-style-scroll td {
    background-color: #f5f0eb;
    border: 1px solid #EEEEEE; }
    .u-table-style-scroll td.bg01 {
      background-color: #C4D7E8; }
    .u-table-style-scroll td.pd0 {
      padding: 0; }

@media (max-width: 800px) {
  .u-table-style-scroll {
    position: relative; }
    .u-table-style-scroll th:first-child, .u-table-style-scroll td:first-child {
      position: sticky;
      left: 0;
      z-index: 2; } }
/*テーブル枠なし*/
.u-table-style01 {
  border-top: 1px solid #000; }
  .u-table-style01 th,
  .u-table-style01 td {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #000; }
  .u-table-style01 th {
    text-align: center;
    border-left: 1px solid #000;
    background: #82784b;
    color: #fff;
    width: fit-content; }

@media (max-width: 800px) {
  .u-table-style01.sp-block colgroup {
    display: none; }
  .u-table-style01.sp-block th,
  .u-table-style01.sp-block td {
    display: block;
    width: 100%;
    padding: 10px; }
  .u-table-style01.sp-block th {
    border-bottom: none;
    border-left: none; }
  .u-table-style01.sp-block td {
    position: relative;
    padding: auto 0; } }
/*dl-style*/
.u-dl-style-schedule {
  display: grid;
  gap: 80px;
  grid-template-columns: 12em 1fr; }
  .u-dl-style-schedule dt .sche-ttl {
    font-family: "bc-figural-grand", serif;
    font-size: clamp(5rem, calc(75 / 1800 * 100vw), 7.5rem);
    line-height: 1.75; }
    .u-dl-style-schedule dt .sche-ttl .sub-ttl {
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
      font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
      display: block; }
  .u-dl-style-schedule dt .form-ttl {
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
    line-height: 1.75; }
  .u-dl-style-schedule dd .price {
    font-size: clamp(3rem, calc(54 / 1800 * 100vw), 5.4rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
    .u-dl-style-schedule dd .price span {
      font-size: .5em;
      padding-left: .25em; }
  .u-dl-style-schedule dd .sub-price {
    font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
  .u-dl-style-schedule dd table th, .u-dl-style-schedule dd table td {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    vertical-align: top; }
  .u-dl-style-schedule dd table th {
    width: 4em;
    font-weight: normal; }
    .u-dl-style-schedule dd table th.last {
      border-bottom: 0; }
  .u-dl-style-schedule dd table td {
    padding-left: 30px; }
    .u-dl-style-schedule dd table td.last {
      border-bottom: 0; }

@media (max-width: 800px) {
  .u-dl-style-schedule {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr; }
    .u-dl-style-schedule dt .sche-ttl {
      line-height: 1;
      margin-top: .5em; }
      .u-dl-style-schedule dt .sche-ttl .sub-ttl {
        padding-left: .5em;
        display: inline; }
    .u-dl-style-schedule dt .form-ttl {
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
      font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
      line-height: 1.75; }
    .u-dl-style-schedule dd .price {
      font-size: clamp(3rem, calc(54 / 1800 * 100vw), 5.4rem);
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
      .u-dl-style-schedule dd .price span {
        font-size: .5em;
        padding-left: .25em; }
    .u-dl-style-schedule dd .sub-price {
      font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; } }
.u-dl-style-time {
  display: grid;
  grid-template-columns: 4em 1fr;
  column-gap: 30px;
  grid-row-gap: 10px;
  margin-top: 1em; }

.u-dl-style-form {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr; }
  .u-dl-style-form .item {
    display: grid;
    column-gap: 80px;
    grid-template-columns: 12em 1fr;
    position: relative; }
    .u-dl-style-form .item::after {
      content: "";
      position: absolute;
      bottom: -40px;
      width: 100%;
      height: 1px;
      background: #fff; }
    .u-dl-style-form .item:last-child::after {
      content: none; }
  .u-dl-style-form dt .form-ttl {
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
    line-height: 1.75; }
  .u-dl-style-form dd .price {
    font-size: clamp(3rem, calc(54 / 1800 * 100vw), 5.4rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
    .u-dl-style-form dd .price span {
      font-size: .5em;
      padding-left: .25em; }
  .u-dl-style-form dd .sub-price {
    font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
  .u-dl-style-form dd table th, .u-dl-style-form dd table td {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    vertical-align: top; }
  .u-dl-style-form dd table th {
    width: 4em;
    font-weight: normal; }
    .u-dl-style-form dd table th.last {
      border-bottom: 0; }
  .u-dl-style-form dd table td {
    padding-left: 30px; }
    .u-dl-style-form dd table td.last {
      border-bottom: 0; }

@media (max-width: 800px) {
  .u-dl-style-form {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr; }
    .u-dl-style-form .item {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr;
      position: relative; }
      .u-dl-style-form .item::after {
        content: "";
        position: absolute;
        bottom: -20px; }
      .u-dl-style-form .item:last-child::after {
        content: none; }
    .u-dl-style-form dd table th, .u-dl-style-form dd table td {
      padding: 20px 0;
      border-bottom: 1px solid #000;
      vertical-align: top; }
    .u-dl-style-form dd table th {
      width: 4em;
      font-weight: normal; }
      .u-dl-style-form dd table th.last {
        border-bottom: 0; }
    .u-dl-style-form dd table td {
      padding-left: 30px; }
      .u-dl-style-form dd table td.last {
        border-bottom: 0; } }
/*---
よくある質問開いたまま
-----*/
.u-faq-style .item + .item {
  border-top: 1px solid #EEEEEE;
  margin-top: 30px;
  padding-top: 30px; }
.u-faq-style dt {
  font-weight: bold;
  font-size: 20px;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative; }
.u-faq-style dd {
  position: relative;
  padding-left: 60px; }
  .u-faq-style dd .faq-icon {
    background-color: #82784b; }
.u-faq-style .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #015BAD;
  border-radius: 100vw;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 800px) {
  .u-faq-style .item + .item {
    margin-top: 15px;
    padding-top: 15px; }
  .u-faq-style dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px; } }
.u-faq-style-sq .item + .item {
  border-top: 1px dashed #EEEEEE;
  margin-top: 30px;
  padding-top: 30px; }
.u-faq-style-sq dt {
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative; }
.u-faq-style-sq dd {
  position: relative;
  padding-left: 60px; }
  .u-faq-style-sq dd .faq-icon {
    background-color: #82784b; }
.u-faq-style-sq .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #015BAD;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 800px) {
  .u-faq-style-sq .item + .item {
    margin-top: 15px;
    padding-top: 15px; }
  .u-faq-style-sq dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px; } }
/*------------
よくある質問・アコーディオン
--------------*/
.u-faq-style-aco {
  /* 開いたとき */ }
  .u-faq-style-aco .item {
    border-bottom: 2px solid #82784b; }
  .u-faq-style-aco dt {
    cursor: pointer;
    padding: 30px 50px 30px 0;
    position: relative;
    font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem); }
    .u-faq-style-aco dt .faq-icon {
      top: 15px;
      left: 0; }
  .u-faq-style-aco dd {
    display: none;
    padding: 0 50px 30px 0;
    position: relative;
    font-weight: bold; }
    .u-faq-style-aco dd .faq-icon {
      color: #000; }
  .u-faq-style-aco .faq-ttl {
    color: #82784b; }
  .u-faq-style-aco .faq-icon {
    color: #82784b; }
  .u-faq-style-aco .faq-open-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 22px;
    transition: .3s;
    /* 横線 */
    /* 縦線 */ }
    .u-faq-style-aco .faq-open-icon::before, .u-faq-style-aco .faq-open-icon::after {
      content: "";
      display: block;
      background: #82784b;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 1px;
      transform: translate(-50%, -50%);
      transition: 0.3s; }
    .u-faq-style-aco .faq-open-icon::before {
      transform: translate(-50%, -50%) rotate(0deg); }
    .u-faq-style-aco .faq-open-icon::after {
      transform: translate(-50%, -50%) rotate(90deg); }
  .u-faq-style-aco .item > dt:hover .faq-icon {
    background-color: #015BAD;
    color: #fff; }
  .u-faq-style-aco .faq-inner {
    padding-top: 5px; }
  .u-faq-style-aco .is-open .faq-open-icon::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .u-faq-style-aco .is-open .faq-open-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 800px) {
  .u-faq-style-aco {
    line-height: 1.5; }
    .u-faq-style-aco dt {
      padding: 18px 50px 18px 0px; }
      .u-faq-style-aco dt .faq-icon {
        top: 12px; }
    .u-faq-style-aco dd {
      padding: 0 50px 30px 0; }
    .u-faq-style-aco .faq-open-icon {
      width: 30px;
      height: 30px; }
      .u-faq-style-aco .faq-open-icon::before {
        width: 30px; }
      .u-faq-style-aco .faq-open-icon::after {
        width: 30px; } }
@media (max-width: 800px) {
  .u-faq-style-aco > dt {
    padding: 15px 60px 15px 55px; }
  .u-faq-style-aco > dd {
    padding: 30px 0px 30px 55px; }
    .u-faq-style-aco > dd .faq-ico-a {
      top: 1.5em;
      left: 15px;
      line-height: 30px; }
  .u-faq-style-aco .faq-ico {
    top: .75em;
    left: 15px;
    line-height: 30px; }
  .u-faq-style-aco .faq-ttl {
    font-size: 16px;
    line-height: 1.7; }
  .u-faq-style-aco .faq-open-ico {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 13px; }
    .u-faq-style-aco .faq-open-ico::before {
      width: 12px; } }
.u-accordion-style {
  background-color: #fff;
  border: 1px solid #015BAD;
  margin-bottom: 1.5em;
  border-radius: unset; }
  .u-accordion-style:last-child {
    margin-bottom: 0; }
  .u-accordion-style .accordion-btn {
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
    background: #015BAD; }
  .u-accordion-style .accordion-desc {
    display: none;
    padding: 30px 30px;
    position: relative; }
    .u-accordion-style .accordion-desc label {
      display: inline-block;
      background: #82784b;
      padding: 2px 10px;
      margin-bottom: 10px;
      border-radius: 3px;
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
    .u-accordion-style .accordion-desc .aco-ttl {
      font-size: 18px;
      margin-bottom: 20px; }
  .u-accordion-style .accordion-ttl {
    font-weight: bold;
    font-size: 18px;
    color: #fff; }
  .u-accordion-style .accordion-open-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s; }
    .u-accordion-style .accordion-open-icon::before, .u-accordion-style .accordion-open-icon::after {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: .3s; }
    .u-accordion-style .accordion-open-icon::before {
      width: 16px;
      height: 2px;
      transform: translateX(-50%); }
    .u-accordion-style .accordion-open-icon::after {
      width: 16px;
      height: 2px;
      transform: rotate(90deg) translateX(-50%);
      transform-origin: left;
      transition: transform 0.5s; }
  .u-accordion-style .is-open .accordion-open-icon {
    transform: translateY(-50%) rotate(180deg); }
    .u-accordion-style .is-open .accordion-open-icon::after {
      opacity: 0; }
  .u-accordion-style + .accordion-style {
    margin-top: 15px; }

@media (max-width: 800px) {
  .u-accordion-style {
    line-height: 1.5; }
    .u-accordion-style .accordion-btn {
      padding: 15px 35px 15px 15px; }
    .u-accordion-style .accordion-ttl {
      font-size: 15px; }
    .u-accordion-style .accordion-desc {
      padding: 15px; }
    .u-accordion-style .accordion-open-icon {
      right: 0; } }
/*下層カスタムレイアウト*/
/*下層オリジナル*/
.u-box-layout {
  padding: clamp(15px, calc(30 / 1800 * 100vw), 30px);
  border: 3px solid #82784b;
  background: #fff;
  text-align: center;
  margin: auto;
  margin-bottom: clamp(30px, calc(50 / 1800 * 100vw), 50px);
  width: 100%;
  max-width: fit-content;
  color: #000; }

.u-catch {
  margin: 0 0 clamp(28px, calc(40 / 1800 * 100vw), 40px);
  text-align: center;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  font-size: clamp(2rem, calc(44 / 1800 * 100vw), 4.4rem);
  line-height: 1.9;
  letter-spacing: 0.025em; }

hr.kazari {
  width: min(100%, 520px);
  height: 2px;
  margin: 0 auto clamp(28px, calc(40 / 1800 * 100vw), 40px);
  border: 0;
  background: linear-gradient(to right, transparent 0%, transparent 8%, #3137a8 8%, #3137a8 40%, #e8e2dc 40%, #e8e2dc 60%, #c7332e 60%, #c7332e 92%, transparent 92%, transparent 100%); }

@media (max-width: 800px) {
  hr.kazari {
    width: min(100%, 320px);
    margin-bottom: 28px; } }
.u-concept-layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(40px, calc(56 / 1800 * 100vw), 56px);
  position: relative; }
  .u-concept-layout .l-img {
    width: min(100%, 780px);
    margin: 0;
    flex-shrink: 1; }
    .u-concept-layout .l-img img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      object-fit: cover; }
  .u-concept-layout .concept-txt {
    margin-left: -12vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(2rem, calc(42 / 1800 * 100vw), 4.2rem);
    line-height: 2.15;
    letter-spacing: 0.08em;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    font-weight: normal; }
    .u-concept-layout .concept-txt span {
      display: inline;
      padding: 0.15em;
      background: #fff; }
    .u-concept-layout .concept-txt label {
      font-size: 0.65em;
      letter-spacing: 0.02em;
      text-orientation: mixed; }
  .u-concept-layout p.tac {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(1.6rem, calc(24 / 1800 * 100vw), 2.4rem);
    line-height: 2.1;
    letter-spacing: 0.04em; }

@media (max-width: 800px) {
  .u-concept-layout {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 32px; }
    .u-concept-layout .l-img {
      order: 1;
      width: 100%; }
    .u-concept-layout .concept-txt {
      order: 2;
      text-orientation: initial;
      white-space: normal;
      margin-bottom: -10em;
      margin-right: 1em; }
      .u-concept-layout .concept-txt label {
        display: inline;
        font-size: 0.8em; }
    .u-concept-layout p.tac {
      font-size: 15px;
      line-height: 2; } }
/* ---------------------------
point-layout-anchor
--------------------------- */
.u-main-point-layout {
  text-align: center; }
  .u-main-point-layout .main-point-ttl {
    margin: 0 0 70px;
    font-size: clamp(28px, calc(56 / 1800 * 100vw), 56px);
    font-weight: 500;
    line-height: 1.4; }
    .u-main-point-layout .main-point-ttl .num {
      font-size: 1.2em; }

/* 円レイアウト */
/* 円レイアウト */
.u-card-style-circle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, calc(32 / 1800 * 100vw), 32px) clamp(12px, calc(30 / 1800 * 100vw), 30px);
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  .u-card-style-circle li {
    width: 220px; }
  .u-card-style-circle a {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 2px solid #82784b;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(20px, calc(30 / 1800 * 100vw), 30px);
    text-decoration: none;
    color: #111;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box; }
    .u-card-style-circle a:hover {
      background: #82784b;
      color: #fff;
      transform: scale(1.05); }
      .u-card-style-circle a:hover .num,
      .u-card-style-circle a:hover .l-desc p {
        color: #fff; }
  .u-card-style-circle .num {
    margin-bottom: .5em;
    font-family: serif;
    font-size: clamp(24px, calc(30 / 1800 * 100vw), 30px);
    line-height: 1; }
    .u-card-style-circle .num span {
      font-size: 1.25em; }
  .u-card-style-circle .l-desc p {
    margin: 0;
    font-size: clamp(14px, calc(16 / 1800 * 100vw), 16px);
    line-height: 1.75;
    font-feature-settings: "palt"; }

@media (max-width: 800px) {
  .u-card-style-circle {
    flex-direction: column;
    gap: 20px; }
    .u-card-style-circle li {
      flex: none;
      width: 100%; }
    .u-card-style-circle a {
      aspect-ratio: unset;
      border-radius: 0;
      padding: 20px;
      align-items: flex-start;
      text-align: left; } }
/* SP（800px以下） */
@media (max-width: 800px) {
  .u-main-point-layout .main-point-ttl {
    margin-bottom: 40px;
    font-size: 26px; }

  .u-card-style-circle {
    flex-direction: column;
    gap: 20px;
    max-width: 100%; }
    .u-card-style-circle li {
      width: 100%; }
      .u-card-style-circle li a {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        border-radius: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        aspect-ratio: unset; }
    .u-card-style-circle .num {
      margin-bottom: 16px;
      font-size: 30px; }
    .u-card-style-circle .l-desc p {
      font-size: 16px;
      line-height: 1.7; }
      .u-card-style-circle .l-desc p br {
        display: none; } }
/*img-layout*/
.img-layout .l-img img {
  aspect-ratio: 10/6; }

/*point-layout*/
.point-layout {
  position: relative;
  z-index: 1; }
  .point-layout .point-num {
    font-size: clamp(2.8rem, calc(40 / 1800 * 100vw), 4rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    margin-bottom: 1em; }
    .point-layout .point-num span {
      font-size: 150%; }
  .point-layout .point-ttl {
    font-size: clamp(2.4rem, calc(42 / 1800 * 100vw), 4.2rem);
    margin-bottom: 1em; }

/*parallax*/
/*固定para*/
.u-parallax-bg {
  position: relative;
  height: 450px;
  z-index: 0; }
  .u-parallax-bg .inner {
    position: absolute;
    inset: 0;
    clip-path: inset(0); }
  .u-parallax-bg img {
    position: fixed;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100lvb;
    z-index: -1; }

.para-layout {
  color: #fff;
  position: relative;
  z-index: 1; }
  .para-layout .para-num {
    font-size: clamp(2.8rem, calc(40 / 1800 * 100vw), 4rem);
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    margin-bottom: 1em; }
    .para-layout .para-num span {
      font-size: 150%; }
  .para-layout .para-ttl {
    font-size: clamp(2.4rem, calc(42 / 1800 * 100vw), 4.2rem);
    margin-bottom: 1em; }

.profile {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  color: #fff;
  position: relative;
  z-index: 1; }
  .profile.reverse {
    flex-direction: row-reverse; }
  .profile .l-img {
    width: 40%; }
    .profile .l-img.tate img {
      aspect-ratio: 3 / 4; }
  .profile .l-desc {
    flex: 1; }
  .profile .name {
    font-size: clamp(2.4rem, calc(36 / 1800 * 100vw), 3.6rem);
    margin-bottom: 1em; }
    .profile .name .sub-ttl {
      display: block;
      font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
      font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
      margin-top: 0;
      color: #fff; }

.parallax {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, calc(80 / 1800 * 100vw), 80px) 0; }
  .parallax.h400 {
    height: 35vw; }
  .parallax + .parallax-after {
    margin-top: -6vw; }

.parallax .para-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60vw;
  max-height: 800px;
  min-height: 450px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: transform; }
  .parallax .para-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18); }
  .parallax .para-bg img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: blur(8px);
    transform: scale(1.15); }

.parallax .container-wide {
  position: relative;
  z-index: 1; }

.parallax .para-bg.bgOnly {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60vw;
  max-height: 800px;
  min-height: 450px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: transform; }
  .parallax .para-bg.bgOnly::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18); }
  .parallax .para-bg.bgOnly img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: unset;
    transform: scale(1.15); }

@media (max-width: 800px) {
  .parallax {
    padding: 50px 0; }
    .parallax.h400 {
      height: 110vw; }
    .parallax + .parallax-after {
      margin-top: -95vw; }
      .parallax + .parallax-after .l-img {
        margin-top: 32vw; }
      .parallax + .parallax-after .l-desc {
        color: #fff; }

  .parallax .para-bg {
    height: 260vw;
    min-height: unset;
    max-height: unset; }

  .profile {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 24px;
    margin-bottom: 20px; }
    .profile .l-img {
      width: 100%; }
    .profile.reverse {
      flex-direction: column-reverse; }
    .profile .l-desc .l-imgR, .profile .l-desc .l-imgL {
      display: flex;
      flex-direction: column;
      gap: 0; }
      .profile .l-desc .l-imgR .l-img.small, .profile .l-desc .l-imgL .l-img.small {
        width: 50%; }
    .profile .name {
      margin-bottom: .5em; } }
/*下層共通パーツ*/
.contL, .contR {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 50px;
  margin-top: 10vw; }
  .contL.algin-center, .contR.algin-center {
    align-items: center; }
  .contL .l-img, .contR .l-img {
    width: 55%;
    position: relative; }
    .contL .l-img img, .contR .l-img img {
      aspect-ratio: 3/2;
      width: 85%; }
      .contL .l-img img.inview.a, .contR .l-img img.inview.a {
        margin: -10vw auto 0 0;
        position: absolute;
        display: block;
        transition-delay: 0s; }
      .contL .l-img img.inview.b, .contR .l-img img.inview.b {
        margin: 0 0 0 auto;
        position: relative;
        z-index: 1;
        display: block;
        transition-delay: 0.8s; }
      .contL .l-img img.inview.c, .contR .l-img img.inview.c {
        margin: -10vw auto 0 -5vw;
        position: absolute;
        display: block;
        transition-delay: 0s; }
      .contL .l-img img.inview.one, .contR .l-img img.inview.one {
        margin: -35vw 0 0 auto;
        position: relative;
        display: block;
        transition-delay: 0s; }
  .contL .l-desc, .contR .l-desc {
    flex: 1; }
    .contL .l-desc .cont-ttl, .contR .l-desc .cont-ttl {
      font-size: clamp(4rem, calc(85 / 1800 * 100vw), 8.5rem); }
      .contL .l-desc .cont-ttl .sub-ttl, .contR .l-desc .cont-ttl .sub-ttl {
        font-size: clamp(2rem, calc(45 / 1800 * 100vw), 4.5rem);
        font-family: "bc-figural-grand", serif;
        color: #82784b;
        padding-left: 10px; }

.contR {
  flex-direction: row-reverse; }

.pointR {
  flex-direction: row-reverse; }

@media (max-width: 800px) {
  .contL, .contR {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 0; }
    .contL.algin-center, .contR.algin-center {
      align-items: center; }
    .contL .l-img, .contR .l-img {
      width: 100%;
      position: relative;
      margin-top: 6vw; }
      .contL .l-img img, .contR .l-img img {
        aspect-ratio: 3/2;
        width: 80%; }
        .contL .l-img img.inview.a, .contR .l-img img.inview.a {
          margin: -5vw auto 0 0;
          position: absolute;
          display: block;
          transition-delay: 0s; }
        .contL .l-img img.inview.b, .contR .l-img img.inview.b {
          margin: 0 0 0 auto;
          position: relative;
          z-index: 1;
          display: block;
          transition-delay: 0.4s; }
        .contL .l-img img.inview.c, .contR .l-img img.inview.c {
          margin: -5vw auto 0 -5vw;
          position: absolute;
          display: block;
          transition-delay: 0s; }
    .contL .l-desc, .contR .l-desc {
      flex: 1; }
      .contL .l-desc .cont-ttl, .contR .l-desc .cont-ttl {
        font-size: clamp(4rem, calc(85 / 1800 * 100vw), 8.5rem); }
        .contL .l-desc .cont-ttl .sub-ttl, .contR .l-desc .cont-ttl .sub-ttl {
          font-size: clamp(2rem, calc(45 / 1800 * 100vw), 4.5rem);
          font-family: "bc-figural-grand", serif;
          color: #82784b;
          padding-left: 10px; }

  .contR {
    flex-direction: column-reverse; }

  .pointR {
    flex-direction: column-reverse; } }
/*flow style*/
.u-flow-style-nagare-step {
  display: grid;
  gap: 40px; }
  .u-flow-style-nagare-step > li {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 50px;
    position: relative;
    min-height: 150px; }
    .u-flow-style-nagare-step > li:not(:last-child)::before {
      content: "";
      background-color: #015BAD;
      width: 1px;
      position: absolute;
      top: 70px;
      bottom: 0;
      left: 33px; }
    .u-flow-style-nagare-step > li:not(:last-child)::after {
      content: "";
      border-style: solid;
      border-width: 10px 5px 0 5px;
      border-color: #015BAD transparent transparent transparent;
      position: absolute;
      bottom: -1px;
      left: 28px; }
  .u-flow-style-nagare-step .flow-num {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    font-family: "bc-figural-grand", serif;
    color: #015BAD; }
    .u-flow-style-nagare-step .flow-num::before {
      content: attr(data-en);
      display: block;
      font-size: 13px;
      letter-spacing: 0;
      margin-bottom: 5px; }
  .u-flow-style-nagare-step .wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px; }
  .u-flow-style-nagare-step .flow-img {
    width: 35%; }
  .u-flow-style-nagare-step .flow-desc {
    flex: 1;
    padding-top: 10px; }
  .u-flow-style-nagare-step .flow-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }

@media (max-width: 800px) {
  .u-flow-style-nagare-step {
    gap: 40px; }
    .u-flow-style-nagare-step > li {
      grid-template-columns: 50px 1fr;
      grid-gap: 15px; }
      .u-flow-style-nagare-step > li:not(:last-child)::before {
        top: 55px;
        left: 24px; }
      .u-flow-style-nagare-step > li:not(:last-child)::after {
        left: 20px; }
    .u-flow-style-nagare-step .flow-num {
      font-size: 25px; }
      .u-flow-style-nagare-step .flow-num::before {
        font-size: 12px;
        margin-bottom: 5px; }
    .u-flow-style-nagare-step .wrap {
      flex-direction: column;
      gap: 15px; }
    .u-flow-style-nagare-step .flow-img {
      width: 100%; }
    .u-flow-style-nagare-step .flow-ttl {
      margin-bottom: 10px; }
    .u-flow-style-nagare-step .flow-desc {
      padding-top: 0; } }
/*flow style*/
.u-flow-style-nagare {
  border: 2px solid #EEEEEE;
  background: #fff;
  padding: 5%; }
  .u-flow-style-nagare > li + li {
    border-top: 1px solid #EEEEEE;
    padding-top: 70px;
    margin-top: 70px;
    position: relative; }
    .u-flow-style-nagare > li + li::before {
      content: "";
      background: url("../images/share/u-flow_arrow02.svg") no-repeat center/contain;
      width: 45px;
      height: 45px;
      position: absolute;
      top: -22px;
      left: 50%;
      transform: translateX(-50%); }
  .u-flow-style-nagare .flow-ttl {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .u-flow-style-nagare .flow-ttl .num {
      background: #015BAD;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      line-height: 25px;
      padding: 0 10px;
      margin-top: 3px; }
  .u-flow-style-nagare .wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 5%; }
  .u-flow-style-nagare .flow-img {
    width: 40%; }
    .u-flow-style-nagare .flow-img img {
      border-radius: unset; }
  .u-flow-style-nagare .flow-desc {
    flex: 1; }

@media (max-width: 800px) {
  .u-flow-style-nagare {
    padding: 25px; }
    .u-flow-style-nagare > li + li {
      padding-top: 50px;
      margin-top: 50px; }
    .u-flow-style-nagare .flow-ttl {
      flex-direction: column;
      gap: 10px;
      font-size: 20px;
      line-height: 1.5;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .u-flow-style-nagare .flow-ttl .num {
        margin: 0; }
    .u-flow-style-nagare .wrap {
      flex-direction: column;
      gap: 30px; }
    .u-flow-style-nagare .flow-img {
      width: 100%; } }
/*SP縦１列step流れ*/
.u-flow-style-step-no-scroll {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px; }
  .u-flow-style-step-no-scroll.col2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-flow-style-step-no-scroll.col4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-flow-style-step-no-scroll > li {
    background-color: #f5f0eb;
    padding: 20px;
    position: relative;
    border-radius: unset; }
    .u-flow-style-step-no-scroll > li:not(:last-child)::after {
      content: "";
      border-style: solid;
      border-width: 12px 0 12px 12px;
      border-color: transparent transparent transparent #82784b;
      position: absolute;
      top: 50%;
      right: -21px;
      transform: translateY(-50%); }
    .u-flow-style-step-no-scroll > li .flow-num {
      background: #015BAD;
      display: table;
      color: #fff;
      font-weight: bold;
      font-size: 1.2rem;
      font-family: "bc-figural-grand", serif;
      font-weight: 500;
      line-height: 25px;
      padding: 0 20px;
      margin: 0 auto 10px;
      border-radius: unset; }
      .u-flow-style-step-no-scroll > li .flow-num::before {
        content: attr(data-en) "";
        margin-right: 5px;
        font-size: 0.9em;
        font-weight: 400; }
    .u-flow-style-step-no-scroll > li .flow-num02 {
      position: absolute;
      top: -.5em;
      left: 50%;
      transform: translateX(-50%);
      font-size: 25px;
      line-height: 1;
      font-family: "bc-figural-grand", serif;
      font-weight: 500;
      display: inline-block;
      color: #C4D7E8; }
      .u-flow-style-step-no-scroll > li .flow-num02::before {
        content: attr(data-en) ""; }
    .u-flow-style-step-no-scroll > li .flow-img {
      margin-bottom: 10px;
      text-align: center; }
      .u-flow-style-step-no-scroll > li .flow-img .icon {
        max-width: 140px;
        margin: auto; }
    .u-flow-style-step-no-scroll > li .flow-ttl {
      font-size: 2rem;
      margin-bottom: 10px;
      text-align: center;
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
      .u-flow-style-step-no-scroll > li .flow-ttl.tal {
        text-align: left;
        margin-bottom: 0; }
    .u-flow-style-step-no-scroll > li .flow-desc {
      margin-bottom: 5px;
      min-height: calc(1.5em * 2); }

@media (max-width: 800px) {
  .u-flow-style-step-no-scroll {
    grid-template-columns: 1fr;
    gap: 50px; }
    .u-flow-style-step-no-scroll.col2, .u-flow-style-step-no-scroll.col4 {
      grid-template-columns: 1fr; }
      .u-flow-style-step-no-scroll.col2 > li:not(:last-child)::after, .u-flow-style-step-no-scroll.col4 > li:not(:last-child)::after {
        top: auto;
        bottom: -28px;
        right: 48%;
        transform: translateX(-50%) rotate(90deg); }
    .u-flow-style-step-no-scroll > li:first-child {
      margin-top: 20px; }
    .u-flow-style-step-no-scroll > li:not(:last-child)::after {
      top: auto;
      bottom: -28px;
      right: 46%;
      transform: translateX(-50%) rotate(90deg); } }
/*SP横スクロールstep流れ*/
.u-flow-style-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px; }
  .u-flow-style-step.col2 {
    grid-template-columns: repeat(2, 1fr); }
  .u-flow-style-step.col4 {
    grid-template-columns: repeat(4, 1fr); }
  .u-flow-style-step > li {
    background-color: #f5f0eb;
    padding: 20px;
    position: relative;
    border-radius: unset; }
    .u-flow-style-step > li:not(:last-child)::after {
      content: "";
      border-style: solid;
      border-width: 12px 0 12px 12px;
      border-color: transparent transparent transparent #82784b;
      position: absolute;
      top: 50%;
      right: -21px;
      transform: translateY(-50%); }
  .u-flow-style-step .flow-num {
    background: #015BAD;
    display: table;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 25px;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-weight: 500;
    line-height: 25px;
    padding: 0 20px;
    margin: 0 auto 10px; }
    .u-flow-style-step .flow-num::before {
      content: attr(data-en) "";
      margin-right: 5px;
      font-size: 0.9em;
      font-weight: 400; }
  .u-flow-style-step .flow-num02 {
    position: absolute;
    top: -.5em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    line-height: 1;
    font-family: "bc-figural-grand", serif;
    font-weight: 500;
    display: inline-block;
    color: #C4D7E8; }
    .u-flow-style-step .flow-num02::before {
      content: attr(data-en) ""; }
  .u-flow-style-step .flow-img {
    margin-bottom: 15px;
    text-align: center; }
    .u-flow-style-step .flow-img .icon {
      max-width: 140px;
      margin: auto; }
  .u-flow-style-step .flow-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
    .u-flow-style-step .flow-ttl.tal {
      text-align: left; }
  .u-flow-style-step .flow-desc {
    margin-bottom: 5px;
    min-height: calc(1.5em * 2); }

@media (max-width: 800px) {
  .u-flow-style-step {
    /* 横スクロール化 */
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: clamp(260px, 80vw, 360px);
    gap: 0 30px;
    padding: 0 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    /* .col2 / .col4 でも横スクロールに統一 */ }
    .u-flow-style-step.col2, .u-flow-style-step.col4 {
      grid-template-columns: none; }
    .u-flow-style-step > li {
      scroll-snap-align: start;
      position: relative;
      /* 先頭だけ少し上に寄せたい仕様があればここで */
      /* 三角（→）はPCと同じ右向きで維持、最後だけ消す */ }
      .u-flow-style-step > li:first-child {
        margin-top: 0; }
      .u-flow-style-step > li::after {
        top: 50%;
        bottom: auto;
        right: -21px;
        transform: translateY(-50%) rotate(0);
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent #015BAD;
        display: block; }
      .u-flow-style-step > li:last-child::after {
        display: none; } }
/*ここまで下層カスタムレイアウト*/
/*---カスタム投稿サイドナビレイアウト--*/
.sidebar-layout {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 200px;
  gap: 50px; }
  .sidebar-layout .sticky {
    position: sticky;
    top: 50px; }

@media (max-width: 800px) {
  .sidebar-layout {
    display: flex;
    flex-direction: column; } }
.sidebar-ttl {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px; }

.category-ttl {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px; }
  .category-ttl::before {
    content: "";
    display: block;
    border-radius: 2px;
    background-color: #015BAD;
    width: 5px;
    height: 1.2em; }

.list-category {
  display: grid;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5; }
  .list-category li {
    padding-left: 15px;
    position: relative; }
    .list-category li::before {
      position: absolute;
      background-color: #EEEEEE;
      content: "";
      top: 8px;
      left: 0;
      width: 6px;
      height: 6px; }
  @media (any-hover: hover) {
    .list-category a:hover {
      text-decoration: underline; } }

.list-under-post {
  margin-bottom: 50px; }
  .list-under-post a {
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 25px;
    padding: 15px 70px 15px 0;
    position: relative; }
    @media (any-hover: hover) {
      .list-under-post a:hover .list-img img {
        transform: scale(1.1); } }
  .list-under-post .list-img {
    overflow: hidden; }
    .list-under-post .list-img img {
      border: 1px solid #eee;
      object-fit: cover;
      width: 100%;
      aspect-ratio: 7/5;
      transition: transform .3s; }
  .list-under-post .list-desc {
    flex: 1; }
  .list-under-post time {
    display: block;
    color: #ADADAD;
    font-size: 12px; }
  .list-under-post .list-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    margin-bottom: 5px; }
  .list-under-post .category {
    display: inline-block;
    background-color: #C4D7E8;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    margin-right: 5px; }
  .list-under-post .no-post {
    padding: 25px 0; }

.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .post-number span,
  .post-number a {
    display: inline-block;
    background-color: #edeef0;
    font-size: 13px;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    transition: .3s;
    padding: 0 20px; }
  .post-number > * + * {
    margin-left: 10px; }
  .post-number a:hover {
    background: #333;
    color: #fff; }
  .post-number .current {
    background: #333;
    color: #fff; }

@media (max-width: 800px) {
  .list-under-post a {
    grid-template-columns: 120px 1fr;
    grid-gap: 15px;
    padding: 15px 0; }
    .list-under-post a::before {
      display: none; }
  .list-under-post .list-ttl {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0; } }
/*---ここまでカスタム投稿サイドナビレイアウト--*/
/*---カスタム投稿テーブル--*/
.l-table a {
  text-decoration: underline; }
.l-table a:hover {
  text-decoration: none; }
.l-table th, .l-table td {
  padding: 15px;
  vertical-align: middle; }
.l-table th {
  background-color: #4B4E52;
  font-weight: normal;
  color: #fff;
  border: 1px solid #EEEEEE; }
  .l-table th.bg01 {
    background: #E8EAED;
    color: #E9FBF5; }
.l-table td {
  background-color: #ffffff;
  border: 1px solid #EEEEEE; }
.l-table.center td {
  text-align: center; }

/*map,video,tab*/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  background: #F1F4F6; }

.youtube iframe {
  width: 100%;
  height: 100%; }

video {
  width: 100%; }

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9; }

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px; } }
.outer-iframe iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 560 / 315; }

/**タブ関連**/
[data-tab-content] {
  display: none; }

[data-tab-content].is-active {
  display: block;
  animation: tabFadeIn 0.7s ease 0s 1 normal; }

.tab-list {
  border-bottom: 1px solid #333;
  display: flex;
  gap: 5px;
  margin-bottom: 25px; }

.tab-nav-item {
  display: inline-block;
  cursor: pointer;
  background-color: #f5f0eb;
  border-radius: 2px 2px 0 0;
  color: #999;
  padding: 10px 50px;
  transition: all 0.2s ease;
  width: 100%; }
  .tab-nav-item.is-active {
    background: #015BAD;
    color: #FFF; }
  @media (any-hover: hover) {
    .tab-nav-item:hover {
      background-color: #015BAD;
      color: #fff; } }

@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1; } }
@media (max-width: 800px) {
  .tab-list {
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

  .tab-nav-item {
    border-radius: 2px;
    padding: 10px; } }
/*-----------------------------------------------------------
投稿関連
-----------------------------------------------------------*/
/*お知らせ*/
.u-list-h2 {
  font-size: clamp(2rem, calc(22 / 1800 * 100vw), 2.2rem);
  margin-bottom: 0px; }

.list-under-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px; }
  .list-under-news a {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 25px;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0; }
    .list-under-news a:hover .ttl {
      text-decoration: underline; }
  .list-under-news time {
    display: inline-block;
    color: #888;
    margin-right: 25px; }
  .list-under-news .category {
    display: inline-block;
    background-color: .list-under-news .category maincolor;
    color: #fff;
    font-size: 1.1rem;
    padding: 0 5px;
    margin-right: 15px;
    line-height: 28px; }
  .list-under-news .ttl {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }

@media (max-width: 800px) {
  .list-under-news a {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0; } }
/*通常投稿*/
.list-post-type01 {
  margin-bottom: 80px; }
  .list-post-type01 li, .list-post-type01 article {
    display: flex;
    flex-wrap: wrap; }
  .list-post-type01 li + li {
    margin-top: 50px; }
  .list-post-type01 article + article {
    margin-top: 50px; }
  .list-post-type01 .list-ttl {
    flex-basis: 100%;
    border-bottom: 1px solid #EEEEEE;
    font-size: clamp(2rem, calc(26 / 1800 * 100vw), 2.6rem);
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 25px;
    word-break: break-word; }
  .list-post-type01 .list-ttl a, .list-post-type01 .u-h3 a {
    transition: 0.5s; }
  .list-post-type01 .list-ttl a:hover, .list-post-type01 .u-h3 a:hover {
    opacity: 0.5; }
  .list-post-type01 .u-h3 {
    flex-basis: 100%; }
  .list-post-type01 .list-img {
    margin: 0 30px 0 0;
    width: 250px; }
  .list-post-type01 .list-img img {
    width: 250px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px; }
  .list-post-type01 .list-img a {
    transition: 0.5s; }
  .list-post-type01 .list-img a:hover {
    opacity: 0.5; }
  .list-post-type01 .list-desc {
    flex: 1; }
  .list-post-type01 .list-data {
    font-size: 1.3rem;
    margin: 0 0 5px; }
  .list-post-type01 time {
    display: inline-block;
    color: #98918c;
    font-size: 1.4rem;
    vertical-align: -1px;
    margin: 0 25px 0 0; }
  .list-post-type01 .category-area, .list-post-type01 .category-wrap, .list-post-type01 .category {
    background: #015BAD;
    display: inline-block;
    line-height: 1;
    display: inline-block;
    padding: 0 .5em; }
  .list-post-type01 .category {
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    margin: 0;
    padding: 5px 8px; }
    .list-post-type01 .category + .category {
      padding-left: 0; }
    .list-post-type01 .category + .category::before {
      content: "/";
      margin-right: 8px; }
  .list-post-type01 .list-txt {
    margin: 0 0 15px; }
  .list-post-type01 .list-btn {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 2em; }
    .list-post-type01 .list-btn .u-btn-more {
      margin: unset;
      min-width: 180px;
      height: 40px; }

@media (max-width: 800px) {
  /*通常投稿*/
  .list-post-type01 {
    margin: 0 0 50px; }
    .list-post-type01 li + li {
      margin-top: 40px; }
    .list-post-type01 .list-ttl {
      padding: 0 0 7px;
      margin: 0 0 15px; }
    .list-post-type01 .list-img {
      margin: 0 0 15px;
      width: 100%; }
    .list-post-type01 .list-img img {
      width: 100%;
      /* height: 25vw; */
      aspect-ratio: 3 / 2;
      height: 100%;
      object-fit: cover; }
    .list-post-type01 .list-desc {
      margin: -5px 0 0; }
    .list-post-type01 time {
      font-size: 1.2rem;
      margin: 0 15px 0 0; }
    .list-post-type01 .list-txt {
      font-size: 1.5rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin: 0 0 5px; }
    .list-post-type01 .list-btn .u-btn-more {
      max-width: fit-content; } }
/*普通投稿 詳細ページ*/
.l-post-single {
  margin-bottom: 80px; }
  .l-post-single .l-ttl {
    font-size: clamp(2.4rem, calc(32 / 1800 * 100vw), 3.2rem);
    margin: 0 0 20px;
    word-break: break-word;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
  .l-post-single .post-data {
    margin: 0 0 20px; }
    .l-post-single .post-data time {
      display: inline-block;
      color: #98918c;
      font-size: 1.4rem;
      vertical-align: -1px;
      margin: 0 20px 0 0; }
    .l-post-single .post-data .category-area, .l-post-single .post-data .category-wrap, .l-post-single .post-data .category {
      background: #015BAD;
      display: inline-block;
      line-height: 1;
      display: inline-block;
      padding: 0 .5em; }
    .l-post-single .post-data .category {
      color: #fff;
      display: inline-block;
      font-size: 1.1rem;
      margin: 0;
      padding: 5px 8px; }
      .l-post-single .post-data .category + .category {
        padding-left: 0; }
      .l-post-single .post-data .category + .category::before {
        content: "/";
        margin-right: 8px; }
    .l-post-single .post-data .single-img {
      text-align: center;
      margin: 30px auto; }
    .l-post-single .post-data .single-img img {
      max-width: 100%;
      max-height: 500px;
      object-fit: contain; }

/*new!通常投稿*/
.u-list-under-post {
  border-top: 1px solid #eee;
  margin-bottom: 50px; }
  .u-list-under-post a {
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 25px;
    padding: 15px 70px 15px 0;
    position: relative;
    transition: border-color .3s; }
    .u-list-under-post a::before {
      content: "";
      background: url("../images/share/post_arrow.svg") no-repeat center/cover;
      width: 13px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 1; }
    .u-list-under-post a:hover {
      border-color: #333; }
  .u-list-under-post .list-img img {
    border: 1px solid #eee;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 7/5; }
  .u-list-under-post .list-desc {
    flex: 1;
    margin-bottom: 5px; }
  .u-list-under-post time {
    display: block;
    font-size: 1.2rem; }
  .u-list-under-post .list-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    margin-bottom: 5px; }
  .u-list-under-post .category {
    display: inline-block;
    background-color: #015BAD;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    margin-right: 5px; }
  .u-list-under-post .no-post {
    padding: 25px 0; }

.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .post-number span,
  .post-number a {
    display: inline-block;
    background-color: #edeef0;
    font-size: 13px;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    transition: .3s;
    padding: 0 20px; }
  .post-number > * + * {
    margin-left: 10px; }
  .post-number a:hover {
    background: #333;
    color: #fff; }
  .post-number .current {
    background: #333;
    color: #fff; }

@media (max-width: 800px) {
  .u-list-under-post a {
    grid-template-columns: 120px 1fr;
    grid-gap: 15px;
    padding: 15px 40px 15px 0; }
    .u-list-under-post a::before {
      width: 20px; }
    .u-list-under-post a::after {
      right: 4px; }
  .u-list-under-post .list-desc {
    margin-top: -5px; }
  .u-list-under-post .list-ttl {
    font-size: rem(14);
    line-height: 1.5; } }
/*カスタム投稿一覧*/
/*カスタム投稿シングル*/
.post-garally .container {
  display: grid;
  grid-template-columns: 50% 50%; }

.post-garally .garally-wrap {
  display: grid; }

/*ブログスタイル*/
.list-under-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px; }
  .list-under-blog .list-img {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    overflow: hidden; }
  .list-under-blog .list-img img {
    object-fit: cover;
    width: 100%;
    height: 165px;
    transition: transform 0.5s; }
  .list-under-blog time {
    color: #aaa;
    display: block;
    font-size: 1.2rem; }
  .list-under-blog .list-ttl {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px; }
  .list-under-blog .category {
    display: inline-block;
    background-color: #82784b;
    font-size: 1.1rem;
    padding: 0 5px;
    margin-right: 5px; }
  .list-under-blog a {
    display: block;
    height: 100%; }
  .list-under-blog a:hover .list-img img {
    transform: scale(1.1); }

.list-under-post {
  border-top: 1px solid #e8ecf0;
  margin-bottom: 50px; }
  .list-under-post > li {
    border-bottom: 1px solid #F1F4F6; }
  .list-under-post a {
    display: flex;
    transition: background-color 0.3s, padding 0.3s;
    padding: 15px 35px 15px 0;
    position: relative; }
  .list-under-post a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(50%) rotate(45deg); }
  .list-under-post a:hover .list-ttl {
    text-decoration: underline; }
  .list-under-post .list-img {
    width: 150px;
    margin-right: 25px; }
  .list-under-post .list-img img {
    object-fit: cover;
    width: 100%;
    height: 105px; }
  .list-under-post .list-desc {
    flex: 1; }
  .list-under-post time {
    display: block;
    color: #ADADAD;
    font-size: 1.2rem; }
  .list-under-post .list-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .list-under-post .category {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 5px;
    margin-right: 10px;
    margin-top: 5px; }
  .list-under-post .no-post {
    padding: 25px 0; }

/*詳細ページ*/
.single-post-layout {
  border-bottom: 1px solid #FFB750;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px; }
  .single-post-layout .l-ttl {
    border-bottom: 1px solid #FFB750;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 50px; }
  .single-post-layout .post-data {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .single-post-layout .post-data time {
      display: inline-block;
      color: #98918c;
      font-size: 1.2rem;
      margin-right: 20px; }
    .single-post-layout .post-data .category {
      background: #E9FBF5;
      color: #fff;
      display: inline-block;
      font-size: 1.1rem;
      line-height: 1;
      padding: 5px 8px;
      margin: 0 10px 0 0; }
    .single-post-layout .post-data p, .single-post-layout .post-data ul, .single-post-layout .post-data ol {
      margin-bottom: 15px; }
    .single-post-layout .post-data a {
      text-decoration: underline;
      color: #9A76AD; }
    .single-post-layout .post-data a:hover {
      text-decoration: none; }
    .single-post-layout .post-data strong {
      font-weight: bold;
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif; }
    .single-post-layout .post-data em {
      font-style: italic; }
    .single-post-layout .post-data ul li {
      list-style: inside disc; }
    .single-post-layout .post-data ul li > ul {
      margin: 0 0 0 15px; }
    .single-post-layout .post-data ol li {
      list-style: inside decimal; }
    .single-post-layout .post-data ol li > ol {
      margin: 0 0 0 15px; }

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px; }

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0; }

.select-area .select-ttl {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 15px 0 0; }

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: '';
  background: url(../images/share/u-icon_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  color: #1a1a1a;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px; }

.select-area .select-category::-ms-expand {
  display: none; }

/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px; }
  .post-number span, .post-number a {
    display: inline-block;
    color: #015BAD;
    background-color: #eee;
    font-size: 1.3rem;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    transition: 0.3s;
    padding: 0 20px; }
  .post-number > * + * {
    margin-left: 10px; }
  .post-number a:hover {
    background: #015BAD;
    color: #fff;
    opacity: 1; }
  .post-number .current {
    background: #015BAD;
    color: #fff; }

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px; }
  .post-number-single a {
    display: inline-block; }
  .post-number-single .all {
    background: #015BAD;
    border: 1px solid #015BAD;
    color: #fff;
    font-size: 1.3rem;
    line-height: 28px;
    max-width: 200px;
    margin: 0 10px;
    height: 30px;
    width: 100%; }
  .post-number-single .all:hover {
    background: #015BAD;
    color: #fff; }
  .post-number-single .prev, .post-number-single .next {
    border: 1px solid #015BAD;
    width: 30px;
    height: 30px;
    position: relative; }
  .post-number-single .prev::before, .post-number-single .next::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #015BAD;
    margin: 0 auto;
    top: 12px; }
  .post-number-single .prev:hover, .post-number-single .next:hover {
    background: #015BAD;
    color: #fff;
    opacity: .8; }
  .post-number-single .prev:hover::before, .post-number-single .next:hover::before {
    border-color: #fff; }
  .post-number-single .prev::before {
    transform: rotate(-135deg);
    left: 13px;
    border-left: 1px solid #015BAD; }
  .post-number-single .next::before {
    transform: rotate(135deg);
    right: 13px;
    border-right: 1px solid #015BAD; }

@media (max-width: 800px) {
  .select-area .select-item {
    margin: auto; } }
/*--------------------------------------------------------
個人情報保護方針
-----------------------------------------------------------*/
.category-ttl {
  margin-bottom: 15px; }

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 700; }
.dl-privacy dd + dt {
  margin-top: 30px; }
.dl-privacy a {
  text-decoration: underline;
  color: #9A76AD !important; }
.dl-privacy a:hover {
  text-decoration: none; }

.list-privacy a {
  text-decoration: underline;
  color: #9A76AD !important; }

.list-privacy a:hover {
  text-decoration: none; }

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px; }

.list-privacy li + li {
  margin-top: 3px; }

.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px; }

/*WP必須クラス*/
.postdata .wp-caption {
  max-width: 100%;
  margin-bottom: 10px; }

.postdata .wp-caption-text {
  padding: 10px;
  margin-bottom: 0; }

.postdata .gallery-caption {
  font-size: 0.8em; }

.postdata .bypostauthor {
  color: #999; }

.postdata .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.postdata pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */ }

.postdata h1, .postdata h2, .postdata h3, .postdata h4, .postdata h5 {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/*---投稿大枠---*/
.postdata {
  text-align: left; }

.postdata::after {
  clear: both;
  content: "";
  display: block; }

.postdata, .postdata p, .postdata ol, .postdata ul {
  margin-bottom: 20px; }

/*---配置　右---*/
.postdata .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

/*---配置　左---*/
.postdata .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

/*---配置　中央---*/
.postdata .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px; }

.postdata a {
  text-decoration: underline;
  color: #9A76AD; }

.postdata a:hover {
  text-decoration: none; }

/*---リスト　順序あり---*/
.postdata ol li {
  list-style: inside decimal; }

/*---リスト　順序なし---*/
.postdata ul li {
  list-style: inside square; }

.postdata ol li, .postdata ul li {
  font-size: 100%;
  padding: 0; }

/*---テーブル---*/
.postdata table {
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf; }

.postdata table th {
  border-bottom: 1px solid #bfbfbf; }

.postdata table td {
  border-bottom: 1px solid #bfbfbf; }

/*---フォント---*/
.postdata em {
  font-style: italic !important; }

.postdata strong {
  font-weight: 900 !important;
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }

.postdata iframe {
  max-width: 100%; }

/*変更詳細データ*/
.postdata h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: clamp(2.4rem, calc(32 / 1800 * 100vw), 3.2rem);
  padding: 20px 0;
  margin: 30px 0; }

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px; }

.postdata a {
  text-decoration: underline;
  color: #9A76AD; }

.postdata a:hover {
  text-decoration: none; }

.postdata strong {
  font-weight: 900; }

.postdata em {
  font-style: italic; }

.postdata ul li {
  list-style: inside disc; }

.postdata ul li > ul {
  margin: 0 0 0 15px; }

.postdata ol li {
  list-style: inside decimal; }

.postdata ol li > ol {
  margin: 0 0 0 15px; }

.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  font-family: var(--font_jp);
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.postdata .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary); }

/* スマホ時に回り込みを解除*/
@media only screen and (max-width: 800px) {
  .postdata .alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center; }

  .postdata .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center; } }
/*------------
img-slider
--------------*/
.img-slider .item-img {
  position: relative; }
  .img-slider .item-img img {
    aspect-ratio: 1 / 1;
    width: 75%;
    margin: auto;
    display: block; }
.img-slider .splide__arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2; }
.img-slider .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  opacity: 0.7;
  cursor: pointer;
  pointer-events: auto; }
  .img-slider .splide__arrow svg {
    display: none; }
  .img-slider .splide__arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/share/icon-slide-arrow.svg") no-repeat center/contain; }
  .img-slider .splide__arrow--prev {
    left: 16px; }
  .img-slider .splide__arrow--next {
    right: 16px; }
    .img-slider .splide__arrow--next::before {
      transform: scaleX(-1);
      transform-origin: center; }
.img-slider:hover .splide__arrow {
  opacity: 1; }

/*------------
loop-slider
--------------*/
.u-loop-container .loop-slider .splide .splide__pagination {
  bottom: -20%;
  display: none; }
.u-loop-container .loop-slider .splide__slide img {
  aspect-ratio: 399 / 266;
  object-fit: cover; }
.u-loop-container .loop-slider .splide .splide__arrow--prev svg {
  transform: rotate(0deg); }
.u-loop-container .loop-slider02 .splide .splide__pagination {
  bottom: -20%;
  display: none; }
.u-loop-container .loop-slider02 .splide__slide:nth-child(odd) {
  padding-top: 40px; }
.u-loop-container .loop-slider02 .splide__slide:nth-child(even) {
  padding-bottom: 40px; }
.u-loop-container .loop-slider02 .splide__slide img {
  aspect-ratio: 266 / 399;
  object-fit: cover; }
.u-loop-container .loop-slider02 .splide .splide__arrow--prev svg {
  transform: rotate(0deg); }

/*------------
card-slider01
--------------*/
.card-slider01 {
  overflow: hidden; }
  .card-slider01 .splide {
    margin: 0 auto; }
  .card-slider01 .splide__track {
    overflow: visible; }
  .card-slider01 .splide__list {
    align-items: stretch; }
  .card-slider01 .splide__slide {
    opacity: 0.6;
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: auto; }
    .card-slider01 .splide__slide.is-active {
      opacity: 1; }
  .card-slider01 .slide-card {
    height: auto;
    padding: 30px;
    border-radius: 30px;
    background: #fff; }
  .card-slider01 .item-img {
    margin-bottom: 1em; }
    .card-slider01 .item-img img {
      display: block;
      width: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover; }
  .card-slider01 .item-desc {
    height: 100%; }
  .card-slider01 .item-ttl {
    font-size: clamp(2.2rem, calc(30 / 1800 * 100vw), 3rem);
    line-height: 1.4;
    padding-bottom: 0.5em;
    margin-bottom: 0.4em;
    border-bottom: 1px solid #EEEEEE; }
    .card-slider01 .item-ttl .item-sub {
      display: block;
      font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
      font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
      line-height: 1.5; }
  .card-slider01 .item-text {
    line-height: 1.8; }
  .card-slider01 .splide__arrows {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    width: 40%;
    left: 50%;
    transform: translateX(-50%); }
  .card-slider01 .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: none;
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease; }
    .card-slider01 .splide__arrow:hover {
      opacity: 0.7; }
    .card-slider01 .splide__arrow svg {
      display: none !important; }
    .card-slider01 .splide__arrow::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/share/icon-slide-arrow.svg") no-repeat center/contain; }
    .card-slider01 .splide__arrow--prev {
      left: 16px; }
    .card-slider01 .splide__arrow--next {
      right: 16px; }
      .card-slider01 .splide__arrow--next::before {
        transform: scaleX(-1);
        transform-origin: center; }
  .card-slider01 .splide__pagination {
    margin-top: 20px; }

@media (max-width: 800px) {
  .card-slider01 .slide-card {
    margin: auto 5vw; }
  .card-slider01 .splide__arrows {
    width: 100%; }
  .card-slider01 .splide__arrow {
    width: 32px;
    height: 32px; }
  .card-slider01 .splide__arrow--prev {
    left: 10px; }
  .card-slider01 .splide__arrow--next {
    right: 10px; } }
/*------------
gallery-slider02
--------------*/
.gallery-slider02 .splide__slide {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center; }

.gallery-slider02 .splide__slide img {
  max-height: 500px;
  object-fit: cover; }

.gallery-slider02 .thumb-wrapper {
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  margin-top: 30px; }

.gallery-slider02 .thumb-item {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.3s;
  /*flex時追加*/
  width: 10%; }

.gallery-slider02 .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px; }

.gallery-slider02 .thumb-item.is-active {
  filter: grayscale(0%);
  transform: scale(0.9); }

.gallery-slider02 .splide__arrow svg {
  fill: #015BAD; }

.gallery-slider02 .splide .splide__arrow {
  top: auto;
  bottom: -20%;
  transform: translateY(-20%); }

@media (max-width: 800px) {
  .gallery-slider02 .splide__slide img {
    max-height: 300px; }

  .gallery-slider02 .thumb-item {
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.3s;
    /*flex時追加*/
    width: 20%; }

  .gallery-slider02 .thumb-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px; }

  .gallery-slider02 .thumb-item.is-active {
    filter: grayscale(0%);
    transform: scale(0.9); }

  .gallery-slider02 .splide .splide__arrow {
    bottom: 40%;
    transform: translateY(-40%); }

  .gallery-slider02 .splide .splide__arrow.splide__arrow--prev {
    left: 0px; }
  .gallery-slider02 .splide .splide__arrow.splide__arrow--next {
    right: 0px; } }
/*-----------------------------------------------------------
下層用splide
-----------------------------------------------------------*/
/*各種色設定*/
:root {
  --splide-arrow-color: $maincolor;
  /*矢印*/
  --splide-focus-color: $maincolor;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: $maincolor;
  /*アクティブ時のページネーション*/
  --splide-progress-color: $maincolor;
  /*プログレスバー*/
  --splide-toggle-color: $maincolor;
  /*再生ボタン*/
  --splide-track-color: $maincolor;
  /*サムネイルの枠*/ }

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

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

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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 {
  background: #ddd;
  margin-top: 10px; }

.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;
  -ms-flex-negative: 0;
  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__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px; }

.splide__controls .splide__pagination {
  position: static; }

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

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-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__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: .2s; }

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color); }

.splide__arrow:hover:not(:disabled) {
  opacity: .3; }

.splide__arrow:disabled {
  opacity: .3; }

.splide__arrow:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px; }

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

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

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px; }

.splide__pagination {
  bottom: 70px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #fff;
  border: 0;
  border-radius: 0%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #ddd;
  transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px; }

.splide__progress__bar {
  background: var(--splide-progress-color);
  height: 3px; }

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.splide__slide:focus {
  outline: 0; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px; } }
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px; } }
.splide__toggle {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #737e80;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: background-color .2s ease;
  height: 29px;
  width: 29px; }

.splide__toggle:hover {
  background: var(--splide-toggle-color); }

.splide__toggle svg {
  fill: #fff;
  transition: fill .2s ease;
  width: 12px;
  height: auto; }

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid var(--splide-track-color); }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0; }

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px; }

  .splide__arrow--prev {
    left: 10px; }

  .splide__arrow--next {
    right: 10px; } }
/*-----------------------------------------------------
下層レイアウト用styleここまで*
----------------------------------------------------------*/
/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  color: #fff;
  background: #000;
  margin-top: -2px; }
  .footer ul + ul {
    margin-top: 0; }
  .footer a {
    color: #000000;
    text-decoration: none; }
  .footer img {
    border-radius: unset; }
  .footer .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: calc(50 / 1400 * 100%) 0 calc(100 / 1400 * 100%);
    position: relative;
    z-index: 1; }
    .footer .wrapper .inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      position: relative;
      column-gap: 50px; }
      .footer .wrapper .inner + .inner {
        padding-top: calc(50 / 1024 * 100%); }
  .footer .l-wrap {
    position: relative; }
    .footer .l-wrap.access {
      max-width: fit-content;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .footer .l-wrap.access p + p {
        margin-top: 10px; }
    .footer .l-wrap.footer-menu {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
  .footer .f-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(30 / 435 * 100%); }
    .footer .f-logo .f-logo-link {
      display: flex;
      align-items: center;
      width: max-content; }
      .footer .f-logo .f-logo-link img {
        width: clamp(200px, calc(320 / 1400 * 100vw), 320px); }
      .footer .f-logo .f-logo-link span {
        font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
        font-size: clamp(1.7rem, calc(27 / 1400 * 100vw), 2.7rem);
        line-height: 1em;
        letter-spacing: .05em;
        margin-left: calc(15 / 27 *1em); }
  .footer .address .ad {
    font-size: 1.4rem; }
  .footer .address .tel {
    font-size: 2rem;
    font-family: "bc-figural-grand", serif; }
  .footer .address .btn-contact {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #fff;
    font-size: 1.2rem;
    margin-left: 20px;
    color: #fff; }
  .footer .site-map {
    display: flex;
    gap: 40px; }
    .footer .site-map .sub-menu {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
    .footer .site-map a {
      display: flex;
      align-items: center;
      position: relative;
      font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
      font-size: clamp(1.5rem, calc(16 / 1400 * 100vw), 1.6rem);
      line-height: calc(40 / 15 * 1em);
      color: #fff; }
  .footer .logo-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-top: 80px; }
    .footer .logo-group .has-sub {
      line-height: 1; }
    .footer .logo-group .has-sub + .has-sub {
      padding-top: 0px; }
    .footer .logo-group .sub-menu {
      display: flex;
      column-gap: 30px;
      flex-wrap: wrap; }
      .footer .logo-group .sub-menu.gaibu > li {
        width: 15%; }
      .footer .logo-group .sub-menu > li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px; }
    .footer .logo-group a img {
      height: 80px;
      width: auto !important; }
      .footer .logo-group a img.yoko {
        height: 70px;
        width: auto !important; }
    @media (max-width: 800px) {
      .footer .logo-group a img {
        height: 70px;
        width: auto !important; }
        .footer .logo-group a img.yoko {
          height: 60px;
          width: auto !important; } }

.f-copy {
  position: relative;
  width: 100%;
  font-family: "bc-figural-grand", serif;
  font-size: clamp(1.2rem, calc(12 / 1400 * 100vw), 1.2rem);
  line-height: 1;
  color: #fff;
  padding-top: calc(50 / 1024 * 100%);
  margin: 0 auto 15px;
  text-align: center; }
  .f-copy .l-wrap {
    display: block;
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0; }
    .f-copy .l-wrap .inner {
      display: flex;
      justify-content: space-between;
      padding: 0 0 calc(60 / 1024 * 100%); }
  .f-copy nav {
    font-size: clamp(1rem, calc(13 / 1024 * 100vw), 1.3rem);
    line-height: calc(18 / 13 * 1em); }
    .f-copy nav a {
      color: #A0856E; }

.pagetop {
  position: fixed;
  bottom: calc(100 / 1400 * 100%);
  right: max(2vw, calc((100vw - 1800px) / 2 + 2vw));
  z-index: 100; }
  .pagetop a {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-items: center;
    position: relative;
    transition: transform .5s;
    transform: rotate(90deg);
    z-index: 0; }
    .pagetop a::before {
      content: "";
      width: 50px;
      height: 1px;
      background: #000; }
    .pagetop a:hover {
      opacity: .85; }

.sp-navi {
  display: none; }

@media (max-width: 800px) {
  .footer {
    padding-bottom: 50px; }
    .footer .container {
      border-radius: 30px 30px 0 0; }
    .footer .wrapper {
      width: 100%; }
      .footer .wrapper .inner {
        grid-template-columns: 100%;
        gap: 20px;
        padding: 5vw;
        flex-direction: column-reverse; }
    .footer .l-wrap {
      justify-items: center;
      width: 100%;
      padding: 0;
      margin: auto; }
      .footer .l-wrap.access {
        max-width: unset; }
        .footer .l-wrap.access p + p {
          margin-top: 10px; }
      .footer .l-wrap.contact {
        grid-column: 1/2;
        grid-template-columns: 100%;
        padding-bottom: 50px; }
        .footer .l-wrap.contact .l-ttl {
          grid-column: 1/2; }
        .footer .l-wrap.contact a.f-bnr {
          grid-row: 4/5;
          grid-column: 1/2;
          width: 200px;
          margin-top: 25px; }
    .footer .l-ttl {
      font-size: 18px;
      margin-bottom: 25px; }
      .footer .l-ttl span {
        font-size: 18px; }
    .footer .f-logo {
      width: max-content;
      margin: 0 auto; }
      .footer .f-logo .f-logo-link span {
        font-size: 20px; }
      .footer .f-logo .instagram {
        width: 30px;
        margin-left: 20px; }
    .footer .address {
      flex-direction: column;
      margin-bottom: 15px; }
      .footer .address .access-link {
        font-size: 15px;
        margin-top: 10px;
        margin-left: 0; }
        .footer .address .access-link img {
          width: 15px; }
        .footer .address .access-link span {
          font-size: 15px; }
    .footer .site-map {
      flex-direction: column;
      justify-content: space-between;
      gap: 10px 20px; }
      .footer .site-map .sub-menu {
        gap: 10px 20px; }
    .footer .f-shimada {
      text-align: center; }
    .footer .f-copy {
      font-size: 13px; }
      .footer .f-copy .l-wrap {
        margin: 0 auto; }
        .footer .f-copy .l-wrap .inner {
          display: grid;
          justify-content: center;
          padding: 45px 0 35px; }
      .footer .f-copy nav {
        font-size: 12px;
        margin-top: 1em; }
    .footer .pagetop {
      display: none; }
    .footer .logo-group .has-sub + .has-sub {
      padding-top: 0px; }

  .sp-navi {
    display: block; } }
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
:root {
  --vw: 1vw;
  /*behavior.jsで定義*/
  --s100vw: calc(var(--vw) * 100);
  --s50vw: calc(var(--vw) * 50); }

.pc-only {
  display: block; }

.sp-only {
  display: none; }

.is-fixed {
  position: fixed; }

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

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

.fs11 {
  font-size: 11px; }

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

.red {
  color: #F44336; }

.marker {
  background: linear-gradient(transparent 70%, #FFE99F 30%); }

.notice {
  font-size: .8rem;
  text-indent: -1.6em;
  padding-left: 1.6em; }

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

.mbXS {
  margin-bottom: 20px !important; }

.mbS {
  margin-bottom: 40px !important; }

.mbM {
  margin-bottom: 60px !important; }

.mbL {
  margin-bottom: 80px !important; }

.mbXL {
  margin-bottom: 100px !important; }

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

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

.pt0 {
  padding-top: 0; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.reverse {
  flex-direction: row-reverse; }

@media (max-width: 800px) {
  .pc-only {
    display: none !important; }

  .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; } }
/*ボタン*/
.btn-more,
.btn-icon,
.btn-tel,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1;
  padding: 0 20px 1px;
  transition: opacity 0.5s; }
  .btn-more:hover,
  .btn-icon:hover,
  .btn-tel:hover,
  .btn-line:hover {
    opacity: 0.5; }

.btn-more {
  width: 100%;
  min-width: 240px;
  max-width: fit-content;
  height: clamp(60px, calc(80 / 1800 * 100vw), 80px);
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  background: #82784b;
  color: #fff;
  justify-content: flex-start;
  position: relative; }
  .btn-more::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 8px;
    background: url("../images/share/btn-arrow-r.svg") no-repeat center/contain;
    z-index: 3;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .btn-more.icn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .btn-more.icn::after {
      content: none; }

.btn-tel {
  background: #333;
  color: #fff; }
  .btn-tel i {
    font-size: 10px;
    margin-right: 10px; }

.btn-icon {
  background: #6A9D89;
  color: #fff; }
  .btn-icon img {
    margin-right: 10px; }

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px; }
  .btn-line img {
    line-height: 1;
    margin: 0 10px 0 -20px; }

.btn-wrap.center {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  justify-content: center; }

p + .btn-wrap, h3 + .btn-wrap, div + .btn-wrap {
  margin-top: clamp(30px, calc(50 / 1800 * 100vw), 50px); }

@media (max-width: 800px) {
  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%; }

  .btn-more {
    width: 100%;
    min-width: 240px;
    max-width: fit-content;
    height: 50px;
    font-size: 15px;
    border-radius: 4px;
    padding: 0 20px;
    background: #82784b;
    color: #fff;
    justify-content: flex-start;
    position: relative; }
    .btn-more::after {
      content: "";
      position: absolute;
      width: 27px;
      height: 8px;
      background: url("../images/share/btn-arrow-r.svg") no-repeat center/contain;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3; } }
/*診療カレンダー*/
.business-calendar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0;
  margin: 0;
  background: transparent; }
  .business-calendar-box > div {
    width: 100%;
    border-radius: 5px; }

.business-calendar {
  text-align: center;
  border-top: 0 !important;
  border-left: 0 !important;
  width: 100%;
  background: none; }
  .business-calendar caption {
    position: relative;
    height: auto;
    padding: 0 0 10px;
    margin: 0 auto 4px;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.3rem, calc(16 / 1400 * 100vw), 1.6rem);
    line-height: calc(21 / 16 * 1em);
    color: #FFF;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #FFF;
    background: none; }
    .business-calendar caption span {
      display: block;
      align-items: center;
      position: absolute;
      top: 0;
      width: 40px;
      height: 100%;
      color: #FFF;
      line-height: 1;
      font-size: 25px;
      vertical-align: -1px; }
      .business-calendar caption span.business-calendar-past {
        left: 0;
        margin: 0;
        transform: translate(0%, -4px); }
      .business-calendar caption span.business-calendar-future {
        right: 0;
        margin: 0;
        transform: translate(0%, -4px); }
  .business-calendar tr {
    height: 38px;
    border-bottom: 0px solid #DDDDDD; }
  .business-calendar td {
    position: relative;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.1rem, calc(14 / 1024 * 100vw), 1.4rem);
    color: #000000;
    padding: 0 0 2em;
    background: none;
    background-clip: padding-box;
    border: 0;
    z-index: 0; }
    .business-calendar td:nth-last-of-type(1) {
      border-right: 0px solid #DDDDDD; }
  .business-calendar thead {
    position: relative;
    border-bottom: 0px solid #DED9D3;
    border: 0;
    background: none; }
    .business-calendar thead tr {
      border-top: 0px solid #DDDDDD; }
    .business-calendar thead th {
      width: 14%;
      font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
      font-size: clamp(1rem, calc(12 / 1400 * 100vw), 1.2rem);
      color: #FFf;
      text-align: center;
      padding: 0;
      border: 0;
      background: transparent; }
      .business-calendar thead th:nth-of-type(1) {
        border-radius: 3px 0 0 3px; }
      .business-calendar thead th:nth-last-of-type(1) {
        border-radius: 0 3px 3px 0;
        border-right: 0px solid #DDDDDD; }
  .business-calendar tbody {
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.2rem, calc(14 / 1024 * 100vw), 1.4rem);
    line-height: 1em;
    background: #FFF; }
    .business-calendar tbody tr {
      height: 55px;
      border-bottom: 0px solid #DED9D3; }
    .business-calendar tbody tr:nth-last-of-type(1) {
      border-bottom: 0px solid #DDDDDD; }
    .business-calendar tbody td {
      color: #000000;
      border: 1px solid #DDD;
      background: none; }
      .business-calendar tbody td::before {
        content: "";
        background: #ccc;
        border-radius: 50px;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-47%, 40%);
        z-index: -1;
        opacity: 0; }

.business-calendar-past a,
.business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 0%;
  white-space: nowrap;
  overflow: visible;
  position: relative;
  width: 30px;
  height: 30px; }
  .business-calendar-past a::before,
  .business-calendar-future a::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    background: url(../images/share/calendar_arrow.svg) no-repeat center/contain; }

.business-calendar-future {
  justify-content: flex-end;
  margin-right: 10px; }
  .business-calendar-future a::before {
    right: 0;
    transform: rotate(180deg); }

.business-calendar-past {
  margin-left: 10px; }
  .business-calendar-past a::before {
    left: 0;
    transform: rotate(0deg); }

.business-calendar .today {
  text-decoration: underline; }

.business-calendar .attr0,
.business-calendar .attr1,
.business-calendar .attr2,
.business-calendar .attr3 {
  color: #000;
  background: none; }
  .business-calendar .attr0::before,
  .business-calendar .attr1::before,
  .business-calendar .attr2::before,
  .business-calendar .attr3::before {
    opacity: 1; }

.business-calendar .attr0 {
  color: #000; }
  .business-calendar .attr0::before {
    content: "—";
    display: block;
    position: absolute;
    top: 0;
    transform: translate(-50%, 70%);
    width: 24px;
    font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 24px;
    color: #000;
    background: none; }

.business-calendar .attr1::before {
  background: #C4D7E8; }

.business-calendar .attr2::before {
  background: #4A9A3F; }

.business-calendar .attr3::before {
  background: #F09E3B; }

.list-event {
  display: flex; }
  .list-event li {
    font-size: 15px;
    line-height: 1;
    margin: 0 20px 0 0; }
  .list-event i {
    margin: 0 5px 0 0; }
  .list-event .event01 {
    color: #EF866B; }
  .list-event .event02 {
    color: #F7B46B; }
  .list-event .event03 {
    color: #A8DBA8; }
  .list-event .event04 {
    color: #B0D7D5; }

.business-calendar-attribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 0;
  margin: 15px 0 0;
  padding: 0; }
  .business-calendar-attribute li {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 0.5em;
    padding: 0 1em 0 0;
    font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: clamp(1.1rem, calc(14 / 1024 * 100vw), 1.4rem);
    line-height: calc(19 / 14 * 1em);
    font-weight: bold;
    color: #FFf;
    list-style: none;
    background: none; }
    .business-calendar-attribute li::before {
      content: "●";
      display: block;
      position: relative;
      font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
      background: none; }
    .business-calendar-attribute li.attr0 {
      background: none;
      color: #FFF; }
      .business-calendar-attribute li.attr0::before {
        content: "—";
        color: #FFF; }
    .business-calendar-attribute li.attr1 {
      background: none;
      color: #FFF; }
      .business-calendar-attribute li.attr1::before {
        color: #FFF; }
    .business-calendar-attribute li.attr2 {
      background: none;
      color: #FFF; }
      .business-calendar-attribute li.attr2::before {
        color: #FFF; }
    .business-calendar-attribute li.attr3 {
      background: none;
      color: #FFf; }
      .business-calendar-attribute li.attr3::before {
        color: #FFf; }

.calender-wrap .txt.btm {
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: clamp(1.1rem, calc(14 / 1024 * 100vw), 1.4rem);
  line-height: calc(24 / 14 * 1em); }
  .calender-wrap .txt.btm a {
    text-decoration: underline; }

@media (max-width: 800px) {
  .business-calendar-box {
    display: block;
    margin: 0;
    padding: 0; }
    .business-calendar-box > div {
      padding: 0; }
      .business-calendar-box > div + div {
        margin-top: 15px; }
    .business-calendar-box .list-event {
      display: block; }
      .business-calendar-box .list-event li + li {
        margin-top: 5px; }

  .business-calendar {
    margin-bottom: 0; }
    .business-calendar caption {
      font-size: 16px; }
    .business-calendar thead th {
      font-size: 13px; }
    .business-calendar tbody td {
      font-size: 13px; }
      .business-calendar tbody td::before {
        transform: translate(-50%, -12%); }

  .business-calendar-attribute {
    font-size: 13px;
    margin: 15px 0 0; } }
/*診療時間*/
.time-table {
  color: #015BAD;
  text-align: center;
  padding: 0;
  border-radius: 0;
  border: 0px solid #015BAD;
  background: transparent;
  overflow: hidden; }

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: max(calc(140 / 490 * 100%), 100px) repeat(6, 1fr) max(calc(60 / 490 * 100%), 50px);
  font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: clamp(1.2rem, calc(14 / 1400 * 100vw), 1.4rem); }
  .time-table-head .item,
  .time-table-body .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.2rem, calc(14 / 1400 * 100vw), 1.4rem);
    line-height: calc(20 / 14 * 1em);
    color: #000000;
    padding: calc(15 / 14 * 1em) 0 calc(15 / 14 * 1em); }
    .time-table-head .item:first-child,
    .time-table-body .item:first-child {
      border-right: 0px solid #000000; }
    .time-table-head .item:nth-last-of-type(1),
    .time-table-body .item:nth-last-of-type(1) {
      padding-right: 0; }
    .time-table-head .item img,
    .time-table-body .item img {
      width: calc(20.26 / 14 * 1em); }

.time-table-head {
  border: 0px solid #C1BCB8;
  border-bottom: 1px solid #C1BCB8;
  background: transparent; }
  .time-table-head .item {
    color: #000000; }

.time-table-body {
  border-left: 0px solid #C1BCB8;
  border-right: 0px solid #C1BCB8;
  border-bottom: 1px solid #C1BCB8;
  background: transparent; }
  .time-table-body .item {
    color: #000000; }
    .time-table-body .item:first-child {
      letter-spacing: 0;
      background: transparent; }
      .time-table-body .item:first-child span {
        display: block; }

.time-table-wrap .txt {
  font-family: "yu-gothic-pr6n", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: clamp(1.1rem, calc(13 / 1400 * 100vw), 1.3rem);
  line-height: calc(19 / 13 * 1em);
  margin-top: calc(14 / 13 * 1em); }

@media (max-width: 800px) {
  .time-table {
    padding: 0; }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 100px repeat(6, 1fr) 50px !important;
    padding: 0;
    min-height: 45px; }
    .time-table-head .item,
    .time-table-body .item {
      font-size: 13px;
      line-height: calc(15 / 13 * 1em); }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px; }
    .time-table-body .item:first-child {
      letter-spacing: 0; }
      .time-table-body .item:first-child span {
        display: block; }
      .time-table-body .item:first-child span.jp {
        font-size: 12px;
        line-height: calc(15 / 13 * 1em); }

  .time-table-wrap .txt {
    font-size: 13px;
    margin-top: 10px; }
    .time-table-wrap .txt span {
      line-height: 2em; }
    .time-table-wrap .txt.btm span:nth-of-type(1) {
      line-height: 2em; } }
/*-----------------------------------------------------------
Inview
-----------------------------------------------------------*/
.inview {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s ease-out; }

.inview_on {
  transform: translateY(0);
  opacity: 1; }

@media (max-width: 800px) {
  .inview {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.75s ease-out; }

  .inview_on {
    transform: translateY(0);
    opacity: 1; } }
/*------------
Splide
--------------*/
.splide .splide__arrow--prev svg {
  transform: rotate(180deg); }
.splide .splide__arrow svg {
  fill: #C4D7E8 !important; }
.splide .splide__arrow--prev::after,
.splide .splide__arrow--next::after {
  content: none !important; }

/*------------
Card-list01
--------------*/
.card-list01-wrap {
  width: 100%;
  margin: auto;
  background: #FDFBF7; }
  .card-list01-wrap .l-ttl {
    text-align: center;
    margin-bottom: calc(50 / 1024 * 100%); }
  .card-list01-wrap .t-h2 {
    display: block;
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(2.6rem, calc(36 / 1400 * 100vw), 3.6rem);
    line-height: calc(50 / 36 * 1em);
    color: #000000; }
  .card-list01-wrap .sub-ttl-en {
    display: block;
    font-family: "bc-figural-grand", serif;
    font-size: clamp(1.3rem, calc(16 / 1400 * 100vw), 1.6rem);
    line-height: calc(20 / 16 * 1em);
    margin-top: calc(14 / 16 * 1em);
    color: #82C4CC; }

.card-list01 {
  display: grid;
  grid-template-columns: repeat(3, calc(320 / 1024 * 100%));
  justify-content: space-between;
  row-gap: clamp(20px, calc(40 / 1800 * 100vw), 40px); }
  .card-list01 > li {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    transition: .5s; }
    .card-list01 > li:hover {
      transform: translateY(-10px); }
  .card-list01 a {
    display: grid;
    justify-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: calc(37 / 320 * 100%) calc(20 / 320 * 100%) calc(30 / 320 * 100%); }
    .card-list01 a::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: clamp(10px, calc(18 / 1800 * 100vw), 18px);
      aspect-ratio: 1/1;
      height: auto;
      margin-right: calc(10 / 320 * 100%);
      margin-bottom: calc(10 / 320 * 100%);
      background: url(../images/share/btn_arrow_sq.svg) no-repeat center/contain; }
  .card-list01 .t-h3 {
    font-family: "shippori-mincho-b1", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: clamp(1.6em, calc(22 / 1400 * 100vw), 2.2rem);
    line-height: calc(30 / 22 * 1em);
    color: #015BAD;
    margin: 0; }
  .card-list01 .l-img {
    width: calc(140 / 280 * 100%);
    margin: calc(17 / 280 * 100%) auto calc(20 / 280 * 100%); }
    .card-list01 .l-img img {
      width: 100%; }
  .card-list01 .sub-list li {
    display: flex;
    align-items: flex-start; }
    .card-list01 .sub-list li::before {
      content: "";
      display: inline-block;
      width: 1em;
      aspect-ratio: 16/14;
      margin-top: calc(10 / 16 * 1em);
      margin-right: calc(7 / 16 * 1em);
      background: url(../images/share/icon_check.svg) no-repeat center/contain; }

@media (max-width: 800px) {
  .card-list01-wrap .l-ttl {
    margin-bottom: 25px; }
  .card-list01-wrap .t-h2 {
    font-size: 24px; }
  .card-list01-wrap .sub-ttl-en {
    font-size: 14px; }

  .card-list01 {
    grid-template-columns: repeat(2, calc(50% - 1.25vw));
    row-gap: 2.5vw; }
    .card-list01 a {
      padding: 25px 10px 35px; }
      .card-list01 a::after {
        width: 15px;
        margin-right: 10px;
        margin-bottom: 10px; }
    .card-list01 .t-h3 {
      font-size: 18px; }
    .card-list01 .l-img {
      width: 60%;
      margin: 15px auto; } }
/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px); }
  .js-fadein.is-show {
    opacity: 1;
    transform: translateY(0); }

/*# sourceMappingURL=style.css.map */
