@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

@media (max-width: 800px) {

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

th, dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

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

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

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

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

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  top: 20px;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 0 40px;
}

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

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

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

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

.header .btn-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
}

@media (max-width: 800px) {
  .header {
    position: static;
    width: 100%;
    transform: translate(0);
  }

  .header-inr {
    width: 90%;
    margin: 16px auto 0;
    height: 56px;
    border-radius: 15px;
    padding: 10px 15px;
  }

  .header .h-logo {
    max-width: 237px;
    width: 100%;
  }

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

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

.pc-navi .item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
}

.pc-navi .item .item-link:hover {
  opacity: 0.6;
}

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

.pc-dropdown {
  position: relative;
  padding-right: 18px;
}

.pc-dropdown::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0px;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: 1px solid #3E3D35;
  border-right: 1px solid #3E3D35;
}

.pc-dropdown::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  height: 40px;
  width: 100%;
}

.pc-dropdown .pc-navi-child {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 37px);
  left: 50%;
  text-align: left;
  padding: 26px 43px;
  border-radius: 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, 0px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.pc-dropdown .pc-navi-child li {
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  font-size: 16px;
  font-weight: 700;
}

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

.pc-dropdown:hover .item-link {
  opacity: 0.6;
}

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

.sp-navi {
  display: none;
}

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

  .pc-navi {
    display: none;
  }

  :root {
    --navi-background: #3E3D35;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "Noto Sans JP", sans-serif, "Zen Kaku Gothic New"serif, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

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

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

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

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid #fff;
    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 {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    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: #3E3D35;
    position: absolute;
    transition: 0.5s;
  }

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

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

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

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

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

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #3E3D35;
    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%;
  height: 750px;
  min-height: 750px;
  position: relative;
}

.hero-desc {
  position: absolute;
  bottom: 24px;
  left: 100px;
}

.hero-ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.hero-sbttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .hero {
    height: 100%;
    min-height: 280px;
  }

  .hero-desc {
    bottom: 0;
    left: 5%;
  }

  .hero-ttl {
    font-size: clamp(24px, 7vw, 29px);
    margin-bottom: 10px;
  }

  .hero-sbttl {
    font-size: 11px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.top-body {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top-body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.t-ttl {
  margin-bottom: 55px;
}

.t-ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.t-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

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

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

/*------------
Block
--------------*/
.sec01-img {
  position: relative;
  height: 827px;
}

.sec01-img img {
  border-radius: 30px;
}

.sec01-img .img-wrap01 {
  position: absolute;
  top: 176px;
  left: 10.44%;
  width: 45.94%;
  height: 571px;
}

.sec01-img .img-wrap01 img {
  height: 571px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec01-img .img-wrap02 {
  position: absolute;
  bottom: 0;
  right: 10.44%;
  width: 26.5%;
  height: 366px;
}

.sec01-img .img-wrap02 img {
  height: 366px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec01-img .img-wrap03 {
  position: absolute;
  top: 0;
  right: 6.28%;
  width: 20.83%;
  height: 288px;
}

.sec01-img .img-wrap03 img {
  height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec01-img .img01,
.sec01-img .img02,
.sec01-img .img03 {
  position: relative;
}

.sec01-img .img01::before,
.sec01-img .img02::before,
.sec01-img .img03::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  z-index: -1;
}

.sec01-img .img01::before {
  background: url(../images/sec01_01.jpg) center/contain no-repeat;
}

.sec01-img .img02::before {
  background: url(../images/sec01_02.jpg) center/contain no-repeat;
}

.sec01-img .img03::before {
  background: url(../images/sec01_03.jpg) center/contain no-repeat;
}

.sec02 {
  padding: 100px 0 200px;
}

.sec03 {
  padding: 100px 0 200px;
}

.sec03 .container, .sec03 .footer-top, .sec03 .breadcrumb ul, .breadcrumb .sec03 ul {
  background: rgba(255, 255, 255, 0.75);
  padding: 80px 0;
  border-radius: 30px;
}

.sec03-inr {
  max-width: 1024px;
  margin: 0 auto;
}

.sec03-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 37px;
}

.sec03-left .time-table {
  margin-bottom: 20px;
}

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

.sec03 .time-table-txt {
  margin-bottom: 40px;
}

.sec03 .tel {
  display: block;
  margin-bottom: 50px;
}

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

.sec04::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  right: 150px;
  height: calc(100% - 106px);
  width: 63.56%;
  border-radius: 30px;
  z-index: -1;
}

@media (max-width: 1600px) {
  .sec04::before {
    right: 40px;
    width: 75%;
  }
}

.sec04-layout {
  display: flex;
}

.sec04-layout .l-img {
  flex: 1;
  margin-left: -12.5%;
  position: relative;
}

@media (max-width: 1530px) {
  .sec04-layout .l-img {
    margin-left: -4%;
  }
}

.sec04-layout .l-img::before {
  content: "";
  position: absolute;
  background: url(../images/sec04_01.jpg) center/contain no-repeat;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  border-radius: 30px;
  z-index: -1;
}

.sec04-layout .l-img img {
  border-radius: 30px;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec04-layout .l-desc {
  width: 600px;
  margin-left: 8.67%;
}

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

.sec04-layout .l-txt {
  margin-bottom: 65px;
}

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

.sec04 .t-ttl .en {
  margin-bottom: 0;
  line-height: 1.6;
}

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

.sec05-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.sec05-card .card-item {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  padding: 50px 35px 40px;
  text-align: center;
  transition: 0.3s;
}

.sec05-card .card-item:hover {
  transform: translateY(-10px);
}

.sec05-card .card-img {
  width: 80px;
  margin: 0 auto 24px;
}

.sec05-card .card-ttl {
  font-size: 20px;
  font-weight: 500;
}

.sec05 .t-ttl {
  text-align: center;
}

.sec06 {
  padding-bottom: 250px;
}

.sec06-slider01 {
  overflow: hidden;
}

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

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

.sec06-slider01 .splide__slide {
  opacity: 0.5;
  width: 1042px;
  transition: opacity 0.5s ease;
}

.sec06-slider01 .splide__slide .item-img {
  border-radius: 30px;
  overflow: hidden;
}

.sec06-slider01 .splide__slide .item-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  transition: transform 0.5s ease;
  transform: scale(0.9);
}

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

.sec06-slider01 .splide__slide.is-active .item-img img {
  transform: scale(1.15);
}

.sec06-slider01 .splide__arrow {
  background: none;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  opacity: 1;
  transition: 0.3s;
}

.sec06-slider01 .splide__arrow svg {
  display: none;
}

.sec06-slider01 .splide__arrow:hover {
  opacity: 0.7;
}

.sec06-slider01 .splide__arrow--prev {
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/sec06_arrow_left.png");
  left: 100px;
}

.sec06-slider01 .splide__arrow--next {
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/sec06_arrow_right.png");
  right: 100px;
}

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

.sec06-slider01 .item-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

.sec07 {
  padding: 80px 0 100px;
  position: relative;
}

.sec07::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 150px;
  height: calc(100% - 250px);
  width: 63.56%;
  border-radius: 30px;
  z-index: -1;
}

@media (max-width: 1470px) {
  .sec07::before {
    left: 80px;
  }
}

.sec07-layout {
  display: flex;
  flex-direction: row-reverse;
}

.sec07-layout .l-img {
  flex: 1;
  margin-right: -21.48%;
  position: relative;
}

@media (max-width: 1470px) {
  .sec07-layout .l-img {
    margin-right: -10%;
  }
}

.sec07-layout .l-img::before {
  content: "";
  position: absolute;
  background: url(../images/sec07_01.jpg) center/contain no-repeat;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  border-radius: 30px;
  z-index: -1;
}

.sec07-layout .l-img img {
  border-radius: 30px;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec07-layout .l-desc {
  width: 50%;
}

.sec07-layout .l-txt {
  margin-bottom: 55px;
}

.sec08 {
  padding: 100px 0 200px;
}

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

.sec08-ttl {
  width: 320px;
}

.sec08-ttl .t-ttl {
  margin-bottom: 100px;
}

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

.sec09 {
  padding-bottom: 200px;
}

.sec09-layout {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
}

.sec09-layout .l-map {
  width: 75.26%;
  margin-right: -14.47%;
}

.sec09-layout .l-map iframe {
  width: 100%;
  height: 550px;
  border-radius: 30px;
}

.sec09-layout .l-desc {
  width: 600px;
  min-width: 600px;
  margin-top: 100px;
  padding: 80px 100px 0 100px;
  position: relative;
  z-index: 1;
}

.sec09-layout .l-desc::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  height: calc(100% - 32px);
  width: 100%;
  border-radius: 30px;
  z-index: -1;
}

.sec09-layout .l-dl {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 85px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-gap: 15px;
}

.sec09-layout .l-dl dt,
.sec09-layout .l-dl dd {
  font-size: 16px;
  font-weight: 500;
}

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

  .sec01-img {
    height: auto;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .sec01-img .img-wrap01 {
    position: static;
    width: 81.39%;
    height: auto;
    margin-bottom: 37px;
  }

  .sec01-img .img-wrap01 img {
    height: auto;
    border-radius: 15px;
  }

  .sec01-img .img-wrap02 {
    position: static;
    width: 66.11%;
    height: auto;
    margin-left: auto;
  }

  .sec01-img .img-wrap02 img {
    height: auto;
    border-radius: 15px;
  }

  .sec01-img .img-wrap03 {
    display: none;
  }

  .sec01-img .img01::before,
  .sec01-img .img02::before {
    top: 7px;
    left: 7px;
    border-radius: 15px;
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
  }

  .sec02 {
    padding: 50px 0;
  }

  .sec03 {
    padding: 50px 0;
  }

  .sec03 .container, .sec03 .footer-top, .sec03 .breadcrumb ul, .breadcrumb .sec03 ul {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .sec03-wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec03-left .time-table {
    margin-bottom: 10px;
  }

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

  .sec03 .time-table-txt {
    margin-bottom: 25px;
  }

  .sec03 .tel {
    margin-bottom: 25px;
  }

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

  .sec04::before {
    display: none;
  }

  .sec04-layout {
    display: block;
  }

  .sec04-layout .l-img {
    width: 100%;
    margin-left: 0%;
    position: relative;
    z-index: 1;
  }

  .sec04-layout .l-img::before {
    top: 7px;
    left: 7px;
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    border-radius: 15px;
  }

  .sec04-layout .l-img img {
    border-radius: 15px;
    height: auto;
  }

  .sec04-layout .l-desc {
    width: 100%;
    margin-left: 0;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 50px 20px 20px;
    position: relative;
  }

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

  .sec04-layout .l-txt {
    margin-bottom: 20px;
  }

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

  .sec05 {
    padding: 50px 0;
  }

  .sec05-card {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .sec05-card .card-item {
    border-radius: 15px;
    padding: 20px 10px;
  }

  .sec05-card .card-img {
    width: 40%;
    max-width: 70px;
    margin: 0 auto 10px;
  }

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

  .sec05 .t-ttl {
    text-align: center;
  }

  .sec06 {
    padding-bottom: 50px;
  }

  .sec06-slider01 .splide__slide .item-img {
    border-radius: 15px;
  }

  .sec06-slider01 .splide__slide .item-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
  }

  .sec06-slider01 .splide__arrow {
    display: none;
  }

  .sec07 {
    padding: 0;
  }

  .sec07::before {
    display: none;
  }

  .sec07-layout {
    display: block;
  }

  .sec07-layout .l-img {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
  }

  .sec07-layout .l-img::before {
    top: 7px;
    left: 7px;
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    border-radius: 15px;
  }

  .sec07-layout .l-img img {
    border-radius: 15px;
    height: auto;
  }

  .sec07-layout .l-desc {
    width: 100%;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 50px 20px 20px;
    position: relative;
  }

  .sec07-layout .l-txt {
    margin-bottom: 20px;
  }

  .sec08 {
    padding: 50px 0;
  }

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

  .sec08-ttl {
    width: 100%;
  }

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

  .sec08 .list-top-blog02 {
    width: 100%;
  }

  .sec09 {
    padding-bottom: 50px;
  }

  .sec09-layout {
    display: block;
  }

  .sec09-layout .l-map {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .sec09-layout .l-map iframe {
    width: 100%;
    height: 300px;
    border-radius: 15px;
  }

  .sec09-layout .l-desc {
    width: 100%;
    min-width: 0;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 40px 20px 20px;
    position: relative;
  }

  .sec09-layout .l-desc::before {
    display: none;
  }

  .sec09-layout .l-dl {
    margin-bottom: 30px;
    grid-gap: 10px;
  }

  .sec09-layout .l-dl dt,
  .sec09-layout .l-dl dd {
    font-size: 15px;
  }

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

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 {
  margin-bottom: 50px;
}

.list-top-news02 .list-item {
  display: flex;
  align-items: baseline;
  padding: 14px 30px 15px 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}

.list-top-news02 .list-item::before {
  content: "";
  position: absolute;
  background: url(../images/sec02_btn.png) center/contain no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
}

.list-top-news02 .list-item:hover {
  opacity: 0.6;
}

.list-top-news02 li:not(:last-child) {
  margin-bottom: 20px;
}

.list-top-news02 time {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-right: 20px;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 40px;
  font-size: 16px;
}

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

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

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

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

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

.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.list-top-blog02 time {
  display: block;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news02 {
    margin-bottom: 40px;
  }

  .list-top-news02 li:not(:last-child) {
    margin-bottom: 15px;
  }

  .list-top-news02 .list-item {
    display: block;
    padding: 10px 15px;
  }

  .list-top-news02 .list-item::before {
    width: 30px;
    height: 30px;
    right: 15px;
  }

  .list-top-news02 time {
    font-size: 16px;
    margin-right: 0;
  }

  .list-top-news02 .list-txt {
    width: 100%;
    font-size: 15px;
  }

  /*ブログ*/
  .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 .list-item img {
    height: 150px;
  }

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

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  width: 100%;
  padding: 230px 0 0 8%;
  height: 500px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.page-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/under/u-top_bg.png) center/cover no-repeat;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  z-index: -1;
}

.page-ttl-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.69;
}

.page-ttl-sub {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 5px;
}

.page-ttl-bg {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 150px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  left: 5%;
  bottom: -45px;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 55px 5% 0;
    height: 180px;
    min-height: 180px;
    text-align: center;
  }

  .page-ttl::before {
    height: 180px;
  }

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

  .page-ttl-sub {
    font-size: 20px;
  }

  .page-ttl-bg {
    font-size: 50px;
    width: 100%;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
}

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

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

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #3E3D35;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.u-h4, .postdata h3 {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

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

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

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

.num-ttl {
  border-bottom: 1px solid #3E3D35;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.05em;
}

.num-ttl .num {
  background: #3E3D35;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 800px) {
  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .num-ttl .num {
    display: table;
    margin-bottom: 5px;
  }
}

.ttl-label {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #3E3D35;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.ttl-label .label {
  border-radius: 50px;
  border: 1px solid #3E3D35;
  color: #3E3D35;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 10px;
}

@media (max-width: 800px) {
  .ttl-label {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }

  .ttl-label .label {
    font-size: 10px;
  }
}

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

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

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

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

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

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

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

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

.tall.bg01 {
  background: #fff;
}

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

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

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

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

.hidden {
  overflow: hidden;
}

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

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

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

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

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #3E3D35;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

.list-card01 .list-item {
  background: #fff;
  border-radius: 30px;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card01 .num {
  display: block;
  color: #ADACA3;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px dashed #3E3D35;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card02 .list-item {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
}

.list-card02 .list-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3E3D35;
  padding-bottom: 10px;
}

.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}

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

.list-card02.step {
  margin-top: 25px;
}

.list-card02.step .list-item {
  position: relative;
}

.list-card02.step .step {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  left: 25px;
  top: -25px;
}

.list-card01, .list-card02, .list-card03 {
  display: flex;
  flex-wrap: wrap;
}

.list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}

.list-card01.col2 .list-item:nth-child(odd), .list-card02.col2 .list-item:nth-child(odd), .list-card03.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}

.list-card01.col2 .list-item:nth-child(n+3), .list-card02.col2 .list-item:nth-child(n+3), .list-card03.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}

.list-card01.col2 .list-item:last-child, .list-card02.col2 .list-item:last-child, .list-card03.col2 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col3 .list-item, .list-card02.col3 .list-item, .list-card03.col3 .list-item {
  padding: 25px;
  width: 31.25%;
}

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

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

.list-card01.col3 .list-item:last-child, .list-card02.col3 .list-item:last-child, .list-card03.col3 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col3.step .list-item, .list-card02.col3.step .list-item, .list-card03.col3.step .list-item {
  padding: 35px 25px 25px;
}

.list-card01.col4 .list-item, .list-card02.col4 .list-item, .list-card03.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}

.list-card01.col4 .list-item:not(:nth-child(4n)), .list-card02.col4 .list-item:not(:nth-child(4n)), .list-card03.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}

.list-card01.col4 .list-item:nth-child(n+5), .list-card02.col4 .list-item:nth-child(n+5), .list-card03.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}

.list-card01.col4 .list-item:last-child, .list-card02.col4 .list-item:last-child, .list-card03.col4 .list-item:last-child {
  margin-right: 0;
}

.list-card01.center, .list-card02.center, .list-card03.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .list-card01 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

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

  .list-card02.step {
    margin-top: 16px;
  }

  .list-card02.step .step {
    font-size: 18px;
    left: 15px;
    top: -16px;
  }

  .list-card01, .list-card02, .list-card03 {
    display: block;
  }

  .list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col2 .list-item:nth-child(odd), .list-card02.col2 .list-item:nth-child(odd), .list-card03.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card01.col2 .list-item:nth-child(n+2), .list-card02.col2 .list-item:nth-child(n+2), .list-card03.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col3 .list-item, .list-card02.col3 .list-item, .list-card03.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col3 .list-item:not(:nth-child(3n)), .list-card02.col3 .list-item:not(:nth-child(3n)), .list-card03.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card01.col3 .list-item:nth-child(n+2), .list-card02.col3 .list-item:nth-child(n+2), .list-card03.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col3.step .list-item, .list-card02.col3.step .list-item, .list-card03.col3.step .list-item {
    padding: 30px 20px 20px;
  }

  .list-card01.col3.step .list-item:nth-child(n+2), .list-card02.col3.step .list-item:nth-child(n+2), .list-card03.col3.step .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-card01.col4 .list-item, .list-card02.col4 .list-item, .list-card03.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col4 .list-item:not(:last-child), .list-card02.col4 .list-item:not(:last-child), .list-card03.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-card01.col4 .list-item:nth-child(n+2), .list-card02.col4 .list-item:nth-child(n+2), .list-card03.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.flow-type01 {
  border: 1px solid #3E3D35;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  padding: 50px;
}

.flow-type01 .l-item {
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #3E3D35;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.flow-type01 .l-item:not(:last-child)::before, .flow-type01 .l-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
}

.flow-type01 .l-item:not(:last-child)::before {
  background: url(../images/share/flow_arrow.svg) center/contain no-repeat;
  width: 44px;
  height: 37px;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 2;
}

.flow-type01 .l-item>p {
  font-size: 15px;
  font-weight: 500;
}

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

  .flow-type01 .l-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.l-style01 {
  display: flex;
}

.l-style01 .l-img {
  flex: 1;
  margin-right: 40px;
}

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

.l-style01 .l-img.small {
  flex: 0.5;
}

.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style01 .u-slider02 {
  width: 45%;
  padding: 0;
}

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

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

.l-style02 .l-img {
  flex: 1;
  margin-left: 40px;
}

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

.l-style02 .l-img.small {
  flex: 0.5;
}

.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}

.l-style02 .l-desc {
  flex: 1;
}

.l-style02 .l-desc>p {
  font-size: 15px;
  font-weight: 400;
}

.l-style03 {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}

.l-style03 .l-img {
  width: 56.64%;
}

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

.l-style03 .l-desc {
  flex: 1;
}

.l-style03 .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
}

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

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

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

  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

  .l-style02 {
    display: block;
  }

  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

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

  .l-style02 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style03 {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }

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

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

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

.box-type01 {
  background: #fff;
  border: 1px solid #3E3D35;
  padding: 60px 50px;
}

.box-type01 .box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}

.box-type01>p {
  font-size: 15px;
  font-weight: 400;
}

.box-type02 {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #3E3D35;
  border-radius: 30px;
  padding: 50px;
}

.box-type02 .box-ttl {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}

.box-type02>p {
  font-size: 15px;
  font-weight: 400;
}

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

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

  .box-type02 {
    border-radius: 15px;
    padding: 25px 20px;
  }

  .box-type02 .box-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.dl-style02 {
  display: flex;
  flex-wrap: wrap;
}

.dl-style02 dt {
  background: rgba(62, 61, 53, 0.85);
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  width: 160px;
  height: 38px;
}

.dl-style02 dd {
  width: calc(100% - 160px);
  padding-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .dl-style02 dt {
    margin-bottom: 20px;
    width: 140px;
    height: 30px;
  }

  .dl-style02 dd {
    width: calc(100% - 140px);
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.table-style01 {
  border: 1px solid #eee;
}

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

.table-style01 th {
  background-color: #3E3D35;
  font-weight: bold;
  padding: 15px;
  width: 30%;
  color: #fff;
}

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

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

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

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

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}

.under-slider01 .item-img img {
  border-radius: 30px;
}

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

  .under-slider01 .splide__arrow--prev {
    left: 25px;
  }

  .under-slider01 .splide__arrow--next {
    right: 25px;
  }

  .under-slider01 .splide__arrow {
    top: 28vw;
    transform: translateY(-50%);
  }

  .under-slider01 .item-img img {
    border-radius: 20px;
  }
}

.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 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.list-col3 .list-txt {
  font-size: 15px;
  font-weight: 400;
}

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

.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}

.staff-layout .l-img {
  flex: 1;
}

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

.staff-layout .l-desc {
  flex: 1.5;
  margin-right: 50px;
}

.staff-layout .job {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  color: #3E3D35;
}

.staff-layout .name {
  margin-bottom: 20px;
}

.staff-layout .jp {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D35;
  margin-right: 25px;
}

.staff-layout .en {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #3E3D35;
}

.staff-career li {
  padding: 10px 0;
  display: flex;
}

.staff-career .data {
  width: 20%;
}

.staff-career .txt {
  width: 80%;
}

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

  .staff-layout .l-img {
    margin-bottom: 20px;
  }

  .staff-layout .l-desc {
    margin-right: 0;
  }

  .staff-layout .job {
    font-size: 16px;
  }

  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 16px;
  }

  .staff-career li {
    display: block;
  }

  .staff-career .data {
    width: auto;
    display: block;
    font-weight: bold;
  }

  .staff-career .txt {
    width: 100%;
  }
}

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

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

.list-disc.small-txt li::before {
  top: 13px;
}

.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 #3E3D35;
  border-bottom: 2px solid #3E3D35;
  transform: rotate(-45deg);
}

.list-disc.col2, .list-check.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 800px) {
  .list-disc li {
    padding-left: 15px;
  }

  .list-disc li:before {
    top: 12px;
  }

  .list-disc.col2 {
    display: block;
  }

  .list-disc.col2, .list-check.col2 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

.tel-box02 {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 30px;
}

.tel-box02 .l-ttl {
  border-bottom: 1px solid #3E3D35;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-box02 .l-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-box02 .tel {
  font-size: 30px;
  padding-left: 32px;
}

.tel-box02 .tel::before {
  width: 25px;
  height: 25px;
}

.tel-box02 .btn-more {
  margin-left: 50px;
}

@media (max-width: 800px) {
  .tel-box02 {
    max-width: 100%;
    margin: 0;
    padding: 25px 20px;
  }

  .tel-box02 .l-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0 auto 20px;
  }

  .tel-box02 .l-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .tel-box02 .tel {
    font-size: 30px;
    padding-left: 32px;
  }

  .tel-box02 .tel::before {
    width: 25px;
    height: 25px;
  }

  .tel-box02 .btn-more {
    margin: 15px 0 0 0;
  }
}

.flow-type03 {
  display: grid;
}

.flow-type03>li {
  background-color: #fff;
  padding: 25px;
  position: relative;
}

.flow-type03>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ADACA3;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.flow-type03>li:last-child::after {
  display: none;
}

.flow-type03 .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
}

.flow-type03 .num {
  color: #fff;
  background-color: #3E3D35;
  display: table;
  font-size: 13px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
  border-radius: 20px;
}

.flow-type03 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

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

.flow-type03 .list-desc {
  margin-bottom: 15px;
}

.flow-type03 .list-btn {
  margin-top: 20px;
}

.flow-type03 .btn-more {
  width: 100%;
  max-width: 100%;
}

.flow-type03.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.flow-type03.col2 .list-item {
  padding: 30px;
}

.flow-type03.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.flow-type03.col3>li {
  border-radius: 20px;
}

.flow-type03.col3>li::after {
  right: -22px;
}

.flow-type03.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.flow-type03.col4>li {
  padding: 20px;
}

.flow-type03.col4>li::after {
  right: -17px;
}

@media (max-width: 800px) {
  .flow-type03>li {
    padding: 25px 20px;
    position: relative;
  }

  .flow-type03>li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    transform: translateX(50%) rotate(90deg);
  }

  .flow-type03 .list-img.sp-small img {
    width: 65%;
  }

  .flow-type03.col2, .flow-type03.col3, .flow-type03.col4 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }

  .flow-type03.col2 .list-item, .flow-type03.col3 .list-item, .flow-type03.col4 .list-item {
    padding: 25px 20px;
  }

  .flow-type03.col3>li {
    padding: 25px 20px;
  }

  .flow-type03.col3>li::after {
    right: 50%;
  }

  .flow-type03.col4>li {
    padding: 25px 20px;
  }

  .flow-type03.col4>li::after {
    right: 50%;
  }
}

.faq-style02 {
  border-bottom: 1px solid #ADACA3;
}

.faq-style02 .item {
  border-top: 1px solid #ADACA3;
}

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

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

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

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

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

.faq-style02 .faq-icon {
  border: 1px solid #3E3D35;
  background: #fff;
  border-radius: 50px;
  color: #3E3D35;
  font-size: 0.94rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  padding-top: 1px;
}

.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: #3E3D35;
  color: #fff;
}

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

.faq-style02 .is-open .faq-icon {
  background-color: #3E3D35;
  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;
  }
}

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

.merit-demerit01 .item {
  background: #f7f7f7;
  border-top: 5px solid #3E3D35;
  padding: 35px;
  border-radius: 30px;
}

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

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

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

.merit-demerit01 .item-ttl {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.merit-demerit01 .item-ttl::after {
  content: attr(data-en);
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-left: 15px;
  font-family: "Poppins", sans-serif;
}

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

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

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

  .merit-demerit01 .item-ttl::after {
    font-size: 12px;
  }
}

.layout-bg {
  display: flex;
}

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

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

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

.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-ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

@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-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.dl-style01 {
  display: flex;
  flex-wrap: wrap;
}

.dl-style01 dt {
  background: #3E3D35;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 30%;
}

.dl-style01 dt:not(:first-child) {
  margin-top: 15px;
}

.dl-style01 dt .num {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.dl-style01 dd {
  background: #fff;
  padding: 20px;
  width: 70%;
}

.dl-style01 dd:not(:nth-child(2)) {
  margin-top: 15px;
}

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

  .dl-style01 dt {
    padding: 15px;
    width: 100%;
  }

  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }

  .dl-style01 dd:not(:nth-child(2)) {
    margin-top: 0;
  }
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  padding-top: 90px;
  color: #fff;
}

.footer::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, #3e3d35 30%, rgba(62, 61, 53, 0.8) 100%);
  border-radius: 100px 100px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 90px);
  width: 95%;
  z-index: -1;
}

.footer-top {
  padding: 120px 0;
}

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

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

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

.footer .f-access {
  font-size: 16px;
  margin-bottom: 25px;
}

.footer .tel {
  margin-bottom: 30px;
}

.footer .f-navi {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.footer .f-navi-item {
  width: -moz-fit-content;
  width: fit-content;
}

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

.footer .f-navi-list li {
  position: relative;
  line-height: 2.3;
}

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

.footer .f-navi-list li.child {
  font-size: 15px;
  padding-left: 20px;
}

.footer .f-navi-list li.child::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 18px;
  left: 0;
  height: 1px;
  width: 10px;
}

.footer .copyright {
  font-size: 13px;
  line-height: 1;
  text-align: right;
}

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

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

.footer .pagetop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

  .footer::before {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }

  .footer-top {
    padding: 40px 0 70px;
  }

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

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

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

  .footer .f-navi {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
  }

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

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

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

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

  .footer .pagetop {
    display: none;
  }
}

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

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

.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;
  -o-object-fit: cover;
  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;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

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

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

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

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

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

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

.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: #3E3D35;
  line-height: 1;
}

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

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

.post-category01 {
  border: 1px solid #3E3D35;
  color: #3E3D35;
  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: 14px;
  font-weight: 500;
  background: rgba(62, 61, 53, 0.85);
  color: #fff;
  border-radius: 4px;
  padding: 9px 10px;
  margin: 2px;
}

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 260px;
  font-size: 16px;
  padding: 17px 60px 17px 30px;
  line-height: 1.9;
  text-align: center;
  background-image: linear-gradient(90deg, #3e3d35 20%, rgba(62, 61, 53, 0.5) 100%);
  color: #fff;
  transition: 0.3s;
  position: relative;
  border-radius: 20px;
}

.btn-more::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_btn_arrow.svg) center/contain no-repeat;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  height: 11px;
  width: 12px;
}

.btn-more::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

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

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

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

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

.btn-icon {
  background: rgba(62, 61, 53, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 44px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

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

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

.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;
    padding: 14px 45px;
    border-radius: 15px;
  }

  .btn-more::before {
    right: 24px;
  }

  .btn-more::after {
    right: 15px;
    width: 30px;
    height: 30px;
  }

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

.tab-only {
  display: none;
}

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

.fs18 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

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

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

.underline {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

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

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

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

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .tab-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

}

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

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

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

  .pc-only {
    display: none;
  }

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

  .fs18 {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }

}

/*診療カレンダー*/
.business-calendar-box-wrap {
  margin-bottom: 15px;
  border: 1px solid #3E3D35;
  padding: 20px 18px 18px;
  background: #fff;
  border-radius: 10px;
}

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

.business-calendar-box-wrap .business-calendar caption {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
  border: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  border: none;
}

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

.business-calendar-box-wrap .business-calendar caption span {
  color: #3E3D35;
  line-height: 1.1;
  font-size: 25px;
  font-weight: 700;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past,
.business-calendar-box-wrap .business-calendar-future {
  position: absolute;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

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

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

.business-calendar-box-wrap .business-calendar th {
  background: #3E3D35;
  border: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 4px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar th:first-child {
  border-radius: 4px 0 0 4px;
}

.business-calendar-box-wrap .business-calendar th:last-child {
  border-radius: 0 4px 4px 0;
}

.business-calendar-box-wrap .business-calendar td {
  border: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 5px 15px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-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 .saturday {
  color: #3784BB;
}

.business-calendar-box-wrap .business-calendar .sunday {
  color: #E44747;
}

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

.business-calendar-box-wrap .business-calendar .attr0::before {
  content: "×";
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  content: "○";
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  content: "△";
}

.list-event {
  display: flex;
  letter-spacing: 0.1em;
  font-weight: 500;
}

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

@media (max-width: 800px) {
  .business-calendar-box-wrap {
    padding: 10px 10px 15px;
  }

  .business-calendar-box-wrap .business-calendar caption {
    font-size: 16px;
  }

  .business-calendar-box-wrap .business-calendar caption span {
    line-height: 0.7;
  }

  .business-calendar-box-wrap .business-calendar th {
    font-size: 15px;
  }

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

  .list-event {
    display: block;
  }

  .list-event li {
    font-size: 14px;
  }

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

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

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

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

.time-table-body:last-child {
  border-bottom: 1px solid #3E3D35;
}

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

.time-table-body .item:first-child {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

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

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

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

.time-table.white .time-table-body:last-child {
  border-bottom: 1px solid #fff;
}

.time-table-txt {
  margin-top: 10px;
  font-size: 15px;
}

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

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

  .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(8, 1fr) !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%;
  border-radius: 30px;
}

.tel {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  padding-left: 38px;
  position: relative;
  letter-spacing: 0.03em;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.tel.white {
  color: #fff;
}

.tel.white:before {
  background: url(../images/share/icon_tel_w.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .map iframe {
    border-radius: 20px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }

  .tel.white:before {
    width: 20px;
    height: 20px;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #3E3D35;
  /* 矢印 */
  --splide-focus-color: #3E3D35;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #3E3D35;
  /* アクティブ時のページネーション */
  --splide-progress-color: #3E3D35;
  /* プログレスバー */
  --splide-toggle-color: #3E3D35;
  /* 再生ボタン */
  --splide-track-color: #3E3D35;
  /* サムネイルの枠 */
}

.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--prev svg {
  transform: rotate(-180deg);
}

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

/*# sourceMappingURL=style.css.map */
