/* リセット・基本設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fff;
  color: #333333;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  position: absolute;
  /* 上に重ねる */
  top: 0;
  left: 0;
  z-index: 2000;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sns-icons {
  display: none;
  /* 初期は非表示 */
  gap: 12px;
  align-items: center;
}

.sns-icons a {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 5px;
}

/* メニュートグル */
.menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 1002;
}

.menu-toggle span {
  display: block;
  height: 8px;
  background: #754c24;
  margin: 7px 0;
  border-radius: 10px;
  transition: 0.3s;
  clip-path: path("M68.34,6.5c-1.79,0-2.63-1.5-3.38-2.83-.77-1.36-1.31-2.19-2.3-2.19h0c-.98,0-1.53.82-2.31,2.17-.76,1.32-1.64,2.77-3.4,2.8-1.79,0-2.63-1.5-3.38-2.83-.77-1.36-1.31-2.19-2.29-2.19h0c-.98,0-1.53.82-2.3,2.17-.76,1.32-1.66,2.81-3.4,2.8-1.79,0-2.63-1.5-3.38-2.83-.77-1.36-1.31-2.19-2.3-2.19h0c-.98,0-1.53.82-2.31,2.17-.76,1.31-1.61,2.8-3.39,2.8h-.01c-1.79,0-2.63-1.5-3.38-2.83-.77-1.36-1.31-2.19-2.3-2.19h0c-.99,0-1.53.82-2.31,2.17-.75,1.31-1.61,2.8-3.39,2.8h-.01c-1.79,0-2.63-1.5-3.38-2.83-.77-1.36-1.31-2.19-2.29-2.19h0c-.99,0-1.53.82-2.31,2.17-.75,1.31-1.61,2.8-3.39,2.8h-.01c-1.79,0-2.63-1.5-3.38-2.83-.77-1.36-1.31-2.19-2.3-2.19-1.03,0-1.54.82-2.32,2.17C2.65,4.73,1.79,6.22.01,6.22h-.01v-1.25h.01c.99,0,1.53-.82,2.31-2.17.76-1.31,1.61-2.8,3.39-2.8h.01c1.79,0,2.63,1.5,3.38,2.83.77,1.36,1.31,2.19,2.3,2.19h0c.99,0,1.53-.82,2.31-2.17C14.48,1.53,15.34.05,17.11.05h.01c1.79,0,2.63,1.5,3.38,2.83.77,1.36,1.31,2.19,2.29,2.19h0c.99,0,1.53-.82,2.31-2.17.75-1.31,1.61-2.8,3.39-2.8h.01c1.79,0,2.63,1.5,3.38,2.83.77,1.36,1.31,2.19,2.3,2.19h0c.99,0,1.53-.82,2.31-2.17.75-1.31,1.61-2.8,3.39-2.8h.01c1.79,0,2.63,1.5,3.38,2.83.77,1.36,1.31,2.19,2.3,2.19h0c.98,0,1.53-.82,2.3-2.17.75-1.31,1.61-2.8,3.39-2.8h.01c1.79,0,2.63,1.5,3.38,2.83.77,1.36,1.31,2.19,2.29,2.19.98.02,1.53-.82,2.31-2.17.75-1.31,1.61-2.8,3.39-2.8h.01c1.79,0,2.63,1.5,3.38,2.83.77,1.36,1.31,2.19,2.3,2.19v1.25Z");
}

.menu-text {
  font-size: 20px;
  font-weight: 600;
  color: #754c24;
  margin: 0;
  transition: 0.3s;
}

/* 開いたとき */
.menu-toggle.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  height: 3px;
  clip-path: none;
  background: #fff;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  height: 3px;
  clip-path: none;
  background: #fff;
}

.menu-toggle.active .menu-text {
  color: #fff;
}

/* メニューが開いたときにボタンを固定 */
.menu-toggle.active {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
}

.sns-icons.active {
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(-90%, 50%);
  gap: 12px;
  z-index: 1100;
}

/* メニュー */
.slide-menu {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100vh;
  background: rgba(134, 98, 74, 0.9);
  transition: 0.4s;
  padding: 120px 50px;
  box-sizing: border-box;
  z-index: 1000;
  clip-path: path("M18.65,0c6.05,39.1,11.35,84.32,11.35,160.94,0,91.92-7.64,138.64-15.03,183.83C7.61,389.81,0,436.37,0,527.97s7.61,138.17,14.97,183.2c7.39,45.19,15.03,91.91,15.03,183.83s-7.64,138.64-15.03,183.83c-.06.39-.13.78-.19,1.17h495.44V0H18.65Z");
}

.slide-menu.active {
  right: 0;
}

.slide-menu ul {
  list-style: none;
  padding: 0;
}

.slide-menu li {
  margin-bottom: 30px;
}

.slide-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.slide-menu a:hover {
  color: #fbb03b;
}

.slide-menu.active~.header .sns-icons {
  display: flex;
}

/* ロゴリンクボタン */
.logo-button {
  display: block;
  width: 300px;
  margin: 10px auto 0;
  position: relative;
  z-index: 2000;
}

.first-view {
  position: relative;
  max-width: 1200px;
  /* height: 90vh; */
  margin: 0 auto;
}

/* スライダー */
.slide-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 800;
}

.slider {
  position: absolute;
  inset: 0;
  clip-path: url(#slider-clip);
  z-index: 1;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top;
  transform: scale(1.05);
  opacity: 0;
  transition: opacity 1s ease, transform 6s ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

/* タイトル */
.top-title {
  max-width: 55%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

/* 左上ロゴ */
.logo {
  max-width: 100%;
}

/* キャッチコピー */
.catch-copy {
  max-width: 75%;
  margin-left: 60px;
}

.catch-copy p {
  display: inline-block;
  background: rgba(134, 98, 74, 0.9);
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
}

.catch-copy .second {
  margin-left: 50px;
}

/* 装飾 */
.decor {
  position: absolute;
  z-index: 5;
}

.decor.top-right {
  top: 0;
  right: 0;
}

.decor.bottom-left {
  bottom: 10%;
  left: 0;
}

.decor.bottom-right {
  bottom: 10%;
  right: 5px;
  animation: till 4s infinite;
  transform-origin: center bottom;
}

@keyframes till {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(10deg);
  }

  70% {
    transform: rotate(-5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


/* セクション共通 */
section {
  margin: 150px 0;
}

/* 見出し共通 */
.section-title {
  font-size: 48px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.05em;
}

.section-title::before {
  content: "";
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20'%3E%3Cpath d='M 3 15 Q 12.5 0 20 10 T 35 10 T 50 10 T 65 10 T 80 10 T 95 10 T 113 15' stroke='rgba(216,182,92,0.6)' fill='none' stroke-width='3'/%3E%3C/svg%3E");
}

.section-title.subpage {
  margin-top: 50px;
  font-size: 40px;
}

.section-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

/* セクション1 */
.section1 {
  margin: 0 auto;
  text-align: center;
}

.section1 .section-text {
  line-height: 3.0;
  margin-bottom: 40px;
}

/* 波線背景 */
.section1.wave-bg {
  background-color: rgb(150, 184, 140, .2);
  padding: 150px 0;
  clip-path: url(#wave-clip);
  -webkit-clip-path: url(#wave-clip);
}

/* セクション2 */
.fair-slider {
  position: relative;
  max-width: 1000px;
  margin: 100px auto;
}

.fair-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 10px;
}

.fair-grid::-webkit-scrollbar {
  display: none;
}

.fair-card {
  flex: 0 0 calc(25% - 12px);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.fair-card img {
  width: 100%;
  border-radius: 20px;
}

.fair-meta {
  margin: 10px 0 5px;
  display: flex;
  justify-content: space-between;
}

.fair-card .fair-meta .area {
  background-color: #86624a;
  color: #fff;
  border-radius: 15px;
  padding: 5px 12px;
  letter-spacing: 0.2em;
  text-align: center;
}

.fair-card .fair-meta .date {
  font-weight: 600;
  letter-spacing: 0.2em;
}

.fair-card .fair-title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.fair-btn {
  position: absolute;
  transform: translateY(-130%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #e0c87a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.fair-btn.prev {
  right: 60px;
}

.fair-btn.next {
  right: 10px;
}

/* セクション3 */
.section3 {
  max-width: 1100px;
  margin: 0 auto;
}

/* セクション4 */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 500px);
  gap: 50px;
  justify-content: center;
  margin: 0 auto;
  min-height: 350px;
  max-width: 1200px;
}

.voice-card {
  border: 2px solid #333;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 0 #ffd65a;
}

.voice-img {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 15px;
}

.voice-tag {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -120%);
  white-space: nowrap;
  background: #96b88c;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 8px;
  margin-top: 15px;
  letter-spacing: 0.2em;
}

.voice-text {
  font-size: 16px;
  line-height: 1.5;
}

.voice-text span {
  font-size: 20px;
  font-weight: bold;
}

/* セクション5 */
.section5.wave-bg {
  background-color: rgb(224, 200, 122, .2);
  padding: 150px 0 100px;
  /* 波線クリップ */
  clip-path: url(#wave-clip);
  -webkit-clip-path: url(#wave-clip);
  /* Safari対応 */
}

.section5 .section-title {
  margin-bottom: 24px;
}

.section5 .section-text {
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 1.8;
}

.section5 .btn {
  text-align: center;
}

.section5 .survey-btn {
  display: inline-block;
  background: #96b88c;
  color: #fff;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  letter-spacing: 0.2em;
}

/* セクション6 */
.pickup-subtitle {
  background-color: #86624a;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 16px 20px;
  text-align: center;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  letter-spacing: 0.05em;
}

.pickup-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.pickup-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  gap: 20px;
  padding: 8px 0;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.pickup-track::-webkit-scrollbar {
  display: none;
}

.pickup-item {
  flex: 0 0 auto;
  width: 240px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.pickup-item img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-btn {
  background: #e0c87a;
  color: #fff;
  border: none;
  font-size: 28px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.slider-btn.prev {
  margin-right: 20px;
}

.slider-btn.next {
  margin-left: 20px;
}

/* セクション7 */
.section7 {
  max-width: 1000px;
  margin: 300px auto 0;
  padding: 100px 50px 100px;
  text-align: center;
  border: 3px solid #333;
  border-radius: 25px;
  background: #fff;
  box-shadow: 5px 5px 0 #ffd65a;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-self: flex-end;
}

.section7 .section-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.section7 .test-text {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section7 .test-text::before {
  display: block;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #e0c87a;
  transform-origin: center center;
  transform: rotate(45deg);
  margin-right: 20px;
}

.section7 .test-text::after {
  display: block;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #e0c87a;
  transform-origin: center center;
  transform: rotate(-45deg);
  margin-left: 20px;
}

.section7 .test-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 3;
}

.section7 .title-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(30%, -50%);
}

.section7 .people {
  flex: 1;
  height: 300px;
  object-fit: contain;
}

.section7 .agri-img {
  flex: 1;
  height: 300px;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 20px
}

.section7 .agri {
  max-width: 100px;
}

.agri1 {
  align-self: flex-start;
}

.agri2 {
  align-self: flex-end;
}

.agri3 {
  align-self: flex-start;
}

.section7 .btn {
  text-align: center;
  padding-top: 50px
}

.section7 .test-btn {
  display: inline-block;
  width: 300px;
  height: 75px;
  line-height: 75px;
  background: #f0c020;
  color: #000;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 3px #333 solid;
  box-shadow: 5px 5px 0 #000;
  letter-spacing: 0.2em;
}

/* セクション8 */
.section8 {
  text-align: center;
  margin: 150px auto;
}

.section8 .wave-bg {
  background-color: rgb(229, 222, 167, .3);
  padding: 100px 0;
  clip-path: url(#wave-clip);
  -webkit-clip-path: url(#wave-clip);
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 230px);
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.pickup-grid .pickup-item {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.pickup-grid img {
  width: 100%;
}

.pickup-title {
  font-size: 16px;
  font-weight: 600;
}

.mynavi-agri {
  margin: 50px auto;
  max-width: 500px;
  max-height: 1000px;
  background-color: #fff;
  border: 3px #DCD49E solid;
  box-shadow: 5px 5px 0px #DCD49E;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 0 20px 0 0;
}

.section8 .mynavi-agri .mynavi-agri-logo {
  max-width: 300px;
}

.section8 .mynavi-btn {
  display: inline-block;
  background: #595959;
  color: #fff;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2em;
}

/* セクション9 */
.section9 {
  text-align: center;
  margin: 150px auto;
}

.section9 .wave-bg {
  background-color: rgb(241, 90, 36, .3);
  padding: 150px 0;
  clip-path: url(#wave-clip);
  -webkit-clip-path: url(#wave-clip);
}

.section9 .section-text {
  margin-bottom: 30px;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.job-grid .job-item {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.job-item img {
  width: 100%;
}

.job-title {
  font-size: 16px;
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 75px;
  height: 75px;
  background-color: #86624a;
  color: #fff;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  z-index: 1000;
}

.back-to-top:hover {
  background: #555;
}

.back-to-top::before {
  content: "∧";
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}


@media (max-width:767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sns-icons.active {
    transform: translate(-50%, 50%)
  }

  .logo-button {
    display: none;
  }

  .section-title {
    font-size: 24px;
  }

  .section-title,
  .section-title.subpage {
    margin-top: 100px;
    font-size: 24px;
  }

  .section-title::before {
    width: 60px;
  }

  .section-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .slide-wrapper {
    top: 200px;
  }

  .slider {
    clip-path: none;
  }

  .slide {
    transform: scale(1.0);
    border-radius: 45%;
  }

  .slide.active {
    opacity: 1;
    transform: scale(0.9);
  }

  .top-title {
    top: 100px;
    max-width: 100%;
  }

  .catch-copy {
    margin-left: 20px;
  }

  .catch-copy p {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
  }

  .decor.top-right {
    max-height: 75px;
  }

  .decor.bottom-left {
    max-height: 75px;
    bottom: 0;
  }

  .decor.bottom-right {
    max-height: 100px;
    bottom: 0;
    right: 5%;
  }

  .slide-menu {
    width: 100%;
    clip-path: none;
    right: -100%;
  }

  .section1 .section-title {
    margin-top: 30vh;
  }

  .section1 .section-text {
    line-height: 1.9;
    margin-bottom: 40px;
    padding: 0 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .section1 img {
    width: 50%;
  }

  .fair-slider {
    position: relative;
    margin: 100px auto;
  }

  .fair-card {
    flex: 0 0 300px;
  }

  .voice-card {
    display: block;
  }

  .voice-grid {
    grid-template-columns: repeat(1, 300px);
  }

  .voice-img {
    margin: 0 auto 30px;
  }

  .section5 .section-text {
    text-align: left;
    padding: 0 20px;
  }

  .pickup-subtitle {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
  }

  .section7 {
    max-width: 90%;
    padding: 100px 10px 50px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }

  .section7 .section-text {
    font-size: 14px;
  }

  .section7 .test-text {
    font-size: 18px;
  }

  .section7 .test-block {
    position: relative;
    padding: 5px;
  }

  .section7 .btn {
    padding-top: 0;
  }

  .section7 .test-btn {
    width: 200px;
  }

  .section7 .title-img {
    width: 250px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .section7 .people {
    max-height: 120px;
    margin-bottom: 20px;
  }

  .section7 .agri-img {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .section7 .agri {
    max-width: 70px;
  }

  .pickup-grid {
    display: grid;
    grid-template-columns: repeat(1, 250px);
  }

  .mynavi-agri {
    max-width: 300px;
  }

  .job-grid {
    display: grid;
    grid-template-columns: repeat(1, 250px);
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }

  .back-to-top::before {
    display: none;
  }

  .back-to-top:hover {
    background-color: #86624a;
  }
}

/* list */
#accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.accordion-header {
  width: 900px;
  max-width: 95%;
  background: #d5e8d5;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #333;
  font-weight: 600;
  margin-top: 12px;
  box-sizing: border-box;
}

.accordion-header.active {
  background: #9fc49f;
}

.icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #333;
}

.accordion-content {
  width: 900px;
  max-width: 95%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
  margin-top: 8px;
  box-sizing: border-box;
}

.table-head {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 2px solid rgba(213, 232, 213);
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
}

.table-head .col-sign,
.table-head .col-type,
.table-head .col-url {
  text-align: center;
}

.table-row {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 2px solid rgba(213, 232, 213, 0.8);
  align-items: center;
  font-size: 16px;
}

.col-sign {
  width: 280px;
  text-align: left;
}

.col-type {
  width: 300px;
  text-align: left;
}

.col-url {
  flex: 1;
  text-align: left;
}

.col-url a {
  color: #4a90e2;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.4;
  word-break: break-all;
}

.tag {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-right: 8px;
}

.tag.学ぶ {
  background: #8fc1a9;
}

.tag.習う {
  background: #f6d57e;
}

.tag.知る {
  background: #7fb0d5;
}

.tag.働く {
  background: #e58d87;
}

.type-block {
  margin-bottom: 12px;
}

.type-block:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .table-head {
    display: none;
  }

  .table-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
  }

  .col-sign,
  .col-type,
  .col-url {
    width: 100%;
    text-align: center;
  }
}

/*survey*/
.tabs-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 50px;
}

.tabs-wrapper::after {
  content: "";
  display: block;
  height: 5px;
  background: #86624a;
  width: 90%;
  max-width: 1100px;
  border-radius: 2px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  padding: 6px 26px;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

.tab.active {
  background-color: #86624a;
  color: #fff;
  transform: scale(1.05);
  transition: 0.2s;
}

.tab.inactive {
  background-color: rgba(134, 98, 74, 0.5);
  color: #86624a;
}

.tab.inactive:hover {
  background-color: rgba(134, 98, 74, 0.75);
  color: #fff;
}

.tab .small {
  margin-left: 6px;
  font-size: 16px;
}

#charts {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: rgba(224, 200, 122, 0.1);
  border-radius: 8px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.chart-container {
  width: 100%;
  margin: 0 auto 60px;
  padding: 20px;
  border-radius: 8px;
  background-color: transparent;
}

/* 横棒グラフ */
.chart-container.bar {
  max-width: 950px;
}

/* 縦棒グラフ */
.chart-container.vertical-bar {
  max-width: 700px;
}

/* 円グラフ */
.chart-container.pie {
  max-width: 420px;
}

canvas {
  background: white;
  border-radius: 4px;
  width: 100% !important;
  height: auto !important;
}

.chart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #86624a;
  border-radius: 8px;
  padding-left: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}

.chart-title .number {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #86624a;
  color: white;
  font-weight: bold;
  font-size: 36px;
  margin-right: 16px;
  flex-shrink: 0;
  text-align: center;
}

.chart-title .number::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #86624a;
  right: -5px;
  bottom: 5px;
  transform: rotate(20deg);
}

.chart-title .title {
  max-width: 800px;
}

@media (max-width: 767px) {

  .tabs-wrapper {
    padding-top: 100px;
  }

  .tab {
    font-size: 15px;
    padding: 6px 14px;
  }

  .chart-title {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    font-size: 18px;
  }

  .chart-title .number {
    margin-right: 0;
  }

  .chart-container {
    padding: 12px;
  }

  #charts {
    width: 95%;
    padding-top: 30px;
  }

}