@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;
}

:target {
  scroll-margin-top: clamp(60px, calc(125 / 1800 * 100vw), 125px);
}

@media (max-width: 800px) {
  :target {
    scroll-margin-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", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: 2em;
  letter-spacing: .05em;
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-font-feature-settings: "palt";*/
  /*font-feature-settings: "palt";*/
  background: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  letter-spacing: .05em;
}

th,
dt {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

.link {
  text-decoration: underline;
}

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

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

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

p {
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: 2em;
}

.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;
  }

  p {
    font-size: 14px;
  }
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  z-index: 200;
}

.header .l-img img,
.header .list-img img {
  aspect-ratio: unset;
  border-radius: unset;
  object-fit: unset;
}

.header.is-fixed {
  background: rgba(255, 255, 255, 0.9);
}

.header .h-container {
  margin: auto;
  padding-top: calc(17 / 1800 * 100%);
  padding-right: calc(30 / 1800 * 100%);
  padding-bottom: calc(20 / 1800 * 100%);
  padding-left: calc(30 / 1800 * 100%);
  transition: .5s;
}

.header .h-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .h-logo {
  align-self: center;
  position: relative;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
  /*padding: calc(30 / 1800 * 100%) calc(30 / 1800 * 100%) calc(26 / 1800 * 100%);*/
  z-index: 10;
  transition: 0.5s;
}

.header .h-logo .h-logo-link {
  display: flex;
  align-items: center;
  transition: .5s;
}

.header .h-logo .h-logo-link img {
  width: clamp(120px, calc(260 / 1800* 100vw), 260px);
  transition: .5s;
}

.header.under {
  position: sticky;
  background: #FFf;
}

.header.obs_scroll_on {
  position: fixed;
}

@media (max-width: 800px) {
  .header {
    position: static;
    background: #FFF;
    backdrop-filter: unset;
    --webkit-backdrop-filter: unset;
  }

  .header .h-container {
    padding: 10px 16px;
  }

  .header .h-wrapper {
    height: auto;
  }

  .header .h-logo {
    padding: 0;
    z-index: 0;
  }

  .header .h-logo .h-logo-link img {
    width: 182px;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi {
  /*dropdown*/
}

.gnavi .pc-navi .wrap {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: repeat(1, min-content);
  align-items: center;
  justify-items: flex-end;
}

.gnavi .info-wrap {
  display: flex;
  color: #333333;
}

.gnavi a.tel {
  display: flex;
  align-items: center;
  gap: calc(6 / 24 * 1em);
  font-size: clamp(1.3rem, calc(24 / 1800 * 100vw), 2.4rem);
  margin-right: calc(20 / 24 * 1em);
  font-weight: bold;
}

.gnavi a.tel img {
  width: calc(18.34 / 24 * 1em);
  aspect-ratio: 1/1;
  height: auto;
}

.gnavi a.tel span {
  font-size: clamp(1.3rem, calc(24 / 1800 * 100vw), 2.4rem);
  line-height: calc(32 / 24 * 1em);
}

.gnavi a.reserve {
  display: flex;
  align-items: center;
  gap: calc(10 / 14 * 1em);
  font-size: clamp(1rem, calc(14 / 1400 * 100vw), 1.4rem);
  color: #FFF;
  padding-right: calc(20.8 / 14 * 1em);
  padding-left: calc(17.8 / 14 * 1em);
  background: #254F2A;
}

.gnavi a.reserve img {
  width: calc(20.78 / 14 * 1em);
  aspect-ratio: 20.78/19.17;
  height: auto;
}

.gnavi a.reserve span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(36 / 14 * 1em);
}

.gnavi .gnavi-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: clamp(1.2rem, calc(16 / 1400 * 100vw), 1.6rem);
  line-height: calc(21 / 16 * 1em);
  padding-top: 0;
}

.gnavi .gnavi-list>li {
  margin-right: calc(35 / 1800 * 100vw);
}

.gnavi .gnavi-list>li:nth-last-of-type(1) {
  margin-right: calc(45 / 1800 * 100vw);
}

.gnavi .gnavi-list>li>a {
  display: inline-block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

.gnavi .gnavi-list a[href="#"] {
  cursor: auto;
  pointer-events: none;
}

.gnavi .gnavi-list .menu-item-has-children {
  display: flex;
  position: relative;
}

.gnavi .gnavi-list .menu-item-has-children::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 150%;
  z-index: -1;
}

.gnavi .gnavi-list .menu-item-has-children::after {
  content: "";
  display: block;
  width: calc(6 / 16 * 1em);
  aspect-ratio: 1/1;
  height: auto;
  margin-top: calc(2 / 16 * 1em);
  margin-left: calc(4 / 16 * 1em);
  background: url(../images/share/btn_tri_d.svg) no-repeat center/contain;
}

.gnavi .gnavi-list .menu-item-has-children.is-open::after {
  background: url(../images/share/btn_tri_d_gr.svg) no-repeat center/contain;
}

.gnavi .gnavi-list .menu-item-has-children.is-open>a {
  color: #254F2A;
}

.gnavi .gnavi-list .menu-item-has-children.is-open .sub-menu {
  pointer-events: auto;
  opacity: 1;
}

.gnavi .gnavi-list .menu-item-has-children .sub-menu {
  position: absolute;
  top: clamp(26px, calc(34 / 1800 * 100vw), 34px);
  right: 50%;
  width: max-content;
  text-align: left;
  padding: 22px 25px;
  transform: translateX(50%);
  border-radius: 0;
  border: 0px solid #DEE8E3;
  background: rgba(55, 56, 50, 0.9);
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}

.gnavi .gnavi-list .menu-item-has-children .sub-menu.fl {
  display: flex;
  gap: 30px;
}

.gnavi .gnavi-list .menu-item-has-children .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}

.gnavi .gnavi-list .menu-item-has-children .sub-menu li a {
  display: flex;
  align-items: center;
  gap: .5em;
  position: relative;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: 1.5rem;
  line-height: calc(27.1 / 14 * 1em);
  color: #FFFFFF;
}

.gnavi .gnavi-list .menu-item-has-children .sub-menu li a::before {
  content: "";
  display: block;
  width: calc(6 / 14 * 1em);
  aspect-ratio: 6/1;
  height: auto;
  background: url(../images/share/btn_bar.svg) no-repeat center/contain;
}

.gnavi .gnavi-list .menu-item-has-children.last .sub-menu {
  right: 0;
  transform: unset;
}

@media (max-width: 800px) {
  .gnavi {
    width: auto;
    max-width: calc(100% - 120px);
    height: 100%;
  }

  .gnavi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #FFF;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-weight: 500;
    padding: 90px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

  .gnavi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .gnavi .sp-navi-contents .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }

  .gnavi .sp-navi-contents .sp-navi-list li {
    border-bottom: 1px solid #d6d6d6;
  }

  .gnavi .sp-navi-contents .sp-navi-list li a {
    color: #1A2F50;
    display: block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown {
    position: relative;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown a {
    padding: 15px 0;
    width: 85%;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::before,
  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    transition: 0.5s;
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown .is-on::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .gnavi .sp-navi-contents .sp-navi-list li.sp-dropdown .is-on::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .gnavi .sp-navi-contents .sp-navi-list .child {
    padding: 0 0 15px;
    list-style-type: "-  ";
  }

  .gnavi .sp-navi-contents .sp-navi-list .child ul li {
    position: relative;
    padding-left: 15px;
    border: 0;
  }

  .gnavi .sp-navi-contents .sp-navi-list .child ul li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-57%);
    font-size: 13px;
    line-height: 1.8;
  }

  .gnavi .sp-navi-contents .sp-navi-list .child ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8;
    padding: 0;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero-area {
  position: relative;
  background: #FFF;
  z-index: 1;
}

.hero-area .hero {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
}

.hero-area .hero-img_001 {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1800/800;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.hero-area #Top_Hero_Splide {
  position: relative;
}

.hero-area #Top_Hero_Splide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero-bg.png) no-repeat center/cover;
}

.hero-area picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-area picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-area .hero-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-area .hero-catch .l-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(123 / 1800 * 100%);
  margin-bottom: calc(100 / 1800 * 100%);
  z-index: 0;
  pointer-events: all;
}

.hero-area .hero-catch .l-ttl span.catch {
  display: block;
  position: relative;
  width: fit-content;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: clamp(2rem, calc(36 / 1800 * 100vw), 3.6rem);
  line-height: calc(70 / 36 * 1em);
  padding: 0 calc(25 / 36 * 1em);
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.hero-area .hero-catch .l-ttl span.catch+.catch {
  margin-top: calc(17 / 36 * 1em);
}

.hero-area .hero-catch .l-ttl p {
  position: relative;
  margin-top: calc(34 / 15 * 1em);
}

.hero-area .hero-catch .l-ttl p span {
  font-family: "Cinzel", serif;
  font-size: clamp(1.2rem, calc(20 / 1800 * 100vw), 2rem);
  line-height: calc(36 / 20 * 1em);
  letter-spacing: .18em;
  color: #254F2A;
}

.hero-area .hero-catch .l-ttl p span.shadow {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0px 0px 10px #fff;
}

@media (max-width: 800px) {
  .hero-area {
    height: auto;
  }

  .hero-area .hero {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }

  .hero-area .hero-img_001 {
    width: 100%;
    aspect-ratio: 400/300;
    margin: auto;
  }

  .hero-area .hero-img_001 img {
    width: 100%;
    max-width: none;
  }

  .hero-area .hero-catch .l-ttl {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .hero-area .hero-catch .l-ttl span.catch {
    font-size: 18px;
    line-height: 45px;
    padding: 0 10px;
  }

  .hero-area .hero-catch .l-ttl span.catch+.catch {
    margin-top: 6px;
  }

  .hero-area .hero-catch .l-ttl p {
    line-height: 1;
    margin-top: 6px;
  }

  .hero-area .hero-catch .l-ttl p span {
    font-size: 11px;
    line-height: 18px;
  }

  .hero-area .hero-catch .l-ttl p span.shadow {
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 0px 4px #fff;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.top-main {
  background: #FFF;
}

.top-main .l-img img,
.top-main .list-img img {
  width: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  border-radius: unset;
}

.top-main p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.t-h2 {
  display: block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
  line-height: calc(27 / 20 * 1em);
  color: #333333;
}

.sec01 .t-h2 {
  color: #FFF;
}

.sec06 .t-h2 {
  font-size: clamp(1.5rem, calc(18 / 1800 * 100vw), 1.8rem);
  line-height: calc(24 / 18 * 1em);
}

.sub-ttl-en {
  display: block;
  position: relative;
  font-family: "Cinzel", serif;
  font-size: clamp(6rem, calc(100 / 1800 * 100vw), 10rem);
  line-height: calc(135 / 100 * 1em);
  letter-spacing: 0.03em;
  color: #D08925;
}

.sub-ttl-en.gr {
  font-size: clamp(5.5rem, calc(80 / 1800 * 100vw), 8rem);
  line-height: calc(108 / 80 * 1em);
  color: #254F2A;
}

.sub-ttl-en.sm {
  font-size: clamp(3.5rem, calc(40 / 1800 * 100vw), 4rem);
  line-height: calc(54 / 40 * 1em);
}

.sec01 .sub-ttl-en {
  font-size: clamp(2rem, calc(40 / 1800 * 100vw), 4em);
  line-height: calc(54 / 40 * 1em);
  letter-spacing: 0.05em;
  color: #FFF;
}

.sec05 .sub-ttl-en {
  font-size: clamp(3rem, calc(40 / 1800 * 100vw), 4rem);
  line-height: calc(54 / 40 * 1em);
  color: #254F2A;
}

.sec06 .sub-ttl-en {
  font-size: clamp(3rem, calc(40 / 1800 * 100vw), 4rem);
  line-height: calc(54 / 40 * 1em);
  color: #254F2A;
}

.t-h3 {
  display: inline-block;
  width: fit-content;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.6rem, calc(30 / 1400 * 100vw), 3rem);
  line-height: calc(52 / 30 * 1em);
}

.sec03 .t-h3 {
  display: block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(2rem, calc(25 / 1400 * 100vw), 2.5rem);
  line-height: calc(33 / 25 * 1em);
  margin-bottom: calc(4 / 25 * 1em);
}

.sec07 .t-h3 {
  font-size: clamp(1.4rem, calc(18 / 1400 * 100vw), 1.8rem);
  line-height: calc(24 / 18 * 1em);
  color: #FFF;
  margin-top: 0.75em;
}

@media (max-width: 800px) {
  .top-main {
    padding-left: 0;
  }

  .t-h2 {
    font-size: 20px;
  }

  .sub-ttl-en {
    font-size: 54px;
  }

  .sub-ttl-en.gr {
    font-size: 34px;
  }

  .sub-ttl-en.sm {
    font-size: 24px;
  }

  .sec01 .sub-ttl-en {
    font-size: 34px;
  }

  .sec05 .sub-ttl-en {
    font-size: 34px;
  }

  .sec06 .sub-ttl-en {
    font-size: 34px;
  }

  .sec07 .sub-ttl-en {
    font-size: 44px;
  }

  .sec07 .sub-ttl-en.sm {
    font-size: 24px;
  }

  .t-h3 {
    font-size: 20px;
  }

  .sec03 .t-h3 {
    font-size: 15px;
  }

  .sec07 .t-h3 {
    font-size: 15px;
    margin-top: 0.4em;
  }
}

/*------------
Block
--------------*/
/*------------
sec01
--------------*/
.sec01 .container {
  position: relative;
  width: 100%;
  max-width: none;
  background: #373832;
}

.sec01 .wrapper {
  width: 95%;
  max-width: 1024px;
  margin: auto;
  overflow: hidden;
}

.sec01 .wrapper .inner {
  display: grid;
  grid-template-columns: calc(256 / 1024 * 100%) calc(768 / 1024 * 100%);
  grid-template-rows: min-content 1fr;
  gap: 30px 0;
  position: relative;
  padding: calc(80 / 1024 * 100%) 0 calc(90 / 1024 * 100%);
}

.sec01 .l-ttl {
  grid-row: 1/2;
  grid-column: 1/2;
}

.sec01 .btn-more {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: flex-end;
  width: 95%;
  max-width: 175px;
}

.sec01 .btn-more::after {
  width: calc(150 / 175 * 100%);
  max-width: 150px;
}

.sec01 .list-top-news {
  grid-row: 1/3;
  grid-column: 2/3;
}

.sec01 .list-top-news li {
  border-top: 1px solid #EFF0E9;
}

.sec01 .list-top-news li:nth-last-of-type(1) {
  border-bottom: 1px solid #EFF0E9;
}

.sec01 .list-top-news li a {
  display: grid;
  grid-template-columns: calc(100 / 768 * 100%) 1fr;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: calc(30 / 15 * 1em);
  font-weight: bold;
  padding: calc(15 / 720 * 100%) 0;
}

.sec01 .list-top-news li time {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(19 / 14 * 1em);
  font-weight: 500;
  color: #FFF;
}

.sec01 .list-top-news li .list-ttl {
  display: inline-block;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sec01 .list-top-news .no-post {
  color: #fff;
  padding: calc(15 / 720 * 100%) 0;
}

@media (max-width: 800px) {
  .sec01 .wrapper .inner {
    gap: 0;
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, min-content);
    padding: 80px 2.5vw;
  }

  .sec01 .l-ttl {
    text-align: center;
    margin-bottom: 25px;
  }

  .sec01 .btn-more {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
    max-width: none;
    margin: auto;
  }

  .sec01 .btn-more::after {
    width: 92.5%;
    max-width: none;
  }

  .sec01 .list-top-news {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 0;
    margin-bottom: 50px;
  }

  .sec01 .list-top-news li a {
    grid-template-columns: 100%;
    gap: 10px;
    font-size: 14px;
    padding: 15px 0;
  }
}

/*------------
sec02
--------------*/
.sec02 .container {
  position: relative;
  width: 100%;
  max-width: none;
  background: url(../images/sec02-bg.jpg) no-repeat center/cover;
  overflow: hidden;
}

.sec02 .wrapper {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: auto;
}

.sec02 .wrapper .inner {
  display: grid;
  justify-items: center;
  position: relative;
  padding: 0 0 calc(70 / 1024 * 100%);
  margin: calc(160 / 1024 * 100%) auto calc(130 / 1024 * 100%);
  background: rgba(255, 255, 255, 0.9);
}

.sec02 .l-ttl {
  width: 100%;
  font-size: clamp(6rem, calc(100 / 1800 * 100vw), 10rem);
  text-align: center;
  margin-top: calc(80 / 100 * -1em);
  margin-bottom: calc(40 / 1024 * 100%);
}

.sec02 .l-ttl .t-h2 {
  font-size: 2.5rem;
}

.sec02 p {
  font-size: 1.9rem;
  text-align: center;
  margin: -0.5em auto;
}

.sec02 p+p {
  margin-top: 2em;
}

.sec02 .btn-wrap {
  column-gap: 30px;
  margin-top: calc(50 / 1024 * 100%);
}

.sec02 .btn-wrap .btn-more::after {
  background: #FFF;
}

.sec02 .btn-wrap .btn-more:hover::after {
  background: #254F2A;
}

@media (max-width: 800px) {
  .sec02 .wrapper .inner {
    grid-template-columns: 100%;
    padding: 0 2.5vw 50px;
    margin: 100px 0 80px;
  }

  .sec02 .l-ttl {
    font-size: 54px;
    margin-bottom: 35px;
  }

  .sec02 p {
    font-size: 1.6rem;
  }

  .sec02 .btn-wrap {
    width: 100%;
    gap: 20px;
    margin-top: 45px;
  }
}

/*------------
sec03
--------------*/
.sec03 .container {
  position: relative;
  max-width: none;
  width: 100%;
  background: url(../images/sec03-bg.jpg) no-repeat center/cover;
  z-index: 0;
}

.sec03 .wrapper {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: auto;
  z-index: 0;
}

.sec03 .wrapper .inner {
  position: relative;
  padding: calc(120 / 1024 * 100%) 0 calc(130 / 1024 * 100%);
}

.sec03 .l-ttl {
  justify-self: center;
  text-align: center;
}

.sec03 p.catch {
  font-size: 1.7rem;
  justify-self: center;
  text-align: center;
  margin-top: calc(60 / 1024 * 100%);
  margin-bottom: calc(60 / 1024 * 100%);
}

.sec03 .sec03-list {
  display: grid;
  grid-template-columns: repeat(2, calc(496 / 1024 * 100%));
  row-gap: clamp(15px, calc(30 / 1800 * 100vw), 30px);
  justify-content: space-between;
}

.sec03 .sec03-list>li {
  background: #FFF;
  transition: .5s;
}

.sec03 .sec03-list>li:hover {
  transform: translateY(-10px);
}

.sec03 .sec03-list a {
  display: grid;
  grid-template-columns: calc(140 / 446 * 100%) 1fr;
  column-gap: calc(35 / 446 * 100%);
  position: relative;
  padding: calc(25 / 496 * 100%);
}

.sec03 .sec03-list a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: url(../images/share/btn_tri_gr.svg) no-repeat center/contain;
}

.sec03 .sec03-list .l-img {
  grid-row: 1/4;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}

.sec03 .sec03-list .sub-ttl {
  font-family: "Cinzel", serif;
  font-size: clamp(1.4rem, calc(18 / 1800 * 100vw), 1.8rem);
  line-height: calc(25 / 18 * 1em);
  color: #D08925;
}

.sec03 .sec03-list .sec03-list-sub {
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
  margin-top: calc(10 / 14 * 1em);
}

.sec03 .sec03-list .sec03-list-sub li {
  font-size: 1.6rem;
  display: flex;
  gap: 0.5em;
  position: relative;
  line-height: calc(30 / 14 * 1em);
}

.sec03 .sec03-list .sec03-list-sub li::before {
  content: "";
  display: block;
  width: calc(6 / 14 * 1em);
  height: calc(30 / 14 * 1em);
  background: url(../images/share/btn_bar_gr.svg) no-repeat center/contain;
}

@media (max-width: 800px) {
  .sec03 .wrapper {
    width: 95%;
  }

  .sec03 .wrapper .inner {
    width: 100%;
    padding: 80px 2.5vw;
  }

  .sec03 p.catch {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .sec03 .sec03-list {
    grid-template-columns: repeat(2, calc(50% - 1.25vw));
    row-gap: 35px;
    margin: 0 -2.5vw;
  }

  .sec03 .sec03-list a {
    grid-template-columns: 100%;
    align-items: center;
    justify-items: center;
    padding: 20px 10px;
  }

  .sec03 .sec03-list a::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .sec03 .sec03-list .l-img {
    grid-row: 3/4;
    justify-self: center;
    order: 1;
    width: 55%;
    margin-top: 10px;
  }

  .sec03 .sec03-list .sub-ttl {
    font-size: 13px;
  }

  .sec03 .sec03-list .sec03-list-sub {
    justify-self: flex-start;
    font-size: 11px;
  }

  .sec03 .sec03-list .sec03-list-sub li {
    font-size: 1.3rem;
    line-height: 1.5;
    align-items: center;
  }
}

/*------------
sec04
--------------*/
.sec04 .container {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.sec04 .wrapper {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: auto;
}

.sec04 .wrapper>.inner {
  position: relative;
  width: 95%;
  padding: calc(90 / 1700 * 100%) 0 calc(130 / 1700 * 100%);
  margin: auto;
}

.sec04 .wrapper>.inner>.l-ttl {
  justify-self: center;
  text-align: center;
  margin-bottom: calc(70 / 1700 * 100%);
}

.sec04 .l-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.sec04 .l-img {
  position: relative;
  width: 95%;
  max-width: 790px;
  z-index: 1;
}

.sec04 .l-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: calc(10 / 790 * 100%);
  margin-left: calc(10 / 790 * 100%);
  border: 1px solid #373832;
}

.sec04 .l-desc {
  position: relative;
  width: 95%;
  max-width: 600px;
  padding-top: calc(80 / 600 * 100%);
  padding-bottom: calc(80 / 600 * 100%);
  padding-left: calc(20 / 600 * 100%);
  color: #FFF;
  z-index: 0;
}

.sec04 .l-desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((182 / 600 * 100%) + var(--s50vw));
  height: 100%;
  margin-right: calc(50% - var(--s50vw));
  margin-left: calc(182 / 600 * -100%);
  background: #D08925;
  z-index: -1;
}

.sec04 .l-desc p {
  font-size: 1.7rem;
  margin-top: calc(50 / 580 * 100%);
  margin-bottom: calc(45 / 580 * 100%);
}

@media (max-width: 800px) {
  .sec04 .wrapper>.inner {
    padding: 80px 0;
  }

  .sec04 .wrapper>.inner>.l-ttl {
    margin-bottom: 35px;
  }

  .sec04 .l-wrap {
    grid-template-columns: 100%;
  }

  .sec04 .l-img {
    width: 100%;
    max-width: none;
  }

  .sec04 .l-desc {
    width: 100%;
    max-width: none;
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 2.5vw;
  }

  .sec04 .l-desc::before {
    top: auto;
    bottom: 0;
    width: 100vw;
    height: 115%;
    margin-right: 0;
    margin-left: -2.5vw;
  }

  .sec04 .l-desc p {
    font-size: 1.6rem;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

/*------------
sec05
--------------*/
.sec05 .container {
  position: relative;
  width: 100%;
  max-width: none;
  background: #FFF;
}

.sec05 .wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}

.sec05 .wrapper .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 500px;
  padding: 0;
}

.sec05 iframe {
  flex-grow: 1;
  position: absolute;
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}

.sec05 .l-desc {
  display: grid;
  grid-template-rows: repeat(3, min-content);
  align-content: center;
  justify-items: center;
  width: calc(440 / 1800 * 100%);
  max-width: 440px;
  min-width: 300px;
  height: fit-content;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
  margin-right: calc(45 / 1800 * 100%);
  background: #FFF;
  z-index: 1;
}

.sec05 p.address {
  margin: 2em auto 1em;
}

.sec05 .access-list {
  margin-bottom: calc(30 / 440 * 100%);
}

.sec05 .access-list li {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  justify-items: flex-start;
}

.sec05 .access-list li+li {
  margin-top: 18px;
}

.sec05 .access-list img {
  width: 33px;
  margin-right: 7px;
}

.sec05 .access-list span {
  grid-row: 2/3;
  grid-column: 2/3;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: calc(19 / 14 * 1em);
  margin-top: calc(9 / 14 * 1em);
}

.sec05 .access-list span.ttl {
  grid-row: 1/2;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: clamp(1.5rem, calc(18 / 1400 * 100vw), 1.8rem);
  line-height: calc(33 / 18 * 1em);
  margin-top: 0;
}

@media (max-width: 800px) {
  .sec05 .wrapper {
    width: 100%;
  }

  .sec05 .wrapper .inner {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .sec05 iframe {
    position: relative;
    width: 100%;
    height: 250px;
  }

  .sec05 .l-desc {
    width: 90%;
    min-width: auto;
    padding: 35px 0;
    margin: 0 auto;
  }

  .sec05 .access-list {
    margin-bottom: 35px;
  }

  .sec05 .access-list span {
    font-size: 13px;
  }

  .sec05 .access-list span.ttl {
    font-size: 18px;
  }
}

/*------------
sec06
--------------*/
.sec06 .container {
  position: relative;
  width: 100%;
  max-width: none;
}

.sec06 .wrapper {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: auto;
}

.sec06 .wrapper .inner {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
  width: 100%;
  padding: calc(100 / 1024 * 100%) 0;
  z-index: 0;
}

.sec06 .l-ttl {
  grid-column: 1/2;
  display: grid;
  justify-items: flex-start;
  position: relative;
  height: fit-content;
}

.sec06 .btn-wrap {
  grid-column: 2/3;
  align-self: flex-end;
  justify-self: flex-end;
  display: flex;
  height: fit-content;
}

.sec06 .post-btn {
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 120px;
  padding: 0 15px;
  height: 38px;
  color: #254F2A;
  border: 1px solid #254F2A;
}

.sec06 .post-btn.is-show {
  color: #FFF;
  background: #254F2A;
}

.sec06 .l-wrap {
  grid-column: 1/3;
  position: relative;
  margin-top: calc(50 / 1024 * 100%);
}

.sec06 .list-top-blog {
  grid-row: 1/4;
  grid-column: 2/3;
  display: grid;
  grid-template-columns: repeat(4, calc(240 / 1024 * 100%));
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
  pointer-events: none;
}

.sec06 .list-top-blog.is-show {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.sec06 .list-top-blog li {
  transition: 0.5s;
}

.sec06 .list-top-blog li:hover {
  transform: translateY(-10px);
}

.sec06 .list-top-blog a {
  display: grid;
  grid-template-columns: 100%;
}

.sec06 .list-top-blog .single-img {
  display: grid;
  place-items: center;
  aspect-ratio: 240/170;
  height: auto;
  border-radius: 0;
  border: 0px solid #DFC1B7;
  overflow: hidden;
}

.sec06 .list-top-blog .single-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.sec06 .list-top-blog time {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(19 / 14 * 1em);
  color: #6C7B6D;
  margin: 1em 0 0.5em;
}

.sec06 .list-top-blog h3 {
  display: inline-block;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(22 / 14 * 1em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sec06 .list-top-blog .cat-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
  width: fit-content;
  font-size: clamp(1rem, calc(13 / 1400 * 100vw), 1.3rem);
  line-height: 0;
  margin-top: calc(7 / 13 * 1em);
}

.sec06 .list-top-blog .cat {
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1rem, calc(12 / 1400 * 100vw), 1.2rem);
  line-height: calc(23 / 12 * 1em);
  color: #FFF;
  padding: 0 calc(8 / 12 * 1em);
  border-radius: 0;
  background: #D08925;
}

.sec06 .list-top-blog .cat+.cat {
  margin-left: 0.5em;
}

.sec06 .btn-more {
  grid-column: 1/3;
  justify-self: center;
  margin-top: calc(65 / 1024 * 100%);
}

@media (max-width: 800px) {
  .sec06 .wrapper .inner {
    grid-template-columns: 100%;
    padding: 50px 2.5vw 80px;
  }

  .sec06 .l-ttl {
    display: grid;
    place-items: center;
    text-align: center;
    margin-bottom: 25px;
  }

  .sec06 .l-wrap {
    grid-column: 1/2;
    position: relative;
    margin-top: 0;
  }

  .sec06 .list-top-blog {
    grid-row: 2/3;
    grid-column: 1/2;
    row-gap: 5vw;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: calc(100% + 5vw);
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .sec06 .list-top-blog li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin: 0 5% 0 0;
    max-width: 100%;
    position: relative;
  }

  .sec06 .list-top-blog li:hover {
    transform: unset;
  }

  .sec06 .list-top-blog time {
    font-size: 13px;
  }

  .sec06 .list-top-blog .cat-wrap {
    gap: 0.5em;
    font-size: 13px;
  }

  .sec06 .list-top-blog .cat {
    font-size: 13px;
  }

  .sec06 .btn-wrap {
    grid-row: 3/4;
    grid-column: 1/2;
    width: fit-content;
    max-width: none;
    margin: auto;
  }

  .sec06 .btn-more {
    grid-column: 1/2;
    margin-top: 35px;
  }
}

/*------------
sec07
--------------*/
.sec07 .container {
  position: relative;
  width: 100%;
  max-width: none;
  background: #F3F3F3;
}

.sec07 .wrapper {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: auto;
}

.sec07 .wrapper .inner {
  display: grid;
  grid-template-columns: repeat(2, calc(490 / 1024 * 100%));
  justify-content: space-between;
  position: relative;
  padding: calc(120 / 1024 * 100%) 0;
}

.sec07 .wrapper .inner>.l-ttl {
  grid-column: 1/3;
  text-align: center;
  margin-bottom: calc(45 / 1024 * 100%);
}

.sec07 a.reserve {
  display: flex;
  align-items: center;
  gap: calc(10 / 17 * 1em);
  width: fit-content;
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  color: #FFF;
  padding-right: calc(40 / 17 * 1em);
  padding-left: calc(40 / 17 * 1em);
  margin-top: calc(20 / 490 * 100%);
  margin-bottom: calc(30 / 490 * 100%);
  background: #254F2A;
}

.sec07 a.reserve img {
  width: calc(24.87 / 17 * 1em);
  aspect-ratio: 24.87/22.94;
  height: auto;
}

.sec07 a.reserve span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  line-height: calc(52 / 17 * 1em);
}

.sec07 .recruit {
  grid-column: 1/3;
  margin-top: calc(80 / 1024 * 100%);
  transition: .5s;
}

.sec07 .recruit:hover {
  transform: translateY(-10px);
}

.sec07 .recruit a {
  display: grid;
  grid-template-columns: calc(445 / 1024 * 100%) calc(579 / 1024 * 100%);
  position: relative;
  color: #FFF;
  background: #D08925;
}

.sec07 .recruit a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(15 / 1024 * 100%);
  aspect-ratio: 1/1;
  height: auto;
  margin-right: calc(10 / 1024 * 100%);
  margin-bottom: calc(10 / 1024 * 100%);
  background: url(../images/share/btn_tri.svg) no-repeat center/contain;
}

.sec07 .recruit a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: calc(10 / 1024 * 100%);
  margin-left: calc(10 / 1024 * 100%);
  border: 1px solid #373832;
}

.sec07 .recruit .l-img img {
  min-height: 100%;
}

.sec07 .recruit .l-desc {
  padding-top: calc(30 / 579 * 100%);
  padding-right: calc(25 / 579 * 100%);
  padding-bottom: calc(35 / 579 * 100%);
  padding-left: calc(50 / 579 * 100%);
}

.sec07 .recruit .l-ttl {
  display: flex;
  align-items: center;
  column-gap: calc(20 / 504 * 100%);
  margin-bottom: calc(20 / 504 * 100%);
}

.sec07 .recruit .sub-ttl-en {
  display: inline-block;
  color: #FFF;
}

.sec07 .recruit h4 {
  display: block;
  font-size: clamp(1.6rem, calc(20 / 1400 * 100vw), 2rem);
  line-height: calc(27 / 20 * 1em);
  color: #FFF;
  margin-bottom: calc(25 / 504 * 100%);
}

.sec07 .recruit p {
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
}

@media (max-width: 800px) {
  .sec07 .wrapper .inner {
    grid-template-columns: 100%;
    padding: 80px 2.5vw;
  }

  .sec07 .wrapper .inner>.l-ttl {
    grid-column: unset;
    margin-bottom: 35px;
  }

  .sec07 a.reserve {
    font-size: 15px;
    margin: 25px auto 50px;
  }

  .sec07 a.reserve span {
    font-size: 15px;
  }

  .sec07 .recruit {
    grid-column: 1/2;
    margin-top: 50px;
  }

  .sec07 .recruit p {
    font-size: 1.5rem;
  }

  .sec07 .recruit a {
    grid-template-columns: 100%;
  }

  .sec07 .recruit a::before {
    width: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .sec07 .recruit .l-desc {
    display: grid;
    justify-items: center;
    padding-top: 25px;
    padding-right: 5vw;
    padding-bottom: 35px;
    padding-left: 5vw;
  }

  .sec07 .recruit .l-ttl {
    column-gap: 15px;
    margin-bottom: 20px;
  }

  .sec07 .recruit h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

/******
下層ページ
******/
/*----------------------------------------------------
下層レイアウト*
-----------------------------------------------------------*/
:root {
  --color_primary: #254F2A;
  /* 好きな色コードを指定 */
}

body.under {
  background: #fff;
}

main {
  background: #fff;
}

main.under {
  background: #fff;
}

.u-contents {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #333333;
  font-size: 1.7rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.u-contents .hidden {
  overflow: hidden;
}

.u-contents p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.5rem, calc(16 / 1024 * 100vw), 1.6rem);
  line-height: 1.85;
  font-weight: normal;
}

.u-contents strong {
  font-weight: 900;
}

.u-contents .underLine {
  text-decoration: underline;
  width: fit-content;
}

.u-contents .txt-red {
  color: red;
}

.u-contents .txt-orange {
  color: #E56126;
}

.u-contents .txt-main {
  color: #3B5F3D;
}

.u-contents .txt-subcolor {
  color: #373832;
}

.u-contents a.linkTxt {
  text-decoration: underline;
  color: #3B5F3D;
}

.u-contents .container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
  position: relative;
}

.u-contents .container-wide {
  margin: 0 auto;
  max-width: 1300px;
  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: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
}

.u-contents .l-img img,
.u-contents .list-img img {
  width: 100%;
  aspect-ratio: 46 /34;
  object-fit: cover;
  border-radius: unset;
}

.u-contents .l-img.asp93 img,
.u-contents .list-img.asp93 img {
  aspect-ratio: 16 / 8;
}

.u-contents .l-img.asp-tate img,
.u-contents .list-img.asp-tate img {
  aspect-ratio: 430 / 518;
}

.u-contents .l-img.w-500 img,
.u-contents .list-img.w-500 img {
  max-width: 500px;
}

.u-contents .l-img.asp-none img,
.u-contents .list-img.asp-none img {
  aspect-ratio: auto;
}

.u-contents .l-img.asp-top img,
.u-contents .list-img.asp-top img {
  object-position: top;
}

.u-contents .l-img.contain img,
.u-contents .list-img.contain img {
  object-fit: contain;
}

.u-contents .l-img.asp-sq img,
.u-contents .list-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 {
    font-size: 1.5rem;
  }

  .u-contents .container {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 0 5vw;
  }

  .u-contents .sp-none {
    display: none;
  }
}

.page-ttl {
  background: url(../images/under/page_ttl.jpg) no-repeat center/cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1800 / 442;
  margin: 0 calc(30 / 1800 * 100%);
  position: relative;
}

.page-ttl .container {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

.page-ttl .page-ttl-main {
  font-size: clamp(3.6rem, calc(86 / 1800 * 100vw), 8.6rem);
  font-family: "Cinzel", serif;
  line-height: 1.25;
  letter-spacing: .15em;
  text-align: center;
  margin-top: 0px;
  text-transform: uppercase;
}

.page-ttl .page-ttl-sub {
  font-size: clamp(2rem, calc(26 / 1800 * 100vw), 2.6rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  line-height: 1.25;
  letter-spacing: .15em;
  text-align: center;
}

.page-ttl .page-ttl-sub02 {
  font-size: clamp(2.4rem, calc(36 / 1800 * 100vw), 3.6rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  line-height: 1.25;
  letter-spacing: .15em;
  text-align: center;
}

.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 / 1024 * 100vw), 30px);
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 40px 0px 40px;
    min-height: 90px;
    aspect-ratio: auto;
    background-position: 15%;
    background-size: cover;
  }

  .page-ttl .container {
    padding-top: 0;
  }

  .page-ttl .page-ttl-main {
    margin: 10px auto 0;
    letter-spacing: unset;
  }

  .page-ttl .page-ttl-main span {
    padding: 10px 30px;
  }

  .page-ttl .page-ttl-sub {
    margin-bottom: 0;
    letter-spacing: normal;
  }
}

/*---------
下層見出し
---------*/
.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: "FOT-筑紫Aオールド明朝 Pr6N M";
  letter-spacing: normal;
  line-height: 1.7;
  letter-spacing: 0.025em;
}

.u-h2,
.postdata h1 {
  font-size: clamp(2.8rem, calc(36 / 1024 * 100vw), 3.6rem);
  margin-bottom: clamp(40px, calc(60 / 1024 * 100vw), 60px);
  position: relative;
  display: block;
  text-align: center;
  /*下線追加*/
  /**icon追加**/
}

.u-h2 span,
.postdata h1 span {
  font-size: clamp(1.6rem, calc(1.8 / 1024 * 100vw), 1.8rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  display: block;
  letter-spacing: .15em;
}

.u-h2::after,
.postdata h1::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #D18925;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.u-h3,
h3.wp-block-heading {
  font-size: clamp(2.2rem, calc(28 / 1024 * 100vw), 2.8rem);
  line-height: 1.5;
  margin-bottom: clamp(20px, calc(30 / 1024 * 100vw), 30px);
  padding: 0 0 10px;
  position: relative;
  border-bottom: 1px solid #DEE0DB;
  /**左線追加*/
  /*short-underline-icon*/
  /*dotborder*/
}

.u-h3 i,
h3.wp-block-heading i {
  margin-right: 10px;
}

.u-h3 i img,
h3.wp-block-heading i img {
  padding-top: 10px;
}

.u-h4,
h4.wp-block-heading {
  font-size: clamp(2rem, calc(24 / 1024 * 100vw), 2.4rem);
  margin-bottom: clamp(15px, calc(15 / 1024 * 100vw), 15px);
  position: relative;
  line-height: 1.25;
  color: #3B5F3D;
  /**左に縦線追加*/
  /**左にアイテム追加*/
  /*斜め線*/
}

.u-h4.bg-color,
h4.wp-block-heading.bg-color {
  padding: 5px 20px;
  background: #F3F3F3;
}

.u-h5 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  position: relative;
}

.u-h5::before {
  content: "●";
  padding-right: 10px;
  color: #3B5F3D;
}

.postdata a {
  text-decoration: underline;
}

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

.num-ttl {
  border-bottom: 2px solid #eee;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.num-ttl .num {
  background: #655144;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #FFB750;
  position: absolute;
  top: 0;
  right: -7px;
}

.num-ttl-icon {
  margin-bottom: 30px;
  font-size: clamp(2rem, calc(22 / 1024 * 100vw), 2.2rem);
  display: grid;
  align-items: center;
  grid-template-columns: clamp(50px, calc(41 / 1024* 100vw), 41px) 1fr;
  gap: 10px;
}

.num-ttl-icon .num {
  background: #3B5F3D;
  margin-right: 10px;
  border-radius: 100vw;
  width: clamp(50px, calc(41 / 1024 * 100vw), 41px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.num-ttl-icon .num span {
  font-size: 2rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  color: #fff;
  letter-spacing: normal;
}

.u-catch {
  font-size: clamp(2rem, calc(2 / 1024 * 100vw), 2rem);
  position: relative;
  line-height: 1.7;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-catch.tac {
  color: #3B5F3D;
  text-align: center;
}

.u-catch .en {
  display: block;
  font-size: 35px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
}

label.syuki {
  font-size: 2rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  color: #fff;
  width: fit-content;
  padding: 5px 20px;
  margin-bottom: 30px;
  background: #3B5F3D;
  display: block;
}

/*--通常--*/
.u-marker {
  text-align: center;
  margin-bottom: 20px;
}

.u-marker span {
  background: linear-gradient(transparent 50%, #D1892580 50%);
  font-size: clamp(1.8rem, calc(22 / 1024 * 100vw), 2.2rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-marker span.en {
  font-family: "Cinzel", serif;
  font-weight: 500;
}

@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;
  }
}

.short,
.x-short {
  position: relative;
  z-index: 1;
}

.short.ptb,
.x-short.ptb {
  padding: clamp(50px, calc(80 / 1024 * 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(60 / 1024 * 100vw), 60px);
}

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

.tall {
  padding: clamp(30px, calc(60 / 1024 * 100vw), 60px) 0;
  position: relative;
}

.tall.bg-wh {
  background: #ffffff;
}

.tall.bg-color {
  background: #F3F3F3;
}

.tall.bg-color02 {
  background: linear-gradient(to left, #D18925 60%, #fff 60%);
}

@media (max-width: 800px) {
  .tall.bg-color02 {
    background: linear-gradient(to top, #D18925 80%, #fff 80%);
  }

  .tall.bg-wh {
    border-top-right-radius: 40px;
  }
}

.tall.modal {
  padding: 5% 0;
  margin: auto;
  width: 95%;
  max-width: 1024px;
}

.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 #DEE0DB;
  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);
}

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

.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-start {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .col3-flex.gap30 li,
  .col2-flex.gap30 li {
    width: 100%;
  }
}

.list-disc.strong li {
  font-weight: bold;
}

.list-disc li {
  position: relative;
  padding-left: 20px;
  line-height: 2;
}

.list-disc li.ttl {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  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: 5px 5px 5px 25px;
  line-height: 2;
  background: #fff;
  border-radius: 10px;
}

.list-disc.bg li::before {
  left: 10px;
  top: 1.25em;
}

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

.list-disc li:before {
  content: "";
  background: #3B5F3D;
  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;
}

.list-check.strong li {
  font-weight: bold;
}

.list-check li {
  position: relative;
  padding-left: 25px;
}

.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #3B5F3D;
  border-bottom: 3px solid #3B5F3D;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 0;
}

.list-check.bg-w-block li {
  padding: 1% 5% 1% 12%;
  background: #fff;
  border-radius: 4px;
}

.list-check.bg-w-block li::before {
  margin-left: 5%;
  top: 12x;
}

.list-num {
  counter-reset: number;
  margin-top: 15px;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li p {
  border-top: 1px solid #DEE0DB;
  padding-top: 5px;
  margin-top: 5px;
}

.list-num>li:before {
  background-color: #3B5F3D;
  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;
  padding-left: 0px;
  width: 20px;
  height: 20px;
}

.list-num>li+li {
  margin-top: 10px;
}

.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 #3B5F3D;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-size: 1.8rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  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-num>li:before {
    top: 1px;
  }

  .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-dl-style {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 0px;
}

.u-dl-style dt {
  color: #fff;
  background: #3B5F3D;
  border-radius: unset;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding: 3px 20px;
  display: flex;
  line-height: 1.75;
}

.u-dl-style dd {
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 3px 20px;
  background: #F3F3F3;
}

.u-dl-style02 {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto;
  grid-row-gap: 15px;
}

.u-dl-style02 dt {
  color: #fff;
  background: #3B5F3D;
  font-size: clamp(1.6rem, calc(17 / 1024 * 100vw), 1.7rem);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.65;
}

.u-dl-style02 dt .num {
  color: #333333;
}

.u-dl-style02 dd {
  font-size: clamp(1.4rem, calc(15 / 1024 * 100vw), 1.5rem);
  line-height: 1.5;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0 solid #3B5F3D;
}

.u-dl-style02 dd.bg-gray {
  background: #F2F2F2;
}

.u-dl-style03 {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: auto;
  grid-row-gap: 15px;
}

.u-dl-style03 dt {
  color: #fff;
  background: #3B5F3D;
  font-size: clamp(1.6rem, calc(17 / 1024 * 100vw), 1.7rem);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

.u-dl-style03 dd {
  font-size: clamp(1.4rem, calc(15 / 1024 * 100vw), 1.5rem);
  line-height: 1.5;
  padding: 20px;
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0 solid #3B5F3D;
}

.u-dl-style03 dd.bg-gray {
  background: #F2F2F2;
}

@media (max-width: 800px) {
  .u-dl-style {
    grid-template-columns: 1fr;
  }

  .u-dl-style02 {
    display: block;
  }
}

.u-dl-style01 {
  display: grid;
  grid-gap: 15px;
}

.u-dl-style01 .item {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 10px 0;
}

.u-dl-style01 dt {
  background: #3B5F3D;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

.u-dl-style01 dd {
  background: #F1F4F6;
  font-size: 15px;
  padding: 20px;
}

/*よくある数字のタイトル*/
.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 #DEE0DB;
}

.u-ttl-num .num {
  border-radius: 50px;
  background-color: #3B5F3D;
  color: #fff;
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  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 #DEE0DB;
}

.u-ttl-num02 .num {
  border-radius: 100vw;
  background-color: #E4EFE9;
  color: #373832;
  font-size: 1.8rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  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 / 1024* 100vw), 2.4rem);
  letter-spacing: .15em;
}

/*よくあるiconのタイトル*/
.u-icon-ttl {
  font-size: 2.4rem;
  padding: 0 0 0px 50px;
  margin: 0 0 20px;
  position: relative;
  color: #3B5F3D;
}

.u-icon-ttl i {
  background: #3B5F3D;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 2px;
  left: 0;
  position: absolute;
}

.u-icon-ttl i img {
  height: 40px;
  width: auto;
}

/**料金表**/
.price-ttl {
  font-size: 20px;
}

.u-price-style {
  display: grid;
  grid-gap: 20px;
}

.u-price-style .ttl-price {
  text-align: center;
  font-size: clamp(2rem, calc(24 / 1024* 100vw), 2.4rem);
  margin-bottom: 30px;
  line-height: 1.25;
}

.u-price-style .list-intro {
  border-bottom: 1px dotted #DEE0DB;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-weight: bold;
  font-size: clamp(1.6rem, calc(18 / 1024* 100vw), 1.8rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 500;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.u-price-style .list-desc {
  font-size: clamp(1.6rem, calc(18 / 1024* 100vw), 1.8rem);
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
  justify-content: space-between;
  font-weight: bold;
  font-size: clamp(1.6rem, calc(18 / 1024* 100vw), 1.8rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 500;
}

@media (max-width: 800px) {
  .u-price-style {
    grid-gap: 15px;
  }

  .u-price-style .list-intro,
  .u-price-style .list-desc {
    font-size: 14px;
  }

  .u-price-style .list-desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 0;
  }
}

.u-price-list {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 0;
  border-top: 1px solid #463632;
}

.u-price-list dt {
  color: #463632;
  background: #E9EFF0;
  font-size: clamp(18px, calc(20 / 1024 * 100vw), 20px);
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #463632;
}

.u-price-list dd {
  color: #222;
  text-align: right;
  font-size: clamp(15px, calc(16 / 1024 * 100vw), 16px);
  padding: 20px;
  border-bottom: 1px solid #463632;
}

/*メリットデメリット*/
.u-merit-demerit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}

.u-merit-demerit .item {
  background: #F3F3F3;
  padding: 35px;
  border-top: 5px solid #3B5F3D;
}

.u-merit-demerit .item .list-check li::before {
  content: "";
  border-left: 3px solid #3B5F3D;
  border-bottom: 3px solid #3B5F3D;
}

.u-merit-demerit .item:nth-of-type(2) {
  border-color: #373832;
}

.u-merit-demerit .item:nth-of-type(2) .list-check li::before {
  content: "";
  border-left: 3px solid #373832;
  border-bottom: 3px solid #373832;
}

.u-merit-demerit .item:nth-of-type(2) .list-disc li:before {
  content: "";
  background: #373832;
}

.u-merit-demerit .item:nth-of-type(2) .item-ttl::after {
  color: #373832;
}

.u-merit-demerit .item-ttl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 25px;
  font-family: "Cinzel", serif;
}

.u-merit-demerit .item-ttl::after {
  content: attr(data-en);
  font-size: 15px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  letter-spacing: 0.05em;
  margin-left: 15px;
  color: #3B5F3D;
}

@media (max-width: 800px) {
  .u-merit-demerit {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .u-merit-demerit .item {
    padding: 35px 25px;
  }

  .u-merit-demerit .item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.l-imgR .l-img.zure {
  width: 50%;
}

.l-imgR .l-img.zure img {
  aspect-ratio: 485/342;
}

.l-imgR .l-img.zure::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  border-radius: unset;
}

.l-imgL .l-img.zure::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  border-radius: unset;
}

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

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

.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.2rem, calc(25 / 1024* 100vw), 2.5rem);
  margin: 0 0 clamp(15px, calc(20 / 1024 * 100vw), 20px);
  position: relative;
  display: block;
  border-bottom: 0px solid #3B5F3D;
  padding-bottom: 10px;
}

.l-imgR .l-desc .l-ttl span.en,
.l-imgL .l-desc .l-ttl span.en {
  color: #3B5F3D;
  display: block;
  font-size: 18px;
  font-family: "Cinzel", serif;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  border-left: 3px solid #3B5F3D;
  line-height: 1;
}

.l-imgR .l-desc .l-ttl.color,
.l-imgL .l-desc .l-ttl.color {
  color: #3B5F3D;
}

.l-imgR .l-desc .sub-ttl,
.l-imgL .l-desc .sub-ttl {
  font-size: clamp(4rem, calc(70 / 1800* 100vw), 7rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  color: rgba(0, 0, 0, 0.05);
  margin-top: 1em;
}

.l-imgR .l-desc .job,
.l-imgL .l-desc .job {
  padding-bottom: 15px;
}

.l-imgR .l-desc .name,
.l-imgL .l-desc .name {
  font-size: 25px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 500;
}

.l-imgR .l-desc .kana,
.l-imgL .l-desc .kana {
  padding-left: 15px;
}

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

.l-imgR .l-img .shadow {
  box-shadow: 0px 0px 5px 5px #eeeeee80;
}

.fl-wrap {
  display: flow-root;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR .shadow,
.fl-imgL .shadow {
  box-shadow: 0px 0px 5px 5px #eeeeee80;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 30%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.l-col2,
.l-col3 {
  display: grid;
}

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

.l-col2.v-center {
  align-items: center;
}

.l-col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    display: block;
  }

  .l-imgR.reverse,
  .l-imgL.reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .l-imgR.reverse .l-img,
  .l-imgL.reverse .l-img {
    margin: 15px 0 0;
  }

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

  .l-imgR .l-img.zure,
  .l-imgL .l-img.zure {
    margin: 0 0 25px;
  }

  .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%;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

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

  .fl-imgR.wide,
  .fl-imgL.wide {
    width: 100%;
  }

  .l-col2,
  .l-col3 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .l-col2,
  .l-col3 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.u-l-style01 {
  display: flex;
  align-items: center;
  gap: 5%;
  margin: 0 0 0 -10%;
}

.u-l-style01 .l-img {
  width: 56.64%;
}

.u-l-style01 .l-img img {
  aspect-ratio: 46 / 34;
}

.u-l-style01 .l-desc {
  flex: 1;
}

.u-l-style01.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}

.u-l-style01 .l-num {
  display: inline-block;
  font-size: clamp(8rem, calc(100 / 1024 * 100vw), 10rem);
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: #F1F4F6;
}

.u-l-style01 .l-ttl {
  font-size: clamp(2.2rem, calc(28 / 1024 * 100vw), 2.8rem);
  margin-bottom: 30px;
}

.u-l-style01 .l-ttl span {
  color: #8FA1B2;
  font-size: 1.6rem;
  display: block;
}

.u-l-style01 .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.u-l-style01 .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #4a8eff;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .u-l-style01 {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }

  .u-l-style01 .l-img {
    width: 100%;
  }

  .u-l-style01.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }

  .u-l-style01 .l-desc {
    padding: 0 5vw;
  }

  .u-l-style01 .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .u-l-style01 .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-l-style01 .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.u-l-style02 {
  display: flex;
}

.u-l-style02 .l-img {
  position: relative;
  width: 55%;
  z-index: 1;
}

.u-l-style02 .l-img img {
  border-radius: 10px;
  aspect-ratio: 636/495;
}

.u-l-style02 .l-desc {
  background: #F3F3F3;
  padding: 55px 55px 55px 150px;
  margin: 210px 0 0 -100px;
  flex: 1;
  border-radius: 10px;
}

.u-l-style02.reverse {
  flex-direction: row-reverse;
}

.u-l-style02.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 210px -100px 0 0;
}

.u-l-style02 .l-num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.u-l-style02 .l-ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.u-l-style02 .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Cinzel", serif;
}

.u-l-style02 .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #3B5F3D;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .u-l-style02 {
    flex-direction: column;
  }

  .u-l-style02 .l-img {
    width: 100%;
  }

  .u-l-style02 .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .u-l-style02.reverse {
    flex-direction: column;
  }

  .u-l-style02.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .u-l-style02 .l-num {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .u-l-style02 .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .u-l-style02 .l-sub-ttl {
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .u-l-style02 .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }
}

/*-------
    下層ボタン
    --------*/
p+.u-btn-wrap {
  margin-top: 30px;
}

.u-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.u-btn-wrap.banner {
  gap: 20px;
}

.u-btn-wrap.banner a.u-banner {
  border: 1px solid #ccc;
  height: clamp(40px, calc(100 / 1024 * 100vw), 100px);
  background: #fff;
  display: flex;
  align-items: center;
}

.u-btn-wrap.banner a img {
  max-height: clamp(40px, calc(100 / 1024 * 100vw), 100px);
  width: auto;
}

.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: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 250px;
  width: fit-content;
  height: 52px;
  padding: 0 clamp(5px, calc(20 / 1024 * 100vw), 20px);
  color: #fff;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: clamp(1.5rem, calc(16 / 1024 * 100vw), 1.6rem);
  line-height: 22px;
  border-bottom: 0px solid #333333;
  background: #3B5F3D;
  transition: 0.5s;
  margin: auto;
  font-feature-settings: "palt";
}

.u-btn-more.Msize {
  width: 100%;
  max-width: 310px;
}

.u-btn-more.Lsize {
  width: 100%;
  max-width: 540px;
}

.u-btn-more.tel {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-btn-more.tel i {
  margin-right: 5px;
  height: 16px;
}

.u-btn-more.tel i img {
  height: 20px;
  width: auto;
}

.u-btn-more.tel::before {
  content: none;
}

.u-btn-more.contact {
  color: #FFF;
  background: #3B5F3D;
  width: 230px;
  height: clamp(40px, calc(60 / 1024 * 100vw), 60px);
  padding: 0;
}

.u-btn-more.contact i {
  margin-right: 20px;
}

.u-btn-more.contact::before {
  content: none;
}

.u-btn-more:hover {
  opacity: .75;
}

.u-btn-more.no-icon::before {
  content: none;
}

.u-btn-more.color {
  width: 100%;
  border-radius: unset;
  background: #008E82;
  color: #fff;
}

.u-btn-border {
  /**base*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
  max-width: 528px;
  height: 120px;
  padding: 50px;
  color: #333333;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 22px;
  line-height: 23px;
  font-weight: normal;
  border: 1px solid #DEE0DB;
  background: transparent;
}

.u-btn-border::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  margin-top: 2px;
  background: url(../images/share/u-btn_arrow.svg) no-repeat center/contain;
}

.u-btn-line {
  /**base*/
  display: inline-flex;
  place-items: center;
  position: relative;
  width: 160px;
  height: 40px;
  padding: 0 30px 0 10px;
  font-size: 15px;
  line-height: 1;
  border-radius: 4px;
  background: #06C755;
  color: #fff;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
}

.u-btn-line.Lsize {
  width: max-content;
}

.u-btn-line:hover {
  opacity: .6;
}

.u-btn-icon {
  /**base*/
  display: inline-flex;
  grid-template-rows: repeat(2, min-content);
  align-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  max-width: fit-content;
  height: 40px;
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 1.640625em;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  border-radius: 25vw;
  background: #373832;
  color: #fff;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: opacity 0.5s;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
}

.u-btn-icon.bg-none {
  color: #3B5F3D;
  font-size: 2.4rem;
  background: unset;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
}

.u-btn-icon.bg-none img {
  margin-right: .5em;
  margin-top: 10px;
}

.u-btn-icon img {
  margin-right: .5em;
  margin-top: 3px;
}

.u-btn-icon:hover {
  opacity: .6;
}

@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.banner a.u-banner {
    border: 1px solid #ccc;
    height: 130px;
    background: #fff;
    display: flex;
    align-items: center;
  }

  .u-btn-wrap.banner a img {
    max-height: 130px;
    width: auto;
  }

  .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 a {
    width: 80%;
  }

  .u-btn-wrap.center .u-btn-contact {
    display: inline-flex;
    place-items: center;
    position: relative;
    height: 40px;
    padding: 0 15px;
    color: #333;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
    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 {
    font-size: 1.4rem;
    margin: auto;
  }
}

/*anchor-line*/
.u-list-anchor {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.u-list-anchor li {
  position: relative;
}

.u-list-anchor li::after {
  content: "";
  display: inline-block;
  background: #E9FBF5;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.u-list-anchor li:last-child::after {
  display: none;
}

.u-list-anchor a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.u-list-anchor a::before {
  content: "";
  background: url(../images/share/u-icon_arrow_bottom.svg) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 9px;
}

.u-list-anchor a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .u-list-anchor {
    display: block;
  }

  .u-list-anchor li {
    margin: 0;
  }

  .u-list-anchor li::after {
    display: none;
  }

  .u-list-anchor a {
    padding: 0 0 0 25px;
  }

  .u-list-anchor a::before {
    right: inherit;
    left: 0;
    top: 6px;
  }
}

.u-list-anchor-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.u-list-anchor-link a {
  display: flex;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 3px;
  color: #333333;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 15px;
  min-height: 60px;
  transition: opacity .3s;
}

.u-list-anchor-link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.u-list-anchor-link a:hover {
  opacity: .7;
}

@media (max-width: 800px) {
  .u-list-anchor-link {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .u-list-anchor-link a {
    font-size: 13px;
    justify-content: center;
    text-align: center;
    padding: 8px 8px 20px;
    min-height: 0;
    height: 100%;
  }

  .u-list-anchor-link a::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
  }

  .u-list-anchor-link a:hover {
    opacity: .7;
  }
}

.u-list-anchor-link02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.u-list-anchor-link02.flex-start {
  justify-content: flex-start;
}

.u-list-anchor-link02 li {
  position: relative;
}

.u-list-anchor-link02 li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.u-list-anchor-link02 li:last-child::after {
  content: none;
  background: #ff0;
}

.u-list-anchor-link02 a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}

.u-list-anchor-link02 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-link02 a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .u-list-anchor-link02 {
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .u-list-anchor-link02 li a {
    padding: 5px 0;
    width: fit-content;
    max-width: 80%;
  }

  .u-list-anchor-link02 li a::before {
    right: -20px;
    top: 8px;
  }

  .u-list-anchor-link02 li::after {
    content: none;
  }
}

/*anchor-arrange*/
.u-list-anchor-link03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.u-list-anchor-link03.flex-start {
  justify-content: flex-start;
}

.u-list-anchor-link03 li {
  position: relative;
}

.u-list-anchor-link03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 200px;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}

.u-list-anchor-link03 a::after {
  content: "";
  background: url("../images/share/u-icon_arrow_down-circle.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.u-list-anchor-link03 a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .u-list-anchor-link03 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

/*テーブル*/
.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;
}

.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: #3B5F3D;
  border: 1px solid #DEE0DB;
  font-weight: bold;
  color: #fff;
}

.u-table-style th.bg01 {
  background-color: #3B5F3D;
  color: #fff;
}

.u-table-style td {
  background-color: #ffffff;
  border: 1px solid #DEE0DB;
  font-weight: normal;
}

.u-table-style td.bg01 {
  background-color: #D18925;
}

.u-table-style td.pd0 {
  padding: 0;
}

.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 #DEE0DB;
}

.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 #DEE0DB;
}

.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 #DEE0DB;
  }

  .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 / 1024 * 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 {
    left: 0;
    z-index: 1;
    white-space: nowrap;
  }

  .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 #DEE0DB;
  font-weight: bold;
}

.u-table-style-scroll th.bg01 {
  background-color: #D18925;
}

.u-table-style-scroll td {
  background-color: #F3F3F3;
  border: 1px solid #DEE0DB;
}

.u-table-style-scroll td.bg01 {
  background-color: #D18925;
}

.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 th,
.u-table-style01 td {
  padding: 15px;
  border-bottom: 1px solid #DEE0DB;
  vertical-align: middle;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}

.u-table-style01 th {
  padding: 15px 15px 15px 0;
  font-weight: bold;
  text-align: left;
  position: relative;
}

.u-table-style01 th::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #333333;
}

@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;
    padding: 20px 0;
  }

  .u-table-style01.sp-block th {
    border-bottom: none;
    padding-bottom: 0;
  }

  .u-table-style01.sp-block th::after {
    content: none;
  }

  .u-table-style01.sp-block td {
    padding-top: 0;
    position: relative;
  }

  .u-table-style01.sp-block td::before {
    content: "";
    background-color: #333333;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -1px;
  }
}

.u-kinmu-table {
  border-collapse: collapse;
  width: 100%;
}

.u-kinmu-table tr {
  border-bottom: 1px solid #EDE6F2;
}

.u-kinmu-table th,
.u-kinmu-table td {
  text-align: center;
  padding: 10px;
}

.u-kinmu-table th {
  background-color: #3B5F3D;
  color: #fff;
}

.u-kinmu-table td {
  background-color: #F3F3F3;
}

.u-kinmu-table td:first-child {
  background-color: #F3F3F3;
}

@media (max-width: 800px) {
  .u-time-table {
    font-size: 1.3rem;
  }

  .u-time-table th,
  .u-time-table td {
    padding: 5px;
  }
}

.u-time-table {
  border-collapse: collapse;
  width: 100%;
}

.u-time-table tr {
  border-bottom: 1px solid #DEE0DB;
}

.u-time-table th,
.u-time-table td {
  text-align: center;
  padding: 10px;
}

.u-time-table th {
  background-color: #3B5F3D;
  color: #fff;
}

.u-time-table th:first-child {
  width: 30%;
}

.u-time-table td {
  background-color: #fff;
}

.u-time-table td:first-child {
  background-color: #fff;
}

@media (max-width: 800px) {
  .u-time-table {
    font-size: 1.3rem;
  }

  .u-time-table th,
  .u-time-table td {
    padding: 5px;
  }
}

.u-time-table02 {
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
}

.u-time-table02 tr+tr {
  border-top: 1px solid #EDE6F2;
}

.u-time-table02 th,
.u-time-table02 td {
  text-align: center;
  padding: 10px;
}

.u-time-table02 th {
  background-color: #373832;
  color: #fff;
}

.u-time-table02 th:first-child {
  width: 30%;
}

.u-time-table02 td {
  background-color: #F3F3F3;
}

.u-time-table03 {
  border-collapse: collapse;
  width: 100%;
}

.u-time-table03 tr {
  border-bottom: 1px solid #DEE0DB;
}

.u-time-table03 tr:first-child {
  border-top: 1px solid #DEE0DB;
}

.u-time-table03 th,
.u-time-table03 td {
  text-align: center;
  padding: 10px;
}

.u-time-table03 th:first-child {
  width: 30%;
}

.u-time-table03 td {
  color: #3B5F3D;
}

.u-time-table03 td:first-child {
  color: #333333;
}

/*---カスタム投稿サイドナビ--*/
.sidebar-layout {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 200px 1fr;
  gap: 50px;
}

.sidebar-layout .sticky {
  position: sticky;
  top: 65px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    display: flex;
    flex-direction: column;
  }

  .sidebar-layout .sticky {
    position: static;
  }
}

.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: #3B5F3D;
  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: #DEE0DB;
  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: #D18925;
  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 #DEE0DB;
}

.l-table th.bg01 {
  background: #E8EAED;
  color: #E9FBF5;
}

.l-table td {
  background-color: #ffffff;
  border: 1px solid #DEE0DB;
}

.l-table.center td {
  text-align: center;
}

/*---
よくある質問開いたまま
-----*/
.u-faq-style .item+.item {
  border-top: 1px solid #DEE0DB;
  margin-top: 30px;
  padding-top: 30px;
}

.u-faq-style dt {
  font-weight: bold;
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  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: #373832;
}

.u-faq-style .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #3B5F3D;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  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 #DEE0DB;
  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: #3C4A52;
}

.u-faq-style-sq .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #3B5F3D;
  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 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.u-faq-style-aco .item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.u-faq-style-aco dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}

.u-faq-style-aco dt .faq-icon {
  top: 15px;
  left: 0;
}

.u-faq-style-aco dd {
  display: none;
  padding: 0 50px 30px;
  position: relative;
}

.u-faq-style-aco dd .faq-icon {
  border: 1px solid #373832;
  background-color: #373832;
  color: #fff;
  top: 0;
  left: 0;
}

.u-faq-style-aco .faq-ttl {
  font-weight: bold;
}

.u-faq-style-aco .faq-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #333;
  font-size: rem(15);
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: .3s;
}

.u-faq-style-aco .faq-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 11px;
  transition: .3s;
}

.u-faq-style-aco .faq-open-icon::before,
.u-faq-style-aco .faq-open-icon::after {
  content: "";
  display: block;
  background: #DEE0DB;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s;
}

.u-faq-style-aco .faq-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}

.u-faq-style-aco .faq-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}

.u-faq-style-aco .item>dt:hover .faq-icon {
  background-color: #3B5F3D;
  color: #fff;
}

.u-faq-style-aco .faq-inner {
  padding-top: 5px;
}

.u-faq-style-aco .is-open .faq-icon {
  background-color: #3B5F3D;
  color: #fff;
}

.u-faq-style-aco .is-open .faq-open-icon {
  transform: rotate(180deg);
}

.u-faq-style-aco .is-open .faq-open-icon::after {
  opacity: 0;
}

@media (max-width: 800px) {
  .u-faq-style-aco {
    line-height: 1.5;
  }

  .u-faq-style-aco dt {
    padding: 18px 30px 18px 50px;
  }

  .u-faq-style-aco dt .faq-icon {
    top: 12px;
  }

  .u-faq-style-aco dd {
    padding: 0 50px 30px;
  }

  .u-faq-style-aco .faq-open-icon {
    right: 0;
    top: 7px;
  }
}

@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: 15px;
    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 #DEE0DB;
  margin-bottom: 1.5em;
  border-radius: unset;
}

.u-accordion-style .accordion-btn {
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  background: #3B5F3D;
  color: #fff;
}

.u-accordion-style .accordion-desc {
  display: none;
  padding: 30px 30px;
  position: relative;
}

.u-accordion-style .accordion-desc label {
  display: inline-block;
  background: #373832;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-accordion-style .accordion-desc .aco-ttl {
  font-size: 18px;
  margin-bottom: 20px;
}

.u-accordion-style .accordion-ttl {
  font-weight: bold;
  font-size: 18px;
}

.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;
  }
}

/*map,video,tab,faq,accordion*/
.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: #F3F3F3;
  border-radius: 2px 2px 0 0;
  color: #999;
  padding: 10px 50px;
  transition: all 0.2s ease;
  width: 100%;
}

.tab-nav-item.is-active {
  background: #3B5F3D;
  color: #FFF;
}

@media (any-hover: hover) {
  .tab-nav-item:hover {
    background-color: #3B5F3D;
    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(26 / 1024 * 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 #DEE0DB;
  padding: 20px 0;
}

.list-under-news a:hover .ttl {
  text-decoration: underline;
}

.list-under-news time {
  display: inline-block;
  color: #888;
  margin-right: 25px;
  white-space: nowrap;
}

.list-under-news .category {
  display: inline-block;
  background-color: #D18925;
  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 #DEE0DB;
    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 #DEE0DB;
  font-size: clamp(2rem, calc(26 / 1024 * 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;
}

.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: #3B5F3D;
  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;
}

@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 / 1024 * 100vw), 3.2rem);
  margin: 0 0 20px;
  word-break: break-word;
  font-family: "Cinzel", 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: #3B5F3D;
  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: #3B5F3D;
  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;
}

#thumbnail-carousel .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 20px;
}

#thumbnail-carousel .splide__arrow svg {
  width: 20px;
  height: 20px;
}

#thumbnail-carousel .splide__arrow--prev {
  left: 0;
}

#thumbnail-carousel .splide__arrow--next {
  right: 0;
}

/*--------------------------------------------------------
個人情報保護方針
-----------------------------------------------------------*/
.category-ttl {
  margin-bottom: 15px;
}

/*ブログスタイル*/
.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: #373832;
  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: "Cinzel", 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;
}

/*症例紹介*/
.case-grid-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  column-gap: 30px;
}

.case-layout,
.l-post-case {
  background-color: #fff;
  border: solid 1px #DFE0DD;
  padding: 5%;
}

.case-layout.no-border,
.l-post-case.no-border {
  background-color: unset;
  border: unset;
  padding: unset;
}

.case-layout .case-grid,
.l-post-case .case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.case-layout .case-grid .case-img img,
.l-post-case .case-grid .case-img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: top;
}

.case-layout .case-single,
.l-post-case .case-single {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
}

.case-layout .case-single .case-img,
.l-post-case .case-single .case-img {
  max-height: 300px;
  text-align: center;
}

.case-layout .case-single .case-img img,
.l-post-case .case-single .case-img img {
  width: 50%;
  object-fit: contain;
  height: 100%;
}

.case-layout.bg-wh,
.l-post-case.bg-wh {
  background: #fff;
  padding: 0;
}

.case-layout+.l-post-case,
.l-post-case+.l-post-case {
  margin-top: 50px;
}

.case-layout time,
.l-post-case time {
  color: #aaa;
  display: block;
  font-size: 1.2rem;
  margin-right: 15px;
}

.case-layout .category-area,
.case-layout .category-wrap,
.l-post-case .category-area,
.l-post-case .category-wrap {
  background: #3B5F3D;
  display: inline-block;
  line-height: 1;
  display: inline-block;
  padding: 0 .5em;
}

.case-layout .category,
.l-post-case .category {
  background: #3B5F3D;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
  padding: 5px 8px;
}

.case-layout .category+.category,
.l-post-case .category+.category {
  padding-left: 0;
}

.case-layout .category+.category::before,
.l-post-case .category+.category::before {
  content: "/";
  margin-right: 8px;
}

.case-layout .l-ttl,
.l-post-case .l-ttl {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.case-layout .post-data,
.l-post-case .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.case-layout .before-after,
.l-post-case .before-after {
  margin: auto;
  margin-bottom: 30px;
}

.case-layout .l-table,
.l-post-case .l-table {
  background-color: #fff;
  border: 1px solid #DEDAD3;
}

.case-layout .l-table th,
.case-layout .l-table td,
.l-post-case .l-table th,
.l-post-case .l-table td {
  border: 1px solid #DEDAD3;
  line-height: 1.8;
  font-size: clamp(14px, calc(15 / 1024 * 100vw), 15px);
  padding: 15px;
  background: #fff;
}

.case-layout .l-table th,
.l-post-case .l-table th {
  background-color: #3B5F3D;
  color: #fff;
  vertical-align: top;
  text-align: left;
  width: 25%;
}

.case-layout .l-btn,
.l-post-case .l-btn {
  text-align: center;
  margin-top: 50px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.case-layout .l-item,
.l-post-case .l-item {
  margin-top: 50px;
}

.case-layout .item-ttl,
.l-post-case .item-ttl {
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 25px;
}

.case-layout .item-ttl::after,
.l-post-case .item-ttl::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.case-layout+.case-layout,
.l-post-case+.case-layout {
  margin-top: 50px;
}

.before-after {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.before-after .item {
  text-align: center;
  width: 42%;
  position: relative;
}

.before-after .item p {
  font-family: "Cinzel", serif;
  color: #3B5F3D;
  font-size: 1.7rem;
}

.before-after .item+.item::before {
  content: "";
  border-style: solid;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #1C2B35;
  position: absolute;
  left: -20%;
  top: calc(50% - 20px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.before-after figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.before-after figure img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.before-after p {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.list-case-details>li {
  display: flex;
  flex-direction: row-reverse;
}

.list-case-details>li+li {
  border-top: 1px dashed #c8c8c8;
  margin-top: 30px;
  padding-top: 30px;
}

.list-case-details .list-img {
  width: 35%;
  margin-left: 30px;
}

.list-case-details .list-img img {
  object-fit: contain;
  aspect-ratio: unset;
  border-radius: 0;
}

.list-case-details .list-desc {
  flex: 1;
}

.list-case-details .list-ttl {
  font-size: clamp(16px, calc(17 / 1024 * 100vw), 17px);
}

@media (max-width: 800px) {

  /*症例紹介*/
  .case-layout .case-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-layout .case-grid .case-img img {
    width: 100%;
    aspect-ratio: unset;
    object-fit: contain;
    object-position: center;
  }

  .case-layout .l-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .case-layout .post-data {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .case-layout .before-after {
    margin-bottom: 30px;
  }

  .case-layout .l-table th,
  .case-layout .l-table td {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }

  .case-layout .l-table th {
    width: 100%;
  }

  .case-layout .l-btn {
    margin-top: 30px;
  }

  .case-layout .l-item {
    margin-top: 30px;
  }

  .case-layout .item-ttl {
    border-bottom: 1px solid #333;
    font-size: 1.8rem;
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 25px;
  }

  .case-layout .item-ttl::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .case-layout+.case-layout {
    margin-top: 30px;
  }

  .before-after {
    display: block;
  }

  .before-after .item {
    width: 100%;
  }

  .before-after .item+.item {
    margin-top: 50px;
  }

  .before-after .item+.item::before {
    left: 50%;
    top: -35px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  .before-after figure {
    aspect-ratio: auto;
  }

  .before-after figure img {
    max-height: 100%;
  }

  .list-case-details>li {
    display: block;
  }

  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 25px;
  }
}

/*セレクト式カテゴリー*/
.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: #3B5F3D;
  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: #3B5F3D;
  color: #fff;
  opacity: 1;
}

.post-number .current {
  background: #3B5F3D;
  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: #3B5F3D;
  border: 1px solid #3B5F3D;
  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: #3B5F3D;
  color: #fff;
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #3B5F3D;
  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 #3B5F3D;
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #3B5F3D;
  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 #3B5F3D;
}

.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid #3B5F3D;
}

@media (max-width: 800px) {
  .select-area .select-item {
    margin: auto;
  }
}

.u-container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

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

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

/*下層カスタムレイアウト*/
/*下層オリジナル*/
.u-box-zure {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.u-box-zure .l-img-L,
.u-box-zure .l-img-R {
  position: relative;
  display: inline-block;
}

.u-box-zure .l-img-L img,
.u-box-zure .l-img-R img {
  aspect-ratio: 460/340;
  display: block;
  position: relative;
  z-index: 0;
}

.u-box-zure .l-img-L::after,
.u-box-zure .l-img-R::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  pointer-events: none;
}

.u-box-zure .l-img-L {
  margin: 0 -25px 0 50px;
}

.u-box-zure .l-img-R {
  margin: 50px 50px 0 -25px;
  z-index: 1;
}

.u-box-zure .l-img-R::after {
  z-index: 2;
}

@media (max-width: 800px) {
  .u-box-zure .l-img-L {
    margin: 0 -25px 0 0px;
  }

  .u-box-zure .l-img-R {
    margin: 50px 0px 0 -25px;
    z-index: 1;
  }

  .u-box-zure .l-img-R::after {
    z-index: 2;
  }
}

/*下層共通パーツ*/
.u-layout-style-bg {
  display: flex;
  align-items: flex-start;
}

.u-layout-style-bg .l-img {
  position: relative;
  width: 40%;
  z-index: 1;
}

.u-layout-style-bg .l-img img {
  aspect-ratio: 485/342;
}

.u-layout-style-bg .l-img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  border-radius: unset;
}

.u-layout-style-bg .l-desc {
  background: #D18925;
  color: #fff;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
  border-radius: unset;
}

.u-layout-style-bg.reverse {
  flex-direction: row-reverse;
}

.u-layout-style-bg.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

.u-layout-style-bg.reverse .l-img::after {
  content: "";
  position: absolute;
  right: unset;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  border-radius: unset;
}

.u-layout-style-bg .l-num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-layout-style-bg .l-ttl {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}

.u-layout-style-bg .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.u-layout-style-bg .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #fff;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .u-layout-style-bg {
    flex-direction: column;
  }

  .u-layout-style-bg .l-img {
    width: 100%;
  }

  .u-layout-style-bg .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .u-layout-style-bg.reverse {
    flex-direction: column;
  }

  .u-layout-style-bg.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .u-layout-style-bg .l-num {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .u-layout-style-bg .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .u-layout-style-bg .l-sub-ttl {
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .u-layout-style-bg .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }
}

.u-layout-style {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}

.u-layout-style .l-img {
  width: 56.64%;
}

.u-layout-style .l-desc {
  flex: 1;
}

.u-layout-style.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}

.u-layout-style .l-num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.u-layout-style .l-ttl {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}

.u-layout-style .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-layout-style .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #3B5F3D;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .u-layout-style {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }

  .u-layout-style .l-img {
    width: 100%;
  }

  .u-layout-style.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }

  .u-layout-style .l-desc {
    padding: 0 5vw;
  }

  .u-layout-style .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .u-layout-style .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-layout-style .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.u-layout-style-wide {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 0 0 -10%;
}

.u-layout-style-wide .l-img {
  width: 56.64%;
  position: relative;
}

.u-layout-style-wide .l-img img {
  aspect-ratio: 79/49;
}

.u-layout-style-wide .l-img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  border-radius: unset;
}

.u-layout-style-wide .l-desc {
  flex: 1;
  color: #fff;
}

.u-layout-style-wide.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}

.u-layout-style-wide .l-ttl {
  padding-bottom: 5px;
  font-size: 28px;
  margin-bottom: 25px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-layout-style-wide .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: 20px;
  margin-bottom: 30px;
}

.u-layout-style-wide .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #fff;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .u-layout-style-wide {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }

  .u-layout-style-wide .l-img {
    width: 90%;
  }

  .u-layout-style-wide.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }

  .u-layout-style-wide .l-desc {
    padding: 0 5vw;
  }

  .u-layout-style-wide .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-layout-style-wide .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}

/*----
カードスタイル
---*/
.u-card-style-harf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.u-card-style-harf>li {
  background-color: #fff;
  border-radius: unset;
  padding: 25px;
  position: relative;
}

.u-card-style-harf .card-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #3B5F3D;
}

@media (max-width: 800px) {
  .u-card-style-harf {
    grid-template-columns: repeat(2, 1fr);
  }

  .u-card-style-harf>li {
    padding: 20px;
  }
}

.u-card-style-icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.u-card-style-icon>li {
  background-color: #fff;
  padding: 0px;
}

.u-card-style-icon .card-img {
  margin-bottom: 25px;
  text-align: center;
}

.u-card-style-icon .card-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 800px) {
  .u-card-style-icon {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.u-card-style03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.u-card-style03 .num span {
  color: #3B5F3D;
  font-size: 2.4rem;
  font-family: "Cinzel", serif;
}

.u-card-style03.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.u-card-style03.col3.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.u-card-style03.col3.flex li {
  width: 30%;
}

.u-card-style03.col3 .card-ttl {
  text-align: center;
  margin-bottom: 15px;
}

.u-card-style03.col3 .card-ttl.tal {
  text-align: left;
  border-bottom: 1px solid #DEE0DB;
  padding-bottom: 5px;
  line-height: 1.5em;
}

.u-card-style03.col3 .card-ttl.tal.twoLine {
  min-height: calc(1.5em * 2);
}

.u-card-style03.col3 .card-ttl.border {
  border-bottom: 1px solid #DEE0DB;
  padding-bottom: 5px;
}

.u-card-style03.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.u-card-style03.col2 .card-ttl {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEE0DB;
}

.u-card-style03.col2 .card-ttl.tac {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

.u-card-style03.col2>li {
  border-radius: unset;
  padding: 30px;
}

.u-card-style03.col1 {
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.u-card-style03.col1 .card-ttl {
  text-align: left;
}

.u-card-style03>li {
  background: #fff;
  border: 1px solid #DEE0DB;
  padding: 20px;
  border-radius: unset;
}

.u-card-style03.bg-color>li {
  background: #F3F3F3;
  border: none;
}

.u-card-style03 .card-ttl {
  font-size: clamp(1.8rem, calc(18 / 1024 * 100vw), 1.8rem);
  margin-bottom: 10px;
}

.u-card-style03 .card-img {
  margin-bottom: 15px;
}

.u-card-style03 .card-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: unset;
  width: 100%;
}

@media (max-width: 800px) {
  .u-card-style03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

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

  .u-card-style03.col3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .u-card-style03.col3.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .u-card-style03.col3.flex li {
    width: 100%;
  }
}

.u-card-style02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.u-card-style02 .num span {
  color: #373832;
  font-size: 2.4rem;
  font-family: "Cinzel", serif;
}

.u-card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.u-card-style02.col3.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.u-card-style02.col3.flex li {
  width: 30%;
}

.u-card-style02.col3 .card-ttl {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEE0DB;
}

.u-card-style02.col3 .card-ttl.tal {
  text-align: left;
  border-bottom: 1px solid #DEE0DB;
  padding-bottom: 10px;
}

.u-card-style02.col3 .card-ttl.border {
  border-bottom: 1px solid #DEE0DB;
  padding-bottom: 10px;
}

.u-card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.u-card-style02.col2 .card-ttl {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE0DB;
}

.u-card-style02.col2 .card-ttl.tac {
  text-align: center;
}

.u-card-style02.col2>li {
  border-radius: unset;
  padding: 30px;
}

.u-card-style02.col1 {
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.u-card-style02.col1 .card-ttl {
  text-align: left;
}

.u-card-style02>li {
  background: #F3F3F3;
  border: 0px solid #3B5F3D;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-card-style02>li p {
  color: #3B5F3D;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 700;
}

.u-card-style02.bg-color>li {
  background: #F3F3F3;
  border: none;
}

.u-card-style02 .card-ttl {
  text-align: center;
  font-size: clamp(2rem, calc(20 / 1024 * 100vw), 2rem);
  margin-bottom: 20px;
}

.u-card-style02 .card-ttl.inline {
  color: #373832;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #373832;
  font-size: clamp(2rem, calc(20 / 1024 * 100vw), 2rem);
}

.u-card-style02 .card-img {
  margin-bottom: 10px;
}

.u-card-style02 .card-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media (max-width: 800px) {
  .u-card-style02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

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

  .u-card-style02.col3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .u-card-style02.col3.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .u-card-style02.col3.flex li {
    width: 100%;
  }
}

.u-card-style {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.u-card-style.col5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.u-card-style.col5 .card-ttl {
  font-size: 1.6rem;
}

.u-card-style.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.u-card-style.col1 {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.u-card-style.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.u-card-style.col2 .card-ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE0DB;
}

.u-card-style>li {
  padding: 20px;
  position: relative;
  border: solid #DEE0DB 1px;
}

.u-card-style>li .num {
  margin-bottom: 10px;
}

.u-card-style>li .num span {
  background: #3B5F3D;
  color: #fff;
  font-size: 1.3rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  padding: 5px 10px;
  border-radius: 50vw;
}

.u-card-style>li .num02 {
  position: absolute;
  left: 20px;
  top: -1em;
}

.u-card-style>li .num02 span {
  color: #3B5F3D;
  font-size: 3rem;
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.u-card-style>li .num03 {
  text-align: center;
  margin: 0 auto 10px;
}

.u-card-style>li .num03 span {
  display: inline-block;
  padding: 3px 30px;
  background: #3B5F3D;
  color: #fff;
  border-radius: 50vw;
  text-align: center;
}

.u-card-style>li .num04 {
  margin-bottom: 5px;
}

.u-card-style>li .num04 span {
  color: #3B5F3D;
  font-size: 2.4rem;
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.u-card-style.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.u-card-style.flex>li {
  width: 30%;
}

.u-card-style .l-desc {
  padding: 20px;
}

.u-card-style .card-ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.u-card-style .card-img {
  margin-bottom: 15px;
}

.u-card-style .card-img img {
  border-radius: unset;
  aspect-ratio: 442/323;
}

@media (max-width: 800px) {
  .u-card-style {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .u-card-style.flex>li {
    width: 100%;
  }

  .u-card-style.col2,
  .u-card-style.col3,
  .u-card-style.col5 {
    grid-template-columns: 1fr;
  }
}

.u-card-style-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.u-card-style-gallery>li {
  padding: 0;
  background: #fff;
}

.u-card-style-gallery>li a:hover {
  cursor: pointer;
}

.fancybox-content {
  padding: 25px !important;
}

.modal-w {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: .5em;
}

@media (max-width: 800px) {
  .u-card-style-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/*--------
ボックススタイル
----------*/
.mtM {
  margin-top: 30px;
}

.mtL {
  margin-top: 50px;
}

.u-box-style {
  position: relative;
  padding: 5%;
}

.u-box-style .ttl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.u-box-style .ttl-flex .category-ttl {
  margin-bottom: 0;
  font-size: clamp(2.8rem, calc(40 / 1024 * 100vw), 3.6rem);
}

.u-box-style .ttl-flex .category-ttl::before {
  content: none;
}

.u-box-style.box-shadow {
  box-shadow: 0px 0px 5px 5px #eeeeee80;
  background: #fff;
}

.u-box-style.box-shadow .l-imgR .l-img {
  z-index: 0;
}

.u-box-style.box-shadow .l-imgR .l-img::before {
  position: absolute;
  content: "";
  border: 1px solid #3B5F3D;
  width: 100%;
  aspect-ratio: 66 / 45;
  right: -5px;
  top: 5px;
  border-radius: 10px;
  z-index: 1;
}

.u-box-style.box-shadow .l-imgR .l-img img {
  aspect-ratio: 40/27;
}

.u-box-style.box-shadow .box-ttl {
  display: grid;
  align-items: center;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}

.u-box-style.box-shadow .box-ttl .num {
  border-radius: 100vw;
  background-color: #E4EFE9;
  color: #373832;
  font-size: 4rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  line-height: 1;
  text-align: center;
  height: 70px;
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.u-box-style.box-shadow .box-ttl .num img {
  padding: 10px;
}

.u-box-style.box-shadow .box-ttl .ttl {
  font-size: clamp(2rem, calc(30 / 1024* 100vw), 3rem);
  color: #373832;
  letter-spacing: .15em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #373832;
}

.u-box-style.bg-wh {
  background: #ffffff;
}

.u-box-style.bg-wh .box-ttl {
  font-size: clamp(2.4rem, calc(40 / 1024 * 100vw), 4rem);
  margin-bottom: clamp(20px, calc(40 / 1024 * 100vw), 30px);
  position: relative;
  display: block;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-box-style.bg-gray {
  background: #F3F3F3;
  padding: 10% 5% 5%;
}

.u-box-style.bg-color {
  background: #3B5F3D;
  color: #fff;
}

.u-box-style.bg-color .u-icon-ttl {
  color: #fff;
}

.u-box-style.bg-color .box-ttl {
  text-align: left;
  font-size: clamp(2.4rem, calc(27 / 1024* 100vw), 2.7rem);
  margin-bottom: 10px;
}

.u-box-style.bg-color .box-ttl.small {
  font-size: clamp(1.8rem, calc(20 / 1024* 100vw), 2rem);
  margin-bottom: 10px;
}

.u-box-style.bg-color .box-ttl02 {
  text-align: center;
}

.u-box-style.bg-color .box-ttl02 span {
  color: #373832;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #373832;
  font-size: 2.8rem;
}

.u-box-style.bg-darkcolor {
  background: #3B5F3D;
  color: #fff;
}

.u-box-style.bg-darkcolor .u-icon-ttl {
  color: #fff;
}

.u-box-style.bg-darkcolor .list-disc li:before {
  content: "";
  background: #fff;
}

.u-box-style.border {
  border: 1px solid #DEE0DB;
}

.u-box-style.border .box-ttl {
  font-size: clamp(2.4rem, calc(30 / 1024 * 100vw), 3rem);
  margin-bottom: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  text-align: center;
}

.u-box-style.border .box-ttl.tal {
  text-align: left;
  font-size: clamp(2rem, calc(20 / 1024 * 100vw), 2rem);
}

.u-box-style.check {
  background: #3B5F3D;
  color: #fff;
  text-align: center;
  margin-top: 5em;
}

.u-box-style.check .check-ttl-num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.25em;
  text-align: center;
}

.u-box-style.check .check-ttl-num span {
  color: #8F9FAB;
  font-size: clamp(5rem, calc(100 / 1024 * 100vw), 10rem);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.u-box-style.check .check-ttl {
  font-size: clamp(2rem, calc(20 / 1024 * 100vw), 2rem);
  margin-bottom: 1em;
  text-align: center;
}

.u-box-style.check .u-btn-more {
  color: #fff;
}

.u-box-style.check .u-btn-more::before {
  background: url(../images/share/btn_arrow_wh.svg) no-repeat center/contain;
}

.u-box-style .box-num {
  font-size: clamp(3rem, calc(40 / 1024 * 100vw), 4rem);
  position: absolute;
  left: 2.5%;
  top: -.5em;
  color: #AA954B;
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
  color: #3B5F3D;
}

.u-box-style .box-ttl {
  font-size: clamp(2rem, calc(20 / 1024 * 100vw), 2.4rem);
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
}

.u-box-style .box-ttl.Lcenter {
  color: #452E1D;
  font-size: clamp(2rem, calc(24 / 1024 * 100vw), 2.4rem);
  text-align: center;
  margin-bottom: 30px;
}

.u-box-style .box-ttl.border {
  border-bottom: 1px solid #3B5F3D;
  font-size: clamp(1.8rem, calc(20 / 1024 * 100vw), 2rem);
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 800px) {
  .u-box-style {
    padding: 7%;
  }

  .u-box-style .ttl-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .u-box-style .ttl-flex .category-ttl {
    margin-bottom: 0;
  }

  .u-box-style.box-shadow .box-ttl {
    grid-template-columns: 50px 1fr;
  }

  .u-box-style.box-shadow .box-ttl .num {
    font-size: 3rem;
    height: 50px;
    width: 50px;
  }

  .u-box-style .box-ttl {
    letter-spacing: normal;
  }

  .u-box-style .box-ttl span {
    margin: 0;
  }

  .u-box-style.nopad .l-desc {
    padding: 0px 20px 20px;
  }

  .u-box-style.bg-num {
    padding: 50px 5% 7%;
    margin-top: 30px;
  }

  .u-box-style.bg-num+.bg-num {
    margin-top: 30px;
  }

  .u-box-style.bg-color .u-box-num {
    padding: 20px;
    display: block;
  }

  .u-box-style.bg-color .u-box-num .l-desc {
    margin-top: 20px;
  }

  .u-box-style.bg-color .u-box-num .l-desc p {
    font-size: 16px;
  }
}

/*------------
スタッフページ パーツ
--------------*/
.u-staff-layout .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.u-staff-layout .l-img {
  width: 32%;
}

.u-staff-layout .l-img img {
  aspect-ratio: 35/45;
}

.u-staff-layout .l-img figcaption {
  color: #3B5F3D;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-staff-layout .l-img .job {
  display: block;
  font-size: 14px;
}

.u-staff-layout .l-img .name {
  font-size: 20px;
}

.u-staff-layout .l-img .kana {
  font-size: 11px;
}

.u-staff-layout .l-desc {
  flex: 1;
}

.u-staff-layout .l-ttl {
  color: #3B5F3D;
  border-bottom: 2px solid #3B5F3D;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: fit-content;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-staff-layout .l-message {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-card-profile {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  font-size: 14px;
}

.u-card-profile .item {
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 30px;
}

.u-card-profile .card-ttl {
  color: #3B5F3D;
  border-bottom: 1px dashed #3B5F3D;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.dl-career {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px 0;
  line-height: 1.5;
}

.dl-career dt,
.dl-career dd {
  padding: 10px 0;
  border-bottom: 1px dotted #DEE0DB;
}

@media (max-width: 800px) {
  .u-staff-layout .wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .u-staff-layout .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .u-staff-layout .l-img figcaption {
    flex-direction: column;
    gap: 10px;
  }

  .u-staff-layout .l-ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .u-staff-layout .l-message {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-staff-layout .card-profile {
    margin-top: 30px;
  }

  .u-card-profile {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .u-card-profile .item {
    padding: 20px;
  }
}

.u-staff-layout02 .card-ttl {
  font-size: clamp(2rem, calc(2 / 1024 * 100vw), 2rem);
  border-bottom: 1px solid #3B5F3D;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.u-staff-layout02 .wrapper {
  display: flex;
  flex-direction: row;
  gap: 8%;
  align-items: flex-start;
}

.u-staff-layout02 .wrapper.wrap {
  flex-wrap: wrap;
}

.u-staff-layout02 .wrapper.wrap .l-desc {
  width: 46%;
  flex: unset;
  margin-bottom: 40px;
}

.u-staff-layout02 .l-img {
  width: 32%;
  position: relative;
}

.u-staff-layout02 .l-img img {
  aspect-ratio: 35/45;
}

.u-staff-layout02 .l-img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #3B5F3D;
  z-index: 1;
  border-radius: unset;
}

.u-staff-layout02 .l-desc {
  flex: 1;
}

.u-staff-layout02 .l-desc.harf {
  width: 50%;
}

.u-staff-layout02 .job {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DEE0DB;
  width: fit-content;
  color: #3B5F3D;
}

.u-staff-layout02 .l-ttl {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  margin-bottom: 35px;
}

.u-staff-layout02 .l-ttl.border {
  border-bottom: 1px solid #3B5F3D;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.u-staff-layout02 .name {
  font-size: 25px;
}

.u-staff-layout02 .kana {
  color: #D18925;
  font-size: 13px;
}

@media (max-width: 800px) {
  .u-staff-layout02 .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .u-staff-layout02 .wrapper.wrap {
    flex-wrap: wrap;
  }

  .u-staff-layout02 .wrapper.wrap .l-desc {
    width: 100%;
    flex: unset;
    margin-bottom: 0px;
  }

  .u-staff-layout02 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .u-staff-layout02 .l-ttl {
    margin-bottom: 25px;
  }

  .u-staff-layout02 .name {
    font-size: 22px;
  }

  .u-staff-layout02 .kana {
    font-size: 12px;
  }

  .u-staff-layout02 .card-profile {
    margin-top: 30px;
  }
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

/*問い合わせパーツ*/
.u-tel-layout {
  background: #F3F3F3;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
  border-radius: 10px;
}

.u-tel-layout .l-ttl {
  border-bottom: 1px solid #3B5F3D;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}

.u-tel-layout .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin: auto;
}

.u-tel-layout .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin: 0 auto;
  color: #3B5F3D;
}

.u-tel-layout .l-time {
  display: grid;
  grid-gap: 15px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

.u-tel-layout .l-time .item {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}

.u-tel-layout .l-time dt {
  border: 1px solid #3B5F3D;
  color: #3B5F3D;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: fit-content;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .u-tel-layout .wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
    margin: auto;
  }

  .u-tel-layout .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }

  .u-tel-layout .l-tel {
    font-size: 30px;
  }

  .u-tel-layout .l-tel img {
    width: 30px;
    margin-top: 0;
  }
}

.u-tel-layout02 {
  background: #F9F3ED;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

.u-tel-layout02 .l-ttl {
  border-bottom: 1px solid #3B5F3D;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
}

.u-tel-layout02 .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.u-tel-layout02 .l-tel {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #3B5F3D;
}

.u-tel-layout02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
}

.u-tel-layout02 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.u-tel-layout02 .l-time dt {
  border: 1px solid #3B5F3D;
  color: #3B5F3D;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .u-tel-layout02 .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }

  .u-tel-layout02 .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .u-tel-layout02 .l-tel {
    font-size: 30px;
  }
}

.u-tel-layout04 {
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
  background: #F3F3F3;
}

.u-tel-layout04 .l-ttl {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 25px;
  width: fit-content;
}

.u-tel-layout04 .l-ttl .en {
  font-size: 15px;
  color: #3B5F3D;
  font-family: "Cinzel", serif;
}

.u-tel-layout04 .l-ttl .jp {
  font-size: 20px;
  letter-spacing: .05em;
}

.u-tel-layout04 .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 120px;
}

.u-tel-layout04 .wrap .col+.col {
  position: relative;
}

.u-tel-layout04 .wrap .col+.col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}

.u-tel-layout04 .col-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-tel-layout04 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
  color: #3B5F3D;
}

.u-tel-layout04 .l-btn {
  border-radius: unset;
  background: #3B5F3D;
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  min-height: 70px;
  min-width: 300px;
  transition: all 0.3s ease-out;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}

.u-tel-layout04 .l-btn img {
  filter: brightness(0) invert(1);
}

.u-tel-layout04 .l-time {
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: 100%;
}

.u-tel-layout04 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.u-tel-layout04 .l-time .item.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.u-tel-layout04 .l-time dt {
  border: 1px solid #3B5F3D;
  color: #3B5F3D;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 5px;
}

.u-tel-layout04 .l-time dd {
  width: 80%;
}

@media (max-width: 800px) {
  .u-tel-layout04 {
    padding: 35px 25px;
  }

  .u-tel-layout04 .l-ttl {
    margin: 0 auto 25px;
  }

  .u-tel-layout04 .l-ttl .en {
    font-size: 12px;
  }

  .u-tel-layout04 .l-ttl .jp {
    font-size: 20px;
    letter-spacing: normal;
  }

  .u-tel-layout04 .wrap {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .u-tel-layout04 .wrap .col+.col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -30px;
    left: 0;
  }

  .u-tel-layout04 .l-tel {
    font-size: 30px;
  }

  .u-tel-layout04 .l-tel img {
    width: 25px;
  }

  .u-tel-layout04 .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }

  .u-tel-layout04 .l-btn img {
    width: 25px;
  }
}

/*tel*/
.u-tel {
  display: flex;
  justify-content: flex-start;
  width: max-content;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin: 15px 0 0;
}

.u-tel a {
  display: flex;
  align-items: center;
}

.u-tel i {
  display: inline-block;
  margin: 0;
  width: clamp(20px, calc(20 / 1024 * 100vw), 2px);
  padding-bottom: 7px;
  margin-right: 0px;
}

.u-tel i img {
  width: 100%;
}

/**流れ**/
.u-flow-style-arrow {
  border: 1px solid #DEE0DB;
  background: #fff;
  padding: 5%;
}

.u-flow-style-arrow>li+li {
  border-top: 1px solid #DEE0DB;
  padding-top: 70px;
  margin-top: 70px;
  position: relative;
}

.u-flow-style-arrow>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-arrow .flow-ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #D8DECF;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.u-flow-style-arrow .flow-ttl .num {
  background: #3B5F3D;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 3px;
}

.u-flow-style-arrow .wrap {
  display: flex;
  flex-direction: row;
  gap: 5%;
}

.u-flow-style-arrow .wrap.reverse {
  flex-direction: row-reverse;
}

.u-flow-style-arrow .flow-img {
  width: 40%;
}

.u-flow-style-arrow .flow-desc {
  flex: 1;
}

@media (max-width: 800px) {
  .u-flow-style-arrow {
    padding: 25px;
  }

  .u-flow-style-arrow>li+li {
    padding-top: 50px;
    margin-top: 50px;
  }

  .u-flow-style-arrow .flow-ttl {
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .u-flow-style-arrow .flow-ttl .num {
    margin: 0;
  }

  .u-flow-style-arrow .wrap {
    flex-direction: column;
    gap: 30px;
  }

  .u-flow-style-arrow .wrap.reverse {
    flex-direction: column;
  }

  .u-flow-style-arrow .flow-img {
    width: 100%;
  }
}

.flow-kazari {
  position: relative;
  width: 100%;
}

.flow-kazari img {
  position: absolute;
  bottom: -40px;
  right: 0;
  max-width: 550px;
}

@media (max-width: 800px) {
  .flow-kazari img {
    display: none;
  }
}

.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: #F3F3F3;
  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 #3B5F3D;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.u-flow-style-step-no-scroll>li .flow-num {
  background: #3B5F3D;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-weight: 500;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.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: "Cinzel", serif;
  font-weight: 500;
  display: inline-block;
  color: #D18925;
}

.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: 15px;
  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: 15px;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

.u-flow-style-step-no-scroll>li .flow-ttl.tal {
  text-align: left;
}

.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);
  }
}

/*横スクロール版*/
.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: #F3F3F3;
  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 #3B5F3D;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.u-flow-style-step .flow-num {
  background: #3B5F3D;
  display: table;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  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: "Cinzel", serif;
  font-weight: 500;
  display: inline-block;
  color: #D18925;
}

.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: "FOT-筑紫Aオールド明朝 Pr6N D";
}

.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 #3B5F3D;
    display: block;
  }

  .u-flow-style-step>li:last-child::after {
    display: none;
  }
}

.u-flow-style-num {
  display: grid;
  gap: 40px;
}

.u-flow-style-num a {
  text-decoration: underline;
}

.u-flow-style-num>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.u-flow-style-num>li:not(:last-child)::before {
  content: "";
  background-color: #3B5F3D;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.u-flow-style-num>li:not(:last-child)::after {
  content: none;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #3B5F3D transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.u-flow-style-num .flow-num {
  font-size: 20px;
  font-family: "Cinzel", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
  border: 1px solid #707070;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100vw;
}

.u-flow-style-num .flow-num::before {
  content: attr(data-en);
  display: none;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.u-flow-style-num .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.u-flow-style-num .flow-img {
  width: 30%;
}

.u-flow-style-num .flow-img img {
  border-radius: unset;
}

.u-flow-style-num .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.u-flow-style-num .flow-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3B5F3D;
}

@media (max-width: 800px) {
  .u-flow-style-num {
    gap: 40px;
  }

  .u-flow-style-num>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .u-flow-style-num>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .u-flow-style-num>li:not(:last-child)::after {
    left: 20px;
  }

  .u-flow-style-num .flow-num {
    font-size: 25px;
  }

  .u-flow-style-num .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .u-flow-style-num .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .u-flow-style-num .flow-img {
    width: 100%;
  }

  .u-flow-style-num .flow-ttl {
    margin-bottom: 10px;
  }

  .u-flow-style-num .flow-desc {
    padding-top: 0;
  }
}

.u-flow-style-num02 {
  display: grid;
  column-gap: 40px;
  background: unset;
}

.u-flow-style-num02>li {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 130px;
  margin-bottom: 20px;
}

.u-flow-style-num02>li:not(:last-child)::before {
  content: "";
  background: url("../images/under/line-tate.svg") repeat-y;
  background-size: contain;
  width: 2px;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 40px;
}

.u-flow-style-num02 .flow-num {
  font-size: 1.4rem;
  font-family: "Cinzel", serif;
  color: #fff;
  background: #3B5F3D;
  width: 80px;
  height: 80px;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.u-flow-style-num02.comecome>li:not(:last-child)::before {
  background: url("../images/under/line-tate2.svg") repeat-y;
}

.u-flow-style-num02.comecome .flow-num {
  color: #333333;
  background: #373832;
}

.u-flow-style-num02 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  padding: 0 0 40px;
}

.u-flow-style-num02 .flow-img {
  width: 35%;
}

.u-flow-style-num02 .flow-img img {
  border-radius: 10px;
}

.u-flow-style-num02 .flow-desc {
  flex: 1;
}

.u-flow-style-num02 .flow-ttl {
  font-size: 2rem;
  padding-bottom: 0;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .u-flow-style-num02 {
    gap: 20px;
  }

  .u-flow-style-num02>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .u-flow-style-num02>li:not(:last-child)::before {
    top: 70px;
    left: 27px;
  }

  .u-flow-style-num02>li:not(:last-child)::after {
    left: 20px;
  }

  .u-flow-style-num02 .flow-num {
    width: 54px;
    height: 54px;
    border-radius: 100vw;
    flex: wrap;
    align-items: center;
    justify-content: center;
  }

  .u-flow-style-num02 .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .u-flow-style-num02 .flow-img {
    width: 100%;
  }

  .u-flow-style-num02 .flow-ttl {
    margin-bottom: 10px;
  }

  .u-flow-style-num02 .flow-desc {
    padding-top: 0;
  }
}

.u-flow-style03 li {
  background-color: #fff;
  border: 1px solid #3B5F3D;
  padding: 20px 20px 20px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  position: relative;
}

.u-flow-style03 li+li {
  margin-top: 40px;
}

.u-flow-style03 li+li::before {
  content: "";
  width: 14px;
  height: 50px;
  background: url(../images/share/u-flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}

.u-flow-style03 .num {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #3B5F3D;
}

.u-flow-style03 .num::before {
  content: attr(data-en);
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.u-flow-style03 .flow-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}

.u-flow-style03 .flow-desc {
  flex: 1;
  border-left: 1px solid #DEE0DB;
  padding-left: 50px;
  line-height: 1.7;
}

.u-flow-style03 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

.u-flow-style03 .flow-img {
  width: 30%;
}

.u-flow-style03 .flow-read {
  flex: 1;
}

.u-flow-style03 p+p {
  margin-top: 1em;
}

@media (max-width: 800px) {
  .u-flow-style03 li {
    padding: 20px 20px 20px 0;
    grid-template-columns: 50px 1fr;
  }

  .u-flow-style03 .num {
    font-size: 25px;
  }

  .u-flow-style03 .num::before {
    font-size: 12px;
  }

  .u-flow-style03 .flow-ttl {
    margin-bottom: 5px;
  }

  .u-flow-style03 .flow-desc {
    padding-left: 20px;
    line-height: 1.5;
  }

  .u-flow-style03 .wrapper {
    display: block;
  }

  .u-flow-style03 .flow-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.price-ttl span {
  color: #E9FBF5;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-weight: 500;
  padding-right: 10px;
  font-size: 40px;
}

.contact-form table td.flex {
  display: flex;
  grid-gap: 20px;
  padding-top: 20px;
}

@media (max-width: 800px) {
  .contact-form table td.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }
}

/*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: 700 !important;
}

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

/*変更詳細データ*/
.postdata h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: clamp(2.4rem, calc(32 / 1024 * 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: 500;
}

.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;
  }
}

/*------------
hero-slider
--------------*/
.u-hero-slider {
  position: relative;
}

.u-hero-slider .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1800/860;
  object-fit: cover;
}

.u-hero-slider .splide__controls {
  position: absolute;
  inset: auto 0 15px;
  z-index: 5;
}

.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);
}

/*------------
gallery-slider01
--------------*/
.gallery-slider01 {
  overflow: hidden;
}

.gallery-slider01 .splide__pagination {
  top: 380px;
}

.gallery-slider01 .splide__pagination .splide__pagination__page {
  background: #F3F3F3;
}

.gallery-slider01 .splide__pagination .splide__pagination__page.is-active {
  background: #3B5F3D;
}

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide .splide__arrow svg {
  fill: #3B5F3D !important;
}

.gallery-slider01 .splide__track {
  overflow: visible;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

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

.gallery-slider01 .splide__arrow--prev {
  top: 300px;
  left: calc((100% - 872px) / 2);
  transform: translateY(-50%) scaleX(1);
}

.gallery-slider01 .splide__arrow--next {
  top: 300px;
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    line-height: 1.4;
  }

  .gallery-slider01 .splide__pagination {
    bottom: unset;
    top: 43vw;
  }
}

/*------------
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 .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: #7EC2C2;
  /*矢印*/
  --splide-focus-color: #7EC2C2;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: #7EC2C2;
  /*アクティブ時のページネーション*/
  --splide-progress-color: #7EC2C2;
  /*プログレスバー*/
  --splide-toggle-color: #7EC2C2;
  /*再生ボタン*/
  --splide-track-color: #7EC2C2;
  /*サムネイルの枠*/
}

.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: 15px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  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: #3B5F3D;
  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;
  }
}

.u-calender .business-calendar caption {
  color: #fff;
  border-bottom: 0px solid #3B5F3D;
  background: #3B5F3D;
}

.u-calender .business-calendar thead th {
  background: #3B5F3D;
  color: #fff;
}

.u-calender .business-calendar-attribute li.attr0,
.u-calender .business-calendar-attribute li.attr1 {
  background: none;
  color: #3B5F3D;
}

.u-calender .business-calendar-attribute li.attr0::before,
.u-calender .business-calendar-attribute li.attr1::before {
  color: #3B5F3D;
}

/*-----timeline-----*/
.u-timeline {
  position: relative;
  overflow: auto;
  padding: 10% 5% 0;
}

.u-timeline::before {
  content: '';
  position: absolute;
  height: 90%;
  width: 1px;
  background: #373832;
  left: 50%;
  top: 5%;
}

.u-timeline ul {
  list-style: none;
  z-index: 1;
  padding-left: 0;
  margin: 0 auto;
}

.u-timeline ul li {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  background: #F3F3F3;
  border-radius: unset;
  padding: 1em 20px 20px;
  position: relative;
  width: 35%;
}

.u-timeline ul li::before {
  content: '';
  width: 40%;
  height: 0;
  border-top: 1px solid #373832;
  position: absolute;
  top: 50%;
}

.u-timeline ul li:nth-child(even) {
  float: right;
  margin-top: 5%;
}

.u-timeline ul li:nth-child(even)::before {
  left: -40%;
}

.u-timeline ul li:nth-child(even)::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #373832;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -47%;
}

.u-timeline ul li:nth-child(odd) {
  float: left;
  margin-top: -5%;
}

.u-timeline ul li:nth-child(odd)::before {
  right: -40%;
}

.u-timeline ul li:nth-child(odd)::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #373832;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -48%;
}

.u-timeline ul li:nth-of-type(2n+1) {
  clear: both;
}

.u-timeline ul li .time {
  color: #3B5F3D;
  font-size: 27px;
  position: absolute;
  top: -.5em;
  width: 90%;
  text-align: center;
}

.u-timeline ul li .time-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 10px;
}

.u-timeline ul li .time-img img {
  aspect-ratio: 269/170;
  border-radius: unset;
  object-fit: cover;
}

@media (max-width: 800px) {
  .u-timeline {
    position: relative;
    overflow: hidden;
    padding: 10% 5% 0;
  }

  .u-timeline::before {
    content: '';
    position: absolute;
    height: 90%;
    width: 1px;
    background: #373832;
    left: 50%;
    top: 5%;
  }

  .u-timeline ul {
    list-style: none;
    z-index: 1;
    padding-left: 0;
    margin: 0 auto;
  }

  .u-timeline ul li {
    padding: 1em 20px 20px;
    position: relative;
    width: 100%;
    outline: 10px solid #fff;
  }

  .u-timeline ul li::before {
    content: none;
  }

  .u-timeline ul li:nth-child(even) {
    float: none;
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .u-timeline ul li:nth-child(even)::before {
    left: -40%;
  }

  .u-timeline ul li:nth-child(even)::after {
    content: none;
  }

  .u-timeline ul li:nth-child(odd) {
    float: none;
    margin-top: 0;
  }

  .u-timeline ul li:nth-child(odd)::before {
    right: -40%;
  }

  .u-timeline ul li:nth-child(odd)::after {
    content: none;
  }

  .u-timeline ul li:nth-of-type(2n+1) {
    clear: both;
  }

  .u-timeline ul li .time {
    font-size: 24px;
    top: -.75em;
  }
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  color: #333333;
  background: #F5F6F2;
}

.footer .l-img img,
.footer .list-img img {
  aspect-ratio: unset;
  border-radius: unset;
  object-fit: unset;
}

.footer ul+ul {
  margin-top: 0;
}

.footer a {
  color: #333333;
  text-decoration: none;
}

.footer img {
  border-radius: unset;
}

.footer .container {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 1;
}

.footer .wrapper {
  position: relative;
  width: 95%;
  max-width: 1024px;
  margin: auto;
  overflow: hidden;
}

.footer .wrapper .inner {
  position: relative;
  width: 100%;
  padding: calc(70 / 1024 * 100%) 0;
}

.footer .l-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(490 / 1024 * 100%));
  justify-content: space-between;
  padding-bottom: calc(50 / 1024 * 100%);
  border-bottom: 1px solid #C5CDC4;
}

.footer .address {
  margin: 2em auto calc(20 / 15 * 1em);
}

.footer a.f-logo-link {
  display: flex;
  align-items: center;
  width: fit-content;
  transition: .5s;
}

.footer a.f-logo-link img {
  width: clamp(120px, calc(260 / 1800* 100vw), 260px);
}

.footer a.tel {
  display: flex;
  align-items: center;
  gap: calc(6 / 28 * 1em);
  font-size: clamp(1.8rem, calc(28 / 1800 * 100vw), 2.8rem);
  margin-right: calc(37 / 28 * 1em);
  font-weight: bold;
}

.footer a.tel img {
  width: calc(22.39 / 28 * 1em);
  aspect-ratio: 1/1;
  height: auto;
}

.footer a.tel span {
  font-size: clamp(1.8rem, calc(28 / 1800 * 100vw), 2.8rem);
  line-height: calc(32 / 28 * 1em);
}

.footer a.reserve {
  display: flex;
  align-items: center;
  gap: calc(10 / 17 * 1em);
  width: fit-content;
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  color: #FFF;
  padding-right: calc(40 / 17 * 1em);
  padding-left: calc(40 / 17 * 1em);
  margin-top: calc(20 / 490 * 100%);
  margin-bottom: calc(30 / 490 * 100%);
  background: #254F2A;
}

.footer a.reserve img {
  width: calc(24.87 / 17 * 1em);
  aspect-ratio: 24.87/22.94;
  height: auto;
}

.footer a.reserve span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  line-height: calc(52 / 17 * 1em);
}

.footer .f-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: fit-content;
}

.footer .f-list li {
  display: flex;
  gap: 0.5em;
}

.footer .f-list li::before {
  content: "";
  display: block;
  width: calc(5 / 15 * 1em);
  aspect-ratio: 1/1;
  height: auto;
  background: url(../images/share/btn_circle_o.svg) no-repeat center/contain;
}

.footer .f-list li.btn {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  margin-left: calc(55 / 17 * 1em);
}

.footer .f-list li.btn::before {
  content: none;
}

.footer .f-list li.btn a {
  display: flex;
  justify-content: center;
  gap: calc(10 / 17 * 1em);
  width: 140px;
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  color: #FFF;
  background: #254F2A;
}

.footer .f-list li.btn a img {
  width: calc(14.42 / 17 * 1em);
  aspect-ratio: 14.42/18.93;
  height: auto;
}

.footer .f-list li.btn a span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.2rem, calc(17 / 1400 * 100vw), 1.7rem);
  line-height: calc(52 / 17 * 1em);
}

.footer .site-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  padding-top: calc(50 / 1024 * 100%);
}

.footer .site-map::after {
  content: "";
  display: block;
  flex-basis: 100%;
}

.footer .site-map>li {
  line-height: 1em;
  border-left: 1px solid #A0AFA0;
  padding-right: calc(20 / 15 * 1em);
  padding-left: calc(20 / 15 * 1em);
  margin: 0.75em 0;
}

.footer .site-map>li:nth-child(n+8) {
  order: 1;
}

.footer .site-map>li.break {
  border-right: 1px solid #A0AFA0;
}

.footer .site-map a {
  position: relative;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
}

.f-copy {
  width: 100%;
  font-size: clamp(1rem, calc(12 / 1400 * 100vw), 1.2rem);
  line-height: calc(17 / 12 * 1em);
  color: #FFF;
  margin: auto;
  background: #254F2A;
}

.f-copy .l-wrap {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.f-copy .l-wrap .inner {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  padding: calc(11 / 1200 * 100%) 0;
}

.f-copy .l-wrap nav {
  display: block;
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(20 / 14 * 1em);
  margin-bottom: calc(25 / 1200 * 100%);
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: calc(30 / 1800 * 100%);
  margin-bottom: calc(60 / 1800 * 100%);
  z-index: 100;
}

.pagetop a {
  display: grid;
  justify-items: center;
  position: relative;
  transition: transform .5s;
  z-index: 0;
}

.pagetop a span {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, calc(20 / 1400 * 100vw), 2rem);
  line-height: calc(27 / 20 * 1em);
  writing-mode: vertical-lr;
  white-space: nowrap;
  margin-top: 0.5em;
  color: #254F2A;
}

.pagetop a:hover {
  transform: translateY(-10px);
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .footer .wrapper {
    width: 95%;
  }

  .footer .wrapper .inner {
    padding: 50px 2.5vw 35px;
  }

  .footer .l-wrap {
    grid-template-columns: 100%;
    padding-bottom: 50px;
  }

  .footer .l-desc {
    justify-self: center;
    display: grid;
    justify-items: center;
    margin-bottom: 50px;
  }

  .footer a.f-logo-link img {
    width: 182px;
  }

  .footer a.tel {
    font-size: 24px;
  }

  .footer a.tel span {
    font-size: 24px;
  }

  .footer a.reserve {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .footer a.reserve span {
    font-size: 15px;
  }

  .footer .f-list {
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
  }

  .footer .f-list li {
    width: 100%;
    font-size: 13px;
    line-height: 2.5em;
  }

  .footer .f-list li.btn {
    grid-row: 3/4;
    grid-column: 1/2;
    display: block;
    width: fit-content;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 0;
  }

  .footer .f-list li.btn a {
    font-size: 15px;
  }

  .footer .f-list li.btn a span {
    font-size: 15px;
  }

  .footer .site-map {
    grid-column: 1/2;
    font-size: 14px;
    padding-top: 30px;
    max-width: 400px;
  }

  .footer .site-map>li {
    padding-right: 1em;
    padding-left: 1em;
    margin: 10px 0;
  }

  .footer .site-map>li.break-sp {
    border-right: 1px solid #A0AFA0;
  }

  .footer .site-map a {
    font-size: 14px;
  }

  .footer .f-copy {
    font-size: 13px;
    text-align: center;
  }

  .footer .f-copy .l-wrap .inner {
    justify-content: center;
    padding: 25px 0;
  }

  .footer .f-copy .l-wrap nav {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer .pagetop {
    display: none;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: flex;
    background: #3B5F3D;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi-btns .sp-menu-btn {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    font-size: 10px;
    line-height: calc(16 / 10 * 1em);
    letter-spacing: 0;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .sp-menu-btn:not(.humberger) {
    border-right: 1px solid #FFF;
  }

  .sp-navi-btns .sp-menu-btn a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
    padding: 8.3px 0 1px;
  }

  .sp-navi-btns .sp-menu-btn a.btn01 {
    padding: 8.3px 0 1px;
  }

  .sp-navi-btns .sp-menu-btn a.btn02 {
    padding: 9.2px 0 1px;
  }

  .sp-navi-btns .sp-menu-btn a.btn03 {
    padding: 13.3px 0 1px;
  }

  .sp-navi-btns .ttl {
    display: block;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
    line-height: calc(16 / 10 * 1em);
    letter-spacing: 0;
    text-align: center;
  }

  .sp-navi-btns .humberger {
    position: relative;
    display: grid;
    justify-items: center;
    padding: 11.5px 0 1px;
    cursor: pointer;
  }

  .sp-navi-btns .humberger .ttl {
    align-self: flex-end;
  }

  .sp-navi-btns .humberger .line-wrap {
    position: relative;
    width: 13px;
    height: 11px;
  }

  .sp-navi-btns .humberger .line-wrap span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    transition: 0.4s;
    background: #FFF;
  }

  .sp-navi-btns .humberger .line-wrap span:nth-of-type(1) {
    top: 0;
  }

  .sp-navi-btns .humberger .line-wrap span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%, -50%);
  }

  .sp-navi-btns .humberger .line-wrap span:nth-of-type(3) {
    bottom: 0;
  }

  .humberger.is-open .line-wrap span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .humberger.is-open .line-wrap span:nth-of-type(2) {
    opacity: 0;
  }

  .humberger.is-open .line-wrap span:nth-of-type(3) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
  }
}

/*-----------------------------------------------------------
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: 5px !important;
}

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

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

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

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

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

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

.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;
  }

  .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: "FOT-筑紫Aオールド明朝 Pr6N D";
  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 {
  display: grid;
  justify-content: center;
  position: relative;
  width: 275px;
  height: 52px;
  padding: 0 25px 0 0;
  color: #333333;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 17px;
  line-height: 22px;
  border-bottom: 0px solid #333333;
  background: transparent;
  transition: .5s;
}

.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 1px;
  background: #254F2A;
}

.btn-more::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 250px;
  height: 100%;
  border: 1px solid #254F2A;
  z-index: -1;
}

.btn-more:hover {
  color: #FFF;
  opacity: 1;
}

.btn-more:hover::after {
  background: #254F2A;
}

.btn-more.wh {
  color: #FFF;
}

.btn-more.wh::before {
  background: #FFF;
}

.btn-more.wh::after {
  border: 1px solid #FFF;
}

.btn-more.wh:hover {
  color: #333333;
}

.btn-more.wh:hover::after {
  background: #FFF;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {

  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    display: grid;
  }

  .btn-more {
    width: 100%;
    font-size: 14px;
  }

  .btn-more::before {
    width: 15%;
  }

  .btn-more::after {
    width: 92.5%;
  }
}

/*診療カレンダー*/
.business-calendar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}

.business-calendar-box>div {
  width: 100%;
  padding: 25px 20px;
  background: #FFF;
  border-top: 1px solid #254F2A;
  border-radius: 0;
}

.business-calendar {
  text-align: center;
  border-top: 0 !important;
  border-left: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: none;
}

.business-calendar caption {
  position: relative;
  height: auto;
  padding: 0 0 10px;
  margin: 0 auto 4px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: clamp(1.4rem, calc(17 / 1400 * 100vw), 1.7rem);
  line-height: calc(22 / 17 * 1em);
  color: #333333;
  text-align: center;
  border: 0;
  border-bottom: 0px solid #D7D9E2;
  background: none;
}

.business-calendar caption span {
  display: grid;
  align-items: center;
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  color: #D08925;
  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: "Cinzel", serif;
  font-size: clamp(1rem, calc(12 / 1400 * 100vw), 1.2rem);
  font-weight: bold;
  padding: 6px;
  background: none;
  background-clip: padding-box;
  border: 1px solid #E1E5E1;
  z-index: 0;
}

.business-calendar td:nth-last-of-type(1) {
  border-right: 0px solid #DDDDDD;
}

.business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar thead {
  position: relative;
  border-bottom: 0px solid #DED9D3;
  background: #FFF;
}

.business-calendar thead tr {
  border-top: 0px solid #DDDDDD;
}

.business-calendar thead th {
  width: 14%;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, calc(14 / 1400 * 100vw), 1.4rem);
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
  padding: 0;
  border: 0;
  background: none;
}

.business-calendar thead th:nth-last-of-type(1) {
  border-right: 0px solid #DDDDDD;
}

.business-calendar tbody {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: clamp(1.3rem, calc(15 / 1024 * 100vw), 1.5rem);
  line-height: calc(29 / 15 * 1em);
  background: #FFF;
}

.business-calendar tbody tr {
  height: 41px;
  border-bottom: 0px solid #DED9D3;
}

.business-calendar tbody tr:nth-last-of-type(1) {
  border-bottom: 0px solid #DDDDDD;
}

.business-calendar-past a,
.business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 36px;
  height: 100%;
}

.business-calendar-past a::before,
.business-calendar-future a::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 12px;
  border: none;
  position: absolute;
  top: 50%;
  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) translateY(50%);
}

.business-calendar-past {
  margin-left: 10px;
}

.business-calendar-past a::before {
  left: 0;
  transform: rotate(0deg) translateY(-50%);
}

.business-calendar .today {
  text-decoration: underline;
  background: none;
  opacity: 0.5;
}

.business-calendar .attr0,
.business-calendar .attr1,
.business-calendar .attr2 {
  background: none;
}

.business-calendar .attr0::before,
.business-calendar .attr1::before,
.business-calendar .attr2::before {
  border-radius: 0;
  opacity: 1;
}

.business-calendar .attr0,
.business-calendar .attr2 {
  color: #fff;
}

.business-calendar .attr1 {
  color: #333333;
}

.business-calendar .attr0::before {
  background: #6C7B6D;
}

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

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

.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: 0px;
  row-gap: 10px;
  margin: 11px 0 0;
  padding: 0;
}

.business-calendar-attribute li {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: .25em;
  padding: 0 1em 0 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.4rem, calc(16 / 1024 * 100vw), 1.6rem);
  line-height: calc(22 / 16 * 1em);
  list-style: none;
  background: none;
}

.business-calendar-attribute li::before {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 0;
}

.business-calendar-attribute li.attr0 {
  color: #333333;
  background: none;
}

.business-calendar-attribute li.attr0::before {
  background: #6C7B6D;
}

.business-calendar-attribute li.attr1 {
  color: #333333;
  background: none;
}

.business-calendar-attribute li.attr1::before {
  background: #C7D5C8;
}

.business-calendar-attribute li.attr2 {
  color: #333333;
  background: none;
}

.business-calendar-attribute li.attr2::before {
  background: #CBA979;
}

.business-calendar-attribute .cal-append-txt a {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .business-calendar-box {
    display: block;
    margin: 0;
    padding: 0;
  }

  .business-calendar-box>div {
    padding: 20px 2.5vw;
  }

  .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: 11px;
  }

  .business-calendar tbody td {
    font-size: 13px;
  }

  .business-calendar-attribute {
    font-size: 13px;
    margin: 15px 0 0;
  }
}

/*診療時間*/
.time-table {
  color: #333333;
  text-align: center;
  padding: 0;
  border-radius: 0;
  border: 0px solid #254F2A;
  background: none;
  overflow: hidden;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: max(calc(135 / 490 * 100%), 100px) repeat(6, 1fr) calc(70 / 490 * 100%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.3rem, calc(16 / 1400 * 100vw), 1.6rem);
}

.time-table-head .item,
.time-table-body .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1rem, calc(15 / 1200 * 100vw), 1.5rem);
  line-height: calc(20 / 15 * 1em);
  font-weight: 500;
  color: #333333;
  padding: calc(15 / 15 * 1em) 0 calc(15 / 15 * 1em);
}

.time-table-head .item:first-child,
.time-table-body .item:first-child {
  border-right: 0px solid #B7B2A5;
}

.time-table-head .item:nth-last-of-type(1),
.time-table-body .item:nth-last-of-type(1) {
  padding-right: 0;
}

.time-table-head {
  background: #254F2A;
}

.time-table-head .item {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  color: #FFF;
}

.time-table-body {
  border-bottom: 0px solid #E1E5E1;
  background: #FFF;
}

.time-table-body:nth-of-type(1) {
  border-bottom: 1px solid #E1E5E1;
}

.time-table-body .item {
  color: #333333;
}

.time-table-body .item:first-child {
  color: #333333;
  letter-spacing: 0;
}

.time-table-body .item:first-child span {
  display: block;
}

.time-table-body .item.em {
  color: #A5A299;
}

.time-table-wrap .star {
  color: #F3F3F3;
}

.time-table-wrap .tri {
  color: #D897A6;
}

.time-table-wrap .txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.2rem, calc(15 / 1400 * 100vw), 1.5rem);
  line-height: 2em;
  color: #333333;
}

.time-table-wrap .txt+.txt {
  margin-top: calc(8 / 15 * 1em);
}

.time-table-wrap .txt span {
  display: block;
}

.time-table-wrap .txt.up {
  margin-top: 1em;
}

.time-table-wrap .txt.up .tellink {
  text-decoration: underline;
}

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

  .time-table-head,
  .time-table-body {
    grid-template-columns: 100px repeat(6, 1fr) 45px !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-body .time-table-wrap .txt {
    margin-top: 15px;
  }

  .time-table-body .time-table-wrap .txt span {
    font-size: 12px;
  }

  .time-table-wrap .txt {
    font-size: 13px;
    margin-top: 10px;
  }

  .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: #D08925 !important;
}

.splide .splide__arrow--prev::after,
.splide .splide__arrow--next::after {
  content: none !important;
}

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