@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap"); /* modern-css-reset を採用*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  background-color: #fff;
  color: #434343;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

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

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 751px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
li,
dd {
  list-style-type: none;
}

h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
}

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

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 950px) {
  .is-tab {
    display: block;
  }
}

/* スクロールすると下からふわっとさせるためのコード */
.fadeUp {
  /* 要素を透明にする */
  opacity: 0;
  /* 50px下げる */
  transform: translateY(50px);
  /* 2秒かけて、変化させる */
  transition: transform 1s, opacity 1s;
}

.fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

.top-fadeUp {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: top-fadeUp;
  opacity: 0;
}

.nowrap{
  white-space: nowrap;
}

@keyframes top-fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 3.906vw;
  }
}

.l-contents {
  background: url(../img/common/bg_pattern.webp) #F2F2F2;
  background-size: 500px;
}
@media screen and (max-width: 768px) {
  .l-contents {
    background-size: 65.104vw;
  }
}

.l-top__mv {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-top__mv {
    margin-top: 15.625vw;
    margin-top: 19.531vw;
  }
}
.l-top__result {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-top__result {
    margin-top: 13.625vw;
  }
}
.l-top__bottom-slider {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .l-top__bottom-slider {
    margin-top: 15.625vw;
  }
}

.l-about {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-about {
    margin-top: 15.625vw;
  }
}
.l-about__scheme {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .l-about__scheme {
    margin-top: 10.625vw;
  }
}
.l-about__anchors {
  margin-top: 158px;
}
@media screen and (max-width: 768px) {
  .l-about__anchors {
    margin-top: 15.719vw;
  }
}

.l-brand {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-brand {
    margin-top: 15.625vw;
  }
}
.l-brand__anchors {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .l-brand__anchors {
    margin-top: 3.516vw;
  }
}
.l-brand__products {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-brand__products {
    margin-top: 7.813vw;
  }
}

.l-result {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-result {
    margin-top: 15.625vw;
  }
}
.l-result__boxes {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-result__boxes {
    margin-top: 6.51vw;
  }
}

.l-company {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-company {
    margin-top: 15.625vw;
  }
}
.l-company__outline {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .l-company__outline {
    margin-top: 6.51vw;
  }
}

.l-contact {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-contact {
    margin-top: 15.625vw;
  }
}
.l-contact__outline {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .l-contact__outline {
    margin-top: 6.51vw;
  }
}

.l-404 {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-404 {
    margin-top: 15.625vw;
  }
}
.l-404__contents {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-404__contents {
    margin-top: 6.51vw;
  }
}

.c-section-title {
  text-align: center;
}
.c-section-title__en {
  color: #E5001B;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .c-section-title__en {
    font-size: 2.4rem;
    margin-bottom: 3.125vw;
  }
}
.c-section-title__text {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 18px;
  position: relative;
}
.c-section-title__text::after {
  background-image: linear-gradient(to right, #F8CE5F 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-section-title__text {
    font-size: 4rem;
    padding-bottom: 2.344vw;
  }
  .c-section-title__text::after {
    background-image: linear-gradient(to right, #F8CE5F 0.26vw, transparent 0.26vw);
    background-size: 0.521vw 0.521vw;
  }
}

.c-button__link {
  background: #FFE617;
  border-radius: 16px;
  box-shadow: 0 8px 0 0 #ffba00;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 598px;
  padding: 44px 0;
  position: relative;
  text-align: center;
  transform: translateY(-4px);
  transition: 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    border-radius: 2.344vw;
    box-shadow: 0 1.04vw 0 0 #ffba00;
    font-size: 4rem;
    max-width: 86.979vw;
    padding: 5.729vw 0 6.38vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .c-button__link:hover {
    box-shadow: none;
    opacity: 1;
    transform: translateY(4px);
  }
}
.c-button__link::after {
  background: url(../img/common/icon_arrow_contact.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
@media screen and (max-width: 768px) {
  .c-button__link::after {
    height: 2.865vw;
    right: 6.771vw;
    width: 2.083vw;
  }
}
.c-button span {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button span {
    padding-left: 1.042vw;
  }
}
.c-button span::before {
  background: url(../img/common/icon_mail.svg) no-repeat center center/contain;
  content: "";
  height: 50px;
  left: -34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 768px) {
  .c-button span::before {
    height: 7.813vw;
    left: -10.937vw;
    width: 7.813vw;
  }
}

.c-button-s__link {
  background: #FFE617;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 #ffba00;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 270px;
  padding: 21px 0;
  position: relative;
  text-align: center;
  transform: translateY(-2px);
  transition: 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button-s__link {
    border-radius: 1.432vw;
    box-shadow: 0 0.7vw 0 0 #ffba00;
    font-size: 2.56rem;
    max-width: 55.208vw;
    padding: 3.516vw 0 4.167vw;
  }
}
@media (any-hover: hover) {
  .c-button-s__link:hover {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .c-button-s__link:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.c-button-s__link::after {
  background: url(../img/common/icon_arrow_contact.svg) no-repeat center center/contain;
  content: "";
  height: 8px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
@media screen and (max-width: 768px) {
  .c-button-s__link::after {
    height: 1.823vw;
    right: 4.297vw;
    width: 1.302vw;
  }
}
.c-button-s span {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-s span {
    padding-left: 1.042vw;
  }
}
.c-button-s span::before {
  background: url(../img/common/icon_mail.svg) no-repeat center center/contain;
  content: "";
  height: 23px;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
@media screen and (max-width: 768px) {
  .c-button-s span::before {
    height: 4.948vw;
    left: -7.552vw;
    width: 4.948vw;
  }
}

.c-button-bl__link {
  background: #222222;
  border: 2px solid #222222;
  border-radius: 43px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 380px;
  padding: 23px 0;
  position: relative;
  text-align: center;
  transition: 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button-bl__link {
    border-radius: 999px;
    font-size: 2.8rem;
    line-height: 1.6;
    max-width: 79.167vw;
    padding: 4.167vw 0;
  }
}
@media (any-hover: hover) {
  .c-button-bl__link:hover {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .c-button-bl__link:hover {
    background: #fff;
    border: 2px solid #222222;
    color: #222222;
  }
  .c-button-bl__link:hover::after {
    background-color: #222222;
    right: 18px;
  }
}
.c-button-bl__link::after {
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  content: "";
  height: 12px;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s linear;
  width: 8px;
}
@media screen and (max-width: 768px) {
  .c-button-bl__link::after {
    height: 2.344vw;
    right: 6.51vw;
    width: 1.563vw;
  }
}
.c-button-bl span {
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .c-button-bl span {
    padding-right: 0;
  }
}

.c-speech-bubble {
  text-align: center;
}
.c-speech-bubble__text {
  background: #E5001B;
  border-radius: 43px;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 auto;
  padding: 6px 30px 8px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-speech-bubble__text {
    border-radius: 999px;
    font-size: 3.5rem;
    letter-spacing: normal;
    line-height: 1.6;
    max-width: 79.167vw;
    padding: 1.302vw 6.25vw 1.563vw;
  }
}
.c-speech-bubble__text::after {
  background: url(../img/common/deco_speech-bubble.svg) no-repeat center center/contain;
  bottom: -9px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.2s linear;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .c-speech-bubble__text::after {
    bottom: -1.823vw;
    height: 2.083vw;
    width: 6.25vw;
  }
}

.p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}
.p-header__content-top {
  background: url(../img/common/bg_pattern_red.webp) #cd2438;
  background-size: 500px;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-header__content-top {
    background: transparent;
    height: 15.885vw;
  }
}
@media screen and (min-width: 769px) {
  .p-header__content-top .p-header__inner {
    position: relative;
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__content-top .p-header__inner {
    align-items: center;
    display: flex;
    padding: 4.948vw 15.625vw 2.865vw 3.906vw;
  }
}
.p-header__content-bottom {
  background: #fff;
  padding: 30px 0 31px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__content-bottom {
    margin-bottom: 100px;
    padding: 3.906vw;
  }
  .p-header__content-bottom .p-header__inner {
    background: url(../img/common/bg_pattern.webp) #F2F2F2;
    background-color: #F2F2F2;
    background-size: 65.104vw;
    height: calc(100dvh - 7.812vw - 15.625vw);
    padding: 5.99vw 7.031vw 5.729vw;
    position: relative;
  }
}
.p-header__logo {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    max-width: 33.594vw;
    width: 100%;
  }
  .p-header__logo a {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-header__logo {
    background: #fff;
    border-radius: 100px;
    height: 200px;
    position: relative;
    vertical-align: middle;
    width: 200px;
  }
  .p-header__logo img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    width: 140px;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .p-header__logo img:hover {
    opacity: 0.7;
  }
}
.p-header__catch {
  border-bottom: 2px dotted #ffdd00;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 0 30px;
  padding: 0 0 13px;
  vertical-align: middle;
}
@media screen and (max-width: 950px) {
  .p-header__catch {
    line-height: 1.5;
    padding: 0 0 6px;
  }
  .p-header__catch .is-tab {
    line-height: 0;
  }
}
@media screen and (max-width: 790px) {
  .p-header__catch {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__catch {
    border-bottom: none;
    color: #434343;
    font-size: 2.2rem;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0 0 0 2.604vw;
    padding: 0;
  }
}
.p-header__btn {
  max-width: 270px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__content-bottom.fixed {
  left: 0;
  position: fixed;
  top: 0;
}

.p-mv {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-bottom: 0;
  }
}
.p-mv__inner {
  height: 600px;
  margin: 0 50px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .p-mv__inner {
    height: calc(600 / 1160 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    height: calc(920 / 768 * 100vw);
    margin: 3.906vw 3.906vw 0;
  }
}
.p-mv__inner::before, .p-mv__inner::after {
  content: "";
  height: 300px;
  position: absolute;
  width: 100%;
  background-size: 3640px auto;
}
@media screen and (max-width: 1160px) {
  .p-mv__inner::before, .p-mv__inner::after {
    height: calc(300 / 1160 * 100vw);
    background-size: calc(3640 / 1160 * 100vw) auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner::before, .p-mv__inner::after {
    height: 100%;
    width: 50%;
    background-size: auto calc(1867.25 / 768 * 100vw);
  }
}
.p-mv__inner::before {
  animation: bgLoopPC 50s linear infinite;
  background-image: url(../img/top/bg_mainvisual_top.webp);
  left: 0;
  top: 0;
}
@media screen and (max-width: 1160px) {
  .p-mv__inner::before {
    animation: bgLoopTAB 50s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__inner::before {
    animation: bgLoopSP 20s linear infinite;
    background-image: url(../img/top/bg_mainvisual_top_sp.webp);
  }
}
.p-mv__inner::after {
  animation: bgLoopPC 50s linear infinite reverse;
  background-image: url(../img/top/bg_mainvisual_bottom.webp);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1160px) {
  .p-mv__inner::after {
    animation: bgLoopTAB 50s linear infinite reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner::after {
    animation: bgLoopSP 20s linear infinite reverse;
    background-image: url(../img/top/bg_mainvisual_top_sp.webp);
  }
}
@keyframes bgLoopPC {
  from {
    background-position: 0;
  }
  to {
    background-position: 3640px;
  }
}
@keyframes bgLoopTAB {
  from {
    background-position: 0;
  }
  to {
    background-position: calc(3640 / 1160 * 100vw);
  }
}
@keyframes bgLoopSP {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 calc(1867.25 / 768 * 100vw);
  }
}
.p-mv__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 1160px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1160px) {
  .p-mv__text {
    padding: 0 calc(40 / 1160 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    top: 8.594vw;
    width: calc(668 / 768 * 100vw);
  }
}
.p-mv__intro {
  width: 100%;
  padding: 0 130px;
}
@media screen and (max-width: 1160px) {
  .p-mv__intro {
    padding: 0 calc(130 / 1160 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__intro {
    padding: 0 calc(57 / 768 * 100vw);
  }
}
.p-mv__message {
  margin-top: 38px;
}
@media screen and (max-width: 1160px) {
  .p-mv__message {
    margin-top: calc(38 / 1160 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__message {
    margin-top: calc(32 / 768 * 100vw);
  }
}

.p-global-nav {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    display: flex;
    flex-direction: column;
    margin-left: 4.688vw;
    text-align: left;
  }
}
.p-global-nav__item {
  color: #434343;
  line-height: 1;
}
.p-global-nav__item:not(:first-child) {
  margin: 0 0 0 50px;
}
@media screen and (max-width: 920px) {
  .p-global-nav__item:not(:first-child) {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav__item:not(:first-child) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav__item {
    padding: 5.89vw 0;
  }
  .p-global-nav__item a {
    font-size: 3.6rem;
  }
  .p-global-nav__item.is-pc {
    display: none;
  }
}
@media (min-aspect-ratio: 1/1.4) and (max-width: 768px) {
  .p-global-nav__item {
    padding: 4vw 0;
  }
}
.p-global-nav__link {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2.1px;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-global-nav__link {
    padding-bottom: 0;
  }
}
.p-global-nav__link::after {
  background: #434343;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 0;
}
.p-global-nav__link:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .p-global-nav__link:hover::after {
    width: 100%;
  }
}

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .drawer-hamburger {
    background-color: #CD2438 !important;
    display: block;
    height: 15.625vw;
    padding: 0;
    width: 15.625vw;
    z-index: 40;
  }
  .drawer-hamburger-icon {
    background-color: #fff;
    height: 0;
    margin: 0 auto;
    width: 7.813vw;
  }
  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #fff;
  }
  .drawer-hamburger-icon::before {
    height: 0.39vw;
    top: -1.562vw;
  }
  .drawer-hamburger-icon:after {
    height: 0.39vw;
    top: 1.562vw;
  }
  .drawer-nav {
    height: 100dvh;
    margin-bottom: 15.625vw;
    margin-top: 15.625vw;
  }
  .drawer--right .drawer-nav {
    right: -100%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
  .drawer-overlay {
    background-color: #fff;
  }
}
.p-drawer-cta {
  bottom: 5.859vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.p-drawer-cta .c-speech-bubble {
  position: relative;
  z-index: 2;
}
.p-drawer-cta .c-speech-bubble__text {
  font-size: 2.8rem;
  line-height: 1.2;
  padding: 1.823vw 6.4vw;
}
.p-drawer-cta .c-button {
  margin: auto;
  max-width: 78.125vw;
}
.p-drawer-cta .c-button__link {
  font-size: 3.6rem;
  padding: 5.208vw 0 5.729vw;
}
.p-drawer-cta .c-button__link::after {
  height: 2.604vw;
  right: 5.99vw;
  width: 1.823vw;
}
.p-drawer-cta .c-button span::before {
  height: 7.031vw;
  width: 7.031vw;
}

@media screen and (max-width: 768px) {
  .p-slider {
    flex-direction: column;
  }
}
.p-slider__wrapper {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-slider__wrapper {
    flex-direction: column;
  }
}
.p-slider__item {
  max-width: 455px;
  width: 23.7vw;
}
@media screen and (max-width: 768px) {
  .p-slider__item {
    width: 100%;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scroll-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.p-mv__slider-top .p-slider {
  animation: scroll-right 50s infinite linear 0.5s both;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-mv__slider-top .p-slider {
    animation: scroll-top 50s infinite linear 0.5s both;
  }
}

.p-mv__slider-bottom .p-slider {
  animation: scroll-left 50s infinite linear 0.5s both;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-mv__slider-bottom .p-slider {
    animation: scroll-bottom 50s infinite linear 0.5s both;
  }
}

.p-intro__inner {
  background: #fff;
  max-width: 1200px;
  padding: 0 20px 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    border-radius: 0 0 4.167vw 4.167vw;
    padding: 5.854vw 0 5.729vw;
  }
}
.p-intro__heading {
  left: 50%;
  position: absolute;
  top: -50px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-intro__heading {
    top: -4.036vw;
  }
}
.p-intro__heading .c-speech-bubble__text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-intro__heading .c-speech-bubble__text {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 300px) {
  .p-intro__heading .c-speech-bubble__text {
    white-space: normal;
  }
}
.p-intro__message {
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 1.866rem + 1.11vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
.p-intro__message .txt-important {
  color: #E5001B;
}
@media screen and (max-width: 768px) {
  .p-intro__message {
    font-size: 3rem;
  }
}
.p-intro__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-intro__btn {
    margin-top: 3.906vw;
  }
}

.p-top-about {
  padding: 72px 0 0;
}
.p-top-about__suggestion {
  margin: 20px auto;
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-about__suggestion {
    margin: 2.6vw auto;
  }
}
.p-top-about__slider {
  height: 428px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-about__slider {
    height: 55.729vw;
    margin-top: 6.51vw;
  }
}
.p-top-about__slider::before {
  animation: aboutLoopRight 30s linear infinite;
  background: url(../img/top/img_top-about-slider.webp);
  background-size: 1920px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-about__slider::before {
    animation: aboutLoopRightSp 20s linear infinite;
    background-size: cover;
  }
}
@keyframes aboutLoopRight {
  from {
    background-position: 0;
  }
  to {
    background-position: -1920px;
  }
}
@keyframes aboutLoopRightSp {
  from {
    background-position: 0;
  }
  to {
    background-position: -250vw;
  }
}
.p-top-about__message {
  font-size: 2.8rem;
  font-size: clamp(2.2rem, 1.799rem + 0.83vw, 2.8rem);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__message {
    font-size: 3.2rem;
    line-height: 1.7;
    margin-top: 9.115vw;
  }
}
.p-top-about__message p:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-about__message p:not(:first-child) {
    margin-top: 6.51vw;
  }
}
.p-top-about__message .txt-important {
  color: #E5001B;
  font-size: 3.6rem;
  font-size: clamp(2.6rem, 1.932rem + 1.39vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .p-top-about__message .txt-important {
    font-size: 4.2rem;
  }
}
.p-top-about__description {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .p-top-about__description {
    margin-top: 16.667vw;
  }
}
.p-top-about__qualification {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-top-about__qualification {
    margin-top: 9.115vw;
  }
}
.p-top-about__note {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__note {
    font-size: 2.6rem;
    text-align: left;
  }
}
.p-top-about__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-about__btn {
    margin-top: 5.208vw;
  }
}

.p-top-description {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-description {
    border: 0.78vw solid #F8CE5F;
    padding: 10.417vw 6.51vw 6.51vw;
  }
}
.p-top-description__ttl {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-description__ttl {
    top: -0.911vw;
  }
}
.p-top-description__text {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-description__text {
    font-size: 2.6rem;
    text-align: justify;
  }
}
.p-top-description__text p:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-description__text p:not(:first-child) {
    margin-top: 6.167vw;
  }
}
.p-top-description__image {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-description__image {
    margin-top: 8.333vw;
  }
}

.p-top-qualification {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  display: flex;
  justify-content: space-between;
  padding: 48px 4.1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-qualification {
    border: 0.78vw solid #F8CE5F;
    flex-direction: column;
    padding: 10.417vw 6.51vw 6.51vw;
  }
}
.p-top-qualification__ttl {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-qualification__ttl {
    top: -0.911vw;
  }
}
.p-top-qualification__text {
  align-items: center;
  background-color: #fff8e4;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  padding: 40px 40px;
  padding: 2.083vw 2.083vw;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__text {
    padding: 7.031vw 6.51vw 7.031vw;
  }
}
.p-top-qualification__heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__heading {
    font-size: 5.8rem;
  }
}
.p-top-qualification__description {
  font-size: 1.3rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__description {
    font-size: 2.4rem;
    margin-top: 4.167vw;
  }
}
.p-top-qualification__detail {
  margin-left: 2.083vw;
  max-width: 485px;
  width: 44%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__detail {
    margin-left: 0;
    margin-top: 3.906vw;
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
}
.p-top-qualification__detail dt {
  color: #E5001B;
  float: left;
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__detail dt {
    font-size: 3.8rem;
    padding-left: 9.896vw;
  }
}
.p-top-qualification__detail dt::before {
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__detail dt::before {
    height: 8.333vw;
    width: 8.333vw;
  }
}
.p-top-qualification__detail dt:nth-of-type(1)::before {
  background: url(../img/top/icon_announce.svg) no-repeat center center/contain;
}
.p-top-qualification__detail dt:nth-of-type(2)::before {
  background: url(../img/top/icon_caution.svg) no-repeat center center/contain;
}
.p-top-qualification__detail dd {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-left: 125px;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__detail dd {
    font-size: 2.6rem;
    margin-bottom: 4.167vw;
    margin-left: 26.693vw;
  }
}
.p-top-qualification__detail dd span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-top-qualification__detail dd span {
    font-size: 2.4rem;
  }
}
.p-top-qualification__detail dd:last-child {
  margin-bottom: 0;
}

.p-top-result__contents {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top-result__contents {
    gap: 5.208vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-result__btns {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-result__btns {
    gap: 6.51vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10.417vw;
  }
}
.p-top-result__btns .c-button-bl:nth-child(odd) .c-button-bl__link {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-result__btns .c-button-bl:nth-child(odd) .c-button-bl__link {
    margin-right: auto;
  }
}
.p-top-result__btns .c-button-bl:not(:first-child) .c-button-bl__link {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-result__btns .c-button-bl:not(:first-child) .c-button-bl__link {
    margin-left: auto;
  }
}

.p-result-box {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-result-box {
    border-radius: 1.823vw;
  }
}
.p-result-box__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px 50px;
  padding: 1.042vw 2.083vw 2.604vw;
}
@media screen and (max-width: 768px) {
  .p-result-box__body {
    padding: 3.906vw 6.51vw 4.51vw;
  }
}
.p-result-box__logo {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-result-box__logo {
    max-width: 64.063vw;
  }
}
.p-result-box__earnings {
  font-size: 3rem;
  font-size: clamp(2.6rem, 2.333rem + 0.56vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-result-box__earnings {
    font-size: 4.6rem;
    letter-spacing: normal;
    margin-top: 2vw;
  }
}
.p-result-box__earnings .txt-important {
  color: #E5001B;
}
@media screen and (max-width: 768px) {
  .p-result-box__earnings .is-tab {
    display: none;
  }
}
.p-result-box .num {
  font-size: 6rem;
  font-size: clamp(5rem, 4.332rem + 1.39vw, 6rem);
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-result-box .num {
    font-size: 9.3rem;
  }
}
.p-result-box .span {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-result-box .span {
    font-size: 2.8rem;
  }
}
.p-result-box__description {
  color: #8D8D8D;
  font-weight: 500;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-result-box__description {
    font-size: 2rem;
    margin-top: 3.646vw;
  }
}

.p-top-bottom-slider {
  height: 115px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-bottom-slider {
    height: 14.974vw;
  }
}
.p-top-bottom-slider::before {
  animation: bgBottom 30s linear infinite;
  background: url(../img/top/img_slider_footer.webp);
  background-size: 1395px;
  content: "";
  height: 115px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-bottom-slider::before {
    animation: bgBottomSp 30s linear infinite;
    background-size: 181.641vw;
    height: 14.974vw;
  }
}
@keyframes bgBottom {
  from {
    background-position: 0;
  }
  to {
    background-position: -1395px;
    @media screen and (max-width: 768px) {
      .p-top-bottom-slider {
        background-position: -181.641vw;
      }
    }
  }
}
@keyframes bgBottomSp {
  from {
    background-position: 0;
  }
  to {
    background-position: -181.641vw;
  }
}

.p-footer-contact {
  background: url(../img/common/bg_pattern_red.webp) #cd2438;
  background-size: 500px;
  overflow: hidden;
  padding: 50px 0 82px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer-contact {
    background-size: 65.104vw;
    padding: 6.51vw 0 8.984vw;
  }
}
.p-footer-contact__icon {
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__icon {
    height: 7.813vw;
    width: 7.813vw;
  }
}
.p-footer-contact__lead {
  color: #fff;
  font-size: 3.2rem;
  font-size: clamp(2.6rem, 2.199rem + 0.83vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__lead {
    font-size: 4rem;
    line-height: 1.2;
    margin-top: 2.604vw;
  }
}
.p-footer-contact__desc {
  color: #fff;
  font-size: 2.4rem;
  font-size: clamp(2rem, 1.733rem + 0.56vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__desc {
    font-size: 2.4rem;
    margin-top: 3.906vw;
  }
}
.p-footer-contact__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__btn {
    margin-top: 5.208vw;
  }
}

.p-footer {
  padding: 74px 0 102px;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 3.906vw 0 23.438vw;
  }
}
.p-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .p-footer__inner {
    flex-direction: column-reverse;
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding: 0 7.813vw;
  }
}
.p-footer__company {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__company {
    margin-top: 14.323vw;
  }
}
.p-footer__logo a {
  max-width: 170px;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__logo a {
    max-width: 45.573vw;
  }
}
@media (any-hover: hover) {
  .p-footer__logo a:hover {
    opacity: 0.7;
  }
}
.p-footer__text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-footer__text {
    font-size: 2.4rem;
    margin-top: 4.604vw;
  }
}
.p-footer__contents {
  margin-left: 40px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .p-footer__contents {
    margin-left: 0;
  }
}
.p-footer__nav-list {
  display: flex;
  margin-top: -30px;
}
@media screen and (max-width: 1200px) {
  .p-footer__nav-list {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    margin-left: -7.813vw;
    margin-top: 0;
  }
}
.p-footer__nav-item {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2.1px;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item {
    font-size: 3.2rem;
    margin-left: 7.813vw;
    margin-top: 7.313vw;
  }
}
.p-footer__nav-item:not(:first-child) {
  margin-left: 50px;
}
@media screen and (max-width: 1300px) {
  .p-footer__nav-item:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 880px) {
  .p-footer__nav-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .p-footer__nav-item:not(:first-child) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item:not(:first-child) {
    margin-left: 6.51vw;
  }
}
.p-footer__nav-link {
  padding-bottom: 3px;
  position: relative;
}
.p-footer__nav-link::after {
  background: #434343;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 0;
}
.p-footer__nav-link:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .p-footer__nav-link:hover::after {
    width: 100%;
  }
}
.p-footer__copyright {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 43px;
}
@media screen and (max-width: 1200px) {
  .p-footer__copyright {
    margin-bottom: 10.417vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    display: none;
  }
}
.p-footer.contact-footer {
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-footer.contact-footer {
    padding-bottom: 16vw;
  }
}

.p-footer-cta {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  opacity: 1;
  padding: 11px 0;
  pointer-events: none; /* 非表示時のクリックイベントを無効化 */
  position: fixed;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer-cta {
    padding: 2.214vw 0;
  }
}
.p-footer-cta.visible {
  opacity: 1;
  pointer-events: auto; /* 表示時のクリックイベントを有効化 */
  transform: translateY(0);
}

.p-about {
  padding: 53px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 7.813vw 0 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about .p-top-about__suggestion {
    margin: 4.6vw auto 1vw;
  }
}
.p-about .p-about__heading {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .p-about__heading {
    font-size: 4rem;
    letter-spacing: normal;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1030px) {
  .p-about .p-about__heading .is-tab {
    display: block;
  }
}

.p-about-scheme__ttl {
  text-align: center;
}
.p-about-scheme__ttl h2 {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 76px;
  padding-right: 76px;
  padding-top: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__ttl h2 {
    font-size: 5rem;
    line-height: 1.2;
    padding-left: 14.844vw;
    padding-right: 14.844vw;
    padding-top: 1.302vw;
  }
}
.p-about-scheme__ttl h2::before, .p-about-scheme__ttl h2::after {
  content: "";
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__ttl h2::before, .p-about-scheme__ttl h2::after {
    height: 10.417vw;
    top: 30%;
    width: 10.417vw;
  }
}
.p-about-scheme__ttl h2::before {
  background: url(../img/about/icon_quote_left.svg) no-repeat center/contain;
  left: 0;
}
.p-about-scheme__ttl h2::after {
  background: url(../img/about/icon_quote_right.svg) no-repeat center/contain;
  right: 0;
}
.p-about-scheme__ttl h2 .is-br {
  display: none;
}
@media screen and (max-width: 999px) {
  .p-about-scheme__ttl h2 .is-br {
    display: block;
    line-height: 0;
  }
}
.p-about-scheme__contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__contents {
    margin-top: 5.208vw;
  }
}
.p-about-scheme__box {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  padding: 40px 10% 60px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__box {
    border: 0.78vw solid #F8CE5F;
    padding: 5.208vw 6.51vw;
  }
}
.p-about-scheme__box:nth-of-type(2) {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__box:nth-of-type(2) {
    margin-top: 3.906vw;
  }
}
.p-about-scheme__heading {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__heading {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.p-about-scheme__heading .txt-important {
  color: #E5001B;
}
.p-about-scheme__heading .small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__heading .small {
    font-size: 3.2rem;
  }
}
.p-about-scheme__heading .is-br {
  display: none;
}
@media screen and (max-width: 870px) {
  .p-about-scheme__heading .is-br {
    display: block;
  }
}
.p-about-scheme__image {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__image {
    margin-top: 3.906vw;
  }
}
.p-about-scheme__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__text {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-top: 3.906vw;
  }
}
.p-about-scheme__text p {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.p-about-scheme__text p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__text p:not(:first-child) {
    margin-top: 5.208vw;
  }
}
.p-about-scheme__note {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__note {
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1.6;
    margin-top: 8.813vw;
  }
}
.p-about-scheme__note .is-br {
  display: none;
}
@media screen and (max-width: 880px) {
  .p-about-scheme__note .is-br {
    display: block;
  }
}
.p-about-scheme__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-scheme__btn {
    margin-top: 3.646vw;
  }
}

.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .p-anchor__list {
    margin-top: -3.646vw;
  }
}
.p-anchor__item {
  margin: 30px 15px 0;
  max-width: 320px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-anchor__item {
    margin: 3.646vw 1.823vw 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.p-anchor__link {
  background-color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 0 0 #cdcdcd;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 24px 0;
  position: relative;
  transform: translateY(-2px);
  transition: 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-anchor__link {
    box-shadow: 0 0.78vw 0 0 #cdcdcd;
    font-size: 3rem;
    padding: 3.385vw 11.979vw 4.427vw 6.25vw;
  }
}
.p-anchor__link::after {
  background: url(../img/brand/icon_anchor.svg) no-repeat center/contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
@media screen and (max-width: 768px) {
  .p-anchor__link::after {
    height: 5.469vw;
    right: 3.906vw;
    width: 5.469vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .p-anchor__link:hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.p-anchor__link span {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-anchor__link span {
    margin-right: 0;
  }
}

.p-about-brand {
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .p-about-brand {
    margin-top: 6.77vw;
    padding-top: 9.766vw;
  }
}
.p-about-brand__contents {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  padding: 58px 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-brand__contents {
    border: 0.78vw solid #F8CE5F;
    padding: 9.417vw 6.51vw 6.51vw;
  }
}
.p-about-brand__ttl {
  left: 50%;
  position: absolute;
  top: -8px;
  transform: translate(-50%, -50%);
}
.p-about-brand__images {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-brand__images {
    flex-direction: column;
    margin-top: 5.208vw;
  }
}
.p-about-brand__text {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-brand__text {
    font-size: 2.6rem;
    margin-top: 5.208vw;
  }
}
.p-about-brand__text p:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-about-brand__text p:not(:first-child) {
    margin-top: 5.99vw;
  }
}
.p-about-brand__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-brand__btn {
    margin-top: 5.208vw;
  }
}

.p-about-result {
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .p-about-result {
    padding-top: 9.766vw;
  }
}
.p-about-result__contents {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  padding: 58px 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-result__contents {
    border: 0.78vw solid #F8CE5F;
    padding: 9.417vw 6.51vw 6.51vw;
  }
}
.p-about-result__ttl {
  left: 50%;
  position: absolute;
  top: -8px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-about-result__ttl {
    top: -1.562vw;
  }
}
.p-about-result__images {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-result__images {
    flex-direction: column;
    margin-top: 5.208vw;
  }
}
.p-about-result__text {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-result__text {
    font-size: 2.6rem;
    margin-top: 5.208vw;
  }
}
.p-about-result__text p:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-about-result__text p:not(:first-child) {
    margin-top: 5.99vw;
  }
}
.p-about-result__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-result__btn {
    margin-top: 5.208vw;
  }
}

.p-about-know-how {
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .p-about-know-how {
    padding-top: 9.766vw;
  }
}
.p-about-know-how__contents {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  padding: 58px 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-know-how__contents {
    border: 0.78vw solid #F8CE5F;
    padding: 9.417vw 6.51vw 6.51vw;
  }
}
.p-about-know-how__ttl {
  left: 50%;
  position: absolute;
  top: -8px;
  transform: translate(-50%, -50%);
}
.p-about-know-how__images {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-know-how__images {
    flex-direction: column;
    margin-top: 5.208vw;
  }
}
.p-about-know-how__text {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-know-how__text {
    font-size: 2.6rem;
    margin-top: 5.208vw;
  }
}
.p-about-know-how__text p:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-about-know-how__text p:not(:first-child) {
    margin-top: 5.99vw;
  }
}

.p-brand {
  padding: 53px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-brand {
    padding: 7.813vw 0 15.625vw;
  }
}
.p-brand .p-anchor__list {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-brand .p-anchor__item {
    margin: 3.646vw 0 0;
  }
  .p-brand .p-anchor__item:not(:first-child) {
    margin-left: 2.604vw;
  }
  .p-brand .p-anchor__item:nth-of-type(3) {
    margin-left: 0;
  }
}
.p-brand .p-product:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-brand .p-product:not(:first-child) {
    margin-top: 3.906vw;
  }
}

.p-product {
  border-radius: 14px;
  overflow: hidden;
}
.p-product__head {
  display: flex;
}
.p-product__body {
  background-color: #fff;
  padding: 60px 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-product__body {
    padding: 7.813vw 6.51vw;
  }
}
.p-product__logo {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  left: 50%;
  margin: 0 auto;
  max-width: 428px;
  padding: 20px 60px;
  position: absolute;
  top: -94px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-product__logo {
    border-radius: 5.208vw 5.208vw 0 0;
    max-width: 55.729vw;
    padding: 2.604vw 7.813vw;
    top: -12vw;
  }
}
.p-product__lead {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-product__lead {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
.p-product__contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-product__contents {
    margin-top: 5.208vw;
  }
}
.p-product__list {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-product__list {
    gap: 6.51vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-product__item {
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.p-product__name {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product__name {
    font-size: 4rem;
    margin-top: 3.906vw;
  }
}
.p-product__text {
  background-color: #f4f4f4;
  border-radius: 0 20px 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 14px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-product__text {
    border-radius: 0 2.604vw 0 2.604vw;
    font-size: 2.4rem;
    margin-top: 3.906vw;
    padding: 2.604vw;
  }
}

#torte .p-product__item {
  grid-row: span 1;
}

.p-result {
  padding: 53px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-result {
    padding: 7.813vw 0 15.625vw;
  }
}
.p-result__boxes {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-result__boxes {
    gap: 5.208vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-result .p-result-box__description {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-result .p-result-box__description {
    margin-top: 3.385vw;
  }
}

.p-company {
  padding: 53px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding: 7.813vw 0 15.625vw;
  }
}

.p-company-outline {
  background-color: #fff;
  border: 4px solid #F8CE5F;
  padding: 45px 60px;
}
@media screen and (max-width: 768px) {
  .p-company-outline {
    border: 0.78vw solid #F8CE5F;
    padding: 6.51vw;
  }
}
.p-company-outline dt {
  float: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company-outline dt {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}
.p-company-outline dd {
  line-height: 1;
  margin-left: 190px;
}
@media screen and (max-width: 768px) {
  .p-company-outline dd {
    font-size: 2.6rem;
    line-height: 1.8;
    margin-left: 19.531vw;
  }
}
.p-company-outline dl:not(:first-child) dd {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-outline dl:not(:first-child) dd {
    margin-top: 3.906vw;
  }
}
.p-company-outline ol {
  padding-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-company-outline ol {
    padding-left: 2rem;
  }
}
.p-company-outline li {
  line-height: 1.6;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .p-company-outline li {
    line-height: 1.8;
  }
}
.p-company-outline .txt-ul {
  text-decoration: underline;
}

.p-contact {
  padding: 53px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 7.813vw 0 8.333vw;
  }
}
.p-contact__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 51px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    font-size: 3rem;
    line-height: 1.6;
    margin-top: 6.51vw;
  }
}
.p-contact__form {
  border-radius: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 8.073vw;
  }
}
.p-contact .form {
  background-color: #fff;
  border-radius: 0 0 14px 14px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 62px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .form {
    padding: 0 0 8.333vw;
  }
}
.p-contact .customer {
  background-color: #fffce3;
}
.p-contact .title {
  background-color: #454643;
  border-radius: 14px 14px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .title {
    font-size: 2.6rem;
    padding: 1.823vw 0 1.953vw;
  }
}
.p-contact .form_item {
  border-bottom: 1px solid #dadada;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact .form_item {
    flex-direction: column;
  }
}
.p-contact .form_item::after {
  clear: both;
  content: "";
  display: block;
}
.p-contact dt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: 40%;
  padding: 28px 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact dt {
    max-width: 100%;
    padding: 2.1vw 3.906vw 2.1vw;
  }
}
.p-contact dt label {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact dt label {
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
}
.p-contact .dt_required {
  border: 1px solid #e5004f;
  color: #e5004f;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2px 5px 3px;
  position: absolute;
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .dt_required {
    font-size: 2.2rem;
    line-height: 1;
    margin-left: 1.302vw;
    padding: 0.4vw 1.042vw 0.7vw;
    position: static;
  }
}
.p-contact dd {
  background-color: #fff;
  max-width: 60%;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact dd {
    margin-left: 0;
    max-width: 100%;
    padding: 3.906vw;
  }
}
.p-contact input[type=text] {
  background-color: #f8f8f8;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #434343;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  max-width: 200px;
  outline: none;
  padding: 8px 12px;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=text] {
    font-size: 2.8rem;
    max-width: 100%;
    padding: 3.604vw 3vw;
    width: 100%;
  }
}
.p-contact input[type=text]::-moz-placeholder {
  color: #c3c3c3;
}
.p-contact input[type=text]::placeholder {
  color: #c3c3c3;
}
.p-contact input[type=text].input-long {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=text].input-long {
    max-width: 100%;
  }
}
.p-contact textarea {
  background-color: #f8f8f8;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #434343;
  font-size: 1.5rem;
  height: 350px;
  letter-spacing: 0.05em;
  max-width: 550px;
  outline: none;
  padding: 8px 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact textarea {
    font-size: 2.8rem;
    height: 32.552vw;
    max-width: 100%;
    padding: 2.604vw 3.255vw;
  }
}
.p-contact textarea::-moz-placeholder {
  color: #c3c3c3;
}
.p-contact textarea::placeholder {
  color: #c3c3c3;
}
.p-contact .submit-wrapper {
  background: #fff;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .submit-wrapper {
    padding-top: 7.813vw;
  }
}
.p-contact .submit {
  background: #FFE617;
  border-radius: 16px;
  box-shadow: 0 8px 0 0 #ffba00;
  display: inline-block;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 598px;
  position: relative;
  position: relative;
  text-align: center;
  transform: translateY(-4px);
  transition: 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .submit {
    border-radius: 2.344vw;
    box-shadow: 0 1.04vw 0 0 #ffba00;
    font-size: 3.8rem;
    max-width: 78.125vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .p-contact .submit:hover {
    box-shadow: none;
    opacity: 1;
    transform: translateY(4px);
  }
}
.p-contact .submit::after {
  background: url(../img/common/icon_arrow_contact.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
@media screen and (max-width: 768px) {
  .p-contact .submit::after {
    height: 2.865vw;
    right: 6.771vw;
    width: 2.083vw;
  }
}
.p-contact input[type=submit] {
  background-color: transparent;
  border: none;
  color: #434343;
  cursor: pointer;
  padding: 44px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=submit] {
    padding: 5vw 2.865vw 5.7vw 0;
  }
}
.p-contact .contact__confirm {
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 32px 0 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__confirm {
    font-size: 2.6rem;
    line-height: 1.8;
    padding: 6.51vw 0;
  }
}
.p-contact .contact__confirm label {
  cursor: pointer;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__confirm label {
    margin-left: 10px;
  }
}
.p-contact input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f8f8f8;
  border: 1px solid #dadada;
  border-radius: 4px;
  cursor: pointer;
  height: 22px;
  position: relative;
  vertical-align: -8px;
  width: 22px;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=checkbox] {
    height: 4.688vw;
    margin: 2px 0 0 0;
    vertical-align: -1.172vw;
    width: 4.688vw;
  }
}
.p-contact input[type=checkbox]:checked:before {
  border-bottom: 3px solid #e5004f;
  border-right: 3px solid #e5004f;
  content: "";
  height: 14px;
  left: 7px;
  position: absolute;
  top: 1px;
  transform: rotate(50deg);
  width: 8px;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=checkbox]:checked:before {
    border-bottom: 0.52vw solid #e5004f;
    border-right: 0.52vw solid #e5004f;
    height: 2.865vw;
    left: 1.563vw;
    top: 0.391vw;
    width: 1.563vw;
  }
}
.p-contact .input-text {
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1;
  margin: 19px 0 24px;
}
@media screen and (max-width: 768px) {
  .p-contact .input-text {
    font-size: 2.6rem;
    line-height: 1.8;
    margin: 1.804vw 0;
  }
}
.p-contact__privacy {
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    padding: 0 3.906vw;
  }
}
.p-contact .has_error {
  color: red;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-contact .has_error {
    font-size: 2.6rem;
  }
}
.p-contact .em_privacy {
  background-color: #fff;
  margin-top: -20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .is-tab {
    display: none;
  }
}

#confirm .p-contact dd {
  padding: 28px 20px;
}
@media screen and (max-width: 768px) {
  #confirm .p-contact dd {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.8;
    padding: 3.906vw;
  }
}

@media screen and (max-width: 768px) {
  #thanks .p-contact {
    padding: 7.813vw 0 15.625vw;
  }
}

.p-privacy-policy {
  border: 1px solid #dadada;
  border-radius: 4px;
  height: 112px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 960px;
  overflow-y: scroll;
  padding: 20px;
  scrollbar-color: #dadada;
  scrollbar-width: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy {
    height: 39.063vw;
    padding: 3.906vw 5.208vw 3.906vw 3.906vw;
  }
}
.p-privacy-policy p {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy p {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}
.p-privacy-policy p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy p:not(:first-child) {
    margin-top: 4.688vw;
  }
}
.p-privacy-policy::-webkit-scrollbar {
  background-color: #f8f8f8;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy::-webkit-scrollbar {
    width: 2.604vw;
  }
}
.p-privacy-policy::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy::-webkit-scrollbar-thumb {
    border-radius: 1.563vw;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy-policy {
    scrollbar-width: 2.604vw;
  }
}

.p-confirm-btn {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 50px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-confirm-btn {
    flex-direction: column;
    padding: 50px 20px 0;
  }
}
.p-confirm-btn__return {
  background: #FFE617;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 #ffba00;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  margin: 0 auto;
  max-width: 270px;
  position: relative;
  text-align: center;
  transform: translateY(-2px);
  transition: 0.1s linear;
  width: 100%;
}
.p-confirm-btn__return [type=button] {
  background-color: transparent;
  border: none;
  color: #434343;
  cursor: pointer;
  padding: 21px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-confirm-btn__return [type=button] {
    padding: 4.167vw 0 4.427vw;
  }
}
@media screen and (max-width: 768px) {
  .p-confirm-btn__return {
    border-radius: 1.432vw;
    box-shadow: 0 0.7vw 0 0 #ffba00;
    font-size: 2.4rem;
    max-width: 58.594vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .p-confirm-btn__return:hover {
    box-shadow: none;
    opacity: 1;
    transform: translateY(2px);
  }
}
.p-confirm-btn__return::after {
  background: url(../img/contact/icon_arrow_return.svg) no-repeat center center/contain;
  content: "";
  height: 8px;
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
@media screen and (max-width: 768px) {
  .p-confirm-btn__return::after {
    height: 1.823vw;
    right: 4.297vw;
    width: 1.302vw;
  }
}
.p-confirm-btn__submit {
  background: #FFE617;
  border-radius: 16px;
  box-shadow: 0 8px 0 0 #ffba00;
  display: inline-block;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  margin-left: 40px;
  max-width: 598px;
  position: relative;
  position: relative;
  text-align: center;
  transform: translateY(-4px);
  transition: 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-confirm-btn__submit {
    border-radius: 2.344vw;
    box-shadow: 0 1.04vw 0 0 #ffba00;
    font-size: 3.8rem;
    margin-left: auto;
    margin-top: 7.813vw;
    max-width: 78.125vw;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .p-confirm-btn__submit:hover {
    box-shadow: none;
    opacity: 1;
    transform: translateY(4px);
  }
}
.p-confirm-btn__submit::after {
  background: url(../img/common/icon_arrow_contact.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
@media screen and (max-width: 768px) {
  .p-confirm-btn__submit::after {
    height: 2.865vw;
    right: 6.771vw;
    width: 2.083vw;
  }
}

.p-thanks {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    margin-top: 6.51vw;
  }
}
.p-thanks__text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    font-size: 3rem;
  }
}
.p-thanks__text:not(:first-child) {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-thanks__text:not(:first-child) {
    margin-top: 6.25vw;
  }
}
.p-thanks__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-thanks__btn {
    margin-top: 13.672vw;
  }
}
.p-thanks .c-button-s span::before {
  content: none;
}

.p-404 {
  padding: 52px 0 296px;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 7.813vw 0 15.625vw;
  }
}
.p-404__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: 3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-404__text:not(:first-child) {
    margin-top: 6.51vw;
  }
}
.p-404__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-404__btn {
    margin-top: 13.021vw;
  }
}
.p-404 .c-button-s span::before {
  content: none;
}

.u-separate {
  margin: 24px 0;
}
/*# sourceMappingURL=sourcemaps/style.css.map */