@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
body a, body button {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body a:hover, body button:hover {
    opacity: 0.7;
  }
}

.welfare .u-color--red {
  color: #CC2128;
}
.welfare .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .welfare .l-inner {
    max-width: min(1100px, 91.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-inner {
    max-width: 88.2666666667vw;
  }
}
.welfare .c-mx-a {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .welfare .c-sec {
    padding: min(120px, 10vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-sec {
    padding: 16vw 0;
  }
}
.welfare .c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .welfare .c-title {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .c-title {
    margin-bottom: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-title {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .c-text-m {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-text-m {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.welfare .c-text-center {
  text-align: center;
}
.welfare .c-btn {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #CC2128;
  position: relative;
  border: none;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .welfare .c-btn {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-btn {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .welfare .c-btn {
    height: min(64px, 5.3333333333vw);
  }
}
.welfare .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/landingpage/icon/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .welfare .c-btn::after {
    width: min(8px, 0.6666666667vw);
    height: min(14px, 1.1666666667vw);
    right: min(18px, 1.5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-btn::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    right: 4.2666666667vw;
  }
}
.welfare .c-btn small {
  background-color: #fff;
  color: #CC2128;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .welfare .c-btn small {
    font-size: clamp(6.5px, 1.0833333333vw, 13px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-btn small {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .c-btn small {
    padding: min(4px, 0.3333333333vw) min(16px, 1.3333333333vw);
    margin-right: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .c-btn small {
    padding: 0.5333333333vw 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.welfare .c-btn.-shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.welfare .c-btn.-wh {
  background-color: #fff;
  color: #CC2128;
  border: 1px solid #CC2128;
}
.welfare .c-btn.-wh::after {
  background-image: url(../img/landingpage/icon/ic-arrow-rd.png);
}
.welfare .c-btn.-gr {
  background-color: #21CC3E;
}
.welfare .c-btn.-gr::after {
  background-image: url(../img/landingpage/icon/ic-arrow-wh.png);
}
.welfare .l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .welfare .l-header {
    border-top: min(6px, 0.5vw) solid #CC2128;
    height: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header {
    border-top: 1.6vw solid #CC2128;
    height: 16vw;
  }
}
.welfare .l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .welfare .l-header__inner {
    padding: 0 min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__inner {
    padding: 0 5.8666666667vw;
  }
}
.welfare .l-header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000002;
}
@media screen and (min-width: 768px) {
  .welfare .l-header__logo {
    column-gap: min(15px, 1.25vw);
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-header__logo img {
    width: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__logo img {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-header__logo-txt {
    font-size: clamp(6px, 1vw, 12px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1260px) {
  .welfare .l-header__logo-txt.is-tab-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-header__navwrap {
    margin-left: auto;
    margin-right: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__navwrap {
    position: fixed;
    right: -120%;
    z-index: 1000001;
    top: 1.6vw;
    width: 100vw;
    height: calc(100vh - 1.6vw);
    background-color: #fff;
    transition: all 0.6s;
    padding: 23.4666666667vw 11.7333333333vw 16vw;
  }
  .welfare .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__nav {
    display: flex;
    flex-direction: column;
    row-gap: 16vw;
    align-items: center;
  }
}
.welfare .l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .l-header__nav-list {
    column-gap: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__nav-list {
    flex-direction: column;
    width: 100%;
  }
}
.welfare .l-header__nav-list li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .welfare .l-header__nav-list li a {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__nav-list li a {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__nav-list li a {
    padding: 6.4vw 0 4vw;
    border-bottom: 1px solid #CC2128;
  }
  .welfare .l-header__nav-list li a::after {
    position: absolute;
    content: "";
    display: block;
    background: center/contain no-repeat url(../img/landingpage/icon/ic-arrow-rd.png);
    width: 1.3333333333vw;
    height: 2.4vw;
    top: 7.2vw;
    right: 2.6666666667vw;
  }
}
.welfare .l-header__nav-btn {
  justify-content: flex-start;
  width: 54.9333333333vw;
  height: 11.7333333333vw;
  border-radius: 26.6666666667vw;
  padding-left: 4.2666666667vw;
}
.welfare .l-header__nav-btn small {
  background-color: #FEEBEB;
  color: #CC2128;
}
.welfare .l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CC2128;
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .l-header__btn {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__btn {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-header__btn {
    padding: 0 12px;
    height: min(40px, 3.3333333333vw);
    border-radius: min(100px, 8.3333333333vw);
  }
  .welfare .l-header__btn:hover {
    opacity: 1;
    background-color: #CC2128;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__btn {
    margin-left: auto;
    margin-right: 4.2666666667vw;
    height: 8px;
    height: 8.8vw;
    border-radius: 26.6666666667vw;
  }
}
.welfare .l-header__btn small {
  background-color: #FEEBEB;
  color: #CC2128;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .welfare .l-header__btn small {
    font-size: clamp(6.5px, 1.0833333333vw, 13px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__btn small {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-header__btn small {
    padding: min(4px, 0.3333333333vw) min(16px, 1.3333333333vw);
    margin-right: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-header__btn small {
    padding: 0.5333333333vw 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.welfare .l-header__openbtn {
  position: relative;
  z-index: 1000002;
  width: 5.3333333333vw;
  height: 4.2666666667vw;
}
.welfare .l-header__openbtn span {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #000;
  height: 0.5333333333vw;
  border-radius: 0.2666666667vw;
  transition: all 0.6s;
}
.welfare .l-header__openbtn span:first-of-type {
  top: 0;
}
.welfare .l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.welfare .l-header__openbtn span:last-of-type {
  bottom: 0;
}
.welfare .l-header__openbtn.is-active span:first-of-type {
  transform: rotate(45deg);
  top: 1.6vw;
}
.welfare .l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.welfare .l-header__openbtn.is-active span:last-of-type {
  transform: rotate(-45deg);
  bottom: auto;
  top: 1.6vw;
}
.welfare .l-footer {
  color: #fff;
}
.welfare .l-footer__bg {
  background-color: #282828;
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__bg {
    padding: min(120px, 10vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__bg {
    padding: 8.5333333333vw 0 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__inner {
    margin: 0 auto;
    max-width: min(1100px, 91.6666666667vw);
  }
}
.welfare .l-footer__wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__wrap {
    flex-direction: column;
    row-gap: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__company {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.1875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__company {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .l-footer__nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__nav {
    column-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__nav {
    column-gap: 5.3333333333vw;
  }
}
.welfare .l-footer__nav-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__nav-item a {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.2142857143;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__nav-item a {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__copy {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.2142857143;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__copy {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .welfare .l-footer__copy {
    margin-top: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .l-footer__copy {
    text-align: center;
    margin-top: 8.5333333333vw;
  }
}
.welfare .p-float {
  position: fixed;
  z-index: 9999;
  background-color: #CC2128;
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .welfare .p-float {
    font-size: clamp(7.5px, 1.25vw, 15px);
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-float {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-float {
    writing-mode: vertical-rl;
    text-orientation: upright;
    right: 0;
    bottom: min(170px, 20vw);
    width: min(40px, 3.3333333333vw);
    padding: min(16px, 1.3333333333vw) min(12.5px, 1.0416666667vw);
    border-radius: min(16px, 1.3333333333vw) 0 0 min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-float {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv {
    padding-top: 18.1333333333vw;
  }
}
.welfare .p-kv__wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__wrap::before, .welfare .p-kv__wrap::after {
    position: absolute;
    content: "";
    display: block;
  }
}
.welfare .p-kv__wrap::before {
  background: center/contain no-repeat url(../img/landingpage/point/dc-kv01.png);
  width: 30.625vw;
  height: 27.7777777778vw;
  top: 0;
  right: 0;
}
.welfare .p-kv__wrap::after {
  z-index: -1;
  background: center/contain no-repeat url(../img/landingpage/point/dc-kv02.png);
  width: 22.5694444444vw;
  height: 20.8333333333vw;
  bottom: 0;
  left: 0;
}
.welfare .p-kv__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text {
    flex: 1;
    margin-right: -24.5vw;
    padding-left: 11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text {
    text-align: center;
    padding: 0 5.8666666667vw;
  }
}
.welfare .p-kv__text-label {
  background-color: #FEEBEB;
  color: #CC2128;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text-label {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-label {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text-label {
    display: inline-block;
    padding: min(6px, 0.5vw) min(16px, 1.3333333333vw);
    margin-bottom: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-label {
    display: block;
    width: max-content;
    margin: 0 auto 6.4vw;
    padding: 1.6vw 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-title {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text-title {
    margin-bottom: min(24px, 2vw);
    line-height: 1.2;
    font-weight: 700;
    font-size: min(70px, 3.9vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text-txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text-txt {
    margin-bottom: min(80px, 6.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-txt {
    margin-bottom: 6.4vw;
  }
}
.welfare .p-kv__text-btn {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__text-btn {
    width: min(400px, 33.3333333333vw);
    height: min(64px, 5.3333333333vw);
    padding-left: min(35px, 2.9166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-kv__text-btn {
    margin-inline: auto;
    padding-left: 6.4vw;
    width: 76vw;
    height: 11.7333333333vw;
  }
}
.welfare .p-kv__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-kv__img {
    width: 54.375vw;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries {
    margin-bottom: 10.6666666667vw;
  }
}
.welfare .p-worries__bg {
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__bg {
    padding: min(117px, 9.75vw) 0 min(54px, 4.5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__bg {
    padding-top: 16vw;
  }
}
.welfare .p-worries__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__list {
    justify-content: center;
    column-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__list {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
.welfare .p-worries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__item {
    border-radius: min(16px, 1.3333333333vw);
    width: min(350px, 29.1666666667vw);
    min-height: min(350px, 29.1666666667vw);
    padding: min(32px, 2.6666666667vw) 0;
    row-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__item {
    width: 100%;
    border-radius: 4.2666666667vw;
    min-height: 93.3333333333vw;
    padding: 8.5333333333vw 0;
    row-gap: 6.4vw;
  }
}
.welfare .p-worries__item-label {
  border-radius: 100px;
  background-color: #CC2128;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__item-label {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__item-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__item-label {
    width: min(123px, 10.25vw);
    height: min(32px, 2.6666666667vw);
    column-gap: min(4px, 0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__item-label {
    width: 32.8vw;
    height: 8.5333333333vw;
    column-gap: 1.0666666667vw;
  }
}
.welfare .p-worries__item-num {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__item-num {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__item-num {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-worries__item img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__item img {
    height: min(80px, 6.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__item img {
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__item-title {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__item-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.92;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-worries__solve {
  position: relative;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__solve {
    padding-bottom: min(118px, 9.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__solve {
    background-color: #f1f1f1;
    padding: 8.5333333333vw 0 10.6666666667vw;
  }
}
.welfare .p-worries__solve::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__solve::before {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__solve::before {
    bottom: 0;
    transform: translateY(99%);
    height: 10.6666666667vw;
  }
}
.welfare .p-worries__solve-txt {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__solve-txt {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-worries__solve-txt {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-worries__solve-txt {
    top: max(-14px, -1.1666666667vw);
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service {
    padding-top: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service {
    padding-top: 16vw;
  }
}
.welfare .p-service__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__head {
    margin-bottom: min(112px, 9.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__head {
    margin-bottom: 10.6666666667vw;
  }
}
.welfare .p-service__head img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__head img {
    width: min(452px, 37.6666666667vw);
    margin-bottom: min(36px, 3vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__head img {
    width: 90.4vw;
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__head-lead {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__head-lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__head-lead {
    margin-bottom: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__head-lead {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__head-title {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__head-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.92;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__head-title .u-colo--red {
    font-size: clamp(16px, 2.6666666667vw, 32px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__head-title .u-colo--red {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-service__box {
  border: 2px solid #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__box {
    padding: min(60px, 5vw) 0;
    border-radius: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__box {
    padding: 16vw 0;
    border-radius: 4.2666666667vw;
  }
}
.welfare .p-service__box-title {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__box-title {
    margin-bottom: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__box-title {
    margin-bottom: 10.6666666667vw;
  }
}
.welfare .p-service__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__list {
    justify-content: center;
    column-gap: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__list {
    flex-direction: column;
    align-items: center;
    row-gap: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item {
    width: min(280px, 23.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item {
    width: 74.6666666667vw;
  }
}
.welfare .p-service__item-imgwrap {
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-imgwrap {
    border-radius: min(16px, 1.3333333333vw);
    padding: min(20px, 1.6666666667vw);
    margin-bottom: min(32px, 2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-imgwrap {
    border-radius: 4.2666666667vw;
    padding: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.welfare .p-service__item-img {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-img {
    height: min(70px, 5.8333333333vw);
    border-radius: min(4px, 0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-img {
    height: 18.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.welfare .p-service__item-img img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-img img {
    height: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-img img {
    height: 10.6666666667vw;
  }
}
.welfare .p-service__item-info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-info {
    margin-bottom: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-info {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-title {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-service__item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  border: 1px solid #7A7A7A;
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-label {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-label {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-service__item-label {
    width: min(200px, 16.6666666667vw);
    height: min(24px, 2vw);
    margin-top: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-service__item-label {
    width: 53.3333333333vw;
    height: 6.4vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-category__title {
    line-height: 1;
    margin-bottom: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__title {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category .l-inner {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-category__list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__list .swiper-pagination {
    position: static;
    margin-top: 8.5333333333vw;
    display: flex;
    justify-content: center;
    column-gap: 2.6666666667vw;
  }
}
.welfare .p-category__list .swiper-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50%;
  background-color: #F6D1D1;
  margin: 0;
  opacity: 1;
}
.welfare .p-category__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CC2128;
}
.welfare .p-category__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(204, 33, 40, 0.05);
}
@media screen and (min-width: 768px) {
  .welfare .p-category__item {
    row-gap: min(8px, 0.6666666667vw);
    padding: min(20px, 1.6666666667vw) 0;
    width: min(257px, 21.4166666667vw);
    border-radius: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__item {
    row-gap: 2.1333333333vw;
    padding: 5.3333333333vw 0;
    width: 68.5333333333vw;
    border-radius: 4.2666666667vw;
    margin: 0 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-category__item img {
    width: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__item img {
    width: 26.6666666667vw;
  }
}
.welfare .p-category__item-title {
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-category__item-title {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__item-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-category__item .c-text-m {
  line-height: 1.5;
}
.welfare .p-category__logo {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .welfare .p-category__logo {
    margin-top: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__logo {
    margin-top: 10.6666666667vw;
  }
}
.welfare .p-category__logo img {
  max-width: none;
  animation: scroll-left 30s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  .welfare .p-category__logo img {
    width: min(2198px, 183.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__logo img {
    width: 293.0666666667vw;
  }
}
.welfare .p-category__btn {
  box-shadow: 0 4px 4px rgba(204, 33, 40, 0.2);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-category__btn {
    margin-top: min(60px, 5vw);
    width: min(400px, 33.3333333333vw);
    height: min(56px, 4.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-category__btn {
    justify-content: flex-start;
    padding-left: 4.2666666667vw;
    font-size: 4vw;
    margin-top: 16vw;
    width: 88.2666666667vw;
    height: 14.9333333333vw;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.welfare .p-strengths {
  background-color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths {
    padding: min(100px, 8.3333333333vw) 0;
  }
}
.welfare .p-strengths__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__title {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__title {
    margin-bottom: 10.6666666667vw;
  }
}
.welfare .p-strengths__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__list {
    column-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__list {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
.welfare .p-strengths__item {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item {
    width: min(350px, 29.1666666667vw);
    border-radius: min(16px, 1.3333333333vw);
    min-height: min(220px, 18.3333333333vw);
    padding: min(20px, 1.6666666667vw) 0;
    row-gap: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item {
    width: 100%;
    border-radius: 4.2666666667vw;
    min-height: 53.3333333333vw;
    padding: 5.3333333333vw 0;
    row-gap: 4.2666666667vw;
  }
}
.welfare .p-strengths__item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #FEEBEB;
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-label {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-label {
    width: min(192px, 16vw);
    height: min(32px, 2.6666666667vw);
    column-gap: min(4px, 0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-label {
    width: 50.4vw;
    height: 8.5333333333vw;
    column-gap: 1.0666666667vw;
  }
}
.welfare .p-strengths__item-num {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-num {
    font-size: min(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-num {
    font-size: 5.3333333333vw;
  }
}
.welfare .p-strengths__item-title {
  text-align: center;
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-title {
    font-size: clamp(12px, 2vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.92;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-strengths__item-list li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-list li {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-list li {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-list li {
    column-gap: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-list li {
    column-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-list li:not(:last-of-type) {
    margin-bottom: min(14px, 1.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-list li:not(:last-of-type) {
    margin-bottom: 3.7333333333vw;
  }
}
.welfare .p-strengths__item-list li::before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/landingpage/icon/ic-check-rd.png);
}
@media screen and (min-width: 768px) {
  .welfare .p-strengths__item-list li::before {
    width: min(20px, 1.6666666667vw);
    height: min(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-strengths__item-list li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.welfare .p-lineup__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__list {
    justify-content: center;
    column-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__list {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
.welfare .p-lineup__item {
  position: relative;
  text-align: center;
  background: linear-gradient(90.14deg, #FF7F95 0.02%, #FFB395 99.79%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__item {
    width: min(350px, 29.1666666667vw);
    padding: min(24px, 2vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__item {
    width: 100%;
    padding: 5.6vw;
  }
}
.welfare .p-lineup__item::before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__item::before {
    width: calc(100% - min(10px, 0.8333333333vw));
    height: calc(100% - min(10px, 0.8333333333vw));
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__item::before {
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
  }
}
.welfare .p-lineup__item-label {
  background-color: #fff;
  color: #282828;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__item-label {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__item-label {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__item-label {
    padding: min(6px, 0.5vw) min(40px, 3.3333333333vw);
    margin-bottom: min(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__item-label {
    padding: 1.6vw 10.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.welfare .p-lineup__item-txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__item-txt {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__item-txt {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-lineup__table {
  margin-inline: auto;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table {
    margin-top: min(60px, 5vw);
    width: min(800px, 66.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table {
    margin-top: 10.6666666667vw;
  }
}
.welfare .p-lineup__table th, .welfare .p-lineup__table td {
  border: 1px solid #C4C4C4;
}
.welfare .p-lineup__table thead {
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table thead th {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table thead th {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table thead th {
    padding: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table thead th {
    padding: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table thead th:first-of-type {
    width: min(200px, 16.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table thead th:first-of-type {
    width: 36vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table tbody th, .welfare .p-lineup__table tbody td {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table tbody th, .welfare .p-lineup__table tbody td {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table tbody th {
    padding: min(8px, 0.6666666667vw);
    width: min(200px, 16.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table tbody th {
    vertical-align: top;
    width: 36vw;
    padding: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-lineup__table tbody td {
    padding: min(8px, 0.6666666667vw) min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-lineup__table tbody td {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.welfare .p-voice {
  background-color: #FCF4F4;
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__title {
    margin-bottom: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__title {
    margin-bottom: 6.6666666667vw;
  }
}
.welfare .p-voice__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__list {
    justify-content: center;
    column-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__list {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}
.welfare .p-voice__item {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__item {
    width: min(350px, 29.1666666667vw);
    border-radius: min(16px, 1.3333333333vw);
    padding: min(18px, 1.5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__item {
    width: 100%;
    border-radius: 4.2666666667vw;
    padding: 4.8vw 3.2vw;
  }
}
.welfare .p-voice__info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__info {
    margin-bottom: min(16px, 1.3333333333vw);
    column-gap: min(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__info {
    margin-bottom: 2.6666666667vw;
    column-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__info img {
    width: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__info img {
    width: 16vw;
  }
}
.welfare .p-voice__info-text {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__info-name {
    font-size: clamp(9px, 1.5vw, 18px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__info-name {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-voice__info-attribute {
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__info-attribute {
    font-size: clamp(7.5px, 1.25vw, 15px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__info-attribute {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__info-attribute.small {
    font-size: min(14px, 1.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__info-attribute.small {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__info-attribute {
    margin-top: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__info-attribute {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__note {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__note {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-voice__note {
    text-align: center;
    margin-top: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-voice__note {
    margin-top: 6.4vw;
  }
}
.welfare .p-flow__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__inner {
    max-width: 88.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__title {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__title {
    margin-bottom: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__title {
    margin-bottom: 16vw;
  }
}
.welfare .p-flow__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__list {
    justify-content: center;
    column-gap: min(115px, 9.5833333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__list {
    flex-direction: column;
    row-gap: 26.6666666667vw;
  }
}
.welfare .p-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item {
    row-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item {
    row-gap: 6.4vw;
  }
}
.welfare .p-flow__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/landingpage/icon/ic-arrow-flow.png);
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item:not(:last-of-type)::after {
    top: 50%;
    transform: translate(100%, -50%);
    right: max(-40px, -3.3333333333vw);
    width: min(40px, 3.3333333333vw);
    height: min(35px, 2.9166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item:not(:last-of-type)::after {
    left: 50%;
    transform: translate(-50%, 100%) rotate(90deg);
    width: 6.4vw;
    height: 5.6vw;
    bottom: -10.6666666667vw;
  }
}
.welfare .p-flow__item-step {
  background-color: #CC2128;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item-step {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item-step {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item-step {
    margin: 0 auto;
    width: min(123px, 10.25vw);
    height: min(32px, 2.6666666667vw);
    column-gap: min(4px, 0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item-step {
    width: 32.8vw;
    height: 8.5333333333vw;
    column-gap: 1.0666666667vw;
  }
}
.welfare .p-flow__item-num {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item-num {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item-num {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-flow__item img {
  display: block;
  width: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item img {
    height: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item img {
    height: 26.6666666667vw;
  }
}
.welfare .p-flow__item-title {
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-flow__item-title {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-flow__item-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.welfare .p-cta01 {
  background-color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta01 {
    padding: min(40px, 3.3333333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01 {
    padding: 10.6666666667vw 0;
  }
}
.welfare .p-cta01__box {
  background-color: #fff;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta01__box {
    align-items: center;
    border-radius: min(24px, 2vw);
    column-gap: min(63px, 5.25vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01__box {
    flex-direction: column;
    border-radius: 6.9333333333vw;
  }
}
.welfare .p-cta01__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta01__img {
    width: min(400px, 33.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01__text {
    width: 100%;
    padding: 8.5333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-cta01__title {
    margin-bottom: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01__title {
    margin-bottom: 8.5333333333vw;
  }
}
.welfare .p-cta01__btnwrap {
  display: flex;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta01__btnwrap {
    width: min(500px, 41.6666666667vw);
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01__btnwrap {
    flex-direction: column;
    width: 79.7333333333vw;
    row-gap: 5.3333333333vw;
  }
}
.welfare .p-cta01__btn01 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .welfare .p-cta01__btn01 {
    height: 17.0666666667vw;
  }
  .welfare .p-cta01__btn01 img {
    padding: 15px;
    margin: 10px;
    width: min(200px, 29vw);
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-cta01__btn02, .welfare .p-cta01__btn03 {
    width: min(238px, 19.8333333333vw);
  }
  .welfare .p-cta01__btn01 img {
    padding: 6px;
    margin: 4px;
    width: min(110px, 10vw);
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta01__btn02, .welfare .p-cta01__btn03 {
    width: 100%;
    height: 17.0666666667vw;
  }
}
.welfare .p-cta02 {
  background-color: #CC2128;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02 {
    padding: min(40px, 3.3333333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02 {
    padding: 10.6666666667vw 0;
  }
}
.welfare .p-cta02__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02__box {
    border-radius: min(24px, 2vw);
    padding: min(40px, 3.3333333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02__box {
    border-radius: 6.4vw;
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02__title {
    margin-bottom: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02__title {
    margin-bottom: 6.4vw;
  }
}
.welfare .p-cta02__mail {
  background-color: #FCF4F4;
  border: 2px solid #CC2128;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02__mail {
    width: min(500px, 41.6666666667vw);
    border-radius: min(16px, 1.3333333333vw);
    padding: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02__mail {
    width: 79.7333333333vw;
    border-radius: 6.4vw;
    padding: 10.6666666667vw 0;
  }
}
.welfare .p-cta02__mail-label {
  border-radius: 100px;
  background-color: #CC2128;
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02__mail-label {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02__mail-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02__mail-label {
    padding: min(8px, 0.6666666667vw) min(23px, 1.9166666667vw);
    margin-bottom: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02__mail-label {
    padding: 2.1333333333vw 6.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.welfare .p-cta02__mail-link {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .welfare .p-cta02__mail-link {
    font-size: clamp(9px, 1.5vw, 18px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .welfare .p-cta02__mail-link {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.referral .u-color--red {
  color: #CC2128;
}
.referral .c-mx-a {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .referral .c-sec {
    padding: min(120px, 10vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .referral .c-sec {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .referral .c-text-m {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .c-text-m {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.referral .c-text-center {
  text-align: center;
}
.referral .c-btn {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #CC2128;
  position: relative;
  border: none;
}
@media screen and (min-width: 768px) {
  .referral .c-btn {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .c-btn {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .c-btn {
    justify-content: center;
    width: min(300px, 25vw);
    height: min(64px, 5.3333333333vw);
    border-radius: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .c-btn {
    width: 54.9333333333vw;
    height: 11.7333333333vw;
    border-radius: 26.6666666667vw;
    padding-left: 6.4vw;
  }
}
.referral .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/landingpage/icon/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .referral .c-btn::after {
    width: min(8px, 0.6666666667vw);
    height: min(14px, 1.1666666667vw);
    right: min(18px, 1.5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .c-btn::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    right: 4.2666666667vw;
  }
}
.referral .l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .referral .l-header {
    border-top: min(6px, 0.5vw) solid #CC2128;
    height: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header {
    border-top: 1.6vw solid #CC2128;
    height: 16vw;
  }
}
.referral .l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .referral .l-header__inner {
    padding: 0 min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__inner {
    padding: 0 5.8666666667vw;
  }
}
.referral .l-header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000002;
}
@media screen and (min-width: 768px) {
  .referral .l-header__logo {
    column-gap: min(15px, 1.25vw);
  }
}
@media screen and (min-width: 768px) {
  .referral .l-header__logo img {
    width: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__logo img {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-header__logo-txt {
    font-size: clamp(6px, 1vw, 12px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1260px) {
  .referral .l-header__logo-txt.is-tab-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-header__navwrap {
    margin-left: auto;
    margin-right: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__navwrap {
    position: fixed;
    right: -120%;
    z-index: 1000001;
    top: 1.6vw;
    width: 100vw;
    height: calc(100vh - 1.6vw);
    background-color: #fff;
    transition: all 0.6s;
    padding: 23.4666666667vw 11.7333333333vw 16vw;
  }
  .referral .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__nav {
    display: flex;
    flex-direction: column;
    row-gap: 16vw;
    align-items: center;
  }
}
.referral .l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .referral .l-header__nav-list {
    column-gap: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__nav-list {
    flex-direction: column;
    width: 100%;
  }
}
.referral .l-header__nav-list li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .referral .l-header__nav-list li a {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__nav-list li a {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__nav-list li a {
    padding: 6.4vw 0 4vw;
    border-bottom: 1px solid #CC2128;
  }
  .referral .l-header__nav-list li a::after {
    position: absolute;
    content: "";
    display: block;
    background: center/contain no-repeat url(../img/landingpage/icon/ic-arrow-rd.png);
    width: 1.3333333333vw;
    height: 2.4vw;
    top: 7.2vw;
    right: 2.6666666667vw;
  }
}
.referral .l-header__nav-btn {
  justify-content: flex-start;
  width: 54.9333333333vw;
  height: 11.7333333333vw;
  border-radius: 26.6666666667vw;
  padding-left: 4.2666666667vw;
}
.referral .l-header__nav-btn small {
  background-color: #FEEBEB;
  color: #CC2128;
}
.referral .l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CC2128;
  color: #CC2128;
}
@media screen and (min-width: 768px) {
  .referral .l-header__btn {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__btn {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-header__btn {
    width: min(192px, 16vw);
    height: min(40px, 3.3333333333vw);
    border-radius: min(100px, 8.3333333333vw);
  }
  .referral .l-header__btn:hover {
    opacity: 1;
    background-color: #CC2128;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__btn {
    margin-left: auto;
    margin-right: 4.2666666667vw;
    width: 42.1333333333vw;
    height: 8.8vw;
    border-radius: 26.6666666667vw;
  }
}
.referral .l-header__btn small {
  background-color: #FEEBEB;
  color: #CC2128;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .referral .l-header__btn small {
    font-size: clamp(6.5px, 1.0833333333vw, 13px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__btn small {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-header__btn small {
    padding: min(4px, 0.3333333333vw) min(16px, 1.3333333333vw);
    margin-right: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-header__btn small {
    padding: 0.5333333333vw 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.referral .l-header__openbtn {
  position: relative;
  z-index: 1000002;
  width: 5.3333333333vw;
  height: 4.2666666667vw;
}
.referral .l-header__openbtn span {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #000;
  height: 0.5333333333vw;
  border-radius: 0.2666666667vw;
  transition: all 0.6s;
}
.referral .l-header__openbtn span:first-of-type {
  top: 0;
}
.referral .l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.referral .l-header__openbtn span:last-of-type {
  bottom: 0;
}
.referral .l-header__openbtn.is-active span:first-of-type {
  transform: rotate(45deg);
  top: 1.6vw;
}
.referral .l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.referral .l-header__openbtn.is-active span:last-of-type {
  transform: rotate(-45deg);
  bottom: auto;
  top: 1.6vw;
}
.referral .l-footer {
  color: #fff;
}
.referral .l-footer__bg {
  background-color: #282828;
}
@media screen and (min-width: 768px) {
  .referral .l-footer__bg {
    padding: min(120px, 10vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__bg {
    padding: 8.5333333333vw 0 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-footer__inner {
    margin: 0 auto;
    max-width: min(1100px, 91.6666666667vw);
  }
}
.referral .l-footer__wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .referral .l-footer__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__wrap {
    flex-direction: column;
    row-gap: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-footer__company {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.1875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__company {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.referral .l-footer__nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .referral .l-footer__nav {
    column-gap: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__nav {
    column-gap: 5.3333333333vw;
  }
}
.referral .l-footer__nav-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .referral .l-footer__nav-item a {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.2142857143;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__nav-item a {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-footer__copy {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.2142857143;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__copy {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .referral .l-footer__copy {
    margin-top: min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .l-footer__copy {
    text-align: center;
    margin-top: 8.5333333333vw;
  }
}
.referral .p-float {
  position: fixed;
  z-index: 9999;
  background-color: #CC2128;
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .referral .p-float {
    font-size: clamp(7.5px, 1.25vw, 15px);
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-float {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-float {
    writing-mode: vertical-rl;
    text-orientation: upright;
    right: 0;
    bottom: min(170px, 20vw);
    width: min(40px, 3.3333333333vw);
    padding: min(16px, 1.3333333333vw) min(12.5px, 1.0416666667vw);
    border-radius: min(16px, 1.3333333333vw) 0 0 min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-float {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv {
    padding-top: 18.1333333333vw;
  }
}
.referral .p-kv__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .referral .p-kv__wrap {
    flex-direction: column;
  }
}
.referral .p-kv__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .referral .p-kv__text {
    flex: 1;
    margin-right: -13.8888888889vw;
    padding-left: 9.7222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text {
    padding: 0 5.8666666667vw;
  }
}
.referral .p-kv__text-label {
  background-color: #FEEBEB;
  color: #CC2128;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .referral .p-kv__text-label {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text-label {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-kv__text-label {
    display: inline-block;
    padding: min(6px, 0.5vw) min(16px, 1.3333333333vw);
    margin-bottom: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text-label {
    display: block;
    width: max-content;
    margin: 0 auto 6.4vw;
    padding: 1.6vw 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text-title {
    font-size: calc(28 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-kv__text-title {
    margin-bottom: min(24px, 2vw);
    line-height: 1.2;
    font-weight: 700;
    font-size: min(50px, 3.4722222222vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text-title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-kv__text-txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text-txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-kv__text-txt {
    margin-bottom: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-kv__text-txt {
    margin-bottom: 6.4vw;
  }
}
.referral .p-kv__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .referral .p-kv__img {
    width: 54.375vw;
  }
}
.referral .p-about__bg {
  background-color: #FCF4F4;
}
@media screen and (min-width: 768px) {
  .referral .p-about__title {
    font-size: clamp(16px, 2.6666666667vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__title {
    margin-bottom: min(64px, 5.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__title {
    margin-bottom: 11.2vw;
  }
}
.referral .p-about__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .referral .p-about__wrap {
    justify-content: center;
    column-gap: min(48px, 4vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 7.4666666667vw;
  }
}
.referral .p-about__box {
  background: linear-gradient(180deg, #FFFFFF 69.28%, #FCFBEF 100%);
  text-align: center;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .referral .p-about__box {
    width: min(520px, 43.3333333333vw);
    border-radius: min(16px, 1.3333333333vw);
    padding: min(48px, 4vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box {
    width: 87.2vw;
    border-radius: 4.2666666667vw;
    padding: 6.9333333333vw 0 8.5333333333vw;
  }
}
.referral .p-about__box::before, .referral .p-about__box::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/landingpage/point/dc-about.png);
}
@media screen and (min-width: 768px) {
  .referral .p-about__box::before, .referral .p-about__box::after {
    width: min(100px, 8.3333333333vw);
    height: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box::before, .referral .p-about__box::after {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__box::before {
    top: max(-4px, -0.3333333333vw);
    left: max(-4px, -0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box::before {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
  }
}
.referral .p-about__box::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .referral .p-about__box::after {
    bottom: max(-4px, -0.3333333333vw);
    right: max(-4px, -0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box::after {
    bottom: -0.5333333333vw;
    right: -0.5333333333vw;
  }
}
.referral .p-about__box-label {
  background-color: #CC2128;
  color: #fff;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .referral .p-about__box-label {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box-label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__box-label {
    display: inline-block;
    padding: min(12px, 1vw) min(56px, 4.6666666667vw);
    margin-bottom: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61.3333333333vw;
    height: 8.5333333333vw;
    margin: 0 auto 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__box-price {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box-price {
    font-size: calc(24 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__box-price {
    margin-bottom: min(12px, 1vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box-price {
    margin-bottom: 0.8vw;
  }
}
.referral .p-about__box-num {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .referral .p-about__box-num {
    font-size: clamp(24px, 4vw, 48px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box-num {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__box-txt {
    font-size: clamp(9px, 1.5vw, 18px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__box-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__note {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__note {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__note {
    text-align: center;
    margin-top: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__note {
    width: 87.2vw;
    margin: 10.6666666667vw auto 0;
  }
}
.referral .p-about__conditions {
  border: 1px solid #CC2128;
}
@media screen and (min-width: 768px) {
  .referral .p-about__conditions {
    margin-top: min(40px, 3.3333333333vw);
    max-width: min(637px, 53.0833333333vw);
    padding: min(24px, 2vw) min(58px, 4.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__conditions {
    margin-top: 10.6666666667vw;
    max-width: 88.2666666667vw;
    padding: 5.8666666667vw;
  }
}
.referral .p-about__conditions-title {
  border-bottom: 1px solid #CC2128;
}
@media screen and (min-width: 768px) {
  .referral .p-about__conditions-title {
    font-size: clamp(9px, 1.5vw, 18px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__conditions-title {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-about__conditions-title {
    max-width: min(500px, 41.6666666667vw);
    padding-bottom: min(10px, 0.8333333333vw);
    margin-bottom: min(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-about__conditions-title {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow {
    padding-top: min(94px, 7.8333333333vw);
  }
}
.referral .p-flow__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__inner {
    max-width: min(1155px, 91.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__inner {
    max-width: 88.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__title {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__title {
    margin-bottom: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__title {
    margin-bottom: 16vw;
  }
}
.referral .p-flow__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: min(87px, 7.25vw);
    row-gap: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__list {
    flex-direction: column;
    row-gap: 17.3333333333vw;
  }
}
.referral .p-flow__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: min(24px, 2vw);
    text-align: center;
    max-width: min(250px, 18.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item {
    padding-left: 31.2vw;
  }
}
.referral .p-flow__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/landingpage/icon/ic-arrow-flow.png);
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item:not(:last-of-type)::after {
    top: min(124px, 10.3333333333vw);
    transform: translate(100%);
    right: max(-30px, -2.5vw);
    width: min(40px, 3.3333333333vw);
    height: min(35px, 2.9166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item:not(:last-of-type)::after {
    left: 50%;
    transform: translate(-50%, 100%) rotate(90deg);
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    bottom: -6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item:nth-of-type(4n)::after {
    display: none;
  }
}
.referral .p-flow__item-step {
  background-color: #CC2128;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item-step {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item-step {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item-step {
    margin: 0 auto;
    width: min(123px, 10.25vw);
    height: min(32px, 2.6666666667vw);
    column-gap: min(4px, 0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item-step {
    width: 18.9333333333vw;
    height: 6.1333333333vw;
    position: absolute;
    top: 0;
    left: 5.8666666667vw;
  }
}
.referral .p-flow__item-num {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item-num {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item-num {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.referral .p-flow__item img {
  display: block;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item img {
    width: auto;
    margin-inline: auto;
    height: min(100px, 8.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item img {
    position: absolute;
    width: 16vw;
    left: 7.0666666667vw;
    top: 8.2666666667vw;
  }
}
.referral .p-flow__item-title {
  color: #CC2128;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item-title {
    font-size: clamp(10px, 1.6666666667vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item-title {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item-title {
    min-height: min(60px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__item-title {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__item .c-text-m {
    letter-spacing: 0.04em;
  }
}
.referral .p-flow__box {
  display: flex;
  border: 1px solid #CC2128;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__box {
    margin-top: min(60px, 5vw);
    width: min(951px, 79.25vw);
    height: min(64px, 5.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__box {
    flex-direction: column;
    margin-top: 16vw;
  }
}
.referral .p-flow__box-head {
  background-color: #CC2128;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__box-head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(300px, 25vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__box-head {
    padding: 2.1333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__box-head .txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__box-head .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__box-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__box-body {
    width: 100%;
    padding: 4.2666666667vw 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__box-body .txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__box-body .txt {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.referral .p-flow__notes {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .referral .p-flow__notes {
    max-width: min(951px, 79.25vw);
    margin-top: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__notes {
    max-width: 88.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-flow__notes p {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-flow__notes p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.referral .p-faq__bg {
  background-color: #f1f1f1;
}
.referral .p-faq__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__title {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-faq__title {
    margin-bottom: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__title {
    margin-bottom: 10.6666666667vw;
  }
}
.referral .p-faq__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__wrap {
    max-width: min(800px, 66.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__wrap {
    max-width: 88.2666666667vw;
  }
}
.referral .p-faq__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item {
    border-radius: min(8px, 0.6666666667vw);
    padding: min(16px, 1.3333333333vw) min(16px, 1.3333333333vw) min(16px, 1.3333333333vw) min(32px, 2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item {
    border-radius: 2.1333333333vw;
    padding: 4.2666666667vw 6.1333333333vw 4.2666666667vw 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item:not(:last-of-type) {
    margin-bottom: min(32px, 2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.referral .p-faq__item-head, .referral .p-faq__item-body {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item-head, .referral .p-faq__item-body {
    column-gap: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item-head, .referral .p-faq__item-body {
    column-gap: 2.1333333333vw;
  }
}
.referral .p-faq__item-head::before, .referral .p-faq__item-body::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item-head::before, .referral .p-faq__item-body::before {
    width: min(30px, 2.5vw);
    height: min(30px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item-head::before, .referral .p-faq__item-body::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.referral .p-faq__item-head .txt, .referral .p-faq__item-body .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item-head .txt, .referral .p-faq__item-body .txt {
    padding-top: min(3px, 0.25vw);
  }
}
.referral .p-faq__item-head {
  border-bottom: 1px dashed #c4c4c4;
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item-head {
    padding-bottom: min(8px, 0.6666666667vw);
    margin-bottom: min(8px, 0.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item-head {
    padding-bottom: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.referral .p-faq__item-head::before {
  background-image: url(../img/landingpage/icon/ic-q.png);
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item-head .txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item-head .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.referral .p-faq__item-body::before {
  background-image: url(../img/landingpage/icon/ic-a.png);
}
@media screen and (min-width: 768px) {
  .referral .p-faq__item-body .txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-faq__item-body .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form {
    background-color: #FCF4F4;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__lead {
    margin-bottom: min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__lead {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__lead-title {
    font-size: clamp(14px, 2.3333333333vw, 28px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__lead-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__lead-title {
    margin-bottom: min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__lead-title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__lead-txt {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__lead-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.referral .p-form__box {
  background-color: #FCF4F4;
}
@media screen and (min-width: 768px) {
  .referral .p-form__box {
    max-width: min(709px, 59.0833333333vw);
    border-radius: min(24px, 2vw);
    padding: min(60px, 5vw) min(40px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__box {
    max-width: 88.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__item {
    max-width: min(600px, 50vw);
    margin: 0 auto min(24px, 2vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__item {
    margin-bottom: 4.2666666667vw;
  }
}
.referral .p-form__label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .referral .p-form__label {
    font-size: clamp(7.5px, 1.25vw, 15px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__label {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__label {
    column-gap: min(8px, 0.6666666667vw);
    margin-bottom: min(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__label {
    column-gap: 1.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.referral .p-form__badge {
  background-color: #CC2128;
  color: #fff;
  border-radius: 999px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .referral .p-form__badge {
    font-size: clamp(6px, 1vw, 12px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__badge {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__badge {
    padding: min(4px, 0.3333333333vw) min(16px, 1.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__badge {
    padding: 0.5333333333vw 2.1333333333vw;
  }
}
.referral .p-form__input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .referral .p-form__input {
    font-size: clamp(8px, 1.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__input {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__input {
    height: min(40px, 3.3333333333vw);
    padding: min(16px, 1.3333333333vw);
    border-radius: min(4px, 0.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__input {
    height: 10.6666666667vw;
    padding: 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__links {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__links {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__links {
    margin: min(40px, 3.3333333333vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__links {
    margin: 10.6666666667vw 0 6.4vw;
  }
}
.referral .p-form__links a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .referral .p-form__notes {
    width: max-content;
    margin: min(40px, 3.3333333333vw) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__notes {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .referral .p-form__notes p {
    font-size: clamp(7px, 1.1666666667vw, 14px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .referral .p-form__notes p {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.error_text {
  color: #9e3436;
  font-size: 10px;
  font-size: 0.85rem;
  display: block;
  padding-top: -3px
}
.c-toast-container {
    z-index: 200000 !important;
}

/* test */
.c-category-slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.c-category-slider__track::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.c-category-slider__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 80%; /* chỉnh theo thiết kế, hoặc dùng % item hiển thị cùng lúc */
}

.c-category-slider__pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.c-category-slider__pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.2s;
}
.c-category-slider__pagination span.is-active {
  background: #333;
}