@charset "UTF-8";
*,
*::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: calc(60 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 450px) {
  .section-title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.section-title__sub {
  display: block;
  font-size: calc(18 / 1440 * 100vw);
  color: #666;
  margin-bottom: calc(10 / 1440 * 100vw);
  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: calc(12 / 375 * 100vw);
  }
}
.section-title__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1440 * 100vw);
  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: calc(18 / 375 * 100vw);
  }
}
.section-title__logo {
  width: calc(192 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  padding-top: calc(6 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .section-title__logo {
    width: 192px;
    height: 32px;
    padding-top: 6px;
  }
}
@media (max-width: 450px) {
  .section-title__logo {
    width: calc(120 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    padding-top: calc(4 / 375 * 100vw);
  }
}
.section-title__text {
  font-size: calc(32 / 1440 * 100vw);
  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: calc(20 / 375 * 100vw);
  }
}
.section-title__number {
  font-size: calc(80 / 1440 * 100vw);
  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: calc(50 / 375 * 100vw);
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
  height: calc(37 / 375 * 100vw);
}
@media (min-width: 768px) {
  #header {
    height: calc(60 / 1440 * 100vw);
  }
}
@media (min-width: 1441px) {
  #header {
    height: 60px;
  }
}
#header .contentIn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  padding: 0 calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
  #header .contentIn {
    padding: 0 calc(121 / 1440 * 100vw);
  }
}
@media (min-width: 1441px) {
  #header .contentIn {
    padding: 0 121px;
  }
}
#header .title .weLogo {
  width: calc(95 / 375 * 100vw);
  height: calc(12 / 375 * 100vw);
}
@media (min-width: 768px) {
  #header .title .weLogo {
    width: calc(256 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@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%;
  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%;
  object-fit: cover; /* 画面幅いっぱいに表示 */
  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.5972222222vw;
  left: 11.5972222222vw;
  width: 34.375vw;
  height: 29.0277777778vw;
}

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

/* ラベル */
.fv__label-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.3888888889vw;
}

.fv__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #c93764;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9444444444vw;
  letter-spacing: 0.04em;
  line-height: 1.4;
  width: 24.0972222222vw;
  height: 3.125vw;
  border-radius: 6.9444444444vw;
  padding: 0;
}

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

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

/* タイトル */
.fv__title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  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: 3.3333333333vw;
}

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

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

/* 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.4;
}

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

/* 税抜きの部分 */
.fv__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  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.4;
}

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

/* 製品ラベル */
.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;
  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: 649px;
    max-height: none;
  }
  .fv__inner {
    padding: 16vw 4vw 3.7333333333vw;
    min-height: 649px;
  }
  /* テキストラッパー（SP版） */
  .fv__content-wrapper {
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(333 / 375 * 100vw);
    height: 29.0277777778vw;
  }
  /* テキストエリア（SP版） */
  .fv__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv__bg-img-wrap {
    width: 100%;
    height: 649px;
    padding-top: 0;
  }
  .fv__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 8.5333333333vw;
  }
  .fv__title-small {
    font-size: 6.9333333333vw;
  }
  .fv__price {
    margin-top: -4.8vw;
    margin-bottom: -2vw;
    justify-content: center;
  }
  .fv__price-num {
    font-size: 26.6666666667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .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;
    padding-bottom: 8vw;
  }
  .fv__price-group {
    padding-top: 6.9333333333vw;
  }
  .fv__product-logo-img-wrap {
    width: 74.6666666667vw;
    height: 11.4666666667vw;
    margin-bottom: 4vw;
  }
  .fv__product-label {
    font-size: 6.4vw;
    margin-bottom: 1.6vw;
  }
  .fv__product-logo {
    margin-bottom: -4.2666666667vw;
  }
  .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: 66.6666666667vw;
    height: 9.3333333333vw;
  }
  .fv__label-arrow {
    bottom: -3.2vw;
    width: 4.5333333333vw;
    height: 3.2vw;
  }
}
.movies {
  padding: calc(80 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .movies {
    padding: 80px 40px 38px;
  }
}
@media (max-width: 450px) {
  .movies {
    padding: 5.3333333333vw 0 60px;
  }
}
.movies__inner {
  max-width: calc(1103 / 1440 * 100vw);
  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 calc(2 / 1440 * 100vw) #000000;
  box-shadow: calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) calc(24 / 1440 * 100vw) 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__thumb-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.movies__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.movies__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(80 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  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: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.movies__play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(12 / 1440 * 100vw) 0 calc(12 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  border-color: transparent transparent transparent #c93764;
  margin-left: calc(3 / 1440 * 100vw);
  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: calc(9 / 375 * 100vw) 0 calc(9 / 375 * 100vw) calc(15 / 375 * 100vw);
    margin-left: calc(2 / 375 * 100vw);
  }
}
.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 {
    padding: 0 0 calc(80 / 375 * 100vw);
  }
}
.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: calc(430 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(1440 / 1440 * 100vw);
  height: calc(857 / 1440 * 100vw);
  background-image: url("../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("../img/sp-gray-back01.png");
    width: 100vw;
    height: 158.4vw;
    top: 142.6666666667vw;
  }
}
.features__inner::after {
  content: "";
  position: absolute;
  top: calc(1530 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(1440 / 1440 * 100vw);
  height: calc(1056 / 1440 * 100vw);
  background-image: url("../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("../img/sp-gray-back02.png");
    width: 100vw;
    height: 160vw;
    top: 453.3333333333vw;
  }
}
.features__header {
  text-align: center;
  margin-bottom: calc(40 / 1440 * 100vw);
  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: calc(572 / 1440 * 100vw);
  height: calc(104 / 1440 * 100vw);
  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: calc(40 / 1440 * 100vw);
  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: calc(5 / 1440 * 100vw);
}
@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: calc(32 / 1440 * 100vw);
  width: calc(192 / 1440 * 100vw);
}
@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: calc(32 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  padding-bottom: calc(4 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .features__title-text {
    font-size: 32px;
    padding-bottom: 4px;
  }
}
@media (max-width: 450px) {
  .features__title-text {
    font-size: calc(24 / 375 * 100vw);
  }
}
.features__title-num {
  font-size: calc(80 / 1440 * 100vw);
  font-weight: 700;
  color: #111;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: calc(12 / 1440 * 100vw);
}
@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: calc(85 / 1440 * 100vw);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1441px) {
  .features__list {
    gap: 100px;
  }
}
@media (max-width: 450px) {
  .features__list {
    gap: calc(60 / 375 * 100vw);
  }
}

.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: calc(-20 / 375 * 100vw);
  }
}
.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: calc(-170 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .feature--reverse .feature__no {
    margin-left: -170px;
  }
}
@media (max-width: 450px) {
  .feature--reverse .feature__no {
    margin-left: calc(-20 / 375 * 100vw);
  }
}
.feature--reverse .feature__content {
  margin-left: 0;
}
@media (max-width: 450px) {
  .feature--05 .feature__body {
    margin-top: calc(-48 / 375 * 100vw);
  }
}
@media (max-width: 450px) {
  .feature--06 .feature__body {
    margin-top: calc(-50 / 375 * 100vw);
  }
}
.feature__body {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1440 * 100vw);
  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: calc(-25 / 375 * 100vw);
  }
}
.feature__content {
  width: calc(620 / 1440 * 100vw);
  margin-left: calc(110 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .feature__content {
    width: 620px;
    margin-left: 110px;
  }
}
@media (max-width: 450px) {
  .feature__content {
    width: calc(335 / 375 * 100vw);
    margin-left: 0;
  }
}
.feature__no {
  width: calc(280 / 1440 * 100vw);
  height: calc(60 / 1440 * 100vw);
  background: linear-gradient(to right, rgba(188, 51, 79, 0) 0%, rgb(188, 51, 79) 60%);
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: calc(46 / 1440 * 100vw);
  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: calc(122 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
    padding-right: calc(45 / 375 * 100vw);
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    margin-left: calc(-20 / 375 * 100vw);
    background-color: #BC334F;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.feature__no-num {
  font-size: calc(58 / 1440 * 100vw);
  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: calc(40 / 375 * 100vw);
    padding-top: calc(5 / 375 * 100vw);
  }
}
.feature__no-text {
  font-size: calc(16 / 1440 * 100vw);
  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: calc(8 / 375 * 100vw);
    letter-spacing: 0.01rem;
    font-weight: 700;
  }
  .feature__no-text br {
    display: none;
  }
}
.feature__no-text::after {
  content: "";
  position: absolute;
  right: calc(23 / 1440 * 100vw);
  top: calc(-28 / 1440 * 100vw);
  width: 1px;
  height: calc(49 / 1440 * 100vw);
  background-color: #FFB4C1;
  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: calc(16.5 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
  }
}
.feature__heading {
  font-size: calc(64 / 1440 * 100vw);
  font-weight: 700;
  color: #BC334F;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .feature__heading {
    font-size: 64px;
    margin-bottom: 24px;
  }
}
@media (max-width: 450px) {
  .feature__heading {
    display: inline-block;
    font-size: calc(32 / 375 * 100vw);
    background-color: #fff;
    padding: 0 calc(32 / 375 * 100vw) 0 calc(8 / 375 * 100vw);
  }
}
.feature__text {
  font-size: calc(28 / 1440 * 100vw);
  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: calc(14 / 375 * 100vw);
    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 calc(4 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .feature__marker {
    padding: 0 4px;
  }
}
@media (max-width: 450px) {
  .feature__marker {
    padding: 0 calc(2 / 375 * 100vw);
  }
}
.feature__media {
  width: calc(720 / 1440 * 100vw);
  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: calc(40 / 1440 * 100vw);
  right: calc(100 / 1440 * 100vw);
  z-index: 10;
  width: calc(109 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  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%;
  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: calc(720 / 1440 * 100vw);
  height: calc(480 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .feature__media-img-wrap {
    width: 720px;
    height: 480px;
  }
}
.feature__media-img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 66.57%;
  position: relative;
  overflow: hidden;
}
.feature__media-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-banner {
  background: #BC334F;
  color: #fff;
  text-align: center;
  padding: calc(40 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  position: relative;
}
@media (min-width: 1441px) {
  .price-banner {
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .price-banner {
    padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.price-banner__inner {
  max-width: calc(1103 / 1440 * 100vw);
  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: calc(12 / 375 * 100vw);
  }
}
.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: calc(14 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(24 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}
.price-banner__sarani::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 12px;
  background-image: url("../img/banner_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 450px) {
  .price-banner__sarani::after {
    width: calc(2 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    bottom: calc(-14 / 375 * 100vw);
  }
}
.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: calc(10 / 1440 * 100vw);
  display: inline-block;
}
@media (min-width: 1441px) {
  .price-banner__text {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .price-banner__text {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.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: calc(24 / 375 * 100vw);
  }
}
.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: calc(20 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
    width: 100%;
    display: flex;
    height: calc(27 / 375 * 100vw);
    align-items: center;
    justify-content: center;
  }
}
.price-banner__product-name {
  display: inline-block;
  color: #BC334F;
  background-color: #fff;
  padding: 0px 15px 6px;
}
@media (max-width: 450px) {
  .price-banner__product-name {
    padding: calc(2 / 375 * 100vw) calc(3 / 375 * 100vw);
  }
}
.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: calc(56 / 375 * 100vw);
  }
}
.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: calc(28 / 375 * 100vw);
    margin-left: 0;
    padding-top: calc(12 / 375 * 100vw);
  }
}
.price-banner__yen {
  position: relative;
  display: inline-block;
}
@media (max-width: 450px) {
  .price-banner__yen {
    font-size: calc(28 / 375 * 100vw);
  }
}
.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: calc(10 / 375 * 100vw);
    top: calc(-9 / 375 * 100vw);
  }
}
.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: calc(17 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    bottom: calc(-11 / 375 * 100vw);
  }
}
.price-banner__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.guide {
  background-image: url("../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: calc(45 / 375 * 100vw) calc(20 / 375 * 100vw);
    background-image: url("../img/sp-guide_bg.png");
    width: calc(375 / 375 * 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: calc(50 / 1440 * 100vw);
  right: calc(158 / 1440 * 100vw);
  width: calc(704 / 1440 * 100vw);
  height: calc(384 / 1440 * 100vw);
  background-image: url("../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: calc(140 / 375 * 100vw);
    right: 50%;
    transform: translateX(50%);
    width: calc(334 / 375 * 100vw);
    height: calc(111 / 375 * 100vw);
    background-image: url("../img/sp-guide_img.png");
  }
}
.guide__head {
  position: relative;
  top: calc(125 / 1440 * 100vw);
  left: calc(160 / 1440 * 100vw);
  margin-bottom: calc(60 / 1440 * 100vw);
  width: calc(550 / 1440 * 100vw);
  height: calc(230 / 1440 * 100vw);
}
@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: calc(28 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #111;
  margin-bottom: 0;
  line-height: 1.8;
  position: relative;
  padding-bottom: calc(15 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .guide__lead {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .guide__lead {
    font-size: calc(16 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.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: #BC334F;
  font-size: calc(28 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .guide__lead-strong {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .guide__lead-strong {
    font-size: calc(18 / 375 * 100vw);
  }
}
.guide__lead-char {
  position: relative;
  display: inline-block;
}
.guide__lead-char::before {
  content: "●";
  position: absolute;
  top: calc(0 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  color: #BC334F;
  font-size: calc(5 / 1440 * 100vw);
  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: calc(3 / 375 * 100vw);
  }
}
.guide__title-wrapper {
  width: calc(550 / 1440 * 100vw);
  height: calc(230 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .guide__title-wrapper {
    width: 550px;
    height: 230px;
  }
}
@media (max-width: 450px) {
  .guide__title-wrapper {
    top: calc(60 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    width: auto;
    height: auto;
    display: inline-block;
  }
}
.guide__title {
  font-size: calc(48 / 1440 * 100vw);
  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: calc(24 / 375 * 100vw);
    line-height: 1.8;
    font-weight: 600;
  }
}
.guide__title-line {
  display: inline-block;
  color: #FFF;
  background: linear-gradient(90deg, #BC334F 0%, #FF4767 100%);
  padding: 0 calc(15 / 1440 * 100vw);
  line-height: 1.4;
}
@media (min-width: 1441px) {
  .guide__title-line {
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .guide__title-line {
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.guide__title-line--first {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .guide__title-line--first {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .guide__title-line--first {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.guide__title-line--second {
  display: block;
}
@media (max-width: 450px) {
  .guide__title-line--second {
    padding-right: 0;
  }
}

.voice {
  padding: calc(100 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  background: #FFF;
}
@media (min-width: 1441px) {
  .voice {
    padding: 100px 40px;
  }
}
@media (max-width: 450px) {
  .voice {
    padding: calc(60 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}
.voice__inner {
  max-width: calc(1100 / 1440 * 100vw);
  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: calc(120 / 1440 * 100vw);
  position: relative;
}
@media (min-width: 1441px) {
  .voice__header {
    margin-bottom: 60px;
  }
}
@media (max-width: 450px) {
  .voice__header {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.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: calc(220 / 1440 * 100vw);
  height: calc(84 / 1440 * 100vw);
  opacity: 0.8;
}
@media (min-width: 1441px) {
  .voice__title-bg {
    width: 220px;
    height: 84px;
  }
}
@media (max-width: 450px) {
  .voice__title-bg {
    width: calc(118 / 375 * 100vw);
    height: auto;
  }
}
.voice__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: calc(32 / 1440 * 100vw);
  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: calc(20 / 375 * 100vw);
  }
}
.voice__title-logo-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: calc(5 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .voice__title-logo-wrap {
    margin-right: 5px;
  }
}
.voice__title-logo {
  width: calc(192 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .voice__title-logo {
    width: 192px;
    height: 32px;
  }
}
@media (max-width: 450px) {
  .voice__title-logo {
    width: calc(192 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.voice__title-text {
  display: inline-block;
  font-size: calc(32 / 1440 * 100vw);
  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: calc(24 / 375 * 100vw);
  }
}
.voice__br {
  display: none;
}
@media (max-width: 450px) {
  .voice__br {
    display: inline;
  }
}
.voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .voice__grid {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .voice__grid {
    grid-template-columns: 1fr;
    gap: calc(30 / 375 * 100vw);
  }
}
.voice__note {
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 500;
  color: #353535;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: right;
  margin-left: auto;
  margin-top: calc(-50 / 1440 * 100vw);
}
@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: calc(-20 / 375 * 100vw);
  }
}

.voice-card {
  width: calc(540 / 1440 * 100vw);
  height: calc(442 / 1440 * 100vw);
  background: #F2EBEC;
  border-radius: calc(20 / 1440 * 100vw) 0 calc(20 / 1440 * 100vw) 0;
  padding: calc(80 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  margin-bottom: calc(72 / 1440 * 100vw);
  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: 80px 20px 40px;
    margin-bottom: 72px;
  }
}
@media (max-width: 450px) {
  .voice-card {
    width: calc(335 / 375 * 100vw);
    min-height: auto;
    height: calc(304 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw) 0;
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.voice-card__avatar {
  position: absolute;
  top: calc(-60 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(120 / 1440 * 100vw);
  height: calc(120 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .voice-card__avatar {
    top: -60px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 450px) {
  .voice-card__avatar {
    top: calc(-40 / 375 * 100vw);
    width: calc(75 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
  }
}
.voice-card__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.voice-card__profile {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 700;
  color: #004EA2;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .voice-card__profile {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .voice-card__profile {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.voice-card__text {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  color: #353535;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: calc(20 / 1440 * 100vw);
  flex-grow: 1;
}
@media (min-width: 1441px) {
  .voice-card__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .voice-card__text {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    letter-spacing: 0.06em;
  }
}
.voice-card__img-wrap {
  width: calc(500 / 1440 * 100vw);
  height: calc(136 / 1440 * 100vw);
  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%;
  object-fit: cover;
}
@media (max-width: 450px) {
  .voice-card__img {
    height: auto;
  }
}

#comparison {
  background-color: #F5F5F5;
  width: 100%;
  margin-top: calc(-70 / 1440 * 100vw);
  position: relative;
  padding: calc(140 / 1440 * 100vw) 0 calc(30 / 1440 * 100vw) 0;
  z-index: 10;
}
#comparison .__wrap {
  width: calc(1198 / 1440 * 100vw);
  margin: 0 auto;
}
#comparison .__wrap .comparison__header {
  text-align: center;
  margin-bottom: calc(150 / 1440 * 100vw);
  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: calc(733 / 1440 * 100vw);
  height: calc(104 / 1440 * 100vw);
  opacity: 0.8;
}
#comparison .__wrap .comparison__title {
  position: relative;
  z-index: 1;
  font-size: calc(32 / 1440 * 100vw);
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
#comparison .__wrap .container {
  width: calc(1198 / 1440 * 100vw);
  height: calc(448 / 1440 * 100vw);
}
#comparison .__wrap .container table {
  width: 100%;
}
#comparison .__wrap .container table thead th {
  height: calc(64 / 1440 * 100vw);
  padding: 0;
  border: calc(2 / 1440 * 100vw) solid transparent;
  background-color: #767676;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 600;
  border-radius: calc(12 / 1440 * 100vw) calc(12 / 1440 * 100vw) 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 {
  /* 見た目108pxの黄色プレート（背景だけ広げる） */
}
#comparison .__wrap .container table thead .highlight {
  background: transparent;
  color: #BC334F;
  font-weight: 700;
}
#comparison .__wrap .container table thead .highlight::before {
  position: absolute;
  content: "";
  background-image: url(../img/comparison_content.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(216.94 / 1440 * 100vw);
  height: calc(97.57 / 1440 * 100vw);
  top: calc(-115 / 1440 * 100vw);
  left: 44%;
  transform: translateX(-50%);
  z-index: 2;
}
#comparison .__wrap .container table thead .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-42 / 1440 * 100vw);
  bottom: 0;
  background-color: #FFF959;
  border-radius: calc(12 / 1440 * 100vw) calc(12 / 1440 * 100vw) 0 0;
  z-index: 0;
}
#comparison .__wrap .container table thead .highlight {
  /* テキストをabsoluteで中央に重ねる（高さへ影響させない） */
}
#comparison .__wrap .container table thead .highlight .overlay {
  position: absolute;
  width: 100%;
  left: 50%;
  top: calc(-24 / 1440 * 100vw);
  transform: translateX(-50%);
  z-index: 1;
  font-size: calc(32 / 1440 * 100vw);
  line-height: 1.2;
  padding: 0;
  text-align: center;
  white-space: normal;
}
#comparison .__wrap .container table thead .highlight .span-font {
  font-size: calc(28 / 1440 * 100vw);
}
#comparison .__wrap .container table tbody th,
#comparison .__wrap .container table tbody td {
  border: calc(4 / 1440 * 100vw) solid var(--blue02);
  font-size: calc(20 / 1440 * 100vw);
  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: calc(222 / 1440 * 100vw);
  height: calc(64 / 1440 * 100vw);
  border-radius: calc(12 / 1440 * 100vw) 0 0 calc(12 / 1440 * 100vw);
  border-left: none;
}
#comparison .__wrap .container table tbody th .br-sp {
  display: none;
}
#comparison .__wrap .container table tbody td {
  background-color: #DFDFDF;
  width: calc(240 / 1440 * 100vw);
  height: calc(64 / 1440 * 100vw);
}
#comparison .__wrap .container table tbody .highlight {
  background-color: #FFF959;
  color: #BC334F;
  font-weight: bold;
  font-size: calc(44 / 1440 * 100vw);
}
#comparison .__wrap .container table tbody .highlight .span-font {
  font-size: calc(28 / 1440 * 100vw);
}
@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: #BC334F;
  }
  #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 {
    /* テキストをabsoluteで中央に重ねる（高さへ影響させない） */
  }
  #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 calc(50 / 375 * 100vw);
    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(../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;
    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: grab;
    touch-action: none;
  }
  #comparison .__wrap .table-wrap .csb .csb__thumb:active {
    cursor: grabbing;
  }
  #comparison .__wrap .container {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    position: relative;
  }
  #comparison .__wrap .container::after {
    content: "";
    width: calc(20 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    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: #BC334F;
  }
  #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 {
    /* テキストをabsoluteで中央に重ねる（高さへ影響させない） */
  }
  #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: #BC334F;
  }
  #comparison .__wrap .container table tbody .highlight .span-font {
    font-size: 4.9733333333vw;
  }
}
.contact {
  background: #F5F5F5 url(../img/contact_bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: calc(270 / 1440 * 100vw) 0 calc(140 / 1440 * 100vw);
  position: relative;
}
@media (min-width: 1441px) {
  .contact {
    padding: 270px 0 140px;
  }
}
@media (max-width: 450px) {
  .contact {
    background-image: url(../img/sp-contact-back.png);
    background-size: 100% auto;
    display: flex;
    align-items: center;
    padding: calc(40 / 375 * 100vw) 0;
    min-height: calc(1515 / 375 * 100vw);
  }
}
.contact__container {
  margin: 0 auto;
  width: calc(1020 / 1440 * 100vw);
  max-width: 1440px;
}
@media (min-width: 1441px) {
  .contact__container {
    width: 1020px;
  }
}
@media (max-width: 450px) {
  .contact__container {
    width: 100%;
    max-width: 100%;
    padding: calc(35 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
}
.contact__header {
  text-align: center;
  margin-bottom: calc(40 / 1440 * 100vw);
  position: relative;
}
@media (min-width: 1441px) {
  .contact__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .contact__header {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.contact__title-bg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.contact__title-bg {
  width: calc(204 / 1440 * 100vw);
  height: calc(84 / 1440 * 100vw);
  opacity: 0.8;
}
@media (min-width: 1441px) {
  .contact__title-bg {
    width: 204px;
    height: 84px;
  }
}
@media (max-width: 450px) {
  .contact__title-bg {
    width: calc(150 / 375 * 100vw);
    height: auto;
  }
}
.contact__title {
  font-size: calc(32 / 1440 * 100vw);
  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: calc(24 / 375 * 100vw);
  }
}
.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: calc(71 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact__form {
    margin-top: 71px;
  }
}
@media (max-width: 450px) {
  .contact__form {
    margin-top: calc(26.3 / 375 * 100vw);
  }
}
.contact__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(28 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact__field {
    margin-bottom: 28px;
  }
}
@media (max-width: 450px) {
  .contact__field {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: calc(27 / 375 * 100vw);
  }
}
.contact__label {
  font-size: calc(16 / 1440 * 100vw);
  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: calc(14 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.contact__required {
  font-size: calc(16 / 1440 * 100vw);
  background-color: #fff;
  color: #BC334F;
  border-radius: calc(3 / 1440 * 100vw);
  margin-right: calc(16 / 1440 * 100vw);
  height: calc(28 / 1440 * 100vw);
  width: calc(49 / 1440 * 100vw);
  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: calc(14 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    width: calc(45 / 375 * 100vw);
  }
}
.contact__input {
  padding: calc(18 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  width: calc(800 / 1440 * 100vw);
  height: calc(48 / 1440 * 100vw);
  border-radius: calc(6 / 1440 * 100vw);
  border: solid 1px #717171;
  font-size: calc(16 / 1440 * 100vw);
  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: calc(18 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: 100%;
    height: calc(48 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.contact__privacy {
  width: 100%;
  background-color: #fff;
  height: calc(104 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(48 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact__privacy {
    height: 104px;
    margin-bottom: 48px;
  }
}
@media (max-width: 450px) {
  .contact__privacy {
    height: calc(112 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }
}
.contact__privacy-item {
  width: calc(285 / 1440 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1441px) {
  .contact__privacy-item {
    width: 285px;
  }
}
.contact__privacy-item:first-child {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact__privacy-item:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .contact__privacy-item:first-child {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 450px) {
  .contact__privacy-item {
    width: 100%;
  }
}
.contact__checkbox {
  width: calc(24 / 1440 * 100vw);
  height: calc(24 / 1440 * 100vw);
  border: solid 1px #717171;
  border-radius: 0.3vw;
  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: calc(8 / 1440 * 100vw);
  height: calc(16 / 1440 * 100vw);
  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: calc(8 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    top: 45%;
  }
}
@media (max-width: 450px) {
  .contact__checkbox {
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
  }
}
.contact__privacy-text {
  width: calc(245 / 1440 * 100vw);
  margin-left: calc(16 / 1440 * 100vw);
  letter-spacing: 0.01rem;
  font-size: calc(16 / 1440 * 100vw);
  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: calc(214 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.contact__button {
  margin: 0 auto calc(48 / 1440 * 100vw);
  width: calc(310 / 1440 * 100vw);
  height: calc(68 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 700;
  background-color: #FFF;
  color: #BC334F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(100 / 1440 * 100vw);
  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: calc(310 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    margin: 0 auto calc(40 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}
.contact__notice {
  margin: 0;
}
.contact__notice-container {
  width: 100%;
  margin: 0 auto;
}
.contact__notice-content {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: calc(40 / 1440 * 100vw);
}
@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: calc(229 / 1440 * 100vw);
  height: calc(180 / 1440 * 100vw);
}
@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: calc(15 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact__notice-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .contact__notice-header {
    flex-direction: row;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.contact__notice-badge {
  background-color: #FFF;
  color: #BC334F;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 2;
  padding: 0 calc(20 / 1440 * 100vw);
  margin-right: calc(20 / 1440 * 100vw);
  border-radius: calc(4 / 1440 * 100vw);
  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: calc(16 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
    margin-right: 0;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.contact__notice-title {
  font-size: calc(20 / 1440 * 100vw);
  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: calc(16 / 375 * 100vw);
    line-height: 1.4;
    text-align: start;
    margin-left: calc(10 / 375 * 100vw);
    margin-top: calc(-8 / 375 * 100vw);
  }
}
.contact__notice-body p {
  font-size: calc(18 / 1440 * 100vw);
  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: calc(14 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.contact__notice-tel {
  width: calc(229 / 1440 * 100vw);
  height: calc(180 / 1440 * 100vw);
  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: calc(5 / 375 * 100vw);
  }
}
.contact__notice-tel-label {
  width: calc(229 / 1440 * 100vw);
  height: calc(35 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  border: solid 2px #FFF;
  padding: 0;
  margin: 0 0 calc(2 / 1440 * 100vw) 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: calc(16 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw);
    margin-bottom: calc(-5 / 375 * 100vw);
    width: 100%;
  }
}
.contact__notice-tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: calc(46 / 1440 * 100vw);
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.11rem;
  text-decoration: none;
  margin-bottom: calc(10 / 1440 * 100vw);
  flex: 1;
}
@media (min-width: 1441px) {
  .contact__notice-tel-number {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.contact__notice-tel-number:hover {
  opacity: 0.8;
}
@media (max-width: 450px) {
  .contact__notice-tel-number {
    font-size: calc(40 / 375 * 100vw);
  }
}
.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: calc(2 / 375 * 100vw);
  }
}
.contact__notice-tel-hours {
  font-size: calc(14 / 1440 * 100vw);
  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: calc(12 / 375 * 100vw);
  }
}
.contact__notice-tel-hours:first-child {
  width: calc(229 / 1440 * 100vw);
  height: calc(35 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
  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: calc(16 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw);
  }
}
.contact__notice-tel-hours:last-child {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: calc(40 / 1440 * 100vw);
  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: 40px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours:last-child {
    font-size: calc(40 / 375 * 100vw);
  }
}
.contact__notice-tel-hours-day {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: calc(10 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact__notice-tel-hours-day {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 450px) {
  .contact__notice-tel-hours-day {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}
.contact__notice-tel-hours-separator {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  margin-top: calc(10 / 1440 * 100vw);
}
@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: calc(20 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.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: calc(18 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
  }
}
.contact--confirm .contact__button-group {
  display: flex;
  justify-content: center;
  gap: calc(24 / 1440 * 100vw);
  margin-top: calc(48 / 1440 * 100vw);
}
@media (min-width: 1441px) {
  .contact--confirm .contact__button-group {
    gap: 24px;
    margin-top: 48px;
  }
}
@media (max-width: 450px) {
  .contact--confirm .contact__button-group {
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(48 / 375 * 100vw);
  }
}
.contact--confirm .contact__button-group button {
  width: calc(200 / 1440 * 100vw);
  height: calc(68 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(100 / 1440 * 100vw);
  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: calc(200 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}
.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: calc(71 / 1440 * 100vw);
  text-align: center;
}
@media (min-width: 1441px) {
  .contact--complete .contact__form {
    margin-top: 71px;
  }
}
@media (max-width: 450px) {
  .contact--complete .contact__form {
    margin-top: calc(26.3 / 375 * 100vw);
  }
}
.contact--complete .contact__form p {
  font-size: calc(14 / 1440 * 100vw);
  color: #fff;
  line-height: 1.8;
  margin-bottom: calc(24 / 1440 * 100vw);
}
@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: calc(14 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.contact--complete .contact__form p a {
  color: #fff;
  text-decoration: underline;
}
.contact--complete .contact__form .contact__button-group {
  margin-top: calc(48 / 1440 * 100vw);
}
@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: calc(48 / 375 * 100vw);
  }
}
.contact--complete .contact__form .contact__button-group button {
  margin: 0 auto;
  width: calc(310 / 1440 * 100vw);
  height: calc(68 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  background-color: #004EA2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(100 / 1440 * 100vw);
  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: calc(310 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}
.contact--complete .contact__form .contact__button-group button:hover {
  opacity: 0.8;
}
