/**
 * @ top.css
 *
 * 
 */
/* ==============================
  .aidenwa-mv
============================== */
.aidenwa-mv {
  background: url(../images/top/bg_mv.jpg) no-repeat center / cover;
}
.aidenwa-mv-inner {
  display: flex;
  justify-content: center;
}
.aidenwa-mv-left {
  padding: 90px 0 60px;
}
.aidenwa-mv-catch {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #0064b2;
  border-radius: 8px;
  padding: 1px 16px 3px;
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}
.aidenwa-mv-title {
  color: #0064b2;
  font-weight: bold;
  margin-bottom: 50px;
}
.aidenwa-mv-title-sub {
  font-size: 4rem;
  display: block;
  line-height: 1.2;
}
.aidenwa-mv-title-main {
  display: block;
  font-size: 7rem;
  line-height: 1.2;
}
.aidenwa-mv-point {
  display: flex;
  gap: 15px;
}
.aidenwa-mv-point-item {
  background: linear-gradient(to right, #ffb22d 2%, #ff8d02 54%);
  border: 3px solid #fff;
  border-radius: 16px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
  width: 200px;
  max-width: 100%;
  min-height: 136px;
  position: relative;
  line-height: 1.5;
}
.aidenwa-mv-point-item::before {
  content: "";
  background: url(../images/top/icon_check.svg) no-repeat center / 100%;
  width: 50px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.aidenwa-mv-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  max-width: 45%;
  margin-left: -15px;
}
.aidenwa-mv-note {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .aidenwa-mv-inner {
    gap: 20px;
    padding-top: 20px;
  }
  .aidenwa-mv-left {
    padding: 60px 0 40px;
    width: 100%;
  }
  .aidenwa-mv-title-sub {
    font-size: 3rem;
  }
  .aidenwa-mv-title-main {
    font-size: 5rem;
  }
}

@media screen and (max-width: 980px) {
  .aidenwa-mv-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aidenwa-mv-left {
    padding: 50px 0 40px;
  }
  .aidenwa-mv-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aidenwa-mv-catch {
    font-size: 1.8rem;
  }
  .aidenwa-mv-title-sub {
    font-size: 2.5rem;
  }
  .aidenwa-mv-title-main {
    font-size: clamp(3.4rem, calc(3.4rem + 1vw), 4rem);
  }
  .aidenwa-mv-point {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .aidenwa-mv-right {
    max-width: 300px;
    margin-left: 0;
  }
  .aidenwa-mv-note {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .aidenwa-mv-point-item {
    font-size: 1.6rem;
    width: 70%;
    min-height: 133px;
  }
}

/* ==============================
  .aidenwa-scene
============================== */
.aidenwa-scene {
  background: url(../images/top/bg_scene.png) #f1f9ff no-repeat top left / auto;
  padding: 60px 0 95px;
}
.aidenwa-scene-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 80px 0;
}
.aidenwa-scene-title-primary {
  font-size: 4.6rem;
  color: #0064b2;
  line-height: 1.3;
}
.aidenwa-scene-case {
  max-width: 990px;
}
.aidenwa-scene-case-worries {
  background: #0064b2;
  border-radius: 20px;
  padding: 21px 24px 27px;
  color: #fff;
  width: 720px;
  max-width: 95%;
  position: relative;
  z-index: 2;
}
.aidenwa-scene-case-worries::before {
  content: "";
  background: #0064b2;
  height: calc(tan(60deg) * 22px / 2);
  width: 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 170px;
}
.aidenwa-scene-case:nth-child(even) {
  margin: 0 auto 80px 40px;
}
.aidenwa-scene-case:nth-child(odd) {
  margin: 0 40px 80px auto;
}
.aidenwa-scene-case:last-child {
  margin-bottom: 0;
}
.aidenwa-scene-case:nth-child(even) .aidenwa-scene-case-worries {
  margin-left: 270px;
}
.aidenwa-scene-case-worries h3 {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.aidenwa-scene-case-worries p {
  font-size: 1.6rem;
}
.aidenwa-scene-case-solution {
  width: 880px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 20px rgb(0 122 192 / 20%);
  padding: 40px;
  margin-top: -30px;
}
.aidenwa-scene-case:nth-child(odd) .aidenwa-scene-case-solution {
  margin-left: auto;
}
.aidenwa-scene-solution-inner {
  display: flex;
  gap: 10px 40px;
}
.aidenwa-scene-case:nth-child(even) .aidenwa-scene-solution-inner {
  flex-direction: row-reverse;
}
.aidenwa-scene-case-solution h3 {
  font-size: 2.8rem;
  color: #0064b2;
  font-weight: bold;
  line-height: 1.5;
  margin: 45px 0 15px;
  position: relative;
}
.aidenwa-scene-case-solution h3::before {
  content: "";
  background: url(../images/top/bg_scene_item.svg) no-repeat center / 100%;
  width: 180px;
  height: auto;
  aspect-ratio: 180 / 52;
  position: absolute;
  left: 0;
  bottom: calc(100% - 15px);
}
.aidenwa-scene-case-solution h3 span {
  position: relative;
  display: block;
}
.aidenwa-scene-case-solution p {
  font-size: 1.6rem;
}
.aidenwa-scene-solution-right {
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .aidenwa-scene-case:nth-child(odd) {
    margin-left: 0;
  }
  .aidenwa-scene-case:nth-child(even) .aidenwa-scene-case-worries {
    margin-left: 0;
  }
  .aidenwa-scene-case:nth-child(even) .aidenwa-scene-case-solution {
    margin-left: auto;
  }
}
@media screen and (max-width: 980px) {
  .aidenwa-plan {
    flex-direction: column;
  }
  .aidenwa-scene-case {
    width: 600px;
    margin: 0 auto 80px !important;
    max-width: 100%;
  }
  .aidenwa-scene-case:last-child {
    margin-bottom: 0 !important;
  }
  .aidenwa-scene-solution-inner,
  .aidenwa-scene-case:nth-child(even) .aidenwa-scene-solution-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aidenwa-scene-case-worries h3 {
    margin-bottom: 10px;
  }
  .aidenwa-scene-case-solution {
    margin-left: 20px;
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .aidenwa-scene-title {
    font-size: 3.2rem;
    margin: 70px 0 40px;
  }
  .aidenwa-scene-title-primary {
    font-size: 4rem;
  }
  .aidenwa-scene-case-solution {
    padding: 40px 30px 30px;
  }
  .aidenwa-scene-case-solution h3 {
    font-size: 2.5rem;
  }
  .aidenwa-scene-case-solution h3::before {
    bottom: calc(100% - 11px);
  }
}

/* ==============================
  .aidenwa-industry
============================== */
.aidenwa-industry {
  padding-bottom: 96px;
}
.aidenwa-industry-heading {
  background: url(../images/top/bg_industry.jpg) no-repeat center / cover;
  padding: 96px 0 177px;
}
.aidenwa-industry-title {
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}
.aidenwa-industry-title-primary {
  color: #ffd000;
  font-size: 4.6rem;
  line-height: 1.2;
}
.aidenwa-industry-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 55px;
  margin: -105px 0 65px;
}
.aidenwa-industry-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: calc((100% - 55px * 2) / 3);
}
.aidenwa-industry-list-item .aidenwa-btn-blue {
  margin-top: auto;
}
.aidenwa-industry-list-item h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
.aidenwa-industry .aidenwa-btn-yellow-gra {
  /* background: #f1f9ff;
  border: 2px solid #a3cceb; */
  border: none;
  padding: 0;
  margin: 96px 0 0;
}
.aidenwa-industry .aidenwa-btn-yellow-gra a {
  margin: auto;
}

@media screen and (max-width: 980px) {
  .aidenwa-industry-list {
    flex-wrap: wrap;
  }
  .aidenwa-industry-list-item {
    width: calc((100% - 55px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .aidenwa-industry-heading {
    padding: 50px 0 150px;
  }
  .aidenwa-industry-title {
    font-size: 3.2rem;
  }
  .aidenwa-industry-title-primary {
    font-size: 4rem;
  }
  .aidenwa-industry-list {
    flex-direction: column;
    width: 400px;
    margin: -105px auto 65px;
    max-width: 100%;
    gap: 100px;
    gap: 50px;
  }
  .aidenwa-industry-list-item {
    width: 100%;
  }
  .aidenwa-industry-list-item:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
}
