@charset "UTF-8";
.section-heading {
  position: relative;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
  white-space: nowrap;
  color: #333;
  font-size: clamp(28px, 3.33vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}
.section-heading .strength {
  color: #1b5e20;
}
@media (max-width: 768px) {
  .section-heading {
    white-space: normal;
    font-size: clamp(20px, 5vw, 28px);
  }
}
.section-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 4px;
  content: "";
  transform: translateX(-50%);
  background-color: #1b5e20;
}
@media (max-width: 768px) {
  .section-heading::after {
    width: 70%;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .section-heading::after {
    width: 60%;
    height: 2px;
  }
}

.fv {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  background-image: url("../img/fv-background-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .fv {
    background-image: url("../img/fv-background-sp.webp");
  }
}
.fv__container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 200px 24px 20px;
}
@media (max-width: 1024px) {
  .fv__container {
    padding: 100px 30px 0;
  }
}
@media (max-width: 768px) {
  .fv__container {
    padding: 138px 15px 28px;
  }
}
@media (max-width: 480px) {
  .fv__container {
    padding: 138px 12px 30px;
  }
}
.fv__logo {
  position: absolute;
  z-index: 20;
  top: 30px;
  left: 40px;
}
@media (max-width: 1024px) {
  .fv__logo {
    top: 25px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .fv__logo {
    top: 23px;
    left: 25px;
  }
}
.fv__logo-img {
  width: auto;
  height: 60px;
}
@media (max-width: 1024px) {
  .fv__logo-img {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .fv__logo-img {
    height: 45px;
  }
}
.fv__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -60px;
  margin-left: 50px;
  gap: 0;
}
@media (max-width: 1024px) {
  .fv__content {
    margin-left: 10px;
    padding-top: 60px;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .fv__content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
    gap: 30px;
  }
}
.fv__text {
  z-index: 2;
}
@media (max-width: 768px) {
  .fv__text {
    flex: none;
    width: 100%;
  }
}
.fv__subtitle {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-size: clamp(20px, 2.6vw, 40px);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fv__subtitle {
    margin-bottom: 0;
  }
}
.fv__subtitle span {
  font-size: clamp(16px, 2.3vw, 32px);
}
@media (max-width: 768px) {
  .fv__subtitle {
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .fv__subtitle {
    font-size: 18px;
  }
}
.fv__title {
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
  font-size: clamp(28px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .fv__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .fv__title {
    position: relative;
  }
}
.fv__title .fv__line {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 12px;
  white-space: nowrap;
  background-color: #1b5e20;
  font-size: clamp(28px, 4.6vw, 66px);
  line-height: 1.15;
}
@media (max-width: 1024px) {
  .fv__title .fv__line {
    margin-bottom: 4px;
  }
}
.fv__title .fv__line .small {
  font-size: clamp(26px, 4.4vw, 52px);
}
@media (max-width: 768px) {
  .fv__title .fv__line {
    padding: 0 8px;
    font-size: 38px;
  }
  .fv__title .fv__line .small {
    font-size: clamp(24px, 3vw, 28px);
  }
}
@media (max-width: 480px) {
  .fv__title .fv__line {
    font-size: 28px;
  }
  .fv__title .fv__line .small {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .fv__title {
    text-align: center;
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .fv__title {
    font-size: 34px;
  }
}
.fv .fv .line-button-wrapper {
  z-index: 100;
}
.fv .fv .line-button {
  z-index: 101;
}
.fv__achievements {
  z-index: 100;
  display: inline-block;
}
@media (max-width: 768px) {
  .fv__achievements {
    margin-top: 31%;
  }
}
@media (max-width: 480px) {
  .fv__achievements {
    margin-top: 37%;
  }
}
.fv__achievements img {
  width: clamp(300px, 43vw, 700px);
  height: auto;
}
@media (max-width: 768px) {
  .fv__achievements img {
    width: 80%;
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  .fv__achievements img {
    max-width: 320px;
  }
}
.fv .fv__advisor {
  position: absolute;
  top: -160px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(280px, 45vw, 600px);
  max-width: 100%;
}
@media (max-width: 1024px) {
  .fv .fv__advisor {
    right: 24px;
    width: 100%;
    width: 380px;
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .fv .fv__advisor {
    position: absolute;
    top: 10%;
    right: auto !important;
    left: 50% !important;
    width: 82%;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 480px) {
  .fv .fv__advisor {
    top: 10%;
    width: 86%;
  }
}
.fv .fv__advisor-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .fv .fv__advisor-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fv .line-button-wrapper {
    position: absolute !important;
    z-index: 10 !important;
    top: 77% !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    pointer-events: auto;
  }
  .fv .line-button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    pointer-events: auto;
  }
  .fv .line-button__microcopy {
    position: absolute;
    z-index: 1002;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .fv .line-button-wrapper {
    bottom: 5% !important;
  }
}

.line-button-wrapper {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: center;
}

.line-button__microcopy {
  position: absolute;
  z-index: 1002;
  top: -14px;
  left: 50%;
  display: inline-block;
  width: clamp(120px, 20vw, 209px);
  padding: 4px 12px;
  transform: translateX(-50%);
  color: #de0000;
  border: 5.2px solid #d06565;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .line-button__microcopy {
    margin-bottom: 6px;
    padding: 3px 10px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .line-button__microcopy {
    top: -7px;
    margin-bottom: 6px;
    padding: 1px 10px;
    font-size: 10px;
  }
}

.line-button {
  position: relative;
  z-index: 100;
  z-index: 1001;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(280px, 44vw, 500px);
  height: clamp(63px, 8vw, 104px);
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 3.36px;
  color: #fff;
  border-radius: 50px;
  outline-offset: 0;
  background: #31aa45;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 700;
  line-height: 114%; /* 31.92px */
  gap: 12px;
}
.line-button:hover {
  transform: translateY(-2px);
  background: #1b5e20;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 8px 20px rgba(46, 125, 50, 0.4);
}
.line-button:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3), 0 2px 8px rgba(46, 125, 50, 0.3);
}
.line-button:focus-visible {
  outline: 3px solid rgba(46, 125, 50, 0.5);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .line-button {
    min-width: 400px;
    min-height: 75px;
    padding: 14px 20px;
    font-size: 18px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .line-button {
    min-width: 200px;
    min-height: 63px;
    padding: 12px 18px;
    font-size: 14px;
    gap: 8px;
  }
}

.line-button__outline {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: inherit;
}

.line-button__text {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.line-button__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0) invert(1);
}
.line-button:hover .line-button__arrow {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .line-button__arrow {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .line-button__arrow {
    width: 16px;
    height: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .line-button {
    transition: none;
  }
  .line-button:hover {
    transform: none;
  }
  .line-button:active {
    transform: none;
  }
  .line-button__arrow {
    transition: none;
  }
  .line-button:hover .line-button__arrow {
    transform: none;
  }
}
.line-button--large {
  min-width: 300px;
  padding: 20px 32px;
  font-size: 18px;
}
.line-button--large .line-button__arrow {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .line-button--large {
    min-width: 280px;
    padding: 18px 28px;
    font-size: 17px;
  }
}

.line-button--small {
  min-width: 200px;
  padding: 12px 20px;
  font-size: 14px;
}
.line-button--small .line-button__arrow {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .line-button--small {
    min-width: 180px;
    padding: 10px 16px;
    font-size: 13px;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.line-button-wrapper {
  animation: fadeInUp 0.6s ease-out forwards;
}

.partner-logos__container {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-right: 0;
  margin-left: calc(-50vw + 50%);
  background-color: #fffdf3;
}
.partner-logos__track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 300%;
  transform: translateX(0);
  will-change: transform;
  backface-visibility: hidden;
}
.partner-logos__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  box-sizing: border-box;
  height: 100px;
  max-height: 100px;
  padding: 10px;
  transition: transform 0.3s ease;
}
.partner-logos__item:hover {
  transform: scale(1.05);
}
.partner-logos__item img {
  display: block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .partner-logos__container {
    margin-top: 60px;
    margin-bottom: -10px;
  }
  .partner-logos__track {
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .partner-logos__container {
    margin-top: 60px;
    margin-bottom: 5px;
  }
  .partner-logos__track {
    gap: 8px;
  }
  .partner-logos__item {
    height: 76px;
    max-height: 76px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .partner-logos__container {
    margin-top: 160px;
    margin-bottom: -25px;
  }
  .partner-logos__track {
    gap: 0;
  }
  .partner-logos__item {
    height: 80px;
    max-height: 80px;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .partner-logos__container {
    margin-top: 110px;
    margin-bottom: -27px;
  }
  .partner-logos__track {
    gap: 0;
  }
  .partner-logos__item {
    height: 60px;
    max-height: 60px;
    padding: 12px;
  }
}
.worries-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.worries-section::after {
  position: absolute;
  z-index: 2;
  z-index: -10;
  bottom: -40px;
  left: 50%;
  width: 180px;
  height: 96px;
  content: "";
  transform: translateX(-50%);
  background: url("../img/arrow-divider.webp") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .worries-section::after {
    bottom: -32px;
  }
}
@media (max-width: 480px) {
  .worries-section::after {
    bottom: -24px;
  }
}
.worries-section picture, .worries-section img {
  display: block;
  width: 100%;
  height: auto;
}
.worries-section .worries-section__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.solution {
  position: relative;
  width: 100%;
  margin: 0;
}
.solution .solution__bg {
  display: block;
  width: 100%;
  height: auto;
}
.solution__text {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  padding: 40px 20px 20px;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 1024px) {
  .solution__text {
    top: 25%;
    padding: 30px 15px 15px;
  }
}
@media (max-width: 768px) {
  .solution__text {
    top: 20%;
    max-width: 90%;
    padding: 30px 15px 15px;
  }
}
@media (max-width: 480px) {
  .solution__text {
    top: 18%;
    padding: 20px 12px 12px;
  }
}
.solution__text p, .solution__text h2 {
  margin: 0;
}
.solution__subtitle {
  padding-bottom: 12px;
  color: #333;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 8.228px;
}
.solution__title {
  color: #333;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
}
.solution__title .highlight {
  color: #1b5e20;
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 700;
}
.solution__title .small {
  font-size: clamp(20px, 3.5vw, 34px);
  font-weight: 700;
}

.strength {
  position: relative;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .strength {
    margin-top: 0;
  }
}
.strength picture, .strength .strength__img, .strength .strength-image {
  display: block;
  width: 100%;
  height: auto;
}
.strength img {
  display: block;
  width: 100%;
  height: auto;
}
.strength__title {
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .strength__title {
    top: 128px;
  }
}
@media (max-width: 480px) {
  .strength__title {
    top: 106px;
  }
}

.voice {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.voice .voice__company {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.voice .voice__company .voice img {
  max-width: 100%;
  height: auto;
}
.voice .voice__company .voice .voice-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.voice .voice__company .voice__company__title {
  position: absolute;
  z-index: 10;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .voice .voice__company .voice__company__title {
    top: 160px;
  }
}
@media (max-width: 480px) {
  .voice .voice__company .voice__company__title {
    top: 130px;
  }
}
.voice .youtube-wrapper {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 90%;
  transform: translateX(-50%);
  gap: 54px;
}
@media (max-width: 768px) {
  .voice .youtube-wrapper {
    top: 5.8%;
  }
}
.voice .youtube-wrapper iframe {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .voice .youtube-wrapper iframe {
    width: 100%;
  }
}
.voice .voice__users {
  position: absolute;
  top: 52%;
  left: 50%;
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  max-width: 100%;
  /* デスクトップ版を追加してスライダーを上に移動 */
  padding-bottom: 5%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .voice .voice__users {
    top: 52%;
    padding-bottom: 9%;
  }
}
@media (max-width: 768px) {
  .voice .voice__users {
    top: 27%;
    padding-bottom: 26%;
  }
}
@media (max-width: 480px) {
  .voice .voice__users {
    top: 27%;
    padding-bottom: 30%;
  }
}
.voice .voice__users .voice__users__title {
  position: relative;
  z-index: 10;
  bottom: auto;
  left: 50%;
  margin-bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
}
.voice .voice__users .voice__users__title ::after {
  width: 18%;
}
@media (max-width: 768px) {
  .voice .voice__users .voice__users__title {
    bottom: 2px;
  }
}
@media (max-width: 480px) {
  .voice .voice__users .voice__users__title {
    bottom: -13px;
  }
}
.voice .voice__pagination {
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 20px;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .voice .voice__pagination {
    display: block;
  }
}
.voice .voice__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  transition: all 0.3s ease;
  opacity: 0.3;
  border-radius: 50%;
  background: var(--text-dark);
}
.voice .voice__pagination .swiper-pagination-bullet-active {
  transform: scale(1.2);
  opacity: 1;
  background: var(--primary-color);
}
.voice .voice__slide-content img {
  max-width: 90%;
}
.voice .swiper-button-next, .voice .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 25 * 27) !important;
}
.voice .swiper-button-prev:after, .voice .swiper-button-next:after {
  display: none;
}
.voice .swiper {
  text-align: center;
}

.advisor {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  /* voiceセクションとの余白を調整 */
  margin-top: -12px;
}
@media (max-width: 1024px) {
  .advisor {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .advisor {
    margin-top: -7px;
  }
}
.advisor picture, .advisor img {
  display: block;
  width: 100%;
  height: auto;
}
.advisor .advisor__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.flow-section picture, .flow-section img {
  display: block;
  width: 100%;
  height: auto;
}
.flow-section__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.getjob-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.getjob-section picture, .getjob-section img {
  display: block;
  width: 100%;
  height: auto;
}
.getjob-section__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.cta-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cta-section picture, .cta-section img {
  display: block;
  height: auto;
}
.cta-section__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.cta-section .cta-line-button {
  position: absolute;
  z-index: 2;
  bottom: 23%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cta-section .cta-line-button {
    bottom: 5%;
  }
}

.line-button__arrow--cta {
  width: 16px;
  max-width: 100%;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .line-button__arrow--cta {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .line-button__arrow--cta {
    width: 12px;
    height: 12px;
  }
}

.line-button--cta {
  position: relative;
  right: auto;
  bottom: auto;
  width: clamp(265px, 44vw, 500px);
  height: clamp(56px, 8vw, 104px);
}

.line-button-wrapper--center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  background: rgba(255, 0, 0, 0.1);
}

.faq-section {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.faq-section picture, .faq-section img {
  display: block;
  width: 100%;
  height: auto;
}
.faq-section .faq-section__bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-section .faq-container {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  max-width: 960px;
  padding: 0 20px 40px;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .faq-section .faq-container {
    top: 15%;
  }
}
@media (max-width: 480px) {
  .faq-section .faq-container {
    top: 13%;
  }
}
.faq-section .faq__section-heading {
  display: inline-block;
  margin: 12% auto 0;
  margin-bottom: 40px;
  text-align: center;
}
.faq-section .faq__section-heading br {
  display: none;
}
.faq-section .faq-list .faq-item {
  overflow: hidden;
  margin-bottom: 4px;
  text-align: left;
  color: #333;
  border-radius: 8px;
  background: #fff6c6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .faq-section .faq-list .faq-item {
    font-size: 15px;
  }
}
.faq-section .faq-list .faq-item dt {
  position: relative;
  padding: 20px 60px 20px 64px;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 480px) {
  .faq-section .faq-list .faq-item dt {
    padding: 10px 36px 10px 46px;
  }
}
.faq-section .faq-list .faq-item dt::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "Q";
  transform: translateY(-50%);
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .faq-section .faq-list .faq-item dt::before {
    left: 14px;
    font-size: 22px;
  }
}
.faq-section .faq-list .faq-item dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  transform: translateY(-50%);
  font-size: 30px;
}
@media (max-width: 480px) {
  .faq-section .faq-list .faq-item dt::after {
    right: 14px;
    font-size: 22px;
  }
}
.faq-section .faq-list .faq-item dd {
  position: relative;
  display: none;
  align-items: center;
  padding: 20px 20px 20px 64px;
  border-radius: 0 0 8px 8px;
  background: #fffcee;
  font-weight: 400;
}
@media (max-width: 480px) {
  .faq-section .faq-list .faq-item dd {
    padding: 8px 32px 8px 40px;
  }
}
.faq-section .faq-list .faq-item dd::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  display: flex;
  align-items: center;
  margin-right: 10px;
  content: "A";
  transform: translateY(-50%);
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 480px) {
  .faq-section .faq-list .faq-item dd::before {
    left: 14px;
    font-size: 22px;
  }
}
.faq-section .faq-list .faq-item.active dt::after {
  content: "−";
}
.faq-section .faq-list .faq-item.active dd {
  display: block;
}
.faq-section .faq-footer-link {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: left;
  gap: 16px;
}
.faq-section .faq-footer-link a {
  text-decoration: underline;
  color: #333;
  font-size: 12px;
}
@media (max-width: 768px) {
  .faq-section .faq-container {
    padding: 40px 16px 30px;
  }
  .faq-section .section-heading br {
    display: inline;
  }
}

.site-footer {
  padding: 20px 0;
  text-align: center;
  background-color: #3e3b3a;
}
.site-footer__copy {
  margin: 0;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 16px 0;
  }
  .site-footer__copy {
    font-size: 10px;
  }
}

.line-btn {
  position: fixed;
  z-index: 999;
  transition: opacity 0.4s ease;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 769px) {
  .line-btn {
    right: 24px;
    bottom: 24px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .line-btn {
    bottom: 0;
    left: 0;
    width: 102%;
  }
  .line-btn img {
    width: 100%;
    height: auto;
  }
}
.line-btn.is-visible {
  pointer-events: auto;
  opacity: 1;
}

.privacy-policy {
  min-height: 100vh;
  color: #333;
  background-color: #fafafa;
}
.privacy-policy__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .privacy-policy__container {
    max-width: 100%;
    margin: 0;
    padding: 60px 30px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .privacy-policy__container {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__container {
    padding: 30px 14px;
  }
}
.privacy-policy__header {
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 2px solid #1b5e20;
}
@media (max-width: 768px) {
  .privacy-policy__header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.privacy-policy__title {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .privacy-policy__title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__title {
    letter-spacing: 0.05em;
    font-size: 22px;
  }
}
.privacy-policy__main {
  line-height: 1.8;
}
.privacy-policy__section {
  margin-bottom: 48px;
}
.privacy-policy__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .privacy-policy__section {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__section {
    margin-bottom: 24px;
  }
}
.privacy-policy__section-title {
  position: relative;
  margin: 0;
  padding: 5px 0;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .privacy-policy__section-title {
    margin-bottom: 20px;
    padding: 12px 0;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__section-title {
    margin-bottom: 16px;
    padding: 10px 0;
    font-size: 18px;
  }
  .privacy-policy__section-title::before {
    width: 40px;
  }
}
.privacy-policy__content {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
.privacy-policy__content p {
  margin: 0 0 16px 0;
}
.privacy-policy__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .privacy-policy__content {
    font-size: 15px;
    line-height: 1.7;
  }
  .privacy-policy__content p {
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__content {
    font-size: 14px;
    line-height: 1.6;
  }
  .privacy-policy__content p {
    margin-bottom: 12px;
  }
}
.privacy-policy__subsection {
  margin: 32px 0;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .privacy-policy__subsection {
    margin: 24px 0;
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__subsection {
    margin: 20px 0;
    padding-left: 8px;
  }
}
.privacy-policy__subsection-title {
  margin: 0;
  color: #333;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .privacy-policy__subsection-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__subsection-title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.privacy-policy p {
  margin-top: 2px;
}
.privacy-policy__list {
  margin: 16px 0;
  padding-left: 24px;
  color: #666;
}
.privacy-policy__list li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.7;
}
.privacy-policy__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .privacy-policy__list {
    margin: 12px 0;
    padding-left: 20px;
  }
  .privacy-policy__list li {
    margin-bottom: 6px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__list {
    margin: 10px 0;
    padding-left: 16px;
  }
  .privacy-policy__list li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.privacy-policy__date {
  margin-bottom: 32px !important;
  text-align: right;
  color: #333;
  font-weight: 600;
}
@media (max-width: 768px) {
  .privacy-policy__date {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 480px) {
  .privacy-policy__date {
    margin-bottom: 20px !important;
    text-align: left;
  }
}
.privacy-policy__contact {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  .privacy-policy__contact {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__contact {
    margin-bottom: 16px;
    padding: 16px;
  }
}
.privacy-policy__contact-title {
  margin-bottom: 4px !important;
  color: #333;
  font-weight: 700;
}
@media (max-width: 480px) {
  .privacy-policy__contact-title {
    margin-bottom: 4px !important;
  }
}
.privacy-policy__contact-text {
  font-weight: 700;
}
.privacy-policy__contact-info {
  margin-top: 16px;
}
.privacy-policy__contact-info p {
  margin-bottom: 4px !important;
  padding: 0 12px;
  font-family: monospace;
}
@media (max-width: 768px) {
  .privacy-policy__contact-info {
    margin-top: 12px;
  }
  .privacy-policy__contact-info p {
    margin-bottom: 6px !important;
    padding: 4px 10px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__contact-info {
    margin-top: 10px;
  }
  .privacy-policy__contact-info p {
    margin-bottom: 0 !important;
    padding: 0;
    font-size: 13px;
  }
}
.privacy-policy__company-info {
  padding: 20px;
  background-color: #f1f3f4;
}
.privacy-policy__company-info p {
  margin-bottom: 4px !important;
}
.privacy-policy__company-info p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .privacy-policy__company-info {
    padding: 16px;
  }
  .privacy-policy__company-info p {
    margin-bottom: 6px !important;
  }
}
@media (max-width: 480px) {
  .privacy-policy__company-info {
    padding: 12px;
  }
  .privacy-policy__company-info p {
    margin-bottom: 5px !important;
    font-size: 14px;
  }
}
.privacy-policy__company-name {
  color: #333;
  font-size: 18px !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .privacy-policy__company-name {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .privacy-policy__company-name {
    font-size: 15px !important;
  }
}
.privacy-policy__address, .privacy-policy__representative {
  color: #666;
  font-size: 14px !important;
}
@media (max-width: 480px) {
  .privacy-policy__address, .privacy-policy__representative {
    font-size: 13px !important;
  }
}

.terms {
  min-height: 100vh;
  color: #333;
  background-color: #fafafa;
}
.terms__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .terms__container {
    max-width: 100%;
    margin: 0;
    padding: 60px 30px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .terms__container {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .terms__container {
    padding: 30px 14px;
  }
}
.terms__header {
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 2px solid #1b5e20;
}
@media (max-width: 768px) {
  .terms__header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .terms__header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.terms__title {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .terms__title {
    letter-spacing: 0.05em;
    font-size: 22px;
  }
}
.terms__main {
  line-height: 1.8;
}
.terms__section {
  margin-bottom: 48px;
}
.terms__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .terms__section {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .terms__section {
    margin-bottom: 24px;
  }
}
.terms__section-title {
  position: relative;
  margin: 0;
  padding: 5px 0;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .terms__section-title {
    margin-bottom: 20px;
    padding: 12px 0;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .terms__section-title {
    margin-bottom: 16px;
    padding: 10px 0;
    font-size: 18px;
  }
  .terms__section-title::before {
    width: 40px;
  }
}
.terms__content {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
.terms__content p {
  margin: 0 0 16px 0;
}
.terms__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .terms__content {
    font-size: 15px;
    line-height: 1.7;
  }
  .terms__content p {
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .terms__content {
    font-size: 14px;
    line-height: 1.6;
  }
  .terms__content p {
    margin-bottom: 12px;
  }
}
.terms__subsection {
  margin: 32px 0;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .terms__subsection {
    margin: 24px 0;
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .terms__subsection {
    margin: 20px 0;
    padding-left: 8px;
  }
}
.terms__subsection-title {
  margin: 0;
  color: #333;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .terms__subsection-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .terms__subsection-title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.terms p {
  margin-top: 2px;
}
.terms__date {
  margin-bottom: 32px !important;
  text-align: right;
  color: #333;
  font-weight: 600;
}
@media (max-width: 768px) {
  .terms__date {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 480px) {
  .terms__date {
    margin-bottom: 20px !important;
    text-align: left;
  }
}
.terms__contact {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  .terms__contact {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .terms__contact {
    margin-bottom: 16px;
    padding: 16px;
  }
}
.terms__contact-title {
  margin-bottom: 12px !important;
  color: #333;
  font-weight: 700;
}
@media (max-width: 480px) {
  .terms__contact-title {
    margin-bottom: 10px !important;
  }
}
.terms__contact-text {
  font-weight: 700;
}
.terms__contact-info {
  margin-top: 16px;
}
.terms__contact-info p {
  margin-bottom: 8px !important;
  padding: 8px 12px;
  font-family: monospace;
}
@media (max-width: 768px) {
  .terms__contact-info {
    margin-top: 12px;
  }
  .terms__contact-info p {
    margin-bottom: 6px !important;
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .terms__contact-info {
    margin-top: 10px;
  }
  .terms__contact-info p {
    margin-bottom: 5px !important;
    padding: 8px;
    font-size: 13px;
  }
}
.terms__company-info {
  padding: 20px;
  background-color: #f1f3f4;
}
.terms__company-info p {
  margin-bottom: 8px !important;
}
.terms__company-info p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .terms__company-info {
    padding: 16px;
  }
  .terms__company-info p {
    margin-bottom: 6px !important;
  }
}
@media (max-width: 480px) {
  .terms__company-info {
    padding: 12px;
  }
  .terms__company-info p {
    margin-bottom: 5px !important;
    font-size: 14px;
  }
}
.terms__company-name {
  color: #333;
  font-size: 18px !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .terms__company-name {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .terms__company-name {
    font-size: 15px !important;
  }
}
.terms__address, .terms__representative {
  color: #666;
  font-size: 14px !important;
}
@media (max-width: 480px) {
  .terms__address, .terms__representative {
    font-size: 13px !important;
  }
}

ul {
  margin: -20px 0 0;
  padding-left: 20px;
  list-style: none;
}
ul__list {
  padding-left: 24px;
  color: #666;
}
ul__list li {
  font-size: 16px;
  line-height: 1.7;
}
ul__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  ul__list {
    margin: 0 10px;
    padding-left: 20px;
  }
  ul__list li {
    margin-bottom: 6px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  ul__list {
    margin: 10px 0;
    padding-left: 16px;
  }
  ul__list li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */