/*===========================================================================*/
/*  fundation  */
/*===========================================================================*/
/* common */
html {
    color: #2f3b50;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    min-width: 375px;
}

body.js-active {
    overflow: hidden;
}

main {
    padding-top: 100px;
}

img:not([class]) {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

span {
    display: inline-block;
}

a:hover {
    opacity: .7;
}

/* p {
    letter-spacing: .04em;
} */

@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }

    main {
        padding-top: 65px;
    }
}

/*===========================================================================*/
/*  layout  */
/*===========================================================================*/
.l-wrapper__w100 {
    width: 100%;
}

.l-wrapper__w1200 {
    max-width: 1200px;
}

.l-inner__w1200 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 768px) {
    .l-inner__w1200 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*===========================================================================*/
/*  utility  */
/*===========================================================================*/
.u-font__en {
    font-family: 'Alata', sans-serif;
}

.u-txt {
    line-height: 2;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.u-ml60 {
    margin-left: 60px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-ml10 {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .u-txt {
        font-size: 14px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .u-ml30 {
        margin-left: 15px;
    }
}

/*===========================================================================*/
/*  having sidebar  */
/*===========================================================================*/
.c-having-sidebar {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.c-having-sidebar__left {
    width: 68.7%;
}

.c-having-sidebar__right {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 25.8%;
}

@media screen and (max-width: 768px) {
    .c-having-sidebar {
        display: block;
    }

    .c-having-sidebar__left {
        width: 100%;
    }

    .c-having-sidebar__right {
        border-radius: 5px;
        padding: 20px;
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    #single .c-having-sidebar__right {
        width: 100%;
        margin: 0;
    }
}

.c-sidebar__ttl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 23px;
    padding-bottom: 20px;
}

.c-having-sidebar__right h3:nth-of-type(2) {
    margin-top: 45px;
}

.c-sidebar__ttl.--ranking {
    border-bottom: #008cd6 solid 1px;
}

.c-sidebar__ttl.--ranking .u-font__en {
    color: #008cd6;
}

.c-sidebar__ttl.--cat {
    border-bottom: #96cc21 solid 1px;
}

.c-sidebar__ttl.--cat .u-font__en {
    color: #96cc21;
}

.c-sidebar__ttl.--area {
    border-bottom: #008cd6 solid 1px;
}

.c-sidebar__ttl.--area .u-font__en {
    color: #008cd6;
}

.c-sidebar__ttl .--small {
    font-size: 12px;
    margin-left: 12px;
}

.c-sidebar__ttl.--case .--small {
    margin-left: 0;
    margin-top: 5px;
}

.c-sidebar__ttl .--small {
    font-size: 12px;
    margin-left: 12px;
}

.c-news-sidebar__rankingList li {
    margin-top: 20px;
    position: relative;
}

.c-news-sidebar__rankingList li::after {
    color: #fff;
    font-family: 'Alata', sans-serif;
    font-size: 19px;
    height: 41px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    padding-top: 10px;
    width: 35px;
}

.c-news-sidebar__rankingList li:nth-of-type(1):after {
    background: url(../img/common/rank01.png) no-repeat center right/contain;
    content: '1';
}
.c-news-sidebar__rankingList li:nth-of-type(2):after {
    background: url(../img/common/rank02.png) no-repeat center right/contain;
    content: '2';
}
.c-news-sidebar__rankingList li:nth-of-type(3):after {
    background: url(../img/common/rank03.png) no-repeat center right/contain;
    content: '3';
}

.c-news-sidebar__rankingList li a {
    display: block;
}

.c-news-sidebar__rankingList--img {
    height: 13.3vw;
    max-height: 170px;
}

.c-news-sidebar__rankingList--img img {
    border-radius: 5px;
}

.c-news-sidebar__rankingList--ttl {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .c-news-sidebar__rankingList li::after {
        font-size: 14px;
        height: 30px;
        left: 5px;
        top: 0;
        padding-top: 7px;
        width: 25px;
    }

    .c-news-sidebar__rankingList li a {
        display: flex;
        justify-content: space-between;
    }

    .c-news-sidebar__rankingList--img {
        height: 21.9vw;
        width: 40.8%;
    }

    .c-news-sidebar__rankingList--img img {
        border-radius: 3px;
    }

    .c-news-sidebar__rankingList--ttl {
        margin-top: 0;
        width: calc(59.2% - 10px);
    }
}

.c-news-sidebar__catList {
    font-size: 14px;
}

.c-news-sidebar__catList li {
    border-bottom: #e2e2e2 solid 1px;
    padding: 20px 10px 20px 0;
    position: relative;
}

.c-news-sidebar__catList li::before {
    background-color: #677284;
    content: '';
    height: 1px;
    right: 0;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    width: 6px;
}

.c-news-sidebar__catList li::after {
    background-color: #677284;
    content: '';
    height: 1px;
    right: 0;
    position: absolute;
    top: calc(50% + 2px);
    transform: rotate(-45deg);
    width: 6px;
}

/*===========================================================================*/
/*  pagenation  */
/*===========================================================================*/
.c-pagenation .nav-links {
    display: flex;
    font-family: 'Alata', sans-serif;
    justify-content: center;
}

.c-pagenation a,
.c-pagenation span {
    margin-left: 10px;
}

.page-numbers {
    align-items: center;
    background-color: #fff;
    border-radius: 23px;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.page-numbers.current {
    background-color: #677284;
    color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
    display: none;
}

.c-pagenation__number {
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 25px;
}

@media screen and (max-width: 768px) {
    .c-pagenation__number {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

/*===========================================================================*/
/*  cv banner  */
/*===========================================================================*/
.c-cvLink__wapper {
    position: relative;
    width: 100%;
}

.c-cvLink {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.c-cvLink__inner {
    background-color: #e4f3fb;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1), -2px -2px 10px rgba(0,0,0,0.1);
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 20px 50px 20px;
    position: relative;
    z-index: 0;
    display: block;
    transition: all 1s;
}

a.c-cvLink__inner:hover {
    opacity: 1;
    box-shadow: none;
}

.c-cvLink__inner::before {
    background-color: #fff;
    border-radius: 100vh;
    content: '';
    height: 440px;
    left: 15px;
    position: absolute;
    top: calc(50% - 220px);
    width: calc(100% - 30px);
}

.c-cvLink__upper--txt {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

.c-cvLink__upper--txt .--blue {
    color: #008cd6;
}

.c-cvLink__upper--txt .--learge {
    font-size: 35px;
}

.c-cvLink__link {
    color: #fff;
    display: block;
    margin: 20px auto 0;
    position: relative;
    width: 70%;
    z-index: 1;
}

.c-cvLink__link::before {
    background: url(../img/common/cvIcon.png) no-repeat center right/contain;
    content: '';
    height: 131px;
    left: -84px;
    position: absolute;
    top: calc(50% - 65.5px);
    width: 168px;
    z-index: 3;
}

.c-cvLink__link--txt {
    background: linear-gradient(120deg, rgba(1,139,213,1) 0%,rgba(1,139,213,1) 45%, rgba(144,194,31,1) 55%, rgba(144,194,31,1) 100%);
    background-size: 300% 100%;
    background-position: center;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all 1s;
}

a.c-cvLink__inner:hover .c-cvLink__link--txt {
    background-position: 0 0;
    opacity: .7;
}

.c-cvLink__link--txt::before {
    background-color: #fff;
    content: '';
    height: 3px;
    right: 30px;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 12px;
    z-index: 3;
}

.c-cvLink__link--txt::after {
    background-color: #fff;
    content: '';
    height: 3px;
    right: 30px;
    position: absolute;
    top: calc(50% + 3px);
    transform: rotate(-45deg);
    width: 12px;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .c-cvLink {
        position: relative;
        padding: 20px;
    }

    .c-cvLink__inner {
        border-radius: 5px;
        padding: 20px 10px 25px 10px;
    }

    .c-cvLink__inner::before {
        height: 200px;
        left: 5px;
        top: calc(50% - 100px);
        width: calc(100% - 10px);
    }

    .c-cvLink__upper--txt {
        font-size: 14px;
    }

    .c-cvLink__upper--txt .--learge {
        font-size: 16px;
    }

    .c-cvLink__link {
        margin: 10px auto 0;
        max-width: 300px;
        width: calc(100% - 20px);
    }

    .c-cvLink__link::before {
        height: 65px;
        left: -10px;
        top: calc(50% - 23px);
        width: 85px;
    }

    .c-cvLink__link--txt {
        border-radius: 5px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .c-cvLink__link--txt::before {
        height: 2px;
        right: 20px;
        top: calc(50% - 2px);
        width: 8px;
    }

    .c-cvLink__link--txt::after {
        height: 2px;
        right: 20px;
        top: calc(50% + 2px);
        width: 8px;
    }
}

/*===========================================================================*/
/*  cv banner  */
/*===========================================================================*/
.c-cv__inner {
    display: flex;
}

.c-cv__inner a {
    display: block;
    width: 50%;
}

.c-cv__img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .c-cv__inner {
        display: block;
        margin-top: -40px;
    }

    .c-cv__inner a {
        display: block;
        width: 100%;
    }
}

/*===========================================================================*/
/*  c-h2  */
/*===========================================================================*/
.c-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
}

.c-h2 .--small {
    color: #008cd6;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.043em;
}

.c-h2 .--blue {
    color: #008cd6;
}

.c-h2::before {
    bottom: -30px;
    color: #f2f7fa;
    font-size: 140px;
    font-family: 'Alata', sans-serif;
    left: 0;
    letter-spacing: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 1280px) {
    .c-h2::before {
        bottom: -2.3vw;
        font-size: 10.9vw;
        letter-spacing: .8vw;
    }
}

@media screen and (max-width: 768px) {
    .c-h2 {
        font-size: 22px;
    }

    .c-h2 .--small {
        font-size: 14px;
    }

    .c-h2::before {
        bottom: unset;
        font-size: 59px;
        letter-spacing: 10px;
        line-height: 1;
        top: -10px;
    }
}

@media screen and (max-width: 390px) {
    .c-h2::before {
        font-size: 14.8vw;
        letter-spacing: 2.6vw;
        top: -2.6vw;
    }
}

/*===========================================================================*/
/*  border ttl  */
/*===========================================================================*/
.c-border--ttl {
    color: #008cd6;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.c-borderTtl--txt {
    border: #008cd6 solid 1px;
    border-radius: 3px;
    padding: 17px 27px 16px;
    position: relative;
}

.c-borderTtl--txt::before {
    background-color: #fff;
    bottom: -1px;
    content: '';
    height: 3px;
    position: absolute;
    right: 50%;
    width: 6px;
}

.--blue .c-borderTtl--txt::before {
    background-color: #f0f5fa;
}

.c-borderTtl--txt::after {
    background-color: #008cd6;
    content: '';
    height: 22px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 1px;
}

@media screen and (max-width: 768px) {
    .c-border--ttl {
        font-size: 15px;
    }
}

/*===========================================================================*/
/*  point  */
/*===========================================================================*/
.c-point__list {
    margin-top: 50px;
}

.c-point__list li {
    padding: 150px 0;
    position: relative;
    margin-top: 80px;
}

.c-point__list--bg {
    height: 100%;
    left: 12.5%;
    position: absolute;
    top: 0;
    width: calc(50vw + 37.5%);
    z-index: -1;
}

/* .c-point__list li::before {
    content: '';
    height: 100%;
    left: 12.5%;
    position: absolute;
    top: 0;
    width: calc(50vw + 37.5%);
    z-index: -1;
} */

.c-point__list li:nth-of-type(2n) .c-point__list--bg {
    height: 100%;
    left: unset;
    right: 12.5%;
}

/* .c-point__list li:nth-of-type(1)::before {
    background: url(../img/page/kinds/pointBg01.png) no-repeat center right/cover;
}

.c-point__list li:nth-of-type(2)::before {
    background: url(../img/page/kinds/pointBg-relation.png) no-repeat center right/cover;
}

.c-point__list li:nth-of-type(3)::before {
    background: url(../img/page/kinds/pointBg-consultation.png) no-repeat center right/cover;
} */

.c-point__list li:first-child {
    margin-top: 0;
}

.c-point__list li:nth-of-type(2) .c-point__list--contents {
    margin-left: auto;
}

.c-point__list--contents {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    margin-top: 80px;
    max-width: 738px;
    padding: 50px;
    position: relative;
    width: calc(100% - 40px);
}

.c-point__list--contents::before {
    color: #f0f5fa;
    font-family: 'Alata', sans-serif;
    font-size: 120px;
    right: 20px;
    position: absolute;
    top: 0;
}

.c-point__list li:nth-of-type(1) .c-point__list--contents::before {
    content: '01';
}
.c-point__list li:nth-of-type(2) .c-point__list--contents::before {
    content: '02';
}
.c-point__list li:nth-of-type(3) .c-point__list--contents::before {
    content: '03';
}

.c-point__txt--point {
    color: #008cd6;
    font-size: 20px;
    position: relative;
}

.c-point__txt--point::before {
    background-color: #008cd6;
    content: '';
    height: 1px;
    left: -75px;
    position: absolute;
    top: calc(50% - .5px);
    width: 50px;
}

.c-point__ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}

.c-point__subTtl {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

.c-point__txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .c-point__list li {
        padding: 44vw 0 0;
        margin-top: 40px;
    }

    .c-point__list--bg {
        height: 49.6vw;
        left: -20px;
        width: 100vw;
    }

    .c-point__list li:nth-of-type(2n) .c-point__list--bg {
        height: 49.6vw;
        right: -20px;
        width: 100vw;
    }

    .c-point__list--contents {
        margin-top: 0;
        padding: 30px 20px;
        width: 100%;
    }

    .c-point__list--contents::before {
        font-size: 60px;
        right: 10px;
        top: 10px;
    }

    .c-point__txt--point {
        color: #008cd6;
        font-size: 12px;
        position: relative;
    }

    .c-point__txt--point::before {
        left: -30px;
        width: 20px;
    }

    .c-point__ttl {
        font-size: 20px;
        margin-top: 30px;
    }

    .c-point__subTtl {
        font-size: 16px;
    }

    .c-point__txt {
        font-size: 14px;
        margin-top: 20px;
    }
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.c-flow__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.c-flow__contents {
    border-radius: 10px;
    padding: 75px 40px 40px;
    position: relative;
    width: 49%;
}

.c-flow__contents.--mediation {
    background-color: #f2f7fa;
}

.c-flow__contents.--purchase {
    background-color: #f3fcde;
}

.c-flow__ttl {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    text-align: center;
    top: -30px;
    position: absolute;
    width: 100%;
}

.c-flow__ttl--txt {
    border-radius: 100vh;
    padding: 15px 35px;
    position: relative;
}

.--mediation .c-flow__ttl--txt {
    background-color: #008cd6;
}

.--purchase .c-flow__ttl--txt {
    background-color: #96cc21;
}

.c-flow__ttl--txt::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    position: absolute;
    content: '';
    top: calc(100% - 8px);
    left: calc(50% - 18px);
}

.--mediation .c-flow__ttl--txt::before {
    border-top: 22px solid #008cd6;
}

.--purchase .c-flow__ttl--txt::before {
    border-top: 22px solid #96cc21;
}

.c-flow__span {
    border-radius: 8px;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;
}

.--mediation .c-flow__span {
    border: #008cd6 solid 2px;
    color: #008cd6;
}

.--purchase .c-flow__span {
    border: #96cc21 solid 2px;
    color: #96cc21;
}

.c-flow__list {
    margin-top: 25px;
}

.c-flow__list li {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 35px;
    padding: 30px 30px 30px 150px;
    position: relative;
}

.c-flow__list li:first-child {
    margin-top: 0;
}

.c-flow__list li::before {
    background-color: #008cd6;
    content: '';
    height: 2px;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(100% + 15px);
    transform: rotate(-45deg);
    width: 11px;
}

.c-flow__list li::after {
    background-color: #008cd6;
    content: '';
    height: 2px;
    position: absolute;
    right: calc(50% - 2px);
    top: calc(100% + 15px);
    transform: rotate(45deg);
    width: 11px;
}

.c-flow__list li:last-child:before {
    display: none;
}

.c-flow__list li:last-child:after {
    display: none;
}

.--mediation .c-flow__list li::before {
    background-color: #008cd6;
}

.--purchase .c-flow__list li::before {
    background-color: #96cc21;
}

.--mediation .c-flow__list li::after {
    background-color: #008cd6;
}

.--purchase .c-flow__list li::after {
    background-color: #96cc21;
}

.c-flow__list--txt {
    position: relative;
}

.c-flow__list--txt::before {
    content: '';
    height: 30px;
    left: -60px;
    position: absolute;
    top: calc(50% - 15px);
    width: 40px;
}

.--mediation .c-flow__list--txt::before {
    background: url(../img/page/kinds/flowIcon-blue.png) no-repeat center center/contain;
}

.--purchase .c-flow__list--txt::before {
    background: url(../img/page/kinds/flowIcon-green.png) no-repeat center center/contain;
}

.--mediation .c-flow__list li:nth-of-type(1) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow01-blue.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}
.--mediation .c-flow__list li:nth-of-type(2) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow02-blue.png) no-repeat center center/contain;
    height: 47px;
    top: calc(50% - 23.5px);
    width: 38px;
}
.--mediation .c-flow__list li:nth-of-type(3) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow06-blue.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}
.--mediation .c-flow__list li:nth-of-type(4) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow04-blue.png) no-repeat center center/contain;
    height: 35px;
    top: calc(50% - 17.5px);
    width: 40px;
}
.--mediation .c-flow__list li:nth-of-type(5) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow03-blue.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}
.--mediation .c-flow__list li:nth-of-type(6) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow05-blue.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}

.--purchase .c-flow__list li:nth-of-type(1) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow01-green.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}
.--purchase .c-flow__list li:nth-of-type(2) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow02-green.png) no-repeat center center/contain;
    height: 47px;
    top: calc(50% - 23.5px);
    width: 38px;
}
.--purchase .c-flow__list li:nth-of-type(3) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow03-green.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}
.--purchase .c-flow__list li:nth-of-type(4) .c-flow__list--txt::before {
    background: url(../img/common/icon-flow04-green.png) no-repeat center center/contain;
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
}

.c-flow__list--txt::after {
    align-items: center;
    color: #fff;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    display: flex;
    font-size: 17px;
    font-family: 'Alata', sans-serif;
    height: 34px;
    justify-content: center;
    left: -175px;
    padding-right: 12px;
    position: absolute;
    top: calc(50% - 17px);
    width: 103px;
}

.c-flow__list li:nth-of-type(1) .c-flow__list--txt::after {
    content: 'STEP.01';
}
.c-flow__list li:nth-of-type(2) .c-flow__list--txt::after {
    content: 'STEP.02';
}
.c-flow__list li:nth-of-type(3) .c-flow__list--txt::after {
    content: 'STEP.03';
}
.c-flow__list li:nth-of-type(4) .c-flow__list--txt::after {
    content: 'STEP.04';
}
.c-flow__list li:nth-of-type(5) .c-flow__list--txt::after {
    content: 'STEP.05';
}
.c-flow__list li:nth-of-type(6) .c-flow__list--txt::after {
    content: 'STEP.06';
}

.--mediation .c-flow__list--txt::after {
    background-color: #008cd6;
}

.--purchase .c-flow__list--txt::after {
    background-color: #96cc21;
}

@media screen and (max-width: 768px) {
    .c-flow__inner {
        display: block;
        margin-top: 60px;
        position: relative;
    }

    .c-flow__contents {
        background-color: #fff;
        border-radius: 0;
        padding: 40px 0 20px;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .c-flow__contents.--purchase {
        margin-top: 60px;
    }

    .c-flow__contents::before {
        content: '';
        left: -20px;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: -1;
    }

    .c-flow__contents.--mediation::before {
        background-color: #f0f5fa;
    }

    .c-flow__contents.--purchase::before {
        background-color: #f4facd;
    }

    .c-flow__ttl {
        font-size: 18px;
        top: -20px;
    }

    .c-flow__ttl--txt {
        padding: 8px 20px;
    }

    .--mediation .c-flow__ttl--txt {
        background-color: #008cd6;
    }

    .--purchase .c-flow__ttl--txt {
        background-color: #96cc21;
    }

    .c-flow__ttl--txt::before {
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        top: calc(100% - 3px);
        left: calc(50% - 8px);
    }

    .--mediation .c-flow__ttl--txt::before {
        border-top: 10px solid #008cd6;
    }

    .--purchase .c-flow__ttl--txt::before {
        border-top: 10px solid #96cc21;
    }

    .c-flow__span {
        border-radius: 5px;
        font-size: 15px;
        padding: 10px 20px;
        position: relative;
        z-index: 2;
    }

    .--mediation .c-flow__span {
        border: #008cd6 solid 1px;
    }

    .--purchase .c-flow__span {
        border: #96cc21 solid 1px;
    }

    .c-flow__list {
        margin-top: 15px;
    }

    .c-flow__list li {
        border-radius: 5px;
        margin-top: 25px;
        padding: 15px 20px 15px 116px;
    }

    .c-flow__list li::before {
        top: calc(100% + 12px);
    }

    .c-flow__list li::after {
        top: calc(100% + 12px);
    }

    .c-flow__list--txt::before {
        height: 22px;
        left: -38px;
        top: calc(50% - 11px);
        width: 28px;
    }

    .--mediation .c-flow__list li:nth-of-type(1) .c-flow__list--txt::before {
        height: 25px;
        top: calc(50% - 12.5px);
        width: 25px;
    }
    .--mediation .c-flow__list li:nth-of-type(2) .c-flow__list--txt::before {
        height: 31px;
        top: calc(50% - 15.5px);
        width: 25px;
    }
    .--mediation .c-flow__list li:nth-of-type(3) .c-flow__list--txt::before {
        height: 30px;
        top: calc(50% - 15px);
        width: 30px;
    }
    .--mediation .c-flow__list li:nth-of-type(4) .c-flow__list--txt::before {
        height: 27px;
        top: calc(50% - 13.5px);
        width: 30px;
    }
    .--mediation .c-flow__list li:nth-of-type(5) .c-flow__list--txt::before {
        height: 30px;
        top: calc(50% - 15px);
        width: 30px;
    }

    .--mediation .c-flow__list li:nth-of-type(6) .c-flow__list--txt::before {
        height: 30px;
        top: calc(50% - 15px);
        width: 30px;
    }

    .--purchase .c-flow__list li:nth-of-type(1) .c-flow__list--txt::before {
        height: 25px;
        top: calc(50% - 12.5px);
        width: 25px;
    }
    .--purchase .c-flow__list li:nth-of-type(2) .c-flow__list--txt::before {
        height: 31px;
        top: calc(50% - 15.5px);
        width: 25px;
    }
    .--purchase .c-flow__list li:nth-of-type(3) .c-flow__list--txt::before {
        height: 30px;
        top: calc(50% - 15px);
        width: 30px;
    }
    .--purchase .c-flow__list li:nth-of-type(4) .c-flow__list--txt::before {
        height: 30px;
        top: calc(50% - 15px);
        width: 30px;
    }

    .c-flow__list--txt::after {
        clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
        font-size: 12px;
        height: 29px;
        left: -125px;
        padding-right: 6px;
        top: calc(50% - 14.5px);
        width: 77px;
    }
}
/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.c-faq__list>li {
    margin-top: 45px;
}

.c-faq__question {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 45px;
    position: relative;
}

.c-faq__question::before {
    color: #96cc21;
    content: "Q.";
    font-size: 30px;
    font-family: 'Alata', sans-serif;
    left: 0;
    position: absolute;
    top: -8px;
}

.c-faq__list__wrapper--answerTxt {
    background-color: #f2f7fa;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
}

.c-faq__answer--txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 45px;
    position: relative;
}

.c-faq__answer--txt::before {
    color: #008cd6;
    content: "A.";
    font-size: 30px;
    font-family: 'Alata', sans-serif;
    left: 0;
    position: absolute;
    top: -6px;
}

.c-faq__answer--desc {
    line-height: 1.8;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .c-faq__list>li {
        margin-top: 30px;
    }

    .c-faq__question {
        font-size: 18px;
        padding-left: 35px;
        position: relative;
    }

    .c-faq__question::before {
        font-size: 24px;
        top: -5px;
    }

    .c-faq__list__wrapper--answerTxt {
        margin-top: 15px;
        padding: 20px;
    }

    .c-faq__answer--txt {
        font-size: 18px;
        padding-left: 35px;
        position: relative;
    }

    .c-faq__answer--txt::before {
        font-size: 24px;
        top: -3px;
    }

    .c-faq__answer--desc {
        margin-top: 15px;
    }
}

/*===========================================================================*/
/*  slider  */
/*===========================================================================*/
.c-slider__container {
    position: relative;
    padding: 0 25px;
    overflow: hidden;
}

.c-slider__btn {
    background-color: #fff;
    border-radius: 100vh;
    /* box-shadow: 0 0 6px rgba(0,0,0,.16); */
    height: 52px !important;
    width: 52px !important;
}

.swiper-button-next {
    padding-left: 3px;
    right: 3px !important;
    background: url(../img/common/slide-arrow-right.png) no-repeat center center/contain;
}

.swiper-button-prev {
    padding-right: 3px;
    left: 3px !important;
    background: url(../img/common/slide-arrow-left.png) no-repeat center center/contain;
}

.c-slider__btn::after {
    color: #008cd6;
    font-size: 18px;
    font-weight: bold;
    content: '' !important;
}

.swiper-wrapper {
    align-items: stretch!important;
}

.swiper-slide {
    height: auto;
}

@media screen and (max-width: 768px) {
    .c-slider__container {
        padding: 0 23px;
    }

    .c-slider__btn {
        height: 40px !important;
        width: 40px !important;
    }

    .swiper-button-next {
        padding-left: 2px;
    }

    .swiper-button-prev {
        padding-right: 2px;
    }

    .swiper-button-prev.sp-only,
    .swiper-button-next.sp-only {
        display: flex !important;
    }

    .c-slider__pagenation {
        bottom: unset !important;
        position: relative !important;
        margin-top: 30px !important;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
#header {
    padding-left: 40px;
    font-size: 16px;
    position: relative;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.p-header__inner {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between;
}

.p-header__left {
    align-items: center;
    display: flex;
}

.p-header__left--img {
    height: 56px;
    width: 207px;
}

.p-header__navList {
    align-items: center;
    display: flex;
}

.p-header__navList li {
    margin-left: 30px;
    text-align: center;
}

.p-header__navList--accordion {
    cursor: pointer;
    position: relative;
}

.p-header__wrapper--navList02 {
    position: absolute;
    padding: 18px 0 0;
    width: calc(100% + 40px);
    left: -20px;
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}

.p-header__wrapper--navList02>li {
    margin-left: 0;
    padding: 10px 10px;
    background-color: #fff;
}

.p-header__wrapper--navList02>li:nth-of-type(2) {
    transform: translate(0px, -38.4px);
    -webkit-transform: translate(0px, -38.4px);
    -moz-transform: translate(0px, -38.4px);
    -ms-transform: translate(0px, -38.4px);
    -o-transform: translate(0px, -38.4px);
    transition: all .5s;
}
.p-header__wrapper--navList02>li:nth-of-type(3) {
    transform: translate(0px, -76.8px);
    -webkit-transform: translate(0px, -76.8px);
    -moz-transform: translate(0px, -76.8px);
    -ms-transform: translate(0px, -76.8px);
    -o-transform: translate(0px, -76.8px);
    transition: all .5s;
}
.p-header__wrapper--navList02>li:nth-of-type(4) {
    transform: translate(0px, -115.2px);
    -webkit-transform: translate(0px, -115.2px);
    -moz-transform: translate(0px, -115.2px);
    -ms-transform: translate(0px, -115.2px);
    -o-transform: translate(0px, -115.2px);
    transition: all .5s;
}
.p-header__wrapper--navList02>li:nth-of-type(5) {
    transform: translate(0px, -153.6px);
    -webkit-transform: translate(0px, -153.6px);
    -moz-transform: translate(0px, -153.6px);
    -ms-transform: translate(0px, -153.6px);
    -o-transform: translate(0px, -153.6px);
    transition: all .5s;
}

.p-header__navList>li:nth-of-type(1):hover .p-header__wrapper--navList02>li:nth-of-type(2),
.p-header__navList>li:nth-of-type(1):hover .p-header__wrapper--navList02>li:nth-of-type(3),
.p-header__navList>li:nth-of-type(1):hover .p-header__wrapper--navList02>li:nth-of-type(4),
.p-header__navList>li:nth-of-type(1):hover .p-header__wrapper--navList02>li:nth-of-type(5) {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}

.p-header__wrapper--navList02>li:last-of-type {
    padding-bottom: 20px;
}

.p-header__navList>li:nth-of-type(1):hover .p-header__wrapper--navList02 {
    opacity: 1;
    pointer-events: all;
}

.p-header__wrapper--navListTxt {
    padding-bottom: 20px;
    position: relative;
}

.p-header__wrapper--navListTxt::after {
    background: url(../img/common/arrow_bottom.png) no-repeat center center/contain;
    bottom: 0;
    content: '';
    height: 10px;
    left: calc(50% - 5px);
    position: absolute;
    width: 10px;
}

.--voice .p-header__wrapper--navListTxt::after {
    display: none;
}

.p-header__navList li .--small {
    font-size: 13px;
}

.p-header__navList li .--lower {
    margin-top: 5px;
}

.p-header__navList--sp-only {
    display: none;
}

.p-header__right {
    align-items: center;
    display: flex;
}

.p-header__tel {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
}

.p-header__tel--number {
    color: #008cd6;
    font-size: 24px;
    padding-left: 30px;
    position: relative;
}

.p-header__tel--number::before {
    background: url(../img/common/tel.png) no-repeat center center/contain;
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: calc(50% - 11px);
    width: 22px;
}

.p-header__tel--txt {
    font-size: 12px;
    letter-spacing: 2px;
}

.p-header__assessment {
    background-color: #008cd6;
    color: #fff;
    height: 100px;
    text-align: center;
    padding-top: 68px;
    position: relative;
    width: 100px;
}

.p-header__assessment::after {
    background: url(../img/common/assessment.png) no-repeat center center/contain;
    content: '';
    height: 43px;
    left: calc(50% - 15px);
    position: absolute;
    top: 15px;
    width: 30px;
}

.p-header__line {
    background-color: #17bb05;
    color: #fff;
    height: 100px;
    text-align: center;
    padding-top: 68px;
    position: relative;
    width: 100px;
}

.p-header__line::after {
    background: url(../img/common/line.png) no-repeat center center/contain;
    content: '';
    height: 48px;
    left: calc(50% - 20px);
    position: absolute;
    top: 13px;
    width: 40px;
}

/* hamburger */
.p-header__hamburger {
    background-color: #008cd6;
    display: none;
    height: 65px;
    padding: 22px 20px;
    width: 65px;
    position: relative;
    z-index: 98;
}

.p-header__hamburger--btnTrigger {
    cursor: pointer;
    position: relative;
    height: 21px;
    width: 25px;
}

.p-header__hamburger--btnTrigger span {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.p-header__hamburger--btnTrigger, .p-header__hamburger--btnTrigger span {
    display: inline-block;
    box-sizing: border-box;
}

.p-header__hamburger--btnTrigger span:nth-of-type(1) {
    top: 0;
}

.p-header__hamburger--btnTrigger span:nth-of-type(2) {
    top: 10px;
}

.p-header__hamburger--btnTrigger span:nth-of-type(3) {
    bottom: 0;
}

#p-header__hamburger--btn.js-active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
}

#p-header__hamburger--btn.js-active span:nth-of-type(2) {
    opacity: 0;
}

#p-header__hamburger--btn.js-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
}

.p-header__hamburger--mask {
    display: none;
}

.p-header__hamburger--mask.js-active {
    background: #393939;
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    backdrop-filter: blur(30px);
}

#header .middle-only {
    display: none;
}

@media screen and (max-width: 1370px) {
    #header .middle-only {
        display: block;
    }
}

@media screen and (max-width: 1255px) {
    .p-header__left {
        justify-content: space-between;
        padding-right: 40px;
        width: 100%;
    }

    .p-header__right {
        position: absolute;
        right: 0;
        top: 100%;
    }
}

@media screen and (max-width: 768px) {
    #header {
        padding-left: 20px;
        font-size: 14px;
        transition: background-color .5s;
    }

    #header.js-scroll-active {
        background-color: transparent;
        transition: background-color .5s;
    }

    .p-header__inner {
        height: unset;
        position: relative;
    }

    .p-header__inner::before {
        background-color: #fff;
        content: '';
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: calc(100% + 20px);
        z-index: 90;
        transition: opacity .5s;
    }

    .js-scroll-active .p-header__inner::before {
        opacity: 0;
        transition: opacity .5s;
        pointer-events: none;
    }

    .p-header__left--img {
        height: 34px;
        width: 125px;
        position: relative;
        z-index: 98;
    }

    .js-scroll-active .p-header__left--img {
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s;
    }

    .p-header__navList {
        background: linear-gradient(140deg, rgba(144,194,31,1) 0%, rgba(1,139,213,1) 100%);
        color: #fff;
        max-height: 100vh;
        overflow-y: scroll;
        position: fixed;
        left: 0;
        top: 65px;
        width: 100%;
        overflow-y: scroll;
        z-index: 3;
        transition: all .7s;
        transform: translate(0, -407px);
        display: block;
    }

    .p-header__navList.js-active {
        transform: translate(0, 0);
    }

    .p-header__navList li {
        border-bottom: #fff solid 1px;
        margin-left: 0;
        padding: 20px;
        font-weight: 700;
        text-align: left;
        position: relative;
    }

    .p-header__navList>li:first-child {
        padding: 0;
    }

    .p-header__navList li:last-child {
        border-bottom: none;
    }

    .p-header__navList>li:first-child::before,
    .p-header__navList>li:first-child::after {
        display: none;
    }

    .p-header__navList li::before {
        background-color: #fff;
        content: '';
        height: 2px;
        left: unset;
        right: 20px;
        position: absolute;
        top: calc(50% + 2px);
        transform: rotate(-45deg);
        width: 8px;
        z-index: 3;
    }

    .p-header__navList li::after {
        background-color: #fff;
        content: '';
        height: 2px;
        right: 20px;
        position: absolute;
        top: calc(50% - 2px);
        transform: rotate(45deg);
        width: 8px;
        z-index: 3;
    }

    .p-header__wrapper--navList02 {
        background-color: transparent;
        position: relative;
        display: none;
        padding: unset;
        width: unset;
        left: unset;
    }

    .p-header__wrapper--navList02>li {
        margin-left: unset;
        padding: unset;
        border-bottom: unset;
    }

    .p-header__wrapper--navList02>li:nth-of-type(1) {
        border-top: #fff solid 1px;
    }

    .p-header__navList>li:nth-of-type(1):hover .p-header__wrapper--navList02 {
        display: none;
    }

    .p-header__wrapper--navList02 {
        display: none;
    }

    .accordion-active .p-header__wrapper--navList02 {
        display: block !important;
    }

    .p-header__wrapper--navList02 li {
        border-bottom: unset;
        border-top: #fff solid 1px;
    }

    .p-header__wrapper--navList02 li a {
        padding: 20px 20px 20px 40px;
        display: block;
    }

    #header .p-top__accordion--btn {
        padding: 20px;
        position: relative;
    }

    #header .p-top__accordion--btn::before {
        background-color: #fff;
        content: '';
        height: 2px;
        right: 20px;
        position: absolute;
        top: 24px;
        width: 20px;
        z-index: 99;
    }

    #header .p-top__accordion--btn::after {
        background-image: unset;
        background-color: #fff;
        content: '';
        height: 20px;
        right: 29px;
        left: unset;
        position: absolute;
        top: 15px;
        width: 2px;
        z-index: 99;
    }

    #header .accordion-active .p-top__accordion--btn::after {
        display: none;
    }

    .p-header__wrapper--navListTxt {
        padding-bottom: 0;
    }

    .p-header__wrapper--navListTxt::after {
        background-image: unset;
    }

    .p-header__navList li .--small {
        font-size: 14px;
    }

    .p-header__navList li .--lower {
        margin-top: 0;
    }

    .p-header__navList--sp-only {
        display: block;
    }

    .p-header__navList li.--cv {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }

    .p-header__navList li.--tel {
        border-bottom: none;
    }

    .p-header__right {
        display: none;
    }

    .p-header__tel {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 25px;
    }

    .p-header__tel--number {
        color: #fff;
        font-size: 22px;
        padding-left: 36px;
    }

    .p-header__tel--number::before {
        background: url(../img/common/tel-white.png) no-repeat center center/contain;
        content: '';
        height: 18px;
        left: 0;
        position: absolute;
        top: calc(50% - 9px);
        width: 18px;
    }

    .p-header__tel--txt {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .p-header__assessment {
        border: #fff solid 1px;
    }

    .p-header__line {
        border: #17bb05 solid 1px;
        margin-left: 10px;
    }

    /* hamburger */
    .p-header__hamburger {
        display: block;
    }

    #header .middle-only {
        display: none;
    }

    .p-header__wrapper--navList02>li {
        background-color: transparent;
    }

    .p-header__wrapper--navList02>li:nth-of-type(2) {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transition: all .5s;
    }
    .p-header__wrapper--navList02>li:nth-of-type(3) {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transition: all .5s;
    }
    .p-header__wrapper--navList02>li:nth-of-type(4) {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transition: all .5s;
    }
    .p-header__wrapper--navList02>li:nth-of-type(5) {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transition: all .5s;
    }

    .p-header__wrapper--navList02>li:last-of-type {
        padding-bottom: 0;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
#mv {
    background: url(../img/common/mv01.png) no-repeat center center/cover;
    height: 330px;
}

#mv.--apartment {
    background: url(../img/page/kinds/mvApartment.png) no-repeat center center/cover;
}

#mv.--land {
    background: url(../img/page/kinds/mvLand.png) no-repeat center center/cover;
}

#mv.--detached-house {
    background: url(../img/page/kinds/mvHouse.png) no-repeat center center/cover;
}

#mv.--warehouse {
    background: url(../img/page/kinds/mvWarehouse.png) no-repeat center center/cover;
}

#mv.--unoccupied-house {
    background: url(../img/page/kinds/mvUnoccupied.png) no-repeat center center/cover;
}

#mv.--case-study {
    background: url(../img/common/mv-case.png) no-repeat center center/cover;
}

#mv.--flow {
    background: url(../img/common/mv-flow.png) no-repeat center center/cover;
}

#mv.--introduce {
    background: url(../img/common/mv-company.png) no-repeat center center/cover;
}

.p-mv__inner {
    background: url(../img/common/mv_bg-left.png) no-repeat center right/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 1035px;
    padding: 0 90px;
    width: 100%;
}

.p-mv__subTtl {
    font-size: 22px;
    position: relative;
    letter-spacing: 0.043em;
}

.p-mv__subTtl::before {
    background-color: #fff;
    content: '';
    height: 1px;
    left: -90px;
    position: absolute;
    top: calc(50% - .5px);
    width: 70px;
}

.p-mv__Ttl {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 20px;
    letter-spacing: 0.043em;
}

.p-mv__Ttl.--mt0 {
    margin-top: 0;
}

.p-mv__Ttl .--small{
    font-size: 34px;
    margin-bottom: 10px;
}

.p-mv__Ttl .--Xsmall{
    font-size: 28px;
    margin: 0 0 10px 5px;
}

.p-mv__subHead {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 15px;
}

.p-mv__inner--subHead {
    border-bottom: #fff solid 1px;
}

.p-mv__txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    #mv {
        background: url(../img/common/mv01-sp.png) no-repeat center center/cover;
        height: 97.6vw;
    }

    #mv.--apartment {
        background: url(../img/page/kinds/mvApartment-sp.png) no-repeat center center/cover;
    }

    #mv.--land {
        background: url(../img/page/kinds/mvLand-sp.png) no-repeat center center/cover;
    }

    #mv.--detached-house {
        background: url(../img/page/kinds/mvHouse-sp.png) no-repeat center center/cover;
    }

    #mv.--warehouse {
        background: url(../img/page/kinds/mvWarehouse-sp.png) no-repeat center center/cover;
    }

    #mv.--unoccupied-house {
        background: url(../img/page/kinds/mvUnoccupied-sp.png) no-repeat center center/cover;
    }

    #mv.--case-study {
        background: url(../img/common/mv-case-sp.png) no-repeat center center/cover;
    }

    #mv.--flow {
        background: url(../img/common/mv-flow-sp.png) no-repeat center center/cover;
    }

    #mv.--introduce {
        background: url(../img/common/mv-company-sp.png) no-repeat center center/cover;
    }

    .p-mv__inner {
        background: url(../img/common/mv_bg-left-sp.png) no-repeat center right/cover;
        display: flex;
        justify-content: flex-end;
        height: 100%;
        padding: 0 20px 30px;
    }

    .--kind .p-mv__inner {
        background: url(../img/page/kinds/mv_bg-kind-sp.png) no-repeat center right/cover;
    }

    .p-mv__subTtl {
        font-size: 16px;
    }

    .p-mv__subTtl::before {
        left: -20px;
        position: absolute;
        width: 13px;
    }

    .p-mv__Ttl {
        font-size: 28px;
        font-weight: 700;
    }

    .p-mv__Ttl .--small{
        font-size: 25px;
        margin-bottom: 5px;
    }

    .p-mv__Ttl .--Xsmall{
        font-size: 21px;
        margin: 0 0 5px 2px;
    }

    .p-mv__subHead {
        font-size: 16px;
        margin-top: 5px;
    }

    .p-mv__txt {
        font-size: 14px;
    }
}

/*===========================================================================*/
/*  breadcrumb  */
/*===========================================================================*/
#breadcrumb {
    background-color: #2a394d;
    color: #fff;
    font-size: 13px;
    padding: 0 40px;
}

.p-breadcrumb__list {
    align-items: center;
    display: flex;
    height: 50px;
}

.p-breadcrumb__list span>a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 99;
}

.p-breadcrumb__list span>a::before {
    background-color: #fff;
    content: '';
    height: 1px;
    right: 6px;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    width: 6px;
}

.p-breadcrumb__list span>a::after {
    background-color: #fff;
    content: '';
    height: 1px;
    right: 6px;
    position: absolute;
    top: calc(50% + 2px);
    transform: rotate(-45deg);
    width: 6px;
}

@media screen and (max-width: 768px) {
    #breadcrumb {
        font-size: 11px;
        padding: 10px 20px;
    }

    .p-breadcrumb__list {
        align-items: center;
        display: flex;
        height: unset;
    }
}

/*===========================================================================*/
/*  breadcrumb02  */
/*===========================================================================*/
#breadcrumb02 {
    background-color: #f2f7fa;
    font-size: 13px;
}

.p-breadcrumb02__list {
    align-items: center;
    display: flex;
    height: 80px;
}

.p-breadcrumb02__list span>a {
    display: inline-block;
    color: #2f3b50;
    padding-right: 20px;
    position: relative;
}

.p-breadcrumb02__list span>span {
    color: #b1b3b5;
}

.p-breadcrumb02__list span>a:before {
    background-color: #2f3b50;
    content: '';
    height: 1px;
    right: 6px;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    width: 6px;
}

.p-breadcrumb02__list span>a::after {
    background-color: #2f3b50;
    content: '';
    height: 1px;
    right: 6px;
    position: absolute;
    top: calc(50% + 2px);
    transform: rotate(-45deg);
    width: 6px;
}

@media screen and (max-width: 1255px) and (min-width: 769px) {
    #breadcrumb02.--post {
        padding-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    #breadcrumb02 {
        font-size: 11px;
        padding: 0 20px;
    }

    .p-breadcrumb02__list {
        align-items: center;
        display: flex;
        height: 50px;
    }
}

/*===========================================================================*/
/*  top  */
/*===========================================================================*/
.p-top__h2-01 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 40px;
    text-align: center;
}

.p-btn01 {
    color: #fff;
    display: block;
    margin: 40px auto 0;
    position: relative;
    width: 320px;
    z-index: 1;
}

.p-btn01.--l {
    width: 430px;
}

.p-btn01__txt {
    background: linear-gradient(120deg, rgba(1,139,213,1) 0%,rgba(1,139,213,1) 43%, rgba(144,194,31,1) 57%, rgba(144,194,31,1) 100%);
    background-size: 300% 100%;
    background-position: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all 1s;
}

.p-btn01__txt:hover {
    background-position: 0 0;
}

.p-btn01__txt::before {
    background-color: #fff;
    content: '';
    height: 3px;
    right: 30px;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 12px;
    z-index: 3;
}

.p-btn01__txt::after {
    background-color: #fff;
    content: '';
    height: 3px;
    right: 30px;
    position: absolute;
    top: calc(50% + 3px);
    transform: rotate(-45deg);
    width: 12px;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .p-top__h2-01 {
        font-size: 22px;
        margin-top: 20px;
    }

    .p-btn01 {
        width: 250px;
        z-index: 1;
    }

    .p-btn01.--l {
        width: 280px;
    }

    .p-btn01__txt {
        font-size: 14px;
        padding: 15px 20px;
    }

    .p-btn01__txt::before {
        height: 2px;
        right: 10px;
        top: calc(50% - 2px);
        width: 8px;
    }

    .p-btn01__txt::after {
        height: 2px;
        right: 10px;
        top: calc(50% + 2px);
        width: 8px;
    }
}

.p-top__mv {
    background: url(../img/top/Mv.jpg) no-repeat center center/cover !important;
    height: calc(100vh - 120px) !important;
    overflow: hidden;
    min-height: 780px;
}

#top .p-mv__inner  {
    background: url(../img/top/mv_bg-left-top.png) no-repeat center right/cover;;
}

.p-topMv__ttl {
    font-size: 56px;
    margin-top: 0;
}

.p-topMv__ttl .--m {
    font-size: 36px;
    margin-bottom: 15px;
}

.p-topMv__ttl .--s {
    font-size: 24px;
    font-weight: 400;
}

.p-topMv__txt {
    font-size: 22px;
}

.p-topMv__txt span {
    height: 60px;
    padding-top: 12px;
    position: relative;
}

.p-topMv__txt span::before {
    background: url(../img/top/mvBorder.png) no-repeat center center/contain;
    content: '';
    height: 60px;
    right: -60px;
    position: absolute;
    top: 0;
    width: 506px;
}

@media screen and (max-width: 768px) {
    .p-top__mv {
        background: url(../img/top/Mv-sp.jpg) no-repeat center center/cover !important;
        height: calc(100vh - 65px) !important;
        max-height: 600px;
        min-height: unset;
    }

    #top .p-mv__inner  {
        background: url(../img/top/mv_bg-left-top-sp.png) no-repeat center right/cover;;
    }

    .p-topMv__ttl {
        font-size: 30px;
    }

    .p-topMv__ttl .--m {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .p-topMv__ttl .--s {
        font-size: 14px;
    }

    .p-topMv__txt {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p-topMv__txt span {
        height: 40px;
        padding-top: 7px;
        position: relative;
    }

    .p-topMv__txt span::before {
        background: url(../img/top/mvBorder_sp.png) no-repeat center center/contain;
        height: 40px;
        right: -120px;
    }
}


.p-top__assessment-banner {
    display: block;
    max-width: 682px;
}

.p-top__line-banner:hover,
.p-top__assessment-banner:hover {
    opacity: 1;
}


.p-top__cvLink .c-cvLink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
}


@media screen and (max-width: 768px) {
    .p-top__assessment-banner {
        max-width: 335px;
    }

    .p-top__cvLink .c-cvLink {
        flex-wrap: wrap;
    }
}


.p-top__cvLink.--mv {
    position: relative;
    top: -60px;
}

@media screen and (max-width: 768px) {
    .p-top__cvLink.--mv {
        top: -25px;
    }

    .p-top__cvLink.--mv .c-cvLink {
        position: absolute;
    }
}

.p-top__cvLink.--mv  .c-cvLink__inner {
    width: 100%;
    margin: 0;
}

.p-top__cvLink.--mv .p-top__line-banner,
.p-top__cvLink.--mv .p-top__assessment-banner {
    flex: 1;
    position: relative;
    display: block;
    width: 100%;
    max-width: 470px;
}

@media screen and (min-width: 769px) {
    .p-top__cvLink.--mv  .c-cvLink__inner {
        max-width: 750px;
        padding: 12px 20px 20px 20px
    }
    
    .p-top__cvLink.--mv  .c-cvLink__upper--txt {
        font-size: 21px;
    }
    
    .p-top__cvLink.--mv  .c-cvLink__upper--txt .--learge {
        font-size: 30px;
    }
    
    .p-top__cvLink.--mv  .c-cvLink__link {
        margin-top: 12px;
    }
    
    .p-top__cvLink.--mv  .c-cvLink__link--txt {
        font-size: 19px;
        padding: 10px 30px;
    }
    
    .p-top__cvLink.--mv  .c-cvLink__link::before {
        height: 116px;
        left: -90px;
        top: calc(50% - 55px);
    }
}

@media screen and (max-width: 768px) {
    .p-top__cvLink.--mv .c-cvLink {
        gap: 15px;
    }
    .p-top__cvLink.--mv .p-top__line-banner,
    .p-top__cvLink.--mv .p-top__assessment-banner {
        flex: auto;
        max-width: 335px;
    }
}


.p-top__worry {
    background-color: #f0f5fa;
    margin-bottom: 160px;
    padding: 160px 0 20px;
    position: relative;
    z-index: -1;
}

.p-top__worry::before {
    background-color: #f0f5fa;
    content: '';
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 160px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.p-top__worry--list {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    max-width: 1410px;
    padding: 0 40px;
}

.p-top__worry--list li {
    width: 19%;
}

.p-top__worryList--txt {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 30px;
    text-align: center;
}

.p-top__worryList--txt .--blue {
    color: #008cd6;
}


@media screen and (max-width: 1280px) {
    .p-top__worry {
        padding: 300px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .p-top__worry {
        margin-bottom: 100px;
        padding: 215px 0 10px;
    }

    .p-top__worry::before {
        height: 70px;
    }

    .p-top__worry--list {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 30px auto 0;
        padding: 0;
    }

    .p-top__worry--list li {
        margin-top: 20px;
        width: 50%;
    }

    .p-top__worry--list li:nth-of-type(1),
    .p-top__worry--list li:nth-of-type(2) {
        margin-top: 0;
    }

    .p-top__worryList--img {
        margin: 0 auto;
        width: 90%;
    }

    .p-top__worryList--txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: -30px;
    }
}

.p-top__solve {
    padding: 80px 0;
}

.p-top__solve .c-h2::before {
    content: 'SOLVE';
    top: -60px;
}

@media screen and (max-width: 768px) {
    .p-top__solve {
        padding: 50px 0 80px;
    }

    .p-top__solve .c-h2::before {
        top: -2.6vw;
    }
}

.p-top__support {
    padding: 80px 0;
}

.p-top__support .c-h2::before {
    content: 'SUPPORT';
    top: -60px;
}

.p-top__support--list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.p-top__support--list li {
    padding: 40px;
    position: relative;
    width: 49%;
}

.p-top__support--list li:nth-of-type(1) {
    background-color: #f2f7fa;
}

.p-top__support--list li:nth-of-type(2) {
    background-color: #f4facd;
}

.p-top__supportList--bubble {
    color: #fff;
    font-size: 20px;
    left: 0;
    text-align: center;
    top: -30px;
    position: absolute;
    width: 100%;
}

.p-top__supportList--bubble .--learge{
    font-size: 24px;
    font-weight: 700;
}

.p-top__supportList--bubbleTxt {
    border-radius: 100vh;
    padding: 15px 35px;
    position: relative;
}

.p-top__support--list li:nth-of-type(1) .p-top__supportList--bubbleTxt {
    background-color: #008cd6;
}

.p-top__support--list li:nth-of-type(2) .p-top__supportList--bubbleTxt {
    background-color: #96cc21;
}

.p-top__supportList--bubbleTxt::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    position: absolute;
    content: '';
    top: calc(100% - 8px);
    left: calc(50% - 18px);
}

.p-top__support--list li:nth-of-type(1) .p-top__supportList--bubbleTxt::before {
    border-top: 22px solid #008cd6;
}

.p-top__support--list li:nth-of-type(2) .p-top__supportList--bubbleTxt::before {
    border-top: 22px solid #96cc21;
}

.p-top__supportList--ttl {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.p-top__supportList--ttl::before {
    bottom: -8px;
    content: '';
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    width: 26px;
}

.p-top__support--list li:nth-of-type(1) .p-top__supportList--ttl::before {
    background-color: #008cd6;
}

.p-top__support--list li:nth-of-type(2) .p-top__supportList--ttl::before {
    background-color: #96cc21;
}

.p-top__supportList--txt {
    margin-top: 25px;
    letter-spacing: .05em;
}

.p-top__supportList--img {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-top__support {
        padding: 50px 0;
    }

    .p-top__support .c-h2::before {
        content: 'SUPPORT';
        top: -2.6vw;
    }

    .p-top__support--list {
        display: block;
        margin-top: 70px;
    }

    .p-top__support--list li {
        padding: 30px 0;
        position: relative;
        width: 100%;
    }

    .p-top__support--list li:nth-of-type(1) {
        background-color: #f2f7fa;
    }

    .p-top__support--list li:nth-of-type(2) {
        margin-top: 50px;
    }

    .p-top__support--list li:nth-of-type(1)::before {
        background-color: #f2f7fa;
        content: '';
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: -1;
    }

    .p-top__support--list li:nth-of-type(2)::before {
        background-color: #f4facd;
        content: '';
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: -1;
    }

    .p-top__supportList--bubble {
        font-size: 16px;
        left: 0;
        top: -20px;
    }

    .p-top__supportList--bubble .--learge{
        font-size: 18px;
    }

    .p-top__supportList--bubbleTxt {
        padding: 8px 20px;
    }

    .p-top__support--list li:nth-of-type(1) .p-top__supportList--bubbleTxt {
        background-color: #008cd6;
    }

    .p-top__support--list li:nth-of-type(2) .p-top__supportList--bubbleTxt {
        background-color: #96cc21;
    }

    .p-top__supportList--bubbleTxt::before {
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        top: calc(100% - 3px);
        left: calc(50% - 8px);
    }

    .p-top__support--list li:nth-of-type(1) .p-top__supportList--bubbleTxt::before {
        border-top: 10px solid #008cd6;
    }

    .p-top__support--list li:nth-of-type(2) .p-top__supportList--bubbleTxt::before {
        border-top: 10px solid #96cc21;
    }

    .p-top__supportList--ttl {
        font-size: 20px;
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .p-top__supportList--txt {
        margin-top: 20px;
    }
}

.p-top__kinds {
    padding-bottom: 80px;
}

.p-top__kinds--subTxt {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 60px;
}

.p-top__kinds--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-top__kinds--list li {
    margin: 40px 0 0 3.5%;
    width: 31%;
}

.p-top__kinds--list li:nth-of-type(1) {
    margin-left: 0;
}

.p-top__kinds--list li:nth-of-type(4) {
    margin-left: 0;
}

.p-top__kindsList--img {
    display: block;
    border-radius: 10px;
}

a.p-top__kindsList--img:hover {
    opacity: 1;
    background-color: #000;
}

.p-top__kindsList--img img {
    border-radius: 10px;
}

a.p-top__kindsList--img:hover img {
    opacity: .7;
}

.p-top__kindsList--ttl {
    color: #008cd6;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.p-top__kindsList--txt {
    margin-top: 20px;
}

.p-top__kindsList--btn {
    align-items: center;
    border: #008cd6 1px solid;
    border-radius: 5px;
    color: #008cd6;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    margin: 20px auto 0;
    width: 190px;
}

a.p-top__kindsList--btn:hover {
    color: #fff;
    background-color: #008cd6;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .p-top__kinds {
        padding-bottom: 50px;
    }

    .p-top__kinds--subTxt {
        font-size: 16px;
        margin-top: 30px;
    }

    .p-top__kinds--list {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .p-top__kinds--list li {
        margin-right: 0;
        margin-left: unset;
        width: 100%;
    }

    .p-top__kindsList--ttl {
        font-size: 20px;
    }

    .p-top__kindsList--txt {
        margin-top: 20px;
    }

    .p-top__kindsList--btn {
        font-size: 12px;
        height: 36px;
        width: 150px;
    }
}

.p-top__case,
.p-top__news {
    background-color: #f0f5fa;
    padding: 80px 0;
}

@media screen and (max-width: 768px) {
    .p-top__case,
    .p-top__news {
        background-color: #f0f5fa;
        padding: 50px 0;
    }
}

.p-top__slider--list {
    display: flex;
    margin-top: 40px;
}

.p-top__slider--list li {
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    position: relative;
    width: calc(33.3% - 11px);
}

.p-top__slider--img {
    height: 21.9vw;
    max-height: 280px;
}

.p-top__slider--img img {
    border-radius: 10px 10px 0 0;
}

.p-top__slider--cat {
    position: absolute;
    left: 0;
    top: 0;
}

.p-top__slider--cat span:not(:first-child) {
    margin-left: 5px;
}

.p-top__slider--catTxt {
    background-color: #96cc21;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 8px;
}

.p-top__slider--lower {
    padding: 20px;
}

.p-top__slider--date {
    color: #999;
    font-size: 14px;
}

.p-top__slider--ttl {
    color: #008cd6;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.4;
}

.p-top__slider--txt {
    margin-top: 15px;
}

.p-top__slider--person {
    align-items: center;
    display: flex;
    justify-content: right;
    margin-top: 15px;
}

.p-top__slider--personImg {
    height: 50px;
    margin-right: 10px;
    width: 50px;
}

.p-top__slider--personImg img {
    border-radius: 100vh;
}

.p-top__slider--personName {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .p-top__slider--list {
        margin-top: 20px;
    }

    .p-top__slider--list li {
        width: 100%;
    }

    .p-top__slider--img {
        height: 59.2vw;
        max-height: unset;
    }

    .p-top__slider--catTxt {
        font-size: 11px;
        padding: 3px 5px;
    }

    .p-top__slider--lower {
        padding: 20px;
    }

    .p-top__slider--date {
        color: #999;
        font-size: 11px;
    }

    .p-top__slider--ttl {
        font-size: 20px;
    }

    .p-top__slider--person {
        margin-top: 10px;
    }

    .p-top__slider--personImg {
        height: 40px;
        width: 40px;
    }

    .p-top__slider--personName {
        font-size: 11px;
    }
}

.p-top__knowledge {
    padding: 120px 0;
    overflow: hidden;
}

.p-top__inner--knowledge {
    position: relative;
}

.p-top__inner--knowledge::before {
    background: url(../img/top/knowledge.png) no-repeat center center/cover;
    content: '';
    height: 100%;
    left: calc(50vw - 13%);
    position: absolute;
    top: 0;
    width: calc(50vw + 13%);
    z-index: 0;
}

.p-top__knowledge .c-h2 {
    text-align: left;
}

.p-top__knowledge .c-h2::before {
    content: 'KONWLEDGE';
    left: -280px;
    text-align: left;
    top: 80px;
    opacity: 0;
    transition: all 5s;
    transform: translate(-800px, 0px);
    -webkit-transform: translate(-800px, 0px);
    -moz-transform: translate(-800px, 0px);
    -ms-transform: translate(-800px, 0px);
    -o-transform: translate(-800px, 0px);
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.p-top__knowledge .animation-active.c-h2::before {
    opacity: 1;
    transition: all 1s;
    transform: translate(0px, 0px);
}

.p-top__knowledge--contents {
    margin-top: 90px;
    position: relative;
}

.p-top__knowledge--contents::before {
    background: url(../img/top/stepImg.png) no-repeat center center/contain;
    bottom: 70px;
    content: '';
    height: 118px;
    left: -20px;
    position: absolute;
    width: 73px;
    z-index: 99;
}

.p-top__knowledge--link {
    display: block;
    position: relative;
    width: 460px;
}

a.p-top__knowledge--link {
    opacity: 1;
}

.p-top__knowledge--contents a:nth-of-type(1) {
    margin-left: 140px;
}
.p-top__knowledge--contents a:nth-of-type(2) {
    margin-left: 70px;
}

.p-top__knowledge--link::after {
    content: '';
    height: 47px;
    left: -20px;
    position: absolute;
    top: calc(50% - 23.5px);
    width: 111px;
    z-index: 99;
}

.p-top__knowledge--contents a:nth-of-type(1)::after {
    background: url('../img/top/step03.png') no-repeat center center/contain;
}
.p-top__knowledge--contents a:nth-of-type(2)::after {
    background: url('../img/top/step02.png') no-repeat center center/contain;
}
.p-top__knowledge--contents a:nth-of-type(3)::after {
    background: url('../img/top/step01.png') no-repeat center center/contain;
}

.p-top__inner--knowledgeLink {
    align-items: center;
    color: #fff;
    display: flex;
    height: 80px;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    width: 460px;
    z-index: 99;
    overflow: hidden;
}

.p-top__inner--knowledgeLink::before {
    background-color: #00304a;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .7;
    transform: translateX(-460px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transform: translateX(-460px);
    -moz-transform: translateX(-460px);
    -ms-transform: translateX(-460px);
    -o-transform: translateX(-460px);
    z-index: 90;
}

.p-top__inner--knowledgeLink:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.p-top__knowledge--contents a:nth-of-type(1) {
    background-color: #005b8c;
}
.p-top__knowledge--contents a:nth-of-type(2) {
    background-color: #0074b3;
}
.p-top__knowledge--contents a:nth-of-type(3) {
    background-color: #008cd6;
}

.p-top__inner--knowledgeLink .arrow01 {
    background-color: #fff;
    content: '';
    height: 3px;
    right: 30px;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 12px;
    z-index: 92;
}

.p-top__inner--knowledgeLink .arrow02 {
    background-color: #fff;
    content: '';
    height: 3px;
    right: 30px;
    position: absolute;
    top: calc(50% + 3px);
    transform: rotate(-45deg);
    width: 12px;
    z-index: 92;
}

.p-top__knowledge--linkTxt {
    position: relative;
    z-index: 92;
}

@media screen and (max-width: 768px) {
    .p-top__knowledge {
        padding: 80px 0 52vw;
    }

    .p-top__inner--knowledge {
        position: relative;
    }

    .p-top__inner--knowledge::before {
        bottom: -52vw;
        height: 54vw;
        left: 0;
        top: unset;
        width: 100vw;
        z-index: 0;
    }

    .p-top__knowledge .c-h2 {
        text-align: center;
    }

    .p-top__knowledge .c-h2::before {
        left: 50%;
        text-align: center;
        top: -2.6vw;
        opacity: 1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .p-top__knowledge .animation-active.c-h2::before {
        opacity: 1;
        transition: all 1s;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .p-top__knowledge--contents {
        margin-top: 130px;
    }

    .p-top__knowledge--contents::before {
        bottom: 190px;
        height: 110px;
        left: calc(50% - 33px);
        width: 66px;
    }

    .p-top__knowledge--link {
        display: block;
        height: 67px;
        position: relative;
        width: 331px;
    }

    .p-top__knowledge--contents a:nth-of-type(1) {
        margin-left: auto;
        margin-right: -20px;
    }
    .p-top__knowledge--contents a:nth-of-type(2) {
        margin: 0 auto;
    }
    .p-top__knowledge--contents a:nth-of-type(3) {
        margin-left: -10px;
        margin-right: auto;
    }

    .p-top__knowledge--link::after {
        font-size: 12px;
        height: 30px;
        left: -20px;
        padding-right: 8px;
        top: calc(50% - 15px);
        padding-bottom: 2px;
        width: 71px;
        z-index: 99;
    }

    .p-top__inner--knowledgeLink {
        height: 100%;
        padding: 0 20px;
        width: 100%;
    }

    .p-top__inner--knowledgeLink::before {
        height: 2px;
        right: 20px;
        top: calc(50% - 2px);
        width: 8px;
    }

    .p-top__inner--knowledgeLink::after {
        height: 2px;
        right: 20px;
        top: calc(50% + 2px);
        width: 8px;
    }
}

.p-top__area {
    padding: 80px 0 0;
}

.p-top__area .c-h2::before {
    content: 'AREA';
}

.p-top__area--contens {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.p-top__area--img {
    width: 44.2%;
}

.p-top__area--right {
    width: 52.5%;
}

.p-top__area--ttl {
    font-size: 20px;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
}

.p-top__area--right h3:not(:nth-of-type(1)) {
    margin-top: 40px;
}

.p-top__area--ttl::before {
    background-color: #008cd6;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 30px;
}

.p-top__area--right h3:nth-of-type(1)::before {
    background-color: #96cc21;
}

.p-top__area--txt {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .p-top__area {
        padding: 50px 0 0;
    }

    .p-top__area--contens {
        display: block;
        margin-top: 30px;
    }

    .p-top__area--img {
        width: 100%;
    }

    .p-top__area--right {
        margin-top: 30px;
        width: 100%;
    }

    .p-top__area--ttl {
        font-size: 16px;
        padding-left: 30px;
        position: relative;
    }

    .p-top__area--left h3:not(:nth-of-type(1)) {
        margin-top: 40px;
    }

    .p-top__area--ttl::before {
        width: 20px;
    }

    .p-top__area--txt {
        margin-top: 10px;
    }

    .p-top__area--right {
        width: 100%;
    }

    .p-top__area--sp-hidden {
        display: none;
    }

    .js-active.p-top__area--sp-hidden {
        display: block;
    }

    .p-top__area--btn {
        border: #008cd6 2px solid;
        border-radius: 5px;
        height: 50px;
        position: relative;
        margin-top: 10px;
    }

    .p-top__area--btn::before {
        background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
        content: '';
        height: 50px;
        left: -2px;
        position: absolute;
        top: -60px;
        width: calc(100% + 4px);
    }

    .js-active.p-top__area--btn::before {
        display: none;
    }

    .p-top__area--btn-arrow01{
        background-color: #008cd6;
        content: '';
        height: 2px;
        position: absolute;
        left: calc(50% - 2px);
        top: 50%;
        transform: rotate(-45deg);
        width: 11px;
    }

    .p-top__area--btn-arrow02 {
        background-color: #008cd6;
        content: '';
        height: 2px;
        position: absolute;
        right: calc(50% - 2px);
        top: 50%;
        transform: rotate(45deg);
        width: 11px;
    }

    .js-active .p-top__area--btn-arrow01{
        left: unset;
        right: calc(50% - 2px);
    }

    .js-active .p-top__area--btn-arrow02 {
        right: unset;
        left: calc(50% - 2px);
    }
}

.p-top__flow {
    padding: 80px 0 0;
}

.p-top__flow .c-h2::before {
    content: 'FLOW';
    top: -60px;
}

@media screen and (max-width: 768px) {
    .p-top__flow {
        padding: 50px 0 0;
    }

    .p-top__flow .c-h2::before {
        top: -2.6vw;
    }
}

.p-top__faq {
    padding: 80px 0 100px;
}

.p-top__faq .c-h2::before {
    content: 'FAQ';
}

@media screen and (max-width: 768px) {
    .p-top__faq {
        padding: 50px 0 50px;
    }

    .p-top__inner--faq.l-inner__w1200 {
        padding: 0;
    }

    .c-faq__list.--top li {
        border-top: #e5e5e5 solid 1px;
        position: relative;
    }

    .c-faq__list.--top li::before {
        background-color: #96cc21;
        content: '';
        height: 2px;
        width: 14px;
        position: absolute;
        right: 22px;
        top: 26px;
    }

    .c-faq__list.--top li::after {
        background-color: #96cc21;
        content: '';
        height: 14px;
        width: 2px;
        position: absolute;
        right: 28px;
        top: 20px;
    }

    .c-faq__list.--top li.js-active::after {
        display: none;
    }

    .c-faq__list.--top li:last-of-type {
        border-bottom: #e5e5e5 solid 1px;
    }

    .c-faq__list.--top li:not(:nth-of-type(1)) {
        margin-top: 0;
    }

    .c-faq__list.--top .c-faq__question {
        padding: 10px 10px 10px 35px;
        font-size: 16px;
    }

    .c-faq__list.--top .c-faq__answer--txt {
        font-size: 16px;
    }

    .c-faq__list.--top .c-faq__question {
        padding: 15px 20px 15px 35px;
        font-size: 16px;
        margin: 0 20px;
    }

    .c-faq__list.--top .c-faq__question::before {
        top: 10px;
    }

    .c-faq__list.--top .c-faq__list__wrapper--answerTxt {
        display: none;
        margin: 15px 20px;
        position: relative;
    }

    .c-faq__list.--top .c-faq__list__wrapper--answerTxt::before {
        background-color: #e5e5e5;
        content: '';
        height: 1px;
        width: calc(100% + 40px);
        position: absolute;
        left: -20px;
        top: -15px;
    }

    .c-faq__list.--top .js-active .c-faq__list__wrapper--answerTxt {
        display: block;
    }
}

.p-top__cv.--all {
    padding-top: 150px;
}

.p-top__cv.--all .p-top__cvLink {
    top: -150px;
}

@media screen and (max-width: 768px) {
    .p-top__cv.--all {
        padding-top: 0;
    }

    .p-top__cv.--all .p-top__cvLink {
        top: -20px;
    }
}

/*===========================================================================*/
/*  info  */
/*===========================================================================*/
.p-info {
    padding: 80px 0;
}

.p-info__inner {
    display: flex;
    justify-content: space-between;
}

.p-info__left {
    width: 39.2%;
}

.p-info__logo {
    height: 56px;
    width: 207px;
}

.p-info__upper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.p-info__name {
    font-size: 20px;
    font-weight: 700;
}

.p-info__sns {
    display: flex;
}

.p-info__sns a {
    display: block;
    height: 31px;
    width: 30px;
}

.p-info__sns a:first-child {
    margin-right: 10px;
}

.p-info__sns--img {
    height: 100%;
    width: 100%;
}

.p-info__sns--img img {
    object-fit: contain;
}

.p-info__table {
    margin-top: 25px;
}

.p-info__table dl {
    display: flex;
}

.p-info__table dt {
    border-bottom: #008cd6 solid 1px;
    color: #008cd6;
    line-height: 1.6;
    padding: 20px 0;
    text-align: center;
    width: 120px;
}

.p-info__table dd {
    border-bottom: #dbdbdb solid 1px;
    line-height: 1.6;
    padding: 20px;
    width: calc(100% - 120px);
}

.p-info__table dl:first-child dt {
    border-top: #008cd6 solid 1px;
}

.p-info__table dl:first-child dd {
    border-top: #dbdbdb solid 1px;
}

.p-info__line-banner {
    display: block;
    margin-top: 20px;
}

.p-info__right {
    background-color: #677284;
    border: #008cd6 solid 2px;
    border-radius: 10px;
    width: 57.2%;
}

.p-info__right iframe {
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .p-info {
        padding: 50px 0;
    }

    .p-info__inner {
        display:  block;
    }

    .p-info__left {
        width: 100%;
    }

    .p-info__logo {
        height: 34px;
        width: 125px;
    }

    .p-info__upper {
        margin-top: 20px;
    }

    .p-info__name {
        font-size: 18px;
    }

    .p-info__sns a {
        display: block;
        height: 26px;
        width: 26px;
    }

    .p-info__sns a:first-child {
        margin-right: 5px;
    }

    .p-info__table {
        margin-top: 20px;
    }

    .p-info__table dt {
        width: 80px;
    }

    .p-info__table dd {
        width: calc(100% - 80px);
    }

    .p-info__line-banner {
        margin-top: 15px;
    }

    .p-info__right {
        border-radius: 5px;
        margin-top: 20px;
        width: 100%;
        height: 200px;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
    background-color: #2a394d;
    padding: 145px 0 40px;
    position: relative;
}

.p-footer__inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 40px;
}

.p-footer::before {
    background: url(../img/common/footerBg.png) no-repeat center center/cover;
    content: '';
    height: 145px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.p-footer__left {
    width: 50%;
}

.p-footer__upper {
    display: flex;
    justify-content: space-between;
}

.p-footer__logo {
    height: 58px;
    width: 207px;
}

.p-footer__address {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px;
}

.p-footer__sns {
    display: flex;
    margin-top: 15px;
}

.p-footer__sns a {
    display: block;
    height: 31px;
    width: 30px;
}

.p-footer__sns a:first-child {
    margin-right: 10px;
}

.p-footer__sns--img {
    height: 100%;
    width: 100%;
}

.p-footer__sns--img img {
    object-fit: contain;
}

.p-footer__right {
    display: flex;
    width: 50%;
}

.p-footer__pageLink--list>li {
    color: #fff;
    font-weight: 700;
}

.p-footer__pageLink--list>li:not(:first-child) {
    margin-top: 30px;
}

.p-footer__pageLink--list02 {
    padding-top: 10px;
}

.p-footer__pageLink--list02>li {
    color: #aab0b8;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0 15px;
    padding-left: 15px;
    position: relative;
}

.p-footer__pageLink--list02>li::before {
    background-color: #008cd6;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 10px;
}

.p-footer__btn--purchase a {
    align-items: center;
    background: url(../img/common/footerBtn.png) no-repeat center center/contain;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    margin-top: 20px;
    width: 280px;
    letter-spacing: .04em;
    padding-left: 20px;
}

.p-footer__lower {
    align-items: center;
    border-top: #445162 solid 1px;
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-footer {
        padding: 100px 0 20px;
        margin-bottom: 70px;
    }

    .p-footer__inner {
        padding: 0;
    }

    .p-footer::before {
        height: 100px;
    }

    .p-footer__left {
        width: 100%;
    }

    .p-footer__upper {
        display: block
    }

    .p-footer__logo {
        height: 34px;
        margin: 0 auto;
        width: 125px;
    }

    .p-footer__address {
        font-size: 12px;
        margin-top: 20px;
        padding: 0 20px;
    }

    .p-footer__sns {
        justify-content: center;
        margin-top: 30px;
    }

    .p-footer__sns a {
        height: 26px;
        width: 26px;
    }

    .p-footer__sns a:first-child {
        margin-right: 5px;
    }

    .p-footer__right {
        display: block;
        width: 100%;
    }

    .p-footer__right--left .p-footer__pageLink--list {
        margin-top: 20px;
    }

    .p-footer__right--left .p-footer__pageLink--list>li:first-child {
        border-top: #445162 solid 1px;
        padding: 20px 0 0;
    }

    .p-footer__right--left .p-footer__pageLink--list>li:first-child::before,
    .p-footer__right--left .p-footer__pageLink--list>li:first-child::after {
        display: none;
    }

    .p-footer__pageLink--list>li {
        border-bottom: #445162 solid 1px;
        padding: 20px;
        position: relative;
    }

    .p-footer__pageLink--list.--first>li:nth-of-type(1) {
        border-bottom: none;
    }

    .p-footer__pageLink--list>li:not(:first-child) {
        margin-top: 0;
    }

    .p-footer__pageLink--listTtl {
        border-bottom: #445162 solid 1px;
        padding: 0 20px 20px;
        position: relative;
    }

    .p-footer__pageLink--listTtl::before {
        background-color: #008cd6;
        content: '';
        height: 2px;
        right: 20px;
        position: absolute;
        top: 7px;
        width: 20px;
    }

    .p-footer__pageLink--listTtl::after {
        background-color: #008cd6;
        content: '';
        height: 20px;
        right: 29px;
        position: absolute;
        top: -2px;
        width: 2px;
    }

    .accordion-active .p-footer__pageLink--listTtl::after {
        display: none;
    }

    .p-footer__pageLink--list02 {
        display: none;
        padding-top: 0;
    }

    .accordion-active .p-footer__pageLink--list02 {
        display: block;
    }

    .p-footer__pageLink--list>li::before {
        background-color: #fff;
        content: '';
        height: 2px;
        left: unset;
        right: 20px;
        position: absolute;
        top: calc(50% + 2px);
        transform: rotate(-45deg);
        width: 8px;
        z-index: 3;
    }

    .p-footer__pageLink--list>li::after {
        background-color: #fff;
        content: '';
        height: 2px;
        right: 20px;
        position: absolute;
        top: calc(50% - 2px);
        transform: rotate(45deg);
        width: 8px;
        z-index: 3;
    }

    .p-footer__pageLink--list02>li {
        border-bottom: #445162 solid 1px;
        font-size: 12px;
        margin: 0;
        padding: 20px 60px;
    }

    .p-footer__pageLink--list02>li a::before {
        background-color: #008cd6;
        content: '';
        height: 2px;
        left: 40px;
        position: absolute;
        top: calc(50% - 1px);
        width: 10px;
    }

    .p-footer__pageLink--list02>li::before {
        background-color: #fff;
        content: '';
        height: 2px;
        left: unset;
        right: 20px;
        position: absolute;
        top: calc(50% + 2px);
        transform: rotate(-45deg);
        width: 8px;
        z-index: 3;
    }

    .p-footer__pageLink--list02>li::after {
        background-color: #fff;
        content: '';
        height: 2px;
        right: 20px;
        position: absolute;
        top: calc(50% - 2px);
        transform: rotate(45deg);
        width: 8px;
        z-index: 3;
    }

    .p-footer__btn--purchase a {
        margin: 30px auto 0;
    }

    .p-footer__lower {
        border-top: none;
        display: block;
        font-size: 12px;
        margin-top: 0;
        padding-top: 20px;
        text-align: center;
    }

    .p-footer__lower a {
        border-bottom: #fff solid 1px;
    }

    .p-footer__copyRight {
        font-size: 10px;
        margin-top: 20px;
    }

    .p-footer__cv {
        align-items: center;
        background-color: #fff;
        display: flex;
        justify-content: center;
        height: 70px;
        margin-top: 20px;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

    .p-footer__cv::before {
        background: url(../img/common/footerCv-bg.png) no-repeat center center/contain;
        content: '';
        height: 70px;
        left: 0;
        position: absolute;
        top: 0;
        width: 113px;
    }

    .p-footer__cv::after {
        background: url(../img/common/footerCv-bg.png) no-repeat center center/contain;
        content: '';
        height: 70px;
        right: 0;
        position: absolute;
        bottom: 0;
        width: 113px;
        transform: rotate(180deg);
    }

    .p-footer__cv--link {
        font-size: 12px;
        display: block;
        text-align: center;
        width: 80px;
    }

    .p-footer__cv--img {
        margin: 0 auto;
        width: 28px;
    }

    .--assessment .p-footer__cv--img {
        width: 24px;
    }

    .p-footer__cv--img img {
        object-fit: contain;
    }

    .p-footer__cv--txt {
        margin-top: 5px;
    }
}

/*===========================================================================*/
/*  animation  */
/*===========================================================================*/
.scroll-animation {
    opacity: 0;
    transform: translateY(50px);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
}

.scroll-animation-flow {
    opacity: 0;
    transform: translateY(100px);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.p-header__navList--accordion.--area {
    padding: 0;
}
.p-header__navList--accordion.--area .p-header__wrapper--navList02 {
    opacity: 1;
    pointer-events: all;
}
.c-news-sidebar__catList li.cat-item-53::before,
.c-news-sidebar__catList li.cat-item-53::after {
    display: none;
}
.c-news-sidebar__catList li.cat-item-53::after {
    display: block;
    content: "+";
    transition: all .2s;
    height: 0;
    top: 17px;
    right: 3px;
    font-size: 20px;
    transform: none;
    color: #677284;
}
.c-news-sidebar__catList li.cat-item-53.open::after {
    content: "-";
    top: 16px;
}
.cat-item-53 .children li {
    padding: 15px 0 15px 20px;
    border-bottom: 0;
}
.cat-item-53 .children li a {
    display: block;
    width: 100%;
}
.c-news-sidebar__catList li.cat-item-53 > a {
    position: relative;
}
.c-news-sidebar__catList li.cat-item-53 > a::before,
.c-news-sidebar__catList li.cat-item-53 > a::after {
    background-color: #677284;
    content: '';
    height: 1px;
    right: -15px;
    position: absolute;
    width: 6px;
}
.c-news-sidebar__catList li.cat-item-53 > a::before {
    transform: rotate(45deg);
    top: calc(50% - 2px);
}
.c-news-sidebar__catList li.cat-item-53 > a::after {
    transform: rotate(-45deg);
    top: calc(50% + 2px);
}
.c-news-sidebar__catList li.cat-item {
    padding: 0;
}
.c-news-sidebar__catList li.cat-item a {
    width: 100%;
    display: block;
    padding: 20px 10px 20px 0;
}
.c-news-sidebar__catList li.cat-item.cat-item-53 a {
    display: inline;
}
.c-news-sidebar__catList li.cat-item.cat-item-53 .children a {
    display: block;
    padding: 20px 10px 20px 20px;
}
.c-news-sidebar__catList li.cat-item-53 {
    padding: 20px 10px 20px 0;
    cursor: pointer;
}
.c-news-sidebar__catList li.cat-item-53.open {
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .p-header__navList {
        transform: translate(0, -1000px);
        max-height: 90vh;
    }
    .p-header__navList li.--area::before,
    .p-header__navList li.--area::after {
        display: none;
    }
    .p-header__navList .children li {
        padding: 0 20px;
    }
    #header .p-top__accordion--btn::before {
        top: 26px;
    }
    #header .p-top__accordion--btn::after {
        top: 17px;
    }
}
@media (min-width: 768px) {
    .cat-item-53 .children {
        margin-top: 10px;
        display: none;
    }
}