@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  background-color: #FFF;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  line-height: 1.75;
}

@media (max-width: 800px) {

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

th, dt {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
}

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

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

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

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

.container.wide-most, .breadcrumb ul.wide-most {
  max-width: 1600px;
}

.container.narrow, .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, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .header {
    height: 118px;
  }
}

@media (max-width: 800px) {
  .header {
    height: 47px;
  }
}

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

.header-inr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .header-inr {
    padding: 0 30px;
    justify-content: space-between;
    gap: 30px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .header-inr {
    padding: 0 16px;
  }
}

.header .h-logo {
  border-radius: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .header .h-logo {
    width: 27%;
    min-width: 300px;
    max-width: 486px;
    height: 225px;
  }
}

@media (max-width: 800px) {
  .header .h-logo {
    width: 233px;
    height: 80px;
  }
}

.header .h-logo.is-fixed {
  background-color: transparent;
}

@media (min-width: 801px) {
  .header .h-logo.is-fixed {
    height: 118px;
  }
}

@media (max-width: 800px) {
  .header .h-logo.is-fixed {
    height: 47px;
  }
}

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

@media (min-width: 801px) {
  .header .h-logo a {
    width: 82.7160493827%;
    height: auto;
    aspect-ratio: 402/73;
  }
}

@media (min-width: 801px) {
  .header .h-logo img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .header .h-logo img {
    width: auto;
    max-height: 35px;
  }
}

@media (min-width: 801px) {
  .header .h-right {
    height: 100%;
    padding: 22px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}

@media (min-width: 801px) {
  .header .h-info {
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .header .h-info {
    display: none;
  }
}

.header .h-tel {
  font-size: 23px;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.header .h-tel:before {
  width: 17px;
  height: 21px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
  margin-top: 3px;
}

/*------------
G-navi
--------------*/
.pc-navi {
  margin-right: 20px;
}

.pc-navi-nav {
  display: flex;
}

.pc-navi-list {
  display: flex;
}

@media (min-width: 901px) {
  .pc-navi-list {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .pc-navi-list {
    gap: 25px;
  }
}

.pc-navi .item {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .pc-navi .item {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .pc-navi .item {
    max-width: 90px;
    font-size: 14px;
    white-space: inherit;
  }
}

.pc-navi .item .item-link::after {
  border-bottom: 2px solid #FF6C00;
  border-right: 2px solid #FF6C00;
}

.pc-navi .item:hover .item-link::before {
  border-bottom: 1px solid #FF6C00;
}

.pc-navi .item .item-link {
  border-bottom: 1px solid transparent;
  display: block;
  transition: 0.3s;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
}

.pc-dropdown:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FF6C00;
  border-right: 2px solid #FF6C00;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: -16px;
  transform: rotate(45deg);
}

.pc-dropdown:hover .item-link {
  border-bottom: 1px solid #FF6C00;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.pc-dropdown:last-of-type .pc-navi-child {
  right: 50%;
  left: 0;
}

.pc-dropdown .pc-navi-child {
  width: -moz-fit-content;
  width: fit-content;
  padding: 37px 40px;
  border-radius: 0 0 5px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child li {
  width: 100%;
  color: #5F4734;
  font-size: 15px;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 2.5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-dropdown .pc-navi-child li::before {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: #FF6C00;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.sp-navi {
  display: none;
}

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

  :root {
    --navi-background: #6ABA63;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "秀英角ゴシック銀 B", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

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

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

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

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid #fff;
    line-height: 1.1;
    font-size: 10px;
    font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: nowrap;
  }

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

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
  }

  .sp-navi .sp-navi-btns .item .img {
    height: 20px;
    display: flex;
    align-items: center;
  }

  .sp-navi .sp-navi-btns .item .ttl {
    min-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .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: 15px;
  }

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

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 4px) 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%, -4px) rotate(45deg);
  }

  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background-color: #FFF2E8;
    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 #DFDFDF;
    margin: 0 0 30px;
  }

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

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

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

  .sp-navi .sp-navi-list>li.sp-dropdown::before, .sp-navi .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #FF6C00;
    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 .column-2 {
    -moz-column-count: 2;
    column-count: 2;
  }

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

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

  .sp-navi .sp-navi-list .child>ul>li.child-li {
    margin-left: 15px;
    color: #888888;
    padding-left: 0;
  }

  .sp-navi .sp-navi-list .child>ul>li.child-li::before {
    display: none;
  }

  .sp-navi .sp-navi-list .child>ul>li.child-li>a {
    font-size: 13px;
  }

  .sp-navi .sp-navi-list .child>ul>li>a {
    display: inline-block;
    font-size: 14px;
    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 {
  position: relative;
}

@media (min-width: 801px) {
  .hero {
    width: 94.4444444444%;
    margin: 118px auto 0;
  }
}

@media (max-width: 800px) {
  .hero {
    width: 92%;
    margin: 47px auto 0;
  }
}

.hero-layout {
  height: 100%;
  position: relative;
}

.hero .splide__control {
  display: flex;
  align-items: center;
  position: absolute;
}

@media (min-width: 800px) {
  .hero .splide__control {
    left: 26px;
    bottom: 20px;
  }
}

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

.hero .splide__toggle {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/share/icon_play.png) 0 0/100% no-repeat;
}

.hero .splide__toggle.is-active {
  background-image: url(../images/share/icon_pause.png);
}

.hero .splide__pagination {
  gap: 10px;
}

.hero .splide__pagination__page {
  width: 30px;
  height: 2px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.hero .splide__pagination__page.is-active {
  border: 1px solid #FF6C00;
  transform: scale(1);
}

.hero-img {
  width: 100%;
}

@media (min-width: 801px) {
  .hero-img {
    border-radius: 30px;
  }
}

@media (max-width: 800px) {
  .hero-img {
    border-radius: 20px;
  }
}

.hero-desc {
  position: absolute;
}

@media (min-width: 801px) {
  .hero-desc {
    right: 10.4117647059%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .hero-desc {
    right: 18vw;
  }
}

@media (max-width: 800px) {
  .hero-desc {
    right: 7%;
    top: 48%;
    transform: translateY(calc(-50% + 30px));
  }
}

.hero-ttl {
  writing-mode: vertical-rl;
  color: #333;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.25em;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}

@media (min-width: 801px) {
  .hero-ttl {
    text-indent: -62px;
    line-height: 2;
    font-size: clamp(20px, 2.778vw, 50px);
  }
}

@media (max-width: 800px) {
  .hero-ttl {
    width: 100%;
    text-indent: -30px;
    line-height: 2;
    font-size: clamp(19px, 7.25vw, 29px);
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 801px) {
  .t-ttl {
    gap: 13px;
    margin-bottom: 73px;
  }
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 20px;
  }
}

.t-ttl .en {
  color: #FF6C00;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .t-ttl .en {
    font-size: 64px;
  }
}

@media (max-width: 800px) {
  .t-ttl .en {
    font-size: 40px;
  }
}

.t-ttl .jp {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .t-ttl .jp {
    line-height: 1.2333333333;
    font-size: 30px;
  }
}

@media (max-width: 800px) {
  .t-ttl .jp {
    line-height: 1.7777777778;
    font-size: 20px;
  }
}

/*------------
Block
--------------*/
@media (min-width: 801px) {
  .sec01 {
    padding: 120px 0;
  }
}

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

.sec01-layout {
  display: grid;
  position: relative;
}

@media (min-width: 801px) {
  .sec01-layout {
    grid-template-columns: 200px 1fr;
    gap: 60px;
  }
}

@media (max-width: 800px) {
  .sec01-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.sec01 .t-ttl {
  gap: 11px;
}

@media (min-width: 801px) {
  .sec01 .t-ttl {
    text-align: left;
  }
}

@media (min-width: 801px) {
  .sec01 .t-ttl .en {
    font-size: 50px;
  }
}

.sec01 .t-ttl .jp {
  font-size: 20px;
}

.sec01 .btn-wrap {
  width: 156px;
}

@media (min-width: 801px) {
  .sec01 .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 800px) {
  .sec01 .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec02-inr {
  border-radius: 30px;
  background: url(../images/sec02_bg.jpg) 0 0/cover no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 1001px) {
  .sec02-inr {
    padding: 120px 0;
  }
}

@media (max-width: 1000px) {
  .sec02-inr {
    padding: 50px 0;
  }
}

.sec02-layout {
  display: grid;
}

@media (min-width: 1001px) {
  .sec02-layout {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 1000px) {
  .sec02-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.sec02 .ttl {
  padding-bottom: 11px;
  border-bottom: 1px solid #FFC295;
  font-size: 23px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media (min-width: 1001px) {
  .sec02 .btn-wrap {
    gap: 20px 43px;
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  .sec02 .btn-wrap {
    gap: 10px 40px;
    margin: 30px auto 0;
  }
}

.sec02 .btn-more {
  width: 210px;
}

.sec02-calendar {
  padding: 24px 30px 21px;
  border: 1px solid #FFC295;
  border-radius: 10px;
  background-color: #FFF;
}

@media (max-width: 800px) {
  .sec02-calendar {
    padding: 5px 20px 20px;
  }
}

@media (min-width: 801px) {
  .sec03 {
    padding: 120px 0 60px;
  }
}

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

.sec03-layout {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.sec03-layout .fig img {
  border-radius: 20px;
}

@media (min-width: 801px) {
  .sec03-layout {
    gap: 4%;
    max-width: 1544px;
  }
}

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

@media (min-width: 801px) {
  .sec03 .content {
    max-width: 512px;
  }
}

@media (min-width: 801px) {
  .sec03 .fig {
    width: 51.8%;
  }
}

@media (max-width: 800px) {
  .sec03 .fig {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec03 .ttl {
  position: relative;
}

@media (min-width: 801px) {
  .sec03 .ttl {
    padding-bottom: 21px;
    line-height: 1.71875;
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media (max-width: 800px) {
  .sec03 .ttl {
    padding-bottom: 15px;
    line-height: 1.6666666667;
    font-size: 18px;
    margin-bottom: 20px;
    order: 1;
  }
}

.sec03 .ttl:before {
  width: 76px;
  height: 1px;
  content: "";
  display: block;
  background-color: #FF6C00;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .txt {
  line-height: 2;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec03 .txt {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .sec03 .txt {
    font-size: 14px;
    order: 3;
  }
}

@media (min-width: 801px) {
  .sec03 .btn-wrap {
    justify-content: end;
    margin-top: 86px;
    margin-right: 20px;
  }
}

@media (max-width: 800px) {
  .sec03 .btn-wrap {
    margin: 30px auto 0;
    order: 4;
  }
}

.sec03 .btn-more {
  width: 230px;
}

@media (min-width: 1001px) {
  .sec04 {
    padding: 60px 0 120px;
  }
}

@media (max-width: 1000px) {
  .sec04 {
    padding: 25px 0 50px;
  }
}

.sec04-layout01 {
  display: grid;
}

@media (min-width: 1001px) {
  .sec04-layout01 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 1000px) {
  .sec04-layout01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.sec04 .box {
  border: 1px solid #FF6C00;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  background-color: #FFF1E6;
  position: relative;
}

@media (min-width: 1001px) {
  .sec04 .box {
    padding: 50px 20px 29px;
    gap: 30px;
  }
}

@media (max-width: 1000px) {
  .sec04 .box {
    padding: 30px 15px 15px;
    gap: 20px;
  }
}

.sec04 .num {
  color: rgba(255, 108, 0, 0.3);
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (min-width: 1001px) {
  .sec04 .num {
    font-size: 65px;
  }
}

@media (max-width: 1000px) {
  .sec04 .num {
    font-size: 40px;
  }
}

@media (min-width: 1001px) {
  .sec04 .img {
    width: 148px;
    height: 148px;
  }
}

@media (max-width: 1000px) {
  .sec04 .img {
    width: 100px;
    height: 100px;
  }
}

.sec04 .txt {
  height: 100%;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
}

@media (min-width: 1001px) {
  .sec04 .txt {
    font-size: 25px;
  }
}

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

.sec04 .btn-wrap {
  width: 210px;
}

@media (min-width: 1001px) {
  .sec04 .btn-wrap {
    margin: 60px auto 0;
  }
}

@media (max-width: 1000px) {
  .sec04 .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec05-layout {
  border-radius: 20px;
  background: url(../images/sec05_bg01.jpg) 0 0/cover no-repeat;
  position: relative;
}

@media (min-width: 801px) {
  .sec05-layout {
    padding: 120px 0;
    margin-bottom: 263px;
  }
}

@media (max-width: 800px) {
  .sec05-layout {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}

.sec05-layout:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 801px) {
  .sec05-layout:before {
    border-right: 73px solid transparent;
    border-left: 73px solid transparent;
    border-top: 89px solid #FF6C00;
    bottom: -192px;
  }
}

@media (max-width: 800px) {
  .sec05-layout:before {
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-top: 45px solid #FF6C00;
    bottom: -81px;
  }
}

.sec05-layout:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 801px) {
  .sec05-layout:after {
    border-right: 73px solid transparent;
    border-left: 73px solid transparent;
    border-top: 89px solid #FFC295;
    bottom: -158px;
  }
}

@media (max-width: 800px) {
  .sec05-layout:after {
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-top: 45px solid #FFC295;
    bottom: -64px;
  }
}

.sec05-layout .box {
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 801px) {
  .sec05-layout .box {
    padding: 52px 50px 43px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .box {
    padding: 30px 20px;
  }
}

.sec05-layout .ttl {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

@media (min-width: 801px) {
  .sec05-layout .ttl {
    padding-bottom: 21px;
    line-height: 1.71875;
    font-size: 32px;
    margin-bottom: 52px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .ttl {
    padding-bottom: 15px;
    line-height: 1.6666666667;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.sec05-layout .ttl:before {
  width: 76px;
  height: 1px;
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #FF6C00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec05-layout .list {
  display: grid;
  background: url(../images/sec05_bg02.jpg) 50% 50%/774px 385px no-repeat;
  position: relative;
}

@media (min-width: 801px) {
  .sec05-layout .list {
    min-height: 385px;
    padding: 11px 0 0px;
    grid-template-columns: 1fr 1fr;
    gap: 76px;
  }
}

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

@media (min-width: 801px) {
  .sec05-layout .list:before {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background-color: #FFC295;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

.sec05-layout .ttl02 {
  color: #FF6C00;
  font-size: 25px;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (min-width: 801px) {
  .sec05-layout .ttl02 {
    margin-bottom: 41px;
  }
}

@media (max-width: 800px) {
  .sec05-layout .ttl02 {
    margin-bottom: 20px;
  }
}

.sec05-layout .num {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  color: #FFF;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF6C00;
}

.sec05-layout .txt {
  line-height: 2;
  font-size: 16px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
}

.sec05-bg01 {
  background-color: #FFF1E6;
}

@media (min-width: 801px) {
  .sec05-bg01 {
    padding: 113px 0 0;
  }
}

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

.sec05-bg02 {
  background-color: #FFE5D1;
}

.sec05-bg02:before {
  width: 100%;
  height: auto;
  aspect-ratio: 1800/337;
  content: "";
  display: block;
  background: #FFE5D1 url(../images/sec05_bg03.png) 0 0/100% no-repeat;
}

.sec05-bg03 {
  background-color: #FFF1E6;
}

.sec05-bg03:before {
  width: 100%;
  height: auto;
  aspect-ratio: 1800/337;
  content: "";
  display: block;
  background: #FFF1E6 url(../images/sec05_bg04.png) 0 0/100% no-repeat;
}

.sec05-layout02 .ttl {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 801px) {
  .sec05-layout02 .ttl {
    padding-bottom: 21px;
    line-height: 1.71875;
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media (max-width: 800px) {
  .sec05-layout02 .ttl {
    padding-bottom: 15px;
    line-height: 1.6666666667;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.sec05-layout02 .ttl:before {
  width: 76px;
  height: 1px;
  content: "";
  display: block;
  background-color: #FF6C00;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec05-layout02 .body {
  display: flex;
}

@media (min-width: 801px) {
  .sec05-layout02 .body {
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .sec05-layout02 .body {
    flex-direction: column;
  }
}

.sec05-layout02 .fig {
  text-align: center;
}

.sec05-layout02 .fig img {
  border-radius: 20px;
}

@media (min-width: 801px) {
  .sec05-layout02 .fig {
    width: 46.3333333333%;
  }
}

@media (max-width: 800px) {
  .sec05-layout02 .fig {
    margin-bottom: 20px;
  }
}

@media (min-width: 801px) {
  .sec05-layout02 .content {
    width: 48.6666666667%;
  }
}

.sec05-layout02 .content .txt {
  line-height: 2;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .sec05-layout02 .content .txt {
    font-size: 16px;
    margin-bottom: 53px;
  }
}

@media (max-width: 800px) {
  .sec05-layout02 .content .txt {
    font-size: 14px;
  }
}

@media (min-width: 801px) {
  .sec05-layout02 .content .btn-wrap {
    margin-top: 50px;
    justify-content: end;
  }
}

@media (max-width: 800px) {
  .sec05-layout02 .content .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec05-layout02 .content .btn-more {
  width: 230px;
  margin-right: 20px;
}

.sec05-layout02 .box {
  padding: 40px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 50px;
  position: relative;
}

.sec05-layout02 .box .btn-wrap {
  width: 210px;
}

@media (min-width: 1001px) {
  .sec05-layout02 .box .btn-wrap {
    position: absolute;
    bottom: 40px;
    right: 60px;
  }
}

@media (max-width: 1000px) {
  .sec05-layout02 .box .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec05-layout02 .check {
  color: rgba(255, 108, 0, 0.4);
  line-height: 1;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  top: -28px;
  left: 10px;
}

.sec05-layout02 .ttl02 {
  color: #FF6C00;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.sec05-layout02 .check-list-wrap {
  display: flex;
}

@media (min-width: 801px) {
  .sec05-layout02 .check-list-wrap {
    justify-content: space-between;
    gap: 10px;
  }
}

@media (max-width: 800px) {
  .sec05-layout02 .check-list-wrap {
    flex-direction: column;
  }
}

.sec05-layout02 .check-item {
  font-size: 16px;
  letter-spacing: 0.05em;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sec05-layout02 .check-item:before {
  width: 14px;
  height: 10px;
  content: "";
  display: block;
  margin-top: 14px;
  background: url(../images/share/icon_check.svg) 0 0/100% no-repeat;
}

@media (max-width: 800px) {
  .sec05-layout02 .check-item:before {
    margin-top: 10px;
  }
}

.sec05-cards {
  display: grid;
  margin-top: 50px;
}

@media (min-width: 1001px) {
  .sec05-cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 1000px) {
  .sec05-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.sec05-cards .card-item {
  padding: 32px 20px 43px;
  border: 1px solid #FF6C00;
  border-radius: 10px;
  background-color: #FFF1E6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 1001px) {
  .sec05-cards .card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.sec05-cards .card-ttl {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 1001px) {
  .sec05-cards .card-ttl {
    font-size: 25px;
    margin-bottom: 27px;
  }
}

@media (max-width: 1000px) {
  .sec05-cards .card-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.sec05-cards .card-body {
  padding: 32px 38px 50px;
  border-radius: 10px;
  background-color: #FFF;
  height: 100%;
}

@media (max-width: 1000px) {
  .sec05-cards .card-body {
    height: auto;
  }
}

@media (max-width: 800px) {
  .sec05-cards .card-body {
    padding: 30px 20px;
  }
}

.sec05-cards .btn-wrap {
  width: 210px;
  margin: 30px auto 0;
}

.sec05-cards02 {
  display: grid;
}

@media (min-width: 1001px) {
  .sec05-cards02 {
    padding-bottom: 120px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 1000px) {
  .sec05-cards02 {
    padding-bottom: 50px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.sec05-cards02 .card-item {
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/sec05_bg06.png), url(../images/sec05_bg05.jpg);
  background-position: right 10px bottom 10px, 0 0;
  background-size: 14px 14px, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

@media (min-width: 1001px) {
  .sec05-cards02 .card-item {
    padding: 50px 20px 61px;
    gap: 52px;
  }
}

@media (max-width: 1000px) {
  .sec05-cards02 .card-item {
    padding: 20px;
    gap: 20px;
  }
}

.sec05-cards02 .card-item:hover {
  opacity: 0.8;
}

@media (min-width: 1001px) {
  .sec05-cards02 .card-img {
    width: 148px;
    height: 148px;
  }
}

@media (max-width: 1000px) {
  .sec05-cards02 .card-img {
    width: 100px;
    height: 100px;
  }
}

.sec05-cards02 .card-ttl {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 1001px) {
  .sec05-cards02 .card-ttl {
    font-size: 25px;
  }
}

@media (max-width: 1000px) {
  .sec05-cards02 .card-ttl {
    font-size: 18px;
  }
}

@media (min-width: 801px) {
  .sec06 {
    padding: 120px 0 60px;
  }
}

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

@media (min-width: 801px) {
  .sec06-layout {
    position: relative;
  }
}

@media (min-width: 801px) {
  .sec06 .t-ttl {
    text-align: left;
  }
}

.sec06 .body {
  width: 100%;
  overflow: auto;
}

.sec06 .btn-wrap {
  width: 210px;
}

@media (min-width: 801px) {
  .sec06 .btn-wrap {
    position: absolute;
    top: 83px;
    right: 20px;
  }
}

@media (max-width: 800px) {
  .sec06 .btn-wrap {
    margin: 30px auto 0;
  }
}

@media (min-width: 801px) {
  .sec07 {
    padding: 60px 0 120px;
  }
}

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

@media (min-width: 801px) {
  .sec07 .map {
    margin-bottom: 52px;
  }
}

@media (max-width: 800px) {
  .sec07 .map {
    margin-bottom: 30px;
  }
}

.sec07 .map iframe {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (min-width: 801px) {
  .sec07 .map iframe {
    aspect-ratio: 1024/365;
  }
}

@media (max-width: 800px) {
  .sec07 .map iframe {
    aspect-ratio: 1/1;
  }
}

@media (min-width: 801px) {
  .sec07 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sec07 .list li {
  font-size: 16px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 9px;
}

.sec07 .list li:before {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: #FF6C00;
}

.sec07 .btn-wrap {
  width: 210px;
}

@media (min-width: 801px) {
  .sec07 .btn-wrap {
    margin-right: 20px;
  }
}

@media (max-width: 800px) {
  .sec07 .btn-wrap {
    margin: 30px auto 0;
  }
}

/*------------
Post
--------------*/
.list-top-news02 {
  border-top: 1px solid #FFC295;
}

.list-top-news02 .list-item {
  border-bottom: 1px solid #FFC295;
  display: flex;
  align-items: center;
  gap: 28px;
}

@media (min-width: 801px) {
  .list-top-news02 .list-item {
    min-height: 64px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 .list-item {
    padding: 10px 0;
  }
}

.list-top-news02 time {
  color: #FF6C00;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
}

@media (min-width: 801px) {
  .list-top-news02 time {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 time {
    font-size: 12px;
  }
}

.list-top-news02 .list-txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .list-top-news02 .list-txt {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 .list-txt {
    font-size: 14px;
  }
}

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

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  width: 1024px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

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

.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-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  border: 1px solid #FF6C00;
  border-radius: 10px;
}

@media (min-width: 801px) {

  .list-top-blog01 .list-img,
  .list-top-blog02 .list-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .list-img,
  .list-top-blog02 .list-img {
    margin-bottom: 10px;
  }

  .list-top-blog02:has(.no-post) {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 241/164;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {

  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #FF6C00;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (min-width: 801px) {

  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.list-top-blog01 .category,
.list-top-blog02 .category {
  display: flex;
  gap: 10px;
}

.list-top-blog01 .category span,
.list-top-blog02 .category span {
  color: #FF6C00;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {

  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    font-size: 11px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    font-size: 10px;
  }
}

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

@media (max-width: 800px) {
  .page-ttl {
    margin: 45px 5% 0;
    padding: 30px 5%;
    height: 220px;
    min-height: 220px;
  }
}

.page-ttl .title {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .page-ttl .title {
    font-size: 25px;
  }
}

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

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

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

@media (max-width: 800px) {
  .u-h2::before, .post-category-ttl::before, .postdata h1::before {
    width: 50px;
  }
}

.u-h2 .small, .post-category-ttl .small, .postdata h1 .small {
  font-size: 20px;
}

@media (max-width: 800px) {
  .u-h2 .small, .post-category-ttl .small, .postdata h1 .small {
    font-size: 16px;
  }
}

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #FF6C00;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.u-h4, .postdata h3 {
  font-size: 25px;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 800px) {
  .u-h4, .postdata h3 {
    font-size: 20px;
    padding-left: 30px;
  }
}

.u-h4::before, .postdata h3::before {
  content: "";
  background: #FF6C00;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 23px;
}

@media (max-width: 800px) {
  .u-h4::before, .postdata h3::before {
    width: 20px;
    top: 15px;
  }
}

.u-h4.min, .postdata h3.min {
  font-size: 22px;
}

@media (max-width: 800px) {
  .u-h4.min, .postdata h3.min {
    font-size: 18px;
  }
}

.u-h4.min::before, .postdata h3.min::before {
  top: 18px;
}

@media (max-width: 800px) {
  .u-h4.min::before, .postdata h3.min::before {
    top: 12px;
  }
}

/*------------
パンクズリスト
--------------*/
.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: #FFE5D1;
}

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

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

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

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

.hidden {
  overflow: hidden;
}

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

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

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

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

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

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

/*------------
下層パーツ
--------------*/
.u-layout01 {
  position: relative;
}

.u-layout01::before {
  content: "";
  width: 65%;
  height: calc(100% - 115px);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF2E8;
  z-index: -1;
  border-radius: 30px 0 0 30px;
}

@media (max-width: 800px) {
  .u-layout01::before {
    width: 100%;
    height: calc(100% - 40vw);
    top: auto;
    bottom: 0;
    border-radius: 20px;
  }
}

.u-layout01 .l-inr {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 4.7%;
}

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

.u-layout01 .l-img {
  width: 46.5%;
}

@media (max-width: 800px) {
  .u-layout01 .l-img {
    width: 100%;
  }
}

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

.u-layout01 .l-desc {
  flex: 1;
  margin-top: 115px;
  padding: 60px 0;
  max-width: 496px;
}

@media (max-width: 800px) {
  .u-layout01 .l-desc {
    margin-top: 25px;
    padding: 0 0 35px;
  }
}

.u-layout01 .btn-more {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .u-layout01 .btn-more {
    margin-top: 25px;
  }
}

.u-layout01 .u-h2, .u-layout01 .post-category-ttl, .u-layout01 .postdata h1, .postdata .u-layout01 h1 {
  text-align: left;
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  .u-layout01 .u-h2, .u-layout01 .post-category-ttl, .u-layout01 .postdata h1, .postdata .u-layout01 h1 {
    margin-bottom: 25px;
  }
}

.u-layout01 .u-h2::before, .u-layout01 .post-category-ttl::before, .u-layout01 .postdata h1::before, .postdata .u-layout01 h1::before {
  left: 0;
  transform: none;
}

.u-layout01.reverse::before {
  right: auto;
  left: 0;
}

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

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

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

@media (max-width: 800px) {
  .u-layout02 {
    flex-direction: column;
    position: relative;
    padding-top: 35px;
  }
}

.u-layout02 .l-img {
  width: 44%;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 800px) {
  .u-layout02 .l-img {
    width: 100%;
  }
}

.u-layout02 .l-img img {
  border-radius: 30px;
}

.u-layout02 .l-desc {
  flex: 1;
  background: #FFF2E8;
  padding: 50px 30px 50px 230px;
  margin-top: 125px;
  margin-left: -190px;
  position: relative;
  border-radius: 30px;
  z-index: 1;
  max-width: 774px;
  min-height: 350px;
}

@media (max-width: 800px) {
  .u-layout02 .l-desc {
    width: 100%;
    margin: 0;
    padding: 30px 25px;
    position: static;
    min-height: auto;
  }
}

.u-layout02 .l-num {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 2;
  letter-spacing: 0.05em;
  color: #FF6C00;
  top: -55px;
}

@media (max-width: 800px) {
  .u-layout02 .l-num {
    font-size: 40px;
    top: 0;
    left: 15px;
  }
}

.u-layout02 .l-ttl {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .u-layout02 .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.u-layout02 .btn-more {
  margin-top: 30px;
}

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

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

.u-layout02.reverse .l-desc {
  padding: 50px 230px 50px 30px;
  margin-left: 0;
  margin-right: -190px;
}

@media (max-width: 800px) {
  .u-layout02.reverse .l-desc {
    width: 100%;
    margin: 0;
    padding: 30px 25px;
  }
}

.u-layout02 .u-h2, .u-layout02 .post-category-ttl, .u-layout02 .postdata h1, .postdata .u-layout02 h1 {
  text-align: left;
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  .u-layout02 .u-h2, .u-layout02 .post-category-ttl, .u-layout02 .postdata h1, .postdata .u-layout02 h1 {
    margin-bottom: 25px;
  }
}

.u-layout02 .u-h2::before, .u-layout02 .post-category-ttl::before, .u-layout02 .postdata h1::before, .postdata .u-layout02 h1::before {
  left: 0;
  transform: none;
}

.u-layout02.no-num {
  padding-top: 0;
}

.u-layout03 {
  display: flex;
  gap: 30px;
}

@media (max-width: 800px) {
  .u-layout03 {
    flex-direction: column;
    gap: 20px;
  }
}

.u-layout03 .l-img {
  flex: 1;
}

.u-layout03 .l-img img {
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.u-layout03 .l-desc {
  flex: 1.45;
}

.u-layout03 .l-btn {
  display: flex;
  padding-right: 20px;
  max-width: 230px;
  margin-top: 25px;
  margin-left: auto;
}

@media (max-width: 800px) {
  .u-layout03 .l-btn {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.u-ttl01 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .u-ttl01 {
    margin-bottom: 30px;
  }
}

.u-ttl01 span {
  display: block;
  line-height: 1.4;
}

.u-ttl01 .en {
  font-size: 64px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #FF6C00;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .u-ttl01 .en {
    font-size: 36px;
  }
}

.u-ttl01 .jp {
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  font-size: 30px;
}

@media (max-width: 800px) {
  .u-ttl01 .jp {
    font-size: 16px;
  }
}

.u-ttl02 {
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  color: #FF6C00;
}

@media (max-width: 800px) {
  .u-ttl02 {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}

.u-ttl02::before {
  content: "";
  background: #FF6C00;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 17px;
}

@media (max-width: 800px) {
  .u-ttl02::before {
    width: 20px;
    top: 15px;
  }
}

.u-box01 {
  background: #fff;
  border-radius: 30px;
  padding: 50px 40px;
}

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

.u-box01 .box-ttl {
  text-align: center;
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .u-box01 .box-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.u-box01 .box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .u-box01 .box-list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 20px;
    padding-top: 215px;
    position: relative;
  }
}

.u-box01 .box-list>li {
  padding-top: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .u-box01 .box-list>li {
    padding-top: 0;
    position: static;
  }
}

.u-box01 .box-list>li:nth-child(1) .deco {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 146px;
  z-index: 1;
}

@media (max-width: 800px) {
  .u-box01 .box-list>li:nth-child(1) .deco {
    top: 15px;
    right: auto;
    left: 18px;
    width: 110px;
  }
}

.u-box01 .box-list>li:nth-child(2) .deco {
  position: absolute;
  top: 0;
  left: 15px;
  width: 157px;
  z-index: 1;
}

@media (max-width: 800px) {
  .u-box01 .box-list>li:nth-child(2) .deco {
    top: 0;
    left: auto;
    right: 17px;
    width: 118px;
  }
}

.u-box01 .box-list .cont {
  background: #FFF2E8;
  border: 1px solid #FF6C00;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .u-box01 .box-list .cont {
    padding: 15px;
  }
}

.u-box01 .box-list .ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-box01 .box-list .ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.u-box01 .box-list .inr {
  background: #fff;
  padding: 25px 35px 25px;
  border-radius: 10px;
  flex: 1;
}

@media (max-width: 800px) {
  .u-box01 .box-list .inr {
    padding: 15px 10px;
  }
}

@media (max-width: 800px) {
  .u-box01 .box-list .list-disc>li {
    font-size: 14px;
  }
}

.u-box01 .box-list .list-disc>li:not(:last-child) {
  margin-bottom: 5px;
}

.u-box01 .box-txt {
  text-align: center;
  font-size: 20px;
}

@media (max-width: 800px) {
  .u-box01 .box-txt {
    font-size: 15px;
  }
}

.u-box01 .box-red {
  border: 1px solid #FF0000;
  color: #FF0000;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  max-width: 620px;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .u-box01 .box-red {
    font-size: 16px;
  }
}

.u-box02 {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

.u-box02 .box-ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .u-box02 .box-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.u-box03 {
  border: 1px solid #F8A76C;
  border-radius: 30px;
  overflow: hidden;
}

.u-box03-ttl {
  text-align: center;
  background: #F8A76C;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  padding: 15px;
}

@media (max-width: 800px) {
  .u-box03-ttl {
    font-size: 20px;
    padding: 15px 10px;
  }
}

.u-box03 .box-desc {
  background: #fff;
  padding: 40px 30px;
}

@media (max-width: 800px) {
  .u-box03 .box-desc {
    padding: 25px 20px;
  }
}

.u-box04 {
  border: 1px solid #F8A76C;
  padding: 20px 30px;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .u-box04 {
    padding: 20px;
  }
}

.u-box05 {
  position: relative;
  padding-top: 45px;
}

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

.u-box05 .box-en {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 2;
  letter-spacing: 0.05em;
  color: #FF6C00;
  top: 0;
  left: 20px;
}

@media (max-width: 800px) {
  .u-box05 .box-en {
    font-size: 40px;
    top: 0;
    left: 15px;
  }
}

.u-box05 .box-inr {
  background: #FFF2E8;
  border-radius: 30px;
  padding: 40px;
}

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

.u-box06 {
  position: relative;
  padding-top: 55px;
}

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

.u-box06 .box-en {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 2;
  letter-spacing: 0.05em;
  color: #FF6C00;
  top: 0;
  left: 20px;
}

@media (max-width: 800px) {
  .u-box06 .box-en {
    font-size: 40px;
    top: 0;
    left: 15px;
  }
}

.u-box06 .box-inr {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  position: relative;
}

@media (max-width: 800px) {
  .u-box06 .box-inr {
    padding: 25px 25px 80px;
  }
}

.u-box06 .box-deco01 {
  width: 14%;
  position: absolute;
  left: 7.5%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .u-box06 .box-deco01 {
    left: 3%;
    width: 20%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}

.u-box06 .box-deco02 {
  width: 15.3%;
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .u-box06 .box-deco02 {
    right: 3%;
    width: 21%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}

.u-box06 .box-txt {
  text-align: center;
}

.u-box06 .box-btn {
  width: 230px;
  padding-right: 20px;
  margin: 30px auto 0;
}

@media (max-width: 800px) {
  .u-box06 .box-btn {
    width: 200px;
    margin: 20px auto 0;
  }
}

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

@media (max-width: 800px) {
  .u-box06 .u-h2, .u-box06 .post-category-ttl, .u-box06 .postdata h1, .postdata .u-box06 h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.cash-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
}

.cash-list li {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  display: grid;
  place-items: center;
  padding: 5px 10px;
}

.cash-list img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 50px;
}

.u-btn {
  width: 230px;
  padding-right: 20px;
}

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

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

@media (max-width: 800px) {
  .u-btn.center {
    margin-left: 0;
    margin-right: 0;
  }
}

.u-btn.wide {
  width: 320px;
}

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

.mb10 {
  margin-bottom: 10px;
}

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

/*------------------------------------
リスト
-------------------------------------*/
.list-disc li {
  position: relative;
  padding-left: 15px;
}

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

.list-disc.col2 {
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 800px) {
  .list-disc.col2 {
    -moz-column-count: 1;
    column-count: 1;
  }
}

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

.list-check>li:before {
  content: "";
  background: url(../images/share/icon_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
}

@media (max-width: 800px) {
  .list-check>li:before {
    top: 5px;
  }
}

.list-check.col2 {
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 800px) {
  .list-check.col2 {
    -moz-column-count: 1;
    column-count: 1;
  }
}

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

.dl-style01 .item {
  display: grid;
  grid-template-columns: 25% 75%;
}

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

.dl-style01 dt {
  background: #F8A76C;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 800px) {
  .dl-style01 dt {
    border-radius: 10px 10px 0 0;
  }
}

.dl-style01 dd {
  background: #FFF2E8;
  font-size: 15px;
  padding: 20px;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 800px) {
  .dl-style01 dd {
    border-radius: 0 0 10px 10px;
  }
}

/*------------------------------------
リスト：カードデザイン
-------------------------------------*/
.card-style01>li {
  background: #FFF2E8;
}

.card-style02>li {
  border: 1px solid #DFDFDF;
}

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

.card-style01>li,
.card-style02>li {
  padding: 25px;
  border-radius: 30px;
}

.card-style01 .card-img,
.card-style02 .card-img {
  margin-bottom: 25px;
}

.card-style01 .card-img img,
.card-style02 .card-img img {
  border-radius: 10px;
}

.card-style01 .card-ttl,
.card-style02 .card-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

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

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

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

.card-style03 {
  display: grid;
}

.card-style03>li {
  background: #FFF2E8;
  border-radius: 15px;
  padding: 25px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-style03 .card-num {
  color: #A8BF8D;
  font-weight: bold;
  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;
  font-weight: bold;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-style04 {
  display: grid;
}

.card-style04>li {
  border: 3px solid #F8A76C;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.card-style04 .card-ttl {
  background-color: #F8A76C;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: -25px -25px 25px;
}

.card-style04 .card-img {
  margin-bottom: 30px;
}

.card-style04 .price {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.card-style04 .price em {
  background: linear-gradient(transparent 50%, rgba(168, 191, 141, 0.5) 50%);
}

.card-style04 .tax {
  font-size: 15px;
}

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

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

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

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

.card-style04.col4 .card-ttl {
  margin: -20px -20px 20px;
}

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

  .card-style04.col3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-style04.col4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-style04.col4>li {
    padding: 25px;
  }

  .card-style04.col4 .card-ttl {
    margin: -25px -25px 25px;
  }
}

/*------------------------------------
テーブル
-------------------------------------*/
.table-style01 th,
.table-style01 td {
  padding: 10px;
  border: 1px solid #DFDFDF;
  vertical-align: middle;
}

.table-style01 th {
  background: #F8A76C;
  color: #fff;
  text-align: center;
}

.table-style01 th.bg01 {
  background: #FFF2E8;
  color: #333;
}

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

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

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

.table-style03 th,
.table-style03 td {
  padding: 15px 30px;
  border: 1px solid #DFDFDF;
  border-width: 1px 0;
  vertical-align: middle;
}

.table-style03 th {
  background: #FFF2E8;
  font-weight: bold;
  text-align: left;
}

.table-style03.tac th {
  text-align: center;
}

@media (max-width: 800px) {
  .table-style03.sp-block {
    border-bottom: 1px solid #DFDFDF;
  }

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

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

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

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

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

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

@media (max-width: 800px) {

  .time-table03 th,
  .time-table03 td {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
}

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

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

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

/*------------------------------------
ボックス
-------------------------------------*/
.box-style03 {
  background: #FFF2E8;
  padding: 40px;
  border-radius: 30px;
}

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

.box-style03 .box-ttl {
  display: flex;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 10px;
  color: #FF6C00;
}

@media (max-width: 800px) {
  .box-style03 .box-ttl {
    font-size: 18px;
  }
}

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

.box-style03.min {
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 800px) {
  .box-style03.min {
    padding: 20px;
  }
}

.box-style04 {
  background: #F8A76C;
  color: #fff;
  padding: 40px;
  border-radius: 30px;
}

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

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

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

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

/*------------------------------------
レイアウト
-------------------------------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

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

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

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

.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: 15px;
  }

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

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

.flow-style03 {
  display: grid;
  gap: 40px;
}

.flow-style03>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style03>li:not(:last-child)::before {
  content: "";
  background: #FF6C00;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #FF6C00 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.flow-style03 .flow-num {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #FF6C00;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.flow-style03 .flow-img {
  width: 35%;
}

.flow-style03 .flow-img img {
  border-radius: 30px;
}

.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.flow-style03 .flow-ttl {
  font-size: 22px;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style03 {
    gap: 40px;
  }

  .flow-style03>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style03>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style03>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style03 .flow-num {
    font-size: 25px;
  }

  .flow-style03 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }

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

  .flow-style03 .flow-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}

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

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

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

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

.faq-style04 .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #FF6C00;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

.staff-layout01 .l-img figcaption {
  color: #FF6C00;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}

.staff-layout01 .l-img .job {
  display: block;
  font-size: 14px;
}

.staff-layout01 .l-img .name {
  font-size: 20px;
}

.staff-layout01 .l-img .kana {
  font-size: 11px;
}

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

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

.staff-layout01 .l-ttl {
  color: #FF6C00;
  border-bottom: 2px solid #FF6C00;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.staff-layout01 .l-message {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

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

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

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

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

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

  .staff-layout01 .l-message {
    font-size: 22px;
    margin-bottom: 20px;
  }

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

/*------------------------------------
お電話でのお問い合わせ
-------------------------------------*/
.tel-layout01 {
  background: #FFF2E8;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
  border-radius: 30px;
}

.tel-layout01 .l-ttl {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-layout01 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
}

.tel-layout01 .l-tel img {
  margin-top: 3px;
}

.tel-layout01 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: -moz-fit-content;
  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 #FF6C00;
  color: #FF6C00;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  border-radius: 3px;
  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;
  }
}

/*------------------------------------
スライドショー
-------------------------------------*/
.gallery-slider02 .splide__slide {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
}

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

@media (max-width: 800px) {
  .gallery-slider02 .splide__slide img {
    border-radius: 10px;
  }
}

.gallery-slider02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 8px;
  margin-top: 30px;
}

.gallery-slider02 .thumb-item {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.3s;
}

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

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

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

  .gallery-slider02 .thumb-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery-slider02 .thumb-item {
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.3s;
  }

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

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

/*------------------------------------
以下オリジナルパーツ、案件に不要な箇所は削除
-------------------------------------*/
.list-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5%;
}

@media (max-width: 800px) {
  .list-col3 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

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

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

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

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

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

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

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

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

  .table-scroll .table-style03.sp-wide {
    width: 250%;
  }

  .table-scroll .table-style03 th, .table-scroll .table-style03 td {
    padding: 12px 10px;
  }
}

.h-uniform-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*------------
Footer
--------------*/
.footer {
  border-radius: 30px 30px 0 0;
  background-color: #FFF1E6;
  position: relative;
}

@media (min-width: 801px) {
  .footer {
    width: 100%;
    padding-top: 78px;
  }
}

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

@media (min-width: 801px) {
  .footer .f-inr {
    padding-bottom: 38px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .footer .f-inr {
    padding-bottom: 30px;
  }
}

@media (min-width: 801px) {
  .footer .f-info {
    width: 47.8515625%;
  }
}

@media (max-width: 800px) {
  .footer .f-info {
    margin-bottom: 30px;
  }
}

.footer .f-logo {
  display: block;
}

@media (min-width: 801px) {
  .footer .f-logo {
    max-width: 318px;
    margin-bottom: 42px;
  }
}

@media (max-width: 800px) {
  .footer .f-logo {
    max-width: 280px;
    margin-bottom: 20px;
  }
}

.footer .f-address {
  line-height: 1.75;
  font-size: 16px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.footer .f-address:before {
  width: 16px;
  height: 24px;
  content: "";
  display: block;
  background: url(../images/share/icon_location_b.svg) 0 0/100% no-repeat;
}

.footer .f-tel {
  font-size: 23px;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 7px;
}

@media (min-width: 801px) {
  .footer .f-tel {
    margin-bottom: 31px;
  }
}

@media (max-width: 800px) {
  .footer .f-tel {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer .f-tel:before {
  width: 17px;
  height: 22px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
  margin-top: 3px;
}

@media (min-width: 801px) {
  .footer .f-navi {
    width: 46.2890625%;
  }
}

@media (max-width: 800px) {
  .footer .f-navi {
    display: none;
  }
}

.footer .f-navi-layout {
  display: flex;
}

@media (min-width: 801px) {
  .footer .f-navi-layout {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 0;
  }
}

@media (min-width: 801px) {
  .footer .f-navi-layout:not(:first-child) {
    margin-top: 36px;
  }
}

.footer .f-navi-col {
  width: 207px;
}

.footer .f-navi-ttl {
  padding-bottom: 11px;
  border-bottom: 1px solid #FF6C00;
  font-size: 16px;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}

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

.footer .f-navi-item {
  white-space: nowrap;
  font-size: 16px;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .f-navi-item:before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #FF6C00;
}

.footer .f-footer {
  background-color: #A8BF8D;
}

.footer .copyright {
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .footer .pagetop {
    width: 26px;
    height: 132px;
    padding-top: 30px;
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
    background: url(../images/share/pagetop.png) 0 0/100% no-repeat;
    position: absolute;
    right: 20px;
    bottom: 50px;
    z-index: 2;
  }
}

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

.footer .pagetop:hover {
  opacity: 0.8;
}

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

.post-layout {
  display: flex;
}

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

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

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

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

.post-single-img img {
  border-radius: 30px;
}

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

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

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

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

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

.postdata .screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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: var(--color_primary);
  border: 1px solid var(--color_primary);
  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: baseline;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 14px;
  color: #FF6C00;
  line-height: 1;
}

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

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

.post-category01 {
  display: inline-block;
}

.post-category01 span {
  font-size: 11px;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  color: #FF6C00;
}

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

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

.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  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 #FF6C00;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #FFF2E8;
  font-size: 16px;
  color: #FF6C00;
  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: "Montserrat", sans-serif;
  font-weight: 500;
}

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

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

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

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #FF6C00;
  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: "Montserrat", sans-serif;
  font-weight: 500;
}

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

.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 {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  width: 100%;
  min-height: 50px;
  line-height: 1.3;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #5FCB4B, #5A9F4D);
  position: relative;
  transition: 0.3s;
}

@media (max-width: 800px) {
  .btn-more {
    font-size: 15px;
  }
}

.btn-more:before {
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  background-color: #FFC295;
  position: absolute;
  top: 50%;
  right: -20px;
}

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

.btn-more img {
  margin-right: 5px;
}

.btn-icon {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #5FCB4B, #5A9F4D);
  position: relative;
  transition: 0.3s;
}

.btn-icon:before {
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  background-color: #FFC295;
  position: absolute;
  top: 50%;
  right: -20px;
}

.btn-icon:hover {
  opacity: 0.8;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.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: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap a {
    margin: 0;
  }

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

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

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

.bold,
strong {
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #FFF2E8 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: #7D4B28;
  --event02: #B38000;
  --event03: #D2AE74;
}

.business-calendar-hidden {
  display: none;
}

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

.business-calendar-box-wrap .business-calendar caption {
  width: 100%;
  border: none;
  border-bottom: 1px solid #FFC295;
  font-weight: normal;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  text-align: center;
  position: relative;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar caption {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar caption {
    padding: 5px 0;
    font-size: 16px;
  }
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  width: 25px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/share/icon_prev.svg) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.business-calendar-box-wrap .business-calendar-past a {
  margin: 0 0 0 90px;
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar-past a {
    margin: 0 0 0 50px;
  }
}

.business-calendar-box-wrap .business-calendar-future a {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
  margin: 0 90px 0 0;
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar-future a {
    margin: 0 50px 0 0;
  }
}

.business-calendar-box-wrap .business-calendar th {
  line-height: 1.3125;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: none;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar th {
    padding-bottom: 28px;
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 30px;
    font-size: 11px;
  }
}

.business-calendar-box-wrap .business-calendar td {
  line-height: 1.3333333333;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: top;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
  border: none;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar td {
    padding-bottom: 30px;
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 40px;
    font-size: 11px;
  }
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  z-index: -1;
}

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

.business-calendar-box-wrap .business-calendar .attr0 {
  color: #333;
}

.business-calendar-box-wrap .business-calendar .attr0:before {
  width: 11px;
  height: 11px;
  background-image: url(../images/share/attr0.png);
}

.business-calendar-box-wrap .business-calendar .attr1 {
  color: #333;
}

.business-calendar-box-wrap .business-calendar .attr1:before {
  width: 16px;
  height: 16px;
  background-image: url(../images/share/attr1.png);
}

.business-calendar-box-wrap .business-calendar .attr2 {
  color: #333;
}

.business-calendar-box-wrap .business-calendar .attr2:before {
  width: 17px;
  height: 15px;
  background-image: url(../images/share/attr2.png);
}

.list-event {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 18px;
}

@media (max-width: 800px) {
  .list-event {
    margin-top: 10px;
    gap: 5px 15px;
  }
}

.list-event li {
  line-height: 1;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  display: flex;
  gap: 6px;
  align-items: center;
}

@media (min-width: 801px) {
  .list-event li {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .list-event li {
    font-size: 12px;
  }
}

.list-event .link {
  text-decoration: underline;
}

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

.list-event .event01 {
  width: 11px;
  height: 11px;
  background: url(../images/share/attr0.png) 0 0/100% no-repeat;
}

.list-event .event02 {
  width: 16px;
  height: 16px;
  background: url(../images/share/attr1.png) 0 0/100% no-repeat;
}

.list-event .event03 {
  width: 17px;
  height: 15px;
  background: url(../images/share/attr2.png) 0 0/100% no-repeat;
}

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

/*診療時間*/
.time-table {
  overflow: hidden;
  text-align: center;
  margin-bottom: 16px;
}

.time-table-head {
  border: 1px solid #EEE;
  font-family: "FOT-筑紫ゴシック Pr5N D", sans-serif;
  background-color: #FFC295;
}

@media (min-width: 801px) {
  .time-table-head {
    font-size: 16px;
  }
}

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

.time-table-head .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .time-table-head .item {
    height: 45px;
  }
}

@media (max-width: 800px) {
  .time-table-head .item {
    padding: 5px 0;
    font-size: 11px;
  }
}

.time-table-body {
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  background-color: #FFF;
}

.time-table-body .item {
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .time-table-body .item {
    height: 55px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 800px) {
  .time-table-body .item {
    padding: 8px 0;
    font-size: 11px;
    line-height: 1.3;
  }
}

.time-table-body .item:first-child {
  border-right: 1px solid #DFDFDF;
}

.time-table-head, .time-table-body {
  display: grid;
}

@media (min-width: 801px) {
  .time-table-head, .time-table-body {
    grid-template-columns: 130px repeat(6, 1fr) 75px;
  }
}

@media (max-width: 800px) {
  .time-table-head, .time-table-body {
    grid-template-columns: 65px repeat(6, 1fr) 46px;
  }
}

.time-table-txt {
  line-height: 1.75;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .time-table-txt {
    font-size: 16px;
  }
}

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

.color01 {
  color: #D2AE74;
}

.border {
  padding: 0 8px;
  border: 1px solid #4B4747;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.c-map {
  position: relative;
  width: 100%;
  height: 500px;
}

@media (max-width: 800px) {
  .c-map {
    height: 300px;
  }
}

.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

.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: 20px;
  height: 25px;
}

@media (max-width: 800px) {
  .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;
  -moz-user-select: none;
  user-select: none;
}

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

.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: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

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

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 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 */
