@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 1.2820512821vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 2;
  font-size: 1.6rem;
  color: #333333;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ------- animation ------- */
.c-fixed {
  position: sticky;
  top: 0;
}

.c-ttl-bg {
  font-size: 6rem;
  position: relative;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.33;
}
.c-ttl-bg .bg {
  position: relative;
  display: inline-block;
  padding-right: 1.4rem;
}
.c-ttl-bg .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: linear-gradient(90deg, rgb(255, 220, 156) 0%, rgb(248, 199, 206) 100%);
  position: absolute;
  z-index: 0;
  bottom: 0.6rem;
  left: 0;
}
.c-ttl-bg .text {
  position: relative;
}

@media (max-width: 992px) {
  .c-ttl-bg .bg {
    padding-right: 0.2rem;
  }
}
.js-ttl-bg .bg:before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s ease;
}

.js-ttl-bg.is-active .bg:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-ttl-scroll {
  display: inline-block;
  padding-bottom: 20px;
  position: absolute;
  z-index: 1;
  max-width: 2.3rem;
}
.c-ttl-scroll.right {
  right: 2rem;
}
.c-ttl-scroll.left {
  left: 5rem;
}

.c-ttl-scroll::after {
  content: "▶︎▶︎▶︎";
  display: inline-block;
  margin: auto;
  font-size: 2.2rem;
  position: absolute;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  bottom: -1.2rem;
  right: -0.2rem;
  letter-spacing: 0.1em;
  left: 0;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: rotate(90deg) translateX(0);
  }
  80% {
    transform: rotate(90deg) translateX(20px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.c-lead {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: -0.1em;
}

/* ------- utility ------- */
sup,
sub {
  font-size: 1rem;
}

section {
  position: relative;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.04em;
}

@media (max-width: 992px) {
  .l-main {
    overflow: hidden;
  }
  sup,
  sub {
    font-size: 0.8rem;
  }
  .u-note {
    font-size: 0.7rem;
  }
}
.btn,
a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .btn:hover,
  a:hover {
    opacity: 0.8;
  }
}

/* ------- layout ------- */
.l-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 78rem;
  background-color: #fff;
}

@media (max-width: 1100px) {
  .l-container {
    width: 100%;
  }
}


/* =================================================================
ページ共通
=================================================================*/
.en {font-family: "Inter", sans-serif;}
.cmn-title {font-weight: bold; background: #014073; padding: 2rem 0 1.6rem; color: #fff; font-size: 2.1rem; display: flex; justify-content: center; align-items: center; flex-direction: column; line-height: 1; gap: 1.5rem; margin-bottom: 4.5rem;}
.cmn-title strong {font-weight: bold; color: #FFFF00; font-size: 3.6rem;}

.back {width: 19.4rem; height: 6rem; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; font-size: 1.6rem; background: #014073; border-radius: 1rem; margin: 4rem auto 0;}
.back:before {content: ""; width: 1.6rem; height: 0.7rem; background-size: cover; background-image: url('../img/link_arrow.png'); margin-right: 0.7rem;}

/* =================================================================
mv
=================================================================*/
.mv {position: relative;}
.mv .year {font-size: 2.1rem; background: #fff; width: 14.8rem; height: 3.9rem; display: flex; justify-content: center; align-items: center; position: absolute; left: 3.2rem; top: 3.6rem}
.mv .text-pr {font-size: 1.6rem; position: absolute; top: 0.8rem; right: 1rem;}
.mv .bottom-text {padding: 1.6rem 0 1.6rem 11.4rem;}

/* =================================================================
comparison
=================================================================*/
.comparison.bottom {margin-top: 12rem;}
.comparison h2 {background: url('../img/h2_bg_blue.png'); background-size: cover; width: 100%; height: 14rem; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; gap: 1.5rem; font-size: 2.1rem; color: #fff; line-height: 1; font-weight: bold; padding-top: 1.8rem;}
.comparison h2 strong {color: #FFFF00; font-weight: bold; font-size: 3.6rem;}
.comparison .p-ranking__block {margin-top: 6.7rem; margin-bottom: 4.3rem;}
.comparison .p-ranking__block { max-height: 1060px; overflow-y: hidden; padding-bottom: 60px; position: relative; transition: 0.3s ease; }
.comparison .p-ranking__block .toggle-table { position: absolute; bottom: 0; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100%; background: rgb(255, 255, 255); background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%); }
.comparison .p-ranking__block .toggle-table p { border: 1px solid #333; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; max-width: 200px; height: 46px; margin: 40px auto 0; background-color: #fff; cursor: pointer; font-size: 15px; }
.comparison .p-ranking__block .toggle-table.is-open { background: none; bottom: 0; }
.comparison .scroll-container {overflow-x: auto; width: 100%; }
.comparison .icon-no1 {width: 10.2rem; height: auto;}
.comparison .icon-no2 {width: 7.3rem; height: auto;}
.comparison table {width: 100%; border-collapse: collapse; min-width: 120rem;}
.comparison th,
.comparison td {white-space: nowrap; text-align: center; border-top: 1px solid #B3B3B3; border-right: 1px solid #B3B3B3; padding: 1.5rem 0; vertical-align: middle;}
.comparison th {font-weight: normal; font-size: 1.4rem;}
.comparison td {min-width: 18rem; font-size: 1.4rem; line-height: 1.3;}
.comparison tr th:nth-child(1) {min-width: 11rem; background: #65AADD; color: #fff; font-weight: normal; vertical-align: middle; line-height: 1.3; border-bottom: 1px solid #fff; border-left: 1px solid #B3B3B3; height: 11.8rem; position: sticky;}
.comparison tr th:nth-child(1) {position: sticky; left: 0; z-index: 2;}
.comparison tr td:nth-child(2) {background: #D3EDFB;}
.comparison tr:first-child th {background: none; border-top: 0; border-right: 0; border-left: 0;}
.comparison tr:first-child th.rank1 {background: #014073; color: #fff; border-radius: 1rem 1rem 0 0; font-weight: bold; font-size: 2.1rem}
.comparison tr:last-child th,
.comparison tr:last-child td {border-bottom: 1px solid #B3B3B3;}

.comparison .maker th {vertical-align: bottom; padding: 2rem 0 0;}
.comparison .mark {font-size: 4.8rem; color: #014073; line-height: 1; display: inline-block; margin-bottom: 0.1em;}
.comparison img {display: block; margin: 0 auto 1rem;}

.comparison tr th:nth-child(1).first {background: #fff; border-left: 0; position: sticky; padding: 2rem 0;}
.comparison .title-top {background: #65AADD; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 1rem 0 0 0; position: absolute; top: 0; left: -1px; min-width: 11rem;}
.comparison .title-top:before {content: ""; width: 1px; height: 100%; background: #B3B3B3; position: absolute; right: 0; top: 0;}
.comparison tr th:nth-child(1).last {background: #fff; border-left: 0; border-bottom: 0; position: sticky; padding: 0;}
.comparison .title-bottom {background: #65AADD; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 0 0 0 1rem; position: absolute; top: 0; left: -1px; min-width: 11rem;} 

/* =================================================================
ranking
=================================================================*/
.ranking h2 {background: url('../img/h2_bg_blue.png'); background-size: cover; width: 100%; height: 14rem; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; gap: 1.5rem; font-size: 2.1rem; color: #fff; line-height: 1; font-weight: bold; padding-top: 1.8rem; margin-bottom: 2.3rem;}
.ranking h2 strong {color: #FFFF00; font-weight: bold; font-size: 3.6rem;}
.ranking h3 {display: flex; justify-content: center; align-items: center; font-size: 3.6rem; gap: 2.2rem; font-weight: bold; margin-bottom: 2.3rem;}
.ranking h3 img {width: 10.3rem; height: auto;}
.ranking h3 + img {width: 100%;}

.ranking table {margin: 4.4rem auto 0; max-width: 56rem;}
.ranking table tr:nth-child(odd) th {background: #C7DDEC;}
.ranking table tr:nth-child(even) th {background: #BFD3E1;}
.ranking table th {font-size: 1.6rem; text-align: center; font-weight: normal; vertical-align: middle; width: 18rem; white-space: nowrap; padding: 1.5rem 0; border-bottom: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6;}
.ranking table td {font-size: 1.7rem; text-align: center; font-weight: normal; vertical-align: middle; padding: 1.5rem 0; line-height: 1.5; padding: 1rem 2rem; border-bottom: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6;}

.ranking table td strong {color: #FF0000; position: relative; width: 100%; background: linear-gradient(transparent 60%, #FFFF00 60%);}
.ranking table td strong.big {font-size: 2.4rem;}
.ranking table .small-font {font-size: 1.4rem;}

.ranking h3.shiori {background: url('../img/h3_bg.png'); background-size: cover; height: 5rem; width: 56rem; display: flex; justify-content: center; align-items: center; margin: 4rem auto 2.6rem; font-size: 2rem; text-align: center; line-height: 1.3}
.ranking h3.shiori.big {background: url('../img/h3_bg_big.png'); background-size: cover; height: 10rem;}
.ranking .point .point-content {width: 100%; max-width: 56rem; margin: auto; padding: 2rem; font-size: 1.6rem; background: #FDF5F8; border-radius: 2rem;}
.ranking .point .point-content strong {color: #FF0000; position: relative; background: linear-gradient(transparent 60%, #FFFF00 60%);}

.ranking .kuchikomi {max-width: 56rem; margin: 2.3rem auto 0; position: relative;}
.ranking .name_wrap {display: flex; align-items: center; margin: 0 auto 2.4rem; justify-content: center; gap: 0.8rem; font-size: ;}
.ranking .name_wrap img {width: 8rem; height: auto;}
.ranking .name_text {font-size: 1.6rem; font-weight: bold;}
.ranking .name_text .rate { color: #FBB03B; line-height: 1;}
.ranking .name_text .star {font-size: 1.6rem;}
.ranking .name_text .number {font-size: 2.8rem;}
#swiper01 .name_text {display: flex; flex-direction: column; gap: 1rem;}
#swiper01 .name_text .name {line-height: 1; font-size: 1.6rem;}

.ranking .cta {display: flex; justify-content: center; margin-top: 5rem}
.ranking .cta img {width: 36rem; height: auto;}
.ranking .swiper {max-width: 56rem; background: #FFFDE0;}
.ranking .swiper .item { padding: 2.9rem; font-size: 1.6rem;}

.ranking .box + .box {margin-top: 10rem;}

#btn_animation {display: flex; justify-content: center;}
#btn_animation a {display: block; animation: btn_animation 1.2s infinite; margin: auto;}
#btn_animation img {width: 48rem; height: auto;}

.swiper-button-next,
.swiper-button-prev {aspect-ratio: 40 / 40; top: var(--swiper-navigation-top-offset, 64%) !important;}
.swiper-button-next:after,
.swiper-button-prev:after {content: "" !important; width: 4rem !important; height: 4rem !important; background-size: cover !important;}
.swiper-button-next:after {background-image: url('../img/icon_next.png');}
.swiper-button-prev:after {background-image: url('../img/icon_prev.png');}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: -2rem !important;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: -2rem !important;}

@keyframes btn_animation {
  0% {transform: scale(1, 0.9);}
  20% {transform: scale(0.9, 1.05);}
  95% {transform: scale(1, 1);}
  100% {transform: scale(1, 0.9);}
}

/* =================================================================
search-form
=================================================================*/
.search-form {margin-top: 5.8rem}
.search-form h3 {background: url('../img/h3_bg_line.png'); background-size: 100%; background-position: bottom; background-repeat: no-repeat; width: 34rem; height: 4.4rem; font-size: 2.4rem; font-weight: bold; text-align: center; margin: auto; line-height: 1;}

.search-form table {margin: 2.5rem auto 0;}
.search-form tr {display: flex; gap: 0.9rem}
.search-form th {margin-bottom: 1rem; background: #E6E6E6; font-size: 1.6rem; font-weight: normal; width: 16.4rem; height: 6rem; display: flex; justify-content: center; align-items: center; padding: 1rem; border-radius: 1rem; line-height: 1.3;}
.search-form td {margin-bottom: 1rem; background: #EEF5F9; font-size: 1.6rem; font-weight: normal; width: 50.7rem; height: 6rem; display: flex; justify-content: flex-start; align-items: center; padding: 1rem; border-radius: 1rem; line-height: 1.3; gap: 1.5rem;}
.search-form input {margin-right: 0.5rem; width: 1.6rem; height: 1.6rem}

.search-form a {width: 19.4rem; height: 6rem; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; font-size: 1.6rem; background: #014073; border-radius: 1rem; margin: 4rem auto 0;}

/* =================================================================
blog
=================================================================*/
.blog {margin-top: 2.2rem; padding: 0 6rem;}
.blog h3 {background: url('../img/h3_bg_line.png'); background-size: 100%; background-position: bottom; background-repeat: no-repeat; width: 34rem; height: 4.4rem; font-size: 2.4rem; font-weight: bold; text-align: center; margin: auto; line-height: 1;}
.blog .link {display: flex; flex-direction: column; gap: 1rem; margin-top: 2.3rem;}
.blog .link a {height: 8rem; width: 100%; background: #EEF5F9; padding: 1rem; color: #333333;}
.blog .link p {display: flex; align-items: center; gap: 1.9rem; border: 1px solid #014073; height: 100%; padding: 0 2.4rem;}
.blog .link .num {font-size: 4.8rem; color: #014073; line-height: 1; position: relative; top: -3px;}

/* =================================================================
footer
=================================================================*/
footer {background: #014073; max-width: 78rem; width: 100%; height: 8rem; margin: 6.4rem auto 0; padding: 1.6rem 0 0;}
footer p {font-size: 1.6rem; font-weight: normal; text-align: center; color: #fff; line-height: 1}
footer a {color: #fff;}
footer .copy {margin-top: 1rem;}


/* =================================================================
about
=================================================================*/
.about .inner {margin: auto; max-width: 48rem;}

/* =================================================================
survey
=================================================================*/
.survey .inner {margin: auto; max-width: 48rem;}
.survey h3 {font-weight: bold; font-size: 1.6rem; white-space: nowrap;}
.survey table {margin-top: 2.7rem;}
.survey table th {font-weight: normal;}
.survey table td {padding-left: 2.3rem; padding-bottom: 2.2rem;}

/* =================================================================
blog-detail
=================================================================*/
.blog-detail .inner {padding: 0 6rem 6.7rem;}
.blog-detail h2 {padding: 12.8rem 0; line-height: 2; font-size: 3.6rem; background: #1B4161; color: #fff; margin-bottom: 6rem; font-weight: bold; display: flex; justify-content: center; align-items: center;}
.blog-detail img {margin-bottom: 4.8rem;}
.blog-detail h3 {color: #1B4161; font-weight: bold; font-size: 2.1rem; border: 2px solid #DCDDDD; line-height: 1; padding-left: 2.3rem; display: flex; align-items: center; height: 6rem; position: relative; margin-bottom: 1rem;}
.blog-detail .first {margin-top: 3rem;}
.blog-detail h3:after {content: ""; width: 0.6rem; height: 6rem; display: block; background: #1B4161; position: absolute; left: -2px;}
.blog-detail p {color: #1B4161;}
.blog-detail p + h3 {margin-top: 5.2rem;}

.blog-detail.blog03 h3:before {content: ""; width: 2rem; height: 2rem; aspect-ratio: 20 / 20; background-image: url('../img/icon_check.png'); background-size: cover; margin-right: 1.4rem;}











