html { 
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #2b2b2b;
    font-weight: 400;
}

body {
    min-width: 390px;
    width: 100%;
    position: relative;
}

span {
    display: inline-block;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    display: inline-block;
}

/* utility */
.u-en {
    font-family: 'Manrope', sans-serif;
}

.--orange {
    color: #e77d30;
}

/* layout */
.l-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.l-inner {
    max-width: 1160px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .l-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .l-inner {
        max-width: 330px;
    }
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}

@media screen and (max-width: 1200px) {
    .br-tab {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none;
    }

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline;
    }
}

@media screen and (min-width: 901px) {
    a.--nomal {
        transition: opacity .4s;
    }

    a.--nomal:hover {
        opacity: .5;
    }
}

.c-subHead {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .085em;
    text-align: center;
}

.c-h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .06em;
    text-align: center;
    margin-top: 9px;
}

@media screen and (max-width: 900px) {
    .c-subHead {
        font-size: 13px;
    }
    
    .c-h2 {
        font-size: 26px;
        margin-top: 6px;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 40px 0 30px;
    z-index: 99;
    overflow: hidden;
}

.p-header__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-header__logo {
    width: 236px;
}

.p-header__btn {
    margin-top: 30px;
    width: 220px;
    height: 51px;
    background-color: #2b2b2b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    color: #fff;
    padding-bottom: 1px;
}

.p-header__btn--txt {
    position: relative;
    padding-left: 22px;
}
.p-header__btn--txt::before {
    background: url('../img/icon-contact.svg') no-repeat center center/contain;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px;
}

@media screen and (max-width: 900px) {
    .p-header {
        padding: 0 20px;
    }
    
    .p-header__logo {
        width: 118px;
    }
    
    .p-header__btn {
        margin-top: 10px;
        width: 179px;
        height: 42px;
        border-radius: 8px;
        font-size: 13px;
    }
    
    .p-header__btn--txt {
        padding-left: 19px;
    }
    .p-header__btn--txt::before {
        height: 13px;
        top: 2px;
        width: 13px;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
    padding: 227px 20px 311px;
    background: url('../img/mv-bg.webp') no-repeat center center/cover;
    position: relative;
    overflow: hidden;
}

.p-mv__img {
    position: absolute;
    width: 1266px;
    top: 40px;
    left: calc(50% - 630px);
    z-index: 10;
}

.p-mv__scroll {
    position: absolute;
    width: 173px;
    bottom: 115px;
    left: 50%;
    transform: translate(-50%, 0);
}

.p-mv__inner {
    position: relative;
    z-index: 2;
}

.p-mv__subHead {
    max-width: 538px;
    margin: 0 auto;
}

.p-mv__head {
    margin-top: 20px;
    text-align: center;
    font-size: 86px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.p-mv__txt {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .015em;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .p-mv {
        padding: 190px 10px 240px;
    }
    
    .p-mv__img {
        width: 405px;
        top: 76px;
        left: calc(50% - 198px);
    }
    
    .p-mv__scroll {
        width: 86px;
        bottom: 22px;
    }
    
    .p-mv__inner {
        position: relative;
        z-index: 2;
    }
    
    .p-mv__subHead {
        max-width: 273px;
    }
    
    .p-mv__head {
        margin-top: 10px;
        font-size: 43px;
    }
    
    .p-mv__txt {
        margin-top: 12px;
        font-size: 15px;
    }
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-news {
    position: relative;
    padding-top: 218px;
    padding-bottom: 149px;
    overflow: hidden;
    margin-top: -194px;
}

.p-news::before {
    background: url('../img/news-bg.webp') no-repeat center center/contain;
    content: '';
    height: 671px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    width: 1920px;
}

.p-news__inner {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.p-news__heads {
    width: 266px;
}

.p-news__subHead,
.p-news__head {
    text-align: left;
}

.p-news__contents {
    width: calc(100% - 266px);
    padding-top: 4px;
}

.p-news__list li {
    border-bottom: dashed 1px #c5b2aa;
}

.p-news__list--link {
    padding: 30px 105px 30px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.p-news__list--link::before {
    background: url('../img/arrow-right.svg') no-repeat center center/contain;
    content: '';
    height: 12px;
    right: 11px;
    position: absolute;
    top: 50%;
    width: 9px;
    transform: translate(0, -50%);
}

.p-news__list--date {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .005em;
    width: 91px;
}

.p-news__list--txt {
    width: calc(100% - 91px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .005em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.p-news__btn--wrapper {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .005em;
    margin-top: 28px;
    text-align: right;
}

.p-news__btn--txt {
    position: relative;
    padding-right: 32px;
}
.p-news__btn--txt::before {
    background: url('../img/arrow-right.svg') no-repeat center center/contain;
    content: '';
    height: 12px;
    right: 11px;
    position: absolute;
    top: 50%;
    width: 9px;
    transform: translate(0, -50%);
}

@media screen and (max-width: 900px) {
    .p-news {
        padding-top: 136px;
        padding-bottom: 60px;
        margin-top: -98px;
    }
    
    .p-news::before {
        background: url('../img/news-bg-sp.webp') no-repeat center center/contain;
        height: 671px;
        width: 1120px;
    }
    
    .p-news__inner {
        max-width: 330px;
        display: block;
    }
    
    .p-news__heads {
        width: 100%;
    }
    
    .p-news__contents {
        width: 100%;
        padding-top: 7px;
    }
    
    .p-news__list--link {
        padding: 13px 23px 16px 0;
        display: block;
        align-items: center;
        position: relative;
    }
    .p-news__list--link::before {
        background: url('../img/arrow-right.svg') no-repeat center center/contain;
        content: '';
        height: 12px;
        right: 0;
        position: absolute;
        top: unset;
        bottom: 20px;
        width: 9px;
        transform: unset;
    }
    
    .p-news__list--date {
        display: block;
        font-size: 14px;
        width: 100%;
    }
    
    .p-news__list--txt {
        width: 100%;
        font-size: 14px;
        margin-top: 4px;
    }
    
    .p-news__btn--wrapper {
        font-size: 14px;
        margin-top: 30px;
        text-align: center;
    }
    
    .p-news__btn--txt {
        padding-right: 22px;
    }
    .p-news__btn--txt::before {
        right: 0;
    }
}

/*===========================================================================*/
/*  program  */
/*===========================================================================*/
.p-program {
    background-color: #fdf2e4;
    padding-top: 127px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.p-program__bg {
    position: absolute;
    width: 1533px;
    top: 127px;
    left: calc(50% - 762px);
}

.p-program__inner {
    position: relative;
    z-index: 2;
}

.p-program__subHead02 {
    margin-top: 25px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.p-program__txt {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.p-program__contents {
    margin: 43px auto 0;
    border-radius: 60px;
    border: 10px solid #fff;
    background: #fffaf4;
    max-width: 1026px;
    position: relative;
    padding: 57px 66px 70px;
}

.p-program__contents--illust01 {
    position: absolute;
    width: 248px;
    top: -57px;
    right: -29px;
}
.p-program__contents--illust02 {
    position: absolute;
    width: 129px;
    bottom: -110px;
    left: -42px;
}

.p-program__contents--subHead {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .085em;
    text-align: center;
}

.p-program__contents--head {
    margin-top: 17px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .055em;
}

.p-program__contents--txt {
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.76;
}

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

.p-program__content01--img {
    width: 45.15%;
}

.p-program__content01--txt {
    width: 50.231%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.95;
}

.p-program__content--arrow {
    margin-top: 25px;
    position: relative;
}
.p-program__content--arrow::before {
    width: 100%;
    height: 1;
    border-top: #ff9635 dashed 1px;
    content: '';
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
}

.p-program__content--arrow figure {
    max-width: 42px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.p-program__content--arrow figure::before {
    background-color: #fffaf4;
    content: '';
    height: 100%;
    left: -27px;
    position: absolute;
    top: 0;
    width: calc(100% + 54px);
    z-index: -1;
}

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

.p-program__content02--head {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4; 
}

.p-program__content02--img {
    max-width: 749px;
    margin: 30px auto 0;
}

.p-program__content02--txt {
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.76;
}

.p-program__contentSolution--head {
    margin-top: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .085em;
}

.p-program__contentSolution--txt {
    margin-top: 17px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.76;
}

.p-program__txt02 {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.76;
}

@media screen and (max-width: 900px) {
    .p-program {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .p-program__bg {
        width: 518px;
        top: 58px;
        left: calc(50% - 259px);
    }

    .p-program__head {
        white-space: nowrap;
    }
    
    .p-program__subHead02 {
        margin-top: 20px;
        font-size: 18px;
    }
    
    .p-program__txt {
        margin-top: 10px;
        font-size: 14px;
    }
    
    .p-program__contents {
        margin: 30px auto 0;
        border-radius: 25px;
        border: 5px solid #fff;
        padding: 35px 20px;
    }
    
    .p-program__contents--illust01 {
        width: 117px;
        top: -32px;
        right: -27px;
    }
    .p-program__contents--illust02 {
        width: 61px;
        bottom: -25px;
        left: -19px;
    }
    
    .p-program__contents--subHead {
        font-size: 13px;
    }
    
    .p-program__contents--head {
        margin-top: 10px;
        font-size: 24px;
    }
    
    .p-program__contents--txt {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.65;
    }
    
    .p-program__content01 {
        margin-top: 20px;
        display: block;
    }
    
    .p-program__content01--img {
        width: 100%;
    }
    
    .p-program__content01--txt {
        margin-top: 15px;
        width: 100%;
        font-size: 13px;
        line-height: 1.85;
    }
    
    .p-program__content--arrow {
        margin-top: 15px;
    }
    
    .p-program__content--arrow figure {
        max-width: 30px;
    }
    .p-program__content--arrow figure::before {
        left: -10px;
        width: calc(100% + 20px);
    }
    
    .p-program__content02 {
        margin-top: 20px;
    }
    
    .p-program__content02--head {
        font-size: 20px;
    }
    
    .p-program__content02--img {
        margin: 10px auto 0;
    }
    
    .p-program__content02--txt {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.65;
    }
    
    .p-program__contentSolution--head {
        margin-top: 20px;
        font-size: 22px;
    }
    
    .p-program__contentSolution--txt {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.65;
    }
    
    .p-program__txt02 {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.65;
    }
}

/*===========================================================================*/
/*  participating  */
/*===========================================================================*/
.p-participating {
    padding-top: 110px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}
.p-participating::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url('../img/participating-bg.webp') no-repeat center center/cover;
    min-height: 2804px;
}

.p-participating>picture {
    position: absolute;
}
.p-participating__deco01 {
    width: 254px;
    top: 123px;
    right: calc(50% + 347px);
}
.p-participating__deco02 {
    width: 251px;
    top: 102px;
    left: calc(50% + 363px);
}
.p-participating__deco03 {
    width: 96px;
    bottom: 70px;
    right: calc(50% + 548px);
}
.p-participating__deco04 {
    width: 66px;
    bottom: 54px;
    left: calc(50% + 552px);
}

.p-participating__inner {
    position: relative;
    z-index: 2;
}

.p-participating__subHead {
    color: #fff;
    text-transform: uppercase;
}

.p-participating__head {
    color: #fff;
}

.p-participating__tabs {
    margin: 45px auto 0;
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    border-radius: 100vh;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #e0d5cf;
}

.p-participating__tab {
    width: calc(50% - 3px);
    padding: 16px 5px 17px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.p-participating__tab.js-active {
    color: #fff;
}

#tab01::before {
    background-color: #e77d30;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 100vh;
    z-index: -1;
    transition: transform .4s;
    transform: translate(calc(100%  + 6px), 0);
}
#tab01.js-active::before {
    transform: translate(0, 0);
}

.p-participating__contents {
    margin: 40px auto 0;
    background-color: #fffaf4;
    max-width: 1026px;
    border-radius: 60px;
    padding: 30px 30px 50px;
    border: #fff solid 10px;
    display: none;
}
.p-participating__contents.js-active {
    display: block;
}

.p-participating__content--upper {
    position: relative;
}
.p-participating__content--upper>figure>img {
    border-radius: 38px;
}

.p-participating__content--upperLogo {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fffaf4;
    padding: 18px 27px 0 0;
    border-radius: 0 30px 0 0;
    width: 362px;
}
#tab02-content .p-participating__content--upperLogo {
    padding: 28px 27px 11px 0;
}

.p-participating__content--lower {
    padding: 60px 34px 0;
}

.p-participating__content--head {
    margin-top: 70px;
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .055em;
}
.p-participating__content--head.--01 {
    margin-top: 0;
}
.p-participating__content--head::before {
    background-color: #e77d30;
    content: '';
    height: 12px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 12px;
    border-radius: 100vh;
}

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

.p-participating__content01--left {
    width: 54.86%;
}
.p-participating__content01--right {
    width: 37.829%;
}
#tab02-content .p-participating__content01>div {
    width: 30%;
}

.p-participating__content01--head {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.437;
    letter-spacing: .08em;
    border-bottom: #dfdfdf solid 1px;
}
.p-participating__content01--head.--02 {
    margin-top: 41px;
}

.p-participating__content01--txt {
    margin-top: 15px;
    line-height: 1.46;
    font-size: 13px;
}

.p-participating__content01--table {
    padding-top: 2px;
}

.p-participating__content01--table dl {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.46;
    font-size: 13px;
}
.p-participating__content01--table dl dt {
    width: 82px;
    font-weight: 700;
}
.p-participating__content01--table dl dd {
    width: calc(100% - 82px);
}

.p-participating__cases {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-participating__case {
    width: calc(50% - 13px);
    background-color: #fdf2e4;
    border-radius: 12px;
    padding: 20px 20px 35px;
    margin-top: 25px;
}

.p-participating__case--img {
    margin-bottom: 24px;
}

.p-participating__case--img img {
    border-radius: 7px;
}

.p-participating__case--head {
    padding: 0 15px 0 33px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.444;
    letter-spacing: .08em;
    position: relative;
}
.p-participating__case--head::before {
    background-color: #e77d30;
    content: '';
    height: 25px;
    left: 15px;
    position: absolute;
    top: 2px;
    width: 3px;
}
.p-participating__case--head .--small {
    font-size: 15px;
}

.p-participating__case--txt {
    margin-top: 16px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.85; 
}

#tab02-content .p-participating__cases .p-participating__case:nth-of-type(1) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px 20px 20px;
}
#tab02-content .p-participating__cases .p-participating__case:nth-of-type(2) {
    padding-top: 35px;
}
#tab02-content .p-participating__cases .p-participating__case:nth-of-type(3) {
    padding-top: 35px;
}

#tab02-content .p-participating__cases .p-participating__case:nth-of-type(1) .p-participating__case--img {
    width: 46.856%;
    margin-bottom: 0;
}

.p-participating__case--txts {
    width: 48.83%;
}

.p-participating__case--txts .p-participating__case--head {
    padding: 0 0 0 18px;
}
.p-participating__case--txts .p-participating__case--head::before {
    left: 0;
}

.p-participating__case--txts .p-participating__case--txt {
    padding: 0;
}

.p-participating__assets {
    padding-top: 10px;
}

.p-participating__asset {
    margin-top: 20px;
    background-color: #fdf2e4;
    padding: 20px 35px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
}

.p-participating__asset--img {
    width: 29.513%;
}
.p-participating__asset--img img {
    border-radius: 7px;
}

.p-participating__asset--txts {
    width: 66.22%;
}

.p-participating__asset--head {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.444;
    letter-spacing: .08em;
    padding-left: 18px;
    position: relative;
    margin-bottom: 16px;
}
.p-participating__asset--head::before {
    background-color: #e77d30;
    content: '';
    height: 25px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 3px;
}

.p-participating__asset--txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.85; 
}

@media screen and (max-width: 900px) {
    .p-participating {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-participating::before {
        background: url('../img/participating-bg-sp.webp') no-repeat center center/cover;
        min-height: 2743px;
    }
    
    .p-participating__deco01 {
        width: 62px;
        top: 43px;
        right: calc(50% + 147px);
    }
    .p-participating__deco02 {
        width: 51px;
        top: 38px;
        left: calc(50% + 148px);
    }
    .p-participating__deco03 {
        width: 65px;
        bottom: 20px;
        right: calc(50% + 133px);
    }
    .p-participating__deco04 {
        width: 38px;
        bottom: 16px;
        left: calc(50% + 149px);
    }
    
    .p-participating__tabs {
        margin: 25px auto 0;
        padding: 5px;
        font-size: 14px;
        line-height: 1.3;
    }
    
    .p-participating__tab {
        width: 50%;
        padding: 10px 5px 11px;
    }
    
    #tab01::before {
        transform: translate(100%, 0);
    }
    
    .p-participating__contents {
        margin: 20px auto 0;
        border-radius: 25px;
        padding: 10px 10px 15px;
    }
    
    .p-participating__content--upper>figure>img {
        border-radius: 15px;
    }
    
    .p-participating__content--upperLogo {
        padding: 9px 14px 0 0;
        border-radius: 0 15px 0 0;
        width: 190px;
    }
    #tab02-content .p-participating__content--upperLogo {
        padding: 15px 16px 6px 0;
    }
    
    .p-participating__content--lower {
        padding: 30px 5px 0;
    }
    
    .p-participating__content--head {
        margin-top: 30px;
        padding-left: 16px;
        font-size: 16px;
    }
    .p-participating__content--head::before {
        height: 8px;
        top: 7px;
        width: 8px;
    }
    
    .p-participating__content01 {
        display: block;
        margin-top: 12px;
    }
    
    .p-participating__content01--left {
        width: 100%;
    }
    .p-participating__content01--right {
        width: 100%;
        margin-top: 20px;
    }
    #tab02-content .p-participating__content01>div {
        width: 100%;
    }
    #tab02-content .p-participating__content01>div:nth-of-type(2),
    #tab02-content .p-participating__content01>div:nth-of-type(3) {
        margin-top: 20px;
    }
    
    .p-participating__content01--head {
        padding-bottom: 10px;
        font-size: 14px;
    }
    .p-participating__content01--head.--02 {
        margin-top: 20px;
    }
    
    .p-participating__content01--txt {
        margin-top: 10px;
        line-height: 1.53;
        font-size: 11px;
    }
    
    .p-participating__content01--table dl {
        margin-top: 8px;
        display: block;
        line-height: 1.53;
        font-size: 11px;
    }
    .p-participating__content01--table dl dt {
        width: 100%;
    }
    .p-participating__content01--table dl dd {
        width: 100%;
        margin-top: 2px;
    }
    
    .p-participating__cases {
        padding-top: 12px;
        display: block;
    }
    
    .p-participating__case {
        width: 100%;
        background-color: #fdf2e4;
        border-radius: 8px;
        padding: 10px 10px 20px;
        margin-top: 15px;
    }
    .p-participating__cases .p-participating__case:nth-of-type(1) {
        margin-top: 0;
    }
    
    .p-participating__case--img {
        margin-bottom: 13px;
    }
    
    .p-participating__case--img img {
        border-radius: 5px;
    }
    
    .p-participating__case--head {
        padding: 0 10px 0 21px;
        font-size: 15px;
    }
    .p-participating__case--head::before {
        height: 20px;
        left: 10px;
        top: 1px;
        width: 3px;
    }
    .p-participating__case--head .--small {
        font-size: 12px;
    }
    
    .p-participating__case--txt {
        margin-top: 10px;
        padding: 0 10px;
        font-size: 11px;
    }
    
    #tab02-content .p-participating__cases .p-participating__case:nth-of-type(1) {
        width: 100%;
        display: block;
        padding: 10px 10px 20px;
    }
    #tab02-content .p-participating__cases .p-participating__case:nth-of-type(2) {
        padding-top: 20px;
    }
    #tab02-content .p-participating__cases .p-participating__case:nth-of-type(3) {
        padding-top: 20px;
    }
    
    #tab02-content .p-participating__cases .p-participating__case:nth-of-type(1) .p-participating__case--img {
        width: 100%;
    }
    
    .p-participating__case--txts {
        width: 100%;
        margin-top: 13px;
    }
    
    .p-participating__case--txts .p-participating__case--head {
        padding: 0 10px 0 21px;
    }
    .p-participating__case--txts .p-participating__case--head::before {
        left: 10px;
    }
    
    .p-participating__case--txts .p-participating__case--txt {
        padding: 0 10px;
    }
    
    .p-participating__assets {
        padding-top: 12px;
    }
    
    .p-participating__asset {
        margin-top: 15px;
        padding: 10px 10px 20px;
        display: block;
        border-radius: 8px;
    }
    .p-participating__assets .p-participating__asset:nth-of-type(1) {
        margin-top: 0;
    }
    
    .p-participating__asset--img {
        width: 100%;
    }
    .p-participating__asset--img img {
        border-radius: 5px;
    }
    
    .p-participating__asset--txts {
        width: 100%;
        margin-top: 13px;
    }
    
    .p-participating__asset--head {
        font-size: 15px;
        padding: 0 10px 0 21px;
        margin-bottom: 10px;
    }
    .p-participating__asset--head::before {
        height: 20px;
        left: 10px;
        top: 1px;
        width: 3px;
    }
    
    .p-participating__asset--txt {
        font-size: 11px;
        line-height: 1.75; 
        padding: 0 10px;
    }
}

/*===========================================================================*/
/*  scheme  */
/*===========================================================================*/
.p-scheme {
    padding-top: 120px;
    padding-bottom: 101px;
    overflow: hidden;
}

.p-scheme__txt {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.76;
}

.p-scheme__contents {
    position: relative;
    max-width: 1026px;
    margin: 40px auto 0;
}

.p-scheme__illust {
    position: absolute;
    width: 222px;
    right: -39px;
    bottom: -32px;
}

@media screen and (max-width: 900px) {
    .p-scheme {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .p-scheme__txt {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }
    
    .p-scheme__contents {
        margin: 25px auto 0;
    }
    
    .p-scheme__illust {
        width: 98px;
        right: -23px;
        bottom: -37px;
    }
}

/*===========================================================================*/
/*  theme  */
/*===========================================================================*/
.p-theme {
    overflow: hidden;
    background-color: #fdf2e4;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.p-theme__bg {
    position: absolute;
    width: 1352px;
    top: 120px;
    left: calc(50% - 710px);
}

.p-theme__inner {
    position: relative;
    z-index: 2;
}

.p-theme__img {
    max-width: 786px;
    margin: 60px auto 0;
}

@media screen and (max-width: 900px) {
    .p-theme {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .p-theme__bg {
        width: 408px;
        top: 30px;
        left: calc(50% - 209px);
    }
    
    .p-theme__img {
        margin: 20px auto 0;
    }
}

/*===========================================================================*/
/*  theme02  */
/*===========================================================================*/
.p-theme02 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-theme02__head02 {
    margin-top: 50px;
    padding: 22px 38px 23px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .04em;
    background-color: #f5e6d3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.p-theme02__head02::before {
    background-color: #e77d30;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.p-theme02__list {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.p-theme02__list li {
    width: calc(33.3333% - 30px);
    margin: 25px 15px 0;
}

.p-theme02__list--img img {
    border-radius: 8px;
}

.p-theme02__list--head {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.62; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-theme02__list--txt {
    padding-top: 18px;
    border-top: #c5b2aa dashed 1px;
    margin-top: 22px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.84;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .p-theme02 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .p-theme02__head02 {
        margin-top: 30px;
        padding: 12px 20px 13px;
        font-size: 18px;
        border-radius: 6px;
    }
    .p-theme02__head02::before {
        width: 6px;
    }
    
    .p-theme02__list {
        width: 100%;
        left: 0;
        display: block;
    }
    
    .p-theme02__list li {
        width: 100%;
        margin: 20px 0 0;
    }
    .p-theme02__list li:nth-of-type(1) {
        margin-top: 15px;
    }

    .p-theme02__list--img img {
        border-radius: 6px;
    }
    
    .p-theme02__list--head {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.55; 
    }
    
    .p-theme02__list--txt {
        padding-top: 12px;
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.75;
    }
}

/*===========================================================================*/
/*  schedule  */
/*===========================================================================*/
.p-schedule {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fdf2e4;
    overflow: hidden;
    position: relative;
}

.p-schedule__illust01 {
    position: absolute;
    width: 163px;
    top: 119px;
    right: calc(50% + 327px);
}

.p-schedule__bg01 {
    position: absolute;
    width: 1342px;
    top: 131px;
    left: calc(50% - 650px);
}

.p-schedule__bg02 {
    position: absolute;
    display: none;
}

.p-schedule__bg03 {
    position: absolute;
    display: none;
}

.p-schedule__inner {
    position: relative;
    z-index: 2;
    max-width: 962px;
}

.p-schedule__illust02 {
    position: absolute;
    width: 118px;
    bottom: -40px;
    right: -65px;
    z-index: 3;
}

.p-schedule__txt {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.76;
}

.p-schedule__img {
    margin: 75px auto 0;
}

@media screen and (max-width: 900px) {
    .p-schedule {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .p-schedule__illust01 {
        width: 89px;
        top: 33px;
        right: calc(50% + 85px);
    }
    
    .p-schedule__bg01 {
        display: none;
    }
    
    .p-schedule__bg02 {
        display: block;
        width: 98px;
        top: 54px;
        left: calc(50% + 109px);
    }
    
    .p-schedule__bg03 {
        display: block;
        width: 98px;
        bottom: 19px;
        right: calc(50% + 37px);
    }
    
    .p-schedule__inner {
        max-width: 330px;
    }
    
    .p-schedule__illust02 {
        width: 65px;
        bottom: -39px;
        right: -16px;
    }
    
    .p-schedule__txt {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }
    
    .p-schedule__img {
        margin: 25px auto 0;
    }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact {
    padding-top: 124px;
    padding-bottom: 80px;
    overflow: hidden;
    background: url('../img/contact-bg02.webp') no-repeat center center/cover;
    position: relative;
}

.p-contact__bg {
    position: absolute;
    width: 1169px;
    top: 92px;
    left: calc(50% - 570px);
}

.p-contact__inner {
    position: relative;
    z-index: 2;
}

.p-contact__subHead {
    text-align: center;
    font-size: 86px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.p-contact__head {
    margin-top: 8px;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.p-contact__btn {
    width: 340px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.45; 
    color: #fff;
    background-color: #2b2b2b;
    border-radius: 12px;
    margin: 25px auto 0;
}

.p-contact__btn--txt {
    position: relative;
    padding-left: 33px;
}
.p-contact__btn--txt::before {
    background: url('../img/icon-contact.svg') no-repeat center center/contain;
    content: '';
    height: 21px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 21px;
}

.p-contact__mail {
    margin-top: 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .045em;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .p-contact {
        padding-top: 60px;
        padding-bottom: 60px;
        background: url('../img/contact-bg02-sp.webp') no-repeat center center/cover;
    }
    
    .p-contact__bg {
        position: absolute;
        width: 400px;
        top: 22px;
        left: calc(50% - 207px);
    }
    
    .p-contact__subHead {
        font-size: 52px;
    }
    
    .p-contact__head {
        margin-top: 6px;
        font-size: 18px;
    }
    
    .p-contact__btn {
        width: 330px;
        height: 68px;
        font-size: 18px;
        border-radius: 10px;
        margin: 20px auto 0;
    }
    
    .p-contact__btn--txt {
        position: relative;
        padding-left: 26px;
    }
    .p-contact__btn--txt::before {
        height: 16px;
        top: 6px;
        width: 16px;
    }
    
    .p-contact__mail {
        margin-top: 12px;
        font-size: 14px;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
    padding: 25px 20px 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.54;
}

@media screen and (max-width: 900px) {
    .p-footer {
        padding: 20px 20px 25px;
        font-size: 10px;
    }
}
