@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: #333333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫明朝 Pr6N M";
  line-height: 1.6;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
th, dt {
  font-family: "FOT-筑紫明朝 Pr6N M";
}

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.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;
  width: 100%;
  transition: 0.3s;
  z-index: 9999;
  background-color: #fff;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 113px 20px 30px;
  width: 100%;
  height: 93px;
}
.header .h-logo {
  width: 30%;
  max-width: 292px;
}
.header .h-logo a {
  display: block;
}
.header .h-logo img {
  width: 100%;
}
.header .h-contact {
  display: flex;
  align-items: center;
}
.header .h-tel {
  display: flex;
  align-items: center;
}
.header .h-tel-time {
  line-height: 1.4;
  margin-left: 22px;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 4px 10px;
}
.header .h-tel-time dt {
  background-color: #54A488;
  border-radius: 2px;
  padding: 4px 0 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.header .h-tel-time dd {
  font-size: 13px;
}

.humberger {
  display: block;
  width: 43px;
  height: 54px;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9999;
}
.humberger span {
  position: absolute;
}
.humberger span:not(:last-of-type) {
  background: #EF947D;
  width: 42px;
  height: 1px;
  transition: 0.4s;
  right: 0;
  transform: translateY(-50%);
}
.humberger span:nth-of-type(1) {
  top: 0;
}
.humberger span:nth-of-type(2) {
  top: 20%;
}
.humberger span:nth-of-type(3) {
  top: 40%;
  width: 21px;
}
.humberger span:nth-of-type(4) {
  bottom: 0;
}
.humberger .menu {
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  font-size: 16.5px;
}
.humberger.is-open span:nth-of-type(1) {
  top: 30%;
  transform: translateY(-50%) rotate(25deg);
}
.humberger.is-open span:nth-of-type(2) {
  top: 30%;
  transform: translateY(-50%) rotate(-25deg);
}
.humberger.is-open span:nth-of-type(3) {
  display: none;
}

@media (max-width: 800px) {
  .header {
    position: static;
  }
  .header-inr {
    height: auto;
    display: block;
    padding: 22px 12px;
  }
  .header .h-logo {
    width: 264px;
    max-width: none;
  }
  .header .h-right {
    display: none;
  }
  .header .humberger {
    display: none;
  }
}
/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0 0 30px;
  padding: 130px 90px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 999;
  width: 800px;
  height: 778px;
}
.gnavi-drawer.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}
.gnavi-drawer-logo {
  margin: 0 auto;
  width: 347px;
  margin-bottom: 30px;
}
.gnavi-drawer-contact {
  display: flex;
  align-items: center;
}
.gnavi-drawer-contact .tel {
  font-size: 33px;
  padding-left: 34px;
}
.gnavi-drawer-contact .tel::before {
  width: 25px;
  height: 32px;
}
.gnavi-drawer-contact .l-dl {
  margin-left: 33px;
  line-height: 1.4;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 4px 10px;
  align-items: flex-start;
}
.gnavi-drawer-contact .l-dl dt {
  background-color: #54A488;
  border-radius: 2px;
  padding: 4px 0 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.gnavi-drawer-contact .l-dl dd {
  font-size: 13px;
}

.gnavi-drawer-list {
  display: grid;
  grid-template-rows: repeat(9, auto);
  grid-auto-flow: column;
  column-gap: 70px;
  font-family: "FOT-筑紫明朝 Pr6N M";
  justify-content: center;
  margin-bottom: 40px;
}
.gnavi-drawer-list .item {
  line-height: 2.5;
  padding-left: 18px;
  position: relative;
}
.gnavi-drawer-list .item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  background-color: #EF947D;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.gnavi-drawer-list .item > a:not([href="#"]):hover {
  text-decoration: underline;
}
.gnavi-drawer-list .item > a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }
  :root {
    --navi-background: #EF947D;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫明朝 Pr6N M","游ゴシック 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);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    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: 0;
  }
  .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: 12px;
    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-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-筑紫明朝 Pr6N M";
    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: #EF947D;
    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;
    line-height: 2.5;
    font-family: "FOT-筑紫明朝 Pr6N M";
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #EF947D;
    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-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%;
  padding-top: 93px;
  position: relative;
  background: url(../images/hero_bg.jpg) bottom/cover no-repeat;
}
.hero .splide {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.hero .splide__slide img {
  width: 100%;
  height: calc(100vh - 140px);
  object-fit: cover;
  border-radius: 0 0 30px 30px;
}
.hero .splide__pagination {
  position: absolute;
  justify-content: flex-end;
  right: 34px;
  bottom: 30px;
}
.hero .splide__pagination__page {
  border-radius: 0;
}
.hero .splide__toggle {
  background: transparent;
  position: absolute;
  bottom: 26px;
  right: 95px;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.hero .splide__toggle__play,
.hero .splide__toggle__pause {
  display: inline-block;
}
.hero .splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.hero .splide__toggle:not(.is-active) .splide__toggle__pause {
  display: none;
}
.hero-desc {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: url(../images/hero_deco01.png) center/contain no-repeat;
}
.hero-ttl {
  text-align: center;
  height: 500px;
  font-family: "FOT-筑紫明朝 Pr6N M";
  font-size: 55px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media (max-width: 800px) {
  .hero {
    padding-top: 0;
    background-position: 50% 50%;
  }
  .hero .splide {
    width: calc(100% - 40px);
  }
  .hero .splide__slide img {
    height: 55vh;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
  }
  .hero .splide__pagination {
    right: 20px;
    bottom: 15px;
  }
  .hero .splide__toggle {
    bottom: 13px;
    right: 80px;
  }
  .hero-desc {
    top: 50%;
  }
  .hero-ttl {
    font-size: 25px;
    height: 137px;
    background-size: 75%;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.t-ttl .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 230px;
  color: rgba(239, 148, 125, 0.25);
  display: block;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .t-ttl .en {
    font-size: 180px;
  }
}
.t-ttl .jp {
  font-family: "FOT-筑紫明朝 Pr6N M";
  font-size: 30px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 65px;
  }
  .t-ttl .jp {
    bottom: 5px;
    font-size: 18px;
    white-space: nowrap;
  }
}
/*------------
Block
--------------*/
.sec01 {
  padding: 120px 0;
  background-color: #EF947D;
  border-radius: 0 0 30px 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.sec01 .container, .sec01 .footer-inr, .sec01 .breadcrumb ul, .breadcrumb .sec01 ul {
  display: flex;
}
.sec01-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec01-ttl .en {
  font-size: 90px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
}
.sec01-ttl .jp {
  font-size: 20px;
  bottom: 5px;
  left: 0;
  transform: translateX(0);
}
.sec01 .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}
.sec01 .list-top-news02 {
  flex: 3;
  margin-top: 28px;
}
.sec01 .btn-more::before {
  background: url(../images/btn_arrow02.png) center/contain no-repeat;
  width: 72px;
  height: 54px;
}

.sec02 {
  padding: 120px 0;
  position: relative;
}
.sec02::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  background: url(../images/sec02_deco01.png) center/contain no-repeat;
  width: 365px;
  height: 443px;
}
.sec02-layout {
  display: flex;
  align-items: center;
}
.sec02-layout .l-img {
  width: 68.3%;
  margin: 0 80px 0 -25.5%;
}
.sec02-layout .l-img img {
  border-radius: 0 30px 30px 0;
  min-height: 990px;
  object-fit: cover;
}
@media (max-width: 1520px) {
  .sec02-layout .l-img {
    width: 60%;
    margin: 0 50px 0 -15%;
  }
}
.sec02-layout .l-desc {
  flex: 1;
}
.sec02-layout .l-desc .l-btn {
  text-align: right;
  margin-top: 54px;
}
.sec02-list {
  font-family: "FOT-筑紫明朝 Pr6N M";
}
.sec02-list > li {
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 25px;
  align-items: center;
  font-size: 25px;
}
.sec02-list .num {
  color: #54A488;
  font-size: 52px;
  position: relative;
  width: 86px;
  height: 88px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02-list .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sec02_deco02.png) center/contain no-repeat;
  width: 86px;
  height: 86px;
}

.sec03 {
  padding: 120px 0;
  position: relative;
}
.sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF9F0;
  width: 88.8%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.sec03-layout {
  display: flex;
  flex-direction: row-reverse;
}
.sec03-layout .l-img {
  width: 51.8%;
  margin: 0 -13.67% 0 100px;
}
@media (max-width: 1540px) {
  .sec03-layout .l-img {
    margin: 0 -5% 0 50px;
  }
}
.sec03-layout .l-desc {
  flex: 1;
}
.sec03-layout .l-desc .t-ttl {
  margin-bottom: 50px;
  text-align: left;
}
.sec03-layout .l-desc .t-ttl .jp {
  left: 0;
  transform: translateX(0);
}
.sec03-layout .l-desc .l-ttl {
  font-size: 25px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 40px;
}
.sec03-layout .l-desc .l-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #54A488;
  width: 60px;
  height: 1px;
}
.sec03-layout .l-desc p + p {
  margin-top: 2em;
}
.sec03-layout .l-desc .btn-more {
  margin-top: 85px;
}

.sec04 {
  padding: 120px 0;
  background: url(../images/sec04_bg.jpg) center/cover no-repeat;
  background-size: 100%;
}
.sec04-layout {
  display: flex;
  margin-bottom: 60px;
}
.sec04-layout .l-img {
  width: 38.2%;
  margin-right: 70px;
}
.sec04-layout .l-img img {
  border-radius: 20px;
}
.sec04-layout .l-desc {
  flex: 1;
}
.sec04-layout .l-desc .l-ttl {
  font-size: 25px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 40px;
}
.sec04-layout .l-desc .l-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #54A488;
  width: 60px;
  height: 1px;
}
.sec04-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 40px;
}
.sec04-list .list-item {
  background-color: #EF947D;
  padding: 60px 0 66px;
  border-radius: 20px;
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.sec04-list .list-item::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(../images/sec04_arrow01.svg) center/contain no-repeat;
  width: 31px;
  height: 8px;
  transition: 0.3s;
}
.sec04-list .list-item .list-img {
  margin-bottom: 23px;
}
.sec04-list .list-item .list-ttl {
  font-size: 20px;
}
.sec04-list .list-item:hover {
  opacity: 0.5;
}
.sec04-list .list-item:hover::before {
  transform: translateX(5px);
}
.sec04-box {
  padding: 40px 20px 50px;
  background-color: #FFD1C6;
  border-radius: 20px;
}
.sec04-box .box-ttl {
  text-align: center;
  font-size: 25px;
  padding-bottom: 6px;
  margin-bottom: 40px;
  position: relative;
}
.sec04-box .box-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #54A488;
  width: 60px;
  height: 1px;
}
.sec04-box-inr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.sec04-box-inr .list-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  position: relative;
  transition: 0.3s;
}
.sec04-box-inr .list-item::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../images/sec04_arrow02.svg) center/contain no-repeat;
  width: 31px;
  height: 8px;
  transition: 0.3s;
}
.sec04-box-inr .list-item:hover {
  opacity: 0.5;
}
.sec04-box-inr .list-item:hover::before {
  transform: translateX(5px);
}
.sec04-box-inr .list-ttl {
  margin-left: 15px;
  font-size: 18px;
}
.sec04-box + .sec04-box {
  margin-top: 40px;
}
.sec04-box.color01 {
  background-color: #FAE2DC;
}

.sec05 {
  padding: 120px 0 100px;
  position: relative;
}
.sec05::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF9F0;
  width: 88.8%;
  height: 100%;
  z-index: -1;
  border-radius: 30px 0 0 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.sec05-layout {
  display: flex;
}
.sec05-layout .l-img {
  width: 62%;
  margin: 0 100px 0 -13.67%;
}
.sec05-layout .l-img img {
  border-radius: 20px;
}
@media (max-width: 1540px) {
  .sec05-layout .l-img {
    margin: 0 40px 0 -5%;
  }
}
.sec05-layout .l-desc {
  flex: 1;
}
.sec05-layout .l-desc .t-ttl {
  text-align: left;
  margin-bottom: 50px;
}
.sec05-layout .l-desc .t-ttl .jp {
  left: 0;
  transform: translateX(0);
}
.sec05-layout .l-desc .sec05-list {
  margin-bottom: 46px;
}
.sec05-layout .l-desc .sec05-list li {
  position: relative;
  padding-left: 30px;
}
.sec05-layout .l-desc .sec05-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #EF947D;
  width: 13px;
  height: 13px;
  filter: blur(2px);
  border-radius: 50%;
}

.sec06 {
  padding: 120px 0;
  background: url(../images/sec06_bg.jpg) center/cover no-repeat;
  background-size: 100%;
}
.sec06-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec06-tab .tab_area {
  display: flex;
}
.sec06-tab .tab_area .tab_item {
  width: 128px;
  border-radius: 5px;
  border: 1px solid #EF947D;
  line-height: 1;
  padding: 10px;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr6N M";
  color: #EF947D;
  cursor: pointer;
}
.sec06-tab .tab_area .tab_item:not(:last-child) {
  margin-right: 20px;
}
.sec06-tab .tab_area .tab_item.active {
  background: #EF947D;
  color: #fff;
}
.sec06 .tab_content {
  display: none;
}
.sec06 .tab_content.active {
  display: block;
}

.sec07 {
  padding-bottom: 120px;
  position: relative;
}
.sec07::before {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 28%;
  background: url(../images/sec07_deco01.png) center/contain no-repeat;
  width: 205px;
  height: 442px;
}
.sec07::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF1ED;
  width: 88.8%;
  height: 60%;
  border-radius: 0 30px 30px 0;
  z-index: -1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.sec07 .t-ttl {
  margin-bottom: 50px;
  text-align: left;
}
.sec07 .t-ttl .jp {
  left: 0;
  transform: translateX(0);
}
.sec07-txt {
  margin-bottom: 53px;
}
.sec07-txt .l-ttl {
  font-size: 25px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 40px;
}
.sec07-txt .l-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #54A488;
  width: 60px;
  height: 1px;
}

.sec08 {
  padding: 120px 0;
  background: url(../images/sec08_bg.jpg) center/cover no-repeat;
  background-size: 100%;
}
.sec08 .map {
  border-radius: 30px;
  overflow: hidden;
}
.sec08-layout {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec08-layout .item {
  display: flex;
  align-items: center;
}
.sec08-layout .item-img {
  margin-right: 15px;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 40px 0 50px;
    border-radius: 0 0 15px 15px;
  }
  .sec01 .container, .sec01 .footer-inr, .sec01 .breadcrumb ul, .breadcrumb .sec01 ul {
    display: block;
  }
  .sec01-ttl {
    flex-direction: row;
    align-items: center;
  }
  .sec01-ttl .en {
    font-size: 65px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 400;
  }
  .sec01-ttl .jp {
    font-size: 14px;
    bottom: 5px;
    left: 0;
    transform: translateX(0);
  }
  .sec01 .t-ttl {
    margin-bottom: 0;
  }
  .sec01 .list-top-news02 {
    margin-top: 25px;
  }
  .sec01 .btn-more {
    padding: 11px 70px 11px 0;
  }
  .sec01 .btn-more::before {
    width: 58px;
    height: 43px;
    font-size: 12px;
  }
  .sec02 {
    padding: 50px 0;
  }
  .sec02::before {
    top: 2%;
    width: 124px;
    height: 150px;
    z-index: -1;
  }
  .sec02-layout {
    display: block;
  }
  .sec02-layout .l-img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sec02-layout .l-img img {
    border-radius: 15px;
    min-height: initial;
  }
  .sec02-layout .l-desc .l-btn {
    margin-top: 30px;
  }
  .sec02-list > li {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .sec02-list .num {
    font-size: 25px;
    max-width: 55px;
    height: 57px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec02-list .num::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sec02_deco02.png) center/contain no-repeat;
    width: 55px;
    height: 57px;
  }
  .sec03 {
    padding: 50px 0;
  }
  .sec03::before {
    width: 100%;
    border-radius: 0 15px 15px 0;
  }
  .sec03-layout {
    display: block;
  }
  .sec03-layout .l-img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sec03-layout .l-desc .l-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec03-layout .l-desc p + p {
    margin-top: 2em;
  }
  .sec03-layout .l-desc .btn-more {
    margin-top: 30px;
  }
  .sec04 {
    padding: 50px 0;
    background: none;
    position: relative;
  }
  .sec04::before {
    content: "";
    position: absolute;
    bottom: 45%;
    right: 0;
    background: url(../images/sec04_deco02.png) center/contain no-repeat;
    width: 105px;
    height: 150px;
    z-index: -1;
  }
  .sec04::after {
    content: "";
    position: absolute;
    bottom: 15%;
    left: 0;
    background: url(../images/sec04_deco03.png) center/contain no-repeat;
    width: 84px;
    height: 150px;
    z-index: -1;
  }
  .sec04-wrap {
    position: relative;
  }
  .sec04-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sec04_deco01.png) center/contain no-repeat;
    width: 86px;
    height: 150px;
    z-index: -1;
  }
  .sec04-layout {
    display: block;
    margin-bottom: 30px;
  }
  .sec04-layout .l-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec04-layout .l-img img {
    border-radius: 15px;
  }
  .sec04-layout .l-desc .l-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec04-list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
  }
  .sec04-list .list-item {
    padding: 30px 0;
  }
  .sec04-list .list-item::before {
    bottom: 15px;
    right: 15px;
  }
  .sec04-list .list-item .list-ttl {
    font-size: 17px;
  }
  .sec04-box {
    padding: 20px;
  }
  .sec04-box .box-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec04-box-inr {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .sec04-box-inr .list-item {
    height: 100%;
    display: block;
    text-align: center;
    padding: 15px 10px 30px 10px;
  }
  .sec04-box-inr .list-img {
    margin-bottom: 20px;
  }
  .sec04-box-inr .list-ttl {
    margin-left: 0;
    font-size: 17px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec04-box + .sec04-box {
    margin-top: 30px;
  }
  .sec05 {
    padding: 50px 0;
  }
  .sec05::before {
    width: 100%;
    border-radius: 15px 0 0 15px;
  }
  .sec05-layout {
    display: block;
  }
  .sec05-layout .l-img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sec05-layout .l-img img {
    border-radius: 15px;
  }
  .sec05-layout .l-desc .t-ttl {
    margin-bottom: 30px;
  }
  .sec05-layout .l-desc .sec05-list {
    margin-bottom: 30px;
  }
  .sec05-layout .l-desc .sec05-list li::before {
    top: 8px;
    left: 0;
  }
  .sec06 {
    padding: 50px 0;
  }
  .sec06-tab {
    display: block;
    margin-bottom: 30px;
  }
  .sec06-tab .tab_area {
    display: flex;
  }
  .sec06-tab .tab_area .tab_item {
    width: auto;
    cursor: pointer;
  }
  .sec06-tab .tab_area .tab_item:not(:last-child) {
    margin-right: 10px;
  }
  .sec06-contents {
    margin-bottom: 30px;
  }
  .sec07 {
    padding-bottom: 50px;
  }
  .sec07::before {
    bottom: 10px;
    right: 10%;
    width: 93px;
    height: 200px;
  }
  .sec07::after {
    width: 95%;
    height: 80%;
  }
  .sec07 .t-ttl {
    margin-bottom: 30px;
  }
  .sec07-txt {
    margin-bottom: 30px;
  }
  .sec07-txt .l-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec07 .btn-wrap {
    display: block;
  }
  .sec07 .btn-wrap .btn-more {
    display: block;
  }
  .sec08 {
    padding: 50px 0;
  }
  .sec08 .map {
    border-radius: 15px;
  }
  .sec08-layout {
    margin-top: 30px;
    display: block;
  }
  .sec08-layout .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 .list-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.list-top-news02 .list-item:first-child {
  border-top: 1px solid #fff;
}
.list-top-news02 time {
  margin-right: 32px;
}
.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;
  word-break: break-word;
}
.list-top-news02 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
}
.list-top-blog01 .list-item,
.list-top-blog02 .list-item {
  width: 25%;
}
.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: 20px;
  border: 1px solid #EF947D;
  border-radius: 10px;
}
.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: 0.5s;
}
.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 12px;
  word-break: break-word;
}
.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #EF947D;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .list-top-news02 .list-item {
    display: block;
    padding: 12px 0;
  }
  .list-top-news02 time {
    margin-right: 0;
  }
  .list-top-news02 .list-txt {
    width: 100%;
  }
  /*ブログ*/
  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 0 0;
    width: calc(100% + 5vw);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
  .list-top-blog02 .no-post {
    white-space: nowrap;
  }
}
/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin: 120px auto 0;
  width: calc(100% - 200px);
  background: url(../images/under/u-top_bg.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 5%;
  height: 380px;
  min-height: 380px;
  border-radius: 30px;
  box-sizing: border-box;
}

.page-ttl-wrap {
  position: relative;
}
.page-ttl-wrap::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  background: url(../images/under/h1_deco01.png) center/contain no-repeat;
  width: 201px;
  height: 234px;
  z-index: -1;
}
.page-ttl-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15%;
  background: url(../images/under/h1_deco02.png) center/contain no-repeat;
  width: 126px;
  height: 219px;
  z-index: -1;
}

.page-ttl-main {
  font-family: "FOT-筑紫明朝 Pr6N M";
  color: #fff;
  font-size: 38px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 30px 5%;
    height: auto;
    min-height: 200px;
    width: 90%;
    max-width: 90%;
    margin-inline: auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .page-ttl-wrap::before {
    top: 20px;
    left: -50px;
    width: 26%;
    height: 100px;
  }
  .page-ttl-wrap::after {
    width: 13%;
    height: 80px;
    right: 0;
  }
  .page-ttl-main {
    font-size: 25px;
    max-width: 100%;
    width: 100%;
  }
}
/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 30px;
  position: relative;
  padding-top: 54px;
  margin-bottom: 50px;
  text-align: center;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  background: url(../images/under/h2_deco01.png) center/contain no-repeat;
  width: 61px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #54A488;
  font-size: 24px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.u-h4, .postdata h3 {
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before, .postdata h3::before {
  content: "";
  background: #EF947D;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  filter: blur(2px);
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h4, .postdata h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .u-h4::before, .postdata h3::before {
    top: 6px;
  }
}
/*------------
パンクズリスト
--------------*/
.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: #FFF9F0;
}

.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;
  }
}
.u-list01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
.u-list01 .list-item {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.u-list01 .list-img {
  border-radius: 20px;
  overflow: hidden;
}
.u-list01 .list-desc {
  flex-grow: 1;
  background-color: #FAF4EA;
  padding: 30px 25px;
  border-radius: 10px;
  margin: -50px auto;
  width: 86.29%;
  position: relative;
  z-index: 2;
}
.u-list01 .list-desc .list-ttl-sub {
  margin-bottom: 5px;
}
.u-list01 .list-desc .list-ttl-sub .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  display: block;
  color: #EF947D;
  line-height: 1;
}
.u-list01 .list-desc .list-ttl-sub .num {
  color: #54A488;
  font-family: "FOT-筑紫明朝 Pr6N M";
  font-size: 28px;
  line-height: 1.8;
}
.u-list01 .list-desc .list-ttl {
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #54A488;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .u-list01 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-bottom: 30px;
  }
  .u-list01 .list-item:first-child {
    padding-bottom: 30px;
  }
  .u-list01 .list-desc {
    padding: 30px 20px;
    margin: -30px auto;
    width: 90%;
  }
  .u-list01 .list-desc .list-ttl-sub .num {
    font-size: 25px;
  }
}
.img-br {
  border-radius: 30px;
  overflow: hidden;
}
.img-br.w50 {
  width: 80%;
}

@media (max-width: 800px) {
  .img-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .img-scroll::before {
    content: "※横にスクロールできます。";
  }
  .img-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .img-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .img-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #EF947D;
  }
  .img-scroll figure {
    margin-bottom: 10px;
    width: 200%;
  }
}
.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%;
  border-radius: 30px;
  overflow: hidden;
}
.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

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

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 20px;
  }
  .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-desc,
  .l-imgL .l-desc {
    width: 100%;
  }
}
.list-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
}
.list-anchor-link01 li {
  position: relative;
}
.list-anchor-link01 li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}
.list-anchor-link01 a::before {
  content: "";
  background: url(../images/share/icon_anchor_link.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 4px;
}
.list-anchor-link01 a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .list-anchor-link01 li::after {
    margin: 0 15px;
    vertical-align: -1px;
  }
}
.layout-large {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}
.layout-large .l-img {
  width: 56.64%;
}
.layout-large .l-img img {
  border-radius: 30px;
}
.layout-large .l-desc {
  flex: 1;
}
.layout-large.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}
.layout-large .l-num {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.layout-large .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
}
.layout-large .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.layout-large .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #EF947D;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-large {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }
  .layout-large .l-img {
    width: 100%;
  }
  .layout-large.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }
  .layout-large .l-desc {
    padding: 0 5vw;
  }
  .layout-large .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .layout-large .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .layout-large .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.flow-style05 > li {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 50px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 50px;
}
.flow-style05 > li:not(:last-child)::before {
  content: "";
  border-left: 2px dotted #3C2C25;
  position: absolute;
  top: 115px;
  bottom: 15px;
  left: 40px;
}
.flow-style05 .flow-num {
  color: #EF947D;
  background-color: #EF947D;
  border-radius: 100px;
  text-align: center;
  display: grid;
  place-items: center;
  line-height: 1;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  position: relative;
}
.flow-style05 .flow-num::before {
  content: attr(data-en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-style05 .flow-num img {
  width: 60px;
}
.flow-style05 .flow-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style05 > li {
    grid-gap: 20px;
    padding-bottom: 30px;
  }
  .flow-style05 .flow-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.dl-style01 {
  display: flex;
  flex-wrap: wrap;
}
.dl-style01 dt {
  background: #EF947D;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N M";
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
}
.dl-style01 dt .num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.dl-style01 dt:not(:first-child) {
  margin-top: 15px;
}
.dl-style01 dd {
  background: #FAF4EA;
  padding: 20px;
  width: 75%;
}
.dl-style01 dd:not(:nth-child(2)) {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .dl-style01 {
    display: block;
  }
  .dl-style01 dt {
    padding: 15px;
    width: 100%;
  }
  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }
  .dl-style01 dd:not(:nth-child(2)) {
    margin-top: 0;
  }
}
.box-style02 {
  border: 2px solid #DFDFDF;
  padding: 5%;
  border-radius: 20px;
}
.box-style02 .box-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 20px;
  }
  .box-style02 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.box-style04 {
  background: #EF947D;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.box-style04 .box-ttl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 20px;
  margin-bottom: 15px;
}
.box-style04 .box-ttl img {
  margin-top: 4px;
  filter: brightness(0) invert(1);
}

@media (max-width: 800px) {
  .box-style04 {
    padding: 30px;
  }
}
.tel-layout02 {
  background: #FAF4EA;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
  border-radius: 20px;
}
.tel-layout02 .l-ttl {
  border-bottom: 1px solid #EF947D;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}
.tel-layout02 .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.tel-layout02 .l-tel {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  font-size: 35px;
  line-height: 1;
  color: #EF947D;
  font-family: "FOT-筑紫明朝 Pr6N M";
  transition: 0.3s;
}
.tel-layout02 .l-tel:hover {
  opacity: 0.5;
}
.tel-layout02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
}
.tel-layout02 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}
.tel-layout02 .l-time dt {
  border: 1px solid #EF947D;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .tel-layout02 .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }
  .tel-layout02 .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .tel-layout02 .l-tel {
    font-size: 30px;
  }
}
.staff-layout02 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}
.staff-layout02 .l-img {
  width: 32%;
}
.staff-layout02 .l-img img {
  border-radius: 30px;
}
.staff-layout02 .l-desc {
  flex: 1;
}
.staff-layout02 .job {
  font-weight: 500;
  margin-bottom: 25px;
}
.staff-layout02 .l-ttl {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  margin-bottom: 35px;
}
.staff-layout02 .name {
  font-size: 25px;
}
.staff-layout02 .kana {
  color: #EF947D;
  font-size: 13px;
}
.staff-layout02 .card-profile {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .staff-layout02 .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .staff-layout02 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
  .staff-layout02 .l-ttl {
    margin-bottom: 25px;
  }
  .staff-layout02 .name {
    font-size: 22px;
  }
  .staff-layout02 .kana {
    font-size: 12px;
  }
  .staff-layout02 .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-color: #FAF4EA;
  border-radius: 20px;
  padding: 30px;
}
.card-profile .card-ttl {
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .card-profile {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .card-profile .item {
    padding: 20px;
  }
}
.dl-career {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 12px 0;
  line-height: 1.5;
}

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

.list-check li {
  position: relative;
  padding-left: 20px;
}
.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #EF947D;
  border-bottom: 2px solid #EF947D;
  transform: rotate(-45deg);
}
.list-check.color01 li::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.list-check.width {
  grid-template-columns: 1fr 1fr 2fr !important;
}
.list-check.width2 {
  grid-template-columns: 1.5fr 1fr 1fr !important;
}
.list-check.width3 {
  grid-template-columns: 1fr 1.5fr !important;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }
  .list-check li:before {
    top: 8px;
  }
}
.list-disc.col2, .list-check.col2, .list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.list-disc.col3, .list-check.col3, .list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.list-disc.col4, .list-check.col4, .list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {
  .list-disc.col2, .list-disc.col3, .list-disc.col4, .list-check.col2, .list-check.col3, .list-check.col4, .list-num.col2, .list-num.col3, .list-num.col4 {
    grid-template-columns: 1fr !important;
    grid-gap: 5px;
  }
}
.layout-bg {
  display: flex;
}
.layout-bg .l-img {
  position: relative;
  width: 45%;
  z-index: 1;
}
.layout-bg .l-img img {
  border-radius: 30px;
}
.layout-bg .l-desc {
  background: #FAF4EA;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
  border-radius: 20px;
}
.layout-bg.reverse {
  flex-direction: row-reverse;
}
.layout-bg.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}
.layout-bg .l-num {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #EF947D;
}
.layout-bg .l-ttl {
  font-size: 26px;
  margin-bottom: 15px;
}
.layout-bg .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.layout-bg .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #EF947D;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-bg {
    flex-direction: column;
  }
  .layout-bg .l-img {
    width: 100%;
  }
  .layout-bg .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }
  .layout-bg.reverse {
    flex-direction: column;
  }
  .layout-bg.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }
  .layout-bg .l-num {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .layout-bg .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .layout-bg .l-sub-ttl {
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .layout-bg .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }
}
.box-style03 {
  background: #FAF4EA;
  padding: 40px;
  border-radius: 20px;
}
.box-style03 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #EF947D;
}

@media (max-width: 800px) {
  .box-style03 {
    padding: 30px;
  }
}
.card-style03 {
  display: grid;
}
.card-style03 > li {
  background-color: #FAF4EA;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}
.card-style03 .card-num {
  color: #EF947D;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.card-style03 .card-num span {
  font-size: 18px;
  margin-left: 5px;
}
.card-style03 .card-ttl {
  font-size: 20px;
  line-height: 1.5;
}
.card-style03.row02 .card-num {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  }
  .card-style03 .card-num {
    font-size: 10px;
  }
  .card-style03 .card-num span {
    font-size: 16px;
  }
  .card-style03 .card-ttl {
    font-size: 15px;
  }
  .card-style03.row02 .card-num {
    height: auto;
  }
  .card-style03.col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .card-style03.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style03.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .card-style03.col4 > li {
    padding: 15px;
  }
}
.table-style02 {
  background-color: #fff;
  border: 1px solid #DFDFDF;
}
.table-style02 th, .table-style02 td {
  border: 1px solid #e1e1e1;
  line-height: 1.7;
  padding: 15px;
}
.table-style02 th {
  background-color: #EF947D;
  color: #fff;
  vertical-align: middle;
  width: 30%;
}
.table-style02 th.bg01 {
  background-color: #FFF9F0;
  color: #EF947D;
}
.table-style02 .table-img {
  text-align: center;
}

@media (max-width: 800px) {
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::before {
    content: "※横にスクロールできます。";
  }
  .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: #EF947D;
  }
  .table-scroll table {
    margin-bottom: 10px;
    width: 200%;
  }
}
.ttl-num {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.ttl-num .num {
  border-radius: 50px;
  background-color: #EF947D;
  color: #fff;
  font-size: 15px;
  flex: 0 0 38px;
  line-height: 38px;
  margin-top: -2px;
  text-align: center;
}

@media (max-width: 800px) {
  .ttl-num {
    font-size: 18px;
  }
}
.card-style01 > li {
  background-color: #FAF4EA;
  padding: 25px;
}
.card-style01 .card-img {
  margin-bottom: 25px;
}
.card-style01 .card-img img {
  border-radius: 30px;
}
.card-style01 .card-ttl {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.card-style02 > li {
  border: 1px solid #dfdfdf;
  padding: 25px;
  border-radius: 20px;
}
.card-style02 .card-img {
  margin-bottom: 25px;
}
.card-style02 .card-ttl {
  font-size: 18px;
  text-align: center;
  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;
  border-radius: 20px;
}
.card-style01.col2 .card-img img,
.card-style02.col2 .card-img img {
  border-radius: 30px;
}
.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card-style01.col3 > li,
.card-style02.col3 > li {
  border-radius: 10px;
}
.card-style01.col3 .card-img img,
.card-style02.col3 .card-img img {
  border-radius: 20px;
}
.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card-style01.col4 > li,
.card-style02.col4 > li {
  padding: 20px;
}
.card-style01.col4 .card-img img,
.card-style02.col4 .card-img img {
  border-radius: 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;
  }
}
.accordion-style01 {
  background-color: #FAF4EA;
  border-radius: 20px;
}
.accordion-style01 .accordion-btn {
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
}
.accordion-style01 .accordion-desc {
  display: none;
  padding: 0 30px 30px;
  position: relative;
}
.accordion-style01 .accordion-ttl {
  font-size: 16px;
}
.accordion-style01 .accordion-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.accordion-style01 .accordion-open-icon::before, .accordion-style01 .accordion-open-icon::after {
  content: "";
  display: block;
  background: #EF947D;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.accordion-style01 .accordion-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}
.accordion-style01 .accordion-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.accordion-style01 .is-open .accordion-open-icon {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-style01 .is-open .accordion-open-icon::after {
  opacity: 0;
}
.accordion-style01 + .accordion-style01 {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .accordion-style01 {
    line-height: 1.5;
  }
  .accordion-style01 .accordion-btn {
    padding: 15px 35px 15px 15px;
  }
  .accordion-style01 .accordion-ttl {
    font-size: 15px;
  }
  .accordion-style01 .accordion-desc {
    padding: 0 15px 30px;
  }
  .accordion-style01 .accordion-open-icon {
    right: 0;
  }
}
.box-type02 {
  border: 1px solid #EF947D;
  padding: 50px;
  border-radius: 20px;
}
.box-type02 .box-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.box-type02 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.box-type02 .box-ttl02::before {
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #EF947D;
}

@media (max-width: 800px) {
  .box-type02 {
    padding: 25px 20px;
  }
  .box-type02 .box-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .box-type02 .box-ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
  }
  .box-type02 .box-ttl02::before {
    width: 5px;
    height: 17px;
    top: 5px;
  }
}
.l-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 800px) {
  .l-col2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.table-style05 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-style05 th,
.table-style05 td {
  padding: 15px 30px;
  border: 1px solid #DFDFDF;
  border-width: 1px 0;
  vertical-align: middle;
}
.table-style05 th {
  background: #FAF4EA;
  text-align: left;
}
.table-style05.tac th {
  text-align: center;
}

@media (max-width: 800px) {
  .table-style05.sp-block {
    border-bottom: 1px solid #D6D6D6;
  }
  .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;
  }
}
.u-ttl-bg {
  font-size: 24px;
  background: #EF947D;
  color: #fff;
  padding: 7px 20px;
}

@media (max-width: 800px) {
  .u-ttl-bg {
    font-size: 18px;
    padding: 15px 10px;
  }
}
.flow-style02,
.flow-style01 {
  display: grid;
  grid-gap: 30px;
}
.flow-style02 > li,
.flow-style01 > li {
  background: #FAF4EA;
  padding: 25px;
  position: relative;
  border-radius: 10px;
}
.flow-style02 > li:not(:last-child)::after,
.flow-style01 > li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #EF947D;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}
.flow-style02 .flow-num,
.flow-style01 .flow-num {
  background: #EF947D;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.flow-style02 .flow-ttl,
.flow-style01 .flow-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  text-align: center;
}
.flow-style02 .flow-img,
.flow-style01 .flow-img {
  margin-bottom: 20px;
}
.flow-style02 .flow-img img,
.flow-style01 .flow-img img {
  border-radius: 10px;
}
.flow-style02.col3,
.flow-style01.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.flow-style02.col4,
.flow-style01.col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  .flow-style02 > li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .flow-style02.col3, .flow-style02.col4 {
    grid-template-columns: 1fr;
  }
  .flow-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .flow-scroll::before {
    content: "※横にスクロールできます。";
  }
  .flow-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .flow-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .flow-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #EF947D;
  }
  .flow-scroll .flow-style01 {
    margin-bottom: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 250px;
    width: max-content;
    grid-template-columns: unset !important;
  }
  .flow-scroll .flow-style01 > li {
    width: 100%;
  }
  .flow-scroll .flow-style01 > li:not(:last-child)::after {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #EF947D;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
  }
}
.faq-type01 > dt {
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid #DFDFDF;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
}
.faq-type01 > dt .ttl {
  font-size: 20px;
  line-height: 1.7;
  flex: 1;
}
.faq-type01 > dt .icon {
  background-color: #EF947D;
}
.faq-type01 > dt::before, .faq-type01 > dt::after {
  content: "";
  background: #EF947D;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 15px;
  top: 50%;
}
.faq-type01 > dt::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.faq-type01 > dt:not(.is-open):hover {
  opacity: 0.5;
}
.faq-type01 > dt.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.faq-type01 dd {
  display: none;
  margin-bottom: 60px;
}
.faq-type01 dd .wrapper {
  display: flex;
}
.faq-type01 dd + dt {
  margin-top: 10px;
}
.faq-type01 dd .icon {
  background: #54A488;
}
.faq-type01 .icon {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  width: 35px;
  height: 35px;
  padding-left: 2px;
  line-height: 35px;
  margin: 0 15px 0 0;
}
.faq-type01 .txt,
.faq-type01 .item {
  flex: 1;
}

@media (max-width: 800px) {
  .faq-type01 dt .ttl {
    font-size: 16px;
  }
  .faq-type01 dt::before, .faq-type01 dt::after {
    width: 10px;
    height: 1px;
    right: 15px;
    top: calc(50% - 5px);
  }
  .faq-type01 dt::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .faq-type01 dt.is-open::before {
    transform: translateY(-50%) rotate(0);
  }
  .faq-type01 dd {
    margin-bottom: 30px;
  }
  .faq-type01 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    margin: 0 10px 0 0;
  }
}
.box-style01 {
  border: 2px solid #DFDFDF;
  background: #FAF4EA;
  padding: 5%;
  border-radius: 20px;
}
.box-style01 .box-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.box-style01.row2 .box-ttl {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
  }
  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .box-style01.row2 .box-ttl {
    height: auto;
  }
}
.time-table02 {
  border-collapse: collapse;
  width: 100%;
}
.time-table02 tr {
  border-bottom: 1px solid #DFDFDF;
}
.time-table02 th,
.time-table02 td {
  text-align: center;
  padding: 10px;
}
.time-table02 th {
  background-color: #EF947D;
  color: #fff;
}
.time-table02 th:first-child {
  width: 30%;
}
.time-table02 td {
  background-color: #FAF4EA;
}

@media (max-width: 800px) {
  .time-table02 tr {
    font-size: 13px;
  }
  .time-table02 th:first-child {
    width: 25%;
    font-size: 11px;
  }
  .time-table02 th:last-child {
    width: 20%;
  }
  .time-table02 td {
    background-color: #FAF4EA;
  }
}
.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: 30px;
}
.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}
.gallery-slider01 .splide__arrow--prev {
  top: 200px;
  left: calc((100% - 872px) / 2);
}
.gallery-slider01 .splide__arrow--next {
  top: 200px;
  right: calc((100% - 872px) / 2);
}
.gallery-slider01 .item-desc {
  margin-top: 25px;
}
.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }
  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.cutoff-slider {
  overflow: hidden;
  width: 80%;
  margin: 0 0 0 auto;
}

.cutoff-slider > .splide {
  padding: 0 30px 80px 0;
}
.cutoff-slider .splide__track {
  overflow: visible;
}
.cutoff-slider .splide__arrow {
  background: #fff;
  border: 1px solid var(--splide-main-color);
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 0;
  transform: none;
}
.cutoff-slider .splide__arrow svg {
  width: 50%;
  height: 50%;
}
.cutoff-slider .splide__arrow--prev {
  left: auto;
  right: 90px;
  transform: scaleX(-1);
}
.cutoff-slider .splide__arrow--next {
  right: 20px;
}
.cutoff-slider .splide__progress__bar {
  transition: 0.5s;
}
.cutoff-slider .card-layout .card-img {
  text-align: center;
  margin-bottom: 20px;
}
.cutoff-slider .card-layout .card-img img {
  border-radius: 30px;
}
.cutoff-slider .card-layout .card-ttl {
  font-size: 20px;
  padding: 0 0 0 25px;
  position: relative;
}
.cutoff-slider .card-layout .card-ttl:before {
  content: "";
  display: block;
  background: #EF947D;
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
}

@media (max-width: 800px) {
  .cutoff-slider {
    overflow: hidden;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .cutoff-slider > .splide {
    padding: 0 5vw 50px 0;
  }
  .cutoff-slider .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .cutoff-slider .splide__arrow svg {
    width: 50%;
    height: 50%;
  }
  .cutoff-slider .splide__arrow--prev {
    right: 70px;
  }
  .cutoff-slider .splide__arrow--next {
    right: 20px;
  }
}
.table-style01 {
  border: 1px solid #DFDFDF;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}
.table-style01 th {
  background-color: #EF947D;
  color: #fff;
  padding: 15px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.tel-layout01 {
  background: #FAF4EA;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
  border-radius: 20px;
}
.tel-layout01 .l-ttl {
  border-bottom: 1px solid #EF947D;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}
.tel-layout01 .l-tel {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: center;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
  color: #EF947D;
  font-family: "FOT-筑紫明朝 Pr6N M";
}
.tel-layout01 .l-tel img {
  width: 20px;
  height: 26.5px;
}
.tel-layout01 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}
.tel-layout01 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}
.tel-layout01 .l-time dt {
  border: 1px solid #EF947D;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .tel-layout01 .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }
  .tel-layout01 .l-tel {
    font-size: 30px;
  }
  .tel-layout01 .l-tel img {
    width: 22px;
  }
}
/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #EF947D;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "FOT-筑紫明朝 Pr6N M";
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

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

.table-style03 th,
.table-style03 td {
  padding: 10px;
  border: 1px solid #DFDFDF;
  vertical-align: middle;
}
.table-style03 th {
  background: #EF947D;
  color: #fff;
  text-align: center;
}
.table-style03 th.bg01 {
  background: #f1f1f1;
  color: #333;
}

@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;
  }
}
/*------------
Footer
--------------*/
.footer {
  position: relative;
  background-color: #FFF9F0;
  border-radius: 30px 30px 0 0;
}
.footer-inr {
  display: flex;
  padding: 44px 0 50px;
}
.footer-inr .f-top {
  flex: 1;
  margin-right: 78px;
}
.footer-inr .f-bottom {
  flex: 1;
}
.footer .f-logo {
  display: block;
  max-width: 347px;
  margin-bottom: 30px;
}
.footer .f-access {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.footer .f-access::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/map.svg) center/contain no-repeat;
  width: 15px;
  height: 23px;
}
.footer .f-cta {
  margin-bottom: 25px;
}
.footer .f-navi {
  display: flex;
  font-family: "FOT-筑紫明朝 Pr6N M";
}
.footer .f-navi-item {
  flex: 1;
}
.footer .f-navi-item:not(:last-child) {
  margin-right: 8%;
}
.footer .f-navi-ttl {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DFDFDF;
}
.footer .f-navi-list li {
  position: relative;
  padding-left: 18px;
  line-height: 2.5;
}
.footer .f-navi-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  background-color: #EF947D;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.footer .f-navi-list li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 8px;
  background: #EF947D;
}
.footer .pagetop {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 60px;
  right: 30px;
  z-index: 2;
  transition: 0.3s;
}
.footer .pagetop img {
  width: 100%;
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}

@media (max-width: 800px) {
  .footer-inr {
    display: block;
    padding: 50px 0;
  }
  .footer-inr .f-top {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer .f-logo {
    max-width: 250px;
  }
  .footer .f-navi {
    display: block;
  }
  .footer .f-navi-item {
    flex: 1;
  }
  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .f-navi-ttl {
    font-size: 17px;
  }
  .footer .f-navi-list li::before {
    top: 16px;
  }
  .footer .copyright {
    padding: 20px 0 70px;
  }
  .footer .pagetop {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #EF947D;
}
.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-desc {
  flex: 2;
  word-break: break-all;
}

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

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}
.postdata h4 {
  font-size: 18px;
  color: #54A488;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #54A488;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #54A488;
}
.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: #EF947D;
  border: 1px solid #EF947D;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  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: var(--color_primary);
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.post-data time {
  font-size: 14px;
  color: #EF947D;
  line-height: 1;
}
.post-data .post-category01, .post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.post-category01 {
  border: 1px solid #EF947D;
  color: #EF947D;
  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;
  color: #54A488;
  font-size: 11px;
}
.post-category02 span:not(:last-child) {
  margin-right: 10px;
}

/*セレクト式カテゴリー*/
.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 #EF947D;
  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: #EF947D;
  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: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #EF947D;
}
.post-number .current {
  color: #EF947D;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #EF947D;
  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: "Cormorant Garamond", serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #EF947D;
}
.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;
  }
}
.l-post-single .l-ttl {
  font-size: 30px;
  margin-bottom: 30px;
  word-break: break-all;
}

/*------------
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: inline-block;
  width: fit-content;
  line-height: 1.5;
  text-align: center;
  transition: 0.3s;
  position: relative;
  padding: 15px 85px 15px 0;
  font-family: "FOT-筑紫明朝 Pr6N M";
  letter-spacing: 0;
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 72px;
  height: 54px;
  border: 0px;
  background: url(../images/btn_arrow.png) center/contain no-repeat;
  transition: 0.3s;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-more:hover:before {
  transform: translate(5px, -50%);
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.wide {
  max-width: 320px;
}
.btn-more.color01::before {
  background: url(../images/btn_arrow02.png) center/contain no-repeat;
}

.btn-icon {
  background: #EF947D;
  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: 10px;
}
.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-icon,
  .btn-line {
    width: 100%;
  }
  .btn-wrap {
    flex-direction: column;
    align-items: flex-start;
    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%, #FFF9F0 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: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}
.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-weight: bold;
  text-align: center;
  border: 0;
  margin: 0 0 10px;
}
.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}
.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  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::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}
.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}
.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  position: relative;
  font-size: 13px;
  padding: 5px;
  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-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}
.list-event i {
  margin: 0 5px 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: #EF947D;
  font-family: "FOT-筑紫明朝 Pr6N M";
  color: #fff;
}
.time-table-head .item {
  padding: 10px 0;
}
.time-table-body {
  border-top: 1px solid #DFDFDF;
}
.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.time-table-body .item.color01 {
  color: #EF7D9C;
}
.time-table-body .item.color02 {
  color: #549BCE;
}
.time-table-body .item:first-child {
  background-color: #FFE9E3;
}
.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: #EF7D9C;
}
.time-table-txt .color02 {
  color: #549BCE;
}

@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-筑紫明朝 Pr6N M";
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 27px;
  position: relative;
  transition: 0.3s;
}
.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_b.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}
.tel:hover {
  opacity: 0.5;
}

@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: #EF947D; /* 矢印 */
  --splide-focus-color: #EF947D; /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #54A488; /* アクティブ時のページネーション */
  --splide-progress-color: ; /* プログレスバー */
  --splide-toggle-color: #EF947D; /* 再生ボタン */
  --splide-track-color: #EF947D; /* サムネイルの枠 */
}

.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: #C6C5C5;
  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 */
