@charset "utf-8";

/* Base */
:root {
  --primary-color: #099322;
  --secondary-color: #2C3E50;
  --accent-color: #FFF89C;
  --accent-color-2: #FF6F3D;
  --text-color: #3e3e3e;
  --background-color: #F5F5F5;
  --white: #FFFFFF;
  --max-width: 1100px;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
}

body {
  margin: 0;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Noto Sans CJK JP",
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: normal;
  color: var(--text-color);
  background-color: #ffffff;
  line-height: 1.7;
  font-size: 17px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
}

p {
  line-height: 180%;
}

h2 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.4rem;
  text-align: center;
  margin: 2rem 0 3rem;
}

/* Layout */
.header,
.footer,
section {
  width: 100%;
}

.header__inner,
.footer__inner,
section > div {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.english{
  font-family: Futura, 'Century Gothic';
}
/* Header */
.header {
  background: var(--white);
  padding: 0.7rem 0;
  min-width: 1130px;
  width: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo{
  width: 150px;
  height: 40px;
}

.header__contact {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header__tel {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
}

.header__tel img {
  width: 2.5rem;
  margin-right: 0.5rem;
}

.header__hours {
  font-size: 0.875rem;
  color: #666;
}

/* First View */
.fv {
  padding: 0 2rem 2rem;
  position: relative;
  overflow: hidden;
  background-image: url('../img/fv_bg.webp');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-width: 1130px;
}

.fv::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01a217;
  opacity: 0.8;
  z-index: 1;
}

.fv__inner {
  position: relative;
}

.fv__content {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.fv__title {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 1rem 0 1.5rem;
  line-height: 4rem;
}
.fv__title_big{
  font-size: 5rem;
  margin: 0 0 0 0.7rem;
}
.fv__title-sub{
  font-size: 2rem;
}

.fv__title-accent{
  color: var(--accent-color);
}

.fv__service-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--primary-color);
}
.fv__service {
max-width: 570px;
}

.fv__tags {
  background: var(--white);
  padding: 1.5rem 1rem;
  border-radius: 8px;
  text-align: center;
  margin: 0 0 2rem 0;
}

.fv__tags-heading {
  color: var(--text-color);
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
}
.marker {
  background-image: repeating-linear-gradient(-45deg, #ffcdb3 0, #ffcdb3 3px, transparent 3px, transparent 5px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 31%;
  width: fit-content;
  margin: 0.1rem auto 1rem;
}

.fv__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.fv__tag {
  background: #E8F5E9;
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.kwsk_contact a{
  font-size: 14px;
  color: var(--primary-color);
  padding-top: 4px;
}

.fv__image {
  position: absolute;
  bottom: -2rem;
  max-width: 430px;
  right: 0px;
  z-index: 1;
}

.fv__achievements {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
}

.achievement {
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.achievement img {
  height: 4rem;
}

.achievement__label {
  font-size: 1rem;
  font-weight: 600;
}

.achievement__label span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-color);
}

.achievement__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.btn {
  display: inline-flex;
      align-items: center;
      padding: 1rem 1rem 1rem 3rem;
      border-radius: 100px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s ease;
      gap: 1rem;
}

.btn--primary {
  color: var(--white);
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 5px solid #fff;
}

.btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FF6F3D, #f55520);
  z-index: -1;
}

.btn--primary:hover {
  background: #d62a53;
  transform: translateY(2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.btn--primary .btn__arrow {
  margin-left: 0.5rem;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.btn--primary:hover .btn__arrow {
  transform: translateX(3px);
}

.fv-cta {
  text-align: center;
  z-index: 2;
}


.fv-cta .cta-section__heading{
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
}


.cta-section__heading .english{
  font-size: 1rem;
  margin: 0 0.1rem;
}
/* Steps Section */
.steps {
  padding: var(--spacing-lg) 0;
  background: var(--white);
}

.merit__inner p{
text-align: center;
margin: 2rem;
}
.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.step {
  text-align: center;
  padding: var(--spacing-md);
  background: var(--background-color);
  border-radius: 8px;
}

.step__number {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: var(--spacing-sm);
}

/* Merit Section */
.merit {
  padding: var(--spacing-lg) 0;
  background: linear-gradient(to bottom, #f9fef4, #c5ece9); /* 薄いグリーンから少し濃いグリーンへのグラデーション */
  position: relative;
}
.merit_arrow{
  position: absolute;
  width: 4rem;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
}

.merit__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-md);
}

.merit__item {
  background: var(--white);
  padding: 1.4rem;
  border-radius: 8px;
  text-align: left;
}

.merit__icon img {
  width: 8.5rem;
  margin: 0 auto;
}
.merit__title span{
  font-weight: 700;
  color: var(--accent-color-2);
}
.merit__title{
  font-size: 1rem;
  text-align: center;
}

/* Contact Section */
.contact {
  padding: var(--spacing-lg) 0;
  background: var(--white);
}

.contact__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--spacing-lg);
}

.contact__info {
  text-align: center;
}

.contact__tel-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
}

.form__group {
  margin-bottom: var(--spacing-md);
}

.form__label {
  display: block;
  margin-bottom: var(--spacing-sm);
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #DDD;
  border-radius: 4px;
}

.form__textarea {
  height: 150px;
}

/* Footer */
.footer {
  background: var(--secondary-color);
  color: var(--white);
  padding: var(--spacing-lg) 0;
}
.footer__logo img{
  width: 186px;
  height: 50px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
}

.footer__nav-list {
  list-style: none;
  padding: 0;
}

.footer__nav-list a {
  color: var(--white);
  text-decoration: none;
}

.footer__copyright {
  text-align: center;
  padding: var(--spacing-md) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: var(--spacing-lg);
}
.footer__left{
  width: 66%;
}

/* お悩みセクション */
.onayami {
  padding: 2rem 1rem;
  overflow: hidden;
  background-image: url('../img/onayami_bg.webp');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.onayami::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.onayami__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.onayami .section__title {
  margin: 1.2rem 0;
  color: #333333;
  font-size: 2.4rem;
  line-height: 1.5;
}
.onayami .section__title span{
  font-size: 3rem;
  font-weight: 900;
}

.onayami__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.onayami__illustration {
  flex: 0 0 40%;
  position: relative;
  top: 2.2rem;
}

.onayami__illustration img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.term {
  color: #099322;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.onayami__list {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.onayami__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.onayami__icon {
  width: 3rem;
  height: 3rem;
}

.onayami__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.onayami__text span {
  color: var(--accent-color-2);
  font-weight: 700;
}

img.bid {
  width: 8rem;
}

img.recruit {
  width: 6rem;
}

img.money {
  width: 7rem;
}

/* Reason Section */
.reason::before {
  content: "";
      display: block;
      position: absolute;
      background-color: #ECF5EE;
      height: min(10.5555555556vw, 114px);
      width: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
.reason {
  padding: 4rem 0 3rem;
  background-color: #ECF5EE;
    background-image: url('../img/reason_bg.webp');
    background-size: 100%;
    background-blend-mode: color-dodge;
    position: relative;
    z-index: 2;
}

.reason__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
  
  .reason-cta .cta-section__heading {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .reason h2{
    margin: 4rem 0 1rem;
  }
.reason__list {
  display: flex;
  justify-content: space-between;
  gap: 1.9rem;
}

.reason__item {
  flex: 1;
  background-color: #FFFDE8;
  border-radius: 10px;
  padding: 1.5rem;
  border: 5px solid #089322;
}

.reason__icon {
  width: 9rem;
  height: 9rem;
  margin: 10px auto 10px;
}

.reason__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason__title {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  color: #1B8F3F;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.reason__text {
  margin-bottom: 20px;
}

.reason__details {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
}

.reason__details-title,.additional-points__region_title {
  font-weight: 800;
  color: #1B8F3F;
  font-size: 1.1rem;
}

.reason__details-list {
  list-style: none;
  padding: 0;
}

.reason__details-list li {
  position: relative;
  padding-left: 20px;
}

.reason__details-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #089322;
}

/* Solution Message */
.solution-message {
  background-color: #089322;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.solution-message::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #089322 transparent transparent transparent;
}

.solution-message__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.solution-message__title span {
  color: var(--accent-color);
}

/* CTA Section */
.reason-cta {
  text-align: center;
  margin-top: 2rem;
}

.cta-section__button {
  display: inline-block;
}
.fv-cta .cta-section__button .btn--primary {
  font-size: 1.8rem;
}
.reason-cta .cta-section__button .btn--primary {
  font-size: 1.5rem;
  padding: 1.2rem 0 1.2rem 4rem;
  min-width: 350px;
}


/* Additional Points Section */
.additional-points {
  padding: 5rem 0 3rem;
  background-color: #fff;
}

.additional-points__inner {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.additional-points__header {
  position: relative;
  background-color: #089322;
  border-radius: 2rem;
  display: flex;
  max-width: 700px;
  margin: 0 auto 1rem;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.additional-points__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/additional_points_bg.webp');
  mix-blend-mode: color-burn;
  z-index: 1;
}

.additional-points__title {
  position: relative;
  z-index: 2;
  font-size: 2.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin: 1rem 3rem 1rem;
  text-align: left;
}

.additional-points__small {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
.additional-points__accent{
color: var(--accent-color);
}

.additional-points__accent2{
  color: var(--accent-color-2);
}
.additional-points__image {
  position: relative;
  z-index: 2;
  width: 120px;
  margin: 0;
  padding: 1rem 0 0;
}

.additional-points__arrow {
  margin: 0;
  text-align: center;
}

.additional-points__arrow img {
  width: 120px;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.additional-points__arrow p {
  font-size: 1.8rem;
  color: #089322;
  font-weight: 700;
  position: relative;
  top: 1rem;
}
.additional-points__content {
  background-color: #FFFDE8;
  border-radius: 2rem;
  padding: 2rem 4rem;
  max-width: 950px;
  margin: 4rem auto;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  align-items: center;
  grid-template-columns: 20% auto;
}


.additional-points__flex{
  display: flex;
      flex-direction: column;
      grid-column: 2;
      grid-row: 1;
}
.additional-points__region{
  grid-column: 1 / 3; /* 1行目の両列を使用 */
  grid-row: 2;
  text-align: left;
}
.additional-points__region span{
  font-weight: 700;
}
.additional-points__region ul{
font-size: 0.95rem;
}

.additional-points__region ul li {
  margin-bottom: 8px;
}

.additional-points__region ul li::before {
  content: "・";
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 6px;
}


.additional-points__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.highlight-o {
  color: var(accent-color-2);
  font-weight: 700;
  font-size: 2rem;
}
.highlight-y{
  color: var(--accent-color);
}

.additional-points__tags {
  display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
      margin: 1rem 0 0;
      background-color: #fff;
      padding: 1rem;
      border-radius: 20px;
}

.additional-points__tags .tag {
  background: #E8F5E9;
  color: #089322;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
}

.additional-points__note {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #FFF3E0;
  padding: 15px 30px;
  border-radius: 50px;
  margin: 30px 0;
}

.additional-points__note img {
  width: 40px;
}

.additional-points__note p {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.additional-points__note span {
  color: var(accent-color-2);;
  font-size: 2rem;
}

.additional-points__gavel {
  width: 9rem;
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 0 2rem;
}

/* サポートの流れ */
.support-flow {
  text-align: center;
  padding: 4rem 1rem;
  background-color: #f5f5f5;
}

.support-flow__inner {
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
}

.support-flow__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.support-flow__description {
  margin: 2rem 0;
}

.support-flow__steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.support-flow__step {
  display: flex;
  flex-direction: column;
}

.support-flow__step img {
  width: 80px;
  height: auto;
  margin-bottom: 0.5rem;
}

.support-flow__note {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 800;
}

.fa-caret-right {
  font-size: 2.5rem;
  color: var(--primary-color);
}

.support-flow__notes {
  display: flex;
  margin: 2.5rem auto;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.support-flow__notes img {
  height: 45px;
  width: auto;
}

.support-flow__step p {
  font-size: 1.3rem;
}

.big {
  font-weight: 800;
  font-size: 3rem;
  margin-left: 0.2rem;
}

/* サポートプラン */
.support-plan {
  padding: 4rem 0 0.5rem 0;
  text-align: center;
  background-color: #ecf5ed;
}
.support-plan h2{
  margin: 0 0 3rem;
}

.support-plan__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.support-plan__note {
  text-align: right;
  margin: -1rem 0 0;
  font-size: 0.9rem;
}

.support-plan__list {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  margin: 1rem 0;
}

.support-plan__item {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 1rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.support-plan__item--basic {
  border: 5px solid #003B90;
}

.support-plan__item--recommend {
  border: 5px solid var(--primary-color);
  background-color: #FFFDE8;
}

.support-plan__item--premium {
  border: 5px solid #333333;
}

.support-plan__recommend-tag {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #0a9421;
  color: #fff89c;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
}

.support-plan__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  color: var(--primary-color);
  min-height: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.support-plan__item-title img{
  height: 40px;
  margin-right: 0.2rem;

}
.support-plan__item--basic .support-plan__item-title {
  color: #003B90;
}

.support-plan__item--premium .support-plan__item-title {
  color: #333333;
}

.support-plan__item-desc {
  font-size: 1.1rem;
  line-height: 1.4;
  min-height: 4.5em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.support-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 5rem;
}

.support-plan__price-number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.support-plan__price-unit {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 0.3rem;
}

.support-plan__annual {
  font-size: 1.1rem;
  margin: 0;
  min-height: 2em;
  display: flex;
  align-items: center;
}

.support-plan__message {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
  line-height: 1.5;
}
.support-plan__message span{
  color: var(--accent-color-2);
}

/* お客様のお声 */
.customer-voice {
  background-color: #ECF5EE; /* 背景色 */
  padding: 4rem 0;
  text-align: center;
}

.customer-voice__heading{
margin: 1rem 0 0.1rem;
font-weight: 700;
font-size: 1.1rem;
position: relative; /* 相対位置を設定 */
padding-left: 1.3rem; /* 左側に余白を追加 */
}
.customer-voice__heading::before {
  content: '■'; /* ◼︎を表示 */
  position: absolute; /* 絶対位置を設定 */
  left: 0; /* 左端に配置 */
  color: var(--primary-color); /* 色を設定（必要に応じて変更） */
  font-size: 1em; /* サイズを設定（必要に応じて変更） */
}
.customer-voice__title {
  font-size: 2.4rem;
  font-weight: 700;
}



.customer-voice__content {
  background-color: var(--white);
border-radius: 20px;
padding: 2rem 2rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1200px;
  margin: 1rem auto;
}

.customer-voice__image {
  width: 100%; /* 画像のサイズ調整 */
  max-width: 210px; /* 最大幅 */
  border-radius: 10px; /* 角を丸くする */
}

.customer-voice__company {
  font-size: 1rem;
  margin-top: 1rem;
}

.customer-voice__feedback {
  flex: 2;
  text-align: left; /* テキストを左揃え */
}

.customer-voice__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
}
.customer-voice__feedback p{
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

/* コンサルタントの紹介 */
.consultants {
  padding: 4rem 0;
  background-color: #f5f5f5; /* 背景色 */
  text-align: center;
}

.consultants__inner {
  display: flex;
  justify-content: space-around; /* 横並びにする */
  flex-wrap: wrap; /* 画面サイズに応じて折り返す */
  max-width: 1200px;
  margin: 0 auto;
}

.consultant {
  background-color: var(--white);
  border-radius: 10px;
  padding: 2rem;
  margin: 1rem;
  flex: 1 1 30%; /* 幅を調整 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.consultant__image {
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.consultant__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  text-align: left;
}

.consultant__name-en {
  font-size: 1rem;
  color: var(--primary-color)
}

.consultant__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
.consultant p{
  font-size: 0.9em;
  text-align:justify;
  font-weight: 400;
}

/* よくあるご質問
/************************************************************/
.question {
  background: #FFF;
  padding: 4rem 0;
}

.question__inner {
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.question-list {
  max-width: 800px;
  margin: 0 auto;
}

.question-item {
  background: #F3F3F3;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.question-item__q {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}

.q-mark {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
}

.question-text {
  font-size: 1rem;
  margin: 0;
  flex-grow: 1;
}

.toggle-btn {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  color: var(--primary-color);
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.question-item.active .toggle-btn {
  transform: rotate(45deg);
}

.question-item__a {
  padding: 0 2rem 1.5rem 5rem;
  display: none;
}

.question-item.active .question-item__a {
  display: block;
}

.question-item__a p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* フッター
/************************************************************/
footer {
  background: #ECF5EE;
}

.footer__inner {
  padding: 2rem 1rem 1rem;
  margin: 0 auto;
  display: flex;
  justify-items: center;
  max-width: 1100px;
  justify-content: space-evenly;
  gap: 1rem;
}

.footer__logo {
  margin-bottom: 1rem;
}

.footer__company-name {
  font-size: 1.1rem;
  color: #333;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 0.5rem;
  margin: 1rem 0;
}

.footer__offices {
  display: flex;
  gap: 2rem;
}

.footer__office h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer__office p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer__contact-btn {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  line-height: 1.2;
  width: 15rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__contact-btn .btn__arrow {
  margin-left: auto;
  font-size: 1.3rem;
}

.tel-number {
  display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 1.5rem;
      font-weight: bold;
      text-decoration: none;
      color: #333;
      gap: 0.5rem;
}
.footer-cta .btn--primary{
  border: 3px solid #fff;
}
.footer-cta .btn--primary::before {
  background: linear-gradient(135deg, #089322, #05811c);
  z-index: -1;
}

.footer-cta .btn{
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  width: 13rem;
}

.tel-icon {
  width: 2.5rem;
}

.reception-time {
  font-size: 0.8rem;
  color: #666;
}

.footer__certifications {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.5rem;
}


.footer__bottom {
  background: var(--primary-color);
  padding: 0.3rem;
  text-align: center;
  margin-top: 0.5rem;
}

.copyright {
  color: white;
  font-size: 0.9rem;
}

.footer-cta{
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
  margin: 0 0 0.6rem 0;
}
.footer-cta .btn{
  justify-content: space-evenly;
}

/* 個人情報の取扱いについて */
/************************************************************/
.privacy__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 80px 1rem;
}
.privacy__inner h2 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: #333 solid 1px;
}
.privacy__inner ol li {
  padding-bottom: 20px;
}
.privacy__inner ol li table th,
.privacy__inner ol li table td {
  border: 1px solid #333;
  padding-left: 20px;
}

.privacy__inner a {
  color: #3366cc;
}

/* プライバシーポリシー */
/************************************************************/
.privacy-link {
  margin: 2px;
  text-align: center;
  color: white;
  font-size: 0.9rem;
}
.copyright{
  text-align: center;
}
.privacy_policy .container{
  top: 6rem;
  margin: 0 0 8rem;
}
.privacy_policy h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.section__inner {
  padding: 10px;
}

.privacy__head {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.privacy__list {
  list-style-type: none;
  padding: 0;
}

.privacy__list__item {
  margin-bottom: 20px;
}

.privacy__list__item__ttl {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.privacy__list__item__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.privacy__list__item__table th,
.privacy__list__item__table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.privacy__list__item__table__head th,
.privacy__list__item__table__head td {
  background-color: #f0f0f0;
  font-weight: bold;
}

.privacy__list__item--p-right {
  text-align: right;
}
