@charset "UTF-8";
/* CSS Document */

/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #151515;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho: "Noto Serif JP", serif;
    --cormorant:"Cormorant", serif;
    --garamond:"Garamond", serif;
    --mv-font-serif: "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", "Times New Roman", Georgia, serif;
    --mv-font-sans: "Yu Gothic", "YuGothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
    --orange:#db824c;
    --blue:#66a8ae;
    --red:#9e0110;
    --gold:#9d8501;
    --yellow:#f4f5b4;
	--pink:#c94866;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
	overflow-y: auto;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.divorce-seo img{
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}




@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}


  /*** 共通 ***/
.divorce-seo{
  color: #000;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/*.divorce-seo p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}*/

.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.divorce-seo section{
  padding: 150px 0;
}
.divorce-seo section.lp_office{
  padding: 50px 0;
  background-color: #f1f1f1;
}
.divorce .divorce-seo h2{
  font-family: var(--mincho);
  color: #151515;
  font-size: clamp(36px, 2.08333vw, 40px);
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.divorce .divorce-seo h2 .txt-big{
  font-size: clamp(48px, 2.8125vw, 54px);
  color: var(--red);
}
.divorce .divorce-seo h2 .txt-small{
	font-size: clamp(20px, 1.25vw, 24px);
	margin-top: -0.3em;
	display: inline-block;
	position: relative;
	top: 0.3em;
	line-height: 1.3;
}

.divorce-seo h3,.divorce-seo h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.divorce-seo h3{
	font-weight: 600;
}
.divorce-seo h3 .txt-red,
p.section-omakase-infobox-title .txt-red{
	font-weight: 700;
}
.txt-orange{color: var(--orange);}
.txt-blue{color: var(--blue);}
.txt-red{color: var(--red);}
.txt-yellow{color: var(--yellow);}
.txt-pink{color: var(--pink);}
.txt-bold{font-weight: 600;}
.marker{
  background-color: #fddad7;
  padding: 0 3px;
  font-weight: 600;
}
.dot{
  position: relative;
}
.touten{
  width: 0.6em;
  display: inline-block;
}

.txt-box{
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p{
	font-size: 18px;
  color: #151515;
}
.txt-box p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 1536px){
  .divorce .divorce-seo h2{
    font-size: clamp(32px, 2.604166vw, 36px);
    margin-bottom: 60px;
  }
	.divorce .divorce-seo h2 .txt-small{
		font-size: clamp(20px, 1.5625vw, 24px);
	}
}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  .divorce-seo section{
    padding: 120px 0;
  }
  .divorce .divorce-seo h2{
    font-size: clamp(30px, 3.125vw, 34px);
    margin-bottom: 50px;
  }
	.divorce .divorce-seo h2 .txt-small{
		font-size: clamp(18px, 1.875vw, 22px);
	}


}
@media screen and (max-width: 767px){
  .divorce-seo section{
    padding: 80px 0;
  }
  .divorce .divorce-seo h2{
    font-size: clamp(26px, 5vw, 30px);
    margin-bottom: 40px;
  }
  	.divorce .divorce-seo h2 .txt-small{
		font-size: clamp(18px, 3vw, 20px);
	}
  .txt-box p{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  .divorce-seo section{
    padding: 60px 0;
  }
  .divorce .divorce-seo h2{
    font-size: clamp(24px, 6.5vw, 26px);
    margin-bottom: 40px;
  }
	.divorce .divorce-seo h2 .txt-small{
		font-size: clamp(16px, 3.8vw, 18px);
	}

}

/* MV */
.mv,.webp .mv{
	margin-top: 93px;
	width: 100%;
	height: 31.25vw;
	background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png"),url("../divorce/img/mv-bg.jpg");
	background-size: contain,cover;
	background-position: right center,left center;
	background-repeat: no-repeat;
	overflow: hidden;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	font-family: var(--mv-font-sans);
}
.webp .mv{
	background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png.webp"),url("../divorce/img/mv-bg.jpg.webp");
	background-size: contain,cover;
	background-position: right center,left center;
	background-repeat: no-repeat;
}
.mv .inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.mv h1{
	font-family: var(--mv-font-serif);
	/*font-size: 60px;*/
	font-size: clamp(48px,3.125vw,60px);
	color: #39192d;
	line-height: 1.2;
	font-weight: 500;
}
.mv h1 .txt-big{
	/*font-size: 80px;*/
	font-size: clamp(60px,4.16667vw,80px);
	color: #cc4864;
	font-weight: 600;
}
.mv-pr{
	min-width: 410px;
	height: 60px;
	border-radius: 100px;
	margin-bottom: 20px;
	font-family: var(--mv-font-serif);
	background-color: #39192d;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font-size: 28px;
	/*font-size: clamp(24px,1.4583333vw,28px);*/
	padding: 10px;
	font-weight: 500;
}
.mv .sub-title{
	font-family: var(--mv-font-serif);
	max-width: 720px;
	text-align: center;
	/*font-size: 24px;*/
	font-size: clamp(22px,1.25vw,24px);
	font-weight: 500;
	line-height: 1.3;
	border-top: 2px solid #2a0c0c;
	border-bottom: 2px solid #2a0c0c;
	padding: 7px 30px 5px;
    margin: 20px 0 30px;
    width: fit-content;
}
.mv-flex{
	font-family: var(--mv-font-serif);
	max-width: 720px;
	display: flex;
	justify-content: space-between;
}
.mv-flex-box{
	background: url("../divorce/img/mv-left.png"),url("../divorce/img/mv-right.png");
	background-position: left center,right center;
	background-repeat: no-repeat;
	width: fit-content;
	min-height: 74px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mv-flex-box.box01{
	max-width: 400px;
	width: 55%;
}
.mv-flex-box.box02{
	max-width: 310px;
	width: 44%;
}
.mv-flex-box-title{
	display: flex;
	gap: 10px;
}
.mv-flex-box-title-left{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
.mv-flex-box-title-right{
	/*font-size: 24px;*/
	font-size: clamp(22px,1.25vw,24px);
}
.mv-flex-box-title-right .txt-big{
	/*font-size: 52px;*/
	font-size: clamp(40px,2.7083333vw,52px);
	color: #bf701c;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0;
}
.mv-flex-box-note{
	font-size: 10px;
	font-weight: 500;
}
@media screen and (min-width: 1921px){
	.mv,.webp .mv{
		margin-top: 93px;
		height: 600px;
	}
	.mv h1{
		font-size: 60px;
	}
	.mv h1 .txt-big{
		font-size: 80px;
	}
	.mv .sub-title{
		font-size: 24px;
		padding: 7px 10px 5px;
	}
	.mv-flex-box-title-right{
		font-size: 24px;
	}
	.mv-flex-box-title-right .txt-big{
		font-size: 52px;
	}
}
@media screen and (max-width: 1536px){
	.mv,.webp .mv{
		height: 35vw;
		background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png"),url("../divorce/img/mv-bg.jpg");
		background-size: contain,cover;
		background-position: right -100px center,left center;
		background-repeat: no-repeat;
	}
	.webp .mv{
		background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png.webp"),url("../divorce/img/mv-bg.jpg.webp");
		background-size: contain,cover;
		background-position: right -100px center,left center;
		background-repeat: no-repeat;
	}
	.mv h1{
		font-size: clamp(46px,3.90625vw,60px);
	}
	.mv h1 .txt-big{
		font-size: clamp(56px,5.20833vw,80px);
	}
	.mv-pr{
		min-width: 390px;
		height: 56px;
		margin-bottom: 20px;
		font-size: 26px;
	}
	.mv .sub-title{
		max-width: 720px;
		font-size: clamp(22px,1.5625vw,24px);
		padding: 7px 30px 5px;
        margin: 20px 0 25px;
	}
	.mv-flex{
		max-width: 700px;
	}
	.mv-flex-box-title-right{
		font-size: clamp(20px,1.5625vw,24px);
	}
	.mv-flex-box-title-right .txt-big{
		font-size: clamp(36px,3.3854167vw,52px);
	}
}
@media screen and (max-width: 1280px){
	.mv,.webp .mv{
		height: 42vw;
		background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png"),url("../divorce/img/mv-bg.jpg");
		background-size: contain,cover;
		background-position: right -15vw center,left center;
		background-repeat: no-repeat;
	}
	.webp .mv{
		background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png.webp"),url("../divorce/img/mv-bg.jpg.webp");
		background-size: contain,cover;
		background-position: right -15vw center,left center;
		background-repeat: no-repeat;
	}
	.mv h1{
		font-size: 4.6875vw;
	}
	.mv h1 .txt-big{
		font-size: 6.25vw;
	}
	.mv-pr{
		min-width: 31vw;
        height: 5vw;
		margin-bottom: 1.5vw;
		font-size: 2.1875vw;
	}
	.mv .sub-title{
		max-width: 720px;
		font-size: 1.875vw;
		padding: 7px 2.3vw 5px;
        margin: 1.5vw 0 2vw;
	}

	.mv-flex{
		max-width: 56vw;
	}
	.mv-flex-box{
		background: url("../divorce/img/mv-left.png"),url("../divorce/img/mv-right.png");
		background-position: left center,right center;
		background-repeat: no-repeat;
		background-size: contain;
		min-height: 5.8vw;
	}
	.mv-flex-box.box01{
		max-width: 400px;
		width: 55%;
	}
	.mv-flex-box.box02{
		max-width: 310px;
		width: 44%;
	}
	.mv-flex-box-title{
		gap: 1vw;
	}
	.mv-flex-box-title-left{
		font-size: 1.40625vw;
	}
	.mv-flex-box-title-right{
		font-size: 1.875vw;
	}
	.mv-flex-box-title-right .txt-big{
		font-size: 4.0625vw;
	}
	.mv-flex-box-note{
		font-size: 9px;
	}
}
@media screen and (max-width: 1194px){
	.mv, .webp .mv {
		margin-top: 85px;
	}
}
@media screen and (max-width: 1024px){
	.mv,.webp .mv{
		height: 46vw;
		background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png"),url("../divorce/img/mv-bg.jpg");
		background-size: contain,cover;
		background-position: right -18vw center,left center;
		background-repeat: no-repeat;
	}
	.webp .mv{
		background: url("../divorce/img/mv-img_shukiko-okamoto_masahiro-tsuji.png.webp"),url("../divorce/img/mv-bg.jpg.webp");
		background-size: contain,cover;
		background-position: right -18vw center,left center;
		background-repeat: no-repeat;
	}
	.mv h1{
		font-size: 4.9vw;
	}
	.mv h1 .txt-big{
		font-size: 6.6vw;
	}
	.mv-pr{
		min-width: 33vw;
        height: 5.5vw;
		margin-bottom: 1vw;
		font-size: 2.3vw;
	}
	.mv .sub-title{
		max-width: 720px;
		font-size: 2vw;
		padding: 7px 2.25vw 5px;
        margin: 1vw 0 1.5vw;
	}

	.mv-flex{
		max-width: 59vw;
	}
	.mv-flex-box{
		min-height: 5.8vw;
	}
	.mv-flex-box-title{
		gap: 1vw;
	}
	.mv-flex-box-title-left{
		font-size: 1.6vw;
	}
	.mv-flex-box-title-right{
		font-size: 2vw;
	}
	.mv-flex-box-title-right .txt-big{
		font-size: 4.3vw;
	}
	.mv-flex-box-note{
		font-size: 9px;
		padding: 0 3vw;
		text-align: center;
	}
	.mv-flex-box-note span{
		display: inline-block;
	}
}
@media screen and (max-width: 768px){
	.mv,.webp .mv{
		height: 110vw;
		background: url("../divorce/img/mv-bg-sp_shukiko-okamoto_masahiro-tsuji.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.webp .mv{
		background: url("../divorce/img/mv-bg-sp_shukiko-okamoto_masahiro-tsuji.jpg.webp");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.mv .inner{
		justify-content: flex-start;
		align-items: center;
		text-align: center;
		padding-top: 6vw;
		width: 92%;
	}
	.mv h1{
		font-size: 7.4vw;
	}
	.mv h1 .txt-big{
		font-size: 10vw;
	}
	.mv-pr{
		min-width: 50vw;
        height: 8vw;
		margin-bottom: 2vw;
		font-size: 3.5vw;
		border-radius: 2.5vw;
		padding-top: 2vw;
		line-height: 1;
	}
	.mv .sub-title{
		max-width: 100%;
		font-size: 3.2vw;
		padding: 1.2vw 0 1vw;
        margin: 2vw 0 4vw;
	}

	.mv-flex{
		max-width: 100%;
	}
	.mv-flex-box{
		background: url(../divorce/img/mv-left.png), url(../divorce/img/mv-right.png);
        background-position: left top, right top;
        background-repeat: no-repeat;
        background-size: 5vw auto;
		min-height: 5.8vw;
		padding: 0 4vw;
	}
	.mv-flex-box.box01{
		max-width: 100%;
		width: auto;
	}
	.mv-flex-box.box02{
		max-width: 100%;
		width: 42%;
	}
	.mv-flex-box-title{
		gap: 1vw;
		white-space: nowrap;
	}
	.mv-flex-box-title-left{
		font-size: 2.8vw;
		text-align: left;
		letter-spacing: 0;
	}
	.mv-flex-box-title-right{
		font-size: 3.5vw;
	}
	.mv-flex-box-title-right .txt-big{
		font-size: 7vw;
	}
	.mv-flex-box-note{
		font-size: 9px;
		padding: 0 3vw;
		text-align: center;
	}
	.mv-flex-box-note{
		font-size: 9px;
		padding: 0 3vw;
		line-height: 1.2;
		text-align: center;
		margin-top: 1vw;
	}
	.mv-flex-box-note span.info_cumulative_period_divorce_comm{
		display: block;
	}
}
@media screen and (max-width: 599px){
	.mv,.webp .mv{
		margin-top: 71px;
	}
}
@media screen and (max-width: 500px){
	.mv .inner{
		padding-top: 5vw;
	}
	.mv-pr{
		padding-top: 3vw;
	}
	.mv-flex-box{
		padding: 0 3.5vw;
	}
	.mv-flex-box-note {
        font-size: 8px;
	}
    .mv .sub-title {
        margin: 2vw 0 3vw;
    }
}

/* CV */
.cv,.webp .cv{
	background: url("../divorce/img/cv-bg.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 30px 0;
}
.webp .cv{
	background: url("../divorce/img/cv-bg.jpg.webp");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}
.cv-title{
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-family: var(--mincho);
	font-weight: 600;
}
.cv-box{
	background-color: #fff;
	padding: 25px 0 30px;
	margin: 20px 0 30px;
	position: relative;
}
.cv-pr{
	width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #960c16;
    position: absolute;
    top: -50px;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
.cv-pr .txt {
    font-family: var(--mincho);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2 !important;
}
.cv-pr .txt .txt-big {
    font-size: 36px;
    display: inline-block;
    line-height: 1;
	font-style: italic;
}
.cv-pr .txt .txt-yellow {
    position: relative;
	font-weight: 500;
    font-size: 24px;
}
.cv-pr .txt .txt-yellow .kome {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -6px;
    color: #fff;
}
.cv-flex {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
}
.cv-flex-tel {
    padding-left: 0.75em;
    font-size: 68px;
    line-height: 1;
}
.cv-flex-tel a {
    font-family: var(--mincho);
    position: relative;
    /* font-size: clamp(60px, 3.8541667vw, 74px); */
    font-size: 68px;
	font-weight: 600;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
}
.cv-flex-tel a::before {
    content: "";
    background: url(../divorce/img/icon-tel.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    top: 0.23em;
    left: -0.75em;
}
.cv-flex-tel-note {
    background-color: #f5f2f2;
    padding: 5px 5px 7px;
    margin-top: 5px;
    gap: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
.cv-flex-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
}
.line-btn.sp-btn {
    display: none;
}
.cv-flex-btn a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
	color: #1d1d1d;
    text-decoration: underline;
}
.cv-flex-btn a.mail-btn::before {
    content: "";
    background: url(../divorce/img/cv_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
}
.cv-flex-btn a.line-btn::before {
    content: "";
    background: url(../divorce/img/cv_line.svg), #06c755;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.cv-note {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.cv-pr-maru{
	display: none;
}
@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
	.cv,.webp .cv{
		padding: 25px 0;
	}
	.cv-title{
		font-size: 32px;
	}
	.cv-box{
		padding: 20px 0 25px;
		margin: 15px 0 25px;
	}
    .cv-pr {
        width: 120px;
        height: 120px;
        top: -60px;
        left: -40px;
    }
    .cv-pr .txt {
        font-size: 16px;
    }
	.cv-pr .txt .txt-big {
		font-size: 30px;
	}
	.cv-pr .txt .txt-yellow {
		font-size: 20px;
	}
	.cv-pr .txt .txt-yellow .kome {
		font-size: 10px;
		top: -6px;
	}
	.cv-flex-tel{
		font-size: 60px;
	}
	.cv-flex-tel a{
		font-size: 60px;
	}
	.cv-flex{
		max-width: 680px;
	}
}
@media screen and (max-width: 1024px){
	.cv-flex-tel{
		font-size: 52px;
	}
	.cv-flex-tel a{
		font-size: 52px;
	}
	.cv-flex-tel-note{
		font-size: 14px;
	}
	.cv-flex {
        max-width: 600px;
    }
}
@media screen and (max-width: 819px){
	.cv-box {
		padding-left: 40px;
	}
}
@media screen and (max-width: 768px){
	.cv,.webp .cv{
		padding: 20px 0;
	}
	.cv-title{
		font-size: 26px;
	}
    .cv-box {
        padding: 30px 0 20px;
        margin: 40px 0 15px;
    }
	.cv-pr {
        width: 80%;
        max-width: 400px;
        height: auto;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        padding: 7px 0 9px;
    }
	.cv-pr .txt .cv-pr-maru {
        display: inline-block;
    }
    .cv-pr br {
        display: none;
    }
    .cv-pr .txt {
        font-size: 18px;
    }
    .cv-pr .txt .txt-big {
        font-size: 36px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 24px;
    }
    .cv-flex {
        flex-direction: column;
        gap: 20px;
		width: 90%;
		max-width: 100%;
		margin: 0 auto;
    }
    .cv-flex-tel {
        font-size: 10vw;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        width: fit-content;
        margin: 0 auto;
    }
    .cv-flex-tel a {
        font-size: 10vw;
        text-align: center;
    }
    .cv-flex-tel a::before {
        display: inline-block;
        position: unset;
    }
    .cv-flex-tel-note {
        margin-top: 10px;
		font-size: 16px;
    }
    .cv-flex-btn {
        flex-direction: row;
    }
	.line-btn.pc-btn {
		display: none;
	}
	.line-btn.sp-btn {
		display: block;
	}
	.cv-note{
		font-size: 10px;
	}
}
@media screen and (max-width: 500px){
	.cv-box {
        padding: 30px 0 20px;
        margin: 30px 0 15px;
    }
    .cv-title {
        font-size: 24px;
    }
	.cv-pr {
        max-width: 340px;
        width: 90%;
        top: -22px;
    }
    .cv-pr .txt {
        font-size: 16px;
    }
    .cv-pr .txt .txt-big {
        font-size: 30px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 20px;
    }
	.cv-flex-tel {
		font-size: 11vw;
	}
    .cv-flex-tel a {
        font-size: 11vw;
    }
    .cv-flex-tel-note {
        margin-top: 10px;
        font-size: 14px;
		letter-spacing: 0;
    }
	.cv-flex-tel-maru{
		display: inline-block;
		width: 0.8em;
		margin-left: -0.2em;
	}
	.cv-flex {
        flex-direction: column;
        gap: 10px;
    }
    .cv-flex-btn a {
        font-size: 12px;
        padding-left: 15px;
        letter-spacing: 0;
    }
    .cv-flex-btn a.mail-btn::before {
        width: 16px;
        height: 16px;
        top: 2px;
        left: -2px;
    }
	.cv-flex-btn a.line-btn::before {
        width: 16px;
        height: 16px;
        top: 2px;
        left: -2px;
    }
	.cv-note{
		font-size: 9px;
	}
}
@media screen and (max-width: 370px){
    .cv-title {
        font-size: 20px;
    }
	.cv-pr {
		top: -20px;
		width: 94%;
	}
	.cv-pr .txt {
        font-size: 14px;
    }
    .cv-pr .txt .txt-big {
        font-size: 24px;
    }
    .cv-pr .txt .txt-yellow {
        font-size: 18px;
    }
	.cv-flex-tel-note {
		font-size: 12px;
	}

}

/* 離婚をお考えの方へ */
.sec01{
	background: url("../divorce/img/sec01-bg.jpg");
	background-size: cover;
	background-position:center right;
	background-repeat: no-repeat;
}
.webp .sec01{
	background: url("../divorce/img/sec01-bg.jpg.webp");
	background-size: cover;
	background-position:center right;
	background-repeat: no-repeat;
}
.sec01-flex{
	display: flex;
}
.sec01-flex-img,.webp .sec01-flex-img{
	background: url("../divorce/img/sec01-img_masahiro-tsuji.png");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	width: 575px;
	height: 450px;
	border-radius: 0 20px 20px 0;
}
.webp .sec01-flex-img{
	background: url("../divorce/img/sec01-img_masahiro-tsuji.png.webp");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}
.sec01-flex-right{
	/*width: 410px;*/
	width: calc(100% - 1465px);
}
.sec01-flex-content{
	/*width: calc(100% - 985px);*/
	width: 890px;
	display: flex;
	align-items: center;
}
.divorce .sec01 h2{
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.sec01 h2::before{
	content: "";
	width: 60px;
	height: 4px;
	background-color: var(--pink);
	position: absolute;
	bottom: 0;
	left: 0;
}

.btn-flex{
	display: flex;
}
.btn-flex-left,.btn-flex-right{
	width: 50%;
	height: 300px;
	background: url("../divorce/img/btn-flex-left-bg.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: var(--mincho);
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;
}
.btn-flex-right{
	width: 50%;
	height: 300px;
	background: url("../divorce/img/btn-flex-right-bg.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	font-size: 28px;
}
.btn-flex-left .txt-big{
	font-size: 46px;
}
.btn-flex-right .txt-big{
	font-size: 40px;
}
.btn-flex-left::before{
	content: "";
	background: url("../divorce/img/btn-flex-left-icon.png");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top:50%;
	right: 45px;
	transform: translateY(-50%);
}
.btn-flex-right::before{
	content: "";
	background: url("../divorce/img/btn-flex-right-icon.png");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top:50%;
	right: 45px;
	transform: translateY(-50%);
}

@media screen and (max-width: 1536px){
	.sec01-flex-img,.webp .sec01-flex-img{
		width: 431px;
		height: 338px;
	}
	.sec01-flex-content{
		width: 800px;
	}
	.sec01-flex-right{
		width: calc(100% - 1231px);
	}

	.btn-flex-left{
		font-size: 30px;
	}
	.btn-flex-right{
		font-size: 28px;
	}
	.btn-flex-left .txt-big{
		font-size: 42px;
	}
	.btn-flex-right .txt-big{
		font-size: 36px;
	}

}
@media screen and (max-width: 1280px){
	.divorce .sec01 h2{
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.sec01-flex-img,.webp .sec01-flex-img{
		background: url("../divorce/img/sec01-img_masahiro-tsuji.png");
		background-size: cover;
		background-position:center left -50px;
		background-repeat: no-repeat;
		width: 345px;
		height: 270px;
	}
	.webp .sec01-flex-img{
		background: url("../divorce/img/sec01-img_masahiro-tsuji.png.webp");
		background-size: cover;
		background-position:center left -50px;
		background-repeat: no-repeat;
	}
	.sec01-flex-content{
		width: 700px;
		margin-left: -50px;
	}
	.sec01-flex-right{
		width: calc(100% - 995px);
	}

	.btn-flex-left,.btn-flex-right{
		width: 50%;
		height: 250px;
	}
	.btn-flex-left{
		font-size: 26px;
	}
	.btn-flex-right{
		font-size: 24px;
	}
	.btn-flex-left .txt-big{
		font-size: 36px;
	}
	.btn-flex-right .txt-big{
		font-size: 30px;
	}
	.btn-flex-left::before,.btn-flex-right::before{
		width: 40px;
		height: 40px;
		right: 40px;
	}

}
@media screen and (max-width: 1024px){
	.divorce .sec01 h2{
		padding-bottom: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec01 h2::before{
		left: 50%;
		transform: translateX(-50%);
	}
	.sec01-flex-img,.webp .sec01-flex-img{
		background: url("../divorce/img/sec01-img_masahiro-tsuji.png");
		background-size: cover;
		background-position:center;
		background-repeat: no-repeat;
		width: 345px;
		height: 220px;
		margin: 0 auto;
		border-radius: 20px;
	}
	.webp .sec01-flex-img{
		background: url("../divorce/img/sec01-img_masahiro-tsuji.png.webp");
		background-size: cover;
		background-position:center;
		background-repeat: no-repeat;
	}
	.sec01-flex{
		flex-direction: column;
		gap: 30px;
		width: 100%;
		margin: 0 auto;
	}
	.sec01-flex-right{
		display: none;
	}
	.sec01-flex-content{
		width: 100%;
		margin-left: 0;
	}

	.btn-flex-left,.btn-flex-right{
		width: 50%;
		height: 230px;
		padding: 0 75px;
	}
	.btn-flex-left{
		font-size: 24px;
	}
	.btn-flex-right{
		font-size: 22px;
	}
	.btn-flex-left .txt-big{
		font-size: 32px;
	}
	.btn-flex-right .txt-big{
		font-size: 26px;
	}
	.btn-flex-left::before,.btn-flex-right::before{
		width: 40px;
		height: 40px;
		right: 30px;
	}
}
@media screen and (max-width: 768px){
	.sec01-flex-img,.webp .sec01-flex-img{
		width: 280px;
		height: 200px;
	}

	.btn-flex-left,.btn-flex-right{
		width: 50%;
		height: 200px;
		padding: 0 55px;
	}
	.btn-flex-left{
		font-size: 22px;
	}
	.btn-flex-right{
		font-size: 20px;
	}
	.btn-flex-left .txt-big{
		font-size: 28px;
	}
	.btn-flex-right .txt-big{
		font-size: 24px;
	}
	.btn-flex-left::before,.btn-flex-right::before{
		width: 30px;
		height: 30px;
		right: 20px;
	}
}
@media screen and (max-width: 600px){
	.btn-flex{
		flex-direction: column;
	}
	.btn-flex-left,.btn-flex-right{
		width: 100%;
		height: 180px;
		padding: 0 55px;
	}
	.btn-flex-left{
		font-size: 22px;
	}
	.btn-flex-right{
		font-size: 20px;
	}
	.btn-flex-left .txt-big{
		font-size: 28px;
	}
	.btn-flex-right .txt-big{
		font-size: 24px;
	}
	.btn-flex-left::before,.btn-flex-right::before{
		width: 30px;
		height: 30px;
		right: 20px;
	}
}
@media screen and (max-width: 500px){
	.sec01-flex-img,.webp .sec01-flex-img{
		width: 240px;
		height: 160px;
	}

	.btn-flex-left,.btn-flex-right{
		height: 140px;
		padding: 0 55px;
	}
	.btn-flex-left{
		font-size: 20px;
	}
	.btn-flex-right{
		font-size: 18px;
	}
	.btn-flex-left .txt-big{
		font-size: 26px;
	}
	.btn-flex-right .txt-big{
		font-size: 22px;
	}
	.btn-flex-left::before,.btn-flex-right::before{
		width: 30px;
		height: 30px;
		right: 20px;
	}
}

/* 弁護士による解決事例 */
.sec-jirei{
	background-color: #f5f2f2;
}
.slider-jirei-item {
    margin: 0 30px;
}
.slider-jirei-item-box {
    background-color: #fff;
    padding-bottom: 40px;
    position: relative;
	height: 100%;
}
.slider-jirei-item-box-title {
    font-family: var(--mincho);
    background-color: #181517;
    color: #fff;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
    padding: 5px 150px;
    margin-bottom: 40px;
	min-height: 80px;
}
.slider-jirei-item-box-title-pr{
	background-color: #fff;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 25px;
	position: absolute;
	top:50%;
	left: 30px;
	transform: translateY(-50%);
}
.slider-jirei-item-box-inner {
    width: 92%;
    margin: 0 auto;
}
.slider-jirei-item-box-flex {
    background-color: #f8f1e3;
    display: flex;
    justify-content: center;
	align-items: center;
    margin-bottom: 30px;
    padding: 20px 15px;
}
.slider-jirei-item-box-flex-left,.slider-jirei-item-box-flex-right{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	max-width: 370px;
	align-items: center;
	justify-content: center;
/*	margin-bottom: auto;*/
}
.slider-jirei-item-box-flex-left-txt.txt-list,.slider-jirei-item-box-flex-right-txt.txt-list{
	width: 100%;
}

.slider-jirei-item-box-flex-right{
	color: #cc4864;
}
.slider-jirei-item-box-flex-left-title,.slider-jirei-item-box-flex-right-title{
	font-family: var(--mincho);
}
.slider-jirei-item-box-flex-arw{
	width: 15px;
	height: 18px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 15px solid #3a3a3a;
	margin: 0 15px 0 25px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: calc(50vw - 450px);
    transform: translateY(-50%);
    z-index: 1;
    background: url(../divorce/img/slider-jirei-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 37px;
    height: 37px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: calc(50vw - 450px);
    transform: translateY(-50%);
    z-index: 1;
    background: url(../divorce/img/slider-jirei-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 37px;
    height: 37px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.sec-jirei .slick-track{
	display: flex;
}
.sec-jirei .slider-jirei-item{
	height: auto;
}
.sec-jirei .slick-dots{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}
.sec-jirei .slick-dots button{
	border-radius: 50%;
	width: 14px;
	height: 14px;
	font-size: 0;
	border: 0;
	background-color: #fff;
	cursor: pointer;
}
.sec-jirei .slick-dots .slick-active button{
	background-color: #000;
}
.jirei-btn{
	width: 390px;
	height: 60px;
	border-radius: 100px;
	font-family: var(--mincho);
	font-size: 20px;
	background-color: #fff;
	color: #960c16;
	font-weight: 700;
	border: 1px solid #960c16;
	margin: 35px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.jirei-btn::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #960c16;
	position: absolute;
	top:50%;
	right: 20px;
	transform: translateY(-50%);
}
.jirei-btn:hover{
	background-color: #960c16;
	color: #fff;
	opacity: 1;
}
.jirei-btn:hover::before{
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
}
@media screen and (max-width: 1280px){
	.slider-jirei-item-box-title {
		font-size: 20px;
	}
	.slider-jirei-item-box-flex-left, .slider-jirei-item-box-flex-right{
		font-size: 18px;
		max-width: 315px;
		/*margin-bottom: auto;*/
		justify-content: center;
	}
	button.slick-prev.slick-arrow {
    	left: calc(50vw - 390px);
	}
	button.slick-next.slick-arrow {
		right: calc(50vw - 390px);
	}

}
@media screen and (max-width: 1024px){
	.slider-jirei-item {
		margin: 0 20px;
	}
	.slider-jirei-item-box {
		padding-bottom: 30px;
	}
	.slider-jirei-item-box-title {
		font-size: 20px;
		padding: 5px 120px;
		margin-bottom: 25px;
		min-height: 70px;
	}
	.slider-jirei-item-box-title-pr{
		font-size: 14px;
		padding: 5px 15px;
		left: 20px;
	}
	button.slick-prev.slick-arrow {
    	left: calc(50vw - 350px);
	}
	button.slick-next.slick-arrow {
		right: calc(50vw - 350px);
	}

}
@media screen and (max-width: 768px){
	.slider-jirei-item {
		margin: 0 15px;
	}
	.slider-jirei-item-box-title {
		font-size: 18px;
		padding: 5px 105px;
		margin-bottom: 29px;
		min-height: 64px;
	}
	.slider-jirei-item-box-title-pr{
		font-size: 12px;
		padding: 5px 15px;
		left: 15px;
	}
	.slider-jirei-item-box-flex {
		margin-bottom: 20px;
		padding: 10px 10px;
		flex-direction: column;
	}
	.slider-jirei-item-box-flex-left,.slider-jirei-item-box-flex-right{
		gap: 10px;
		font-size: 18px;
		justify-content: center;
		max-width: 100%;
		width: 100%;
	}
	.slider-jirei-item-box-flex-arw{
		width: 20px;
		height: 15px;
		border-top: 15px solid #3a3a3a;
		border-bottom: none;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		margin: 10px 0;
	}
	.jirei-btn {
		width: 320px;
		height: 52px;
		font-size: 18px;
		margin: 25px auto 0;
	}
	button.slick-prev.slick-arrow {
    	left: 5vw;
	}
	button.slick-next.slick-arrow {
		right: 5vw;
	}
	.sec-jirei .slick-dots{
		margin-top: 10px;
	}
	.sec-jirei .slick-dots button{
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width: 500px){
    .slider-jirei-item-box-title {
        font-size: 18px;
        padding: 10px 10px 10px;
        margin-bottom: 15px;
        min-height: 64px;
    }
	.slider-jirei-item-box-title-pr{
		font-size: 12px;
		padding: 5px 15px;
		top:10px;
		left: 50%;
		transform: translateX(-50%) translateY(0);
	}
	.slider-jirei-item-box-flex-left,.slider-jirei-item-box-flex-right{
		gap: 10px;
		font-size: 16px;
	}
	.slider-jirei-item-box-inner {
		width: 90%;
	}
	button.slick-prev.slick-arrow {
    	left: 0;
		width: 30px;
    	height: 30px;
	}
	button.slick-next.slick-arrow {
		right: 0;
		width: 30px;
    	height: 30px;
	}
	.jirei-btn {
		width: 280px;
		height: 48px;
		font-size: 16px;
		margin: 20px auto 0;
	}
}
/* 20260508追加 */
	.sec-jirei.jirei-lastbox{
		background-color: #efe9e9;
	}
	.slider-jirei-item{
		max-width: 1000px !important;
		width: 90% !important;
		margin: 0 auto;
	}
	.slick-slider .slick-list{
		padding: 0 !important;
	}
	.slider-jirei-item-box-title{
		padding: 5px 20px;
	}
	.sec-jirei h4{
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 30px;
		border-left:4px solid var(--red);
		padding-left: 1em;
	}
	.sec-jirei .txt{
		font-size: 18px;
		line-height: 1.8;
	}
	.sec-jirei .txt p + p{
		margin-top: 1em;
	}
	.sec-jirei .txt:first-of-type{
		margin-bottom: 30px;
	}
	.sec-jirei dl.kekka{
		background-color: rgb(248, 241, 227);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 30px;
		padding: 20px 15px;
	}
	.sec-jirei dl.kekka dt{
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.sec-jirei dl.kekka dd{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 60px;
		font-size: 20px;
		line-height: 1.4;
		font-weight: 600;
		text-align: center;
	}
	.sec-jirei dl.kekka dd .mae{
		position: relative;
		/*width: calc(50% - 30px);*/
	}
	.sec-jirei dl.kekka dd .ato{
		color: #cc4864;
		/*width: calc(50% - 30px);*/
	}
	.sec-jirei dl.kekka dd .mae::before{
		content: "";
		width: 15px;
		height: 18px;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 15px solid #3a3a3a;
		position: absolute;
		top:50%;
		right: -40px;
		transform: translateY(-50%);
	}
	.slider-jirei-item-box-title .ib{
		display: inline-block;
	}
	.slider-jirei-item-box-title .bl{
		display: block;
	}
	.sec-jirei .txt .red{
		color: var(--red);
		font-weight: 600;
	}
	.sec-jirei .txt .marker{
		background-color: var(--yellow);
	}
	.sec-jirei .txt ul{
		list-style-type:disc;
		margin: 30px 0;
		padding-left: 2em;
	}

	.sec-regional_divorce_text{
		/*background-color: #f6f6f6;*/
		background: url(../divorce/img/regional_divorce_text.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.webp .sec-regional_divorce_text{
		background: url(../divorce/img/regional_divorce_text.jpg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sec-regional_divorce_text-box{
		background-color: #fff;
		padding: 50px 5%;
	}


	@media screen and (max-width: 768px){
		.sec-jirei h4{
			font-size: 18px;
			margin-bottom: 20px;
		}
		.sec-jirei .txt{
			font-size: 16px;
		}
		.sec-jirei .txt:first-of-type{
			margin-bottom: 20px;
		}
		.sec-jirei dl.kekka{
			margin-bottom: 20px;
			padding: 15px 10px;
		}
		.sec-jirei dl.kekka dt{
			font-size: 18px;
			margin-bottom: 10px;
		}
		.sec-jirei dl.kekka dd{
			gap: 40px;
			font-size: 18px;
		}
		.sec-jirei dl.kekka dd .mae{
			width: calc(50% - 20px);
		}
		.sec-jirei dl.kekka dd .ato{
			width: calc(50% - 20px);
		}
		.sec-jirei dl.kekka dd .mae::before{
			width: 10px;
			height: 14px;
			border-top: 7px solid transparent;
			border-bottom: 7px solid transparent;
			border-left: 10px solid #3a3a3a;
			right: -30px;
		}
		.sec-jirei dl.kekka dd{
			flex-direction: column;
		}
		.sec-jirei dl.kekka dd .mae{
			width: 100%;
		}
		.sec-jirei dl.kekka dd .ato{
			width: 100%;
		}
		.sec-jirei dl.kekka dd .mae::before{
			width: 14px;
			height: 10px;
			border-top: 10px solid #3a3a3a;
			border-bottom: none;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			top:unset;
			right: unset;
			bottom: -25px;
			left: 50%;
			transform: translatex(-50%) translateY(0%);
		}
		.slider-jirei-item-box-title .ib{
			display: inline;
		}
		.slider-jirei-item-box-title .bl{
			display: inline;
		}

		.sec-regional_divorce_text-box{
			padding: 30px 5%;
		}
	}
	@media screen and (max-width: 500px){
		.sec-jirei dl.kekka dd{
			font-size: 16px;
		}
	}

/* 離婚慰謝料請求 */
.sec03{
	background: url(../divorce/img/sec03-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 50%;
}
.divorce .divorce-seo .sec03 h2{
	color: #fff;
}
.sec03-flex{
	display: flex;
	justify-content: center;
	gap: 45px;
	margin-top: -10px;
}
.sec03-flex-box{
	width: fit-content;
	position: relative;
	display: flex;
    flex-direction: column;
}
.sec03-flex-box-txt{
	max-width: 390px;
	width: 90%;
	background-color: #f8f1e3;
	text-align: center;
	padding: 25px 20px 30px;
	margin: -70px auto 0;
	position: relative;
	flex: 1;
}
.divorce .divorce-seo .sec03 h3{
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.sec03-flex-box-txt p{
	width: 90%;
	font-size: 18px;
	margin: 0 auto 15px;
	font-weight: 500;
}
.sec03-flex-box-txt a{
	max-width: 270px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: auto auto 0;
	background-color: #960c16;
	color: #fff;
	font-family: var(--mincho);
	border: 1px solid #960c16;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.sec03-flex-box-txt a::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top:50%;
	right: 15px;
	transform: translateY(-50%);
}
.sec03-flex-box-txt a:hover{
	background-color: #f8f1e3;
	color: #39192e;
	border: 1px solid #39192e;
	opacity: 1;
}
.sec03-flex-box-txt a:hover::before{
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #39192e;
}

@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
	.sec03-flex{
		gap: 35px;
		margin-top: -10px;
	}
	.sec03-flex-box-txt{
		max-width: 390px;
		width: 90%;
		padding: 25px 15px 25px;
		margin: -70px auto 0;
		display: flex;
        flex-direction: column;
	}
	.divorce .divorce-seo .sec03 h3{
		font-size: 26px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1024px){
	.sec03-flex{
		gap: 25px;
		margin-top: -10px;
	}
	.sec03-flex-box-txt{
		max-width: 390px;
		width: 90%;
		padding: 25px 15px 25px;
		margin: -50px auto 0;
	}
	.divorce .divorce-seo .sec03 h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.sec03-flex-box-txt a {
		max-width: 270px;
		width: 90%;
	}
}
@media screen and (max-width: 768px){
	.sec03-flex{
		gap: 15px;
		margin-top: -10px;
	}
	.sec03-flex-box-txt{
		max-width: 390px;
		width: 90%;
		padding: 15px 15px 15px;
		margin: -50px auto 0;
	}
	.divorce .divorce-seo .sec03 h3 {
        font-size: 20px;
	}
	.sec03-flex-box-txt p{
		width: 100%;
		font-size: 16px;
		margin: 0 auto 10px;
	}
	.sec03-flex-box-txt a{
		max-width: 270px;
		width: 100%;
		height: 36px;
		border-radius: 10px;
		font-size: 16px;
	}
}
@media screen and (max-width: 500px){
	.sec03-flex{
		gap: 25px;
		margin-top: -10px;
		flex-direction: column;
	}
	.sec03-flex-box-txt{
		margin: -60px auto 0;
	}
}

/* 離婚とお金 */
.sec04{
	background-color: #f6f6f6;
}
.sec04-list{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.sec04-list-box{
	max-width: 320px;
	width: calc(100% / 3);
}
.sec04-list-box a{
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgb(150, 12, 22) 0%, rgb(150, 12, 22) 25%, rgb(208, 83, 58) 75%, rgb(208, 83, 58) 100%);
	padding: 35px 0;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	position: relative;
}
.sec04-list-box a::before{
	content: "";
	width: 14px;
	height: 14px;
	background: url(../divorce/img/sec04-arw.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.sec04-list-box-title{
	width: 95%;
	font-family: var(--mincho);
	/*font-size: 32px;*/
	font-size: clamp(28px, 1.666667vw, 32px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.sec04-list-box-txt{
	width: 95%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin-top: 10px;
}
.sec04-list-box-img{
	width: 63px;
	height: 69px;
	display: block;
	margin-bottom: 10px;
}
.sec04-list-box.box01 .sec04-list-box-img{
	background: url(../divorce/img/sec04-icon01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec04-list-box.box02 .sec04-list-box-img{
	background: url(../divorce/img/sec04-icon02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec04-list-box.box03 .sec04-list-box-img{
	background: url(../divorce/img/sec04-icon03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec04-bg,.webp .sec04-bg{
	margin-top: 100px;
	background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    /*background-size: 930px auto;*/
	padding: 45px 0;
}
.webp .sec04-bg{
	background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg.webp);
    background-position: left top;
    background-repeat: no-repeat;
}
.sec04-bg-whbox{
	background-color: #fff;
	max-width: calc(100% - 640px);
	width: 70%;
	margin-left: auto;
	padding: 60px 0;
}
.sec04-bg-whbox-inner{
	max-width: 780px;
	margin-left: 60px;
	margin-right: 5%;
}
.sec04-bg-pr{
	min-width: 120px;
	text-align: center;
	background-color: #181517;
	color: #fff;
	font-family: var(--mincho);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	padding: 10px 15px;
	width: fit-content;
}
.divorce .divorce-seo .sec04 h3{
	/*font-size: 32px;*/
	font-size: clamp(28px, 1.666667vw, 32px);
	color: #222222;
	font-weight: 700;
	line-height: 1.3;
	margin: 15px 0;
}
.sec04-bg-txt{
	font-family: var(--mincho);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
}
.sec04-bg-list{
	max-width: 750px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 10px;
	margin-top: 30px;
}
.sec04-bg-list li{
	max-width: 360px;
	width: 49%;
}
.sec04-bg-list li:last-of-type{
	max-width: 100%;
	width: 100%;
}
.sec04-bg-list li a{
	width: 100%;
	height: 60px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho);
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 0 30px;
	background-color: #fff;
	color: #960c16;
	border: 1px solid #960c16;
}
.sec04-bg-list li a::before{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #960c16;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sec04-bg-list li a:hover{
	background-color: #960c16;
	color: #fff;
	opacity: 1;
}
.sec04-bg-list li a:hover::before{
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}

@media screen and (max-width: 1536px){
	.sec04-bg,.webp .sec04-bg{
		margin-top: 90px;
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg);
		background-position: left -50px top;
		background-repeat: no-repeat;
	}
	.webp .sec04-bg{
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg.webp);
		background-position: left -50px top;
		background-repeat: no-repeat;
	}
	.sec04-bg-whbox {
    	max-width: calc(100% - 580px);
	}
}
@media screen and (max-width: 1280px){
	.sec04-list-box a{
		padding: 30px 0;
	}
	.sec04-list-box-title{
		font-size: clamp(26px, 2.5vw, 30px);
	}
	.sec04-list-box-txt{
		margin-top: 8px;
	}
	.sec04-bg, .webp .sec04-bg {
        margin-top: 80px;
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg);
		background-position: left -250px top;
		background-repeat: no-repeat;
	}
	.webp .sec04-bg{
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg.webp);
		background-position: left -250px top;
		background-repeat: no-repeat;
	}
	.sec04-bg-whbox {
        max-width: calc(100% - 380px);
		padding: 50px 0;
    }
	.sec04-bg-whbox-inner{
		margin-left: 30px;
	}
	.divorce .divorce-seo .sec04 h3{
		font-size: clamp(26px, 2.5vw, 30px);
	}

}
@media screen and (max-width: 1024px){
	.sec04-list-box a{
        padding: 25px 0;
    }
	.sec04-list-box-img {
		width: 47px;
		height: 52px;
		margin-bottom: 8px;
	}
	.sec04-list-box-txt{
		font-size: 16px;
	}
	.sec04-bg, .webp .sec04-bg {
        margin-top: 70px;
		padding: 35vw 0 0;
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.webp .sec04-bg{
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg.webp);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.sec04-bg-whbox {
        max-width: 100%;
		width: 90%;
        padding: 40px 0;
		margin: 0 auto;
    }
	.sec04-bg-whbox-inner{
		margin: 0 auto;
		width: 90%;
	}
	.sec04-bg-pr{
		margin: 0 auto;
	}
	.divorce .divorce-seo .sec04 h3{
		text-align: center;
	}
	.sec04-bg-list{
		margin: 30px auto 0;
	}
	.sec04-bg-txt{
		max-width: 750px;
    	margin: 0 auto;
	}

}
@media screen and (max-width: 768px){
	.sec04-list-box-title{
		font-size: clamp(22px, 3.2vw, 26px);
	}
	.sec04-bg, .webp .sec04-bg {
        margin-top: 60px;
        padding: 40vw 0 0;
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 120% auto;
	}
	.webp .sec04-bg{
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg.webp);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 120% auto;
	}
	.sec04-bg-whbox{
		padding: 30px 0;
	}
	.sec04-bg-pr{
		min-width: 100px;
		font-size: 16px;
	}
	.divorce .divorce-seo .sec04 h3{
		font-size: clamp(22px, 3.2vw, 26px);
	}
	.sec04-bg-txt{
		font-size: 16px;
	}
	.sec04-bg-list {
        margin: 25px auto 0;
		gap: 15px 10px;
    }
	.sec04-bg-list li {
		max-width: 100%;
		width: 100%;
	}
	.sec04-bg-list li a{
		font-size: 18px;
		height: 52px;
	}
}
@media screen and (max-width: 600px){
	.sec04-list{
		flex-wrap: wrap;
		justify-content: center;
		gap:20px 2%;
	}
	.sec04-list-box{
		width: 100%;
	}

}
@media screen and (max-width: 500px){
	/*.sec04-list{
		flex-wrap: wrap;
		justify-content: center;
		gap:10px 2%;
	}
	.sec04-list-box{
		width: 48.5%;
	}
	.sec04-list-box:last-of-type{
		width: 55%;
	}*/
	.sec04-list-box a{
		padding: 20px 0 25px;
	}
	.sec04-list-box-title{
		font-size: clamp(20px, 4vw, 24px);
	}
	.sec04-bg, .webp .sec04-bg {
        margin-top: 50px;
        padding: 45vw 0 0;
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 140% auto;
	}
	.webp .sec04-bg{
		background: url(../divorce/img/sec04-img_shukiko-okamoto.jpg.webp);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 140% auto;
	}
    .sec04-bg-whbox {
        padding: 25px 0;
    }
	.sec04-bg-pr{
		padding: 8px 12px;
	}
	.divorce .divorce-seo .sec04 h3{
		font-size: clamp(20px, 4vw, 24px);
	}
    .sec04-bg-list li a {
        font-size: 16px;
        height: 46px;
    }

}

/* 離婚と子供 */
.sec05{
	background-color: #fff;
}
.sec05-list{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.sec05-list-box{
	max-width: 320px;
	width: calc(100% / 3);
}
.sec05-list-box a{
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgb(124, 81, 0) 0%, rgb(124, 81, 0) 25%, rgb(214, 176, 0) 75%, rgb(214, 176, 0) 100%);
	padding: 35px 0;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	position: relative;
}
.sec05-list-box a::before{
	content: "";
	width: 14px;
	height: 14px;
	background: url(../divorce/img/sec04-arw.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.sec05-list-box-title{
	width: 95%;
	font-family: var(--mincho);
	/*font-size: 32px;*/
	font-size: clamp(28px, 1.666667vw, 32px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.sec05-list-box-txt{
	width: 95%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin-top: 10px;
}
.sec05-list-box-img{
	width: 63px;
	height: 57px;
	display: block;
	margin-bottom: 15px;
}
.sec05-list-box.box01 .sec05-list-box-img{
	background: url(../divorce/img/sec05-icon01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec05-list-box.box02 .sec05-list-box-img{
	background: url(../divorce/img/sec05-icon02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec05-list-box.box03 .sec05-list-box-img{
	background: url(../divorce/img/sec05-icon03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec05-bg,.webp .sec05-bg{
	margin-top: 100px;
	background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    /*background-size: 930px auto;*/
	padding: 30px 0;
}
.webp .sec05-bg{
	background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg.webp);
    background-position: right top;
    background-repeat: no-repeat;
}
.sec05-bg-whbox{
	background-color: #f6f6f6;
	max-width: calc(100% - 640px);
	width: 70%;
	margin-right: auto;
	padding: 60px 0;
}
.sec05-bg-whbox-inner{
	max-width: 770px;
	margin-right: 40px;
	margin-left: auto;
}
.sec05-bg-pr{
	min-width: 120px;
	text-align: center;
	background-color: #181517;
	color: #fff;
	font-family: var(--mincho);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	padding: 10px 15px;
	width: fit-content;
}
.divorce .divorce-seo .sec05 h3{
	/*font-size: 32px;*/
	font-size: clamp(28px, 1.666667vw, 32px);
	color: #222222;
	font-weight: 700;
	line-height: 1.3;
	margin: 15px 0;
}
.sec05-bg-txt{
	max-width: 750px;
	font-family: var(--mincho);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
}
.sec05-bg-list{
	max-width: 750px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 10px;
	margin-top: 30px;
}
.sec05-bg-list li{
	max-width: 360px;
	width: 49%;
}
.sec05-bg-list li:last-of-type{
	max-width: 100%;
	width: 100%;
}
.sec05-bg-list li a{
	width: 100%;
	height: 60px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho);
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 0 30px;
	background-color: #fff;
	color: #960c16;
	border: 1px solid #960c16;
}
.sec05-bg-list li a::before{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #960c16;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sec05-bg-list li a:hover{
	background-color: #960c16;
	color: #fff;
	opacity: 1;
}
.sec05-bg-list li a:hover::before{
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}
@media screen and (max-width: 1536px){
	.sec05-bg,.webp .sec05-bg{
		margin-top: 90px;
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg);
		background-position: right -100px top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.webp .sec05-bg{
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg.webp);
		background-position: right -100px top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.sec05-bg-whbox {
    	max-width: calc(100% - 580px);
	}
	.sec05-bg-whbox-inner{
		padding-left: 5%;
	}
}
@media screen and (max-width: 1280px){
	.sec05-list-box a{
		padding: 30px 0;
	}
	.sec05-list-box-title{
		font-size: clamp(26px, 2.5vw, 30px);
	}
	.sec05-list-box-txt{
		margin-top: 8px;
	}
	.sec05-bg, .webp .sec05-bg {
        margin-top: 80px;
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg);
		background-position: right -250px top;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.webp .sec05-bg{
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg.webp);
		background-position: right -250px top;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.sec05-bg-whbox {
        max-width: calc(100% - 380px);
		padding: 50px 0;
    }
	.sec05-bg-whbox-inner{
		margin-right: 30px;
	}
	.divorce .divorce-seo .sec05 h3{
		font-size: clamp(26px, 2.5vw, 30px);
	}
}
@media screen and (max-width: 1024px){
	.sec05-list-box a{
        padding: 25px 0;
    }
	.sec05-list-box-img {
		width: 47px;
		height: 43px;
		margin-bottom: 8px;
	}
	.sec05-list-box-txt{
		font-size: 16px;
	}
	.sec05-bg, .webp .sec05-bg {
        margin-top: 70px;
		padding: 35vw 0 0;
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.webp .sec05-bg{
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg.webp);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.sec05-bg-whbox {
        max-width: 100%;
		width: 90%;
        padding: 40px 0;
		margin: 0 auto;
    }
	.sec05-bg-whbox-inner{
		margin: 0 auto;
		width: 90%;
		padding-left:0;
	}
	.sec05-bg-pr{
		margin: 0 auto;
	}
	.divorce .divorce-seo .sec05 h3{
		text-align: center;
	}
	.sec05-bg-list{
		margin: 30px auto 0;
	}
	.sec05-bg-txt{
		max-width: 750px;
    	margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.sec05-list-box-title{
		font-size: clamp(22px, 3.2vw, 26px);
	}
	.sec05-bg, .webp .sec05-bg {
        margin-top: 60px;
        padding: 40vw 0 0;
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 120% auto;
	}
	.webp .sec05-bg{
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg.webp);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 120% auto;
	}
	.sec05-bg-whbox{
		padding: 30px 0;
	}
	.sec05-bg-pr{
		min-width: 100px;
		font-size: 16px;
	}
	.divorce .divorce-seo .sec05 h3{
		font-size: clamp(22px, 3.2vw, 26px);
	}
	.sec05-bg-txt{
		font-size: 16px;
	}
	.sec05-bg-list {
        margin: 25px auto 0;
		gap: 15px 10px;
    }
	.sec05-bg-list li {
		max-width: 100%;
		width: 100%;
	}
	.sec05-bg-list li a{
		font-size: 18px;
		height: 52px;
	}

}
@media screen and (max-width: 600px){
	.sec05-list{
		flex-wrap: wrap;
		justify-content: center;
		gap:20px 2%;
	}
	.sec05-list-box{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	/*.sec05-list{
		flex-wrap: wrap;
		justify-content: center;
		gap:10px 2%;
	}
	.sec05-list-box{
		width: 48.5%;
	}
	.sec05-list-box:last-of-type{
		width: 55%;
	}*/
	.sec05-list-box a{
		padding: 20px 0 25px;
	}
	.sec05-list-box-title{
		font-size: clamp(20px, 4vw, 24px);
	}
	.sec05-bg, .webp .sec05-bg {
        margin-top: 50px;
        padding: 45vw 0 0;
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 140% auto;
	}
	.webp .sec05-bg{
		background: url(../divorce/img/sec05-bg_masahiro-tsuji.jpg.webp);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 140% auto;
	}
    .sec05-bg-whbox {
        padding: 25px 0;
    }
	.sec05-bg-pr{
		padding: 8px 12px;
	}
	.divorce .divorce-seo .sec05 h3{
		font-size: clamp(20px, 4vw, 24px);
	}
    .sec05-bg-list li a {
        font-size: 16px;
        height: 46px;
    }
}

/* 5つの離婚理由 */
.sec06{
	background-color: #f6f6f6;
}
.sec06 .txt-box{
	text-align: center;
	margin-top: -20px;
}
.sec06-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 25px;
	margin: 60px auto 0;
}
.sec06-list-box{
	max-width: 315px;
	width: calc(100% / 3);
}
.sec06-list-box a{
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-radius: 10px;
	font-family: var(--mincho);
	color: #960d17;
	border: 1px solid #960d17;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec06-list-box.box04,.sec06-list-box.box05{
	max-width: 375px;
	width: calc(100% / 2);
}
.sec06-list-box .txt{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px;
	display: block;
}
.sec06-list-box a::after{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #960c16;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sec06-list-box a::before{
	content: "";
	width: 69px;
	height: 69px;
	position: absolute;
	top:-1px;
	left: -1px;
	border-radius: 10px 0 0 0;
}
.sec06-list-box a:hover{
	color: #fff;
	background-color: #960d17;
	opacity: 1;
}
.sec06-list-box a:hover::after{
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}
.sec06-list-box.box01 a::before{
	background: url(../divorce/img/sec06-list01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sec06-list-box.box02 a::before{
	background: url(../divorce/img/sec06-list02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sec06-list-box.box03 a::before{
	background: url(../divorce/img/sec06-list03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sec06-list-box.box04 a::before{
	background: url(../divorce/img/sec06-list04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sec06-list-box.box05 a::before{
	background: url(../divorce/img/sec06-list05.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sec06-link,.webp .sec06-link{
	background: url(../divorce/img/sec06-link-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0 150px;
}
.webp .sec06-link{
	background: url(../divorce/img/sec06-link-bg.jpg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec06-link-whbox{
	background-color: #fff;
	padding: 100px 0 50px;
	position: relative;
}
.sec06-link-title{
	max-width: 820px;
	width: 90%;
	height: 120px;
	background-color: #0b3716;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-family: var(--mincho);
	position: absolute;
	top:-60px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;
}
.sec06-link-list{
	max-width: 820px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 25px;
}
.sec06-link-list li{
	max-width: 250px;
	width: calc(100% / 3 - 20px);
}
.sec06-link-list li a{
	max-width: 250px;
	width: 100%;
	height: 60px;
	border-radius: 100px;
	background-color: #fff;
	color: #960d17;
	border: 1px solid #960d17;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	font-family: var(--mincho);
	font-size: 20px;
	font-weight: 600;
	position: relative;
}
.sec06-link-list li a::before{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #960c16;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sec06-link-list li a:hover{
	background-color: #960d17;
	color: #fff;
	opacity: 1;
}
.sec06-link-list li a:hover::before{
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}
@media screen and (max-width: 1536px){
	.sec06-link,.webp .sec06-link{
		padding: 180px 0 140px;
	}
	.sec06-link-whbox{
		padding: 95px 0 45px;
	}
	.sec06-link-title{
		height: 116px;
		font-size: 30px;
		top:-56px;
	}
}
@media screen and (max-width: 1280px){
	.sec06-list{
		gap: 40px 25px;
    	margin: 50px auto 0;
	}
	.sec06-list-box{
		width: calc(100% / 3 - 20px);
	}

	.sec06-link,.webp .sec06-link{
		padding: 150px 0 130px;
	}
	.sec06-link-whbox{
		padding: 90px 0 40px;
	}
	.sec06-link-title{
		height: 100px;
		font-size: 26px;
		top:-50px;
	}
}
@media screen and (max-width: 1024px){
	.sec06-list {
        gap: 30px 15px;
        margin: 40px auto 0;
    }
	.sec06-list-box .txt{
		line-height: 1.3;
	}
	.sec06-list-box a::before{
		width: 54px;
		height: 54px;
	}
	.sec06-list-box.box04, .sec06-list-box.box05 {
		width: calc(100% / 2 - 20px);
	}

}
@media screen and (max-width: 768px){
	.sec06-list {
        gap: 25px 15px;
        margin: 30px auto 0;
    }
	.sec06-list-box {
        width: calc(100% / 2 - 20px);
    }
	.sec06-list-box .txt{
		font-size: 16px;
	}

	.sec06-link,.webp .sec06-link{
		padding: 100px 0 100px;
	}
	.sec06-link-whbox{
		padding: 60px 0 30px;
	}
	.sec06-link-title{
		height: 80px;
		font-size: 22px;
		top:-40px;
	}
	.sec06-link-list{
		gap: 15px;
	}
	.sec06-link-list li {
		max-width: 250px;
		width: calc(100% / 3 - 10px);
	}
	.sec06-link-list li a {
		max-width: 250px;
		width: 100%;
		height: 48px;
		padding: 0 20px;
		font-size: 16px;
	}
	.sec06-link-list li a::before{
		right: 10px;
	}
}
@media screen and (max-width: 500px){
	.sec06-list {
        gap: 15px 15px;
        margin: 30px auto 0;
    }
    .sec06-list-box,.sec06-list-box.box04,.sec06-list-box.box05{
        width: 100%;
		max-width: 100%;
    }
	.sec06-list-box a{
		height: 80px;
	}
	.sec06-list-box .txt{
		padding: 0 30px;
	}

	.sec06-link,.webp .sec06-link{
		padding: 90px 0 60px;
	}
	.sec06-link-whbox{
		padding: 65px 0 25px;
	}
	.sec06-link-title {
        height: 84px;
        font-size: 18px;
        top: -42px;
		line-height: 1.2;
    }
	.sec06-link-list{
		flex-wrap: wrap;
	}
	.sec06-link-list li {
        max-width: 250px;
        width: calc(100% / 2 - 10px);
    }

}

/* 離婚手続きの種類と流れ */
.sec07-flow{
	background-color: #f6f6f6;
}
.divorce .divorce-seo .sec07-flow h2{
	margin-bottom: 40px;
}
.sec07-flow .txt-box p{
	text-align: center;
}
.sec07-flow-box{
	background-color: #fff;
	margin: 50px auto 150px;
	padding: 50px 0 60px;
}
.sec07-flow-box-inner{
	max-width: 890px;
	width: 90%;
	margin: 0 auto;
}
.sec07-flow-box-flex{
	display: flex;
	flex-direction: column;
	font-family: var(--mincho);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.sec07-flow-box-flex-box01{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background-color: #f6f6f6;
	color: #000;
}
.sec07-flow-box-flex-box02{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 60px;
}
.sec07-flow-box-flex-box02 .txt01{
	max-width: 210px;
	width: 23.6%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #c94866;
	color: #fff;
}
.sec07-flow-box-flex-box02 .txt02{
	max-width: 660px;
	width: 74.16%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #727272;
	color: #fff;
}
.sec07-flow-box-flex-box02 .txt01::before,.sec07-flow-box-flex-box02 .txt02::before,.sec07-flow-box-flex-box03 .txt01::before,.sec07-flow-box-flex-box04 .txt01::before,.sec07-flow-box-flex-box04 .txt02::before,
.sec07-flow-box-flex-box05 .txt01::before,.sec07-flow-box-flex-box05 .txt02::before{
	content: "";
	background: url(../divorce/img/sec07-flow-arw01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 43px;
	height: 32px;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex02{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 10px;
}
.sec07-flow-box-flex02-left{
	max-width: 210px;
	width: 23.6%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 15px;
}
.sec07-flow-box-flex02-right{
	max-width: 660px;
	width: 74.16%;
}
.sec07-flow-box-flex02-left::before{
	content: "";
	width: 20px;
	height: calc(100% - 10px);
	background-color: #9ec7cf;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex02-left::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 18px solid #9ec7cf;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex-box03{
	margin-top: 50px;
}
.sec07-flow-box-flex-box03 .txt01{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px;
	background-color: #f6f6f6;
	color: #000;
}
.sec07-flow-box-flex-box04{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 60px;
}
.sec07-flow-box-flex-box04 .txt01{
	max-width: 210px;
	width: 31.81%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #c94866;
	color: #fff;
}
.sec07-flow-box-flex-box04 .txt02{
	max-width: 435px;
	width: 65.9%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #727272;
	color: #fff;
}
.sec07-flow-box-flex03{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 10px 0;
}
.sec07-flow-box-flex03-left{
	max-width: 210px;
	width: 31.81%;
	position: relative;
	margin: 5px 0;
}
.sec07-flow-box-flex03-left::before{
	content: "";
	width: 20px;
	height: calc(100% - 10px);
	background-color: #c59384;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex03-left::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 18px solid #c59384;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex03-right{
	max-width: 435px;
	width: 65.9%;
	margin: 50px 0;
}
.sec07-flow-box-flex-box05{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 18px;
}
.sec07-flow-box-flex-box05 .txt01{
	max-width: 210px;
	width: 48.27%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #c94866;
	color: #fff;
}
.sec07-flow-box-flex-box05 .txt02{
	max-width: 210px;
	width: 48.27%;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	background-color: #f6f6f6;
	color: #000;
}
.sec07-flow-box-flex-box05 .txt01::after{
	content: "";
	background: url(../divorce/img/sec07-flow-arw02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 43px;
	height: 32px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex-box05 .txt02::after{
	content: "";
	background: url(../divorce/img/sec07-flow-arw03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 43px;
	height: 32px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.sec07-flow-box-flex-box06{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.sec07-flow-box-flex-box06 p{
	max-width: 210px;
	width: 23.6%;
	height: 120px;
}
.sec07-flow-box-flex-box06 .txt01 a,.sec07-flow-box-flex-box06 .txt02 a,.sec07-flow-box-flex-box06 .txt03 a,.sec07-flow-box-flex-box06 .txt04 a{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	background: url(../divorce/img/sec07-flow-img01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec07-flow-box-flex-box06 .txt02 a{
	background: url(../divorce/img/sec07-flow-img02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec07-flow-box-flex-box06 .txt03 a{
	background: url(../divorce/img/sec07-flow-img03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec07-flow-box-flex-box06 .txt04 a{
	background: url(../divorce/img/sec07-flow-img04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec07-flow-box-flex-box06 .txt01 a::before,.sec07-flow-box-flex-box06 .txt02 a::before,.sec07-flow-box-flex-box06 .txt03 a::before,.sec07-flow-box-flex-box06 .txt04 a::before{
	content: "";
	background: url(../divorce/img/sec07-flow-arw06.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.sec07-box{
	background-color: #f8f1e3;
	padding-bottom: 35px;
}
.sec07-box-title{
	font-family: var(--mincho);
	width: 100%;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background-color: #181517;
	color: #fff;
	/*font-size: 34px;*/
	font-size: clamp(30px, 1.77083vw, 34px);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px;
}
.sec07-box .txt-box{
	width: 90%;
	margin: 0 auto;
}
.sec07-box-flex{
	display: flex;
	justify-content: space-between;
	max-width: 940px;
	width: 92%;
	margin: 30px auto 0;
}
.sec07-box-flex-btn{
	max-width: 450px;
	width: 48%;
	height: 74px;
	border-radius: 100px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: var(--mincho);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: #960d17;
	border: 2px solid #960d17;
	padding: 0 60px;
}
.sec07-box-flex-btn::after{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #960c16;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sec07-box-flex-btn.btn01::before{
	content: "";
	background: url(../divorce/img/sec07-box-flex-btn01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 45px;
	height: 45px;
	position: absolute;
	top:50%;
	left: 15px;
	transform: translateY(-50%);
}
.sec07-box-flex-btn.btn02::before{
	content: "";
	background: url(../divorce/img/sec07-box-flex-btn02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 45px;
	height: 45px;
	position: absolute;
	top:50%;
	left: 15px;
	transform: translateY(-50%);
}
.sec07-box-flex-btn:hover{
	background-color: #960d17;
	color: #fff;
	opacity: 1;
}
.sec07-box-flex-btn::after{
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}

@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
	.sec07-flow-box {
    	margin: 40px auto 130px;
    	padding: 40px 0 50px;	
	}
	.sec07-flow-box-inner{
		width: 94%;
	}
	.sec07-box {
    	padding-bottom: 30px;
	}
	.sec07-box-title {
		font-size: clamp(28px, 2.65625vw, 32px);
		margin-bottom: 30px;
	}
	.sec07-box-flex-btn {
		max-width: 450px;
		width: 48%;
		height: 68px;
		font-size: 20px;
		padding: 0 60px;
	}

}
@media screen and (max-width: 1024px){
	.sec07-flow-box {
    	margin: 40px auto 120px;
    	padding: 40px 0 50px;	
	}
	.sec07-flow-box-flex {
		font-size: 18px;
	}
	.sec07-flow-box-flex-box05{
		font-size: 16px;
	}
	.sec07-flow-box-flex-box06 .txt01, .sec07-flow-box-flex-box06 .txt02, .sec07-flow-box-flex-box06 .txt03, .sec07-flow-box-flex-box06 .txt04{
		height: 100px;
	}
	.sec07-box-flex-btn {
		max-width: 450px;
		width: 49%;
		height: 68px;
		font-size: 18px;
		padding: 0 60px;
	}
}
@media screen and (max-width: 768px){
	.divorce .divorce-seo .sec07-flow h2{
		margin-bottom: 30px;
	}
	.sec07-flow-box {
    	margin: 30px auto 100px;
    	padding: 30px 0 40px;	
	}
	.sec07-flow-box-flex {
		font-size: 16px;
	}
	.sec07-flow-box-flex-box05{
		font-size: 14px;
		gap: 10px;
	}
	.sec07-flow-box-flex-box01{
		height: 50px;
	}
	.sec07-flow-box-flex-box02{
		gap: 10px;
	}
	.sec07-flow-box-flex-box02 .txt01{
		height: 50px;
	}
	.sec07-flow-box-flex-box02 .txt02{
		height: 50px;
	}
	.sec07-flow-box-flex02{
		gap: 10px;
	}
	.sec07-flow-box-flex-box03 .txt01{
		height: 50px;
	}
	.sec07-flow-box-flex-box04{
		gap: 10px;
	}
	.sec07-flow-box-flex-box04 .txt01{
		height: 50px;
	}
	.sec07-flow-box-flex-box04 .txt02{
		height: 50px;
	}
	.sec07-flow-box-flex-box05 .txt01{
		height: 50px;
	}
	.sec07-flow-box-flex-box05 .txt02{
		height: 50px;
	}
	.sec07-flow-box-flex-box06{
		gap: 10px;
	}
	.sec07-flow-box-flex-box06 .txt01, .sec07-flow-box-flex-box06 .txt02, .sec07-flow-box-flex-box06 .txt03, .sec07-flow-box-flex-box06 .txt04{
		height: 90px;
	}
	.sec07-box-title {
		font-size: clamp(24px, 3.5vw, 28px);
		margin-bottom: 25px;
		min-height: 55px;
	}
	.sec07-box-flex{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.sec07-box-flex-btn {
        max-width: 450px;
        width: 100%;
        height: 68px;
        font-size: 18px;
        padding: 0 60px;
    }
	.sec07-flow-box-flex03{
		gap: 10px;
	}
}
@media screen and (max-width: 500px){
	.sec07-flow-box {
    	margin: 25px auto 80px;
    	padding: 25px 0 30px;	
	}
	.sec07-flow-box-flex {
		font-size: 14px;
	}
	.sec07-flow-box-flex-box05{
		font-size: 10px;
		gap: 5px;
	}
	.sec07-flow-box-flex-box02{
		gap: 5px;
		margin-top: 40px;
	}
	.sec07-flow-box-flex-box02 .txt01{
		padding: 5px 0;
	}
	.sec07-flow-box-flex-box02 .txt01::before,.sec07-flow-box-flex-box02 .txt02::before,.sec07-flow-box-flex-box03 .txt01::before,.sec07-flow-box-flex-box04 .txt01::before,.sec07-flow-box-flex-box04 .txt02::before,
	.sec07-flow-box-flex-box05 .txt01::before,.sec07-flow-box-flex-box05 .txt02::before{
		width: 32px;
		height: 24px;
		top: -32px;
	}
	.sec07-flow-box-flex02 {
        gap: 5px;
		margin-top: 5px;
    }
	.sec07-flow-box-flex-box03 {
    	margin-top: 35px;
	}
	.sec07-flow-box-flex-box04 {
        gap: 5px;
		margin-top: 40px;
    }
	.sec07-flow-box-flex-box04 .txt01{
		padding: 5px 0;
	}
	.sec07-flow-box-flex03 {
    	gap: 5px;
    	margin: 5px 0;
	}
	.sec07-flow-box-flex03-right{
		margin: 35px 0;
	}
	.sec07-flow-box-flex-box05 .txt01::after,.sec07-flow-box-flex-box05 .txt02::after {
		width: 32px;
		height: 24px;
		bottom: -32px;
	}
	.sec07-flow-box-flex-box06 .txt01, .sec07-flow-box-flex-box06 .txt02, .sec07-flow-box-flex-box06 .txt03, .sec07-flow-box-flex-box06 .txt04{
		height: 60px;
	}
	.sec07-flow-box-flex-box06 a{
		padding: 5px 0;
		font-size: 12px;
	}
	.sec07-flow-box-flex-box06 .txt01 a::before, .sec07-flow-box-flex-box06 .txt02 a::before, .sec07-flow-box-flex-box06 .txt03 a::before, .sec07-flow-box-flex-box06 .txt04 a::before{
		width: 8px;
		height: 8px;
		bottom: 5px;
		right: 5px;
	}
	.sec07-flow-box-flex02-left{
		margin-bottom: 8px;
	}
	.sec07-flow-box-flex02-left::before,.sec07-flow-box-flex03-left::before{
		width: 16px;
		height: calc(100% - 10px);
	}
	.sec07-flow-box-flex02-left::after {
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 12px solid #9ec7cf;
	}
	.sec07-flow-box-flex03-left::after {
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 12px solid #c59384;
	}
	.sec07-flow-box-flex03-left{
		margin: 3px 0;
	}
	.sec07-box-title {
		font-size: clamp(20px, 4.2vw, 24px);
		margin-bottom: 20px;
		min-height: 45px;
	}
	.sec07-box-flex-btn {
        max-width: 450px;
        width: 100%;
        height: 54px;
        font-size: 16px;
		line-height: 1.2;
        padding: 0 50px;
    }
	.sec07-box-flex-btn.btn01::before,.sec07-box-flex-btn.btn02::before{
		width: 34px;
		height: 34px;
		left: 10px;
	}

}

/* よくある質問 */
.section-qanda{
	background-color: #fff;
}
.section-qanda-box{
	background-color: #ecf8f8;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px 30px;
}
.section-qanda-box:last-of-type{
	margin-bottom: 0;
}
.section-qanda-box-title{
    font-family: var(--mincho);
    font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
    padding: 0 30px 0 60px;
    position: relative;
    cursor: pointer;
}
.section-qanda-box-title::before{
	content: "Q";
    font-weight: bold;
    font-size: 40px;
	color: #c94866;
    position: absolute;
    top: -0.15em;
    left: 0;
    line-height: 1;
}
.section-qanda-box-title::after{
	content: "";
    background: url(../divorce/img/section-qanda-arw-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.5s;
}
.section-qanda-box-title.active::after{
    background: url(../divorce/img/section-qanda-arw-up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}
.section-qanda-box-txt{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	padding: 0 30px 0 60px;
	margin-top: 30px;
	display: none;
}
.section-qanda-box-txt::before{
	content: "A";
	font-family: var(--mincho);
    font-weight: bold;
    font-size: 40px;
	color: #c94866;
    position: absolute;
    top: -0.15em;
    left: 0;
    line-height: 1;
}

@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
	.section-qanda-box {
        margin-bottom: 25px;
        padding: 25px 20px 25px;
    }
	.section-qanda-box-title{
		font-size: 22px;
		padding: 0 30px 0 50px;
	}
    .section-qanda-box-title::before,.section-qanda-box-txt::before{
        font-size: 36px;
        top: -0.15em;
    }
	.section-qanda-box-txt{
		padding: 0 30px 0 50px;
	}
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
	.section-qanda-box {
        margin-bottom: 20px;
        padding: 20px 5% 20px;
    }
    .section-qanda-box-title {
        font-size: 20px;
        padding: 0 25px 0 35px;
    }
	.section-qanda-box-title::before,.section-qanda-box-txt::before{
        font-size: 30px;
        top: -0.1em;
    }
	.section-qanda-box-txt{
		padding: 0 25px 0 35px;
		margin-top: 25px;
		font-size: 16px;
	}
	.section-qanda-box-title::after{
		width: 14px;
		height: 10px;
		top: 8px;
		right: 0;
	}
}
@media screen and (max-width: 500px){
    .section-qanda-box-title {
        font-size: 18px;
        padding: 0 25px 0 30px;
    }
	.section-qanda-box-title::before,.section-qanda-box-txt::before{
        font-size: 26px;
        top: -0.08em;
    }
}

/* 弁護士法人ALGの強み */
.sec09{
	background-color: #f8f1e3;
}
.sec09-flex{

}
.sec09-flex-box,.webp .sec09-flex-box{
	background: url(../divorce/img/sec09-img01.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 560px;
    margin-bottom: 80px;
}
.sec09-flex-box.box02{
	background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}
.sec09-flex-box.box03{
	background: url(../divorce/img/sec09-img03_marina-kawakami.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
.sec09-flex-box.box04{
	background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}
.sec09-flex-box.box05{
	background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
.webp .sec09-flex-box{
	background: url(../divorce/img/sec09-img01.jpg.webp);
    background-position: top left;
    background-repeat: no-repeat;
}
.webp .sec09-flex-box.box02{
	background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg.webp);
    background-position: top right;
    background-repeat: no-repeat;
}
.webp .sec09-flex-box.box03{
	background: url(../divorce/img/sec09-img03_marina-kawakami.jpg.webp);
    background-position: top left;
    background-repeat: no-repeat;
}
.webp .sec09-flex-box.box04{
	background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg.webp);
    background-position: top right;
    background-repeat: no-repeat;
}
.webp .sec09-flex-box.box05{
	background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg.webp);
    background-position: top left;
    background-repeat: no-repeat;
}
.sec09-flex-box .inner-box {
    max-width: 700px;
	margin-left: auto;
}
.sec09-flex-box.box02 .inner-box,.sec09-flex-box.box04 .inner-box{
	margin-left: 0;
}
.sec09-flex-box h3{
	display: flex;
	align-items: center;
	gap: 20px;
	/*font-size: 34px;*/
	font-size: clamp(30px, 1.770833vw, 34px);
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
.sec09-flex-box h3 .h3-no{
	/*font-size: 80px;*/
	font-size: clamp(68px, 4.16667vw, 80px);
	color: #c94866;
	line-height: 1;
	margin-top: -0.1em;
	margin-bottom: auto;
}
.sec09-flex-box h3 .h3-txt{
	margin-top: -0.1em;
	letter-spacing: 0;
}
.sec09-flex-box .txt-box p{
	letter-spacing: 0;
}
.sec09-flex-box h3 .kome{
	font-size: 14px;
	position: relative;
	top:-1.2em;
}
.sec09-flex-box .txt-box .kome{
	font-size: 12px;
	position: relative;
	top:-0.3em;
}
.sec09-flex-box .txt-box .txt-none{
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
}

@media screen and (max-width: 1799px){
	.sec09-flex-box,.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg);
		background-position: top right -100px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg);
		background-position: top right -100px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg.webp);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg.webp);
		background-position: top right -100px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg.webp);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg.webp);
		background-position: top right -100px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg.webp);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 1599px){
	.sec09-flex-box,.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg);
		background-position: top left -150px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg);
		background-position: top right -150px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg);
		background-position: top left -150px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg);
		background-position: top right -150px;
		background-repeat: no-repeat;
	}
	.sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg);
		background-position: top left -150px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg.webp);
		background-position: top left -150px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg.webp);
		background-position: top right -150px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg.webp);
		background-position: top left -150px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg.webp);
		background-position: top right -150px;
		background-repeat: no-repeat;
	}
	.webp .sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg.webp);
		background-position: top left -150px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 1536px){
	.sec09-flex-box,.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg);
		background-position: top left -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg);
		background-position: top right -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg);
		background-position: top left -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg);
		background-position: top right -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg);
		background-position: top left -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg.webp);
		background-position: top left -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg.webp);
		background-position: top right -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg.webp);
		background-position: top left -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg.webp);
		background-position: top right -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg.webp);
		background-position: top left -160px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
}
@media screen and (max-width: 1280px){
	.sec09-flex-box .inner-box {
		max-width: 700px;
		width: 65%;
	}
	.sec09-flex-box h3{
		gap: 20px;
		font-size: clamp(26px, 2.65625vw, 30px);
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.sec09-flex-box h3 .h3-no{
		font-size: clamp(60px, 6.25vw, 70px);
	}
	.sec09-flex-box,.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
		min-height: unset;
   		margin-bottom: 60px;
	}
	.sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg);
		background-position: top right -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg);
		background-position: top right -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg.webp);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg.webp);
		background-position: top right -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg.webp);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg.webp);
		background-position: top right -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.webp .sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg.webp);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
}
@media screen and (max-width: 1024px){
	.sec09-flex-box,.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg);
		background-position: top left -90px;
		background-repeat: no-repeat;
		background-size: 40%;
		min-height: unset;
   		margin-bottom: 60px;
	}
	.sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg);
		background-position: top right -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg);
		background-position: top left -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg);
		background-position: top right -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg);
		background-position: top left -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01.jpg.webp);
		background-position: top left -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.webp .sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani.jpg.webp);
		background-position: top right -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.webp .sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami.jpg.webp);
		background-position: top left -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.webp .sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma.jpg.webp);
		background-position: top right -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.webp .sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata.jpg.webp);
		background-position: top left -90px;
		background-repeat: no-repeat;
		background-size: 40%;
	}
}
@media screen and (max-width: 768px){
	.sec09-flex-box,.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
        margin-bottom: 60px;
        padding-top: 38vw;
	}
	.sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.webp .sec09-flex-box{
		background: url(../divorce/img/sec09-img01-sp.jpg.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.webp .sec09-flex-box.box02{
		background: url(../divorce/img/sec09-img02_tsuyoshi-nishitani-sp.jpg.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.webp .sec09-flex-box.box03{
		background: url(../divorce/img/sec09-img03_marina-kawakami-sp.jpg.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.webp .sec09-flex-box.box04{
		background: url(../divorce/img/sec09-img04_shukiko-okamoto_akihiko-sakuma-sp.jpg.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.webp .sec09-flex-box.box05{
		background: url(../divorce/img/sec09-img05_hiroki-nagata-sp.jpg.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90%;
	}
	.sec09-flex-box .inner-box {
		max-width: 100%;
		width: 100%;
	}
	.sec09-flex-box h3{
		gap: 20px;
		font-size: clamp(22px, 3.5vw, 26px);
		padding-bottom: 12px;
		margin-bottom: 20px;
	}
	.sec09-flex-box h3 .h3-no{
		font-size: clamp(48px, 8vw, 60px);
	}
	.sec09-flex-box h3 .kome {
    	font-size: 12px;
    	top: -1em;
	}
	.sec09-flex-box .txt-box .kome {
		font-size: 10px;
		top: -0.3em;
	}
	.sec09-flex-box .txt-box .txt-none {
		font-size: 10px;
	}
}
@media screen and (max-width: 500px){
	.sec09-flex-box,.webp .sec09-flex-box{
		margin-bottom: 40px;
	}
	.sec09-flex-box h3{
		gap: 10px;
		font-size: clamp(20px, 4vw, 22px);
		padding-bottom: 12px;
		margin-bottom: 20px;
	}
	.sec09-flex-box h3 .h3-no{
		font-size: clamp(40px, 9vw, 48px);
	}
}











