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

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-weight: 700;
  letter-spacing: 0.1em;
  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";
  font-weight: 700;
}

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

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

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

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

.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: 9999;
  width: 100%;
  transition: 0.3s;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 110px;
  background: #fff;
  transition: 0.4s;
}

.header .h-logo-wrap {
  margin: 15px 0 0 30px;
  transition: 0.4s;
}

.header .h-logo-wrap p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  transition: 0.4s;
}

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

.header .h-logo img {
  width: 343px;
  transition: 0.4s;
}

.header .h-logo-br {
  display: none;
}

.header .h-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header .h-contact {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.header .h-contact a {
  font-size: 16px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #fff;
  transition: 0.4s;
}

.header .h-contact a:hover {
  opacity: 0.6;
}

.header .h-contact .txt {
  transition: 0.4s;
}

.header .h-contact i {
  margin-right: 4px;
}

.header .h-contact-tel {
  background: #B7CB39;
  padding: 0 15px;
}

.header .h-contact-access {
  background: #F3C11E;
  padding: 0 23px;
}

.header.is-fixed .header-inr {
  height: 80px;
  align-items: center;
}

.header.is-fixed .h-logo-wrap {
  margin: 0 0 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
}

.header.is-fixed .h-logo-wrap p {
  display: none;
}

.header.is-fixed .h-logo img {
  width: 231px;
}

.header.is-fixed .h-right {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}

.header.is-fixed .h-contact {
  margin-bottom: 0;
}

.header.is-fixed .h-contact .txt {
  display: none;
}

.header.is-fixed .h-contact a {
  height: 80px;
  width: 80px;
}

.header.is-fixed .h-contact i {
  margin-right: 0;
}

.header.is-fixed .h-contact-tel {
  padding: 0;
}

.header.is-fixed .h-contact-access {
  padding: 0;
}

.header.is-fixed .pc-navi {
  margin-right: 25px;
  padding-top: 20px;
}

@media screen and (max-width: 1250px) and (min-width: 801px) {
  .header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: 0.3s;
  }

  .header-inr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 110px;
    background: #fff;
    transition: 0.4s;
  }

  .header .h-logo-wrap {
    margin-top: 10px;
  }

  .header .h-logo-wrap p {
    line-height: 1.2;
  }

  .header .h-logo img {
    width: 264px;
  }

  .header .h-logo-br {
    display: inline;
  }
}

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

  .header-inr {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 5%;
  }

  .header .h-logo-wrap {
    margin: 0;
  }

  .header .h-logo-wrap p {
    display: none;
  }

  .header .h-logo img {
    width: 240px;
  }

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

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

/*------------
G-navi
--------------*/
.pc-navi {
  transition: 0.4s;
  margin-right: 30px;
}

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

.pc-navi .item {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  line-height: 1.4;
  padding-bottom: 20px;
}

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

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

.pc-dropdown {
  position: relative;
}

.pc-dropdown .item-link {
  position: relative;
  padding-right: 17px;
}

.pc-dropdown .item-link::after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/share/arrow_dropdown.svg) center/contain no-repeat;
}

.pc-dropdown .pc-navi-child {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 25px 30px;
  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";
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
}

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

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

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

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

@media screen and (max-width: 1250px) and (min-width: 801px) {
  .pc-navi-list {
    gap: 20px;
  }

  .pc-navi .item {
    font-size: 15px;
  }
}

.sp-navi {
  display: none;
}

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

  :root {
    --navi-background: #02A074;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫A丸ゴシック Std D";
    --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 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 .ttl {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #02A074;
    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;
  }

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

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

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

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

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

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

.hero .splide__slide img {
  width: 100%;
  height: calc(100vh - 110px);
  min-height: 670px;
  object-fit: cover;
}

.hero-desc {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.hero-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero-ttl span {
  color: #fff;
  background: #02A074;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 42px;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
}

.hero-news {
  background: #fff;
  max-width: 720px;
  display: flex;
  gap: 40px;
  padding: 30px 55px 30px 40px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 20px 0 0 0;
}

.hero-news .ttl {
  line-height: 1;
  margin-bottom: 30px;
}

.hero-news .ttl .en {
  font-family: "Red Hat Text", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #02A074;
  display: block;
  margin-bottom: 10px;
}

.hero-news .ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  display: block;
  margin-top: 5px;
}

.hero-news .btn-more {
  width: 120px;
  min-height: 46px;
}

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

  .hero .splide__slide img {
    height: 100vw;
    min-height: auto;
  }

  .hero-desc {
    top: 50vw;
  }

  .hero-ttl {
    gap: 10px;
  }

  .hero-ttl span {
    font-size: 22px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 800px) and (max-width: 400px) {
  .hero-ttl span {
    font-size: 5.5vw;
  }
}

@media (max-width: 800px) {
  .hero-news {
    position: static;
    max-width: none;
    flex-direction: column;
    gap: 30px;
    padding: 30px 5% 50px;
    border-radius: 0;
  }

  .hero-news .ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-news .ttl {
    margin-bottom: 0;
  }

  .hero-news .ttl .en {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.t-ttl::after {
  content: "";
  width: 64px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(../images/ttl_deco.svg) center/contain no-repeat;
}

.t-ttl .en {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  color: #02A074;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.t-ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 36px;
  line-height: 1.76;
}

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

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

  .t-ttl .jp {
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-size: 25px;
    line-height: 1.5;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 150px 0 180px;
  position: relative;
}

.sec01::before {
  content: "";
  width: 35vw;
  height: 37.4vw;
  max-width: 630px;
  max-height: 674px;
  position: absolute;
  right: 0;
  bottom: -100px;
  background: url(../images/sec01_deco.png) center/contain no-repeat;
  z-index: -1;
}

.sec01-inr {
  position: relative;
  padding-bottom: 90px;
}

.sec01-inr::before {
  content: "";
  width: 48%;
  height: calc(100% - 200px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F8F7F2;
  z-index: -1;
}

.sec01 .t-ttl {
  text-align: left;
  position: static;
  padding-bottom: 0;
}

.sec01 .t-ttl::after {
  display: none;
}

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

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

.sec01-layout .l-img {
  width: 58.5%;
  margin-left: 4.8%;
}

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

.sec01-layout .l-desc {
  flex: 1;
  padding-top: 40px;
}

.sec01-layout .l-btn {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

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

  .sec01::before {
    bottom: auto;
    top: 0;
  }

  .sec01-inr {
    position: relative;
    padding-bottom: 50px;
  }

  .sec01-inr::before {
    width: 100%;
  }

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

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

  .sec01-layout {
    display: block;
  }

  .sec01-layout .l-img {
    width: 100%;
    margin-left: 0;
  }

  .sec01-layout .l-img img {
    border-radius: 10px;
  }

  .sec01-layout .l-desc {
    padding-top: 25px;
  }

  .sec01-layout .l-btn {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}

.sec02 {
  padding-bottom: 180px;
  position: relative;
}

.sec02::before {
  content: "";
  width: 27.8vw;
  height: 30.1vw;
  max-width: 501px;
  max-height: 542px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/sec02_deco.png) center/contain no-repeat;
  z-index: -1;
}

.sec02-list {
  display: flex;
  gap: 60px;
}

.sec02-list>li>a {
  display: block;
  padding: 45px 40px 40px;
  border-radius: 10px;
  border: 1px solid #02A074;
  position: relative;
  background: #fff;
  transition: 0.4s;
}

.sec02-list>li>a:hover {
  transform: translateY(-10px);
}

.sec02-list>li:nth-child(2) {
  margin-top: 40px;
}

.sec02-list>li:nth-child(3) {
  margin-top: 80px;
}

.sec02-list .list-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 77px;
  background: url(../images/sec02_num_bg.svg) center/contain no-repeat;
  color: #fff;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  font-size: 29px;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -28px;
  left: -18px;
}

.sec02-list .list-ttl {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
}

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

  .sec02::before {
    left: 0;
    bottom: 0;
  }

  .sec02-list {
    flex-direction: column;
    gap: 40px;
  }

  .sec02-list>li>a {
    display: block;
    padding: 40px 20px 20px;
  }

  .sec02-list>li>a:hover {
    transform: none;
  }

  .sec02-list>li:nth-child(2) {
    margin-top: 0;
  }

  .sec02-list>li:nth-child(3) {
    margin-top: 0;
  }

  .sec02-list .list-num {
    width: 68.8px;
    height: 61.6px;
    font-size: 26px;
    left: -10px;
  }

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

.sec03 {
  background: #F8F7F2;
  padding: 150px 0;
}

.sec03-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.sec03-list>li {
  display: flex;
  width: 22.5%;
}

.sec03-list>li>a {
  display: block;
  padding: 35px 25px 40px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  position: relative;
  background: #fff;
  transition: 0.4s;
  position: relative;
}

.sec03-list>li>a::before {
  content: "";
  width: 26px;
  height: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url(../images/arrow_g.svg) center/contain no-repeat;
  z-index: 2;
}

.sec03-list>li>a:hover {
  transform: translateY(-10px);
}

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

.sec03-list .list-img img {
  width: 120px;
}

.sec03-list .list-ttl {
  text-align: center;
  font-size: 21px;
  color: #02A074;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.sec03-box {
  padding: 10px 0 0 50px;
  position: relative;
}

.sec03-box::before {
  content: "";
  width: 90px;
  height: 81px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_check.svg) center/contain no-repeat;
  z-index: 2;
}

.sec03-box .box-ttl {
  background: #F3C11E;
  text-align: center;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  line-height: 1.7;
}

.sec03-box .box-ttl .ttl {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}

.sec03-box .box-ttl .ttl::before {
  content: "";
  width: 26px;
  height: 40px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/txt_deco_l.svg) center/contain no-repeat;
}

.sec03-box .box-ttl .ttl::after {
  content: "";
  width: 26px;
  height: 40px;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/txt_deco_r.svg) center/contain no-repeat;
}

.sec03-box .box-ttl .dot {
  display: inline-block;
  background: url(../images/line_dot.svg) left bottom/6px 3px repeat-x;
}

.sec03-box .box-desc {
  background: #F2EEDF;
  padding: 35px 50px 40px;
}

.sec03-box .box-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 25px;
}

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

  .sec03-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .sec03-list>li {
    width: 48%;
  }

  .sec03-list>li:nth-child(n+3) {
    margin-top: 3.5vw;
  }

  .sec03-list>li>a {
    padding: 25px 15px 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }

  .sec03-list>li>a::before {
    width: 26px;
    height: 12px;
    right: 15px;
    bottom: 15px;
  }

  .sec03-list>li>a:hover {
    transform: none;
  }

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

  .sec03-list .list-img img {
    width: 80px;
  }

  .sec03-list .list-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

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

  .sec03-box::before {
    width: 70px;
    height: 63px;
    left: 10px;
  }

  .sec03-box .box-ttl {
    padding: 25px 10px 20px;
    line-height: 1.5;
  }

  .sec03-box .box-ttl .ttl {
    font-size: 20px;
    padding: 0 30px;
  }

  .sec03-box .box-ttl .ttl::before {
    width: 20px;
    height: 29px;
    top: 55%;
  }

  .sec03-box .box-ttl .ttl::after {
    width: 20px;
    height: 29px;
    top: 55%;
  }

  .sec03-box .box-desc {
    padding: 20px 20px 30px;
  }

  .sec03-box .box-btn {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}

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

.sec04::before {
  content: "";
  width: 29.6vw;
  height: 25.5vw;
  max-width: 533px;
  max-height: 459px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/sec04_deco.png) center/contain no-repeat;
  z-index: -1;
}

.sec04-cont {
  display: flex;
  justify-content: space-between;
}

.sec04-cont-item {
  width: 47.6%;
}

.sec04-ttl {
  font-size: 24px;
  border-bottom: 1px solid #ABB2B0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sec04-ttl .mb-min {
  margin-bottom: 15px;
}

.sec04-dl .dl-item {
  display: flex;
}

.sec04-dl .dl-item:not(:last-child) {
  margin-bottom: 15px;
}

.sec04-dl .dl-item dt {
  width: 110px;
  border-bottom: 1px solid #02A074;
  padding-bottom: 10px;
}

.sec04-dl .dl-item dd {
  flex: 1;
  border-bottom: 1px solid #D5DBD9;
  padding-bottom: 10px;
  font-size: 15px;
}

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

  .sec04-cont {
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .sec04-cont-item {
    width: 100%;
  }

  .sec04-ttl {
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }

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

  .sec04-dl .dl-item dt {
    width: 90px;
  }
}

.sec05 {
  background: #F8F7F2;
  padding: 150px 0;
  overflow: hidden;
}

.sec05-slider {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.sec05-slider .splide__track {
  overflow: visible;
}

.sec05-slider .splide__slide {
  opacity: 0.5;
}

.sec05-slider .splide__slide.is-active {
  opacity: 1;
}

.sec05-slider .splide__arrow {
  top: calc(50% - 26px);
}

.sec05-slider .splide__arrow--prev {
  left: -25px;
}

.sec05-slider .splide__arrow--next {
  right: -25px;
}

.sec05-img {
  margin-bottom: 25px;
}

.sec05-img img {
  border-radius: 10px;
}

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

  .sec05-slider {
    width: 90%;
    max-width: none;
  }

  .sec05-slider .splide__track {
    overflow: hidden;
  }

  .sec05-slider .splide__slide {
    opacity: 1;
  }

  .sec05-slider .splide__arrow {
    top: calc(50% - 18px);
  }

  .sec05-slider .splide__arrow--prev {
    left: -16px;
  }

  .sec05-slider .splide__arrow--next {
    right: -16px;
  }

  .sec05-img {
    margin-bottom: 15px;
  }
}

.sec06 {
  padding: 180px 0 110px;
  margin-bottom: 180px;
  position: relative;
}

.sec06::before {
  content: "";
  width: 40vw;
  height: 34.5vw;
  max-width: 725px;
  max-height: 622px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sec06_deco.png) center/contain no-repeat;
  z-index: -1;
}

.sec06::after {
  content: "";
  width: 74%;
  height: 430px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F8F7F2;
  z-index: -1;
}

.sec06-layout {
  display: flex;
}

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

.sec06-layout .l-img img {
  border-radius: 10px;
}

.sec06-layout .l-img figcaption {
  line-height: 1;
  width: fit-content;
  padding-bottom: 15px;
  border-bottom: 1px solid #02A074;
  margin-top: 30px;
}

.sec06-layout .l-img figcaption span {
  display: inline-block;
}

.sec06-layout .l-img figcaption .job {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 18px;
  margin-right: 18px;
}

.sec06-layout .l-img figcaption .name {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 30px;
  margin-right: 30px;
}

.sec06-layout .l-img figcaption .en {
  font-family: "Red Hat Text", sans-serif;
  color: #ABB2B0;
}

.sec06-layout .l-desc {
  width: 50%;
  margin-left: 50px;
  padding-top: 50px;
}

.sec06-layout .l-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 26px;
  margin-bottom: 55px;
}

.sec06-layout .l-btn {
  margin-top: 35px;
}

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

  .sec06::after {
    width: 100%;
    height: calc(100% - 100vw);
  }

  .sec06-layout {
    display: block;
  }

  .sec06-layout .l-img figcaption {
    padding-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .sec06-layout .l-img figcaption span {
    display: inline-block;
  }

  .sec06-layout .l-img figcaption .job {
    font-size: 15px;
    margin-right: 10px;
  }

  .sec06-layout .l-img figcaption .name {
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-size: 20px;
    margin-right: 15px;
  }

  .sec06-layout .l-img figcaption .en {
    margin-left: auto;
  }

  .sec06-layout .l-desc {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }

  .sec06-layout .l-ttl {
    font-family: "FOT-筑紫A丸ゴシック Std D";
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec06-layout .l-btn {
    margin-top: 25px;
  }
}

.sec07 {
  position: relative;
  margin-bottom: 180px;
}

.sec07::before {
  content: "";
  width: 40vw;
  height: 24.3vw;
  max-width: 720px;
  max-height: 438px;
  position: absolute;
  right: 0;
  bottom: -20vw;
  background: url(../images/sec07_deco.png) center/contain no-repeat;
  z-index: -1;
}

.sec07-layout {
  display: flex;
  background: #02A074;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.sec07-layout .l-img {
  width: 350px;
  margin-right: 50px;
}

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

.sec07-layout .l-ttl {
  margin-bottom: 15px;
}

.sec07-layout .l-ttl .en {
  display: block;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.sec07-layout .l-ttl .jp {
  font-size: 28px;
  line-height: 1.5;
}

.sec07-layout .l-btn {
  margin-top: 25px;
}

.sec07-layout .l-btn .btn-more {
  border: 1px solid #FFF;
  color: #fff;
  background: none;
}

.sec07-layout .l-btn .btn-more:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sec07-layout .l-btn .btn-more:hover:before {
  background: url(../images/share/arrow_btn.svg) center/contain no-repeat;
}

@media (max-width: 800px) {
  .sec07 {
    position: relative;
    margin-bottom: 16vw;
  }

  .sec07::before {
    content: "";
    width: 40vw;
    height: 24.3vw;
    bottom: -20vw;
  }

  .sec07-layout {
    display: block;
    padding: 20px 20px 30px;
  }

  .sec07-layout .l-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .sec07-layout .l-ttl {
    margin-bottom: 15px;
  }

  .sec07-layout .l-ttl .jp {
    font-size: 24px;
  }

  .sec07-layout .l-btn {
    margin-top: 20px;
  }
}

.sec08 {
  padding-bottom: 65px;
  position: relative;
}

.sec08-map {
  margin-right: calc((100% - 1200px) / 2);
}

@media screen and (max-width: 1555px) and (min-width: 801px) {
  .sec08-map {
    margin-right: 10%;
  }
}

.sec08-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 500px;
}

.sec08-desc {
  width: 520px;
  background: #F8F7F2;
  padding: 60px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: calc((100% - 1400px) / 2);
}

@media screen and (max-width: 1555px) and (min-width: 801px) {
  .sec08-desc {
    right: 5%;
  }
}

.sec08-ttl {
  margin-bottom: 30px;
}

.sec08-ttl .en {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  color: #02A074;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.sec08-ttl .jp {
  display: block;
  font-size: 28px;
}

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

.sec08-list>li {
  display: flex;
  line-height: 1.8;
}

.sec08-list>li:not(:last-child) {
  margin-bottom: 10px;
}

.sec08-list>li i {
  width: 30px;
  margin-right: 10px;
}

.sec08-list>li p {
  flex: 1;
}

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

  .sec08-map {
    margin-right: 0;
  }

  .sec08-map iframe {
    height: 75vw;
  }

  .sec08-desc {
    width: 90%;
    padding: 30px 25px;
    border-radius: 10px;
    position: relative;
    bottom: auto;
    right: auto;
    margin: -40px auto 0;
  }

  .sec08-ttl {
    margin-bottom: 30px;
  }

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

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.list-top-news02>li {
  display: flex;
  align-items: baseline;
}

.list-top-news02>li>a {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  width: 100%;
  line-height: 1.5;
}

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

.list-top-news02 time {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  color: #A8A8A8;
  font-size: 13px;
  width: 100px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news02 {
    gap: 30px;
  }

  .list-top-news02>li {
    display: block;
  }

  .list-top-news02 time {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }
}

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

.page-ttl-main {
  display: block;
  font-size: 45px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  line-height: 1;
}

.page-ttl-sub {
  font-family: "Red Hat Text", sans-serif;
  color: #02A074;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

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

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

  .page-ttl-sub {
    font-size: 15px;
    margin-bottom: 3px;
  }
}

.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 34px;
  position: relative;
  padding-bottom: 24px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  background: url(../images/under/u-h2_deco.png) no-repeat center/contain;
  width: 64px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #ABB2B0;
  font-size: 28px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.u-h4, .postdata h3 {
  font-size: 24px;
  padding-left: 17px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.u-h4::before, .postdata h3::before {
  content: "";
  background: url(../images/under/u-h4_deco.png) no-repeat center/contain;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

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

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

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

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

.tall.bg01 {
  background: #F8F7F2;
}

.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 #02A074;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
}

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

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

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

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

.parts01-box {
  border: 1px solid #02A074;
  padding: 60px 40px 40px;
  border-radius: 20px;
  margin-left: 25px;
  margin-top: 28px;
  position: relative;
}

.parts01-box .num {
  font-family: "Red Hat Text", sans-serif;
  font-size: 29px;
  font-weight: 500;
  background: url(../images/under/part01.png) no-repeat center/contain;
  width: 86px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -28px;
  left: -25px;
  color: #fff;
}

.parts01-box .parts01-ttl {
  font-size: 28px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  border-bottom: 1px solid #ABB2B0;
  padding-bottom: 14px;
  margin-bottom: 30px;
  line-height: 1;
}

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

.parts01-box .parts01-imgR .l-img,
.parts01-box .parts01-imgL .l-img {
  width: 31%;
}

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

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

.parts01-box .parts01-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

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

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

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

@media (max-width: 800px) {
  .parts01-box {
    padding: 40px 20px 40px;
    margin-left: 0;
    margin-top: 28px;
  }

  .parts01-box .num {
    font-size: 26px;
    font-weight: 500;
    width: 66px;
    height: 57px;
    left: 0;
  }

  .parts01-box .parts01-ttl {
    font-size: 22px;
  }
}

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

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

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

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

.parts02-imgR .l-desc .parts02-ttl,
.parts02-imgL .l-desc .parts02-ttl {
  font-size: 32px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  padding-left: 57px;
  margin-bottom: 40px;
  position: relative;
}

.parts02-imgR .l-desc .parts02-ttl::before,
.parts02-imgL .l-desc .parts02-ttl::before {
  content: "";
  background: url(../images/under/part02-ttl_deco.png) no-repeat center/contain;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

@media (max-width: 800px) {

  .parts02-imgR,
  .parts02-imgL {
    flex-direction: column;
    display: block;
    gap: 15px;
  }

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

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

  .parts02-imgR .l-desc .parts02-ttl,
  .parts02-imgL .l-desc .parts02-ttl {
    margin-top: 15px;
    font-size: 25px;
  }
}

.parts03-card02 {
  display: flex;
  flex-wrap: wrap;
}

.parts03-card02 .list-item {
  background: #E9F7F1;
  border-radius: 10px;
}

.parts03-card02 .list-ttl {
  font-size: 20px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  color: #02A074;
  margin-bottom: 20px;
  text-align: center;
}

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

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

.parts03-card02.col3 .list-item {
  padding: 25px;
  width: 32%;
}

.parts03-card02.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

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

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

.parts03-card02.center {
  justify-content: center;
}

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

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

  .parts03-card02.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .parts03-card02.col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }
}

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

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

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

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

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

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

.parts04-box {
  background-color: #F2EEDF;
  border-radius: 10px;
  margin-left: 50px;
  margin-top: 10px;
  position: relative;
}

.parts04-box .num {
  font-family: "Red Hat Text", sans-serif;
  font-size: 20px;
  font-weight: 500;
  background: url(../images/under/parts04_deco.png) no-repeat center/contain;
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -50px;
  color: #fff;
}

.parts04-box .parts04-ttl {
  background-color: #F3C11E;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 25px 17px 21px 47px;
}

.parts04-box .parts04-ttl .ttl {
  font-size: 26px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  line-height: 1;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.parts04-box .parts04-ttl .ttl .deco01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/under/parts04-ttl_deco.png) no-repeat center/contain;
}

.parts04-box .parts04-ttl .ttl .deco01-left {
  width: 26px;
  height: 36px;
}

.parts04-box .parts04-ttl .ttl .deco01-right {
  width: 26px;
  height: 36px;
  margin-right: 27px;
}

.parts04-box .parts04-ttl .ttl .border {
  border-bottom: 3px dotted #fff;
  padding-bottom: 5px;
  margin-left: 3px;
}

.parts04-box .parts04-imgR,
.parts04-box .parts04-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.5%;
  padding: 40px 30px;
  border-radius: 0 0 10px 10px;
}

.parts04-box .parts04-imgR .l-img,
.parts04-box .parts04-imgL .l-img {
  width: 31%;
}

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

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

.parts04-box .parts04-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

  .parts04-box .parts04-imgR,
  .parts04-box .parts04-imgL {
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
  }

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

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

@media (max-width: 800px) {
  .parts04-box {
    margin-left: 0;
    margin-top: 40px;
  }

  .parts04-box .num {
    left: 0;
    top: -40px;
    width: 70px;
    height: 60px;
    font-size: 15px;
  }

  .parts04-box .parts04-ttl {
    padding: 20px;
  }

  .parts04-box .parts04-ttl .ttl {
    display: block;
    font-size: 23px;
    line-height: 1.3;
  }

  .parts04-box .parts04-ttl .ttl .deco01-left {
    width: 20px;
    height: 30px;
  }

  .parts04-box .parts04-ttl .ttl .deco01-right {
    width: 20px;
    height: 30px;
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.flow-style03 .flow-num {
  font-size: 30px;
  font-family: "Red Hat Text", sans-serif;
  color: #02A074;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

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

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

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

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

.flow-style03 .flow-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.staff-layout02 .wrapper.reverse {
  flex-direction: row;
}

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

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

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

.staff-layout02 .job {
  font-weight: bold;
  margin-bottom: 25px;
}

.staff-layout02 .l-ttl {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  margin-bottom: 35px;
}

.staff-layout02 .name {
  font-size: 25px;
}

.staff-layout02 .kana {
  color: #02A074;
  font-family: "Red Hat Text", sans-serif;
  font-size: 13px;
}

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

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

  .staff-layout02 .wrapper.reverse {
    display: block;
  }

  .staff-layout02 .wrapper.reverse .l-desc {
    margin-top: 40px;
  }

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

  .staff-layout02 .l-ttl {
    margin-bottom: 25px;
  }

  .staff-layout02 .name {
    font-size: 22px;
  }

  .staff-layout02 .kana {
    font-size: 12px;
  }

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

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

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

.card-profile .card-ttl {
  border-bottom: 1px dashed #333;
  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;
}

.layout-large {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}

.layout-large .l-img {
  width: 56.64%;
}

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

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

.layout-large.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}

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

.layout-large .l-ttl {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}

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

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

@media (max-width: 800px) {
  .layout-large {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }

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

  .layout-large.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }

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

  .layout-large .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }

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

  .layout-large .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.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 img,
.l-imgL .l-img img {
  border-radius: 20px;
}

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

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

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

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 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%;
  }
}

.card-style03 {
  display: grid;
}

.card-style03>li {
  background-color: #F2EEDF;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-style03 .card-num {
  color: #ED6B00;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

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

.card-style03 .card-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .faq-style04 dd {
    padding-top: 2px;
  }
}

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

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

.tel-layout01 .l-tel {
  color: #02A074;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
  margin: 0 auto;
  font-family: "FOT-筑紫A丸ゴシック Std D";
}

.tel-layout01 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

.tel-layout01 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.tel-layout01 .l-time dt {
  background: #02A074;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .tel-layout01 {
    padding: 8% 5%;
  }

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

.card-style02>li {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 25px;
}

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

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

.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-style05 {
  border: 1px solid #02A074;
  background: #fff;
  border-radius: 20px;
}

.box-style05 .box-ttl {
  background-color: #02A074;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  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;
  }
}

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

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

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

.u-under {
  border-bottom: 1px solid #333;
}

.u-ttl-bg {
  font-size: 24px;
  background: #02A074;
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .u-ttl-bg {
    font-size: 18px;
    padding: 5px 10px;
  }
}

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

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

/*------------
Footer
--------------*/
.footer {
  position: relative;
  padding: 80px 0 60px;
}

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

.footer-top .f-left {
  width: 48%;
}

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

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

.footer .f-logo img {
  width: 268px;
}

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

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

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

.footer .f-navi-ttl {
  font-size: 15px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  margin-bottom: 10px;
}

.footer .f-navi-list li {
  font-size: 15px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  line-height: 1.55;
}

.footer .f-navi-list li:not(:last-child) {
  margin-bottom: 10px;
}

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

.footer .f-navi-list li.child {
  padding-left: 15px;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std R";
}

.footer .f-navi-list li.child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../images/share/arrow_btn_g.svg) center/contain no-repeat;
}

.footer .copyright {
  font-size: 12px;
  color: #7B7B7B;
  text-align: right;
}

.footer .pagetop {
  display: block;
  background: url(../images/share/pagetop.svg) center/cover no-repeat;
  width: 80px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  top: 80px;
  right: 50px;
  z-index: 2;
  transition: 0.3s;
}

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

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

  .footer-top {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
  }

  .footer-top .f-left {
    width: 100%;
  }

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

  .footer .f-logo img {
    width: 240px;
  }

  .footer .f-navi {
    display: flex;
    justify-content: flex-start;
    gap: 0;
  }

  .footer .f-navi-item {
    width: 50%;
  }

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

  .footer .f-navi-list li.child::before {
    left: 0;
  }

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

  .footer .pagetop {
    display: none;
  }
}

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

.post-layout {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

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

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

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

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

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

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

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

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

.post-data time {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  color: #A8A8A8;
}

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

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

.post-category01 {
  background: #02A074;
  color: #fff;
  line-height: 1;
  padding: 1px 7px 5px;
  border-radius: 3px;
  display: inline-block;
}

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

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

/*セレクト式カテゴリー*/
.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 #02A074;
  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: #02A074;
  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: "Red Hat Text", sans-serif;
  font-weight: 500;
}

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

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

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

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

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

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

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

.column2 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}

.column2-cont {
  flex: 1;
}

.column2-navi {
  width: 240px;
  margin-left: 4.5%;
}

.column2-navi-inr {
  position: sticky;
  top: 150px;
}

.side-navi {
  border: 1px solid #02A074;
  border-radius: 10px;
  overflow: hidden;
}

.side-navi .ttl {
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  background: #02A074;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #02A074;
}

.side-navi ul {
  font-size: 15px;
  padding: 20px;
}

.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}

.side-navi ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 10px;
  background: url(../images/share/arrow_btn_g.svg) center/contain no-repeat;
}

.side-navi ul li+li {
  margin-top: 7px;
}

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

@media (max-width: 800px) {
  .column2 {
    padding: 40px 0;
    flex-direction: column;
  }

  .column2-cont {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }

  .column2-navi {
    width: 100%;
    margin-left: 0;
    order: 2;
  }

  .column2-navi-inr {
    position: static;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  min-height: 56px;
  padding: 8px 30px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #B7CB39;
  border: 1px solid #B7CB39;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 16px;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(../images/share/arrow_btn.svg) center/contain no-repeat;
  transition: 0.3s;
}

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

.btn-more:hover:before {
  background: url(../images/share/arrow_btn_g.svg) center/contain no-repeat;
}

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

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

.btn-icon {
  background: #02A074;
  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;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.txt-lg {
  color: #B7CB39;
}

.fs11 {
  font-size: 11px;
}

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

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

.underline {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

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

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

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

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

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

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

.business-calendar-box-wrap {
  margin-bottom: 15px;
  border: 1px solid #D5DBD9;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

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

.business-calendar-box-wrap .business-calendar thead {
  background: #02A074 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  text-align: center;
  border: 0;
  margin: 0 0 10px;
  position: relative;
}

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

.business-calendar-box-wrap .business-calendar-past,
.business-calendar-box-wrap .business-calendar-future {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.business-calendar-box-wrap .business-calendar-past a,
.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 {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: 1px solid #ABB2B0;
  border-left: 1px solid #ABB2B0;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #02A074;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  color: #fff;
  border: 0;
  text-align: center;
  padding: 5px;
  width: 14%;
  font-size: 16px;
  overflow: hidden !important;
}

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

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

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  position: relative;
  font-size: 14px;
  padding: 20px 5px;
  line-height: 1;
  z-index: 0;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}

.business-calendar-box-wrap .business-calendar td:first-child {
  color: #E44747;
}

.business-calendar-box-wrap .business-calendar td:last-child {
  color: #3784BB;
}

.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: #333;
}

.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 {
  content: "✕";
}

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

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

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

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

  .business-calendar-box-wrap .business-calendar-past a::before,
  .business-calendar-box-wrap .business-calendar-future a::before {
    top: 55%;
  }

  .business-calendar-box-wrap .business-calendar td {
    font-size: 14px;
    padding: 15px 5px;
  }

  .business-calendar-box-wrap .business-calendar td::before {
    font-size: 13px;
  }

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

/*診療時間*/
.time-table {
  border: 1px solid #02A074;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  line-height: 1.38;
}

.time-table-head {
  background-color: #02A074;
  color: #fff;
  font-size: 15px;
}

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

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

.time-table-body .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-size: 14px;
  min-height: 65px;
}

.time-table-body .item.small {
  font-size: 13px;
}

.time-table-body .item:first-child {
  background-color: #E9F7F1;
  border-right: 1px solid #02A074;
  font-size: 15px;
}

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

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

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

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

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

  .time-table-body .item {
    padding: 5px 0;
    font-size: 11px;
    min-height: 55px;
  }

  .time-table-body .item.small {
    font-size: 11px;
  }

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

  .time-table-head, .time-table-body {
    grid-template-columns: 80px repeat(6, 1fr) 44px !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: 22px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  color: #02A074;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

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

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

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

  .tel:before {
    width: 19px;
    height: 22px;
  }
}

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

.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: 50px;
  height: 50px;
  border-radius: 50%;
  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);
  display: none;
}

.splide__arrow:hover:not(:disabled), .splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  background: url(../images/share/slide_prev.svg) center/contain no-repeat;
}

.splide__arrow--next {
  right: 20px;
  background: url(../images/share/slide_next.svg) center/contain no-repeat;
}

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

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

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