@charset "UTF-8";
/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media (max-width: 450px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.section-title {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}

@media (min-width: 1441px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 450px) {
  .section-title {
    margin-bottom: 8vw;
  }
}
.section-title__sub {
  display: block;
  font-size: 1.25vw;
  color: #666;
  margin-bottom: 0.6944444444vw;
  font-weight: 400;
}

@media (min-width: 1441px) {
  .section-title__sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .section-title__sub {
    font-size: 3.2vw;
  }
}
.section-title__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  color: #111;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1441px) {
  .section-title__main {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .section-title__main {
    font-size: 4.8vw;
  }
}
.section-title__logo {
  width: 13.3333333333vw;
  height: 2.2222222222vw;
  padding-top: 0.4166666667vw;
}

@media (min-width: 1441px) {
  .section-title__logo {
    width: 192px;
    height: 32px;
    padding-top: 6px;
  }
}
@media (max-width: 450px) {
  .section-title__logo {
    width: 32vw;
    height: 5.3333333333vw;
    padding-top: 1.0666666667vw;
  }
}
.section-title__text {
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1441px) {
  .section-title__text {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .section-title__text {
    font-size: 5.3333333333vw;
  }
}
.section-title__number {
  font-size: 5.5555555556vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "bebas-neue-pro", sans-serif;
  line-height: 1;
}

@media (min-width: 1441px) {
  .section-title__number {
    font-size: 80px;
  }
}
@media (max-width: 450px) {
  .section-title__number {
    font-size: 13.3333333333vw;
  }
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
  height: 9.8666666667vw;
  position: relative;
}

@media (min-width: 768px) {
  #header {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1441px) {
  #header {
    height: 60px;
  }
}
#header .contentIn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  padding: 0 5.3333333333vw;
}

@media (min-width: 768px) {
  #header .contentIn {
    padding: 0 8.4027777778vw;
  }
}
@media (min-width: 1441px) {
  #header .contentIn {
    padding: 0 121px;
  }
}
#header .title .weLogo {
  width: 25.3333333333vw;
  height: 3.2vw;
}

@media (min-width: 768px) {
  #header .title .weLogo {
    width: 17.7777777778vw;
    height: 2.2222222222vw;
  }
}
@media (min-width: 1441px) {
  #header .title .weLogo {
    width: 256px;
    height: 32px;
  }
}
#header .title .weLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .title .weLogo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#footer .contentIn {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  #footer .contentIn {
    padding: 0 20px;
  }
}
#footer .foot {
  padding: 24px 0;
  background: #0051a5;
  color: #fff;
}

@media (max-width: 768px) {
  #footer .foot {
    padding: 16px 0;
  }
}
#footer .foot .contentIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  #footer .foot .contentIn {
    justify-content: center;
  }
}
#footer .foot .logo {
  flex: 0 0 auto;
  width: 160px;
}

@media (max-width: 768px) {
  #footer .foot .logo {
    display: none;
  }
}
#footer .foot .logo img {
  width: 100%;
  height: auto;
  display: block;
}

#footer .foot .links {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #footer .foot .links {
    font-size: 11px;
  }
}
#footer .foot .links .item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#footer .foot .links .item:nth-child(n+2) {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  #footer .foot .links .item:nth-child(n+2) {
    padding-left: 8px;
    margin-left: 8px;
  }
}
#footer .foot .links .item a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

#footer .foot .links .item a:hover {
  opacity: 0.7;
}

#footer .copyArea {
  padding: 18px 0;
  background: #f5f5f5;
}

#footer .copyArea .copy {
  color: #333;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* =========================================================
  FV（ファーストビュー）
========================================================= */
.fv {
  position: relative;
  min-height: 46.6666666667vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* 背景 */
.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}

.fv__bg-img-wrap {
  width: 100%;
  height: 0;
  padding-top: 46.6666666667%;
  position: relative;
}

.fv__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 画面幅いっぱいに表示 */
  -o-object-position: center center;
  object-position: center center;
}

/* PC用画像 */
.fv__bg-img--pc {
  display: block;
}

/* SP用画像 */
.fv__bg-img--sp {
  display: none;
}

/* 中身 */
.fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 46.6666666667vw;
}

/* テキストラッパー */
.fv__content-wrapper {
  position: absolute;
  top: 6.75vw;
  left: 11.5972222222vw;
  width: 100%;
  height: 42.9166666667vw;
}

.fv__product-info {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}

/* テキストエリア */
.fv__content {
  width: 100%;
  height: 100%;
}

/* ラベル */
.fv__label-wrap {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.3888888889vw;
}

.fv__product-info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.4;
}

.fv__product-info > div > div:nth-child(1) {
  width: 10.4166666667vw;
}

.fv__label {
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #004ea2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9444444444vw;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-radius: 6.9444444444vw;
  padding: 0.2em 2.2em 0.2em 3em;
}

.fv__badge {
  width: 6.6em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-53%, -48%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5277777778vw;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #004ea2;
  text-align: center;
  background: url(../assets/img/fv-badge.png) no-repeat center center/cover;
  aspect-ratio: 1/1;
}

/* ラベル下の矢印 */
.fv__label-arrow {
  position: absolute;
  bottom: -0.7638888889vw;
  left: 50%;
  transform: translateX(-10%);
  width: 1.1805555556vw;
  height: 0.8333333333vw;
  z-index: 1;
}

.fv__label-arrow-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

/* タイトル */
.fv__title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  margin-bottom: 0.6944444444vw;
}

.fv__title-line {
  display: block;
}

.fv__title-text {
  font-size: 4.7222222222vw;
}

.fv__title-small {
  font-size: 2.7777777778vw;
}

.fv__product {
  display: flex;
  color: #fff959;
  margin-top: 25px;
}

.fv__product-description {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .fv__product-description {
    transform: translateX(4%);
  }
}

.fv__price-note {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.4;
}

/* 価格 */
.fv__price {
  margin-top: -2.7777777778vw;
  display: flex;
  align-items: flex-end;
}

/* 80の部分 */
.fv__price-num {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* 万円と税抜きのグループ */
.fv__price-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  gap: 10px 0;
}

/* 税抜きの部分 */
.fv__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: -0.6944444444vw;
  margin-right: -0.4166666667vw;
}

/* 万円の部分 */
.fv__price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6111111111vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* ロゴ */
.fv__product-logo {
  margin-top: -3.125vw;
}

/* 製品ラベル */
.fv__product-name {
  font-size: 4.7222222222vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.fv__product-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7361111111vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff959;
}

.fv__product-logo-img-wrap {
  width: 22.1527777778vw;
  height: 3.3333333333vw;
  margin-bottom: 0.6944444444vw;
}

.fv__product-logo-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 承認番号 */
.fv__approval {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

/* =========================
  SP
========================= */
@media (max-width: 767px) {
  .fv {
    min-height: 680px;
    max-height: none;
    overflow-x: clip;
  }
  .fv__inner {
    padding: 16vw 4vw 3.7333333333vw;
    min-height: 680px;
    aspect-ratio: 375/680;
  }
  /* テキストラッパー（SP版） */
  .fv__content-wrapper {
    top: 11vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88.8vw;
    height: 29.0277777778vw;
  }
  .fv__product-info {
    margin-top: 2.6666666667vw;
    width: 83%;
    text-align: left;
  }
  /* テキストエリア（SP版） */
  .fv__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv__product-info > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 3.2vw;
  }
  .fv__product-info > div > div:nth-child(1) {
    width: 29vw;
  }
  .fv__bg-img-wrap {
    width: 100%;
    padding-top: 0;
    height: 100%;
  }
  .fv__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* SP用画像を表示、PC用画像を非表示 */
  .fv__bg-img--pc {
    display: none;
  }
  .fv__bg-img--sp {
    display: block;
  }
  .fv__title {
    line-height: 1.5;
  }
  .fv__title-text {
    font-size: 6.9333333333vw;
    font-size: 7.4666666667vw;
    margin-top: 0.3em;
    display: block;
    letter-spacing: normal;
  }
  .fv__title-small {
    font-size: 6.9333333333vw;
  }
  .fv__product {
    flex-direction: column;
    margin-top: 4vw;
  }
  .fv__price-group {
    gap: 1.2vw 0;
  }
  .fv__price {
    margin-top: -4.8vw;
    margin-bottom: -2vw;
    justify-content: center;
  }
  .fv__price-num {
    font-size: 24vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .fv__price-tax {
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 0.5333333333vw;
  }
  .fv__price-unit {
    font-size: 10.6666666667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 0.8;
  }
  .fv__price-note {
    font-size: 3.2vw;
  }
  .fv__product-logo-img-wrap {
    width: 74.6666666667vw;
    height: 11.4666666667vw;
    margin: 2.8vw auto 1vw;
  }
  .fv__product-label {
    font-size: 6.4vw;
    margin-bottom: 1.6vw;
  }
  .fv__product-name {
    margin-top: 0.5em;
    font-size: 8.5333333333vw;
  }
  .fv__product-logo {
    margin-bottom: -4.2666666667vw;
  }
  .fv__product-description {
    margin-top: 0.5em;
    font-size: 8.5333333333vw;
  }
  .fv__approval {
    font-size: 2.6666666667vw;
    margin-top: 1.6vw;
  }
  .fv__label-wrap {
    margin-bottom: 4.8vw;
  }
  .fv__label {
    font-size: 5.3333333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    width: 100%;
    padding: 0.2em 1em 0.2em 2em;
  }
  .fv__label-arrow {
    bottom: -3.2vw;
    width: 4.5333333333vw;
    height: 3.2vw;
  }
  .fv__badge {
    font-size: 3.2vw;
    display: none;
  }
}
.movies {
  padding: 1.85vw 1.3888888889vw 2.7777777778vw;
}

@media (min-width: 1441px) {
  .movies {
    padding: 80px 40px 38px;
  }
}
@media (max-width: 450px) {
  .movies {
    padding: 5.3333333333vw 0 60px;
  }
}
.movies__inner {
  max-width: 76.5972222222vw;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .movies__inner {
    max-width: 1103px;
  }
}
@media (max-width: 450px) {
  .movies__inner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.movies__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3888888889vw;
  width: 100%;
}

@media (min-width: 1441px) {
  .movies__items {
    gap: 1.3888888889vw;
  }
}
@media (max-width: 450px) {
  .movies__items {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.movies__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0;
  border: solid 0.1388888889vw #000000;
  box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw rgba(160, 47, 71, 0.3);
}

@media (min-width: 1441px) {
  .movies__item {
    border-radius: 0;
    border: solid 2px #000000;
    box-shadow: 8px 8px 24px rgba(160, 47, 71, 0.3);
  }
}
@media (max-width: 450px) {
  .movies__item {
    width: 89.3333333333vw;
    height: 50.4vw;
    aspect-ratio: auto;
    border-radius: 0;
    border: solid 0.5333333333vw #000000;
    box-shadow: 2.1333333333vw 2.1333333333vw 6.4vw rgba(160, 47, 71, 0.3);
  }
}
.movies__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.movies__note {
  margin-top: 0.6944444444vw;
  font-size: 0.8333333333vw;
}

@media (min-width: 1441px) {
  .movies__note {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .movies__note {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
.movies__thumb-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.movies__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.movies__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 1;
}

@media (min-width: 1441px) {
  .movies__play {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 450px) {
  .movies__play {
    width: 16vw;
    height: 16vw;
  }
}
.movies__play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8333333333vw 0 0.8333333333vw 1.3888888889vw;
  border-color: transparent transparent transparent #c93764;
  margin-left: 0.2083333333vw;
  display: block;
}

@media (min-width: 1441px) {
  .movies__play::before {
    border-width: 12px 0 12px 20px;
    margin-left: 3px;
  }
}
@media (max-width: 450px) {
  .movies__play::before {
    border-width: 2.4vw 0 2.4vw 4vw;
    margin-left: 0.5333333333vw;
  }
}
.movies__play:hover {
  background-color: rgb(255, 255, 255);
}

.features {
  padding: 0;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 1441px) {
  .features {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .features {
    overflow-x: clip;
    padding: 0 0 21.3333333333vw;
  }
}
.features__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 450px) {
  .features__inner {
    padding: 0 0vw;
  }
}
.features__inner::before {
  content: "";
  position: absolute;
  top: 29.8611111111vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 59.5138888889vw;
  background-image: url("../assets/img/gray-back01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 1441px) {
  .features__inner::before {
    top: 430px;
    width: 1440px;
    height: 857px;
  }
}
@media (max-width: 450px) {
  .features__inner::before {
    background-image: url("../assets/img/sp-gray-back01.png");
    width: 100vw;
    height: 158.4vw;
    top: 142.6666666667vw;
  }
}
.features__inner::after {
  content: "";
  position: absolute;
  top: 106.25vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 73.3333333333vw;
  background-image: url("../assets/img/gray-back02.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 1441px) {
  .features__inner::after {
    top: 1530px;
    width: 1440px;
    height: 1056px;
  }
}
@media (max-width: 450px) {
  .features__inner::after {
    background-image: url("../assets/img/sp-gray-back02.png");
    width: 100vw;
    height: 160vw;
    top: 453.3333333333vw;
  }
}
.features__header {
  text-align: center;
  margin-bottom: 3.5416666667vw;
  position: relative;
}

@media (min-width: 1441px) {
  .features__header {
    margin-bottom: 80px;
  }
}
@media (max-width: 450px) {
  .features__header {
    margin-bottom: 0;
    padding: 0 40px;
  }
}
.features__title-bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 450px) {
  .features__title-bg-wrap {
    top: 20%;
    width: 81.3333333333vw;
  }
}
.features__title-bg {
  width: 39.7222222222vw;
  height: 7.2222222222vw;
  opacity: 0.8;
}

@media (min-width: 1441px) {
  .features__title-bg {
    width: 572px;
    height: 84px;
  }
}
@media (max-width: 450px) {
  .features__title-bg {
    width: 100%;
    height: auto;
  }
}
.features__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.2222222222vw;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

@media (min-width: 1441px) {
  .features__title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .features__title {
    font-size: 6.4vw;
    color: #111;
  }
}
.features__title-logo-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3472222222vw;
}

@media (min-width: 1441px) {
  .features__title-logo-wrap {
    margin-right: 5px;
  }
}
@media (max-width: 450px) {
  .features__title-logo-wrap {
    margin-right: 0.3472222222vw;
    margin-bottom: -40px;
  }
}
.features__title-logo {
  height: 2.2222222222vw;
  width: 13.3333333333vw;
}

@media (min-width: 1441px) {
  .features__title-logo {
    height: 36px;
  }
}
@media (max-width: 450px) {
  .features__title-logo {
    width: 51.2vw;
    height: 8.5333333333vw;
  }
}
.features__title-text {
  display: inline-block;
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  padding-bottom: 0.2777777778vw;
}

@media (min-width: 1441px) {
  .features__title-text {
    font-size: 32px;
    padding-bottom: 4px;
  }
}
@media (max-width: 450px) {
  .features__title-text {
    font-size: 6.4vw;
  }
}
.features__title-num {
  font-size: 5.5555555556vw;
  font-weight: 700;
  color: #111;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: 0.8333333333vw;
}

@media (min-width: 1441px) {
  .features__title-num {
    font-size: 80px;
    padding-bottom: 12px;
  }
}
@media (max-width: 450px) {
  .features__title-num {
    font-size: 17.0666666667vw;
  }
}
.features__list {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .features__list {
    gap: 100px;
  }
}
@media (max-width: 450px) {
  .features__list {
    gap: 16vw;
  }
}
.feature {
  display: flex;
  align-items: center;
  z-index: 3;
}

@media (min-width: 1441px) {
  .feature {
    gap: 60px;
  }
}
@media (max-width: 450px) {
  .feature {
    flex-direction: column;
    gap: 0vw;
    margin-bottom: -5.3333333333vw;
  }
}
.feature--reverse .feature__body {
  order: 2;
}

@media (max-width: 450px) {
  .feature--reverse .feature__body {
    order: 1;
  }
}
.feature--reverse .feature__media {
  order: 1;
}

@media (max-width: 450px) {
  .feature--reverse .feature__media {
    order: 0;
  }
}
.feature--reverse .feature__no {
  margin-left: -11.8055555556vw;
}

@media (min-width: 1441px) {
  .feature--reverse .feature__no {
    margin-left: -170px;
  }
}
@media (max-width: 450px) {
  .feature--reverse .feature__no {
    margin-left: -5.3333333333vw;
  }
}
.feature--reverse .feature__content {
  margin-left: 0;
}

@media (max-width: 450px) {
  .feature--05 .feature__body {
    margin-top: -12.8vw;
  }
}
@media (max-width: 450px) {
  .feature--06 .feature__body {
    margin-top: -13.3333333333vw;
  }
}
.feature__body {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  position: relative;
  z-index: 5;
}

@media (min-width: 1441px) {
  .feature__body {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .feature__body {
    order: 2;
    gap: 4vw;
    margin-top: -6.6666666667vw;
  }
  .feature--02 .feature__body {
    margin-top: 0;
  }
}
.feature__content {
  width: 43.0555555556vw;
  margin-left: 7.6388888889vw;
}

@media (min-width: 1441px) {
  .feature__content {
    width: 620px;
    margin-left: 110px;
  }
}
@media (max-width: 450px) {
  .feature__content {
    width: 89.3333333333vw;
    margin-left: 0;
  }
}
.feature__no {
  width: 19.4444444444vw;
  height: 4.1666666667vw;
  background: linear-gradient(90deg, rgba(0, 60, 125, 0) 0%, #003c7d 61.61%);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 3.1944444444vw;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  margin-left: -60px;
}

@media (min-width: 1441px) {
  .feature__no {
    width: 280px;
    height: 60px;
    gap: 12px;
    padding-right: 46px;
    margin-left: -60px;
  }
}
@media (max-width: 450px) {
  .feature__no {
    width: 32.5333333333vw;
    height: 13.3333333333vw;
    gap: 2.1333333333vw;
    padding-right: 12vw;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    margin-left: -5.3333333333vw;
    background-color: #004ea2;
    margin-bottom: 2.6666666667vw;
  }
}
.feature__no-num {
  font-size: 4.0277777778vw;
  font-weight: 400;
  font-family: "bebas-neue-pro", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media (min-width: 1441px) {
  .feature__no-num {
    font-size: 58px;
  }
}
@media (max-width: 450px) {
  .feature__no-num {
    font-size: 10.6666666667vw;
    padding-top: 1.3333333333vw;
  }
}
.feature__no-text {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "bebas-neue-pro", sans-serif;
  color: #fff;
  line-height: 0.8;
  text-orientation: upright;
  transform: rotate(90deg);
  position: relative;
}

@media (min-width: 1441px) {
  .feature__no-text {
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  .feature__no-text {
    font-size: 2.1333333333vw;
    letter-spacing: 0.01rem;
    font-weight: 700;
  }
  .feature__no-text br {
    display: none;
  }
}
.feature__no-text::after {
  content: "";
  position: absolute;
  right: 1.5972222222vw;
  top: -1.9444444444vw;
  width: 1px;
  height: 3.4027777778vw;
  background-color: #fff;
  transform: rotate(90deg);
}

@media (min-width: 1441px) {
  .feature__no-text::after {
    right: 23px;
    top: -28px;
    height: 49px;
  }
}
@media (max-width: 450px) {
  .feature__no-text::after {
    right: 4.4vw;
    height: 10.1333333333vw;
    top: -8vw;
  }
}
.feature__heading {
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #004ea2;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.6666666667vw;
  white-space: nowrap;
}

@media (min-width: 1441px) {
  .feature__heading {
    font-size: 64px;
    margin-bottom: 24px;
  }
}
@media (max-width: 450px) {
  .feature__heading {
    display: inline-block;
    font-size: 8.5333333333vw;
    background-color: #fff;
    padding: 0 8.5333333333vw 0 2.1333333333vw;
  }
}
.feature__text {
  font-size: 1.9444444444vw;
  line-height: 1.6;
  color: #111;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1441px) {
  .feature__text {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .feature__text {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.feature__br-pc {
  display: inline;
}

@media (max-width: 450px) {
  .feature__br-pc {
    display: none;
  }
}
.feature__marker {
  background-color: #fff959;
  padding: 0 0.2777777778vw;
}

@media (min-width: 1441px) {
  .feature__marker {
    padding: 0 4px;
  }
}
@media (max-width: 450px) {
  .feature__marker {
    padding: 0 0.5333333333vw;
  }
}
.feature__media {
  width: 50vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1441px) {
  .feature__media {
    width: 720px;
  }
}
@media (max-width: 450px) {
  .feature__media {
    width: 100%;
  }
}
.feature__media-slider {
  position: relative;
  width: 100%;
}

.feature__swipe-btn {
  position: absolute;
  bottom: 2.7777777778vw;
  right: 6.9444444444vw;
  z-index: 10;
  width: 7.5694444444vw;
  height: 2.2222222222vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 1441px) {
  .feature__swipe-btn {
    bottom: 20px;
    right: 20px;
    width: 109px;
    height: 32px;
  }
}
@media (max-width: 450px) {
  .feature__swipe-btn {
    bottom: 4vw;
    right: 6.6666666667vw;
    width: 14.4vw;
    height: 4.2666666667vw;
  }
}
.feature__swipe-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.feature__swipe-btn:hover {
  opacity: 0.8;
  transform: translateX(5px);
}

.feature__swipe-btn:active {
  transform: translateX(5px) scale(0.95);
}

.feature__media-img-wrap {
  width: 50vw;
  height: 33.3333333333vw;
  width: 100%;
  height: 0;
  padding-bottom: 66.57%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1441px) {
  .feature__media-img-wrap {
    width: 720px;
    height: 480px;
  }
  .feature--01 .feature__media-img-wrap {
    transform: translateX(-6%);
  }
}
.feature__media-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-banner {
  background: #004ea2;
  color: #fff;
  text-align: center;
  padding: 2.7777777778vw 1.3888888889vw;
  position: relative;
}

@media (min-width: 1441px) {
  .price-banner {
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .price-banner {
    padding: 6.6666666667vw 4vw;
  }
}
.price-banner__inner {
  max-width: 76.5972222222vw;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .price-banner__inner {
    max-width: 1103px;
  }
}
@media (max-width: 450px) {
  .price-banner__inner {
    max-width: 100%;
  }
}
.price-banner__label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .price-banner__label {
    margin-bottom: 3.2vw;
  }
}
.price-banner__sarani {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 7.5px 30px 10px;
  line-height: 1;
}

@media (max-width: 450px) {
  .price-banner__sarani {
    font-size: 3.7333333333vw;
    padding: 1.6vw 6.4vw 2.1333333333vw;
  }
}
.price-banner__sarani::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 12px;
  background-image: url("../assets/img/banner_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 450px) {
  .price-banner__sarani::after {
    width: 0.5333333333vw;
    height: 3.2vw;
    bottom: -3.7333333333vw;
  }
}
.price-banner__dots {
  position: relative;
  top: -1px;
  right: -3px;
  line-height: 1;
}

@media (max-width: 450px) {
  .price-banner__dots {
    top: 1px;
  }
}
.price-banner__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 0.6944444444vw;
  display: inline-block;
}

@media (min-width: 1441px) {
  .price-banner__text {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .price-banner__text {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.price-banner__text-large {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: inline;
}

@media (max-width: 450px) {
  .price-banner__text-large {
    font-size: 6.4vw;
  }
}
.price-banner__product {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  height: 39px;
  display: inline-block;
  margin-left: 0;
}

@media (max-width: 450px) {
  .price-banner__product {
    font-size: 5.3333333333vw;
    margin-bottom: 1.0666666667vw;
    width: 100%;
    display: flex;
    height: 7.2vw;
    align-items: center;
    justify-content: center;
  }
}
.price-banner__product-name {
  display: inline-block;
  color: #004ea2;
  background-color: #fff;
  padding: 0px 15px 6px;
}

@media (max-width: 450px) {
  .price-banner__product-name {
    padding: 0.5333333333vw 0.8vw;
  }
}
.price-banner__plus {
  margin: 0;
  font-weight: 400;
}

@media (max-width: 450px) {
  .price-banner__plus {
    margin: 0;
    font-size: 24px;
  }
}
.price-banner__mo {
  margin: 0;
  font-weight: 400;
}

@media (max-width: 450px) {
  .price-banner__mo {
    margin: 0;
  }
}
.price-banner__price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (max-width: 450px) {
  .price-banner__price {
    flex-wrap: nowrap;
    display: flex;
  }
}
.price-banner__num {
  font-size: 120px;
  font-weight: 700;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media (max-width: 450px) {
  .price-banner__num {
    font-size: 14.9333333333vw;
  }
}
.price-banner__price-text {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-left: 0;
  padding-top: 20px;
}

@media (max-width: 450px) {
  .price-banner__price-text {
    font-size: 7.4666666667vw;
    margin-left: 0;
    padding-top: 3.2vw;
  }
}
.price-banner__yen {
  position: relative;
  display: inline-block;
}

@media (max-width: 450px) {
  .price-banner__yen {
    font-size: 7.4666666667vw;
  }
}
.price-banner__tax {
  position: absolute;
  top: -18px;
  left: 21%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 450px) {
  .price-banner__tax {
    font-size: 2.6666666667vw;
    top: -2.4vw;
  }
}
.price-banner__arrow {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 24px;
  z-index: 10;
}

@media (max-width: 450px) {
  .price-banner__arrow {
    width: 4.5333333333vw;
    height: 3.2vw;
    bottom: -2.9333333333vw;
  }
}
.price-banner__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.guide {
  background-image: url("../assets/img/guide_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 33.3333333333vw;
  position: relative;
}

@media (min-width: 1441px) {
  .guide {
    height: 480px;
  }
}
@media (max-width: 450px) {
  .guide {
    background-size: 100%;
    padding: 12vw 5.3333333333vw;
    background-image: url("../assets/img/sp-guide_bg.png");
    width: 100vw;
    height: 91.4666666667vw;
  }
}
.guide__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 450px) {
  .guide__inner {
    max-width: 100%;
  }
}
.guide__inner::before {
  content: "";
  position: absolute;
  top: 3.4722222222vw;
  right: 10.9722222222vw;
  width: 48.8888888889vw;
  height: 26.6666666667vw;
  background-image: url("../assets/img/guide_img.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 1441px) {
  .guide__inner::before {
    top: 50px;
    right: 158px;
    width: 704px;
    height: 384px;
  }
}
@media (max-width: 450px) {
  .guide__inner::before {
    top: 37.3333333333vw;
    right: 50%;
    transform: translateX(50%);
    width: 89.0666666667vw;
    height: 29.6vw;
    background-image: url("../assets/img/sp-guide_img.png");
  }
}
.guide__head {
  position: relative;
  top: 8.6805555556vw;
  left: 11.1111111111vw;
  margin-bottom: 4.1666666667vw;
  width: 38.1944444444vw;
  height: 15.9722222222vw;
}

@media (min-width: 1441px) {
  .guide__head {
    top: 125px;
    left: 160px;
    margin-bottom: 60px;
    width: 550px;
    height: 230px;
  }
}
@media (max-width: 450px) {
  .guide__head {
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
}
.guide__lead {
  font-size: 1.9444444444vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #111;
  margin-bottom: 0;
  line-height: 1.8;
  position: relative;
  padding-bottom: 1.0416666667vw;
}

@media (min-width: 1441px) {
  .guide__lead {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .guide__lead {
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.guide__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97%;
  height: 16px;
  background-image: linear-gradient(to right, #111 60%, transparent 80%);
  background-size: 3px 2px;
  background-repeat: repeat-x;
}

@media (max-width: 450px) {
  .guide__lead::after {
    bottom: -5px;
  }
}
.guide__lead-strong {
  font-weight: 700;
  color: #004ea2;
  font-size: 1.9444444444vw;
}

@media (min-width: 1441px) {
  .guide__lead-strong {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .guide__lead-strong {
    font-size: 4.8vw;
  }
}
.guide__lead-char {
  position: relative;
  display: inline-block;
}

.guide__lead-char::before {
  content: "●";
  position: absolute;
  top: 0vw;
  left: 50%;
  transform: translateX(-50%);
  color: #004ea2;
  font-size: 0.3472222222vw;
  line-height: 1;
}

@media (min-width: 1441px) {
  .guide__lead-char::before {
    top: -12px;
    font-size: 8px;
  }
}
@media (max-width: 450px) {
  .guide__lead-char::before {
    top: 0;
    font-size: 0.8vw;
  }
}
.guide__title-wrapper {
  width: 38.1944444444vw;
  height: 15.9722222222vw;
}

@media (min-width: 1441px) {
  .guide__title-wrapper {
    width: 550px;
    height: 230px;
  }
}
@media (max-width: 450px) {
  .guide__title-wrapper {
    top: 16vw;
    left: 5.3333333333vw;
    width: auto;
    height: auto;
    display: inline-block;
  }
}
.guide__title {
  font-size: 3.3333333333vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media (min-width: 1441px) {
  .guide__title {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .guide__title {
    font-size: 6.4vw;
    line-height: 1.8;
    font-weight: 600;
  }
}
.guide__title-line {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #003f82 0%, #1266c2 100%);
  padding: 0 1.0416666667vw;
  line-height: 1.4;
}

@media (min-width: 1441px) {
  .guide__title-line {
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .guide__title-line {
    padding: 0 2.6666666667vw;
  }
}
.guide__title-line--first {
  margin-bottom: 0.6944444444vw;
}

@media (min-width: 1441px) {
  .guide__title-line--first {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .guide__title-line--first {
    margin-bottom: 2.1333333333vw;
  }
}
.guide__title-line--second {
  display: block;
}

@media (max-width: 450px) {
  .guide__title-line--second {
    padding-right: 0;
  }
}
.voice {
  padding: 6.9444444444vw 1.3888888889vw 3.4722222222vw;
  background: #fff;
}

@media (min-width: 1441px) {
  .voice {
    padding: 100px 40px;
  }
}
@media (max-width: 450px) {
  .voice {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.voice__inner {
  max-width: 76.3888888889vw;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .voice__inner {
    max-width: 1100px;
  }
}
@media (max-width: 450px) {
  .voice__inner {
    max-width: 100%;
  }
}
.voice__header {
  text-align: center;
  margin-bottom: 6.9444444444vw;
  position: relative;
}

@media (min-width: 1441px) {
  .voice__header {
    margin-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .voice__header {
    margin-bottom: 19.2vw;
  }
}
.voice__title-bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 450px) {
  .voice__title-bg-wrap {
    top: 5%;
  }
}
.voice__title-bg {
  width: 15.2777777778vw;
  height: 5.8333333333vw;
  opacity: 0.8;
}

@media (min-width: 1441px) {
  .voice__title-bg {
    width: 220px;
    height: 84px;
  }
}
@media (max-width: 450px) {
  .voice__title-bg {
    width: 31.4666666667vw;
    height: auto;
  }
}
.voice__title-name {
  color: #004EA2;
}
.voice__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.2222222222vw;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

@media (min-width: 1441px) {
  .voice__title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .voice__title {
    font-size: 5.3333333333vw;
  }
}
.voice__title-logo-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3472222222vw;
}

@media (min-width: 1441px) {
  .voice__title-logo-wrap {
    margin-right: 5px;
  }
}
.voice__title-logo {
  width: 13.3333333333vw;
  height: 2.2222222222vw;
}

@media (min-width: 1441px) {
  .voice__title-logo {
    width: 192px;
    height: 32px;
  }
}
@media (max-width: 450px) {
  .voice__title-logo {
    width: 51.2vw;
    height: 8.5333333333vw;
  }
}
.voice__title-text {
  display: inline-block;
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

@media (min-width: 1441px) {
  .voice__title-text {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .voice__title-text {
    font-size: 6.4vw;
  }
}
.voice__br {
  display: none;
}

@media (max-width: 450px) {
  .voice__br {
    display: inline;
  }
}
.voice__grid {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  gap: 4.1666666667vw 1.3888888889vw;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1441px) {
  .voice__grid {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .voice__grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.voice__note {
  font-size: 1.25vw;
  font-weight: 500;
  color: #353535;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-left: auto;
  margin-top: 2em;
  text-align: center;
}

@media (min-width: 1441px) {
  .voice__note {
    font-size: 12px;
    margin-top: -50px;
  }
}
@media (max-width: 450px) {
  .voice__note {
    width: 100%;
    height: auto;
    font-size: 3.2vw;
    text-align: end;
    margin-top: -5.3333333333vw;
  }
}
.voice-card {
  width: 37.5vw;
  /* height: calc(442 / 1440 * 100vw); */
  background: #eff7ff;
  border-radius: 1.3888888889vw 0 1.3888888889vw 0;
  padding: 6.9444444444vw 1.3888888889vw 2.7777777778vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 1441px) {
  .voice-card {
    width: 540px;
    /* height: 442px; */
    border-radius: 20px 0 20px 0;
    padding: 100px 20px 40px;
    margin-bottom: 72px;
  }
}
@media (max-width: 450px) {
  .voice-card {
    width: 89.3333333333vw;
    min-height: auto;
    /* height: calc(304 / 375 * 100vw); */
    border-radius: 4vw 0 4vw 0;
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.voice-card__avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -33%);
  width: 8.3333333333vw;
  height: 8.3333333333vw;
}

@media (min-width: 1441px) {
  .voice-card__avatar {
    top: 0px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 450px) {
  .voice-card__avatar {
    top: -10.6666666667vw;
    width: 20vw;
    height: 20vw;
    transform: translate(-50%, 0%);
  }
}
.voice-card__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice-card__profile {
  font-size: 1.3888888889vw;
  font-weight: 700;
  color: #004ea2;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.7em;
}

@media (min-width: 1441px) {
  .voice-card__profile {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .voice-card__profile {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.voice-card__text {
  font-size: 1.3888888889vw;
  text-align: center;
  font-weight: 500;
  color: #353535;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 1.3888888889vw;
  flex-grow: 1;
}

@media (min-width: 1441px) {
  .voice-card__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .voice-card__text {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    letter-spacing: 0.06em;
  }
}
.voice-card__img-wrap {
  width: 34.7222222222vw;
  height: 9.4444444444vw;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .voice-card__img-wrap {
    width: 500px;
    height: 136px;
  }
}
@media (max-width: 450px) {
  .voice-card__img-wrap {
    width: 100%;
    height: auto;
  }
}
.voice-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 450px) {
  .voice-card__img {
    height: auto;
  }
}
#comparison {
  background-color: #f5f5f5;
  width: 100%;
  margin-top: -4.8611111111vw;
  position: relative;
  padding: 9.7222222222vw 0 2.0833333333vw 0;
  z-index: 10;
}

#comparison .__wrap {
  width: 83.1944444444vw;
  margin: 0 auto;
}

#comparison .__wrap .comparison__header {
  text-align: center;
  margin-bottom: 10.4166666667vw;
  position: relative;
}

#comparison .__wrap .comparison__title-bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

#comparison .__wrap .comparison__title-bg {
  width: 50.9027777778vw;
  height: 7.2222222222vw;
  opacity: 0.8;
}

#comparison .__wrap .comparison__title {
  position: relative;
  z-index: 1;
  font-size: 2.2222222222vw;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

#comparison .__wrap .container {
  width: 83.1944444444vw;
  height: 31.1111111111vw;
}

#comparison .__wrap .container table {
  width: 100%;
}

#comparison .__wrap .container table thead {
  /* 見た目108pxの黄色プレート（背景だけ広げる） */
}

#comparison .__wrap .container table thead th {
  height: 4.4444444444vw;
  padding: 0;
  border: 0.1388888889vw solid transparent;
  background-color: #767676;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.3888888889vw;
  font-weight: 600;
  border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  position: relative;
  overflow: visible;
}

#comparison .__wrap .container table thead .not-border {
  background-color: transparent;
  border-top: none;
  border-left: none;
}

#comparison .__wrap .container table thead .highlight {
  background: transparent;
  color: #004ea2;
  font-weight: 700;
  /* テキストをabsoluteで中央に重ねる（高さへ影響させない） */
}

#comparison .__wrap .container table thead .highlight::before {
  position: absolute;
  content: "";
  background-image: url(../assets/img/comparison_content.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.0652777778vw;
  height: 6.7756944444vw;
  top: -7.9861111111vw;
  left: 44%;
  transform: translateX(-50%);
  z-index: 2;
}

#comparison .__wrap .container table thead .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2.9166666667vw;
  bottom: 0;
  background-color: #fff959;
  border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  z-index: 0;
}

#comparison .__wrap .container table thead .highlight .overlay {
  position: absolute;
  width: 100%;
  left: 50%;
  top: -1.6666666667vw;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 2.2222222222vw;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  white-space: normal;
}

#comparison .__wrap .container table thead .highlight .span-font {
  font-size: 1.9444444444vw;
}

#comparison .__wrap .container table tbody th,
#comparison .__wrap .container table tbody td {
  border: 0.2777777778vw solid var(--blue02);
  font-size: 1.3888888889vw;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-clip: border-box;
}

#comparison .__wrap .container table tbody th {
  background-color: #fff;
  color: #535353;
  width: 15.4166666667vw;
  height: 4.4444444444vw;
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
  border-left: none;
}

#comparison .__wrap .container table tbody th .br-sp {
  display: none;
}

#comparison .__wrap .container table tbody td {
  background-color: #dfdfdf;
  width: 16.6666666667vw;
  height: 4.4444444444vw;
}

#comparison .__wrap .container table tbody .highlight {
  background-color: #fff959;
  color: #004ea2;
  font-weight: bold;
  font-size: 3.0555555556vw;
}

#comparison .__wrap .container table tbody .highlight .span-font {
  font-size: 1.9444444444vw;
}

@media (min-width: 1441px) {
  #comparison {
    margin-top: -70px;
    padding: 140px 0 30px 0;
  }
  #comparison .__wrap {
    width: 1198px;
  }
  #comparison .__wrap .comparison__header {
    margin-bottom: 150px;
  }
  #comparison .__wrap .comparison__title-bg {
    width: 733px;
    height: 104px;
  }
  #comparison .__wrap .comparison__title {
    font-size: 32px;
  }
  #comparison .__wrap .container {
    width: 1198px;
    height: 448px;
  }
  #comparison .__wrap .container table thead th {
    height: 64px;
    border: 2px solid transparent;
    font-size: 20px;
    border-radius: 12px 12px 0 0;
  }
  #comparison .__wrap .container table thead .highlight::before {
    width: 216.94px;
    height: 97.57px;
    top: -115px;
  }
  #comparison .__wrap .container table thead .highlight::after {
    top: -42px;
    border-radius: 12px 12px 0 0;
  }
  #comparison .__wrap .container table thead .highlight .overlay {
    top: -24px;
    font-size: 32px;
  }
  #comparison .__wrap .container table thead .highlight .span-font {
    font-size: 28px;
  }
  #comparison .__wrap .container table tbody th,
#comparison .__wrap .container table tbody td {
    border: 4px solid var(--blue02);
    font-size: 20px;
  }
  #comparison .__wrap .container table tbody th {
    width: 222px;
    height: 64px;
    border-radius: 12px 0 0 12px;
  }
  #comparison .__wrap .container table tbody td {
    width: 240px;
    height: 64px;
  }
  #comparison .__wrap .container table tbody .highlight {
    font-size: 44px;
  }
  #comparison .__wrap .container table tbody .highlight .span-font {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  #comparison {
    margin-top: -4.8611111111vw;
    padding: 9.7222222222vw 0 2.0833333333vw;
  }
  #comparison .__wrap {
    width: 83.1944444444vw;
  }
  #comparison .__wrap .comparison__header {
    margin-bottom: 10.4166666667vw;
  }
  #comparison .__wrap .comparison__title-bg {
    width: 50.9027777778vw;
    height: 7.2222222222vw;
  }
  #comparison .__wrap .comparison__title {
    font-size: 2.2222222222vw;
    letter-spacing: 0.04em;
  }
  #comparison .__wrap .container {
    width: 83.1944444444vw;
    height: 31.1111111111vw;
  }
  #comparison .__wrap .container table thead th {
    height: 4.4444444444vw;
    border: 0.1388888889vw solid transparent;
    font-size: 1.3888888889vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
  #comparison .__wrap .container table thead .highlight {
    color: #004ea2;
    /* テキストをabsoluteで中央に重ねる（高さへ影響させない） */
  }
  #comparison .__wrap .container table thead .highlight::before {
    width: 15.0652777778vw;
    height: 6.7756944444vw;
    top: -7.9861111111vw;
  }
  #comparison .__wrap .container table thead .highlight::after {
    top: -2.9166666667vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
    background-color: #fff959;
  }
  #comparison .__wrap .container table thead .highlight .overlay {
    top: -1.6666666667vw;
    font-size: 2.2222222222vw;
  }
  #comparison .__wrap .container table thead .highlight .span-font {
    font-size: 1.9444444444vw;
  }
  #comparison .__wrap .container table tbody th,
#comparison .__wrap .container table tbody td {
    border: 0.2777777778vw solid var(--blue02);
    font-size: 1.3888888889vw;
  }
  #comparison .__wrap .container table tbody th {
    width: 15.4166666667vw;
    height: 4.4444444444vw;
    border-radius: 0.8333333333vw 0 0 0.8333333333vw;
  }
  #comparison .__wrap .container table tbody td {
    width: 16.6666666667vw;
    height: 4.4444444444vw;
  }
  #comparison .__wrap .container table tbody .highlight {
    font-size: 3.0555555556vw;
  }
  #comparison .__wrap .container table tbody .highlight .span-font {
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 450px) {
  #comparison {
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 20vw 0 13.3333333333vw;
    height: auto;
  }
  #comparison .__wrap {
    width: 100%;
    padding: 0 0vw 0 5.3333333333vw;
  }
  #comparison .__wrap .comparison__header {
    margin-bottom: 0vw;
  }
  #comparison .__wrap .comparison__title-bg-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    width: 68.8vw;
  }
  #comparison .__wrap .comparison__title-bg {
    content: url(../assets/img/sp-comp_title_bg.png);
    width: 100%;
    height: auto;
  }
  #comparison .__wrap .comparison__title {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
  }
  #comparison .__wrap .table-wrap {
    position: relative;
  }
  #comparison .__wrap .table-wrap .csb {
    position: relative;
    height: 4.2666666667vw; /* バーの高さ（見た目） */
    margin-top: 2.1333333333vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: none;
  }
  #comparison .__wrap .table-wrap .csb .csb__track {
    position: relative;
    width: 94%;
    height: 1.0666666667vw; /* 実バーの太さ */
    margin: 1.0666666667vw 0;
    background: #fff; /* ← バー背景 */
    border-radius: 999px;
    overflow: hidden;
  }
  #comparison .__wrap .table-wrap .csb .csb__thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%; /* 初期値。JSで実寸に調整されます */
    background: #ffee30; /* ← 動く部分の色 */
    border-radius: 999px;
    transform: translateX(0);
    will-change: transform, width;
    /* つまみをつかみやすく */
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: none;
  }
  #comparison .__wrap .table-wrap .csb .csb__thumb:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  #comparison .__wrap .container {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    position: relative;
  }
  #comparison .__wrap .container::after {
    content: "";
    width: 5.3333333333vw;
    height: 26.6666666667vw;
    top: -10vw;
    left: 142vw;
    position: relative;
    display: inline-block;
  }
  #comparison .__wrap .container table {
    width: 142vw;
    height: 11.4666666667vw;
    position: relative;
    top: 24vw;
  }
  #comparison .__wrap .container table thead th {
    width: 26.6666666667vw;
    height: 11.2vw;
    border: 0.2666666667vw solid transparent;
    font-size: 3.552vw;
    border-radius: 1.4213333333vw 1.4213333333vw 0 0;
    line-height: 110%;
  }
  #comparison .__wrap .container table thead .highlight {
    color: #004ea2;
    /* テキストをabsoluteで中央に重ねる（高さへ影響させない） */
  }
  #comparison .__wrap .container table thead .highlight::before {
    width: 38.536vw;
    height: 17.3306666667vw;
    top: -20.5vw;
  }
  #comparison .__wrap .container table thead .highlight::after {
    top: -8.9vw;
    border-radius: 1.4213333333vw 1.4213333333vw 0 0;
    background-color: #fff959;
  }
  #comparison .__wrap .container table thead .highlight .overlay {
    font-size: 5.6853333333vw;
    top: -4.6vw;
    width: 42.632vw;
  }
  #comparison .__wrap .container table thead .highlight .span-font {
    font-size: 4.9733333333vw;
  }
  #comparison .__wrap .container table tbody th,
#comparison .__wrap .container table tbody td {
    border: 0.5333333333vw solid var(--blue02);
    font-size: 3.7333333333vw;
    height: 11.4666666667vw; /* 高さ固定 */
    line-height: 110%; /* 行高を高さと同じに */
    min-height: 11.4666666667vw;
    padding: 0; /* 内側余白なし */
    white-space: nowrap; /* 改行防止 */
    vertical-align: middle; /* 上下中央 */
  }
  #comparison .__wrap .container table tbody th {
    width: 26.6666666667vw;
    border-radius: 2.2213333333vw 0 0 2.2213333333vw;
    font-weight: 700;
  }
  #comparison .__wrap .container table tbody th .br-sp {
    display: block;
    line-height: 1.1;
    margin: 0;
  }
  #comparison .__wrap .container table tbody td {
    width: 26.6666666667vw;
  }
  #comparison .__wrap .container table tbody .highlight {
    width: 47.5vw;
    font-size: 7.816vw;
    height: 11.2vw;
    background-color: #fff959;
    color: #004ea2;
  }
  #comparison .__wrap .container table tbody .highlight .span-font {
    font-size: 4.9733333333vw;
  }
}
.contact {
  background: url(../assets/img/contact_bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 15.9722222222vw 0 9.7222222222vw;
  position: relative;
}
@media (min-width: 1441px) {
  .contact {
    padding: 270px 0 140px;
  }
}
@media (max-width: 450px) {
  .contact {
    background-image: url(../assets/img/sp-contact-back.png);
    background-size: 100% auto;
    display: flex;
    align-items: center;
    padding: 10.6666666667vw 0;
    min-height: 404vw;
  }
}
.contact__container {
  margin: 0 auto;
  width: 70.8333333333vw;
  max-width: 1440px;
}

@media (min-width: 1441px) {
  .contact__container {
    width: 1020px;
  }
}
@media (max-width: 450px) {
  .contact__container {
    width: 100%;
    max-width: 100%;
    padding: 9.3333333333vw 5.3333333333vw 0;
  }
}
.contact__header {
  text-align: center;
  margin-bottom: 2.7777777778vw;
  position: relative;
}

@media (min-width: 1441px) {
  .contact__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .contact__header {
    margin-bottom: 8vw;
  }
}
.contact__title-bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.contact__title-bg {
  width: 14.1666666667vw;
  height: 5.8333333333vw;
  opacity: 0.8;
}

@media (min-width: 1441px) {
  .contact__title-bg {
    width: 204px;
    height: 84px;
  }
}
@media (max-width: 450px) {
  .contact__title-bg {
    width: 40vw;
    height: auto;
  }
}
.contact__title {
  font-size: 2.2222222222vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media (min-width: 1441px) {
  .contact__title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .contact__title {
    font-size: 6.4vw;
  }
}
.contact__title .br-pc {
  display: none;
}

@media (max-width: 450px) {
  .contact__title .br-pc {
    display: inline;
  }
}
.contact__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 4.9305555556vw;
}

@media (min-width: 1441px) {
  .contact__form {
    margin-top: 71px;
  }
}
@media (max-width: 450px) {
  .contact__form {
    margin-top: 7.0133333333vw;
  }
}
.contact__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.9444444444vw;
}

@media (min-width: 1441px) {
  .contact__field {
    margin-bottom: 28px;
  }
}
@media (max-width: 450px) {
  .contact__field {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7.2vw;
  }
}
.contact__label {
  font-size: 1.1111111111vw;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

@media (min-width: 1441px) {
  .contact__label {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .contact__label {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.contact__required {
  font-size: 1.1111111111vw;
  background-color: #fff;
  color: #004ea2;
  border-radius: 0.2083333333vw;
  margin-right: 1.1111111111vw;
  height: 1.9444444444vw;
  width: 3.4027777778vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .contact__required {
    font-size: 16px;
    border-radius: 3px;
    margin-right: 16px;
    height: 28px;
    width: 49px;
  }
}
@media (max-width: 450px) {
  .contact__required {
    font-size: 3.7333333333vw;
    border-radius: 0.8vw;
    margin-right: 4.2666666667vw;
    height: 6.9333333333vw;
    width: 12vw;
  }
}
.contact__input {
  padding: 1.25vw 1.3888888889vw;
  width: 55.5555555556vw;
  height: 3.3333333333vw;
  border-radius: 0.4166666667vw;
  border: solid 1px #717171;
  font-size: 1.1111111111vw;
  background-color: #fff;
}

@media (min-width: 1441px) {
  .contact__input {
    padding: 18px 20px;
    width: 800px;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .contact__input {
    padding: 4.8vw 5.3333333333vw;
    width: 100%;
    height: 12.8vw;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
.contact__privacy {
  width: 100%;
  background-color: #fff;
  height: 7.2222222222vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.3333333333vw;
}

@media (min-width: 1441px) {
  .contact__privacy {
    height: 104px;
    margin-bottom: 48px;
  }
}
@media (max-width: 450px) {
  .contact__privacy {
    height: 29.8666666667vw;
    margin-bottom: 10.6666666667vw;
    padding: 4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.contact__privacy-item {
  width: 19.7916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1441px) {
  .contact__privacy-item {
    width: 285px;
  }
}
.contact__privacy-item:first-child {
  margin-bottom: 0.6944444444vw;
}

@media (min-width: 1441px) {
  .contact__privacy-item:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .contact__privacy-item:first-child {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 450px) {
  .contact__privacy-item {
    width: 100%;
  }
}
.contact__checkbox {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border: solid 1px #717171;
  border-radius: 0.3vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .contact__checkbox {
    width: 24px;
    height: 24px;
    border-radius: 0.3px;
  }
}
.contact__checkbox:checked {
  background: #fff;
}

.contact__checkbox:checked::after {
  content: "";
  position: absolute;
  width: 0.5555555556vw;
  height: 1.1111111111vw;
  border-right: 2px solid #004ea2;
  border-bottom: 2px solid #004ea2;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 47%;
  left: 50%;
}

@media (min-width: 1441px) {
  .contact__checkbox:checked::after {
    width: 8px;
    height: 16px;
  }
}
@media (max-width: 450px) {
  .contact__checkbox:checked::after {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    top: 45%;
  }
}
@media (max-width: 450px) {
  .contact__checkbox {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.0666666667vw;
  }
}
.contact__privacy-text {
  width: 17.0138888889vw;
  margin-left: 1.1111111111vw;
  letter-spacing: 0.01rem;
  font-size: 1.1111111111vw;
  color: #353535;
}

@media (min-width: 1441px) {
  .contact__privacy-text {
    width: 245px;
    margin-left: 16px;
    font-size: 16px;
  }
}
.contact__privacy-text a {
  text-decoration: underline;
}

@media (max-width: 450px) {
  .contact__privacy-text {
    width: 57.0666666667vw;
    margin-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contact__button {
  margin: 0 auto 3.3333333333vw;
  width: 21.5277777778vw;
  height: 4.7222222222vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  background-color: #fff;
  color: #004ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.9444444444vw;
  letter-spacing: 0.12em;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .contact__button {
    margin: 0 auto 48px;
    width: 310px;
    height: 68px;
    font-size: 16px;
    border-radius: 100px;
  }
}
.contact__button:hover {
  opacity: 0.8;
}

@media (max-width: 450px) {
  .contact__button {
    width: 82.6666666667vw;
    height: 18.1333333333vw;
    font-size: 4.2666666667vw;
    margin: 0 auto 10.6666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.contact__notice {
  margin: 0;
}

.contact__notice-container {
  width: 100%;
  margin: 0 auto;
}

.contact__notice-content {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 2.7777777778vw;
}

@media (min-width: 1441px) {
  .contact__notice-content {
    gap: 40px;
  }
}
@media (max-width: 450px) {
  .contact__notice-content {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.contact__notice-left {
  flex: 1;
}

.contact__notice-right {
  flex-shrink: 0;
  width: 15.9027777778vw;
  height: 12.5vw;
}

@media (min-width: 1441px) {
  .contact__notice-right {
    width: 229px;
    height: 180px;
  }
}
@media (max-width: 450px) {
  .contact__notice-right {
    width: 100%;
    height: auto;
  }
}
.contact__notice-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.0416666667vw;
}

@media (min-width: 1441px) {
  .contact__notice-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .contact__notice-header {
    flex-direction: row;
    margin-bottom: 2.6666666667vw;
  }
}
.contact__notice-badge {
  background-color: #fff;
  color: #004ea2;
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 2;
  padding: 0 1.3888888889vw;
  margin-right: 1.3888888889vw;
  border-radius: 0.2777777778vw;
  flex-shrink: 0;
}

@media (min-width: 1441px) {
  .contact__notice-badge {
    font-size: 20px;
    padding: 0 20px;
    margin-right: 20px;
    border-radius: 4px;
  }
}
@media (max-width: 450px) {
  .contact__notice-badge {
    font-size: 4.2666666667vw;
    padding: 0 4vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.contact__notice-title {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 2;
}

@media (min-width: 1441px) {
  .contact__notice-title {
    font-size: 20px;
  }
}
.contact__notice-title .br-sp {
  display: none;
}

@media (max-width: 450px) {
  .contact__notice-title .br-sp {
    display: inline;
  }
}
@media (max-width: 450px) {
  .contact__notice-title {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    text-align: start;
    margin-left: 2.6666666667vw;
    margin-top: -2.1333333333vw;
  }
}
.contact__notice-body p {
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 1441px) {
  .contact__notice-body p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .contact__notice-body p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact__notice-tel {
  width: 15.9027777778vw;
  height: 12.5vw;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .contact__notice-tel {
    width: 229px;
    height: 180px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel {
    width: 100%;
    height: auto;
    padding: 0;
    gap: 1.3333333333vw;
  }
}
.contact__notice-tel-label {
  width: 15.9027777778vw;
  height: 2.4305555556vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  border: solid 2px #fff;
  padding: 0;
  margin: 0 0 0.1388888889vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1441px) {
  .contact__notice-tel-label {
    width: 229px;
    height: 35px;
    font-size: 20px;
    margin: 0 0 2px 0;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-label {
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw;
    margin-bottom: -1.3333333333vw;
    width: 100%;
  }
}
.contact__notice-tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.9444444444vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.11rem;
  text-decoration: none;
  margin-bottom: 0.6944444444vw;
  flex: 1;
  white-space: nowrap;
}

@media (min-width: 1441px) {
  .contact__notice-tel-number {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.contact__notice-tel-number:hover {
  opacity: 0.8;
}

@media (max-width: 450px) {
  .contact__notice-tel-number {
    font-size: 10.6666666667vw;
  }
}
.contact__notice-tel-hours-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 450px) {
  .contact__notice-tel-hours-wrap {
    gap: 0.5333333333vw;
  }
}
.contact__notice-tel-hours {
  font-size: 0.9722222222vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
}

@media (min-width: 1441px) {
  .contact__notice-tel-hours {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours {
    font-size: 3.2vw;
  }
}
.contact__notice-tel-hours:first-child {
  width: 15.9027777778vw;
  height: 2.4305555556vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  border: solid 2px #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1441px) {
  .contact__notice-tel-hours:first-child {
    width: 229px;
    height: 35px;
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours:first-child {
    width: 100%;
    height: auto;
    font-size: 4.2666666667vw;
    padding: 0.8vw;
  }
}
.contact__notice-tel-hours:last-child {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.9444444444vw;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

@media (min-width: 1441px) {
  .contact__notice-tel-hours:last-child {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours:last-child {
    font-size: 8vw;
  }
}
.contact__notice-tel-hours-day {
  font-size: 0.9722222222vw;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 0.6944444444vw;
  white-space: nowrap;
}

@media (min-width: 1441px) {
  .contact__notice-tel-hours-day {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours-day {
    font-size: 4.2666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.contact__notice-tel-hours-separator {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  margin-top: 0.6944444444vw;
}

@media (min-width: 1441px) {
  .contact__notice-tel-hours-separator {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours-separator {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.contact--confirm .contact__field .contact__label + p {
  width: 55.5555555556vw;
  min-height: 3.3333333333vw;
  padding: 1.25vw 1.3888888889vw;
  border-radius: 0.4166666667vw;
  display: flex;
  align-items: center;
  color: #fff;
}

@media (min-width: 1441px) {
  .contact--confirm .contact__field .contact__label + p {
    width: 800px;
    min-height: 48px;
    padding: 18px 20px;
    border-radius: 6px;
  }
}
@media (max-width: 450px) {
  .contact--confirm .contact__field .contact__label + p {
    width: 100%;
    padding: 4.8vw 5.3333333333vw;
    border-radius: 1.6vw;
  }
}
.contact--confirm .contact__button-group {
  display: flex;
  justify-content: center;
  gap: 1.6666666667vw;
  margin-top: 3.3333333333vw;
}

@media (min-width: 1441px) {
  .contact--confirm .contact__button-group {
    gap: 24px;
    margin-top: 48px;
  }
}
@media (max-width: 450px) {
  .contact--confirm .contact__button-group {
    gap: 6.4vw;
    margin-top: 12.8vw;
  }
}
.contact--confirm .contact__button-group button {
  width: 13.8888888889vw;
  height: 4.7222222222vw;
  font-size: 1.1111111111vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.9444444444vw;
  letter-spacing: 0.3rem;
  border: none;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .contact--confirm .contact__button-group button {
    width: 200px;
    height: 68px;
    font-size: 16px;
    border-radius: 100px;
  }
}
@media (max-width: 450px) {
  .contact--confirm .contact__button-group button {
    width: 53.3333333333vw;
    height: 18.1333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.contact--confirm .contact__button-group button:first-child {
  background-color: #767676;
  color: #fff;
}

.contact--confirm .contact__button-group button:last-child {
  background-color: #004ea2;
  color: #fff;
}

.contact--confirm .contact__button-group button:hover {
  opacity: 0.8;
}

.contact--complete .contact__form {
  margin-top: 4.9305555556vw;
  text-align: center;
}

@media (min-width: 1441px) {
  .contact--complete .contact__form {
    margin-top: 71px;
  }
}
@media (max-width: 450px) {
  .contact--complete .contact__form {
    margin-top: 7.0133333333vw;
  }
}
.contact--complete .contact__form p {
  font-size: 0.9722222222vw;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1.6666666667vw;
}

@media (min-width: 1441px) {
  .contact--complete .contact__form p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
@media (max-width: 450px) {
  .contact--complete .contact__form p {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.contact--complete .contact__form p a {
  color: #fff;
  text-decoration: underline;
}

.contact--complete .contact__form .contact__button-group {
  margin-top: 3.3333333333vw;
}

@media (min-width: 1441px) {
  .contact--complete .contact__form .contact__button-group {
    margin-top: 48px;
  }
}
@media (max-width: 450px) {
  .contact--complete .contact__form .contact__button-group {
    margin-top: 12.8vw;
  }
}
.contact--complete .contact__form .contact__button-group button {
  margin: 0 auto;
  width: 21.5277777778vw;
  height: 4.7222222222vw;
  font-size: 1.1111111111vw;
  background-color: #004ea2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.9444444444vw;
  letter-spacing: 0.5rem;
  border: none;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .contact--complete .contact__form .contact__button-group button {
    width: 310px;
    height: 68px;
    font-size: 16px;
    border-radius: 100px;
  }
}
@media (max-width: 450px) {
  .contact--complete .contact__form .contact__button-group button {
    width: 82.6666666667vw;
    height: 18.1333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.contact--complete .contact__form .contact__button-group button:hover {
  opacity: 0.8;
}

/* ============================================================
   Runyes Comment Widget — 完全独立スタイル
   全クラスに ryc- プレフィックス付与。LPのCSSと衝突しません。
   ============================================================ */
.ryc {
  padding: 6.9444444444vw 1.3888888889vw;
  background: #f5f5f5;
}

@media (min-width: 1441px) {
  .ryc {
    padding: 100px 40px;
  }
}
@media (max-width: 450px) {
  .ryc {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.ryc__inner {
  max-width: 76.3888888889vw;
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .ryc__inner {
    max-width: 1100px;
  }
}
@media (max-width: 450px) {
  .ryc__inner {
    max-width: 100%;
  }
}
#ryc-widget * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

/* モーダルはwidget外なのでroot変数も定義 */
:root {
  --ryc-bg: #f9f0f2;
  --ryc-surface: #fff;
  --ryc-surface2: #fce8ec;
  --ryc-border: #e8bfc8;
  --ryc-border2: #d4899a;
  --ryc-primary: #c0392b;
  --ryc-primary2: #96281b;
  --ryc-primary-lt: #fdecea;
  --ryc-text1: #1a0a0e;
  --ryc-text2: #5a2030;
  --ryc-text3: #a06070;
  --ryc-gold: #a07820;
  --ryc-gold-bg: #fdf6e3;
  --ryc-success: #1e8449;
  --ryc-success-lt: #d5f5e3;
  --ryc-danger: #c0392b;
  --ryc-danger-lt: #fdecea;
  --ryc-radius: 14px;
  --ryc-radius-sm: 8px;
  --ryc-shadow-sm: 0 1px 4px rgba(192, 57, 43, 0.08);
  --ryc-shadow-md: 0 4px 20px rgba(192, 57, 43, 0.14);
}

#ryc-widget {
  --ryc-bg: #f9f0f2;
  --ryc-surface: #fff;
  --ryc-surface2: #fce8ec;
  --ryc-border: #e8bfc8;
  --ryc-border2: #d4899a;
  --ryc-primary: #c0392b;
  --ryc-primary2: #96281b;
  --ryc-primary-lt: #fdecea;
  --ryc-text1: #1a0a0e;
  --ryc-text2: #5a2030;
  --ryc-text3: #a06070;
  --ryc-gold: #a07820;
  --ryc-gold-bg: #fdf6e3;
  --ryc-success: #1e8449;
  --ryc-success-lt: #d5f5e3;
  --ryc-danger: #c0392b;
  --ryc-danger-lt: #fdecea;
  --ryc-radius: 14px;
  --ryc-radius-sm: 8px;
  --ryc-shadow-sm: 0 1px 4px rgba(192, 57, 43, 0.08);
  --ryc-shadow-md: 0 4px 20px rgba(192, 57, 43, 0.14);
  --ryc-card-h: 180px;
  --ryc-card-gap: 12px;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 20px 64px;
  color: var(--ryc-text1);
}

.ryc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.ryc-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ryc-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.ryc-title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ryc-text1);
  line-height: 1.3;
}

.ryc-subtitle {
  font-size: 13px;
  color: var(--ryc-text2);
  margin-top: 4px;
}

.ryc-meta {
  font-size: 11px;
  color: var(--ryc-text3);
  margin-top: 4px;
}

.ryc-login-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--ryc-primary);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(192, 57, 43, 0.3);
}

.ryc-login-btn:hover {
  background: var(--ryc-primary2);
  transform: translateY(-1px);
}

.ryc-user-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--ryc-surface);
  border: 1.5px solid var(--ryc-border2);
  border-radius: 100px;
  padding: 5px 12px 5px 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--ryc-text1);
}

.ryc-chip-av {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.ryc-admin-panel {
  display: none;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: var(--ryc-surface);
  border: 1.5px solid var(--ryc-gold);
  border-radius: var(--ryc-radius);
  padding: 12px 18px;
  margin-bottom: 12px;
}

.ryc-admin-panel.ryc-show {
  display: flex;
}

.ryc-admin-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--ryc-gold);
  font-family: "JetBrains Mono", monospace;
}

.ryc-admin-stats {
  font-size: 12px;
  color: var(--ryc-text3);
}

.ryc-admin-exit {
  margin-left: auto;
  background: none;
  border: 1px solid var(--ryc-gold);
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 11px;
  color: var(--ryc-gold);
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.ryc-admin-exit:hover {
  background: var(--ryc-gold-bg);
}

.ryc-pending {
  display: none;
  border: 2px solid var(--ryc-gold);
  border-radius: var(--ryc-radius);
  overflow: hidden;
  margin-bottom: 16px;
}

.ryc-pending.ryc-show {
  display: block;
}

.ryc-pending-hd {
  background: var(--ryc-gold-bg);
  border-bottom: 1px solid #d4a840;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ryc-pending-title {
  font-weight: 700;
  font-size: 13px;
  color: var(--ryc-gold);
  display: flex;
  align-items: center;
  gap: 6px;
}

.ryc-pending-cnt {
  background: var(--ryc-gold);
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 8px;
}

.ryc-pending-list {
  display: flex;
  flex-direction: column;
}

.ryc-pending-item {
  padding: 14px 18px;
  border-bottom: 1px solid #e8d8a0;
  background: #fffdf5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ryc-pending-item:last-child {
  border-bottom: none;
}

.ryc-pending-body {
  flex: 1;
  min-width: 0;
}

.ryc-pending-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--ryc-text1);
  margin-bottom: 2px;
}

.ryc-pending-job {
  font-size: 11px;
  color: var(--ryc-text3);
  margin-bottom: 6px;
}

.ryc-pending-text {
  font-size: 12px;
  color: var(--ryc-text2);
  line-height: 1.6;
  margin-bottom: 4px;
  word-break: break-all;
}

.ryc-pending-time {
  font-size: 10px;
  color: var(--ryc-text3);
  font-family: "JetBrains Mono", monospace;
}

.ryc-pending-btns {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}

.ryc-pending-empty {
  padding: 20px;
  text-align: center;
  color: var(--ryc-text3);
  font-size: 13px;
}

.ryc-approve-btn {
  background: var(--ryc-success);
  color: #fff;
  border: none;
  border-radius: var(--ryc-radius-sm);
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.ryc-approve-btn:hover {
  opacity: 0.85;
}

.ryc-reject-btn {
  background: none;
  border: 1.5px solid var(--ryc-danger);
  color: var(--ryc-danger);
  border-radius: var(--ryc-radius-sm);
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.ryc-reject-btn:hover {
  background: var(--ryc-danger-lt);
}

.ryc-scroll-wrap {
  position: relative;
}

.ryc-scroll-box {
  max-height: 50vw;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--ryc-border) transparent;
  padding-right: 4px;
  scroll-behavior: smooth;
}

.ryc-scroll-box::-webkit-scrollbar {
  width: 4px;
}

.ryc-scroll-box::-webkit-scrollbar-thumb {
  background: var(--ryc-border2);
  border-radius: 2px;
}

.ryc-scroll-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: linear-gradient(to bottom, transparent, #f9f0f2);
  pointer-events: none;
  transition: opacity 0.4s;
  z-index: 2;
}

.ryc-scroll-fade.ryc-gone {
  opacity: 0;
}

.ryc-scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 0 4px;
  font-size: 12px;
  color: var(--ryc-text3);
  transition: opacity 0.4s;
}

.ryc-scroll-hint.ryc-gone {
  opacity: 0;
  pointer-events: none;
}

.ryc-hint-arr {
  display: flex;
  flex-direction: column;
  gap: 2px;
  -webkit-animation: ryc-bounce 1.6s ease-in-out infinite;
  animation: ryc-bounce 1.6s ease-in-out infinite;
}

.ryc-hint-arr span {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--ryc-text3);
  border-bottom: 1.5px solid var(--ryc-text3);
  transform: rotate(45deg);
}

@-webkit-keyframes ryc-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
@keyframes ryc-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
.ryc-no-results {
  text-align: center;
  padding: 32px 16px;
  color: var(--ryc-text3);
  font-size: 13px;
}

.ryc-card {
  background: var(--ryc-surface);
  border: 1px solid var(--ryc-border);
  border-radius: var(--ryc-radius);
  padding: 16px 18px;
  box-shadow: var(--ryc-shadow-sm);
  flex-shrink: 0;
  transition: box-shadow 0.2s;
  -webkit-animation: ryc-fadeUp 0.4s ease both;
  animation: ryc-fadeUp 0.4s ease both;
}

.ryc-card:hover {
  box-shadow: var(--ryc-shadow-md);
}

.ryc-card.ryc-pinned {
  border-color: var(--ryc-gold);
  background: linear-gradient(135deg, #fffef9, #fff);
}

.ryc-card.ryc-hidden-card {
  opacity: 0.45;
  border-style: dashed;
  border-color: orange;
}

@-webkit-keyframes ryc-fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ryc-fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ryc-pin-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--ryc-gold);
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.ryc-hidden-label {
  font-size: 10px;
  color: orange;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 6px;
  display: none;
}

.ryc-card.ryc-hidden-card .ryc-hidden-label {
  display: block;
}

.ryc-card-hd {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.ryc-c-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.ryc-we-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #1565c0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.ryc-we-av img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ryc-we-av-sm {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #1565c0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ryc-we-av-sm img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ryc-card-meta {
  flex: 1;
  min-width: 0;
}

.ryc-c-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--ryc-text1);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ryc-badge-v {
  font-size: 10px;
  background: var(--ryc-primary-lt);
  color: var(--ryc-primary);
  padding: 1px 6px;
  border-radius: 100px;
  font-weight: 600;
}

.ryc-badge-o {
  font-size: 10px;
  background: var(--ryc-primary);
  color: white;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 700;
}

.ryc-badge-n {
  font-size: 10px;
  background: #f0f4f8;
  color: #6a8aaa;
  padding: 1px 6px;
  border-radius: 100px;
  border: 1px solid #b8cfe0;
}

.ryc-c-sub {
  font-size: 11px;
  color: var(--ryc-text3);
  margin-top: 1px;
}

.ryc-c-time {
  font-size: 10px;
  color: var(--ryc-text3);
  font-family: "JetBrains Mono", monospace;
  white-space: nowrap;
}

.ryc-c-body {
  font-size: 1.1111111111vw;
  color: var(--ryc-text2);
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 12px 16px;
}

.ryc-c-body strong {
  color: var(--ryc-text1);
  font-weight: 700;
}

.ryc-hl {
  background: linear-gradient(180deg, transparent 55%, #fde68a 55%);
  padding: 0 2px;
}

.ryc-rxn-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0.1388888889vw 0 0.6944444444vw;
}

.ryc-helpful-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--ryc-surface);
  border: 1.5px solid var(--ryc-border);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ryc-text2);
  cursor: pointer;
  transition: all 0.18s;
  font-weight: 500;
}

.ryc-helpful-btn:hover,
.ryc-helpful-btn.ryc-on {
  border-color: var(--ryc-success);
  color: var(--ryc-success);
  background: var(--ryc-success-lt);
}

.ryc-reply-trigger {
  background: none;
  border: 1px solid var(--ryc-border);
  font-size: 12px;
  color: var(--ryc-text2);
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  transition: all 0.18s;
}

.ryc-reply-trigger:hover {
  background: var(--ryc-surface2);
  color: var(--ryc-primary);
  border-color: var(--ryc-primary);
}

.ryc-report-btn {
  margin-left: auto;
  background: var(--ryc-surface);
  border: 1.5px solid var(--ryc-border);
  font-size: 12px;
  color: var(--ryc-text3);
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 12px;
  border-radius: 100px;
  transition: all 0.18s;
}

.ryc-report-btn:hover {
  background: var(--ryc-danger-lt);
  color: var(--ryc-danger);
  border-color: var(--ryc-danger);
}

.ryc-admin-actions {
  display: none;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--ryc-border);
}

.ryc-admin-actions.ryc-show {
  display: flex;
}

.ryc-adm-btn {
  background: none;
  border: 1px solid var(--ryc-border);
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ryc-text3);
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}

.ryc-adm-btn.ryc-pin-on {
  border-color: var(--ryc-gold);
  color: var(--ryc-gold);
  background: var(--ryc-gold-bg);
}

.ryc-adm-btn:hover {
  border-color: var(--ryc-primary);
  color: var(--ryc-primary);
}

.ryc-adm-btn.ryc-del:hover {
  border-color: var(--ryc-danger);
  color: var(--ryc-danger);
  background: var(--ryc-danger-lt);
}

.ryc-adm-btn.ryc-hide:hover {
  border-color: orange;
  color: orange;
  background: #fff8e1;
}

.ryc-replies-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ryc-reply-card {
  background: var(--ryc-surface2);
  border-radius: var(--ryc-radius-sm);
  padding: 10px 14px;
  border: 1px solid var(--ryc-border);
}

.ryc-reply-card.ryc-we-reply {
  background: linear-gradient(135deg, #96281b, #c0392b);
  border-color: #96281b;
  box-shadow: 0 2px 12px rgba(192, 57, 43, 0.2);
}

.ryc-reply-card.ryc-we-reply .ryc-reply-body {
  color: #fff0f0;
}

.ryc-reply-card.ryc-we-reply .ryc-reply-name {
  color: #fff;
}

.ryc-reply-card.ryc-we-reply .ryc-reply-time {
  color: #ffb3b3;
}

.ryc-reply-hd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.ryc-reply-name {
  font-weight: 700;
  font-size: 12px;
  color: var(--ryc-text1);
  display: flex;
  align-items: center;
  gap: 5px;
}

.ryc-reply-time {
  font-size: 10px;
  color: var(--ryc-text3);
  font-family: "JetBrains Mono", monospace;
  margin-left: auto;
}

.ryc-reply-body {
  font-size: 1.1111111111vw;
  color: var(--ryc-text2);
  line-height: 1.7;
}

.ryc-reply-composer {
  display: none;
  margin-top: 8px;
  gap: 8px;
  align-items: flex-start;
}

.ryc-reply-composer.ryc-open {
  display: flex;
}

.ryc-reply-ta {
  flex: 1;
  min-height: 60px;
  border: 1.5px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  padding: 8px 10px;
  font-size: 12px;
  resize: none;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ryc-text1);
  background: var(--ryc-surface);
  outline: none;
  transition: border-color 0.2s;
}

.ryc-reply-ta:focus {
  border-color: var(--ryc-primary);
}

.ryc-reply-post {
  background: var(--ryc-primary);
  color: white;
  border: none;
  border-radius: 100px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  align-self: flex-end;
  box-shadow: 0 2px 8px rgba(192, 57, 43, 0.25);
}

.ryc-reply-post:hover {
  background: var(--ryc-primary2);
  transform: translateY(-1px);
}

.ryc-reply-post:disabled {
  background: var(--ryc-border);
  color: var(--ryc-text3);
  cursor: not-allowed;
}

.ryc-cancel-sm {
  background: none;
  border: 1px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  font-size: 13px;
  color: var(--ryc-text3);
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  padding: 9px 16px;
}

.ryc-composer {
  margin-top: 16px;
  background: var(--ryc-surface);
  border: 1px solid var(--ryc-border);
  border-radius: var(--ryc-radius);
  padding: 16px 18px;
  box-shadow: var(--ryc-shadow-sm);
}

.ryc-comp-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.ryc-comp-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  background: linear-gradient(135deg, #c8a0a8, #a07080);
}

.ryc-comp-right {
  flex: 1;
}

.ryc-comp-prompt {
  font-size: 13px;
  color: var(--ryc-text3);
  cursor: pointer;
  border-bottom: 1px solid var(--ryc-border);
  padding: 8px 0;
  transition: border-color 0.2s, color 0.2s;
}

.ryc-comp-prompt:hover {
  border-color: var(--ryc-primary);
  color: var(--ryc-text2);
}

.ryc-comp-body {
  display: none;
}

.ryc-comp-body.ryc-open {
  display: block;
}

.ryc-comp-chips {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  margin-top: 10px;
}

.ryc-chip {
  font-size: 11px;
  padding: 3px 9px;
  background: var(--ryc-surface2);
  border: 1px solid var(--ryc-border);
  border-radius: 100px;
  color: var(--ryc-text2);
  cursor: pointer;
  transition: all 0.15s;
}

.ryc-chip:hover {
  background: var(--ryc-primary-lt);
  border-color: var(--ryc-primary);
  color: var(--ryc-primary);
}

.ryc-comp-ta {
  width: 100%;
  min-height: 80px;
  border: 1.5px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  padding: 10px 12px;
  font-size: 13px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ryc-text1);
  background: var(--ryc-surface2);
  outline: none;
  margin-bottom: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ryc-comp-ta:focus {
  border-color: var(--ryc-primary);
  background: white;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

.ryc-comp-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.ryc-cancel-btn {
  background: none;
  border: none;
  font-size: 12px;
  color: var(--ryc-text3);
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  padding: 7px 10px;
}

.ryc-post-btn {
  background: var(--ryc-primary);
  color: white;
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(192, 57, 43, 0.3);
}

.ryc-post-btn:hover {
  background: var(--ryc-primary2);
  transform: translateY(-1px);
}

.ryc-post-btn:disabled {
  background: var(--ryc-border);
  color: var(--ryc-text3);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ryc-post-notice {
  display: none;
  background: var(--ryc-success-lt);
  border: 1px solid #6ee7b7;
  border-radius: var(--ryc-radius-sm);
  padding: 12px 16px;
  font-size: 13px;
  color: #065f46;
  text-align: center;
  margin-top: 12px;
  -webkit-animation: ryc-fadeUp 0.3s ease both;
  animation: ryc-fadeUp 0.3s ease both;
}

.ryc-post-notice.ryc-show {
  display: block;
}

.ryc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: auto;
}

.ryc-overlay.ryc-open {
  display: flex;
  pointer-events: auto;
}

.ryc-modal {
  background: var(--ryc-surface);
  border-radius: var(--ryc-radius);
  padding: 36px 32px;
  max-width: 440px;
  width: 100%;
  box-shadow: var(--ryc-shadow-md);
  -webkit-animation: ryc-modalIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: ryc-modalIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

@-webkit-keyframes ryc-modalIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(16px);
  }
}
@keyframes ryc-modalIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(16px);
  }
}
.ryc-modal-x {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--ryc-text3);
}

.ryc-modal-title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ryc-text1);
}

.ryc-modal-sub {
  font-size: 13px;
  color: var(--ryc-text2);
  margin-bottom: 22px;
  line-height: 1.6;
}

.ryc-nick-row {
  display: flex;
  gap: 8px;
}

.ryc-nick-inp {
  flex: 1;
  border: 1.5px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  padding: 10px 12px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ryc-text1);
  outline: none;
  transition: border-color 0.2s;
}

.ryc-nick-inp:focus {
  border-color: var(--ryc-primary);
}

.ryc-nick-go {
  background: var(--ryc-primary);
  color: white;
  border: none;
  border-radius: var(--ryc-radius-sm);
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.ryc-nick-go:hover {
  background: var(--ryc-primary2);
}

.ryc-modal-note {
  font-size: 11px;
  color: var(--ryc-text3);
  margin-top: 14px;
  text-align: center;
  line-height: 1.6;
}

.ryc-field-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ryc-text2);
  margin-bottom: 4px;
  display: block;
}

.ryc-field-sel {
  width: 100%;
  border: 1.5px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  padding: 9px 12px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ryc-text1);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--ryc-surface2);
  margin-bottom: 14px;
  transition: border-color 0.2s;
}

.ryc-field-sel:focus {
  border-color: var(--ryc-primary);
}

.ryc-pur-row {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.ryc-pur-opt {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: 1.5px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--ryc-text2);
  pointer-events: auto;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.ryc-pur-opt.ryc-on {
  border-color: var(--ryc-primary);
  background: var(--ryc-primary-lt);
  color: var(--ryc-primary);
}

.ryc-wide-btn {
  width: 100%;
  background: var(--ryc-primary);
  color: white;
  border: none;
  border-radius: var(--ryc-radius-sm);
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  margin-top: 16px;
}

.ryc-wide-btn:hover {
  background: var(--ryc-primary2);
}

.ryc-admin-pw-inp {
  width: 100%;
  border: 1.5px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  padding: 10px 12px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  margin-bottom: 12px;
  transition: border-color 0.2s;
}

.ryc-admin-pw-inp:focus {
  border-color: var(--ryc-primary);
}

.ryc-rep-opts {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.ryc-rep-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--ryc-radius-sm);
  border: 1.5px solid var(--ryc-border);
  cursor: pointer;
  transition: all 0.18s;
  font-size: 13px;
  color: var(--ryc-text2);
}

.ryc-rep-opt:hover {
  border-color: var(--ryc-danger);
  background: var(--ryc-danger-lt);
  color: var(--ryc-danger);
}

.ryc-rep-opt input {
  accent-color: var(--ryc-danger);
}

.ryc-rep-submit {
  width: 100%;
  background: var(--ryc-danger);
  color: white;
  border: none;
  border-radius: var(--ryc-radius-sm);
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

.ryc-confirm-btns {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
}

.ryc-confirm-cancel {
  background: none;
  border: 1px solid var(--ryc-border);
  border-radius: var(--ryc-radius-sm);
  padding: 8px 16px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

.ryc-confirm-ok {
  background: var(--ryc-danger);
  color: white;
  border: none;
  border-radius: var(--ryc-radius-sm);
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

.ryc-admin-mode-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: rgba(196, 30, 0, 0.3);
  color: white;
  border: none;
  border-radius: 100px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  transition: all 0.2s;
}

.ryc-admin-mode-btn:hover {
  background: var(--ryc-primary2);
  transform: translateY(-1px);
}

.ryc-admin-mode-btn.ryc-on {
  background: var(--ryc-gold);
}

.ryc-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--ryc-primary);
  color: white;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 9999;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}

.ryc-toast.ryc-show {
  transform: translateX(-50%) translateY(0);
}

.ryc-toast.ryc-warn {
  background: var(--ryc-gold);
}

@media (max-width: 600px) {
  .ryc-c-body,
.ryc-reply-body {
    font-size: 3.3333333333vw;
  }
  #ryc-widget {
    padding: 2.2222222222vw 0 3.3333333333vw;
  }
  .ryc-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .ryc-scroll-box {
    max-height: 100vw;
  }
}
/*------------------------------
ポップアップ
------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* display: none; */
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 9999;
}
@media (max-height: 42vw) {
  .popup {
    align-items: flex-start;
  }
}

.is-visited .popup {
  display: none;
}

.popup__panel {
  width: 76%;
  margin: 0 auto;
  background: #fff;
  padding: 6.9444444444vw 0 6.25vw;
  text-align: center;
  overflow: auto;
  max-height: 100vh;
}
@media (max-width: 600px) {
  .popup__panel {
    width: 90%;
    padding: 16vw 0 12vw;
  }
}

.popup__logo {
  position: absolute;
  top: 2.0833333333vw;
  left: 2.7777777778vw;
  width: 17.3611111111vw;
}
@media (max-width: 600px) {
  .popup__logo {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 37.3333333333vw;
  }
}

.popup__heading {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.popup__heading strong {
  color: #004ea2;
  padding-bottom: 0.1em;
  background-image: linear-gradient(to right, #004ea2 0px, #004ea2 0.3472222222vw, transparent 0.3472222222vw);
  background-size: 0.6944444444vw 0.3472222222vw;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (max-width: 600px) {
  .popup__heading {
    font-size: 8.5333333333vw;
  }
  .popup__heading strong {
    background-image: linear-gradient(to right, #004ea2 0px, #004ea2 0.8333333333vw, transparent 0.8333333333vw);
    background-size: 1.6666666667vw 0.8333333333vw;
  }
}

.popup__actions {
  margin-top: 4.8611111111vw;
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
@media (max-width: 600px) {
  .popup__actions {
    flex-direction: column;
    gap: 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 8vw;
  }
}

.popup__btn {
  cursor: pointer;
  width: 18em;
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1.4;
  color: #004ea2;
  padding: 1.5em 3em;
  border: 0.2083333333vw solid #004ea2;
  border-radius: 100px;
  position: relative;
}
.popup__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  -webkit-mask-image: url(../assets/img/icon-arrow.png);
          mask-image: url(../assets/img/icon-arrow.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004ea2;
  width: 0.6em;
  aspect-ratio: 28/48;
}
.popup__btn.blue {
  background: #004ea2;
  color: #fff;
}
.popup__btn.blue::after {
  background-color: #fff;
}
@media (max-width: 600px) {
  .popup__btn {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */