/*==================================================
** why
==================================================*/
#whySec {
  --color-tech:#0075d0;
  --color-plan:#f60;
  --color-product:#00c993;
  --why-color:#ef363c;
}
#whySec .whysec {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  #whySec .whysec {
    margin-top: 80px;
  }
}
#whySec .whysec .topbox {
  display: grid;
  grid-template-columns: 50% 45%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox {
    grid-template-columns: 1fr;
  }
}
#whySec .whysec .topbox .txtbox {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox .txtbox {
    margin-top: 0;
    display: contents;
  }
}
#whySec .whysec .topbox .ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--why-color);
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox .ttl {
    text-align: center;
  }
}
#whySec .whysec .topbox .ttl-fss {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox .ttl-fss {
    font-size: 1.8rem;
  }
}
#whySec .whysec .topbox .ttl-fsl {
  display: block;
  font-size: 8rem;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox .ttl-fsl {
    font-size: 5rem;
    margin-top: 10px;
  }
}
#whySec .whysec .topbox .desc {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox .desc {
    margin-top: 30px;
  }
}
#whySec .whysec .topbox .desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .topbox .phtbox {
    margin-top: 30px;
  }
  #whySec .whysec .topbox .order1 {
    order: 1;
  }
  #whySec .whysec .topbox .order2 {
    order: 2;
  }
  #whySec .whysec .topbox .order3 {
    order: 3;
  }
}
#whySec .whysec .why-swiper {
  width: 100%;
}
#whySec .whysec .why-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#whySec .whysec .pointlist {
  margin: 50px auto 0;
  width: 91.6%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.2%;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .pointlist {
    margin-top: 40px;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#whySec .whysec .pointlist-li {
  background: #fff;
  border-radius: 5px;
  padding: 40px 7.1%;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .pointlist-li {
    padding-block: 30px;
    gap: 10px 0;
  }
}
#whySec .whysec .pointlist .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--why-color);
}
@media screen and (max-width: 767px) {
  #whySec .whysec .pointlist .ttl {
    font-size: 1.8rem;
  }
}
#whySec .whysec .pointlist .txt {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.7;
}
#whySec .whysec .postlist {
  margin: 60px auto 0;
  width: 91.6%;
  display: grid;
  grid-template-columns: 50% 44.5%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #whySec .whysec .postlist {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist {
    margin-top: 40px;
    width: 100%;
    gap: 8vw;
  }
}
#whySec .whysec .postlist-n {
  display: grid;
}
#whySec .whysec .postlist-n .pht {
  overflow: hidden;
  aspect-ratio: 480/250;
}
#whySec .whysec .postlist-n .pht-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#whySec .whysec .postlist-a {
  display: grid;
}
#whySec .whysec .postlist-a:hover {
  opacity: 1;
}
#whySec .whysec .postlist-a:hover .pht-img {
  scale: 1.1;
  transition: all 0.8s;
}
#whySec .whysec .postlist-a .pht {
  overflow: hidden;
  aspect-ratio: 480/250;
}
#whySec .whysec .postlist-a .pht-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist-a:hover {
    opacity: 1;
  }
  #whySec .whysec .postlist-a:hover .pht-img {
    scale: 1.1;
    transition: all 0.8s;
  }
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist-post {
    width: 70vw;
    margin: 0 auto;
  }
}
#whySec .whysec .postlist-post-a {
  grid-template-columns: 43.6% 53.6%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #whySec .whysec .postlist-post-a {
    grid-template-columns: 43.6% 53.6%;
  }
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist-post-a {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#whySec .whysec .postlist-post-n {
  grid-template-columns: 43.6% 53.6%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #whySec .whysec .postlist-post-n {
    grid-template-columns: 43.6% 53.6%;
  }
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist-post-n {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#whySec .whysec .postlist-post .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.1em;
}
#whySec .whysec .postlist-post .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist-note {
    width: 70vw;
    margin: 0 auto;
  }
}
#whySec .whysec .postlist-note-a {
  grid-template-columns: 48.9% 47.9%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #whySec .whysec .postlist-note-a {
    grid-template-columns: 43.6% 53.6%;
  }
}
@media screen and (max-width: 767px) {
  #whySec .whysec .postlist-note-a {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#whySec .whysec .postlist-note .pht {
  position: relative;
}
#whySec .whysec .postlist-note .pht::before {
  content: "";
  width: 61px;
  aspect-ratio: 122/46;
  background: url("../img/common/logo_note.svg") no-repeat center center/contain, #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#whySec .whysec .postlist-note .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.025em;
}

#whyTtl {
  position: relative;
}
#whyTtl .anchor {
  position: absolute;
  right: 0;
  top: calc(-1 * min(9.1666666667vw, 110px));
  width: 54.25%;
}
@media screen and (max-width: 991px) {
  #whyTtl .anchor {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #whyTtl .anchor {
    width: auto;
    margin-inline: -3.5%;
  }
}
#whyTtl .anchor-wrap {
  aspect-ratio: 1302/1308;
  position: relative;
}
#whyTtl .anchor-catch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 86.8%;
  aspect-ratio: 1;
  border-radius: 1000px;
  background: url(../img/why/why_ttl_catch_bg.svg) no-repeat center center/contain;
  color: #ef363c;
}
#whyTtl .anchor-catch-en {
  font-size: min(4vw, 4.8rem);
  letter-spacing: normal;
}
@media screen and (max-width: 991px) {
  #whyTtl .anchor-catch-en {
    font-size: 7.3732718894vw;
  }
}
#whyTtl .anchor-catch-jp {
  font-size: min(1.8333333333vw, 2.2rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  #whyTtl .anchor-catch-jp {
    font-size: 3.3794162826vw;
  }
}
#whyTtl .anchor-item {
  position: absolute;
  width: 27.64%;
}
#whyTtl .anchor-a {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1;
  border-radius: 1000px;
  background: #fff;
  text-align: center;
  padding-top: 27.7%;
  position: relative;
  transition: opacity 0.4s;
}
#whyTtl .anchor-a::after {
  content: "";
  display: block;
  width: 16.6%;
  aspect-ratio: 60/25;
  background: currentColor;
  mask: url(../img/common/ico_anchor_btm_wt.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16.6%;
  margin-inline: auto;
}
#whyTtl .anchor-a:hover {
  opacity: 0.8;
  transition: opacity 0.6s;
}
#whyTtl .anchor-a .fs-s {
  font-size: min(1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 991px) {
  #whyTtl .anchor-a .fs-s {
    font-size: 2.4577572965vw;
  }
}
#whyTtl .anchor-a .fs-l {
  margin-top: 5.5%;
  font-size: min(2.8333333333vw, 3.4rem);
}
@media screen and (max-width: 991px) {
  #whyTtl .anchor-a .fs-l {
    font-size: 5.222734255vw;
  }
}
#whyTtl .anchor-tech {
  color: var(--color-tech);
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
#whyTtl .anchor-plan {
  color: var(--color-plan);
  left: 0;
  bottom: 6.5%;
}
#whyTtl .anchor-product {
  color: var(--color-product);
  right: 0;
  bottom: 6.5%;
}
#whyTtl .txtbox {
  margin-top: 100px;
  width: 41.6%;
}
@media screen and (max-width: 991px) {
  #whyTtl .txtbox {
    margin-top: 40px;
    width: 100%;
  }
}
#whyTtl .txtbox p {
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
}

#whyTechnology {
  --why-color:var(--color-tech);
}

#whyPlan {
  --why-color:var(--color-plan);
}

#whyProduction {
  --why-color:var(--color-product);
}
