@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=Tangerine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@keyframes yurari {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
/**
* MIXINS
*/
@keyframes fluttering {
  0%, 25%, 50%, 75%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 60% {
    transform: translate3d(0, 150px, 0);
  }
  30%, 80% {
    transform: translate3d(0, 50px, 0);
  }
}
/**/
@keyframes left-wing-flap {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
  }
  50% {
    transform: translate3d(-20px, -5px, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
  }
  100% {
    transform: translate3d(0px, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
  }
}
@keyframes right-wing-flap {
  0% {
    transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
  }
  50% {
    transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
  }
}
/**
 * オリジナル
 */
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

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

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

#page-top img {
  max-width: unset;
  max-height: unset;
  width: 80px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #page-top img {
    width: 40px;
  }
}

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

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

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

main.panelactive {
  display: none;
}

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

.title01 {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01 .en {
  font-family: "Tangerine", cursive;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  color: #a7928b;
  font-size: clamp(12px, 10rem, 10rem);
}
@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: clamp(12px, 5rem, 5rem);
  }
}
.title01 .en:first-letter {
  text-transform: uppercase;
}
.title01 .ja {
  font-size: clamp(12px, 2rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #826b63;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title01 .ja {
    margin-top: 10px;
  }
}

.title02 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: unset;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 30px;
  }
}
.title02 .en {
  font-family: "Tangerine", cursive;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #a7928b;
  font-size: clamp(12px, 2.2rem, 2.2rem);
}
@media screen and (max-width: 1024px) {
  .title02 .en {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.title02 .ja {
  display: block;
  font-size: clamp(12px, 4.2rem, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #373737;
  color: #716863;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    font-size: clamp(12px, 2.1rem, 2.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title02 .ja {
    margin-bottom: 10px;
  }
}

.title03 {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title03 {
    margin-bottom: 20px;
  }
}
.title03 .ja {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.8rem, 2.8rem);
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #fff;
  padding: 20px 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title03 .ja {
    padding: 10px 40px;
  }
}
.title03::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../img/line_02.png);
  background-repeat: repeat-x;
  background-size: 50%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.title_ribon {
  aspect-ratio: 819/195;
  width: 50%;
  height: auto;
  background-image: url(../img/ribon_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  margin-bottom: 60px;
  padding-top: 3.5%;
}
@media screen and (max-width: 1024px) {
  .title_ribon {
    margin-bottom: 30px;
  }
}
.title_ribon .ja {
  display: block;
  font-size: clamp(12px, 3.5rem, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #7f756f;
  color: #716863;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title_ribon .ja {
    font-size: clamp(12px, 1.75rem, 1.75rem);
  }
}

.title_ribon02 {
  aspect-ratio: 1458/156;
  width: 80%;
  height: auto;
  background-image: url(../img/ribon_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  margin-bottom: 60px;
  padding-top: 2.25%;
}
@media screen and (max-width: 1024px) {
  .title_ribon02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title_ribon02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title_ribon02 {
    padding-top: 1.5%;
  }
}
.title_ribon02 .ja {
  display: block;
  font-size: clamp(12px, 3.5rem, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title_ribon02 .ja {
    font-size: clamp(12px, 1.75rem, 1.75rem);
  }
}

.title_flower {
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .title_flower {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title_flower {
    gap: 10px;
  }
}
.title_flower .ja {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #716863;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .title_flower .ja {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.title_flower::before, .title_flower::after {
  content: "";
  aspect-ratio: 1660/52;
  width: 30%;
  height: auto;
  background-image: url(../img/title_deco-04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.title_line {
  position: relative;
  height: 2em;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-image: url(../img/bg_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.2em;
  color: #716863;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title_line {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title_line {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title_line {
    margin-bottom: 20px;
  }
}

.title_line02 {
  height: 2em;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.2em;
  color: #716863;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title_line02 {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title_line02 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title_line02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title_line02 {
    margin-bottom: 20px;
  }
}
.title_line02::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-image: url(../img/bg_green.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.title_flag {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .title_flag {
    margin-bottom: 30px;
  }
}
.title_flag::before {
  content: "";
  display: block;
  aspect-ratio: 3340/519;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.title_flag .en {
  font-family: "Tangerine", cursive;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #a7928b;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  text-align: center;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .title_flag .en {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.title_flag .ja {
  display: block;
  font-size: clamp(12px, 4.2rem, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #373737;
  color: #716863;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .title_flag .ja {
    font-size: clamp(12px, 2.1rem, 2.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .title_flag .ja {
    margin-bottom: 10px;
  }
}

.inner {
  width: 60.9375vw;
  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;
}

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

.para {
  width: 100%;
  aspect-ratio: 3;
  position: relative;
  -webkit-mask-image: url(../img/para_mask.png);
          mask-image: url(../img/para_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: 2;
}
.para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .para {
    background-attachment: unset;
  }
}
.para._01 {
  background: url(../img/para_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._01 {
    background-attachment: unset;
  }
}
.para._02 {
  background: url(../img/para_02.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .para._02 {
    background-attachment: unset;
  }
}
.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;
  }
}

.bg_white {
  background-color: #fff;
}

.btn {
  background-color: #ffbd4a;
}
.btn .btn-arrow {
  fill: #fff;
}
.btn:hover {
  background-color: #fff;
  cursor: pointer;
}

a:hover {
  cursor: pointer !important;
}

.link {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.24em;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #7f756f;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .link {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .link {
    gap: 5px;
  }
}
.link::after {
  content: "";
  aspect-ratio: 126/97;
  width: 18px;
  height: auto;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .link::after {
    width: 9px;
  }
}
.link:hover {
  color: #e7a850;
  transition: all 0.3s;
}
.link:hover::after {
  transform: translateX(5px);
  transition: all 0.3s;
}

#mv {
  padding: 0;
}

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

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

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

.mv {
  background-position: bottom;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-top: 90px;
    z-index: 1;
  }
}
.mv::before {
  content: "";
  display: block;
  aspect-ratio: 529/498;
  width: 40%;
  height: auto;
  background-image: url(../img/mv_deco_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0.5;
}
.mv::after {
  content: "";
  display: block;
  aspect-ratio: 454/451;
  width: 40%;
  height: auto;
  background-image: url(../img/mv_deco_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0%;
  right: 0;
  opacity: 0.5;
}
.mv__content {
  aspect-ratio: 914/574;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.mv__content video,
.mv__content iframe {
  display: block;
  aspect-ratio: 914/574;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
  -webkit-mask-image: url(../img/shape_beans_01.png);
          mask-image: url(../img/shape_beans_01.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%;
}

.slider_wrap {
  width: 100%;
  padding: 6.7708333333vw 0 10.4166666667vw 0;
  position: relative;
  z-index: 1;
}
.slider_wrap .deco._leaf_01 {
  aspect-ratio: 444/273;
  width: 34%;
  height: auto;
  background-image: url(../img/leaf-10.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 50%;
  z-index: -1;
}
.slider_wrap .deco._leaf_02 {
  aspect-ratio: 328/752;
  width: 5%;
  height: auto;
  background-image: url(../img/leaf-12.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 50%;
  transform: rotate(-45deg);
}
.slider_wrap .deco._flower_01 {
  aspect-ratio: 1033/543;
  width: 38%;
  height: auto;
  background-image: url(../img/flower_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: 3.125vw;
  opacity: 0.9;
  z-index: 2;
}
.slider_wrap .deco._flower_02 {
  aspect-ratio: 585/306;
  width: 20%;
  height: auto;
  background-image: url(../img/flower_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 7%;
  left: 0%;
  opacity: 0.8;
  z-index: 2;
}
.slider_wrap .deco._butterfly_01 {
  aspect-ratio: 170/176;
  width: 4%;
  height: auto;
  background-image: url(../img/chow-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 30%;
  right: 18%;
  z-index: 2;
  opacity: 90%;
  animation: left-wing-flap 0.5s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  .slider_wrap .deco._butterfly_01 {
    animation: left-wing-flap 1s ease-in-out infinite;
  }
}
.slider_wrap .deco._butterfly_02 {
  aspect-ratio: 184/182;
  width: 3%;
  height: auto;
  background-image: url(../img/chow-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 23%;
  left: 9%;
  z-index: 2;
  animation: left-wing-flap 0.5s ease-in-out infinite;
  opacity: 80%;
}
@media screen and (max-width: 1024px) {
  .slider_wrap .deco._butterfly_02 {
    animation: left-wing-flap 1s ease-in-out infinite;
  }
}
.slider_wrap .slider {
  width: 90%;
  margin: auto;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .slider_wrap .slider {
    border-radius: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .slider_wrap .slider {
    border-radius: 50px 0 0 50px;
    overflow: auto;
  }
}
.slider_wrap.slider_loaded .deco._tori {
  transform: translate(0, 0);
}
.f-news {
  position: relative;
  padding-top: 13.0208333333vw;
}
.f-news .deco._wave {
  aspect-ratio: 1684/216;
  width: 100%;
  height: auto;
  background-image: url(../img/wave-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -9.375vw;
  z-index: -1;
}
.f-news .deco._leaf {
  aspect-ratio: 114/134;
  width: 10%;
  height: auto;
  background-image: url(../img/leaf-06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -15.625vw;
  z-index: -1;
}
.f-news .box {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-news .box {
    margin-bottom: 40px;
  }
}
.f-news .box .item {
  width: 47%;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  padding-top: 7.8125vw;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .box .item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .box .item {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-news .box .item {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.f-news .box .item.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.f-news .box .item .news-list01 li .date {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(12px, 1.4rem, 1.4rem);
  color: #a7928b;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item .news-list01 li .date {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.f-news .box .item .news-list01 li .news-txt a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
  color: #826b63;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item .news-list01 li .news-txt a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.f-news .box .item:first-of-type {
  background-color: #fffde9;
}
.f-news .box .item:first-of-type .title::after {
  aspect-ratio: 387/636;
  width: 15%;
  background-image: url(../img/mark-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scale(-1, 1);
  bottom: -4.6875vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item:first-of-type .title::after {
    bottom: -40px;
  }
}
.f-news .box .item:first-of-type .news-list01 li .news-cat a {
  background-color: #ffdb4a;
  border: 1px solid #ffdb4a;
}
.f-news .box .item:first-of-type .btn {
  background-color: #ffdb4a;
  border: 1px solid #ffdb4a;
}
.f-news .box .item:first-of-type .btn:hover {
  background-color: #fff;
  color: #ffdb4a;
}
.f-news .box .item:first-of-type .btn:hover .btn-arrow {
  fill: #ffdb4a;
}
.f-news .box .item:nth-of-type(2) {
  background-color: #ffe9eb;
}
.f-news .box .item:nth-of-type(2) .title::after {
  aspect-ratio: 185/223;
  width: 10%;
  background-image: url(../img/mark-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -0.6770833333vw;
  right: -2%;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item:nth-of-type(2) .title::after {
    bottom: 0px;
  }
}
.f-news .box .item:nth-of-type(2) .news-list01 li .news-cat a {
  background-color: #e16b80;
  border: 1px solid #e16b80;
}
.f-news .box .item:nth-of-type(2) .btn {
  background-color: #e16b80;
  border: 1px solid #e16b80;
}
.f-news .box .item:nth-of-type(2) .btn:hover {
  background-color: #fff;
  color: #e16b80;
}
.f-news .box .item:nth-of-type(2) .btn:hover .btn-arrow {
  fill: #e16b80;
}
.f-news .box .item .title {
  aspect-ratio: 221/115;
  width: 80%;
  height: auto;
  background-image: url(../img/frame-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -10.4166666667vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item .title {
    width: 280px;
    top: -100px;
  }
}
.f-news .box .item .title::after {
  content: "";
  display: block;
  height: auto;
  position: absolute;
}
.f-news .box .item .title span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3.6rem, 3.6rem);
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 2.0833333333vw;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.3;
  font-size: 1.875vw;
}
@media screen and (max-width: 1024px) {
  .f-news .box .item .title span {
    font-size: clamp(12px, 1.8rem, 1.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-news .box .item .title span {
    font-size: 1.8rem;
    bottom: 16px;
  }
}

.f-greetng {
  position: relative;
}
.f-greetng::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 5%;
  height: auto;
  background-image: url(../img/leaf-13.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -5%;
  right: 10%;
  opacity: 60%;
}
.f-greetng::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 5%;
  height: auto;
  background-image: url(../img/leaf-13.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5%;
  right: 20%;
  transform: rotate(-45deg);
  opacity: 60%;
}
.f-greetng .inner .content {
  width: 90%;
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  margin: auto;
  position: relative;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .f-greetng .inner .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greetng .inner .content {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .f-greetng .inner .content {
    padding: 30px;
  }
}
.f-greetng .inner .content::after {
  content: "";
  display: block;
  aspect-ratio: 409/437;
  width: 30%;
  height: auto;
  background-image: url(../img/leaf-09.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scale(-1, 1);
  position: absolute;
  bottom: -20%;
  right: -10%;
  opacity: 70%;
}
.f-greetng .inner .content .txt {
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .f-greetng .inner .content .txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-greetng .title_tori {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-greetng .title_tori {
    margin-bottom: 30px;
  }
}
.f-greetng .title_tori .en {
  font-family: "Tangerine", cursive;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #a7928b;
  font-size: clamp(12px, 10rem, 10rem);
}
@media screen and (max-width: 1024px) {
  .f-greetng .title_tori .en {
    font-size: clamp(12px, 5rem, 5rem);
  }
}
.f-greetng .title_tori .ja {
  font-size: clamp(12px, 2rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #826b63;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .f-greetng .title_tori .ja {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-greetng .title_tori .ja {
    margin-top: 10px;
  }
}
.f-greetng .title_tori::after {
  content: "";
  display: block;
  aspect-ratio: 745/135;
  width: 100%;
  height: auto;
  background-image: url(../img/title_bg-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .f-greetng .title_tori::after {
    margin-top: 15px;
  }
}

.f-Introduction {
  position: relative;
}
.f-Introduction::before, .f-Introduction::after {
  content: "";
  display: block;
  z-index: -1;
  opacity: 80%;
}
.f-Introduction::before {
  aspect-ratio: 2222/1613;
  width: 28%;
  height: auto;
  background-image: url(../img/flower-14.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.f-Introduction::after {
  aspect-ratio: 224/212;
  width: 18%;
  height: auto;
  background-image: url(../img/flower-13.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -7.8125vw;
  right: -5%;
  z-index: 1;
}
.f-Introduction .deco._wave {
  aspect-ratio: 1684/216;
  width: 100%;
  height: auto;
  background-image: url(../img/wave-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -10.4166666667vw;
  z-index: -1;
  transform: scale(-1, 1);
}
.f-Introduction .introduction__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list {
    flex-direction: column;
  }
}
.f-Introduction .introduction__list li {
  width: 47%;
  aspect-ratio: 1;
  padding: 40px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.f-Introduction .introduction__list li.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.f-Introduction .introduction__list li:first-of-type {
  background-image: url(../img/shape-01-50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/shape-01-50.jpg);
}
.f-Introduction .introduction__list li:first-of-type .btn {
  background-color: #ffdb4a;
  border: 1px solid #ffdb4a;
}
.f-Introduction .introduction__list li:first-of-type .btn:hover {
  background-color: #fff;
  color: #ffdb4a;
}
.f-Introduction .introduction__list li:first-of-type .btn:hover .btn-arrow {
  fill: #ffdb4a;
}
.f-Introduction .introduction__list li:nth-of-type(2) {
  background-image: url(../img/shape-02-50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/shape-02-50.jpg);
}
.f-Introduction .introduction__list li:nth-of-type(2) .content .name::before {
  content: "";
  aspect-ratio: 185/223;
  width: 35px;
  height: auto;
  background-image: url(../img/mark-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li:nth-of-type(2) .content .name::before {
    width: 17.5px;
  }
}
.f-Introduction .introduction__list li:nth-of-type(2) .btn {
  background-color: #e16b80;
  border: 1px solid #e16b80;
}
.f-Introduction .introduction__list li:nth-of-type(2) .btn:hover {
  background-color: #fff;
  color: #e16b80;
}
.f-Introduction .introduction__list li:nth-of-type(2) .btn:hover .btn-arrow {
  fill: #e16b80;
}
.f-Introduction .introduction__list li .img {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li .img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li .img {
    border-radius: 5px;
  }
}
.f-Introduction .introduction__list li .img img {
  transform: scale(1);
  transition: all 0.3s;
}
.f-Introduction .introduction__list li .content .name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.8rem, 2.8rem);
  letter-spacing: 0.2em;
  text-align: center;
  color: #826b63;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li .content .name {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li .content .name {
    gap: 7.5px;
  }
}
.f-Introduction .introduction__list li .content .name::before {
  content: "";
  aspect-ratio: 387/363;
  width: 40px;
  height: auto;
  background-image: url(../img/mark-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .f-Introduction .introduction__list li .content .name::before {
    width: 20px;
  }
}
.f-Introduction .introduction__list li:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}

.f-menu {
  position: relative;
  padding-top: 15.625vw;
}
.f-menu .inner {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .f-menu .inner {
    flex-direction: column;
  }
}
.f-menu .inner .title01 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: unset;
  align-items: flex-start;
  min-width: 180px;
}
@media screen and (max-width: 1024px) {
  .f-menu .inner .title01 {
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
  }
}
.f-menu .inner .title01 .en {
  font-size: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .f-menu .inner .title01 .en {
    font-size: 50px;
  }
}
.f-menu .inner .title01 .ja {
  margin-top: 0;
}
.f-menu .inner .com-menu01-list li {
  opacity: 0;
}
.f-menu .inner .com-menu01-list li.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.f-menu .inner .com-menu01-list li .com-menu01-img {
  overflow: hidden;
  border-radius: 15px;
}
.f-menu .inner .com-menu01-list li .com-menu01-img img {
  transition: all 0.3s;
}
.f-menu .inner .com-menu01-list li .com-menu01-tit {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .f-menu .inner .com-menu01-list li .com-menu01-tit {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.f-menu .inner .com-menu01-list li:hover .com-menu01-img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.f-menu .com-menu01-link:hover {
  cursor: pointer;
  background-color: unset;
}

.table_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .table_wrap {
    margin-bottom: 30px;
  }
}
.table_wrap._gerden .btn01 {
  background-color: #ffbda8;
  border-color: #ffbda8;
}

.tablepress {
  background: #fff;
  position: relative;
  z-index: 2;
}
.tablepress > * + tbody > * > *, .tablepress > tbody > * ~ * > *, .tablepress > tfoot > * > * {
  border-top: 1px solid #e9e4e2 !important;
}
.tablepress thead th {
  background-color: #7286c7;
  background-color: #cfebfa !important;
  color: #fff;
  color: #3a5775 !important;
  border-right: 1px solid #e9e4e2 !important;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .tablepress thead th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .tablepress tbody td {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tablepress tbody td.column-1 {
  width: 30%;
  background-color: #fff9e1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #ffbd4a;
}
.tablepress tbody td.column-2 {
  width: 30%;
  border-right: 1px solid #e9e4e2 !important;
}
.tablepress.tablepress-id-1 tbody td.column-1, .tablepress.tablepress-id-2 tbody td.column-1, .tablepress.tablepress-id-7 tbody td.column-1, .tablepress.tablepress-id-8 tbody td.column-1 {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td.column-1, .tablepress.tablepress-id-2 tbody td.column-1, .tablepress.tablepress-id-7 tbody td.column-1, .tablepress.tablepress-id-8 tbody td.column-1 {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.tablepress.tablepress-id-1 tbody td.column-2, .tablepress.tablepress-id-2 tbody td.column-2, .tablepress.tablepress-id-7 tbody td.column-2, .tablepress.tablepress-id-8 tbody td.column-2 {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .tablepress.tablepress-id-1 tbody td.column-2, .tablepress.tablepress-id-2 tbody td.column-2, .tablepress.tablepress-id-7 tbody td.column-2, .tablepress.tablepress-id-8 tbody td.column-2 {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
.tablepress.tablepress-id-12 thead th {
  background-color: #e7a84f !important;
  color: #fff !important;
}
.tablepress.tablepress-id-12 tbody td.column-1 {
  width: 30%;
}
.tablepress.tablepress-id-12 tbody td.column-2 {
  width: 30%;
}
.tablepress.tablepress-id-8 tbody td.column-1 {
  color: #e16b80;
  background-color: #fdf3f8;
}

.sub-header_wrap {
  width: 100%;
  padding: 6.7708333333vw 0 5.2083333333vw 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sub-header_wrap {
    margin-top: 30px;
  }
}
.sub-header_wrap::before {
  content: "";
  display: block;
  aspect-ratio: 2802/1864;
  width: 60%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  top: -2.6041666667vw;
  left: -5.2083333333vw;
  background-image: url(../img/wave_01_50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.sub-header_wrap .sub-header {
  width: 70%;
  margin-left: auto;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .sub-header_wrap .sub-header {
    width: 90%;
    border-radius: 20px;
    overflow: auto;
    margin: auto;
  }
}
.sub-header_wrap .sub-header .sub-header-txt {
  position: absolute;
  left: 5%;
  font-size: clamp(12px, 4rem, 4rem);
  font-weight: 700;
  background: unset;
  z-index: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .sub-header_wrap .sub-header .sub-header-txt {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .sub-header_wrap .sub-header .sub-header-txt {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: auto;
    position: unset;
  }
}
.sub-header_wrap .sub-header .sub-header-txt .content {
  display: block !important;
  height: 100%;
}

.sub-header-txt {
  height: 65px;
}
@media screen and (max-width: 1024px) {
  .sub-header-txt {
    height: 32.5px;
  }
}
.sub-header-txt .content {
  display: block !important;
  height: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
}
@media screen and (max-width: 1024px) {
  .sub-header-txt .content {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .sub-header-txt .content {
    line-height: 1;
  }
}

.recruit .com-flow02-head h3 {
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .recruit .com-flow02-head h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .com-flow02-txt {
    font-size: 10px;
  }
}
.recruit .com-faq01-q,
.recruit .com-faq01-a {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .recruit .com-faq01-q,
  .recruit .com-faq01-a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit .com-faq01-q,
  .recruit .com-faq01-a {
    background-size: 20px auto;
  }
}
.recruit .tab-panel-a .tab {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .recruit .tab-panel-a .tab {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .recruit .tab-panel-a .tab {
    width: 47%;
  }
}

.contact .contact-form01 tbody {
  border: none;
}
.contact .contact-form01 th {
  background-color: unset;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  font-weight: 700;
  border-bottom: #e9e4e2 1px solid;
}
@media screen and (max-width: 1024px) {
  .contact .contact-form01 th {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact-form01 th {
    border-bottom: unset;
    padding-bottom: 0;
  }
}
.contact .contact-form01 td {
  border-bottom: #e9e4e2 1px solid;
}
.contact .contact-form01 .required {
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .contact .contact-form01 .required {
    border-radius: 2.5px;
  }
}
.contact input[type=submit],
.contact input[type=button] {
  border-radius: 999px;
}
.contact .wpcf7-list-item-label {
  font-size: clamp(12px, 1.4rem, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .contact .wpcf7-list-item-label {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}
.contact input[type=text],
.contact input[type=number],
.contact textarea,
.contact input[type=email],
.contact input[type=tel] {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .contact input[type=text],
  .contact input[type=number],
  .contact textarea,
  .contact input[type=email],
  .contact input[type=tel] {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.contact input[type=number] {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
}
.contact .privacy-check a {
  display: block;
  font-size: clamp(12px, 1.4rem, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .contact .privacy-check a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

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

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

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

.entry-btn a {
  border-radius: 999px;
}

.elementor-button span {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease-in;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  }
}
.header.scrolled .deco._flower_01 {
  display: none;
}
.header .header-content02 {
  position: relative;
  z-index: 2;
}
.header .header-box01 .logo {
  max-width: unset;
  width: 20%;
  padding: 10px 0px;
}
@media screen and (max-width: 1024px) {
  .header .header-box01 .logo {
    padding: 5px 0px;
  }
}
.header .header-box01 .logo img {
  width: 100%;
  height: auto;
}
.header .header-menu {
  background-image: url(../img/bg_orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-menu > li a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  font-size: clamp(12px, 1.6rem, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 2.0833333333vw;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .header .header-menu > li a {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1600px) {
  .header .header-menu > li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-menu > li a {
    padding: 0 1.5625vw;
  }
}
.header .header-menu > li a:hover {
  color: #ffbd4a;
  opacity: 1;
}
.header .header-sub-box {
  display: flex;
  justify-content: end;
}
.header .header-sub-box .g-sub-nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .header-sub-box .g-sub-nav-list li._tel {
  background-repeat: no-repeat;
  background-size: 150%;
  background-image: url(../img/shape-01-50.jpg);
  background-position: center center;
  padding: 10px 30px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav-list li._tel {
    padding: 5px 15px;
  }
}
.header .header-sub-box .g-sub-nav-list li._tel .txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #826b63;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav-list li._tel .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.header .header-sub-box .g-sub-nav-list li._tel .txt::before {
  content: "";
  aspect-ratio: 387/363;
  width: 25px;
  height: auto;
  background-image: url(../img/mark-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav-list li._tel .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(12px, 3rem, 3rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #442200;
  color: #826b63;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav-list li._tel .num {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.header .header-sub-box .g-sub-nav-list li._tel .num i {
  color: #442200;
  color: #826b63;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .header .header-sub-box .g-sub-nav-list li._tel .num i {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.header .header-sub-box .g-sub-nav-list li._tel a .num {
  transition: all 0.3s;
}
.header .header-sub-box .g-sub-nav-list li._tel a:hover .num {
  transform: scale(1.05);
  transition: all 0.3s;
}
.header .header-sub-box .g-sub-nav-list li._tel:nth-of-type(2) {
  background-repeat: no-repeat;
  background-size: 150%;
  background-image: url(../img/shape-02-50.jpg);
  background-position: center center;
}
.header .header-sub-box .g-sub-nav-list li._tel:nth-of-type(2) .txt::before {
  aspect-ratio: 185/223;
  width: 20px;
  height: auto;
  background-image: url(../img/mark-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-sub-box .g-sub-nav-list li._mail a img {
  aspect-ratio: 512/384;
  width: auto;
  height: 30px;
  transition: all 0.3s;
}
.header .header-sub-box .g-sub-nav-list li._mail a:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}

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

.sp-header-icon-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-header-icon-list li a span {
  aspect-ratio: 1;
  width: 60%;
  height: auto;
  background-image: url(../img/icon_mail_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

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

.fix_nav {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: #ffbd4a;
  border: #ffbd4a solid 2px;
  border-right: none;
  padding: 10px 5px;
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 5;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .fix_nav {
    width: 100%;
    height: 50px;
    border-radius: 0;
    flex-direction: row;
    bottom: 0;
  }
}
.fix_nav::before {
  display: block;
  content: "";
  aspect-ratio: 354/376;
  width: 50px;
  height: auto;
  background-image: url(../img/icon_recruit-white.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  aspect-ratio: 1;
}
.fix_nav span {
  color: #fff;
  font-weight: 700;
  text-align: center !important;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .fix_nav span {
    writing-mode: unset;
  }
}
.fix_nav:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.fix_nav:hover::before {
  background-image: url(../img/icon_recruit-orange.png);
  background-repeat: no-repeat;
  background-size: 50%;
}
.fix_nav:hover span {
  color: #ffbd4a;
}

.header-sub-box_sp {
  display: none;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .header-sub-box_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .header-sub-box_sp a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .header-sub-box_sp a._tel {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 12px;
    background: #6076c0;
    border: #6076c0 solid 2px;
    color: #fff;
  }
  .header-sub-box_sp a._tel::before {
    content: "";
    aspect-ratio: 577/721;
    width: auto;
    height: 15px;
    background-image: url(../img/icon_tel_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .header-sub-box_sp a._tel:hover {
    background: #fff;
    color: #6076c0;
  }
  .header-sub-box_sp a._tel:hover::before {
    background-image: url(../img/icon_tel_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .header-sub-box_sp a._mail {
    font-size: 12px;
    background: #8495ce;
    border: #8495ce solid 2px;
    color: #fff;
  }
  .header-sub-box_sp a._mail::before {
    content: "";
    aspect-ratio: 200/136;
    width: auto;
    height: 12px;
    background-image: url(../img/icon_mail_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .header-sub-box_sp a._mail:hover::before {
    background-image: url(../img/icon_mail_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

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

.sp-header-inner .logo {
  margin-left: 20px;
}
.sp-header-inner .logo img {
  max-width: 150px;
}

.sp-header-icon-list li a span {
  font-size: 18px;
}
.sp-header-icon-list li a span i {
  margin: auto;
  color: #fff;
}

#loading {
  background-color: #fffefc;
}

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

@media screen and (max-width: 1024px) {
  #page-top {
    bottom: 65px;
  }
}
#page-top img {
  width: 4.1666666667vw;
}
@media screen and (max-width: 1024px) {
  #page-top img {
    width: 40px;
  }
}

.sub-header {
  margin-top: 165px;
}
@media screen and (max-width: 1024px) {
  .sub-header {
    margin-top: 50px;
  }
}

.sec._01 {
  padding-top: 0;
}
.sec._02, .sec._04, .sec._06 {
  background-color: #fff;
  background: linear-gradient(#fff9e1, #fff, #fff, #fff9e1);
}

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

.about .catch {
  max-width: 1000px;
  margin: auto;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 60px 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .catch {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about .catch {
    padding: 30px 30px;
  }
}
.about .catch::before, .about .catch::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  z-index: -1;
}
.about .catch::before {
  aspect-ratio: 728/437;
  background-image: url(../img/leaf-15.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30%;
  top: -10%;
  left: -7%;
}
.about .catch::after {
  aspect-ratio: 768/464;
  background-image: url(../img/leaf-16.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30%;
  bottom: -10%;
  right: -7%;
}
.about .catch p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  font-size: 1.5625vw;
  color: #826b63;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .about .catch p {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .about .catch p {
    text-align: center;
  }
}
.about .catch p span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 6rem, 6rem);
  font-size: 3.125vw;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .catch p span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}
.about .catch p span::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 70%;
  background-color: #ffbd4a;
}
@media screen and (max-width: 1024px) {
  .about .catch p span::before {
    height: 9px;
  }
}
.about .catch p._01 span::before {
  background-color: #fff;
  background-image: url(../img/stripe_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about .catch p._02 {
  padding-left: 20%;
}
@media screen and (max-width: 1024px) {
  .about .catch p._02 {
    padding-left: 0;
  }
}
.about .catch p._02 span::before {
  background-color: #fff;
  background-image: url(../img/stripe_yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about .catch p._03 {
  padding-left: 40%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about .catch p._03 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about .catch p._03 {
    margin-bottom: 30px;
  }
}
.about .catch p._03 span::before {
  background-color: #fff;
  background-image: url(../img/stripe_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about .catch p._04 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.8;
}
.about .list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.about .list li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 60px;
  margin-bottom: 30px;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about .list li {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .about .list li {
    padding: 7.5px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about .list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .about .list li {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.about .list li::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(../img/leaf-17.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: auto;
  position: absolute;
  top: -20px;
  left: -10px;
}
@media screen and (max-width: 1024px) {
  .about .list li::before {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .about .list li::before {
    top: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .about .list li::before {
    left: -5px;
  }
}

.noichigo ._01,
.tanpopo ._01 {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .noichigo ._01,
  .tanpopo ._01 {
    padding-top: 50px;
  }
}
.noichigo .slider_wrap,
.tanpopo .slider_wrap {
  position: relative;
  padding-top: 160px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap,
  .tanpopo .slider_wrap {
    padding-top: 50px;
  }
}
.noichigo .slider_wrap .title,
.tanpopo .slider_wrap .title {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap .title,
  .tanpopo .slider_wrap .title {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.noichigo .slider_wrap .title .content,
.tanpopo .slider_wrap .title .content {
  background: #fffcf3;
  padding: 20px 50px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap .title .content,
  .tanpopo .slider_wrap .title .content {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap .title .content,
  .tanpopo .slider_wrap .title .content {
    text-align: center;
  }
}
.noichigo .slider_wrap .title .content::before, .noichigo .slider_wrap .title .content::after,
.tanpopo .slider_wrap .title .content::before,
.tanpopo .slider_wrap .title .content::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
}
.noichigo .slider_wrap .title .content::before,
.tanpopo .slider_wrap .title .content::before {
  aspect-ratio: 185/223;
  background-image: url(../img/mark-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17%;
  top: -10%;
  left: -5%;
}
.noichigo .slider_wrap .title .content::after,
.tanpopo .slider_wrap .title .content::after {
  background-color: #e16b80;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -10px;
  right: -10px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap .title .content::after,
  .tanpopo .slider_wrap .title .content::after {
    bottom: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap .title .content::after,
  .tanpopo .slider_wrap .title .content::after {
    right: -5px;
  }
}
.noichigo .slider_wrap .title .content h2,
.tanpopo .slider_wrap .title .content h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.2em;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .noichigo .slider_wrap .title .content h2,
  .tanpopo .slider_wrap .title .content h2 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
.noichigo .slider,
.tanpopo .slider {
  width: 100%;
  border-radius: 0;
}
.noichigo ._01,
.tanpopo ._01 {
  position: relative;
}
.noichigo ._01::before,
.tanpopo ._01::before {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../img/circle-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 30%;
}
.noichigo ._01::after,
.tanpopo ._01::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 543/141;
  background-image: url(../img/line-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  bottom: 2%;
  right: 3%;
  z-index: -1;
  opacity: 20%;
  transform: rotate(-20deg);
}
.noichigo ._01 .box,
.tanpopo ._01 .box {
  justify-content: space-between;
}
.noichigo ._01 .box .item._txt,
.tanpopo ._01 .box .item._txt {
  width: 65%;
  padding: 30px 0px;
}
@media screen and (max-width: 1024px) {
  .noichigo ._01 .box .item._txt,
  .tanpopo ._01 .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo ._01 .box .item._txt,
  .tanpopo ._01 .box .item._txt {
    padding: 15px 0px;
  }
}
.noichigo ._01 .box .item._img,
.tanpopo ._01 .box .item._img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .noichigo ._01 .box .item._img,
  .tanpopo ._01 .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.noichigo ._01 .box .item._img img,
.tanpopo ._01 .box .item._img img {
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .noichigo ._01 .box .item._img img,
  .tanpopo ._01 .box .item._img img {
    border-radius: 5px;
  }
}
.noichigo .tab-panel-b .tab-group,
.tanpopo .tab-panel-b .tab-group {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .noichigo .tab-panel-b .tab-group,
  .tanpopo .tab-panel-b .tab-group {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .tab-panel-b .tab-group,
  .tanpopo .tab-panel-b .tab-group {
    flex-wrap: wrap;
    align-items: center;
  }
}
.noichigo .tab-panel-b .tab,
.tanpopo .tab-panel-b .tab {
  border: #e16b80 solid 2px;
  border-radius: 6px;
  background-color: #fff;
  color: #e16b80;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .noichigo .tab-panel-b .tab,
  .tanpopo .tab-panel-b .tab {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .tab-panel-b .tab,
  .tanpopo .tab-panel-b .tab {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .tab-panel-b .tab,
  .tanpopo .tab-panel-b .tab {
    margin-bottom: 10px;
    width: 40%;
  }
}
.noichigo .tab-panel-b .tab.is-active, .noichigo .tab-panel-b .tab:hover,
.tanpopo .tab-panel-b .tab.is-active,
.tanpopo .tab-panel-b .tab:hover {
  background-color: #e16b80;
  color: #fff;
}
.noichigo .panel-inner,
.tanpopo .panel-inner {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .noichigo .panel-inner,
  .tanpopo .panel-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .panel-inner,
  .tanpopo .panel-inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .panel-inner,
  .tanpopo .panel-inner {
    margin-bottom: 40px;
  }
}
.noichigo .panel .list,
.tanpopo .panel .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.noichigo .panel .list li,
.tanpopo .panel .list li {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .list li,
  .tanpopo .panel .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.noichigo .panel .list li .img,
.tanpopo .panel .list li .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .list li .img,
  .tanpopo .panel .list li .img {
    border-radius: 5px;
  }
}
.noichigo .panel .list li .img img,
.tanpopo .panel .list li .img img {
  transform: scale(1);
  transition: all 0.3s;
}
.noichigo .panel .list li .title,
.tanpopo .panel .list li .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  letter-spacing: 0.1em;
  color: #826b63;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .list li .title,
  .tanpopo .panel .list li .title {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .list li .title,
  .tanpopo .panel .list li .title {
    gap: 5px;
  }
}
.noichigo .panel .list li .title::before,
.tanpopo .panel .list li .title::before {
  content: "";
  display: block;
  aspect-ratio: 370/280;
  width: 20px;
  height: auto;
  background-image: url(../img/icon_camera.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .list li .title::before,
  .tanpopo .panel .list li .title::before {
    width: 10px;
  }
}
.noichigo .panel .list li:hover .img img,
.tanpopo .panel .list li:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.noichigo .panel .btn,
.tanpopo .panel .btn {
  border-radius: 10px;
  background-color: #e16b80;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .btn,
  .tanpopo .panel .btn {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .noichigo .panel .btn,
  .tanpopo .panel .btn {
    margin-top: 30px;
  }
}
.noichigo .panel .btn:hover,
.tanpopo .panel .btn:hover {
  opacity: 0.7;
}
.noichigo ._03 .list,
.tanpopo ._03 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .noichigo ._03 .list,
  .tanpopo ._03 .list {
    justify-content: flex-start;
  }
}
.noichigo ._03 .list li,
.tanpopo ._03 .list li {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .noichigo ._03 .list li,
  .tanpopo ._03 .list li {
    width: 45%;
  }
}
.noichigo ._03 .list li img,
.tanpopo ._03 .list li img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.noichigo ._03 .list li .caption,
.tanpopo ._03 .list li .caption {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  letter-spacing: 0.1em;
  color: #826b63;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .noichigo ._03 .list li .caption,
  .tanpopo ._03 .list li .caption {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .noichigo ._03 .list li .caption,
  .tanpopo ._03 .list li .caption {
    gap: 5px;
  }
}
.noichigo ._03 .list li .caption::before,
.tanpopo ._03 .list li .caption::before {
  content: "";
  display: block;
  aspect-ratio: 461/293;
  width: 20px;
  height: auto;
  background-image: url(../img/icon_gallery.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .noichigo ._03 .list li .caption::before,
  .tanpopo ._03 .list li .caption::before {
    width: 10px;
  }
}
.noichigo ._03 .list li:hover .img img,
.tanpopo ._03 .list li:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.noichigo ._04 .title_flower::before, .noichigo ._04 .title_flower::after,
.tanpopo ._04 .title_flower::before,
.tanpopo ._04 .title_flower::after {
  content: "";
  aspect-ratio: 1660/52;
  width: 20%;
  height: auto;
  background-image: url(../img/title_deco-04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.noichigo ._04 .box,
.tanpopo ._04 .box {
  justify-content: space-between;
}
.noichigo ._04 .box .item,
.tanpopo ._04 .box .item {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .noichigo ._04 .box .item,
  .tanpopo ._04 .box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.noichigo ._04 .box .item._map iframe,
.tanpopo ._04 .box .item._map iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .noichigo ._04 .box .item._map iframe,
  .tanpopo ._04 .box .item._map iframe {
    aspect-ratio: 3/2;
    height: auto;
  }
}

.tanpopo .slider_wrap .title .content::before {
  aspect-ratio: 387/363;
  background-image: url(../img/mark-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17%;
  top: unset;
  bottom: -10%;
  left: -5%;
}
.tanpopo .slider_wrap .title .content::after {
  background-color: #ffdb4a;
}
.tanpopo ._01 {
  position: relative;
}
.tanpopo ._01::before {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../img/circle-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 30%;
}
.tanpopo ._01::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  aspect-ratio: 543/141;
  background-image: url(../img/line-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20%;
  bottom: 2%;
  right: 3%;
  z-index: -1;
  opacity: 30%;
  transform: rotate(20deg);
}
.tanpopo ._01 .box {
  justify-content: space-between;
}
.tanpopo .tab-panel-b .tab {
  border: #ffdb4a solid 2px;
  border-radius: 6px;
  background-color: #fff;
  color: #ffdb4a;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .tanpopo .tab-panel-b .tab {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .tanpopo .tab-panel-b .tab {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.tanpopo .tab-panel-b .tab.is-active, .tanpopo .tab-panel-b .tab:hover {
  background-color: #ffdb4a;
  color: #fff;
}
.tanpopo .panel .btn {
  background-color: #ffdb4a;
}
.tanpopo ._04 {
  background-color: #fff;
  background: linear-gradient(#fff9e1, #fff, #fff);
}

.noichigo .title_flower::before, .noichigo .title_flower::after {
  background-image: url(../img/title_deco-05.png) !important;
}
.noichigo ._03 {
  background-color: #fff;
  background: linear-gradient(#fdf3f8, #fff, #fff, #fdf3f8);
}
.noichigo ._02,
.noichigo ._04 {
  background: unset;
}

.life .sec._02 {
  background: linear-gradient(#fff9e1, #fff, #fff);
}
.life .list li {
  background-color: #fff9e1;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .life .list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .life .list li {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .life .list li {
    padding: 10px;
  }
}
.life .list li .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  letter-spacing: 0.1em;
  color: #ffbd4a;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffbd4a;
}
@media screen and (max-width: 1024px) {
  .life .list li .title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .life .list li .title {
    padding-bottom: 5px;
  }
}
.life .list svg {
  display: block;
  width: 40px;
  transform: rotate(90deg);
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .life .list svg {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .life .list svg {
    margin-bottom: 10px;
  }
}
.life .list svg:last-of-type {
  display: none;
}
.life .gallery {
  display: flex;
  gap: 3%;
}
.life .gallery li {
  width: 25%;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .life .gallery li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.life .gallery li img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 3px;
}
.life .com-list02 li.flex {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .life .com-list02 li.flex {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .life .com-list02 li.flex {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .life .com-list02 li.flex {
    margin-bottom: 40px;
  }
}
.life .com-list02-sub-head {
  display: none;
}
.life .com-list02-sub-inner {
  display: none;
}

.child-care .title_flower::before, .child-care .title_flower::after {
  background-image: url(../img/title_deco-06.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.child-care ._01 .tab-panel-b .tab-group {
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab-group {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab-group {
    flex-wrap: wrap;
  }
}
.child-care ._01 .tab-panel-b .tab {
  width: 40%;
  background-color: #fff;
  border: solid 3px #ffdb4a;
  color: #ffdb4a;
  border-radius: 6px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.child-care ._01 .tab-panel-b .tab span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  display: block;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.child-care ._01 .tab-panel-b .tab.is-active {
  background-color: #ffdb4a;
  color: #fff;
  position: relative;
}
.child-care ._01 .tab-panel-b .tab.is-active::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 50px;
  height: auto;
  position: absolute;
  top: -25px;
  left: -25px;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab.is-active::before {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab.is-active::before {
    top: -12.5px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .tab-panel-b .tab.is-active::before {
    left: -12.5px;
  }
}
.child-care ._01 .tab-panel-b .tab:first-of-type.is-active::before {
  background-image: url(../img/sun-03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.child-care ._01 .tab-panel-b .tab:nth-of-type(2) {
  border: solid 3px #e16b80;
  color: #e16b80;
}
.child-care ._01 .tab-panel-b .tab:nth-of-type(2).is-active {
  background-color: #e16b80;
  color: #fff;
}
.child-care ._01 .tab-panel-b .tab:nth-of-type(2).is-active::before {
  background-image: url(../img/bee-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.child-care ._01 .tab-panel-b .panel:nth-of-type(2) .panel-inner {
  background-color: #fdf3f8;
}
.child-care ._01 .box {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .box {
    margin-bottom: 30px;
  }
}
.child-care ._01 .box .item._txt {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.child-care ._01 .box .item._txt::before, .child-care ._01 .box .item._txt::after {
  content: "";
  display: block;
  z-index: -1;
}
.child-care ._01 .box .item._txt::before {
  aspect-ratio: 162/207;
  width: 20%;
  height: auto;
  background-image: url(../img/clover-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.child-care ._01 .box .item._txt::after {
  aspect-ratio: 139/200;
  width: 20%;
  height: auto;
  background-image: url(../img/clover-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.child-care ._01 .box .item._txt p {
  font-size: clamp(12px, 1.8rem, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .box .item._txt p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.child-care ._01 .box .item._img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.child-care ._01 .place p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .place p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.child-care ._01 .place p.title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  letter-spacing: 0.1em;
  color: #826b63;
  border-bottom: #ffdb4a 2px solid;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .place p.title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .place p.title {
    gap: 5px;
  }
}
.child-care ._01 .place p.title::before {
  content: "";
  aspect-ratio: 801/842;
  width: 40px;
  height: auto;
  background-image: url(../img/sun-03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .place p.title::before {
    width: 20px;
  }
}
.child-care ._01 .place p.title._bee {
  border-color: #e16b80;
}
.child-care ._01 .place p.title._bee::before {
  aspect-ratio: 382/347;
  background-image: url(../img/bee-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.child-care ._01 .place p a {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: #ffbd4a;
}
@media screen and (max-width: 1024px) {
  .child-care ._01 .place p a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.child-care ._02 {
  background: linear-gradient(#fff9e1, #fff, #fff);
}
.child-care ._02 .list {
  width: 90%;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .child-care ._02 .list {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._02 .list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._02 .list {
    padding: 20px;
  }
}
.child-care ._02 .list li {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .child-care ._02 .list li {
    margin-bottom: 30px;
  }
}
.child-care ._02 .list li p {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .child-care ._02 .list li p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .child-care ._02 .list li p {
    padding-left: 10px;
  }
}
.child-care ._02 .list li p a {
  color: #ffbd4a;
}

.admission ._01 .content .txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .admission ._01 .content .txt {
    margin-bottom: 30px;
  }
}
.admission ._01 .content .txt p {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .admission ._01 .content .txt p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.admission ._02 .com-flow02-head h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  letter-spacing: 0.1em;
  color: #a7928b;
}
@media screen and (max-width: 1024px) {
  .admission ._02 .com-flow02-head h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.admission ._02 .com-flow02-txt {
  background-color: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  color: #826b63;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .admission ._02 .com-flow02-txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.recruit ._01 .box {
  justify-content: space-between;
}
.recruit ._01 .box .item._img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit ._01 .box .item._img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit ._01 .box .item._img {
    margin-bottom: 30px;
  }
}
.recruit ._01 .box .item._img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  aspect-ratio: 465/484;
  background-image: url(../img/frame-06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .recruit ._01 .box .item._img::before {
    width: 67%;
  }
}
.recruit ._01 .box .item._img img {
  aspect-ratio: 1;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.recruit ._01 .box .item._txt {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .recruit ._01 .box .item._txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit ._02 .com-box02-img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit ._02 .com-box02-img img {
    border-radius: 5px;
  }
}
.recruit ._02 .com-box02-head {
  border-radius: 3px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .recruit ._02 .com-box02-head {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit ._02 .com-box02-txt {
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .recruit ._02 .com-box02-txt {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit ._03 .com-flow01-head h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .recruit ._03 .com-flow01-head h3 {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit ._03 .com-flow01-txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .recruit ._03 .com-flow01-txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.recruit ._05 .tab-panel-a .tab {
  border-radius: 999px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  letter-spacing: 0.1em;
  border: 2px solid #ffbd4a;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .recruit ._05 .tab-panel-a .tab {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
.recruit ._05 .tab-panel-a .tab.is-active {
  background-color: #ffbd4a;
  color: #fff;
}

.single-info-wrap .album_single {
  width: 80% !important;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .single-info-wrap .album_single {
    margin-top: 30px;
  }
}

.single-info-date-cat time {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(12px, 1.6rem, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .single-info-date-cat time {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

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

.single-info-article h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.2rem, 2.2rem);
}
@media screen and (max-width: 1024px) {
  .single-info-article h2 {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.single-info-article h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
}
@media screen and (max-width: 1024px) {
  .single-info-article h3 {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.archive-info-cat li.rion, .archive-info-cat li.kirin, .archive-info-cat li.zou, .archive-info-cat li.risu, .archive-info-cat li.kotori, .archive-info-cat li.hiyoko, .archive-info-cat li.noichigo_class_01, .archive-info-cat li.noichigo_class_02, .archive-info-cat li.noichigo_class_03, .archive-info-cat li.noichigo_class_04, .archive-info-cat li.noichigo_class_05, .archive-info-cat li.noichigo_class_06, .archive-info-cat li.noichigo_class_07, .archive-info-cat li.noichigo_class_08, .archive-info-cat li.noichigo_class_09,
.post-categories li.rion,
.post-categories li.kirin,
.post-categories li.zou,
.post-categories li.risu,
.post-categories li.kotori,
.post-categories li.hiyoko,
.post-categories li.noichigo_class_01,
.post-categories li.noichigo_class_02,
.post-categories li.noichigo_class_03,
.post-categories li.noichigo_class_04,
.post-categories li.noichigo_class_05,
.post-categories li.noichigo_class_06,
.post-categories li.noichigo_class_07,
.post-categories li.noichigo_class_08,
.post-categories li.noichigo_class_09 {
  display: none;
}
.archive-info-cat a.album-tanpopo, .archive-info-cat a.menu-tanpopo, .archive-info-cat a.news-tanpopo,
.post-categories a.album-tanpopo,
.post-categories a.menu-tanpopo,
.post-categories a.news-tanpopo {
  background-color: #ffdb4a;
  border: #ffdb4a solid 1px;
}
.archive-info-cat a.album-noichigo, .archive-info-cat a.menu-noichigo, .archive-info-cat a.news-noichigo,
.post-categories a.album-noichigo,
.post-categories a.menu-noichigo,
.post-categories a.news-noichigo {
  background-color: #e16b80;
  border: #e16b80 solid 1px;
}

main.panelactive {
  display: none;
}

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

.contact-band {
  position: relative;
  width: 80%;
  margin: auto;
  margin-bottom: 100px;
  border: solid 5px #e7a84f;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band {
    border-radius: 10px;
  }
}
.contact-band .contact-band-title {
  aspect-ratio: 382/66;
  width: 600px;
  height: auto;
  background-image: url(../img/ribon-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  margin-bottom: 60px;
  color: #826b63;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 3rem, 3rem);
  letter-spacing: 0.15em;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-title {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-title {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .contact-band-title {
    padding-top: 5px;
  }
}
.contact-band .cf-cb-txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2.4rem, 2.4rem);
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .cf-cb-txt {
    margin-bottom: 30px;
  }
}
.contact-band .box {
  width: 80%;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box {
    margin-bottom: 30px;
  }
}
.contact-band .box .item {
  background-color: #fff;
  border: none;
}
.contact-band .box .item._mail {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._mail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-band .box .item._mail .btn {
  max-width: unset;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 2rem, 2rem);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._mail .btn {
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._mail .btn {
    border-radius: 10px;
  }
}
.contact-band .box .item._mail .btn .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-band .box .item._tel {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-band .box .item._tel .contact-band-tel-block {
  justify-content: space-between;
  margin-top: 0;
}
.contact-band .box .item._tel .contact-band-tel-box {
  margin-bottom: 30px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel .contact-band-tel-box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel .contact-band-tel-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-band .box .item._tel .cf-cb-head {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 1.6rem);
  letter-spacing: 0.2em;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel .cf-cb-head {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel .cf-cb-head {
    border-radius: 5px;
  }
}
.contact-band .box .item._tel .cf-tel-number {
  ont-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: clamp(12px, 2.2rem, 2.2rem);
  color: #826b63;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .item._tel .cf-tel-number {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}
.contact-band .box .txt {
  font-size: clamp(12px, 1.8rem, 1.8rem);
  font-weight: 600;
  text-align: center;
  color: #716863;
  color: #e7a84f;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}
.contact-band .box .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .content a {
    gap: 10px;
  }
}
.contact-band .box .content a img {
  width: 8%;
}
.contact-band .box .content a:hover {
  opacity: 0.7 !important;
}
.contact-band .box .content .cf-tel-number,
.contact-band .box .content .cf-mail-txt {
  font-size: clamp(12px, 4rem, 4rem);
  font-size: 2.0833333333vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #e7a84f;
  transform: scale(1);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .content .cf-tel-number,
  .contact-band .box .content .cf-mail-txt {
    font-size: clamp(12px, 2rem, 2rem);
  }
}
.contact-band .box .content .cf-tel-number:hover,
.contact-band .box .content .cf-mail-txt:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  opacity: 1 !important;
}
.contact-band .box .content .cf-mail-txt {
  font-size: clamp(12px, 3rem, 3rem);
  font-size: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .contact-band .box .content .cf-mail-txt {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.footer {
  background-image: url(../img/bg_orange-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/bg_footer-02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    background-size: cover;
  }
}
.footer::before, .footer::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.8;
}
.footer::before {
  aspect-ratio: 660/533;
  width: 15%;
  height: auto;
  background-image: url(../img/flower-11.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -7.8125vw;
  left: 0%;
}
.footer::after {
  aspect-ratio: 519/690;
  width: 15%;
  height: auto;
  background-image: url(../img/flower-12.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -15.625vw;
  right: 0;
}
.footer .footer-nav-wrap {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-nav-wrap .menu-footer-menu-left-container {
  width: 100%;
}
.footer .footer-logo {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo {
    margin: auto;
    margin-bottom: 30px;
  }
}
.footer .footer-address p {
  text-align: center;
}
.footer .copyright p {
  color: #5c4c2c;
  margin-bottom: 0;
}

.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-fadeInLeft {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 3s;
}
.js-fadeInLeft.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

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

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

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

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

@keyframes fadeInLeftToRight {
  from {
    transform: scale(0, 1); /*X方向0、Y方向1*/
  }
  to {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
}