@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 800px) {

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

th,
dt {
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
}

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

.container,
.footer-inr,
.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide,
.wide.footer-inr,
.breadcrumb ul.wide {
  max-width: 1200px;
}

.container.wide-more,
.wide-more.footer-inr,
.breadcrumb ul.wide-more {
  max-width: 1400px;
}

.container.narrow,
.narrow.footer-inr,
.breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

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

  .container,
  .footer-inr,
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 35px 25px 30px;
  width: 100%;
  height: 119px;
  background-color: #F2F9D9;
}

.header .h-logo {
  width: 30%;
  max-width: 243px;
}

.header .h-logo a {
  display: block;
}

.header .h-logo img {
  width: 100%;
}

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .h-tel {
  margin-right: 30px;
}

.header .h-contact {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header .btn-more {
  max-width: 170px;
}

.humberger {
  display: block;
  width: 40px;
  height: 38px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

.humberger span {
  background: #7FB24F;
  position: absolute;
  width: 40px;
  height: 1px;
  transition: 0.4s;
  left: 50%;
  transform: translate(-50%, -50%);
}

.humberger span:nth-of-type(1) {
  top: 0;
}

.humberger span:nth-of-type(2) {
  top: 6px;
}

.humberger span:nth-of-type(3) {
  top: 12px;
}

.humberger-txt {
  position: absolute;
  bottom: 0;
}

.humberger-txt::before {
  content: "MENU";
  color: #7FB24F;
  font-family: "EB Garamond", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.humberger.is-open span:nth-of-type(1) {
  top: 20%;
  transform: translate(-50%, -50%) rotate(20deg);
}

.humberger.is-open span:nth-of-type(2) {
  display: none;
}

.humberger.is-open span:nth-of-type(3) {
  top: 20%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

.humberger.is-open .humberger-txt::before {
  content: "CLOSE";
}

@media (max-width: 800px) {
  .header {
    position: static;
  }

  .header-inr {
    height: auto;
    display: block;
    padding: 10px 11px 5px 10px;
  }

  .header .h-logo {
    width: 134px;
    max-width: none;
  }

  .header .h-right {
    display: none;
  }
}

/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: #F2F9D9;
  padding: 160px 60px 115px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
}

.gnavi-drawer.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.gnavi-drawer .container,
.gnavi-drawer .footer-inr,
.gnavi-drawer .breadcrumb ul,
.breadcrumb .gnavi-drawer ul {
  display: flex;
}

.gnavi-drawer-logo {
  width: 243px;
  margin-bottom: 15px;
  display: block;
}

.gnavi-drawer-tel {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.gnavi-drawer-add {
  margin: 25px 0 10px;
}

.gnavi-drawer .btn-more {
  max-width: 170px;
}

.gnavi-drawer-listwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-right: 10%;
  flex: 1;
}

.gnavi-drawer-list {
  display: grid;
  grid-gap: 40px;
}

.gnavi-drawer-list .item {
  line-height: 2.5;
}

.gnavi-drawer-list .item li a:not([href="#"]) {
  text-decoration: none;
}

.gnavi-drawer-list .item li a:not([href="#"]):hover {
  text-decoration: underline;
}

.gnavi-drawer-list .item li a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.gnavi-drawer-list .child>li {
  position: relative;
  padding-left: 14px;
}

.gnavi-drawer-list .child>li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  border-bottom: 1px solid #7FB24F;
  width: 6px;
  height: 1px;
}

.gnavi-drawer-list .child>li>a:hover {
  text-decoration: underline;
}

.gnavi-drawer-item {
  flex: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }

  .pc-navi {
    display: none;
  }

  .pc-navi01,
  .pc-navi02,
  .pc-navi03 {
    display: none;
  }

  :root {
    --navi-background: #7FB24F;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: 'FOT-筑紫A丸ゴシック Std B', "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

  .sp-navi {
    display: block;
    /* ボタン類 */
  }

  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .item:last-child {
    border-right: none;
  }

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }

  .sp-navi .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi .sp-navi-btns .item .img svg {
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }

  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }

  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 17px;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 23px;
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .sp-navi {
    /* コンテンツ */
  }

  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

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

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

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

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

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

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

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

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

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

  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  }

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #7FB24F;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sp-navi .sp-navi-list .child>ul>li>a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }

  .sp-navi .sp-navi-other .item+.item {
    margin: 15px 0 0;
  }

  .sp-navi .sp-navi-other .tel {
    text-align: center;
    color: #333;
    display: block;
    font-size: 23px;
    text-decoration: none;
    line-height: 1;
    margin: 0 0 10px;
  }

  .sp-navi .sp-navi-other .tel i {
    font-size: 15px;
  }

  .sp-navi .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .sp-navi .sp-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  margin-top: 119px;
  position: relative;
  background: url(../images/hero_bg.jpg) bottom center/cover no-repeat;
  padding-bottom: 34px;
}

.hero .splide {
  width: 79.11%;
  margin: 0 35px 0 auto;
}

.hero .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero .splide__pagination {
  justify-content: flex-end;
  position: absolute;
  bottom: -34px;
  right: 55px;
}

.hero-desc {
  position: absolute;
  top: 20%;
  left: 5%;
  text-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 0.8);
}

.hero-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 2.5vw;
  line-height: 1.8;
  letter-spacing: 0;
}

@media (max-width: 800px) {
  .hero {
    margin-top: 0;
  }

  .hero .splide {
    width: calc(100% - 20px);
    margin: 10px auto 0;
  }

  .hero .splide__slide img {
    height: 269px;
    border-radius: 20px;
  }

  .hero .splide__pagination {
    display: none;
  }

  .hero-desc {
    width: 100%;
    position: static;
    width: 90%;
    margin: 20px auto 0;
  }

  .hero-ttl {
    font-size: clamp(18px, 5vw, 20px);
    display: inline-block;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.t-ttl .en {
  font-family: "EB Garamond", sans-serif;
  font-size: 110px;
  font-weight: 500;
  color: #7FB24F;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.t-ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 25px;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .t-ttl .en {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .t-ttl .jp {
    font-size: 22px;
    line-height: 1.4;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 137px 0 97px;
  background: url(../images/sec01_bg.jpg) top center/cover no-repeat;
  position: relative;
}

.sec01::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/sec01_deco01.svg) center/contain no-repeat;
  width: 300px;
  height: 517px;
  z-index: 0;
}

.sec01-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec01-layout {
  display: flex;
  margin-bottom: 95px;
}

.sec01-layout .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}

.sec01-layout .t-ttl .en {
  font-size: 45px;
  margin-bottom: 0;
}

.sec01-layout .t-ttl .jp {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.sec01-layout .list-top-news02 {
  flex: 3;
}

.sec01-layout02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 42px;
  position: relative;
  z-index: 1;
}

.sec01-layout02 .item-ttl {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.sec01-layout02 .time-table-txt {
  margin-bottom: 20px;
}

.sec01 .btn-more {
  max-width: 170px;
}

.sec02 {
  padding-top: 100px;
  position: relative;
}

.sec02::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 7%;
  background: url(../images/sec02_deco01.svg) center/contain no-repeat;
  width: 89px;
  height: 84px;
}

.sec02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  background: url(../images/sec02_deco02.svg) center/contain no-repeat;
  width: 241px;
  height: 253px;
  z-index: -1;
}

.sec02-deco::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 20%;
  background: url(../images/sec02_deco03.svg) center/contain no-repeat;
  width: 36px;
  height: 54px;
}

.sec02-deco::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 8%;
  background: url(../images/sec02_deco04.svg) center/contain no-repeat;
  width: 38px;
  height: 35px;
}

.sec02-layout {
  display: flex;
}

.sec02-layout .l-img {
  width: 56.8%;
  margin: 0 60px 0 -45px;
}

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

.sec02-layout .l-desc {
  flex: 1;
  margin-top: 110px;
}

.sec02-layout .l-desc .btn-more {
  margin-top: 40px;
}

.sec03 {
  padding: 100px 0;
  background: url(../images/sec03_bg.jpg) center/cover no-repeat;
}

.sec03 .t-ttl {
  margin-bottom: 60px;
}

.sec03-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
}

.sec03-list li {
  width: calc(33.3333333333% - 22px);
  padding-top: 36px;
  position: relative;
  text-align: center;
}

.sec03-list li:nth-child(-n+2),
.sec03-list li:nth-child(4) {
  margin-right: 32px;
}

.sec03-list li:nth-child(-n+3) {
  margin-bottom: 62px;
}

.sec03-list li .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #7FB24F;
  border-radius: 50%;
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 63px;
  font-weight: 500;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: 0;
  z-index: 2;
}

.sec03-list li .list-img {
  margin-bottom: 18px;
}

.sec03-list li .list-ttl {
  font-size: 25px;
}

.sec04 {
  padding: 100px 0 162px;
  position: relative;
}

.sec04::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  background: url(../images/sec04_deco01.svg) center/contain no-repeat;
  width: 325px;
  height: 864px;
  z-index: -1;
}

.sec04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/sec04_deco05.svg) center/contain no-repeat;
  width: 100%;
  aspect-ratio: 1800/380;
  height: auto;
  z-index: -1;
}

.sec04-deco {
  position: relative;
}

.sec04-deco::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  background: url(../images/sec04_deco04.svg) center/contain no-repeat;
  width: 242px;
  height: 356px;
}

.sec04-deco::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 22%;
  background: url(../images/sec04_deco06.svg) center/contain no-repeat;
  width: 48px;
  height: 27px;
}

.sec04-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.sec04-layout .l-img {
  width: 58%;
  position: relative;
  margin: 0 -55px 0 55px;
}

.sec04-layout .l-img::before {
  content: "";
  position: absolute;
  top: -10%;
  right: 20%;
  background: url(../images/sec04_deco02.svg) center/contain no-repeat;
  width: 36px;
  height: 54px;
}

.sec04-layout .l-img::after {
  content: "";
  position: absolute;
  bottom: 8%;
  right: -20%;
  background: url(../images/sec04_deco03.svg) center/contain no-repeat;
  width: 38px;
  height: 35px;
}

@media (max-width: 1480px) {
  .sec04-layout .l-img::after {
    right: 0%;
  }
}

@media (max-width: 1280px) {
  .sec04-layout .l-img {
    width: 55%;
    margin-left: 20px;
    margin-right: -40px;
  }
}

.sec04-layout .l-desc {
  flex: 1;
}

.sec04-layout .l-desc .l-ttl {
  font-size: 32px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .sec04-layout .l-desc .l-ttl {
    font-size: 23px;
  }
}

.sec04-layout .l-desc .btn-more {
  margin-top: 35px;
}

.sec04-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 95px 0 100px;
}

.sec04-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 91px 0 100px;
}

.sec04-list li:first-child {
  background: url(../images/sec04_bg01.jpg) center/cover no-repeat;
}

.sec04-list li:nth-child(2) {
  background: url(../images/sec04_bg02.jpg) center/cover no-repeat;
}

.sec04-list li .list-ttl {
  font-size: 30px;
  margin-bottom: 45px;
}

.sec04-list li p {
  text-align: center;
  margin-bottom: 55px;
}

.sec04-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.sec04-list02 li {
  width: calc(33.3333333333% - 20px);
}

.sec04-list02 .list-item {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #E2F4BB;
  border-radius: 20px;
  padding: 45px 10px 42px;
  position: relative;
  transition: 0.3s;
}

.sec04-list02 .list-item:hover {
  transform: translateY(-5px);
}

.sec04-list02 .list-item::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(../images/btn_arrow.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
}

.sec04-list02 .list-img {
  margin-bottom: 20px;
}

.sec04-list02 .list-ttl {
  font-size: 20px;
}

.sec04-item {
  background-color: #E2F4BB;
  border-radius: 20px;
  padding: 38px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  transition: 0.3s;
}

.sec04-item:hover {
  transform: translateY(-5px);
}

.sec04-item::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(../images/btn_arrow.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
}

.sec04-item .l-img {
  width: 140px;
  margin-right: 40px;
}

.sec04-item .l-ttl {
  font-size: 33px;
  margin-bottom: 20px;
}

.sec05 {
  padding: 100px 0 56px;
  background: url(../images/sec05_bg.jpg) center/cover no-repeat;
}

.sec05 .t-ttl {
  margin-bottom: 10px;
}

.sec05-layout {
  display: flex;
  align-items: center;
}

.sec05-layout .l-img {
  width: 61.5%;
  margin: 0 20px 0 -60px;
}

.sec05-layout .l-desc {
  flex: 1;
}

.sec05-layout .l-desc p+p {
  margin-top: 2rem;
}

.sec05-layout .l-desc .l-ttl {
  font-size: 33px;
  margin-bottom: 30px;
}

.sec05-layout .l-desc .btn-more {
  margin-top: 35px;
}

.sec06 {
  padding: 120px 0;
  background: url(../images/sec06_bg.jpg) center/cover no-repeat;
}

.sec06-item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 40px 10px 50px;
  text-align: center;
}

.sec06-item .btn-more {
  margin-top: 35px;
}

.sec07 {
  position: relative;
}

.sec07 iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

.sec07 .l-desc {
  background: url(../images/sec07_bg.jpg) center/cover no-repeat;
  border-radius: 30px;
  padding: 50px 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  min-width: 371px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.sec07 .t-ttl .en {
  font-size: 45px;
  margin-bottom: 5px;
}

.sec07 .t-ttl .jp {
  font-size: 18px;
}

.sec07 .address {
  margin-bottom: 38px;
}

.sec08 {
  padding: 94px 0 100px;
  position: relative;
}

.sec08::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4%;
  background: url(../images/sec08_deco01.svg) center/contain no-repeat;
  width: 199px;
  height: 363px;
  z-index: -1;
}

.sec08::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 6%;
  background: url(../images/sec08_deco02.svg) center/contain no-repeat;
  width: 187px;
  height: 223px;
  z-index: -1;
}

.sec08 .container,
.sec08 .footer-inr,
.sec08 .breadcrumb ul,
.breadcrumb .sec08 ul {
  display: flex;
}

.sec08-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec08-ttl .t-ttl {
  text-align: left;
}

.sec08-ttl .t-ttl .en {
  font-size: 45px;
  margin-bottom: 5px;
}

.sec08-ttl .t-ttl .jp {
  font-size: 18px;
}

.sec08 .btn-more {
  width: 170px;
}

.sec08 .list-top-blog02 {
  flex: 3;
}

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

  .sec01::before {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 260px;
  }

  .sec01-layout {
    display: block;
    margin-bottom: 40px;
  }

  .sec01-layout .t-ttl .en {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .sec01-layout .t-ttl .jp {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .sec01-layout .list-top-news02 {
    margin-bottom: 30px;
  }

  .sec01-layout02 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec01-layout02 .item-ttl {
    font-size: 18px;
  }

  .sec01-layout02 .time-table-txt {
    margin-bottom: 20px;
  }

  .sec01 .btn-more {
    max-width: initial;
  }

  .sec02 {
    padding: 50px 0;
  }

  .sec02::before {
    top: 28%;
    left: 5%;
    width: 59px;
    height: 54px;
  }

  .sec02::after {
    left: 0;
    width: 161px;
    height: 170px;
  }

  .sec02-deco::before {
    top: 52%;
    right: 5%;
    width: 26px;
    height: 46px;
  }

  .sec02-deco::after {
    bottom: 10px;
    width: 28px;
    height: 25px;
  }

  .sec02-layout {
    display: block;
  }

  .sec02-layout .l-img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sec02-layout .l-desc {
    margin-top: 0;
  }

  .sec02-layout .l-desc .btn-more {
    margin-top: 30px;
  }

  .sec03 {
    padding: 50px 0;
  }

  .sec03 .t-ttl {
    margin-bottom: 30px;
  }

  .sec03-list {
    display: block;
    margin-bottom: 40px;
  }

  .sec03-list li {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .sec03-list li:nth-child(-n+2),
  .sec03-list li:nth-child(4) {
    margin-right: 0;
  }

  .sec03-list li:nth-child(-n+3) {
    margin-bottom: 25px;
  }

  .sec03-list li .num {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }

  .sec03-list li .list-ttl {
    font-size: 20px;
  }

  .sec04 {
    padding: 50px 0;
  }

  .sec04::before {
    top: 18%;
    left: 0;
    width: 125px;
    height: 464px;
  }

  .sec04-deco::before {
    bottom: 0;
    left: 8%;
    width: 242px;
    height: 356px;
  }

  .sec04-deco::after {
    bottom: 50%;
    right: 10%;
    width: 48px;
    height: 27px;
  }

  .sec04-layout {
    display: block;
  }

  .sec04-layout .l-img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sec04-layout .l-img::before {
    right: 10%;
    width: 26px;
    height: 44px;
  }

  .sec04-layout .l-img::after {
    bottom: 8%;
    right: auto;
    left: 5%;
    width: 28px;
    height: 25px;
  }

  .sec04-layout .l-desc .l-ttl {
    font-size: 20px;
  }

  .sec04-layout .l-desc .btn-more {
    margin-top: 30px;
  }

  .sec04-list {
    grid-template-columns: 1fr;
    margin: 40px 0;
  }

  .sec04-list li {
    padding: 40px 20px;
  }

  .sec04-list li .list-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .sec04-list li p {
    margin-bottom: 30px;
    text-align: left;
  }

  .sec04-list02 {
    gap: 10px;
  }

  .sec04-list02 li {
    width: 100%;
  }

  .sec04-list02 .list-item {
    padding: 30px 10px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .sec04-list02 .list-item::before {
    bottom: 15px;
    right: 15px;
  }

  .sec04-list02 .list-ttl {
    font-size: 18px;
  }

  .sec04-item {
    margin-top: 10px;
    padding: 30px 10px;
    display: block;
  }

  .sec04-item .l-img {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .sec04-item .l-ttl {
    font-size: 20px;
    text-align: center;
  }

  .sec05 {
    padding: 50px 0;
  }

  .sec05 .t-ttl {
    margin-bottom: 30px;
  }

  .sec05-layout {
    display: block;
  }

  .sec05-layout .l-img {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .sec05-layout .l-desc p+p {
    margin-top: 1rem;
  }

  .sec05-layout .l-desc .l-ttl {
    font-size: 20px;
  }

  .sec05-layout .l-desc .btn-more {
    margin-top: 30px;
  }

  .sec06 {
    padding: 50px 0;
  }

  .sec06-item {
    padding: 30px 20px;
  }

  .sec06-item .btn-more {
    margin-top: 30px;
  }

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

  .sec07 iframe {
    height: 300px;
  }

  .sec07 .l-desc {
    padding: 30px 20px;
    position: static;
    min-width: initial;
    transform: none;
    border-radius: 0;
  }

  .sec07 .t-ttl .en {
    font-size: 50px;
  }

  .sec07 .t-ttl .jp {
    font-size: 22px;
  }

  .sec07 .address {
    margin-bottom: 30px;
  }

  .sec08 {
    padding: 50px 0;
  }

  .sec08::before {
    bottom: 0;
    left: 0;
    width: 119px;
    height: 213px;
  }

  .sec08::after {
    top: 10%;
    right: 0;
    width: 87px;
    height: 123px;
  }

  .sec08 .container,
  .sec08 .footer-inr,
  .sec08 .breadcrumb ul,
  .breadcrumb .sec08 ul {
    display: block;
  }

  .sec08-ttl .t-ttl .en {
    font-size: 50px;
  }

  .sec08-ttl .t-ttl .jp {
    font-size: 22px;
  }

  .sec08 .btn-more {
    width: 100%;
  }

  .sec08 .list-top-blog02 {
    margin-bottom: 30px;
  }
}

/*------------
Post
--------------*/
.list-top-news02 .list-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #DFDFDF;
}

.list-top-news02 .list-item:first-child {
  border-top: 1px solid #DFDFDF;
}

.list-top-news02 time {
  font-family: "EB Garamond", sans-serif;
  color: #AAAAAA;
  font-size: 17px;
  margin-right: 20px;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-break: break-all;
}

.list-top-news02 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
}

.list-top-blog01 .list-item,
.list-top-blog02 .list-item {
  width: 33.3333333333%;
}

.list-top-blog01 .list-item a,
.list-top-blog02 .list-item a {
  display: block;
}

.list-top-blog01 .list-item a:hover .list-img img,
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog01 .list-item:not(:last-child),
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 20px;
}

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  word-break: break-all;
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #AAAAAA;
  font-size: 15px;
  font-family: "EB Garamond", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news02 .list-item {
    display: block;
    padding: 10px 0;
  }

  .list-top-news02 time {
    margin-right: 0;
  }

  .list-top-news02 .list-txt {
    width: 100%;
  }

  .list-top-news03 .list-item {
    padding: 0 0 20px;
  }

  /*ブログ*/
  .list-top-blog01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .list-top-blog01 .list-item {
    width: calc(50% - 10px);
  }

  .list-top-blog01 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-top-blog01 .list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .list-top-blog01 .list-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .list-top-blog01 .list-img img {
    height: 120px;
  }

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

  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 119px;
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px 5%;
  height: 277px;
  min-height: 277px;
}

.page-ttl-main {
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 50px;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    height: 130px;
    min-height: 130px;
  }

  .page-ttl-main {
    font-size: 26px;
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  background: #7FB24F;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3,
.post-ttl,
.postdata h2 {
  font-size: 24px;
  line-height: 1.5;
  background: #7FB24F;
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.u-h4,
.postdata h3 {
  font-size: 20px;
  color: #7FB24F;
  margin-bottom: 10px;
}

@media (max-width: 800px) {

  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .u-h2::before,
  .post-category-ttl::before,
  .postdata h1::before {
    width: 35px;
  }

  .u-h3,
  .post-ttl,
  .postdata h2 {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 15px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.breadcrumb ul {
  font-size: 14px;
}

.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}

.breadcrumb ul li+li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

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

@media (max-width: 800px) {
  .u-contents p+p {
    margin-top: 1em;
  }
}

/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}

.tall:last-child {
  padding: 70px 0 140px;
}

.tall.bg01 {
  background: #F2F9D9;
}

.tall.bg02 {
  background: #E2F4BB;
}

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

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

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

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

.hidden {
  overflow: hidden;
}

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

  .tall:last-child {
    padding: 40px 0 80px;
  }

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

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

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #7FB24F;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
}

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

/*------------
追加パーツ
--------------*/
.u-layout01 {
  padding-top: 90px;
  width: 100%;
  position: relative;
}

.u-layout01::before {
  content: "";
  width: 241px;
  height: 639px;
  position: absolute;
  top: 55px;
  left: 15px;
  background: url(../images/under/u-layout01_deco01.png) center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1400px) and (min-width: 801px) {
  .u-layout01::before {
    background: url(../images/under/layout01_deco01_min.svg) center/contain no-repeat;
    width: 201px;
    height: 213px;
    top: auto;
    bottom: 0;
  }
}

.u-layout01::after {
  content: "";
  width: 226px;
  height: 514px;
  position: absolute;
  top: 0;
  right: 9%;
  background: url(../images/under/u-layout01_deco02.png) center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1500px) and (min-width: 801px) {
  .u-layout01::after {
    right: 3%;
  }
}

.u-layout01 .l-inr {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) and (min-width: 801px) {
  .u-layout01 .l-inr {
    position: relative;
  }

  .u-layout01 .l-inr::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 89px;
    height: 84px;
    background: url(../images/under/layout01_deco01_min02.svg) center/contain no-repeat;
    z-index: -1;
  }
}

.u-layout01 .l-cont {
  max-width: 1024px;
  margin: 0 auto;
}

.u-layout01 .l-img img {
  width: 100%;
  border-radius: 20px;
}

.u-layout01 .l-desc {
  border-radius: 20px;
  padding: 60px 65px;
  background: #F2F9D9;
  width: 90%;
  max-width: 780px;
  margin: -110px -65px 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .u-layout01 .l-desc {
    margin: -110px -4vw 0 auto;
  }
}

@media (max-width: 800px) {
  .u-layout01 {
    padding: 40px 0;
  }

  .u-layout01::before {
    width: 80px;
    height: 212px;
    top: auto;
    bottom: -20px;
    left: 5px;
  }

  .u-layout01::after {
    width: 130px;
    height: 297px;
    top: 0px;
    right: 5px;
    background: url(../images/under/u-layout01_deco01.png) center/contain no-repeat;
  }

  .u-layout01 .l-inr {
    max-width: none;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .u-layout01 .l-inr::before {
    display: none;
  }

  .u-layout01 .l-cont {
    max-width: none;
    margin: 0;
  }

  .u-layout01 .l-img img {
    border-radius: 0;
  }

  .u-layout01 .l-desc {
    width: 90%;
    margin: -30px auto 0;
    padding: 25px;
    max-width: none;
  }
}

.u-box01 {
  position: relative;
  padding-top: 30px;
}

.u-box01 .box-num {
  font-family: "EB Garamond", sans-serif;
  color: #7FB24F;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}

.u-box01 .box-num .small {
  font-size: 30px;
}

.u-box01 .box-inr {
  padding: 50px;
  border-radius: 20px;
  background: #F2F9D9;
}

.u-box01 .box-layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

.u-box01 .box-layout-img {
  width: 31.5%;
}

.u-box01 .box-layout-img img {
  border-radius: 20px;
}

.u-box01 .box-layout-desc {
  flex: 1;
}

.u-box01 .box-layout-ttl {
  font-size: 26px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .u-box01 {
    padding-top: 23px;
  }

  .u-box01 .box-num {
    font-size: 34px;
    left: 25px;
  }

  .u-box01 .box-num .small {
    font-size: 24px;
  }

  .u-box01 .box-inr {
    padding: 25px;
  }

  .u-box01 .box-layout {
    flex-direction: column;
    gap: 20px;
  }

  .u-box01 .box-layout-img {
    width: 100%;
  }

  .u-box01 .box-layout-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.l-img-wide {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
}

.l-img-wide .l-img {
  flex: 1;
  position: relative;
}

.l-img-wide .l-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(../images/under/img_shadow01.jpg) center/cover no-repeat;
  border-radius: 20px;
  z-index: -1;
}

.l-img-wide .l-img img {
  width: 100%;
  border-radius: 20px;
}

.l-img-wide .l-desc {
  flex: 1.05;
}

.l-img-wide .l-ttl {
  font-size: 33px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.l-img-wide .l-txt {
  max-width: 510px;
}

@media (max-width: 800px) {
  .l-img-wide {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .l-img-wide .l-img {
    width: calc(100% - 10px);
  }

  .l-img-wide .l-img::before {
    top: 10px;
    left: 10px;
  }

  .l-img-wide .l-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .l-img-wide .l-txt {
    max-width: none;
  }
}

.u-layout02 {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.u-layout02 .l-img {
  width: 29.5%;
  position: relative;
}

.u-layout02 .l-img img {
  width: 100%;
  border-radius: 20px;
}

.u-layout02 .l-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(../images/under/img_shadow01.jpg) center/cover no-repeat;
  border-radius: 20px;
  z-index: -1;
}

.u-layout02 .l-desc {
  flex: 1;
  background: #E2F4BB;
  border-radius: 20px;
  padding: 40px 50px;
  position: relative;
}

.u-layout02 .l-desc::before {
  content: "";
  border-style: solid;
  border-width: 12px 25px 12px 0;
  border-color: transparent #E2F4BB transparent transparent;
  position: absolute;
  left: -25px;
  top: 85px;
}

@media (max-width: 800px) {
  .u-layout02 {
    flex-direction: column;
    gap: 40PX;
  }

  .u-layout02 .l-img {
    width: 70%;
    margin: 0 auto;
  }

  .u-layout02 .l-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/under/img_shadow01.jpg) center/cover no-repeat;
    border-radius: 20px;
    z-index: -1;
  }

  .u-layout02 .l-desc {
    padding: 25px;
  }

  .u-layout02 .l-desc::before {
    border-width: 0 11px 22px 11px;
    border-color: transparent transparent #E2F4BB transparent;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
  }
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

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

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

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

.l-imgR .l-img img,
.l-imgL .l-img img {
  border-radius: 20px;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR .l-desc .table-style05,
.l-imgL .l-desc .table-style05 {
  font-size: 15px;
}

.l-imgR .l-desc .table-style05 th,
.l-imgR .l-desc .table-style05 td,
.l-imgL .l-desc .table-style05 th,
.l-imgL .l-desc .table-style05 td {
  padding: 15px;
}

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

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

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

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

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 90%;
    margin: 0 auto;
  }

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

.flow-style06 {
  border: 2px solid #dfdfdf;
  background: #fff;
  border-radius: 20px;
  padding: 5%;
}

.flow-style06>li+li {
  border-top: 1px solid #dfdfdf;
  padding-top: 70px;
  margin-top: 70px;
  position: relative;
}

.flow-style06>li+li::before {
  content: "";
  background: url(../images/share/flow_arrow02.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-style06 .flow-ttl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.flow-style06 .flow-ttl .num {
  background: #7FB24F;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 3px;
}

.flow-style06 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.flow-style06 .flow-img {
  width: 30%;
}

.flow-style06 .flow-img img {
  border-radius: 20px;
}

.flow-style06 .flow-desc {
  flex: 1;
}

@media (max-width: 800px) {
  .flow-style06 {
    padding: 25px;
  }

  .flow-style06>li+li {
    padding-top: 40px;
    margin-top: 40px;
  }

  .flow-style06 .flow-ttl {
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .flow-style06 .flow-ttl .num {
    margin: 0;
  }

  .flow-style06 .wrap {
    flex-direction: column;
    gap: 20px;
  }

  .flow-style06 .flow-img {
    width: 100%;
  }
}

.u-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  background: linear-gradient(#BFDE81, #CDE385, #E0E989, #F2F08C);
  border-radius: 20px;
  padding: 15px 30px;
  max-width: 300px;
}

.faq-style04 .item+.item {
  border-top: 1px dashed #dfdfdf;
  margin-top: 30px;
  padding-top: 30px;
}

.faq-style04 dt {
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}

.faq-style04 dd {
  position: relative;
  padding-left: 60px;
}

.faq-style04 dd .faq-icon {
  background: #F4F08C;
}

.faq-style04 .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background: #7FB24F;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 17px;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .faq-style04 .item+.item {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-style04 dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

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

.table-style05 th,
.table-style05 td {
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  border-width: 1px 0;
  vertical-align: middle;
  line-height: 1.7;
}

.table-style05 th {
  background: #F2F9D9;
  text-align: center;
}

.table-style05 .right {
  text-align: right;
}

@media (max-width: 800px) {

  .table-style05 th,
  .table-style05 td {
    padding: 15px;
  }

  .table-style05 th {
    text-align: left;
  }

  .table-style05.sp-block {
    border-bottom: 1px solid #dfdfdf;
  }

  .table-style05.sp-block colgroup {
    display: none;
  }

  .table-style05.sp-block th,
  .table-style05.sp-block td {
    display: block;
  }

  .table-style05.sp-block td {
    border: none;
  }
}

.time-table03 {
  border-radius: 20px;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
}

.time-table03 tr+tr {
  border-top: 1px solid #dfdfdf;
}

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

.time-table03 th {
  background-color: #7FB24F;
  color: #fff;
}

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

.time-table03 td {
  background: #F2F9D9;
}

@media (max-width: 800px) {

  .time-table03 th,
  .time-table03 td {
    font-size: 12px;
    padding: 10px 0;
  }
}

.gallery-slider01 {
  overflow: hidden;
}

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide__track {
  overflow: visible;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide img {
  border-radius: 20px;
}

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

.gallery-slider01 .splide__arrow--prev {
  top: 190px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 20px;
  line-height: 1.7;
}

.gallery-slider01 .item-txt {
  margin-top: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}

.card-style01>li {
  background-color: #F2F9D9;
  padding: 25px;
  border-radius: 20px;
}

.card-style01 .card-img {
  margin-bottom: 20px;
}

.card-style01 .card-img img {
  border-radius: 20px;
}

.card-style01 .card-num {
  background: #7FB24F;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.card-style01 .card-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.card-style02>li {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding: 25px;
  border-radius: 20px;
}

.card-style02 .card-img {
  margin-bottom: 20px;
}

.card-style02 .card-img img {
  border-radius: 20px;
}

.card-style02 .card-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.card-style01,
.card-style02 {
  display: grid;
}

.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style01.col2>li,
.card-style02.col2>li {
  padding: 30px;
}

.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style01.col4>li,
.card-style02.col4>li {
  padding: 20px;
}

@media (max-width: 800px) {

  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col2>li,
  .card-style02.col2>li {
    padding: 25px;
  }

  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4>li,
  .card-style02.col4>li {
    padding: 25px;
  }
}

.staff-layout01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.staff-layout01 .l-img {
  width: 32%;
}

.staff-layout01 .l-img img {
  border-radius: 10px;
}

.staff-layout01 .l-desc {
  flex: 1;
}

.staff-layout01 .l-job {
  display: block;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #7FB24F;
}

.staff-layout01 .l-name {
  display: flex;
  align-items: baseline;
  gap: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.staff-layout01 .l-name .jp {
  font-size: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
}

.staff-layout01 .l-name .en {
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  color: #7FB24F;
}

.staff-layout01 .card-profile {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .staff-layout01 .wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .staff-layout01 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .staff-layout01 .l-img figcaption {
    flex-direction: column;
    gap: 10px;
  }

  .staff-layout01 .l-ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .staff-layout01 .l-name {
    gap: 15px;
    margin-bottom: 20px;
  }

  .staff-layout01 .l-name .jp {
    font-size: 24px;
  }

  .staff-layout01 .card-profile {
    margin-top: 30px;
  }
}

.card-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  font-size: 14px;
}

.card-profile .item {
  background: #F2F9D9;
  border-radius: 20px;
  padding: 30px;
}

.card-profile .card-ttl {
  border-bottom: 1px dashed #dfdfdf;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .card-profile {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .card-profile .item {
    padding: 20px;
  }

  .card-profile .card-ttl {
    font-size: 16px;
  }
}

.dl-career {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 12px 5px;
  line-height: 1.5;
}

.list-disc {
  display: grid;
  grid-gap: 5px;
}

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

.list-disc li:before {
  content: "・";
  color: #7FB24F;
  display: block;
  position: absolute;
  left: 0;
}

.box-style02 {
  border: 2px solid #dfdfdf;
  border-radius: 20px;
  padding: 5%;
  background: #fff;
}

.box-style02 .box-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.box-style02 .box-ttl.tal {
  text-align: left;
}

.box-style02 .box-ttl02 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .list-disc {
    grid-gap: 10px;
  }

  .box-style02 {
    padding: 25px;
  }

  .box-style02 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .box-style02 .box-ttl02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.card-style03 {
  display: grid;
}

.card-style03>li {
  background: #F2F9D9;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}

.card-style03 .card-num {
  color: #7FB24F;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  line-height: 1.5;
}

.card-style03 .card-num span {
  font-size: 20px;
  margin-left: 5px;
}

.card-style03 .card-ttl {
  font-size: 20px;
  line-height: 1.5;
}

.card-style03.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.card-style03.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-style03.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style03.col4>li {
  padding: 20px;
}

@media (max-width: 800px) {
  .card-style03>li {
    border-radius: 15px;
    padding: 15px 10px;
  }

  .card-style03 .card-num {
    font-size: 10px;
  }

  .card-style03 .card-num span {
    font-size: 16px;
  }

  .card-style03 .card-ttl {
    font-size: 14px;
  }

  .card-style03.col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col4>li {
    padding: 15px;
  }
}

.box-style01 {
  background: #F2F9D9;
  border-radius: 20px;
  padding: 5%;
}

.box-style01 .box-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 25px;
  }

  .box-style01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.box-style04 {
  border-radius: 20px;
  background: #7FB24F;
  color: #fff;
  padding: 40px;
}

.box-style04 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-style04 .box-ttl img {
  width: 25px;
}

.box-style04 .list-disc li::before {
  color: #F4F08C;
}

@media (max-width: 800px) {
  .box-style04 {
    padding: 25px;
  }
}

.table-style03 {
  background: #fff;
}

.table-style03 th,
.table-style03 td {
  padding: 10px;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
}

.table-style03 th {
  background: #7FB24F;
  color: #fff;
  text-align: center;
}

.table-style03 th.bg01 {
  color: #333;
  background-color: #F2F9D9;
}

.table-style03 th.tal {
  text-align: left;
}

@media (max-width: 800px) {
  .table-style03.sp-block colgroup {
    display: none;
  }

  .table-style03.sp-block th,
  .table-style03.sp-block td {
    display: block;
  }

  .table-style03.sp-block th {
    border-bottom: none;
  }
}

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

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

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

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

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

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #7FB24F;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 200%;
  }
}

.merit-demerit01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}

.merit-demerit01 .item {
  background: #F2F9D9;
  border-top: 5px solid #7FB24F;
  padding: 35px;
  border-radius: 20px;
}

.merit-demerit01 .item:nth-of-type(2) {
  border-color: #F4F08C;
}

.merit-demerit01 .item:nth-of-type(2) .item-ttl::after {
  color: #c4c05f;
}

.merit-demerit01 .item:nth-of-type(2) .list-disc>li::before {
  color: #c4c05f;
}

.merit-demerit01 .item-ttl {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
}

.merit-demerit01 .item-ttl::after {
  content: attr(data-en);
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-left: 15px;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #7FB24F;
}

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

  .merit-demerit01 .item {
    padding: 25px;
  }

  .merit-demerit01 .item-ttl {
    margin-bottom: 20px;
  }
}

.before-after01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.before-after01 .item {
  text-align: center;
}

.before-after01 .item+.item .item-img::before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #7FB24F;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
}

.before-after01 .item-img {
  display: grid;
  place-items: center;
  position: relative;
  height: 400px;
}

.before-after01 .item-img img {
  object-fit: contain;
  object-position: center;
  max-height: 400px;
}

.before-after01 .item-ttl {
  color: #7FB24F;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  margin-top: 5px;
}

.before-after01 .item-ttl::before,
.before-after01 .item-ttl::after {
  content: "-";
  margin: 0 5px;
}

@media (max-width: 800px) {
  .before-after01 {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .before-after01 .item+.item .item-img::before {
    top: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .before-after01 .item-img {
    height: auto;
  }
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 800px) {
  .flex-center {
    align-items: flex-start;
  }
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  background-color: #F2F9D9;
  padding: 70px 0 15px;
}

.footer-inr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-inr .f-left {
  width: 48%;
  margin-right: 10%;
}

.footer-inr .f-right {
  flex: 1;
}

.footer .f-logo {
  display: block;
  max-width: 243px;
  margin-bottom: 15px;
}

.footer .f-cta {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 10px;
}

.footer .btn-more {
  width: 170px;
}

.footer .f-address {
  margin: 25px 0 10px;
}

.footer .f-navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.footer .f-navi-item-wrap {
  display: grid;
  grid-gap: 40px;
}

.footer .f-navi-list li {
  line-height: 2.5;
}

.footer .f-navi-list li a:hover {
  text-decoration: underline;
}

.footer .f-navi-list li.child {
  position: relative;
  padding-left: 15px;
}

.footer .f-navi-list li.child::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 6px;
  height: 1px;
  border: 0px;
  border-top: 1px solid #9EBE81;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
}

.footer .pagetop {
  display: block;
  width: 52px;
  height: 48px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  transition: 0.3s;
}

.footer .pagetop:hover {
  transform: translateY(-10px);
}

@media (max-width: 800px) {
  .footer {
    padding: 50px 0 70px;
  }

  .footer-inr {
    display: block;
    margin-bottom: 40px;
  }

  .footer-inr .f-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer .btn-more {
    width: 100%;
  }

  .footer .f-navi {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .footer .f-navi-item-wrap {
    grid-gap: 30px;
  }

  .footer .pagetop {
    display: none;
  }
}

#top {
  scroll-margin-top: 119px;
  /* ヘッダー高さ */
}

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

.list-post-type01 .list-item .post-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-post-type01 .list-item .l-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #7FB24F;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.l-post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.l-post-single .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
  word-break: break-all;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

.postdata h4 {
  font-size: 18px;
  color: #9EBE81;
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #9EBE81;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: #9EBE81;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.postdata a:focus-visible {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.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 sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.postdata .wp-block-button__link {
  background-color: #7FB24F;
  border: 1px solid #7FB24F;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  border-radius: 100px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #7FB24F;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 14px;
  font-family: "EB Garamond", sans-serif;
  color: #AAAAAA;
  line-height: 1;
}

.post-data .post-category01,
.post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  border: 1px solid #7FB24F;
  color: #7FB24F;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background-color: #7FB24F;
  padding: 3px 10px;
  border-radius: 2px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #7FB24F;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #7FB24F;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

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

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #7FB24F;
}

.post-number .current {
  color: #7FB24F;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #7FB24F;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
}

.post-number-single a {
  display: inline-block;
  color: #7FB24F;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

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

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-left: 15px;
  }

  .post-data .post-category02 {
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 210px;
  padding: 13px 25px;
  font-size: 15px;
  border-radius: 70px;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(#BFDE81, #CDE385, #E0E989, #F2F08C);
  transition: 0.3s;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.btn-more:hover {
  opacity: 0.5;
}

.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-more.wide {
  max-width: 320px;
}

.btn-icon {
  background: #7FB24F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #fff;
}

.btn-icon img {
  width: 20px;
  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;
  align-items: center;
  margin-left: -8px;
}

.btn-wrap a {
  margin: 8px;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap a {
    margin: 0;
  }

  .btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

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

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #F2F9D9 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }

  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

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

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

/*診療カレンダー*/
:root {
  --event01: #7FB24F;
  --event02: #B0D65F;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 10px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
  border: 0;
  position: relative;
  border: none;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past,
.business-calendar-box-wrap .business-calendar-future {
  position: absolute;
  top: 0;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  color: #7FB24F;
}

.business-calendar-box-wrap .business-calendar-past {
  left: 0;
}

.business-calendar-box-wrap .business-calendar-future {
  right: 0;
}

.business-calendar-box-wrap .business-calendar-past a span,
.business-calendar-box-wrap .business-calendar-future a span {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a span::before,
.business-calendar-box-wrap .business-calendar-future a span::before {
  display: inline-block;
  content: "";
  transform: translateY(-50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #949EAA;
  border-right: 2px solid #949EAA;
  position: absolute;
  top: 15px;
  left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a span::before {
  transform: translateY(-50%) rotate(45deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #7FB24F;
  border: 0;
  border: 1px solid #dfdfdf;
  text-align: center;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 16px;
  padding: 8px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  padding: 10px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
}

.list-event li {
  font-family: "FOT-筑紫A丸ゴシック Std R", sans-serif;
  font-size: 13px;
  line-height: 1;
  margin: 0 10px 0 0;
}

.list-event i {
  margin: 0 6px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.time-table-head {
  background-color: #7FB24F;
  color: #fff;
  border: 1px solid #eee;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #DFDFDF;
}

.time-table-body:first-child {
  border-top: none;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.time-table-body .item.color01 {
  color: #7FB24F;
}

.time-table-body .item:first-child {
  background-color: #9EBE81;
  color: #fff;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 130px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.time-table-txt {
  line-height: 1.5;
  margin-top: 10px;
}

.time-table-txt .color01 {
  color: #7FB24F;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

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

.tel {
  display: inline-block;
  font-size: 23px;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  transition: 0.3s;
}

.tel:hover {
  opacity: 0.5;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}

.tel-txt {
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  font-size: 12px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #7FB24F;
  border-radius: 2px;
  line-height: 1.5;
  padding: 2px 8px;
  margin-bottom: 3px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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__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__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__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

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

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

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

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

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

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

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

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

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

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

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

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

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

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

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

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

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

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

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