@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rampart+One&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
@keyframes yurari {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#page-top {
  z-index: 999 !important;
}
@media screen and (max-width: 1024px) {
  #page-top {
    bottom: 65px;
  }
}
#page-top img {
  max-width: unset;
  max-height: unset;
  width: 80px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #page-top img {
    width: 40px;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 700px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

.less_1300 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .less_1300 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .less_1300 {
    display: none;
  }
}

main.panelactive {
  display: none;
}

#mobile-nav {
  display: none;
}
#mobile-nav.panelactive {
  display: block;
}

.para {
  width: 100%;
  aspect-ratio: 3;
  position: relative;
  z-index: 1;
}
.para::before {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: auto;
  position: absolute;
  top: -3px;
  z-index: 3;
}
.para::after {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -3px;
  z-index: 3;
  transform: scale(1, -1);
}
@media screen and (max-width: 1024px) {
  .para {
    aspect-ratio: 2;
    background-attachment: unset;
  }
}
.para._01 {
  background: url(/wp-content/uploads/2025/06/0606-05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._01 {
    background-attachment: unset;
  }
}
.para._01::after {
  background-image: url(../img/wave_blue.png);
  background-repeat: repeat-x;
  background-size: 100%;
  transform: scale(1, -1);
}
.para._02 {
  background: url(/wp-content/uploads/2025/06/img_2506_back_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._02 {
    background-attachment: unset;
  }
}
.para._02::after {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -3px;
  z-index: 3;
  transform: scale(1, -1);
}
.para._03 {
  background: url(/wp-content/uploads/2025/06/img_2506_back_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._03 {
    background-attachment: unset;
    aspect-ratio: 1.5;
  }
}
.title01 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01 .en {
  display: block;
  color: #eadccd;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    margin-top: 5px;
  }
}
.title01 .en:first-letter {
  text-transform: uppercase;
}
.title01 .ja {
  display: block;
  font-size: clamp(12px, 3.2rem, 3.2rem);
  font-weight: 700;
  color: #826b63;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1.6rem, 1.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    margin-top: -5px;
  }
}

.title02 {
  aspect-ratio: 417/122;
  width: 30%;
  width: 30%;
  height: auto;
  font-size: clamp(12px, 3.2rem, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  color: #826b63;
  background-image: url(../img/title_bg_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    font-size: clamp(12px, 1.6rem, 1.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    width: 60%;
  }
}

.title03 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: clamp(12px, 2.6rem, 2.6rem);
  font-weight: 700;
  color: #826b63;
  margin-bottom: 40px;
  border-color: #826b63;
}
@media screen and (max-width: 1024px) {
  .title03 {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 20px;
  }
}
.title03::before, .title03::after {
  content: "";
  display: block;
  aspect-ratio: 136/24;
  background-image: url(../img/dot_yoko.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .title03::before, .title03::after {
    width: 25px;
  }
}

.title04 {
  width: 500px;
  aspect-ratio: 281/65;
  background-image: url(../img/title_bg_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: clamp(12px, 2.6rem, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #826b63;
  margin: auto;
  padding-top: 34px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title04 {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    padding-top: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 20px;
  }
}

.btn:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer !important;
}

.btn02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: unset;
  position: relative;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0;
  margin: unset;
  padding-right: 60px;
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  .btn02 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .btn02 {
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .btn02 {
    padding-right: 30px;
  }
}
.btn02::before, .btn02::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
}
.btn02::before {
  aspect-ratio: 135/110;
  background-image: url(../img/icon_arrow01_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .btn02::before {
    width: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .btn02::before {
    right: 6px;
  }
}
.btn02::after {
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #826b63;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .btn02::after {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .btn02::after {
    height: 20px;
  }
}

.bg_white {
  background-color: #fff;
}

.inner {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}

.box {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .box {
    flex-direction: column;
  }
}

.deco {
  display: block;
  position: absolute;
  height: auto;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .home main {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .table_wrap {
    overflow: auto;
  }
}

.tablepress {
  background: #fff;
  position: relative;
  z-index: 2;
}
.tablepress thead th {
  color: #826b63 !important;
  background-color: #fef8f8 !important;
  border-right: 1px solid #ddd !important;
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    white-space: nowrap;
  }
}
.tablepress tbody td {
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    white-space: nowrap;
    border-right: 1px solid #ddd !important;
  }
}
.tablepress tbody td.column-1 {
  width: 30%;
  color: #826b63 !important;
}
.tablepress.tablepress-id-8 thead th, .tablepress.tablepress-id-9 thead th, .tablepress.tablepress-id-10 thead th, .tablepress.tablepress-id-11 thead th, .tablepress.tablepress-id-12 thead th {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: #826b63 !important;
  background-color: #fef8f8 !important;
  color: #9a9999 !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-8 thead th, .tablepress.tablepress-id-9 thead th, .tablepress.tablepress-id-10 thead th, .tablepress.tablepress-id-11 thead th, .tablepress.tablepress-id-12 thead th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.tablepress.tablepress-id-8 tbody td.column-1, .tablepress.tablepress-id-9 tbody td.column-1, .tablepress.tablepress-id-10 tbody td.column-1, .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-12 tbody td.column-1 {
  width: 20%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: #826b63 !important;
  background-color: #fef8f8 !important;
  border-right: 1px solid #ddd !important;
  color: #9a9999 !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-8 tbody td.column-1, .tablepress.tablepress-id-9 tbody td.column-1, .tablepress.tablepress-id-10 tbody td.column-1, .tablepress.tablepress-id-11 tbody td.column-1, .tablepress.tablepress-id-12 tbody td.column-1 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.tablepress.tablepress-id-8 tbody td.column-2,
.tablepress.tablepress-id-8 tbody td.column-3,
.tablepress.tablepress-id-8 tbody td.column-4,
.tablepress.tablepress-id-8 tbody td.column-5,
.tablepress.tablepress-id-8 tbody td.column-6,
.tablepress.tablepress-id-8 tbody td.column-7,
.tablepress.tablepress-id-8 tbody td.column-8, .tablepress.tablepress-id-9 tbody td.column-2,
.tablepress.tablepress-id-9 tbody td.column-3,
.tablepress.tablepress-id-9 tbody td.column-4,
.tablepress.tablepress-id-9 tbody td.column-5,
.tablepress.tablepress-id-9 tbody td.column-6,
.tablepress.tablepress-id-9 tbody td.column-7,
.tablepress.tablepress-id-9 tbody td.column-8, .tablepress.tablepress-id-10 tbody td.column-2,
.tablepress.tablepress-id-10 tbody td.column-3,
.tablepress.tablepress-id-10 tbody td.column-4,
.tablepress.tablepress-id-10 tbody td.column-5,
.tablepress.tablepress-id-10 tbody td.column-6,
.tablepress.tablepress-id-10 tbody td.column-7,
.tablepress.tablepress-id-10 tbody td.column-8, .tablepress.tablepress-id-11 tbody td.column-2,
.tablepress.tablepress-id-11 tbody td.column-3,
.tablepress.tablepress-id-11 tbody td.column-4,
.tablepress.tablepress-id-11 tbody td.column-5,
.tablepress.tablepress-id-11 tbody td.column-6,
.tablepress.tablepress-id-11 tbody td.column-7,
.tablepress.tablepress-id-11 tbody td.column-8, .tablepress.tablepress-id-12 tbody td.column-2,
.tablepress.tablepress-id-12 tbody td.column-3,
.tablepress.tablepress-id-12 tbody td.column-4,
.tablepress.tablepress-id-12 tbody td.column-5,
.tablepress.tablepress-id-12 tbody td.column-6,
.tablepress.tablepress-id-12 tbody td.column-7,
.tablepress.tablepress-id-12 tbody td.column-8 {
  width: 10%;
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-8 tbody td.column-2, .tablepress.tablepress-id-9 tbody td.column-2, .tablepress.tablepress-id-10 tbody td.column-2, .tablepress.tablepress-id-11 tbody td.column-2, .tablepress.tablepress-id-12 tbody td.column-2 {
  color: #826b63;
}
.tablepress.tablepress-id-1 tbody td.column-1 {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td.column-1 {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.tablepress.tablepress-id-1 tbody td.column-2 {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td.column-2 {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.tablepress.tablepress-id-2 thead th, .tablepress.tablepress-id-7 thead th {
  color: #826b63 !important;
  background-color: #f9f9f9 !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-2 thead th, .tablepress.tablepress-id-7 thead th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.tablepress.tablepress-id-2 tbody td, .tablepress.tablepress-id-7 tbody td {
  border-right: 1px solid #ddd !important;
}
.tablepress.tablepress-id-2 tbody td.column-1, .tablepress.tablepress-id-7 tbody td.column-1 {
  width: 30%;
  color: #826b63 !important;
  background-color: #f9f9f9 !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-2 tbody td.column-1, .tablepress.tablepress-id-7 tbody td.column-1 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.tablepress.tablepress-id-2 tbody td.column-2, .tablepress.tablepress-id-7 tbody td.column-2 {
  width: 30%;
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-2 tbody td.column-2, .tablepress.tablepress-id-7 tbody td.column-2 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.tablepress.tablepress-id-8 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-8 {
    margin-bottom: 40px;
  }
}
.tablepress.tablepress-id-8 thead th {
  color: #69b4ff !important;
  background-color: rgba(233, 244, 255, 0.3) !important;
  color: #9a9999 !important;
}
.tablepress.tablepress-id-8 tbody td.column-1 {
  color: #69b4ff !important;
  background-color: rgba(233, 244, 255, 0.3) !important;
  color: #9a9999 !important;
}
.tablepress.tablepress-id-8 tbody td.column-2 {
  color: #69b4ff !important;
}

.tablepress-table-name {
  background-color: unset;
  color: #3a5775;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.4rem, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.tablepress-table-name::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name::after {
    margin-top: 10px;
  }
}

.tablepress-table-description {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  font-weight: 600;
  margin-bottom: 60px;
  background-color: unset;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    margin-bottom: 30px;
  }
}
.tablepress-table-description strong {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description strong {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

table {
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  table {
    margin-bottom: 30px;
  }
}
table th,
table td {
  border: solid 1px #ddd;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  table th,
  table td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  table th,
  table td {
    padding: 5px;
  }
}

.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

#yt_player  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv {
  background: url(../img/bg_raibow_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 0;
}
.mv__content {
  aspect-ratio: 914/574;
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv__content {
    width: 90%;
  }
}
.mv__content video,
.mv__content iframe {
  display: block;
  aspect-ratio: 914/574;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
  border-radius: 150px;
}
@media screen and (max-width: 1024px) {
  .mv__content video,
  .mv__content iframe {
    border-radius: 75px;
  }
}

.slider_wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 200px;
}
@media screen and (max-width: 1024px) {
  .slider_wrap {
    padding-top: 50px;
  }
}
.slider_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 1920/154;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 4.0104166667vw;
  background-image: url(../img/wave_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .slider_wrap::before {
    bottom: 7vw;
  }
}
@media screen and (max-width: 1024px) {
  .slider_wrap::before {
    bottom: 5vw;
  }
}
@media screen and (max-width: 820px) {
  .slider_wrap::before {
    bottom: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .slider_wrap::before {
    bottom: 8vw;
  }
}
@media screen and (max-width: 400px) {
  .slider_wrap::before {
    bottom: 9vw;
  }
}
@media screen and (min-width: 1920px) {
  .slider_wrap::before {
    bottom: 3vw;
  }
}
.slider_wrap .deco._tree {
  aspect-ratio: 282/369;
  width: 20%;
  height: auto;
  background-image: url(../img/tree_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.slider_wrap .deco._leaf {
  aspect-ratio: 245/200;
  width: 12%;
  height: auto;
  background-image: url(../img/leaf_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 6%;
  right: 40%;
  z-index: 3;
}
.slider_wrap .slide_txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 4rem, 4rem);
  font-size: 40px !important;
}
@media screen and (max-width: 1024px) {
  .slider_wrap .slide_txt {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.catchArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .catchArea {
    padding: 40px 0px;
  }
}
.catchArea::before {
  content: "";
  display: block;
  aspect-ratio: 3200/342;
  background-image: url(../img/cloud-03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  top: -10.4166666667vw;
}
.catchArea::after {
  content: "";
  display: block;
  aspect-ratio: 358/171;
  background-image: url(../img/bird_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  height: auto;
  position: absolute;
  right: 1.0416666667vw;
  bottom: -7.8125vw;
  z-index: 2;
  transform: rotate(20deg);
}
.catchArea .catch {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.1em;
  margin: auto;
  text-align: center;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .catchArea .catch {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.catchArea .catch span {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: #000;
}
@media screen and (max-width: 1024px) {
  .catchArea .catch span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.catchArea .deco {
  aspect-ratio: 222/201;
  width: 15%;
  position: absolute;
  opacity: 20%;
}
.catchArea .deco span {
  width: 100%;
  height: 100%;
  background-image: url(../img/cloud-02_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.catchArea .deco._cloud01 {
  top: 10%;
  left: 5%;
}
.catchArea .deco._cloud02 {
  top: 15%;
  right: 5%;
  transform: scale(-1, 1);
}
.catchArea .deco._flag {
  aspect-ratio: 649/267;
  width: 20%;
  height: auto;
  background-image: url(../img/flag_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 100%;
}

iframe {
  width: 100%;
}

.f-news {
  position: relative;
  padding-bottom: 10.4166666667vw;
}
.f-news .deco._leaf {
  aspect-ratio: 263/195;
  width: 12%;
  height: auto;
  background-image: url(../img/leaf_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5%;
  top: -3.125vw;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .f-news .deco._leaf {
    top: -6vw;
  }
}
.f-news .inner.instagram {
  margin-bottom: 7.8125vw;
}
.f-news .comment {
  width: 70%;
  background-color: #f9f5f1;
  padding: 40px 40px;
  margin: auto;
  margin-bottom: 100px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-news .comment {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .comment {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .comment {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .comment {
    border-radius: 3px;
  }
}
.f-news .comment::before, .f-news .comment::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
}
.f-news .comment::before {
  aspect-ratio: 103/67;
  background-image: url(../img/circle_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12%;
  top: -2.6041666667vw;
  right: -2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .f-news .comment::before {
    top: -5vw;
    right: -4vw;
  }
}
.f-news .comment::after {
  aspect-ratio: 126/98;
  background-image: url(../img/circle_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12%;
  bottom: -2.6041666667vw;
  left: -2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .f-news .comment::after {
    bottom: -5vw;
    left: -4vw;
  }
}
.f-news .comment p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .f-news .comment p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .news-list01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 {
    margin-bottom: 40px;
  }
}
.f-news .news-list01 li {
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li {
    flex-direction: column;
  }
}
.f-news .news-list01 li.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.f-news .news-list01 li .date-cat {
  width: 15%;
}
@media screen and (max-width: 1600px) {
  .f-news .news-list01 li .date-cat {
    width: 20%;
  }
}
@media screen and (max-width: 1300px) {
  .f-news .news-list01 li .date-cat {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li .date-cat {
    width: 100%;
  }
}
.f-news .news-list01 li .date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li .date {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .news-list01 li .news-txt a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li .news-txt a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-news .link {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .link {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .link::after {
  content: "";
  display: block;
  aspect-ratio: 51/44;
  background-image: url(../img/btn_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-news .link::after {
    width: 8px;
  }
}
.f-news #sb_instagram {
  padding-bottom: 100px !important;
}
.f-news #sb_instagram .sb_instagram_header {
  display: none;
}
.f-news #sb_instagram .sbi_follow_btn a {
  background-color: #b6d66d !important;
}
@media screen and (max-width: 600px) {
  .f-news #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.f-policy {
  position: relative;
  background-color: #f9f5f1;
}
.f-policy::before {
  content: "";
  display: block;
  aspect-ratio: 1920/154;
  background-image: url(../img/wave_02_brwn.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: auto;
  position: absolute;
  top: -7.8125vw;
  z-index: 3;
}
.f-policy::after {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave_03.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2.1875vw;
  z-index: 3;
}
.f-policy .deco {
  aspect-ratio: 587/414;
  width: 20%;
  height: auto;
  z-index: 2;
}
.f-policy .deco._tree_top {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/tree_03_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.f-policy .deco._tree_bottom {
  background-image: url(../img/tree_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.f-policy .title01 {
  margin-left: auto;
}
.f-policy .title01 .en {
  color: #bdada8;
}
.f-policy .policy__list__item {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item {
    margin-bottom: 30px;
  }
}
.f-policy .policy__list__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.f-policy .policy__list__item .box {
  justify-content: space-between;
}
.f-policy .policy__list__item .box .item._img {
  width: 30%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-policy .policy__list__item .box .item._img img {
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._img img {
    border-radius: 3px;
  }
}
.f-policy .policy__list__item .box .item._txt {
  position: relative;
  z-index: 1;
  width: 75%;
  margin-left: -5%;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  margin-top: 60px;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt {
    margin-left: unset;
  }
}
.f-policy .policy__list__item .box .item._txt .title {
  font-size: clamp(12px, 3rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #826b63;
  background-image: url(../img/border_01.png);
  background-repeat: repeat-x;
  background-size: 10%;
  background-position: bottom;
  line-height: 2.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt .title {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt .title {
    margin-bottom: 20px;
  }
}
.f-policy .policy__list__item .box .item._txt .detail__list {
  margin: auto;
}
.f-policy .policy__list__item .box .item._txt .detail__list li {
  font-size: clamp(12px, 2.2rem, 2.2rem);
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt .detail__list li {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt .detail__list li {
    margin-bottom: 5px;
  }
}
.f-policy .policy__list__item .box .item._txt .detail__list li::first-letter {
  font-size: clamp(12px, 3.5rem, 3.5rem);
  color: #b6d66d;
  color: #70b348;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item .box .item._txt .detail__list li::first-letter {
    font-size: clamp(12px, 1.75rem, 1.75rem);
  }
}
.f-policy .policy__list__item:nth-of-type(1)::before {
  aspect-ratio: 536/478;
  background-image: url(../img/tree_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25%;
  height: auto;
  bottom: -1.5625vw;
  right: -1.5625vw;
  opacity: 90%;
}
.f-policy .policy__list__item:nth-of-type(2)::before {
  aspect-ratio: 332/302;
  background-image: url(../img/bird_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18%;
  height: auto;
  bottom: -1.5625vw;
  right: 3.125vw;
}
.f-policy .policy__list__item:nth-of-type(3)::before {
  aspect-ratio: 680/266;
  background-image: url(../img/leaf_06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  height: auto;
  bottom: -1.5625vw;
  right: 4.1666666667vw;
}
.f-policy .policy__list__item:nth-of-type(3) .detail__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .f-policy .policy__list__item:nth-of-type(3) .detail__list {
    gap: 10px;
  }
}
.f-policy .policy__list__item:nth-of-type(4)::before {
  aspect-ratio: 506/295;
  background-image: url(../img/leaf_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15%;
  height: auto;
  bottom: 6.25vw;
  right: 10.4166666667vw;
}

.f-life {
  position: relative;
}
.f-life .com-timeline01 {
  position: relative;
}
.f-life .com-timeline01 .timeline {
  width: 40px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#e9ac40 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: no-repeat space;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline {
    margin-left: 0;
    left: -10px;
  }
}
.f-life .com-timeline01 .timeline .sun {
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline .sun {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline .sun {
    top: -25px;
  }
}
.f-life .com-timeline01 .timeline .sun svg {
  width: 100%;
  fill: #e9ab40;
}
.f-life .com-timeline01 .timeline .moon {
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline .moon {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .timeline .moon {
    bottom: -25px;
  }
}
.f-life .com-timeline01 .timeline .moon svg {
  width: 100%;
  fill: #e9ab40;
}
.f-life .com-timeline01-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-list {
    margin-bottom: 30px;
  }
}
.f-life .com-timeline01-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-list li {
    margin-bottom: 20px;
  }
}
.f-life .com-timeline01-list li:last-of-type {
  margin-bottom: 0;
}
.f-life .com-timeline01-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.f-life .com-timeline01-list .flow-txt {
  line-height: 2em;
}
.f-life .com-timeline01 .com-timeline01-img-wrap {
  width: 50%;
  padding: 0px 40px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-img-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-img-wrap {
    padding: 0px 20px;
  }
}
.f-life .com-timeline01 .com-timeline01-img-wrap img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-img-wrap img {
    height: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-img-wrap img {
    border-radius: 7.5px;
  }
}
.f-life .com-timeline01-content {
  width: 50%;
  padding: 0px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-content {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-content {
    margin-bottom: 10px;
  }
}
.f-life .com-timeline01-time {
  font-size: clamp(12px, 2.2rem, 2.2rem);
  font-weight: 700;
  color: #f1df5b;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #f1df5b;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-time {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01-time {
    margin-bottom: 10px;
  }
}
.f-life .com-timeline01-time svg {
  margin-right: 5px;
}
.f-life .com-timeline01 .com-timeline01-head {
  font-size: clamp(12px, 2.6rem, 2.6rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #826b63;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-head {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-head {
    margin-bottom: 10px;
  }
}
.f-life .com-timeline01 .com-timeline01-txt {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-life .com-timeline01 .com-timeline01-txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-life .com-timeline01-wrap .flow-other .flow-other-inner {
  padding: 20px;
  background-color: #fafbe4;
  text-align: center;
  border-radius: 15px;
}
.f-life .com-timeline01-wrap .flow-other .flow-other-inner p {
  margin-bottom: 0;
}
.f-life .remarks__list {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list {
    margin-top: 40px;
  }
}
.f-life .remarks__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f5f1;
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li {
    padding: 10px 10px;
  }
}
.f-life .remarks__list li::before {
  content: "";
  display: block;
  aspect-ratio: 573/324;
  background-image: url(../img/bus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10%;
  height: auto;
  position: absolute;
  top: -5%;
  right: -5%;
  z-index: 1;
  transform: rotate(10deg);
}
.f-life .remarks__list li .img {
  width: 30%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-life .remarks__list li .img img {
  aspect-ratio: 3/2;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li .img img {
    border-radius: 10px;
  }
}
.f-life .remarks__list li .content {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-life .remarks__list li .content .txt {
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks__list li .content .txt {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.f-life .tab-panel-b .tab-group {
  justify-content: center;
  gap: 20px;
  margin-left: unset;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab-group {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab-group {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab-group {
    flex-direction: column;
  }
}
.f-life .tab-panel-b .tab {
  background-color: #fff;
  color: #d3c9c5;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  border: solid 2px #d3c9c5;
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .tab {
    width: 100%;
  }
}
.f-life .tab-panel-b .tab:nth-of-type(1).is-active, .f-life .tab-panel-b .tab:nth-of-type(1):hover {
  color: #fff;
  background-color: #f1df5b;
  border-color: #f1df5b;
}
.f-life .tab-panel-b .tab:nth-of-type(2).is-active, .f-life .tab-panel-b .tab:nth-of-type(2):hover {
  color: #fff;
  background-color: #6dd0c2;
  border-color: #6dd0c2;
}
.f-life .tab-panel-b .panel-group .panel .panel-inner {
  background-color: unset;
  position: relative;
}
.f-life .tab-panel-b .panel-group .panel .panel-inner .deco {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-life .tab-panel-b .panel-group .panel .panel-inner .deco {
    display: none;
  }
}
.f-life .tab-panel-b .panel-group .panel .panel-inner .deco._01 {
  aspect-ratio: 467/244;
  width: 15%;
  height: auto;
  background-image: url(../img/life_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 2.6041666667vw;
  left: -10.4166666667vw;
}
.f-life .tab-panel-b .panel-group .panel .panel-inner .deco._02 {
  aspect-ratio: 509/390;
  width: 13%;
  height: auto;
  background-image: url(../img/life_09.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 22%;
  right: -0.5208333333vw;
}
.f-life .tab-panel-b .panel-group .panel .panel-inner .deco._03 {
  aspect-ratio: 115/165;
  width: 5%;
  height: auto;
  background-image: url(../img/life_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 40%;
  left: -4.1666666667vw;
  transform: rotate(-15deg);
}
.f-life .tab-panel-b .panel-group .panel .panel-inner .deco._04 {
  aspect-ratio: 198/138;
  width: 15%;
  height: auto;
  background-image: url(../img/life_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 60%;
  right: -1.0416666667vw;
  transform: rotate(15deg);
}
.f-life .tab-panel-b .panel-group .panel:nth-of-type(1).is-show .panel-inner .com-timeline01-time {
  color: #f1df5b;
  border-bottom: 3px solid #f1df5b;
}
.f-life .tab-panel-b .panel-group .panel:nth-of-type(2).is-show .panel-inner .com-timeline01-time {
  color: #6dd0c2;
  border-bottom: 3px solid #6dd0c2;
}
.f-life .event {
  position: relative;
  padding-top: 5.2083333333vw;
}
.f-life .event::before, .f-life .event::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 507/262;
  width: 20%;
  top: 0;
}
.f-life .event::before {
  background-image: url(../img/flag_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
}
.f-life .event::after {
  background-image: url(../img/flag_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  transform: scale(-1, 1);
}
.f-life .event .title02 {
  background-image: unset;
}
.f-life .event .inner {
  background-color: #fafbe4;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .f-life .event .inner {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .event .inner {
    padding: 20px;
  }
}
.f-life .com-list02 {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.f-life .com-list02-item {
  width: 32%;
  margin-bottom: 40px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-item {
    margin-bottom: 20px;
  }
}
.f-life .com-list02-item.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.f-life .com-list02-img img {
  height: 300px;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-img img {
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-img img {
    border-radius: 7.5px;
  }
}
.f-life .com-list02-ttl {
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #b6d66d;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-left: 30px;
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-ttl {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-ttl {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-ttl {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-ttl {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-ttl {
    margin-bottom: 15px;
  }
}
.f-life .com-list02-list li {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-list li {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-list li {
    gap: 8px;
  }
}
.f-life .com-list02-list li::before {
  content: "";
  aspect-ratio: 1;
  width: 16px;
  height: auto;
  background-color: #e2e760;
  border-radius: 50%;
  min-width: 16px;
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-list li::before {
    width: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .com-list02-list li::before {
    min-width: 8px;
  }
}
.f-life .remarks {
  background-color: #b6d66d;
  border-radius: 20px;
  padding: 20px;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  text-align: center;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .f-life .remarks {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .remarks {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-life .remarks {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-life .remarks.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.f-introduction {
  position: relative;
  background-color: #eef9f8;
}
.f-introduction::after {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave_blue.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2.1875vw;
  z-index: 3;
}
.f-introduction .inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-introduction .inner {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-introduction .inner {
    padding: 40px 20px;
  }
}
.f-introduction .inner::before, .f-introduction .inner::after {
  content: "";
  display: block;
  aspect-ratio: 506/295;
  background-image: url(../img/leaf_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  position: absolute;
  height: auto;
}
.f-introduction .inner::before {
  top: -5%;
  left: -5%;
}
.f-introduction .inner::after {
  bottom: -5%;
  right: -5%;
}
.f-introduction .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-introduction .title01 {
    margin-bottom: 30px;
  }
}
.f-introduction .title01 .ja {
  text-align: center;
}
.f-introduction .list .item:not(:last-of-type) {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item:not(:last-of-type) {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.f-introduction .list .item:not(:last-of-type)::before {
  content: "";
  display: block;
  background-image: url(../img/border_square_yellow.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.f-introduction .list .item .title {
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700;
  color: #826b63;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .title {
    gap: 8px;
  }
}
.f-introduction .list .item .title::before {
  content: "";
  display: block;
  aspect-ratio: 413/386;
  background-image: url(../img/title_deco_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .title::before {
    width: 10px;
  }
}
.f-introduction .list .item .txtArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-introduction .list .item .txtArea .txt_item {
  width: 47%;
  border: #a7928b solid 2px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .txtArea .txt_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .txtArea .txt_item {
    padding: 10px;
  }
}
.f-introduction .list .item .txtArea .sub_title {
  font-size: clamp(12px, 2rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .txtArea .sub_title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-introduction .list .item .txtArea .txt {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-introduction .list .item .txtArea .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-introduction .list .item .txtArea .txt_item:nth-of-type(1)::before {
  content: "";
  display: block;
  aspect-ratio: 233/222;
  background-image: url(../img/life_05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15%;
  height: auto;
  position: absolute;
  top: -28%;
  right: 5%;
  z-index: 1;
}
.f-introduction .list .item .txtArea .txt_item:nth-of-type(2)::before {
  content: "";
  display: block;
  aspect-ratio: 379/431;
  background-image: url(../img/life_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13%;
  height: auto;
  position: absolute;
  top: -28%;
  right: 5%;
  z-index: 1;
}

.f-school {
  position: relative;
}
.f-school::before {
  content: "";
  display: block;
  aspect-ratio: 123/109;
  width: 20%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 50%;
}
.f-school .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-school .box {
    flex-direction: column;
  }
}
.f-school .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-school .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-school .box .item._img {
  position: relative;
}
.f-school .box .item._img::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 38%;
  height: auto;
  position: absolute;
  bottom: -20%;
  z-index: -1;
}
.f-school .box .item._img img {
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .f-school .box .item._img img {
    border-radius: 3px;
  }
}
.f-school .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  background-size: 5px 5px;
  padding: 10px;
  border-radius: 8px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .f-school .link {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-school .link {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .f-school .link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .f-school .link {
    margin: auto;
  }
}
.f-school .link span {
  color: #957e6e;
  font-weight: 700;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .f-school .link span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-school .link span {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-school .link span {
    border-radius: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .f-school .link span {
    padding: 5px;
  }
}
.f-school .link span::before {
  content: "";
  aspect-ratio: 142/201;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-school .link span::before {
    width: 10px;
  }
}
.f-school#preschool::before {
  background-image: url(../img/circle_square_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
}
.f-school#preschool::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/bee_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 5%;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: 15%;
  z-index: 1;
}
.f-school#preschool .deco {
  aspect-ratio: 597/238;
  width: 20%;
  height: auto;
  background-image: url(../img/house_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -10%;
  left: 5%;
}
.f-school#preschool .item._img::before {
  background-image: url(../img/circle_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: -20%;
  opacity: 50%;
}
.f-school#preschool .item._txt p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-school#preschool .item._txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-school#preschool .link {
  background-color: #c1e189;
  background-image: linear-gradient(45deg, #c1e189 25%, #fff 25%, #fff 50%, #c1e189 50%, #c1e189 75%, #fff 75%, #fff);
}
.f-school#preschool .link span::before {
  background-image: url(../img/icon_pdf_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.f-school#preschool .link:hover span {
  background-color: #c1e189;
  color: #fff;
}
.f-school#preschool .link:hover span::before {
  background-image: url(../img/icon_pdf_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.f-school#admisshon::before {
  background-image: url(../img/circle_square_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
}
.f-school#admisshon::after {
  content: "";
  display: block;
  aspect-ratio: 76/67;
  background-image: url(../img/flower_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 5%;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-school#admisshon::after {
    left: unset;
    right: 10%;
  }
}
.f-school#admisshon .title01 {
  margin-left: auto;
  margin-right: 0;
}
.f-school#admisshon .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .f-school#admisshon .box {
    flex-direction: column;
  }
}
.f-school#admisshon .box .item._img::before {
  background-image: url(../img/circle_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: -20%;
}
@media screen and (max-width: 1024px) {
  .f-school#admisshon .box .item._img::before {
    opacity: 30%;
  }
}
.f-school#admisshon .box .item._txt p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-school#admisshon .box .item._txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-school#admisshon .link {
  background-color: #a2e0d8;
  background-image: linear-gradient(45deg, #a2e0d8 25%, #fff 25%, #fff 50%, #a2e0d8 50%, #a2e0d8 75%, #fff 75%, #fff);
}
.f-school#admisshon .link span::before {
  background-image: url(../img/icon_pdf_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.f-school#admisshon .link:hover span {
  background-color: #a2e0d8;
  color: #fff;
}
.f-school#admisshon .link:hover span::before {
  background-image: url(../img/icon_pdf_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-overview {
  position: relative;
}
.f-overview::before {
  content: "";
  display: block;
  aspect-ratio: 165/238;
  background-image: url(../img/tree_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7%;
  height: auto;
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: -1;
}
.f-overview::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/tree_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 10%;
  height: auto;
  position: absolute;
  bottom: -1%;
  right: 1%;
  z-index: -1;
}
.f-overview .box {
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-overview .box {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .box {
    margin-bottom: 30px;
  }
}
.f-overview .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table td {
    margin-bottom: 0;
  }
}
.f-overview .item._table td:nth-of-type(1) {
  font-weight: 700;
  color: #826b63;
  background-color: #eadccd;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table td:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table td:nth-of-type(1) {
    display: block;
    margin-bottom: 0;
  }
}
.f-overview .item._table td:nth-of-type(2) {
  width: 80%;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table td:nth-of-type(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table td:nth-of-type(2) {
    display: block;
    margin-bottom: 0;
  }
}
.f-overview .item._table .link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  background-color: #cae195;
  border-radius: 10px;
  padding: 20px;
  color: #826b63;
  font-weight: 700;
  border: solid 2px #cae195;
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table .link {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table .link {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table .link {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table .link {
    padding: 10px;
  }
}
.f-overview .item._table .link::after {
  content: "";
  display: block;
  aspect-ratio: 51/44;
  background-image: url(../img/btn_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-overview .item._table .link::after {
    width: 8px;
  }
}
.f-overview .item._table .link:hover {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .f-overview .item._map iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.f-overview .title03 {
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .f-overview .title03 {
    gap: 8px;
  }
}
.f-overview .title03::before {
  content: "";
  display: block;
  aspect-ratio: 142/201;
  background-image: url(../img/icon_pdf_brwn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-overview .title03::before {
    width: 13px;
  }
}
.f-overview .pdf__list {
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-overview .pdf__list {
    flex-direction: column;
  }
}
.f-overview .pdf__list li {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .pdf__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-overview .pdf__list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .f-overview .pdf__list li a {
    gap: 5px;
  }
}
.f-overview .pdf__list li a::before {
  content: "";
  aspect-ratio: 1;
  width: 16px;
  height: auto;
  background-color: #957e6e;
  border-radius: 50%;
  min-width: 16px;
}
@media screen and (max-width: 1024px) {
  .f-overview .pdf__list li a::before {
    width: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .f-overview .pdf__list li a::before {
    min-width: 8px;
  }
}

.f-document .title_wrap {
  width: 95%;
  background-color: #f9f5f1;
  padding: 5% 10%;
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: -1;
}
.f-document .title_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 268/137;
  background-image: url(../img/leaf_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 170px;
  height: auto;
  position: absolute;
  top: 35px;
  left: 3%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-document .title_wrap::before {
    width: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .title_wrap::before {
    top: 17.5px;
  }
}
.f-document .title_wrap .title_content {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .f-document .title_wrap .title_content {
    gap: 10px;
  }
}
.f-document .title_wrap .title_content::after {
  content: "";
  display: block;
  aspect-ratio: 447/520;
  background-image: url(../img/icon_pen.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-document .title_wrap .title_content::after {
    width: 25px;
  }
}
.f-document .title_wrap .title01 {
  margin-bottom: 0;
}
.f-document .inner {
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .f-document .inner {
    margin-top: -15px;
  }
}
.f-document .documents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.f-document .documents__list li {
  width: 30%;
  padding: 10px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #957e6e 25%, #fff 25%, #fff 50%, #957e6e 50%, #957e6e 75%, #fff 75%, #fff);
  background-color: #fff;
  background-size: 5px 5px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li {
    margin-bottom: 15px;
  }
}
.f-document .documents__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  flex-grow: 1;
  color: #826b63;
  font-weight: 700;
  gap: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li a {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li a {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li a {
    gap: 8px;
  }
}
.f-document .documents__list li a::before {
  content: "";
  display: block;
  aspect-ratio: 142/201;
  background-image: url(../img/icon_pdf_brwn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .f-document .documents__list li a::before {
    width: 10px;
  }
}
.f-document .documents__list li a:hover {
  background-color: #826b63;
  color: #fff;
  transition: all 0.3s;
}
.f-document .documents__list li a:hover::before {
  background-image: url(../img/icon_pdf_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-contact {
  position: relative;
}
.f-contact::before, .f-contact::after {
  content: "";
  display: block;
  aspect-ratio: 587/414;
  background-image: url(../img/tree_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: auto;
  width: 20%;
}
.f-contact::before {
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.f-contact::after {
  top: 0;
  right: 0;
}
.f-contact .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-contact .title01 {
    margin-bottom: 30px;
  }
}
.f-contact .title01 .ja,
.f-contact .title01 .en {
  text-align: center;
}
.f-contact .contact-form01 th {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  font-weight: 700;
  color: #826b63;
  background-color: #f9f5f1;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .f-contact .contact-form01 th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-contact .contact-form01 td {
  text-align: left;
}
.f-contact input[type=radio]:checked:before {
  background: #a7928b;
}
.f-contact select {
  border: #ddd solid 1px;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  font-size: clamp(12px, 1.4rem, 1.4rem);
  -moz-appearance: auto !important;
  -webkit-appearance: auto !important;
}
@media screen and (max-width: 1024px) {
  .f-contact select {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.f-contact .privacy-check a {
  color: #a7928b;
  display: block;
}
.f-contact input[type=submit],
.f-contact input[type=button] {
  background: #a7928b;
  border: 1px solid #a7928b;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .f-contact input[type=submit],
  .f-contact input[type=button] {
    border-radius: 3px;
  }
}
.f-contact input[type=submit]:hover,
.f-contact input[type=button]:hover {
  background: #fff;
  color: #826b63;
}

.required {
  background-color: #a7928b;
  color: #fff;
}

.contact-band {
  background-color: #f9f5f1;
  color: #826b63;
  margin-bottom: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band {
    border-radius: 10px;
  }
}
.contact-band .cf-cb-txt {
  color: #826b63;
}

body.home .contact-band .contact-band-title {
  display: none;
}
body.home .contact-band .contact-band-btn {
  display: none;
}
body:not(.home) .contact-band {
  width: 80%;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) .contact-band {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) .contact-band {
    margin-top: 40px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
.header::before {
  content: "";
  display: block;
  aspect-ratio: 2000/44;
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2.0833333333vw;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .header::before {
    bottom: -3.3854166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .header::before {
    bottom: -1vw;
  }
}
.header .logoArea .logo {
  max-width: 500px;
}
.header .header-box01 .header-box-inner01 {
  width: 90%;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header .header-box01 .header-box-inner01 {
    margin-bottom: 10px;
  }
}
.header .header-sub-box {
  display: flex;
  justify-content: end;
}
.header .header-sub-box .menu-tel .address {
  margin-bottom: 0;
  color: #9c847c;
}
.header .header-sub-box .menu-tel-list li {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.header .header-sub-box .menu-tel-list li::before {
  content: "";
  display: block;
  aspect-ratio: 170/201;
  background-image: url(../img/icon_tel_border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5625vw;
  height: auto;
}
.header .header-sub-box .menu-tel-list li .number {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  font-size: 1.4583333333vw;
  font-weight: 700;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .menu-tel-list li .number {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1300px) {
  .header .header-sub-box .menu-tel-list li .number {
    font-size: 0.78125vw;
  }
}
.header .header-sub-box .menu-tel-list li:hover::before {
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-menu {
  background-color: unset;
  justify-content: space-around;
}
.header .header-menu > li {
  border-right: #9c847c 3px dotted;
  flex: 1;
  padding: 0;
}
.header .header-menu > li:last-of-type {
  border-right: unset;
}
.header .header-menu > li a {
  font-size: clamp(12px, 1.0416666667vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 1.0416666667vw;
  color: #9c847c;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 1.953125vw, 1rem);
  }
}
@media screen and (max-width: 1100px) {
  .header .header-menu > li a {
    font-size: 10px;
  }
}
.header .header-menu > li a::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #9c847c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  transform: scale(0);
  transition: all 0.3s;
  border-radius: 30px;
}
.header .header-menu > li a:hover {
  color: #9c847c;
  opacity: 1;
}
.header .header-menu > li a:hover::after {
  transform: scale(1);
  transition: all 0.3s;
}
.header .g-sub-nav02 {
  position: fixed;
  right: 0;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
.header .g-sub-nav02 .btn {
  background-color: #fff;
  background-size: 5px 5px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 0 5px 5px;
  border-radius: 10px 0 0 10px;
  border: unset;
}
.header .g-sub-nav02 .btn .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  background: #b6d66d;
  padding: 20px 10px;
  transition: all 0.3s;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .header .g-sub-nav02 .btn .content {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .header .g-sub-nav02 .btn .content {
    padding: 10px 5px;
  }
}
.header .g-sub-nav02 .btn .txt {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  font-weight: 700;
  writing-mode: vertical-lr;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .header .g-sub-nav02 .btn .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.header .g-sub-nav02 .btn:first-of-type {
  background-image: linear-gradient(45deg, #c1e189 25%, #fff 25%, #fff 50%, #c1e189 50%, #c1e189 75%, #fff 75%, #fff);
}
.header .g-sub-nav02 .btn:first-of-type .content {
  background-color: #c1e189;
}
.header .g-sub-nav02 .btn:first-of-type .content::before {
  content: "";
  display: block;
  aspect-ratio: 142/201;
  background-image: url(../img/icon_pdf_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: auto;
}
.header .g-sub-nav02 .btn:first-of-type:hover .content::before {
  background-image: url(../img/icon_pdf_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .g-sub-nav02 .btn:first-of-type:hover .txt {
  color: #c1e189;
}
.header .g-sub-nav02 .btn:nth-of-type(2) {
  background-image: linear-gradient(45deg, #a2e0d8 25%, #fff 25%, #fff 50%, #a2e0d8 50%, #a2e0d8 75%, #fff 75%, #fff);
}
.header .g-sub-nav02 .btn:nth-of-type(2) .content {
  background-color: #a2e0d8;
}
.header .g-sub-nav02 .btn:nth-of-type(2) .content::before {
  content: "";
  display: block;
  aspect-ratio: 170/201;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: auto;
}
.header .g-sub-nav02 .btn:nth-of-type(2):hover .content::before {
  background-image: url(../img/icon_tel_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .g-sub-nav02 .btn:nth-of-type(2):hover .txt {
  color: #a2e0d8;
}
.header .g-sub-nav02 .btn:hover .content {
  background: #fff;
  transition: all 0.3s;
}

.sp-header02 {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 50px;
}
.sp-header02 .logo {
  max-width: unset;
}

.sp-header-inner .logo {
  width: 20%;
}

.sp-header-icon-list {
  width: 50%;
}
.sp-header-icon-list li a {
  width: 40px;
  height: 40px;
  background-color: #43bbeb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sp-header-icon-list li a span {
  width: 60%;
  height: 60%;
}
.sp-header-icon-list li a::after {
  content: "本園";
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
.sp-header-icon-list li:nth-of-type(1) a {
  background-color: #eb7343;
}
.sp-header-icon-list li:nth-of-type(1) a::after {
  content: "動画";
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .sp-header-inner .logo img {
    max-height: 30px;
  }
}

.header-sub-box_sp {
  display: none;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box_sp {
    display: flex;
    justify-content: center;
    gap: 3%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
  }
  .header-sub-box_sp .item {
    border-radius: 10px 10px 0 0;
    padding-top: 8px;
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .header-sub-box_sp .item .txt {
    line-height: 1;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header-sub-box_sp .item .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box_sp .item .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header-sub-box_sp .item .content .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .header-sub-box_sp .item .content .tel .num {
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .header-sub-box_sp .item .content .tel .num {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .header-sub-box_sp .item .content .tel {
    aspect-ratio: 1;
    background-image: url(../img/icon_tel_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 20px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header-sub-box_sp .item:nth-of-type(1) {
    background-color: #c1e189;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-sub-box_sp .item:nth-of-type(1)::before {
    content: "";
    display: block;
    aspect-ratio: 142/201;
    background-image: url(../img/icon_pdf_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: auto;
  }
  .header-sub-box_sp .item:nth-of-type(2) {
    background-color: #a2e0d8;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-sub-box_sp .item:nth-of-type(2)::before {
    content: "";
    display: block;
    aspect-ratio: 170/201;
    background-image: url(../img/icon_tel_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: auto;
  }
}

.mobile-logo {
  height: 52px;
}
.mobile-logo img {
  max-width: unset;
  width: 200px;
}

.mobile-sub-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.mobile-sub-nav li a::before {
  content: "";
  aspect-ratio: 748/516;
  width: 20px;
  height: auto;
  background-image: url(../img/icon_mail_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-sub-nav li:nth-of-type(1) a::before {
  content: "";
  aspect-ratio: 142/201;
  width: 16px;
  height: auto;
  background-image: url(../img/icon_pdf_green.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-sub-nav li:nth-of-type(2) a::before {
  content: "";
  aspect-ratio: 201/136;
  width: 20px;
  height: auto;
  background-image: url(../img/icon_mail_green.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#loading {
  background: url(../img/bg_raibow_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#loading::before, #loading::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
}
#loading::before {
  aspect-ratio: 245/200;
  background-image: url(../img/leaf_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  top: 0;
  left: 0;
}
#loading::after {
  aspect-ratio: 263/195;
  background-image: url(../img/leaf_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  bottom: 0;
  right: 0;
}

.spin-wrap {
  width: 20%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1024px) {
  .spin-wrap {
    width: 40%;
  }
}

.loaded {
  display: none;
}

.login-section {
  height: 100vh;
  padding-top: 200px;
}

.sub-header-txt {
  position: relative;
}
.sub-header-txt span {
  display: block;
  padding: 10px 30px;
  border-radius: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.1em;
  color: #c1e189;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt span {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt span {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt span {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.sub-header-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  bottom: -6px;
  right: -6px;
  background-image: linear-gradient(45deg, #c1e189 25%, #fff 25%, #fff 50%, #c1e189 50%, #c1e189 75%, #fff 75%, #fff);
  background-size: 5px 5px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt::before {
    bottom: -3px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt::before {
    right: -3px;
  }
}
.sub-header-txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt::after {
    border-radius: 4px;
  }
}

.parent-page .parent__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parent-page .parent__list li {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .parent-page .parent__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.parent-page .parent__list li .news-list01 li {
  width: 100%;
}
.parent-page .parent__list li .news-list01 li .date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #826b63;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat {
  padding-top: 0;
  margin-bottom: 0;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat a {
  background-color: #fff;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border-radius: 3px;
  border: 1px solid #826b63;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat a:hover {
  background-color: #fff !important;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-news a {
  background-color: #71ccf0;
  border: 1px solid #71ccf0;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-news a:hover {
  color: #71ccf0;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-blog a {
  background-color: #e08e9f;
  border: 1px solid #e08e9f;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-blog a:hover {
  color: #e08e9f;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-movie a {
  background-color: #ffd68d;
  border: 1px solid #ffd68d;
}
.parent-page .parent__list li .news-list01 li .date-cat.flex .news-cat.news-catparent-movie a:hover {
  color: #ffd68d;
}
.parent-page .parent__list li iframe {
  aspect-ratio: 2;
  height: 100%;
}
.parent-page .parent__list li .btn01 {
  border: 1px solid #826b63;
  background-color: #fff;
  color: #826b63;
}
.parent-page .parent__list li .btn-arrow {
  width: 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  fill: #826b63;
}
.parent-page .document__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parent-page .document__list li {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.parent-page .document__list li a {
  background-image: linear-gradient(45deg, #eb7343 25%, #fff 25%, #fff 50%, #eb7343 50%, #eb7343 75%, #fff 75%, #fff);
  background-size: 5px 5px;
  border-radius: 10px;
  padding: 6px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li a {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li a {
    padding: 3px;
  }
}
.parent-page .document__list li a span {
  display: block;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #eb7343;
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li a span {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li a span {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li a span {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-page .document__list li a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.parent-page .document__list li a span::before {
  content: "";
  display: block;
  aspect-ratio: 142/201;
  background-image: url(../img/icon_pdf_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: auto;
}
.parent-page .document__list li a:hover span {
  background-color: #fff;
  color: #eb7343;
}
.parent-page .document__list li a:hover span::before {
  background-image: url(../img/icon_pdf_orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.archive-info-cat a {
  background-color: #fff;
  color: #826b63;
}

.single-info-date-cat time {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #826b63;
}

.post-categories li a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border-radius: 3px;
  color: #fff;
  padding: 5px 8px;
}
.post-categories li a:hover {
  background-color: #fff;
}

.single-info-title {
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.single-info-article h2 {
  font-size: clamp(12px, 2.2rem, 2.2rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-article h2 {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.single-info-article h3 {
  font-size: clamp(12px, 2rem, 2rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-article h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.sidebar h3 {
  font-size: clamp(12px, 2rem, 2rem);
  font-weight: 700;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .sidebar h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.recruit-single-title {
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .recruit-single-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.job-table th {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .job-table th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.job-table th,
.job-table td {
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .job-table th,
  .job-table td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.entry-btn a {
  font-size: clamp(12px, 2.2rem, 2.2rem);
  font-weight: 700;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .entry-btn a {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .entry-btn a {
    border-radius: 5px;
  }
}

.archive-time-cat time {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #826b63;
}
.archive-time-cat a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border-radius: 3px;
  padding: 5px 8px;
  background-color: #b6d66d;
  color: #fff;
}

main.panelactive {
  display: none;
}

#mobile-nav {
  display: none;
}
#mobile-nav.panelactive {
  display: block;
}

.footer {
  background-color: #acd180;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../img/kusa_01.png);
  background-repeat: repeat-x;
  background-size: 30%;
  background-position: top;
  position: absolute;
  left: 0;
  top: 0;
  top: -2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .footer::before {
    height: 25px;
  }
}
.footer .footer-inner {
  max-width: unset;
  width: 95%;
  border-top: 1px solid rgba(130, 107, 107, 0.12);
  padding: 60px 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer-inner {
    padding: 30px 20px;
  }
}
.footer .footer-logo-address {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo-address {
    margin: auto;
  }
}
.footer .footer-nav-wrap {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-nav-wrap .menu-footer-menu-left-container {
  width: 100%;
}
.footer .footer-logo {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    margin: auto;
    margin-bottom: 30px;
  }
}
.footer .footer-address p {
  text-align: left;
  color: #fff;
}
.footer .footer-address a {
  color: #fff;
}
.footer .copyright p {
  color: #fff;
}

.js-fadeUp {
  opacity: 0;
}
.js-fadeUp.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeDown {
  opacity: 0;
}
.js-fadeDown.is-show {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.is-show {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fadeIn70 {
  opacity: 0;
}
.js-fadeIn70.is-show {
  animation-name: fadeInAnime70;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes fadeInAnime70 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
.js-fadeIn60 {
  opacity: 0;
}
.js-fadeIn60.is-show {
  animation-name: fadeInAnime60;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInAnime60 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.js-fadeIn40 {
  opacity: 0;
}
.js-fadeIn40.is-show {
  animation-name: fadeInAnime40;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes fadeInAnime40 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.js-fadeInRight {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.js-fadeInRight.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInRight10 {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}
.js-fadeInRight10.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInLeft {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 3s;
}
.js-fadeInLeft.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-diagonal {
  transform: translate(-30%, 30%);
  transition: 1s;
}
.js-diagonal.is-show {
  transform: translate(0, 0);
}

.js-diagonal_rightToLeft {
  transform: translate(30%, 30%);
  transition: 1s;
}
.js-diagonal_rightToLeft.is-show {
  transform: translate(0, 0);
}

.js-UpDown {
  opacity: 0;
}
.js-UpDown.is-show {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.js-leftToRight {
  transform: scale(0, 1); /*X方向0、Y方向1*/
}
.js-leftToRight.is-show {
  animation-name: fadeInLeftToRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeInLeftToRight {
  from {
    transform: scale(0, 1); /*X方向0、Y方向1*/
  }
  to {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
}
.js-rotate {
  transform: rotate(-5deg);
  opacity: 0;
}
.js-rotate.is-show {
  animation-name: fadeInRotate;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeInRotate {
  from {
    transform: rotate(5deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}

/* SPサイズのみ適用 */
@media screen and (max-width: 768px) {
  .f-school#admisshon::after {
    bottom: 10%;
  }
}