@charset "UTF-8";

/* reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --font-ja: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --width-content-md: 119.2rem;
  --line-height-base: 1.57;
  --line-height-sm: 1.2;
  --opacity-hover: 0.8;
  --easing: cubic-bezier(0, 0.55, 0.45, 1);
}

/* base
-------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 1.3333333333vw;
  }
}

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

body {
  position: relative;
  z-index: 0;
  font-family: var(--font-ja);
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: var(--line-height-base);
  color: #000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 576px) {
  body {
    text-size-adjust: 100%;
  }
}

::-moz-selection {
  color: #FFF;
  background: #000;
}

::selection {
  color: #FFF;
  background: #000;
}

/* a
-------------------------------------------------------------- */
a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/* img 
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* l-header
---------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 2.5rem;
  background: #FFF;
  transition: transform 0.3s var(--easing);
}

@media screen and (max-width: 960px) {
  .l-header {
    position: fixed;
    padding-top: 2.5rem;
    padding-bottom: 2.1rem;
  }
}

.l-header__container {
  --padding-x: 2rem;
  padding-inline: var(--padding-x);
}

@media screen and (min-width: 961px) {
  .l-header__container {
    width: 100%;
    margin-inline: auto;
    width: min(100%, var(--width-content-md) + var(--padding-x) * 2);
  }
}

@media screen and (max-width: 960px) {
  .l-header__container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 5.8rem;
    padding-right: 5.3rem;
  }
}

@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 40.4vw;
  }
}

/* l-header__nav
---------------------------------------------------------- */
.l-header__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 1.1rem;
  margin-bottom: 1.2rem;
}

.l-header__nav-item {
  display: block;
  text-align: center;
  font-size: 3.3rem;
  font-weight: 500;
  margin-inline: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: var(--line-height-sm);
  letter-spacing: -0.1em;
  text-decoration: none;
  transition: color 0.4s var(--easing);
}

@media (any-hover: hover) {
  .l-header__nav-item:hover {
    color: #545557;
  }
}

/* l-header__modal
---------------------------------------------------------- */
.l-header__modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #FFF;
  transition: opacity 0.6s var(--easing), visibility 0.6s var(--easing);
}

.l-header__modal.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__modal-body {
  overflow-y: scroll;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.l-header__modal-list {
  width: 100%;
}

.l-header__modal-item {
  text-align: center;
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}

.l-header__modal-item:not(:last-child) {
  margin-bottom: 2.8rem;
}

/* l-header__menu
---------------------------------------------------------- */
.l-header__menu {
  display: none;
  cursor: pointer;
}

.l-header__menu.is-active .l-header__menu-line:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}

.l-header__menu.is-active .l-header__menu-line:nth-of-type(2) {
  transform: rotate(-45deg);
}

.l-header__menu.is-active .l-header__menu-line:nth-of-type(2):after {
  transform: rotate(90deg);
}

.l-header__menu.is-active .l-header__menu-line:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

@media screen and (max-width: 960px) {
  .l-header__menu {
    display: block;
  }
}

.l-header__menu-line {
  position: relative;
  z-index: 2;
  width: 5rem;
  height: 7px;
  background: #292a2d;
  transition: opacity 0.4s var(--easing), transform 0.4s var(--easing);
}

@media screen and (max-width: 576px) {
  .l-header__menu-line {
    height: 4px;
  }
}

.l-header__menu-line:nth-of-type(2):after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: inherit;
  transition: opacity 0.4s var(--easing), transform 0.4s var(--easing);
}

@media screen and (max-width: 576px) {
  .l-header__menu-line:nth-of-type(2):after {
    height: 4px;
  }
}

.l-header__menu-line:not(:last-child) {
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 576px) {
  .l-header__menu-line:not(:last-child) {
    margin-bottom: 6px;
  }
}

/* l-main
---------------------------------------------------------- */
.l-main {
  display: block;
}

@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 10.7rem;
  }
}

/* l-footer
---------------------------------------------------------- */
.l-footer {
  padding-block: 13.6rem;
  background: #9b9b9b;
}

.l-footer__logo {
  display: flex;
  justify-content: center;
}

.l-footer__logo>a {
  display: block;
  text-decoration: none;
  transition: opacity 0.4s var(--easing);
}

@media screen and (max-width: 960px) {
  .l-footer__logo>a {
    width: 30.3rem;
  }
}

@media (any-hover: hover) {
  .l-footer__logo>a:hover {
    opacity: var(--opacity-hover);
  }
}

/* =============================================================
container
============================================================= */
/* c-container
---------------------------------------------------------- */
[class^=c-container-] {
  --padding-x: 6rem;
  width: 100%;
  position: relative;
  z-index: 0;
  margin-inline: auto;
  padding-inline: var(--padding-x);
}

@media screen and (min-width: 961px) {
  .c-container-md {
    max-width: calc(var(--width-content-md) + var(--padding-x) * 2);
  }
}

@media screen and (max-width: 960px) {
  .c-container-md {
    padding-inline: min(5.5rem, var(--padding-x));
  }
}

/* =============================================================
button
============================================================= */
/* c-button-01
---------------------------------------------------------- */
.c-button-01 {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  width: 58rem;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: var(--line-height-sm);
  padding-block: 2.7rem;
  padding-inline: 2rem;
  border-radius: 9999px;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #17100c;
  white-space: nowrap;
  transition: opacity 0.4s var(--easing);
}

@media screen and (max-width: 960px) {
  .c-button-01 {
    font-size: 2.7rem;
    width: 33.5rem;
    padding-block: 1.7rem;
  }
}

.c-button-01 .is-sm {
  display: block;
  font-size: 3.6rem;
}

@media screen and (max-width: 960px) {
  .c-button-01 .is-sm {
    font-size: 2rem;
  }
}

.c-button-01 i {
  display: inline-block;
  height: 3.7rem;
  transform: translateY(0.1rem);
  margin-left: 1.4rem;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background: #000;
}

@media screen and (max-width: 960px) {
  .c-button-01 i {
    height: 2rem;
  }
}

@media (any-hover: hover) {
  .c-button-01:hover {
    opacity: var(--opacity-hover);
  }
}

/* c-button-02
---------------------------------------------------------- */
.c-button-02 {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  width: 58rem;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: var(--line-height-sm);
  padding-block: 2.7rem;
  padding-inline: 2rem;
  border-radius: 9999px;
  text-decoration: none;
  color: #FFF;
  background: #545557;
  box-shadow: 0px 0.5rem 0.7rem 0px rgba(0, 0, 0, 0.24);
  border: 2px solid #333;
  white-space: nowrap;
  transition: opacity 0.5s var(--easing);
}

@media screen and (max-width: 960px) {
  .c-button-02 {
    font-size: 3.5rem;
    width: 43.2rem;
    padding-block: 2rem;
  }
}

.c-button-02 .is-sm {
  display: block;
  font-size: 3.6rem;
}

@media screen and (max-width: 960px) {
  .c-button-02 .is-sm {
    font-size: 2.6rem;
  }
}

.c-button-02 i {
  display: inline-block;
  height: 3.7rem;
  transform: translateY(0.1rem);
  margin-left: 1.4rem;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background: #FFF;
}

@media screen and (max-width: 960px) {
  .c-button-02 i {
    height: 2rem;
  }
}

@media (any-hover: hover) {
  .c-button-02:hover {
    opacity: var(--opacity-hover);
  }
}

/* =============================================================
title
============================================================= */
/* c-title-01 
------------------------------------------------------------- */
.c-title-01 {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .c-title-01 {
    font-size: 3.1rem;
  }
}

.c-title-01:before,
.c-title-01:after {
  content: "";
  display: block;
  width: 51.5rem;
  height: 8px;
  margin-inline: auto;
  background-image: linear-gradient(to right, #202020 0px, #202020 3.8rem, transparent 3.8rem, transparent 8rem);
  background-size: 8rem 100%;
}

@media screen and (max-width: 960px) {

  .c-title-01:before,
  .c-title-01:after {
    width: 32.4rem;
    height: 5px;
    background-image: linear-gradient(to right, #202020 0, #202020 2.3rem, transparent 2.3rem, transparent 5rem);
    background-size: 5rem 100%;
  }
}

@media screen and (max-width: 576px) {

  .c-title-01:before,
  .c-title-01:after {
    height: 3px;
  }
}

.c-title-01:before {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 960px) {
  .c-title-01:before {
    margin-bottom: 3rem;
  }
}

.c-title-01:after {
  margin-top: 4.8rem;
}

@media screen and (max-width: 960px) {
  .c-title-01:after {
    margin-top: 3rem;
  }
}

/* c-title-02
------------------------------------------------------------- */
.c-title-02 {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .c-title-02 {
    font-size: 3.1rem;
  }
}

.c-title-02:before,
.c-title-02:after {
  content: "";
  display: block;
  width: 32.4rem;
  height: 5px;
  margin-inline: auto;
  background-image: linear-gradient(to right, #202020 0, #202020 2.3rem, transparent 2.3rem, transparent 5rem);
  background-size: 5rem 100%;
}

@media screen and (max-width: 576px) {

  .c-title-02:before,
  .c-title-02:after {
    height: 3px;
  }
}

.c-title-02:before {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 960px) {
  .c-title-02:before {
    margin-bottom: 3rem;
  }
}

.c-title-02:after {
  margin-top: 1.6rem;
}

@media screen and (max-width: 960px) {
  .c-title-02:after {
    margin-top: 3rem;
  }
}

/* =============================================================
animation
============================================================= */
/* fade-in-image
------------------------------------------------------------- */
[data-animation=fade-in-image].is-in-view img {
  opacity: 1;
  transform: scale(1);
}

.js-fade-in-image {
  overflow: hidden;
  line-height: 0;
}

.js-fade-in-image img {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s var(--easing), transform 0.8s var(--easing) 0.2s;
}

/* fade-in-up
------------------------------------------------------------- */
[data-animation=fade-in-up] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(1rem);
  transition: visibility 0.4s var(--easing), opacity 0.4s var(--easing), transform 0.4s var(--easing);
}

[data-animation=fade-in-up].is-in-view {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* =============================================================
home
============================================================= */
/* p-lp-fv
------------------------------------------------------------- */
.p-lp-fv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 68rem;
  margin-inline: auto;
  background: url(../img/lp/img_fv_01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-lp-fv {
    width: calc(100% - 4rem);
    height: 37.2rem;
  }
}

.p-lp-fv__button {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .p-lp-fv__button {
    bottom: 5.5rem;
  }
}

/* p-lp-about
------------------------------------------------------------- */
.p-lp-about {
  text-align: center;
  padding-top: 9.7rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.p-lp-about__title-01 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
  color: #4e4b42;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-lp-about__title-01 {
    font-size: 3.7rem;
    margin-bottom: 2.2rem;
  }
}

.p-lp-about__title-01:after {
  content: "";
  display: block;
  width: 44rem;
  height: 3px;
  background: #292a2d;
  margin-top: 4.7rem;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .p-lp-about__title-01:after {
    width: 30.5rem;
    margin-top: 3.2rem;
  }
}

.p-lp-about__title-02 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 10.7rem;
  color: #4e4b42;
}

@media screen and (max-width: 960px) {
  .p-lp-about__title-02 {
    font-size: 3.7rem;
    margin-bottom: 4.4rem;
  }
}

.p-lp-about__text {
  font-size: 3.3rem;
  font-weight: 500;
  margin-bottom: 6.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about__text {
    font-size: 2.3rem;
    line-height: 1.6363636364;
    margin-bottom: 6.9rem;
  }
}

.p-lp-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem 5rem;
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about__list {
    gap: 2rem 4.6875%;
  }
}

.p-lp-about__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 46.8rem;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.6;
  padding-block: 2.4rem;
  padding-inline: 2rem;
  border-radius: 9999px;
  text-decoration: none;
  color: #FFF;
  background: #292a2d;
}

@media screen and (max-width: 960px) {
  .p-lp-about__item {
    width: 47.5%;
    font-size: 2.2rem;
    padding-block: 1.4rem;
  }
}

.p-lp-about__item .is-sm {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-about__item .is-sm {
    font-size: 1.6rem;
  }
}

/* p-lp-worry
------------------------------------------------------------- */
.p-lp-worry {
  text-align: center;
  padding-top: 19.5rem;
  padding-bottom: 13.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry {
    padding-top: 7.8rem;
    padding-bottom: 15.2rem;
  }
}

.p-lp-worry__list {
  display: inline-block;
  margin-top: 7rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__list {
    margin-top: 4rem;
  }
}

.p-lp-worry__item {
  display: flex;
  align-items: center;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item {
    font-size: 2.3rem;
  }
}

.p-lp-worry__item:not(:last-child) {
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

.p-lp-worry__item:before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
  background: url(../img/lp/icon_check_01_bk.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item:before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 1rem;
  }
}

.p-lp-worry__item .is-sm {
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__item .is-sm {
    font-size: 1.6rem;
  }
}

.p-lp-worry__body {
  padding-top: 10rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__body {
    padding-top: 4.8rem;
  }
}

@media screen and (max-width: 960px) {
  .p-lp-worry__icon {
    width: 8.2rem;
  }
}

.p-lp-worry__title {
  font-size: 5rem;
  font-weight: 500;
  margin-top: 2.3rem;
  margin-bottom: 2.8rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__title {
    font-size: 2.9rem;
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-lp-worry__text {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.6551724138;
}

@media screen and (max-width: 960px) {
  .p-lp-worry__text {
    font-size: 2.2rem;
  }
}

/* p-lp-service
------------------------------------------------------------- */
.p-lp-service {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 12.4rem;
  background: url(../img/lp/bg_service_01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-lp-service {
    padding-top: 3.2rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-service__text {
  font-size: 2.9rem;
  font-weight: 500;
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-service__text {
    font-size: 2.3rem;
    margin-top: 6rem;
  }
}

/* p-lp-feature
------------------------------------------------------------- */
.p-lp-feature {
  padding-top: 12.4rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-feature {
    padding-top: 19.8rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-feature__list {
  margin-top: 4.6rem;
}

@media screen and (min-width: 961px) {
  .p-lp-feature__list {
    display: flex;
    justify-content: space-between;
  }
}

.p-lp-feature__item {
  flex: 1;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-feature__item:not(:last-child) {
    margin-bottom: 8.2rem;
  }
}

.p-lp-feature__icon {
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-feature__icon {
    margin-bottom: 0;
  }
}

.p-lp-feature__title {
  font-size: 2.9rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  line-height: 1.4827586207;
}

@media screen and (max-width: 960px) {
  .p-lp-feature__title {
    margin-bottom: 0;
  }
}

.p-lp-feature__text {
  font-size: 2.3rem;
}

/* p-lp-merit
------------------------------------------------------------- */
.p-lp-merit {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-merit {
    padding-top: 17.7rem;
    padding-bottom: 4.6rem;
  }
}

.p-lp-merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 8.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-merit__list {
    margin-top: 3rem;
    gap: 7.5rem 4.6875%;
  }
}

.p-lp-merit__item {
  flex: 1;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-merit__item {
    flex: 47.5%;
    font-size: 2.2rem;
  }

  .p-lp-merit__item:nth-child(1) .p-lp-merit__icon img {
    width: 19.8rem;
    height: auto;
  }

  .p-lp-merit__item:nth-child(2) .p-lp-merit__icon img {
    width: 19.5rem;
    height: auto;
  }

  .p-lp-merit__item:nth-child(3) .p-lp-merit__icon img {
    width: 18.8rem;
    height: auto;
  }

  .p-lp-merit__item:nth-child(4) .p-lp-merit__icon img {
    width: 14.4rem;
    height: auto;
  }
}

.p-lp-merit__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-merit__icon {
    margin-bottom: 0.4rem;
  }
}

.p-lp-merit__text {
  font-size: 2.3rem;
  line-height: 1.2727272727;
}

/* p-lp-flow
------------------------------------------------------------- */
.p-lp-flow {
  padding-top: 8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-flow {
    padding-top: 17rem;
  }
}

.p-lp-flow__list {
  margin-top: 4.8rem;
  margin-inline: auto;
}

@media screen and (min-width: 961px) {
  .p-lp-flow__list {
    width: 99rem;
  }
}

.p-lp-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 3rem 5%;
  padding-block: 3rem;
  padding-left: 7rem;
  padding-right: 5rem;
  background: #292a2d;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__item {
    padding-block: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-lp-flow__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding-top: 0.5rem;
  padding-right: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__content {
    order: 2;
    padding-left: 2rem;
    padding-right: 0;
  }
}

.p-lp-flow__number {
  font-size: 3.1rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  line-height: 1;
}

.p-lp-flow__number>div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  font-size: 5.4rem;
  margin-left: 1.2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 1;
}

.p-lp-flow__number>div>span {
  display: inline-block;
  margin-top: -1rem;
}

.p-lp-flow__title {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.4242424242;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__title {
    font-size: 3.1rem;
  }
}

.p-lp-flow__title .is-sm {
  display: block;
  font-size: 2rem;
}

.p-lp-flow__image {
  width: 22.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-flow__image {
    order: 1;
  }
}

.p-lp-flow__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* p-lp-free-session
------------------------------------------------------------- */
.p-lp-free-session {
  padding-top: 8.3rem;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session {
    padding-top: 5.5rem;
  }
}

.p-lp-free-session__title-01 {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session__title-01 {
    font-size: 2.5rem;
    margin-top: 4rem;
    margin-bottom: 3.7rem;
  }
}

.p-lp-free-session__title-02 {
  text-align: center;
  font-size: 2.9rem;
  font-weight: 500;
  margin-bottom: 4.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session__title-02 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 4.2rem;
  }
}

.p-lp-free-session__text {
  font-size: 2.5rem;
  font-weight: 500;
  width: min(100%, 77rem);
  margin-inline: auto;
  margin-bottom: 6rem;
  line-height: 1.56;
}

@media screen and (max-width: 960px) {
  .p-lp-free-session__text {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

.p-lp-free-session__button {
  display: flex;
  justify-content: center;
}

/* p-lp-support
------------------------------------------------------------- */
.p-lp-support {
  padding-top: 26rem;
}

@media screen and (max-width: 960px) {
  .p-lp-support {
    padding-top: 19rem;
  }
}

.p-lp-support__list {
  margin-top: 4rem;
}

@media screen and (min-width: 961px) {
  .p-lp-support__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13.6rem;
  }
}

.p-lp-support__item:not(:last-child) {
  margin-bottom: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-support__item:not(:last-child) {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 961px) {
  .p-lp-support__item {
    flex: 1;
  }
}

.p-lp-support__image {
  width: 100%;
  margin-bottom: 2rem;
}

.p-lp-support__image>img {
  width: 100%;
  height: auto;
}

.p-lp-support__title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-support__title {
    font-size: 2.7rem;
  }
}

.p-lp-support__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6363636364;
}

@media screen and (max-width: 960px) {
  .p-lp-support__text {
    font-size: 2.1rem;
  }
}

/* p-lp-voice
------------------------------------------------------------- */
.p-lp-voice {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice {
    padding-bottom: 8.4rem;
  }
}

.p-lp-voice__list {
  margin-top: 6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__list {
    margin-top: 3.3rem;
  }
}

.p-lp-voice__item:not(:last-child) {
  margin-bottom: 7.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__item:nth-child(1) .p-lp-voice__illust img {
    width: 13.5rem;
    height: auto;
  }

  .p-lp-voice__item:nth-child(2) .p-lp-voice__illust img {
    width: 16rem;
    height: auto;
  }

  .p-lp-voice__item:nth-child(3) .p-lp-voice__illust img {
    width: 14.2rem;
    height: auto;
  }

  .p-lp-voice__item:not(:last-child) {
    margin-bottom: 9.8rem;
  }
}

.p-lp-voice__illust {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-lp-voice__body {
  padding-inline: 3rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  border-radius: 1.5rem;
  background: #eff0f3;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__body {
    padding-inline: 2.4rem;
    padding-top: 1.2rem;
    padding-bottom: 5rem;
  }
}

.p-lp-voice__content {
  margin-bottom: 4.8rem;
}

.p-lp-voice__content+.p-lp-voice__content {
  margin-bottom: 0;
}

.p-lp-voice__profile {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__profile {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.p-lp-voice__title {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  width: 23.5rem;
  margin-bottom: 1.5rem;
  padding-block: 0.4rem;
  padding-inline: 2rem;
  line-height: var(--line-height-sm);
  border-radius: 9999px;
  color: #FFF;
  background: #292a2d;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__title {
    font-size: 1.8rem;
    width: 19.4rem;
    padding-block: 0.7rem;
    margin-bottom: 0.7rem;
  }
}

.p-lp-voice__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2727272727;
}

@media screen and (max-width: 960px) {
  .p-lp-voice__text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

/* p-lp-counselor
------------------------------------------------------------- */
.p-lp-counselor {
  width: 100%;
  padding-top: 11.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor {
    padding-top: 8.4rem;
  }
}

.p-lp-counselor__image-01 {
  display: flex;
  justify-content: center;
  margin-top: 6.8rem;
  margin-bottom: 6.8rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__image-01 {
    margin-top: 5.4rem;
    margin-bottom: 5.2rem;
  }

  .p-lp-counselor__image-01 img {
    width: 46rem;
    height: auto;
  }
}

.p-lp-counselor__image-02 {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__image-02 {
    margin-top: 8.2rem;
    margin-bottom: 3.2rem;
  }

  .p-lp-counselor__image-02 img {
    width: 46rem;
    height: auto;
  }
}

.p-lp-counselor__profile-header {
  margin-bottom: 7rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__profile-header {
    margin-bottom: 5rem;
  }
}

.p-lp-counselor__name {
  font-size: 5rem;
  font-weight: 500;
  line-height: var(--line-height-sm);
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__name {
    font-size: 3.1rem;
    margin-bottom: 0.4rem;
  }
}

.p-lp-counselor__name-caption {
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__name-caption {
    font-size: 2.1rem;
  }
}

.p-lp-counselor__job-type {
  font-size: 2.9rem;
  font-weight: 500;
  margin-top: 3.5rem;
  line-height: var(--line-height-sm);
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__job-type {
    font-size: 2.1rem;
  }
}

.p-lp-counselor__job-type .is-sm {
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__job-type .is-sm {
    display: block;
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.p-lp-counselor__profile-block {
  position: relative;
  width: 100%;
  padding-top: 5.1rem;
  margin-bottom: 5.1rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__profile-block {
    padding-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}

.p-lp-counselor__profile-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 2px;
  background-color: #292a2d;
}

.p-lp-counselor__text {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.5172413793;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__text {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

.p-lp-counselor__text:has(+ .p-lp-counselor__profile-block) {
  margin-bottom: 6rem;
}

.p-lp-counselor__experience {
  display: block;
  margin-bottom: 4.4rem;
}

@media screen and (min-width: 961px) {
  .p-lp-counselor__experience {
    font-size: 2.2rem;
    line-height: 1.6818181818;
  }
}

.p-lp-counselor__button {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}

@media screen and (max-width: 960px) {
  .p-lp-counselor__button {
    margin-top: 13rem;
  }
}

/* p-lp-counselor
------------------------------------------------------------- */
.p-lp-faq {
  padding-top: 26rem;
  padding-bottom: 20rem;
}

@media screen and (max-width: 960px) {
  .p-lp-faq {
    padding-top: 24.5rem;
    padding-bottom: 16.5rem;
  }
}

.p-lp-faq__list {
  margin-top: 6rem;
}

.p-lp-faq__item {
  padding-bottom: 2rem;
}

.p-lp-faq__item:not(:last-child) {
  margin-bottom: 5.3rem;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

.p-lp-faq__question {
  font-size: 2.9rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__question {
    font-size: 2.5rem;
  }
}

.p-lp-faq__icon {
  margin-right: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__icon {
    margin-right: 0.5rem;
  }
}

.p-lp-faq__answer {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-faq__answer {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

/* p-lp-contact
------------------------------------------------------------- */
.p-lp-contact {
  text-align: center;
  padding-top: 4.2rem;
  padding-bottom: 5.5rem;
  background: url(../img/lp/bg_contact_01_pc.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-lp-contact {
    padding-bottom: 9.6rem;
    background: url(../img/lp/bg_contact_01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.p-lp-contact__title {
  font-size: 5.2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  line-height: 1.2884615385;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 960px) {
  .p-lp-contact__title {
    font-size: 3.3rem;
    margin-bottom: 5.7rem;
    line-height: 1.3939393939;
  }
}

.p-lp-contact__text {
  font-size: 2.9rem;
  font-weight: 500;
  margin-bottom: 6rem;
}

@media screen and (max-width: 960px) {
  .p-lp-contact__text {
    font-size: 2.3rem;
    margin-bottom: 11rem;
  }
}

.p-lp-contact__button {
  display: flex;
  justify-content: center;
}

/* p-lp-attention
------------------------------------------------------------- */
.p-lp-attention {
  padding-top: 15.2rem;
  padding-bottom: 18.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-attention {
    padding-top: 15.8rem;
    padding-bottom: 12rem;
  }
}

.p-lp-attention__title {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 960px) {
  .p-lp-attention__title {
    font-size: 2.9rem;
  }
}

.p-lp-attention__list>li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 2.9rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-lp-attention__list>li {
    font-size: 2.1rem;
    line-height: 1.65;
  }
}

.p-lp-attention__list>li:not(:last-child) {
  margin-bottom: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lp-attention__list>li:not(:last-child) {
    margin-bottom: 3.3rem;
  }
}

.p-lp-attention__list>li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.4rem;
}

/* =============================================================
utility
============================================================= */
/* display
------------------------------------------------------------- */
[class^=u-d-block-] {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-d-none-lg {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .u-d-block-lg {
    display: block;
  }
}

/* text-align
------------------------------------------------------------- */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

/* font-weight
------------------------------------------------------------- */
.u-weight-normal {
  font-weight: normal;
}

.u-weight-bold {
  font-weight: bold;
}

/* margin
------------------------------------------------------------- */
.u-mt-05 {
  margin-top: 0.5rem;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mt-15 {
  margin-top: 1.5rem;
}

.u-mb-05 {
  margin-bottom: 0.5rem;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-mb-15 {
  margin-bottom: 1.5rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mb-25 {
  margin-bottom: 2.5rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}