@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=REM:ital,wght@0,100..900;1,100..900&family=Rampart+One&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rampart+One&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&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;
  }
}
@media screen and (max-width: 1024px) {
  #page-top.scrolled {
    bottom: 15px;
  }
}

.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: 1500/593;
  -webkit-mask-image: url(../img/mask.png);
          mask-image: url(../img/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: transparent;
  z-index: 1;
  margin-top: -2.8645833333vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .para {
    aspect-ratio: 2;
    background-attachment: unset;
  }
}
.para::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.para._01 {
  background: url(../img/para_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff !important;
}
@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(../img/para_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(../img/para_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 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3.2rem, 3.2rem);
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
  display: block;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    font-size: clamp(12px, 1.6rem, 1.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01::after {
  content: "";
  display: block;
  width: 25px;
  height: auto;
  margin: auto;
  margin-top: 20px;
  aspect-ratio: 514/612;
  background-image: url(../img/clover_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .title01::after {
    width: 12.5px;
  }
}
@media screen and (max-width: 1024px) {
  .title01::after {
    margin-top: 10px;
  }
}

.title02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  letter-spacing: 0.15em;
  color: var(--white);
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  background-color: var(--main);
  margin: auto;
  margin-bottom: 40px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 20px;
  }
}

.title03 {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 3rem, 3rem);
  text-align: left;
  color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title03 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 20px;
  }
}
.title03::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--main);
}
@media screen and (max-width: 1024px) {
  .title03::after {
    width: 20px;
  }
}

.title04 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.8rem, 2.8rem);
  letter-spacing: 0.1em;
  color: var(--txt);
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 15px;
  }
}

.title_en {
  width: -moz-fit-content;
  width: fit-content;
  height: 110px;
  margin-bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .title_en {
    height: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .title_en {
    margin-bottom: -20px;
  }
}
.title_en span {
  font-size: clamp(12px, 11rem, 11rem);
  font-family: "Courgette", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(212, 205, 201, 0.5);
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
@media screen and (max-width: 1024px) {
  .title_en span {
    font-size: clamp(12px, 5.5rem, 5.5rem);
  }
}
@media screen and (max-width: 500px) {
  .title_en span {
    font-size: 4rem;
  }
}
.title_en.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.title_en.is-show span:nth-of-type(2) {
  transition-delay: 0.2s;
}
.title_en.is-show span:nth-of-type(3) {
  transition-delay: 0.3s;
}
.title_en.is-show span:nth-of-type(4) {
  transition-delay: 0.4s;
}
.title_en.is-show span:nth-of-type(5) {
  transition-delay: 0.5s;
}
.title_en.is-show span:nth-of-type(6) {
  transition-delay: 0.6s;
}
.title_en.is-show span:nth-of-type(7) {
  transition-delay: 0.7s;
}
.title_en.is-show span:nth-of-type(8) {
  transition-delay: 0.8s;
}
.title_en.is-show span:nth-of-type(9) {
  transition-delay: 0.9s;
}
.title_en.is-show span:nth-of-type(10) {
  transition-delay: 1s;
}
.title_en.is-show span:nth-of-type(11) {
  transition-delay: 1.1s;
}
.title_en.is-show span:nth-of-type(12) {
  transition-delay: 1.2s;
}
.title_en.is-show span:nth-of-type(13) {
  transition-delay: 1.3s;
}
.title_en.is-show span:nth-of-type(14) {
  transition-delay: 1.4s;
}
.title_en.is-show span:nth-of-type(15) {
  transition-delay: 1.5s;
}

.title_deco {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.4rem, 2.4rem);
  aspect-ratio: 218/75;
  background-image: url(../img/ribon_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title_deco {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .title_deco {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .title_deco {
    margin-bottom: 30px;
  }
}

.p_title01 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--txt);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p_title01 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .p_title01 {
    margin-bottom: 20px;
  }
}
.p_title01::before {
  content: "";
  display: block;
  aspect-ratio: 116/89;
  background-image: url(../img/deco_08.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p_title01::before {
    width: 30px;
  }
}
.p_title01::after {
  content: "";
  display: block;
  aspect-ratio: 7;
  background-image: url(../img/dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: auto;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p_title01::after {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p_title01::after {
    margin-top: 4px;
  }
}

.btn {
  background: linear-gradient(to right, #62ac53 30%, #8ac17f 50%, #8ac17f 50%, #a1cd98 100%);
  background-size: 200%;
  background-position: left;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  cursor: pointer;
  background-position: right;
  transition: all 0.3s ease-in-out;
}

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

.link {
  display: flex;
  gap: 16px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 8px;
  }
}
.link span {
  display: block;
  background-color: #eadccd;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 50px;
  height: auto;
  min-width: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .link span {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .link span {
    min-width: 25px;
  }
}
.link span::after {
  content: "";
  display: block;
  aspect-ratio: 73/126;
  background-image: url(../img/icon_arrow_brwn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .link span::after {
    width: 5px;
  }
}

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

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

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

.tablepress {
  background: unset !important;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
  border: none;
}
.tablepress thead th {
  color: #826b63 !important;
  background-color: unset !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.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    border-right: 1px solid #ddd !important;
  }
}
.tablepress tbody td.column-1 {
  width: 30%;
  color: #826b63 !important;
}
.tablepress.tablepress-id-1 {
  border: none !important;
}
.tablepress.tablepress-id-1 tbody td {
  border-right: unset !important;
}
.tablepress.tablepress-id-1 tbody td.column-1 {
  color: var(--main) !important;
  background-color: #fff !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-1 tbody td.column-1 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td.column-1 {
    display: block;
    width: 100%;
  }
}
.tablepress.tablepress-id-1 tbody td.column-1 a {
  color: var(--main);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td.column-2 {
    display: block;
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.tablepress.tablepress-id-7 {
  border: none !important;
}
.tablepress.tablepress-id-7 tbody td {
  border-right: unset !important;
}
.tablepress.tablepress-id-7 tbody td.column-1 {
  color: var(--orange02) !important;
  background-color: #fff !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-7 tbody td.column-1 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.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 {
  padding-top: 0px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider__wrap {
    margin-top: 0px;
  }
}
.slider__wrap::before {
  content: "";
  display: block;
  aspect-ratio: 1500/53;
  background-image: url(../img/shape_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -2px;
  z-index: 1;
}
.slider__wrap .slider {
  position: relative;
}
.slider__wrap.load_compleet .deco {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.slider__wrap.load_compleet .deco._01 {
  animation-delay: 0.2s;
}
.slider__wrap.load_compleet .deco._02 {
  animation-delay: 0.4s;
}
.slider__wrap.load_compleet .deco._03 {
  animation-delay: 0.6s;
}
.slider__wrap.load_compleet .catch__wrap {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.slider__wrap .catch__wrap {
  position: absolute;
  top: 70%;
  right: 5%;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap {
    top: 80%;
  }
}
.slider__wrap .catch__wrap .catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch {
    margin-bottom: 10px;
  }
}
.slider__wrap .catch__wrap .catch::after {
  content: "";
  background-image: url(../img/dot_01.png);
  background-repeat: repeat-x;
  background-size: 40px;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider__wrap .catch__wrap .catch span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 2.6rem, 2.6rem);
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: var(--txt);
  text-align: right;
  display: block;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch__wrap .catch span {
    font-size: 1.2rem;
  }
}
.slider__wrap.load_completion .deco._01 {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.slider__wrap.load_completion .catch__wrap {
  position: absolute;
  top: 50%;
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .slider__wrap.load_completion .catch__wrap {
    top: 45%;
  }
}
.slider__wrap.load_completion .catch__wrap .catch {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

iframe {
  width: 100%;
}

.f-news {
  position: relative;
  background: linear-gradient(to bottom, #fbfcfb 0%, #ddecdd 100%);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .f-news {
    padding-bottom: 75px;
  }
}
.f-news::before {
  content: "";
  display: block;
  aspect-ratio: 1500/53;
  background-image: url(../img/shape_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -2px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-news::before {
    bottom: -1px;
  }
}
.f-news .news-list03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 {
    margin-bottom: 30px;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.f-news .news-list03 li.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list03 li.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.f-news .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-service .servie__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item {
    margin-bottom: 30px;
  }
}
.f-service .servie__item::before {
  content: "";
  aspect-ratio: 1;
  width: 40%;
  height: auto;
  position: absolute;
  right: -20%;
  bottom: -40%;
  z-index: 1;
  border-radius: 10px;
  background-image: url(../img/clover_05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.2;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item::before {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item::before {
    right: 0%;
    bottom: -10%;
  }
}
.f-service .servie__item.is-show .img,
.f-service .servie__item.is-show .sub-title,
.f-service .servie__item.is-show .title,
.f-service .servie__item.is-show .txt {
  transform: translate(0, 0);
  opacity: 1;
}
.f-service .servie__item.is-show:nth-of-type(even) .img,
.f-service .servie__item.is-show:nth-of-type(even) .sub-title,
.f-service .servie__item.is-show:nth-of-type(even) .title,
.f-service .servie__item.is-show:nth-of-type(even) .txt {
  transform: translate(0, 0);
  opacity: 1;
}
.f-service .servie__item .img {
  width: 60%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .img {
    transition-delay: 1s;
  }
}
.f-service .servie__item .img img {
  aspect-ratio: 3/2;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .img img {
    border-radius: 5px;
  }
}
.f-service .servie__item .content {
  width: 35%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .content {
    margin-bottom: 15px;
  }
}
.f-service .servie__item .sub-title {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.05em;
  color: var(--bg);
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .sub-title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .sub-title {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .sub-title {
    margin-bottom: 5px;
  }
}
.f-service .servie__item .sub-title .num {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 6rem, 6rem);
  line-height: 1;
  color: var(--bg);
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .sub-title .num {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
.f-service .servie__item .title {
  font-size: clamp(12px, 3rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--deep);
  line-height: 1.5em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .title {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.f-service .servie__item .txt {
  background-color: #fff;
  width: 140%;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1.5s ease-in-out;
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .txt {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .txt {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .txt {
    width: 100%;
    transition-delay: 0.5s;
  }
}
.f-service .servie__item .txt p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item .txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-service .servie__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.f-service .servie__item:nth-of-type(even)::before {
  right: unset;
  left: -20%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item:nth-of-type(even)::before {
    left: 0%;
  }
}
.f-service .servie__item:nth-of-type(even) .img {
  transform: translate(-10%, 0);
  transition: 2s;
  transition-delay: 0.5s;
}
.f-service .servie__item:nth-of-type(even) .sub-title {
  justify-content: end;
  opacity: 0;
  transform: translate(10%, 0);
  transition: 1s ease-in-out;
}
.f-service .servie__item:nth-of-type(even) .title {
  text-align: right;
  opacity: 0;
  transform: translate(10%, 0);
  transition: 1.5s ease-in-out;
}
.f-service .servie__item:nth-of-type(even) .txt {
  margin-left: -40%;
  opacity: 0;
  transform: translate(10%, 0);
  transition: 1.5s ease-in-out;
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-service .servie__item:nth-of-type(even) .txt {
    margin-left: 0;
  }
}

.f-voice {
  position: relative;
  padding-top: 0;
  background: linear-gradient(to bottom, #fbfcfb 0%, #ddecdd 100%);
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .f-voice {
    padding-bottom: 75px;
  }
}
.f-voice::before {
  content: "";
  display: block;
  aspect-ratio: 1500/53;
  background-image: url(../img/shape_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -2px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-voice::before {
    bottom: -1px;
  }
}
.f-voice .title_line {
  background: linear-gradient(to bottom, #72b464 0%, #8ac17f 100%);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-voice .title_line {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-voice .title_line {
    padding: 12.5px;
  }
}
@media screen and (max-width: 1024px) {
  .f-voice .title_line {
    margin-bottom: 30px;
  }
}
.f-voice .title_line span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 5rem, 5rem);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .f-voice .title_line span {
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}
.f-voice .voice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__list {
    flex-direction: column;
  }
}
.f-voice .voice__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-voice .voice__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(6) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(7) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(7) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(8) {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(8) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(9) {
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(9) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(10) {
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(10) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(11) {
  animation-delay: 2.2s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(11) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(12) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(13) {
  animation-delay: 2.6s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(13) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(14) {
  animation-delay: 2.8s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(14) {
    animation-delay: unset;
  }
}
.f-voice .voice__item.is-show:nth-of-type(15) {
  animation-delay: 3s;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item.is-show:nth-of-type(15) {
    animation-delay: unset;
  }
}
.f-voice .voice__item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item .img {
    margin-bottom: 5px;
  }
}
.f-voice .voice__item .img img {
  aspect-ratio: 3/2;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item .img img {
    border-radius: 5px;
  }
}
.f-voice .voice__item .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  color: var(--deep);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-voice .voice__item .txt {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .f-voice .voice__item .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.f-overview {
  position: relative;
}
.f-overview .box {
  flex-direction: column;
}
.f-overview .box .item {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item._map iframe {
    aspect-ratio: 2;
    height: auto;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  .header.scrolled {
    background-color: unset;
  }
}
.header .deco {
  display: block;
  aspect-ratio: 1;
  border-radius: 50% 54% 50% 52%/53% 50% 53% 48%;
  max-width: 550px;
  width: 28.6458333333vw;
  height: auto;
  position: absolute;
  animation: border-animation 60s infinite linear;
}
@media screen and (max-width: 1024px) {
  .header .deco {
    width: 300px;
  }
}
.header .deco._01 {
  top: -18.2291666667vw;
  left: -5.2083333333vw;
  background-color: #fff;
  z-index: 3;
}
@media screen and (min-width: 1920px) {
  .header .deco._01 {
    top: -350px;
    left: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .header .deco._01 {
    top: -255px;
    left: -82px;
  }
}
.header .deco._02 {
  top: -18.2291666667vw;
  left: -3.6458333333vw;
  background-color: rgba(150, 199, 140, 0.5);
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .header .deco._02 {
    top: -350px;
    left: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .header .deco._02 {
    top: -258px;
    left: -60px;
  }
}
.header .deco._03 {
  top: -17.1875vw;
  left: -6.7708333333vw;
  background-color: rgba(103, 174, 89, 0.5);
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .header .deco._03 {
    top: -330px;
    left: -130px;
  }
}
@media screen and (max-width: 1024px) {
  .header .deco._03 {
    top: -250px;
    left: -103px;
  }
}
@keyframes border-animation {
  100% {
    transform: rotate(360deg);
  }
}
.header .logo {
  max-width: 250px;
  width: 15%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    max-width: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo {
    margin-top: unset;
    min-width: 115px;
  }
}
.header .logo a {
  color: var(--main);
  font-family: "Zen Kurenaido", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header .logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .header .logo a {
    gap: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .header .logo a {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header .logo a .logo_a {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #4d9fe5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .header .logo a .logo_a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.header .header-box01 .header-box-inner01 {
  max-width: unset;
  width: 96%;
  justify-content: space-between;
  align-items: start;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 4;
}
@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 .g-sub-nav02 .g-sub-nav-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    flex-direction: row;
    justify-content: center;
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li {
    width: 47%;
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.4rem, 1.4rem);
  color: var(--txt);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border: none;
  padding: 10px;
  background-color: unset;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
    padding: 5px;
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.6rem, 2.6rem);
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a span {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a {
  padding: 10px 40px;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a .num, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a .num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a .num, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a .num {
    gap: 8px;
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a .num::before, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a .num::before {
  content: "";
  display: block;
  aspect-ratio: 86/100;
  background-image: url(../img/icon_tel_brwn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a .num::before, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a .num::before {
    width: 10px;
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover {
  color: var(--blue);
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover .num::before, .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover .num::before {
  background-image: url(../img/icon_tel_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover {
  color: var(--orange02);
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover .num::before {
  background-image: url(../img/icon_tel_orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(3) a::before {
  content: "";
  aspect-ratio: 1132/880;
  background-image: url(../img/icon_mail_blue_hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: auto;
  transform: rotate(0);
  transition: all 0.3s;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(3) a:hover::before {
  transform: rotate(5deg);
  transition: all 0.3s;
}
.header .header-sub-box .g-nav-tel-pc a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.4rem, 2.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  background-color: rgba(150, 199, 140, 0.8);
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-nav-tel-pc a {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.header .header-sub-box .g-nav-tel-pc a::before {
  content: "";
  display: block;
  aspect-ratio: 86/100;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
.header .header-sub-box .g-nav-tel-pc a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--main);
}
.header .header-sub-box .g-nav-tel-pc a:hover::before {
  background-image: url(../img/icon_tel_main.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-menu {
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
.header .header-menu > li {
  flex: 1;
  padding: 0;
}
.header .header-menu > li:last-of-type {
  border-right: unset;
}
.header .header-menu > li a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  color: var(--deep);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  border-right: unset;
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1300px) {
  .header .header-menu > li a {
    font-size: 1.4rem;
  }
}
.header .header-menu > li a .en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: var(--gray);
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a .en {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.header .header-menu > li a .en:first-letter {
  color: var(--blue);
}
.header .header-menu > li a:hover {
  opacity: 1;
  color: var(--main);
}

body.home .menu-header-menu-container {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 41.6666666667vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  body.home .menu-header-menu-container {
    display: none;
  }
}
body.home .menu-header-menu-container.scrolled {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
body.home .menu-header-menu-container .header-menu {
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
body.home .mobile-nav-wrap .menu-header-menu-container {
  display: block;
  width: 100%;
  position: unset;
}
body:not(.home) .header {
  position: fixed;
}
body:not(.home) .header.scrolled .logo,
body:not(.home) .header.scrolled .deco,
body:not(.home) .header.scrolled .header-sub-box {
  display: none;
}
body:not(.home) .header.scrolled .header-nav-area {
  margin: auto;
}
body:not(.home) .header-nav-area .menu-header-menu-container {
  margin-top: 16px;
}
body:not(.home) .header-nav-area .header-menu {
  background-color: unset;
}
body:not(.home) .header-nav-area .header-menu li a {
  color: var(--main);
  border-right: var(--main) 3px dotted;
}
body:not(.home) .header-nav-area .header-menu li a:hover {
  color: var(--deep);
}

.fix_nav {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 5;
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav {
    top: unset;
    bottom: 0;
    left: 0;
  }
}
.fix_nav.scrolled {
  display: block;
}
.fix_nav .fix_nav_list {
  position: relative;
}
.fix_nav .fix_nav_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  letter-spacing: 0.1em;
  color: var(--white);
  background-color: rgba(150, 199, 140, 0.8);
  writing-mode: vertical-lr;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a {
    writing-mode: unset;
    border-radius: unset;
    height: 50px;
  }
}
.fix_nav .fix_nav_list a::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a::before {
    width: 14px;
  }
}
.fix_nav .fix_nav_list a .num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a .num {
    gap: 0;
  }
}
.fix_nav .fix_nav_list a .num span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.4rem, 1.4rem);
  color: var(--white);
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a .num span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a .num span {
    transform: unset;
    font-size: 1.4rem;
  }
}
.fix_nav .fix_nav_list a .num span:nth-of-type(4), .fix_nav .fix_nav_list a .num span:nth-of-type(8) {
  transform: rotate(0deg);
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list a .num span:nth-of-type(4), .fix_nav .fix_nav_list a .num span:nth-of-type(8) {
    transform: unset;
  }
}
.fix_nav .fix_nav_list a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--main);
}
.fix_nav .fix_nav_list a:hover::before {
  background-image: url(../img/icon_tel_main.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.fix_nav .fix_nav_list a:hover .num span {
  color: var(--main);
}
.sp-header {
  position: relative;
  z-index: 5;
}

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

.sp-header-icon-list {
  width: 60px;
}
.sp-header-icon-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
}
.sp-header-icon-list li:nth-of-type(1) a {
  background-color: #eaac00;
}
.sp-header-inner .logo img {
  max-height: unset;
  width: 100%;
}

.mobile-logo {
  height: 50px;
}
.mobile-logo a {
  color: var(--main);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .mobile-logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .mobile-logo a {
    gap: 5px;
  }
}
.mobile-logo a .logo_a {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #4d9fe5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mobile-logo a .logo_a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.mobile-sub-nav {
  display: none;
}

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

.mobile-nav-wrap .menu-header-menu-container {
  display: block;
  width: 100%;
  position: unset;
}
.mobile-nav-wrap .mobile-menu-list > li a .en {
  display: none;
}

.mobile-sns-icon-title p {
  color: #a8877d !important;
}
.mobile-sns-icon-title p span {
  color: #a8877d !important;
}

.mobile-sns-sub-nav .fab {
  color: #a8877d !important;
}

.fix_nav_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 96%;
    margin: auto;
  }
}
.fix_nav_sp li {
  width: 49%;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
  border-radius: 10px 10px 0 0;
}
.fix_nav_sp li .head {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.4rem, 1.4rem);
  font-size: 10px;
  color: var(--blue);
  background-color: unset;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li .head {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.fix_nav_sp li a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  color: var(--blue);
}
@media screen and (max-width: 1024px) {
  .fix_nav_sp li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.fix_nav_sp li:nth-of-type(2) {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
}
.fix_nav_sp li:nth-of-type(2) .head {
  color: var(--orange02);
}
.fix_nav_sp li:nth-of-type(2) a {
  color: var(--orange02);
}

#loading {
  position: relative;
}
#loading::before, #loading::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  opacity: 30%;
}
#loading::before {
  aspect-ratio: 447/407;
  background-image: url(../img/circle_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  top: 0;
  left: 0;
}
#loading::after {
  aspect-ratio: 539/601;
  background-image: url(../img/circle_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25%;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .spin-wrap {
    width: 40%;
  }
}
.spin-wrap .logo {
  color: var(--main);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    gap: 5px;
  }
}
.spin-wrap .logo .logo_a {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #4d9fe5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo .logo_a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.loaded {
  display: none;
}

.pc-btn {
  position: fixed;
  top: -55px;
  right: -42px;
  width: 200px;
  height: 200px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 2%;
  padding-right: 1%;
  transition: all 0.4s ease-out;
  cursor: pointer;
  transform: translateX(100%);
}
.pc-btn::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #826b63;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.pc-btn .pc-btn-txt {
  position: relative;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pc-btn .pc-btn-txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.pc-btn.scrolled {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .pc-btn.scrolled {
    display: none;
  }
}
.pc-btn.active::before {
  content: none;
}

#hamburger_pc {
  position: relative;
  width: 60px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
#hamburger_pc span {
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
}
#hamburger_pc span:nth-of-type(1) {
  top: 0;
}
#hamburger_pc span:nth-of-type(2) {
  bottom: 0;
}
#hamburger_pc.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
#hamburger_pc.active span:nth-of-type(2) {
  transform: translateY(-12px) rotate(45deg);
}

#pc-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background-color: rgba(130, 107, 99, 0.95);
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  transform: translateX(100%);
  z-index: 999;
}
#pc-nav.open {
  transform: translateX(0);
}
#pc-nav .pc-logo {
  width: 50%;
  margin-bottom: 50px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list {
  margin-bottom: 60px;
}
#pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-nav-wrap .pc-nav-menu-list li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
}
#pc-nav .pc-sub-nav-list li {
  width: 47%;
  margin-bottom: 20px;
}
#pc-nav .pc-sub-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--txt);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-sub-nav-list li a span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-sub-nav-list li a span {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#pc-nav .pc-menu-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#pc-nav .pc-menu-tel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#pc-nav .pc-menu-tel-box:nth-of-type(2) .pc-menu-tel-head {
  background-color: #83cede;
}
#pc-nav .pc-menu-tel-head {
  color: #fff;
  margin-bottom: 0;
  background-color: #b4d260;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#pc-nav .pc-menu-tel-number {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.8rem, 2.8rem);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}

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

.sub-header-wrap {
  position: relative;
}
.sub-header-wrap::before {
  content: "";
  display: block;
  aspect-ratio: 2558/200;
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sub-header {
  width: 95%;
  margin: auto;
  border-radius: 20px;
  margin-top: 115px;
}
@media screen and (max-width: 1024px) {
  .sub-header {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-header {
    margin-top: 50px;
  }
}
.sub-header-txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

#breadcrumbs {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #breadcrumbs {
    padding-bottom: 30px;
  }
}

.sec {
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .sec {
    padding-bottom: 100px;
  }
}
.sec._01, .sec._03 {
  background-color: var(--bg);
  position: relative;
  padding-top: 0;
}
.sec._01::before, .sec._03::before {
  content: "";
  display: block;
  aspect-ratio: 2558/200;
  background-image: url(../img/bg03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sec._02, .sec._04 {
  position: relative;
}
.sec._02::before, .sec._04::before {
  content: "";
  display: block;
  aspect-ratio: 2558/200;
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sec._01 .p_title01::before {
  width: 80px;
  aspect-ratio: 116/89;
  background-image: url(../img/deco_08.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .sec._01 .p_title01::before {
    width: 40px;
  }
}
.sec._02 .p_title01::before {
  aspect-ratio: 26/27;
  background-image: url(../img/leaf_09.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.sec._03 .p_title01::before {
  aspect-ratio: 63/43;
  background-image: url(../img/butterfly_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.sec._04 .p_title01::before {
  aspect-ratio: 71/60;
  background-image: url(../img/kinoko_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-band {
  background-color: unset;
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    padding-bottom: 65px;
  }
}
.contact-band::before {
  content: "";
  display: block;
  aspect-ratio: 1500/53;
  background-image: url(../img/shape_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -2px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band::before {
    bottom: -1px;
  }
}
.contact-band .deco {
  display: block;
  height: auto;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
}
.contact-band .deco._01 {
  aspect-ratio: 412/328;
  background-image: url(../img/clover_06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35%;
  top: -5%;
  left: 0%;
}
.contact-band .deco._02 {
  aspect-ratio: 1;
  background-image: url(../img/clover_05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40%;
  bottom: -5%;
  right: 0%;
}
.contact-band-inner {
  width: 70%;
  margin: auto;
  border-radius: 20px;
  background-color: unset;
  padding: 40px;
  position: relative;
  z-index: 1;
  border: solid var(--bg) 10px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    width: 90%;
  }
}
.contact-band-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.8rem, 2.8rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact-band-title {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-title {
    margin-bottom: 15px;
  }
}
.contact-band-btn {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .contact-band-btn {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.contact-band .contact-band-tel-block.flex {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: unset;
}
.contact-band .cf-cb-txt,
.contact-band .cf-cb-time {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt,
  .contact-band .cf-cb-time {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt,
  .contact-band .cf-cb-time {
    margin-bottom: 15px;
  }
}
.contact-band .cf-tel-number {
  flex-wrap: nowrap;
  white-space: nowrap;
  color: var(--txt);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.8rem, 2.8rem);
  letter-spacing: 0.05em;
  color: var(--main);
  margin-top: unset;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    margin-bottom: 15px;
  }
}
.contact-band .cf-tel-number::before {
  content: "";
  display: block;
  aspect-ratio: 86/100;
  background-image: url(../img/icon_tel_brwn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number::before {
    width: 14px;
  }
}

body:not(.home) .contact-band {
  background-color: unset;
}

main.about .sec._01 .p_title01::before {
  content: none;
}
main.about .sec._01 .p_title01::after {
  content: "";
  display: block;
  aspect-ratio: 3058/358;
  background-image: url(../img/frag-green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}

main.branch .sec._01 .p_title01::before {
  content: none;
}
main.branch .sec._01 .p_title01::after {
  content: "";
  display: block;
  aspect-ratio: 3058/358;
  background-image: url(../img/frag-blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
main.branch .box .item._img::before {
  background-color: #bfe6ed !important;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.about,
.branch {
  counter-reset: number 0;
}
.about .sec._01::after,
.branch .sec._01::after {
  content: "";
  display: block;
  aspect-ratio: 2;
  background-image: url(../img/park_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  right: 2%;
  bottom: -3%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .about .sec._01::after,
  .branch .sec._01::after {
    width: 30%;
  }
}
.about .sec._04::before,
.branch .sec._04::before {
  content: none;
}
.about .lead,
.branch .lead {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .lead,
  .branch .lead {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about .lead,
  .branch .lead {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about .lead,
  .branch .lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .about .lead,
  .branch .lead {
    margin-bottom: 40px;
  }
}
.about .lead::before, .about .lead::after,
.branch .lead::before,
.branch .lead::after {
  content: "";
  display: block;
  aspect-ratio: 279/211;
  background-image: url(../img/branch_06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  height: auto;
  position: absolute;
}
.about .lead::before,
.branch .lead::before {
  top: -10%;
  left: -5%;
  transform: rotate(-10deg);
}
.about .lead::after,
.branch .lead::after {
  bottom: -10%;
  right: -5%;
  transform: rotate(170deg);
}
.about .lead span,
.branch .lead span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .about .lead span,
  .branch .lead span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about .inner.about .box,
.branch .inner.about .box {
  justify-content: space-between;
  align-items: center;
}
.about .inner.about .box .item._img,
.branch .inner.about .box .item._img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._img,
  .branch .inner.about .box .item._img {
    margin-bottom: 20px;
  }
}
.about .inner.about .box .item._img::before,
.branch .inner.about .box .item._img::before {
  content: "";
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #e4f7c6;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._img::before,
  .branch .inner.about .box .item._img::before {
    bottom: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._img::before,
  .branch .inner.about .box .item._img::before {
    right: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._img::before,
  .branch .inner.about .box .item._img::before {
    border-radius: 10px;
  }
}
.about .inner.about .box .item._img .deco,
.branch .inner.about .box .item._img .deco {
  z-index: 3;
}
.about .inner.about .box .item._img .deco._01,
.branch .inner.about .box .item._img .deco._01 {
  aspect-ratio: 219/209;
  background-image: url(../img/leaf_012.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10%;
  top: -5%;
  left: -5%;
}
.about .inner.about .box .item._img .deco._02,
.branch .inner.about .box .item._img .deco._02 {
  aspect-ratio: 266/168;
  background-image: url(../img/flower_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25%;
  bottom: -10%;
  right: -10%;
}
.about .inner.about .box .item._img img,
.branch .inner.about .box .item._img img {
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._img img,
  .branch .inner.about .box .item._img img {
    border-radius: 10px;
  }
}
.about .inner.about .box .item._txt,
.branch .inner.about .box .item._txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._txt,
  .branch .inner.about .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .inner.about .box .item._txt p,
.branch .inner.about .box .item._txt p {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .about .inner.about .box .item._txt p,
  .branch .inner.about .box .item._txt p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about .features__item,
.branch .features__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .about .features__item,
  .branch .features__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .about .features__item,
  .branch .features__item {
    margin-bottom: 40px;
  }
}
.about .features__item:last-of-type,
.branch .features__item:last-of-type {
  margin-bottom: 0;
}
.about .features__item:nth-of-type(even),
.branch .features__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .about .features__item:nth-of-type(even),
  .branch .features__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.about .features__item .img,
.branch .features__item .img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .features__item .img,
  .branch .features__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .features__item .img::before,
.branch .features__item .img::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(12px, 6rem, 6rem);
  position: absolute;
  left: -20px;
  top: -50px;
  line-height: 1;
  color: var(--txt_light);
}
@media screen and (max-width: 1024px) {
  .about .features__item .img::before,
  .branch .features__item .img::before {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .features__item .img::before,
  .branch .features__item .img::before {
    left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .about .features__item .img::before,
  .branch .features__item .img::before {
    top: -25px;
  }
}
.about .features__item .img img,
.branch .features__item .img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .about .features__item .img img,
  .branch .features__item .img img {
    border-radius: 5px;
  }
}
.about .features__item .content,
.branch .features__item .content {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .about .features__item .content,
  .branch .features__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .features__item .content .title02,
.branch .features__item .content .title02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .about .features__item .content .title02,
  .branch .features__item .content .title02 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.about .features__item .content .txt p,
.branch .features__item .content .txt p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .about .features__item .content .txt p,
  .branch .features__item .content .txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about .overview .box,
.branch .overview .box {
  justify-content: space-between;
}
.about .overview .box .item,
.branch .overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .about .overview .box .item,
  .branch .overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .overview .box .item._map iframe,
.branch .overview .box .item._map iframe {
  aspect-ratio: 3/2;
  height: auto;
}
.about .overview table td,
.branch .overview table td {
  text-align: left;
}
.about .overview table td:first-of-type,
.branch .overview table td:first-of-type {
  background-color: var(--main);
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .about .overview table td:first-of-type,
  .branch .overview table td:first-of-type {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about .overview table td:nth-of-type(2),
.branch .overview table td:nth-of-type(2) {
  background-color: #fff;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .about .overview table td:nth-of-type(2),
  .branch .overview table td:nth-of-type(2) {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.sb_instagram_header {
  display: none;
}

@media screen and (max-width: 600px) {
  #sb_instagram.sbi_tab_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
  background-color: var(--main) !important;
}

.usage .sec._02::before {
  content: none;
}
.usage .inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .usage .inner {
    margin-bottom: 40px;
  }
}
.usage .inner.service .lead {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .usage .inner.service .lead {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.usage .inner.service .box {
  justify-content: space-between;
}
.usage .inner.service .box .item._img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .usage .inner.service .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.usage .inner.service .box .item._img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .usage .inner.service .box .item._img img {
    border-radius: 5px;
  }
}
.usage .inner.service .box .item._txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .usage .inner.service .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.usage .inner.service .box .item._txt p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .usage .inner.service .box .item._txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.usage .inner.features .features__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item {
    margin-bottom: 15px;
  }
}
.usage .inner.features .features__item .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.1em;
  color: var(--txt);
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: -60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .title {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .title {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .title {
    display: flex;
    flex-direction: column;
  }
}
.usage .inner.features .features__item .title .en {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  color: var(--brwn03);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .title .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.usage .inner.features .features__item .title .en .num {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(12px, 6rem, 6rem);
  color: var(--brwn03);
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .title .en .num {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
.usage .inner.features .features__item .box {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box {
    margin-bottom: 15px;
  }
}
.usage .inner.features .features__item .box .img {
  width: 30%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.usage .inner.features .features__item .box .img img {
  border-radius: 10px;
  aspect-ratio: 3/2;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box .img img {
    border-radius: 5px;
  }
}
.usage .inner.features .features__item .box .txtArea {
  width: 65%;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box .txtArea {
    padding-top: 30px;
  }
}
.usage .inner.features .features__item .box .txtArea .txt {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box .txtArea .txt {
    padding: 10px;
  }
}
.usage .inner.features .features__item .box .txtArea .txt p {
  text-align: left;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .box .txtArea .txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.usage .inner.features .features__item .remarks__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__list {
    flex-direction: column;
  }
}
.usage .inner.features .features__item .remarks__item {
  width: 47%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__item {
    padding: 10px 10px;
  }
}
.usage .inner.features .features__item .remarks__item__title span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  text-align: center;
  color: var(--txt);
  display: block;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__item__title span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.usage .inner.features .features__item .remarks__content__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.usage .inner.features .features__item .remarks__content__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__content__item {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__content__item {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.usage .inner.features .features__item .remarks__content__item::before {
  content: "";
  aspect-ratio: 1;
  width: 16px;
  height: auto;
  background-color: var(--txt);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .usage .inner.features .features__item .remarks__content__item::before {
    width: 8px;
  }
}
.usage .inner table td {
  text-align: left;
}
.usage .inner table td:first-of-type {
  background-color: var(--main);
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .usage .inner table td:first-of-type {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.usage .inner table td:nth-of-type(2) {
  background-color: #fff;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .usage .inner table td:nth-of-type(2) {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.usage .inner .hinata__list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .usage .inner .hinata__list li {
    margin-bottom: 20px;
  }
}
.usage .inner .hinata__list li .box {
  justify-content: space-between;
}
.usage .inner .hinata__list li .box .img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .usage .inner .hinata__list li .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.usage .inner .hinata__list li .box .img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .usage .inner .hinata__list li .box .img img {
    border-radius: 5px;
  }
}
.usage .inner .hinata__list li .box .txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .usage .inner .hinata__list li .box .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tab-panel-a .tab-group .tab {
  color: #b3b3b3;
  border: none;
  letter-spacing: 2px;
  background-color: rgb(243, 243, 243);
  border-radius: 999px;
}
.tab-panel-a .tab-group .tab.is-active, .tab-panel-a .tab-group .tab:hover {
  background-color: var(--main);
  color: #fff;
}

.life .tab-panel-a .tab-group .tab {
  color: #b3b3b3;
  border: none;
  letter-spacing: 2px;
  background-color: rgb(243, 243, 243);
  border-radius: 999px;
}
@media screen and (max-width: 1024px) {
  .life .tab-panel-a .tab-group .tab {
    width: 100%;
  }
}
.life .tab-panel-a .tab-group .tab.is-active, .life .tab-panel-a .tab-group .tab:hover {
  color: #fff;
}
.life .tab-panel-a .tab-group .tab:nth-of-type(1).is-active, .life .tab-panel-a .tab-group .tab:nth-of-type(1):hover {
  background-color: var(--main);
}
.life .tab-panel-a .tab-group .tab:nth-of-type(2).is-active, .life .tab-panel-a .tab-group .tab:nth-of-type(2):hover {
  background-color: var(--green);
}
.life .tab-panel-a .tab-group .tab:nth-of-type(3).is-active, .life .tab-panel-a .tab-group .tab:nth-of-type(3):hover {
  background-color: var(--blue);
}

.guide .content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .guide .content {
    margin-bottom: 30px;
  }
}
.guide .content::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
  background-color: var(--yellow);
}
@media screen and (max-width: 1024px) {
  .guide .content::before {
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .content::before {
    bottom: 1px;
  }
}
.guide .content p {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: var(--txt);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .guide .content p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.guide .form_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .guide .form_wrap {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .form_wrap {
    padding: 20px;
  }
}
.guide .form_wrap .txt {
  margin-bottom: 60px;
}
.guide .form_wrap .txt p {
  text-align: center;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .guide .form_wrap .txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .guide .form_wrap .txt {
    margin-bottom: 30px;
  }
}

.calendarData {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700 !important;
  font-size: 2.4rem !important;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .calendarData {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 360px) {
  .calendarData {
    font-size: 2rem !important;
  }
}

#booking-package_calendarPage .arrowLeft span,
#booking-package_calendarPage .arrowRight span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #booking-package_calendarPage .arrowLeft span,
  #booking-package_calendarPage .arrowRight span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#booking-package_calendarPage .arrowLeft span::after,
#booking-package_calendarPage .arrowRight span::after {
  content: "月";
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #booking-package_calendarPage .arrowLeft span::after,
  #booking-package_calendarPage .arrowRight span::after {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#booking-package_calendarPage .week_slot {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: var(--txt);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #booking-package_calendarPage .week_slot {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_calendarPage .week_slot {
    padding: 10px;
  }
}
#booking-package_calendarPage .dateField {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  #booking-package_calendarPage .dateField {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

#booking-package_inputFormPanel .title_in_form {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .title_in_form {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
#booking-package_inputFormPanel .row {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row {
    flex-direction: column;
  }
}
#booking-package_inputFormPanel .row .bookingTime {
  display: none;
}
#booking-package_inputFormPanel .row .name {
  width: 20%;
  padding: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .name {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .name {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .name {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
#booking-package_inputFormPanel .row .required {
  margin-left: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: var(--txt);
  background-color: unset;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .required {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
#booking-package_inputFormPanel .row .value {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .value {
    width: 100%;
    margin-bottom: 20px;
  }
}
#booking-package_inputFormPanel .row .description {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .description {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#booking-package_inputFormPanel .row .radio_title {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row .radio_title {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

#booking-package button {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  #booking-package button {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

main.contact .contact-band-list li {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  main.contact .contact-band-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main.contact .contact-band-list li:nth-of-type(1) a .num::before {
  background-image: url(../img/icon_tel_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
main.contact .contact-band-list li:nth-of-type(1) a::after {
  content: none !important;
}
main.contact .contact-band-list li:nth-of-type(2) a .num::before {
  background-image: url(../img/icon_tel_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
main.contact .contact-form-content {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  main.contact .contact-form-content {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main.contact .contact-form-content {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main.contact .contact-form-content {
    margin-bottom: 40px;
  }
}
main.contact .contact-form01 {
  border: none;
}
main.contact .contact-form01 tbody {
  border: none;
}
main.contact .contact-form01 th {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  font-weight: 700;
  color: var(--main);
  background-color: #fff;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  main.contact .contact-form01 th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  main.contact .contact-form01 th {
    border-bottom: none;
  }
}
main.contact .contact-form01 td {
  text-align: left;
  background-color: #fff;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border: none;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  main.contact .contact-form01 td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
main.contact .wpcf7-list-item-label {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  main.contact .wpcf7-list-item-label {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
main.contact input[type=text],
main.contact textarea,
main.contact input[type=email],
main.contact input[type=tel] {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  main.contact input[type=text],
  main.contact textarea,
  main.contact input[type=email],
  main.contact input[type=tel] {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
main.contact input[type=submit],
main.contact input[type=button] {
  border-radius: 6px;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  main.contact input[type=submit],
  main.contact input[type=button] {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  main.contact input[type=submit],
  main.contact input[type=button] {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
main.contact .privacy-check a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  main.contact .privacy-check a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
main.contact .overview .box {
  justify-content: space-between;
}
main.contact .overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  main.contact .overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
main.contact table td a {
  color: var(--main);
}
main.contact .info__list {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main.contact .info__list {
    flex-direction: column;
  }
}
main.contact .info__list li {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li {
    margin-bottom: 15px;
  }
}
main.contact .info__list li a {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px rgba(168, 135, 125, 0.4);
}
main.contact .info__list li a .icon_pdf {
  position: relative;
  height: 100%;
  background-color: var(--main);
  padding: 10px;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li a .icon_pdf {
    padding: 5px;
  }
}
main.contact .info__list li a .icon_pdf::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;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li a .icon_pdf::before {
    width: 8px;
  }
}
main.contact .info__list li a .content {
  padding: 10px;
  line-height: 28.3px;
  background-color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: var(--brwn02);
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li a .content {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li a .content {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
main.contact .info__list li a .icon_dl {
  position: relative;
  height: 100%;
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li a .icon_dl {
    padding: 5px;
  }
}
main.contact .info__list li a .icon_dl::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/icon_dl_brwn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  main.contact .info__list li a .icon_dl::before {
    width: 8px;
  }
}
main.contact .info__list li a:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px 0px rgba(255, 135, 79, 0.4);
}
main.contact .info__list li a:hover .content {
  background-color: var(--main);
  color: #fff;
  transition: all 0.3s;
}
main.contact .info__list li a:hover .icon_dl {
  background-color: var(--yellow);
}
main.contact .info__list li a:hover .icon_dl::before {
  background-image: url(../img/icon_dl_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.recruit .recruit-feed01 > li {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .recruit .recruit-feed01 > li {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .recruit-feed01 > li {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .recruit-feed01 > li {
    margin-bottom: 40px;
  }
}
.recruit .recruit-feed01 .recruit-content h3 {
  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) {
  .recruit .recruit-feed01 .recruit-content h3 {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.recruit .recruit-feed01 .recruit-sub.flex li {
  font-size: clamp(12px, 1.4rem, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .recruit .recruit-feed01 .recruit-sub.flex li {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.recruit .recruit-feed01 .recruit-sub.flex li span {
  font-size: clamp(12px, 1.4rem, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .recruit .recruit-feed01 .recruit-sub.flex li span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

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

.single-info-date-cat time {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .single-info-date-cat time {
    font-size: 10px;
  }
}
.single-info-date-cat span a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border-radius: 3px;
  padding: 5px 8px;
}

.post-categories li a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border-radius: 3px;
  color: #fff;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .post-categories li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.post-categories li a:hover {
  background-color: #fff;
  color: #a8877d;
}
.post-categories li a.news {
  background-color: var(--yellow);
  border: solid 1px var(--yellow);
}
.post-categories li a.news:hover {
  background-color: #fff;
  color: var(--yellow);
}
.post-categories li a.lunch {
  background-color: var(--green);
  border: solid 1px var(--green);
}
.post-categories li a.lunch:hover {
  background-color: #fff;
  color: var(--green);
}
.post-categories li a.childcare {
  background-color: var(--blue);
  border: solid 1px var(--blue);
}
.post-categories li a.childcare:hover {
  background-color: #fff;
  color: var(--blue);
}
.post-categories li a.column {
  background-color: var(--pink);
  border: solid 1px var(--pink);
}
.post-categories li a.column:hover {
  background-color: #fff;
  color: var(--pink);
}

.single-info-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: 1.6rem;
  }
}

.single-info-article h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  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-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  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-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  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 .recruit-single-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.4rem, 2.4rem);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.recruit-single .recruit-single-content p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-content p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .job-table th {
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table th {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit-single .job-table td {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .job-table td p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .recruit-single .job-table td p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit-single .entry-btn a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  font-weight: 700;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit-single .entry-btn a {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit-single .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;
  font-size: clamp(12px, 1.4rem, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .archive-time-cat time {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.archive-time-cat a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  border-radius: 3px;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat a {
    font-size: 10px;
  }
}

main.panelactive {
  display: none;
}

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

.footer {
  padding-top: 0;
  position: relative;
  z-index: 1;
  background-color: var(--main);
  margin-top: -3px;
  background: linear-gradient(to bottom, var(--main) 0%, #a2cd99 100%);
}
.footer .footer-inner {
  max-width: unset;
  width: 90%;
  margin: auto;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-inner {
    padding-top: 30px;
  }
}
.footer .footer-logo {
  max-width: 300px;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    margin-bottom: 15px;
  }
}
.footer .footer-logo a {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo a {
    gap: 5px;
  }
}
.footer .footer-logo a .logo_a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo a .logo_a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.footer .footer-logo-address {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo-address {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo-address {
    margin: auto;
  }
}
.footer .footer-logo-address p,
.footer .footer-logo-address a {
  text-align: center;
  color: #fff;
}
.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%;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    margin: auto;
    margin-bottom: 30px;
  }
}

.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: 2.5s ease-in-out;
}
.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*/
    transform-origin: left;
  }
  to {
    transform: scale(1, 1); /*X方向にスケール拡大*/
    transform-origin: left;
  }
}
.js-scaleUp {
  transform: scale(0, 0); /*X方向0、Y方向1*/
}
.js-scaleUp.is-show {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

@keyframes scaleUp {
  from {
    transform: scale(0, 0); /*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;
  }
}
/* Safari */
_::-webkit-full-page-media,
_:future,
:root .fix_nav {
  right: 30px;
}
@media screen and (max-width: 1024px) {
  _::-webkit-full-page-media,
  _:future,
  :root .fix_nav {
    right: 0;
  }
}

.side-box li a,
.widget_archive li a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .side-box li a,
  .widget_archive li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

input[type=text],
textarea,
input[type=email],
input[type=tel] {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  input[type=text],
  textarea,
  input[type=email],
  input[type=tel] {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}