@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/**
 * @ main.css
 *
 * 
 */
/* ==============================
  base
============================== */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
main {
  overflow: hidden;
}
a,
a img {
  text-decoration: none;
  transition: 0.3s;
}
a:hover,
a img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
figure {
  margin: 0;
}
dl dt,
dl dd {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

/* ==============================
  utility
============================== */
.aidenwa-inner {
  width: 95%;
  max-width: 1120px;
  margin: auto;
}
.aidenwa-show-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .aidenwa-show-sp {
    display: block;
  }
  .aidenwa-show-pc {
    display: none;
  }
  .aidenwa-inner {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .aidenwa-plan-price {
    flex-direction: column;
  }
}
/* ==============================
  .aidenwa-plan
============================== */
.aidenwa-plan {
  background: #fff;
  border: 2px solid #0366b4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  flex-direction: column;
}
.aidenwa-plan-price {
  display: flex;
  align-items: baseline;
  gap: 15px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.aidenwa-price-label {
  font-size: 2.2rem;
  color: #0064b2;
  font-weight: bold;
}
/* .aidenwa-price-detail {
  display: flex;
  align-items: baseline;
  gap: 7px;
} */
.aidenwa-price-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aidenwa-price-strong {
  font-size: 4.2rem;
  color: #0064b2;
  font-weight: bold;
  line-height: 1;
}
.aidenwa-price-text {
  font-size: 2.6rem;
  color: #0064b2;
  font-weight: bold;
}
.aidenwa-price-cta-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}
.aidenwa-price-cta-block a {
  min-width: 290px;
  max-width: 100%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .aidenwa-plan-price {
    flex-direction: column;
    align-items: center;
  }
  .aidenwa-price-strong {
    font-size: 3.4rem;
  }
}

/* ==============================
  btn
============================== */
/* 黄グラデーション */
.aidenwa-btn-yellow-gra a {
  display: block;
  background: linear-gradient(to right, #ffea4b, #ffbb3c);
  border: 1px solid #ffbc3e;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 10px 52px 12px 32px;
  border-radius: 10px;
  width: fit-content;
  text-align: center;
  width: 250px;
  max-width: 100%;
  margin: auto auto 56px;
}
.aidenwa-btn-yellow-gra a::before {
  content: "";
  background: url(../images/icon_arrow_black.svg) no-repeat center / 100%;
  width: 8px;
  height: auto;
  aspect-ratio: 8 / 13;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
/* 青単色 */
.aidenwa-btn-blue a {
  display: block;
  background: #0064b2;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 5px 52px 7px 32px;
  border-radius: 10px;
  width: fit-content;
}
.aidenwa-btn-blue a::before {
  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%) translateY(1px);
  right: 32px;
}
/* 白単色 */
.aidenwa-btn-white a {
  display: block;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0064b2;
  position: relative;
  padding: 5px 37px 7px 27px;
  border-radius: 10px;
  width: fit-content;
}
.aidenwa-btn-white a::before {
  content: "";
  background: url(../images/icon_arrow_blue.svg) no-repeat center / 100%;
  width: 8px;
  height: auto;
  aspect-ratio: 8 / 13;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
}
/* 青グラデーション */
.aidenwa-btn-blue-gra a {
  display: block;
  background: linear-gradient(to right, #3b97df, #0064b2);
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 16px 52px 16px 32px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
}
.aidenwa-btn-blue-gra a::before {
  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%) translateY(2px);
  right: 32px;
}

/* ==============================
  .aidenwa-header
============================== */
.aidenwa-header {
  padding: 20px 0;
  background: #fff;
  transition: 0.3s;
}
/* スクロールで固定 */
.aidenwa-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 10px rgb(0 122 192 / 20%);
  z-index: 999;
  padding: 10px 0;
  transition: 0.3s;
}
.aidenwa-header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.aidenwa-header-navi-list {
  display: flex;
  gap: 24px;
}
.aidenwa-header-navi-item a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.aidenwa-header-navi-item a:hover {
  opacity: 1;
  color: #0064b2;
}
.aidenwa-header-cta a {
  background: linear-gradient(to right, #ffea4b, #ffbb3c);
  border: 1px solid #ffbc3e;
  border-radius: 5px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 12px 24px;
}

/* ハンバーガーメニュー関係 */
.aidenwa-header-ham,
#js-aidenwa-header-ham-mask {
  display: none;
}
@media screen and (max-width: 980px) {
  .aidenwa-header {
    position: relative;
  }
  .aidenwa-header-nav {
    position: absolute;
    top: 100%;
    flex-direction: column;
    justify-content: flex-start;
    right: -120%;
    background: #0064b2;
    width: 600px;
    height: 100vh;
    z-index: 999;
    padding: 30px;
    max-width: 100%;
    transition: 0.3s;
    overflow: auto;
    padding-bottom: 80px;
  }
  .aidenwa-header-navi-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .aidenwa-header-navi-item a {
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #f1f9ff;
    display: block;
    font-size: 1.8rem;
  }
  .aidenwa-header-navi-item a:hover {
    opacity: 0.8;
    color: #fff;
  }
  .aidenwa-header-cta {
    width: 100%;
    text-align: center;
    max-width: 360px;
  }
  .aidenwa-header-cta a {
    padding: 20px 30px;
    font-size: 1.8rem;
  }
  .aidenwa-header-ham {
    display: block;
    width: 50px;
    height: 26px;
    margin: auto 10px auto auto;
  }
  .aidenwa-header-ham-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 999;
    height: 100%;
  }
  .aidenwa-header-ham-bar {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #0064b2;
    position: absolute;
    transition: 0.5s;
    border-radius: 10px;
    max-width: 80%;
  }
  .aidenwa-header-ham-bar:first-child {
    top: 0;
  }
  .aidenwa-header-ham-bar:nth-child(2) {
    top: 11px;
  }
  .aidenwa-header-ham-bar:nth-child(3) {
    top: 22px;
  }
  /* .is-open */
  html.is-open {
    overflow: hidden;
  }
  .aidenwa-header-nav.is-open {
    position: absolute;
    transition: 0.5s;
    right: 0;
    gap: 40px;
  }
  .aidenwa-header-ham.is-open .aidenwa-header-ham-bar {
    top: 0;
  }
  .aidenwa-header-ham.is-open .aidenwa-header-ham-bar:first-child {
    transform: rotate(35deg);
    top: 12px;
  }
  .aidenwa-header-ham.is-open .aidenwa-header-ham-bar:nth-child(3) {
    transform: rotate(-35deg);
    top: 12px;
  }
  .aidenwa-header-ham.is-open .aidenwa-header-ham-bar:nth-child(2) {
    display: none;
  }
  /* mask */
  #js-aidenwa-header-ham-mask {
    display: none;
    transition: all 0.5s;
  }
  #js-aidenwa-header-ham-mask.is-open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
    transition: 0.5s;
  }
}

/* ==============================
  .aidenwa-faq
============================== */
.aidenwa-faq {
  padding-bottom: 120px;
}
.aidenwa-faq a {
  text-decoration: underline;
}
.aidenwa-faq-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0064b2;
  text-align: center;
  margin-bottom: 64px;
}
.aidenwa-faq-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.ac-faq-item {
  background: #fff;
  padding: 24px;
  width: 960px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 122 192 / 20%);
  position: relative;
}
.ac-faq-item::before {
  content: "";
  background: #f1f9ff;
  width: 32px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.ac-faq-icon::before {
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 16 / 2;
  background: #00508e;
  position: absolute;
  top: calc(24px + 15px);
  right: calc(24px + 8px);
}
.ac-faq-icon::after {
  content: "";
  width: 2px;
  height: auto;
  aspect-ratio: 2 / 16;
  background: #00508e;
  position: absolute;
  top: calc(24px + 8px);
  right: calc(24px + 15px);
  transition: 0.3s;
}
/* open */
.ac-faq-icon.is-open::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.js-ac-trigger {
  cursor: pointer;
}
.ac-faq-q,
.ac-faq-a {
  position: relative;
  padding-left: 40px;
}
.ac-faq-q {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0064b2;
  padding-right: 40px;
}
.ac-faq-a {
  margin-top: 24px;
}
.ac-faq-q::before,
.ac-faq-a::before {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.ac-faq-q::before {
  background: #0064b2;
}
.ac-faq-a::before {
  background: #ffa51f;
}
.ac-faq-q::after,
.ac-faq-a::after {
  font-family: "Noto Serif", serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 5px;
  line-height: 1;
}
.ac-faq-q::after {
  content: "Q";
}
.ac-faq-a::after {
  content: "A";
}

@media screen and (max-width: 768px) {
  .aidenwa-faq-title {
    margin-bottom: 32px;
  }
}
/* ==============================
  .aidenwa-contact
============================== */
.aidenwa-contact {
  padding: 60px 0 0;
  background: #d5ecfd;
}
.aidenwa-contact-title {
  font-size: 3rem;
  font-weight: bold;
  color: #0064b2;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
}
.aidenwa-contact-inner p {
  text-align: center;
  margin-bottom: 32px;
}
.aidenwa-contact-btn-list {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  margin-bottom: 60px;
}
.aidenwa-contact-btn-cta,
.aidenwa-contact-btn-contact,
.aidenwa-contact-btn-tel {
  width: calc((100% - 40px) / 2);
}
.aidenwa-contact-btn-cta a {
  min-height: 113px;
  padding: 20px;
  border-radius: 10px;
}
.aidenwa-contact-btn-contact a,
.aidenwa-contact-btn-tel a {
  min-height: 113px;
  padding: 20px 20px 20px 73px;
  border-radius: 10px;
}
.aidenwa-contact-btn-tel a {
  pointer-events: none;
}
.aidenwa-contact-btn-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #ffea4b, #ffbb3c);
  border: 1px solid #ffbc3e;
  /* background: linear-gradient(to right, #3b97df, #0064b2); */
  position: relative;
}
.aidenwa-contact-btn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #3b97df, #0064b2);
  position: relative;
}
.aidenwa-contact-btn-cta span,
.aidenwa-contact-btn-contact span,
.aidenwa-contact-btn-tel span {
  display: inline-block;
  position: relative;
}
.aidenwa-contact-btn-contact span::before {
  content: "";
  background: url(../images/icon_contact.svg) no-repeat center / 100%;
  width: 39px;
  height: auto;
  aspect-ratio: 39 / 31;
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}
.aidenwa-contact-btn-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2rem;
  color: #ff8d02;
  font-weight: bold;
  background: #fff;
  border: 1px solid #a3cceb;
  position: relative;
}
.aidenwa-contact-btn-tel span::before {
  content: "";
  background: url(../images/icon_tel.svg) no-repeat center / 100%;
  width: 39px;
  height: auto;
  aspect-ratio: 39 / 40;
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}
/* お気軽にご相談ください */
.aidenwa-contact-foot {
  background: #0064b2;
  padding: 8px 0;
}
.aidenwa-contact-foot-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 19px;
  color: #fff;
  flex-wrap: wrap;
}
.aidenwa-contact-foot-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.aidenwa-contact-foot .number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.aidenwa-contact-foot .number a {
  color: #fff !important;
}
.aidenwa-contact-foot .number span {
  font-size: 1.4rem;
}
.aidenwa-contact-foot .number a {
  display: block;
  pointer-events: none;
}
.aidenwa-contact-foot .reception {
  font-size: 1.4rem;
}
.aidenwa-contact-foot .attention {
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .aidenwa-contact {
    padding: 50px 0 0;
  }
  .aidenwa-contact-btn-list {
    /* flex-direction: column; */
    margin-bottom: 50px;
  }
  .aidenwa-contact-btn-cta,
  .aidenwa-contact-btn-contact,
  .aidenwa-contact-btn-tel {
    width: 100%;
    max-width: 500px;
  }
  .aidenwa-contact-btn-contact a {
    font-size: 2rem;
  }
  .aidenwa-contact-btn-tel a {
    font-size: 4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .aidenwa-contact-btn-tel a {
    pointer-events: all;
  }
  .aidenwa-contact-foot {
    padding: 40px 0;
  }
  .aidenwa-contact-foot-inner {
    flex-direction: column;
    gap: 20px;
  }
  .aidenwa-contact-foot .number a {
    pointer-events: all;
  }
}
