@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: "Zen Kaku Gothic New", sans-serif, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

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: "秀英丸ゴシック L";
  letter-spacing: 0.1em;
}

th,
dt {
  font-family: "秀英丸ゴシック L";
}

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

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

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

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

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

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

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

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

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100px;
}

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

.header .h-logo>a {
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
}

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

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

.header .h-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.header .h-top .h-btn {
  background: #C6E6DB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 110px;
  height: 100px;
  transition: 0.3s;
  color: #333;
  text-align: center;
}

.header .h-top .h-btn img {
  width: 20px;
  margin-bottom: 7px;
}

.header .h-top .h-btn.line-2 {
  line-height: 1.4;
  margin-left: 1px;
}

.header .h-top .h-btn:hover {
  opacity: 0.5;
}

.header .h-contact {
  display: flex;
  align-items: center;
  margin-right: 1px;
}

.header .h-contact-txt {
  background-color: #F4FDF9;
  color: #fff;
  font-size: 12px;
  font-family: "秀英丸ゴシック L";
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 5px;
}

.header .h-tel {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

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

.header .btn-icon {
  margin-left: 1px;
}

.header .btn-icon .sub-txt {
  font-size: 12px;
}

.header.is-fixed {
  background: #fff;
  height: 100px;
}

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

.header.is-fixed .header-inr {
  padding-top: 0;
  height: 100px;
}

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

.header.is-fixed .h-logo>a {
  padding: 11px;
  background: rgba(255, 255, 255, 0.95);
}

.header.is-fixed .h-logo img {
  max-height: 100%;
}

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

.humberger:hover {
  opacity: 0.5;
}

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

.humberger span:nth-of-type(1) {
  top: 30px;
}

.humberger span:nth-of-type(2) {
  top: 40px;
}

.humberger span:nth-of-type(3) {
  top: 50px;
}

.humberger .ttl {
  display: block;
  color: #fff;
  font-family: "秀英丸ゴシック L";
  margin-top: 6px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 31px;
  transition: 0.4s;
}

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

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

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

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

  .header-inr {
    display: block;
    height: 55px;
  }

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

  .header .h-logo>a {
    padding: 10px;
  }

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

/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: #F4FDF9;
  padding: 170px 60px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 999;
  width: 90%;
  max-width: 900px;
}

.gnavi-drawer.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.gnavi-drawer-bottom {
  text-align: center;
}

.gnavi-drawer-logo {
  margin-bottom: 30px;
}

.gnavi-drawer-logo img {
  width: 170px;
}

.gnavi-drawer-access {
  margin-bottom: 15px;
}

.gnavi-drawer-list {
  display: grid;
  grid-gap: 5px;
  font-size: 15px;
}

.gnavi-drawer-list:not(:last-child) {
  margin-right: 60px;
}

.gnavi-drawer-list-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.gnavi-drawer-list .item-link {
  position: relative;
  padding-left: 15px;
}

.gnavi-drawer-list .item-link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: 1px solid #0E9C6F;
  border-right: 1px solid #0E9C6F;
}

.gnavi-drawer-list .item-link:hover {
  text-decoration: underline;
}

.gnavi-drawer-list .gnavi-ttl {
  color: #0E9C6F;
}

.sp-navi {
  display: none;
}

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

  :root {
    --navi-background: #C6E6DB;
    --navi-border-color: #fff;
    --navi-text-color: #333;
    --svg-stroke: #1F9C6F;
    --menu-btn: #333;
    --navi-font: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  }

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

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

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

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: "秀英丸ゴシック L";
    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;
  }

  .sp-navi .sp-menu-btn {
    background-color: #5BB59A;
    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: #fff;
    font-family: "秀英丸ゴシック L";
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: #fff;
    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: 10px;
  }

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

  .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%, 6px) rotate(-45deg);
  }

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

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

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

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

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

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

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "秀英丸ゴシック L";
    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: #0E9C6F;
    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;
  }

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

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

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

.hero::before {
  position: absolute;
  content: "";
  background: url(../images/sec01_bg01.png) top/cover no-repeat;
  width: 100%;
  height: 100%;
  top: 50%;
  z-index: -1;
  right: 0;
}

.hero .splide__slide {
  margin-left: 11.11%;
}

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

.hero .splide__slide+.txt {
  margin-left: 0;
}

.hero .splide__pagination {
  justify-content: flex-end;
  right: 10px;
}

.hero .splide__pagination__page {
  display: none;
}

.hero-desc {
  position: absolute;
  bottom: 14%;
  left: 3.89%;
}

.hero-ttl {
  font-family: "秀英丸ゴシック L";
  font-size: 40px;
  color: #0F9C6F;
  text-shadow: 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff;
}

.hero-news {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 600px;
  width: 100%;
}

.hero-news .ttl {
  font-family: "Whisper", sans-serif;
  font-size: 34px;
  color: #0F9C6F;
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  white-space: nowrap;
  letter-spacing: 0;
  border-right: 1px solid #E0F2EA;
}

.hero-news .btn-more {
  position: absolute;
  right: 15px;
  width: 80px;
  font-size: 14px;
}

.hero-news .btn-more:before {
  right: 10px;
}

@media (max-width: 800px) {
  .hero {
    padding-top: 55px;
    padding-bottom: 115px;
  }

  .hero .splide__slide img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  .hero .splide__pagination {
    display: none;
  }

  .hero-desc {
    bottom: 25%;
    left: 4%;
  }

  .hero-ttl {
    font-size: 24px;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  }

  .hero-news {
    display: flex;
    padding: 15px 20px;
    bottom: 0;
    align-items: flex-start;
    flex-direction: column;
    right: 0;
    max-width: 90%;
    width: 90%;
    overflow: hidden;
  }

  .hero-news .ttl {
    font-size: 34px;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .hero-news .ttl::after {
    display: none;
  }

  .hero-news time {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
  }

  .hero-news .btn-more {
    top: 15px;
    right: 20px;
  }
}

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

.t-ttl .en {
  font-family: "Whisper", sans-serif;
  font-size: 44px;
  color: #0F9C6F;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.t-ttl .jp {
  font-family: "秀英丸ゴシック L";
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #333;
}

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

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

  .t-ttl .en {
    margin-bottom: 0;
  }

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

/*------------
Block
--------------*/
.sec01 {
  padding: 120px 0 100px;
  position: relative;
}

.sec01::before {
  position: absolute;
  content: "";
  background: url(../images/sec03_bg_deco.png) center bottom/cover no-repeat;
  top: 30%;
  left: 0;
  width: 100%;
  height: 180px;
}

.sec01-layout {
  display: flex;
  align-items: center;
  position: relative;
}

.sec01-layout .l-img {
  width: 75%;
  margin-left: -26%;
}

.sec01-layout .l-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.sec01-layout .l-desc {
  flex: 1;
  margin-left: 5.83%;
}

.sec01-layout .l-desc p+p {
  margin-top: 1rem;
}

.sec01-layout .l-btn {
  margin-top: 50px;
  display: flex;
}

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

.sec02 {
  margin-bottom: 115px;
}

.sec02 .t-ttl {
  margin-bottom: 0;
}

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

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

.sec02-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sec02-card .card-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.sec02-card .card-item .panel-inner {
  background: rgba(255, 255, 255, 0.6);
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 70px 10px 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec02-card .card-item img {
  transition: 0.8s;
}

.sec02-card .card-item:hover img {
  transform: scale(1.1);
}

.sec03 {
  padding: 100px 0;
  background: url(../images/sec03_bg.png) center top/cover no-repeat;
  position: relative;
}

.sec03::before {
  position: absolute;
  content: "";
  background: url(../images/sec03_bg_deco.png) center bottom/cover no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
}

.sec03-layout {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}

.sec03-layout .l-img {
  width: 56.67%;
}

.sec03-layout .l-desc {
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  margin-left: -6.67%;
}

.sec03-layout .l-txt {
  margin-bottom: 40px;
}

.sec03-layout.reverse {
  flex-direction: row-reverse;
  margin-bottom: 100px;
}

.sec03-layout.reverse .l-desc {
  margin-left: 0;
  margin-right: -6.67%;
}

.sec03-layout .l-ttl {
  margin-bottom: 20px;
}

.sec03-layout .l-ttl .en {
  font-family: "Whisper", sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
  color: #73D877;
  display: block;
  margin-bottom: 5px;
}

.sec03-layout .l-ttl .jp {
  font-family: "秀英丸ゴシック L";
  font-size: 28px;
  display: block;
}

.sec03-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  margin-bottom: 100px;
}

.sec03-card .card-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sec03-card .card-item img {
  transition: 0.8s;
}

.sec03-card .card-item:hover img {
  transform: scale(1.1);
}

.sec03-card .card-item::before,
.sec03-card .card-item::after {
  position: absolute;
  content: "";
}

.sec03-card .card-item::before {
  border: 1px solid #0E9C6F;
  width: 98%;
  height: 97%;
  left: 5px;
  top: 5px;
  z-index: 5;
}

.sec03-card .card-item::after {
  background: url(../images/sec03_img_arrow.png) center/contain no-repeat;
  width: 35px;
  height: 30px;
  bottom: 5px;
  right: 5px;
}

.sec03-card .card-item .card-ttl {
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 69%, rgba(255, 255, 255, 0));
  width: 60%;
  height: 58px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 10%;
  color: #0E9C6F;
  font-size: 28px;
}

.sec03-layout02 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec03-layout02 img {
  transition: 0.8s;
}

.sec03-layout02:hover img {
  transform: scale(1.1);
}

.sec03-layout02::before,
.sec03-layout02::after {
  position: absolute;
  content: "";
}

.sec03-layout02::before {
  border: 1px solid #0E9C6F;
  width: 97.5%;
  height: 92%;
  left: 10px;
  top: 10px;
  z-index: 5;
}

.sec03-layout02::after {
  background: url(../images/sec03_img_arrow.png) center/contain no-repeat;
  width: 35px;
  height: 30px;
  bottom: 10px;
  right: 10px;
}

.sec03-layout02 .t-ttl {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

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

.sec04::before {
  content: "";
  background: url(../images/sec04_bg01.png) center/contain no-repeat;
  width: 60%;
  height: 60%;
  left: -10%;
  top: -5%;
  position: absolute;
}

.sec04::after {
  content: "";
  background: url(../images/sec04_bg02.png) center/contain no-repeat;
  width: 60%;
  height: 60%;
  right: -10%;
  bottom: -5%;
  position: absolute;
  z-index: -1;
}

.sec04-map {
  height: 350px;
}

.sec04-map iframe {
  width: 100%;
  height: 100%;
}

.sec04-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 50px;
}

.sec04-dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sec04-dl dt {
  width: 20%;
  border-bottom: 1px solid #0E9C6F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0E9C6F;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sec04-dl dd {
  width: 80%;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 1.6;
}

.sec04-dl dd a {
  text-decoration: underline;
  cursor: pointer;
  vertical-align: middle;
}

.sec04-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.sec05 {
  padding: 345px 0 60px;
  position: relative;
}

.sec05::before {
  content: "";
  background: url(../images/sec05_bg.png) center/cover no-repeat;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -2;
}

.sec05::after {
  background: url(../images/sec05_img01.jpg) left center/cover no-repeat;
  content: "";
  width: 66.67%;
  height: 550px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -2;
}

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

.sec05-layout {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 60px 70px 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sec05 .l-desc {
  display: flex;
  align-items: center;
}

.sec05 .l-desc .l-txt {
  margin-right: 6%;
  flex: 1;
}

.sec05 .l-desc .l-btn {
  display: flex;
  align-items: flex-end;
}

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

.sec06-layout {
  display: flex;
  justify-content: space-between;
}

.sec06 .t-ttl {
  text-align: left;
  margin-bottom: 57.5px;
}

.sec06 .t-ttl-wrap {
  margin-right: 9.18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec06 .list-desc time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #AAA;
  font-size: 13px;
  font-weight: 400;
}

.sec06 .list-desc .list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  color: #333;
}

.sec06 .btn-more {
  width: 150px;
}

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

  .sec01-layout {
    display: block;
  }

  .sec01-layout .l-img {
    width: 100%;
    margin: 0 auto 20px;
  }

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

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

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

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

  .sec02 {
    margin-bottom: 60px;
  }

  .sec02-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec02-card .card-item .t-ttl .en {
    font-size: 32px;
  }

  .sec02-card .card-item .t-ttl .jp {
    font-size: 20px;
  }

  .sec03 {
    padding: 60px 0 70px;
  }

  .sec03::before {
    height: 200px;
  }

  .sec03-layout {
    display: block;
    margin-bottom: 40px;
  }

  .sec03-layout .l-img {
    width: 100%;
    margin: 0 auto;
  }

  .sec03-layout .l-desc {
    margin: 0;
    padding: 30px 20px;
  }

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

  .sec03-layout .l-ttl .jp {
    font-size: 22px;
  }

  .sec03-layout .l-txt {
    margin-bottom: 25px;
  }

  .sec03-layout.reverse {
    margin-bottom: 40px;
  }

  .sec03-layout.reverse .l-desc {
    margin: 0;
  }

  .sec03-card {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }

  .sec03-card .card-item .card-ttl {
    font-size: 20px;
    height: 40px;
  }

  .sec03-card .card-item::before {
    width: 97%;
    height: 96%;
  }

  .sec03 .l-btn {
    display: flex;
    justify-content: center;
  }

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

  .sec03-layout02::before {
    width: 94%;
    height: 92.2%;
  }

  .sec04 {
    padding: 0 0 60px;
  }

  .sec04-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec04 .sec04-dl {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .sec04-btn {
    margin-top: 30px;
  }

  .sec04-map {
    height: 240px;
  }

  .sec05 {
    padding: 270px 0 60px;
  }

  .sec05::before {
    width: 100%;
  }

  .sec05::after {
    width: 100%;
    height: 300px;
  }

  .sec05-layout {
    padding: 30px 20px;
  }

  .sec05 .l-desc {
    display: block;
  }

  .sec05 .l-desc .l-txt {
    margin-right: 0;
    margin-bottom: 20px;
  }

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

  .sec06 {
    padding: 60px 0;
  }

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

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

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

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news01 {
  font-size: 15px;
}

.list-top-news01 li {
  display: flex;
  text-align: left;
  align-items: center;
}

.list-top-news01 time {
  display: inline-block;
  color: #aaa;
  font-size: 13px;
  margin-right: 10px;
}

.list-top-news01 a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  padding-bottom: 3px;
  color: #333;
  text-decoration: underline;
  margin-right: 15px;
}

.list-top-news01 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog02 {
  display: flex;
  width: 100%;
}

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

.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

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

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

.list-top-blog02 time {
  display: block;
  font-weight: 500;
  color: #0F9C6F;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news01 {
    margin-top: 15px;
    font-size: 14px;
    width: 100%;
  }

  .list-top-news01 time {
    margin-right: 15px;
  }

  .list-top-news01 a {
    max-width: 75%;
    margin-right: 0;
  }

  .list-top-news01 time::after {
    display: none;
  }

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

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

/*------------
下層レイアウト
--------------*/
.page-ttl {
  margin-top: 100px;
  width: 100%;
  background: url(../images/under/u-bg01.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 380px;
  min-height: 380px;
}

.page-ttl-main {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Whisper", sans-serif;
  color: #0F9C6F;
}

.page-ttl-sub {
  display: block;
  font-size: 42px;
  font-family: "秀英丸ゴシック L";
  font-weight: 500;
  line-height: 1.45;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

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

.breadcrumb ul li {
  display: inline;
}

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

.u-contents p+p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 55px;
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
    background: url(../images/under/sp-bg.jpg) no-repeat center/cover;
  }

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

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

  .u-contents p+p {
    margin-top: 1em;
  }
}

.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: lighter;
}

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

.u-h3,
.post-ttl,
.postdata h2 {
  border-bottom: 1px solid #D6D6D6;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
  font-weight: lighter;
}

.u-h3::before,
.post-ttl::before,
.postdata h2::before {
  content: "";
  background: #0E9C6F;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

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

@media (max-width: 800px) {

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

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

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

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

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

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

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

.tall {
  padding: 70px 0;
}

.tall.bg01 {
  position: relative;
  background: url(../images/under/u-bg01.jpg) center/cover no-repeat;
}

.tall.bg01::before {
  content: "";
  background: url(../images/under/u-bg02.png) center/cover;
  width: 100%;
  height: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tall.bg02 {
  background: #F4FDF9;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .x-short+.short {
    margin-top: 30px;
  }

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

  .tall {
    padding: 40px 0;
  }

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

  .tall.bg01::before {
    height: 200px;
  }
}

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

.column2-left {
  width: 740px;
}

.column2-right {
  width: 240px;
  margin-left: 44px;
}

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

.side-navi {
  border: 1px solid #0F9C6F;
}

.side-navi .ttl {
  font-size: 18px;
  font-family: "秀英丸ゴシック L";
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #0F9C6F;
}

.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: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0F9C6F;
}

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

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

@media (max-width: 800px) {
  .column2 {
    display: block;
    padding: 40px 0 80px;
  }

  .column2-left {
    width: 100%;
    margin-bottom: 70px;
  }

  .column2-right {
    width: 100%;
    margin-left: 0;
  }

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

.l-style01 {
  display: flex;
}

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

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

.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-style05 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 50px;
  margin-bottom: 140px;
}

.l-style05::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 80%;
  right: 13%;
  bottom: 0;
  background: #F4FDF9;
  bottom: -20%;
  z-index: -1;
}

.l-style05 .l-img {
  flex: 1;
  margin-left: 50px;
  width: 53.71%;
}

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

.l-style05 .l-ttl {
  font-size: 32px;
  font-family: "秀英丸ゴシック L";
  margin-bottom: 40px;
  margin-top: -20px;
}

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

.l-style05 .u-num {
  font-size: 44px;
  font-family: "Whisper", sans-serif;
  color: #0F9C6F;
  margin-top: 45px;
}

.l-style07 {
  display: flex;
  position: relative;
  margin-top: 50px;
  margin-bottom: 140px;
}

.l-style07::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 80%;
  left: 13%;
  bottom: 0;
  background: #F4FDF9;
  bottom: -20%;
  z-index: -1;
}

.l-style07 .l-img {
  flex: 1;
  margin-right: 50px;
  width: 53.71%;
}

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

.l-style07 .l-ttl {
  font-size: 32px;
  font-family: "秀英丸ゴシック L";
  margin-bottom: 40px;
  margin-top: -20px;
}

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

.l-style07 .u-num {
  font-size: 44px;
  font-family: "Whisper", sans-serif;
  color: #0F9C6F;
  margin-top: 45px;
}

.l-style06 {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 35px;
  padding: 50px 0 60px;
  border-bottom: 1px solid #D6D6D6;
}

.l-style06 .l-ttl02 {
  font-size: 24px;
  font-family: "秀英丸ゴシック L";
  display: block;
}

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

.l-style06 .l-num {
  font-size: 44px;
  font-family: "Whisper", sans-serif;
  color: #0F9C6F;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.l-style06:first-of-type {
  padding-top: 0;
}

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

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

  .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.large {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style05 {
    display: block;
    padding: 0px;
    margin-bottom: 0;
    margin-top: 30px;
  }

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

  .l-style05::before {
    bottom: 0%;
    right: -6%;
    bottom: 0;
    bottom: 0;
    height: 80%;
    height: calc(100% - 120px);
  }

  .l-style05 .u-num {
    font-size: 40px;
    margin-top: 10px;
    line-height: 1;
  }

  .l-style05 .l-ttl {
    margin-top: 5px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .l-style06 {
    display: block;
    padding: 30px 0;
  }

  .l-style06 .l-ttl {
    margin-right: 0;
  }

  .l-style06 .l-num {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .l-style06 .l-ttl02 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .l-style07 {
    display: block;
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }

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

  .l-style07::before {
    bottom: 0%;
    left: -6%;
    bottom: 0;
    height: 80%;
    height: calc(100% - 120px);
  }

  .l-style07 .u-num {
    font-size: 34px;
    margin-top: 10px;
    line-height: 1;
  }

  .l-style07 .l-ttl {
    margin-top: 5px;
    font-size: 22px;
    margin-bottom: 15px;
  }
}

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

.list-col2 .list-item {
  width: 48%;
}

.list-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2 .list-item+.list-item+.list-item {
  margin-top: 40px;
}

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

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

.list-card01>li {
  display: flex;
  flex-direction: column;
  border: 1px solid #D6D6D6;
  padding: 25px;
}

.list-card01 .list-item {
  border: 1px solid #0F9C6F;
  background: #fff;
}

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

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

.list-card01 .list-ttl {
  border-bottom: 1px solid #D6D6D6;
  font-family: "秀英丸ゴシック L";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0E9C6F;
}

.list-card02 .list-item {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
}

.list-card02 .list-ttl {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0E9C6F;
}

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

.list-card02.bg-color .list-item {
  background: #F4FDF9;
  border: none;
}

.list-card01,
.list-card02 {
  display: grid;
}

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

.list-card01.col2 .list-item,
.list-card02.col2 .list-item {
  padding: 30px;
}

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

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

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

.list-card01.col4 .list-item,
.list-card02.col4 .list-item {
  padding: 25px;
}

@media (max-width: 800px) {
  .list-col2 {
    display: flex;
    flex-wrap: wrap;
  }

  .list-col2 .list-item {
    width: 100%;
  }

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

  .list-col2 .list-item+.list-item+.list-item {
    margin-top: 40px;
  }

  .list-col2 .list-item+.list-item {
    margin-top: 40px;
  }

  .list-col2 .list-ttl {
    font-size: 20px;
  }

  .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-card01.col2,
  .list-card01.col3,
  .list-card01.col4,
  .list-card02.col2,
  .list-card02.col3,
  .list-card02.col4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.dl-style01 dt {
  background: #0E9C6F;
  font-family: "秀英丸ゴシック L";
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

.staff-layout {
  display: flex;
}

.staff-layout .l-img {
  width: 45%;
}

.staff-layout .l-desc {
  flex: 1;
  padding-left: 8%;
}

.staff-layout .l-ttl {
  border-bottom: 2px solid #0E9C6F;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.staff-layout .l-message {
  font-family: "秀英丸ゴシック L";
  font-weight: lighter;
  font-size: 22px;
  margin-bottom: 25px;
}

.staff-layout .l-name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1;
  font-family: "秀英丸ゴシック L";
  font-weight: lighter;
}

.staff-layout .job {
  display: block;
  color: #0E9C6F;
}

.staff-layout .jp {
  display: block;
  font-size: 20px;
}

.staff-layout .en {
  display: block;
  color: #0E9C6F;
  font-family: "Whisper", sans-serif;
}

.staff-career {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.staff-career dt {
  color: #333;
}

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

  .staff-layout .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .staff-layout .l-desc {
    padding: 0;
  }

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

  .staff-career li {
    display: block;
  }

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

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

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

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

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

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

.flow-style .flow-num-wrap {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #0F9C6F;
  font-family: "秀英丸ゴシック L";
}

.flow-style .flow-en {
  font-size: 12px;
  line-height: 1;
}

.flow-style .flow-num {
  font-size: 30px;
  line-height: 1;
}

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

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

.flow-style .flow-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0E9C6F;
  font-weight: lighter;
}

@media (max-width: 800px) {
  .flow-style .flow-img {
    width: 100%;
  }

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

  .flow-style>li {
    grid-gap: 20px;
    grid-template-columns: 60px 1fr;
  }

  .flow-style>li:not(:last-child)::before {
    left: 28px;
  }

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

  .flow-style .flow-num-wrap {
    width: 60px;
    height: 60px;
  }

  .flow-style .flow-num {
    font-size: 20px;
  }
}

.faq-style03 {
  border-bottom: 1px solid #D6D6D6;
}

.faq-style03 dt {
  display: flex;
  padding: 30px 0 10px 40px;
  position: relative;
  border-top: 1px solid #D6D6D6;
}

.faq-style03 dt .txt {
  font-size: 22px;
  line-height: 1.7;
  font-family: "秀英丸ゴシック L";
}

.faq-style03 dd {
  padding: 0 0 30px 40px;
}

.faq-style03 dd .btn-more {
  margin: 30px 0 0 65px;
}

.faq-style03 .icon {
  color: #0F9C6F;
  font-size: 23px;
  position: absolute;
  top: 25px;
  left: 0;
}

.faq-style03 .txt {
  flex: 1;
}

@media (max-width: 800px) {
  .faq-style03 dt {
    padding: 30px 0 10px 35px;
  }

  .faq-style03 dt .txt {
    font-size: 16px;
  }

  .faq-style03 dd {
    padding: 0 0 30px 35px;
  }

  .faq-style03 dd .btn-more {
    margin: 20px 0 0 0;
  }
}

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

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

.table-style01 th {
  background-color: #0E9C6F;
  font-weight: bold;
  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;
  }

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

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

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

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

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

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

.tel-layout {
  background: #F4FDF9;
  max-width: 900px;
  padding: 5%;
  margin: 0 auto;
}

.tel-layout .l-ttl {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-layout .l-ttl .l-ttl01 {
  font-size: 30px;
  display: block;
  color: #0F9C6F;
  font-family: "Whisper", sans-serif;
  line-height: 1;
}

.tel-layout .l-ttl .l-ttl02 {
  display: block;
  font-size: 24px;
}

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

.tel-layout .l-wrapper .u-left {
  text-align: center;
}

.tel-layout .l-wrapper .u-right {
  border-left: 2px dotted #D6D6D6;
  margin-left: 50px;
  padding-left: 50px;
}

.tel-layout .l-tel {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
  white-space: nowrap;
}

.tel-layout .l-tel img {
  margin-right: 10px;
}

.tel-layout .l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
}

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

.tel-layout .l-time dd {
  text-align: left;
}

.tel-layout .l-time-p {
  margin: 10px auto 0;
}

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

  .tel-layout .l-ttl {
    font-size: 15px;
  }

  .tel-layout .l-tel {
    font-size: 25px;
  }

  .tel-layout .l-tel img {
    width: 15px;
  }

  .tel-layout .l-wrapper {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .tel-layout .l-wrapper::before {
    content: "";
    position: absolute;
    top: 50px;
    background-color: #333;
  }

  .tel-layout .l-wrapper .u-left {
    margin-bottom: 20px;
  }

  .tel-layout .l-wrapper .u-right {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .tel-layout .tel {
    margin-top: 5px;
  }
}

.before-after {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #0F9C6F;
}

.before-after .l-item {
  width: 45%;
}

.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  background-color: #C6E6DB;
}

.before-after .l-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after .l-txt {
  line-height: 1;
  text-align: center;
  font-family: "Whisper", sans-serif;
  color: #0E9C6F;
  font-weight: 500;
  font-size: 25px;
}

@media (max-width: 800px) {
  .before-after {
    display: block;
    justify-content: space-between;
    position: relative;
  }

  .before-after:after {
    border-width: 16px 0 16px 16px;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .before-after .l-item {
    width: 100%;
  }

  .before-after .l-item+.l-item {
    margin-top: 40px;
  }

  .before-after .l-img {
    position: relative;
    margin-bottom: 10px;
  }

  .before-after .l-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .before-after .l-txt {
    font-size: 20px;
  }
}

.box-style01 {
  border: 1px solid #D6D6D6;
  padding: 50px;
}

.box-style01 .box-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.box-style01 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.box-style01 .box-ttl02::before {
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #0F9C6F;
}

.box-style01 .scroll {
  flex: 3;
  height: 200px;
  overflow: auto;
  padding-right: 20px;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

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

.box-style01 .scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.box-style01 .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0F9C6F;
}

.box-style03 {
  background: linear-gradient(to bottom right, #0F9C6F, #2DC96F);
  color: #fff;
  padding: 24px 50px 20px;
  display: block;
  transition: 0.3s;
  position: relative;
}

.box-style03:before {
  content: "";
  position: absolute;
  top: 50.5%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.box-style03:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-bottom: 2px solid #fff;
  width: 30px;
}

.box-style03 .box-ttl {
  width: 100%;
  margin-bottom: 20px;
}

.box-style03 .box-ttl .en {
  font-size: 26px;
  font-family: "Whisper", sans-serif;
}

.box-style03 .box-ttl .jp {
  font-size: 28px;
  line-height: 1.5;
  font-family: "秀英丸ゴシック L";
  display: block;
  font-weight: lighter;
}

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

.box-style04 {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
}

.box-style04::before {
  content: "";
  position: absolute;
  background: #F4FDF9;
}

.box-style04 .box-ttl {
  font-size: 32px;
  line-height: 1.5;
  align-items: center;
  display: flex;
  font-family: "秀英丸ゴシック L";
  font-weight: lighter;
}

.box-style04 .l-style04 {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;
}

.u-list {
  display: grid;
}

.u-list.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.u-list>li>a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 60px 20px 20px;
  height: 320px;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
}

.u-list>li>a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.u-list>li>a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 35px;
  height: 30px;
  background: url(../images/under/u-arrow.svg) center/contain no-repeat;
}

.u-list>li>a:hover {
  opacity: 0.7;
}

.u-list>li:nth-child(1)>a {
  background: url(../images/under/orthodontics08.jpg) center/cover no-repeat;
}

.u-list>li:nth-child(2)>a {
  background: url(../images/under/orthodontics09.jpg) center/cover no-repeat;
}

.u-list>li .list-desc {
  position: relative;
  z-index: 10;
  color: #fff;
}

.u-list>li .list-ttl {
  font-size: 28px;
  font-family: "秀英丸ゴシック L";
}

.box-style06 {
  background-color: #F4FDF9;
  padding: 40px 30px;
  position: relative;
}

.box-style06 .l-num {
  position: absolute;
  color: #fff;
  font-family: "秀英丸ゴシック L";
  font-size: 15px;
  left: 39px;
  top: -11px;
  display: inline-flex;
  align-items: center;
  width: 60px;
  height: 35px;
  background-color: #0E9C6F;
  justify-content: center;
}

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

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

  .box-style01 .box-ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
  }

  .box-style01 .box-ttl02::before {
    width: 5px;
    height: 17px;
    top: 5px;
  }

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

  .box-style03 {
    padding: 25px 20px;
  }

  .box-style03 .box-ttl .jp {
    font-size: 20px;
  }

  .box-style04 {
    padding: 25px 20px;
  }

  .box-style04 .box-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .box-style04 .box-ttl img {
    width: 25px;
    margin: 4px 10px 0 0;
  }

  .box-style04 .l-style04 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .u-list.col2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .u-list>li .list-ttl {
    font-size: 20px;
  }

  .box-style06 .l-num {
    left: 15px;
    top: -7%;
  }
}

.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-desc {
  margin-top: 25px;
}

.under-slider01 .item-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

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

  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }

  .under-slider01 .splide__arrow--prev {
    left: 0;
  }

  .under-slider01 .splide__arrow--next {
    right: 0;
  }

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

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #0F9C6F;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

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

/*------------
Footer
--------------*/
.footer {
  background: url(../images/share/footer_bg.png) center/cover no-repeat;
}

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

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

.footer-top .f-left {
  flex: 1;
  margin-right: 50px;
}

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

.footer .f-logo {
  display: block;
  max-width: 230px;
  margin: 0 auto 50px;
}

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

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

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

.footer .f-navi-item {
  flex: 1;
}

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

.footer .f-navi-ttl {
  font-size: 15px;
  font-family: "秀英丸ゴシック L";
  margin-bottom: 5px;
  color: #0E9C6F;
}

.footer .f-navi-list li {
  position: relative;
  padding-left: 15px;
}

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

.footer .f-navi-list li::before {
  content: "";
  position: absolute;
  top: 12.5px;
  left: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: 1px solid #0E9C6F;
  border-right: 1px solid #0E9C6F;
}

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

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

.pagetop {
  background-color: #0F9C6F;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  transition: 0.3s;
}

.pagetop:hover {
  opacity: 0.5;
}

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

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

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

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

  .footer .f-access {
    text-align: center;
  }

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

  .footer .f-logo {
    max-width: 170px;
    margin: 0 auto 20px;
  }

  .footer .f-bottom {
    padding: 40px 0;
  }

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

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

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

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

  .footer .f-navi-ttl {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .footer .f-navi-list {
    font-size: 13px;
  }

  .footer .f-navi-list li {
    padding-left: 12px;
  }

  .footer .f-navi-list li::before {
    top: 8px;
  }

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

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

  .pagetop {
    display: none;
  }
}

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

.list-post-type02 .list-item {
  padding: 50px;
  background: #F4FDF9;
}

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

.list-post-type01 .list-item .post-ttl {
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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;
  background: none;
}

.list-under-news {
  border-top: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

.list-under-news a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  padding: 20px 0;
}

.list-under-news a:hover .ttl {
  text-decoration: underline;
}

.list-under-news time {
  display: inline-block;
  color: #aaa;
  font-size: 13px;
  margin-right: 25px;
}

.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

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

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

.postdata h4 {
  font-size: 20px;
  color: #F4FDF9;
  font-family: "秀英丸ゴシック L";
}

.postdata h5 {
  font-size: 18px;
  color: #0F9C6F;
  font-family: "秀英丸ゴシック L";
  padding-left: 10px;
  position: relative;
}

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

.postdata h6 {
  font-size: 18px;
  color: #F4FDF9;
  font-family: "秀英丸ゴシック L";
}

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

.postdata a:not(.wp-block-button__link) {
  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;
}

.postdata .wp-block-button__link {
  background: linear-gradient(90deg, rgb(15, 156, 111), rgb(45, 201, 111));
  border-radius: 2px;
  color: #fff;
  font-family: "秀英丸ゴシック L";
  font-size: 16px;
  padding: 9px 10px;
  min-width: 240px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.postdata .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}




.wp-block-button__link:hover {
  opacity: 0.5;
}

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

.post-data time {
  display: inline-block;
  color: #aaa;
  font-size: 14px;
}

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

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

.post-category01 {
  border: 1px solid #0F9C6F;
  color: #0F9C6F;
  line-height: 1;
  padding: 1px 10px 4px;
  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: 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 #0F9C6F;
  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: #0F9C6F;
  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: "秀英丸ゴシック L";
}

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

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

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

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #0E9C6F;
  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: "秀英丸ゴシック L";
}

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

.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-under-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-under-news time {
    margin-bottom: 5px;
  }

  .list-under-news .ttl {
    -webkit-line-clamp: 2;
  }

  .post-layout {
    display: block;
  }

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

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

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

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

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

.side-contents {
  width: 220px;
  padding-right: 50px;
}

.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: 15px;
  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 #0E9C6F;
  position: absolute;
  top: 10px;
  left: 0;
}

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

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

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

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

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

  .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-area-links li::before {
    top: 9px;
  }

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

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

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

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 240px;
  padding: 9px 10px;
  font-size: 16px;
  text-align: center;
  font-family: "秀英丸ゴシック L";
  color: #fff;
  background-image: linear-gradient(90deg, rgb(15, 156, 111), rgb(45, 201, 111));
  transition: 0.3s;
  position: relative;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

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

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

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

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

.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,
  .btn-tel,
  .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
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

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

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

.underline {
  text-decoration: underline;
}

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

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

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

.link {
  text-decoration: underline;
}

.link:hover {
  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: #EA8E73;
  --event02: #E3A542;
  --event03: #0E9C6F;
  --event04: #3F8BC6;
}

.business-calendar-box-wrap {
  background: #F4F5F4;
  padding: 36px 45px 40px;
}

.business-calendar-box-wrap .business-calendar {
  font-family: "秀英丸ゴシック L";
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
}

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

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

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #0E9C6F transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

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

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

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

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

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

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

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

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

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

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

  .list-event li {
    font-size: 12px;
    margin: 5px 5px 0 0;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.time-table-head {
  background-color: #fff;
  color: #333;
  margin: 0 20px;
}

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

.time-table-body {
  border-top: 1px solid #DFDFDF;
  margin: 0 20px;
}

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

.time-table-body .item:first-child {
  background-color: #fff;
  color: #333;
  letter-spacing: 0;
}

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

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

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

.color3 {
  color: #0E9C6F;
}

.color6 {
  color: #3F8BC6;
}

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

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

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

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

  .time-table-head,
  .time-table-body {
    margin: 0 10px;
    grid-template-columns: 70px repeat(6, 1fr) 40px !important;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "秀英丸ゴシック L";
  color: #0F9C6F;
  line-height: 1;
  padding-left: 30px;
  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: 24px;
  height: 24px;
}

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

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

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

/*------------
splide
-------------*/
.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 {
  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 2px;
  pointer-events: auto;
}

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

@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 {
  display: block;
}

.splide__track--fade>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  background: rgb(255 255 255/.8);
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #0E9C6F;
  border-width: 3px 3px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

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

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

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

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

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

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 800px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }

  .splide__arrow--prev::after,
  .splide__arrow--next::after {
    width: 12px;
    height: 12px;
  }
}

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 800px) {
  .js-fadein {
    transition: none;
    opacity: 1;
    transform: translateY(0);
  }

  .js-fadein.is-show {
    opacity: 1;
  }
}

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

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