@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=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&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(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
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;
}

.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_wrap {
  position: relative;
}
.para_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 3;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  top: -3px;
  z-index: -1;
}

.para {
  width: 100%;
  aspect-ratio: 600/356;
  -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: -1.0416666667vw;
  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.2);
  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 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 20px;
  }
}
.title01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--txt);
  transform-origin: left center;
}
.title01 .en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 7rem;
  line-height: 1.55em;
  text-transform: uppercase;
  color: var(--txt);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 3.5rem, 3.5rem);
  }
}
.title01 .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.5em;
  text-align: left;
  color: var(--txt);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title01._right {
  margin-left: auto;
  margin-right: 0;
}
.title01._right .ja {
  text-align: right;
}
.title01.is-show::before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.title01.is-show .en {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
.title01.is-show .ja {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

.title03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title03 span {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: left;
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  padding: 10px 40px;
}
@media screen and (max-width: 1024px) {
  .title03 span {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 span {
    padding: 5px 20px;
  }
}

.title04 {
  aspect-ratio: 376/109;
  width: 50%;
  height: auto;
  background-image: url(../img/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--main);
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  padding: 20px 60px;
  line-height: 1;
  border-radius: 0 10px 0 10px;
  margin: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .title04 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title04 {
    margin-bottom: 20px;
  }
}

.title_en {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 60px;
  margin-left: 5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title_en {
    margin-bottom: 30px;
  }
}
.title_en .en {
  display: block;
  font-size: 20rem;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--bg03);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .title_en .en {
    font-size: clamp(12px, 10rem, 10rem);
  }
}
@media screen and (max-width: 500px) {
  .title_en .en {
    font-size: 4rem;
  }
}
.title_en .ja {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--main);
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .title_en .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.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;
}

.bg_en {
  margin-bottom: 0;
}
.bg_en span {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18rem;
  font-size: 9.375vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
@media screen and (max-width: 1024px) {
  .bg_en span {
    font-size: clamp(12px, 9rem, 9rem);
  }
}
@media screen and (max-width: 600px) {
  .bg_en span {
    font-size: 5rem;
  }
}
.bg_en.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.bg_en.is-show span:nth-of-type(odd) {
  transition-delay: 0.2s;
}
.bg_en.is-show span:nth-of-type(2) {
  transition-delay: 0.4s;
}
.bg_en.is-show span:nth-of-type(4) {
  transition-delay: 0.6s;
}
.bg_en.is-show span:nth-of-type(6) {
  transition-delay: 0.8s;
}
.bg_en.is-show span:nth-of-type(8) {
  transition-delay: 1s;
}

.btn:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer !important;
}

.btn02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 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;
}

main {
  overflow: hidden;
}

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

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

.tablepress {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
  border: none;
}
.tablepress thead th {
  color: var(--main) !important;
  color: #fff !important;
  background-color: var(--bg_green02) !important;
  background-color: var(--main) !important;
  border-right: 1px solid #ddd !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    white-space: nowrap;
  }
}
.tablepress tbody td {
  font-size: 1.6rem;
  border-right: 1px solid #ddd !important;
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td.column-1 {
  width: 30%;
  color: var(--main) !important;
  color: #fff !important;
  background-color: var(--bg_green02);
  background-color: var(--main);
}
.tablepress.tablepress-id-1 {
  border: none !important;
  background-color: transparent !important;
}
.tablepress.tablepress-id-1 tbody td {
  border-bottom: solid 1px #ddd !important;
  border-right: none !important;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: transparent !important;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.tablepress.tablepress-id-1 tbody td.column-1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--txt) !important;
}
@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-7 tbody th,
  .tablepress.tablepress-id-7 tbody td {
    display: block;
    width: 100%;
  }
}

.tablepress-table-name {
  background-color: unset;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main);
  text-align: center;
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    margin-bottom: 30px;
  }
}
.tablepress-table-name span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: var(--main);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-name span {
    margin-bottom: 10px;
  }
}

.tablepress-table-description {
  font-size: 1.6rem;
  margin-bottom: 60px;
  background-color: unset;
  line-height: 1.8;
  border: solid 1px var(--main);
  border-radius: 30px 0 30px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .tablepress-table-description {
    margin-bottom: 30px;
  }
}
.tablepress-table-description.tablepress-table-description-id-8, .tablepress-table-description.tablepress-table-description-id-9 {
  text-align: left;
}

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: 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 {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
}
.mv__content video,
.mv__content iframe {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 600px) {
  .mv__content video,
  .mv__content iframe {
    aspect-ratio: 600/850;
  }
}

.slider__wrap {
  padding-top: 0px;
  padding-bottom: 0;
  position: relative;
}
.slider__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(var(--black), 0.2);
  z-index: 1;
}
.slider__wrap .catch {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(16px, 4.1666666667vw, 8rem);
  color: var(--white);
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .catch {
    font-size: clamp(12px, 7.8125vw, 4rem);
  }
}
.slider__wrap .slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.slider__wrap .slider.load_compleet .border._01 {
  animation: stroke-width 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.slider__wrap .slider.load_compleet .border._02 {
  animation: stroke-height 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.slider__wrap .slider.load_compleet .border._03 {
  animation: stroke-width 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.slider__wrap .slider.load_compleet .border._04 {
  animation: stroke-height 1s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.slider__wrap .slider.load_compleet .deco {
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.slider__wrap .slider.load_compleet .deco._01 {
  animation-delay: 0.2s;
}
.slider__wrap .slider.load_compleet .deco._02 {
  animation-delay: 0.4s;
}
.slider__wrap .slider.load_compleet .deco._03 {
  animation-delay: 0.6s;
}
.slider__wrap .slider.load_compleet .catch__wrap {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.slider__wrap .g-sub-nav-list {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list {
    display: none;
  }
}
.slider__wrap .g-sub-nav-list li a {
  width: 100%;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  color: var(--main);
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.slider__wrap .g-sub-nav-list li a::before {
  content: "";
  display: block;
  height: auto;
}
.slider__wrap .g-sub-nav-list li a.subNav_1 span {
  color: var(--main);
  font-weight: 700;
  font-size: 1.8rem;
  transform: rotate(-90deg);
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li a.subNav_1 span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.slider__wrap .g-sub-nav-list li a.subNav_1 span:nth-of-type(3), .slider__wrap .g-sub-nav-list li a.subNav_1 span:nth-of-type(8) {
  transform: rotate(0);
}
.slider__wrap .g-sub-nav-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.slider__wrap .g-sub-nav-list li:nth-of-type(1) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon_tel_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li:nth-of-type(1) a::before {
    width: 9px;
  }
}
.slider__wrap .g-sub-nav-list li:nth-of-type(2) a::before {
  aspect-ratio: 1024/768;
  background-image: url(../img/icon_mail_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
}
@media screen and (max-width: 1024px) {
  .slider__wrap .g-sub-nav-list li:nth-of-type(2) a::before {
    width: 9px;
  }
}
.slider__wrap .scroll {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__wrap .scroll {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.slider__wrap .scroll::after {
  content: "";
  right: 3px;
  width: 1px;
  height: 60px;
  background: var(--main);
  animation: sdl03 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl03 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.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: 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%;
}

.bg_gray {
  width: 100%;
  position: relative;
  padding: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .bg_gray {
    padding: 50px 0px;
  }
}
.bg_gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(100%);
  transform: translateX(10%);
  transition-duration: 2s;
  background-color: var(--gray02);
}
.txt_circle {
  aspect-ratio: 1;
  width: 300px;
  height: auto;
  background-image: url(../img/txt_circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10vw;
  top: -200px;
  animation-name: roll;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.2;
}
@media screen and (max-width: 1024px) {
  .txt_circle {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .txt_circle {
    top: -100px;
  }
}

.bg_diagonal_gray {
  position: relative;
}
.bg_diagonal_gray::before {
  content: "";
  display: block;
  width: 100%;
  height: 120vw;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: var(--light_gray);
  transform: skew(0deg, 0deg);
  z-index: -1;
}
.bg_diagonal_gray.is-show::before {
  width: 35%;
  right: 60%;
  transform: skew(-45deg, 0deg);
  transition: all 0.8s ease-in-out;
  transition-delay: 1s;
}

.bg_diagonal_orange {
  position: relative;
}
.bg_diagonal_orange::before {
  content: "";
  display: block;
  width: 100%;
  height: 120vw;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: var(--main);
  transform: skew(0, 0deg);
  z-index: -1;
}
.bg_diagonal_orange.is-show::before {
  width: 40%;
  right: 60%;
  transform: skew(-45deg, 0deg);
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}

.f-mission {
  padding-bottom: 0;
}
.f-mission .box {
  justify-content: space-between;
}
.f-mission .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-mission .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-mission .box .item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-mission .box .item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-mission .box .item._txt {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .f-mission .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-mission .box .item._img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .f-mission .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.f-service {
  padding-bottom: 0;
}
.f-service .service__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-service .service__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .service__list {
    margin-bottom: 30px;
  }
}
.f-service .service__item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .f-service .service__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-service .service__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-service .service__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-service .service__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-service .service__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-service .service__item a:hover {
  cursor: pointer;
}
.f-service .service__item a:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.f-service .service__item a:hover .link::after {
  transform: translateX(5px);
  transition: all 0.3s;
}
.f-service .service .content {
  position: relative;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-service .service .content {
    margin-bottom: 20px;
  }
}
.f-service .service .content::before {
  content: "";
  display: block;
  background-color: var(--gray);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .f-service .service .content::before {
    top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .service .content::before {
    left: 10px;
  }
}
.f-service .service .content .img {
  position: relative;
  overflow: hidden;
}
.f-service .service .content .img img {
  aspect-ratio: 3/2;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.f-service .service .content .title {
  background-color: var(--white);
  padding: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .f-service .service .content .title {
    padding: 5px;
  }
}
.f-service .bnr {
  display: block;
  position: relative;
  aspect-ratio: 2;
  width: 60%;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .f-service .bnr {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-service .bnr::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.f-service .bnr img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.f-service .bnr .txtArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.f-service .bnr .txtArea p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.f-service .bnr .txtArea .title {
  font-size: 1.5625vw;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .f-service .bnr .txtArea .title {
    font-size: 1.5rem;
  }
}
.f-service .bnr .txtArea .txt {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .f-service .bnr .txtArea .txt {
    margin-bottom: 20px;
  }
}
.f-service .bnr .txtArea .bnr_btn {
  background-color: var(--white);
  border-radius: 999px;
  font-size: 1.1458333333vw;
  letter-spacing: 0.15em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: var(--main);
  padding: 10px 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .f-service .bnr .txtArea .bnr_btn {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-service .bnr .txtArea .bnr_btn {
    font-size: 1.2rem;
  }
}
.f-service .bnr:hover::before {
  background-color: rgba(var(--black), 0.6);
  transition: all 0.3s;
}
.f-service .bnr:hover .bnr_btn {
  background-color: var(--main);
  color: var(--white);
  transition: all 0.3s;
}

.f-instagram #sb_instagram .sb_instagram_header {
  display: none;
}
.f-instagram #sb_instagram .sbi_follow_btn a {
  background-color: #565656 !important;
}
@media screen and (max-width: 600px) {
  .f-instagram #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.link {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 5px;
  }
}
.link::after {
  content: "";
  display: block;
  aspect-ratio: 3;
  background-image: url(../img/icon_arrow_black.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .link::after {
    width: 10px;
  }
}
.link:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
  background-image: url(../img/icon_arrow_orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-about {
  padding-bottom: 0;
}
.f-about .lead {
  font-size: clamp(16px, 2.2916666667vw, 4.4rem);
}
@media screen and (max-width: 1024px) {
  .f-about .lead {
    font-size: clamp(12px, 4.296875vw, 2.2rem);
  }
}

.f-menu .menu__list {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__list {
    flex-wrap: wrap;
    gap: 6%;
  }
}
.f-menu .menu__item {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item {
    width: 47%;
    margin-bottom: 40px;
  }
}
.f-menu .menu__item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-menu .menu__item.is-show:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(3) {
    animation-delay: unset;
  }
}
.f-menu .menu__item.is-show:nth-of-type(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(4) {
    animation-delay: unset;
  }
}
.f-menu .menu__item.is-show:nth-of-type(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item.is-show:nth-of-type(5) {
    animation-delay: unset;
  }
}
.f-menu .menu__item a {
  display: block;
  position: relative;
}
.f-menu .menu__item a::before {
  content: "";
  display: block;
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
  background-color: var(--white);
  background-image: radial-gradient(#e6e5e5 20%, transparent 20%), radial-gradient(#e6e5e5 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a::before {
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a::before {
    bottom: -20px;
    right: -20px;
  }
}
.f-menu .menu__item a .img {
  position: relative;
}
.f-menu .menu__item a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(var(--black), 0.5);
  transition: all 0.3s ease-in;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .img::before {
    border-radius: 4px;
  }
}
.f-menu .menu__item a .img img {
  aspect-ratio: 3/2;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .img img {
    border-radius: 4px;
  }
}
.f-menu .menu__item a .txt {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-menu .menu__item a .txt span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .txt span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-menu .menu__item a .arrow {
  font-size: 1.4rem;
  position: absolute;
  bottom: -30px;
  right: -16px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .arrow {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .arrow {
    gap: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .arrow {
    bottom: -20px;
    right: -10px;
  }
}
.f-menu .menu__item a .arrow::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 20px;
  height: auto;
  background-image: url(../img/icon_arrow_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .f-menu .menu__item a .arrow::after {
    width: 10px;
  }
}
.f-menu .menu__item a:hover::before {
  content: "";
  background-image: none;
  background-color: var(--main);
  transition: all 0.3s ease-in;
}
.f-menu .menu__item a:hover .img::before {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in;
}
.f-menu .menu__item a:hover .txt {
  color: var(--main);
}
.f-menu .menu__item a:hover .arrow {
  color: var(--white);
}
.f-menu .menu__item a:hover .arrow::after {
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-news .news__content {
  background: var(--white);
  padding: 80px 40px;
}
@media screen and (max-width: 1024px) {
  .f-news .news__content {
    padding: 40px 20px;
  }
}
.f-news .news-list01 li {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .news-list01 li {
    gap: 10px;
  }
}

.f-overview .inner {
  background-color: var(--light_gray);
  padding: 80px 40px;
}
@media screen and (max-width: 1024px) {
  .f-overview .inner {
    padding: 40px 20px;
  }
}
.f-overview .title01 {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-overview .title01 {
    margin-bottom: 30px;
  }
}
.f-overview .title01 .ja {
  text-align: center;
}
.f-overview .box {
  justify-content: space-between;
}
.f-overview .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-overview .box .item.is-show:nth-of-type(1) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item.is-show:nth-of-type(1) {
    animation-delay: unset;
  }
}
.f-overview .box .item.is-show:nth-of-type(2) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item.is-show:nth-of-type(2) {
    animation-delay: unset;
  }
}
.f-overview .box .item a:hover {
  color: var(--main);
}
.f-overview .box .item iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .f-overview .box .item iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0;
}
.marquee .marquee-content {
  display: inline-block;
  animation: marquee 35s linear infinite;
}
.marquee .marquee-content p {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  font-size: 18rem;
  line-height: 1.3em;
  color: var(--bg);
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .marquee .marquee-content p {
    font-size: clamp(12px, 9rem, 9rem);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.header.scrolled {
  background-color: rgba(0, 0, 0, 0.3);
}
.header.scrolled .logo a img {
  height: 100%;
  width: auto;
  transition: all 0.3s;
}
.header .logo {
  max-width: unset;
  width: 20%;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    width: 100%;
    max-width: 200px;
    margin-top: 0;
  }
}
.header .logo a {
  color: var(--main);
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header .logo a {
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .header .logo a {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header .navArea {
  width: 60%;
  max-width: 1140px;
  display: flex;
  justify-content: flex-end;
}
.header .header-sub-box {
  display: flex;
  justify-content: end;
}
.header .header-sub-box .g-nav-tel-pc {
  display: none;
}
.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: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-nav-tel-pc a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.header .header-sub-box .g-nav-tel-pc a::before {
  content: "";
  display: block;
  aspect-ratio: 139/132;
  background-image: url(../img/icon_contact_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
.header .header-sub-box .g-nav-tel-pc a:hover {
  color: var(--txt);
}
.header .header-sub-box .g-nav-tel-pc a:hover::before {
  background-image: url(../img/icon_contact_black.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list {
    gap: 5px;
  }
}
@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-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background-color: var(--txt);
  box-sizing: border-box;
  height: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a {
    height: 50px;
  }
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li a:hover {
  background-color: var(--white);
  color: #f5b7c4;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a::before {
  content: "";
  display: block;
  aspect-ratio: 139/132;
  background-image: url(../img/icon_contact_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover {
  color: var(--txt);
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(1) a:hover::before {
  background-image: url(../img/icon_contact_black.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a::before {
  content: "";
  display: block;
  aspect-ratio: 428/408;
  background-image: url(../img/icon_line_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: auto;
}
.header .header-sub-box .g-sub-nav02 .g-sub-nav-list li:nth-of-type(2) a:hover::before {
  background-image: url(../img/icon_line_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .menu-header-menu-container {
  width: 100%;
  display: flex;
}
.header .header-menu {
  background-color: unset;
  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: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
@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: 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:not(.home) .header .header-menu > li a {
  color: var(--txt);
}

.fix_nav {
  position: fixed;
  top: 30%;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .fix_nav {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.fix_nav.scrolled .sns-sub-nav li a {
  color: var(--txt);
}
.fix_nav.scrolled .sns-sub-nav li a svg {
  display: block;
}
.fix_nav.scrolled .sns-sub-nav li a svg path {
  fill: var(--txt);
}
@media screen and (max-width: 1024px) {
  .fix_nav.scrolled .sns-sub-nav li a svg path {
    fill: var(--white);
  }
}
.fix_nav.scrolled.is-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav.scrolled.is-hidden {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-icon-wrap {
    margin-bottom: 0;
    background-color: var(--txt);
    padding: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-icon-list {
    width: 90%;
    margin: auto;
  }
}
.fix_nav .sns-sub-nav {
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav li {
    flex: 1;
  }
}
.fix_nav .sns-sub-nav li a {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav li a {
    color: var(--white) !important;
    font-size: 24px;
  }
}
.fix_nav .sns-sub-nav li a svg {
  display: block;
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .sns-sub-nav li a svg {
    height: 24px;
  }
  .fix_nav .sns-sub-nav li a svg path {
    fill: var(--white);
  }
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.fix_nav .fix_nav_list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li {
    width: 49%;
    margin-bottom: 0;
  }
}
.fix_nav .fix_nav_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 80px;
  height: auto;
  background-color: var(--main02);
  border-radius: 50%;
  border: solid 1px var(--main02);
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a {
    aspect-ratio: unset;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    gap: 10px;
  }
}
.fix_nav .fix_nav_list li a::before {
  content: "";
  display: block;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a::before {
    width: 15px;
  }
}
.fix_nav .fix_nav_list li a span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fix_nav .fix_nav_list li a span {
    display: block;
    font-weight: 700;
  }
}
.fix_nav .fix_nav_list li a:hover {
  transition: all 0.3s;
}
.fix_nav .fix_nav_list li:nth-of-type(1) a::before {
  aspect-ratio: 1;
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.fix_nav .fix_nav_list li:nth-of-type(1) a span {
  color: #fff;
}
.fix_nav .fix_nav_list li:nth-of-type(1) a:hover {
  background-color: #fff;
}
.fix_nav .fix_nav_list li:nth-of-type(1) a:hover::before {
  aspect-ratio: 1;
  background-image: url(../img/icon_tel_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.fix_nav .fix_nav_list li:nth-of-type(2) a {
  background-color: #fff;
  color: var(--main02);
}
.fix_nav .fix_nav_list li:nth-of-type(2) a::before {
  aspect-ratio: 1024/768;
  background-image: url(../img/icon_mail_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover {
  background-color: var(--main02);
}
.fix_nav .fix_nav_list li:nth-of-type(2) a:hover::before {
  background-image: url(../img/icon_mail_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

body:not(.home) .fix_nav {
  top: 150px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) .fix_nav {
    top: unset;
    bottom: 0;
  }
}

.sp-header02 {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 50px;
}
.sp-header02 .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.sp-header-icon-list {
  width: 60px;
  display: flex;
  flex-wrap: nowrap;
}
.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;
}

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

.mobile-logo {
  height: 90px;
}
.mobile-logo a {
  color: var(--main);
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .mobile-logo a {
    gap: 5px;
  }
}

.mobile-sub-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 0;
}
.mobile-sub-nav li a::before {
  content: "";
  aspect-ratio: 748/516;
  width: 20px;
  height: auto;
  background-image: url(../img/icon_mail_dark.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-nav-wrap .mobile-menu-list > li a .en {
  display: none;
}

.mobile-sns-sub-nav .fa-brands,
.mobile-sns-sub-nav .fab {
  color: var(--txt) !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: 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: 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;
  aspect-ratio: 506/295;
  background-image: url(../img/guide_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  height: auto;
  opacity: 70%;
}
#loading::before {
  position: absolute;
  left: 0;
  top: 0;
}
#loading::after {
  position: absolute;
  right: 0;
  bottom: 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: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .spin-wrap .logo {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.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: var(--main);
  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: 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(var(--black), 0.6);
  background-color: rgba(121, 215, 140, 0.9);
  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-size: 2rem;
  color: var(--white);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
@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: 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: 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-weight: 700;
  font-size: 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-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  #pc-nav .pc-menu-tel-number {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  z-index: 9999;
  animation: byeShutter 2s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background: var(--main);
  width: 0;
  height: 1px;
  animation: shutterOpen1 2s forwards;
}
.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #f3f3f3;
  animation: shutterOpen2 2s forwards;
}
.shutter .logo img {
  width: 20%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 0px;
  }
  50% {
    width: 100%;
    height: 0px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
.sub-header {
  width: 100%;
  height: 30vw;
  z-index: -1;
}
.sub-header-txt {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: var(--black);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

#breadcrumbs {
  margin-bottom: 0;
}

.sec._01 {
  position: relative;
  padding-bottom: 200;
}
.sec._01::before {
  content: "";
  display: block;
  aspect-ratio: 3000/546;
  background-image: url(../img/wave_06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -5vw;
  z-index: -1;
  transform: scale(-1, 1);
}
.sec._02 {
  padding-top: 0;
}
.sec .inner {
  position: relative;
  z-index: 2;
}
.sec .title01 .ja {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .sec .title01 .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.sec .title_en {
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sec .title_en {
    margin-bottom: 30px;
  }
}
.sec .title_en .en {
  font-size: 10rem;
}
@media screen and (max-width: 1024px) {
  .sec .title_en .en {
    font-size: clamp(12px, 5rem, 5rem);
  }
}
.sec .title_en .ja {
  text-align: center;
}
.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 {
  position: relative;
  background-color: var(--main);
}
.contact-band .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-band .title01 {
    margin-bottom: 20px;
  }
}
.contact-band .title01 .en,
.contact-band .title01 .ja {
  text-align: center;
}
.contact-band .title01 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .title01 {
    margin-bottom: 8px;
  }
}
.contact-band .title01 .en,
.contact-band .title01 .ja {
  color: var(--white);
}
.contact-band-inner {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 10px;
  background-color: var(--white);
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner {
    width: 90%;
  }
}
.contact-band-inner-content {
  border-radius: 10px;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band-inner-content {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band-inner-content {
    padding: 15px 10px;
  }
}
.contact-band-btn {
  font-size: clamp(16px, 1.1458333333vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  .contact-band-btn {
    font-size: clamp(12px, 2.1484375vw, 1.1rem);
  }
}
.contact-band .box {
  justify-content: space-between;
}
.contact-band .box .item {
  width: 47%;
  background-color: var(--light_gray);
  position: relative;
  padding: 60px 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item {
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.contact-band .box .item::before {
  content: "";
  display: block;
  height: auto;
  width: 60px;
  height: 60px;
  background-color: var(--dark);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: unset;
  top: -30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item::before {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item::before {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item::before {
    top: -15px;
  }
}
.contact-band .box .item .title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
}
.contact-band .box .item._mail::before {
  background-image: url(../img/icon_mail_white.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
.contact-band .box .item._mail .btn {
  max-width: unset;
  border-radius: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._mail .btn {
    border-radius: 0px;
  }
}
.contact-band .box .item._mail .btn01 {
  background-color: var(--dark);
  border: solid 1px var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._mail .btn01 {
    gap: 8px;
  }
}
.contact-band .box .item._mail .btn01:hover {
  color: var(--black);
  background: var(--white);
}
.contact-band .box .item._mail .btn01:hover .btn-arrow {
  fill: var(--black);
}
.contact-band .box .item._tel::before {
  background-image: url(../img/icon_tel_white.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
}
.contact-band .box .item._tel a {
  font-size: clamp(16px, 2.8645833333vw, 5.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel a {
    font-size: clamp(12px, 5.37109375vw, 2.75rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel a {
    gap: 8px;
  }
}
.contact-band .box .item._tel a::before {
  content: "";
  display: block;
  aspect-ratio: 1025/1025;
  background-image: url(../img/icon_tel_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel a::before {
    width: 15px;
  }
}
.contact-band .box .item._tel a:hover {
  transform: scale(1.05);
  opacity: 1;
  transition: all 0.3s;
}
.contact-band .contact-band-tel-block.flex {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: unset;
}
.contact-band .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
  padding: 10px 40px;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-size: 100%;
  color: var(--txt);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-tel-box:nth-of-type(1) .cf-cb-head, .contact-band .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.contact-band .contact-band-tel-box:nth-of-type(2) .cf-cb-head {
  background-image: url(../img/bg_yellow.png);
  background-repeat: repeat;
  background-size: 100%;
}
.contact-band .cf-cb-txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    margin-bottom: 30px;
  }
}
.contact-band .cf-cb-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-time {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.contact-band .cf-tel-number {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: var(--main);
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-tel-number {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.about ._01 {
  overflow: hidden;
}
.about .greeting .box {
  justify-content: space-between;
}
.about .greeting .box .img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .about .greeting .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .greeting .box .content {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .about .greeting .box .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .greeting .box .content .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .about .greeting .box .content .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about .greeting .box .content .name {
  font-size: 1.8rem;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .about .greeting .box .content .name {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about .member .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about .member .title01 {
    margin-bottom: 20px;
  }
}
.about .member .title01 .en,
.about .member .title01 .ja {
  text-align: center;
}
.about .member__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .about .member__list {
    flex-direction: column;
  }
}
.about .member__list li {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .about .member__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .member .content {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .about .member .content {
    margin-top: 5px;
  }
}
.about .member .content__head {
  border-left: solid 1px var(--main);
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .about .member .content__head {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .member .content__head {
    padding-left: 5px;
  }
}
.about .member .content__head .job {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--main);
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .about .member .content__head .job {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .member .content__head .job {
    margin-bottom: 5px;
  }
}
.about .member .content__head .name {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .about .member .content__head .name {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about .member .content .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .about .member .content .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.about .member .content dl {
  display: flex;
  flex-wrap: wrap;
}
.about .member .content dl dt,
.about .member .content dl dd {
  font-size: 1.4rem;
  padding: 10px;
  border-bottom: solid 1px var(--gray);
}
@media screen and (max-width: 1024px) {
  .about .member .content dl dt,
  .about .member .content dl dd {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .member .content dl dt,
  .about .member .content dl dd {
    padding: 5px;
  }
}
.about .member .content dl dt {
  width: 100px;
  font-weight: 700;
}
.about .member .content dl dd {
  width: calc(100% - 100px);
}

.service .business .service__list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li {
    margin-bottom: 75px;
  }
}
.service .business .service__list li .img {
  width: 57%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service .business .service__list li .img::before {
  content: "";
  display: block;
  background-color: var(--gray02);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20%;
  left: -25%;
  z-index: -1;
}
.service .business .service__list li .content {
  width: 37%;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li .content {
    padding-top: 0;
  }
}
.service .business .service__list li .content .title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li .content .title {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.service .business .service__list li .content .title::before {
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  background-color: var(--main);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.service .business .service__list li .content .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li .content .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.service .business .service__list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .service .business .service__list li:nth-of-type(even) {
    flex-direction: column;
  }
}
.service .business .service__list li:nth-of-type(even) .img::before {
  left: unset;
  right: -25%;
}
.service .business .service__list li:nth-of-type(even) .content .title {
  text-align: left;
}
.service .business .service__list li:nth-of-type(even) .content .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
}
.service ._02 {
  background-color: var(--gray02);
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .service ._02 {
    padding-top: 50px;
  }
}
.service .overview {
  margin-bottom: 60px;
}
.service .overview .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .service .overview .title01 {
    margin-bottom: 20px;
  }
}
.service .overview .title01 .en,
.service .overview .title01 .ja {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service .overview {
    margin-bottom: 30px;
  }
}
.service .overview__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service .overview__list {
    flex-direction: column;
  }
}
.service .overview__list li {
  width: 47%;
  background-color: var(--white);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .service .overview__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .service .overview__list li {
    padding: 10px;
  }
}
.service .overview__list .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service .overview__list .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.service .overview__list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .service .overview__list dl {
    margin-bottom: 20px;
  }
}
.service .overview__list dl dt {
  width: 30%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .service .overview__list dl dt {
    padding: 5px;
  }
}
.service .overview__list dl dd {
  width: 70%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .service .overview__list dl dd {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .service .overview__list .map iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}

.guide .flow .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .guide .flow .title01 {
    margin-bottom: 20px;
  }
}
.guide .flow .title01 .en,
.guide .flow .title01 .ja {
  text-align: center;
}
.guide .flow__list li {
  background-color: var(--gray02);
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li {
    margin-bottom: 20px;
  }
}
.guide .flow__list li:not(:last-of-type) {
  position: relative;
}
.guide .flow__list li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid var(--gray02);
  border-bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li:not(:last-of-type)::after {
    bottom: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li:not(:last-of-type)::after {
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 15px solid var(--gray02);
  }
}
.guide .flow__list li .img {
  width: 100px;
  height: 100px;
  background-color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .img {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .img {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .img {
    margin-bottom: 10px;
  }
}
.guide .flow__list li .img img {
  width: auto;
  height: 35%;
}
.guide .flow__list li .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  background-color: var(--dark);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .title {
    padding: 2.5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .title {
    margin-bottom: 10px;
  }
}
.guide .flow__list li .txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .txt {
    margin-bottom: 15px;
  }
}
.guide .flow__list li .link__btn {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn {
    flex-direction: column;
  }
}
.guide .flow__list li .link__btn li {
  background-color: var(--white);
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.guide .flow__list li .link__btn li a {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn li a {
    gap: 10px;
  }
}
.guide .flow__list li .link__btn li a::before {
  content: "";
  display: block;
}
.guide .flow__list li .link__btn li:nth-of-type(1) a {
  font-size: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn li:nth-of-type(1) a {
    font-size: clamp(12px, 1.15rem, 1.15rem);
  }
}
.guide .flow__list li .link__btn li:nth-of-type(1) a::before {
  aspect-ratio: 170/200;
  background-image: url(../img/icon_tel_dark.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn li:nth-of-type(1) a::before {
    width: 9px;
  }
}
.guide .flow__list li .link__btn li:nth-of-type(2) a {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn li:nth-of-type(2) a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.guide .flow__list li .link__btn li:nth-of-type(2) a::before {
  aspect-ratio: 200/136;
  background-image: url(../img/icon_mail_dark.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 23px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .guide .flow__list li .link__btn li:nth-of-type(2) a::before {
    width: 11.5px;
  }
}

.contact .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contact .title01 {
    margin-bottom: 20px;
  }
}
.contact .title01 .en,
.contact .title01 .ja {
  text-align: center;
}

.recruit .person__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .recruit .person__list {
    flex-direction: column;
  }
}
.recruit .person__list li {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .recruit .person__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit .person__list li .img {
  aspect-ratio: 3/2;
  margin: auto;
}
.recruit .person__list li .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .recruit .person__list li .img img {
    aspect-ratio: 3/2;
  }
}
.recruit .person__list li .title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  background-color: var(--main);
  color: var(--white);
  width: 80%;
  margin: auto;
  padding: 20px 20px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recruit .person__list li .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .person__list li .title {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .person__list li .title {
    margin-top: -10px;
  }
}
.recruit .features .title01 {
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .features .title01 {
    margin-bottom: 20px;
  }
}
.recruit .features .title01 .en,
.recruit .features .title01 .ja {
  text-align: right;
}
.recruit .features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .recruit .features__list {
    flex-direction: column;
  }
}
.recruit .features__list li {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .recruit .features__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .features__list li {
    margin-bottom: 15px;
  }
}
.recruit .features__list li .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit .features__list li .img {
    margin-bottom: 10px;
  }
}
.recruit .features__list li .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit .features__list li .title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.recruit .features__list li .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .recruit .features__list li .txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit .faq .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq .title01 {
    margin-bottom: 20px;
  }
}
.recruit .faq .title01 .en,
.recruit .faq .title01 .ja {
  text-align: center;
}
.recruit .faq__list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li {
    margin-bottom: 5px;
  }
}
.recruit .faq__list li .com-faq01-q {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-q {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit .faq__list li .com-faq01-q::before {
  content: "Q";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.8rem;
  display: block;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  height: auto;
  background-color: var(--dark);
  color: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -10px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-q::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-q::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-q::before {
    top: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-q::before {
    height: 15px !important;
    line-height: 15px;
  }
}
.recruit .faq__list li .com-faq01-q:hover {
  opacity: 0.7;
  cursor: pointer;
}
.recruit .faq__list li .com-faq01-a {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.6rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit .faq__list li .com-faq01-a::before {
  content: "A";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.8rem;
  display: block;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  height: auto;
  background-color: var(--main);
  color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-a::before {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-a::before {
    width: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .com-faq01-a::before {
    height: 15px !important;
    line-height: 15px;
  }
}
.recruit .faq__list li .plus {
  display: inline-block;
  vertical-align: 0.3em;
  color: var(--dark);
  line-height: 1;
  width: 1em;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit .faq__list li .plus {
    margin-left: 5px;
  }
}
.recruit .faq__list li .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.recruit .faq__list li .plus.active:before {
  transform: rotate(0deg);
}
.recruit .requirements {
  background: var(--gray02);
}
.recruit .requirements .title01 {
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit .requirements .title01 {
    margin-bottom: 20px;
  }
}
.recruit .requirements .title01 .en,
.recruit .requirements .title01 .ja {
  text-align: center;
}

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

.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: 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: 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: 1.4rem;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .single-info-date-cat span a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

.post-categories li a {
  font-size: 1.4rem;
  color: #fff;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .post-categories li a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.post-categories li a:hover {
  background-color: var(--white);
  color: var(--dark);
}
.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: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.2rem;
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .single-info-title {
    font-size: 1.6rem;
  }
}

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

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

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

.recruit-single .recruit-single-title {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .recruit-single .recruit-single-title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.recruit-single .recruit-single-content p {
  font-size: 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: 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: 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: 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-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .recruit-single .entry-btn a {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.archive-time-cat time {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 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: 1.4rem;
  padding: 5px 8px;
}
@media screen and (max-width: 1024px) {
  .archive-time-cat a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .archive-time-cat a {
    font-size: 10px;
  }
}

.archive-info-title a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .archive-info-title a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

main.panelactive {
  display: none;
}

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

.sns-sub-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-sub-nav .twiiter svg {
  display: block;
  width: auto;
  height: 24px;
}
.sns-sub-nav .twiiter svg path {
  fill: #fff;
}

.footer {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer .footer_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .footer .footer_bg {
    width: auto;
    height: 100%;
  }
}
.footer .footer-nav-wrap {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-nav-wrap .menu-footer-menu-left-container {
  width: 100%;
}
.footer .copyright {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    margin-top: 30px;
  }
}

.footer__bnr__area {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr__area {
    padding-bottom: 40px;
  }
}
.footer__bnr__area::before {
  content: "";
  display: block;
  aspect-ratio: 2558/200;
  background-image: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -5px;
  z-index: -1;
}

.footer__bnr {
  display: block;
  aspect-ratio: 3;
  width: 600px;
  height: auto;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__bnr {
    width: 300px;
  }
}
.footer__bnr::before {
  content: "";
  display: block;
  background-color: var(--main);
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    right: -3px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr::before {
    border-radius: 5px;
  }
}
.footer__bnr::after {
  content: "";
  display: block;
  background-color: rgba(var(--black), 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr::after {
    border-radius: 5px;
  }
}
.footer__bnr .bg_img {
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .bg_img {
    border-radius: 5px;
  }
}
.footer__bnr .txtArea {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.footer__bnr .txtArea .logo {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .logo {
    margin-bottom: 10px;
  }
}
.footer__bnr .txtArea .txt {
  background-color: var(--main);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .txt {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.footer__bnr .txtArea .note {
  aspect-ratio: 179/144;
  width: 190px;
  height: auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  position: absolute;
  top: -70px;
  right: -110px;
  background-image: url(../img/deco_07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  transform: rotate(10deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note {
    padding-top: 30px;
    width: 130px;
    font-size: 10px !important;
    right: -70px;
  }
}
.footer__bnr .txtArea .note span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: red;
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note span {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .footer__bnr .txtArea .note span {
    font-size: 10px !important;
  }
}
.footer__bnr:hover::before {
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.footer__bnr:hover::after {
  background-color: rgba(var(--black), 0.2);
}
.footer__bnr:hover .txt {
  background-color: var(--main);
}
.footer__bnr:hover .note {
  transform: rotate(15deg);
  transition: all 0.3s;
}

.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_leftTop_rightBottom {
  opacity: 0;
  transform: translate(-30%, -30%);
  transition: 3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .js-diagonal_leftTop_rightBottom {
    transition: 1s ease-in-out;
  }
}
.js-diagonal_leftTop_rightBottom.is-show {
  opacity: 1;
  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 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 70%;
  }
}
.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;
  }
}
#booking-package {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #booking-package {
    font-size: 12px !important;
  }
}

.start_booking_package {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .start_booking_package {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .start_booking_package .calendarHeader {
    align-items: center;
  }
}
.start_booking_package .calendarHeader .calendarData {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 400px) {
  .start_booking_package .calendarHeader .calendarData {
    font-size: 12px;
  }
}
.start_booking_package .arrowLeft,
.start_booking_package .arrowRight {
  display: flex;
  align-items: center;
}
.start_booking_package .arrowLeft span,
.start_booking_package .arrowRight span {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .start_booking_package .arrowLeft span,
  .start_booking_package .arrowRight span {
    font-size: 10px;
  }
}
.start_booking_package .arrowLeft span::after,
.start_booking_package .arrowRight span::after {
  content: "月";
}

#booking-package_inputFormPanel .title_in_form {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .title_in_form {
    padding-bottom: 15px !important;
  }
}
#booking-package_inputFormPanel .row {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .row {
    flex-direction: column;
  }
}
#booking-package_inputFormPanel .row.total_amount {
  display: none !important;
}
#booking-package_inputFormPanel .name {
  width: 40%;
  color: var(--main);
  font-weight: 700 !important;
  padding: 10px 15px;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name {
    margin-bottom: 0;
  }
}
#booking-package_inputFormPanel .name a {
  font-weight: 700 !important;
  text-decoration: underline;
}
#booking-package_inputFormPanel .name a:hover {
  cursor: pointer;
}
#booking-package_inputFormPanel .name.required {
  color: var(--main) !important;
  background-color: unset !important;
  font-size: 1.6rem;
  font-weight: 700 !important;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name.required {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
#booking-package_inputFormPanel .name.required::after {
  content: "必須";
  background-color: var(--main);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
  position: unset;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .name.required::after {
    font-size: 10px;
    padding: 3px 10px;
  }
}
#booking-package_inputFormPanel .value {
  width: 60%;
  font-size: 1.6rem;
  padding: 25px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #booking-package_inputFormPanel .value {
    padding: 10px 15px;
  }
}
#booking-package_inputFormPanel .value .bookingDate {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#booking-package_inputFormPanel .value .bookingDate::before {
  content: "";
  display: block;
  background-color: var(--white);
  width: 5px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#booking-package_inputFormPanel .value .bookingTime {
  display: none;
}
#booking-package_inputFormPanel .cartPanel {
  margin-top: 30px !important;
}
#booking-package_inputFormPanel .cartPanel .book_now_button {
  padding: 15px 20px;
  background: var(--main);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid var(--main);
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .cartPanel .book_now_button {
    padding: 7.5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .cartPanel .book_now_button {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .cartPanel .book_now_button {
    width: 150px;
  }
}
#booking-package_inputFormPanel .cartPanel .book_now_button:hover {
  background: #3ec559;
  transition: all 0.3s;
}
#booking-package_inputFormPanel .bottomBarPanel .return_form_button {
  padding: 15px 20px;
  background: var(--white);
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid var(--main);
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .bottomBarPanel .return_form_button {
    padding: 7.5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .bottomBarPanel .return_form_button {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  #booking-package_inputFormPanel .bottomBarPanel .return_form_button {
    width: 150px;
  }
}
#booking-package_inputFormPanel .bottomBarPanel .return_form_button:hover {
  transition: all 0.3s;
  background: #3ec559;
  color: var(--white);
}

#booking-package input[type=text],
#booking-package textarea {
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 100%;
  color: #1a1a1a;
  border: none !important;
}

.contact-form01 {
  border: none;
}
.contact-form01 th,
.contact-form01 td {
  border: none;
  border-bottom: #ddd solid 1px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-form01 th {
    border-bottom: unset;
  }
}
.contact-form01 tr:last-of-type th,
.contact-form01 tr:last-of-type td {
  border: none;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .wpcf7-list-item-label {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

@media screen and (max-width: 600px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-submit {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .wpcf7-submit {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

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

@media screen and (max-width: 1024px) {
  .privacy-check {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
}
.privacy-check a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .privacy-check a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}