@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "FOT-筑紫A丸ゴシック Std R", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #3D3732;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: #FFFEF6;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 0 35px;
  width: 100%;
  height: 152px;
}

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

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

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

.header .h-right {
  height: 100%;
}

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 25px;
  height: 100%;
  position: relative;
}

.header .h-top .h-btn {
  width: fit-content;
  margin: 0 0 0 auto;
  position: absolute;
  top: -10px;
  right: 0;
  display: flex;
}

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

.header .h-contact .btn-icon {
  border-radius: 0 0 10px 10px;
  width: fit-content;
  padding: 23px 13px 3px 13px;
  height: 65px;
}

.header .h-contact {
  transition: 0.3s;
}

.header .h-contact:hover {
  height: 65px;
  opacity: 0.6;
}

.header .h-contact-tel {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-right: 15px;
  height: 50px;
}

.header .h-contact-access {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 18px;
  height: 50px;
}

.header .h-contact-access .btn-icon {
  padding: 23px 27px 3px 27px;
  background-color: #FFA566;
}

.header .h-contact-txt {
  background-color: #FFA566;
  color: #fff;
  font-size: 12px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 5px;
}

.header .h-tel {
  display: flex;
  align-items: center;
}

.header .h-tel-time {
  line-height: 1.4;
  margin-left: 10px;
}

.header.is-fixed {
  background-color: #fff;
}

.header.is-fixed .header-inr {
  height: 145px;
}

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

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

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

.humberger span:nth-of-type(2) {
  top: 50%;
}

.humberger span:nth-of-type(3) {
  top: 65%;
}

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

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

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

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

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

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

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

/*------------
G-navi
--------------*/
/*drawer*/
.pc-navi {
  display: block;
  margin: auto 0 0 auto;
}

.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pc-navi .item {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  line-height: 1.4;
  margin-top: 25px;
}

.pc-navi .item .item-link {
  font-size: 16px;
  display: block;
  transition: 0.3s;
}

.pc-navi .item .item-link:hover {
  color: #FFA566;
}

.pc-navi .item .h-link-deco {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 42px;
}

.pc-navi .item:not(:last-child) {
  margin-right: 40px;
}

.pc-dropdown {
  position: relative;
}

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

.pc-dropdown .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: 1px solid #FFA566;
  border-right: 1px solid #FFA566;
}

.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

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

.pc-dropdown:hover .item-link {
  color: #FFA566;
}

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

.sp-navi {
  display: none;
}

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

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

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

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

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

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

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

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

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

  .sp-navi .sp-navi-btns .item .img>img {
    object-fit: contain;
    height: 20px;
    margin-bottom: 5px;
  }

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

  .sp-navi .sp-menu-btn {
    background-color: #FFA566;
    border: none;
    cursor: pointer;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    top: 16px;
    right: 16px;
    z-index: 9999;
  }

  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: #FFF;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translate(-50%, -50%);
    transition: 0.4s;
  }

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

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

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

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

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

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

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

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

  .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 #FCC667;
    margin: 0 0 30px;
  }

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

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "FOT-筑紫A丸ゴシック Std 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: #FFA566;
    position: absolute;
    transition: 0.5s;
  }

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  margin-top: 150px;
}

.hero::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_hero01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -150px;
  left: 0;
  width: 488px;
  height: 273px;
  z-index: 10;
}

.hero::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_hero02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 160px;
  left: 0;
  width: 158px;
  height: 292px;
  z-index: 10;
}

.hero-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-deco::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_hero03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 35%;
  right: 0;
  width: 13vw;
  height: 18vw;
  z-index: 10;
}

.hero-deco::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_hero04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -11%;
  left: 50px;
  width: 21vw;
  height: 21vw;
  z-index: 10;
}

.hero .splide {
  width: 80%;
  max-width: 1400px;
  margin: 0 57px 0 auto;
}

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

.hero .splide__pagination {
  display: none;
}

.hero-desc {
  position: absolute;
  bottom: 96px;
  left: 16%;
  transform: translate(0%, 0);
  z-index: 15;
}

.hero-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 56px;
  text-align: left;
  line-height: 1;
}

.hero-ttl .hero-ttl-bg {
  background-color: #fff;
  display: inline-block;
  padding: 15px 20px 17px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.hero-ttl .hero-ttl-or {
  color: #FFA566;
}

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

  .hero::before {
    content: "";
    display: block;
    top: -100px;
    left: 0;
    width: 194px;
    height: 109px;
  }

  .hero::after {
    content: "";
    display: none;
  }

  .hero-deco {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .hero-deco::before {
    top: auto;
    bottom: -41px;
    width: 126px;
    height: 169px;
  }

  .hero-deco::after {
    bottom: -72px;
    left: -29px;
    width: 143px;
    height: 143px;
  }

  .hero .splide {
    width: 83%;
    margin: 0 7px 0 auto;
  }

  .hero .splide__pagination {
    display: none;
  }

  .hero-desc {
    bottom: 10%;
    left: 10px;
  }

  .hero-ttl {
    font-size: 19px;
    display: inline-block;
  }

  .hero-ttl .hero-ttl-bg {
    padding: 13px 10px 15px 10px;
    margin-bottom: 3px;
  }
}

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

.t-ttl .en {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FCC667;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.t-ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 38px;
  line-height: 1.7;
  display: block;
  margin-bottom: 7px;
}

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

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

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

/*------------
Block
--------------*/
.sec01 {
  padding: 100px 0 50px 0;
}

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

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

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

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

.sec01 .t-ttl .en {
  font-size: 18px;
}

.sec01 .scroll {
  flex: 3;
  max-height: 200px;
  overflow: auto;
  padding-right: 20px;
  /*スクロールバーの横幅指定*/
}

.sec01 .scroll::-webkit-scrollbar {
  width: 10px;
}

.sec01 .scroll {
  /*スクロールバーの背景色・角丸指定*/
}

.sec01 .scroll::-webkit-scrollbar-track {
  background: #F4F3F0;
}

.sec01 .scroll {
  /*スクロールバーの色・角丸指定*/
}

.sec01 .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #BCB9B5;
}

.sec01 .btn-more {
  width: 150px;
  text-align: left;
}

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

.sec01 .list-top-news03 .list-item:not(:last-child) {
  margin-bottom: 20px;
}

.sec01 .list-top-news03 time {
  font-family: "Quicksand", sans-serif;
  color: #BCB9B5;
  font-size: 16px;
  margin-right: 20px;
  line-height: 1;
  font-weight: 500;
}

.sec01 .list-top-news03 .list-txt dt,
.sec01 .list-top-news03 .list-txt dd {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sec01 .list-top-news03 .list-txt dt {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.sec01 .list-top-news03 .list-txt dd {
  font-size: 14px;
}

.sec01 .list-top-news03 a {
  transition: 0.3s;
}

.sec01 .list-top-news03 a:hover {
  opacity: 0.7;
}

.sec02 {
  padding: 50px 0 87px 0;
  position: relative;
  z-index: 1;
}

.sec02 .top-card-style {
  display: grid;
}

.sec02 .top-card-style .card-num {
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  font-family: "Quicksand", sans-serif;
  background-color: #FFA566;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec02 .top-card-style .card-num span {
  display: block;
  margin-top: 4px;
}

.sec02 .top-card-style .card-ttl {
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec02 .top-card-style>li>a {
  padding: 50px 20px;
}

.sec02::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec02_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 100px;
  width: 19vw;
  height: 19vw;
  z-index: -1;
}

.sec02::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec02_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -85px;
  left: 153px;
  width: 11vw;
  height: 11vw;
  z-index: -1;
}

.sec03 {
  margin: auto;
  padding: 100px 0;
  background-color: #FFF;
  position: relative;
  z-index: 0;
}

.sec03 .sec03-txt {
  text-align: center;
  font-size: 18px;
}

.sec03-tel-box {
  padding: 40px;
  margin: 0 auto;
}

.sec03-tel-box .l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  line-height: 1;
  margin: 0 auto 21px;
  width: fit-content;
}

.sec03-tel-box .l-time dt {
  border: 1px solid #FCC667;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 85px;
  height: 25px;
  border-radius: 4px;
  display: inline-block;
  margin: auto 0 auto;
  padding: 1px;
}

.sec03-tel-box .l-time dd {
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  color: #FFA566;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3px 0;
  border-radius: 4px;
  position: relative;
  z-index: 3;
  margin-left: 15px;
}

.sec03-tel-box .l-time dd::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FEE7BA;
  width: 100%;
  height: 30%;
  transform: translate(0, -50%);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sec03 .btn-wrap .btn-more {
  margin: auto;
}

.sec03::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec03_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 40px;
  right: 0;
  width: 10vw;
  height: 14vw;
  z-index: -1;
}

.sec03::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec03_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -94px;
  left: -59px;
  width: 20vw;
  height: 20vw;
  z-index: -1;
}

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

.sec04 .t-ttl {
  margin-bottom: 90px;
}

.sec04-inr {
  position: relative;
}

.sec04-inr::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_07.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 38%;
  right: 0;
  width: 22vw;
  height: 26vw;
  z-index: -1;
}

.sec04-layout {
  display: flex;
}

.sec04-layout+.sec04-layout {
  margin-top: 60px;
}

.sec04-layout .l-img {
  width: 58%;
  position: relative;
  height: fit-content;
}

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

.sec04-layout .l-img::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_01_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -15px;
  right: -25px;
  width: 177px;
  height: 176px;
  z-index: 10;
}

.sec04-layout .l-img::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_01_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -5px;
  right: 20px;
  width: 101%;
  height: 103%;
  z-index: 7;
}

.sec04-layout .l-img .deco-sec04-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sec04-layout .l-img .deco-sec04-img::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_01_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -15px;
  right: -73px;
  width: 108%;
  height: 115%;
  z-index: -1;
}

.sec04-layout .l-desc {
  width: 42%;
  padding-right: calc((100% - 1024px) / 2);
  padding-left: 50px;
}

@media screen and (max-width: 1138px) and (min-width: 801px) {
  .sec04-layout .l-desc {
    padding-right: 5vw;
  }
}

.sec04-layout .l-desc .t-ttl {
  text-align: left;
  margin: 0 0 35px;
}

.sec04-layout .l-desc .t-ttl .jp {
  font-size: 28px;
}

.sec04-layout .l-desc .t-ttl .en {
  font-size: 18px;
}

.sec04-layout .l-btn {
  margin-top: 30px;
  display: flex;
}

.sec04-layout .l-btn a:not(:last-child) {
  margin-right: 20px;
}

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

.sec04-layout.reverse .l-desc {
  padding-left: calc((100% - 1024px) / 2);
  padding-right: 50px;
}

@media screen and (max-width: 1138px) and (min-width: 801px) {
  .sec04-layout.reverse .l-desc {
    padding-left: 5vw;
  }
}

.sec04-layout.deco-sec04-img02 .l-img::before {
  content: "";
  background-image: url(../images/deco_sec04_02_01.png);
  top: -35px;
  left: -74px;
  width: 138px;
  height: 108px;
}

.sec04-layout.deco-sec04-img02 .l-img::after {
  content: "";
  background-image: url(../images/deco_sec04_02_02.png);
  top: 10px;
  right: -15px;
  width: 100%;
  height: 100%;
}

.sec04-layout.deco-sec04-img02 .l-img .deco-sec04-img::before {
  content: "";
  background-image: url(../images/deco_sec04_02_03.png);
  bottom: 30px;
  left: -94px;
  width: 100%;
  height: 100%;
}

.sec04-layout.deco-sec04-img03 .l-img::before {
  content: "";
  background-image: url(../images/deco_sec04_03_01.png);
  bottom: -12px;
  right: -80px;
  width: 217px;
  height: 204px;
}

.sec04-layout.deco-sec04-img03 .l-img::after {
  content: "";
  background-image: url(../images/deco_sec04_03_02.png);
  top: -4px;
  right: -16px;
  width: 110%;
  height: 110%;
}

.sec04-layout.deco-sec04-img03 .l-img .deco-sec04-img::before {
  content: "";
  background-image: url(../images/deco_sec04_03_03.png);
  bottom: 8px;
  right: -48px;
  width: 100%;
  height: 110%;
}

.sec04 .top-card-style {
  display: grid;
}

.sec04 .top-card-style>li>a {
  padding: 146px 0 50px 0;
}

.sec04 .top-card-style .card-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 7px;
  position: relative;
}

.sec04 .top-card-style .card-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -7px;
  left: 50%;
  width: 134px;
  height: 191px;
  transform: translate(-50%, -100%);
  z-index: 5;
}

.sec04 .top-card-style .card-ttl.deco-sec04-2::before {
  background-image: url(../images/deco_sec04_02.png);
}

.sec04 .top-card-style .card-ttl.deco-sec04-3::before {
  background-image: url(../images/deco_sec04_03.png);
}

.sec04 .top-card-style.deco-sec04-4 {
  text-align: left;
}

.sec04 .top-card-style.deco-sec04-4>li>a {
  padding: 39px 0 55px 362px;
}

.sec04 .top-card-style.deco-sec04-4>li .card-ttl {
  text-align: left;
}

.sec04 .top-card-style.deco-sec04-4>li .card-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 21px;
  left: -51px;
  width: 263px;
  height: 181px;
  transform: translate(-100%, -50%);
  z-index: 5;
}

.sec04 .top-card-style.col3 {
  margin-bottom: 40px;
  margin-top: 150px;
}

.sec04 .top-card-style.col1 .card-txt {
  text-align: left;
}

.sec04::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_05.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 16vw;
  height: 18vw;
  z-index: -1;
}

.sec04::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_09.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 18vw;
  height: 16vw;
  z-index: -1;
}

.sec04 .deco-sec04-all {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec04 .deco-sec04-all::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_06.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 378px;
  left: -110px;
  width: 16vw;
  height: 16vw;
  z-index: -1;
}

.sec04 .deco-sec04-all::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec04_08.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 160px;
  left: -167px;
  width: 28vw;
  height: 28vw;
  z-index: -1;
}

.sec05 {
  padding: 100px 0 87px 0;
  background-color: #FFF1D8;
  position: relative;
  z-index: 0;
}

.sec05-layout {
  display: flex;
  gap: 43px;
}

.sec05-layout .item-a {
  flex: 1;
}

.sec05-layout .item-a .sec05-tel {
  text-align: left;
  margin-bottom: 22px;
}

.sec05-layout .item-b {
  flex: 1;
}

.sec05::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec05_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 323px;
  height: 178px;
  z-index: -1;
}

.sec05::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec05_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 323px;
  height: 178px;
  z-index: -1;
}

.sec05 .deco-sec05 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec05 .deco-sec05::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec05_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 75px;
  left: 3.5%;
  max-width: 174px;
  width: 9.666vw;
  aspect-ratio: 174 / 166;
  z-index: -1;
}

@media (max-width: 1400px) {
  .sec05 .deco-sec05::before {
    bottom: 30px;
    left: 0;
  }
}

@media (max-width: 1200px) {
  .sec05 .deco-sec05::before {
    width: 80px;
    bottom: 15px;
  }
}

.sec05 .deco-sec05::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec05_04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 141px;
  right: 5.6%;
  max-width: 108px;
  width: 6.75vw;
  aspect-ratio: 108 / 245;
  z-index: -1;
}

@media (max-width: 1400px) {
  .sec05 .deco-sec05::after {
    width: 5.714vw;
    right: 15px;
  }
}

@media (max-width: 1200px) {
  .sec05 .deco-sec05::after {
    width: 50px;
    right: 0;
  }
}

.sec06 {
  padding: 100px 0 80px 0;
  position: relative;
  z-index: 1;
}

.sec06-box {
  border: solid 2px #FFA566;
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
}

.sec06-box .sec06-box-txt {
  padding: 60px 0 84px 0;
}

.sec06-box::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/share/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  bottom: 33px;
  right: 31px;
  width: 14px;
  height: 9px;
  z-index: 5;
  transition: 0.3s;
}

.sec06-box::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #FCC667;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  z-index: 3;
  transition: 0.3s;
}

.sec06-box-deco {
  position: relative;
}

.sec06-box-deco::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec06_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -32px;
  right: 68px;
  width: 159px;
  height: 126px;
  z-index: 10;
  transition: 0.3s;
}

.sec06-box-deco::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec06_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -11px;
  left: -14px;
  width: 110px;
  height: 124px;
  z-index: 10;
  transition: 0.3s;
}

.sec06-box {
  transition: 0.3s;
}

.sec06-box:hover {
  opacity: 0.5;
}

.sec06-box:hover::after,
.sec06-box:hover::before {
  transform: translateX(5px);
}

.sec07 {
  padding: 100px 0 100px 0;
  background-color: #FFF;
  position: relative;
  z-index: 0;
}

.sec07::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec07_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -89px;
  right: 0;
  width: 13vw;
  height: 17vw;
  z-index: -1;
}

.sec07::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec07_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -87px;
  left: -40px;
  width: 15vw;
  height: 15vw;
  z-index: -1;
}

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

.sec08-layout {
  display: flex;
}

.sec08-layout .l-img {
  position: relative;
  width: 85%;
  z-index: 1;
}

.sec08-layout .l-desc {
  background: #FFF;
  padding: 50px 55px 55px 55px;
  margin: 225px 0 0 -340px;
  flex: 1;
  z-index: 5;
  border-radius: 20px;
  max-width: 515px;
  position: relative;
}

.sec08-layout .l-desc .t-ttl {
  text-align: left;
  margin: 0 0 30px 0;
}

.sec08-layout .l-desc .btn-more {
  margin: 30px 0 0 0;
}

.sec08-layout .l-desc::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec08_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: -15px;
  width: 103px;
  height: 89px;
  z-index: 10;
}

.sec08::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec08_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 192px;
  right: 273px;
  width: 13vw;
  height: 13vw;
  z-index: -1;
}

.sec08::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/deco_sec08_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 63px;
  left: 159px;
  width: 19vw;
  height: 19vw;
  z-index: -1;
}

.sec09 .map-layout02 {
  position: relative;
}

.sec09 .map-layout02 iframe {
  vertical-align: bottom;
  width: 100%;
  height: 460px;
}

.sec09 .map-layout02 .l-desc {
  background: #fff;
  padding: 40px 0 50px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  border-radius: 20px;
  width: 382px;
}

.sec09 .map-layout02 .l-desc .list-disc {
  margin-bottom: 37px;
}

.sec09 .map-layout02 .l-desc .list-disc li::before {
  top: 11px;
}

.sec09 .map-layout02 .l-desc .t-ttl {
  margin-bottom: 30px;
}

.sec09 .map-layout02 .l-desc .t-ttl .en {
  font-size: 18px;
}

.sec09 .map-layout02 .l-desc .t-ttl .jp {
  font-size: 32px;
  margin-bottom: 7px;
}

.sec09 .map-layout02 .inner {
  display: table;
  margin: 0 auto;
}

.top-card-style {
  display: grid;
}

.top-card-style>li {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.top-card-style>li>a {
  position: relative;
  border: solid 2px #FFA566;
  border-radius: 20px;
  background-color: #FFF;
  padding: 46px 20px 53px;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.top-card-style>li>a:hover {
  opacity: 0.5;
}

.top-card-style>li>a:hover::after,
.top-card-style>li>a:hover::before {
  transform: translate(5px);
}

.top-card-style>li>a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/share/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  bottom: 23px;
  right: 26px;
  width: 14px;
  height: 9px;
  z-index: 5;
  transition: 0.3s;
}

.top-card-style>li>a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #FCC667;
  border-radius: 50%;
  bottom: 10px;
  right: 15px;
  width: 36px;
  height: 36px;
  z-index: 3;
  transition: 0.3s;
}

.top-card-style .card-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

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

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

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

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

@media (max-width: 800px) {

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

  .sec01 .t-ttl {
    margin-bottom: 20px;
  }

  .sec01 .scroll {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

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

  .sec01 {
    /*お知らせ*/
  }

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

  .sec01 .list-top-news03 time {
    display: block;
  }

  .sec01 .list-top-news03 .list-txt dt {
    display: block;
  }

  .sec02 {
    padding: 50px 0 50px 0;
    position: relative;
  }

  .sec02 .top-card-style {
    display: grid;
  }

  .sec02 .top-card-style>li>a {
    padding: 40px 20px 45px;
  }

  .sec02 .top-card-style .card-num {
    font-size: 22px;
    width: 50px;
    height: 50px;
    top: 0;
  }

  .sec02 .top-card-style .card-num span {
    display: block;
    margin-top: 7px;
  }

  .sec02 .top-card-style .card-ttl {
    height: auto;
  }

  .sec02::before {
    top: 20px;
    right: 5px;
    width: 174px;
    height: 174px;
  }

  .sec02::after {
    bottom: -35px;
    left: 25px;
    width: 95px;
    height: 95px;
  }

  .sec03 {
    padding: 50px 0 50px 0;
  }

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

  .sec03-tel-box {
    padding: 0;
    margin: 30px auto 0 auto;
  }

  .sec03-tel-box .l-time {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 20px;
    margin: 0 0 21px 0;
    justify-content: center;
    align-items: center;
  }

  .sec03-tel-box .l-time dt {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 85px;
    height: 25px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 1px;
  }

  .sec03-tel-box .l-time dd {
    text-align: center;
    font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
    color: #FFA566;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 3px 0;
    border-radius: 4px;
    position: relative;
    z-index: 3;
    margin-left: 15px;
  }

  .sec03-tel-box .l-time dd::before {
    height: 30%;
    transform: translate(0, -50%);
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .sec03 .btn-wrap .btn-more {
    margin: 20px auto 0 auto;
  }

  .sec03::before {
    top: 40px;
    width: 129px;
    height: 152px;
  }

  .sec03::after {
    bottom: 0;
    left: -59px;
    width: 180px;
    height: 180px;
  }

  .sec04 {
    padding: 50px 0 50px 0;
  }

  .sec04 .t-ttl {
    margin-bottom: 40px;
  }

  .sec04-layout {
    display: block;
    margin: 0 5% 60px 5%;
  }

  .sec04-layout+.sec04-layout {
    margin-top: 40px;
  }

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

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

  .sec04-layout .l-img::before {
    bottom: -5px;
    right: -15px;
    width: 106px;
    height: 106px;
  }

  .sec04-layout .l-img::after {
    top: -5px;
    right: 15px;
    width: 101%;
    height: 103%;
  }

  .sec04-layout .l-img .deco-sec04-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .sec04-layout .l-img .deco-sec04-img::before {
    bottom: -16px;
    right: -36px;
    width: 108%;
    height: 115%;
  }

  .sec04-layout .l-desc {
    width: 100%;
    padding: 0;
  }

  .sec04-layout .l-desc .t-ttl {
    margin-bottom: 20px;
  }

  .sec04-layout .l-btn {
    margin-top: 25px;
    display: block;
  }

  .sec04-layout .l-btn a:not(:last-child) {
    margin: 0 0 15px;
  }

  .sec04-layout.reverse .l-desc {
    padding: 0;
  }

  .sec04-layout.deco-sec04-img02 .l-img::before {
    top: -35px;
    left: -22px;
    width: 111px;
    height: 81px;
  }

  .sec04-layout.deco-sec04-img02 .l-img::after {
    right: -15px;
    width: 100%;
    height: 100%;
  }

  .sec04-layout.deco-sec04-img02 .l-img .deco-sec04-img::before {
    bottom: 0;
    left: -41px;
    width: 110%;
    height: 110%;
  }

  .sec04-layout.deco-sec04-img03 .l-img::before {
    bottom: -12px;
    right: -30px;
    width: 130px;
    height: 123px;
  }

  .sec04-layout.deco-sec04-img03 .l-img::after {
    top: -4px;
    right: -16px;
    width: 110%;
    height: 110%;
  }

  .sec04-layout.deco-sec04-img03 .l-img .deco-sec04-img::before {
    bottom: 0;
    right: -27px;
    width: 100%;
    height: 110%;
  }

  .sec04-layout.deco-sec04-img03 .l-img .deco-sec04-img::after {
    top: -173px;
    right: -235px;
    width: 292px;
    height: 292px;
  }

  .sec04 .top-card-style>li {
    padding: 30px 0 0;
  }

  .sec04 .top-card-style>li>a {
    padding: 70px 20px 35px;
  }

  .sec04 .top-card-style .card-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 7px;
  }

  .sec04 .top-card-style .card-ttl::before {
    top: 0%;
    width: 70px;
    height: 123px;
  }

  .sec04 .top-card-style .card-ttl.deco-sec04-2::before {
    background-image: url(../images/deco_sec04_02.png);
  }

  .sec04 .top-card-style .card-ttl.deco-sec04-3::before {
    background-image: url(../images/deco_sec04_03.png);
  }

  .sec04 .top-card-style.deco-sec04-4 {
    margin-top: 45px;
  }

  .sec04 .top-card-style.deco-sec04-4>li>a {
    padding: 35px 10px 35px;
  }

  .sec04 .top-card-style.deco-sec04-4>li .card-ttl {
    text-align: center;
  }

  .sec04 .top-card-style.deco-sec04-4>li .card-ttl::before {
    top: -90px;
    left: 50%;
    width: 161px;
    height: 79px;
    transform: translateX(-50%);
  }

  .sec04 .top-card-style.deco-sec04-4>li .card-txt {
    text-align: center;
  }

  .sec04 .top-card-style.col3 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .sec04::before {
    top: -40px;
    width: 216px;
    height: 229px;
  }

  .sec04::after {
    bottom: -4px;
    width: 181px;
    height: 181px;
  }

  .sec04 .deco-sec04-all::before {
    top: 378px;
    left: -30px;
    width: 146px;
    height: 146px;
  }

  .sec04 .deco-sec04-all::after {
    bottom: 790px;
    left: -46px;
    width: 208px;
    height: 208px;
  }

  .sec05 {
    padding: 50px 0 50px 0;
  }

  .sec05-layout {
    display: block;
    gap: 43px;
  }

  .sec05-layout .item-a {
    margin-bottom: 40px;
  }

  .sec05-layout .item-a .sec05-tel {
    text-align: left;
    margin-bottom: 22px;
  }

  .sec05::before {
    top: 0;
    left: 0;
    width: 162px;
    height: 89px;
  }

  .sec05::after {
    top: 0;
    right: 0;
    width: 162px;
    height: 89px;
  }

  .sec05 .deco-sec05 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .sec05 .deco-sec05::before {
    bottom: 35px;
    left: auto;
    right: 35px;
    width: 105px;
    z-index: 10;
  }

  .sec05 .deco-sec05::after {
    display: none;
  }

  .sec06 {
    padding: 50px 0 50px 0;
  }

  .sec06-box {
    border: solid 2px #FFA566;
    border-radius: 20px;
    background-color: #FFF;
    position: relative;
  }

  .sec06-box .sec06-box-txt {
    padding: 30px 0 42px 0;
  }

  .sec06-box-deco::before {
    top: -52px;
    right: 0px;
    width: 123px;
    height: 101px;
  }

  .sec06-box-deco::after {
    bottom: -11px;
    left: -14px;
    width: 88px;
    height: 93px;
  }

  .sec07 {
    padding: 50px 0 50px 0;
  }

  .sec07::before {
    top: -44px;
    width: 120px;
    height: 155px;
  }

  .sec07::after {
    bottom: -89px;
    left: -20px;
    width: 129px;
    height: 129px;
  }

  .sec08 {
    padding: 50px 0 50px 0;
  }

  .sec08-layout {
    flex-direction: column;
  }

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

  .sec08-layout .l-desc {
    padding: 30px 5vw 30px;
    margin: -30px auto 0;
    width: 90%;
  }

  .sec08-layout .l-desc::before {
    bottom: auto;
    top: 20px;
    right: 30px;
    width: 83px;
    height: 72px;
  }

  .sec08::before {
    top: 192px;
    right: 0px;
    width: 119px;
    height: 119px;
  }

  .sec08::after {
    bottom: 0px;
    left: 0px;
    width: 169px;
    height: 169px;
  }

  .sec09 {
    padding: 50px 0 50px 0;
  }

  .sec09 .map-layout02 iframe {
    vertical-align: bottom;
    height: 250px;
  }

  .sec09 .map-layout02 .l-desc {
    padding: 30px 0 30px 0;
    position: static;
    transform: translateY(0);
    right: 60px;
    border-radius: 20px;
    width: 90%;
    margin: 10px auto 0 auto;
  }

  .sec09 .map-layout02 .l-desc .list-disc {
    margin-bottom: 18px;
  }

  .sec09 .map-layout02 .l-desc .t-ttl {
    margin-bottom: 20px;
  }

  .sec09 .map-layout02 .l-desc .t-ttl .en {
    font-size: 16px;
  }

  .sec09 .map-layout02 .l-desc .t-ttl .jp {
    font-size: 26px;
    margin-bottom: 7px;
  }

  .sec09 .map-layout02 .inner {
    display: table;
    margin: 0 auto;
  }

  .top-card-style>li {
    padding-top: 20px;
  }

  .top-card-style>li>a {
    border-radius: 15px;
    padding: 35px 20px 45px;
  }

  .top-card-style .card-ttl {
    font-size: 17px;
  }

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

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

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

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

/*------------

--------------*/
.parallax-bg {
  position: relative;
  height: 450px;
  z-index: 0;
}

.parallax-bg .inner {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
}

.parallax-bg img {
  position: fixed;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100lvb;
  z-index: -1;
}

@media (max-width: 800px) {
  .parallax-bg {
    height: 250px;
  }
}

/*------------
Post
--------------*/
/*お知らせ*/
/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

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

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

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 144px;
  width: 100%;
  background: #FFF1D8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 320px;
  min-height: 320px;
}

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

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

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

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

.u-h2 span,
.post-category-ttl span,
.postdata h1 span {
  padding-left: 25px;
  position: relative;
}

.u-h2 span::before,
.post-category-ttl span::before,
.postdata h1 span::before {
  content: "";
  background: #FFA566;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
}

.u-h3,
.post-ttl,
.postdata h2,
.l-post-single .l-ttl {
  border-bottom: none;
  background-image: linear-gradient(to right, #FFA566 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 26px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.u-h4,
.postdata h3 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  color: #FFA566;
}

@media (max-width: 800px) {

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

  .u-h2 span::before,
  .post-category-ttl span::before,
  .postdata h1 span::before {
    top: 15px;
  }

  .u-h3,
  .post-ttl,
  .postdata h2,
  .l-post-single .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

.hidden {
  overflow: hidden;
}

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

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

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

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

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

.u-box01 .num {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #FFA566;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  top: 0;
  left: 50px;
}

.u-box01-inr {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #FCC667;
  padding: 46px 50px 48px;
  display: flex;
  flex-direction: row-reverse;
}

.u-box01-inr .box-img {
  width: 34.9%;
}

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

.u-box01-inr .box-desc {
  flex: 1;
  margin-right: 43px;
}

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

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

  .u-box01 .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 25px;
  }

  .u-box01-inr {
    padding: 35px 20px 30px;
    display: block;
  }

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

  .u-box01-inr .box-desc {
    margin-right: 0;
    margin-top: 30px;
  }

  .u-box01-inr .box-ttl {
    font-size: 22px;
  }
}

.u-box02 {
  padding-top: 33px;
  position: relative;
}

.u-box02 .icon {
  position: absolute;
  top: 0;
  left: 45px;
  background-color: #FFA566;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}

.u-box02 .icon .en {
  font-weight: 600;
  font-size: 9px;
  display: block;
  margin-bottom: 5px;
}

.u-box02 .icon .mark {
  font-size: 19px;
  font-weight: 700;
}

.u-box02-inr {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #FCC667;
  padding: 46px 50px 53px;
  display: flex;
  flex-direction: row-reverse;
}

.u-box02-inr .box-img {
  width: 34.9%;
}

.u-box02-inr .box-img img {
  border-radius: 20px;
}

.u-box02-inr .box-desc {
  flex: 1;
  margin-right: 40px;
}

.u-box02-inr .box-ttl {
  font-size: 24px;
  margin-bottom: 27px;
}

.u-box02-inr .box-tel {
  margin: 27px 0 23px;
  background-color: #FFF3DF;
  padding: 22px 32px 26px;
  border-radius: 20px;
}

.u-box02-inr .box-tel .u-dl {
  margin-top: 7.5px;
  display: grid;
  grid-template-columns: 74px 1fr;
  grid-gap: 10px;
  align-items: center;
}

.u-box02-inr .box-tel .u-dl dt {
  border: 1px solid #FFA566;
  border-radius: 3px;
  padding: 5px 2px 4px;
  text-align: center;
  font-size: 14px;
  font-family: "FOT-筑紫A丸ゴシック Std R", sans-serif;
  line-height: 1;
}

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

  .u-box02 .icon {
    left: 25px;
    width: 60px;
    height: 60px;
  }

  .u-box02-inr {
    padding: 40px 20px 30px;
    display: block;
    flex-direction: row-reverse;
  }

  .u-box02-inr .box-img {
    width: 100%;
  }

  .u-box02-inr .box-desc {
    flex: 1;
    margin-right: 0;
    margin-top: 30px;
  }

  .u-box02-inr .box-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .u-box02-inr .box-tel {
    margin: 20px 0;
    padding: 25px 20px;
  }

  .u-box02-inr .box-tel .u-dl {
    margin-top: 5px;
  }
}

.u-ttl {
  font-size: 26px;
  padding: 0 0 8px 57px;
  border-bottom: none;
  background-image: linear-gradient(to right, #FFA566 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  margin-bottom: 30px;
}

.u-ttl::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/under/u-ttl_icon.svg) center/contain no-repeat;
  width: 45px;
  height: 32px;
}

@media (max-width: 800px) {
  .u-ttl {
    font-size: 23px;
  }

  .u-ttl::before {
    top: 0px;
  }
}

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

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

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

.card-style03 {
  display: grid;
}

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

.card-style03>li.row2 .card-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.card-style03>li.row3 .card-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.card-style03 .card-num {
  color: #FFA566;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

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

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

.card-style03.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>li.row3,
  .card-style03>li.row2 {
    height: auto;
  }

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

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

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

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

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

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

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

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

.table-style01 {
  border: 1px solid #BCB9B5;
  background-color: #fff;
}

.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #BCB9B5;
}

.table-style01 th {
  background-color: #FCC667;
  padding: 15px;
  width: 30%;
}

.table-style01 td {
  padding: 10px 30px;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}

.gallery-slider01 {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  line-height: 1.7;
}

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

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

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

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

.staff-layout01 .l-img figcaption {
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  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 {
  color: #FFA566;
  font-size: 11px;
  font-family: "Quicksand", sans-serif;
}

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

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

.staff-layout01 .l-message {
  font-size: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  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: 100%;
  }

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

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

.card-profile .item {
  background-color: #fff;
  border: 1px solid #FCC667;
  border-radius: 20px;
  border-radius: 5px;
  padding: 30px;
  border-radius: 20px;
}

.card-profile .card-ttl {
  border-bottom: 1px dashed #FFA566;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

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

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

.list-col3 {
  display: flex;
  flex-wrap: wrap;
}

.list-col3>.list-item {
  width: 31.25%;
}

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

.list-col3>.list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-col3>.list-item:last-child {
  margin-right: 0;
}

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

.list-col3 .list-img img {
  border-radius: 20px;
}

.list-col3 .job {
  margin-bottom: 5px;
}

.list-col3 .name {
  font-size: 18px;
}

.list-col3 .kana {
  font-family: "Quicksand", sans-serif;
  color: #FFA566;
}

.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

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

  .list-col3>.list-item {
    width: 100%;
  }

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

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

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

  .list-col3 .list-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.layout-bg {
  display: flex;
}

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

.layout-bg .l-img img {
  border-radius: 20px;
}

.layout-bg .l-desc {
  background: #FFF1D8;
  border-radius: 20px;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-style01 .card-ttl {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

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

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

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

.card-style02 .card-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.box-style05 {
  border: 1px solid #FCC667;
  background: #fff;
  border-radius: 20px;
}

.box-style05 .box-ttl {
  background-color: #FCC667;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px 40px;
  border-radius: 20px 20px 0 0;
}

.box-style05 .box-desc {
  padding: 50px 60px;
}

@media (max-width: 800px) {
  .box-style05 .box-ttl {
    font-size: 18px;
    padding: 15px 30px;
  }

  .box-style05 .box-desc {
    padding: 25px 30px 30px;
  }
}

.box-style06 {
  background: #FFF3DF;
  border-radius: 20px;
  padding: 40px;
}

.box-style06 .box-ttl {
  display: flex;
  gap: 15px;
  color: #FFA566;
  font-size: 20px;
  margin-bottom: 15px;
}

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

.faq-style02 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

.faq-style02 dt .faq-icon {
  top: 15px;
  left: 0;
}

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

.faq-style02 dd .faq-icon {
  border: 1px solid #FFA566;
  background-color: #FFA566;
  color: #fff;
  top: 0;
  left: 0;
}

.faq-style02 .faq-ttl {
  font-weight: bold;
}

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

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

.faq-style02 .faq-open-icon::before,
.faq-style02 .faq-open-icon::after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

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

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

.faq-style02 .item>dt:hover .faq-icon {
  background-color: #FCC667;
  color: #fff;
}

.faq-style02 .faq-inner {
  padding-top: 5px;
}

.faq-style02 .is-open .faq-icon {
  background-color: #FCC667;
  color: #fff;
}

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

.faq-style02 .is-open .faq-open-icon::after {
  opacity: 0;
}

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

  .faq-style02 dt {
    padding: 18px 30px 18px 50px;
  }

  .faq-style02 dt .faq-icon {
    top: 12px;
  }

  .faq-style02 dd {
    padding: 0 50px 30px;
  }

  .faq-style02 .faq-open-icon {
    right: 0;
    top: 7px;
  }
}

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

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

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

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

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

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

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

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

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

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #FCC667;
  border-bottom: 2px solid #FCC667;
  transform: rotate(-45deg);
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }

  .list-check li:before {
    top: 8px;
  }

  .list-num>li:before {
    top: 5px;
    padding-left: 1px;
  }

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

  .list-check02 li:before {
    top: 6px;
  }
}

.tel-layout02 {
  background: #FFF1D8;
  border-radius: 20px;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

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

.tel-layout02 .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.tel-layout02 .l-tel {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  transition: 0.3s;
}

.tel-layout02 .l-tel:hover {
  opacity: 0.5;
}

.tel-layout02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  align-items: baseline;
}

.tel-layout02 .l-time dt {
  border: 1px solid #FFA566;
  color: #FFA566;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

@media (max-width: 800px) {
  .tel-layout02 .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }

  .tel-layout02 .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .tel-layout02 .l-tel {
    font-size: 30px;
  }
}

.tel-layout01 {
  background: #FFF1D8;
  border-radius: 20px;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

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

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

.tel-layout01 .l-tel:hover {
  opacity: 0.5;
}

.tel-layout01 .l-time {
  display: grid;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  align-items: baseline;
}

.tel-layout01 .l-time dt {
  border: 1px solid #FFA566;
  color: #FFA566;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

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

/*------------
Footer
--------------*/
.footer {
  position: relative;
}

.footer-top {
  background-color: #FFFEF6;
  padding: 70px 0;
}

.footer-top .footer-inr {
  display: flex;
  justify-content: space-between;
}

.footer-top .f-left {
  flex: 1;
}

.footer-top .f-right {
  margin: 0 55px 0 10%;
}

@media (max-width: 1280px) {
  .footer-top .f-right {
    margin: 0 30px 0 5%;
  }
}

.footer .f-logo {
  display: block;
  max-width: 226px;
  margin: 15px 0 34px 0;
}

.footer .f-access {
  margin-bottom: 10px;
}

.footer .f-cta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer .f-cta a:nth-child(1) {
  margin-right: 20px;
}

.footer .f-navi {
  display: flex;
  gap: 60px;
}

@media (max-width: 1280px) {
  .footer .f-navi {
    gap: 30px;
  }
}

.footer .f-navi-ttl {
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FCC667;
}

.footer .f-navi-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.footer .f-navi-list li:before {
  content: "";
  background: #FFA566;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
}

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

.footer .copyright {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 15px;
}

.footer .pagetop {
  display: block;
  background-color: #FCC667;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  transition: 0.3s;
}

.footer .pagetop img {
  display: none;
}

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

.footer .pagetop:after {
  content: "";
  width: 21px;
  height: 14px;
  display: block;
  position: absolute;
  background-image: url(../images/share/pagetop.svg);
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

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

  .footer-top .footer-inr {
    display: block;
  }

  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer-top .f-right {
    margin-left: 0px;
  }

  .footer .f-logo {
    margin: 0 auto 30px 0;
    max-width: 160px;
  }

  .footer .f-cta {
    display: block;
    margin-bottom: 20px;
  }

  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .f-navi {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .f-navi-item {
    flex: none;
    width: 100%;
  }

  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
  }

  .footer .f-navi-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .footer .f-navi-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer .copyright {
    font-size: 11px;
    padding: 15px 15px 65px;
  }

  .footer .pagetop {
    display: none;
  }
}

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

.list-post-type01 .list-item .l-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-layout {
  display: flex;
}

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

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

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

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

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

.l-post-single .postdata p {
  word-break: break-all;
}

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

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

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

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

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

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  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;
}

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

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

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

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

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

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

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

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

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #FFA566;
  color: #FFA566;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .post-layout {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button__link {
  background-color: #FCC667 !important;
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: grid;
	grid-template-columns: 1fr 220px;
	gap: 50px;
  margin: 0 auto;
  max-width: 1024px;
	width: 90%;
}

.main-contents {

}

.side-contents {

}

.side-contents-wrapper {
  position: sticky;
  top: 150px;
  border: 2px solid #FCC667;
}

.side-contents-ttl {
  background-color: #FCC667;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}

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

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

.side-area-links {
  padding: 10px 20px 20px;
  background-color: #fff;
}

.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 #FFA566;
  position: absolute;
  top: 10px;
  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 {
	  grid-template-columns: 1fr;
  }

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

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

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

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

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 13px 25px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background-color: #FCC667;
  border: 1px solid #FCC667;
  transition: 0.3s;
  position: relative;
  border-radius: 100px;
}

.btn-more:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/share/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 25px;
  transform: translate(50%, -50%);
  width: 14px;
  height: 9px;
  z-index: 5;
}

.btn-more::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  top: 50%;
  right: 25px;
  transform: translate(50%, -50%);
  width: 36px;
  height: 36px;
  z-index: 3;
  transition: 0.3s;
}

.btn-more:hover {
  background-color: #fff;
  border: 1px solid #FCC667;
}

.btn-more:hover::after {
  background-color: #FCC667;
}

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

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

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

.btn-icon img {
  width: 20px;
  margin-right: 10px;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
}

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

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

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

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

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

  .btn-wrap a {
    margin: 0;
  }

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

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

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

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

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #FCC667 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;
}

.red {
  color: red;
}

@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: #FFA566;
  --event02: #FCC667;
}

.business-calendar-box-wrap {
  background-color: #ffffff;
  border: solid 1px #FFA566;
  border-radius: 20px;
  padding: 30px 50px 31px;
  width: 100%;
}

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

.business-calendar-box-wrap .business-calendar caption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 0;
  margin: 0 0 10px;
}

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

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

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-right: 2px solid #FFD07C;
  border-top: 2px solid #FFD07C;
  transform: rotate(220deg);
  position: absolute;
  top: 12px;
  left: 10px;
  width: 8px;
  height: 8px;
}

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

.business-calendar-box-wrap .business-calendar th {
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  border: 0;
  position: relative;
  font-size: 15px;
  padding: 5px;
  z-index: 3;
}

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

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

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

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

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

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

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

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

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

.list-event {
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

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

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

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

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

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

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

  .list-event {
    display: block;
  }

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

/*診療時間*/
.time-table {
  text-align: center;
  overflow: hidden;
  padding: 15px 20px;
  border: solid 1px #FFA566;
  background-color: #FFF;
  border-radius: 20px;
}

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

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

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

.time-table-body .item:first-child {
  letter-spacing: 0;
  font-size: 16px;
}

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

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

.time-table .time-table-or {
  color: #FCC667;
}

.l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  line-height: 1.5;
  width: fit-content;
  margin-bottom: 17px;
}

.l-time dt {
  border: 1px solid #FFA566;
  font-family: "FOT-筑紫A丸ゴシック Std R", sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 5px;
  width: 74px;
  height: 25px;
  border-radius: 4px;
  display: inline-block;
  margin: auto;
  padding: 1px;
  text-align: center;
  line-height: 1.4;
}

.l-time dd {
  line-height: 2;
}

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

.time-table-txt .time-table-or {
  color: #FCC667;
}

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

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

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

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

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

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 32px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  transition: 0.3s;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_or.svg) no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
}

.tel::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #FFA566;
  width: 100%;
  height: 2px;
  z-index: 10;
  display: none;
}

.tel:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

.list-disc li {
  position: relative;
  padding-left: 18px;
}

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

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

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

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #FFA566;
  border-bottom: 2px solid #FFA566;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}

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

.list-num>li:before {
  background: #FFA566;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

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

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

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

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

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }

  .list-check li:before {
    top: 8px;
  }

  .list-num>li:before {
    top: 5px;
    padding-left: 1px;
  }

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

  .list-check02 li:before {
    top: 6px;
  }
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {

  .list-disc.col2,
  .list-disc.col3,
  .list-disc.col4,
  .list-check.col2,
  .list-check.col3,
  .list-check.col4,
  .list-num.col2,
  .list-num.col3,
  .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

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

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

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #FCC667;
  /* 矢印 */
  --splide-focus-color: #FCC667;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #FCC667;
  /* アクティブ時のページネーション */
  --splide-progress-color: #FCC667;
  /* プログレスバー */
  --splide-toggle-color: #FCC667;
  /* 再生ボタン */
  --splide-track-color: #FCC667;
  /* サムネイルの枠 */
}

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