@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: "F+UD-スーラ M", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #53402C;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  /* Macで細めに見せる */
  -moz-osx-font-smoothing: grayscale;
  /* macOS Firefox対策 */
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "F+UD-スーラ DB", sans-serif;
  font-weight: 600;
  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: "F+UD-スーラ DB", sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.5s;
  padding: 30px 95px 0 50px;
}

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

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

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

.header .h-logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.header .h-logo .img02 {
  opacity: 0;
}

.header .h-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}

.header .h-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 64px;
  background-color: #fff;
  color: #EC96A4;
  font-size: 15px;
  font-family: "F+UD-スーラ DB", sans-serif;
  border-radius: 3px;
  transition: 0.3s;
  border: 2px solid #EC96A4;
}

.header .h-btn+.h-btn {
  margin-left: 10px;
}

.header .h-btn img {
  width: 44px;
  margin-right: 10px;
}

.header .h-btn:hover {
  opacity: 0.7;
}

.header .h-btn-mail {
  display: block;
  width: 33px;
  transition: 0.3s;
  margin: 0 40px;
}

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

.header .h-btn-mail:hover {
  opacity: 0.7;
}

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

.header.is-fixed {
  padding: 10px 95px 0 50px;
  background: #fff;
  height: 80px;
}

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

.header.is-fixed .h-logo {
  width: 246px;
  max-width: 246px;
  height: 60px;
}

.header.is-fixed .h-logo .img01 {
  opacity: 0;
}

.header.is-fixed .h-logo .img02 {
  opacity: 1;
}

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

.header.is-fixed .h-btn {
  width: 146px;
  height: 54px;
}

.header.is-fixed .h-btn-mail {
  width: 30px;
  margin: 0 20px;
}

.humberger {
  display: block;
  width: 95px;
  height: 115px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(#F4BDC6, #EC96A4);
  padding-top: 68px;
  color: #fff;
  border-radius: 0 0 0 6px;
}

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

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

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

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

.humberger p {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

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

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

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

.humberger.is-fixed {
  height: 80px;
  padding-top: 50px;
}

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

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

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

.humberger.is-fixed.is-open span:nth-of-type(1) {
  top: 28px;
}

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

.humberger.is-fixed.is-open span:nth-of-type(3) {
  top: 28px;
}

@media (max-width: 800px) {
  .header {
    position: fixed;
    padding: 15px 70px 0 5%;
    height: 75px;
  }

  .header-inr {
    display: block;
  }

  .header .h-logo {
    width: 266px;
    max-width: 90%;
    position: static;
  }

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

  .header .h-logo img {
    position: static;
  }

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

  .header.is-fixed {
    padding: 15px 70px 0 5%;
    height: 75px;
    background: #fff;
  }

  .header.is-fixed .h-logo {
    width: 266px;
    max-width: 90%;
    height: auto;
  }

  .header.is-fixed .h-logo .img01 {
    opacity: 1;
  }

  .humberger {
    width: 70px;
    height: 75px;
    padding-top: 48px;
  }

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

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

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

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

  .humberger p {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
  }

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

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

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

  .humberger.is-fixed {
    height: 75px;
    padding-top: 48px;
  }

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

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

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

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

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

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

/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: url(../images/share/gnavi-drawer_bg.jpg) center/cover no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 999;
  width: 100%;
  color: #EC96A4;
  overflow-y: scroll;
}

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

.gnavi-drawer-inr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gnavi-drawer .container,
.gnavi-drawer .footer-inr,
.gnavi-drawer .breadcrumb ul,
.breadcrumb .gnavi-drawer ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
}

.gnavi-drawer .footer-navi {
  margin-bottom: 100px;
}

.gnavi-drawer .footer-navi-list {
  flex: 1;
  border-top: 1px solid #EC96A4;
}

.gnavi-drawer .footer-navi-list li a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #EC96A4;
  font-family: "F+UD-スーラ B", sans-serif;
  font-size: 16px;
}

.gnavi-drawer .footer-navi-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 2px solid #EC96A4;
  border-right: 2px solid #EC96A4;
  transition: 0.3s;
}

.gnavi-drawer .footer-navi-list li a:hover::before {
  right: -10px;
}

.gnavi-drawer .footer-cta-wrap {
  max-width: 890px;
  justify-content: space-between;
  margin: 0 auto;
}

.gnavi-drawer .footer-cta {
  flex: none;
  width: 370px;
  color: #EC96A4;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 60px;
}

.gnavi-drawer .footer-cta::before {
  display: none;
}

.gnavi-drawer .footer-cta-logo {
  margin-bottom: 15px;
}

.gnavi-drawer .footer-cta-logo img {
  width: 360px;
}

.gnavi-drawer .footer-cta-item {
  display: flex;
}

.gnavi-drawer .footer-cta-item+.footer-cta-item {
  margin-top: 10px;
}

.gnavi-drawer .footer-cta-item .img {
  width: 62px;
  border-left: 1px solid #EC96A4;
  border-right: 1px solid #EC96A4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnavi-drawer .footer-cta-item .desc {
  flex: 1;
  padding-left: 20px;
  font-size: 15px;
}

.gnavi-drawer .footer-cta-item .desc .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.gnavi-drawer .footer-cta-item .desc .small {
  font-size: 13px;
  line-height: 1.5;
}

.gnavi-drawer-list {
  display: grid;
  grid-gap: 30px;
  font-family: "F+UD-スーラ DB", sans-serif;
}

.gnavi-drawer-list .item {
  font-size: 16px;
}

.gnavi-drawer-list .item>a:not([href="#"]) {
  text-decoration: underline;
}

.gnavi-drawer-list .item>a:not([href="#"]):hover {
  text-decoration: none;
}

.gnavi-drawer-list .item>a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.gnavi-drawer-list .child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 20px;
  margin-top: 15px;
  font-size: 14px;
}

.gnavi-drawer-list .child>li>a:hover {
  text-decoration: underline;
}

.gnavi-drawer-btns {
  display: flex;
  justify-content: space-between;
  width: 730px;
  margin: 0 auto;
}

.gnavi-drawer-btns>li {
  flex: 1;
  max-width: 335px;
}

.gnavi-drawer-btns>li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 86px;
  font-family: "F+UD-スーラ B", sans-serif;
  font-size: 16px;
  background: #fff;
  border: 2px solid #EC96A4;
  border-radius: 6px;
  position: relative;
  transition: 0.3s;
}

.gnavi-drawer-btns>li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 1px solid #EC96A4;
  border-right: 1px solid #EC96A4;
}

.gnavi-drawer-btns>li a:hover {
  opacity: 0.7;
}

.gnavi-drawer-btns>li a .wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}

.gnavi-drawer-btns>li a span {
  display: block;
  text-align: center;
  flex: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }

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

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

  .sp-navi .sp-navi-btns .item {
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .item:first-child .tel-link {
    border-right: 1px solid #EC96A4;
  }

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 50px;
  }

  .sp-navi .sp-navi-btns .item a.tel-link {
    background: #fff;
    color: #EC96A4;
    border-top: 1px solid #EC96A4;
    min-width: 140px;
  }

  .sp-navi .sp-navi-btns .item a.top-link {
    background: #BEE9DD;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding-top: 30px;
    justify-content: flex-start;
    position: relative;
  }

  .sp-navi .sp-navi-btns .item a.top-link::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .sp-navi .sp-navi-btns .item .img {
    max-width: 124px;
    margin-bottom: 2px;
  }

  .sp-navi .sp-navi-btns .item .num {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #EC96A4;
    position: relative;
    padding-left: 15px;
  }

  .sp-navi .sp-navi-btns .item .num::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/share/icon_tel.svg) center/contain no-repeat;
  }

  .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: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

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

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

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

  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    padding: 120px 10% 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 999;
  }

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

  .sp-navi .sp-navi-list {
    border-top: 1px solid #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: "F+UD-スーラ DB", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

  .sp-navi .sp-navi-list>li.sp-dropdown::before,
  .sp-navi .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #EC96A4;
    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: "F+UD-スーラ DB", sans-serif;
  }

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #EC96A4;
    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 {
  width: 100%;
  position: relative;
  margin-bottom: 130px;
}

.hero::before {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 815px;
  left: 0;
  background: url(../images/bg_top01.jpg) center/cover no-repeat;
}

.hero .hero-inr {
  width: 100%;
  padding: 136px 50px 0;
  position: relative;
}

.hero .hero-inr::before {
  content: "";
  width: 342px;
  height: 375px;
  position: absolute;
  top: 35px;
  right: 0;
  background: url(../images/hero_deco01.png) center/contain no-repeat;
  z-index: -1;
}

.hero .hero-inr::after {
  content: "";
  width: 328px;
  height: 354px;
  position: absolute;
  top: 246px;
  left: 0;
  background: url(../images/hero_deco02.png) center/contain no-repeat;
  z-index: -1;
}

.hero .splide .splide__slide img {
  width: 100%;
  height: 780px;
  object-fit: cover;
  border-radius: 10px;
}

.hero .splide .splide__pagination {
  position: absolute;
  flex-direction: column;
  right: -34px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.hero .splide .splide__pagination__page {
  height: 10px;
  width: 10px;
}

.hero .splide .splide__pagination__page.is-active {
  background: #EC96A4;
}

.hero-desc {
  position: absolute;
  right: 100px;
  top: 605px;
}

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

.hero-ttl span {
  display: block;
  width: fit-content;
  font-family: "F+UD-スーラ DB", sans-serif;
  font-size: 36px;
  color: #EC96A4;
  text-align: center;
  line-height: 1.5;
  padding: 11px 28px;
  background-color: #fff;
  border-radius: 6px;
  letter-spacing: 0.1em;
}

.hero-news {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  padding: 50px 80px;
  max-width: 1200px;
  width: 90%;
  margin: -50px auto 0;
  position: relative;
  z-index: 5;
  border-radius: 6px;
  gap: 10%;
}

.hero-news-ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.hero-news .ttl span {
  display: block;
}

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

.hero-news .ttl .en {
  color: #BEE9DD;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.hero-news .btn-more {
  width: 160px;
}

.hero-news .list-top-news02 {
  flex: 1;
}

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

  .hero::before {
    display: none;
  }

  .hero .hero-inr {
    padding: 80px 5% 0;
  }

  .hero .hero-inr::before {
    width: 240px;
    height: 262px;
    top: 60px;
  }

  .hero .hero-inr::after {
    width: 230px;
    height: 248px;
    top: 210px;
  }

  .hero .splide {
    padding-bottom: 20px;
  }

  .hero .splide .splide__slide img {
    height: 370px;
  }

  .hero .splide .splide__pagination {
    flex-direction: row;
    right: auto;
    left: 0;
    top: auto;
    transform: none;
    bottom: 0;
  }

  .hero .splide .splide__pagination__page {
    height: 6px;
    width: 6px;
  }

  .hero-desc {
    position: absolute;
    right: 10%;
    top: 310px;
  }

  .hero-ttl {
    gap: 7px;
  }

  .hero-ttl span {
    font-size: 23px;
    padding: 10px 20px;
  }
}

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

@media (max-width: 800px) {
  .hero-news {
    display: block;
    padding: 30px 0 86px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-news-ttl {
    display: block;
    margin-bottom: 20px;
  }

  .hero-news .ttl span {
    display: block;
  }

  .hero-news .ttl .jp {
    font-size: 20px;
    margin-bottom: 10px;
  }

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

  .hero-news .btn-more {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

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

.t-ttl .jp {
  display: block;
  margin-bottom: 10px;
}

.t-ttl .jp span {
  display: inline-block;
  width: fit-content;
  font-family: "F+UD-スーラ DB", sans-serif;
  color: #EC96A4;
  font-size: 32px;
  line-height: 1.7;
  background: #fff;
  padding: 10px 30px;
  border-radius: 6px;
}

.t-ttl .jp span+span {
  margin-top: 10px;
}

.t-ttl .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #BEE9DD;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}

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

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

  .t-ttl .jp {
    display: block;
    margin-bottom: 20px;
  }

  .t-ttl .jp span {
    font-size: 24px;
    line-height: 1.6;
    padding: 7px 15px;
    border-radius: 6px;
  }

  .t-ttl .jp span+span {
    margin-top: 7px;
  }

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

/*------------
Block
--------------*/
.sec01 {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

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

.sec01-layout .l-img {
  width: 47%;
}

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

.sec01-layout .l-desc {
  flex: 1;
  margin-right: 50px;
}

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

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

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

.sec02 {
  padding: 100px 0 150px;
  position: relative;
}

.sec02::before {
  content: "";
  width: 508px;
  height: 631px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/sec02_deco01.png) center/contain no-repeat;
  z-index: -1;
}

.sec02::after {
  content: "";
  width: 496px;
  height: 323px;
  position: absolute;
  top: 730px;
  left: 22px;
  background: url(../images/sec02_deco02.png) center/contain no-repeat;
  z-index: -1;
}

.sec02-layout {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.sec02-layout .l-img {
  width: 73%;
  margin: 0 -15% 0 -8%;
}

.sec02-layout .l-img img {
  width: 100%;
  border-radius: 5px;
}

.sec02-layout .l-desc {
  width: 50%;
  background: linear-gradient(#F4BDC6, #EC96A4);
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 80px;
  border-radius: 6px;
}

.sec02-layout .l-desc .l-ttl {
  font-size: 24px;
  margin-bottom: 50px;
}

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

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

.sec02-list {
  padding: 60px 60px 40px;
  background: #FFF2F4;
  display: flex;
  gap: 40px;
  border-radius: 6px;
}

.sec02-list>li a {
  transition: 0.3s;
}

.sec02-list>li a:hover {
  opacity: 0.6;
}

.sec02-list .list-img img {
  border-radius: 6px;
}

.sec02-list .list-desc {
  background: #FFF2F4;
  padding: 20px;
  border-radius: 0 10px 0 0;
  margin: -90px 70px 0 0;
  position: relative;
  z-index: 2;
}

.sec02-list .list-desc::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(../images/share/deco_corner_p.svg) center/contain no-repeat;
}

.sec02-list .list-desc::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 70px;
  right: -20px;
  background: url(../images/share/deco_corner_p.svg) center/contain no-repeat;
}

.sec02-list .list-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.sec02-list .list-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #EC96A4;
  z-index: -1;
}

.sec02-list .list-ttl::after {
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  background: url(../images/sec02_arrow.svg) center/contain no-repeat;
  z-index: 1;
}

.sec02-list .list-ttl span {
  font-size: 22px;
  color: #EC96A4;
  background: #FFF2F4;
  padding-right: 20px;
}

.sec02-checklist {
  display: grid;
  grid-template-columns: 175px 1fr;
}

@media (max-width: 1279px) {
  .sec02-checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sec02-checklist li {
  position: relative;
  padding-left: 25px;
}

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

.sec03 {
  padding-bottom: 150px;
  position: relative;
}

.sec03::before {
  content: "";
  width: 393px;
  height: 354px;
  position: absolute;
  top: 110px;
  left: 0;
  background: url(../images/sec03_deco01.png) center/contain no-repeat;
  z-index: -1;
}

.sec03::after {
  content: "";
  width: 496px;
  height: 323px;
  position: absolute;
  bottom: 45px;
  right: 0;
  background: url(../images/sec03_deco02.png) center/contain no-repeat;
  z-index: -1;
}

.sec03-img {
  width: 100%;
}

.sec03-img img {
  width: 100%;
  border-radius: 6px;
}

.sec03-wrap {
  display: flex;
  align-items: flex-end;
}

.sec03-desc {
  max-width: 605px;
  padding: 50px;
  margin-top: -120px;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 0 10px 0 0;
}

.sec03-desc::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(../images/share/deco_corner_w.svg) center/contain no-repeat;
}

.sec03-desc::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 100px;
  right: -20px;
  background: url(../images/share/deco_corner_w.svg) center/contain no-repeat;
}

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

.sec03 .t-ttl .jp span {
  padding: 0;
}

.sec03 .btn-more {
  width: 100%;
  max-width: 410px;
  margin-bottom: 65px;
}

.sec03-btn {
  flex: 1;
  padding: 0 5%;
  margin: 0 auto;
}

.sec04 {
  position: relative;
}

.sec04::after {
  content: "";
  width: 1600px;
  height: 100%;
  max-width: 95%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/sec04_bg.jpg) center/cover no-repeat;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}

.sec04-layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  padding: 100px 0;
}

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

.sec04-layout .l-desc {
  flex: 1;
  max-width: 504px;
}

.sec04-layout .btn-more {
  margin-top: 90px;
}

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

.sec05 {
  padding: 150px 0 140px;
  position: relative;
}

.sec05::before {
  content: "";
  width: 627px;
  height: 616px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sec05_deco01.png) center/contain no-repeat;
  z-index: -1;
}

.sec05-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sec05-list>li {
  display: flex;
}

.sec05-list .list-img {
  width: 62px;
  border-left: 1px solid #EC96A4;
  border-right: 1px solid #EC96A4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec05-list .list-desc {
  flex: 1;
  padding-left: 20px;
}

.sec05-list .list-desc .logo {
  margin-bottom: 7px;
}

.sec05-list .list-desc .logo img {
  width: auto;
  height: 32px;
}

.sec05-list .list-desc .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #EC96A4;
}

.sec05-list .list-desc .txt {
  font-size: 13px;
  line-height: 1.5;
}

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

.sec06 {
  padding-bottom: 280px;
  overflow: hidden;
  position: relative;
}

.sec06::after {
  content: "";
  width: 592px;
  height: 545px;
  position: absolute;
  background: url(../images/sec06_deco01.png) center/contain no-repeat;
  z-index: -1;
  bottom: 0;
  right: -200px;
}

.sec06 .container,
.sec06 .footer-inr,
.sec06 .breadcrumb ul,
.breadcrumb .sec06 ul {
  display: flex;
  justify-content: space-between;
}

.sec06 .container {
  gap: 50px;
}

.sec06-ttl {
  margin-bottom: 90px;
}

.sec06-ttl span {
  display: block;
}

.sec06-ttl .jp {
  font-size: 24px;
  margin-bottom: 10px;
}

.sec06-ttl .en {
  color: #BEE9DD;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

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

.sec07 {
  margin-top: -130px;
  padding-bottom: 150px;
  position: relative;
}

.sec07::after {
  content: "";
  width: 327px;
  height: 295px;
  position: absolute;
  background: url(../images/sec07_deco01.png) center/contain no-repeat;
  z-index: -1;
  left: 6%;
  bottom: 52px;
}

.sec07-layout a {
  display: block;
  background: url(../images/sec07_img.jpg) center/cover no-repeat;
  border: 2px solid #EC96A4;
  border-radius: 6px;
  box-shadow: 10px 10px 0 #FFF2F4;
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  color: #EC96A4;
  padding-left: 80px;
  transition: 0.3s;
}

.sec07-layout a:hover {
  opacity: 0.7;
}

.sec07 .l-desc {
  width: 320px;
}

.sec07 .l-ttl {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.sec07 .l-ttl span {
  display: block;
}

.sec07 .l-ttl .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}

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

.sec08 {
  line-height: 1;
}

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

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
    margin-bottom: 0;
    background: url(../images/bg_top01.jpg) center/cover no-repeat;
  }

  .sec01-layout {
    display: block;
  }

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

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

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

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

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

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

  .sec02 {
    padding: 50px 0;
  }

  .sec02::before {
    width: 203.2px;
    height: 252.4px;
    top: 30px;
  }

  .sec02::after {
    width: 198.4px;
    height: 129.2px;
    top: 730px;
    left: 22px;
  }

  .sec02-layout {
    display: block;
    margin-bottom: 50px;
  }

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

  .sec02-layout .l-img img {
    width: 100%;
    border-radius: 5px;
  }

  .sec02-layout .l-desc {
    width: 90%;
    margin: -30px auto 0;
    padding: 25px 20px;
  }

  .sec02-layout .l-desc .l-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .sec02-list {
    width: 100%;
    padding: 25px 20px;
    gap: 20px;
    flex-direction: column;
  }

  .sec02-list .list-desc {
    padding: 20px;
    border-radius: 0 8px 0 0;
    margin: -30px 20px 0 0;
    position: relative;
    z-index: 2;
  }

  .sec02-list .list-desc::before {
    width: 10px;
    height: 10px;
    top: -10px;
  }

  .sec02-list .list-desc::after {
    width: 10px;
    height: 10px;
    top: 20px;
    right: -10px;
  }

  .sec02-list .list-ttl {
    margin-bottom: 10px;
  }

  .sec02-list .list-ttl span {
    font-size: 18px;
    padding-right: 10px;
  }

  .sec02-checklist {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .sec02-checklist li::before {
    top: 6px;
  }

  .sec03 {
    padding-bottom: 30px;
  }

  .sec03::before {
    width: 157.2px;
    height: 141.6px;
    top: 0;
  }

  .sec03::after {
    width: 198.4px;
    height: 129.2px;
    bottom: 100px;
  }

  .sec03-wrap {
    display: block;
  }

  .sec03-desc {
    max-width: none;
    padding: 20px 20px 30px;
    margin: -30px 20px 0 0;
    border-radius: 0 10px 0 0;
  }

  .sec03-desc::before {
    width: 10px;
    height: 10px;
    top: -10px;
    left: 0;
  }

  .sec03-desc::after {
    width: 10px;
    height: 10px;
    top: 20px;
    right: -10px;
  }

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

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

  .sec03 .t-ttl .jp span {
    padding: 0;
  }

  .sec03 .btn-more {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 25px 20px 0 0;
  }

  .sec03-btn {
    flex: 1;
    padding: 0 5%;
    margin: 0 auto;
  }

  .sec04::after {
    width: 97.5%;
    max-width: 97.5%;
    border-radius: 10px 0 0 10px;
  }

  .sec04-layout {
    display: block;
    padding: 50px 0;
  }

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

  .sec04-layout .l-desc {
    flex: 1;
    max-width: 100%;
  }

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

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

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

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

  .sec05::before {
    width: 250.8px;
    height: 246.4px;
    top: 30px;
  }

  .sec05-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sec05-list>li {
    display: flex;
  }

  .sec05-list .list-img {
    width: 50px;
  }

  .sec05-list .list-img img {
    width: 24px;
  }

  .sec05-list .list-desc {
    flex: 1;
    padding-left: 20px;
  }

  .sec05-list .list-desc .logo {
    margin-bottom: 10px;
  }

  .sec05-list .list-desc .logo img {
    height: auto;
  }

  .sec05-list .list-desc .num {
    font-size: 30px;
  }

  .sec06 {
    padding-bottom: 160px;
    overflow: hidden;
    position: relative;
  }

  .sec06::after {
    width: 236.8px;
    height: 218px;
    right: -100px;
  }

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

  .sec06-left {
    margin-bottom: 20px;
  }

  .sec06-ttl {
    margin-bottom: 0;
  }

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

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

  .sec06 .btn-more {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 100px;
  }

  .sec07 {
    margin-top: -30px;
    padding-bottom: 70px;
  }

  .sec07::after {
    width: 130.8px;
    height: 118px;
    left: 0;
    bottom: 20px;
  }

  .sec07-layout a {
    display: block;
    background: url(../images/sec07_img_sp.jpg) center top/100% auto no-repeat;
    background-color: #fff;
    box-shadow: 7px 7px 0 #FFF2F4;
    height: auto;
    display: block;
    padding: 92vw 20px 30px;
  }

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

  .sec07 .l-ttl .en {
    font-size: 46px;
  }

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

  .sec08 iframe {
    height: 70vw;
  }
}

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 {
  background: url(../images/share/line_dot.svg) left top/6px 1px repeat-x;
}

.list-top-news02 .list-item {
  display: flex;
  padding: 25px 0;
  background: url(../images/share/line_dot.svg) left bottom/6px 1px repeat-x;
}

.list-top-news02 time {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #BEE9DD;
  margin-right: 30px;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.4;
  font-family: "F+UD-スーラ DB", sans-serif;
  font-size: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

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

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

.list-top-blog02 .list-item {
  max-width: 250px;
}

.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;
  border-radius: 6px;
}

.list-top-blog02 .list-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.5s;
  border-radius: 6px;
}

.list-top-blog02 .list-ttl {
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  font-family: "F+UD-スーラ DB", sans-serif;
  line-height: 1.5;
}

.list-top-blog02 time {
  display: block;
  color: #BEE9DD;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.no-post {
  white-space: nowrap;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news02 .list-item {
    display: block;
    padding: 15px 0 20px;
  }

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

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

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

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

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 136px;
  width: 100%;
  height: 300px;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

.page-ttl::before {
  content: "";
  position: absolute;
  background: url(../images/under/u_top_deco01.png) center/contain no-repeat;
  bottom: -80px;
  left: 0;
  height: 355px;
  width: 329px;
  z-index: -1;
}

.page-ttl::after {
  content: "";
  position: absolute;
  background: url(../images/under/u_top_deco02.png) center/contain no-repeat;
  top: -80px;
  right: 0;
  height: 375px;
  width: 342px;
  z-index: -1;
}

.page-ttl-sub {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #BEE9DD;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
}

.page-ttl-main {
  font-size: 36px;
  color: #EC96A4;
  font-family: "F+UD-スーラ DB", sans-serif;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 75px;
    height: 180px;
    min-height: 180px;
  }

  .page-ttl::before {
    bottom: -40px;
    width: 131.6px;
    height: 142px;
  }

  .page-ttl::after {
    top: -40px;
    width: 136.8px;
    height: 150px;
  }

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

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

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

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

.u-h3,
.post-ttl,
.postdata h2 {
  border-bottom: 1px solid #EC96A4;
  color: #EC96A4;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

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

.u-h4::before,
.postdata h3::before {
  content: "";
  background: #EC96A4;
  width: 5px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 8.5px;
  border-radius: 6px;
}

.ttl-num {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 22px;
  font-family: "F+UD-スーラ DB", sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
}

.ttl-num .num {
  border-radius: 50px;
  background-color: #EC96A4;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  flex: 0 0 38px;
  line-height: 38px;
  text-align: center;
}

@media (max-width: 800px) {

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

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

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

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

  .ttl-num {
    gap: 10px;
    font-size: 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: 70px 0 140px;
}

.tall.bg01 {
  background: url(../images/under/under_bg.jpg) center/cover no-repeat;
  z-index: -1;
}

.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 #EC96A4;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "F+UD-スーラ DB", sans-serif;
}

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

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

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

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

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

.staff-layout02 .l-img {
  width: 47%;
  margin-right: -88px;
  margin-left: 50px;
}

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

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

.staff-layout02 .job {
  font-size: 20px;
  font-family: "F+UD-スーラ DB", sans-serif;
  color: #EC96A4;
  margin-bottom: 25px;
}

.staff-layout02 .l-ttl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 50px;
  line-height: 1;
  margin-bottom: 45px;
}

.staff-layout02 .name {
  font-size: 32px;
  color: #EC96A4;
  margin-left: 30px;
}

.staff-layout02 .kana {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #BEE9DD;
}

.staff-layout02 .l-txt {
  margin-bottom: 90px;
}

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

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

  .staff-layout02 .l-ttl {
    margin-bottom: 25px;
    gap: 30px;
    justify-content: flex-end;
  }

  .staff-layout02 .job {
    font-size: 16px;
    margin-bottom: 15px;
  }

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

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

  .staff-layout02 .l-txt {
    margin-bottom: 30px;
  }
}

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

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

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

.flow-style03 .flow-num {
  font-size: 36px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #EC96A4;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #EC96A4;
  margin-bottom: 5px;
}

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

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

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

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

.flow-style03 .flow-ttl {
  font-size: 24px;
  font-family: "F+UD-スーラ DB", sans-serif;
  margin-bottom: 15px;
}

.flow-style03 .flow-txt {
  margin-bottom: 50px;
}

.flow-style03 .flow-contact {
  display: flex;
}

.flow-style03 .tel-wrap {
  margin-right: 25px;
}

.flow-style03 .small {
  font-size: 13px;
  line-height: 1.5;
}

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

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

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

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

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

  .flow-style03 .flow-contact {
    display: block;
  }

  .flow-style03 .tel-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 120px;
  margin-bottom: 50px;
}

.contact-wrap .col+.col {
  position: relative;
}

.contact-wrap .col+.col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #EC96A4 2px, rgba(236, 150, 164, 0) 2px, rgba(236, 150, 164, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}

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

.contact-wrap .l-time {
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
  margin: 15px auto 0;
  width: fit-content;
}

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

.contact-wrap .l-time dt {
  border: 1px solid #EC96A4;
  background: #fff;
  text-align: center;
  color: #EC96A4;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .contact-wrap {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 50px;
    margin-bottom: 40px;
  }

  .contact-wrap .col {
    width: 100%;
  }

  .contact-wrap .col+.col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #EC96A4 2px, rgba(236, 150, 164, 0) 2px, rgba(236, 150, 164, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -25px;
    left: 0;
  }

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

  .contact-wrap .l-tel img {
    width: 25px;
  }

  .contact-wrap .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }

  .contact-wrap .l-btn img {
    width: 25px;
  }
}

.u-tel-layout {
  padding: 94px 0 67px;
  position: relative;
}

.u-tel-layout.type01 {
  padding: 0;
}

.u-tel-layout.type01::before {
  display: none;
}

.u-tel-layout.type01::after {
  display: none;
}

.u-tel-layout::before {
  content: "";
  position: absolute;
  background: url(../images/under/tel_deco01.png) center/contain no-repeat;
  top: -60px;
  right: -231px;
  height: 296px;
  width: 328px;
  z-index: -1;
}

.u-tel-layout::after {
  content: "";
  position: absolute;
  background: url(../images/under/tel_deco02.png) center/contain no-repeat;
  bottom: -60px;
  left: -177px;
  height: 389px;
  width: 469px;
  z-index: -1;
}

.u-tel-layout-box {
  padding: 80px 0;
  border: 1px solid #EC96A4;
  background: #fff;
  border-radius: 6px;
}

.u-tel-layout .tel-list {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
}

.u-tel-layout .list-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 20px;
}

.u-tel-layout .list-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-right: 1px solid #EC96A4;
  border-left: 1px solid #EC96A4;
}

.u-tel-layout .list-ttl {
  display: flex;
  align-items: center;
  font-family: "F+UD-スーラ DB", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #EC96A4;
  margin-bottom: 6px;
}

.u-tel-layout .list-ttl img {
  margin-right: 8px;
}

.u-tel-layout .tel {
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 2px;
}

.u-tel-layout .tel::before {
  display: none;
}

.u-tel-layout .small {
  font-size: 13px;
  line-height: 1.5;
}

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

  .u-tel-layout::before {
    right: -100px;
    height: 118.4px;
    width: 131.2px;
  }

  .u-tel-layout::after {
    left: -100px;
    height: 155.6px;
    width: 187.6px;
  }

  .u-tel-layout-box {
    padding: 40px 20px;
  }

  .u-tel-layout .tel-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .u-tel-layout .list-item {
    grid-template-columns: 50px 1fr;
    column-gap: 15px;
  }

  .u-tel-layout .list-img-wrap {
    padding: 0 5px;
  }

  .u-tel-layout .list-img-wrap img {
    width: 23px;
  }

  .u-tel-layout .list-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .u-tel-layout .list-ttl img {
    width: 28px;
    margin-right: 5px;
  }

  .u-tel-layout .tel {
    font-size: 28px;
  }
}

.u-list-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  row-gap: 22px;
}

.u-list-btn.col1 {
  grid-template-columns: repeat(1, 1fr);
}

.u-list-btn .list-item {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  padding: 19px 30px;
  border: 2px solid #EC96A4;
  border-radius: 5px;
  background: #fff;
  font-family: "F+UD-スーラ B", sans-serif;
  font-size: 16px;
  color: #EC96A4;
  line-height: 1.7;
  transition: 0.3s;
}

.u-list-btn .list-item img {
  margin-right: 18px;
}

.u-list-btn .list-item:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .u-list-btn {
    grid-template-columns: repeat(1, 1fr);
  }

  .u-list-btn .list-item {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .u-list-btn .list-item img {
    margin-right: 15px;
  }
}

.u-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 22px;
}

.u-list .list-item {
  display: flex;
  align-items: center;
  padding: 14px 50px 14px 20px;
  background: #FFF2F4;
  color: #EC96A4;
  font-family: "F+UD-スーラ B", sans-serif;
  border-radius: 5px;
}

.u-list img {
  width: 67px;
}

.u-list .list-ttl {
  flex: 1;
  text-align: center;
}

@media (max-width: 800px) {
  .u-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }

  .u-list .list-item {
    display: block;
    align-items: center;
    padding: 15px 20px;
  }

  .u-list .list-img {
    margin: 0 auto 15px;
    text-align: center;
  }
}

.under-dl dt {
  font-size: 16px;
  color: #EC96A4;
  font-family: "F+UD-スーラ B", sans-serif;
  position: relative;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 11px;
}

.under-dl dt::before {
  content: "";
  position: absolute;
  background: #BEE9DD;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 3px;
}

.under-dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.u-card01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 22px;
}

.u-card01 .card-img {
  margin-bottom: 15px;
}

.u-card01 .card-img img {
  object-fit: cover;
  height: 321px;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .u-card01 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .u-card01 .card-img {
    margin-bottom: 15px;
  }

  .u-card01 .card-img img {
    height: 230px;
  }
}

@media (max-width: 800px) and (min-width: 510px) {
  .u-card01 .card-img img {
    height: auto;
  }
}

.u-layout {
  display: flex;
}

.u-layout .l-img {
  flex: 1;
  margin-left: -18.36%;
  margin-right: -17.29%;
}

@media (max-width: 1430px) {
  .u-layout .l-img {
    margin-left: -10%;
  }
}

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

.u-layout .l-img img {
  border-radius: 5px;
}

.u-layout .l-desc {
  width: 600px;
  margin-top: 90px;
  padding: 80px;
  background: linear-gradient(to bottom, #F4BDC6, #EC96A4);
  color: #fff;
  border-radius: 6px;
  margin-right: -88px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1240px) {
  .u-layout .l-desc {
    margin-right: -4%;
  }
}

.u-layout .l-ttl {
  font-size: 24px;
  margin-bottom: 55px;
}

.u-layout .sb-ttl {
  display: block;
  font-family: "F+UD-スーラ DB", sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

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

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

  .u-layout .l-img img {
    border-radius: 5px 5px 0 0;
  }

  .u-layout .l-desc {
    width: 100%;
    margin-top: 0;
    padding: 30px 20px;
    margin-right: 0;
    border-radius: 0 0 5px 5px;
  }

  .u-layout .l-ttl {
    margin-bottom: 25px;
  }

  .u-layout .sb-ttl {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}

.u-card02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 22px;
}

.u-card02 .card-item {
  border: 2px solid #EC96A4;
  border-radius: 5px;
  background: #fff;
  padding: 25px 25px 60px;
}

.u-card02 .card-ttl {
  font-size: 16px;
  margin-bottom: 20px;
  color: #EC96A4;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "F+UD-スーラ B", sans-serif;
}

.u-card02 .card-img {
  margin: 0 auto 20px;
  text-align: center;
}

.u-card02 .card-img img {
  width: 142px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .u-card02 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .u-card02 .card-item {
    padding: 25px 20px 30px;
  }

  .u-card02 .card-ttl {
    height: auto;
  }

  .u-card02 .card-img {
    margin: 0 auto 20px;
    text-align: center;
  }

  .u-card02 .card-img img {
    width: 142px;
    object-fit: cover;
    border-radius: 5px;
  }
}

.u-box {
  padding: 40px 50px;
  background: #fff;
  border: 2px solid #EC96A4;
  border-radius: 6px;
}

.u-box .u-h3,
.u-box .post-ttl,
.u-box .postdata h2,
.postdata .u-box h2 {
  margin-bottom: 20px;
}

.u-box .box-txt {
  margin-bottom: 30px;
}

.u-box .btn-wrap a {
  margin: 12px;
}

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

  .u-box .u-h3,
  .u-box .post-ttl,
  .u-box .postdata h2,
  .postdata .u-box h2 {
    margin-bottom: 20px;
  }

  .u-box .box-txt {
    margin-bottom: 30px;
  }

  .u-box .btn-wrap a {
    margin: 0;
  }
}

.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:nth-child(n+3) {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

.table-style03 th,
.table-style03 td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table-style03 th {
  background: #EC96A4;
  color: #fff;
  text-align: center;
}

.table-style03 th.bg01 {
  background: #FFF2F4;
}

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

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

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

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

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

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

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

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

.list-anchor-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.list-anchor-link02 a {
  display: flex;
  align-items: center;
  background-color: #FFF2F4;
  border-radius: 6px;
  font-family: "F+UD-スーラ B", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 15px;
  min-height: 60px;
  transition: opacity 0.3s;
}

.list-anchor-link02 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #EC96A4;
  border-bottom: 2px solid #EC96A4;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.list-anchor-link02 a:hover {
  opacity: 0.7;
}

@media (max-width: 800px) {
  .list-anchor-link02 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .list-anchor-link02 a {
    font-size: 13px;
    justify-content: center;
    text-align: center;
    padding: 8px 8px 20px;
    min-height: 0;
    height: 100%;
  }

  .list-anchor-link02 a::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
  }

  .list-anchor-link02 a:hover {
    opacity: 0.7;
  }
}

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

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

.card-style01 .card-img img {
  border-radius: 6px;
}

.card-style01 .card-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-style02>li {
  border: 2px solid #EC96A4;
  border-radius: 5px;
  padding: 25px;
}

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

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

.card-style02 .card-ttl {
  font-size: 17px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flow-style01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  padding-top: 15px;
}

.flow-style01>li {
  background-color: #FFF2F4;
  padding: 25px;
  position: relative;
  border-radius: 6px;
}

.flow-style01>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #BEE9DD;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style01 .flow-num {
  font-size: 25px;
  line-height: 1;
  position: absolute;
  color: #EC96A4;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  top: -15px;
  left: 30px;
}

.flow-style01 .flow-img {
  margin-bottom: 15px;
}

.flow-style01 .flow-img img {
  border-radius: 6px;
}

.flow-style01 .flow-ttl {
  font-size: 17px;
  margin-bottom: 15px;
}

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

  .flow-style01>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.box-style05 {
  border: 2px solid #EC96A4;
  background: #fff;
  border-radius: 5px;
}

.box-style05 .box-ttl {
  background-color: #EC96A4;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px 40px;
}

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

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

.dl-style01 dt {
  background: #EC96A4;
  color: #fff;
  font-family: "F+UD-スーラ DB", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
  border-radius: 5px 0 0 5px;
}

.dl-style01 dt .num {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  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: #FFF2F4;
  padding: 20px;
  width: 75%;
  border-radius: 0 5px 5px 0;
}

.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%;
    border-radius: 5px 5px 0 0;
  }

  .dl-style01 dd {
    padding: 15px;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }

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

.box-style01 {
  border: 2px solid #FFF2F4;
  background: #FFF2F4;
  padding: 5%;
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {

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

.under-layout01 a {
  display: block;
  background: url(../images/sec07_img.jpg) center/cover no-repeat;
  border: 2px solid #EC96A4;
  border-radius: 6px;
  box-shadow: 10px 10px 0 #FFF2F4;
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  color: #EC96A4;
  padding-left: 80px;
  transition: 0.3s;
}

.under-layout01 a:hover {
  opacity: 0.7;
}

.under-layout01 .l-desc {
  width: 320px;
}

.under-layout01 .l-ttl {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.under-layout01 .l-ttl span {
  display: block;
}

.under-layout01 .l-ttl .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}

.under-layout01 .l-ttl .jp {
  font-size: 22px;
}

@media (max-width: 800px) {
  .under-layout01 a {
    display: block;
    background: url(../images/sec07_img_sp.jpg) center top/100% auto no-repeat;
    background-color: #fff;
    box-shadow: 7px 7px 0 #FFF2F4;
    height: auto;
    display: block;
    padding: 92vw 20px 30px;
  }

  .under-layout01 .l-desc {
    width: 100%;
  }

  .under-layout01 .l-ttl .en {
    font-size: 46px;
  }

  .under-layout01 .l-ttl .jp {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .under-img img {
    height: 350px;
    object-fit: cover;
  }
}

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

.footer-top {
  padding: 50px 0;
  position: relative;
  background: url(../images/share/f-deco.png) right center/auto 100% no-repeat;
}

.footer-cta-wrap {
  display: flex;
  gap: 50px;
}

.footer-cta {
  flex: 1;
  color: #fff;
  background: linear-gradient(#F4BDC6, #EC96A4);
  padding: 35px;
  border-radius: 6px;
  position: relative;
}

.footer-cta a {
  transition: 0.3s;
}

.footer-cta a:hover {
  opacity: 0.7;
}

.footer-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/share/f-cta_deco.svg") no-repeat left top, url("../images/share/f-cta_deco.svg") no-repeat right top, url("../images/share/f-cta_deco.svg") no-repeat left bottom, url("../images/share/f-cta_deco.svg") no-repeat right bottom;
  background-size: 30px 30px;
  z-index: 1;
}

.footer-cta-ttl {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "F+UD-スーラ DB", sans-serif;
  margin-bottom: 20px;
}

.footer-cta-item {
  position: relative;
  z-index: 2;
  display: flex;
}

.footer-cta-item+.footer-cta-item {
  margin-top: 10px;
}

.footer-cta-item .img {
  width: 62px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-cta-item .desc {
  flex: 1;
  padding-left: 20px;
  font-size: 15px;
}

.footer-cta-item .desc .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer-cta-item .desc .small {
  font-size: 13px;
  line-height: 1.5;
}

.footer-bottom {
  background: url(../images/share/f-bg.jpg) center/cover no-repeat;
  padding: 50px 0 100px;
  color: #fff;
}

.footer-navi {
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}

.footer-navi-list {
  flex: 1;
  border-top: 1px solid #fff;
}

.footer-navi-list li a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #fff;
  font-family: "F+UD-スーラ B", sans-serif;
  font-size: 16px;
}

.footer-navi-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}

.footer-navi-list li a:hover::before {
  right: -10px;
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.footer-copy-links {
  display: flex;
}

.footer-copy-links li:not(:last-child)::after {
  content: "│";
  margin: 0 7px;
}

.footer-copy-links li a:hover {
  text-decoration: underline;
}

.pagetop {
  display: block;
  background-color: #BEE9DD;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 2;
  transition: 0.3s;
}

@media (max-width: 1230px) {
  .pagetop {
    bottom: 30px;
  }
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 800px) {
  .footer-cta-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .footer-cta {
    padding: 25px 20px;
  }

  .footer-cta::before {
    background-size: 20px 20px;
  }

  .footer-cta-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-cta-item+.footer-cta-item {
    margin-top: 10px;
  }

  .footer-cta-item .img {
    width: 50px;
  }

  .footer-cta-item .img img {
    width: 24px;
  }

  .footer-cta-item .desc {
    padding-left: 15px;
    font-size: 13px;
  }

  .footer-cta-item .desc .num {
    font-size: 28px;
  }

  .footer-bottom {
    padding: 50px 0 70px;
  }

  .footer-navi {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }

  .footer-navi-list li a {
    font-size: 15px;
  }

  .footer-copy {
    flex-direction: column;
    align-items: center;
  }

  .pagetop {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-layout {
  display: flex;
}

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

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

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

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

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

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

.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: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

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

.post-data time {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #BEE9DD;
  line-height: 1;
}

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

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

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

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

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

.post-category02 {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-category02 span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  background: #BEE9DD;
  padding: 5px 10px;
  border-radius: 2px;
}

/*セレクト式カテゴリー*/
.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 #EC96A4;
  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: #FFF2F4;
  font-size: 16px;
  color: #EC96A4;
  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: "Josefin Sans", sans-serif;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .post-layout {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

.l-post-single .l-ttl {
  font-size: 30px;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

@media (max-width: 800px) {
  .l-post-single .l-ttl {
    font-size: 25px;
  }
}

/*------------
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: block;
  width: 100%;
  max-width: 270px;
  padding: 14px 25px;
  font-size: 16px;
  font-family: "F+UD-スーラ B", sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #EC96A4;
  background-color: #fff;
  border: 2px solid #EC96A4;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
}

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

.btn-more:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #EC96A4;
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

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

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

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

@media (hover: hover) {
  .btn-more:is(:hover, :focus) {
    color: #fff;
  }

  .btn-more:is(:hover, :focus):before {
    border-color: #fff;
  }

  .btn-more:is(:hover, :focus)::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.btn-icon {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 65px;
  padding-right: 20px;
  line-height: 1;
  color: #EC96A4;
  border: 2px solid #EC96A4;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
}

.btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #EC96A4;
  border-right: 2px solid #EC96A4;
}

.btn-icon img {
  width: 28px;
  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 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

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

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

  .btn-wrap a {
    margin: 0;
  }

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

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

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

.bold,
strong {
  font-weight: bold;
  font-family: "F+UD-スーラ DB", sans-serif;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

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

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 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 {
  background: #f1f3f4;
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}

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

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

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

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

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

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.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;
}

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

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

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

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

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

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

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

  .list-event {
    display: block;
  }

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

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

.time-table-head {
  background-color: #EC96A4;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tel {
  display: inline-block;
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #EC96A4;
  line-height: 1;
  padding-left: 35px;
  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: 27px;
  height: 27px;
}

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

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

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

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

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

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -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: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

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

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

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

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

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

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

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

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

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

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

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

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

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

.loadingNone {
  animation: loadingAnime 1s forwards;
}

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

  99% {
    opacity: 0;
  }

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

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