@charset "UTF-8";
/* ==========================================================================
   Top First View
   ========================================================================== */
.p-top-fv {
  position: relative;
  background-color: var(--color-bg);
  overflow: hidden;
  aspect-ratio: 375/677;
  padding-top: 50px;
  max-height: 800px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-fv {
    padding-bottom: 0;
    aspect-ratio: 1440/900;
    padding-top: 0;
    max-height: 900px;
  }
}
.p-top-fv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__bg {
    bottom: 0;
  }
}
.p-top-fv__bg img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-top-fv__inner {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__inner {
    padding-top: 220px;
    padding-bottom: 60px;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fv__inner {
    padding-top: 200px;
  }
}
.p-top-fv__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__content {
    display: block;
    width: 40%;
    aspect-ratio: 604/564;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fv__content {
    width: 50%;
  }
}
@media screen and (min-width: 1536px) {
  .p-top-fv__content {
    width: 56%;
  }
}
.p-top-fv__text {
  text-align: center;
  padding-bottom: 30px;
}
.p-top-fv__text img {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text img {
    width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__text img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.p-top-fv__man {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: -5%;
  top: auto;
  right: 40px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__man {
    right: 0;
    width: 35%;
    aspect-ratio: 435/731;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-fv__man {
    right: 0;
    width: 42%;
  }
}
@media screen and (min-width: 1536px) {
  .p-top-fv__man {
    right: 0;
  }
}
.p-top-fv__man img {
  display: block;
  width: 200px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__man img {
    width: auto;
    height: 100%;
    display: block;
  }
}

/* ==========================================================================
   Top Intro
   ========================================================================== */
.p-top-intro {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-intro {
    padding: 130px 0 150px;
  }
}
.p-top-intro__heading {
  display: flex;
  flex-direction: column;
  color: var(--color-blue);
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-top-intro__heading {
    margin-bottom: 50px;
  }
}
.p-top-intro__sub {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .p-top-intro__sub {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.p-top-intro__main {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-top-intro__main {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
.p-top-intro__desc {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-top-intro__desc {
    font-size: 25px;
  }
}
.p-top-intro__btn {
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   Top Troubles
   ========================================================================== */
.p-top-troubles {
  background-color: var(--color-bg);
  padding: 60px 0 100px;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles {
    padding: 75px 0 140px;
  }
}
.p-top-troubles__head {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__head {
    margin-bottom: 36px;
  }
}
.p-top-troubles__icon {
  margin-bottom: 32px;
}
.p-top-troubles__icon img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__icon img {
    width: 190px;
  }
}
.p-top-troubles__title {
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1.6;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__title {
    font-size: 40px;
  }
}
.p-top-troubles__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.p-top-troubles__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__card {
    padding: 40px 30px;
  }
}
.p-top-troubles__card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 1rem;
  margin-bottom: 17px;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__card-badge {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-troubles__card-badge {
    font-size: 27px;
  }
}
.p-top-troubles__card-text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-troubles__card-text {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-troubles__card-text {
    font-size: 23px;
  }
}

/* ==========================================================================
   Top Solution
   ========================================================================== */
.p-top-solution {
  background: linear-gradient(to bottom, var(--color-bg) 0, var(--color-bg) 60px, #002469 60px, #002469 100%);
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution {
    padding-bottom: 130px;
    background: linear-gradient(to bottom, var(--color-bg) 0, var(--color-bg) 75px, #002469 75px, #002469 100%);
  }
}
.p-top-solution__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__head {
    margin-bottom: 84px;
  }
}
.p-top-solution__icon {
  margin: 0 auto 30px;
}
.p-top-solution__icon img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__icon img {
    width: 190px;
  }
}
.p-top-solution__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__title {
    font-size: 40px;
    margin-bottom: 34px;
  }
}
.p-top-solution__subtitle {
  display: inline-block;
  background-color: #fff;
  color: var(--color-blue);
  font-weight: 700;
  padding: 12px 10px;
  border-radius: 40px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__subtitle {
    font-size: 30px;
    padding: 15px 50px;
  }
}
.p-top-solution__features {
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__features {
    margin-bottom: 120px;
    gap: 50px;
  }
}
.p-top-solution__feature {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__feature {
    border-radius: 20px;
  }
}
.p-top-solution__feature-head {
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__feature-head {
    padding: 40px 65px;
  }
}
.p-top-solution__feature-num {
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__feature-num {
    margin-right: 70px;
  }
}
.p-top-solution__feature-num img {
  height: 45px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-solution__feature-num img {
    height: 62px;
  }
}
.p-top-solution__feature-title {
  color: var(--color-blue);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__feature-title {
    font-size: 45px;
  }
}
.p-top-solution__feature-body {
  padding: 25px 20px;
  text-align: left;
  color: var(--color-blue);
  font-weight: 700;
  line-height: 1.8;
  font-size: 0.95rem;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__feature-body {
    padding: 60px 40px;
    text-align: center;
  }
  .p-top-solution__feature-body p {
    font-size: 30px;
  }
}
.p-top-solution__bottom {
  text-align: center;
}
.p-top-solution__bottom-img {
  margin-bottom: 30px;
}
.p-top-solution__bottom-img img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__bottom-img img {
    width: 320px;
  }
}
.p-top-solution__bottom-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-solution__bottom-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.p-top-solution__btn {
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   Top Diagram (包括的サポート)
   ========================================================================== */
.p-top-diagram {
  padding: 80px 0 0;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-diagram {
    padding: 108px 0 40px;
  }
}
.p-top-diagram__head {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-diagram__head {
    margin-bottom: 60px;
  }
}
.p-top-diagram__title {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1024px) {
  .p-top-diagram__title {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
.p-top-diagram__pill {
  display: block;
  background-color: var(--color-blue);
  color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-top-diagram__pill {
    font-size: 30px;
    padding: 20px 60px;
    display: inline-block;
  }
}
.p-top-diagram__desc {
  color: var(--color-text);
  line-height: 1.8;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-diagram__desc {
    font-size: 25px;
  }
}
.p-top-diagram__graphic-wrap {
  width: 100%;
  padding-bottom: 20px;
}
.p-top-diagram__graphic-wrap::-webkit-scrollbar {
  height: 6px;
}
.p-top-diagram__graphic-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.p-top-diagram__graphic {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
@media screen and (min-width: 1024px) {
  .p-top-diagram__graphic {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.p-top-diagram__graphic img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   +αのご提案
   ========================================================================== */
.p-top-plusalpha {
  padding: 60px 0 100px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha {
    padding: 100px 0 200px;
  }
}
.p-top-plusalpha__inner {
  background-color: var(--color-bg);
  border-radius: 20px;
  padding: 40px 20px 20px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__inner {
    padding: 60px 10px;
    border-radius: 30px;
  }
}
.p-top-plusalpha__head {
  margin-bottom: 30px;
}
.p-top-plusalpha__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.p-top-plusalpha__title img {
  height: 54px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__title img {
    height: 82px;
  }
}
.p-top-plusalpha__title-text {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 2.25rem;
  margin-left: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__title-text {
    font-size: 3.75rem;
    margin-left: 15px;
  }
}
.p-top-plusalpha__badge {
  display: inline-block;
  background-color: var(--color-blue);
  color: #fff;
  padding: 8px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__badge {
    font-size: 30px;
    padding: 20px 64px;
  }
}
.p-top-plusalpha__desc {
  color: var(--color-text);
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 0.95rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__desc {
    text-align: center;
    font-size: 20px;
  }
}
.p-top-plusalpha__example {
  border-radius: 12px;
  padding: 5px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__example {
    padding: 5px 40px;
    margin-bottom: 40px;
  }
}
.p-top-plusalpha__example-title {
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  display: inline-block;
  padding: 8px 20px;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 0.95rem;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__example-title {
    font-size: 1.25rem;
    padding: 8px 35px;
    margin-bottom: 53px;
  }
}
.p-top-plusalpha__images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__images {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}
.p-top-plusalpha__img-box {
  position: relative;
  flex: 1;
  width: 100%;
}
.p-top-plusalpha__img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.p-top-plusalpha__img-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 20px 0;
  padding: 8px 15px;
  font-size: 1rem;
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__img-label {
    font-size: 1.56rem;
    width: 140px;
  }
}
.p-top-plusalpha__img-label--before {
  background-color: #000;
}
.p-top-plusalpha__img-label--after {
  background-color: var(--color-red);
}
.p-top-plusalpha__img-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  /* デフォルト（スマホ表示）は下向き矢印 */
  border-width: 20px 15px 0 15px;
  border-color: #333 transparent transparent transparent;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  .p-top-plusalpha__img-arrow {
    /* PC表示は右向き矢印 */
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #333;
    margin: 0;
  }
}
.p-top-plusalpha__btn {
  margin-bottom: 20px;
}
.p-top-plusalpha__note {
  font-size: 0.8rem;
  color: var(--color-text);
  margin: 0;
}

/* ==========================================================================
   比較表セクション
   ========================================================================== */
.p-top-compare {
  background-color: var(--color-bg);
  background: linear-gradient(to bottom, #fff 0, #fff 60px, var(--color-bg) 60px, var(--color-bg) 100%);
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-compare {
    background: linear-gradient(to bottom, #fff 0, #fff 75px, var(--color-bg) 75px, var(--color-bg) 100%);
  }
}
.p-top-compare__figure {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__figure {
    margin-top: -85px;
  }
}
.p-top-compare__figure img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__figure img {
    width: 190px;
  }
}
.p-top-compare__title {
  text-align: center;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__title {
    font-size: 40px;
  }
}
.p-top-compare__title-red {
  display: block;
  color: var(--color-red);
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__title-red {
    font-size: 40px;
  }
}
.p-top-compare__subtitle {
  text-align: center;
  color: var(--color-blue);
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 0.95rem;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__subtitle {
    font-size: 25px;
    margin-bottom: 60px;
  }
}
.p-top-compare__scroll-outer {
  position: relative;
  margin-bottom: 40px;
}
.p-top-compare__scroll-hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0.5s;
}
.p-top-compare__scroll-hint.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 650px) {
  .p-top-compare__scroll-hint {
    display: none;
  }
}
.p-top-compare__scroll-hint-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-top-compare__scroll-hint-icon {
  animation: hint-scroll 2s infinite;
}
.p-top-compare__scroll-hint-icon img {
  width: 60px;
  height: auto;
}
.p-top-compare__scroll-hint-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.p-top-compare__table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
  border-radius: 20px 0 0 0;
}
.p-top-compare__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.p-top-compare__table-wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
@keyframes hint-scroll {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  30% {
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    transform: translateX(-30px);
    opacity: 1;
  }
  100% {
    transform: translateX(-60px);
    opacity: 0;
  }
}
.p-top-compare__table {
  width: 555px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 115px 220px 110px 110px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
@media screen and (min-width: 556px) {
  .p-top-compare__table {
    width: 100%;
    min-width: 730px;
    grid-template-columns: 0.9fr 2.4fr 1.2fr 1.2fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table {
    grid-template-columns: 0.8fr 2fr 1fr 1fr;
  }
}
.p-top-compare__table dt,
.p-top-compare__table dd {
  padding: 15px 5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-blue);
}
@media screen and (min-width: 551px) {
  .p-top-compare__table dt,
  .p-top-compare__table dd {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dt,
  .p-top-compare__table dd {
    padding: 24px 10px;
  }
}
.p-top-compare__table dt {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: var(--color-text);
  position: sticky;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dt {
    font-size: 19px;
  }
}
.p-top-compare__table dd {
  border-bottom: 1px solid #fff;
}
.p-top-compare__table dd.col-general {
  background-color: #e6edf2;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dd.col-general {
    font-size: 19px;
    font-weight: 500;
  }
}
.p-top-compare__table dd.col-other {
  background-color: #c9d8e5;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dd.col-other {
    font-size: 19px;
    font-weight: 500;
  }
}
.p-top-compare__table dd.col-okamura {
  background-color: var(--color-red);
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 556px) {
  .p-top-compare__table dd.col-okamura {
    min-width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dd.col-okamura {
    font-size: 22px;
  }
}
.p-top-compare__table {
  /* Headers */
}
.p-top-compare__table dt.is-head,
.p-top-compare__table dd.is-head {
  border-radius: 20px 20px 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dt.is-head,
  .p-top-compare__table dd.is-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dd.is-head {
    font-size: 24px;
    font-weight: 700;
  }
}
.p-top-compare__table dt.is-head {
  background-color: #e9e9e9;
  border-top: 1px solid #ddd;
}
.p-top-compare__table dd.is-head.col-general {
  background-color: #c3d2df;
}
.p-top-compare__table dd.is-head.col-other {
  background-color: #9cb4c9;
}
.p-top-compare__table dd.is-head.col-okamura {
  background-color: #9a1236;
}
.p-top-compare__table dd.is-head.col-okamura .col-okamura__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.p-top-compare__table dd.is-head.col-okamura .col-okamura__logo img {
  width: 48px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__table dd.is-head.col-okamura .col-okamura__logo img {
    width: 80px;
    height: 60px;
  }
}
.p-top-compare__btn {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-top-compare__btn {
    margin-bottom: 0;
    /* Background handles the space */
    transform: translateY(50px);
  }
}
.p-top-compare__city {
  width: 100%;
}
.p-top-compare__city img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   よくあるご質問
   ========================================================================== */
.p-top-faq {
  background-color: var(--color-blue);
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .p-top-faq {
    padding: 100px 0;
  }
}
.p-top-faq__title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-top-faq__title {
    font-size: 45px;
    margin-bottom: 60px;
  }
}
.p-top-faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .p-top-faq__list {
    gap: 32px;
  }
}
.p-top-faq__item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .p-top-faq__item {
    padding: 30px 60px 45px;
  }
}
.p-top-faq__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-top-faq__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-faq__icon {
    width: 130px;
    height: 130px;
    margin-right: 30px;
  }
}
.p-top-faq__icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.p-top-faq__q {
  font-weight: 700;
  color: var(--color-blue);
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--color-blue);
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-faq__q {
    font-size: 30px;
    padding-bottom: 12px;
  }
}
.p-top-faq__a {
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 500;
}
.p-top-faq__a p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-faq__a {
    font-size: 1rem;
  }
  .p-top-faq__a p {
    font-size: 20px;
  }
}

/* ==========================================================================
   下部インフォ (Square / Shop)
   ========================================================================== */
.p-top-info__square {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--color-bg);
}
@media screen and (min-width: 1024px) {
  .p-top-info__square {
    flex-direction: row;
  }
}
.p-top-info__square-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-info__square-left {
    flex: 0 0 45%;
    justify-content: flex-end;
    padding: 75px 0;
  }
}
.p-top-info__square-right {
  background-color: #1a7bbf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-info__square-right {
    flex: 0 0 calc(55% + 40px);
    justify-content: flex-start;
    clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -40px;
    padding: 30px 40px;
    padding-left: 120px;
  }
}
.p-top-info__square-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-info__square-content {
    align-items: flex-start;
    width: auto;
  }
}
.p-top-info__square-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-info__square-logo {
    width: min(555px - 5vw, 45vw - 20px);
  }
}
.p-top-info__square-icon {
  width: 280px;
  height: 108px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-info__square-icon {
    width: 374px;
    height: 108px;
  }
}
.p-top-info__square-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-info__square-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-info__square-text {
    font-size: 25px;
  }
}
.p-top-info__square-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-info__square-btn {
    width: auto;
  }
}
.p-top-info__square-btn .c-btn {
  color: #1a7bbf;
}

.p-top-shop {
  padding: 60px 0 60px;
}
@media screen and (min-width: 1024px) {
  .p-top-shop {
    padding: 100px 0 100px;
  }
}
.p-top-shop__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  color: var(--color-text);
}
@media screen and (min-width: 1024px) {
  .p-top-shop__title {
    font-size: 45px;
    margin-bottom: 45px;
  }
}
.p-top-shop__cols {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .p-top-shop__cols {
    flex-direction: row;
    gap: 100px;
  }
}
.p-top-shop__col {
  flex: 1;
}
.p-top-shop__img {
  margin-bottom: 6px;
  overflow: hidden;
}
.p-top-shop__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-shop__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .p-top-shop__name {
    font-size: 1.375rem;
  }
}
.p-top-shop__address {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-shop__address {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}
.p-top-shop__tel {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-shop__tel {
    font-size: 1.375rem;
  }
}

/* Scroll animations are defined in assets/scss/style.scss */