@charset "UTF-8";
.home_hero {
  height: 100vh;
  height: 100dvh;
  min-height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home_hero .home_hero_outer {
  width: calc(640px + 50%);
  height: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_hero_text {
  width: 90%;
  max-width: 640px;
  z-index: 2;
}
.home_hero_text h2 {
  font-size: clamp(4rem, 4vw, 5.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 60px;
}

.home_hero_img {
  position: relative;
  width: calc(50vw - 40px);
  height: 60vh;
  min-height: 460px;
  margin-top: 5vh;
  margin-left: 40px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.home_hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home_intro_img {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.home_intro_img img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 30px;
}
.home_intro_img h3, .home_intro_img p {
  text-align: center;
  font-weight: 600 !important;
}
.home_intro_img p.texts {
  background: #333;
  padding: 2px 8px;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
}
.home_intro_img .max {
  margin: 6px auto 0;
}

.home_merit li {
  padding-top: 80px;
  position: relative;
  background: #fff;
  padding: 100px 30px 30px 30px;
  border-radius: 10px;
}
.home_merit li .home_merit1 {
  height: 35px;
}
.home_merit li .home_merit2 {
  height: 32px;
}
.home_merit li .home_merit3 {
  height: 20px;
}
.home_merit li .home_merit4 {
  height: 40px;
}
.home_merit li .home_merit5 {
  height: 35px;
}
.home_merit img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.home_merit.col2 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.home_info ul {
  width: calc(66.6% - 20px);
  max-width: 950px;
  margin: 60px 0 0 auto;
}
.home_info ul li:nth-child(-n+2) {
  margin-bottom: 60px;
}
.home_info .expand_img {
  aspect-ratio: 4/3;
  margin-bottom: 20px;
}

.home_about > div {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  background-image: url(../../img/home_about.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 50px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.home_about > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* ←透明度ここ調整 */
  z-index: 1;
}
.home_about h2, .home_about p {
  color: #fff;
}
.home_about .outer {
  width: 92%;
  position: relative;
  z-index: 2;
}