@charset "UTF-8";
.main {
  overflow: hidden;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sp_br {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: none;
  }
}
.pc_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: block;
  }
}
.break {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.c-button {
  display: inline-block;
  padding: 1vw 8vw;
  background-color: #a9cb39;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.2s;
  border-radius: 60px;
  font-size: 24px;
  transition: all 0.3s;
}
.c-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 20px;
    padding: 3vw 15vw;
  }
}

.c-button02box {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.c-button02 {
  position: relative;
  display: inline-block;
  padding: 1vw 8vw;
  background-color: #a9cb39;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  line-height: 1;
  transition: background-color 0.3s, transform 0.2s;
  overflow: hidden;
}
.c-button02.back {
  background-color: #fff;
  color: #a9cb39;
  border: 2px solid #a9cb39;
}
.c-button02.back + span {
  color: #a9cb39;
}
.c-button02:hover {
  opacity: 0.6;
}
.c-button02 + span.arr {
  position: absolute;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button02 {
    font-size: 20px;
    padding: 3vw 15vw;
  }
}

.c-button02::after,
.c-button02 + span.arr::after {
  content: "＞";
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em; /* ← 矢印を大きく */
  transition: transform 0.3s;
}

.c-button02:hover::after,
.c-button02 + span.arr::after {
  transform: translateY(-50%) translateX(4px);
}

.c-button02 {
  position: relative;
  display: inline-block;
  padding: 1.3vw 8vw 1.2vw 4vw;
  background-color: #99cb1e;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  line-height: 1;
  transition: background-color 0.3s, transform 0.2s;
  overflow: hidden;
}
.c-button02:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-button02 {
    font-size: 16px;
    padding: 3vw 0;
    width: 90%;
  }
}

.c-button02::after {
  content: "＞";
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em; /* ← 矢印を大きく */
  transition: transform 0.3s;
}

.c-button02:hover::after {
  transform: translateY(-50%) translateX(4px);
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-padding-top: 100px;
}

.main {
  overflow: hidden;
}

body {
  color: #4d4d4d;
  font-weight: 700;
  font-style: normal;
  background-color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 8888;
}

.section-hero {
  margin: 0;
  padding: 0;
}
.section-hero__visual {
  display: block;
}
.section-hero__img {
  width: 100%;
  height: 20vh;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-hero__img {
    height: 9vh;
  }
}

.section-title-line {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 40px;
  color: #D5658D;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title-line {
    font-size: 30px;
  }
}

.section-title-line::before,
.section-title-line::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #D5658D;
}

.section-title {
  padding: 0px 14vw 0;
  white-space: nowrap;
  position: relative;
}

/* ヘッダー */
.l-header {
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  color: #736357;
  border: 1px solid #4d4d4d;
  /* ロゴ */
  /* ナビメニュー */
}
@media screen and (max-width: 1152px) {
  .l-header {
    height: 48px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1152px) {
  .l-header__inner {
gap: 9px;
}
}
.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 2vw;
}
@media screen and (max-width: 1152px) {
  .l-header__wrapper {
    flex-direction: column;
    padding-top: 0vw;
  }
}
.l-header__logo-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1152px) {
  .l-header__logo-wrapper {
    justify-content: left;
    width: 40%;
  }
}
.l-header__logo {
  width: 20%;
  transition: all 0.3s;
}
@media screen and (max-width: 1152px) {
  .l-header__logo {
    width: 100%;
  }
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__logo-link {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__logo-link {
    width: 100%;
  }
}
.l-header__logo-img {
  width: 100%;
}
.l-header__logo-p {
  font-size: 28px;
  color: #736357;
  white-space: nowrap;
}
@media screen and (max-width: 1152px) {
  .l-header__logo-p {
    font-size: 16px;
  }
}
.l-header__facility {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D5658D;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1152px) {
  .l-header__facility {
    display: none;
  }
}
.l-header__facility-item {
  display: inline-flex;
  position: relative;
}
.l-header__facility-item:not(:last-child)::after {
  content: "／";
  margin: 0 8px 0 16px;
  color: #D5658D;
}
.l-header__link {
  display: block;
  transition: all 0.3s;
  font-size: 16px;
}
.l-header__link:hover {
  opacity: 0.6;
}
.l-header__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 10%;
}
@media screen and (max-width: 1152px) {
  .l-header__sns {
    display: none;
  }
}
.l-header__sns-visual {
  display: block;
  width: 25%;
  transition: all 0.3s;
}
@media screen and (max-width: 1152px) {
  .l-header__sns-visual {
    width: 100%;
  }
}
.l-header__sns-visual:hover {
  opacity: 0.6;
}
.l-header__sns-visual02 {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.l-header__sns-visual02:hover {
  opacity: 0.6;
}
.l-header__sns-img {
  width: 100%;
}



/* sns-sp */
.l-header__sns-sp {
  display: none;
}



@media (max-width: 1152px) {
  .l-header__sns-sp {
    display: block;
  }

  .l-header__sns-sp-visual {
width: 82%;
    display: block;
    margin-right: 12px;
}

.l-header__sns-sp-img {
   display: block;
  width: 100%;
}

  }
/* sns-sp */
.l-header__inner02 {
  max-width: 1180px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding: 2vw 0 0.4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__menu {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1152px) {
  .l-header__menu {
    background: #fff;
    display: none;
    position: fixed;
    top: 48px;
    right: 0;
  }
}
.l-header__menu-list {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1152px) {
  .l-header__menu-list {
    display: block;
  }
}
.l-header__menu-item {
  border-right: 2px solid #ccc;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1152px) {
  .l-header__menu-item {
    height: auto;
  }
}
.l-header__menu-item:first-of-type {
  border-left: 2px solid #ccc;
}
.l-header__menu-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  padding: 0 23px;
  transition: all 0.3s;
}
.l-header__menu-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1152px) {
  .l-header__menu-link {
    padding: 20px 96px 15px 25px;
    flex-direction: row;
    justify-content: left;
  }
}
.l-header__menu-link02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  padding: 0 23px;
  transition: all 0.3s;
}
.l-header__menu-link02:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1152px) {
  .l-header__menu-link02 {
    padding: 18px 96px 13px 25px;
    flex-direction: row;
    justify-content: left;
  }
}
.l-header__menu-img {
  width: 5vw;
  height: 4vw;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-img {
    width: 6vw;
    height: 6vw;
  }
}
.l-header__menu-f {
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0.0001em;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__menu-f {
    font-size: 18px;
    margin-top: 0;
    margin-left: 10px;
  }
}
.l-header__menu-f02 {
  color: #fff;
}
.l-header__sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__sp-menu {
    display: block;
    width: 100%;
  }
}
.l-header__sp-facility {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: column;
  gap: 20px;
}
.l-header__sp-item {
  width: 100%;
}
.l-header__sp-link {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: left;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  padding: 0 23px;
  transition: all 0.3s;
  text-align: left;
  font-weight: 400;
  padding: 0 23px 0 61px;
}
.l-header__sp-link:hover {
  opacity: 0.6;
}

/* ハンバーガーメニュー */
.h-btn {
  display: none;
}

@media (max-width: 1152px) {
  .h-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 28px;
  }
  .h-btn-item {
    background: #222;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    transition: all 0.3s;
  }
  .h-btn-item:first-child {
    transform-origin: left top;
  }
  .h-btn-item:last-child {
    transform-origin: left bottom;
  }
  .-active .h-btn-item:first-child {
    transform: rotate(45deg);
  }
  .-active .h-btn-item:nth-child(2) {
    opacity: 0;
  }
  .-active .h-btn-item:last-child {
    transform: rotate(-45deg);
  }
}
.l-contct {
  padding-bottom: 5vw;
}
.l-contct__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-contct__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-contct__flex {
    flex-direction: column;
    gap: 10%;
  }
}
.l-contct__item {
  width: 400px;
  height: 100px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-contct__item {
    width: 100%;
  }
}
.l-contct__link {
  display: block;
  width: 100%;
  text-decoration: none;
  width: fit-content;
  border: 2px solid #a9cb39;
  font-weight: bold;
  padding: 25px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.l-contct__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-contct__link {
    padding: 10px 20px;
    margin-top: 5vw;
  }
}
.l-contct__link02 {
  display: block;
  width: 100%;
  text-decoration: none;
  width: fit-content;
  border: 2px solid #d5658d;
  font-weight: bold;
  padding: 25px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.l-contct__link02:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-contct__link02 {
    padding: 10px 20px;
    margin-top: 3vw;
  }
}
.l-contct__img {
  width: 19%;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-contct__img {
    width: 22%;
  }
}
.l-contct__img02 {
  width: 19%;
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-contct__img02 {
    width: 12%;
  }
}
.l-contct__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-contct__img-text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-contct__img-text {
    width: 40%;
  }
}
.l-contct__img-text02 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .l-contct__img-text02 {
    width: 32%;
  }
}
.l-contct__icon {
  border-bottom: 2px solid #534741;
  border-right: 2px solid #534741;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}
.l-contct__text {
  padding-right: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #534741;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-contct__text {
    font-size: 18px;
  }
}

.l-footer {
  background: #f0dde3;
  padding: 2vw 0 2vw;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 7vw 0vw 3vw;
  }
}
.l-footer__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-footer__facility {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D5658D;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__facility {
    flex-direction: column;
  }
}
.l-footer__facility-item {
  display: inline-flex;
  position: relative;
}
.l-footer__facility-item:not(:last-child)::after {
  content: "／";
  margin: 0 8px 0 16px;
  color: #D5658D;
}
@media screen and (max-width: 768px) {
  .l-footer__facility-item:not(:last-child)::after {
    display: none;
  }
}
.l-footer__link {
  display: block;
  transition: all 0.3s;
  font-size: 18px;
}
.l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .l-footer__flex {
    flex-direction: column;
    margin-top: 4vw;
  }
}
.l-footer__logo {
  width: 40%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__logo:hover {
  opacity: 0.6;
}
.l-footer__logo-link {
  display: block;
}
.l-footer__logo-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-wrapper {
    justify-content: left;
  }
}
.l-footer__visual {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-footer__visual {
    width: 70%;
    margin: 0 auto;
  }
}
.l-footer__img {
  width: 100%;
}
.l-footer__add {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0.7vw;
}
@media screen and (max-width: 768px) {
  .l-footer__add {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 2vw;
  }
}
.l-footer__line {
  border-bottom: solid 2px #4D4D4D;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .l-footer__line {
    margin-top: 4vw;
  }
}
.l-footer__tel-wrapper {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-footer__tel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5vw;
  }
}
.l-footer__main-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__main-tel {
    flex-direction: column;
  }
}
.l-footer__span {
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__fax {
    margin-top: 2vw;
  }
}
.l-footer__contact {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    margin: 0 auto;
    width: 30%;
    margin-top: 4vw;
  }
}
.l-footer__contact-bc {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 18px;
  padding: 10px 10px;
}
.l-footer__contact-link {
  display: block;
  transition: all 0.3s;
}
.l-footer__contact-link:hover {
  opacity: 0.6;
}
.l-footer__contact-visual {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-visual {
    width: 50%;
  }
}
.l-footer__contact-img {
  width: 100%;
}
.l-footer__contact-text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.l-footer__copy {
  background: #534741;
  color: #fff;
  text-align: center;
  padding: 1vw 0 1vw;
}
.l-footer__copy-p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .l-footer__copy-p {
    font-size: 12px;
  }
}

svg {
  vertical-align: bottom;
}

.slider {
  position: relative;
  width: 100%;
  aspect-ratio: 38/17;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider {
    aspect-ratio: 375/667;
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* ここが大事！ */
  opacity: 0;
  animation-name: slideFade;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 4s;
}

.slide:nth-child(3) {
  animation-delay: 8s;
}

.slide:nth-child(4) {
  animation-delay: 12s;
}

@keyframes slideFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 772px) {
  .index-hero {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-hero {
    height: 563px;
  }
}

.top-title-line {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 40px;
  color: #d5658d;
  margin-top: 6vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-title-line {
    font-size: 30px;
  }
}

.top-title-line::before,
.top-title-line::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #d5658d;
}

.top-title {
  padding: 0px 16px 0;
  white-space: nowrap;
  position: relative;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .top-title {
    width: 46%;
  }
}

.top-title::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -63%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  z-index: 999;
}

.top-title02 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .top-title02 {
    width: 78%;
  }
}

.top-title-img {
  width: 74%;
}

.top-title.is-news::before {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2046.47'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%23998675;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%203px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cg%20id='Communication_Bell_Ring'%20data-name='Communication%20/%20Bell_Ring'%3e%3cpath%20id='Vector'%20class='cls-1'%20d='M29.37,35.81v2.29c0,3.79-3.08,6.87-6.87,6.87s-6.87-3.08-6.87-6.87v-2.29M29.37,35.81h-13.74M29.37,35.81h8.22c.88,0,1.32,0,1.67-.12.68-.23,1.21-.76,1.44-1.44.12-.36.12-.8.12-1.68,0-.39,0-.58-.03-.76-.06-.35-.19-.68-.4-.96-.11-.15-.25-.29-.52-.56l-.89-.89c-.29-.29-.45-.68-.45-1.09v-8.52c0-8.85-7.18-16.03-16.03-16.03-8.85,0-16.03,7.18-16.03,16.03v8.52c0,.41-.16.8-.45,1.09l-.89.89c-.27.27-.41.41-.52.56-.21.29-.34.62-.4.96-.03.18-.03.38-.03.76,0,.88,0,1.32.12,1.68.23.68.76,1.21,1.44,1.44.35.12.79.12,1.67.12h8.22M36.28,1.5c3.16,2.38,5.65,5.54,7.22,9.16M8.72,1.5C5.56,3.88,3.08,7.04,1.5,10.66'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.top-title.is-co::before {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2053%2050.5'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%23998675;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%203px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M24.36,14.06c.95-1.7,1.43-2.56,2.14-2.56s1.19.85,2.14,2.56l.25.44c.27.48.4.73.62.89.21.16.47.22,1,.34l.48.11c1.84.42,2.77.63,2.99,1.33.22.71-.41,1.44-1.67,2.91l-.33.38c-.36.42-.54.63-.62.89-.08.26-.05.54,0,1.09l.05.51c.19,1.96.29,2.94-.29,3.38-.57.44-1.44.04-3.17-.76l-.45-.21c-.49-.23-.74-.34-1-.34s-.51.11-1,.34l-.45.21c-1.73.8-2.59,1.19-3.17.76-.57-.44-.48-1.42-.29-3.38l.05-.51c.05-.56.08-.84,0-1.09-.08-.26-.26-.47-.62-.89l-.33-.38c-1.26-1.47-1.89-2.21-1.67-2.91.22-.71,1.14-.91,2.99-1.33l.48-.11c.52-.12.79-.18,1-.34.21-.16.35-.4.62-.89l.25-.44Z'/%3e%3cpath%20class='cls-1'%20d='M26.5,36.67l-9.43,9.76c-1.35,1.4-2.03,2.1-2.6,2.34-1.3.55-2.75.08-3.43-1.12-.3-.53-.39-1.48-.58-3.38-.11-1.07-.16-1.61-.32-2.06-.36-1.01-1.12-1.79-2.09-2.16-.43-.17-.95-.22-1.99-.33-1.84-.19-2.75-.29-3.26-.6-1.16-.71-1.61-2.21-1.08-3.55.23-.59.91-1.29,2.26-2.69l6.16-6.38'/%3e%3cpath%20class='cls-1'%20d='M26.5,36.67l9.43,9.76c1.35,1.4,2.03,2.1,2.6,2.34,1.3.55,2.75.08,3.43-1.12.3-.53.39-1.48.58-3.38.11-1.07.16-1.61.32-2.06.36-1.01,1.12-1.79,2.09-2.16.43-.17.95-.22,1.99-.33,1.83-.19,2.75-.29,3.26-.6,1.16-.71,1.61-2.21,1.08-3.55-.23-.59-.91-1.29-2.26-2.69l-6.16-6.38'/%3e%3cpath%20class='cls-1'%20d='M10.25,12.49c-.81,2.01-1.25,4.21-1.25,6.51,0,9.67,7.84,17.5,17.5,17.5s17.5-7.83,17.5-17.5S36.16,1.5,26.5,1.5c-2.3,0-4.5.44-6.51,1.25'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.top-title.is-facility::before {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2043%2043'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%23998675;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%203px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M21.5,31.5v-12'/%3e%3ccircle%20class='cls-1'%20cx='21.5'%20cy='13.5'%20r='2'/%3e%3cpath%20class='cls-1'%20d='M41.5,21.5c0,9.43,0,14.14-2.93,17.07-2.93,2.93-7.64,2.93-17.07,2.93s-14.14,0-17.07-2.93c-2.93-2.93-2.93-7.64-2.93-17.07S1.5,7.36,4.43,4.43C7.36,1.5,12.07,1.5,21.5,1.5s14.14,0,17.07,2.93c1.95,1.95,2.6,4.68,2.82,9.07'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.top-title.is-event::before {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2039%2053.41'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%23998675;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%203px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cpath%20class='cls-1'%20d='M1.5,51.91v-18.41M1.5,33.49l6.59-1.32c4.4-.88,8.96-.46,13.13,1.21,4.51,1.81,9.48,2.14,14.2.96l.27-.07c1.56-.39,2.3-2.18,1.47-3.56l-4.16-6.93c-.91-1.52-1.37-2.28-1.47-3.1-.04-.34-.04-.69,0-1.04.11-.83.56-1.58,1.47-3.1l3.41-5.68c.89-1.49-.46-3.31-2.14-2.89-3.97.99-8.15.71-11.95-.81l-1.1-.44c-4.17-1.67-8.73-2.09-13.13-1.21l-6.59,1.32M1.5,33.49v-8M1.5,6.83V1.5M1.5,6.83v8'/%3e%3c/g%3e%3c/svg%3e");
}

.top-title.is-lavin::before {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2038.91'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%23998675;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%203px;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cg%3e%3cpolyline%20class='cls-1'%20points='6.08%2037.41%206.08%201.5%2027.05%201.5%2027.05%2037.41'/%3e%3cline%20class='cls-1'%20x1='10.6'%20y1='10.72'%20x2='22.47'%20y2='10.72'/%3e%3cline%20class='cls-1'%20x1='10.6'%20y1='19.64'%20x2='22.47'%20y2='19.64'/%3e%3cline%20class='cls-1'%20x1='10.6'%20y1='28.68'%20x2='22.47'%20y2='28.68'/%3e%3cpolyline%20class='cls-1'%20points='27.17%2013.79%2039.04%2013.79%2039.04%2037.41'/%3e%3cline%20class='cls-1'%20x1='34.52'%20y1='22.71'%20x2='27.41'%20y2='22.71'/%3e%3cline%20class='cls-1'%20x1='34.52'%20y1='28.56'%20x2='27.41'%20y2='28.56'/%3e%3cline%20class='cls-1'%20x1='43.5'%20y1='37.41'%20x2='1.5'%20y2='37.41'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.index-mv {
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-mv {
    margin-top: 1rem;
  }
}
.index-mv::before {
  content: "";
  background-image: url("../about-deco01-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 99%;
  left: 5%;
  transform: translateY(-50%);
  width: 9em;
  height: 14em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-mv::before {
    top: 134%;
    left: 5%;
    transform: translateY(-50%);
    width: 2em;
    height: 6em;
  }
}
.index-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mv__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-mv__text {
  width: 80%;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-mv__text {
    font-size: 16px;
    width: 100%;
  }
}

.index-news {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .index-news {
    margin-top: 4rem;
  }
}
.index-news__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.index-news__inner::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -23%;
  left: -26%;
  transform: translateY(-50%);
  width: 18em;
  height: 23em;
}
@media screen and (max-width: 768px) {
  .index-news__inner::before {
    display: none;
  }
}
.index-news__inner::after {
  content: "";
  background-image: url("../about-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2%;
  right: -25%;
  transform: translateY(-50%);
  width: 31em;
  height: 32em;
}
@media screen and (max-width: 768px) {
  .index-news__inner::after {
    top: 1%;
    right: -10%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}
.index-news__link {
  text-decoration: none;
}
.index-news__list-wrapper {
  border: 10px solid #f0dde3;
  background: #fff;
  border-radius: 60px;
  margin-top: 5vw;
  padding: 2vw 2vw;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .index-news__list-wrapper {
    padding: 8vw 2vw;
  }
}
.index-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 5%;
}
.index-news__item {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .index-news__item {
    padding: 18px 0;
  }
}
.index-news__link {
  display: block;
  display: flex;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .index-news__link {
    display: block;
  }
}
.index-news__link:hover {
  opacity: 0.6;
}
.index-news__wrapper {
  display: flex;
  gap: 1.5vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-news__wrapper {
    flex-direction: column;
  }
}
.index-news__visual {
  width: 30%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  .index-news__visual {
    width: 100%;
  }
}
.index-news__visual img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-news__text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .index-news__text {
    width: 100%;
  }
}
.index-news__date {
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.index-news__time {
  font-size: 18px;
}
.index-news__title {
  font-size: 24px;
  margin-top: 3vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .index-news__title {
    font-size: 20px;
    margin-top: 1vw;
  }
}
.index-news__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  .index-news__btn-wrapper {
    margin-top: 3vw;
  }
}

p.news_item01 {
  width: 8vw;
  background: #ffb533;
  border-radius: 14px;
  color: #fff;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px 8px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  p.news_item01 {
    font-size: 14px;
    width: 26vw;
  }
}

p.news_item02 {
  width: 8vw;
  background: #e297bd;
  border-radius: 14px;
  color: #fff;
  padding: 7px 0px 8px;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  p.news_item02 {
    font-size: 14px;
    width: 26vw;
  }
}

p.news_item03 {
  width: 8vw;
  background: #a2cce7;
  border-radius: 14px;
  color: #fff;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 0px 8px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  p.news_item03 {
    font-size: 14px;
    width: 26vw;
  }
}

p.news_item04 {
  width: 8vw;
  background: #bcb0df;
  border-radius: 14px;
  color: #fff;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 0px 8px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  p.news_item04 {
    font-size: 14px;
    width: 26vw;
  }
}

.index-co {
  margin-top: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-co {
    margin-top: 26vw;
  }
}
.index-co::after {
  content: "";
  background-image: url("../about-deco01-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2%;
  right: -10%;
  transform: translateY(-50%);
  width: 31em;
  height: 29em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-co::after {
    top: 1%;
    right: -10%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}
.index-co__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-co__mv {
  color: #a9cb39;
  font-size: 34px;
  text-align: center;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  .index-co__mv {
    font-size: 22px;
  }
}
.index-co__flex {
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .index-co__flex {
    margin-top: 10vw;
  }
}
.index-co__item-visual {
  float: left; /* ← 左寄せにする */
  margin: 0px 23px 11px 0; /* 文章との間に余白を入れる */
  border-radius: 0; /* 四角形にする */
  shape-outside: none; /* 特別な形状にしない（四角なので不要） */
  width: 151px; /* 適当なサイズを指定（任意） */
  height: auto; /* アスペクト比を維持 */
}
@media screen and (max-width: 768px) {
  .index-co__item-visual {
    width: 100%;
    margin: 0px 23px 11px 14px;
    width: 140px;
  }
}
.index-co__item-img {
  width: 100%;
}
.index-co__people {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .index-co__people {
    font-size: 16px;
  }
}
.index-co__text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-co__text {
    font-size: 18px;
    width: 95%;
    margin: 0 auto;
  }
}
.index-co__visual-wrapper {
  width: 100%;
  margin-top: 3vw;
  position: relative;
}
.index-co__visual-wrapper::before {
  content: "";
  background-image: url("../index-co-bc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 71%;
  left: -52%;
  transform: translateY(-50%);
  width: 45em;
  height: 40em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-co__visual-wrapper::before {
    display: none;
  }
}
.index-co__visual-wrapper::after {
  content: "";
  background-image: url("../about-deco06-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -45%;
  right: -17%;
  transform: translateY(-50%);
  width: 22em;
  height: 20em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-co__visual-wrapper::after {
    top: 1%;
    right: -3%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}
.index-co__visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-co__img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .index-co__img {
    width: 95%;
  }
}
.index-co__mv02 {
  color: #a9cb39;
  font-size: 34px;
  text-align: center;
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .index-co__mv02 {
    font-size: 22px;
    margin-top: 11vw;
  }
}
.index-co__text02-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-co__text02 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 2vw;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .index-co__text02 {
    font-size: 18px;
    margin-top: 10px;
    width: 95%;
  }
}
.index-co__list02 {
  border-top: 2px solid #c7b299;
  border-bottom: 2px solid #c7b299;
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6vw 0 6vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-co__list02 {
    flex-direction: column;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.index-co__list02::before {
  content: "";
  background-image: url("../about-deco03-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -25%;
  left: -14%;
  transform: translateY(-50%);
  width: 15em;
  height: 14em;
}
@media screen and (max-width: 768px) {
  .index-co__list02::before {
    bottom: -5%;
    left: -2%;
    transform: translateY(-50%);
    width: 5em;
    height: 8em;
  }
}
.index-co__list02::after {
  content: "";
  background-image: url("../about-deco06-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -75%;
  right: -25%;
  transform: translateY(-50%);
  width: 35em;
  height: 38em;
}
@media screen and (max-width: 768px) {
  .index-co__list02::after {
    top: 4%;
    right: -20%;
    transform: translateY(-50%);
    width: 14em;
    height: 13em;
  }
}
.index-co__right-cover {
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index-co__right-cover {
    width: 100%;
  }
}
.index-co__right-cover {
  flex: 1;
}
.index-co__item02 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-co__item02 {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
  }
}
.index-co__item02-visual {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .index-co__item02-visual {
    width: 51%;
  }
}
.index-co__item02-img {
  width: 100%;
}
.index-co__item02-wrapper {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .index-co__item02-wrapper {
    width: 95%;
  }
}
.index-co__item02-title {
  color: #d5658d;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-co__item02-title {
    font-size: 24px;
  }
}
.index-co__item02-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .index-co__item02-text {
    text-align: center;
  }
}

.index-facility {
  margin-top: 10vw;
}
@media screen and (max-width: 768px) {
  .index-facility {
    margin-top: 26vw;
  }
}
.index-facility__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.index-facility__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  .index-facility__list {
    flex-direction: column;
    margin-top: 5vw;
    gap: 5vw;
  }
}
.index-facility__item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .index-facility__item {
    width: 100%;
  }
}
.index-facility__link {
  display: block;
  width: 100%;
  border-radius: 50px;
  border: 10px solid #f0dde3;
  background: #fff;
  transition: all 0.3s;
}
.index-facility__link:hover {
  opacity: 0.6;
}
.index-facility__floor {
  background-color: #f0dde3;
  text-align: center;
  color: #534741;
  border-radius: 999px 999px 0px 0px;
  font-size: 34px;
  line-height: 1;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .index-facility__floor {
    font-size: 24px;
  }
}
.index-facility__wrapper {
  color: #d5658d;
  text-align: center;
  padding: 1vw 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-facility__wrapper {
    padding: 4vw 2vw;
  }
}
.index-facility__wrapper::before {
  content: "";
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20stroke:%20%23fff;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%202px;%20}%20.cls-2%20{%20fill:%20%23a9cb39;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cg%3e%3ccircle%20class='cls-2'%20cx='18'%20cy='18'%20r='18'/%3e%3cpolyline%20class='cls-1'%20points='16.05%2010.2%2023.85%2018%2016.05%2025.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 80%;
  right: -3%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .index-facility__wrapper::before {
    right: -2%;
  }
}
.index-facility__title {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .index-facility__title {
    font-size: 24px;
  }
}
.index-facility__sub {
  font-size: 18px;
  margin-top: 5px;
  white-space: nowrap;
}

.index-event {
  margin-top: 10vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-event {
    margin-top: 26vw;
  }
}
.index-event::before {
  content: "";
  background-image: url("../about-deco06-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18%;
  left: -3%;
  transform: translateY(-50%);
  width: 22em;
  height: 41em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-event::before {
    display: none;
  }
}
.index-event::after {
  content: "";
  background-image: url("../about-deco06-5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 66%;
  right: -15%;
  transform: translateY(-50%);
  width: 37em;
  height: 42em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-event::after {
    top: -9%;
    right: -8%;
    transform: translateY(-50%);
    width: 10em;
    height: 8em;
  }
}
.index-event__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.index-event__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-event__text {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 3vw;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .index-event__text {
    font-size: 18px;
    margin-top: 10px;
    width: 95%;
  }
}
.index-event__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  .index-event__btn-wrapper {
    margin-top: 5vw;
  }
}

.index-lavin {
  margin-top: 10vw;
  color: #534741;
  margin-bottom: 5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-lavin {
    margin-top: 26vw;
    margin-bottom: 10vw;
  }
}
.index-lavin::after {
  content: "";
  background-image: url("../about-deco04-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -106%;
  right: -6%;
  transform: translateY(-50%);
  width: 29em;
  height: 20em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .index-lavin::after {
    top: -12%;
    right: 2%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}
.index-lavin__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-lavin__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  .index-lavin__title-wrapper {
    margin-top: 5vw;
  }
}
.index-lavin__title {
  font-size: 28px;
  font-weight: 700;
  font-weight: bold;
  border-bottom: 2px solid #534741;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-lavin__title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.index-lavin__add-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-lavin__table {
  width: 90%;
  margin-top: 0.6vw;
}
.index-lavin__table-tr {
  border-bottom: 2px solid #cccccc;
}
.index-lavin__table-header {
  padding: 16px 0 6px;
  border: none;
  width: 30%;
  font-size: 23px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-lavin__table-header {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
  }
}
.index-lavin__table-date {
  padding: 16px 0 6px;
  border: none;
  font-size: 23px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-lavin__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    font-size: 18px;
  }
}

.news-deco01 {
  position: relative;
}
.news-deco01::before {
  content: "";
  background-image: url("../about-deco01-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 0%;
  transform: translateY(-50%);
  width: 14em;
  height: 14em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .news-deco01::before {
    top: 7%;
    left: 1%;
    transform: translateY(-50%);
    width: 2em;
    height: 6em;
  }
}
.news-deco01::after {
  content: "";
  background-image: url("../about-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 22%;
  right: -10%;
  transform: translateY(-50%);
  width: 20em;
  height: 22em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .news-deco01::after {
    top: 9%;
    right: -10%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}

.news-deco01-1 {
  position: relative;
}
.news-deco01-1::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -258%;
  left: -18%;
  transform: translateY(-50%);
  width: 19em;
  height: 25em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .news-deco01-1::before {
    display: none;
  }
}
.news-deco01-1::after {
  content: "";
  background-image: url("../about-deco01-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -171%;
  right: -21%;
  transform: translateY(-50%);
  width: 26em;
  height: 28em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .news-deco01-1::after {
    top: 79%;
    right: -12%;
    transform: translateY(-50%);
    width: 9em;
    height: 7em;
  }
}

.cp_ipselect {
  overflow: hidden;
  width: 56%;
  margin: 2em auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp_ipselect {
    width: 90%;
  }
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #808080;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.2em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #808080;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
}

/* ここからがニュース記事のCSS */
.news-co {
  z-index: 40;
  color: #736357;
  margin-top: 3vw;
  background-color: #fff;
  position: relative;
}
.news-co__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.news-co__selectbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.news-co__news_list {
  margin: 0 5%;
  margin-top: 2vw;
  background-color: #fff;
  padding: 3vw 3vw 8vw;
  border-radius: 60px;
  border: 12px solid #f0dde3;
}
@media screen and (max-width: 768px) {
  .news-co__news_list {
    margin: 0 0;
  }
}
.news-co__news_list_item {
  padding: 40px 0;
  border-bottom: dashed 2px #4d4d4d;
}
@media screen and (max-width: 768px) {
  .news-co__news_list_item {
    padding: 20px 0 15px;
  }
}
.news-co__news_list_time {
  font-size: 16px;
  font-weight: 700;
  color: ＃736357;
}
@media screen and (max-width: 768px) {
  .news-co__news_list_time {
    font-size: 14px;
  }
}
.news-co__news_item-p {
  font-size: 16px;
  font-weight: 500;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news-co__news_item-p {
    font-size: 15px;
    margin-top: 4px;
    width: 100%;
  }
}
.news-co__news_list_item a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  transition: all 0.3s;
}
.news-co__news_list_item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .news-co__news_list_item a {
    display: block;
    font-size: 14px;
    padding-right: 0px;
  }
}
.news-co__news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.news-co__news_item01 {
  background: #e76a36;
  border-radius: 14px;
  width: 12em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news-co__news_item01 {
    font-size: 14px;
  }
}
.news-co__news_item02 {
  background: #97a6d4;
  border-radius: 14px;
  width: 12em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news-co__news_item02 {
    font-size: 14px;
  }
}
.news-co__news_item03 {
  background: #e6b229;
  border-radius: 14px;
  width: 12em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news-co__news_item03 {
    font-size: 14px;
  }
}
.news-co__news_item04 {
  background: #959292;
  border-radius: 14px;
  width: 12em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news-co__news_item04 {
    font-size: 14px;
  }
}
.news-co__arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .news-co__arrow {
    display: none;
  }
}
.news-co__arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}

.news-wrapper {
  margin-top: 27px;
  padding: 40px;
  border-radius: 10px;
  border: solid 4px #d3d3d3;
}
@media screen and (max-width: 768px) {
  .news-wrapper {
    padding: 20px 0 30px;
  }
}

.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #a9cb39;
  border-radius: 50%;
  border: 2px solid #a9cb39;
  min-width: 3em;
  transition: all 0.2s;
  margin: 0 1px 0 0;
  padding: calc(1em - 1px) 1em;
}
.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
  color: #a9cb39;
  background: #fff;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
  font-weight: 700;
}
.pagination__list {
  display: none;
}
.pagination__item {
  margin: 0;
}
.pagination__item--current {
  background: #fff;
  color: #a9cb39;
  font-weight: bold;
  border-color: #a9cb39;
  margin: 0 1px 0 0;
}
.pagination__item--dots {
  color: #a9cb39;
  display: flex;
  align-items: center;
  margin: 0 0.5em;
}
.pagination__pos {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #a9cb39;
}
@media screen and (max-width: 768px) {
  .pagination__pos {
    display: none;
  }
}
.pagination__btn--prev {
  order: 2;
}
.pagination__btn--next {
  order: 4;
}
.pagination__btn--first {
  order: 1;
}
.pagination__btn--last {
  order: 5;
}
@media (min-width: 520px) {
  .pagination__list {
    order: 3;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__pos {
    display: none;
  }
}

.company-mv {
  margin-top: 4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-mv {
    margin-top: 12vw;
  }
}
.company-mv::before {
  content: "";
  background-image: url("data:image/png;base64,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");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 47%;
  left: 0%;
  transform: translateY(-50%);
  width: 12em;
  height: 12em;
}
@media screen and (max-width: 768px) {
  .company-mv::before {
    top: 20%;
    left: 3%;
    transform: translateY(-50%);
    width: 2em;
    height: 4em;
    z-index: 30;
  }
}
.company-mv::after {
  content: "";
  background-image: url("../co-01-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 64%;
  right: 0%;
  transform: translateY(-50%);
  width: 22em;
  height: 17em;
}
@media screen and (max-width: 768px) {
  .company-mv::after {
    top: 110%;
    right: 0%;
    transform: translateY(-50%);
    width: 6em;
    height: 3em;
    z-index: 30;
  }
}
.company-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.company-mv__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.company-mv__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  position: relative;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-mv__wrapper {
    width: 100%;
  }
}
.company-mv__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #534741;
  padding-bottom: 10px;
  width: 90%;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .company-mv__flex {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.company-mv__mt {
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .company-mv__mt {
    margin-top: 16vw;
  }
}
.company-mv__mt02 {
  padding-top: 2vw;
}
@media screen and (max-width: 768px) {
  .company-mv__mt02 {
    padding-top: 7vw;
  }
}
.company-mv__title {
  color: #534741;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .company-mv__title {
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
  }
}
.company-mv__title-pnk {
  display: inline-block;
  color: #D5658D;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .company-mv__title-pnk {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.company-mv__title-pnk02 {
  display: inline-block;
  color: #D5658D;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .company-mv__title-pnk02 {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.company-mv__title-bj {
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .company-mv__title-bj {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.company-mv__sub {
  background: #534741;
  color: #fff;
  padding: 5px 20px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .company-mv__sub {
    font-size: 18px;
    padding: 5px 10px;
  }
}
.company-mv__table {
  width: 80%;
  font-weight: 400;
  color: #534741;
}
@media screen and (max-width: 768px) {
  .company-mv__table {
    width: 90%;
  }
}
.company-mv__table-tr {
  border-bottom: 2px solid #cccccc;
}
.company-mv__table-header {
  padding: 24px 0 7px 30px;
  border: none;
  width: 25%;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .company-mv__table-header {
    display: block;
    width: 100%;
    padding: 7px 0 0px;
    font-weight: 700;
    font-size: 18px;
  }
}
.company-mv__table-date {
  padding: 24px 0 7px;
  border: none;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .company-mv__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    font-size: 18px;
  }
}
.company-mv__table-link {
  transition: all 0.3s;
}
.company-mv__table-link:hover {
  opacity: 0.6;
}

.company-office {
  position: relative;
}
.company-office::before {
  content: "";
  background-image: url("../co-02-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4%;
  right: 0%;
  transform: translateY(-50%);
  width: 14em;
  height: 8em;
}
@media screen and (max-width: 768px) {
  .company-office::before {
    top: 2%;
    right: 0%;
    transform: translateY(-50%);
    width: 3em;
    height: 3em;
    z-index: 30;
  }
}
.company-office::after {
  content: "";
  background-image: url("../co-02-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30%;
  left: 0%;
  transform: translateY(-50%);
  width: 15em;
  height: 19em;
}
@media screen and (max-width: 768px) {
  .company-office::after {
    top: 28%;
    left: 3%;
    transform: translateY(-50%);
    width: 5em;
    height: 5em;
    z-index: 30;
  }
}
.company-office__deco {
  position: relative;
}
.company-office__deco::before {
  content: "";
  background-image: url("../co-02-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: -2%;
  transform: translateY(-50%);
  width: 23em;
  height: 30em;
}
@media screen and (max-width: 768px) {
  .company-office__deco::before {
    top: 110%;
    right: 0%;
    transform: translateY(-50%);
    width: 8em;
    height: 4em;
    z-index: 30;
  }
}
.company-office__deco02 {
  position: relative;
}
.company-office__deco02::before {
  content: "";
  background-image: url("../co-02-05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 53%;
  right: 3%;
  transform: translateY(-50%);
  width: 14em;
  height: 26em;
}
@media screen and (max-width: 768px) {
  .company-office__deco02::before {
    top: 56%;
    right: 0%;
    transform: translateY(-50%);
    width: 6em;
    height: 3em;
    z-index: 30;
  }
}
.company-office__deco02::after {
  content: "";
  background-image: url("../co-02-04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: -8%;
  transform: translateY(-50%);
  width: 35em;
  height: 35em;
}
@media screen and (max-width: 768px) {
  .company-office__deco02::after {
    display: none;
  }
}

.company-map {
  margin-top: 8vw;
  color: #534741;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-map {
    margin-top: 16vw;
  }
}
.company-map::before {
  content: "";
  background-image: url("../co-03-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 47%;
  left: 0%;
  transform: translateY(-50%);
  width: 15em;
  height: 15em;
}
@media screen and (max-width: 768px) {
  .company-map::before {
    top: 4%;
    left: 3%;
    transform: translateY(-50%);
    width: 2em;
    height: 4em;
    z-index: 30;
  }
}
.company-map::after {
  content: "";
  background-image: url("../co-03-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  right: 3%;
  transform: translateY(-50%);
  width: 14em;
  height: 18em;
}
@media screen and (max-width: 768px) {
  .company-map::after {
    top: 62%;
    right: -7%;
    transform: translateY(-50%);
    width: 6em;
    height: 3em;
    z-index: 30;
  }
}
.company-map__deco {
  position: relative;
}
.company-map__deco::after {
  content: "";
  background-image: url("../co-03-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 80%;
  right: 0%;
  transform: translateY(-50%);
  width: 20em;
  height: 23em;
}
@media screen and (max-width: 768px) {
  .company-map__deco::after {
    display: none;
  }
}
.company-map__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.company-map__flex {
  display: flex;
  justify-content: center;
  margin-top: 5vw;
  width: 100%;
  gap: 40px;
  position: relative;
  z-index: 20;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company-map__flex {
    flex-direction: column;
    gap: 67px;
  }
}
.company-map__map-wrapper {
  width: 100%;
}
.company-map__map {
  aspect-ratio: 13/9;
  width: 100%;
  /* 任意でmax-widthを指定してもOK */
  max-width: 800px; /* 好きな最大幅に調整 */
}
.company-map__map-iframe {
  width: 100%;
  height: 100%;
  border-radius: 60px;
}
.company-map__text01 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company-map__text01 {
    font-size: 16px;
  }
}
.company-map__text {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company-map__text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.company-map__text02 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .company-map__text02 {
    font-size: 16px;
    margin-top: 5px;
  }
}
.company-map__bottom {
  padding-bottom: 5vw;
}

.about-deco01 {
  position: relative;
}
.about-deco01::before {
  content: "";
  background-image: url("../about-deco01-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 0%;
  transform: translateY(-50%);
  width: 14em;
  height: 14em;
}
@media screen and (max-width: 768px) {
  .about-deco01::before {
    top: 2%;
    left: 5%;
    transform: translateY(-50%);
    width: 2em;
    height: 6em;
  }
}
.about-deco01::after {
  content: "";
  background-image: url("../about-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 22%;
  right: -15%;
  transform: translateY(-50%);
  width: 31em;
  height: 32em;
}
@media screen and (max-width: 768px) {
  .about-deco01::after {
    top: 1%;
    right: -10%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}

.about-deco01-1 {
  position: relative;
}
.about-deco01-1::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  left: -25%;
  transform: translateY(-50%);
  width: 19em;
  height: 25em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco01-1::before {
    display: none;
  }
}
.about-deco01-1::after {
  content: "";
  background-image: url("../about-deco01-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 67%;
  right: -21%;
  transform: translateY(-50%);
  width: 26em;
  height: 28em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco01-1::after {
    top: 79%;
    right: -12%;
    transform: translateY(-50%);
    width: 9em;
    height: 7em;
  }
}

.about-deco02 {
  position: relative;
}
.about-deco02::before {
  content: "";
  background-image: url("../about-deco02-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: -13%;
  transform: translateY(-50%);
  width: 42em;
  height: 37em;
}
@media screen and (max-width: 768px) {
  .about-deco02::before {
    top: 2%;
    left: -8%;
    transform: translateY(-50%);
    width: 7em;
    height: 8em;
  }
}
.about-deco02::after {
  content: "";
  background-image: url("../about-deco01-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8%;
  right: 10%;
  transform: translateY(-50%);
  width: 9em;
  height: 12em;
}
@media screen and (max-width: 768px) {
  .about-deco02::after {
    top: 5%;
    right: 3%;
    transform: translateY(-50%);
    width: 4em;
    height: 4em;
  }
}

.about-deco02-1 {
  position: relative;
}
.about-deco02-1::after {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 80%;
  right: -21%;
  transform: translateY(-50%);
  width: 26em;
  height: 28em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco02-1::after {
    top: 87%;
    right: -7%;
    transform: translateY(-50%);
    width: 9em;
    height: 7em;
  }
}

.about-deco03 {
  position: relative;
}
.about-deco03::before {
  content: "";
  background-image: url("../about-deco03-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6%;
  left: 0%;
  transform: translateY(-50%);
  width: 14em;
  height: 14em;
}
@media screen and (max-width: 768px) {
  .about-deco03::before {
    top: 2%;
    left: -1%;
    transform: translateY(-50%);
    width: 5em;
    height: 5em;
  }
}
.about-deco03::after {
  content: "";
  background-image: url("../about-deco03-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16%;
  right: -10%;
  transform: translateY(-50%);
  width: 27em;
  height: 22em;
}
@media screen and (max-width: 768px) {
  .about-deco03::after {
    display: none;
  }
}

.about-deco03-1 {
  position: relative;
}
.about-deco03-1::before {
  content: "";
  background-image: url("../about-deco03-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20%;
  left: -18%;
  transform: translateY(-50%);
  width: 23em;
  height: 40em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco03-1::before {
    display: none;
  }
}
.about-deco03-1::after {
  content: "";
  background-image: url("../about-deco03-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 35%;
  right: -26%;
  transform: translateY(-50%);
  width: 36em;
  height: 34em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco03-1::after {
    top: 90%;
    right: -6%;
    transform: translateY(-50%);
    width: 10em;
    height: 9em;
  }
}

.about-deco04 {
  position: relative;
}
.about-deco04::before {
  content: "";
  background-image: url("data:image/png;base64,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");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2%;
  left: 0%;
  transform: translateY(-50%);
  width: 11em;
  height: 6em;
}
@media screen and (max-width: 768px) {
  .about-deco04::before {
    top: 0%;
    left: 1%;
    transform: translateY(-50%);
    width: 3em;
    height: 2em;
  }
}
.about-deco04::after {
  content: "";
  background-image: url("../about-deco04-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13%;
  right: -5%;
  transform: translateY(-50%);
  width: 20em;
  height: 24em;
}
@media screen and (max-width: 768px) {
  .about-deco04::after {
    display: none;
  }
}

.about-deco04-1 {
  position: relative;
}
.about-deco04-1::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  left: -25%;
  transform: translateY(-50%);
  width: 19em;
  height: 25em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco04-1::before {
    display: none;
  }
}
.about-deco04-1::after {
  content: "";
  background-image: url("../about-deco04-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 28%;
  right: -35%;
  transform: translateY(-50%);
  width: 28em;
  height: 23em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .about-deco04-1::after {
    top: 77%;
    right: -12%;
    transform: translateY(-50%);
    width: 9em;
    height: 7em;
  }
}

.about-deco05 {
  position: relative;
}
.about-deco05::before {
  content: "";
  background-image: url("../about-deco05-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: -13%;
  transform: translateY(-50%);
  width: 42em;
  height: 37em;
}
@media screen and (max-width: 768px) {
  .about-deco05::before {
    top: 1%;
    left: -8%;
    transform: translateY(-50%);
    width: 7em;
    height: 8em;
  }
}
.about-deco05::after {
  content: "";
  background-image: url("../about-deco05-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -34%;
  right: -8%;
  transform: translateY(-50%);
  width: 26em;
  height: 27em;
}
@media screen and (max-width: 768px) {
  .about-deco05::after {
    top: 70%;
    right: 3%;
    transform: translateY(-50%);
    width: 6em;
    height: 8em;
  }
}

.about-mv {
  padding-top: 3vw;
  color: #4c4c4c;
}
.about-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.about-mv__floor {
  color: #544640;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-mv__floor {
    font-size: 26px;
  }
}
.about-mv__title {
  font-size: 48px;
  color: #e06e8f;
  text-align: center;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .about-mv__title {
    font-size: 24px;
    margin-top: 2vw;
  }
}
.about-mv__title02 {
  font-size: 48px;
  color: #e06e8f;
  text-align: center;
  margin-top: 7vw;
}
@media screen and (max-width: 768px) {
  .about-mv__title02 {
    font-size: 24px;
    margin-top: 28w;
  }
}
.about-mv__sub-title {
  font-size: 24px;
  color: #e06e8f;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-mv__sub-title {
    font-size: 18px;
    margin-top: 5px;
  }
}
.about-mv__num {
  font-size: 18px;
  color: #534741;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-mv__num {
    font-size: 16px;
  }
}
.about-mv__grid {
  display: grid;
  grid-template-rows: 1fr 1fr; /* 同じ高さにする */
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .about-mv__grid {
    padding-bottom: 3vw;
  }
}
.about-mv__grid02 {
  display: grid;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .about-mv__grid02 {
    padding-bottom: 3vw;
  }
}
.about-mv__flex {
  display: flex;
  align-items: stretch; /* ← ここを stretch に */
  justify-content: center;
  gap: 10px;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .about-mv__flex {
    flex-direction: column;
    margin-top: 0vw;
    gap: 5px;
  }
}
.about-mv__pink {
  background-color: #f0dde3;
}
.about-mv__green {
  background: #def0a4;
}
.about-mv__left {
  width: 45%;
  border-radius: 30px 0px 0 30px;
  padding: 10px 20px 16px;
}
@media screen and (max-width: 768px) {
  .about-mv__left {
    width: 100%;
    border-radius: 30px 30px 0 0px;
    padding: 20px 20px 19px;
  }
}
.about-mv__right {
  width: 45%;
  border-radius: 0px 30px 30px 0px;
  padding: 10px 20px 16px;
}
@media screen and (max-width: 768px) {
  .about-mv__right {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    padding: 20px 20px 19px;
  }
}
.about-mv__bc-title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  width: 80%;
  padding: 3px 10px;
  margin: 0 auto;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-mv__bc-title {
    font-size: 16px;
  }
}
.about-mv__bc-text {
  font-size: 22px;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-mv__bc-text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.about-mv__bc-text02 {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-mv__bc-text02 {
    font-size: 16px;
    margin-top: 15px;
  }
}
.about-mv__baby {
  position: relative;
}
.about-mv__baby::after {
  content: "";
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20data-name='レイヤー%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060.3%2060.3'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill-rule:%20evenodd;%20}%20.cls-1,%20.cls-2%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_内容'%20data-name='内容'%3e%3cg%3e%3cpath%20class='cls-2'%20d='M25.12,32.66c1.39,0,2.51-1.12,2.51-2.51s-1.12-2.51-2.51-2.51-2.51,1.13-2.51,2.51,1.12,2.51,2.51,2.51Z'/%3e%3cg%3e%3cpath%20class='cls-2'%20d='M37.69,30.15c0,1.39-1.12,2.51-2.51,2.51s-2.51-1.12-2.51-2.51,1.12-2.51,2.51-2.51,2.51,1.13,2.51,2.51Z'/%3e%3cpath%20class='cls-2'%20d='M20.84,38.42c.97-.97,2.54-.98,3.53-.02.37.33.81.59,1.26.81.95.47,2.45.99,4.53.99s3.58-.52,4.53-.99c.44-.22.89-.48,1.26-.81.98-.96,2.55-.95,3.53.02.98.98.98,2.57,0,3.55-.19.19-.39.36-.74.63-.42.32-1.02.71-1.8,1.1-1.56.78-3.83,1.52-6.78,1.52s-5.21-.74-6.78-1.52c-.78-.39-1.38-.79-1.8-1.1-.35-.26-.55-.43-.74-.62-.98-.98-.98-2.57,0-3.56Z'/%3e%3cpath%20class='cls-1'%20d='M32.99,7.04c.42.74.69,1.79.17,3.18-.99-.12-1.99-.18-3.01-.18-11.06,0-20.45,7.15-23.81,17.07-3.64.88-6.34,4.16-6.34,8.07s2.71,7.19,6.35,8.07c3.37,9.91,12.75,17.04,23.79,17.04s20.43-7.13,23.79-17.04c3.65-.88,6.35-4.16,6.35-8.07s-2.7-7.19-6.34-8.07c-2.51-7.44-8.42-13.32-15.87-15.8.73-2.45.39-4.79-.72-6.75-1.53-2.71-4.5-4.58-7.22-4.58-2.34,0-4.12.89-5.28,1.76-.58.43-1.01.87-1.31,1.21-.15.17-.27.32-.36.43-.88,1.16-.74,2.88.53,3.72,1.35.89,2.64.24,3.58-.82.12-.13.31-.33.57-.52.51-.38,1.25-.75,2.26-.75.64,0,2.07.65,2.84,2.02ZM50.08,39.02l2.69-.65c1.44-.35,2.5-1.65,2.5-3.18s-1.06-2.84-2.5-3.18l-2.69-.65-.89-2.62c-2.69-7.95-10.21-13.66-19.05-13.66s-16.36,5.71-19.05,13.66l-.89,2.62-2.69.65c-1.44.35-2.5,1.65-2.5,3.18s1.06,2.84,2.5,3.18l2.69.65.89,2.62c2.69,7.93,10.21,13.63,19.04,13.63s16.34-5.7,19.04-13.63l.89-2.62Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .about-mv__baby::after {
    top: 50%;
    right: 6%;
    width: 2em;
    height: 2em;
  }
}
.about-mv__pink-line {
  width: 100%;
  height: 3px;
  background-color: #d5658d;
}
.about-mv__text-wrapper {
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .about-mv__text-wrapper {
    margin-top: 3vw;
  }
}
.about-mv__main-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-mv__main-text {
    width: 90%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.about-mv__wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .about-mv__wrapper {
    flex-direction: column;
    margin-top: 3vw;
    gap: 18px;
  }
}
.about-mv__visual-wrapper {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .about-mv__visual-wrapper {
    width: 100%;
  }
}
.about-mv__visual {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-mv__visual {
    width: 100%;
  }
}
.about-mv__visual:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-mv__visual:not(:first-child) {
    margin-top: 10px;
  }
}
.about-mv__img {
  aspect-ratio: 13/8;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-mv__img02 {
  aspect-ratio: 13/10;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-mv__img03 {
  aspect-ratio: 26/11;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-mv__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .about-mv__item {
    width: 100%;
  }
}
.about-mv__item-title {
  font-size: 24px;
  color: #534741;
  border: 2px solid #534741;
  text-align: center;
  width: 100%;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about-mv__item-title {
    font-size: 18px;
  }
}
.about-mv__list {
  padding-left: 4vw;
}
.about-mv__list-text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.about-mv__list-text:not(:first-child) {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .about-mv__list-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.about-mv__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 4vw;
}
.about-mv__sec-line {
  width: 100%;
  height: 6vw; /* お好みの高さに調整 */
  background-image: url(../about-line.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6vw 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about-mv__sec-line {
    margin: 9vw 0 0;
  }
}
.about-mv__mt {
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .about-mv__mt02 {
    margin-top: 5px;
  }
}
.about-mv__pool-flex {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .about-mv__pool-flex {
    flex-direction: column;
  }
}
.about-mv__pool-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-mv__pool-text {
    width: 90%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.about-mv__pool-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-mv__pool-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 3vw;
  }
}
.about-mv__pool-visual {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-mv__pool-visual {
    width: 100%;
  }
}
.about-mv__pool-visual02 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-mv__pool-visual02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.about-mv__pool-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 30px;
  object-fit: cover;
}
.about-mv__pool-img02 {
  width: 80%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .about-mv__pool-img02 {
    width: 66%;
  }
}
.about-mv__bottom {
  padding-bottom: 5vw;
}

.contact-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  .contact-mv {
    padding: 20px 20px 0px 20px;
  }
}
.contact-mv__text {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact-mv__text {
    font-size: 16px;
  }
}

.contact-container {
  max-width: 1000px;
  margin: 80px auto 50px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-container {
    font-size: 16px;
    padding: 10px 20px 20px 20px;
    margin: 0px auto 50px;
  }
}

.contact-form {
  width: 100%;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-row.tel-row {
  flex-direction: row;
  align-items: center;
}

.form-group.baseline-align {
  align-items: flex-start;
}

.form-label {
  flex: 0 0 320px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  letter-spacing: 0.1em;
  color: #736357;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .form-label {
    flex: none;
    margin-bottom: 12px;
  }
}
.form-control {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .form-control {
    width: 100%;
  }
}
.form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-row._email > .wpcf7-form-control-wrap {
  display: inline-block;
  width: 80%;
  max-width: 100%;
}
.form-row._email > .wpcf7-form-control-wrap > input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-row._email > .wpcf7-form-control-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
  }
}
.form-row.sp-yoko {
  flex-direction: row;
  align-items: center;
}

.form-row.form-row-name {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .form-row.form-row-name {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .form-row.postcode-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
}
.form-control > .form-row:not(:last-child) {
  margin-bottom: 10px;
}

.form-item {
  display: flex;
  align-items: center;
  gap: 2px;
}

@media screen and (max-width: 768px) {
  .form-item {
    width: 100%;
  }
}
.form-mini-label {
  width: 43px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-mini-label {
    width: 54px;
  }
}

.form-mini-label02 {
  width: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-mini-label02 {
    width: 20%;
  }
}

.form-input {
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  border: 2px solid #cbcbcb;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .form-input {
    width: 100% !important;
  }
}
.form-input--half {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .form-input--half {
    width: 100% !important;
  }
}
.form-input--small {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .form-input--small {
    width: 50% !important;
  }
}
.form-input--year {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .form-input--year {
    width: 100% !important;
  }
}
.form-input--wide {
  flex: 1;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .form-input--wide {
    width: 100% !important;
  }
}
.form-input--wide-small {
  width: 448px;
  flex: none;
}

@media screen and (max-width: 768px) {
  .form-input--wide-small {
    width: 100% !important;
  }
}
.form-textarea {
  resize: vertical;
  min-height: 80px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #cbcbcb;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-textarea--wide {
  width: 80%;
  max-width: 100%;
  min-height: 230px;
}

@media screen and (max-width: 768px) {
  .form-textarea--wide {
    width: 100% !important;
  }
}
.form-textarea::placeholder {
  color: #d5658d;
}

.required {
  display: inline-block;
  background-color: #d5658d;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  line-height: 1;
  margin-left: 5px;
}

.form-birthday-text {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .form-birthday-text {
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  .form-birthday-title {
    flex-wrap: nowrap;
    width: 40%;
  }
}

.form-school {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form-school {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.form-school-text {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .form-school-text {
    margin-left: 0px;
  }
}
.form-address {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .form-address {
    gap: 5px;
  }
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .form-radio-group {
    flex-direction: column;
    gap: 10px;
  }
}

.form-radio-group02 {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .form-radio-group02 {
    flex-direction: column;
    gap: 10px;
  }
}

.form-radio-group02 label,
.form-radio {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

.form-radio-group02 label input[type=radio],
.form-radio input[type=radio] {
  /* hide default radio */
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.form-radio-group02 label input[type=radio]::before,
.form-radio input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s;
}

.form-radio-group02 label input[type=radio]:checked::before,
.form-radio input[type=radio]:checked::before {
  background-color: #a9cb39;
}

.form-confirm-text {
  font-size: 14px;
  color: #d5658d;
  margin-left: 10px;
}

.form-example {
  font-size: 14px;
  color: #d5658d;
  font-weight: 400;
}

.btn-submit {
  width: 100%;
  padding: 15px;
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 768px) {
  .btn-submit {
    font-size: 18px;
    padding: 18px;
  }
}
.privacy-text {
  font-size: 18px;
  color: #231815;
  margin: 80px 0 20px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .privacy-text {
    margin: 20px 0 20px;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    font-weight: 400;
  }
}

.privacy-box {
  margin: 20px auto 20px;
  border: 2px solid #999999;
  padding: 20px;
  max-height: 255px;
  overflow-y: auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .privacy-box {
    max-height: 300px;
  }
}
.privacy-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #231815;
}

.privacy-content {
  font-size: 14px;
  color: #231815;
  line-height: 1.6;
}

.double-line {
  border: none;
  border-top: 1px solid #534741;
  box-shadow: 0 6px 0 0 #534741; /* 6px の間隔を空けて2本目の線を描画 */
  margin: 30px 0;
}

.single-line {
  border: none;
  border-top: 1px solid #534741;
  margin: 30px 0;
}

.contact-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4vw;
}
.contact-btn-wrapper.step2 {
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-btn-wrapper.step2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn-wrapper {
    margin-top: 10vw;
  }
}

.schedule-deco01 {
  position: relative;
}
.schedule-deco01::before {
  content: "";
  background-image: url("../about-deco01-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6%;
  left: 7%;
  transform: translateY(-50%);
  width: 14em;
  height: 14em;
}
@media screen and (max-width: 768px) {
  .schedule-deco01::before {
    top: 2%;
    left: 5%;
    transform: translateY(-50%);
    width: 3em;
    height: 6em;
  }
}
.schedule-deco01::after {
  content: "";
  background-image: url("../about-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12%;
  right: -11%;
  transform: translateY(-50%);
  width: 31em;
  height: 32em;
}
@media screen and (max-width: 768px) {
  .schedule-deco01::after {
    top: 1%;
    right: -10%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}

.schedule-deco01-1 {
  position: relative;
}
.schedule-deco01-1::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 80%;
  left: -12%;
  transform: translateY(-50%);
  width: 19em;
  height: 25em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco01-1::before {
    top: 21%;
    left: -7%;
    width: 6em;
    height: 7em;
  }
}
.schedule-deco01-1::after {
  content: "";
  background-image: url("../about-deco01-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 99%;
  right: -21%;
  transform: translateY(-50%);
  width: 26em;
  height: 28em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco01-1::after {
    top: 91%;
    right: -12%;
    transform: translateY(-50%);
    width: 9em;
    height: 7em;
  }
}

.schedule-deco01-2 {
  position: relative;
}
.schedule-deco01-2::before {
  content: "";
  background-image: url("../about-deco02-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 34%;
  left: -29%;
  transform: translateY(-50%);
  width: 38em;
  height: 33em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco01-2::before {
    top: 12%;
    left: -8%;
    transform: translateY(-50%);
    width: 7em;
    height: 8em;
  }
}
.schedule-deco01-2::after {
  content: "";
  background-image: url("../about-deco06-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: -11%;
  transform: translateY(-50%);
  width: 12em;
  height: 20em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco01-2::after {
    display: none;
  }
}

.schedule-deco02 {
  position: relative;
}
.schedule-deco02::before {
  content: "";
  background-image: url("../about-deco03-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12%;
  left: 0%;
  transform: translateY(-50%);
  width: 14em;
  height: 14em;
}
@media screen and (max-width: 768px) {
  .schedule-deco02::before {
    top: 2%;
    left: -1%;
    transform: translateY(-50%);
    width: 5em;
    height: 5em;
  }
}
.schedule-deco02::after {
  content: "";
  background-image: url("../about-deco06-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20%;
  right: -2%;
  transform: translateY(-50%);
  width: 22em;
  height: 40em;
}
@media screen and (max-width: 768px) {
  .schedule-deco02::after {
    display: none;
  }
}

.schedule-deco02-1 {
  position: relative;
}
.schedule-deco02-1::before {
  content: "";
  background-image: url("../about-deco06-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 74%;
  left: -12%;
  transform: translateY(-50%);
  width: 16em;
  height: 45em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco02-1::before {
    top: 21%;
    left: -7%;
    width: 6em;
    height: 7em;
  }
}
.schedule-deco02-1::after {
  content: "";
  background-image: url("../about-deco06-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 78%;
  right: -25%;
  transform: translateY(-50%);
  width: 22em;
  height: 35em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco02-1::after {
    top: 95%;
    right: -9%;
    transform: translateY(-50%);
    width: 9em;
    height: 7em;
  }
}

.schedule-deco03 {
  position: relative;
}
.schedule-deco03::before {
  content: "";
  background-image: url("../about-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12%;
  left: -9%;
  transform: translateY(-50%);
  width: 26em;
  height: 26em;
}
@media screen and (max-width: 768px) {
  .schedule-deco03::before {
    top: 1%;
    left: -1%;
    transform: translateY(-50%);
    width: 5em;
    height: 5em;
  }
}
.schedule-deco03::after {
  content: "";
  background-image: url("../about-deco04-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18%;
  right: 0%;
  transform: translateY(-50%);
  width: 16em;
  height: 24em;
}
@media screen and (max-width: 768px) {
  .schedule-deco03::after {
    top: 1%;
    right: 5%;
    width: 3em;
    height: 5em;
  }
}

.schedule-deco03-1 {
  position: relative;
}
.schedule-deco03-1::before {
  content: "";
  background-image: url("../about-deco06-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 80%;
  left: 8%;
  transform: translateY(-50%);
  width: 12em;
  height: 13em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco03-1::before {
    display: none;
  }
}
.schedule-deco03-1::after {
  content: "";
  background-image: url("../about-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 99%;
  right: -21%;
  transform: translateY(-50%);
  width: 26em;
  height: 28em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco03-1::after {
    top: -77%;
    right: -3%;
    transform: translateY(-50%);
    width: 6em;
    height: 7em;
  }
}

.schedule-deco03-2 {
  position: relative;
}
.schedule-deco03-2::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 46%;
  left: -16%;
  transform: translateY(-50%);
  width: 18em;
  height: 26em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .schedule-deco03-2::before {
    top: 9%;
    left: -2%;
    width: 4em;
    height: 6em;
  }
}

.schedule-mv {
  padding-top: 7vw;
  color: #4c4c4c;
}
@media screen and (max-width: 768px) {
  .schedule-mv {
    padding-top: 10vw;
  }
}
.schedule-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.schedule-mv__title {
  font-size: 46px;
  color: #534741;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule-mv__title {
    font-size: 24px;
  }
}
.schedule-mv__title-pink {
  color: #e06e8f;
}
.schedule-mv__sub {
  font-size: 46px;
  color: #534741;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .schedule-mv__sub {
    font-size: 24px;
    margin-top: 5px;
  }
}
.schedule-mv__flex {
  display: flex;
  align-items: center; /* ← ここを stretch に */
  justify-content: center;
  gap: 10px;
  margin-top: 3.5vw;
}
@media screen and (max-width: 768px) {
  .schedule-mv__flex {
    flex-direction: column;
    margin-top: 2vw;
    gap: 5px;
  }
}
.schedule-mv__mt {
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .schedule-mv__mt {
    margin-top: 5vw;
  }
}
.schedule-mv__mt02 {
  margin-top: 3.5vw;
}
.schedule-mv__pink {
  background-color: #f0dde3;
}
.schedule-mv__green {
  background: #def0a4;
}
.schedule-mv__left {
  width: 45%;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 20px 16px;
}
@media screen and (max-width: 768px) {
  .schedule-mv__left {
    width: 100%;
    padding: 20px 20px 19px;
  }
}
.schedule-mv__bc-title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  width: 80%;
  padding: 3px 10px;
  margin: 0 auto;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .schedule-mv__bc-title {
    font-size: 16px;
  }
}
.schedule-mv__bc-text {
  font-size: 22px;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .schedule-mv__bc-text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.schedule-mv__visual-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .schedule-mv__visual-wrapper {
    margin-top: 2vw;
  }
}
.schedule-mv__visual {
  width: 55%;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .schedule-mv__visual {
    width: 60%;
    margin-right: 10px;
  }
}
.schedule-mv__img {
  width: 100%;
}
.schedule-mv__visual02 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .schedule-mv__visual02 {
    width: 100%;
  }
}
.schedule-mv__img02 {
  width: 100%;
}
.schedule-mv__bottom {
  padding-bottom: 5vw;
}

.news-detail-deco01 {
  position: relative;
}
.news-detail-deco01::before {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18%;
  left: 5%;
  transform: translateY(-50%);
  width: 14em;
  height: 14em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .news-detail-deco01::before {
    top: 7%;
    left: 1%;
    transform: translateY(-50%);
    width: 2em;
    height: 6em;
  }
}

.news-detail-deco01-1 {
  position: relative;
}
.news-detail-deco01-1::after {
  content: "";
  background-image: url("../about-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -292%;
  right: -10%;
  transform: translateY(-50%);
  width: 20em;
  height: 22em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .news-detail-deco01-1::after {
    top: 9%;
    right: -3%;
    transform: translateY(-50%);
    width: 6em;
    height: 6em;
  }
}

.news-detail {
  padding: 3vw 0 2vw;
  background-color: #fff;
  position: relative;
  z-index: 40;
}
.news-detail__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.news-detail__wrapper {
  width: 100%;
  margin: 0 auto;
}
.news-detail__cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-detail__cover {
    width: 100%;
  }
}
.news-detail__bc {
  width: 85%;
  padding: 3vw 3vw 5vw;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .news-detail__bc {
    width: 95%;
    padding: 29px 10px 32px 10px;
  }
}
.news-detail__list_date {
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.news-detail__list_time {
  font-size: 22px;
  font-weight: 500;
  color: #d5658d;
  padding-left: 5vw;
  font-weight: 700;
}
.news-detail__title {
  background: #f2dee3;
  padding: 20px 5vw 20px 5vw;
  color: #736357;
  margin-top: 4px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    width: 100%;
    padding: 10px;
    font-size: 22px;
  }
}
.news-detail__text {
  margin-top: 3rem;
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news-detail__text {
    font-size: 16px;
    margin-top: 1rem;
    line-height: 1.4;
    padding: 10px;
  }
}
.news-detail__visual {
  margin: 0 auto;
  margin-top: 1.5rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .news-detail__visual {
    margin-top: 1rem;
    width: 84%;
  }
}
.news-detail__img,
.news-detail img {
  width: 100%;
  height: auto;
}
.news-detail__button {
  width: 46%;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .news-detail__button {
    margin-top: 32px;
  }
}
.news-detail__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.event-deco01 {
  position: relative;
}
.event-deco01::before {
  content: "";
  background-image: url("../event-deco01-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 29%;
  left: -14%;
  transform: translateY(-50%);
  width: 36em;
  height: 34em;
  z-index: 10;
}
@media screen and (max-width: 1152px) {
  .event-deco01::before {
    display: none;
  }
}
.event-deco01::after {
  content: "";
  background-image: url("../event-deco01-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: 13%;
  right: -7%;
  transform: translateY(-50%);
  width: 41em;
  height: 27em;
  z-index: -10;
}
@media screen and (max-width: 1152px) {
  .event-deco01::after {
    display: none;
  }
}

.event-deco01-1 {
  position: relative;
}
.event-deco01-1::before {
  content: "";
  background-image: url("../event-deco01-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  bottom: -36%;
  transform: translateY(-50%);
  width: 40em;
  height: 27em;
  z-index: 30;
}
@media screen and (max-width: 1152px) {
  .event-deco01-1::before {
    display: none;
  }
}
.event-deco01-1::after {
  content: "";
  background-image: url("../event-deco01-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -36%;
  right: -14%;
  transform: translateY(-50%);
  width: 40em;
  height: 40em;
  z-index: 10;
}
@media screen and (max-width: 1152px) {
  .event-deco01-1::after {
    display: none;
  }
}

.event-deco01-2 {
  position: relative;
}
.event-deco01-2::before {
  content: "";
  background-image: url("../event-kao01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 31%;
  left: -14%;
  transform: translateY(-50%);
  width: 43em;
  height: 63em;
  z-index: 20;
}
@media screen and (max-width: 1152px) {
  .event-deco01-2::before {
    display: none;
  }
}
.event-deco01-2::after {
  content: "";
  background-image: url("../event-kao02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: 44%;
  right: -12%;
  transform: translateY(-50%);
  width: 43em;
  height: 63em;
  z-index: 20;
}
@media screen and (max-width: 1152px) {
  .event-deco01-2::after {
    top: 16%;
    right: 6%;
    width: 8em;
    height: 20em;
  }
}

.event-mv {
  margin-top: 1rem;
  color: #534741;
  padding-bottom: 13vw;
}
.event-mv__table-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.event-mv__table {
  width: 60%;
}
@media screen and (max-width: 1152px) {
  .event-mv__table {
    width: 90%;
  }
}
.event-mv__table-tr {
  width: 100%;
  background-color: #fff;
}
.event-mv__table-tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.event-mv__table-header {
  padding: 18px 20px 18px 0;
  border: none;
  width: 30%;
  font-size: 24px;
  white-space: nowrap;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1152px) {
  .event-mv__table-header {
    display: block;
    width: 100%;
    text-align: left;
    padding: 18px 20px 5px 10px;
  }
}
.event-mv__table-date {
  padding: 18px 0;
  border: none;
  white-space: nowrap;
  font-size: 24px;
}
@media screen and (max-width: 1152px) {
  .event-mv__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-left: 10px;
    font-weight: 400;
    font-size: 20px;
  }
}
@media screen and (max-width: 1152px) and (max-width: 1152px) {
  .event-mv__table-date {
    line-height: 1.5;
  }
}
.event-mv__visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1152px) {
  .event-mv__visual {
    display: none;
  }
}
.event-mv__img {
  width: 28%;
  border-radius: 50%;
}
