@charset "UTF-8";



/*---------------------------------------------------------
 Why
---------------------------------------------------------*/
.why__trouble {
    display: flex;
	justify-content: center;
	gap: 1em 2.5%;
	font: var(--font-min);
	font-size: min(2.2vw,147%);
	line-height: 1.6;
	letter-spacing: .18em;
    margin: 3% auto;

	> li {
		position: relative;
		width: 9.2em;
		max-width: 100%;
		height: 5.2em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		white-space: nowrap;
        background: url(../../images/treatment/about/bg-cross.svg) no-repeat center center;
        background-size: contain;
	}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.why__trouble {
    flex-wrap: wrap;
	font-size: 110%;
    margin: 5% auto;
}
}



/*---------------------------------------------------------
 merit
---------------------------------------------------------*/
.l-boxlist__img {
    padding-top: 14%;

    .c-no {
        position: absolute;
		background: linear-gradient(to right, #8ae3c4, #79b6e3);
		background-repeat: no-repeat;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
        left: .6em;
        top: 0;
    }
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-boxlist__img {
    padding-top: 8%;
}
}



/*---------------------------------------------------------
 point
---------------------------------------------------------*/
.point {
    .c-bg-color {
        background-color: #fff78c;
    }
    .c-bg-img {
		-webkit-mask-image: radial-gradient(at top left, black 0%, transparent 70%);
		mask-image: radial-gradient(at top left, black 0%, transparent 70%);
        opacity: 0.5;
    }
    .c-illust {
		width: 20vw;
        left: 72%;
        top: 0;
        translate: 0 -30%;
    }
}

.point-ttl {
    font: var(--font-min);
    font-size: min(4vw,294%);

    .c-txt--fuki {
        font-size: 74%;
        letter-spacing: .05em;
        rotate: -10deg;
        transform-origin: left top;
        margin-bottom: 0;
        translate: 0.5em 0;
    }
}
.point-ttl__txt {
    font-size: 100%;
    line-height: 1.3;
    letter-spacing: .18em;

    > span {
        position: relative;
        display: block;
        font-size: 140%;
    }
    .zigzag {
        position: relative;
        font-size: 114%;
        letter-spacing: .18em;
        background: url(../../images/treatment/about/path-zigzag.svg) no-repeat center center;
        background-size: contain;
        padding-top: .2em;
    }
    > span:last-child {
        font-size: 160%;
    }
}

.point-list {
    .c-hdg--min {
        padding-left: 1.8em;

        &::before {
			position: absolute;
			content: "";
			background: url(../../images/common/path-check.svg) no-repeat;
			background-size: contain;
			width: 1.4em;
			height: 1.1em;
			left: 0;
			top: .3em;
		}
    }
}
.point-list__item {
    padding-bottom: 4.6%;
    margin-bottom: 4.6%;
    border-bottom: 1px solid #FFF;

    &:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.point__inner {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 21% 72%;
}
.point-ttl {
    margin-left: -0.2em;
}
.point-ttl__txt {
    writing-mode: vertical-rl;

    > span:last-child {
        text-align: right;
    }
}
.point-list {
    padding-top: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.point {
    .c-illust {
		width: 30vw;
        left: 65%;
    }
}
.point-ttl {
    text-align: center;
    font-size: 150%;
    margin: 0 auto 8%;

    .c-txt--fuki {
        margin-bottom: .5em;
        translate: -4em 0;
    }
}
.point-ttl__txt {
    .zigzag {
        background-image: url(../../images/treatment/about/path-zigzag-sp.svg);
        padding: 0 0 0 .2em;
    }
}

.point-list__item {
    padding-bottom: 8%;
    margin-bottom: 8%;
}
}



/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}