@charset "utf-8";

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  height: 400px;
}

@media (max-width: 768px) {
  .fv {
    height: auto;
  }
}

.fv .image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-title {
  position: absolute;
  top: 30%;
  left: 80px;
  color: #fff;
}

@media (max-width: 768px) {
  .fv-title {
    position: initial;
    min-height: 197px;
    color: #000;
    background-color: #f5f5f5;
    padding: 20px 20px 45px;
  }
}

.fv-title .title {
  font-family: var(--noto-serif);
  font-size: clamp(52px, 64/1280*100vw, 64px);
  letter-spacing: 0.08em;
  line-height: 1;
}

@media (max-width: 768px) {
  .fv-title .title {
    font-size: 4rem;
    line-height: 1.4;
  }
}

.fv-title .title .en {
  font-size: 1.4rem;
  font-family: var(--josefin);
  letter-spacing: 0;
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .fv-title .title .en {
    font-size: 1.2rem;
    color: var(--red);
  }
}

.fv-title .text {
  margin-top: min(3.90623vw, 50px);
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.08em;
  text-align: justify;
}

@media (max-width: 768px) {
  .fv-title .text {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ lead ↓↓↓ */
.lead-area {
  padding: 0 30px;
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .lead-area {
    padding: 0 20px;
    margin: 75px auto 0;
  }
}

.lead-area .container {
  max-width: 936px;
  margin: 0 auto
}

.lead-area .lead {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: var(--noto-serif);
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .lead-area .lead {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}

.lead-area .txt {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--noto-serif);
  line-height: 2.5;
  letter-spacing: 0.08em;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .lead-area .txt {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2.6;
    margin-top: 30px;
  }
}

/* ↑↑↑ lead ↑↑↑ */

/* ↓↓↓ strength ↓↓↓ */
.strength-area {
  padding: 0 30px;
  margin: 145px auto 0;
}

@media screen and (max-width: 768px) {
  .strength-area {
    padding: 0 20px;
    margin: 92px auto 0;
  }
}

.strength-area .container {
  max-width: 936px;
  margin: 0 auto
}

.strength-area .conts-ttl {
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .strength-area .conts-ttl {
    font-size: 2.8rem;
  }
}

.strength-area .inner {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .strength-area .inner {
    margin-top: 45px;
  }
}

.strength-area .inner .box {
  display: flex;
  gap: 40px clamp(40px, 65/1280*100vw, 65px);
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}

.strength-area .inner .box.-flex {
  flex-direction: row;
}

.strength-area .inner .box.-r-flex {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box {
    gap: 30px 0;
    padding-bottom: 45px;
  }

  .strength-area .inner .box.-flex,
  .strength-area .inner .box.-r-flex {
    flex-direction: column;
  }
}

.strength-area .inner .box + .box {
  padding-top: 80px;
  border-top: 1px solid #E6E6E6;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box + .box {
    padding-top: 45px;
  }
}

.strength-area .inner .box .image {
  position: relative;
}

@media (max-width: 768px) {
  .strength-area .inner .box.share .image {
    margin-bottom: 15px;
  }
}

.strength-area .inner .box.share .image::after {
  content: '※2024年度のデータです。';
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 1.2rem;
}

.strength-area .inner .box.base .image {
  color: #fff;
}

/* @media screen and (max-width: 768px) {
  .strength-area .inner .box.challenge .image {
    height: 335px;
  }

  .strength-area .inner .box.challenge .image img{
    height: 100%;
    object-fit: cover;
  }
} */

.strength-area .inner .box:is(.-flex, .-r-flex) .image {
  position: relative;
  width: 43.805%;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box:is(.-flex, .-r-flex) .image {
    position: relative;
    width: 100%;
  }
}

.strength-area .inner .box:is(.challenge, .base) .image .txt {
  position: absolute;
  font-size: clamp(1.4rem, 20/1280*100vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.strength-area .inner .box.base .image .txt {
  top: 47%;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box:is(.challenge, .base) .image .txt {
    width: 100%;
    font-size: clamp(1.6rem, 30/768*100vw, 3rem);
    /* font-size: 1.6rem; */
    text-align: center;
  }

  .strength-area .inner .box.base .image .txt {
    top: 50%;
  }
}

.strength-area .inner .box:is(.challenge, .base) .image .num {
  font-size: clamp(3.6rem, 50/1280*100vw, 5rem);
  font-family: var(--josefin);
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box:is(.challenge, .base) .image .num {
    font-size: clamp(3.6rem, 68/768*100vw, 6.8rem);
    /* font-size: 4.1rem; */
    justify-content: center;
    margin-top: 2.2%;
  }
}

.strength-area .inner .box:is(.challenge, .base) .image .unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.8rem, 24/1280*100vw, 2.4rem);
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 8px;
  padding-left: 4px;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box:is(.challenge, .base) .image .unit {
    font-size: clamp(1.8rem, 36/768*100vw, 3.6rem);
    /* font-size: 2rem; */
    padding-top: min(4.39%, 12px);
    padding-left: 2.2%;
  }
}

.strength-area .inner .box.service .image {
  display: flex;
  gap: 0 16px;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box.service .image {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.strength-area .inner .box.service .image .item {
  position: relative;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box.service .image .item {
    flex: unset;
    width: calc((100% - 10px)/2);
  }
}

.strength-area .inner .box.service .image .item .txt {
  position: absolute;
  width: 100%;
  font-size: clamp(1.8rem, 24/1280*100vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box.service .image .item .txt {
    font-size: clamp(2.4rem, 36/768*100vw, 3.6rem);
  }
}

.strength-area .inner .txtgroup {
  flex: 1;
}

.strength-area .inner .txtgroup .ttl {
  position: relative;
  font-size: 3.2rem;
  font-family: var(--noto-serif);
  letter-spacing: 0.08em;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .txtgroup .ttl {
    font-size: 2rem;
    padding-left: unset;
    padding-top: 17px;
  }
}

.strength-area .inner .box:is(.-flex, .-r-flex) .txtgroup .ttl {
  padding-left: unset;
  padding-top: 17px;
}

.strength-area .inner .txtgroup .ttl::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: var(--red);
  top: 28px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .strength-area .inner .box .txtgroup .ttl::before {
    top: 0;
  }
}

.strength-area .inner .box:is(.-flex, .-r-flex) .txtgroup .ttl::before {
  top: 0;
}

.strength-area .inner .txtgroup .ttx {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: 24px;
}

/* ↑↑↑ strength ↑↑↑ */

footer {
  margin-top: 156px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 160px;
  }
}