@charset "UTF-8";

.plalesswrapper {
    color: #041949;
    background: #FCF9ED;
}

.plaless {}

.is-lightgreen {
    color: #30AA11 !important;
}

/* .font-en {
    font-weight: 500;
} */


/*------ kv ------*/

.plalesskv-wrapper {
    padding-top: 70px;
}

.plalesskv {
    background: url(../img/lp/plaless/kv_pc.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 45vw;
    min-height: 600px;
    position: relative;
}

.plalesskv-inner {
    position: absolute;
    left: 0%;
    top: 43%;
    transform: translate(0%, -50%);
    text-align: center;
    width: 100%;
}

.plalesskv-title {
    margin-bottom: 45px;
}

.plalesskv-title>span {
    display: block;
    font-size: 36px;
    line-height: 1.4;
    color: #097101;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 0.01em;
}

.plalesskv-title>b {
    display: block;
    color: #041949;
    font-size: 64px;
    line-height: 1.6;
    font-weight: 700;
}

.plalesskv-btn-wrapper {
    position: relative;
}

.plalesskv-btn-cloud {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    font-size: 22px;
    line-height: 1.1;
    padding: 10px 40px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -39px;
    transform: translate(-50%, 0);
    color: #041949;
    letter-spacing: 0.03em;
}


.plalesskv-btn-cloud::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    content: '';
}

.plalesskv-btn {
    background: #041949;
    width: 640px;
    max-width: 100%;
    height: 96px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    margin: 0 auto;
    font-size: 24px;
    transition: all .25s ease;
}

.plalesskv-btn:hover {
    opacity: 0.7
}

.plalesskv-btn>span {
    background: #6FD042;
    width: 72px;
    line-height: 1;
    padding: 12px 11px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
}


/*------ worries ------*/

.plalessworries {
    background: #6FD042;
    padding: 25px 50px 120px;
}

.plalessworries-inner {
    max-width: 1350px;
    margin: 0 auto;
}

.plalessworries-text {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 56px;
    color: #041949;
    letter-spacing: 0.04em;
}

.plalessworries-list {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.plalessworries-list-item {
    width: 100%;
    border-radius: 40px;
    border: 6px solid #EAE6D6;
    background: #fff;
    padding: 35px 33px 25px;
}

.plalessworries-list-image {
    height: 13.3vw;
    max-height: 200px;
    position: relative;
    margin-bottom: 25px;
}

.plalessworries-list-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.plalessworries-list-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}


/*------ use ------*/

.plalessuse {
    padding: 122px 50px 10px;
    position: relative;
}

.plalessuse::before {
    display: block;
    content: '';
    position: absolute;
    background: url('../img/lp/plaless/bg_illust_01.png') no-repeat left top;
    background-size: 100%;
    width: 265px;
    height: 246px;
    left: 0;
    top: 156px;
}

.plalessuse-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plalessuse-title {
    text-align: center;
    margin-bottom: 55px;
}

.plalessuse-title>span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.plalessuse-title>span img {}

.plalessuse-title b {
    font-size: 52px;
    line-height: 1.4;
    font-weight: bold;
}

.plalessuse-image {}

.plalessuse-image img {}


/*------ feature ------*/

.plalessfeature {
    padding: 112px 50px 10px;
    position: relative;
    margin-bottom: 110px;
}

.plalessfeature::before {
    display: block;
    content: '';
    position: absolute;
    background: url('../img/lp/plaless/bg_illust_02.png') no-repeat left top;
    background-size: 100%;
    width: 313px;
    height: 246px;
    right: 0;
    top: 137px;
}

.plalessfeature-inner {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plalessfeature-title {
    text-align: center;
    margin-bottom: 53px;
}

.plalessfeature-title>span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.plalessfeature-title>span img {}

.plalessfeature-title b {
    font-size: 52px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.plalessfeature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.plalessfeature-list-item {
    width: calc(50% - 12px);
    background: #fff;
    border-radius: 40px;
    border: 6px solid #6FD042;
    padding: 35px 32px 34px;
}

.plalessfeature-list-title {
    color: #041949;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    /* border-bottom: 3px dotted #041949; */
    background: url('../img/lp/plaless/line_dotted.png') repeat-x left bottom;
    background-size: 7px;
    padding: 0 0 20px 53px;
    position: relative;
    margin-bottom: 23px;
}

.plalessfeature-list-title::after {
    display: block;
    content: '';
    background: url('../img/lp/plaless/icon_check.svg') no-repeat left top;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.plalessfeature-list-body {
    display: flex;
    justify-content: space-between;
}

.plalessfeature-list-image {
    width: 153px;
}

.plalessfeature-list-image img {}

.plalessfeature-list-text {
    width: calc(100% - 178px);
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.plalessfeature-pickup {
    background: #fff;
    border-radius: 40px;
    border: 6px solid #6FD042;
    padding: 34px 34px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.plalessfeature-pickup-detail {
    width: 34%;
    text-align: center;
    min-width: 370px;
}

.plalessfeature-pickup-sholder {
    display: inline-block;
    line-height: 1.6;
    padding: 17px 30px 10px;
    background: #30AA11;
    color: #fff;
    border-radius: 35px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    margin-bottom: 24px;
}

.plalessfeature-pickup-sholder::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #30AA11;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translate(-50%, 0);
    content: '';
}

.plalessfeature-pickup-sholder>span {
    position: relative;
}

.plalessfeature-pickup-sholder>span::after {
    display: block;
    content: '';
    background: #fff;
    background-size: 100%;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 40%;
    top: -8px;
    border-radius: 50%;
    transform: translate(-50%,0);
}

.plalessfeature-pickup-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.plalessfeature-pickup-subtitle {
    width: 350px;
    background: url('../img/lp/plaless/line_dotted_s.png') repeat-x left bottom;
    background-size: 4px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    padding: 9px 0;
    color: #041949;
    position: relative;
}

.plalessfeature-pickup-subtitle::before {
	display: block;
	content: '';
    background: url('../img/lp/plaless/line_dotted_s.png') repeat-x left top;
    background-size: 4px;
	width: 100%;
	height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.plalessfeature-pickup-movie {
    width: 63%;
    position: relative;
    padding-bottom: 35.5%;
}

.plalessfeature-pickup-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*------ case ------*/

.plalesscase {
    background: #6FD042;
    padding: 120px 50px 120px;
    position: relative;
}

.plalesscase::before {
    display: block;
    content: '';
    position: absolute;
    background: url('../img/lp/plaless/bg_illust_03.png') no-repeat left top;
    background-size: 100%;
    width: 223px;
    height: 246px;
    left: 0;
    top: 156px;
}

.plalesscase-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plalesscase-title {
    text-align: center;
    margin-bottom: 55px;
}

.plalesscase-title>span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.plalesscase-title>span img {}

.plalesscase-title b {
    font-size: 52px;
    line-height: 1.4;
    font-weight: bold;
}


.plalesscase-list {}

.plalesscase-list-item {
    display: flex;
    justify-content: space-between;
}

.plalesscase-list-item:not(:last-of-type) {
    margin-bottom: 40px;
}

.plalesscase-person {
    width: 30%;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.plalesscase-person-title {
    text-align: center;
    background: #041949;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.35;
}

.plalesscase-person-title-single {
    padding: 35px 20px 31px;
}

.plalesscase-person-body {
    padding: 24px 40px;
}

.plalesscase-person-image {
    text-align: center;
    margin-bottom: 17px;
}

.plalesscase-person-image img {
    width: 160px;
}

.plalesscase-person-body-title {
    /* border-top: 2px dotted #6FD042;
    border-bottom: 2px dotted #6FD042; */
    background: url('../img/lp/plaless/line_dotted_gr.png') repeat-x left bottom;
    background-size: 4px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    padding: 8px 0 6px;
    color: #30AA11;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.plalesscase-person-body-title::before {
	display: block;
	content: '';
    background: url('../img/lp/plaless/line_dotted_gr.png') repeat-x left top;
    background-size: 4px;
	width: 100%;
	height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.plalesscase-person-body-list {}

.plalesscase-person-body-list li {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.45;
    color: #000;
}

.plalesscase-person-body-list li + li {
    margin-top: 6px;
}

.plalesscase-person-body-list li::after {
    display: block;
    content: '';
    background: #6FD042;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.plalesscase-content {
    width: calc(70% - 38px);
    background: #fff;
    border-radius: 40px;
    display: flex;
    position: relative;
	align-items: stretch;
	justify-content: space-between;
}

.plalesscase-content::after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 30px solid #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0%, -50%);
    content: '';
}

.plalesscase-content-detail {
    width: 55%;
    padding: 40px;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.plalesscase-content-detail-point {
    display: inline-block;
    padding: 14px 28px 12px;
    padding: 14px 10px 12px;
    background: #30AA11;
    color: #fff;
    border-radius: 35px;
    /* font-size: 18px; */
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    margin-bottom: 23px;
    /* font-size: 1.190475vw; */
    font-size: min(1.190475vw,18px);
    width: 100%;
    text-align: center;
}

.plalesscase-content-detail-point::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    background: url('../img/lp/plaless/text_point_pc.svg') left center no-repeat;
    background-size: 100%;
    width: 101px;
    width: 29.32%;
    height: 29px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    top: -2px;
}

.plalesscase-content-detail-point::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #30AA11;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translate(-50%, 0);
    content: '';
}

.plalesscase-content-detail-title {
    color: #041949;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 8px;
}

.plalesscase-content-detail-text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 22px;
    letter-spacing: 0.01em;
}

.plalesscase-content-detail-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.plalesscase-content-detail-category>span {
    color: #041949;
    border: 1px solid #041949;
    background: #FDFAED;
    font-size: 14px;
    line-height: 1.1;
    padding: 10px 13px;
    letter-spacing: 0;
    border-radius: 30px;
    font-weight: bold;
}

.plalesscase-content-image {
    width: 44.8%;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
    position: relative;
}

.plalesscase-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plalesscase-content-image-notice {
    position: absolute;
    left: 13px;
    bottom: 9px;
    color: #555;
    font-size: 14px;
}


/*------ products ------*/

.plalessproducts {
    padding: 120px 50px 120px;
    position: relative;
}

.plalessproducts::before {
    display: block;
    content: '';
    position: absolute;
    background: url('../img/lp/plaless/bg_illust_04.png') no-repeat left top;
    background-size: 100%;
    width: 221px;
    height: 244px;
    right: 0;
    top: 95px;
}

.plalessproducts-inner {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plalessproducts-title {
    text-align: center;
    margin-bottom: 55px;
}

.plalessproducts-title>span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.plalessproducts-title>span img {}

.plalessproducts-title b {
    font-size: 52px;
    line-height: 1.4;
    font-weight: bold;
}

.plalessproducts-table-wrapper {}

.plalessproducts-table {
    table-layout: fixed;
}

.plalessproducts-table thead {}

.plalessproducts-table thead tr {}

.plalessproducts-table thead th {
    background: #041949;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 3.25;
    border: 1px solid #fff;
    border-bottom: none;
    text-align: center;
}

.plalessproducts-table thead th:nth-child(3) {
    width: 15%;
}

.plalessproducts-table tbody {}

.plalessproducts-table tbody tr {}

.plalessproducts-table tbody th {
    background: #6FD042;
    color: #fff;
    padding: 14px;
    font-weight: bold;
    font-size: 16px;
}

.plalessproducts-table tbody td {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 13.5px 15px;
    border: 1px solid #EAE6D6;
    vertical-align: middle;
}

.plalessproducts-table tbody tr.bg-lightgreen td {
    background: #F1FAEC;
}


/*------ contact ------*/

.plalesscontact {
    background: #6FD042;
    padding: 125px 50px 22px;
    position: relative;
    text-align: center;
    margin-bottom: 6.5vw;
}

.plalesscontact::after {
    display: block;
    content: '';
    background: url('../img/lp/plaless/bg_contact_footer.png') no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 6.5vw;
    position: absolute;
    left: 0;
    bottom: -6.5vw;
}

.plalesscontact::before {
    display: block;
    content: '';
    position: absolute;
    background: url('../img/lp/plaless/bg_illust_05.png') no-repeat left top;
    background-size: 100%;
    width: 268px;
    height: 245px;
    left: -43px;
    bottom: -60px;
    z-index: 2;
}

.plalesscontact-inner {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plalesscontact-title {
    text-align: center;
    margin-bottom: 13px;
}

.plalesscontact-title>span {
    display: block;
    text-align: center;
    margin-bottom: 23px;
}

.plalesscontact-title>span img {}

.plalesscontact-title b {
    font-size: 48px;
    line-height: 1.4;
    font-weight: bold;
}

.plalesscontact-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #041949;
}

.plalesscontact-btn-wrapper {
    position: relative;
}

/* .plalesscontact-btn-cloud {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    font-size: 22px;
    line-height: 1.1;
    padding: 9px 40px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translate(-50%, 0);
    color: #041949;
    letter-spacing: 0.01em;
}

.plalesscontact-btn-cloud::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 13px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%, 0);
    content: '';
}

.plalesscontact-btn-cloud>div {
    display: inline-block;
} */

.plalesscontact-btn {
    background: #041949;
    width: 640px;
    max-width: 100%;
    height: 92px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    margin: 0 auto;
    font-size: 24px;
    transition: all .25s ease;
}

.plalesscontact-btn:hover {
    opacity: 0.7
}

.plalesscontact-btn>span {
    background: #6FD042;
    width: 80px;
    line-height: 1;
    padding: 14px 10px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 24px;
}


/*------ fix ------*/

.plalessfix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    transform: translate(0, 100%);
    transition: transform 0.25s ease-out;
    pointer-events: none;
}

.plalessfix.is-active {
    transform: translate(0, 0);
    pointer-events: auto;
}


.plalessfix a {
    padding: 13px 20px;
    background: #041949;
    color: #fff;
    display: block;
    text-align: center;
    transition: all 5s ease;
}

.plalessfix a:hover {
    opacity: 0.7
}

.plalessfix-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.plalessfix-cloud {
    width: 195px;
    background: #fff;
    line-height: 1;
    padding: 10px 10px;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-right: 22px;
    color: #041949;
}

.plalessfix-cloud::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
}

.plalessfix-free {
    background: #6FD042;
    width: 68px;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.plalessfix-text {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    padding-right: 40px;
    position: relative;
    letter-spacing: 0.05em;
}

.plalessfix-text::after {
    display: block;
    content: '';
    background: url('../img/lp/plaless/arrow.svg') no-repeat left top;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
}


footer {
    padding-bottom: 80px;
}


/* small pc */

@media screen and (max-width: 1346px){
    .plalessfeature {
        padding-top: 240px;
    }

    .plalessfeature::before {
        top: 20px;
    }

}

@media screen and (max-width: 1145px){

    .plalessuse::before {
        top: -60px;
    }

    .plalesscase::before {
        top: -90px;
    }

    .plalesscontact::before {
        bottom: auto;
        top: -90px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1000px){

    .plalesskv-title>span {
        font-size: 26px;
    }

    .plalesskv-title>b {
        font-size: 50px;
    }

    .plalessworries-text {
        font-size: 40px;
    }

    .plalessworries-list-item {
        border-radius: 30px;
        padding: 25px 25px 20px;
    }

    .plalessworries-list-image {
        height: 10vw;
        max-height: 100px;
    }

    .plalessworries-list-text {
        font-size: 18px;
    }

    .plalessuse-title b,.plalessfeature-title b,.plalesscase-title b,.plalessproducts-title b {
        font-size: 40px;
    }

    .plalesscontact-title b {
        font-size: 36px;
    }

    .plalesscontact-btn-cloud {
        font-size: 20px;
        max-width: 395px;
        width: 100%;
    }

}

@media screen and (min-width: 769px) and (max-width: 900px){
    .plalessworries-list {
        gap: 20px;
        flex-wrap: wrap;
    }

    .plalessworries-list-item {
        width: calc(50% - 10px);
    }

    .plalessworries-list-image {
        height: 140px;
        max-height: 140px;
    }

    .plalessfeature-list-body {
        display: block;
    }

    .plalessfeature-list-image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .plalessfeature-list-text {
        width: 100%;
    }

    .plalessfeature-pickup {
        display: block;
    }

    .plalessfeature-pickup-detail {
        margin: 0 auto 20px;
    }

    .plalessfeature-pickup-movie {
        margin: 0 auto;
    }

    .plalesscase-list-item {
        display: block;
    }

    .plalesscase-person {
        width: 100%;
        margin-bottom: 60px;
    }

    .plalesscase-content {
        width: 100%;
    }

    .plalesscase-content::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-bottom: 30px solid #fff;
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .plalesscase-content-detail {
        padding: 40px 30px;
    }

    .plalesscase-content-detail-point {
        font-size: 16px;
        font-size: min(1.77778vw,16px);
    }

}

@media screen and (max-width: 768px){

    /*------ kv ------*/
    
    .plalesskv-wrapper {
        padding-top: 60px;
    }
    
    .plalesskv {
        background: url(../img/lp/plaless/kv_sp.jpg) no-repeat center top;
        background-size: cover;
        height: 118vw;
        min-height: 440px;
    }
    
    .plalesskv-inner {
        top: 50%;
        padding:0 20px;
    }
    
    .plalesskv-title {
        margin-bottom: 50px;
    }
    
    .plalesskv-title>span {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    
    .plalesskv-title>b {
        font-size: 36px;
        line-height: 1.42;
    }
    
    .plalesskv-btn-wrapper {
    }
    
    .plalesskv-btn-cloud {
        font-size: 16px;
        padding: 9px 15px;
        top: -32px;
        letter-spacing: 0.01em;
        width:186px;
    }
    
    .plalesskv-btn-cloud::after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #fff;
        bottom: -9px;
    }
    
    .plalesskv-btn {
        width: 437px;
        height: 64px;
        gap: 10px;
        border-radius: 8px;
        font-size: 18px;
    }
    
    .plalesskv-btn:hover {
        opacity:1
    }
    
    .plalesskv-btn>span {
        width: 52px;
        padding: 10px;
        font-size: 16px;
    }
    
    
    /*------ worries ------*/
    
    .plalessworries {
        padding: 40px 15px 65px;
    }
    
    .plalessworries-text {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 22px;
        letter-spacing: 0;
    }
    
    .plalessworries-list {
        display: block;
    }
    
    .plalessworries-list-item {
        border-radius: 24px;
        border-width: 4px;
        padding: 12px 37px 18px;
        margin-bottom: 16px;
    }
    
    .plalessworries-list-image {
        height: auto;
        max-height: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .plalessworries-list-image img {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0,0);
        width:160px;
    }
    
    .plalessworries-list-text {
        font-size: 18px;
        line-height: 1.5
    }
    
    
    /*------ use ------*/
    
    .plalessuse {
        padding: 75px 15px 10px;
        position: relative;
    }
    
    .plalessuse::before {
        width: 132px;
        height: 124px;
        top: -42px;
        left: -5px;
        z-index: 1;
    }
    
    .plalessuse-inner {
    }
    
    .plalessuse-title {
        margin-bottom: 30px;
    }
    
    .plalessuse-title>span {
        margin-bottom: 10px;
    }
    
    .plalessuse-title>span img {
        height:13px;
    }
    
    .plalessuse-title b {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .plalessuse-image {}
    
    .plalessuse-image img {}
    
    
    /*------ feature ------*/
    
    .plalessfeature {
        padding: 143px 15px 60px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .plalessfeature::before {
        width: 158px;
        height: 120px;
        top: 28px;
        right: -11px;
    }
    
    .plalessfeature-inner {
    }
    
    .plalessfeature-title {
        margin-bottom: 30px;
    }
    
    .plalessfeature-title>span {
        margin-bottom: 10px;
    }
    
    .plalessfeature-title>span img {height:13px;}
    
    .plalessfeature-title b {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .plalessfeature-list {
        display: block;
    }
    
    .plalessfeature-list-item {
        width: auto;
        border-radius: 28px;
        border-width: 4px;
        padding: 13px 20px 19px;
        margin-bottom: 20px;
    }
    
    .plalessfeature-list-title {
        font-size: 20px;
        border-bottom-width: 3px;
        padding: 9px 0 13px 52px;
        margin-bottom: 19px;
    }
    
    .plalessfeature-list-title::after {
        width: 40px;
        height: 40px;
        left: 0;
        top: 49%;
        transform: translate(0,-50%);
    }
    
    .plalessfeature-list-body {
        display: block;
    }
    
    .plalessfeature-list-image {
        text-align: center;
        width:auto;
        margin-bottom: 22px;
    }
    
    .plalessfeature-list-image img {width: 142px;}
    .plalessfeature-list-image-biomass img,.plalessfeature-list-image-fsc img {width: 122px;}
    
    .plalessfeature-list-text {
        width: auto;
        line-height: 1.5;
    }
    
    .plalessfeature-pickup {
        border-radius: 24px;
        border-width: 4px;
        padding: 19px 20px 20px;
        margin-top: 20px;
        display: block;
    }
    
    .plalessfeature-pickup-detail {
        width:auto;
        min-width: auto;
    }
    
    .plalessfeature-pickup-sholder {
        line-height: 1.5;
        padding: 12px 12px 8px;
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .plalessfeature-pickup-sholder::after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 11px solid #30AA11;
        position: absolute;
        bottom: -10px;
    }
    
    .plalessfeature-pickup-sholder>span {
    }
    
    .plalessfeature-pickup-sholder>span::after {
        width: 4px;
        height: 4px;
        top: -7px;
        left: 45%;
    }
    
    .plalessfeature-pickup-title {
        font-size: 28px;
        line-height: 1.45;
        margin-bottom: 8px;
    }
    
    .plalessfeature-pickup-subtitle {
        width: 245px;
        font-size: 14px;
        padding: 9px 0 7px;
        margin-bottom: 18px;
    }
    
    .plalessfeature-pickup-movie {
        width: auto;
        padding-bottom: 56%;
    }

    
    /*------ case ------*/
    
    .plalesscase {
        padding: 75px 15px 80px;
    }
    
    .plalesscase::before {
        width: 110px;
        height: 120px;
        left: -9px;
        top: -42px;
    }
    
    .plalesscase-inner {
    }
    
    .plalesscase-title {
        margin-bottom: 31px;
    }
    
    .plalesscase-title>span {
        margin-bottom: 10px;
    }
    
    .plalesscase-title>span img {height:13px;}
    
    .plalesscase-title b {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .plalesscase-list {}
    
    .plalesscase-list-item {
        display: block;
    }
    
    .plalesscase-person {
        width: auto;
        border-radius: 24px;
    }
    
    .plalesscase-person-title {
        padding: 20px 10px;
        font-size: 20px;
        line-height: 1.3;
    }
    
    .plalesscase-person-body {
        padding: 18px 20px 20px;
        overflow: hidden;
    }
    
    .plalesscase-person-image {
        text-align: center;
        margin-bottom: 20px;
        width: 96px;
        float: left;
    }
    
    .plalesscase-person-image img {
        width: 100%;
    }
    
    .plalesscase-person-body-title {
        margin-left:120px;
        font-size: 16px;
        padding: 9px 0 7px;
        margin-bottom: 12px;
    }
    
    .plalesscase-person-body-list {margin-left: 120px;}
    
    .plalesscase-person-body-list li {
        padding-left: 12px;
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }

    .plalesscase-person-body-list li + li {
        margin-top: 9px;
    }
    
    .plalesscase-person-body-list li::after {
        width: 6.5px;
        height: 6.5px;
        top: 6px;
        left: -3px;
    }
    
    .plalesscase-content {
        width: auto;
        margin-top: 30px;
        border-radius: 24px;
        display: block;
    }
    
    .plalesscase-content::after {
        border:none;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-bottom: 22px solid #fff;
        left: 50%;
        top: -22px;
        transform: translate(-50%,0);
    }
    
    .plalesscase-content-detail {
        width: auto;
        padding: 23px 24px;
    }
    
    .plalesscase-content-detail-point {
        padding: 11px 10px 5px 10px;
        border-radius: 35px;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    
    .plalesscase-content-detail-point::before {
        width: 89px;
        height: 29px;
        background: url('../img/lp/plaless/text_point_sp.svg');
        margin-right: 11px;
    }
    
    .plalesscase-content-detail-point::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 9px solid #30AA11;
        bottom: -8px;
    }
    
    .plalesscase-content-detail-title {
        font-size: 24px;
        line-height: 1.55;
        margin-bottom: 6px;
    }
    
    .plalesscase-content-detail-text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .plalesscase-content-detail-category {
        gap: 5px;
    }
    
    .plalesscase-content-detail-category>span {
        font-size: 12px;
        padding: 9px 11px 8px;
    }
    
    .plalesscase-content-image {
        width: 100%;
        border-radius: 0 0 24px 24px;
    }
    
    
    /*------ products ------*/
    
    .plalessproducts {
        padding: 73px 15px 80px;
    }
    
    .plalessproducts::before {
        width: 110px;
        height: 123px;
        top: -40px;
    }
    
    .plalessproducts-inner {
    }
    
    .plalessproducts-title {
        margin-bottom: 33px;
    }
    
    .plalessproducts-title>span {
        margin-bottom: 14px;
    }
    
    .plalessproducts-title>span img {height:12px;}
    
    .plalessproducts-title b {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .plalessproducts-table-wrapper {
        overflow-x:auto;
        margin:0 -15px;
        padding-left: 15px;
    }

    .plalessproducts-table-innerwrap {
        width:1087px;
    }
    
    .plalessproducts-table {
        width:1072px;
    }
    
    .plalessproducts-table thead {}
    
    .plalessproducts-table thead tr {}
    
    .plalessproducts-table thead th {
        font-size: 14px;
        line-height: 2.85;
    }
    
    .plalessproducts-table thead th:nth-child(1) {
        width: 17%;
    }
    
    .plalessproducts-table thead th:nth-child(2) {
        width: 22.5%;
    }
    
    .plalessproducts-table thead th:nth-child(3) {
        width: 15%;
    }
    
    .plalessproducts-table thead th:nth-child(4) {
        width: 24.3%;
    }
    
    .plalessproducts-table thead th:nth-child(5) {
        width: 21.2%;
    }
    
    .plalessproducts-table tbody {}
    
    .plalessproducts-table tbody tr {}
    
    .plalessproducts-table tbody th {
        padding: 10px;
        font-size: 14px;
    }
    
    .plalessproducts-table tbody td {
        font-size: 14px;
        padding: 9.5px 12px;
        white-space: nowrap;
    }
    
    
    /*------ contact ------*/
    
    .plalesscontact {
        padding: 76px 20px 5px;
        margin-bottom: 112px;
    }
    
    .plalesscontact::after {
        display: block;
        content: '';
        background: url('../img/lp/plaless/bg_contact_footer_sp.png') no-repeat center top;
        background-size: 700px 100%;
        width: 100%;
        height: 75px;
        bottom: -75px;
    }
    
    .plalesscontact::before {
        width: 133px;
        height: 124px;
        bottom: auto;
        top:-43px;
        left: -11px;
    }
    
    .plalesscontact-inner {
    }
    
    .plalesscontact-title {
        margin-bottom: 8px;
    }
    
    .plalesscontact-title>span {
        margin-bottom: 15px;
    }
    
    .plalesscontact-title>span img {height:13px;}
    
    .plalesscontact-title b {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .plalesscontact-text {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }


    .plalesscontact-btn-wrapper {
    }
    
    .plalesscontact-btn-cloud {
        font-size: 16px;
        padding: 8px 15px;
        top: -30px;
        width:278px;
        letter-spacing: 0.01em;
    }
    
    .plalesscontact-btn-cloud::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #fff;
        bottom: -7px;
    }
    
    .plalesscontact-btn {
        width: 400px;
        height: 65px;
        gap: 10px;
        border-radius: 8px;
        font-size: 18px;
    }
    
    .plalesscontact-btn:hover {
        opacity:1
    }
    
    .plalesscontact-btn>span {
        width: 52px;
        padding: 10px;
        font-size: 16px;
    }
    
    
    /*------ fix ------*/
    
    .plalessfix {
    }
    
    .plalessfix a {
        padding: 8px 10px 13px;
    }
    
    .plalessfix a:hover {
        opacity: 1
    }
    
    .plalessfix-inner {
        display: block;
        position: relative;
        width:275px;
        height:48px;
        margin:0 auto;
        padding-left: 62px;
    }
    
    .plalessfix-cloud {
        width: 211px;
        padding: 4px 10px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    
    .plalessfix-cloud::after {
        border:none;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        border-top: 5px solid #fff;
        right:auto;
        bottom: -5px;
        top: auto;
        left:50%;
        transform: translate(-50%,0);
    }
    
    .plalessfix-free {
        width: 58px;
        height:58px;
        padding: 8px 12px;
        border-radius: 50%;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left:0;
        top:56%;
        transform: translate(0,-50%);
        margin-right: 0;
    }
    
    .plalessfix-text {
        font-size: 15px;
        line-height: 1.5;
        padding-right: 0px;
        letter-spacing: 0;
    }
    
    .plalessfix-text::after {
        display: none;
    }
    
    
    footer {
        padding-bottom: 80px;
    }
}