/**
 * @ under.css
 *
 * 
 */
/* ==============================
  .aidenwa-page-title
============================== */
.aidenwa-page-title {
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  background: url(../images/under/bg_page_title.jpg) no-repeat center / cover;
}
.aidenwa-page-title * {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0064b2;
}

@media screen and (max-width: 768px) {
  .aidenwa-page-title {
    min-height: 200px;
  }
  .aidenwa-page-title * {
    font-size: 3rem;
  }
}

/* ==============================
  .aidenwa-breadcrumbs
============================== */
.aidenwa-breadcrumbs {
  padding: 16px 0;
}
.aidenwa-breadcrumbs ul {
  display: flex;
  gap: 24px;
}
.aidenwa-breadcrumbs ul li {
  font-size: 1.3rem;
}
.aidenwa-breadcrumbs ul li a {
  position: relative;
  display: block;
  color: #0b00df;
  font-size: 1.3rem;
}
.aidenwa-breadcrumbs ul li a::after {
  content: ">";
  color: #a3a3a3;
  font-size: 1.3rem;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
}

/* ==============================
  .aidenwa-under-title
============================== */
.aidenwa-under-title h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0064b2;
  padding-top: 64px;
  margin-bottom: 56px;
  position: relative;
}
.aidenwa-under-title h2::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #0064b2 50%, #d5ecfd 100%);
  position: absolute;
  top: 100%;
  left: 0;
}
.aidenwa-under-title h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #0064b2;
  border-left: 4px solid #0064b2;
  line-height: 1.6;
  padding-left: 12px;
  margin-bottom: 24px;
  padding-bottom: 3px;
}
.aidenwa-under-title h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 24px 0;
}

@media screen and (max-width: 768px) {
  .aidenwa-under-title h2 {
    font-size: 2.5rem;
  }
  .aidenwa-under-title h3 {
    font-size: 2.2rem;
  }
  .aidenwa-under-title h4 {
    font-size: 2rem;
  }
}
/* ==============================
  .aidenwa-article-item
============================== */
.aidenwa-article-item {
  margin-bottom: 56px;
}
.aidenwa-article-item p {
  margin-bottom: 24px;
}
.aidenwa-article-item ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.aidenwa-article-item ul:not(.annotation) li {
  padding-left: 12px;
  position: relative;
}
.aidenwa-article-item ul:not(.annotation) li::before {
  content: "";
  width: 8px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #0064b2;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.aidenwa-article-item ul:not(.annotation) li strong {
  font-weight: bold;
}
.aidenwa-article-item ul:not(.annotation) li a {
  text-decoration: underline;
}
.aidenwa-article-item ul.annotation li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}
.aidenwa-article-item ul.annotation li:before {
  content: "※";
}
.aidenwa-article-item table {
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 32px;
}
.aidenwa-article-item table th,
.aidenwa-article-item table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.aidenwa-article-item table th {
  background: #e8e8e8;
  text-align: center;
}

/* ==============================
  .aidenwa-features-point
============================== */
.aidenwa-features-point {
  background: #f1f9ff;
  border: 2px solid #a3cceb;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 56px;
}
.aidenwa-features-point ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  line-height: 1.5;
}
.aidenwa-features-point ul li {
  font-size: 1.8rem;
  width: calc((100% - 24px) / 2);
  padding-left: 28px;
  position: relative;
}
.aidenwa-features-point ul li::before {
  content: "";
  background: url(../images/under/icon_check.svg) no-repeat center;
  width: 20px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .aidenwa-features-point ul {
    flex-direction: column;
    gap: 10px;
  }
  .aidenwa-features-point ul li {
    width: 100%;
  }
}
/* ==============================
  業種別ご利用イメージ
================================
  .aidenwa-industry-link
============================== */
.aidenwa-industry-link {
  padding: 96px 0;
}
.aidenwa-industry-link ul {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  justify-content: center;
}
.aidenwa-industry-link ul li {
  width: calc((100% - 56px * 2) / 3);
  min-width: 330px;
}
.aidenwa-industry-link ul li a {
  display: block;
  padding: 16px 16px 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 20px rgb(0 122 192 / 20%);
  position: relative;
}
.aidenwa-industry-link ul li a::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0064b2;
  position: absolute;
  bottom: 36px;
  right: 24px;
}
.aidenwa-industry-link ul li a::after {
  content: "";
  background: url(../images/icon_arrow_white.svg) no-repeat center / 100%;
  width: 16px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 43px;
  right: 31px;
}
.aidenwa-industry-link ul li img {
  border-radius: 15px;
}
.aidenwa-industry-link .industry-name {
  min-height: 105px;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 40px;
}
.aidenwa-btn-blue-gra.simulation-link {
  width: 360px;
  max-width: 100%;
  margin: auto auto 120px;
}
@media screen and (max-width: 768px) {
  .aidenwa-industry-link ul {
    flex-direction: column;
    align-items: center;
  }
  .aidenwa-industry-link ul li {
    width: 330px;
    min-width: auto;
    max-width: 100%;
  }
  .aidenwa-industry-link .industry-name {
    font-size: 2rem;
  }
}

/* ==============================
  業種別ご利用イメージ 詳細
================================
  .aidenwa-under-title
============================== */
.aidenwa-under-title {
  padding-bottom: 96px;
}
.detail-cta-link {
  max-width: 100%;
  margin: 56px auto auto;
}

/* ==============================
  .aidenwa-detail-worries
============================== */
.aidenwa-detail-worries {
  padding: 96px 0;
  background: #f1f9ff;
}
.aidenwa-detail-worries h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #0064b2;
  text-align: center;
  margin-bottom: 65px;
  line-height: 1.3;
}
.aidenwa-detail-worries-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 61px;
  margin-bottom: 30px;
}
.aidenwa-detail-worries-heading li {
  background: #fff;
  border: 3px solid #0064b2;
  border-radius: 18px;
  padding: 25px 30px;
  width: 446px;
  max-width: 40%;
  position: relative;
  font-size: 1.8rem;
}
.aidenwa-detail-worries-heading li:first-child {
  margin-top: 44px;
}
.aidenwa-detail-worries-heading li::before {
  content: "";
  background: url(../images/under/industry_detail/arrow_speech_bubble.svg) no-repeat center / 100%;
  width: 54px;
  height: auto;
  aspect-ratio: 54 / 37;
  position: absolute;
}
.aidenwa-detail-worries-heading li:first-child::before {
  top: 100%;
  right: 167px;
}
.aidenwa-detail-worries-heading li:last-child::before {
  top: 100%;
  left: 167px;
  transform: scale(-1, 1);
}
.aidenwa-detail-worries-img {
  text-align: center;
  margin-bottom: 56px;
}
.aidenwa-detail-worries-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.aidenwa-detail-worries-item {
  display: flex;
  gap: 32px;
  padding: 32px;
  border-radius: 20px;
  background: #fff;
}
.aidenwa-detail-worries-item h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #0064b2;
  border-left: 4px solid #0064b2;
  line-height: 1.6;
  padding-left: 12px;
  margin-bottom: 24px;
  padding-bottom: 3px;
}
.aidenwa-detail-worries-item .worries-item-img {
  flex-shrink: 0;
}
.aidenwa-btn-blue-gra.detail-download-link a {
  width: 230px;
  max-width: 100%;
  margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
  .aidenwa-detail-worries {
    padding: 50px 0;
  }
  .aidenwa-detail-worries h3 {
    margin-bottom: 50px;
  }
  .aidenwa-detail-worries-heading {
    flex-direction: column;
    align-items: center;
  }
  .aidenwa-detail-worries-heading li {
    width: 80% !important;
    max-width: none;
  }
  .aidenwa-detail-worries-heading li:first-child {
    margin-top: 0;
    margin-right: auto;
  }
  .aidenwa-detail-worries-heading li:first-child::before {
    right: auto;
    left: 20%;
  }
  .aidenwa-detail-worries-heading li:last-child {
    margin-left: auto;
  }
  .aidenwa-detail-worries-heading li:last-child::before {
    left: 20%;
  }
  .aidenwa-detail-worries-img {
    max-width: 80%;
    margin: auto auto 56px;
  }
  .aidenwa-detail-worries-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .aidenwa-detail-worries-item h4 {
    font-size: 2.3rem;
    border-left: none;
    border-bottom: 4px solid #0064b2;
    padding-left: 0;
    padding-bottom: 14px;
  }
}
/* ==============================
  .aidenwa-detail-other-pages
============================== */
.aidenwa-detail-other-pages {
  padding: 96px 0 120px;
}
.aidenwa-detail-other-pages h3 {
  position: relative;
  margin-bottom: 56px;
}
.aidenwa-detail-other-pages h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0064b2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aidenwa-detail-other-pages h3 span {
  display: block;
  width: fit-content;
  padding: 0 10px;
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0064b2;
  margin: auto;
  position: relative;
}
.aidenwa-detail-other-pages .other-pages-list {
  display: flex;
  gap: 56px;
}
.aidenwa-detail-other-pages .other-pages-list li {
  width: calc((100% - 56px) / 2);
  height: stretch;
}
.aidenwa-detail-other-pages .other-pages-list li a {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  box-shadow: 2px 2px 20px rgb(0 122 192 / 20%);
  padding: 24px 70px 24px 24px;
  border-radius: 15px;
  height: 100%;
  position: relative;
}
.aidenwa-detail-other-pages .other-pages-list li a::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0064b2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.aidenwa-detail-other-pages .other-pages-list li a::after {
  content: "";
  background: url(../images/icon_arrow_white.svg) no-repeat center / 100%;
  width: 16px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
}
.aidenwa-detail-other-pages .other-pages-list li img {
  width: 140px;
  height: auto;
  border-radius: 15px;
  flex-shrink: 0;
  max-width: 42%;
}
.aidenwa-detail-other-pages .other-pages-list li span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .aidenwa-detail-other-pages {
    padding: 50px 0 74px;
  }
  .aidenwa-detail-other-pages .other-pages-list {
    flex-direction: column;
    gap: 40px;
  }
  .aidenwa-detail-other-pages .other-pages-list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .aidenwa-detail-other-pages .other-pages-list li a {
    padding: 20px 60px 20px 15px;
    gap: 15px;
  }
  .aidenwa-detail-other-pages .other-pages-list li img {
    max-width: 30%;
  }
  .aidenwa-detail-other-pages .other-pages-list li span {
    font-size: 1.6rem;
  }
}

/* ==============================
  機能紹介・仕様
================================
  .aidenwa-introduction-features
============================== */
.aidenwa-introduction-features {
  margin-bottom: 70px;
}
.aidenwa-introduction-features .aidenwa-under-title {
  padding-bottom: 30px;
}
.aidenwa-introduction-features .aidenwa-features-img {
  margin-bottom: 56px;
}
.aidenwa-introduction-features .aidenwa-img-scroll {
  overflow-x: auto;
}
.aidenwa-introduction-features .aidenwa-img-scroll img {
  width: 1120px;
  max-width: none;
}
.aidenwa-introduction-features .aidenwa-anchor-list {
  margin-bottom: 56px;
}
.aidenwa-introduction-features .aidenwa-anchor-list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aidenwa-introduction-features .aidenwa-anchor-list ul li {
  width: 100%;
  box-shadow: 2px 2px 10px rgb(0 122 192 / 20%);
  background: #fff;
  border-radius: 10px;
}
.aidenwa-introduction-features .aidenwa-anchor-list ul li a {
  padding: 16px 48px 16px 16px;
  position: relative;
  font-size: 2rem;
  display: flex;
  gap: 16px;
  align-items: center;
}
.aidenwa-introduction-features .aidenwa-anchor-list ul li a::before {
  content: "";
  background: url(../images/icon_arrow_blue.svg) no-repeat center / 100%;
  width: 8px;
  height: auto;
  aspect-ratio: 8 / 13;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 18px;
}
.aidenwa-introduction-features .aidenwa-anchor-list ul li span {
  display: block;
  font-weight: bold;
  padding: 4px 16px;
  background: #0064b2;
  border-radius: 5px;
  width: fit-content;
  line-height: 1.3;
  font-size: 1.6rem;
  color: #fff;
}
:is(.aidenwa-introduction-features, .aidenwa-introduction-spec) .features-contact-link a {
  width: 250px;
  max-width: 100%;
  margin: auto auto 56px;
}
.aidenwa-features-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 56px;
}
.aidenwa-features-item {
  display: flex;
  gap: 32px;
  padding: 32px;
  border-radius: 20px;
  background: #f1f9ff;
}
.aidenwa-features-item h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #0064b2;
  border-left: 4px solid #0064b2;
  line-height: 1.6;
  padding-left: 12px;
  margin-bottom: 24px;
  padding-bottom: 3px;
}
.aidenwa-features-item h4 span {
  display: block;
  font-weight: bold;
  padding: 4px 16px;
  background: #0064b2;
  border-radius: 5px;
  width: fit-content;
  line-height: 1.3;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 5px;
}
.aidenwa-features-item .worries-item-img {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .aidenwa-introduction-features .aidenwa-anchor-list ul li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .aidenwa-features-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .aidenwa-features-item h4 {
    font-size: 2.3rem;
    border-left: none;
    border-bottom: 4px solid #0064b2;
    padding-left: 0;
    padding-bottom: 14px;
  }
}

/* ==============================
  .aidenwa-introduction-function
============================== */
.aidenwa-introduction-function {
  margin-bottom: 64px;
}
.aidenwa-introduction-function .aidenwa-under-title {
  margin-bottom: 56px;
  padding-bottom: 0;
}
.aidenwa-function-items ul {
  display: flex;
  gap: 56px;
}
.aidenwa-function-items ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: calc((100% - 56px * 2) / 3);
}
.aidenwa-function-items ul li h3 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.aidenwa-function-items ul li h3 span {
  display: block;
  font-size: 1.8rem;
  color: #0064b2;
}

@media screen and (max-width: 768px) {
  .aidenwa-function-items ul {
    flex-direction: column;
    gap: 80px;
  }
  .aidenwa-function-items ul li {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
/* ==============================
  .aidenwa-introduction-spec
============================== */
.aidenwa-introduction-spec {
  margin-bottom: 120px;
}
.aidenwa-introduction-spec .aidenwa-under-title {
  padding-bottom: 0;
}
.aidenwa-introduction-spec .aidenwa-under-title h2 {
  margin-bottom: 56px;
}
.aidenwa-introduction-spec table th {
  width: 50%;
}
.aidenwa-article-img {
  display: flex;
  flex-direction: column;
  width: 900px;
  margin: auto auto 30px;
  max-width: 100%;
  gap: 30px;
}
.aidenwa-article-img img {
  border: 1px solid #a1a1a1;
}
/* ==============================
  料金プラン
================================
  .aidenwa-plan-features
============================== */
.aidenwa-plan-features .aidenwa-features-point {
  margin-top: 64px;
}

/* ==============================
  .aidenwa-plan-table
============================== */
.aidenwa-plan-table .aidenwa-under-title {
  padding-bottom: 0;
}
.aidenwa-plan-table-wrap {
  overflow-x: auto;
}
.aidenwa-plan-table-wrap img {
  width: 1120px;
  max-width: 1120px;
}
/* .aidenwa-plan-table table {
  margin-bottom: 20px;
}
.aidenwa-plan-table th,
.aidenwa-plan-table td {
  padding: 15px 10px;
  vertical-align: middle;
}
.aidenwa-plan-table th:not(.blank) {
  border: 1px solid #333;
  background: #e8e8e8;
  text-align: center;
  line-height: 1.5;
}
.aidenwa-plan-table th.ai_plan {
  font-size: 2rem;
}
.aidenwa-plan-table th.vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.aidenwa-plan-table th span.annotation {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}
.aidenwa-plan-table td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  width: 38%;
  color: #0064b2;
  font-weight: bold;
  font-size: 3rem;
}
.aidenwa-plan-table tr td:not(.ai_plan) {
  color: #8c8c8c;
  font-size: 2rem;
}
.aidenwa-plan-table-wrap {
  overflow-x: auto;
}
.aidenwa-plan-table-wrap table {
  width: 1120px;
}
.aidenwa-plan-table th.ai_plan {
  border-top: 5px solid #0064b2;
  border-right: 5px solid #0064b2;
  border-left: 5px solid #0064b2;
}
.aidenwa-plan-table td.ai_plan {
  border-right: 5px solid #0064b2;
  border-left: 5px solid #0064b2;
}
.aidenwa-plan-table td.ai_plan.last {
  border-bottom: 5px solid #0064b2;
} */
.aidenwa-plan-table-note {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0 56px;
}
.aidenwa-plan-table-note p {
  font-size: 1.4rem;
}
.aidenwa-plan-table-note .link {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.aidenwa-plan-table-note .link a {
  text-decoration: underline;
  /* color: #0064b2; */
}
.aidenwa-plan-table .intro-link {
  width: 250px;
  max-width: 100%;
  margin: auto auto 120px;
}

@media screen and (max-width: 768px) {
  .aidenwa-plan-table-wrap img {
    width: 750px;
  }
}
/* ==============================
  お役立ちコラム
================================
  .aidenwa-plan-features
============================== */
.aidenwa-column-list {
  margin-bottom: 56px;
}
.aidenwa-column-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 50px;
  margin: 96px 0;
}
.aidenwa-column-list ul li {
  width: calc((100% - 50px * 2) / 3);
}
.aidenwa-column-list ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aidenwa-column-list ul .column-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.aidenwa-column-list ul .column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aidenwa-column-list ul li span {
  display: block;
}
.aidenwa-column-list ul li .title {
  font-size: 2rem;
  font-weight: bold;
}
.aidenwa-column-list .download-link a {
  width: 230px;
  max-width: 100%;
  margin: auto auto 96px;
}
.aidenwa-column-post-none {
  padding: 200px 0;
}

.aidenwa-column-post-none p {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aidenwa-column-list ul {
    flex-direction: column;
  }
  .aidenwa-column-list ul li {
    width: 100%;
  }
}
