@charset "utf-8";

/*-------------------------------------------------------------------
setting basic
-------------------------------------------------------------------*/

body {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: 50%;
    background-repeat: repeat;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
}

a,
a img {
	transition: all .5s;
}

a:hover,
a:hover img {
	opacity: 0.7;
}

/* ////////////////////
// 非表示設定
//////////////////// */

/* モバイル非表示 */
.u-mobile {
    display: none;
}

/* PC表示 */
.u-desktop {
    display: block;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    .u-mobile {
        display: block;
    }

    .u-desktop {
        display: none;
    }
}


/*-------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
/* ============ common ============ */
header {
    background: #fff;
    height: 70px;
}

.header__bg {
    height: inherit;
    background-color: #fff;
}

.header__wrap {
    height: inherit;
    position: relative;
    opacity: 0;
    animation: fadeInDown 1s ease 1s both;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.header__logos {
    display: flex;
    margin: auto;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
}

.header__logo01 {
    width: 112px;
}

.header__logo02 {
    width: 16px;
    margin: 1px 17px 0 20px;
}

.header__logo03 {
    width: 126px;
    padding: 2px 0 0 2px;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    header {
        height: 80px;
    }

    .header__logos {
        transform: translate(-49.5%, -44%);
    }

    .header__logo01 {
        width: 169px;
    }

    .header__logo02 {
        width: 22px;
        margin: 2px 30px 0 30px;
    }

    .header__logo03 {
        width: 189px;
        padding: 0;
    }
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
/* footer
--------------------------------------------------------- */
footer {
    background: #000;
}
#footer__inner {
    position: relative;
}

.sns {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 3px solid #000;
    border-radius: 10rem;
    background: #fff;
    width: 40%;
    padding: 9px 26px;
    margin: 0 auto;
    position: absolute;
    top: -1.7rem;
    left: 0;
    right: 0;
    color: #000;
    width: 511px;
}
.sns_question {
    top: -31px;
    left: -23px;
}
.sns_result {
    top: -33px;
}
.sns img {
    width: 80%;
}
.sns p {
    font-size: 1.3125rem;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.sns_left {
    flex-basis: 65%;
}
.sns_right {
    flex-basis: 35%;
    display: flex;
}
.mynavi_icon_footer {
    text-align: center;
    padding-top: 87px;
}
.mynavi_icon_footer img {
    width: 43%;
    margin: auto;
}
.mynavi_icon_footer p, .mynavi_icon_footer a {
    font-size: 16px;
    line-height: 1.6rem;
    color: #888888;
    display: inline-block;
}
.pr  {
    padding-top: 29px;
    margin-left: -26px;
}
.pi_link  {
    display: flex;
    justify-content: flex-start;
    padding: 25px 0 0;
    width: 474px;
    margin: 0 auto;
    white-space: nowrap;
}
.pi_link span {
    padding-right: 5px;
}
.pi_link p {
    font-size: 15px;
    line-height: 1.8rem;
    color: #888888;
    border-bottom: .5px solid #888888;
    padding-bottom: 0.5px;
}
.pi_link p:hover  {
    border-bottom: none;
}
.pi_link_item {
    display: flex;
}
.pi_link_item + .pi_link_item {
    margin-left: 50px;
}
.copyright {
    padding: 39px 0 5.2rem;
}
.copyright p {
    font-size: 16px;
    line-height: 1.8rem;
    color: #888888;
}

.pc {display: block;}
.sp {display: none;}
.pc_f {display: flex;}
.sp_f {display: none;}
.br_pc {display: block;}
.br_sp {display: none;}

/* ============ sp ============ */
@media screen and (max-width:750px){
       
.sns {
    width: 636px;
    top: -66px;
    padding: 9px 9px 9px 58px;
    justify-content: initial;
}
.sns_question {
    left: 0;
}
.sns_result {
    top: -69px;
}
.sns img {
    width: 75px;
}
.sns p {
    font-size: 28px;
    font-weight: bold;
}
.sns_left {
    flex-basis: 0;
}
.sns_right {
    flex-basis: initial;
    padding-left: 81px;
    gap: 20px;
}
.mynavi_icon_footer {
    text-align: center;
    padding-top: 151px;
}
.mynavi_icon_footer img {
    width: 76%;
}
.mynavi_icon_footer p, .mynavi_icon_footer a {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #888888;
}
.pr  {
    padding-top: 44px;
    margin-left: -47px;
}
.pi_link  {
    display: flex;
    justify-content: space-around;
    padding: 60px 10px 0;
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
}
.pi_link span {
    padding-right: 1rem;
}
.pi_link p {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.8rem;
    color: #888888;
    border-bottom: .5px solid #888888;
    padding-bottom: .5rem;
    margin-left: -12px;
}
.pi_link p:hover  {
    border-bottom: none;
}
.pi_link_item {
    display: flex;
}
.pi_link_item + .pi_link_item {
    margin-left: 5px;
    padding-top: 42px;
}
.copyright {
    padding: 71px 0 10rem;
    letter-spacing: 0.01em;
}
.copyright p {
    font-size: 23px;
    line-height: 1.8rem;
    color: #888888;
}

.pc {display: block;}
.sp {display: none;}
.pc_f {display: flex;}
.sp_f {display: none;}
.br_pc {display: block;}
.br_sp {display: none;}
    
    }


/*-------------------------------------------------------------------
MAIN
-------------------------------------------------------------------*/

/* top */

.top__inner {
    max-width: 1280px;
    margin: auto;
}

.top__container {
    position: relative;
}

.top-coming-container {
    height: 100vh;
}

.top__img {
    background: url(../img/top_img.png) center center no-repeat;
    background-size: cover;
    max-width: 990px;
    width: 100%;
    height: 1000px;
    margin-left: auto;
    animation: fadeInUp 1s ease 0s both;
}

@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}

.top__box {
    position: absolute;
    /* bottom: 2%; */
    top: 43.2%;
    left: 10%;
    transform: translate(-0.7%, 3.9%);
}

.top-coming__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.top__title {
    background: url(../img/top_title.png) center center no-repeat;
    background-size: cover;
    width: 105%;
    padding-top: 43%;
    animation: fadeInRight 1s ease 1.5s both;
}

.top-coming {
    width: 664px;
    animation: fadeInUp 1s ease 1.5s both;
}

@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
}

.top__text {
    margin-top: 44px;
    padding-left: 1px;
    line-height: 2;
    animation: fadeInRight 1s ease 2s both;
    font-size: min(1.25vw, 16px);
}

.top__large-text {
    background: url(../img/top_large-text.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    width: 50px;
    height: 525px;
    top: 32px;
    right: 32px;
    animation: fadeInLeft 1s ease 2s both;
}

@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    }

    100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
}

.top__coming-soon {
    max-width: 426px;
    margin: 196px auto 0;
    animation: fadeInUp 1s ease 2s both;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    .top__img {
        height: 760px;
    }

    .top__box {
        position: initial;
        padding: 0 60px;
        transform: translate(0%, -7.4%);
    }

    .top-coming-container {
        /* height: initial; */
    }

    .top-coming__box {
        /* top: 35.8%;
        left: 8%;
        transform: translate(1%, 19.6%); */
        /* max-width: 100%; */
        width: 100%;
    }

    .top-coming {
        width: 807px;
    }

    .top__title {
        background: url(../img/top_title-sp.png) center center no-repeat;
        background-size: cover;
        width: 100%;
        padding-top: 42%;
    }

    .top__text {
        margin-top: 73px;
        font-size: 28px;
        padding-left: 0;
        line-height: 2.285;
    }

    .top__large-text {
        width: 56px;
        height: 580px;
        top: 44px;
        right: 20px;
    }
    .top__coming-soon {
        max-width: 673px;
    }

}


/* diagnose */

.diagnose__inner {
    padding: 0 25px;
}

.diagnose__box {
    margin-top: 42px;
}

.diagnose__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49px;
}

.diagnose__items--coming {
    gap: 26px;
}

.diagnose__item01 {
    width: 176px;
    height: 189px;
    background: url(../img/character01.png) center center no-repeat;
    background-size: contain;
}

.diagnose__item02 {
    width: 367px;
    margin-top: 6px;
}

.diagnose__item02--coming {
    width: 412px;
}

.diagnose__item03 {
    width: 176px;
    height: 189px;
    background: url(../img/character02.png) center center no-repeat;
    background-size: contain;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    .diagnose__inner {
        padding: 0 40px;
    }

    .diagnose__box {
        margin-top: 50px;
    }

    .diagnose__items {
        display: grid;
        gap: 0;
        column-gap: 20px;
        row-gap: 48px;
    }

    .diagnose__item01 {
        grid-column: 1 / 2 ;
        grid-row: 2 / 3;
        justify-self: end;
        width: 214px;
        height: 228px;
    }

    .diagnose__item02 {
        grid-column: 1 / 3 ;
        grid-row: 1 / 2;
        width: 100%;
        margin-top: 0;
    }

    .diagnose__item03 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        width: 214px;
        height: 228px;
    }
}


/* question */

.question {
    background: url(../img/question_bg.png) center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 730px;
    padding-top: 100px;
    position: relative;
}

.question__box {
    width: min(100%, 985px);
    height: 545px;
    margin: auto;
    padding-top: 7px;
    position: relative;
}

.question__box img {
    position: absolute;
    width: min(100%, 985px);
    height: 547px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.question__number img {
    width: 46px;
    height: 39px;
    object-fit: cover;
    top: 7%;
}

.question__title {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.01em;
    margin-top: 100px;
    margin-left: -10px;
    line-height: 1.3;
    z-index: 1;
    position: relative;
}

.question__list {
    background: url(../img/question_a.png) left center no-repeat;
    background-size: cover;
    width: 81%;
    height: 98px;
    display: grid;
    align-items: center;
    transform: translate(11% ,64%);
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding: 0px 0px 0px 130px;
}

.question__list + .question__list {
    background: url(../img/question_b.png) left center no-repeat;
    background-size: cover;
    width: 81%;
    height: 98px;
    display: grid;
    align-items: center;
    transform: translate(11% ,90%);
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding: 0px 0px 0px 130px;
}

.question__list:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    .question {
        height: 1256px;
        width: 100%;
    }

    .question__logo {
        background: url(../img/question_logo-sp.png) center center no-repeat;
        background-size: cover;
        width: 207px;
        height: 1256px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .question__box {
        height: 897px;
        padding-top: 80px;
    }

    .question__box img {
        height: 897px;
        width: 95.5%;
        top: 56.3%;
    }

    .question__number img {
        width: 66px;
        height: 56px;
        top: 13.5%;
    }

    .question__title {
        font-size: 40px;
        margin-top: 187px;
        line-height: 1.45;
        margin-left: -2px;
        padding: 0 30px;
    }

    .question__list {
        background: url(../img/question_a-sp.png) center center no-repeat;
        background-size: cover;
        height: 177px;
        width: 85.6%;
        transform: translate(8.4% ,45%);
        font-size: 32px;
        font-weight: 600;
        padding: 0px 40px 0px 156px;
        display: grid;
        align-items: center;
    }

    .question__list + .question__list {
        background: url(../img/question_b-sp.png) center center no-repeat;
        background-size: cover;
        height: 177px;
        width: 85.6%;
        transform: translate(8.4% ,62%);
        font-size: 32px;
        font-weight: 600;
        padding: 0px 40px 0px 156px;
        display: grid;
        align-items: center;
    }
}

/* result */

.result {
    height: 100%;
    padding: 61px 0 12px;
}

.result__header {
    display: flex;
    justify-content: center;
    gap: 23px;
}

.result__item01 {
    background: url(../img/character01.png) center center no-repeat;
    background-size: contain;
    width: 11%;
    margin-top: -24px;
}

.result__item02 {
    background: url(../img/character02.png) center center no-repeat;
    background-size: contain;
    width: 11%;
    margin-top: -24px;
    margin-left: -42px;
}

.result__titles {
    margin-top: -17px;
    margin-left: -19px;
}

.result__titles img {
    width: min(61vw , 780px);
    object-fit: contain;
}

.result__subtitle {
    background: url(../img/result_subtitle.png) center center no-repeat;
    background-size: contain;
    width: 352px;
    height: 88px;
    margin-left: -20px;
    padding-top: 8px;
    transform: rotate(-3deg);
    text-align: center;
}

.result__subtitle span {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 0px 9px;
}

.result__title {
    background: url(../img/result_title.png) center center no-repeat;
    background-size: auto 100%;
    width: 105%;
    height: 160px;
    color: #000;
    font-size: 32px;
    margin-top: -60px;
    padding: 17px 0;
}

.result__title span {
    font-size: 40px;
}

.result__title span + span {
    font-size: 65px;
}

.result__texts {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

.result__texts-box {
    position: relative;
    margin-top: 30px;
}

.result__texts-box::before {
    content: "";
    position: absolute;
    height: 100%;
    background: #000;
    left: 0px;
    max-width: 852px;
    width: 67vw;
}

.result__text {
    padding: 38px 0px 50px 81px;
    line-height: 1.75;
    margin-left: -14px;
    font-size: 16px;
    z-index: 1;
    position: relative;
    width: 378px;
}

.result__img {
    aspect-ratio: 594 / 396;
    width: 594px;
    position: relative;
    z-index: 1;
    margin-left: 77px;
}

.result__img img {
    width: 100%;
    height: 93.5%;
    object-fit: cover;
}

.result__img01,
.result__img02,
.result__img03,
.result__img04,
.result__img05,
.result__img06 {
    width: 100%;
    max-width: 594px;
    height: 394px;
    margin-left: 77px;
    position: relative;
    z-index: 1;
}

.result__img01 {
    background: url(../img/result_img01.jpg) center center no-repeat;
    background-size: cover;
}
.result__img02 {
    background: url(../img/result_img02.jpg) center center no-repeat;
    background-size: cover;
}
.result__img03 {
    background: url(../img/result_img03.jpg) center center no-repeat;
    background-size: cover;
}
.result__img04 {
    background: url(../img/result_img04.jpg) center center no-repeat;
    background-size: cover;
}
.result__img05 {
    background: url(../img/result_img05.jpg) center center no-repeat;
    background-size: cover;
}
.result__img06 {
    background: url(../img/result_img06.jpg) center center no-repeat;
    background-size: cover;
}

.result__mubitike {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 49px;
}

.result__mubitike-text {
    font-size: 20px;
    font-weight: 700;
}

.result__mubitike-text span {
    font-size: 24px;
}

.result__mubitike-link {
    margin-top: 21px;
    display: inline-block;
    width: 366px;
}

.result__mubitike-link a {
    display: block;
    background: url(../img/result_mubitike.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 84px;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    .result {
        height: 2535px;
    }

    .result__header {
        display: block;
        position: relative;
    }

    .result__item01 {
        position: absolute;
        top: 210px;
        left: -19px;
        z-index: 1;
        width: 140px;
        height: 118px;
    }

    .result__item02 {
        position: absolute;
        width: 140px;
        height: 118px;
        right: -23px;
        top: 210px;
    }

    .result__titles {
        position: absolute;
        width: 105.5%;
        margin-top: -7px;
        margin-left: -14.5px;
    }

    .result__titles img {
        width: initial;
    }

    .result__texts {
        padding-top: 300px;
        flex-direction: column-reverse;
    }

    .result__texts-box {
        margin-top: 0;
        margin: 0 15px;
    }

    .result__texts-box::before {
        width: 100%;
    }

    .result__text {
        width: initial;
        font-size: 28px;
        font-weight: 600;
        padding: 63px 0px 124px 44px;
        line-height: 2.15;
    }

    .result__img {
        margin-left: 15px;
        margin-top: 26px;
        aspect-ratio: 335 / 223;
        width: 670px;
    }

    .result__img img {
        height: 100%;
    }

    .result__img01,
    .result__img02,
    .result__img03,
    .result__img04,
    .result__img05,
    .result__img06 {
        width: 670px;
        max-width: initial;
        height: 472px;
        margin-left: 15px;
        position: relative;
        z-index: 1;
    }

    .result__mubitike {
        margin-top: 148px;
        margin-bottom: 150px;
    }

    .result__mubitike-text {
        font-size: 28px;
        line-height: 1.5625;
    }

    .result__mubitike-text span {
        font-size: 32px;
    }

    .result__mubitike-link {
        width: 675px;
        margin-top: 37px;
    }

    .result__mubitike-link a {
        height: 156px;
    }

}

/* twitter */

.twitter {
    width: 261px;
    margin: 20px auto;
}

/* ============ sp ============ */
@media screen and (max-width:750px){
    .twitter {
        width: 524px;
        margin: 88px 0 0 99px;
    }
}

/* area */
.area__inner {
    margin: 0 25px;
}

.area__logo {
    background: url(../img/question_logo.png) center center no-repeat;
    background-size: cover;
    width: 121px;
    height: 730px;
    position: absolute;
    right: 0;
    top: 0;
}

/* ============ sp ============ */
@media screen and (max-width:750px){

    .area__logo {
        background: url(../img/question_logo-sp.png) center center no-repeat;
        background-size: cover;
        width: 207px;
        height: 1256px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* common */

.common {
    position: relative;
}

.common__inner {
    max-width: 1160px;
    margin: auto;
    padding: 0 25px;
}

.common__wrap {
    margin-top: 149px;
    margin-bottom: 58px;
}

.common__wrap-question {
    margin-top: 101px;
    margin-bottom: 64px;
}

.common__title {
    width: 87%;
    margin: auto;
}

.common__group {
    display: flex;
    margin: 75px auto 0;
    gap: 17px;
    width: 93.5%;
    height: 296px;
}

/* .common__poster {
    width: 79%;
} */

.common__poster {
    background: url(../img/common_poster.png) left center no-repeat;
    background-size: cover;
    width: 79%;
    padding-top: 54%;
}

.common__text p {
    background: #000;
    padding: 43px 48px 60px 38px;
    line-height: 2;
}

.common__area {
    color: #FBC800;
    position: relative;
    height: 650px;
}

.common__area::before {
    content: "";
    position: absolute;
    background: url(../img/common_item02.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
    height: 152%;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    top: -22.8%;
}

.common__area-item01 {
    position: absolute;
    background-size: contain;
    display: grid;
    align-items: center;
    right: 0;
    top: 6%;
    width: 41.5%;
}
.common__area-item02 {
    position: absolute;
    background-size: contain;
    display: grid;
    align-items: center;
    right: 12.5%;
    top: 43.5%;
    width: 24.3%;
}
.common__area-item03 {
    position: absolute;
    background-size: contain;
    display: grid;
    align-items: center;
    right: 32%;
    top: 34%;
    width: 34%;
}
.common__area-item04 {
    position: absolute;
    background-size: contain;
    display: grid;
    align-items: center;
    left: 16.6%;
    top: 43.5%;
    width: 21%;
}
.common__area-item05 {
    position: absolute;
    background-size: contain;
    display: grid;
    align-items: center;
    left: -1%;
    top: 59.5%;
    width: 38%;
}

.btn a {
    width: 367px;
    display: block;
    margin: 8px auto 0;
}

.common__figures {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.common__figure01,
.common__figure02,
.common__figure03,
.common__figure04 {
    width: 249px;
    height: 166px;
}

.common__figure01 {
    background: url(../img/common_photo01.png) center center no-repeat;
    background-size: cover;
}
.common__figure02 {
    background: url(../img/common_photo02.png) center center no-repeat;
    background-size: cover;
}
.common__figure03 {
    background: url(../img/common_photo03.png) center center no-repeat;
    background-size: cover;
}
.common__figure04 {
    background: url(../img/common_photo04.png) center center no-repeat;
    background-size: cover;
}

/* ============ sp ============ */
@media screen and (max-width:750px){

    .common__inner {
        padding: initial;
    }

    .common__wrap {
        margin-top: 132px;
        margin-bottom: 149px;
    }

    .common__wrap-question {
        margin-top: 202px;
        margin-bottom: 134px;
    }

    .common__title {
        width: 100%;
        padding: 0 40px;
    }

    .common__group {
        flex-wrap: wrap;
        margin: 104px auto 0;
        width: 100%;
        height: 100%;
        gap: 34px;
        padding: 0 40px;
    }

    .common__poster {
        width: 100%;
        padding-top: 143%;
    }

    .common__text p {
        padding: 48px 26px 56px 28px;
        font-size: 32px;
    }

    .common__area {
        height: 1629px;
        margin-top: 136px;
        padding: 0 40px;
    }

    .common__area::before {
        background: url(../img/common_item02-sp.png) center center no-repeat;
        margin: initial;
        margin-left: -40px;
        padding: initial;
        width: 100%;
        height: 155%;
        top: -32.5%;
    }

    .common__area-item01 {
        position: initial;
        width: 116%;
        margin-left: -107px;
    }
    .common__area-item02 {
        position: initial;
        width: 65%;
        margin: -92px 0px 0 263px;
    }
    .common__area-item03 {
        position: initial;
        width: 94%;
        margin: -55px 0px 0 -33px;
    }
    .common__area-item04 {
        position: initial;
        left: initial;
        width: 56%;
        margin: -68px 0 0 322px;
    }
    .common__area-item05 {
        position: initial;
        width: 108%;
        margin: -78px 0px 0px -80px;
    }

    .btn a {
        width: 100%;
        padding: 0 40px;
    }

    .common__figures {
        margin-top: 158px;
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 20px;
        padding: 0 40px;
    }

    .common__figure01,
    .common__figure02,
    .common__figure03,
    .common__figure04 {
        width: 325px;
        height: 216px;
    }
}

