@charset "utf-8";

/* -----------------------------
	親権・共同離婚について
-------------------------------- */
.breadcrumbs::before{
	position: absolute;
    content: "";
    width: 100vw;
    height: 61px;
    left: 0;
    top: 390px;
    background: #fff;
}
.shinken-area{
	position: relative;
}
.en-scroll{
	transition: all .3s;
    opacity: 1;
    animation: scrolltxt 5s linear infinite;
    position: absolute;
    top: 20px;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0%);
    white-space: nowrap;
	/* z-index: 2; */
}
.en-scroll p{
	font-family: var(--font-en);
    font-size: 20.0rem;
    font-weight: bold;
	color: var(--rightblue);
	/* color: red;
	opacity: 20%; */
    display: block;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    line-height: 1;
    /* animation: scrollAnime 50s linear infinite; */
    padding: 0 0 0 30px;
}
@keyframes scrolltxt{
	0%{
		transform: translate(-40%, 0%)}
	100%{
		transform: translate(-60%, 0%)}
}
.bg-wht.msg{
	padding: 70px 0 0;
}
.message-area {
	padding: 40px 0;
}
.message-area .bg-wrap{
	display: flex;
	justify-content: space-between;
	padding: 0px;
	gap: 40px;
	width: calc(100% - 80px);
}
.message-area .bg-wrap::before{
	display: none;
}
.message-area .bg-wrap .txt-box{
	padding: 60px 0 60px 70px;
	padding: 40px 0 40px 40px;
	/* width: 590px; */
	width: calc(100% - 420px);
	width: calc(100% - 450px);
}
.message-area .bg-wrap .img{
	height: 262px;
    width: 420px;
}
.message-area .bg-wrap .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flow-area{
	background-color: #fff;
}
.flow-area .inner{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 60px;
	justify-content: space-between;
	padding: 60px 0 120px;
}
.flow-area .txt-box{
	width: calc(100% - 440px);
}
.flow-area .txt-box .ttl-box{
	margin: 0 0 10px;
}
.flow-area .img{
	width: 380px;
}
.flow-area .img img{
	object-fit: cover;
	height: 100%;
}
.flow-area .judge-box{
	width: 100%;
	padding: 40px;
	background-color: var(--rightblue);
	border-radius: 8px;
}
.flow-area .judge-box .fs-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.flow-area .judge-box .fs-box .txt-box{
	width: calc(100% - 400px);
}
.flow-area .judge-box .fs-box .img{
	width: 360px;
}
.flow-area .judge-box .fs-box .img img{
	border-radius: 8px;
}
.flow-area .judge-box .ttl{
	font-size: 2.6rem;
	color: var(--main-color);
	margin: 0 0 15px;
	font-weight: 500;
}
.flow-area .judge-box .child-box{
	padding: 40px 30px 30px;
    border-radius: 8px;
    position: relative;
    margin: 45px 0 0;
	background-color: #FFFBD2;
	background: #fff;
}
.flow-area .judge-box .child-box .ttl{
    font-size: 2.0rem;
    line-height: 1;
    display: inline-block;
    padding: 8px 15px 8px 40px;
    margin: 0;
    position: absolute;
    top: -20px;
	border-radius: 20px;
	background-color: var(--yellow);
}
.flow-area .judge-box .child-box .ttl svg{
	position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px){
	.page-title-area .section-title .en{
		font-size: 1.4rem;
	}
	.bg-wht.msg{
		padding: 40px 20px 40px;
	}
	.message-area{
		padding: 20px;
	}
	.message-area .bg-wrap{
		flex-wrap: wrap;
		width: 100%;
		gap: 20px;
	}
	.message-area .bg-wrap .img{
		width: 100%;
		height: 200px;
		order: 0;
	}
	.message-area .bg-wrap .txt-box{
		width: 100%;
		order: 1;
		padding: 0 20px 20px;
	}
	.flow-area .inner{
		padding: 20px 20px 40px;
		gap: 20px;
	}
	.flow-area .txt-box{
		width: 100%;
	}
	.flow-area .txt-box .ttl-box{
		margin: 0 0 20px;
	}
	.flow-area .judge-box{
		padding: 30px 20px;
	}
	.flow-area .judge-box .fs-box{
		flex-wrap: wrap;
	}
	.flow-area .judge-box .fs-box .txt-box{
		width: 100%;
	}
	.flow-area .judge-box .ttl{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.flow-area .judge-box .ttl{
		width: 100%;
	}
	.flow-area .judge-box .fs-box .img{
		width: 100%;
		margin: 0 0 15px;
	}
	.flow-area .judge-box .child-box .ttl{
		width: fit-content;
		font-size: 1.6rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.flow-area .judge-box .child-box{
		padding: 30px 20px 20px;
	}
	.bg-wht.msg02 {
        padding: 20px 20px 40px;
    }
}


.rikon-area{
	position: relative;
	padding: 120px 0 0;
}
.merit-area {
	background-color: #fff;
}
.merit-area .inner{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	padding: 60px 0 80px;
}
.merit-area .txt-box .ttl-box{
	margin: 0 0 10px;
}
.merit-area .what-box{
	width: 100%;
	padding: 40px;
	background-color: var(--rightblue);
	border-radius: 8px;
}
.merit-area .what-box .ttl{
	font-size: 2.6rem;
	color: var(--main-color);
	margin: 0 0 15px;
}
.case-area::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -431px;
    background-color: #fff;
    z-index: -1;
}
.point-area,
.faq-area{
	background-color: #fff;
}
.bg-wht{
	background-color: #fff;
}
.column-area{
	border-bottom: solid 1px #DBE3E8;
	background-color: #fff;
}
@media screen and (max-width: 768px){
	.merit-area .inner{
		padding: 0 20px 60px;
		gap: 20px;
	}
	.merit-area .what-box{
		padding: 30px 20px;
	}
	.merit-area .what-box .ttl{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.case-area::before{
		left: 0;
	}
}