@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

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

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
}

table {
  border-collapse: collapse;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: Copperplate, "Copperplate Gothic Light", "Noto Sans JP", sans-serif;
}

.l-container {
  margin-top: -14.8vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-container {
    margin-top: -47.4vw;
  }
}

.l-inner {
  width: 66.6vw;
  min-width: 1024px;
  max-width: 100%;
  padding-left: 6.5vw;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .l-inner {
    width: 90%;
    min-width: initial;
    padding-left: 280px;
  }
}
@media screen and (max-width: 1044px) {
  .l-inner {
    padding-left: 0;
  }
}

.l-side {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 2.6vw;
  height: 100%;
}
@media screen and (max-width: 1044px) {
  .l-side {
    display: none;
  }
}
.l-side__sticky {
  position: sticky;
  top: 50px;
  left: 0;
  padding-bottom: 40px;
  backface-visibility: hidden;
}

.l-footer {
  background-color: #333;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 56px 0 100px;
  }
}
.l-footer__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    flex-direction: column;
    gap: 36px 0;
  }
}
.l-footer__item {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .l-footer__item {
    padding-top: 0;
  }
}
.l-footer__img {
  flex-basis: 387px;
}
.l-footer__logo {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-top: 32px;
  }
}
.l-footer__address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-style: normal;
  margin-top: 14px;
}
.l-footer__address::before, .l-footer__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__address::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.l-footer__address::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71;
  }
  .l-footer__address::before, .l-footer__address::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .l-footer__address::before {
    margin-top: calc((1 - 1.71) * 0.5em);
  }
  .l-footer__address::after {
    margin-bottom: calc((1 - 1.71) * 0.5em);
  }
}
.l-footer__tel {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-top: 18px;
  }
}
.l-footer__tel a {
  color: #fff;
}
.l-footer__tel-label {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer__tel-num {
  font-size: 32px;
  font-size: 2rem;
}
.l-footer__license {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
}
.l-footer__license::before, .l-footer__license::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__license::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.l-footer__license::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1044px) {
  .l-footer__license {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__license {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.84;
  }
  .l-footer__license::before, .l-footer__license::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .l-footer__license::before {
    margin-top: calc((1 - 1.84) * 0.5em);
  }
  .l-footer__license::after {
    margin-bottom: calc((1 - 1.84) * 0.5em);
  }
}
.l-footer__license-label {
  flex-shrink: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #ccc;
}

input,
select,
textarea {
  font-size: 16px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
textarea {
  appearance: none;
}

input[type=number] {
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

.c-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.45;
    font-weight: 600;
    margin-top: 12px;
  }
  .c-heading::before, .c-heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .c-heading::before {
    margin-top: calc((1 - 1.45) * 0.5em);
  }
  .c-heading::after {
    margin-bottom: calc((1 - 1.45) * 0.5em);
  }
}
.c-heading--bg {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-heading--bg {
    margin-top: 18px;
  }
}
.c-heading--bg span {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-heading--bg span {
    padding: 0 6px;
  }
}
.c-heading--bg span:nth-child(n+2) {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-heading--bg span:nth-child(n+2) {
    margin-top: 4px;
  }
}
.c-heading--bg span.end {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-heading--bg span.end {
    padding: 0 6px;
  }
}

.c-heading-en {
  font-size: 25px;
  font-size: 1.5625rem;
}

.p-mv {
  position: relative;
}
.p-mv__bg img {
  width: 100%;
}
.p-mv__logo {
  position: absolute;
  top: 2.6vw;
  left: 2.6vw;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    top: 7.4vw;
    left: 5vw;
  }
}
@media screen and (max-width: 1044px) {
  .p-mv__logo img {
    width: 28.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__logo img {
    width: 260px;
  }
}
.p-mv__catch {
  position: absolute;
  right: 6.5vw;
  top: 13vw;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    top: 25.8vw;
    right: 5vw;
  }
}
@media screen and (max-width: 1044px) {
  .p-mv__catch img {
    width: 52.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__catch img {
    width: 90vw;
  }
}

.p-fix-tel {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-fix-tel {
    top: 20px;
  }
}
@media screen and (max-width: 1044px) {
  .p-fix-tel img {
    width: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-fix-tel img {
    width: 52px;
  }
}

.p-sidebar {
  position: relative;
  padding-left: 24px;
}
.p-sidebar__item {
  overflow: visible;
}
.p-sidebar__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 5px;
  line-height: 1.3;
  overflow: visible;
}
.p-sidebar__item + .p-sidebar__item {
  margin-top: 16px;
}
.p-sidebar__num {
  font-size: 16px;
  font-size: 1rem;
  flex-shrink: 0;
  flex-basis: 28px;
  line-height: 1.3;
  overflow: visible;
}
.p-sidebar__section {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.42;
}
.p-sidebar__scroll {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: calc(100% - 16px);
  background-color: #C3C3C3;
  border-radius: 3px;
}
.p-sidebar__scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #E37E58;
  border-radius: 3px;
  transition: height 300ms, background-color 300ms;
}
.p-sidebar__scroll-bar::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #E37E58;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 300ms;
}
.p-sidebar[data-section=section01] .p-sidebar__scroll-bar {
  height: 4px;
}
.p-sidebar[data-section=section02] .p-sidebar__scroll-bar {
  height: 21%;
}
.p-sidebar[data-section=section03] .p-sidebar__scroll-bar {
  height: 41%;
}
.p-sidebar[data-section=section04] .p-sidebar__scroll-bar {
  height: 60%;
}
.p-sidebar[data-section=section05] .p-sidebar__scroll-bar {
  height: 80%;
}
.p-sidebar[data-section=section06] .p-sidebar__scroll-bar {
  height: 100%;
}
.p-sidebar.is-invert .p-sidebar__num {
  color: #fff;
}
.p-sidebar.is-invert .p-sidebar__scroll-bar,
.p-sidebar.is-invert .p-sidebar__scroll-bar::after {
  background-color: #fff;
}

.p-system {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-system {
    padding-bottom: 80px;
  }
}
.p-system__card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(51, 51, 51, 0.15);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 24px;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-system__card {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.p-system__card--big {
  padding-top: 42px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-system__card--big {
    padding-top: 52px;
    padding-bottom: 36px;
  }
}
.p-system__card + .p-system__card {
  margin-top: 40px;
}
.p-system__heading {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-system__heading {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 14px;
  }
}
.p-system__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 36px;
}
.p-system__description::before, .p-system__description::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system__description::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-system__description::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .p-system__description::before, .p-system__description::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-system__description::before {
    margin-top: calc((1 - 1.85) * 0.5em);
  }
  .p-system__description::after {
    margin-bottom: calc((1 - 1.85) * 0.5em);
  }
}
.p-system__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 2.8vw;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-system__list {
    flex-direction: column;
    gap: 56px 0;
    margin-top: 30px;
  }
}
.p-system__list li {
  flex-basis: 100%;
}
.p-system__list-img {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-system__list-img {
    margin-top: 24px;
  }
}
.p-system__list-img img {
  width: 100%;
}
.p-system__list-step {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0 10px;
}
@media screen and (max-width: 1440px) {
  .p-system__list-step {
    gap: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list-step {
    gap: 0 10px;
  }
}
.p-system__list-step.u-end {
  margin-left: -55px;
}
@media screen and (max-width: 767px) {
  .p-system__list-step.u-end {
    margin-left: 0;
  }
}
.p-system__list-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  border-radius: 100%;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1440px) {
  .p-system__list-num {
    width: 20px;
    height: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list-num {
    width: 27px;
    height: 27px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-system__list-flow {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
}
.p-system__list-flow::before, .p-system__list-flow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system__list-flow::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.p-system__list-flow::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media screen and (max-width: 1440px) {
  .p-system__list-flow {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list-flow {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-system__list-note {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  margin-top: 16px;
}
.p-system__list-note::before, .p-system__list-note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system__list-note::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}
.p-system__list-note::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system__list-note {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.66;
    margin-top: 26px;
  }
  .p-system__list-note::before, .p-system__list-note::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-system__list-note::before {
    margin-top: calc((1 - 1.66) * 0.5em);
  }
  .p-system__list-note::after {
    margin-bottom: calc((1 - 1.66) * 0.5em);
  }
}
.p-system__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.45;
  font-weight: 600;
}
.p-system__title::before, .p-system__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system__title::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.p-system__title::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-system__title {
    white-space: initial;
  }
}
.p-system__detail {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 16px;
}
.p-system__detail::before, .p-system__detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system__detail::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-system__detail::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system__detail {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .p-system__detail::before, .p-system__detail::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-system__detail::before {
    margin-top: calc((1 - 1.85) * 0.5em);
  }
  .p-system__detail::after {
    margin-bottom: calc((1 - 1.85) * 0.5em);
  }
}
.p-system-content {
  padding: 0 0 14px;
}
.p-system-content__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: 600;
  margin: 50px 0 24px;
}
.p-system-content__ttl::before, .p-system-content__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system-content__ttl::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.p-system-content__ttl::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.p-system-content__ttl::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-system-content__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 28px 0 16px;
  }
}
.p-system-content__sub {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  padding: 0 0 0 1.2em;
  margin: 0 0 24px;
}
.p-system-content__sub::before, .p-system-content__sub::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system-content__sub::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-system-content__sub::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system-content__sub {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-system-content__sub::before, .p-system-content__sub::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-system-content__sub::before {
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .p-system-content__sub::after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
}
.p-system-content__sub::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background: #E37E58;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-system-content__sub::before {
    top: 4px;
  }
}
.p-system-content__sub::after {
  content: none;
}
.p-system-content__img {
  display: block;
  max-width: 648px;
}
.p-system-content__img + .p-system-content__sub {
  margin-top: 40px;
}
.p-system-content table {
  width: 100%;
}
.p-system-content table thead th {
  width: 468px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: 400;
  border-right: 1px solid #fff;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-system-content table thead th {
    width: 68%;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px 0;
    vertical-align: middle;
  }
}
.p-system-content table thead th:last-child {
  width: 356px;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-system-content table thead th:last-child {
    width: 32%;
  }
}
.p-system-content table tbody tr:nth-child(even) td {
  background: #EEE;
}
.p-system-content table tbody td {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 12px 0;
}
.p-system-content table tbody td::before, .p-system-content table tbody td::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system-content table tbody td::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.p-system-content table tbody td::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system-content table tbody td {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-system-content table tbody td:last-child {
  color: #E37E58;
  border-right: 0;
}
.p-system-content table tbody td:last-child.bk {
  color: #E37E58;
}
.p-system-content table tbody td span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-system-content table tbody td span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-system-content-list {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-system-content-list {
    margin: 24px 0 0;
  }
}
.p-system-content-list__item {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding: 0 0 0 1em;
}
.p-system-content-list__item::before, .p-system-content-list__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-system-content-list__item::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-system-content-list__item::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-system-content-list__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-system-content-list__item::before, .p-system-content-list__item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-system-content-list__item::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .p-system-content-list__item::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}
.p-system-content-list__item::after {
  content: none;
}
.p-system-content-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.p-scene {
  background-image: url(../img/bg_scene_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 8.6vw;
}
@media screen and (max-width: 767px) {
  .p-scene {
    background-image: url(../img/bg_scene_sp.png);
    padding-top: 22.4vw;
  }
}
.p-scene__content {
  margin-top: 13vw;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-scene__content {
    margin-top: 86vw;
  }
}
.p-scene__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 50px;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-scene__item {
    flex-direction: column;
    align-items: stretch;
    gap: 20px 0;
    padding-bottom: 0;
  }
}
.p-scene__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-scene__item--reverse {
    flex-direction: column;
  }
}
.p-scene__item + .p-scene__item {
  padding-top: 50px;
  border-top: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .p-scene__item + .p-scene__item {
    padding-top: 0;
    border: none;
    margin-top: 75px;
  }
}
.p-scene__img {
  flex-basis: 26.8vw;
}
@media screen and (max-width: 1044px) {
  .p-scene__img {
    flex-basis: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .p-scene__img {
    flex-basis: 100%;
  }
}
.p-scene__img img {
  width: 100%;
}
.p-scene__detail {
  flex-shrink: 0;
}
.p-scene__fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.23;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  width: 412px;
  height: 84px;
  border-radius: 42px;
  padding-bottom: 4px;
}
.p-scene__fukidashi::before, .p-scene__fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-scene__fukidashi::before {
  margin-top: calc((1 - 1.23) * 0.5em);
}
.p-scene__fukidashi::after {
  margin-bottom: calc((1 - 1.23) * 0.5em);
}
@media screen and (max-width: 1440px) {
  .p-scene__fukidashi {
    font-size: 18px;
    font-size: 1.125rem;
    width: 320px;
    height: 74px;
  }
}
@media screen and (max-width: 767px) {
  .p-scene__fukidashi {
    position: absolute;
    width: 314px;
    height: 62px;
    top: -16px;
    left: 50%;
    translate: -50% 0;
    padding-bottom: 2px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-scene__fukidashi {
    width: 90%;
  }
}
.p-scene__fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  height: 0;
  width: 0;
  pointer-events: none;
  display: inline-block;
  border-style: solid;
  border-width: 17px 11.5px 0 11.5px;
  border-color: #E37E58 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-scene__fukidashi::after {
    border-width: 13px 8.5px 0 8.5px;
  }
}
.p-scene__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 38px;
}
.p-scene__description::before, .p-scene__description::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-scene__description::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-scene__description::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-scene__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85;
    margin-top: 0;
    padding: 0 5vw;
  }
  .p-scene__description::before, .p-scene__description::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-scene__description::before {
    margin-top: calc((1 - 1.85) * 0.5em);
  }
  .p-scene__description::after {
    margin-bottom: calc((1 - 1.85) * 0.5em);
  }
}

.p-strength {
  background-image: url(../img/bg_strength_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 8.6vw;
  padding-bottom: 386px;
}
@media screen and (max-width: 767px) {
  .p-strength {
    background-image: url(../img/bg_strength_sp.png);
    padding-top: 19.2vw;
    padding-bottom: 260px;
  }
}
.p-strength__content {
  text-align: right;
  margin-top: -5.8vw;
}
@media screen and (max-width: 767px) {
  .p-strength__content {
    text-align: center;
    margin-top: 6vw;
  }
}
.p-strength__img {
  display: block;
  margin: 0 -2.6vw;
}
@media screen and (max-width: 767px) {
  .p-strength__img img {
    width: 100%;
  }
}
.p-strength__note {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .p-strength__note {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 15px;
  }
}

.p-campaign {
  padding-top: 8.6vw;
  padding-bottom: 115px;
  position: relative;
}
.p-campaign::before {
  content: "";
  width: 100%;
  height: 392px;
  display: block;
  background-image: url(../img/bg_cam_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .p-campaign::before {
    background-image: url(../img/bg_cam_sp.png);
  }
}
@media screen and (max-width: 767px) {
  .p-campaign {
    padding-top: 54px;
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign__title {
    text-align: center;
  }
}
.p-campaign__inner {
  position: relative;
}
.p-campaign__content {
  text-align: right;
  max-width: 675px;
  margin: -26px 0 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-campaign__content {
    text-align: center;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign__img img {
    width: 100%;
  }
}
.p-campaign__illust {
  position: absolute;
  top: -466px;
  left: 50%;
  translate: -50% 0;
  width: 764px;
}
@media screen and (max-width: 767px) {
  .p-campaign__illust {
    width: 100vw;
    max-width: 420px;
    top: -250px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-campaign__illust {
    top: -270px;
  }
}
.p-campaign__illust img {
  width: 100%;
}

.p-access {
  padding: 112px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 52px 0 80px;
  }
}
.p-access__content {
  margin-top: 36px;
}
.p-access__shopname {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.42;
  font-weight: 600;
}
.p-access__shopname::before, .p-access__shopname::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-access__shopname::before {
  margin-top: calc((1 - 1.42) * 0.5em);
}
.p-access__shopname::after {
  margin-bottom: calc((1 - 1.42) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-access__shopname {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-left: 5vw;
  }
}
.p-access__map {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 10px;
  }
}
.p-access__map iframe {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2.14;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 1.4;
  }
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.u-color-orange {
  color: #E37E58;
}

.u-color-white {
  color: #fff;
}

.u-bg-orange {
  background-color: #E37E58;
}

.u-bg-gray {
  background-color: #EEEEEE;
}

.u-bg-white {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .u-sp-padding {
    padding-left: 5vw;
  }
}