/*----------------------
　下層ｆｖ
-----------------------*/
.fv-u-area {
  padding: 100px 16px 0px;

  @media screen and (max-width: 991px) {
    padding: 60px 8px 0px;
  }
}

.about-us .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/about-us/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.service .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/service/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.contact .fv-u-cont,
.confirm .fv-u-cont,
.completion .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/contact/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.information .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/information/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.entry .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/entry/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.contact .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/contact/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.privacy .fv-u-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../assets/img/privacy/fv.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
}

.fv-u-cont .box {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 16px;
  max-width: 100%;
}

.common-fv-left-txt-cont {
  display: flex;
  flex-direction: column;
  gap: 280px;

  @media screen and (max-width: 991px) {
    gap: 140px;
  }
}

.common-fv-ttl-en {
  font-size: clamp(3rem, 0rem + 6.25vw, 7.5rem);
  line-height: 1;
}

.common-fv-ttl-jp {
  line-height: 1;
  font-weight: 500;
  padding-left: 1.5rem;
  position: relative;
}

.common-fv-ttl-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50px;
}
/*----------------------
　下層セクションタイトル
-----------------------*/

.fv-u-common-ttl-cont {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.fv-u-common-ttl-jp {
  font-size: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
}

.fv-u-common-ttl-en {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #149737;
  gap: 10px;
  width: 100%;
}

.fv-u-common-ttl-en::before,
.fv-u-common-ttl-en::after {
  content: "";
  height: 1px;
  background: #000;
}

.fv-u-common-ttl-en::before {
  width: 60px;
}

.fv-u-common-ttl-en::after {
  width: 60px;
}

.common-p {
  line-height: 1.8;
}

/*----------------------
　その他　共通
-----------------------*/
.president-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.president-role {
  font-size: clamp(1rem, 0.9167rem + 0.1736vw, 1.125rem);
  font-weight: 400;
}
.president-name {
  font-size: clamp(1.5rem, 1.1667rem + 0.6944vw, 2rem);
  font-family: "ab-ootori", sans-serif;
  font-weight: 400;
}

/*----------------------
　採用エリア
-----------------------*/
/*----------------------
  　コンタクトエリア
  -----------------------*/
.common-contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 85%;
  margin: 0 auto;

  @media screen and (max-width: 991px) {
    max-width: 100%;
    gap: 16px;
    padding: 32px 16px;
  }
}

.common-contact-ttl-en {
  font-size: clamp(2rem, 0.6667rem + 2.7778vw, 4rem);
  font-weight: 600;
  color: #149737;
}

.common-contact-ttl-jp {
  font-size: clamp(1rem, 0.9167rem + 0.1736vw, 1.125rem);
  font-weight: 600;
  color: #333;
}

.common-contact-des {
  color: #333;
  line-height: 1.4;
}

.common-contact-btn {
  border: 1px solid #ffffff65;
  border-radius: 50px;
  padding: 4px;
  transition: all 0.3s ease;
}

.common-contact-btn:hover {
  transform: scale(1.08);
}

.btn-border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #333;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease; /* スムーズなアニメーション */
  backdrop-filter: blur(0px); /* 初期状態の軽いぼかし */
  -webkit-backdrop-filter: blur(0px);
  background: rgba(255, 255, 255, 0.05);
}

.btn-border:hover {
  transform: scale(1.02); /* 5%拡大 */
  background: rgba(255, 255, 255, 0.2); /* 濃いすりガラス */
  backdrop-filter: blur(15px); /* 強いぼかし */
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2); /* 光る影 */
}

.common-contact-img img {
  width: 50px;
}

.common-contact-flex {
  display: flex;
  gap: 24px;

  @media screen and (max-width: 991px) {
    flex-direction: column;
    gap: 16px;
  }
}

.tel-txt-flex {
  text-align: left;
}

.number {
  font-size: clamp(1.5rem, 1.1667rem + 0.6944vw, 2rem);
}

.common-contact-form {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  background: #ffc400;
  border-radius: 50px;
  padding: 16px 32px;
  color: #fff;
}
