@charset "utf-8";

/*******************
MV
********************/
.toppage-mv{
    background-image: url(../images/top/mv-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 40vw;
    max-width: 1980px;
    max-height: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webp .toppage-mv{
    background-image: url(../images/top/mv-pc.jpg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.toppage-mv-content{
    text-align: center;
}
.toppage-mv-content-infotitle{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    background-color: var(--red);
    border-radius: 100px;
    padding: 0.5em 1em;
	display: inline-block;
}
.toppage-mv-content-h1{
    font-size: 68px;
    font-weight: 700;
    margin-top: 0.3em;
	line-height: 1.2;
	letter-spacing: 0.07em;
}
.toppage-mv-content-h1-txt{
    font-size: 90px;
	font-weight: 800;
    display: inline-block;
    background: linear-gradient(90deg, #3a610e 0%, #5c9816 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.toppage-mv-content-flex{
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-top: 20px;
}
.toppage-mv-content-flex-box-circle{
    width: 165px;
    height: 165px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/top/toppage-mv-content-flex-box-circle01.png),#fff;
    background-repeat: no-repeat;
    background-position: center;
}
.toppage-mv-content-flex-box:last-of-type .toppage-mv-content-flex-box-circle{
    background: url(../images/top/toppage-mv-content-flex-box-circle02.png),#fff;
    background-repeat: no-repeat;
    background-position: center;
}
.webp .toppage-mv-content-flex-box-circle{
    background: url(../images/top/toppage-mv-content-flex-box-circle01.png.webp),#fff;
    background-repeat: no-repeat;
    background-position: center;
}
.webp .toppage-mv-content-flex-box:last-of-type .toppage-mv-content-flex-box-circle{
    background: url(../images/top/toppage-mv-content-flex-box-circle02.png.webp),#fff;
    background-repeat: no-repeat;
    background-position: center;
}
.toppage-mv-content-flex-box-circle-txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.toppage-mv-content-flex-box-circle-txt-big{
    font-size: 24px;
}
.toppage-mv-content-flex-box-circle-txt-red{
    color: var(--red);
    font-size: 36px;
    font-weight: 700;
}
.toppage-mv-content-flex-box-note{
    font-size: 12px;
    margin-top: 10px;
}
.toppage-mv-info-img{
    background-image: url(../images/top/mv-info-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 12.5vw;
    max-width: 1980px;
    max-height: 250px;
    margin: 0 auto;
}
.webp .toppage-mv-info-img{
    background-image: url(../images/top/mv-info-pc.jpg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 1981px){
    .toppage-mv{
        max-width: none;
    }
    .toppage-mv-info-img{
        max-width: none;
        max-height:none;
    }


}
@media screen and (max-width: 1599px){
    .toppage-mv-content-infotitle{
        font-size: 1.3vw;
    }
    .toppage-mv-content-h1{
        font-size: 3.6vw;
    }
    .toppage-mv-content-h1-txt{
        font-size: 6vw;
    }
    .toppage-mv-content-flex-box-circle{
        width: 10vw;
        height: 10vw;
    }
    .toppage-mv-content-flex-box-circle-txt{
        font-size: 1.4vw;
    }
    .toppage-mv-content-flex-box-circle-txt-big{
        font-size: 1.8vw;
    }
    .toppage-mv-content-flex-box-circle-txt-red{
        font-size: 2vw;
    }
    .toppage-mv-content-flex-box-circle,
    .toppage-mv-content-flex-box:last-of-type .toppage-mv-content-flex-box-circle{
        background-size: 60%;
    }
    .webp .toppage-mv-content-flex-box-circle,
    .webp .toppage-mv-content-flex-box:last-of-type .toppage-mv-content-flex-box-circle{
        background-size: 60%;
    }
    .toppage-mv-content-flex-box-note{
        font-size: 1vw;
    }
}
@media screen and (max-width: 1023px){
    .toppage-mv-content-h1{
        font-size: 5vw;
    }
    .toppage-mv-content-h1-txt{
        font-size: 7vw;
    }
    .toppage-mv-content-flex {
        gap: 0 2vw;
        margin-top: 1vw;
    }
    .toppage-mv-content-flex-box-circle{
        width: 11vw;
        height: 11vw;
    }
    .toppage-mv-content-flex-box-circle-txt{
        font-size: 1.8vw;
    }
    .toppage-mv-content-flex-box-circle-txt-big{
        font-size: 2.2vw;
    }
    .toppage-mv-content-flex-box-circle-txt-red{
        font-size: 2.4vw;
    }

}
@media screen and (max-width: 767px){
    .toppage-mv{
        background-image: url(../images/top/mv-sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 115vw;
        max-height: none;
    }
    .webp .toppage-mv{
        background-image: url(../images/top/mv-sp.jpg.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .toppage-mv-content-infotitle,
    .toppage-mv-content-h1{
        display: none;
    }
    .toppage-mv-content-flex {
        gap: 0 5vw;
        margin-top: 40vw;
    }
    .toppage-mv-content-flex-box-circle {
        width: 24vw;
        height: 24vw;
    }
    .toppage-mv-content-flex-box-circle-txt,
    .toppage-mv-content-flex-box-circle-txt-big{
        font-size: 3.8vw;
    }
    .toppage-mv-content-flex-box-circle-txt-red {
        font-size: 6vw;
    }
    .toppage-mv-content-flex-box-note {
        font-size: 2vw;
        text-shadow: 0 0 5px #fff,0 0 8px #fff,0 0 10px #fff;
    }
    .toppage-mv-info-img{
        background-image: url(../images/top/mv-info-sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 25vw;
        max-height: unset;
    }
    .webp .toppage-mv-info-img{
        background-image: url(../images/top/mv-info-sp.jpg.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}
@media screen and (max-width: 499px){

}


/*******************
共通
********************/
section h2{
    font-size: 46px;
    text-align: center;
    margin-bottom: 50px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.txt-red{
    color: var(--red);
}
.br{display: inline-block;}

@media screen and (max-width: 1023px){
    section h2{
        font-size: 38px;
        margin-bottom: 40px;
    }


}
@media screen and (max-width: 767px){
    section h2{
        font-size: 5vw;
        margin-bottom: 30px;
    }

}
@media screen and (max-width: 499px){
    section h2{
        font-size: 7vw;
    }


}

/*******************
section01
********************/
.pagetop-section01{
    background: #f7f7f7;
    padding-top: 120px;
    overflow: hidden;
}
.pagetop-h2.pagetop-section01-h2{
    position: relative;
    display: inline-block;
}
.pagetop-h2.pagetop-section01-h2::before{
    content: "";
    background-image: url(../images/top/pagetop-section01-h2-l.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 58px;
    position: absolute;
    top:5px;
    left: -50px;
}
.pagetop-h2.pagetop-section01-h2::after{
    content: "";
    background-image: url(../images/top/pagetop-section01-h2-r.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 58px;
    position: absolute;
    top:5px;
    right: -50px;
}
.webp .pagetop-h2.pagetop-section01-h2::before{
    background-image: url(../images/top/pagetop-section01-h2-l.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.webp .pagetop-h2.pagetop-section01-h2::after{
    background-image: url(../images/top/pagetop-section01-h2-r.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.pagetop-section01-list{
    padding-bottom: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.pagetop-section01-list-box:nth-child(1) { margin-left: 20%; }
.pagetop-section01-list-box:nth-child(2) { margin-right: 20%; }
.pagetop-section01-list::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 55px solid #362c2c;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.pagetop-section01-list::after{
    content: "";
    background-image: url(../images/top/pagetop-section01-img01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 249px;
    height: 281px;
    position: absolute;
    bottom: -55px;
    right: -100px;
}
.webp .pagetop-section01-list::after{
    background-image: url(../images/top/pagetop-section01-img01.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.pagetop-section01-list-box{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #2e5c29;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    z-index: 1;
}
.pagetop-section01-list-box::before{
    content: "";
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    position: absolute;
    top:50%;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.pagetop-section01-info{
    background-color: #fffee9;
    position: relative;
}
.pagetop-section01-info-txt{
    position: relative;
    padding: 110px 0;
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
}
.pagetop-section01-info-txt-red{
    font-size: 48px;
    color: var(--red);
    display: inline-block;
    position: relative;
}
.pagetop-section01-info-txt-red::before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--red);
    position: absolute;
    bottom: -1px;
    left: 0;
}
.pagetop-section01-info-txt::before{
    content: "";
    background-image: url(../images/top/pagetop-section01-img02.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 248px;
    height: 299px;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.pagetop-section01-info-txt::after{
    content: "";
    background-image: url(../images/top/pagetop-section01-img03.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 129px;
    height: 157px;
    position: absolute;
    top:55%;
    right: 100px;
    transform: translateY(-50%);
}
.webp .pagetop-section01-info-txt::before{
    background-image: url(../images/top/pagetop-section01-img02.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.webp .pagetop-section01-info-txt::after{
    background-image: url(../images/top/pagetop-section01-img03.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 1119px){
    .pagetop-section01-info-txt::before{
        left: -60px;
    }
}
@media screen and (max-width: 1023px){
    .pagetop-section01{
        padding-top: 100px;
    }
    .pagetop-h2.pagetop-section01-h2::before{
        width: 26px;
        height: 44px;
        top:5px;
        left: -40px;
    }
    .pagetop-h2.pagetop-section01-h2::after{
        width: 26px;
        height: 44px;
        top:5px;
        right: -40px;
    }
    .pagetop-section01-list{
        padding-bottom: 140px;
        gap: 20px;
    }
    .pagetop-section01-list-box{
        width: 180px;
        height: 180px;
        font-size: 18px;
    }
    .pagetop-section01-list-box::before{
        width: 170px;
        height: 170px;
    }
    .pagetop-section01-info-txt {
        padding: 100px 0;
        font-size: 32px;
    }
    .pagetop-section01-info-txt-red {
        font-size: 42px;
    }
    .pagetop-section01-info-txt::after{
        right: 0;
    }
    .pagetop-section01-info-txt::before{
        left: -70px;
    }
}
@media screen and (max-width: 900px){
    .pagetop-section01-list::after{
        background-size: contain;
        width: 187px;
        height: 211px;
        bottom: -40px;
        right: -70px;
    }
}
@media screen and (max-width: 830px){
    .pagetop-section01-info-txt::before{
        background-size: contain;
        width: 186px;
        height: 224px;
    }
    .pagetop-section01-info-txt::after{
        background-size: contain;
        width: 97px;
        height: 118px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section01 {
        padding-top: 80px;
    }
    .pagetop-section01-list-box {
        width: 24vw;
        height: 24vw;
        font-size: 2.5vw;
    }
    .pagetop-section01-list-box::before {
        width: 22vw;
        height: 22vw;
    }
    .pagetop-section01-list{
        gap: 4vw 5vw;
    }
    .pagetop-h2.pagetop-section01-h2::before{
        top:0;
        left: -30px;
    }
    .pagetop-h2.pagetop-section01-h2::after{
        top:0;
        right: -30px;
    }
    .pagetop-section01-list::after {
        bottom: -55px;
        right: -60px;
    }
    .pagetop-section01-list::before{
        bottom: 40px;
    }
    .pagetop-section01-info-txt {
        padding: 60px 0;
        font-size: 28px;
    }
    .pagetop-section01-info-txt-red {
        font-size: 36px;
    }
    .pagetop-section01-info-txt::before {
        background-size: contain;
        width: 149px;
        height: 179px;
        bottom: -30px;
        left:-50px;
    }
    .pagetop-section01-info-txt::after {
        background-size: contain;
        width: 97px;
        height: 118px;
    }
    .pagetop-section01-list::before{
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-top: 40px solid #362c2c;
        bottom: 50px;
    }
}
@media screen and (max-width: 700px){
    .pagetop-section01-info-txt {
        padding: 40px 0 160px;
    }
    .pagetop-section01-info-txt::before {
        background-size: contain;
        width: 149px;
        height: 179px;
        bottom: -30px;
        left: calc(67% - 159px);
        transform: translateX(-50%) translateY(0);
    }
    .pagetop-section01-info-txt::after {
        background-size: contain;
        width: 97px;
        height: 118px;
        top: unset;
        bottom: 20px;
        right: calc(38% - 107px);
        transform: translateX(-50%) translateY(0);
    }
}
@media screen and (max-width: 499px){
    .pagetop-section01-list-box:nth-child(1) { margin-left: 10%; }
    .pagetop-section01-list-box:nth-child(2) { margin-right: 10%; }
    .pagetop-h2.pagetop-section01-h2::before {
        top: 5vw;
        left: -0px;
    }
    .pagetop-h2.pagetop-section01-h2::after {
        top: 5vw;
        right: 0;
    }
    .pagetop-section01-list::before {
        bottom: 60px;
    }
    .pagetop-section01-list{
        padding-bottom: 180px;
        gap: 3vw 2vw;
    }
    .pagetop-section01-list::after {
        bottom: -40px;
        right: -70px;
    }
    .pagetop-section01-list-box {
        width: 28vw;
        height: 28vw;
        font-size: 3.2vw;
    }
    .pagetop-section01-list-box::before {
        width: 26.5vw;
        height: 26.5vw;
    }
    .pagetop-section01-info-txt::before {
        left: calc(75% - 159px);
    }
    .pagetop-section01-info-txt::after {
        right: calc(33% - 107px);
    }
}
@media screen and (max-width: 399px){
    .pagetop-section01-info-txt::before {
        left: calc(80% - 159px);
    }
    .pagetop-section01-info-txt::after {
        right: calc(30% - 107px);
    }
}

/*******************
section02
********************/
.pagetop-section02{
    padding: 120px 0;
}
.pagetop-section02-h2-red{
    color: var(--red);
    font-size: 60px;
}

.top-can__slider-item {
    /*display: flex;
    flex-direction: column-reverse;*/
    width: 800px;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid #362c2c;
    border-radius: 20px;
}
.top-can__slider-item-title{
    background-color: var(--brown);
    color: #fff;
    border-radius: 18px 18px 0 0;
    min-height: 126px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-can__slider-item-title-h3{
    font-size: 30px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}
.top-can__slider-item-title-h3::before{
    content: attr(data-txt);
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--red);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
}
.top-can__slider-item-title-note{
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
}
.top-can__slider-item-box{
    padding: 40px 0;
}
.top-can__slider-item-box-content{
    width: 95%;
    max-width: 685px;
    margin: 0 auto;
}
.top-can__slider-item-box-content-flex{
    display: flex;
    margin-bottom: 40px;
}
.top-can__slider-item-box-content-flex-txt{
    width: 280px;
}
.top-can__slider-item-box-content-flex-img{
    width: calc(100% - 280px);
}
.top-can__slider-item-box-content-flex-txt-title{
    font-size: 18px;
    color: #fff;
    background-color: var(--brown);
    font-weight: 600;
    min-width: 180px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    display: inline-block;
}
.top-can__slider-item-box-content-flex-txt-list{
    margin-bottom: 20px;
    list-style-type: disc;
    font-size: 18px;
    font-weight: 300;
    padding-left: 1.5em;
}
.top-can__slider-item-box-content-url{
    text-align: center;
}
.top-can__slider-item-box-content-url-btn{
    background-color: var(--red);
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 15px 10px 15px 20px;
    display: inline-flex;
    align-items: center;
}
.top-can__slider-item-box-content-url-btn::after{
    content: "";
    background-image: url(../images/top/btn-arw.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
}
.webp .top-can__slider-item-box-content-url-btn::after{
    background-image: url(../images/top/btn-arw.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-prev, .swiper-button-next {
    height: 45px;
    width: 45px;
    transform: translateX(-50%);
}
.top-can .swiper-button-prev, .top-can .swiper-button-next {
    top: 50%;
}
.top-can .swiper-button-prev {
    left: calc(50% - 400px) !important;
}
.top-can .swiper-button-next {
    right: calc(50% + -445px) !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 45px;
    margin: auto;
    width: 45px;
}
.swiper-button-prev:after {
    background-image: url(../images/top/arw-left.png);
}
.swiper-button-next:after {
    background-image: url(../images/top/arw-right.png);
}
.webp .swiper-button-prev:after{
    background-image: url(../images/top/arw-left.png.webp);
}
.webp .swiper-button-next:after {
    background-image: url(../images/top/arw-right.png.webp);
}
.can-swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    margin-top: 40px;
}
.swiper-pagination-bullet{
    background-color: #fff;
    border: 2px solid var(--green);
    width: 10px;
    height: 10px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: var(--green);
}
@media screen and (max-width: 1023px){
    .pagetop-section02 {
        padding: 100px 0;
    }
    .pagetop-section02-h2-red {
        font-size: 52px;
    }
    .top-can__slider-item{
        width: 550px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .top-can .swiper-button-prev {
        left: calc(50% - 275px) !important;
    }
    .top-can .swiper-button-next {
        right: calc(50% + -320px) !important;
    }
    .top-can__slider-item-title-h3{
        font-size: 26px;
    }
    .top-can__slider-item-title-h3::before{
        width: 28px;
        height: 28px;
    }
    .top-can__slider-item-box-content-flex {
        margin-bottom: 20px;
    }
    .top-can__slider-item-box-content-flex-txt {
        width: 240px;
    }
    .top-can__slider-item-box-content-flex-img {
        width: calc(100% - 240px);
    }
    .top-can__slider-item-box-content-flex-txt-title {
        font-size: 18px;
        min-width: 180px;
        padding: 10px 6px;
    }
    .top-can__slider-item-box-content-flex-txt-list{
        font-size: 16px;
    }


}
@media screen and (max-width: 767px){
    .pagetop-section02 {
        padding: 80px 0;
    }
    .top-can__slider-item {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .pagetop-section02-h2-red {
        font-size: 8vw;
    }
    .swiper-button-prev, .swiper-button-next{
        transform: translateX(0%);
    }
    .top-can .swiper-button-prev{
        left: 10px !important;
    }
    .top-can .swiper-button-next{
        right: 10px !important;
    }
    /*.top-can .swiper-button-prev, .top-can .swiper-button-next {
        top: 78.5%;
    }*/
    .top-can__slider-item-box-content{
        width: 90%;
    }
    .top-can__slider-item-title-note{
        text-align: center;
    }
}
@media screen and (max-width: 499px){
    .pagetop-section02-h2-red {
        font-size: 10vw;
    }
    .top-can__slider-item-title-note{
        font-size: 16px;
    }
    .top-can__slider-item-title-h3 {
        font-size: 22px;
    }
    .top-can__slider-item-title-h3::before {
        width: 24px;
        height: 24px;
    }
    .top-can__slider-item-box {
        padding: 30px 0;
    }
    .top-can__slider-item-box-content-flex{
        display: block;
    }
    .top-can__slider-item-box-content-flex-txt,
    .top-can__slider-item-box-content-flex-img{
        width: 100%;
        text-align: center;
    }
    .top-can__slider-item-box-content-flex-txt{
        margin-bottom: 40px;
    }
    .top-can__slider-item-box-content-flex-txt-list{
        text-align: left;
    }
    .top-can__slider-item-box-content-flex-txt-title{
        padding: 5px 6px;
    }
    .top-can__slider-item-box-content-url-btn{
        font-size: 16px;
    }
    .top-can .swiper-button-prev, .top-can .swiper-button-next {
        top: unset;
        bottom: 0px;
    }
    .can-swiper-pagination{
        padding-bottom: 10px;
    }
}



/*******************
section03
********************/
.pagetop-section03{
    background-color: #f2fcf0;
    padding: 140px 0;
}
.pagetop-section03-flex{
    display: flex;
}
.pagetop-section03-flex .txt-red {
	font-weight: 600;
}
.pagetop-section03-flex-left{
    /*flex-basis: 50%;*/
    width: 500px;
    padding-right: 5px;
}
.pagetop-section03-flex-right{
    /*flex-basis: 50%;*/
    width: calc(100% - 500px);
    padding-left: 20px;
}
.pagetop-section03-h2{
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    margin-top: -10px;
}
.pagetop-section03-flex-right img{
    max-width: 445px;
    margin-left: auto;
}
.pagetop-section03-sp{
    display: none;
}

@media screen and (max-width: 1023px){
    .pagetop-section03{
        padding: 100px 0;
    }
    .pagetop-section03-h2{
        font-size: 30px;
    }
    .pagetop-section03-flex-left{
        width: 420px;
    }
    .pagetop-section03-flex-right{
        width: calc(100% - 420px);
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section03-sp{
        display: block;
    }
    .pagetop-section03-pc{
        display: none;
    }
    .pagetop-section03{
        padding: 80px 0;
    }
    .pagetop-section03-flex{
        flex-direction: column-reverse;
    }
    .pagetop-section03-flex-left{
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    .pagetop-section03-flex-right{
        width: 100%;
        padding-left: 0;
    }
    .pagetop-section03-flex-right img{
        max-width: 100%;
        margin-left: 0;
        border-radius: 20px;
    }
    .pagetop-section03-h2 {
        font-size: 4.5vw;
    }
    .pagetop-section03-h2 br{
        display: none;
    }


}
@media screen and (max-width: 499px){
    .pagetop-section03-h2 {
        font-size: 5.5vw;
    }
}



/*******************
section04
********************/
.pagetop-section04{
    padding: 130px 0 140px;
    background: url(../images/top/pagetop-section04-bg.jpg),#f2fcf0;
    background-repeat: no-repeat;
    background-position:top center;
}
.webp .pagetop-section04{
    background: url(../images/top/pagetop-section04-bg.jpg.webp ),#f2fcf0;
    background-repeat: no-repeat;
    background-position:top center;
}
.pagetop-section04-h2{
    color: #fff;
    margin-bottom: 30px;
}
.pagetop-section04-info{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.pagetop-section04-box{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    padding: 40px 0 60px;
}
.pagetop-section04-box-content{
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
}
.pagetop-section04-box-content-title{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #362c2c;
    border-top:2px solid #362c2c;
    border-bottom:2px solid #362c2c;
    padding: 10px 0;
    margin-top: 40px;
}
.pagetop-section04-box-sp{
    display: none;
}
@media screen and (min-width: 1980px){
    .pagetop-section04,
    .webp .pagetop-section04{
        background-size: contain;
    }
}
@media screen and (max-width: 1023px){
    .pagetop-section04{
        padding: 100px 0;
    }
    .pagetop-section04-box-content-title{
        font-size: 24px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section04{
        padding: 80px 0;
    }
    .pagetop-section04-info{
        font-size: 16px;
    }
    .pagetop-section04-box-content-title{
        font-size: 20px;
    }
}
@media screen and (max-width: 499px){
    .pagetop-section04-box-pc{
        display: none;
    }
    .pagetop-section04-box-sp{
        display: block;
        width: 40%;
        margin: 0 auto;
    }
    .pagetop-section04{
        padding: 60px 0;
    }
    .pagetop-section04-box{
        margin-top: 30px;
    }
    .pagetop-section04-box-content-title {
        font-size: 18px;
    }
    .pagetop-section04-box-content{
        width: 90%;
    }

}



/*******************
section05
********************/
.pagetop-section05{
    background-color: #fff;
    padding: 140px 0;
}
.pagetop-section05-listbox{

}
.pagetop-section05-listbox-box{
    background-color: #f7f7f7;
}
.pagetop-section05-listbox-box:nth-child(even){
    background-color: #fff;
}

.pagetop-section05-listbox-box-inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.pagetop-section05-listbox-box-inner-img{
    max-width: 300px;
    flex-basis: 32%;
    text-align: center;
}
.pagetop-section05-listbox-box-inner-img img{
    width: auto;
}
.pagetop-section05-listbox-box-inner-content{
    max-width: 650px;
    flex-basis: 65%;
}
.pagetop-section05-listbox-box-h3{
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.pagetop-section05-listbox-box-inner-content .txt-box{
    margin-bottom: 0;
}
.pagetop-section05-listbox-box-h3::before{
    content: attr(data-title);
    color: var(--red);
    margin-right: 30px;
}
.pagetop-section05-listbox-box:nth-child(1) .pagetop-section05-listbox-box-inner-img{
    padding-top: 30px;
}
.pagetop-section05-listbox-box:nth-child(2) .pagetop-section05-listbox-box-inner{
    flex-direction: row-reverse;
}
.pagetop-section05-listbox-box:nth-child(2) .pagetop-section05-listbox-box-inner-img{
    padding: 80px 0;
}
.pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-img{
    padding: 40px 0 30px;

}
.pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-content{
    padding: 90px 0;
}
.pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-img img{
    position: absolute;
    left: -150px;
    top:50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1249px){
    .pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-img img{
        width: 40%;
        left: -90px;
    }
}
@media screen and (max-width: 1023px){
    .pagetop-section05{
        padding: 100px 0;
    }
    .pagetop-section05-listbox-box-h3 {
        font-size: 24px;
    }
    .pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-img img {
        left: -70px;
        width: 40%;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section05 {
        padding: 80px 0;
    }
    .pagetop-section05-listbox-box-inner{
        display: block;
        padding-bottom: 30px;
    }
    .pagetop-section05-listbox-box-h3 {
        font-size: 22px;
    }
    .pagetop-section05-listbox-box-inner-img{
        max-width: 200px;
        margin: 0 auto;
    }
    .pagetop-section05-listbox-box:nth-child(1) .pagetop-section05-listbox-box-inner-img{
        padding-bottom: 30px;
    }
    .pagetop-section05-listbox-box:nth-child(2) .pagetop-section05-listbox-box-inner-img {
        padding: 30px 0;
    }
    .pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-img img{
        position: unset;
        transform: translateY(0);
        width: 100%;
    }
    .pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-content{
        padding: 0;
    }
    .pagetop-section05-listbox-box:nth-child(3) .pagetop-section05-listbox-box-inner-img {
        padding: 30px 0;
        max-width: 320px;
    }
}
@media screen and (max-width: 499px){
    .pagetop-section05 {
        padding: 60px 0;
    }
    .pagetop-section05-listbox-box-h3{
        padding-left: 35px;
        font-size: 20px;
    }
    .pagetop-section05-listbox-box-h3::before{
        position: absolute;
        top: 0;
        left: 0;
    }
}



/*******************
section06
********************/
.pagetop-section06{
    background-color: #fffee9;
    padding: 140px 0;
}
.pagetop-section06-qanda .pagetop-section06-qanda-box + .pagetop-section06-qanda-box{
    margin-top: 30px;
}
.pagetop-section06-qanda-box{
    background-color: #fff;
    border-radius: 10px;
}
.pagetop-section06-qanda-box-title{
    background-color: var(--green);
    color: #fff;
    border-radius: 10px;
    padding: 25px 40px 25px 120px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.pagetop-section06-qanda-box-title::before{
    content: "Q";
    font-size: 36px;
    position: absolute;
    top:20px;
    left: 25px;
    line-height: 1;
}
.pagetop-section06-qanda-box-title::after{
    content: "";
    background-image: url(../images/top/arw-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 16px;
    position: absolute;
    top:35px;
    right: 30px;
    transition: 0.6s;
}
.pagetop-section06-qanda-box-title.active::after{
    background-image: url(../images/top/arw-top.png);
    transition: 0.6s;
}
.webp .pagetop-section06-qanda-box-title::after{
    background-image: url(../images/top/arw-bottom.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.webp .pagetop-section06-qanda-box-title.active::after{
    background-image: url(../images/top/arw-top.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.pagetop-section06-qanda-box-answer{
    padding: 25px 0;
    display: none;
}
.pagetop-section06-qanda-box-answer .txt-red {
	font-weight: 600;
}
.pagetop-section06-qanda-box-answer-flex{
    width: 94%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.pagetop-section06-qanda-box-answer-flex-img{
    max-width: 130px;
    /*flex-basis: 15%;*/
}
.pagetop-section06-qanda-box-answer-flex-txt{
    max-width: calc(100% - 150px);
    flex-basis: 82%;
    margin-bottom: 0;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}
.pagetop-section06-qanda-box-answer-flex-txt ul{
    background-color: #f7f7f7;
    margin-top: 30px;
    list-style-type: disc;
    padding: 2em 1.5em 2em 2.5em;
}
.pagetop-section06-qanda-box-answer-flex-txt ul li + li{
    margin-top: 0.8em;
}

@media screen and (max-width: 1023px){
    .pagetop-section06{
        padding: 100px 0;
    }
    .pagetop-section06-qanda-box-title{
        font-size: 22px;
        padding: 22px 40px 22px 120px;
    }
    .pagetop-section06-qanda-box-title::before{
        font-size: 32px;
    }
    .pagetop-section06-qanda-box-title::after{
        top:32px;
    }
    .pagetop-section06-qanda-box-answer-flex-img{
        max-width: 120px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section06{
        padding: 80px 0;
    }
    .pagetop-section06-qanda-box-title{
        font-size: 20px;
        padding: 20px 40px 20px 60px;
    }
    .pagetop-section06-qanda-box-title::before{
        font-size: 28px;
        left: 15px;
    }
    .pagetop-section06-qanda-box-title::after{
        top: 29px;
        right: 20px;
    }
    .pagetop-section06-qanda-box-answer-flex-img{
        max-width: 100px;
    }
    .pagetop-section06-qanda-box-answer-flex-txt{
        max-width: calc(100% - 120px);
    }
}
@media screen and (max-width: 499px){
    .pagetop-section06{
        padding: 60px 0;
    }
    .pagetop-section06-qanda-box-title {
        font-size: 18px;
        padding: 16px 40px 16px 50px;
    }
    .pagetop-section06-qanda-box-title::before {
        font-size: 26px;
        left: 15px;
        top: 15px;
    }
    .pagetop-section06-qanda-box-title::after {
        top: 24px;
        right: 12px;
    }
    .pagetop-section06-qanda-box-answer-flex{
        display: block;
    }
    .pagetop-section06-qanda-box-answer-flex-img {
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .pagetop-section06-qanda-box-answer-flex-txt {
        max-width: 100%;
    }


}

/*******************
section07
********************/
.pagetop-section07{
    padding: 140px 0;
}
.pagetop-section07-list-box{
    background-color: #f7f7f7;
    border-radius: 20px;
    display: flex;
    position: relative;
    margin-bottom: 70px;
}
.pagetop-section07-list-box:last-of-type{
    margin-bottom: 0;
}
.pagetop-section07-list-box::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #362c2c;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.pagetop-section07-list-box:last-of-type:before{
    display: none;
}
.pagetop-section07-list-box-h3{
    max-width: 300px;
    flex-basis: 30%;
    background-color: #515151;
    color: #fff;
    min-height: 140px;
    border-radius: 20px 0 0 20px;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}
.pagetop-section07-list-box-h3::before{
    content: attr(data-title);
    font-size: 16px;
    color: var(--green);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 25px;
}
.pagetop-section07-list-box-content{
    max-width: 700px;
    flex-basis: 70%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pagetop-section07-list-box-content-title{
    width: 95%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    color: var(--red);
    position: relative;
}
.pagetop-section07-list-box-content-title::before{
    content: "";
    background-image: url(../images/top/pagetop-section07-icon01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 25px;
    display: inline-block;
    position: relative;
    top:5px;
}
.pagetop-section07-list-box:nth-child(2) .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon02.png);
    margin-right: 3px;
}
.pagetop-section07-list-box:nth-child(3) .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon03.png);
    margin-right: 5px;
}
.pagetop-section07-list-box:nth-child(4) .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon04.png);
}
.webp .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon01.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.webp .pagetop-section07-list-box:nth-child(2) .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon02.png.webp);
}
.webp .pagetop-section07-list-box:nth-child(3) .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon03.png.webp);
}
.webp .pagetop-section07-list-box:nth-child(4) .pagetop-section07-list-box-content-title::before{
    background-image: url(../images/top/pagetop-section07-icon04.png.webp);
}
.pagetop-section07-list-box-content-txt{
    width: 95%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
}
.pagetop-section07-list-box-content-txt-note{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}
.pagetop-section07-list-box-content-txt-note a{
    font-weight: 700;
    position: relative;
}
.pagetop-section07-list-box-content-txt-note a::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
}


@media screen and (max-width: 1023px){
    .pagetop-section07{
        padding: 100px 0 ;
    }
    .pagetop-section07-list-box-h3{
        font-size: 24px;
    }
    .pagetop-section07-list-box-h3::before{
        width: 42px;
        height: 42px;
        margin: 0 15px 0 15px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section07{
        padding: 80px 0 ;
    }
    .pagetop-section07-list-box{
        display: block;
    }
    .pagetop-section07-list-box-h3 {
        font-size: 22px;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        min-height: 80px;
        justify-content: center;
    }
    .pagetop-section07-list-box-h3::before{
        width: 38px;
        height: 38px;
        margin: 0 15px 0 0;
    }
    .pagetop-section07-list-box-content{
        min-height: auto;
        padding: 30px 0;
    }
    .pagetop-section07-list-box-content-title{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 499px){
    .pagetop-section07{
        padding: 60px 0 ;
    }
    .pagetop-section07-list-box-h3{
        font-size: 20px;
        min-height: 70px;
    }
    .pagetop-section07-list-box-content-title{
        font-size: 18px;
        padding-left: 35px;
    }
    .pagetop-section07-list-box-content-title::before{
        position: absolute;
        top:0;
        left: 0;
    }
    .pagetop-section07-list-box-content-txt{
        font-size: 16px;
    }


}


/*******************
section08
********************/
.pagetop-section08{
    background-color: #f7f7f7;
    padding: 140px 0;
}
.pagetop-section08-list{
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pagetop-section08-list-li-img img{
    border-radius: 10px;
}
.pagetop-section08-list-li-data{
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 5px;
}
.pagetop-section08-list-li-title{
    font-size: 18px;
    font-weight: 600;
    color: var(--green);
}
.pagetop-section08-btn{
    max-width: 280px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px){
    .pagetop-section08{
        padding: 100px 0;
    }
    .pagetop-section08-list-li-title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-section08{
        padding: 80px 0;
    }
    .pagetop-section08-list{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 3vw;
        margin-top: 30px;
    }
    .pagetop-section08-list-li{
        flex-basis: 48%;
    }
}
@media screen and (max-width: 499px){
    .pagetop-section08-list{
        display: block;
    }
    .pagetop-section08-list .pagetop-section08-list-li + .pagetop-section08-list-li{
        margin-top: 40px;
    }
}

/*******************
pagetop-add-section01
********************/
.pagetop-add-section01{
    background-color: #f2fcf0;
    padding: 140px 0;
    overflow: hidden;
}
.pagetop-add-section01 h2{
    color: #1f1f1f;
}
.pagetop-add-section01-whbox{
    background-color: #fff;
    margin-top: 50px;
    padding: 70px 0;
}
.pagetop-add-section01-whbox-inner{
    max-width: 700px;
    width: 75%;
    margin: 0 auto;
    position: relative;
}
.pagetop-add-section01-whbox-inner p{
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.pagetop-add-section01-whbox-inner p + p{
    margin-top: 1.5em;
}
.pagetop-add-section01-whbox-inner p .txt-red{
    font-weight: 600;
}
.pagetop-add-section01-whbox-inner::before{
    content: "";
    background-image: url(../images/top/add-section01-img01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 142px;
    height: 318px;
    position: absolute;
    bottom: -70px;
    left: -185px;
}
.pagetop-add-section01-whbox-inner::after{
    content: "";
    background-image: url(../images/top/add-section01-img02.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 209px;
    height: 318px;
    position: absolute;
    bottom: -70px;
    right: -230px;
}

@media screen and (max-width: 1149px){
    .pagetop-add-section01-whbox-inner::before{
        background-image: url(../images/top/add-section01-img01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 114px;
        height: 254px;
        left: -145px;
    }
    .pagetop-add-section01-whbox-inner::after{
        background-image: url(../images/top/add-section01-img02.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 167px;
        height: 254px;
        right: -190px;
    }
}
@media screen and (max-width: 1023px){
    .pagetop-add-section01{
        padding: 100px 0;
    }
    .pagetop-add-section01-whbox{
        margin-top: 40px;
        padding: 50px 0;
    }
    .pagetop-add-section01-whbox-inner{
        width:65%;
    }
    .pagetop-add-section01-whbox-inner::before{
        width: 14.2vw;
        height: 31.8vw;
        left: -17vw;
        bottom: -50px;
    }
    .pagetop-add-section01-whbox-inner::after{
        width: 20.9vw;
        height: 31.8vw;
        right: -22vw;
        bottom: -50px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-add-section01{
        padding: 80px 0;
    }
    .pagetop-add-section01-whbox-inner p{
        font-size: 16px;
    }
    .pagetop-add-section01-whbox-inner::before{
        width: 17vw;
        height: 38.2vw;
        left: -19.5vw;
    }
    .pagetop-add-section01-whbox-inner::after{
        width: 25.1vw;
        height: 38.2vw;
        right: -26vw;
    }
}
@media screen and (max-width: 499px){
    .pagetop-add-section01{
        padding: 60px 0;
    }
    .pagetop-add-section01-whbox{
        margin-top: 30px;
        padding: 40px 0 45vw;
    }
    .pagetop-add-section01-whbox-inner{
        width:90%;
    }
    .pagetop-add-section01-whbox-inner::before{
        width: 17vw;
        height: 38.2vw;
        left: 12vw;
        bottom: -45vw;
    }
    .pagetop-add-section01-whbox-inner::after{
        width: 25.1vw;
        height: 38.2vw;
        right: 12vw;
        bottom: -45vw;
    }
}
/*******************
pagetop-add-section02 - pagetop-add-section05
********************/
.pagetop-add-section02,
.pagetop-add-section04{
    background-color: #fffee9;
    padding: 130px 0 140px;
}
.pagetop-add-section03,
.pagetop-add-section05{
    padding: 130px 0 140px;
}
.pagetop-infobox-flex{
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.pagetop-add-section03 .pagetop-infobox-flex,
.pagetop-add-section05 .pagetop-infobox-flex{
    flex-direction: row-reverse;
}
.pagetop-infobox-flex-img{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.pagetop-add-section03 .pagetop-infobox-flex-img,
.pagetop-add-section05 .pagetop-infobox-flex-img{
    background-color: #fffee9;
}
.pagetop-infobox-flex-img img{
    width: 45%;
}
.pagetop-add-section03 .pagetop-infobox-flex-img img{
    width: 55%;
}
.pagetop-add-section04 .pagetop-infobox-flex-img img{
    width: 58%;
}
.pagetop-add-section05 .pagetop-infobox-flex-img img{
    width: 52%;
}
.pagetop-infobox-flex-content{
    width: calc(100% - 310px);
    max-width: 650px;
}
.pagetop-infobox-flex-content h2{
    text-align: left;
    margin-bottom: 40px;
    padding-left: 10px;
    margin-top: -10px;
}
.pagetop-add-section03 .pagetop-infobox-flex-content h2,
.pagetop-add-section05 .pagetop-infobox-flex-content h2{
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
}
.pagetop-infobox-flex-content h3{
    font-size: 30px;
    color: #2e5c29;
    font-weight: 600;
    border-bottom: 3px solid #84ad89;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.pagetop-infobox-flex-content-txt{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.pagetop-infobox-flex-content .url-btn{
    background-color: var(--red);
    width: auto;
}
.pagetop-infobox-flex-content .url-btn::after{
    background-image: url(../images/top/btn-arw.png);
    background-repeat: no-repeat;
    background-position: center;
}
.webp .pagetop-infobox-flex-content .url-btn::after{
    background-image: url(../images/top/btn-arw.png.webp);
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 1023px){
    .pagetop-add-section02,
    .pagetop-add-section03,
    .pagetop-add-section04,
    .pagetop-add-section05{
        padding: 100px 0;
    }
    .pagetop-infobox-flex{
        gap: 0 20px;
    }
    .pagetop-infobox-flex-content {
        width: calc(100% - 240px);
        max-width: 620px;
    }
    .pagetop-infobox-flex-img{
        width: 220px;
        height: 220px;
        margin-top: 80px;
    }
    .pagetop-infobox-flex-content h2 {
        margin-bottom: 30px;
    }
    .pagetop-infobox-flex-content h3 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px){
    .pagetop-add-section02,
    .pagetop-add-section03,
    .pagetop-add-section04,
    .pagetop-add-section05{
        padding: 80px 0;
    }
    .pagetop-infobox-flex-content {
        width: calc(100% - 210px);
        max-width: 620px;
    }
    .pagetop-infobox-flex-img{
        width: 180px;
        height: 180px;
        margin-top: 70px;
    }
    .pagetop-infobox-flex-content h2 {
        margin-bottom: 20px;
    }
    .pagetop-infobox-flex-content h3 {
        font-size: 20px;
        padding-bottom: 6px;
        margin-bottom: 20px;
    }
    .pagetop-infobox-flex-content-txt{
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 599px){
    .pagetop-infobox-flex{
        display: block;
    }
    .pagetop-infobox-flex-img{
        width: 200px;
        height: 200px;
        margin: 0 auto 30px;
    }
    .pagetop-infobox-flex-content {
        width: 100%;
        max-width: unset;
        text-align: center;
    }
    .pagetop-infobox-flex-content h2{
        text-align: center !important;
        padding: 0;
    }
    .pagetop-infobox-flex-content h3{
        text-align: left;
    }
}
@media screen and (max-width: 499px){
    .pagetop-add-section02,
    .pagetop-add-section03,
    .pagetop-add-section04,
    .pagetop-add-section05{
        padding: 60px 0;
    }
    .pagetop-infobox-flex-img{
        width: 180px;
        height: 180px;
        margin: 0 auto 30px;
    }
}