/**** 特殊清掃 ****/


/*-----------------------------------
共通スタイル
-----------------------------------*/
:root{
    --color-yellow-title-line: #ffef37;
    --color-yellow-text: #ffec6a;
    --color-gray: #edf0f7;
    --color-orange-bg: #fc720d;
    --color-orange: #dd4f02;
    --color-navy: #151e47;
    --color-light-orange: #fde0b6;
    --color-light-orange-b: #f4ede5;


    --color-red: #d30303;
    --color-fv-green: #00a885;
    --color-green: #00ab71;
    --color-light-green: #dbeae5;
    --color-light-green2: #ebf7f3;
    --color-fv-navy: #141e46;
}

.inner--wide{
    max-width: 1300px;
}

.inner--middle{
    max-width: 1200px;
}

h1,h2,h3{
    font-weight: normal;
    margin: 0;
}

dl,dd{
    margin: 0;
}

img{
    vertical-align: middle;
}

.text-block{
    display: block;
}

.text-red{
    color: var(--color-red);
}

.text-yellow{
    color: var(--color-yellow-text);
}

.text-green{
    color: var(--color-green);
}

.text-white{
    color: #fff;
}

.text-line{
    position: relative;
    z-index: 0;
}

.text-line::before{
    content: "";
    display: block;
    height: 0.6em;
    width: 105%;
    background-color: var(--color-yellow-title-line);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.text-line--white::before{
    background-color: #fff;
}

.bg-stripe{
    background-image: repeating-linear-gradient(135deg, #00ab71, #00ab71 35px, #00a26b 35px, #00a26b 70px);

}

.bg-dots {
    background-position: 0 0;
    background-size: 38px 26px;
    background-repeat: repeat;
    background-color: #fff;
    background-image: radial-gradient(circle, #e0dfdf 2px, transparent 2px);
}

.dot-green{
    background-position: 0 0;
    background-size: 38px 26px;
    background-repeat: repeat;
    background-image: radial-gradient(circle, #008256 2px, transparent 2px);
    background-color: var(--color-green);
}

.bg-yellow {
    display: inline-block;
    background-color: var(--color-yellow-title-line);
    line-height: 1;
    margin-left: 0.2em;
    padding: 0.1em 0.25em 0.15em;
}

.bg-white{
    background-color: #fff;
}

.bg-green{
    display: inline-block;
    background-color: var(--color-green);
    border-radius: 5px;
    line-height: 1;
    padding: 0.1em 0.25em 0.15em;
    margin-right: 0.2em;
}

.section{
    padding-block: 100px;
}

.section-title{
    font-size: 52px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.section-title-icon{
    width: fit-content;
    margin-inline: auto;
    position: relative;
}

.section-title-icon::before{
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.section-title .text-dot {
    display: inline-block;
    margin-inline: -0.2em;
}

.inbl {
	display: inline-block;
}

@media screen and (max-width: 1194px){
    .section-title{
        font-size: max(36px, 4.35vw);
    }
}

@media screen and (max-width: 767px){
    .section {
        padding-block: 80px;
    }

    .section-title{
        font-size: max(34px, 4.68vw);
    }
}

@media screen and (max-width: 599px){
    .section {
        padding-block: 60px;
    }

    .section-title {
        font-size: max(30px, 6vw);
    }
}

@media screen and (max-width: 399px){
    .section-title {
        font-size: max(26px, 6.5vw);
    }
}

/*-----------------------------------
CV
-----------------------------------*/
.top-page-cv.--tokushuseiso_{
    background-color: var(--color-green);
    padding: 105px 0 70px;
}

.cv-inner {
    border-radius: 0;
    max-width: 1000px;
    padding: 40px 30px 30px;
}

.cv-title-bg {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
}

.cv-inner .cv-pr {
    background-color: var(--color-navy);
    color: #fff;
    top: -55px;
    left: -40px;
}

.cv-pr-inner{
    text-align: center;
    position: relative;
}

.cv-inner .cv-pr .big {
    color: #fdee06;
}

.top-page-cv-flex {
    align-items: center;
    gap: 10px;
}

.top-page-cv-list li {
    font-weight: 800;
    text-shadow: none;
    background-color: #dbeae5;
    color: var(--base-color);
}

.top-page-cv-list li .red {
    color: var(--color-red);
}

.top-page-cv-flex .tel {
    font-size: 16px;
    flex: 1;
}

@media screen and (max-width: 1194px){
    .top-page-cv-flex {
        gap: 15px;
    }

    .cv-inner .cv-pr {
        left: -20px;
        top: -65px;
    }

    .cv-title-bg {
        left: 55%;
    }
}

@media screen and (max-width: 1023px){
    .top-page-cv.--tokushuseiso_ {
        padding: 160px 0 70px;
    }

    .cv-inner {
        width: 90%;
        padding-top: 40px;
    }

    .top-page-cv-flex, .top-page-cv-list {
        width: 95%;
    }

    .cv-title {
        width: 85%;
        max-width: none;
        min-width: 410px;
    }

    .cv-title-bg {
        left: 50%;
    }

    .top-page-cv-list{
        margin-top: 20px;
    }

    .top-page-cv-flex {
        margin-left: 0;
    }

    .top-page-cv-flex, .top-page-cv-list {
        margin-inline: auto;
    }

    .cv-inner .cv-pr {
        top: -105px;
        left: 50%;
    }

    .cv-pr-inner::before {
        content: "";
        display: block;
        background-color: var(--color-navy);
        width: 1.2em;
        height: 0.7em;
        position: absolute;
        bottom: -0.8em;
        left: 50%;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px){
    .cv-inner {
        padding-inline: 5vw;
        padding-top: 30px;
    }

    .cv-inner .cv-pr {
        top: -15vw;
        padding-bottom: 0.2em;
    }

    .top-page-cv-flex, .top-page-cv-list {
        width: 100%;
    }
}

@media screen and (max-width: 599px){
    .top-page-cv.--tokushuseiso_ {
        padding-top: 26vw !important;
    }
}

@media screen and (max-width: 499px){
    .top-page-cv.--tokushuseiso_ {
        padding-top: max(100px, 30vw) !important;
        padding-bottom: 60px;
    }

    .cv-inner .cv-pr {
        top: -18vw;
    }

    .cv-title {
        width: 100%;
        min-width: auto;
    }

    .cv-inner {
        padding-top: 20px;
    }
}

/*-----------------------------------
FV
-----------------------------------*/
.fv{
    color: var(--color-fv-navy);
    position: relative;
    background-image: url(../images/tokushuseiso_/fv-bottom-img.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 165px;
    padding-top: 80px;
}

.webp .fv{
    background-image: url(../images/tokushuseiso_/fv-bottom-img.png.webp);
}

.fv::before{
    content: "";
    display: block;
    background-color: var(--color-light-green);
    width: calc(((100vw - 1300px) / 2) + 480px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.fv__body{
    display: flex;
    justify-content: space-between;
    gap: 120px;
    position: relative;
}

.fv__text{
    flex: 1;
    padding-left: 60px;
}

.fv__title{
    font-size: 30px;
    font-weight: bold;
}

.fv__title-top {
    display: block;
    text-align: center;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.03em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.fv__title-top::before,
.fv__title-top::after{
    content: "";
    display: block;
    background-color: var(--color-fv-navy);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}

.fv__title-top::before{
    top: 0;
}

.fv__title-top::after{
    bottom: 0;
}

.fv__title-middle {
    display: block;
    font-size: 4.2em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 0.1em;
    margin-right: -0.5em;
}

.fv__title-middle span{
    color: var(--color-fv-green);
}

.fv__title-bottom {
    display: block;
    font-size: 0.8666em;
    padding-left: 2.07em;
    margin-top: 24px;
    letter-spacing: 0.09em;
    text-decoration: underline;
    text-underline-offset: -0.3em;
    text-decoration-color: var(--color-yellow-title-line);
    text-decoration-thickness: 0.5em;
    margin-right: -1em;
    position: relative;
}

.fv__title-bottom::before{
    content: "";
    display: inline-block;
    background-image: url(../images/tokushuseiso_/icon-cleaning.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.8em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 3px;
    z-index: -1;
}

.webp .fv__title-bottom::before{
    background-image: url(../images/tokushuseiso_/icon-cleaning.png.webp);
}

.fv__point-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-top: 34px;
}

.fv__point-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    width: 6.583em;
    aspect-ratio: 1/1;
}

.fv__point-item:nth-of-type(1){
    background-image: url(../images/tokushuseiso_/fv-point01.png);
}

.webp .fv__point-item:nth-of-type(1){
    background-image: url(../images/tokushuseiso_/fv-point01.png.webp);
}

.fv__point-item:nth-of-type(2){
    background-image: url(../images/tokushuseiso_/fv-point02.png);
}

.webp .fv__point-item:nth-of-type(2){
    background-image: url(../images/tokushuseiso_/fv-point02.png.webp);
}

.fv__point-item:nth-of-type(3){
    background-image: url(../images/tokushuseiso_/fv-point03.png);
}

.webp .fv__point-item:nth-of-type(3){
    background-image: url(../images/tokushuseiso_/fv-point03.png.webp);
}

.fv__img{
    flex-basis: 46.15%;
    margin-top: 20px;
}

@media screen and (min-width: 1921px){
    .fv {
        background-repeat: repeat-x;
        background-size: auto;
    }
}

@media screen and (max-width: 1449px){
    .fv__text {
        padding-left: 4.13vw;
    }

    .fv__body {
        gap: 8.27vw;
    }

    .fv__point-item {
        font-size: 1.655vw;
    }
}

@media (min-width: 1025px) and (max-width: 1449px) {
    .fv__title {
        font-size: 2.07vw;
    }

    .fv__point-items {
        margin-top: 2.35vw;
    }
}

@media screen and (max-width: 1194px){
    .fv {
        padding-top: 80px;
        padding-bottom: 130px;
    }

    .fv__body {
        gap: 7vw;
    }

    .fv__text {
        padding-left: 0;
    }

    .fv__title {
        font-size: 2.345vw;
    }

    .fv__point-items {
        margin-top: 2vw;
    }

    .fv__point-item {
        font-size: 1.88vw;
    }

    .fv__img {
        flex-basis: 50%;
    }

    .top-page-cv-flex {
        gap: 15px;
    }
}

@media screen and (max-width: 1024px){
    .fv {
        background-size: 190%;
        padding-top: min(2.6vw, 20px);
        padding-bottom: min(19.23vw, 150px);
        background-position: bottom left 68%;
    }

    .fv::before {
        top: auto;
        width: 100%;
        height: min(50vw, 390px);
        bottom: 0;
    }

    .fv__body {
        flex-direction: column;
        gap: min(4.5vw, 35px);
        width: min(83.84vw, 654px);
        margin-inline: auto;
    }

    .fv__title {
        padding-left: 0;
    }

    .fv__title-top {
        font-size: min(4.87vw, 38px);
        padding-top: 0.4em;
        padding-bottom: 0.6em;
    }

    .fv__title-middle {
        margin-right: -0.1em;
        font-size: min(20.512vw, 160px);
    }

    .fv__title-bottom {
        font-size: min(4.358vw, 34px);
        margin-left: min(-1.28vw, -10px);
        margin-top: min(3.717vw, 29px);
        margin-right: min(-3.84vw, -30px);
    }

    .fv__title-bottom::before {
        width: 2.5em;
        left: -30px;
    }

    .fv__point-items {
        gap: min(1.923vw, 15px);
        margin-top: min(3vw, 24px);
        margin-inline: auto;
        max-width: min(78.2vw, 610px);
    }

    .fv__point {
        width: fit-content;
        margin-inline: auto;
        padding-left: 0;
        margin-top: 40px;
    }

    .fv__point-item {
        font-size: min(4.1vw, 32px);
        width: auto;
    }

    .fv__img {
        margin-top: 0;
        width: 100%;
        margin-inline: auto;
        max-width: min(77vw, 600px);
    }
}

@media screen and (max-width: 779px){
    .fv__title-bottom::before {
        left: -3.84vw;
    }
}

@media screen and (max-width: 399px){
    .fv__title-bottom {
        margin-right: -10px;
    }
}

/*-----------------------------------
service
-----------------------------------*/
.service {
    padding-bottom: 0;
    overflow: hidden;
    padding-top: 80px;
}

.service__title {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.5;
    z-index: 0;
}

.service__title-top {
    display: block;
}

.service__title-bottom {
    display: block;
    font-size: 1.53em;
}

.service__body{
    padding-bottom: 90px;
    position: relative;
}

.service__body::before,
.service__body::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

.service__body::before {
    background-image: url(../images/tokushuseiso_/service-bottom-img-left.png);
    width: 174px;
    aspect-ratio: 174/286;
    left: -96px;
    bottom: -6px;
}

.webp .service__body::before {
    background-image: url(../images/tokushuseiso_/service-bottom-img-left.png.webp);
}

.service__body::after {
    background-image: url(../images/tokushuseiso_/service-bottom-img-right.png);
    width: 135px;
    aspect-ratio: 135/285;
    right: -71px;
}

.webp .service__body::after {
    background-image: url(../images/tokushuseiso_/service-bottom-img-right.png.webp);
}

.service__contents {
    background-color: #e7e7e5;
    border-radius: 15px;
    margin-top: 40px;
    padding-block: 50px;
}

.service__items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 50px;
    max-width: 1000px;
    margin-inline: auto;
}

.service__item {
    background-color: #fff;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    padding: 1em 1.3em 1em 3.5em;
    letter-spacing: 0;
    position: relative;
}

.service__item.none-line{
    display: flex;
    align-items: center;
}

.service__item::before{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tokushuseiso_/service-icon.png);
    width: 1.4166em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 0.9em;
    transform: translateY(-50%);
}

.webp .service__item::before{
    background-image: url(../images/tokushuseiso_/service-icon.png.webp);
}

.service__arrow{
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/gomiyashiki_katazuke/service-arrow-down.png);
    width: 88px;
    aspect-ratio: 88/83;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.webp .service__arrow{
    background-image: url(../images/gomiyashiki_katazuke/service-arrow-down.png.webp);
}

.service__solution {
    padding-block: 52px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.service__solution::after{
    content: "";
    display: block;
    background-color: #fff;
    width: 800px;
    aspect-ratio: 1/1;
    clip-path: circle(50% at 50% 50%);
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.service__solution-body{
    position: relative;
}

.service__solution-body::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/tokushuseiso_/service-solution-img.png);
    width: 133px;
    aspect-ratio: 133/178;
    position: absolute;
    top: 70%;
    right: 44px;
    transform: translateY(-50%);
}

.webp .service__solution-body::after {
    background-image: url(../images/tokushuseiso_/service-solution-img.png.webp);
}

.service__solution-text {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.7;
    text-align: center;
    padding-left: 0.3em;
    letter-spacing: 0.01em;
    max-width: 800px;
    margin-inline: auto;
}

.service__solution-text .text-line{
    margin-left: 0.1em;
}

.service__solution .text-line::before {
    left: 0;
    transform: none;
    width: 99%;
}

@media screen and (max-width: 1194px){
    .service__title {
        font-size: max(26px, 2.85vw);
    }

    .service__items {
        gap: 30px 4.18vw;
        max-width: none;
        padding-inline: 4vw;
    }

    .service__item {
        font-size: 2vw;
        position: relative;
    }

    .service__body {
        padding-bottom: max(100px, 10vw);
    }

    .service__body::after {
        width: 10vw;
        right: -5vw;
    }

    .service__body::before {
        width: max(110px, 12vw);
        left: -5vw;
    }

    .service__solution-text {
        font-size: max(28px, 3.35vw);
    }

    .service__solution-body::after {
        width: max(100px, 13vw);
    }

    .service__solution::after {
        width: 67vw;
    }

    .service__solution-text {
        max-width: 67vw;
    }

    .service__solution-body::after {
        right: 2vw;
    }
}

@media screen and (max-width: 1023px){
    .service__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service__item {
        font-size: max(18px, 2.2vw);
    }

    .service__item > .inbl {
        display: inline-block;
    }
}

@media screen and (max-width: 767px){
    .service__title {
        font-size: max(24px, 3.4vw);
    }

    .service__contents {
        padding-top: max(30px, 6vw);
        margin-top: 40px;
    }

    .service__body {
        padding-bottom: 80px;
    }

    .service__item {
        font-size: 20px;
    }

    .service__body::after {
        width: 85px;
    }

    .service__body::before {
        width: 110px;
    }

    .service__solution {
        padding-block: 34px;
    }

    .service__solution-text {
        font-size: max(22px, 3.65vw);
    }

    .service__arrow {
        width: max(40px, 8.6vw);
        bottom: -10px;
    }

    .service__solution-body::after {
        width: max(50px, 13vw);
        right: 4vw;
    }

    .service__solution::after {
        width: max(350px, 65vw);
    }

    .service__solution-text {
        max-width: 400px;
    }
}

@media screen and (max-width: 599px){
    .service {
        padding-top: 60px;
    }

    .service__item {
        font-size: 18px;
        padding-left: 3em;
    }

    .service__body {
        padding-bottom: 60px;
    }

    .service__body::after {
        width: 65px;
    }

    .service__body::before {
        width: 85px;
    }
}

@media screen and (max-width: 499px){
    .service__solution-body::after {
        width: 16vw;
        right: 0;
    }
}

@media screen and (max-width: 399px){
    .service__item {
        font-size: 4.5vw;
    }

    .service__item .inbl{
        display: inline;
    }

    .service__title {
        font-size: 20px;
    }

    .service__title-bottom {
        font-size: 1.4em;
    }

    .service__body::after {
        width: 15.5vw;
    }

    .service__body::before {
        width: 20vw;
    }

    .service__contents {
        padding-bottom: 12.5vw;
    }

    .service__solution-body::after {
        width: 16vw;
        top: 95%;
        right: -2vw;
    }

    .service__solution-text {
        font-size: 19px
    }

    .service__solution::after {
        width: max(300px, 87.5vw);
    }
}

/*-----------------------------------
reason
-----------------------------------*/
.reason{
    background-color: var(--color-light-green);
}

.reason__title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    margin-top: -0.4em;
}

.reason__title-small{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    font-weight: 800;
    text-align: left;
    padding-left: 3em;
    position: relative;
}

.reason__title-small::before{
    content: "";
    display: block;
    background-image: url(../images/tokushuseiso_/icon-cleaning.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.535em;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.webp .reason__title-small::before{
    background-image: url(../images/tokushuseiso_/icon-cleaning.png.webp);
}

.reason__title-small-top .text-line::before{
    width: 100%;
}

.reason__title-main{
    font-size: 1.9285em;
    padding-right: 36px;
    position: relative;
    top: -0.2em;
}

.reason__title-main::before{
    content: "";
    display: block;
    background-image: url(../images/tokushuseiso_/reason-title-deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.67em;
    aspect-ratio: 36/31;
    position: absolute;
    right: 0.1em;
    top: 0.75em;
}

.webp .reason__title-main::before{
    background-image: url(../images/tokushuseiso_/reason-title-deco.png.webp);
}

.reason__title-main ._large{
    display: inline-block;
    font-size: 2.074em;
    margin-right: -0.15em;
}

.reason__items{
    margin-top: 50px;
}

.reason__items > *+*{
    margin-top: 80px;
}

.reason__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reason__item-body{
    flex-basis: 50%;
}

.reason__item-heading{
    display: flex;
    gap: 15px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.reason__item-order{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/tokushuseiso_/order-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 1.4em;
    width: 1.81em;
    height: 1.81em;
    padding-bottom: 0.2em;
}

.webp .reason__item-order{
    background-image: url(../images/tokushuseiso_/order-circle.png.webp);
}

.reason__item-title{
    font-size: 1em;
    font-weight: 900;
    line-height: 1.3;
}

.reason__item-text{
    margin-top: 2em;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 2.125;
}

.reason__item-img{
    flex-basis: calc(50% - 100px);
    position: relative;
    z-index: 0;
}

.reason__item-img::before{
    content: "";
    display: block;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    border: 4px solid var(--color-fv-green);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media screen and (max-width: 1194px){
    .reason__item-heading {
        font-size: 28px;
    }

    .reason__item-img {
        flex-basis: calc(50% - 8.3vw);
        width: 85%;
    }
}

@media screen and (max-width: 1023px){
    .reason__title {
        font-size: 2.73vw;
    }

    .reason__item-heading {
        gap: 10px;
        font-size: max(21px, 2.734vw);
    }

    .reason__item-order {
        width: 1.7em;
        height: 1.7em;
    }

    .reason__item-text {
        margin-top: 1.5em;
        line-height: 2;
    }
}

@media screen and (min-width: 768px){
    .reason__item-title {
        flex: 1;
    }
}

@media screen and (max-width: 767px){
    .reason__title {
        font-size: max(24px, 3.5vw);
        flex-direction: column;
    }

    .reason__title-main {
        top: 0;
    }

    .reason__item {
        flex-direction: column;
        gap: 40px;
    }

    .reason__item-heading {
        justify-content: center;
        font-size: 26px;
    }

    .reason__item-title .inbl{
        display: block;
    }

    .reason__items > *+* {
        margin-top: 70px;
    }
}

@media screen and (max-width: 599px){
    .reason__item-heading {
        font-size: 26px;
    }
}

@media screen and (max-width: 499px){
    .reason__title {
        font-size: 4.8vw;
    }

    .reason__item-heading {
        font-size: 5.2vw;
    }
}

@media screen and (max-width: 399px){
    .reason__item-heading {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .reason__items > *+* {
        margin-top: 60px;
    }

    .reason__item-img {
        width: 90%;
    }
}

/*-----------------------------------
price
-----------------------------------*/
.price__title::before{
    background-image: url(../images/tokushuseiso_/price-title-icon.png);
    width: 1.21153em;
    aspect-ratio: 1/1;
    left: -1.54em;
}

.webp .price__title::before{
    background-image: url(../images/tokushuseiso_/price-title-icon.png.webp);
}

.price__floor {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.75em;
    margin-top: 50px;
}

.price__body{
    background-color: var(--color-light-green2);
    padding: 25px 50px 60px;
}

.price__info-text{
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.charge-section05-service-list{
    margin-top: 38px;
}

.charge-section05-gray-box{
    width: 100%;
    margin-left: 0;
}

.charge-section05-service-list li{
    border-radius: 8px;
}

.charge-section05-table{
    border: none;
    border-radius: 8px;
}

.charge-section05-table .th-box{
    background-color: var(--color-green);
    border-radius: 8px 8px 0 0;
}

.charge-section05-table .td-box:last-of-type .room {
    border-radius: 0 0 0 8px;
}

.charge-section05-table .td-box .room{
    background-color: var(--color-light-green);
}

.charge-section05-table .td-box .fee{
    color: var(--color-red);
}

.price__hour{
    margin-top: 70px;
}

.price__subtitle{
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.price__subtitle::before{
    background-image: url(../images/tokushuseiso_/hour-title-icon.png);
    width: 1.5em;
    aspect-ratio: 57/41;
    left: -1.8em;
}

.webp .price__subtitle::before{
    background-image: url(../images/tokushuseiso_/hour-title-icon.png.webp);
}

.hour__items{
    display: flex;
    gap: 20px ;
    margin-top: 38px;
}

.hour__item{
    flex-basis: calc(((100% - 38%) - 40px) / 2);
    display: flex;
    flex-direction: column;
    background-color: #f5f6f6;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: center;
}

.hour__item.__main{
    flex-basis: 38%;
    background-color: var(--color-light-green2);
}

.hour__item-term {
    color: #fff;
    padding: 0.1em 0.5em 0.8em;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 55% 80%, 50% 100%, 45% 80%, 0% 80%);
}

.hour__item-term:not(.bg-stripe){
    background-color: #838584;
}

.hour__item dd{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    line-height: 1.7;
    padding: 0.3em 0.8em 1.2em;
    background-repeat: no-repeat;
    background-position: top 10px center;
}

.hour__item dd:not(.hour__item.__main dd){
    font-size: 0.8571em;
    background-image: url(../images/tokushuseiso_/hour-item-sankaku.png);
    background-size: 5.7em;
}

.webp .hour__item dd:not(.hour__item.__main dd){
    background-image: url(../images/tokushuseiso_/hour-item-sankaku.png.webp);
}

.hour__item.__main dd{
    background-image: url(../images/tokushuseiso_/hour-item-maru.png);
    background-size: 4.75em;
}

.webp .hour__item.__main dd{
    background-image: url(../images/tokushuseiso_/hour-item-maru.png.webp);
}

.hour__item:nth-of-type(2) dd{
    padding-top: 0.5em;
}


.charge-section05-table.tokushuseiso-table .th-box .room, .charge-section05-table.tokushuseiso-table .td-box .room{
    max-width: 300px;
    flex-basis: 300px;
}
.charge-section05-table.tokushuseiso-table .th-box .fee, .charge-section05-table.tokushuseiso-table .td-box .fee{
    max-width: none;
    flex-basis: calc(100% - 300px);
}
.charge-section05-table.tokushuseiso-table .td-box .fee{
    justify-content: center;
    text-align: center;
}
.charge-section05-table.tokushuseiso-table .th-box .time, .charge-section05-table.tokushuseiso-table .td-box .time{
    display: none;
}
.charge-section05-table-note.tokushuseiso-table{
    margin-bottom: 50px;
}
.charge-section05-table.tokushuseiso-table .td-box .fee .note{
    display: block;
    color: #000;
    font-size: 16px;
}
.charge-section05-table.tokushuseiso-table .td-box .fee span.box{
    padding: 10px 5px;
}




@media screen and (min-width: 500px){
    .charge-section05-table .td-box .fee,
    .charge-section05-table .td-box p {
        padding-block: 0;
    }

    .charge-section05-table .td-box{
        height: 54px;
    }
    .charge-section05-table.tokushuseiso-table .td-box{
        height: auto;
        min-height: 70px;
    }
}

@media screen and (max-width: 1023px){
    .price__floor {
        font-size: 28px;
        padding: 0.7em;
        margin-top: 40px;
    }

    .price__info-text {
        font-size: 24px;
    }

    .hour__item {
        font-size: 2.54vw;
    }

    .hour__item-term {
        padding: 5px 10px 20px;
    }

    .price__subtitle {
        font-size: max(30px, 3.7vw);
    }

    .charge-section05-table.tokushuseiso-table .th-box .room, .charge-section05-table.tokushuseiso-table .td-box .room{
        max-width: 300px;
        flex-basis: 300px;
    }
    .charge-section05-table.tokushuseiso-table .th-box .fee, .charge-section05-table.tokushuseiso-table .td-box .fee{
        max-width: none;
        flex-basis: calc(100% - 300px);
    }

}

@media screen and (max-width: 767px){
    .price__floor {
        font-size: 24px;
        padding: 0.5em;
    }

    .price__info-text {
        font-size: 22px;
    }

    .charge-section05-service-list {
        margin-top: 30px;
    }

    .price__body {
        padding: 25px 5vw 30px;
    }

    .price__hour {
        margin-top: 50px;
    }

    .hour__items {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .hour__item.__main {
        flex-basis: 100%;
    }

    .hour__item {
        flex-basis: calc((100% - 20px) / 2);
        font-size: 22px;
    }

    .hour__item.__main dd {
        padding-top: 0.7em;
        background-size: 4.5em;
        background-position: top 5px center;
    }

    .price__subtitle {
        font-size: 26px;
    }

    .charge-section05-table.tokushuseiso-table{
        font-size: 14px;
        text-align: center;
    }
    .charge-section05-table.tokushuseiso-table .td-box .fee {
        font-size: 18px;
        padding: 12px 10px;
    }
    .charge-section05-table.tokushuseiso-table .th-box .room, .charge-section05-table.tokushuseiso-table .td-box .room{
        max-width: 200px;
        flex-basis: 200px;
    }
    .charge-section05-table.tokushuseiso-table .th-box .fee, .charge-section05-table.tokushuseiso-table .td-box .fee{
        flex-basis: calc(100% - 200px);
    }

}

@media screen and (max-width: 599px){
    .hour__item {
        font-size: 20px;
    }

    .price__subtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 499px){
    .charge-section05-table .td-box:nth-child(2) .room::before {
        border-radius: 8px 0 0 0;
    }

    .charge-section05-table .td-box:nth-child(2) .room {
        border-radius: 8px 8px 0 0;
    }

    .charge-section05-table .td-box:last-of-type .fee::before {
        border-radius: 0 0 0 8px;
    }

    .charge-section05-table .td-box .room::before, .charge-section05-table .td-box .time::before, .charge-section05-table .td-box .fee::before {
        background-color: var(--color-green);
    }

    .hour__item {
        flex-basis: 100%;
    }

    .hour__item dd {
        min-height: 110px;
    }

    .charge-section05-table.tokushuseiso-table .th-box .room, .charge-section05-table.tokushuseiso-table .td-box .room{
        max-width: none;
        flex-basis: 50%;
    }
    .charge-section05-table.tokushuseiso-table .td-box .room::before,.charge-section05-table.tokushuseiso-table .td-box .time::before,.charge-section05-table.tokushuseiso-table .td-box .fee::before {
        content: "作業内容";
        width: 30%;
        font-size: 14px;
    }
    .charge-section05-table.tokushuseiso-table .td-box .fee::before {
        content: "料金、目安";
        height: -webkit-fill-available;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .charge-section05-table.tokushuseiso-table .td-box .time::before{
        content: "備考";
    }
    .charge-section05-table.tokushuseiso-table .td-box .room span,.charge-section05-table.tokushuseiso-table .td-box .fee span,.charge-section05-table.tokushuseiso-table .td-box .time span{
        width: 70%;
        text-align: center;
    }
    .charge-section05-table.tokushuseiso-table .td-box .fee, .charge-section05-table.tokushuseiso-table .td-box .time{
        padding: 0;
        max-width: none;
        flex-basis: 100%;
        border-right: none;
    }
    .charge-section05-table.tokushuseiso-table .td-box .time span.inbl,.charge-section05-table.tokushuseiso-table .td-box .fee span.inbl,.charge-section05-table.tokushuseiso-table .td-box .room span.inbl{
        width: auto;
        line-height: 1.2;
    }
    .charge-section05-table-note.tokushuseiso-table{
        margin-bottom: 30px;
    }
    .charge-section05-table.tokushuseiso-table .td-box .fee .note{
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 399px){
    .charge-section05-table .td-box .room::before, .charge-section05-table .td-box .time::before, .charge-section05-table .td-box .fee::before {
        font-size: 13px;
    }
}

/*-----------------------------------
staff
-----------------------------------*/
.staff{
    background-image: url(../images/tokushuseiso_/staff-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: var(--color-light-green2);
    padding-top: 90px;
}

.webp .staff{
    background-image: url(../images/tokushuseiso_/staff-bg.jpg.webp);
}

.staff__title{
    margin-left: 0.5em;
}

.staff__title .text-line--white::before{
    width: 100%;
    left: 49%;
}

.staff__title .text-line--white{
    display: inline-block;
    margin-right: 0.1em;
}

.staff__contents{
    margin-top: 50px;
}

.staff__items{
    width: 100%;
    max-width: 570px;
}

.staff__item:not(:first-of-type){
    padding-top: 45px;
    position: relative;
    z-index: 0;
}

.staff__item:not(:first-of-type)::before{
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -25px;
}

.staff__item:not(:last-of-type){
    padding-bottom: 45px;
}

.staff__item-term{
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.4;
    padding-left: 1.9em;
    position: relative;
}

.staff__item-term::before{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.566em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.staff__item-term.--01::before{
    background-image: url(../images/tokushuseiso_/staff-icon01.png);
}

.webp .staff__item-term.--01::before{
    background-image: url(../images/tokushuseiso_/staff-icon01.png.webp);
}

.staff__item-term.--02::before{
    background-image: url(../images/tokushuseiso_/staff-icon02.png);
}

.webp .staff__item-term.--02::before{
    background-image: url(../images/tokushuseiso_/staff-icon02.png.webp);
}

.staff__item-term.--03::before{
    background-image: url(../images/tokushuseiso_/staff-icon03.png);
}

.webp .staff__item-term.--03::before{
    background-image: url(../images/tokushuseiso_/staff-icon03.png.webp);
}

.staff__item-desc{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin-top: 0.9em;
}

@media screen and (max-width: 1499px){
    .staff {
        background-position: right calc(50% - -140px) center;
    }
}

@media screen and (max-width: 1194px){
    .staff__item-term {
        font-size: 26px;
    }

    .staff__item:not(:first-of-type) {
        padding-top: 34px;
    }
}

@media screen and (max-width: 1023px){
    .staff__items {
        max-width: 60%;
    }

    .staff {
        background-image: url(../images/tokushuseiso_/staff-bg_tab.jpg);
        background-position: right;
    }

    .webp .staff {
        background-image: url(../images/tokushuseiso_/staff-bg_tab.jpg.webp);
    }

    .staff__item:not(:last-of-type) {
        padding-bottom: 34px;
    }

    .staff__item-term {
        font-size: max(22px, 2.55vw);
    }

    .staff__item-desc {
        font-size: max(16px, 1.757vw);
    }
}

@media screen and (max-width: 767px){
    .staff {
        background-image: url(../images/tokushuseiso_/staff-bg_sp.jpg);
        background-position: bottom;
        background-size: contain;
        padding-bottom: 65vw;
    }

    .webp .staff {
        background-image: url(../images/tokushuseiso_/staff-bg_sp.jpg.webp);
    }

    .staff__items {
        max-width: 95%;
        margin-inline: auto;
    }

    .staff__item:not(:first-of-type)::before {
        left: 0;
    }

    .staff__item-term {
        width: fit-content;
        margin-inline: auto;
    }

    .staff__item:not(:first-of-type) {
        padding-top: 40px;
    }

    .staff__item-desc {
        margin-top: 1.2em;
        font-weight: 600;
    }
}

@media screen and (max-width: 599px){
    .staff__item-term {
        font-size: 20px;
    }
}

@media screen and (max-width: 399px){
    .staff__item-term {
        font-size: 18px;
    }
}

/*-----------------------------------
chiiki-b-section08
-----------------------------------*/
.monk__title{
    font-size: 28px;
    text-align: left;
    margin: 0;
}

.monk__title-top{
    display: block;
    margin-right: -1.2em;
}

.monk__title-bottom{
    display: block;
    font-size: 1.6428em;
    margin-top: 0.1em;
}
.chiiki-b-section08{
    padding: 0;
    overflow: hidden;
}
.chiiki-b-section08 .inner{
    background-image: url(../images/tokushuseiso_/monk-bg-icon.png);
    background-position: top 40px right 40px;
    background-repeat: no-repeat;
    position: relative;
}
.webp .chiiki-b-section08 .inner{
    background-image: url(../images/tokushuseiso_/monk-bg-icon.png.webp);
}

.chiiki-b-section08 .chiiki-b-section08-content{
    padding: 105px 0 100px;
    position: relative;
    text-align: left;
    max-width: 630px;
}
.chiiki-b-section08 .chiiki-b-section08-content::after{
    content: "";
    background-image: url(../images/tokushuseiso_/monk-bg.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 810px;
    height: 100%;
    position: absolute;
    top:0;
    right: -837px;
}
.webp .chiiki-b-section08 .chiiki-b-section08-content::after{
    background-image: url(../images/tokushuseiso_/monk-bg.png.webp);
}

.chiiki-b-section08 .txt-box {
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 0.01em;
    margin-top: 28px;
}

@media screen and (max-width: 1023px){
    .chiiki-b-section08 .chiiki-b-section08-content {
        max-width: 480px;
    }

    .chiiki-b-section08 .chiiki-b-section08-content::after {
        right: -750px;
    }

    .monk__title {
        font-size: 26px;
    }

    .monk__title-top {

        margin-right: -6em;
    }

}
@media screen and (max-width: 767px){
    .staff {
        padding-top: 80px;
    }
    .chiiki-b-section08 .chiiki-b-section08-content {
        padding: 70px 0 240px;
        max-width: none;
    }
    .chiiki-b-section08 .chiiki-b-section08-content::after{
        content: "";
        background-image: url(../images/ihinseiri_/monk-bg_sp.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        position: absolute;
        top:unset;
        bottom: 0;
        right: unset;
        left: 0;
    }
    .webp .chiiki-b-section08 .chiiki-b-section08-content::after{
        background-image: url(../images/ihinseiri_/monk-bg_sp.png.webp);
    }
    .chiiki-b-section08 .chiiki-b-section08-h2{
        margin-bottom: 40px;
    }
    .chiiki-b-section08 .txt-box{
        font-size: 16px;
    }
    .monk__title {
        font-size: clamp(17px, 3.714vw, 26px);
    }
    .monk__title-top {
        margin-right: 0;
    }
}

@media screen and (max-width: 599px){
    .chiiki-b-section08 .chiiki-b-section08-content {
        padding-top: 45px;
    }

    .chiiki-b-section08 .txt-box {
        line-height: 2.4;
        margin-top: 30px;
    }
}

@media screen and (max-width: 499px){
    .staff {
        padding-top: 60px;
    }
    .chiiki-b-section08 .chiiki-b-section08-content {
        padding-bottom: 200px;
    }
    .chiiki-b-section08 .chiiki-b-section08-h2{
        height: 30vw;
        margin-bottom: 30px;
    }
    .chiiki-b-section08 .chiiki-b-section08-content::after{
        height: 160px;
    }
    .chiiki-b-section08 .txt-box {
        line-height: 2.2;
    }
}

/*-----------------------------------
commitment
-----------------------------------*/
.commitment{
    overflow: hidden;
    padding-top: 0;
}

.commitment__heading{
    color: #fff;
    padding: 32px 0 40px;
    position: relative;
}

.commitment__heading::before{
    content: "";
    display: block;
    background-color: var(--color-green);
    height: 34px;
    aspect-ratio: 64/34;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
}

.commitment__heading-top{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.82;
    letter-spacing: 0.01em;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 2em;
    position: relative;
}

.commitment__heading-top::before,.commitment__heading-top::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.535em;
    aspect-ratio: 43/109;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.commitment__heading-top::before{
    background-image: url(../images/gomiyashiki_katazuke/gekkeizyu-left.png);
    left: 0;
}

.webp .commitment__heading-top::before{
    background-image: url(../images/gomiyashiki_katazuke/gekkeizyu-left.png.webp);
}

.commitment__heading-top::after{
    background-image: url(../images/gomiyashiki_katazuke/gekkeizyu-right.png);
    right: 0;
}

.webp .commitment__heading-top::after{
    background-image: url(../images/gomiyashiki_katazuke/gekkeizyu-right.png.webp);
}

.commitment__heading-top-up{
    display: block;
}

.commitment__title{
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 0;
}

.commitment__title .--text-large{
    font-size: 1.3em;
}

.commitment__title .bg-white {
    color: #000;
    padding: 0 0.15em;
    border-radius: 0;
    margin-inline: 0.15em;
    padding-block: 0;
    display: inline-block;
}

.commitment__title .text-line::before{
    width: 115%;
    height: 0.5em;
}

.commitment__items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 80px;
}

.commitment__item{
    background-color: #fff;
    border: 3px solid var(--color-fv-green);
    border-radius: 8px;
    padding: 15px 30px 35px;
    position: relative;
}

.commitment__item-order{
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    background-image: url(../images/tokushuseiso_/order-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.583em;
    height: 2.583em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: -0.7em;
    left: -0.6em;
    z-index: 1;
}

.webp .commitment__item-order{
    background-image: url(../images/tokushuseiso_/order-circle.png.webp);
}

.commitment__item-img{
    text-align: center;
    margin: 0;
}

.commitment__item-img img{
    width: 107px;
    height: 117px;
}

.commitment__item-title{
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
}

.commitment__item-text{
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.625;
    margin-top: 24px;
    text-align: justify;
}

.commitment__item-text > *+*{
    margin-top: 1.3em;
}

@media screen and (max-width: 1023px){
    .commitment__heading-top {
        font-size: 2.7vw;
        line-height: 1.6;
    }

    .commitment__title {
        font-size: max(30px, 3.9vw);
    }

    .commitment__heading::before{
        height: 28px;
        bottom: -27px;
    }

    .commitment__item-order {
        font-size: 30px;
    }

    .commitment__items {
        margin-top: 80px;
    }

    .commitment__item-img img {
        width: 90px;
        height: auto;
    }
}

@media screen and (max-width: 899px){
    .commitment__items {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 550px;
        margin-inline: auto;
    }
}

@media screen and (max-width: 767px){
    .commitment__title {
        font-size: max(32px, 4.68vw);
        margin-top: 16px;
    }

    .commitment__heading {
        padding-bottom: 35px;
    }

    .commitment__heading::before {
        height: 22px;
        bottom: -21px;
    }

    .commitment__heading-top {
        font-size: 18px;
    }
}

@media screen and (max-width: 499px){
    .commitment__title {
        font-size: max(24px, 6vw);
    }

    .commitment__heading-top {
        font-size: 16px;
    }
}

@media screen and (max-width: 399px){
    .commitment__heading-top {
        font-size: 15px;
    }

    .commitment__item-title {
        font-size: 20px;
    }

    .commitment__item-title .inbl{
        display: block;
    }
}

/*-----------------------------------
acquisition
-----------------------------------*/
.acquisition{
    padding: 0;
    position: relative;
}

.acquisition::before,
.acquisition::after{
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: calc((100vw - 850px) / 2);
    position: absolute;
    top: 0;
}

.acquisition::before{
    background-image: url(../images/tokushuseiso_/acquisition-bg_left.jpg);
    left: 0;
}

.webp .acquisition::before{
    background-image: url(../images/tokushuseiso_/acquisition-bg_left.jpg.webp);
}

.acquisition::after{
    background-image: url(../images/tokushuseiso_/acquisition-bg_right.jpg);
    right: 0;
}

.webp .acquisition::after{
    background-image: url(../images/tokushuseiso_/acquisition-bg_right.jpg.webp);
}

.acquisition__body {
    background-color: rgb(0 171 113 / 11%);
    background-image: url(../images/tokushuseiso_/acquisition-bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    max-width: 860px;
    margin-inline: auto;
    padding: 45px 0 65px;
    position: relative;
}

.webp .acquisition__body {
    background-image: url(../images/tokushuseiso_/acquisition-bg_bottom.png.webp);
}

.acquisition__body .inner{
    display: contents;
}

.acquisition__heading {
    color: var(--color-yellow-text);
    font-size: 24px;
    font-weight: 800;
    width: fit-content;
    margin-inline: auto;
    line-height: 1.3;
    letter-spacing: 0.01em;
    padding: 0.17em 0.8em 0.23em;
    background-color: var(--color-green);
    border-radius: 5px;
}

.acquisition__title {
    font-size: 46px;
    font-weight: 900;
    margin-top: 18px;
    margin-bottom: 0;
    letter-spacing: 0.07em;
    text-align: center;
    line-height: 1.35;
}

.acquisition__title .inbl{
    display: block;
}

.acquisition__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.94;
    letter-spacing: 0.025em;
    max-width: 760px;
    margin-inline: auto;
    margin-top: 24px;
    padding-inline: 30px;
    text-align: justify;
}

.acquisition__text > *+*{
    margin-top: 2em;
}


@media screen and (max-width: 1299px){
    .acquisition__body {
        max-width: 65.4vw;
    }

    .acquisition::before, .acquisition::after {
        width: calc((100vw - 65.4vw) / 2);
    }
}

@media screen and (max-width: 1023px){
    .acquisition{
        padding-block: 250px;
    }

    .acquisition::before, .acquisition::after {
        width: 100%;
        height: 250px;
    }

    .acquisition::before {
        background-image: url(../images/tokushuseiso_/acquisition-bg_top-sp.jpg);
        top: 0;
    }

    .webp .acquisition::before {
        background-image: url(../images/tokushuseiso_/acquisition-bg_top-sp.jpg.webp);
    }

    .acquisition::after {
        background-image: url(../images/tokushuseiso_/acquisition-bg_bottom-sp.jpg);
        top: auto;
        bottom: 0;
    }

    .webp .acquisition::after {
        background-image: url(../images/tokushuseiso_/acquisition-bg_bottom-sp.jpg.webp);
    }

    .acquisition__body {
        max-width: none;
    }

    .acquisition__body .inner{
        display: block;
    }

    .acquisition__title {
        font-size: max(36px, 4.35vw);
        margin-top: 22px;
    }

    .acquisition__text {
        padding-inline: 0;
    }
}

@media screen and (max-width: 767px){
    .acquisition {
        padding-block: max(110px, 26vw);
    }

    .acquisition::before, .acquisition::after {
        height: max(110px, 26vw);
    }

    .acquisition__body {
        padding-bottom: 14vw;
        background-size: 110%;
        padding-top: max(30px, 9.1vw);
    }

    .acquisition__title {
        font-size: max(32px, 4.68vw);
    }

    .acquisition__heading {
        font-size: max(18px, 2.864vw);
    }

    .acquisition__text {
        font-size: 16px;
        line-height: 2.2;
    }
}

@media screen and (max-width: 599px){
    .acquisition__title {
        font-size: max(24px, 5.66vw);
    }

    .acquisition__text > *+* {
        margin-top: 1em;
    }
}

@media screen and (max-width: 499px){
    .acquisition__heading-top .inbl{
        display: block;
    }

    .acquisition__heading .inbl{
        display: block;
    }

    .acquisition__heading .sp-none{
        display: none;
    }
}

/*-----------------------------------
example
-----------------------------------*/
.example{
    background-color: var(--color-gray);
}

.example__subtitle {
    color: #fff;
    font-size: 24px;
    width: fit-content;
    margin-inline: auto;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.3;
    background-color: var(--color-navy);
    padding: 0.45em 1em 0.55em;
    border-radius: 5px;
}

.example__title{
    margin-top: 15px;
}

.case__slide-item{
    position: relative;
}

.case__slide-item-title {
    color: #fff;
    background-color: var(--color-green);
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    width: fit-content;
    padding: 0.3em 2em 0.4em;
    clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
}

.case__slide-item-fee-flex .fee-flex-box .work {
    text-align: center;
}

.example-section01 .case__slide-item {
    margin-top: 80px;
    padding: 60px 40px 40px;
}

.case__slide-item-fee {
    margin-bottom: 25px;
}

.case__slide-item-fee-flex .fee-flex-box .work {
    padding: 8px 18px;
    min-width: 90px;
}

.case__slide-item-fee-flex {
    gap: 0 25px;
    margin-bottom: 5px;
}

.case__slide-item-img {
    flex-basis: 46%;
}

.case__slide-item-content {
    flex: 1;
    max-width: none;
}

.case__slide-item-flex {
    gap: 30px;
}

.case__slide-item-txt{
    margin-top: 0.5em;
}

.case__slide-item-txt-title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: italic;
    text-align: left;
}

.example-section01 .slick-dots li button,
.service-list .slick-dots li button {
    background-color: #b7e9e9;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.example-section01 .slick-dots li.slick-active button:before,
.service-list .slick-dots li.slick-active button::before {
    background-color: var(--color-green);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 1;
}

.example .slick-dots li,
.service-list .slick-dots li {
    margin: 0 11px;
}

.example__link{
    margin-top: 85px;
}

.example__link a{
    display: inline-block;
    background-color: #ffeb00;
    border-radius: calc(1px / 0);
    border: 5px solid #fff ;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 1;
    text-align: center;
    width: 100%;
    max-width: 19.166em;
    padding: 1.1em 0.2em 1.2em;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.example__link a::before{
    content: "";
    display: block;
    background-image: url(../images/gomiyashiki_katazuke/icon-arrow_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.625em;
    aspect-ratio: 15/20;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.8em;
}

.webp .example__link a::before{
    background-image: url(../images/gomiyashiki_katazuke/icon-arrow_white.png.webp);
}

@media screen and (max-width: 1194px){
    .example__subtitle {
        font-size: max(20px, 2.1vw);
    }
}

@media screen and (max-width: 1023px){
    .example__link a {
        font-size: 22px;
    }

    .case__slide-item-title {
        font-size: 30px;
        min-width: auto;
    }

    .case__slide-item-txt-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px){
    .example-section01 .case__slide-item {
        margin-top: 50px;
        padding-top: 40px;
    }

    .example-section01-h2{
        font-size: max(24px, 6.5vw);
    }

    .example-section01 .slick-dots li button,
    .service-list .slick-dots li button {
        width: 18px;
        height: 18px;
    }

    .example-section01 .slick-dots li.slick-active button:before,
    .service-list .slick-dots li.slick-active button::before {
        background-color: var(--color-green);
        width: 18px;
        height: 18px;
    }

    .example .slick-dots li {
        margin: 0 8px;
    }

    .case__slide-item-fee .work,
    .case__slide-item-fee-flex .fee-flex-box .work {
        font-size: 16px;
        padding: 0.4em 0.7em 0.5em;
        min-width: 4em;
    }

    .case__slide-item-fee .fee {
        font-size: 28px;
    }

    .case__slide-item-fee-flex .fee-flex-box .fee {
        font-size: 20px;
    }

    .example__link {
        margin-top: 60px;
    }

    .example__link a {
        font-size: 20px;
    }

    .case__slide-item-title {
        font-size: 24px;
    }

    .case__slide-item-txt-title {
        font-size: 24px;
    }

    .case__slide-item-img {
        margin-top: 0;
    }
}

@media screen and (max-width: 599px){
    .example-section01 .case__slide-item {
        padding-inline: 5vw;
    }

    .example-section01-h2-hukidashi .bottom-line {
        font-size: 4vw;
        padding-bottom: 0;
    }

    .example-section01-h2-hukidashi {
        top: -120px;
    }
}

@media screen and (max-width: 499px){
    .example__subtitle {
        font-size: 18px;
    }

    .example__subtitle .sp-block{
        display: block;
    }

    .example-section01-h2-hukidashi .bottom-line,
    .example-section01-h2-hukidashi .big {
        font-size: 1.1em;
    }

    .example-section01-h2-hukidashi {
        top: -110px;
    }

    .case__slide-item-fee .work, .case__slide-item-fee-flex .fee-flex-box .work {
        font-size: 15px;
    }

    .slick-dots li,
    .example-section01 .slick-dots li button,
    .example-section01 .slick-dots li.slick-active button:before,
    .service-list .slick-dots li button,
    .service-list .slick-dots li.slick-active button::before {
        width: 15px;
        height: 15px;
    }

    .example__link a {
        font-size: max(16px, 4vw);
    }

    .example__link a::before {
        right: 0.5em;
    }

    .case__slide-item-title {
        font-size: 22px;
        top: -4vw;
    }

    .case__slide-item-txt-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 399px){
    .example-section01-h2 .h2-txt {
        font-size: max(30px, 6.5vw) !important;
    }

    .example-section01 .case__slide-item {
        padding-bottom: 25px;
        margin-top: 30px;
    }
}

/*-----------------------------------
voice
-----------------------------------*/
.voice{
    background-color: var(--color-light-green2);
    background-image: none;
}

.voice__title::before {
    background-image: url(../images/tokushuseiso_/voice-title-icon.png);
    width: 1.21153em;
    aspect-ratio: 1/1;
    left: -1.54em;
}

.webp .voice__title::before {
    background-image: url(../images/tokushuseiso_/voice-title-icon.png.webp);
}

.case__slide{
    margin-top: 25px;
}

.kuchikomi-section03 .slick-slider {
    padding-bottom: 45px;
}

.kuchikomi-section03 .case__slide-item {
    padding: 30px 40px;
    margin-block: 40px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

.kuchikomi-section03 .case__slide-item .img-box {
    width: 124px;
    height: auto;
    aspect-ratio: 124/123;
}

.kuchikomi-section03 .case__slide-item .name{
    font-size: 20px;
    padding-left: 2em;
    margin-bottom: 1em;
    position: relative;
}

.kuchikomi-section03 .case__slide-item .name::before{
    content: "";
    display: block;
    width: 0.75em;
    aspect-ratio: 1/1;
    background-color: var(--color-green);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20%;
}

.kuchikomi-section03 .case__slide-item .txt{
    padding-top: 1em;
    border-top: 1px solid #868988;
    line-height: 2.3;
}

.kuchikomi-section03 .case-slide-arrow-next {
    background-image: url(../images/tokushuseiso_/voice-slide-arrow_next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% + 130px);
}

.webp .kuchikomi-section03 .case-slide-arrow-next {
    background-image: url(../images/tokushuseiso_/voice-slide-arrow_next.png.webp);
}

.kuchikomi-section03 .case-slide-arrow-prev {
    background-image: url(../images/tokushuseiso_/voice-slide-arrow_prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 130px);
}

.webp .kuchikomi-section03 .case-slide-arrow-prev {
    background-image: url(../images/tokushuseiso_/voice-slide-arrow_prev.png.webp);
}

.voice .case-slide-arrow-next, .voice .case-slide-arrow-prev {
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
}

.kuchikomi-section03 .slick-dots li button{
    background-color: #b9b9b9;
    width: 22px;
    height: 22px;
}

.voice .slick-dots li.slick-active button:before, .voice .slick-dots li.slick-active button::before {
    background-color: var(--color-green);
    width: 22px;
    height: 22px;
}

.voice .slick-dots li {
    margin-inline: 10px;
}

.kuchikomi-section03 .slick-dots {
    bottom: -15px;
}

.kuchikomi-section03 .case__slide-item .name .icon {
    width: 154px;
    height: auto;
    aspect-ratio: 154/25;
}

@media screen and (max-width: 1023px){
    .kuchikomi-section03 .case__slide-item .img-box {
        width: 110px;
    }
}


@media screen and (max-width: 767px){
    .kuchikomi-section03 .slick-dots li button{
        width: 18px;
        height: 18px;
    }

    .voice .slick-dots li.slick-active button:before, .voice .slick-dots li.slick-active button::before {
        width: 18px;
        height: 18px;
    }

    .voice .slick-dots li {
        margin-inline: 8px;
    }

    .kuchikomi-section03 .case-slide-arrow-next {
        left: calc(50% + 110px);
    }

    .kuchikomi-section03 .case-slide-arrow-prev {
        left: calc(50% - 110px);
    }

    .kuchikomi-section03 .slick-slider {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 599px){
    .voice .case__slide {
        margin-top: 0;
    }

    .kuchikomi-section03 .case__slide-item .img-box {
        width: 100px;
    }
}

@media screen and (max-width: 499px){
    .kuchikomi-section03 .slick-dots li button{
        width: 15px;
        height: 15px;
    }

    .voice .slick-dots li.slick-active button:before, .voice .slick-dots li.slick-active button::before {
        width: 15px;
        height: 15px;
    }

    .voice .slick-dots li {
        margin-inline: 8px;
    }

    .kuchikomi-section03 .case-slide-arrow-next {
        left: calc(50% + 110px);
    }

    .kuchikomi-section03 .case-slide-arrow-prev {
        left: calc(50% - 110px);
    }

    .voice  .case-slide-arrow-next, .case-slide-arrow-prev {
        width: 32px;
        height: 32px;
    }

    .voice .case-slide-arrow-next, .voice .case-slide-arrow-prev {
        bottom: -23px;
    }

    .kuchikomi-section03 .case-slide-arrow-next {
        left: calc(50% + 90px);
    }

    .kuchikomi-section03 .case-slide-arrow-prev {
        left: calc(50% - 90px);
    }

    .kuchikomi-section03 .slick-slider {
        padding-bottom: 5px;
    }

    .kuchikomi-section03 .case__slide-item .img-box {
        width: 90px;
    }
}

@media screen and (max-width: 399px){
    .kuchikomi-section03 .case__slide-item .img-box {
        width: 80px;
    }

    .kuchikomi-section03 .case__slide-item {
        padding: 30px 5vw;
        margin: 40px 5vw;
    }

    .kuchikomi-section03 .case__slide-item .name {
        font-size: 18px;
        padding-left: 1.5em;
    }

    .kuchikomi-section03 .case__slide-item .name .icon {
        width: 120px;
    }

    .kuchikomi-section03 .case__slide-item .txt {
        line-height: 2;
    }
}

/*-----------------------------------
flow
-----------------------------------*/
.flow{
    background-color: #fff;
}

.flow__title::before {
    background-image: url(../images/tokushuseiso_/icon-cleaning.png);
    width: 1.25em;
    aspect-ratio: 1/1;
    left: -1.54em;
}

.webp .flow__title::before {
    background-image: url(../images/tokushuseiso_/icon-cleaning.png.webp);
}

.flow-section07-list{
    margin-top: 40px;
}

.flow-section07-list > *+*{
    margin-top: 30px;
}

.flow-section07-list li{
    border: 2px solid var(--color-green);
    border-radius: 10px;
    margin-bottom: 0;
}

.flow-section07-list li .step-box{
    background-color: var(--color-light-green);
    border-radius: 10px 0 0 10px;
    border-right: 2px solid var(--color-green);
}

.flow-section07-list li .step-box::after {
    border-top: 21px solid var(--color-green);
    bottom: -22px;
}

@media screen and (max-width: 499px){
    .flow-section07-list li::after {
        border-top-color: var(--color-green);
        bottom: -21px;
    }

    .flow-section07-list li .step-box {
        border-radius: 10px 10px 0 0;
        border-right: none;
    }
}

@media screen and (max-width: 399px){
    .flow-section07-list li .step-box {
        font-size: 20px;
    }
}

/*-----------------------------------
area
-----------------------------------*/
.area {
    background-image: url(../images/tokushuseiso_/area-bg.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e3f6ef;
    overflow: hidden;
}

.webp .area {
    background-image: url(../images/tokushuseiso_/area-bg.jpg.webp);
}

.area__title{
    text-align: left;
}

.area__title-top{
    display: block;
    width: 510px;
    height: auto;
    line-height: 1;
}

.area__title-bottom {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0.14em 0.4em 0.22em;
    margin-top: 0.3em;
}

.area__text{
    margin-top: 35px;
}

.area .txt-box p span,
.area-section08-box h3 span {
    position: relative;
    display: inline-block;
}

.area .txt-box p span,
.area-section08-box h3 span {
    -webkit-text-stroke: 4px #fff;
}

.area .txt-box p span::before,
.area-section08-box h3 span::before {
    content: attr(data-text);
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    -webkit-text-stroke-width: 0;
    z-index: 8;
}

.area-section08-box h3 {
    background-color: var(--color-yellow-title-line);
    font-weight: bold;
}

.area-section08-box ul {
    padding: 15px 20px 20px;
}

@media screen and (max-width: 1194px){
    .area {
        background-position: top -9vw right -14vw;
        background-size: 150%;
    }
}

@media screen and (max-width: 1023px){
    .area__title{
        font-size: max(40px, 4.35vw);
    }
}

@media screen and (max-width: 767px){
    .area {
        background-size: 170%;
    }

    .area__title-bottom {
        font-size: 48px;
    }
}

@media screen and (max-width: 599px){
    .area {
        background-size: 200%;
    }

    .area__title{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .area__title-top {
        width: 85vw;
    }

    .area__title-bottom {
        font-size: clamp(30px, 8.5vw, 48px);
    }
}

@media screen and (max-width: 499px){
    .area {
        background-position: top -100px right -30vw;
        background-size: 300%;
    }

    .area__title-top {
        width: max(290px, 84vw);
    }

    .area__title-bottom {
        font-size: max(28px, 6.4vw);
    }
}

/*-----------------------------------
qanda-section06(よくある質問)
-----------------------------------*/
.qanda-section06-h2 {
    margin-bottom: 30px;
}

.center-txt-box {
    margin-bottom: 40px;
}

.qanda-box-area {
    margin-bottom: 0;
}

.qanda-box-area > *+*{
    margin-top: 40px;
}

.qanda-box-area .qanda-box {
    background-color: #00155b;
    padding-bottom: 24px;
    padding-top: 22px;
    margin-bottom: 0;
}

.qanda-box-area .qanda-txt {
    border-radius: 8px;
}

.qanda-box-area .qanda-box.active .qanda-txt {
    margin-top: 26px;
    padding: 20px 20px 25px 75px;
}

.qanda-box-area .qanda-title {
    padding-left: 60px;
}

.qanda-box-area .qanda-title::before {
    content: "";
    background-image: url(../images/tokushuseiso_/faq-q.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -7px;
    left: 0;
}

.webp .qanda-box-area .qanda-title::before {
    content: "";
    background-image: url(../images/tokushuseiso_/faq-q.png.webp);
}

@media screen and (max-width: 767px){
    .qanda-box-area .qanda-title::before {
        width: 40px;
        height: 40px;
        top: -2px;
    }

    .qanda-box-area .qanda-title {
        padding-left: 50px;
    }
}

@media screen and (max-width: 599px){
    .qanda-box-area .qanda-title::before {
        width: 35px;
        height: 35px;
        top: 2px;
    }

    .qanda-box-area .qanda-title {
        padding-left: 45px;
    }
}

@media screen and (max-width: 499px){
    .qanda-box-area > *+* {
        margin-top: 30px;
    }
}

/*-----------------------------------
chiiki-section02
-----------------------------------*/

/* 片付け業者ジークリーンにおまかせください！ */
.chiiki-section02{
    background-image: url(../images/chiiki/chiiki-section02-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
}
.chiiki-section02-inner-img{
    max-width: 460px;
    flex-basis: 24%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.chiiki-section02-inner-img img{
    width: 460px;
    height: 100%;
    max-inline-size:none;
}
.chiiki-section02 .inner{
    padding: 30px 3% 40px;
}
.chiiki-section02__title{
    width: 256px;
    aspect-ratio: 256/150;
    margin-inline: auto;
    margin-bottom: 20px;
}

.chiiki-section02 .txt-box {
    letter-spacing: 0.01em;
    font-size: 16px;
    max-width: 820px;
    margin: 0 auto;
    line-height: 2.6;
    font-weight: 500;
}
.chiiki-section02 .txt-box p + p{
    margin-top: 1.4em;
}
.chiiki-section02-inner-img-sp{
    display: none;
}
@media screen and (max-width: 1023px){
    .chiiki-section02-inner-img-pc{
        display: none;
    }
    img.chiiki-section02-inner-img-sp{
        display: block;
        width: 100%;
        height: auto;
        max-inline-size: 100%;
    }
    .chiiki-section02{
        display: block;
    }
    .chiiki-section02-inner-img{
        max-width: none;
    }
    .chiiki-section02 .inner{
        padding: 70px 0 60px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-top{
        font-size: 42px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-top-img{
        max-width: 442px;
        height: 48px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-bottom{
        max-width: 502px;
        height: 106px;
    }
    .chiiki-section02__title img{
        display: block;
    }

    .chiiki-section02__title {
        width: 250px;
    }

    .chiiki-section02 .txt-box {
        line-height: 2.5;
    }
}
@media screen and (max-width: 767px){
    .chiiki-section02 .inner {
        padding: 54px 0 60px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-top{
        font-size: 5.4vw;
        margin-top: 6px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-top-img {
        max-width: 54.2vw;
        height: 6vw;
        margin-top: 6px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-bottom {
        height: 14vw;
    }
    .chiiki-section02 .txt-box{
        font-size: 16px;
    }
    .chiiki-section02__title {
        width: 200px;
    }
}
@media screen and (max-width: 499px){
    .chiiki-section02-h2 {
        margin-bottom: 30px;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-top{
        font-size: 6.2vw;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-top-img {
        max-width: 64.2vw;
        height: 7.2vw;
    }
    .chiiki-section02-h2 .chiiki-section02-h2-bottom {
        height: 16vw;
    }

    .chiiki-section02 .txt-box {
        line-height: 2.2;
    }

    .chiiki-section02 .txt-box > *+*{
        margin-top: 1.5em !important;
    }

    .chiiki-section02 .txt-box {
        line-height: 2;
    }

    .chiiki-section02__title {
        width: 160px;
    }
}

/*-----------------------------------
service-list
-----------------------------------*/
.service-list{
    padding-bottom: 155px;
}

.service-list__img {
    height: auto;
    margin: 0;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 420px;
    aspect-ratio: 420/260;
}

.service-list__img img{
    border-radius: 20px;
}

.service-list__body{
    text-align: center;
    margin-top: 38px;
}

.service-list__item-title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1;
}

.service-list__link {
    display: inline-block;
    border: 3px solid var(--color-green);
    border-radius: calc(1px / 0);
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 42px;
    margin-top: 24px;
    width: 100%;
    max-width: 233px;
    height: 51px;
    text-align: center;
    position: relative;
    padding-right: 1.2em;
}

.service-list__link::before {
    content: "";
    display: block;
    background-image: url(../images/tokushuseiso_/service-list-link-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
}

.webp .service-list__link::before {
    background-image: url(../images/tokushuseiso_/service-list-link-arrow.png.webp);
}

.service-list__title{
    font-size: 34px;
}

.service-list__title-top{
    display: block;
}

.service-list__title-bottom{
    display: block;
    font-size: 1.353em;
    margin-top: 0.5em;
}

.service-list__title-bottom .__large{
    font-size: 1.12em;
}

.service-list__slide{
    margin-top: 70px;
}

.service-list .slick-track {
    gap: 0 50px;
    margin-left: -235px;
}

.service-list .case-slide-arrow-next,
.service-list .case-slide-arrow-prev{
    top: 35%;
}

.service-list .case-slide-arrow-next {
    border: 4px solid #fff;
    border-radius: 50%;
}

.service-list .case-slide-arrow-prev{
    border: 4px solid #fff;
    border-radius: 50%;
}

.service-list__img img{
    aspect-ratio: 420/230;
    height: 100%;
    object-fit: cover;
}

.service-list .case-slide-arrow-next {
    left: calc(50% + 495px);
}

.service-list .case-slide-arrow-prev {
    left: calc(50% - 495px);
}

.service-list .slick-dots li button:before {
    content: '';
}

.service-list .slick-dots li button::before,
.service-list .slick-dots li button {
    background-color: #edf0f7;
}

.service-list .slick-dots {
    bottom: -90px;
}

@media screen and (max-width: 1023px){
    .service-list__title {
        font-size: max(22px, 3.32vw);
    }

    .service-list__item-title {
        font-size: max(26px, 2.93vw);
    }

    .service-list .service-list__slide-item {
        max-width: 360px !important;
        width: 100% !important;
    }

    .service-list .case-slide-arrow-next {
        left: auto;
        right: 0;
    }

    .service-list .case-slide-arrow-prev {
        left: 50px;
    }

    .service-list .slick-track {
        gap: 0 40px;
        margin-left: -200px;
    }
}

@media screen and (max-width: 799px){
    .service-list .slick-track {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px){
    .service-list {
        padding-bottom: 110px;
    }

    .service-list .case-slide-arrow-next {
        left: calc(50% + 180px);
        right: auto;
    }

    .service-list .case-slide-arrow-prev {
        left: calc(50% - 180px);
    }

    .service-list__body {
        margin-top: 30px;
    }

    .service-list__slide {
        margin-top: 60px;
    }
}

@media screen and (max-width: 599px){
    .service-list .case-slide-arrow-next {
        left: auto;
        right: -20px;
    }

    .service-list .case-slide-arrow-prev {
        left: 30px;
    }

    .service-list__body {
        margin-top: 20px;
    }

    .service-list__item-title {
        font-size: 24px;
    }

    .service-list__title .inbl{
        display: block;
    }

    .service-list__slide {
        margin-top: 50px;
    }
}

@media screen and (max-width: 499px){
    .service-list {
        padding-bottom: 90px;
    }

    .service-list .case-slide-arrow-next,
    .service-list .case-slide-arrow-prev {
        border: 2px solid #fff;
    }

    .service-list .case-slide-arrow-next {
        right: 0;
    }

    .service-list .case-slide-arrow-prev {
        left: 35px;
    }

    .service-list .slick-dots {
        bottom: -55px;
    }

    .service-list__title {
        font-size: max(18px, 4.4vw);
    }

    .service-list__item-title {
        font-size: 22px;
    }

    .service-list__link {
        max-width: 200px;
        height: 50px;
    }

    .service-list__link::before {
        right: 0.5em;
    }

}

@media screen and (max-width: 399px){
    .service-list__title {
        font-size: 18px;
    }

    .service-list__slide {
        margin-top: 40px;
    }
}






