@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c&family=Zen+Maru+Gothic&display=swap");

/*全体設定*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Roboto", "Kosugi Maru", sans-serif;
}

section {
  scroll-margin-top: 120px; /* ヘッダーの高さ + 余白 */
}

html,
body {
  height: 100%;
  background-color: #fcf7f0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  /* transition: opacity 0.3s ease; */
}

mark {
  background: linear-gradient(transparent 0%, rgb(0, 255, 12) 0%);
}

img {
  max-width: 100%;
}

/* 横幅 */

.wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  text-align: center;
  line-height: 23px;
}

.fadeIn_up {
  opacity: 0;
  transform: translateY(20px); /* ここを短い距離に */
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.36, 1),
    opacity 0.6s ease-out;
  will-change: transform, opacity;
  /* 画像などでレイアウトが動く場合は高さを確保 */
  /* min-height: 200px; など必要に応じて */
}

.fadeIn_up.is-show {
  transform: translateY(0);
  opacity: 1;
  overflow: hidden;
}

/* ヘッダー */

header .wrapper {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 60px;
  margin-bottom: 0;
  /* max-width: 1024px; */
}

.header ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
}

header h1 {
  display: flex;
}

header h1 a {
  width: 170px;
}

/* header h1 a:hover {
 
} */

.header__button {
  display: none;
}

.navigation a {
  position: relative;
  display: inline-block;
}
.navigation a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #826356;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navigation a:hover::after {
  width: 100%;
}

/* 最後のナビアイテム（ボタン）だけ特別扱い */
.navigation__item:last-child .navigation__link {
  /* ボタンのスタイル */
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  background-color: #826356;
  color: #fff;
  box-shadow: 2px 3px 0px #cecece;
  transition: 0.3s;
}

/* 最後のナビアイテムは下線を消す */
.navigation__item:last-child .navigation__link::after {
  display: none;
}

/* ホバーで沈む */
.navigation__item:last-child .navigation__link:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.main_visual {
  overflow: hidden;
  position: relative;
}
/* スライダー */

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-slide img {
  border-radius: 20px;
}

.sliderArea {
  float: left;
  width: 100%;

  position: relative;
  margin-left: 29rem;
}

.slick-prev,
.slick-next,
.slick-dots {
  display: none !important;
}

.slider-wrapper .slick-prev,
.slider-wrapper .slick-next,
.slider-wrapper .slick-dots {
  display: block !important;
}

/* .main_copy_wrap{
  di
} */

.main_button {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

/* 最後のナビアイテム（ボタン）だけ特別扱い */
.main_button_1 {
  /* ボタンのスタイル */
  box-shadow: 2px 3px 0px #cecece;
  transition: 0.3s;
}

/* 最後のナビアイテムは下線を消す */
.main_button_1::after {
  display: none;
}

/* ホバーで沈む */
.main_button_1:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

/* 最後のナビアイテム（ボタン）だけ特別扱い */
.main_button_2 {
  /* ボタンのスタイル */
  box-shadow: 2px 3px 0px #cecece;
  transition: 0.3s;
}

/* 最後のナビアイテムは下線を消す */
.main_button_2::after {
  display: none;
}

/* ホバーで沈む */
.main_button_2:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.main_button_1 {
  text-decoration: none;
  color: #fff;
  background-color: #ffb743;
  display: inline-block;
  padding: 10px 37px;
  border-radius: 25px;
}

.main_button_1 a {
  text-decoration: none;
  color: #fff;
}

.main_button_2 {
  text-decoration: none;
  color: #fff;
  background-color: #64ccba;
  display: inline-block;
  padding: 10px 37px;
  border-radius: 25px;
}

.main_button_2 a {
  text-decoration: none;
  color: #fff;
}

.main_copy {
  width: 18rem;
  /* height: 66.5rem; */
  position: absolute;
  top: 20%;
  left: 8%;
  box-sizing: border-box;
}

.intro {
  text-align: center;
  margin: 100px 0 60px 0;
  position: relative;
}

.in_title {
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 20px;
}

.intro p {
  line-height: 48px;
  color: #826356;
}

.wo {
  color: #f49db0;
}

.ni {
  color: #8dd888;
}

.dake {
  color: #ffe05c;
}

.intro_icon {
  z-index: -1;
}

.intro_icon .icon_maru {
  position: absolute;
  width: 93px;
  top: 150px;
  left: 153px;
  z-index: -1;
}

.intro_icon .icon_square {
  position: absolute;
  width: 153px;
  top: 250px;
  right: 223px;
  z-index: -1;
}

.intro_icon .icon_sankaku {
  position: absolute;
  width: 133px;
  top: 460px;
  left: 163px;
  z-index: -1;
}

.intro_icon .icon {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.intro_icon .icon.show {
  opacity: 1;
  transform: translateY(0);
}

.intro_icon .icon_maru.show {
  transition-delay: 0s;
}

.intro_icon .icon_square.show {
  transition-delay: 0.3s;
}

.intro_icon .icon_sankaku.show {
  transition-delay: 0.6s;
}

/* aboutセクション */

.about {
  background-color: #64ccba;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.about_bg img {
  width: 100%;
}

.section_title {
  width: 390px;
  margin: 0 auto; /* 中央寄せ */
  text-align: center; /* 中の画像も中央に */
}

.about_copy {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
}

.text_box {
  background-color: #fff;
  margin: 50px 150px;
  border-radius: 50px;
  position: relative;
}

.text_box_wrap {
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about_title_text {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about_title_text p {
  text-align: left;
  color: #826356;
}

.about_tsumiki {
  min-width: 240px;
}

.about_tsumiki img {
  height: 150px; /* 画像の高さを統一 */
  width: auto; /* 縦横比を保つ */
  display: block;
}

.about_icon_1 {
  position: absolute;
  top: 45px;
  right: 134px;
}

.about_icon_2 {
  position: absolute;
  top: -100px;
  left: -100px;
}

.about_icon_3 {
  position: absolute;
  bottom: -10px;
  right: -80px;
}

.about .button {
  display: inline-block; /* 中央寄せに必要 */
  margin: 40px auto 0; /* 上に少し余白 */
}

.button {
  /* ボタンのスタイル */
  box-shadow: 2px 3px 0px #cecece;
  transition: 0.3s;
  border-radius: 25px;
}

/* 最後のナビアイテムは下線を消す */
.button::after {
  display: none;
}

/* ホバーで沈む */
.button:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.about .button a {
  display: inline-flex; /* テキストとアイコンを横並びに */
  align-items: center; /* 縦中央揃え */
  gap: 20px; /* テキストと三角の間隔 */
  background-color: #ffb743;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 50px; /* 角丸 */
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s; /* ホバー時のアニメーション */
}

/* ホバー時の色変化（お好みで） */
.about .button a:hover {
  background-color: #ffa400;
  transform: translateY(-2px);
}

/* ▼ 三角マーク（擬似要素で追加） */
.about .button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff; /* 白い三角 */
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.color {
  background-color: #ffb743;

  position: relative;
  text-align: center;
  padding-bottom: 200px;
}

/* .slider-wrapper {
  margin: 100px;
} */

.slick-slide-custom div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 20px;
}

.slick-slide-custom div:nth-of-type(1) {
  background-color: #ffffff;
  border-radius: 40px;
}
.slick-slide-custom div:nth-of-type(2) {
  background-color: #ffffff;
  border-radius: 40px;
}
.slick-slide-custom div:nth-of-type(3) {
  background-color: #ffffff;
  border-radius: 40px;
}

.slick-slide {
  overflow: visible;
}
.slider-wrapper {
  overflow: visible; /* スライダー全体も見切れ表示 */
}

/* Slick矢印 */
.slick-prev,
.slick-next {
  z-index: 10;
  width: 30px;
  height: 30px;
}

.color_box_1,
.color_box_2,
.color_box_3 {
  display: flex;
  background-color: #fff;
  padding: 60px;
  gap: 40px;
  border-radius: 40px;
  width: 100%;
  box-sizing: border-box;
}

/* スライドの横間隔と高さ揃え */
.color_slider .slick-slide {
  display: flex !important;
  margin: 0 20px;
  align-items: stretch;
}

/* カラーボックス全て同じ高さにする */
.color_box_1,
.color_box_2,
.color_box_3 {
  height: 580px;
  display: flex;
  align-items: stretch;
}

/* 子要素も高さ揃え */
.color_box_1 > .box_text,
.color_box_2 > .box_text,
.color_box_3 > .box_text,
.color_box_1 > .box_img,
.color_box_2 > .box_img,
.color_box_3 > .box_img {
  display: flex;
  flex-direction: column;
}

.box_img img {
  width: 100%;
  border-radius: 40px;
}

.box_text {
  text-align: left;
  flex: 6; /* 60% */
  margin-top: 10px;
  flex-direction: column;
}

.box_img {
  flex: 6; /* 40% */
}

.box_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 必要なら */
  border-radius: 40px;
}

.color_box_1 .box_text h3 {
  color: #ffe05c;
  font-size: 24px;
}

.color_box_1 h2 {
  color: #ffe05c;
  font-size: 38px;
  line-height: 62px;
  margin: 20px 0;
}

.color_box_2 .box_text h3 {
  color: #f49db0;
  font-size: 24px;
}

.color_box_2 h2 {
  color: #f49db0;
  font-size: 38px;
  line-height: 62px;
  margin: 20px 0;
}

.color_box_3 .box_text h3 {
  color: #64ccba;
  font-size: 24px;
}

.color_box_3 h2 {
  color: #64ccba;
  font-size: 38px;
  line-height: 62px;
  margin: 20px 0;
}

.box_text p {
  color: #826356;
  font-size: 16px;
  line-height: 32px;
}

/* メインスライダーだけ opacity を変える */
.sliderArea .slick-slide {
  opacity: 0.2;
}
.sliderArea .slick-active {
  opacity: 1;
}
.sliderArea .slick-current {
  opacity: 1;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #64ccba;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 20.75;
  color: #64ccba;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* カラーボックススライダーは全て不透明にする */
.slick-slide-custom .slick-slide {
  opacity: 1 !important;
}

.slider-wrapper {
  /* width: 100vw; */
  margin-left: calc(50% - 50vw); /* 中央基準で全幅化 */
  overflow: visible; /* 見切れを許可 */
  margin-top: 20px;
  margin-bottom: 100px;
}

/* 中央スライドだけ大きくなるのを防ぐ */
.color_slider .slick-slide {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.color_slider .slick-slide {
  display: flex !important; /* または inline-block / grid でも可 */
}
.color_slider .slick-slide {
  margin: 0 20px; /* 左右の余白（スライド同士の間） */
}

/* カラースライダーのドット */
.color_slider .slick-dots {
  position: absolute;
  bottom: -35px; /* お好みで調整 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.color .button {
  display: inline-block; /* 中央寄せに必要 */
  margin: 30px auto 0; /* 上に少し余白 */
}

.color .button a {
  display: inline-flex; /* テキストとアイコンを横並びに */
  align-items: center; /* 縦中央揃え */
  gap: 20px; /* テキストと三角の間隔 */
  background-color: #64ccba;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 50px; /* 角丸 */
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s; /* ホバー時のアニメーション */
}

/* ホバー時の色変化（お好みで） */
.color .button a:hover {
  background-color: #64ccba;
  transform: translateY(-2px);
}

/* ▼ 三角マーク（擬似要素で追加） */
.color .button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff; /* 白い三角 */
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* /////// */

/* ここからlife */

.life_icon {
  z-index: 11;
}

.life_icon .icon_maru {
  position: absolute;
  width: 93px;
  top: -250px;
  left: 263px;
  z-index: 111;
}

.life_icon .icon_square {
  position: absolute;
  width: 153px;
  top: -160px;
  right: 113px;
  z-index: 111;
}

.life_icon .icon_sankaku {
  position: absolute;
  width: 133px;
  top: 40px;
  left: 133px;
  z-index: 111;
}

.life_icon .icon {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.life_icon .icon.show {
  opacity: 1;
  transform: translateY(0);
}

.life_icon {
  z-index: 11;
}

.life_icon .icon_maru.show {
  transition-delay: 0s;
}

.life_icon .icon_square.show {
  transition-delay: 0.3s;
}

.life_icon .icon_sankaku.show {
  transition-delay: 0.6s;
}

.life {
  background-color: #fcf7f0;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.life .section_title {
  margin-top: 90px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.life h1 {
  margin-bottom: 20px;
  text-align: center;
}

.life .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 0 110px;
}

.life figure {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.life img {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  border-radius: 20px;
}

.life p {
  padding: 5px 20px 20px 20px;
  text-align: left;
  font-size: 16px;
  color: #826356;
  line-height: 28px;
}

.contents__ttl {
  padding: 15px 6px 15px 6px;
  border-radius: 0 0 0px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  color: #826356;
  font-size: 16px;
  letter-spacing: 2px;
}

.life .button {
  display: inline-block; /* 中央寄せに必要 */
  margin: 90px auto 0; /* 上に少し余白 */
}

.life .button a {
  display: inline-flex; /* テキストとアイコンを横並びに */
  align-items: center; /* 縦中央揃え */
  gap: 20px; /* テキストと三角の間隔 */
  background-color: #64ccba;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 50px; /* 角丸 */
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s; /* ホバー時のアニメーション */
}

/* ホバー時の色変化（お好みで） */
.life .button a:hover {
  background-color: #64ccba;
  transform: translateY(-2px);
}

/* ▼ 三角マーク（擬似要素で追加） */
.life .button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff; /* 白い三角 */
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* ここからスケジュール */

.schedule_icon .icon {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.schedule_icon .icon.show {
  opacity: 1;
  transform: translateY(0);
}

.schedule_icon {
  z-index: 11;
}

.schedule_icon .icon_maru {
  position: absolute;
  width: 93px;
  top: -560px;
  left: 153px;
  z-index: 111;
}

.schedule_icon .icon_square {
  position: absolute;
  width: 153px;
  top: -430px;
  right: 63px;
  z-index: 111;
}

.schedule_icon .icon_sankaku {
  position: absolute;
  width: 133px;
  top: -310px;
  left: 63px;
  z-index: 111;
}

.schedule_icon .icon_maru.show {
  transition-delay: 0s;
}

.schedule_icon .icon_square.show {
  transition-delay: 0.3s;
}

.schedule_icon .icon_sankaku.show {
  transition-delay: 0.6s;
}

.schedule {
  background-color: #fff;
  padding-bottom: 150px;
}
.schedule_bg {
  position: relative;
}

.schedule .section_title {
  position: absolute;
  top: 45%; /* 親要素の高さの50% */
  left: 50%; /* 親要素の幅の50% */
  transform: translate(-50%, -50%); /* 要素自身の中心に補正 */
}

.schedule_ani {
  margin: 50px;
  position: relative;
}

.schedule_ani svg path {
  fill: none;
  stroke: #ffb743;
  stroke-width: 20px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.schedule_photo > div {
  position: absolute;
  top: -48px;
  left: 0;
}

/* パララックス */

/*セクションの基本レイアウト*/
.parallax-section {
  height: 250px; /* 好きな高さを設定 */
  background-image: url("../img/bottom_image.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*パララックス用の背景レイヤー*/
/* .parallax-section {
  background-image: url(../img/bottom_image.jpg);

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.parallax-section {
  position: relative;
  overflow: hidden;
  height: 60vh;
}

.parallax-bg {
  position: absolute;
  inset: -20% 0;
  background: url(../img/bottom_image.jpg) center / cover no-repeat;
  will-change: transform;
}

/*スクロールするコンテンツ*/
.content-section {
  background-color: #555;
}

/* ここからニュース */
/* ここからニュース */
/* ここからニュース */
/* ここからニュース */

.news {
  padding-bottom: 150px;
  margin-top: 150px;
  text-align: center;
}

.top-info {
  max-width: 800px;
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 80px 60px 80px;
  border-radius: 40px;
  color: #826356;
}

.info-inner {
  position: relative;
}

.info-inner ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.info-inner ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 14px 0;
  line-height: 1.3;
  border-bottom: 2px dashed #ccc;
  gap: 40px;
}

.info-inner p {
  text-align: left;
}

.info-inner .tag {
  display: inline-block;
  background-color: #f4efea;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  color: #333;
  line-height: 1.2;
  margin: 0 10px;
  /* height: 20px; */
}

.new_tag {
  position: absolute;
  top: 0px;
  width: 60px;
}

.arrow-btn {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
}

.arrow-btn::after {
  content: "";
  display: inline-block;
  width: 8px; /* 横幅 */
  height: 8px; /* 縦幅 */
  margin-left: 8px;
  border-right: 2px solid #64ccba; /* 右線 */
  border-bottom: 2px solid #64ccba; /* 下線 */
  transform: rotate(-45deg); /* V字に回転 */
}

.top-info .button {
  display: inline-block; /* 中央寄せに必要 */
  margin: 50px auto 30px; /* 上に少し余白 */
}

.top-info .button a {
  display: inline-flex; /* テキストとアイコンを横並びに */
  align-items: center; /* 縦中央揃え */
  gap: 20px; /* テキストと三角の間隔 */
  background-color: #ffb743;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 50px; /* 角丸 */
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s; /* ホバー時のアニメーション */
}

/* ホバー時の色変化（お好みで） */
.top-info .button a:hover {
  background-color: #ffa400;
  transform: translateY(-2px);
}
.top-info .button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* スライダー */

/* スライダー */

.bottom_slider .slider-wrapper {
  display: flex;
  overflow: hidden;
}

.bottom_slider .slider {
  animation: scroll-left 70s infinite linear 0.5s both;
  display: flex;
  z-index: -1;
  list-style: none; /* ← これを追加 */
  padding: 0; /* ← 余白を消す */
  margin: 0; /* ← 余白を消す */
}

.bottom_slider .slide {
  width: calc(160vw / 1);
}

.bottom_slider .slide img {
  display: block;
  width: 100%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ここからリクルート */

.recruit {
  padding-bottom: 150px;
  margin-top: 150px;
  text-align: center;
}

.recruit_wrap {
  width: 70%;
  background-color: #826356;
  margin: 0 auto;
  padding: 50px;
  border-radius: 40px;
  position: relative;

  background-image: repeating-linear-gradient(
      90deg,
      #ffffff00,
      #ffffff5c 1px,
      transparent 1px,
      transparent 32px
    ),
    repeating-linear-gradient(
      0deg,
      #ffffff00,
      #ffffff87 1px,
      #ffffff00 1px,
      #ffffff00 32px
    );
}

.recruit_tag {
  width: 160px;
  position: absolute;
  top: 60px;
  left: -80px;
}

.recruit_text {
  position: relative;
}

.recruit_text img {
  width: 100%;
  display: block;
  border-radius: 40px;
}

/* テキストボックス全体を重ねる */
.recruit_content {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%); /* 高さの中央に固定 */
  color: #826356;
  text-align: left;
  max-width: 250px;
}

/* ボタンはブロック内で整列 */
.recruit_content .button {
  margin-top: 20px;
  position: static; /* 絶対配置を解除 */
}

.recruit_text img {
  border-radius: 40px;
}

.recruit .button {
  display: inline-block; /* 中央寄せに必要 */
  margin: 20px auto 0; /* 上に少し余白 */
}

.recruit .button a {
  display: inline-flex; /* テキストとアイコンを横並びに */
  align-items: center; /* 縦中央揃え */
  gap: 20px; /* テキストと三角の間隔 */
  background-color: #ffcf4a;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 50px; /* 角丸 */
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s; /* ホバー時のアニメーション */
}

/* ホバー時の色変化（お好みで） */
.recruit .button a:hover {
  background-color: #ffcf4a;
  transform: translateY(-2px);
}

/* ▼ 三角マーク（擬似要素で追加） */
.recruit .button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff; /* 白い三角 */
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* 回転するスクロール */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.rotate {
  animation: rotate 65s infinite linear;
}

.scroll_circle_wrap {
  overflow: hidden;
  width: 100%;
}

.scroll_circle {
  position: relative; /* 追加 */
  width: 150%;
  height: 360px;
  overflow: hidden;
  object-fit: cover;
  left: 50%; /* 親の中央へ */
  transform: translateX(-50%); /* 自分の幅の中央へ */
  text-align: center;
}

.bottom_home {
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}

.bottom_kodomo {
  position: absolute;
  bottom: -100px;
  left: 190px;
  animation: floatUpRightFast 6s infinite linear;
  transform-origin: center bottom;
}

@keyframes floatUpRightFast {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  5% {
    transform: translate(5px, -2px) rotate(2deg);
  }
  10% {
    transform: translate(10px, -4px) rotate(-2deg);
  }
  15% {
    transform: translate(15px, -6px) rotate(2deg);
  }
  20% {
    transform: translate(20px, -8px) rotate(-2deg);
  }
  25% {
    transform: translate(25px, -10px) rotate(2deg);
  }
  30% {
    transform: translate(30px, -12px) rotate(-2deg);
  }
  35% {
    transform: translate(35px, -10px) rotate(2deg);
  }
  40% {
    transform: translate(40px, -8px) rotate(-2deg);
  }
  45% {
    transform: translate(45px, -6px) rotate(2deg);
  }
  50% {
    transform: translate(50px, -4px) rotate(-2deg);
  }
  55% {
    transform: translate(55px, -2px) rotate(2deg);
  }
  60% {
    transform: translate(60px, 0px) rotate(-2deg);
  }
  65% {
    transform: translate(65px, -2px) rotate(2deg);
  }
  70% {
    transform: translate(70px, -4px) rotate(-2deg);
  }
  75% {
    transform: translate(75px, -6px) rotate(2deg);
  }
  80% {
    transform: translate(80px, -8px) rotate(-2deg);
  }
  85% {
    transform: translate(85px, -6px) rotate(2deg);
  }
  90% {
    transform: translate(90px, -4px) rotate(-2deg);
  }
  95% {
    transform: translate(95px, -2px) rotate(2deg);
  }
  100% {
    transform: translate(100px, 0) rotate(0deg);
  }
}

/* ここからメッセージ */

.message {
  background-color: #f9bc43;

  padding-bottom: 100px; /* 余白分 */
}

.message_wrap {
  background-color: #fff;
  padding: 70px;
  margin: 50px 230px;
  border-radius: 40px;
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: 30px; /* 画像とテキストの間隔 */
  position: relative;
}

.message_circle {
  position: absolute;
  top: -40px;
  right: -36px;
  width: 115px;
  animation: rotation 10s linear infinite;
}

/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.message_img img {
  border-radius: 50%;
  width: 150px; /* 画像サイズを調整 */
  object-fit: cover;
}

.message_text {
  flex: 1; /* 残り幅をテキストが使う */
  color: #826356;
}

.message_text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.message_text p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}

.bottom_tsumiki {
  text-align: center;
  padding: 150px 0;
  background-color: #64ccba;
}

footer {
  position: relative;
}

.footer_button {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.footer_button_1 {
  text-decoration: none;
  color: #fff;
  background-color: #ffb743;
  display: inline-block;
  padding: 10px 37px;
  border-radius: 25px;
}

.footer_button_1 a {
  text-decoration: none;
  color: #fff;
}

.footer_button_2 {
  text-decoration: none;
  color: #fff;
  background-color: #64ccba;
  display: inline-block;
  padding: 10px 37px;
  border-radius: 25px;
}

.footer_button_2 a {
  text-decoration: none;
  color: #fff;
}

/* 最後のナビアイテム（ボタン）だけ特別扱い */
.footer_button_1 {
  /* ボタンのスタイル */
  box-shadow: 2px 3px 0px #cecece;
  transition: 0.3s;
}

/* 最後のナビアイテムは下線を消す */
.footer_button_1::after {
  display: none;
}

/* ホバーで沈む */
.footer_button_1:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

/* 最後のナビアイテム（ボタン）だけ特別扱い */
.footer_button_2 {
  /* ボタンのスタイル */
  box-shadow: 2px 3px 0px #cecece;
  transition: 0.3s;
}

/* 最後のナビアイテムは下線を消す */
.footer_button_2::after {
  display: none;
}

/* ホバーで沈む */
.footer_button_2:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.footer_wrap {
  margin: 150px;
}

.footer_copy_wrap {
  display: flex; /* 横並びに */
  align-items: flex-start; /* 上揃え */
  gap: 60px; /* 子要素間の余白 */
  justify-content: center; /* 中央寄せ */
  align-items: center;
}

.footer_copy {
  width: 300px; /* 必要に応じて調整 */
  box-sizing: border-box;
  display: flex; /* 内部も縦並びに */
  flex-direction: column;
  gap: 20px; /* 内部のボタンや画像の間隔 */
}

.footer_img img {
  max-width: 300px; /* 横幅固定 or 親要素に合わせる */
  height: auto;
  border-radius: 40px;
}

footer .wrapper {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
  margin-bottom: 0;
  /* max-width: 1024px; */
}

.footer ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
}

footer h1 {
  display: flex;
}

footer h1 a {
  width: 170px;
}

/* header h1 a:hover {
 
} */

.footer__button {
  display: none;
}

body.top .navigation__link {
  color: #826356;
  font-size: 16px;
  text-decoration: none; /* 下線を消しておく */
  border-bottom: 1px solid transparent; /* 下線のスペースを確保 */
  transition: color 0.3s, border-bottom-color 0.3s; /* スムーズな変化 */
}

body.top .navigation__item:last-child .navigation__link {
  color: #ffffff;
}

.navigation__item:nth-last-child(1) {
  color: #fff;

  border-radius: 25px;
  height: 40px;
  display: flex;
  align-content: stretch;
  align-items: center;
}

/* ページトップのスタイル */

.pagetop {
  height: 80px;
  width: 80px;
  bottom: 140px;
  right: 35px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

.pagetop a {
  height: 100%;
  display: block;
  width: 100%;
}

.pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../img/page_top.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transition: none; /* ホバーでのフィルター変化なし */
}

/* ホバー時 */
.pagetop:hover {
  transform: scale(1.1);
}

/* レスポンシブSP版*/
/* レスポンシブSP版*/
/* レスポンシブSP版*/
/* レスポンシブSP版*/
/* レスポンシブSP版*/
/* レスポンシブSP版*/

@media screen and (max-width: 599px) {
  .wrapper {
    margin-bottom: 110px;
  }

  header .wrapper {
    padding: 20px 25px;
  }

  header nav ul {
    display: none;
    margin-top: 60px;
  }

  /* ハンバーガーメニュー設定 */

  .header {
    inset: 0 0 auto 0;
    z-index: 22222;
    justify-content: flex-end;
    width: 100%;
  }

  .header__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 60px;
    height: 60px; */
    border: none;
    background-color: transparent;
  }

  .header__button span {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    margin-inline: auto;
    background-color: #826356;
  }

  .header__button span::before,
  .header__button span::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: inherit;
    transition: all 0.3s ease;
  }

  .header__button span::before {
    top: -7px;
  }

  .header__button span::after {
    top: 7px;
  }

  /* メニューボタンの表示を切り替える */

  body.is-open .header__button {
    z-index: 30;
  }

  body.is-open .header__button span {
    background-color: transparent;
  }

  body.is-open .header__button span::before,
  body.is-open .header__button span::after {
    top: 0;
    background-color: #333;
  }

  body.is-open .header__button span::before {
    transform: rotate(45deg);
  }

  body.is-open .header__button span::after {
    transform: rotate(-45deg);
  }

  /* ナビゲーション */

  .navigation {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    list-style: none;
    background-color: #fcf7f0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%) translateZ(0); /* ← これ大事 */
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform, opacity;
  }
  body.is-open .navigation {
    transform: translateX(0) translateZ(0);
    opacity: 1;
    pointer-events: auto;
  }

  .is-resize .navigation {
    transition: none;
  }

  .navigation__item {
    text-transform: uppercase;
  }

  .navigation__link {
    text-decoration: none;
    color: #000;
  }

  body.is-open .navigation {
    transform: translateX(0);
  }

  #photo.wrapper {
    margin-bottom: 40px;
  }

  header .wrapper {
    margin-right: 0;
  }

  body.is-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }

  /* メイン */

  main {
    margin-top: 50px;
  }

  .sliderArea {
    float: left;
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .main_copy {
    width: 18rem;
    height: 44.5rem;
    position: unset;
    margin: 0 auto;
  }

  .fadeIn_up.is-show {
    overflow: hidden;
  }

  .imgBox .inview .fadeIn_up .is-show {
    overflow: hidden;
  }

  .imgBox .inview .fadeIn_up {
    overflow: hidden;
  }

  .intro {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
  }

  .intro_icon .icon_maru {
    position: absolute;
    width: 93px;
    top: 300px;
    left: 333px;
    z-index: -1;
  }

  .intro_icon .icon_square {
    position: absolute;
    width: 153px;
    top: 460px;
    right: 243px;
    z-index: -1;
  }

  .intro_icon .icon_sankaku {
    position: absolute;
    width: 133px;
    top: 700px;
    left: 263px;
    z-index: -1;
  }

  .about .button {
    display: inline-block;
    margin: 0;
  }

  .about {
    background-color: #64ccba;
    padding-bottom: 110px;
    position: relative;
    text-align: center;
  }

  .color_slider .slick-slide {
    margin: 0 5px;
  }
  .color_slider .slick-slide {
    display: flex !important
;
    flex-direction: column;
  }

  .imgBox .inview .fadeIn_up {
    overflow: hidden;
  }

  .message {
    overflow: hidden;
  }

  .color_box_1,
  .color_box_2,
  .color_box_3 {
    height: 1050px !important;
    display: flex;
    align-items: stretch;
  }

  .color_box_1,
  .color_box_2,
  .color_box_3 {
    display: flex;
    background-color: #fff;
    padding: 30px;
    gap: 40px;
    border-radius: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .about_copy {
    margin: 30px;
  }

  .about_icon_1 {
    display: none;
  }

  .about_icon_2 {
    display: none;
  }

  .about_icon_3 {
    display: none;
  }

  .text_box {
    background-color: #fff;
    margin: 50px 20px;
    border-radius: 50px;
    position: relative;
  }

  .life .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 0 30px;
  }

  .life_icon {
    display: none;
  }

  .schedule_inner {
    overflow: hidden;
    min-height: 600px;
    position: relative;
  }

  /* .schedule_photo {
    position: absolute;
    bottom: -80px; はみ出し
    right: 0;
    z-index: 2;
  } */

  .schedule_icon {
    display: none;
  }

  .schedule_ani {
    margin: 120px -50px;
    position: relative;
  }

  .schedule {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .info-inner ul li {
    display: block;
    text-align: left;
  }

  .info-inner p {
    display: inline-block;
    margin: 10px 100px 0 10px;
  }

  .bottom_slider {
    width: 100%;
    overflow: hidden;
  }

  .section_title {
    width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  .top-info {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px 60px 20px;
    border-radius: 40px;
    color: #826356;
  }

  .text_box_wrap {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about_title_text {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
  }

  #mainvisual img {
    height: calc(100vh - 0px);
  }

  #main_visual {
    margin-bottom: 120px;
  }

  .fv_wrapper_title .title {
    padding-left: 50px;
  }
  .scroll {
    left: 47%;
  }

  h2 {
    margin-bottom: 35px;
  }

  .about_tsumiki img {
    height: 120px;
    width: auto;
    display: block;
  }

  .color {
    background-color: #ffb743;
    position: relative;
    text-align: center;
    padding-bottom: 150px;
  }

  .recruit_wrap {
    width: 90%;
    background-color: #826356;
    margin: 0 auto;
    padding: 20px;
    border-radius: 40px;
    position: relative;
    background-image: repeating-linear-gradient(
        90deg,
        #ffffff00,
        #ffffff5c 1px,
        transparent 1px,
        transparent 32px
      ),
      repeating-linear-gradient(
        0deg,
        #ffffff00,
        #ffffff87 1px,
        #ffffff00 1px,
        #ffffff00 32px
      );
  }

  .recruit_tag {
    display: none;
  }

  .recruit_content {
    position: unset;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    color: #ffffff;

    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }

  .recruit_content p {
    text-align: left;
  }
  .recruit {
    padding-bottom: 150px;
    margin-top: 0;
    text-align: center;
  }

  .news {
    padding-bottom: 100px;
    margin-top: 150px;
    text-align: center;
  }

  .bottom_slider .slide {
    width: calc(320vw / 1);
  }

  .scroll_circle {
    position: relative;
    width: 330%;
    height: 190px;
    overflow: hidden;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    overflow: hidden;
  }

  .recruit_text img {
    width: 100%;
    display: block;
    border-radius: 40px;
    margin-bottom: 110px;
  }

  .footer_copy_wrap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .message_wrap {
    background-color: #fff;
    padding: 70px;
    margin: 0 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    flex-direction: column;
  }

  .bottom_kodomo {
    position: absolute;
    bottom: -100px;
    left: 0px;
    animation: floatUpRightFast 6s infinite linear;
    transform-origin: center bottom;
  }

  .footer .wrapper {
    display: none;
  }

  .footer_wrap {
    margin: 150px 0;
    padding-bottom: 300px;
  }

  .pagetop {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%) scale(1);
    transition: transform 0.3s ease;
  }

  .pagetop:hover {
    transform: translateX(-50%) scale(1.1);
  }
}

/* レスポンシブ */
/* レスポンシブ */
/* レスポンシブ */
/* レスポンシブ */
/* レスポンシブ */
/* レスポンシブ */
/* レスポンシブ */

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .footer .wrapper {
    display: none;
  }

  .footer_wrap {
    margin: 150px 0;
    padding-bottom: 300px;
  }

  .pagetop {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%) scale(1);
    transition: transform 0.3s ease;
  }

  .footer_copy_wrap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .text_box_wrap {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about_title_text {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
  }

  .top-info {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px 60px 20px;
    border-radius: 40px;
    color: #826356;
  }

  .text_box_wrap {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .message_wrap {
    background-color: #fff;
    padding: 70px;
    margin: 0 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    flex-direction: column;
  }

  .recruit_wrap {
    width: 90%;
    background-color: #826356;
    margin: 0 auto;
    padding: 20px;
    border-radius: 40px;
    position: relative;
    background-image: repeating-linear-gradient(
        90deg,
        #ffffff00,
        #ffffff5c 1px,
        transparent 1px,
        transparent 32px
      ),
      repeating-linear-gradient(
        0deg,
        #ffffff00,
        #ffffff87 1px,
        #ffffff00 1px,
        #ffffff00 32px
      );
  }

  .recruit_text img {
    width: 100%;
    display: block;
    border-radius: 40px;
    margin-bottom: 110px;
  }

  .recruit_content {
    position: unset;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    max-width: 70vw;
    margin: 0 auto;
  }

  .recruit_tag {
    display: none;
  }

  /* ハンバーガーメニュー設定 */

  .header {
    inset: 0 0 auto 0;
    z-index: 22222;
    justify-content: flex-end;
    width: 100%;
  }

  .header__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 60px;
    height: 60px; */
    border: none;
    background-color: transparent;
  }

  .header__button span {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    margin-inline: auto;
    background-color: #826356;
  }

  .header__button span::before,
  .header__button span::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: inherit;
    transition: all 0.3s ease;
  }

  .header__button span::before {
    top: -7px;
  }

  .header__button span::after {
    top: 7px;
  }

  /* メニューボタンの表示を切り替える */

  body.is-open .header__button {
    z-index: 30;
  }

  body.is-open .header__button span {
    background-color: transparent;
  }

  body.is-open .header__button span::before,
  body.is-open .header__button span::after {
    top: 0;
    background-color: #333;
  }

  body.is-open .header__button span::before {
    transform: rotate(45deg);
  }

  body.is-open .header__button span::after {
    transform: rotate(-45deg);
  }

  /* ナビゲーション */

  .navigation {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    list-style: none;
    background-color: #fcf7f0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%) translateZ(0); /* ← これ大事 */
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform, opacity;
  }
  body.is-open .navigation {
    transform: translateX(0) translateZ(0);
    opacity: 1;
    pointer-events: auto;
  }

  .is-resize .navigation {
    transition: none;
  }

  .navigation__item {
    text-transform: uppercase;
  }

  .navigation__link {
    text-decoration: none;
    color: #000;
  }

  body.is-open .navigation {
    transform: translateX(0);
  }

  .life_icon {
    display: none;
  }

  .color_slider .slick-slide {
    display: flex !important
;
    flex-direction: column;
  }

  .schedule_icon {
    display: none;
  }

  .color_box_1,
  .color_box_2,
  .color_box_3 {
    display: flex;
    background-color: #fff;
    padding: 30px;
    gap: 40px;
    border-radius: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .color_box_1,
  .color_box_2,
  .color_box_3 {
    height: 140vw !important;
    display: flex;
    align-items: stretch;
  }
}

@media screen and (max-width: 1200px) {
  .color_box_1,
  .color_box_2,
  .color_box_3 {
    display: flex;
    background-color: #fff;
    padding: 30px;
    gap: 40px;
    border-radius: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .color_box_1,
  .color_box_2,
  .color_box_3 {
    height: 120vw;
    display: flex;
    align-items: stretch;
  }

  .color_slider .slick-slide {
    display: flex !important
;
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  body .slider-wrapper .color_box_1,
  body .slider-wrapper .color_box_2,
  body .slider-wrapper .color_box_3 {
    height: 150vw;
    display: flex;
    align-items: stretch;
  }

  .parallax-section {
    overflow: hidden;
  }
}
