body {
    color: var(--c-base);
    min-width: 1000px;
    position: relative;
}

.sp__line {
    display: none;
}

/* header */
header {
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95) !important;
    z-index: 9999;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.03);
}

header .header__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
}

header .header__inner ul.page__navi {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header__inner ul.page__navi li {
    margin-right: 35px;
}

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

header .header__inner ul.page__navi li a {
    color: var(--c-black);
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

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

.header__wrap-sp {
    display: none;
}

/* mv */
.mv {
    height: 690px;
    background-image: url(../img/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.mv-ver1 {
    background-image: url(../img/mv_pc_ver1.png) !important;
}


.mv__inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 110px;
}

.mv__logo {
    width: 285px;
    margin-bottom: 35px;
}

.mv__logo img {
    width: 100%;
    height: auto;
}

.mv__title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

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

.mv__title__fp {
    font-size: 120%;
}

.mv__list {
    display: flex;
}

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

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

.mv__list__item+.mv__list__item {
    margin-left: 18px;
}

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

.mv__list__item__strong {
    font-size: 60px;
}

.mv__list__item__disclaimer {
    font-size: 13px;
    color: var(--c-black);
}

.mv p.disclaimer {
    margin-top: 15px;
    font-size: 13px;
}

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

.inquire__contents {
    width: 1000px;
    margin: 0 auto;
    /* padding: 20px 0; */
    padding: 40px 0;
    background-image: url(../img/inquire_people.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1000px 163px;
    text-align: center;
}

.inquire__contents__midashi {
    margin-bottom: 15px;
    color: var(--c-brand);
    font-size: 32px;
    font-weight: 700;
}

.inquire__contents__midashi__small {
    margin: 0 5px;
    font-size: 20px;
}

.inquire__contents__lead {
    margin-bottom: 26px;
    font-size: 32px;
    font-weight: 700;
}

.inquire__contents__here__button {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #FF9C2F, #F34C1E);
    width: 576px;
    margin: 0 auto 15px;
    padding: 30px 0;
    border-radius: 55px;
    color: var(--c-white);
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
    transition: 0.3s;
}

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

.inquire__contents__here__button:hover {
    box-shadow: none;
    transform: scale(0.99, 0.99) translateY(2px);
    transition: 0.3s;
}

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

.present__contents {
    width: 940px;
    margin: 0 auto;
    padding: 30px 0;
}

.present__contents__title {
    margin-bottom: 30px;
    color: var(--c-white);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

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


.present__contents__lineup {
    display: flex;
    justify-content: center;
}

.present__contents__lineup li {
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
}

.present__contents__lineup li:last-child {
    margin-right: 0;
}

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

.present__contents__lineup__name {
    font-size: 13px;
    line-height: 1.4;
    color: var(--c-white);
    text-align: center;
}

/* problem */
.problem {
    padding-top: 60px;
    text-align: center;
}

.problem__midashi {
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 40px;
}

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

.problem__case {
    position: relative;
    display: flex;
    width: 1000px;
    margin: 0 auto 130px;
}

.problem__case:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    bottom: -170px;
    right: 0;
    left: 0;
    border-top: 40px solid var(--c-brand);
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}

.problem__case__list {
    width: 590px;
    margin-right: 20px;
}

.problem__case__list__item {
    padding: 20px 10px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 700;
}

.problem__case__list__item+.problem__case__list__item {
    margin-top: 15px;
}

.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: 387px;
    height: 380px;
}

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

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

.problem__solution__img {
    width: 515px;
    height: 277px;
}

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

.merit__midashi {
    padding: 55px 0;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

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

.merit__list {
    width: 1000px;
    margin: 0 auto;
}

.merit__list__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 212px;
    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: 30px;
}

.merit__list__item__number {
    position: relative;
    width: 167px;
    min-height: 212px;
    margin-right: 40px;
}

.merit__list__item__number:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    height: 200px;
    width: 200px;
    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;
    font-size: 30px;
    font-weight: 700;
    min-height: 212px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}

.merit__list__item__sentences {
    width: calc(100% - 207px);
    /* padding: 25px 44px 25px 0; */
    padding: 25px 40px 25px 0;
}

.merit__list__item__sentences__midashi {
    margin-bottom: 15px;
    color: var(--c-brand);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

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

/* support */
.support__midashi {
    padding: 60px 0 70px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

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

.support__list {
    width: 1000px;
    margin: 0 auto 80px;
    display: flex;
}

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

.support__list__item+.support__list__item {
    margin-left: 30px;
}

.support__list__item__sentences {
    padding: 20px;
}

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

.support__list__item__sentences__job {
    display: block;
    margin-bottom: 10px;
    color: var(--c-black);
    font-size: 16px;
}

.support__list__item__sentences__name {
    display: block;
    margin-bottom: 15px;
    color: var(--c-brand);
    font-size: 30px;
    font-weight: 700;
}

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

.support__staff {
    width: 1000px;
    margin: 0 auto 90px;
    display: flex;
    justify-content: center;
}

.support__staff__img {
    position: relative;
    width: 241px;
}

.support__staff__img__illust {
    position: absolute;
    bottom: -135px;
    width: 241px;
    height: 287px;
}

.support__staff__midashi {
    margin-right: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    text-align: center;
}

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

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

.voice__midashi {
    padding: 60px 0 55px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

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

.voice__list {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

.voice__list__item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--c-white);
    border-radius: 10px;
}

.voice__list__item:nth-child(even) {
    margin-left: 30px;
}

.voice__list__item__midashi {
    display: flex;
    align-items: center;
}

.voice__list__item__midashi__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.voice__list__item__midashi__text {
    width: calc(100% - 120px);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.6;
}

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

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

.voice__list__item__profile__type {
    font-weight: 700;
}

.voice__list__item__profile__detail {
    margin-right: 20px;
}

/* feature */
.feature__midashi {
    padding: 60px 0 70px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

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

.feature__list {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto 40px;
}

.feature__list__item {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--c-ivory);
    border-radius: 10px;
}

.feature__list__item:nth-child(even) {
    margin-left: 30px;
}

.feature__list__item__img {
    width: 125px;
    height: 125px;
    margin-right: 20px;
}

.feature__list__item__sentences {
    width: calc(100% - 145px);
}

.feature__list__item__sentences__type {
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.feature__list__item__sentences__detail {
    margin-bottom: 5px;
    color: var(--c-brand);
    font-size: 35px;
    font-weight: 700;
}

.feature__list__item__sentences__detail-fix {
    margin-top: 20px;
}

.feature__list__item__sentences__detail__strong {
    font-size: 90px;
}

.feature__list__item__sentences__detail__medium {
    font-size: 65px;
}

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

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

.flow__midashi {
    padding: 60px 0 70px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.flow__list {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

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

.flow__list__item+.flow__list__item {
    margin-left: 30px;
}

.flow__list__item+.flow__list__item:before {
    position: absolute;
    content: "";
    left: -21px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0px;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--c-brand-sub);
    border-bottom: 15px solid transparent;
}

.flow__list__item__step {
    position: absolute;
    top: -33px;
    font-size: 46px;
    font-weight: 700;
    left: 0;
    right: 0;
    color: var(--c-brand);
    text-align: center;
}

.flow__list__item__img {
    width: 100%;
    height: 144px;
    border-radius: 10px 10px 0 0;
}

.flow__list__item__midashi {
    padding: 20px 20px 15px;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.flow__list__item__text {
    padding: 0 20px 20px;
    color: var(--c-black);
    font-size: 16px;
    line-height: 1.6;
}

/* question */
.question__midashi {
    padding: 60px 0 70px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.question__list {
    width: 1000px;
    margin: 0 auto 40px;
}

.question__list__item:not(:last-child) {
    margin-bottom: 30px;
}

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

.question__list__item__q {
    position: relative;
    margin-bottom: 20px;
    padding: 8px 40px 0 55px;
    color: var(--c-black);
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}

.question__list__item__q:before {
    position: absolute;
    content: "Q";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    color: var(--c-brand);
    font-size: 30px;
    text-align: center;
}

.question__list__item__q:after {
    position: absolute;
    content: "";
    background-image: url(../img/faq_open.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
}

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

.question__list__item__a {
    display: none;
    position: relative;
    padding: 0 40px 20px 55px;
    color: var(--c-black);
    font-size: 20px;
    line-height: 1.6;
}

.question__list__item__a:before {
    position: absolute;
    content: "A";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 1;
    color: var(--c-brand-sub);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

/* footer */
.footer__links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1000px;
    margin: 60px auto 40px;
}

.footer__links__logo__img {
    width: 173px;
}

.footer__links__logo__img img {
    width: 100%;
    height: auto;
}

.footer__links__list {
    display: flex;
}

.footer__links__list__item:not(:last-child) {
    margin-right: 20px;
}

.footer__links__list__item__link {
    color: var(--c-black);
    font-size: 18px;
}

.footer__about {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: var(--c-black);
    font-size: 14px;
}

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

/* tablet */
@media screen and (max-width: 1000px) {

    .mv__inner,
    .problem,
    .merit,
    .support,
    .voice,
    .feature,
    .flow,
    .question {
        padding-left: 40px;
        padding-right: 40px;
    }

    .problem__case,
    .problem__case__list,
    .merit__list,
    .support__list,
    .support__staff,
    .voice__list,
    .feature__list,
    .flow__list,
    .question__list {
        width: auto;
    }

    .flow__list__item {
        width: calc((100% - 90px) / 4);
    }

}

.mb6 {
    margin-bottom: 60px;
}