@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Kiwi+Maru&family=M+PLUS+1:wght@100..900&display=swap');

:root{
    --main:#D8743B;
    --sub:#FDFAF1;
    --acc:#F5F0DF;
    --mainBack:#BB6432;
    --subBack:#F5F0DF;

}
.grecaptcha-badge { visibility: hidden; }
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* 既存スタイルリセット */
#header,main{
    background: var(--sub) !important;
}
#footer_top{
    margin-top: 0;
}
.inner{
    width: min(92%,1080px);
    margin-inline: auto;
}
    /* font-family: "M PLUS 1", sans-serif;
    font-family: "Climate Crisis" */
#return_top{
    display: none !important;
    z-index: 20;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fixed{
    position: fixed;
    right: 0;
    bottom: 1vh;
    z-index: 20;
    background: var(--main);
    border: solid 2px var(--sub);
    border-right: none;
    border-radius: 8px 0 0 8px;
    color: var(--sub);
    text-align: center;
    padding: 24px 10px 8px;
}
.fixed::before{
    content:"";
    width: 56px;
    height: 56px;
    background: url(../img/reform-page/c01.png) no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fixed a{
    padding:40px 12px 12px;
    transition: .3s;
}
.fixed a:hover{
    opacity: 0.5;
}
.fixed span{
    color: var(--sub);
    display: block;
    font-weight: 600;
    font-size: 14px;
}
@media screen and (max-width:768px){
    .fixed{
        padding: 18px 8px 6px;
    }
    .fixed span{
        font-size: 12px;
    }
    .fixed::before {
        content: "";
        width: 48px;
        height: 48px;
    }
}
@media screen and (max-width:550px){
    .fixed {
        padding: 14px 8px 6px;
    }
    .fixed span{
        font-weight: 500;
    }
    .fixed a{
        display: flex;
        padding: 12px 0 4px;
    }
    .fixed::before {
        content: "";
        width: 40px;
        height: 40px;
    }
}
section{
    font-family: "M PLUS 1", sans-serif;
}
.flex{
    display: flex;
}


p{
    font-size: 16px;
    line-height: 1.8;
}
img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 770px) {
    #footer_top {
        margin-top: 0px !important;
    }
}
h2.-ttl{
    font-family: "Climate Crisis";
    color: #BB6432;
    display: flex;
    font-size: 32px;
    flex-direction: column;
    gap: 8px;
    letter-spacing: 4px;
    margin-bottom: 32px;
}
h2.-ttl span{
    font-family: "M PLUS 1", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}
@media screen and (max-width:768px){
    h2.-ttl{
        font-size: 30px;
        margin-bottom: 28px;
        letter-spacing: 3px;
    }
    h2.-ttl span{
        font-size: 13px;
    }
}
@media screen and (max-width:550px){
    h2.-ttl{
        font-size: 28px;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }
    h2.-ttl span{
        font-size: 12px;
    }
}
@media screen and (max-width:400px){
    h2.-ttl{
        font-size: 24px;
    }
}
.-cta{
    width: min(90%,640px);
    margin-inline: auto;
    background: var(--main);
    color: var(--sub);
    border-radius: 8px;
    padding: 24px;
    position: relative;
}
.-cta.-rev{
    color: var(--main);
    background: var(--sub);
}
.-cta::before{
    content: "";
    display: block;
    width: 120px;
    height: 130%;
    background: url(../img/reform-page/c01.png) no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    right: 6%;
}
.-cta > div{
    width: calc(100% - 180px);
    text-align: center;
}
.-cta a{
    background: var(--sub);
    color: var(--main);
    width: 100%;
    border-radius: 40px;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
    font-size: 18px;
    transition: .3s;
    cursor: pointer;
    border: solid 1px rgba(255, 255, 255, 0);
}
.-cta.-rev a{
    color: var(--sub);
    background: var(--main);
    border: solid 1px rgba(216, 116, 59, 0);
}
.-cta a:hover{
    color: var(--sub);
    background: var(--main);
    border: solid 1px rgba(255, 255, 255, 1);
}
.-cta.-rev a:hover{
    background: var(--sub);
    color: var(--main);
    border: solid 1px rgba(216, 116, 59, 1);
}
.-cta p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1em;
}
@media screen and (max-width:768px){
    .-cta{
        padding: 18px;
        width: 80%;
    }
    .-cta p{
        word-break: keep-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .-cta a {
        padding: 10px 0;
        font-size: 15px;
    }
    .-cta > div {
        width: calc(100% - 160px);
    }
}
@media screen and (max-width:550px){
    .-cta > div{
        width: 100%;
    }
    .-cta{
        width: 86%;
        padding: 40px 12px 12px;
        padding-top: 40px;
        margin-top: 40px;
    }
    .-cta p{
        font-size: 13px;
    }
    .-cta::before {
        width: 80px;
        height: 80px;
        background: url(../img/reform-page/c01.png) no-repeat center center / contain;
        bottom: auto;
        right: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.semicircle{
    margin-top: 20vw;
}
.semicircle::before{
    content: "";
    width: 100%;
    height: 24vw;
    position: absolute;
    top: -20vw;
    display: block;
    clip-path: ellipse(52% 100% at 50% 100%);
}
.semicircle .container{
    position: relative;
    z-index: 2;
}
@media screen and (max-width:600px){
    .semicircle{
        margin-top: 30vw;
    }
    .semicircle::before{
        height: 32vw;
        top: -30vw;
    }

}
.container{
    position: relative;
    z-index: 2;
}
/*  */
#main{
    padding: 360px 0 400px;
    color: var(--main);
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}
#main .mainImg01{
    width: 540px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-100% - 120px));
    z-index: 1;
}
#main .mainImg02{
    width: 360px;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(320px);
    z-index: 1;
}
#main .mainImg03{
    width: 360px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(calc(-100% - 240px));
    z-index: 1;
}
#main .mainImg04{
    width: 540px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(240px);
    z-index: 1;
}
#main .mainImgc1{
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(200px, 100px);
}
#main .mainImgc2{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-320px, -200px);
    z-index: 2;
}
#main .mainImgc3{
    width: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(280px);
    z-index: 2;
}
#main .mainImg01 img,
#main .mainImg02 img,
#main .mainImg03 img,
#main .mainImg04 img{
    border-radius: 32px;
}
#main h1{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 40px;
    font-family: "Kiwi Maru", serif;
    position: relative;
    z-index: 10;
}
#main h1 #titleUp{
    padding-bottom: 32px;
}
@media screen and (max-width:768px){
    #main{
        padding: 44vw 0 46vw;
        margin-bottom: 80px;
    }
    #main h1{
        font-size: 5vw;
    }
    #main .mainImg01{
        width: 50vw;
        transform: translate(-88%, 12%);
    }
    #main .mainImg02{
        width: 32vw;
        transform: translateX(64%);
    }
    #main .mainImg03{
        width: 32vw;
        transform: translate(-150%, 12%);
    }
    #main .mainImg04{
        width: 52vw;
        transform: translate(-6%, -18%);
    }
    #main .mainImg01 img,
    #main .mainImg02 img,
    #main .mainImg03 img,
    #main .mainImg04 img{
        border-radius: 16px;
    }
    #main .mainImgc1 {
        width: 100px;
        transform: translate(16%, 100%);
    }
    #main .mainImgc2 {
        width: 80px;
        transform: translate(-240%, -140%);
    }
    #main .mainImgc3 {
        width: 48px;
        transform: translate(250%, 40%);
    }
}
@media screen and (max-width:550px){
    #main{
        margin-bottom: 64px;
    }
    #main h1{
        font-size: 5.6vw;
    }
    #main .mainImg01 img,
    #main .mainImg02 img,
    #main .mainImg03 img,
    #main .mainImg04 img{
        border-radius: 12px;
    }
    #main .mainImgc1 {
        width: 80px;
    }
    #main .mainImgc2 {
        width:64px
    }
    #main .mainImgc3 {
        width: 40px;
    }
}
#message{
    color: var(--main);
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
    padding-top: 160px;
}
#message::after{
    content:"PLUS HOME REFORM";
    font-family: "Climate Crisis";
    white-space: nowrap;
    font-size: 160px;
    color: var(--subBack);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#message .flex{
    gap: 40px;
}
#message .-left{
    width: 600px;
}
#message h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8;
}
#message h2 span{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}
#message .-right{
    width: calc(100% - 540px);
    margin-inline: auto 0;
    margin-top: 80px;
}
#message p{
    font-size: 16px;
    line-height: 2.0;
}

@media screen and (max-width:768px){
    #message::after{
        font-size: 96px;
    }
    #message{
        padding-top: 100px;
        padding-bottom: 120px;
    }
    #message h2{
        font-size: 24px;
    }
    #message h2 span {
        font-size: 32px;
        letter-spacing: 1px;
    }
    #message p{
        font-size: 15px;
    }
    #message .-left{
        width: 100%;
    }
    #message .-right {
        width: min(500px, 94%);
        margin-inline: auto 0;
        margin-top: 64px;
    }
}
@media screen and (max-width:550px){
    #message::after{
        font-size: 80px;
    }
    #message{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    #message h2{
        font-size: 20px;
    }
    #message h2 span {
        font-size: 28px;
        letter-spacing: 1px;
    }
    #message p{
        font-size: 14px;
        line-height: 1.8;
    }
    #message .-right {
        margin-top: 48px;
    }
}

#area{
    color: var(--main);
    padding-bottom: 160px;
}
#area .flex{
    margin-bottom: 80px;
}
#area .-left{
    width: 50%;
}
#area .-right{
    width: 50%;
    position: relative;
}
#area .-right::before{
    content:"";
    display: block;
    width: 120px;
    height: 120px;
    background: url(../img/reform-page/c04.png) no-repeat center center / cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
#area .-right img{
    width: 90%;
    margin-inline: auto;
}
@media screen and (max-width:768px){
    #area{
        padding-bottom: 120px;
    }
    #area .flex{
        flex-direction: column;
    }
    #area .-left,
    #area .-right{
        width: min(550px,94%);
        margin-inline: auto;
    }
    #area .-left p{
        font-size: 15px;
    }
    #area .-right{
        margin-top: 40px;
    }
    #area .-right img{
        width: min(400px,80%);
        margin-inline: auto;
    }
    #area .-right::before{
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width:550px){
    #area{
        padding-bottom: 96px;
    }
    #area .-left p{
        font-size: 14px;
    }
    #area .-right::before{
        width: 80px;
        height: 80px;
    }
}
#menu{
    background: var(--main);
    position: relative;
    border-radius: 0 0 120px 120px;
    padding: 0 0 80px;
    margin-top: 20vw;
}


#menu.semicircle::before{
    background: var(--main);
}
#menu h2{
    color: var(--sub);
    text-align: center;
}
#menu .menuContainer{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#menu .menuItem{
    display: flex;
    position: relative;
    margin-bottom: 8em;
}
#menu .menuItem .-bg{
    font-family: "Climate Crisis";
    color: var(--mainBack);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10vw;
    z-index: 0;
    white-space: nowrap;
}
#menu .menuItem .flex{
    position: relative;
    z-index: 10;
    justify-content: center;
    align-items: stretch;
    gap: 2%;
}
#menu .menuItem.imageOnly .flex{
    flex-direction: column;
}
#menu .menuItem.imageOnly .-text{
    width: 80%;
    border: none;
    margin-inline: auto;
    padding: 0;
}
#menu .menuItem.imageOnly .-text h3::before{
    width: calc(100% + 7vw);
}
#menu .menuItem.imageOnly .-img{
    width: 80%;
    margin-inline: auto;
}
#menu .menuItem:nth-child(even) .-bg{
    right: 0;
    text-align: right;
}
#menu .menuItem .-img,
#menu .menuItem .-text{
    width: min(480px,48%);
    color: var(--sub);
}
#menu .menuItem .-img div{
    overflow: hidden;
    width: 80%;
    margin-inline: auto;
    border: solid 6px var(--sub);
    border-radius: 240px 240px 64px 64px;
}
#menu .menuItem:nth-child(even) .-img{
    order: 2;
}
#menu .menuItem:nth-child(even) .-text{
    order: 1;
}
#menu .menuItem .-img img{
    
}
#menu .menuItem .-text{
    border-left: solid 1px var(--sub);
    padding-left: 2em;
    margin-left: 1em;
    margin-top: 6em;
}
#menu .menuItem .-text h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
}

#menu .menuItem .-text h3::before{
    content: "";
    display: block;
    width: 54vw;
    height: 1px;
    background: var(--sub);
    position: absolute;
    left: -5vw;
    bottom: 0;
}
#menu .menuItem:nth-child(even) .-text h3::before{
    left: auto;
    right: 0%;
}
#menu .menuItem .-text h4{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
}
#menu .menuItem .-text p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
}
#menu .menuItem .-text span{
    background: var(--sub);
    color: var(--main);
    font-size: 13px;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 16px;
    margin-right: 12px;
}
#menu .menuItem .-text .wrap{
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
}
#menu .imageOnly{
    width: min(92%,1080px);
    margin-inline: auto;
}
@media screen and (max-width:768px){
    #menu{
        border-radius: 0 0 80px 80px;
        padding-bottom: 120px;
    }
    #menu .menuItem .flex{
        flex-direction: column;
    }
    #menu .menuItem{
        margin-bottom: 6em;
    }
    #menu .menuItem .-img, 
    #menu .menuItem .-text{
        width: min(500px,94%);
        margin-inline: auto;
        border: none;
    }
    #menu .menuItem .-text{
        padding: 0;
        margin: 24px auto 0;
    }
    #menu .menuItem .-img div{
        width: min(400px,80%);
        padding-top: 80%;
        position: relative;
        border: solid 4px var(--sub);
        border-radius: 220px 220px 40px 40px;
    }
    #menu .menuItem .-img div img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #menu .menuItem .-text h3 {
        font-size: 20px;
        text-align: center;
        border-bottom: solid 1px var(--sub);
    }
    #menu .menuItem .-text h3::before{
        display: none;
    }
    #menu .menuItem .-text p{
        padding: 0 0.8em;
        font-size: 14px;
        line-height: 2.0;
    }
    #menu .menuItem .-bg{
        font-size: 94px;
        top: auto;
        bottom: 0;
    }
    #menu .menuItem:nth-child(even) .-text{
        order: 2;
    }
    #menu .menuItem:nth-child(even) .-img{
        order: 1;
    }
    #menu .menuItem.imageOnly .-img,
    #menu .menuItem.imageOnly .-text {
        width: min(500px, 94%);
    }
    #menu .menuItem.imageOnly .-bg{
        bottom: -48px;
    }
}
@media screen and (max-width:650px){
    #menu .menuItem.imageOnly .-img{
        border-radius: 24px;
        overflow: hidden;
    }
}
@media screen and (max-width:550px){
    #menu {
        border-radius: 0 0 48px 48px;
        padding-bottom: 96px;
    }
    #menu .menuItem .-text h3 {
        font-size: 18px;
        margin-bottom: 0.8em;
        padding-bottom: 0.8em;
    }
    #menu .menuItem .-text p{
        font-size: 13px;
    }
    #menu .menuItem .-bg {
        font-size: 80px;
    }
    #menu .imageOnly {
    width: 100%;
    }
    #menu .menuItem {
        margin-bottom: 4.8em;
    }
}

#point{
    padding: 160px 0;
    color: var(--main);
}
#point h2{
    margin-bottom: 120px;
}
#point .flex{
    gap: 4%;
}
#point .flex span{
    font-family: "Climate Crisis";
    color: var(--subBack);
    font-size: 96px;
}
#point .flex h3{
    background:var(--main);
    color: var(--sub);
    font-size: 18px;
    padding: 16px 0 16px 24px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 1em;
    margin-right: 40px;
}
#point .flex h3::before{
    content: "";
    width: 44px;
    height: 100%;
    display: block;
    background: url(../img/reform-page/point-ttl-bg.svg) no-repeat center center / contain;
    position: absolute;
    right: -24px;
    top: 0;

}
#point .flex p{
    font-size: 15px;
    line-height: 1.8;
}
#point .flex > div{
    position: relative;
}
#point .flex > div::before{
    content: "";
    width: 40%;
    height: 140px;
    display: block;
    position: absolute;
    right: 0;
    top: -64px;
    z-index: 1;
}
#point .point-1{
    margin-top: 160px;
}
#point .point-2{
    margin-top: 80px;
}
#point .point-1::before{
    background: url(../img/reform-page/c05.png) no-repeat center center / contain;
}
#point .point-2::before{
    background: url(../img/reform-page/c06.png) no-repeat center center / contain;
}
#point .point-3::before{
    background: url(../img/reform-page/c07.png) no-repeat center center / contain;
}
@media screen and (max-width:768px){
    #point {
        padding: 96px 0;
    }
    #point h2{
        margin-bottom: 80px;
    }
    #point .flex{
        flex-wrap: wrap;
        gap: 4%;
    }
    #point .flex > div{
        width: 48%;
        margin-bottom: 4.2em;
    }
    #point .flex > div:nth-child(3){
        margin-bottom: 0;
    }
    #point .point-1,
    #point .point-2,
    #point .point-3 {
        margin-top: 0px;
    }
    #point .flex h3 {
        font-size: 16px;
        padding: 12px 0 12px 18px;
        border-radius: 8px;
        margin-bottom: 1em;
        margin-right: 32px;
    }
    #point .flex span{
        font-size: 72px;
    }
    #point .flex > div::before {
        width: 32%;
        height: 120px;
        top: -24%;
    }
    #point .flex p {
        font-size: 14px;
        line-height: 1.8;
    }
    #point .flex p {
        font-size: 13px;
        line-height: 1.8;
    }
}
@media screen and (max-width:550px){
    #point {
        padding: 64px 0;
    }
    #point h2 {
        margin-bottom: 64px;
    }
    #point .flex h3 {
        font-size: 15px;
        padding: 10px 0 10px 18px;
        border-radius: 6px;
        margin-bottom: 0.6em;
    }
    #point .flex{
        justify-content: center;
    }
    #point .flex span {
        font-size: 64px;
    }
    #point .flex > div{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    #point .flex > div > div{
        width: 80px;
        display: block;
    }
    #point .flex h3 {
        width: calc(100% - 114px);
        transform: translateY(24px);
        margin: 0 16px 8px auto;
    }
    #point .flex > div::before {
        width: 28%;
        height: 92px;
        top: -24%;
    }
    #point .flex p {
        font-size: 13px;
        line-height: 1.8;
        margin-top: 20px;
        padding-left: 80px;
    }
}
#flow{
    margin-bottom: 480px;
}
#flow .container{
    width: min(92%, 1080px);
    margin-inline: auto;
    background: var(--main);
    padding: 80px;
    border-radius: 80px;
}
#flow .inner{
    width: 100%;
}

#flow h2{
    color: var(--sub);
}
#flow .-ttl{
    width: 400px;
}
#flow .flowInner{
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    color: var(--sub);
    gap: 40px;
    position: relative;
}
#flow .flowInner::before{
    content: "";
    display: block;
    width: 2px;
    height: 94%;
    background: var(--sub);
    position: absolute;
    top: 12px;
    left: 19px;
}
#flow .flowItem{
    display: flex;
    align-items: center;
}
#flow .flowItem p{
    font-size: 18px;
    font-weight: 600;
}
#flow .flowItem span{
    display: block;
    width: 40px;
    position: relative;
}

#flow .flowItem span::before{
    content: "";
    width: 16px;
    height: 16px;
    border: solid 2px var(--sub);
    background: var(--main);
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#flow .flowInner .flowItem:nth-child(1) span::before,
#flow .flowInner .flowItem:nth-last-child(1) span::before{
    background: var(--sub);
}
@media screen and (max-width:768px){
    #flow{
        margin-bottom: calc(32vw + 120px);
    }
    #flow .container{
        width: 92%;
        padding: 0;
        border-radius: 64px;
    }
    #flow .-ttl{
        width: 180px;
    }
    #flow .flowInner{
        width: calc(100% - 180px);
        gap: 24px;
    }
    #flow .flex{
        padding: 40px 64px;
    }
    #flow .flowItem p {
         font-size: 16px;
        font-weight: 400;
    }
    #flow .flowItem span::before {
        content: "";
        width: 12px;
        height: 12px;
        border: solid 1px var(--sub);
    }
    #flow .flowInner::before {
        width: 1px;
        height: 92%;
        left: 20px;
    }
}
@media screen and (max-width:600px){
    #flow {
        margin-bottom: calc(32vw + 96px);
    }
    #flow .flex{
        flex-direction: column;
        padding: 32px 24px;
    }
    #flow .container {
        width: 94%;
        border-radius: 32px;
    }
    #flow .-ttl,
    #flow .flowInner{
        width: 100%;
    }
    #flow .flowItem p {
        font-size: 15px;
    }
    #flow .flowInner{
        gap: 16px;
        padding-left: 0.6em;
    }
    #flow .flowItem span::before{
        width: 10px;
        height: 10px;
    }
    #flow .flowInner::before {
        left: calc(0.6em + 20px);
    }
}

#faq{
    background: var(--subBack);
    position: relative;
    padding-bottom: 160px;
}
#faq h2{
    margin-bottom: 64px;
}
#faq::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 24vw;
    background: var(--subBack);
    bottom: 0;
    transform: translateY(100%);
}
#faq::before{
    background: var(--subBack);
}
#faq h2{
    text-align: center;
    position: relative;
}
#faq h2::before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/reform-page/c08.png) no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-120%)
}
#faq .faqItem{
    background: var(--sub);
    margin-bottom: 24px;
    padding: 16px 40px;
    color: var(--main);
    border-radius: 12px;
}
#faq .question{
    align-items: center;
    gap: 24px;
    font-weight: 500;
    cursor: pointer;
}
#faq .question p{
    transition: .3s;
}
#faq .question:hover p{
    color: rgba(216, 116, 59, 0.65);
}
#faq .question .-ttl{
    font-family: "Climate Crisis";
    font-size: 28px;
}
#faq .question span:not(.-ttl){
    margin: 0 0 0 auto;
}
#faq .-answer{
    border-top: solid 1px var(--subBack);
    margin-top: 16px;
    font-weight: 500;
    padding: 16px 0 0 32px;
    transition: .3s;
}

#faq .-answer.hidden{
    visibility: hidden;
    height: 0;
    padding: 0 0 0 32px;
    margin: 0;
    opacity: 0;
}
#faq .faqInner{
    margin-bottom: 80px;
}

@media screen and (max-width:768px){
    #faq{
        padding-bottom: 120px;
    }
    #faq h2::before{
        width: 64px;
        height: 64px;
    }
    #faq h2{
        margin-bottom: 48px;
    }
    #faq .question p{
        font-size: 15px;
    }
    #faq .question{
        gap: 20px;
    }
    #faq .faqItem {
        background: var(--sub);
        margin-bottom: 16px;
        padding: 14px 32px;
        border-radius: 10px;
    }
    #faq .question .-ttl{
        font-size: 24px;
    }
    #faq .-answer p{
        font-size: 15px;
    }
    #faq .-answer {
        margin-top: 12px;
        padding: 12px 0 0 48px;
    }
}
@media screen and (max-width:550px){
    #faq h2{
        margin-bottom: 48px;
    }
    #faq .question p{
        font-size: 13px;
    }
    #faq .question {
        gap: 16px;
    }
    #faq .-answer p{
        font-size: 13px;
    }
    #faq .faqItem {
        background: var(--sub);
        margin-bottom: 12px;
        padding: 12px 24px;
        border-radius: 8px;
    }
    #faq h2::before {
        width: 48px;
        height: 48px;
    }
    #faq{
        padding-bottom: 100px;
    }
}
#works{
    background: var(--main);
    position: relative;
}
#works::before{
    background: var(--main);
}
#works h2{
    text-align: center;
    color: var(--sub);
    margin-bottom: 64px;
}
#works .worksInner{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
#works .worksItem{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 64px;
}
#works .worksItem .-img{
    width: 90%;
    margin-inline: auto;
}
#works .worksItem img{
    transition: .3s;
    border: solid 6px var(--sub);
    box-sizing: border-box;
    border-radius: 24px;
    position: relative;
}
#works .worksItem.after .-before{
    visibility: hidden;
    transform: rotateY(-90deg);
    border: none;
    opacity: 0;
    height: 0;
}
#works .worksItem:not(.after) .-after{
    visibility: hidden;
    transform: rotateY(90deg);
    border: none;
    /* border: solid 6px rgba(255,255,255,0); */
    opacity: 0;
    height: 0;
}
#works .worksItem button,
#works .worksItem .flex{
    margin:auto 0 0;
}
#works .worksItem button{
    background: var(--sub);
    color: var(--main);
    position: relative;
    border: none;
    text-align: center;
    margin-inline: auto;
    padding: 12px 32px 12px 48px;
    width: 180px;
    border-radius: 40px;
    font-weight: 600;
    border: solid 2px var(--sub);
}
#works .worksItem button.after{
    color: var(--sub);
    background: var(--main);
}
#works .worksItem button::before{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--main);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
#works .worksItem button.after::before{
    background: var(--sub);
}
#works .worksItem .flex{
    width: 90%;
    margin: 12px auto 16px;
    color: var(--sub);
    gap: 12px;
    flex-wrap: wrap;
}
#works .worksItem .flex span{
    font-size: 14px;
}
@media screen and (max-width:768px){
    #works .worksItem {
        width: 48%;
        margin-bottom: 40px;
    }
    #works .worksInner{
        gap: 4%;
    }
    #works h2{
        margin-bottom: 48px;
    }
    #works .worksItem button{
        padding: 8px 28px 8px 40px;
    }
    #works .worksItem .flex {
        margin: 10px auto 12px;
        gap: 8px;
    }
    #works .worksItem .flex span {
        font-size: 13px;
    }
    #works .worksItem img{
        border: solid 4px var(--sub);
        border-radius: 16px;
    }
}
@media screen and (max-width:550px){
    #works .worksItem .-img {
        width: 100%;
    }
    #works .worksItem button {
        padding: 9px 0px 8px 8px;
    }
    #works .worksItem img{
        border: solid 4px var(--sub);
        border-radius: 12px;
    }
    #works .worksItem button {
        padding: 6px 0px 6px 12px;
        width: 140px;
        font-size: 14px;
    }
}

#voice{
    padding: 160px 0 120px;
    background: var(--main);
    border-radius: 0 0 120px 120px;
}
#voice h2{
    color: var(--sub);
    position: relative;
    width: fit-content;
    padding-right: 110px;
    margin-bottom: 64px;
}
#voice h2::before{
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background: url(../img/reform-page/c09.png) no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
#voice .voiceContainer{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#voice .voiceInner{
    /* width: 100%;
    overflow: hidden; */
}
#voice .slick-dots{
    position: initial;
    order: 2;
    width: auto;
}
#voice .slick-prev.slick-arrow,
#voice .slick-next.slick-arrow{
    position: initial;
}
#voice .slick-prev.slick-arrow:hover,
#voice .slick-next.slick-arrow:hover{
    background: none;
}
#voice .slick-prev.slick-arrow::before,
#voice .slick-next.slick-arrow::before{
    display: none;
}
#voice .slick-prev.slick-arrow{
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px var(--sub);
    border-left: solid 1px var(--sub);
    transform: rotate(-45deg) translateY(4px);
}
#voice .slick-next.slick-arrow{
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px var(--sub);
    border-right: solid 1px var(--sub);
    transform: rotate(45deg) translateY(4px);
}
#voice .slick-next.slick-arrow{
    order: 3;
}
#voice .slick-dots li button:before{
    top: 50%;
}
#voice .controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 8em;
    gap: 12px;
}
#voice .slick-dots li{
    margin: 0;
}
#voice .slick-dots li button:before{
    content:"";
    width: 100%;
    height: 2px;
    background: var(--subBack);
}
#voice .voiceItem{
    background: var(--subBack);
    margin: 0 1em;
    padding: 32px 24px 40px;
    border-radius: 12px;
    color: var(--main);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
#voice .voiceItem .-icon{
    position: absolute;
    bottom: -8px;
    right: -8px;
}
#voice .voiceItem .-icon img{
    width: 64px;
}
#voice .voiceItem p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2em;
}
#voice .voiceItem span:not(.-icon){
    margin: auto 0 0;
    font-size: 14px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
  box-sizing: border-box;
}

@media screen and (max-width:768px){
    #voice h2::before{
        width: 80px;
        height: 80px;
    }
    #voice {
        padding: 120px 0 80px;
        border-radius: 0 0 80px 80px;
    }
    #voice h2{
        padding-right: 96px;
        margin-bottom: 48px;
    }
    #voice .voiceItem {
        margin: 0 0.4em;
        padding: 24px 16px 32px;
    }
    #voice .voiceItem .-icon img {
        width: 48px;
    }
    #voice .voiceItem p {
        font-size: 14px;
        margin-bottom: 1.6em;
    }
    #voice .voiceItem span:not(.-icon){
        font-size: 13px;
    }
    #voice .controls{
        margin-right: 4em;
    }
}

@media screen and (max-width:550px){
    #voice {
        padding: 100px 0 64px;
        border-radius: 0 0 48px 48px;
    }
    #voice h2{
        padding-right: 80px;
    }
    #voice h2::before{
        width: 64px;
        height: 64px;
    }
    #voice h2{
        margin-bottom: 40px;
    }
    #voice .controls{
        margin-right: 2em;
    }
}

#subsidy{
    padding-top: 160px;
    padding-bottom: 120px;
}
#subsidy h2{
    padding-left: 100px;
    position: relative;
}
#subsidy h2::before{
    content:"";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/reform-page/c10.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    bottom: 0;
}
#subsidy .inner > .flex{
    flex-wrap: wrap;
    gap: 4%;
}
#subsidy .subsidyItem{
    width: 48%;
    margin-bottom: 64px;
    position: relative;
    padding-top: 64px;
}
#subsidy .subsidyItem span{
    font-family: "Climate Crisis";
    color: var(--subBack);
    font-size: 96px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#subsidy .subsidyItem h3,
#subsidy .subsidyItem p{
    position: relative;
    z-index: 1;
    color: var(--main);
}
#subsidy .subsidyItem h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 1em;
}
#subsidy .subsidyItem p{
    padding-left: 2em;
    font-weight: 500;
}
@media screen and (max-width:768px){
    #subsidy h2::before{
        width: 64px;
        height: 64px;
    }
    #subsidy h2 {
        padding-left: 80px;
    }
    #subsidy .subsidyItem span{
        font-size: 80px;
    }
    #subsidy .subsidyItem h3 {
        font-size: 18px;
        margin-bottom: 14px;
        padding-left: 0.8em;
    }
    #subsidy .subsidyItem p {
        padding-left: 1.6em;
        font-size: 14px;
        font-weight: 400;
    }
}
@media screen and (max-width:550px){
    #subsidy .subsidyItem{
        width: 100%;
        margin-bottom: 24px;
    }
    #subsidy .subsidyItem:nth-child(even) span{
        right: 0;
        left: auto;
    }
    #subsidy .subsidyItem:nth-child(even) h3{
        text-align: right;
    }
    #subsidy .subsidyItem:nth-child(even) p{
        text-align: right;
    }
    #subsidy .subsidyItem h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #subsidy .inner > .flex{
        margin-bottom: 40px;
    }
}