body {
    color: var(--c-base);
}

.pc__line {
    display: none;

}

/* header */
header {
    width: 100%;
    height: 60px;
    position: relative;
    background-color: var(--c-white) !important;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
}

.header__nav {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--c-white);
    transition: ease .4s;
    z-index: 999;
}

.header__wrap-sp {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 4vw;
    z-index: 1000;
    position: relative;
    padding: 12px 10px;

}

.header__logo-sp {
    width: 180px;
}

.header__logo-sp img {
    width: 100%;
}

header .header__inner ul.page__navi {
    height: 100%;
    padding: 0 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

header .header__inner ul.page__navi li {
    width: 100%;
    margin-bottom: 2vw;
    text-decoration: none;
    text-align: center;
}

header .header__inner ul.page__navi li:last-child {
    margin-bottom: 0;
}

header .header__inner ul.page__navi li a {
    display: block;
    padding: 5vw 4vw;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 5.5vw;
    color: var(--c-black);
}

header .header__inner ul.page__navi li a:hover {
    color: var(--c-brand);
    transition: 0.3s;
}

.header__hamburger {
    width: 48px;
    height: 100%;
}

.hamburger {
    width: 14vw;
    /* height: 10vw; */
    /* position: fixed; */
    position: absolute;
    /* top: 3vw; */
    right: 3vw;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}

.hamburger span {
    width: 100%;
    height: 1px;
    background-color: var(--c-black);
    position: relative;
    transition: ease .4s;
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    margin: 8px 0;
}

.hamburger span:nth-child(3) {
    top: 0;
}

.header__nav.active {
    display: block;
    transition: ease .4s;
}

.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
}

/* mv */
.mv {
    height: 130vw;
    background-image: url(../img/mv_sp.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

/* パラメーター管理 */
.mv-ver1 {
    background-image: url(../img/mv_sp_ver1.png) !important;
}

.mv__inner {
    margin: 0 auto;
    /* padding-top: 6vw; */
    padding-top: 10vw;
}

.mv__logo {
    display: none;
    /* width: 45vw;
    margin: 0 auto 5vw; */
}

.mv__logo__img {
    /* width: 100%; */
}

.mv__title {
    margin-bottom: 6vw;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.mv__title__strong {
    display: block;
    color: var(--c-brand);
    font-size: 14vw;
}

.mv__title__fp {
    font-size: 120%;
}

.mv__list {
    padding-left: 8vw;
}

.mv__list__item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    width: 40vw;
    height: 17vw;
    background-image: url(../img/mv_list_bg.svg);
    background-repeat: no-repeat;
    background-size: 40vw;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
}

.mv__list__item:last-child {
    align-items: center;
    line-height: 1.4;
    font-size: 4.5vw;
}

.mv__list__item+.mv__list__item {
    margin-top: 3vw;
}

.mv__list__item__top {
    width: 100%;
    margin-top: auto;
}

.mv__list__item__strong {
    font-size: 9vw;
}

.mv__list__item__disclaimer {
    font-size: 3vw;
    color: var(--c-black);
}

.mv p.disclaimer {
    margin: 4vw 0 0;
    padding: 1vw 2vw;
    background: rgba(255, 255, 255, 0.3);
    font-size: 3vw;
    text-align: center;
    color: var(--c-black);
}

/* inquire */
.inquire {
    padding: 5vw 5vw 0;
    background-color: var(--c-deepivory);
}

.inquire__contents {
    background-image: url(../img/inquire_people_sp.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70vw;
    text-align: center;
    /* padding-bottom: 35vw; */
    padding: 0 0 35vw 0;
}


.inquire__contents__midashi {
    margin-bottom: 5vw;
    color: var(--c-brand);
    font-size: 6vw;
    font-weight: 700;
}

.inquire__contents__midashi__small {
    margin: 0 2vw;
    font-size: 4vw;
}

.inquire__contents__lead {
    margin-bottom: 5vw;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.6;
}

.inquire__contents__here__button {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #FF9C2F, #F34C1E);
    padding: 6vw;
    border-radius: 10vw;
    color: var(--c-white);
    cursor: pointer;
    font-size: 6.5vw;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
}

.inquire__contents__here__button:after {
    display: block;
    position: absolute;
    top: calc(50% - 1vw);
    right: 6vw;
    content: "";
    border-top: solid 2px var(--c-white);
    border-right: solid 2px var(--c-white);
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
}

/* present */
.present {
    background-color: var(--c-brand);
}

.present__contents {
    padding: 5vw;
}

.present__contents__title {
    margin-bottom: 5vw;
    color: var(--c-white);
    font-size: 5.5vw;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.present__contents__notice {
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 12px;
}

.present__contents__lineup {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.present__contents__lineup li {
    width: calc((100% - 4vw) / 3);
    margin-bottom: 4vw;
}

.present__contents__lineup li:nth-child(n+4) {
    margin-bottom: 0;
}

.present__contents__lineup li img {
    display: block;
    margin-bottom: 2vw;
    width: 100%;
    height: auto;
}

.present__contents__lineup__name {
    font-size: 2.9vw;
    line-height: 1.2;
    color: var(--c-white);
    text-align: center;
}

/* problem */
.problem {
    text-align: center;
}

.problem__midashi {
    padding: 7vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
}

.problem__midashi__strong {
    color: var(--c-brand);
}

.problem__case {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 23vw;
    padding: 0 5vw;
}

.problem__case:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    bottom: -30vw;
    right: 0;
    left: 0;
    border-top: 7vw solid var(--c-brand);
    border-right: 14vw solid transparent;
    border-bottom: 14vw solid transparent;
    border-left: 14vw solid transparent;
}

.problem__case__list {
    margin-top: -3vw;
}

.problem__case__list__item {
    padding: 2vw 5vw;
    min-height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.4;
}

.problem__case__list__item+.problem__case__list__item {
    margin-top: 5vw;
}

.problem__case__list__item:nth-child(odd) {
    background-color: var(--c-deepivory)
}

.problem__case__list__item:nth-child(even) {
    background-color: var(--c-ivory);
}

.problem__case__img {
    width: 60vw;
    margin: 0 auto;
    z-index: 100;
}

.problem__solution__lead {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
}

.problem__solution__strong {
    color: var(--c-brand);
}

.problem__solution__img {
    width: 80vw;
}

/* merit */
.merit {
    padding-bottom: 10vw;
    background-color: var(--c-ivory);
}

.merit__midashi {
    padding: 10vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: center;
}

.merit__midashi__strong {
    color: var(--c-brand);
}

.merit__list {
    padding: 5vw;
}

.merit__list__item {
    position: relative;
    padding: 17vw 5vw 5vw;
    background-color: var(--c-white);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 202px auto;
}

.merit__list__item:nth-child(1) {
    background-image: url(../img/merit_bg_01.svg);
}

.merit__list__item:nth-child(2) {
    background-image: url(../img/merit_bg_02.svg);
}

.merit__list__item:nth-child(3) {
    background-image: url(../img/merit_bg_03.svg);
}

.merit__list__item+.merit__list__item {
    margin-top: 20vw;
}

.merit__list__item__number {
    position: absolute;
    height: 30vw;
    width: calc(100% - 10vw);
    top: -15vw;
}

.merit__list__item__number:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.merit__list__item:nth-child(1) .merit__list__item__number:before {
    background-image: url(../img/merit_list_01.svg);
}

.merit__list__item:nth-child(2) .merit__list__item__number:before {
    background-image: url(../img/merit_list_02.svg);
}

.merit__list__item:nth-child(3) .merit__list__item__number:before {
    background-image: url(../img/merit_list_03.svg);
}

.merit__list__item__number__text {
    color: var(--c-white);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5vw;
    font-weight: 700;
    height: 30vw;
    text-align: center;
    position: absolute;
    width: 100%;
}

.merit__list__item__sentences__midashi {
    margin-bottom: 2vw;
    color: var(--c-brand);
    font-weight: 700;
    font-size: 4.5vw;
    line-height: 1.6;
}

.merit__list__item__sentences__text {
    color: var(--c-black);
    font-size: 4vw;
    line-height: 1.6;
}

/* support */
.support__midashi {
    padding: 7vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: center;
}

.support__midashi__strong {
    color: var(--c-brand);
}

.support__list__wrap {
    overflow-x: scroll;
}

.support__list {
    display: flex;
    width: 240vw;
    padding: 0 4vw;
    margin-bottom: 10vw;
}

.support__list__item {
    width: 100vw;
    background-color: var(--c-ivory);
    border-radius: 0 0 10px 10px;
}

.support__list__item+.support__list__item {
    margin-left: 5vw;
}

.support__list__item__sentences {
    padding: 5vw;
}

.support__list__item__img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.support__list__item__sentences__job {
    display: block;
    margin-bottom: 10px;
    color: var(--c-black);
    font-size: 3.5vw;
    text-align: center;
}

.support__list__item__sentences__name {
    display: block;
    margin-bottom: 4vw;
    color: var(--c-brand);
    font-size: 6vw;
    font-weight: 700;
    text-align: center;
}

.support__list__item__sentences__profile {
    color: var(--c-black);
    font-size: 4vw;
    line-height: 1.6;
}

.support__staff {
    margin: 0 auto 10vw;
    display: flex;
    justify-content: center;
}

.support__staff__img {
    position: relative;
    width: 35vw;
}

.support__staff__img__illust {
    position: absolute;
    bottom: -15vw;
    width: 100%;
}

.support__staff__midashi {
    margin-right: 5vw;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: left;
}

.support__staff__midashi__strong {
    color: var(--c-brand);
}

/* voice */
.voice {
    background-color: var(--c-ivory);
}

.voice__midashi {
    padding: 7vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: center;
}

.voice__midashi__strong {
    color: var(--c-brand);
}

.voice__list__wrap {
    overflow-x: scroll;
}

.voice__list {
    display: flex;
    width: 319vw;
    padding: 0 4vw;
    margin-bottom: 10vw;
}

.voice__list__item {
    width: 100vw;
    padding: 5vw;
    background-color: var(--c-white);
    border-radius: 10px;
}

.voice__list__item+.voice__list__item {
    margin-left: 5vw;
}

.voice__list__item__midashi__img {
    display: block;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    margin: 0 auto 2vw;
}

.voice__list__item__midashi__text {
    font-weight: 700;
    font-size: 4.5vw;
    line-height: 1.6;
}

.voice__list__item__text {
    width: 100%;
    margin: 2vw 0;
    color: var(--c-black);
    font-size: 4vw;
    line-height: 1.6;
}

.voice__list__item__profile {
    display: flex;
    width: 100%;
    color: var(--c-black);
    font-size: 3vw;
}

.voice__list__item__profile__type {
    font-weight: 700;
}

.voice__list__item__profile__detail {
    margin-right: 4vw;
}

/* feature */
.feature__midashi {
    padding: 7vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: center;
}

.feature__midashi__strong {
    color: var(--c-brand);
}

.feature__list {
    padding: 5vw;
}

.feature__list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5vw;
    padding: 5vw;
    background-color: var(--c-ivory);
    border-radius: 10px;
}

.feature__list__item__img {
    width: 25vw;
    height: 25vw;
    margin-right: 5vw;
}

.feature__list__item__sentences {
    width: calc(100% - 30vw);
}

.feature__list__item__sentences__type {
    display: block;
    font-weight: 700;
    font-size: 6.5vw;
}

.feature__list__item__sentences__detail {
    margin-bottom: 1vw;
    color: var(--c-brand);
    font-size: 6.5vw;
    font-weight: 700;
}

.feature__list__item__sentences__detail-fix {
    margin-top: 5vw;
}

.feature__list__item__sentences__detail__strong {
    font-size: 15vw;
}

.feature__list__item__sentences__detail__medium {
    font-size: 12vw;
}

.feature__list__item__sentences__note {
    color: var(--c-black);
    font-size: 3vw;
    line-height: 1.2;
}

/* flow */
.flow {
    padding-bottom: 5vw;
    background-color: var(--c-ivory);
}

.flow__midashi {
    padding: 7vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: center;
}

.flow__list {
    padding: 5vw;
}

.flow__list__item {
    position: relative;
    background-color: var(--c-white);
    border-radius: 10px;
}

.flow__list__item+.flow__list__item {
    margin-top: 12vw;
}

.flow__list__item+.flow__list__item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -8vw;
    margin: auto;
    height: 0px;
    width: 0px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid var(--c-brand-sub);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.flow__list__item__step {
    position: absolute;
    top: -8vw;
    font-size: 12vw;
    font-weight: 700;
    left: 0;
    right: 0;
    color: var(--c-brand);
    text-align: left;
    padding-left: 5vw;
}

.flow__list__item__img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.flow__list__item__midashi {
    padding: 5vw 5vw 3vw;
    font-weight: 700;
    font-size: 5vw;
    text-align: center;
}

.flow__list__item__text {
    padding: 0 5vw 5vw;
    color: var(--c-black);
    font-size: 4vw;
    line-height: 1.6;
}

/* question */
.question__midashi {
    padding: 7vw 0;
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 1.6;
    text-align: center;
}

.question__list__item:not(:last-child) {
    margin-bottom: 5vw;
}

.question__list__item dl {
    border-bottom: 1px solid var(--c-gray);
}

.question__list__item__q {
    position: relative;
    margin-bottom: 5vw;
    padding: 0 10vw 0 13vw;
    color: var(--c-black);
    font-weight: 700;
    font-size: 5vw;
    line-height: 1.6;
}

.question__list__item__q:before {
    position: absolute;
    content: "Q";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13vw;
    height: 10vw;
    color: var(--c-brand);
    font-size: 8vw;
    line-height: 1;
    text-align: center;
}

.question__list__item__q:after {
    position: absolute;
    content: "";
    background-image: url(../img/faq_open.svg);
    background-repeat: no-repeat;
    background-size: 5vw;
    right: 0;
    top: 0;
    width: 10vw;
    height: 10vw;
    bottom: 0;
    margin: auto;
    background-position: center;
}

.question__list__item__q-open:after {
    background-image: url(../img/faq_close.svg);
}

.question__list__item__a {
    display: none;
    position: relative;
    padding: 0 10vw 0 13vw;
    margin-bottom: 5vw;
    color: var(--c-black);
    font-size: 4vw;
    line-height: 1.6;
}

.question__list__item__a:before {
    position: absolute;
    content: "A";
    left: 0;
    top: 0;
    margin: auto;
    width: 13vw;
    height: 10vw;
    color: var(--c-brand-sub);
    font-weight: 700;
    font-size: 8vw;
    line-height: 1;
    text-align: center;
}

/* footer */
.footer {
    padding: 10vw 5vw;
}

.footer__links__logo {
    margin-bottom: 10vw;
    text-align: center;
}

.footer__links__logo__img {
    width: 50vw;
}

.footer__links__list {
    display: flex;
    justify-content: center;
    margin-bottom: 6vw;
}

.footer__links__list__item:not(:last-child) {
    margin-right: 5vw;
}

.footer__links__list__item__link {
    color: var(--c-black);
    font-size: 4vw;
}

.footer__about {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    color: var(--c-black);
    font-size: 3.5vw;
}

.footer__about__company__name {
    display: block;
    font-weight: 700;
}