@charset "utf-8";

/* ==========================================
special01
========================================== */

.special01-img {
    max-width: 100rem;
    width: 90%;
    aspect-ratio: 100 / 65;
    margin: 0 auto;
}

.special01-text-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
    margin: -30% auto 0;
}

.special01-text-block {
    max-width: 62rem;
    width: 45%;
    padding: 5rem;
    background: rgba(255,255,255,.65);
}

.special01-text-box01 {
    margin: 4rem 0 0;
}

.special01-text-block-bottom {
    margin: 4rem 0 0;
}

.special01-text-block-bottom {
    margin: 4rem 0 0;
    padding: 3rem;
}

.special01-point-title {
    display: inline-block;
    z-index: 1;
}

.special01-text-box02 {
    margin: 2rem 0 0;
}

/* ==========================================
料金表
========================================== */

.price01 .en-title-box01-center {
    z-index: 1;
}

.price01 .price-block01 {
    margin: 6rem auto 0;
    padding: 6rem 2.5rem;
}

.price01 .price-block01-in {
    max-width: 84rem;
    width: 100%;
    margin: 0 auto;
}

.price01 .new-title {
    position: absolute;
    top: -7%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.price01 .tax-text {
    margin: 1rem 0 0;
}

.price01 .price-block01-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    /* gap: 1rem; */
    /* padding: 0 0 1.2rem; */
    /*border-bottom: 1px dashed #A4A3A2;*/
}

.price01 .price-block01-row:nth-child(n+2) {
    margin: 5px 0 0;
}

.price-block01-row .en-title25 {
    text-align: right;
    margin: 0 0 0 auto;
}

.price01 .price-block01-deco {
    position: relative;
    padding: 0 0 1.5rem;
}

.price01 .price-block01-deco:before {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, rgba(51,50,48,.5) 2px, transparent 2px);
    background-size: 11px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}


.price01 .price-block02 {
    width: 48%;
}

.price01 .price-box01 {
    margin: 1.2rem 0 0;
}

.price-block02-row {
    margin: 10rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}

.price-block02-menu-title-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.price-block02-menu-box {
    margin: 4rem 0 0;
}

.price-block02-menu-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0 1.2rem;
    border-bottom: 1px solid #A4A3A2;
}

.price-block02-menu-item {
    margin: 3rem 0 0;
}

.price-block02-menu-sub-title-box {
    margin: 4rem 0 0;
}

.price-block02-menu-sub-title-box .price-block02-menu-box {
    margin: 3rem 0 0;
}

.price-block02-menu:nth-child(n+2){
    margin: 8rem 0 0;
}


.special02 .common-row01-num {
    margin: 0;
    position: absolute;
    right: 0;
    top: -17rem;
}

.special02 .common-row01-item:nth-child(3n) .common-row01-num {
    top: -18rem;
}


/* ==========================================
よくあるご質問
========================================== */

.special-faq-box {
    margin: 4rem 0 0
}

.special-faq-list {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.special-faq-list:nth-of-type(n+2) {
    border-top: none;
}

.special-faq-btn {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 2.4rem 0;
    cursor: pointer;
    transition: all .3s;
}

.special-faq-btn:hover {
    opacity: .7;
}

.special-faq-btn-in {
    display: flex;
    align-items: center;
}

.special-faq-btn-batch {
    width: 4.4rem;
    font-size: 30px;
}

.special-faq-btn-text {
    flex: 1;
    font-size: 20px;
}

.special-faq-btn .special-faq-text {
    font-size: 20px;
}

.special-faq-content .special-faq-text {
    flex: 1;
    font-size: 18px;
}

.special-faq-btn-icon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}

.special-faq-btn-icon-bar {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: var(--base-font-color);
    transition: all .3s;
}

.special-faq-btn-icon-bar:nth-of-type(1) {
    transform: rotate(90deg);
}

.is-active .special-faq-btn-icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.special-faq-content {
    display: none;
    padding: 0 0 2.4rem 0;
}

.special-faq-content-in {
    display: flex;
    align-items: flex-start;
}

.special-faq-btn-batch {
    width: 4.4rem;
    font-size: 30px;
    line-height: 1.2;
}

.special-faq-btn-text {
    flex: 1;
    font-size: 20px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {


    .price-block02-menu-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1280px) {


    .special02 .common-row01-num {
        top: -13rem;
    }

    .special02 .common-row01-item:nth-child(3n) .common-row01-num {
        top: -14rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 820px) {

    .special02 .common-row01-num {
        top: -10rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .special01-text-row {
        align-items: center;
        gap: 4rem;
        margin: -15% auto 0;
        flex-direction: column;
    }

    .special01-text-block {
        max-width: 62rem;
        width: 100%;
        padding: 3rem;
        box-shadow: 0 0.2rem 0.8rem rgb(0 0 0 / 16%);
    }

    .special01-text-box01 {
        margin: 2.5rem 0 0;
    }
    
    .price-block02-row {
        margin: 8rem auto 0;
        align-items: center;
        flex-direction: column;
    }

    .price01 .price-block02 {
        width: 100%;
    }

    .special03 .common-row02-img02:after {
        width: 5%;
    }

    .special-faq-btn .special-faq-text {
        font-size: 16px;
    }

    .special-faq-content .special-faq-text {
        font-size: 14px;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px)  {

	.price01 .new-title {
	    top: -5%;
	}

    .special01-text-row {
        margin: -10% auto 0;
    }

    .price-block02-row {
        margin: 6rem auto 0;
    }

    .price-block02-menu-sub-title-box {
        margin: 3rem 0 0;
    }

    .special02 .title40 {
        font-size: 22px;
        line-height: 1.5;
    }

    .special-faq-btn .special-faq-text {
        font-size: 14px;
    }

    .special-faq-content .special-faq-text {
        font-size: 13px;
    }

    .special-faq-btn-in {
        align-items: flex-start;
    }
	

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
