@charset "utf-8";

/* new css */

/*===================
about下層ページの共通
===================*/
.about-low__fv {
  position: relative;
}
.about-low__fv .img {
  min-height: 400px;
  object-fit: cover;
}
.about-low__fvBox {
  width: fit-content;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.about-low__fvTtl {
  width: fit-content;
  background: #fff;
  padding: 5px 20px;
  margin-bottom: clamp(10px, 1.5vw, 24px);
  font-family: century-gothic, sans-serif;
  font-size: clamp(20px, 3.061vw, 30px);
  font-weight: 900;
}
.about-low__fvSubTtl01 {
  margin-bottom: clamp(10px, 1.5vw, 24px);
  font-size: clamp(20px, 1.5vw, 24px);
  /* font-size: clamp(20px, 2.1875vw, 35px); */
  font-weight: 900;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.about-low__fvSubTtl02 {
  font-size: clamp(20px, 1.9375vw, 31px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.819;
  /* font-size: clamp(20px, 3.5625vw, 57px); */
  /* font-weight: 900; */
  /* line-height: 1.2; */
  color: #b7a958;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.about-low__sub {
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about-low__num {
  display: block;
  width: fit-content;
  font-family: century-gothic, sans-serif;
  font-size: clamp(20px, 3.25vw, 52px);
  font-weight: 700;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.about-low__subHeading {
  width: fit-content;
  font-size: clamp(20px, 2.1875vw, 35px);
  font-weight: 700;
  line-height: 1.318;
  /* text-align: center; */
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.about-low__contents {
  padding-bottom: clamp(40px, 4.375vw, 70px);
}
.about-low__wrap {
  max-width: 1474px;
  padding: clamp(30px, 6.875vw, 110px) 15px 0;
  margin: 0 auto;
}
.about-low__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-low__leftBox {
  width: 29%;
}
.about-low__rightBox {
  width: 69%;
}
.about-low__white {
  padding: clamp(15px, 3.875vw, 62px);
  background: #fff;
  border: 1px solid #ccc;
}
.about-low__white.mt {
  margin-top: clamp(40px, 4.375vw, 70px);
}
.about-low__white.mb {
  margin-bottom: clamp(40px, 4.375vw, 70px);
}
.about-low__white + .about-low__white {
  margin-top: clamp(20px, 2.1875vw, 35px);
}
.about-low__contentsTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}
@media screen and (max-width: 1100px) {
  .about-low__container {
    flex-direction: column;
    gap: 4vw;
  }
  .about-low__leftBox {
    width: 100%;
  }
  .about-low__rightBox {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .about-low__sub {
    flex-direction: column;
  }
}
