@charset "utf-8";

/* -----------------------------------------------------------
    service-area 共通
-------------------------------------------------------------- */
.jp {
    color: #333;
}

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

}

/* -----------------------------------------------------------
    catch-area
-------------------------------------------------------------- */
.catch-area {
}

/*----- top-block -----*/
.catch-area .top-block {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}

.catch-area .top-block .inner {
    display: flex;
    gap: 80px;
    align-items: center;
}

.catch-area .top-block .txt-wrap {
    width: 50%;
    position: relative;
}

.catch-area .top-block .txt-wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -20px;
    right: 0;
    background: url("../img/ill-man-adrs.svg") center/contain, no-repeat;
    width: 120px;
    height: initial;
    aspect-ratio: 140/144;
}

.catch-area .top-block .img-wrap {
    width: calc( 50% - 80px );
}

.catch-area .top-block .catch {
    font-size: 3.6rem;
    line-height: 1.5;
}

.catch-area .top-block .catch em {
    color: var(--orange);
}

/*----- bottom-block -----*/
.catch-area .bottom-block {
	background: url("../img/bg-grid-white.png") repeat, #F5F4F2;
	background-size: 18px auto;
	
    padding: 60px 0 80px;
    position: relative;
    z-index: 0;
    margin-top: 80px;
}

.catch-area .bottom-block .ex-wrap {
    width: 100%;
}

.catch-area .bottom-block .ex-title {
	display: flex;
	gap: 20px;
}

.catch-area .bottom-block .ex-title .fukidashi {
    width: 200px;
}

.catch-area .bottom-block .ex-title .fukidashi img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

.catch-area .bottom-block .ex-title .jp {
    font-size: 2.8rem;
    margin: 5px 0 0;
}

.catch-area .bottom-block .ill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
}

.catch-area .bottom-block .ill-list-item {
    flex: 1;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 30px rgba(227,227,225,.5);
    text-align: center;
}

.catch-area .bottom-block .ill-list-item .ill-wrap {
    width: 100%;
    text-align: center;
}

.catch-area .bottom-block .ill-list-item .ill-wrap img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 100px;
    object-fit: cover;
}

.catch-area .bottom-block .ill-list-item .list-txt {
    margin: 20px 0 0;
    line-height: 1.7;
    font-weight: bold;
    font-size: 1.5rem;
}

.catch-area .bottom-block .ill-list-item .list-txt em {
    color: var(--orange);
    font-size: 1.7rem;
    margin-bottom: 10px;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .catch-area .top-block {
        padding: 0 0 30px;
    }
    
    .catch-area .top-block .inner {
        flex-wrap: wrap;
        gap: 25px;
        flex-direction: column-reverse;
    }
    
    .catch-area .top-block .txt-wrap {
        width: 100%;
    }
    
    .catch-area .top-block .txt-wrap::after {
        display: none;
    }
    
    .catch-area .top-block .catch {
        font-size: min(6.5cqw,4.0rem);
    }
    
    .catch-area .top-block .img-wrap {
        width: 100%;
        height: 50vw;
    }
    
    .catch-area .bottom-block {
        padding: 30px 0;
        margin-top: 0;
    }
    
    .catch-area .bottom-block .ex-title {
        position: relative;
    }
    
    .catch-area .bottom-block .ex-title::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: -3vw;
        right: 0;
        background: url("../img/ill-man-adrs.svg") center/contain, no-repeat;
        aspect-ratio: 140/144;
        width: 30vw;
        height: initial;
    }
    
	.catch-area .bottom-block .ex-title {
		gap: 10px;
		display: block;
	}
	
    .catch-area .bottom-block .ex-title .fukidashi {
        width: 40vw;
    }
    
    .catch-area .bottom-block .ex-title .jp {
        font-size: 2.4rem;
    }
    
    .catch-area .bottom-block .ill-list {
        gap: 10px;
        margin: 20px 0 0;
        position: relative;
        z-index: 1;
    }
    
    .catch-area .bottom-block .ill-list-item {
        width: 100%;
        padding: 15px;
        text-align: left;
        display: flex;
        gap: 20px;
        align-items: center;
        flex: auto;
    }
    
    .catch-area .bottom-block .ill-list-item .ill-wrap {
        width: 25vw;
        text-align: center;
    }
    
    .catch-area .bottom-block .ill-list-item .ill-wrap img {
        max-width: 25vw;
        max-height: 20vw;
    }
    
    .catch-area .bottom-block .ill-list-item .list-txt {
        margin: 0;
        width: calc( 100% - ( 25vw + 20px ) );
        font-size: 1.5rem;
		line-height: 1.6;
		font-weight: 500;
    }
	
	.catch-area .bottom-block .ill-list-item .list-txt em {
		margin-bottom: 5px;
		font-weight: bold;
	}
	
}

/* -----------------------------------------------------------
    reason-area
-------------------------------------------------------------- */
.reason-area {
    padding: 80px 0 120px;
    position: relative;
}

.reason-area::before {
    content: "";
    background: url(../img/wave-bg01.svg) no-repeat center / contain;
    aspect-ratio: 3600 / 808;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50px;
    right: -100px;
}

.reason-area .section-title {
    text-align: center;
}
.reason-area .section-title .catch {
	font-size: 2.6rem;
	margin: 10px 0 0;
}
.reason-area .section-title .catch em {
	/*display: block;*/
	font-size: 3.4rem;
}
.reason-area .section-title .jp{
	font-size: 2.6rem;
	margin: 0;
}

.reason-area .reason-block-wrap {
    margin: 80px 0 0;
}

.reason-area .reason-block {
    display: flex;
    align-items: center;
    gap: 8%;
}

.reason-area .reason-block + .reason-block {
    margin-top: 80px;
}

.reason-area .reason-block .ill-wrap {
    width: 430px;
    text-align: center;
}

.reason-area .reason-block .ill-wrap img {
    max-width: 430px;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit: cover;
}

.reason-area .reason-block .txt-wrap {
    /*width: calc( 92% - 430px );*/
	width: calc( 100% - 430px );
}

.reason-area .reason-block .txt-wrap .num {
    font-size: 1.5rem;
    background: var(--orange);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-family: var(--en);
    margin: 0 0 20px;
}

.reason-area .reason-block .txt-wrap .sub-catch {
    font-size: 2rem;
    font-weight: bold;
    color: var(--orange);
    margin: 0 0 5px;
	line-height: 1.4;
}

.reason-area .reason-block .txt-wrap .catch {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (min-width: 769px) {
    .reason-area .reason-block:nth-child(odd) {
        flex-direction: row-reverse;
    }
}


@media screen and (max-width: 768px) {
    .reason-area {
        padding: 40px 0;
    }
    
    .reason-area::before {
        top: 12vw;
        right: 0;
        width: 130%;
    }
    
	.reason-area .section-title {
	}
	.reason-area .section-title .catch {
		font-size: 2rem;
		margin: 5px 0 0;
		line-height: 1.4;
	}
	.reason-area .section-title .catch em {
		display: block;
		font-size: 2.6rem;
	}
	.reason-area .section-title .jp{
		font-size: 1.7rem;
		margin: 5px 0 0;
	}
	
	
    .reason-area .reason-block-wrap {
        margin: 0;
    }
    
    .reason-area .reason-block {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0;
        justify-content: center;
        padding: 40px 0 30px;
    }
    
    .reason-area .reason-block:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }
    
    .reason-area .reason-block:last-child{
        padding: 30px 0 0;
    }
    
    .reason-area .reason-block + .reason-block {
        margin-top: 0;
    }
    
    .reason-area .reason-block .ill-wrap {
        max-width: 80vw;
        max-height: 40vw;
        order: 4;
        margin: 0 0 20px;
    }
    
    .reason-area .reason-block .ill-wrap img {
        max-width: 80vw;
        max-height: 40vw;
    }
    
    .reason-area .reason-block .txt-wrap {
        display: contents;
    }
    
    .reason-area .reason-block .txt-wrap .num {
        font-size: 1.4rem;
        margin: 0 0 15px;
        order: 1;
    }
    
    .reason-area .reason-block .txt-wrap .sub-catch {
        font-size: 1.6rem;
        line-height: 1.5;
        order: 2;
        text-align: center;
    }
    
    .reason-area .reason-block .txt-wrap .catch {
        font-size: 2.4rem;
        margin: 0 0 15px;
        order: 3;
        text-align: center;
    }
    
    .reason-area .reason-block .txt-wrap .basic-txt {
        text-align: left;
        order: 5;
    }
}

/* -----------------------------------------------------------
    service-area
-------------------------------------------------------------- */
.service-area {
    padding: 0 0 100px;
    background: var(--beige_2);
}

/*----- top-block -----*/
.service-area .top-block {
    display: flex;
}

.service-area .top-block .bg-wrap {
    width: 45%;
    background: url("../img/medicine-service.jpg") center/cover, no-repeat;
}

.standard .service-area .top-block .bg-wrap {
    background: url("../img/standard-service.jpg") center/cover, no-repeat;
}

.ja-en .service-area .top-block .bg-wrap {
    background: url("../img/ja-en-service.jpg") center/cover, no-repeat;
}

.summary .service-area .top-block .bg-wrap {
    background: url("../img/summary-service.jpg") center/cover, no-repeat;
}

.recording .service-area .top-block .bg-wrap {
    background: url("../img/recording-service.jpg") center/cover, no-repeat;
}

.service-area .top-block .txt-wrap {
    padding: 100px calc( ( 100% - 1200px) / 2 ) 100px 5% ;
    width: 55%;
}

.service-area .top-block .section-title .jp {
    font-size: 2.4rem;
    color: var(--orange);
}

.service-area .top-block .catch {
    font-size: 3.6rem;
}

/*----- bottom-block -----*/
.service-area .bottom-block {
    margin: 100px 0 0;
}

.ja-en .service-area .bottom-block {
    margin: 60px 0 0;
}

.service-area .bottom-block .inner {
    width: 1360px;
}

.service-area .bottom-block .service-block {
    padding: 80px;
    background: #fff;
    position: relative;
}

.ja-en .service-area .bottom-block .service-block {
    padding: 0;
    background: transparent;
}

.service-area .bottom-block .service-block .catch {
    font-size: 3.2rem;
    color: var(--orange);
    line-height: 1.6;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    letter-spacing: .4rem;
}

.service-area .bottom-block .service-block .catch::before,
.service-area .bottom-block .service-block .catch::after {
    content: "";
    width: 1px;
    height: 50px;
    background: var(--orange);
    transform: rotate(-30deg);
}

.service-area .bottom-block .service-block .catch::after {
    transform: rotate(30deg);
}

.service-area .bottom-block .service-block .point-flex {
    display: flex; 
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
}

.service-area .bottom-block .service-block .point-flex .ill-wrap {
    width: 300px;
}

.service-area .bottom-block .service-block .point-flex .ill-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-area .bottom-block .point-box {
    background: #FEF3EB;
    padding: 30px;
    display: flex;
    gap: 30px;
    margin: 0 0 30px;
    border-radius: 10px;
    width: calc( ( 100% - 360px) / 2 );
    position: relative;
    align-items: center;
}

.service-area .bottom-block .point-box::before {
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: #FEF3EB;
    width: 20px;
    height: 30px; 
}

.service-area .bottom-block .point-box:last-child::before {
    right: initial;
    left: -20px;
    transform: translateY(-50%)scale(-1,1);
}

.service-area .bottom-block .point-box .icon-wrap {
   /* width: 70px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-area .bottom-block .point-box .icon-wrap img {
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    object-fit: cover;
}

.service-area .bottom-block .point-box .point-txt {
    line-height: 1.6;
    width: calc( 100% - 100px );
}

.service-area .bottom-block .service-box {
    padding: 60px 80px;
    background: #fff;
    border: 1px solid #E1DACC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.service-area .bottom-block .service-box .num {
    color: var(--orange);
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.8rem;
    margin: 0 0 10px;
    font-family: var(--en);
    display: inline-block;
}

.service-area .bottom-block .service-box .service-box-ttl {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
}

.service-area .bottom-block .service-box .service-catch {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
    background: var(--orange);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.service-area .bottom-block .service-box .txt-wrap {
    width: calc( 100% - 410px);
}

.service-area .bottom-block .service-box .point-wrap {
    margin: 30px 0 0;
    background: var(--beige);
    padding: 40px 20px 20px 30px;
    border-left: 2px solid var(--orange_2);
    position: relative;
}

.service-area .bottom-block .service-box .point-wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: url("../img/ill-man-adrs.svg") center/contain, no-repeat;
    width: 120px;
    height: initial;
    aspect-ratio: 140/144;
}

.service-area .bottom-block .service-box .point-catch {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 20px;
    position: absolute;
    top: -12px;
    /*left: 50%;
    transform: translateX(-50%);*/
	left: 30px;
    background: var(--orange_2);
    padding: 8px 15px;
    border-radius: 20px;
}

.service-area .bottom-block .service-box .point-catch::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: var(--orange_2);
    width: 15px;
    height: 7px;
}

.service-area .bottom-block .service-box .point-list {
    
}

.service-area .bottom-block .service-box .point-list li {
    line-height: 1.5;
    position: relative;
    padding-left: calc( 1.6rem + 5px );
    font-weight: bold;
}

.service-area .bottom-block .service-box .point-list li::before {
    position: absolute;
    content: "\f058";
    font-family: var(--awesome);
    font-weight: bold;
    margin-right: 5px;
    left: 0;
    top: 0;
    color: var(--orange_2);
}

.service-area .bottom-block .service-box .point-list li + li {
    margin-top: 10px;
}

.service-area .bottom-block .service-box .ill-wrap {
    max-width: 350px;
    max-height: 240px;
}

.service-area .bottom-block .service-box .ill-wrap img {
    max-width: 350px;
    max-height: 240px;
    width: auto;
    height: auto;
}

.service-area .bottom-block .service-box +.service-box {
    margin-top: 40px;
}


@media screen and (max-width: 768px) {
    .service-area {
        padding: 0 0 30px;
    }
      
    /*----- top-block -----*/
    .service-area .top-block {
        flex-wrap: wrap;
    }
    
    .service-area .top-block .bg-wrap {
        width: 100%;
        height: 50vw;
    }
    
    .service-area .top-block .txt-wrap {
        padding: 30px 20px 0;
        width: 100%;
    }
    
    .service-area .top-block .section-title .jp {
        font-size: 1.8rem;
    }
    
    .service-area .top-block .catch {
        font-size: 2.4rem;
    }
    
    /*----- bottom-block -----*/
    .service-area .bottom-block {
        margin: 40px 0 0;
    }
    
    .ja-en .service-area .bottom-block {
        margin: 20px 0 0;
    }
    
    .service-area .bottom-block .inner {
        width: 100%;
    }
    
    .service-area .bottom-block .service-block {
        padding: 40px 15px 30px;
    }
    
    .service-area .bottom-block .service-block .catch {
        font-size: 2.0rem;
        top: -15px;
        gap: 20px;
        letter-spacing: .2rem;
        white-space: nowrap;
    }
    
    .service-area .bottom-block .service-block .catch::before,
    .service-area .bottom-block .service-block .catch::after {
        height: 30px;
    }
    
    .service-area .bottom-block .service-block .point-flex {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .service-area .bottom-block .point-box {
        padding: 10px;
        gap: 10px;
        margin: 0;
        width: 100%;
        order: 1;
    }
    
    .service-area .bottom-block .point-box::before {
        display: none;
    }
    
    .service-area .bottom-block .point-box .icon-wrap {
        display: none;
    }
    
    .service-area .bottom-block .point-box .point-txt {
        font-size: 1.4rem;
        width: 100%;
    }
    
    .service-area .bottom-block .service-box {
        padding: 30px 15px 20px;
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }
    
    .service-area .bottom-block .service-box +.service-box {
        margin-top: 20px;
    }
    
    .service-area .bottom-block .service-block .point-flex .ill-wrap {
        width: 50vw;
        order: 2;
    }
    
    .service-area .bottom-block .service-box .txt-wrap {
        width: 100%;
        display: contents;
    }
    
    .service-area .bottom-block .service-box .service-catch {
        font-size: 1.8rem;
        margin: 0 0 20px;
        padding: 0;
        color: var(--orange);
        background: transparent;
        order: 4;
        text-align: center;
    }
    
    .service-area .bottom-block .service-box .num {
        font-size: 1.4rem;
        text-align: center;
        order: 1;
        width: 100%;
    }
    
    .service-area .bottom-block .service-box .service-box-ttl {
        font-size: 2.1rem;
        margin: 0 0 10px;
        order: 2;
        text-align: center;
        width: 100%;
    }
    
    .service-area .bottom-block .service-box .point-wrap {
        margin: 30px 0 0;
        padding: 35px 20px 20px;
        order: 5;
    }
    
    .service-area .bottom-block .service-box .point-catch {
        font-size: 1.4rem;
        margin: 0;
        top: -14px;
        white-space: nowrap;
    }
    
    .service-area .bottom-block .service-box .point-wrap::before {
        display: none;
    }
    
    .service-area .bottom-block .service-box .ill-wrap {
        max-width: 60vw;
        max-height: 40vw;
        order: 3;
        margin: 10px 0 20px;
    }
    
    .service-area .bottom-block .service-box .ill-wrap img {
        max-width: 60vw;
        max-height: 40vw;
        width: auto;
        height: auto;
    }
    
    .service-area .bottom-block .service-box .basic-txt {
        order: 4;
    }
}

/* -----------------------------------------------------------
    option-area
-------------------------------------------------------------- */
.option-area {
    padding: 80px 0;
}

.option-area .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.option-area .catch-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.option-area .catch-wrap .ill-wrap {
    width: 140px;
}

.option-area .catch-wrap .ill-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.option-area .catch-wrap .catch {
    font-size: 2.1rem;
    background: var(--orange);
    padding: 14px 22px 10px;
    color: #fff;
    line-height: 1.5;
    border-radius: 30px;
    position: relative;
}

.option-area .catch-wrap .catch::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 20px;
    height: 20px;
    background: var(--orange);
}

.option-area .option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.option-area .option-list .option-item {
    flex: 1;
    border: 1px solid #EBEBEB;
}

.option-area .option-list .option-item .option-ttl {
    background: #F5F4F2;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px;
}

.option-area .option-list .option-item .option-txt {
    padding: 20px;
}

.option-area .option-list .option-item .btn-more {
    margin: 20px 0 0;
}

.option-area .option-list .option-item .list-txt {
    line-height: 1.8;
}

.option-area .option-list .option-item .price-wrap {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 20px 0 0;
}

.option-area .option-list .option-item .price-wrap .name {
    background: var(--orange);
    color: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.option-area .option-list .option-item .price-wrap .price {
    line-height: 1.3;
    color: var(--orange);
    font-weight: bold;
    font-size: 1.5rem;
}

.option-area .option-list .option-item .price-wrap .price em {
    font-size: 2.4rem;
}


@media screen and (max-width: 768px) {
    .option-area {
        padding: 40px 0;
    }
    
    .option-area .catch-wrap .catch {
        font-size: 1.5rem;
        padding: 12px;
        border-radius: 5px;
    }
    
    .option-area .option-list {
        gap: 20px;
    }
    
    .option-area .option-list .option-item {
        width: 100%;
        flex: auto;
    }
    
    .option-area .option-list .option-item .option-ttl {
        font-size: 1.7rem;
        padding: 10px;
    }
}

/* -----------------------------------------------------------
    price-area
-------------------------------------------------------------- */
.price-area {
    padding: 80px 0;
    background: var(--beige);
}

.recording .price-area {
    background: transparent;
    padding: 80px 0 0;
}

.price-area .price-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E9E2D3;
}

.price-area .price-table + .price-table {
    margin-top: 30px;
}

.price-area .price-table + p {
    margin-top: 30px;
}

.price-area .price-table thead th {
    background: var(--orange);
    color: #fff;
    padding: 18px 10px;
    line-height: 1.3;
}

.price-area .price-table thead th:not(:last-child) {
    border-right: 1px solid #E9E2D3;
}

.price-area .price-table tbody th {
    background: #fff;
    width: 23%;
    border-right: 1px solid #E9E2D3;
    line-height: 1.6;
    padding: 18px 10px;
}

.price-area .price-table tbody td {
    background: #fff;
    padding: 20px 10px;
}

.price-area .price-table tbody td:not(:last-child) {
    border-right: 1px solid #E9E2D3;
}

.price-area .price-table tbody tr:not(:last-child) th,
.price-area .price-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #E9E2D3;
}

.price-area .price-table .table-txt {
    line-height: 1.7;
    text-align: center;
    font-size: 1.4rem;
}

.price-area .price-table .table-txt em {
    font-weight: bold;
    font-size: 180%;
}

.price-area .price-table .table-txt.kome {
    font-size: 1.4rem;
    /*padding-left: 1.4rem;
    text-indent: -1.4rem;
    text-align: left;*/
}


@media screen and (max-width: 768px) {
    .price-area {
        padding: 40px 0;
    }
    
    .recording .price-area {
        padding: 40px 0 0;
    }
    
    .price-area .price-table + .price-table {
        margin: 0;
    }
    
    .price-area .price-table td[data-title]::before {
        color: #fff;
        content: attr(data-title);
        font-weight: bold;
        padding: 15px 10px;
        background: var(--orange);
        display: block;
        text-align: center;
    }
    
    .recording .price-area .price-table td[data-title]::before {
        background: var(--orange_3);
        color: #333;
    }
    
    .price-area .price-table thead th {
        display: none;
    }
    
    .price-area .price-table tbody th {
        background: var(--orange);
        color: #fff;
        width: 40%;
        padding: 10px;
    }
    
    .price-area .price-table tbody td {
        display: block;
        padding: 0 0 15px;
    }
    
    .price-area .price-table .table-txt:first-child {
        padding: 15px 10px 0;
    }
    
    .price-area .price-table + p {
        margin-top: 15px;
    }
}

/* -----------------------------------------------------------
    case-area
-------------------------------------------------------------- */
.case-area {
    padding: 80px 0 100px;
}

.case-area .case-block {
    background: var(--beige_2);
    padding: 60px;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

.case-area .case-block .person-wrap {
    text-align: center;
}

.case-area .case-block .person-wrap .person-txt {
    margin: 20px 0 0;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.5rem;
}

.case-area .case-block .case-catch {
    font-size: 2.8rem;
    line-height: 2.0;
    font-weight: bold;
    margin: 20px 0 0;
}

.case-area .case-block .case-catch em {
    color: var(--orange);
}

.case-area .case-block .case-catch .white-bg {
    background: #fff;
    padding: 5px 10px;
}

.case-area .case-block .case-table {
    text-align: left;
    padding: 20px 0;
    border-collapse: collapse;
    width: 100%;
	border-top: 1px dashed #C1B69F;
}

.case-area .case-block .case-table th {
    padding: 20px 40px 20px 0;
    border-bottom: 1px dashed #C1B69F;
    width: 15%;
}

.case-area .case-block .case-table td {
    padding: 20px 0;
    border-bottom: 1px dashed #C1B69F;
    line-height: 1.6;
    width: 85%;
}

.case-area .case-block .case-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.case-area .case-block .case-list .case-list-item {
    flex: 1;
    background: #fff;
    border-top: 3px solid var(--orange);
    padding: 30px;
}

.case-area .case-block .case-list .case-list-ttl {
    text-align: center;
}

.case-area .case-block .case-list .case-txt {
    line-height: 1.8;
}


@media screen and (max-width: 768px) {
    .case-area {
        padding: 40px 0;
    }
    
    .case-area .case-block {
        padding: 20px;
        margin: 20px 0 0;
        gap: 20px;
    }
    
    .case-area .case-block .person-wrap {
        width: 80px;
        position: relative;
    }
    
    .case-area .case-block .person-wrap .icon-wrap {
        width: 80px;
    }
    
    .case-area .case-block .person-wrap .person-txt {
        margin: 10px 0 0;
        font-size: 1.2rem;
    }
    
    .case-area .case-block .case-catch {
        font-size: 1.8rem;
        line-height: 1.6;
        width: calc( 100% - 100px);
        margin: 0;
    }
    
    .case-area .case-block .case-catch .white-bg {
        background: transparent;
        padding: 0;
        display: contents;
    }
    
    .case-area .case-block .case-table {
        padding: 0;
		border: none;
    }
    
    .case-area .case-block .case-table th {
        padding: 15px 10px;
        display: block;
        border-bottom: none;
        background: #e3d8cd;
        width: 100%;
    }
    
    .case-area .case-block .case-table td {
        padding: 15px 10px;
        display: block;
        border-bottom: none;
        width: 100%;
    }
    
    .case-area .case-block .case-list {
        gap: 20px;
    }
    
    .case-area .case-block .case-list .case-list-item {
        padding: 20px;
        flex: auto;
        width: 100%;
    }
}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
.flow-area {
    padding: 80px 0;
    background: var(--beige);
}

.flow-area .flow-list {
    margin: 60px 0 0;
}

.flow-area .flow-list .flow-list-item {
    background: #fff;
    padding: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    box-shadow: 2px 2px 30px rgba(227,227,225,.5);
}

.flow-area .flow-list .flow-list-item::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 9px;
    height: 9px;
    background: var(--orange);
    border-radius: 5px;
}

.flow-area .flow-list .flow-list-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc( 100% + 50px );
    background: var(--orange);
}

.flow-area .flow-list .flow-list-item:last-child::after {
    height: 100%;
}

.flow-area .flow-list .flow-list-item + .flow-list-item {
    margin-top: 50px;
}

.flow-area .flow-list .flow-num {
    color: var(--orange);
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 40px;
    font-family: var(--en);
}

.flow-area .flow-list .flow-num em {
    font-size: 3.0rem;
}

.flow-area .flow-list .ill-wrap {
    width: 300px;
    text-align: center;
}

.flow-area .flow-list .ill-wrap img {
    max-width: 300px;
    max-height: 160px;
    width: auto;
    height: auto;
}

.flow-area .flow-list .flow-txt-wrap {
    width: calc( 100% - 340px);
}

.flow-area .flow-list .flow-ttl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
}

.flow-area .flow-list .flow-ttl .accordion-icon {
    display: none;
}

@media screen and (max-width: 768px) {
    .flow-area {
        padding: 40px 0;
    }
    
    .flow-area .flow-list {
        margin: 40px 0 0;
    }
    
    .flow-area .flow-list .flow-list-item {
        padding: 25px 20px;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .flow-area .flow-list .flow-list-item + .flow-list-item {
        margin-top: 30px;
    }
    
    .flow-area .flow-list .flow-list-item::after {
        height: calc( 100% + 30px );
    }
    
    .flow-area .flow-list .flow-num {
        font-size: 1.4rem;
        left: 20px;
        top: -14px;
    }
    
    .flow-area .flow-list .flow-num em {
        font-size: 2.4rem;
    }
    
    .flow-area .flow-list .flow-txt-wrap {
        width: 100%;
        display: contents;
    }
    
    .flow-area .flow-list .flow-ttl {
        font-size: 1.8rem;
        order: 2;
        margin: 0;
        width: calc( 100% - ( 20px + 20vw ) );
        position: relative;
    }
    
    .flow-area .flow-list .flow-ttl .accordion-icon {
        right: 0;
        display: inline-block;
    }
    
    .flow-area .flow-list .ill-wrap {
        width: 20vw;
        order: 1;
    }
    
    .flow-area .flow-list .ill-wrap img {
        max-width: 20vw;
        max-height: 16vw;
        width: auto;
        height: auto;
    }
    
    .flow-area .flow-list .basic-txt {
        order: 3;
        display: none;
    }
}

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


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

}
