@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}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	line-height: 1.4;
}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #000;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho: "Shippori Mincho", serif;
    --orange:#ff8551;
    --blue:#66a8ae;
    --red:#950c50;
}

html {
    scroll-behavior: smooth;
}

body {
    /*color: var(--base-color);
    font-family: var(--base-font);*/
    font-style: normal;
}

a{
    transition: 0.3s;
}

.page-utikiri a:hover,
.page-utikiri a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.page-utikiri .mv-bottom-info-btn:hover,
.page-utikiri .mv-bottom-info-btn:focus {
  color: #fff;
}


a[href^="tel:"] {
    pointer-events: none;
}

section, div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.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;
}

.page-utikiri 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;
    }
}


  /*** 共通 ***/
.page-utikiri{
  color: #2e2e2e;
  font-family: var(--base-font);
}
.page-utikiri p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}

.inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-utikiri section{
  padding: 120px 0;
}
.page-utikiri section.lp_office{
  padding: 50px 0;
}
.page-utikiri h2{
  font-family: var(--mincho);
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.page-utikiri h2 .txt-red{
	font-size: 48px;
	font-weight: 700;
}


.page-utikiri h3,.page-utikiri h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.page-utikiri h3{
	font-weight: 600;
	line-height: 1.4!important;
}
.page-utikiri 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);}
.page-utikiri h2 .txt_small{
  font-size: 44px;
}
.txt-box{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p{
	font-size: 18px;
}
.txt-box p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 1280px){
  .page-utikiri section{
    padding: 100px 0;
  }
  .page-utikiri h2{
    font-size: 36px;
    margin-bottom: 50px;
  }
  .page-utikiri h2 .txt-red{
	font-size: 40px;
	}
  .page-utikiri h2 .txt_small{
    font-size: 36px;
  }

}
@media screen and (max-width: 767px){
  .page-utikiri section{
    padding: 80px 0;
  }
  .page-utikiri section.lp_office{
    padding: 40px 0;
  }
  .txt-box p{
    font-size: 16px;
  }
  .page-utikiri h2{
    font-size: 5vw;
    margin-bottom: 40px;
  }
  .page-utikiri h2 .txt-red{
	font-size: 6vw;
  }
  .page-utikiri h2 .txt_small{
    font-size: 4.5vw;
  }

}
@media screen and (max-width: 499px){
  .page-utikiri section.lp_office{
    padding: 30px 0;
  }
  .page-utikiri h2{
    font-size: 6.5vw;
    margin-bottom: 30px;
  }
  .page-utikiri h2 .txt-red{
	font-size: 7.5vw;
  }
  .page-utikiri h2 .txt_small{
    font-size: 6vw;
  }
}


/* MV */
.mv{
	width: 100%;
	/*height: 700px;*/
	height: 600px;
	background: url("../../../koutsujiko/image/lp/utikiri_page/mv-bg-kaori-ito-none.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mv-inner{
	max-width: 1360px;
	width: 80%;
	height: calc(100% + 300px);
	background: rgba(240, 240, 240, 0.9);
	transform: rotate(12deg);
	margin-top: -150px;
	margin-left: -100px;
	overflow: hidden;
}
.mv-inner-box{
	background: url("../../../koutsujiko/image/lp/utikiri_page/mv_lawyer_masashi-ogi_left.png");
	background-position: left 50px top 100px;
	background-repeat: no-repeat;
	transform: rotate(-12deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
}
.mv-inner-box-fix{
	position: absolute;
	width: 100vw;
    left: 100px;
}
.mv-content{
	width: 75%;
    /*max-width: 950px;*/
	/*margin-left: auto;*/
	/*position: absolute;
    width: 110vw;
    left: 0;
	top: 250px;*/
	max-width: 1000px;
    margin: 0 auto;
}
p.mv-title{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(to right, #306e5f 0%, #5aa592 100%);
	border-radius: 10px;
	line-height: 1.3;
	padding: 13px 30px 15px;
}
.mv-title::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #458978;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.mv-h1{
	/*font-size: 70px;*/
	font-size: 54px;
	color: #2e2e2e;
	font-family: var(--mincho);
	line-height: 1.3;
	font-weight: 600;
	/*margin-top: 20px;*/
	margin-top: 10px;
}
.mv-h1 .txt-ls{
	letter-spacing: 0.06em;
	text-shadow: 0 0 2px #efefee,0 0 3px #efefee,0 0 4px #efefee,0 0 5px #efefee,0 0 6px #efefee,0 0 7px #efefee,0 0 8px #efefee,0 0 8px #efefee;
}
.mv-h1 .txt-blue{
	color: #1679be;
	display: inline-block;
	margin-top: -10px;
}
.mv-h1 .txt-blue .big{
	/*font-size: 90px;*/
	font-size: 62px;
}
.mv-note{
	font-size: 14px;
	margin-top: 10px;
}
.mv-muber{
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	/*left: 40px;*/
	/*margin-top: 40px;*/
	margin-top: 20px;
}
.mv-muber-flex{
	/*width: 75%;
    max-width: 990px;
	margin-left: auto;*/
	padding: 30px 0 20px;
	display: flex;
	gap: 60px;
	margin: 0 auto;
	max-width: 1000px;
}
.mv-muber-box{
	background: url("../../../koutsujiko/image/lp/utikiri_page/mv_leaf_left.png"),url("../../../koutsujiko/image/lp/utikiri_page/mv_leaf_right.png");
	background-position: left,right;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	font-weight:500;
}
.mv-muber-box-title{
	font-family: var(--mincho);
	font-size: 20px;
	position: relative;
}
.mv-muber-box-title::before{
	content: "";
	background: url("../../../koutsujiko/image/lp/utikiri_page/mv_crown.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 35px;
	position: absolute;
	top:-25px;
	left: -30px;
}
.mv-muber-box-count{
	font-size: 26px;
	font-family: var(--mincho);
	line-height: 1;
}
.mv-muber-box-count .txt-red{
	font-size: 38px;
	color: #950b4f;
	line-height: 1;
	display: inline-block;
}
.mv-muber-box-count .txt-red span{
	line-height: 1;
}
.mv-muber-box-note{
	font-size: 14px;
	letter-spacing: 0;
}
.mv-muber-note{
	/*width: 75%;
    max-width: 950px;
	margin-left: auto;*/
	font-size: 14px;
	/*margin-top: 20px;*/
	margin: 20px auto 0;
	max-width: 1000px;
}
.sp-mv{
	display: none;
}
@media screen and (min-width: 1921px){
	.mv-inner {
		max-width: unset;
		width: 70%;
		height: calc(100% + 600px);
		margin-top: -300px;
	}
	.mv-inner-box {
		background: url(../../../koutsujiko/image/lp/utikiri_page/mv_lawyer_masashi-ogi_left.png);
		background-position: left 60px top 250px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 1499px){
	.mv {
		background: url(../../../koutsujiko/image/lp/utikiri_page/mv-bg-kaori-ito-none.jpg);
		background-size: cover;
		background-position: center right -120px;
		background-repeat: no-repeat;
	}
	.mv-inner-box {
		background: url(../../../koutsujiko/image/lp/utikiri_page/mv_lawyer_masashi-ogi_left.png);
		background-position: left 0px top 100px;
		background-repeat: no-repeat;
	}
	.mv-h1{
		font-size: 52px;
	}
	.mv-h1 .big{
		font-size: 58px;
	}
	.mv-h1 .txt-blue .big{
		font-size: 62px;
	}
	.mv-muber-flex {
		width: 80%;
	}
}
@media screen and (max-width: 1280px){
	.mv {
        background: url("../../../koutsujiko/image/lp/utikiri_page/mv-bg-kaori-ito-none.jpg");
        background-size: cover;
        background-position: center right -10vw;
        background-repeat: no-repeat;
		height: 50vw;
    }
	.mv-inner-box {
        background: url(../../../koutsujiko/image/lp/utikiri_page/mv_lawyer_masashi-ogi_left.png);
        background-position: left 0 top 110px;
        background-repeat: no-repeat;
        background-size: 32%;
    }
	.mv-h1 {
        font-size: 3.5vw;
		margin-top: 1vw;
    }
	.mv-h1 .big{
		font-size: 4vw;
	}
	.mv-h1 .txt-blue .big{
		font-size: 5vw;
	}
	.mv-content {
		width: 72%;
	}
	p.mv-title {
		font-size: 1.8vw;
		padding: 1vw 2.5vw 1.2vw;
	}
	.mv-note {
		font-size: 1.2vw;
	}
	.mv-muber-note {
		width: 72%;
		font-size: 1.2vw;
		margin-top: 1vw;
	}
	.pc-mv .mv-muber-note .inbl{
		display: block !important;
	}
	.mv-muber-flex{
		width: 72%;
		padding: 3vw 0 2vw;
		gap: 2vw;
	}
	.mv-muber-box{
		padding: 0 4vw;
	}
	.mv-muber-box-title{
		font-size: 2vw;
	}
	.mv-muber-box-title::before{
		width: 2.8vw;
		height: 3.5vw;
		top:-1.5vw;
		left: -3vw;
	}
	.mv-muber-box-count{
		font-size: 2.2vw;
	}
	.mv-muber-box-count .txt-red{
		font-size: 3vw;
	}
	.mv-muber-box-note{
		font-size: 1.2vw;
	}
	.mv-muber {
		margin-top: 1vw;
	}
}
@media screen and (max-width: 1049px){
    .mv-inner-box {
        background: url(../../../koutsujiko/image/lp/utikiri_page/mv_lawyer_masashi-ogi_left.png);
        background-position: left 30px top 120px;
        background-repeat: no-repeat;
		background-size: 28%;
    }
}
@media screen and (max-width: 767px){
	.mv {
        background: url(../../../koutsujiko/image/lp/utikiri_page/mv-bg-ogi-masashi-ito-kaori-sp.jpg);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 110vw;
    }
	.sp-mv{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.pc-mv{
		display: none;
	}
	.sp-mv-top{
		text-align: center;
		padding-top: 5vw;
	}
    p.mv-title {
        font-size: 3vw;
        padding: 1.2vw 3.5vw 1.4vw;
		border-radius: 6px;
    }
    .mv-h1 {
        font-size: 6vw;
        margin-top: 2.5vw;
    }
	.mv-h1 .big{
		font-size: 7vw;
	}
	.mv-h1 .txt-blue .big{
		font-size: 8vw;
	}
    .mv-note {
        font-size: 2vw;
		margin-top: 1.5vw;
    }
	.sp-mv-bottom{
		background: rgba(255, 255, 255, 0.85);
		padding-bottom: 2vw;
	}
    .mv-muber-flex {
        width: 90%;
		margin: 0 auto;
        padding: 4vw 0 2vw;
        gap: 8vw;
		justify-content: center;
    }
	.mv-muber-box {
        padding: 0 7.5vw;
    }
    .mv-muber-box-title {
        font-size: 3vw;
    }
    .mv-muber-box-count {
        font-size: 3.4vw;
    }
    .mv-muber-box-count .txt-red {
        font-size: 7vw;
    }
    .mv-muber-box-note {
        font-size: 1.6vw;
    }
	.mv-muber-note {
        width: 90%;
        font-size: 1.8vw;
        margin: 0 auto;
		text-align: center;
    }
}
@media screen and (max-width: 499px){
	.sp-mv-top {
        padding-top: 3vw;
    }
    p.mv-title {
        font-size: 3.5vw;
	}
    .mv-h1 {
        font-size: 7vw;
        margin-top: 2vw;
    }
	.mv-h1 .big{
		font-size: 8vw;
	}
	.mv-h1 .txt-blue .big{
		font-size: 9vw;
	}
    .mv-note {
        font-size: 2.5vw;
        margin-top: 1vw;
    }
	.mv-muber-flex {
        width: 92%;
		gap: 3vw;
	}
    .mv-muber-box-title {
        font-size: 3.5vw;
    }
	.mv-muber-box-count {
        font-size: 3.8vw;
    }
    .mv-muber-box-count .txt-red {
        font-size: 8vw;
    }
    .mv-muber-box-note {
        font-size: 1.8vw;
    }
    .mv-muber-note {
        font-size: 2.5vw;
	}
}

/* 増額しなければ成功報酬はいただきません */
.mv-bottom-info{
	background-color: #c3dbd5;
	padding: 30px 0;
}
.mv-bottom-info .inner{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
p.mv-bottom-info-title{
	background: url(../../../koutsujiko/image/lp/utikiri_page/cv_badge.png);
	background-position: center right;
	background-repeat: no-repeat;
	font-family: var(--mincho);
	font-size: 30px;
	color: #fff;
	line-height: 1.3;
	font-weight: 600;
	padding: 10px 0;
	margin-top: -15px;
	text-shadow: 0 0 1px #447368,0 0 2px #447368,0 0 3px #447368,0 0 4px #447368,0 0 5px #447368,0 0 6px #447368,0 0 7px #447368,0 0 8px #447368,0 0 9px #447368;
	padding-right: 80px;
}
.mv-bottom-info-note{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.4;
}
.mv-bottom-info-right{
	width: 490px;
}
.mv-bottom-info-list{
	display: flex;
	justify-content: space-between;
}
.mv-bottom-info-list li{
	width: 112px;
	height: 112px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--mincho);
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.mv-bottom-info-list li .big{
	font-size: 38px;
	color: #e98f01;
	line-height: 1;
}
.mv-bottom-info-list li .orange{
	font-size: 22px;
	color: #e98f01;
}
.mv-bottom-info-btn{
	background: linear-gradient(to right, #950c50 0%, #ac6689 100%);
	color: #fff;
	border-radius: 100px;
	text-align: center;
	margin-top: 20px;
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 70px;
}
.mv-bottom-info-btn::after{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/cv_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top:50%;
	right: 46px;
	transform: translateY(-50%);
}

@media screen and (max-width: 1280px){
	p.mv-bottom-info-title {
		font-size: 26px;
		background: url(../../../koutsujiko/image/lp/utikiri_page/cv_badge.png);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: 25%;
		padding-right: 40px;
	}
	.mv-bottom-info .inner{
		width: 73%;
	}
	.mv-bottom-info-list li{
		width: 108px;
    	height: 108px;
	}
}
@media screen and (max-width: 1119px){
	.mv-bottom-info-list li{
		width: 98px;
    	height: 98px;
		font-size: 16px;
	}
	.mv-bottom-info-list li .orange{
		font-size: 20px;
	}
	.mv-bottom-info-btn{
		padding: 8px 60px;
	}
}
@media screen and (max-width: 1023px){
	p.mv-bottom-info-title {
		padding-right: 0;
	}
	.mv-bottom-info-left{
		width: calc(100% - 390px);
	}
	.mv-bottom-info-right{
		width: 380px;
	}
	.mv-bottom-info-list li{
		width: 100px;
		height: 100px;
		font-size: 16px;
	}
	.mv-bottom-info-list li .big{
		font-size: 32px;
	}
	.mv-bottom-info-list li .orange{
		font-size: 20px;
	}
	.mv-bottom-info-list li{
		width: 92px;
    	height: 92px;
		font-size: 16px;
	}
	.mv-bottom-info-list li .orange{
		font-size: 20px;
	}
	.mv-bottom-info-btn{
		font-size: 16px;
	}
	.mv-bottom-info-btn::after{
		right: 40px;
	}
}
@media screen and (max-width: 899px){
	.mv-bottom-info-left{
		width: calc(100% - 310px);
	}
	.mv-bottom-info-right{
		width: 300px;
	}
	.mv-bottom-info-list li{
		width: 72px;
		height: 72px;
		font-size: 12px;
	}
	.mv-bottom-info-list li .big{
		font-size: 24px;
	}
	.mv-bottom-info-list li .orange{
		font-size: 16px;
	}
	.mv-bottom-info-btn{
		font-size: 16px;
		padding: 10px 60px;
		line-height: 1.3;
	}
	.mv-bottom-info-btn::after{
		width: 22px;
		height: 22px;
		right: 30px;
	}
	.mv-bottom-info-note {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.mv-bottom-info {
		padding: 20px 0 40px;
	}
	.mv-bottom-info .inner {
		gap: 20px;
		flex-direction: column;
		width: 90%;
	}
	.mv-bottom-info-left{
		width: 80%;
        margin: 0 auto;
	}
	.mv-bottom-info-right{
		width: 80%;
		margin: 0 auto;
	}
    p.mv-bottom-info-title {
        font-size: 4.5vw;
        background: url(../../../koutsujiko/image/lp/utikiri_page/cv_badge.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 22%;
        padding-right: 40px;
		padding: 3vw 0;
		text-align: center;
		margin-top: 0;
    }
	.mv-bottom-info-note {
		font-size: 14px;
	}
	.mv-bottom-info-list li{
		width: 17vw;
		height: 17vw;
		font-size: 3vw;
	}
	.mv-bottom-info-list li .big{
		font-size: 5vw;
	}
	.mv-bottom-info-list li .orange{
		font-size: 3.5vw;
	}
	.mv-bottom-info-btn {
        font-size: 3.5vw;
        padding: 2vw 2vw 2.2vw;
    }
	.mv-bottom-info-btn::after{
		width: 4vw;
		height: 4vw;
		right: 3vw;
	}
}
@media screen and (max-width: 499px){
	.mv-bottom-info {
		padding: 15px 0 30px;
	}
	p.mv-bottom-info-title {
        font-size: 5.5vw;
	}
	.mv-bottom-info-right{
		width: 100%;
	}
	.mv-bottom-info-left{
		width: 90%;
	}
	.mv-bottom-info-list li{
		width: 21vw;
		height: 21vw;
		font-size: 3.5vw;
	}
	.mv-bottom-info-list li .big{
		font-size: 7vw;
	}
	.mv-bottom-info-list li .orange{
		font-size: 4.5vw;
	}
    .mv-bottom-info-btn {
        font-size: 4.5vw;
        padding: 2vw 2vw 2.2vw;
    }
	.mv-bottom-info-btn::after{
		width: 5vw;
		height: 5vw;
		right: 3vw;
	}
}

/* CV */
.cv{
	background-color: #629085;
	padding: 30px 0;
}
.cv-box{
	background-color: #fff;
	padding-bottom: 30px;
}
p.cv-title{
	text-align: center;
	font-family: var(--mincho);
	color: #292929;
	font-size: 28px;
	background-color: #d5e9e7;
	padding: 15px;
	font-weight: 600;
}
.cv-flex{
	max-width: 925px;
	width: 92%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
.cv-flex-left{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(to right, #5f9d9b 0%, #83b8b6 100%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho);
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.cv-flex-left .icon{
	background: url(../../../koutsujiko/image/lp/utikiri_page/cv_tel.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.8em;
	height: 1.8em;
	display: block;
	margin: 0 auto 5px;
}
.cv-flex-center .tel{
	color: #292929;
	font-size: 86px;
	font-family: var(--mincho);
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
	margin-top: -0.1em;
	margin-bottom: 0.15em;
}
.cv-flex-center-list{
	display: flex;
	justify-content: space-between;
	gap: 7px;
}
.cv-flex-center-list li{
	background-color: #8f8787;
	color: #fff;
	text-align: center;
	width: calc(33% - 10px);
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	padding: 6px 5px 8px;
}
.cv-flex-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.cv-flex-right a{
	font-size: 18px;
	color: #292929;
	position: relative;
	font-weight: 600;
	margin-left: 45px;
}
.cv-flex-right a::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color:#292929;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.cv-flex-right a.mail-btn::before{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/cv_mail.png),#e98f01;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: absolute;
	top:-4px;
	left: -45px;
}
.cv-flex-right a.line-btn::before{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/cv_line.png),#06c755;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: absolute;
	top:-4px;
	left: -45px;
}
.cv-note{
	padding: 0 5%;
	font-size: 12px;
	text-align: center;
	color: #292929;
}
.cv-flex-right a.line-btn.sp-btn{
	display: none;
}
@media screen and (max-width: 1280px){
	.cv .inner{
		max-width: 800px;
	}
	p.cv-title{
		font-size: 26px;
	}
	.cv-flex{
		justify-content: center;
		gap: 20px;
	}
	.cv-flex-center .tel{
		font-size: 66px;
	}
	.cv-flex-left {
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.cv-flex-center-list li{
		font-size: 14px;
	}
	.cv-flex-right a {
		font-size: 14px;
		margin-left: 35px;
	}
	.cv-flex-right a.mail-btn::before,
	.cv-flex-right a.line-btn::before{
		width: 30px;
		height: 30px;
		top:-4px;
		left: -35px;
	}
	.cv-note{
		font-size: 10px;
	}
}
@media screen and (max-width: 859px){
	.cv-flex-left {
		width: 90px;
		height: 90px;
		font-size: 14px;
	}
	.cv-flex-center .tel {
        font-size: 60px;
    }
    .cv-flex-right a {
        font-size: 12px;
        margin-left: 30px;
    }
	.cv-flex-right a.mail-btn::before,
	.cv-flex-right a.line-btn::before{
		width: 25px;
		height: 25px;
		top:-3px;
		left: -30px;
	}
}
@media screen and (max-width: 767px){
	.cv {
		padding:25px 0;
	}
    p.cv-title {
        font-size: 4.5vw;
		padding: 10px 15px;
    }
	.cv-flex{
		flex-direction: column;
		align-items: center;
	}
    .cv-flex-left {
        width: fit-content;
        height: auto;
		border-radius:10px;
        font-size: 4vw;
		padding: 1vw 2vw;
    }
	.cv-flex-left .icon{
		display: inline-block;
		width: 1em;
		height: 1em;
		margin-bottom: -0.1em;
	}
	.cv-flex-left br{
		display: none;
	}
	.cv-flex-center .tel{
		font-size: 12vw;
	}
    .cv-flex-center-list li {
        font-size: 2.8vw;
		width: calc(33% - 1vw);
		padding: 1.2vw 0.5vw 1.4vw;
    }
	.cv-flex-right{
		flex-direction: row;
	}
    .cv-flex-right a {
        font-size: 3.2vw;
        margin-left: 5vw;
    }
	.cv-flex-right a.mail-btn::before,
	.cv-flex-right a.line-btn::before{
		width: 5vw;
		height: 5vw;
		top:0;
		left: -6vw;
	}
	.cv-flex-right a.line-btn.pc-btn{
		display: none;
	}
	.cv-flex-right a.line-btn.sp-btn{
		display: block;
	}
}
@media screen and (max-width: 499px){
	.cv {
        padding: 25px 0;
    }
    p.cv-title {
        font-size: 5.5vw;
    }
	.cv-box {
		padding-bottom: 20px;
	}
	.cv-flex-left{
		font-size: 5vw;
	}
    .cv-flex-center .tel {
        font-size: 13vw;
    }
    .cv-flex-center-list li {
        font-size: 3.2vw;
	}
    .cv-flex-right a {
        font-size: 3.5vw;
        margin-left: 7vw;
    }
	.cv-flex-right a.mail-btn::before,
	.cv-flex-right a.line-btn::before{
		width: 7vw;
		height: 7vw;
		top: -0.4vw;
		left: -8vw;
	}
	.cv-note {
        font-size: 9px;
    }
}


/* 必要な治療を中断してしまうと */
.page-utikiri section.section-chiryou{
	padding: 0;
}
.section-chiryo-bg{
	padding-top: 120px;
	background: url(../../../koutsujiko/image/lp/utikiri_page/section-chiryo-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.section-chiryo-whbox{
	background-color: #fff;
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec1_doctor.jpg),#fff;
	background-position: left 20px bottom;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 120px;
	padding: 45px 60px;
	color: #292929;
}
.section-chiryo-whbox::after{
	content: "";
	width: 100%;
	height: 51px;
	aspect-ratio: 2 / 1;
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -50px;
	left: 0;
}
.section-chiryou-title{
	text-align: center;
	font-family: var(--mincho);
	font-size: 48px;
	font-weight: 600;
}
.chiryo-whbox-point{
	max-width: 500px;
	margin-left: auto;
	margin-top: 50px;
}
.chiryo-whbox-point .point{
	display: inline-block;
	background-color: #e98f01;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	border-radius: 4px;
	line-height: 1;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.chiryo-whbox-point .point-txt{
	font-family: var(--mincho);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
}
.chiryo-whbox-point .point-txt .txt-red{
	font-weight: 700;
}
.section-chiryou-flex{
	display: flex;
	justify-content: space-between;
}
.section-chiryou-flex-box{
	width: calc(50% - 20px);
	background-color: #8e5472;
	border-radius: 6px;
	padding: 20px 30px 30px;
}
.section-chiryou-flex-box:last-of-type{
	background-color: #528c97;
}
.section-chiryou-flex-title{
	display: flex;
	gap: 20px;
}
.section-chiryou-flex-title .txt{
	font-size: 28px;
	font-family: var(--mincho);
	color: #fff;
	padding-top: 15px;
}
.section-chiryou-flex-title .icon{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec1_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 85px;
	height: 99px;
}
.section-chiryou-flex-box:last-of-type .icon{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec1_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-chiryou-flex-box .txt-box{
	background-color: #fff;
	padding: 25px 30px;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: 600;
}
.section-chiryo-bg-bottom{
	padding-bottom: 120px;
	background: url(../../../koutsujiko/image/lp/utikiri_page/section-chiryo-bg-bottom_hiroki-nagata.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 80px;
}
h3.section-chiryou-h3{
	font-size: 40px;
	text-align: center;
	color: #292929;
	font-family: var(--mincho);
	margin-bottom: 50px;
}
h3.section-chiryou-h3 .txt-bg{
	background-color: #950b4f;
	color: #fff;
	font-size: 48px;
	display: inline-block;
	line-height: 1;
	padding: 5px 10px 8px;
	font-weight: 700;
}
.section-chiryo-bg-bottom .txt-box{
	max-width: 840px;
	margin-left: auto;
	background-color: #f0f0f0;
	color: #292929;
	padding: 50px 35px;
	font-weight: 500;
}
.section-chiryo-bg-bottom .txt-box p{
	line-height: 1.8;
}
.section-chiryo-bg-bottom .txt-box .txt-marker{
	background: linear-gradient(transparent 70%, rgb(239, 230, 150) 70%);
	font-weight: 700;
	padding: 0 5px;
}
section.section-chiryou h2.section-chiryou-h2 .txt-red{
	font-weight: 700;
}
@media screen and (max-width: 1280px){
	.section-chiryo-bg{
		padding-top: 100px;
		background: url(../../../koutsujiko/image/lp/utikiri_page/section-chiryo-bg.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: unset;
	}
	.section-chiryo-whbox{
		margin-bottom: 100px;
		padding: 35px 30px;
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec1_doctor.jpg), #fff;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 40%;
	}
	.section-chiryou-title{
		font-size: 40px;
	}
	.chiryo-whbox-point {
		max-width: 450px;
		margin-top: 40px;
	}
	.chiryo-whbox-point .point {
		font-size: 20px;
		padding: 5px 10px;
		margin-bottom: 15px;
	}
	.chiryo-whbox-point .point-txt{
		font-size: 20px;
	}
	.section-chiryou-flex-box {
		width: calc(50% - 10px);
		padding: 20px 20px 20px;
		display: flex;
    	flex-direction: column;
	}
	.section-chiryou-flex-title{
		align-items: center;
		min-height: 100px;
	}
	.section-chiryou-flex-title .txt {
		font-size: 22px;
		padding-top:0;
	}
	.section-chiryou-flex-title .icon {
		width: 64px;
		height: 75px;
	}
	.section-chiryou-flex-box .txt-box{
		flex: 1;
		margin-top: 10px;
	}
	.section-chiryo-bg-bottom {
		padding-bottom: 100px;
		margin-top: 60px;
	}
	h3.section-chiryou-h3 {
		font-size: 34px;
		margin-bottom: 40px;
	}
	h3.section-chiryou-h3 .txt-bg {
		font-size: 42px;
	}
	.section-chiryo-bg-bottom .txt-box {
		max-width: 640px;
		width: 74%;
		padding: 40px 25px;
	}
}
@media screen and (max-width: 767px){
	.section-chiryo-bg {
        padding-top: 80px;
	}
	.section-chiryou-title {
        font-size: 5vw;
    }
    .section-chiryo-whbox {
        margin-bottom: 80px;
		padding: 25px 4% 120px;
        background: url(../../../koutsujiko/image/lp/utikiri_page/sec1_doctor.jpg), #fff;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }
	.chiryo-whbox-point {
        max-width: none;
        margin-top: 30px;
		text-align: center;
    }
    .chiryo-whbox-point .point {
        font-size: 4vw;
        padding: 1vw 2vw;
        margin-bottom: 15px;
    }
    .chiryo-whbox-point .point-txt {
        font-size: 3.5vw;
		width: 85%;
        text-align: left;
        margin: 0 auto;
    }
	.section-chiryou-flex{
		flex-direction: column;
		gap: 20px;
	}
    .section-chiryou-flex-box {
        width: 100%;
        padding: 20px 20px 20px;
		align-items: center;
    }
	.section-chiryou-flex-title{
		gap: 3vw;
		min-height:unset;
	}
    .section-chiryou-flex-title .txt {
        font-size: 4.5vw;
    }
	.section-chiryou-flex-title .icon{
		width: 10.2vw;
		height: 11.88vw;
	}
	.section-chiryou-flex-box .txt-box{
		margin-top: 20px;
		padding: 20px 20px;
	}
	h3.section-chiryou-h3{
		font-size: 5vw;
		margin-bottom: 30px;
	}
	h3.section-chiryou-h3 .txt-bg {
        font-size: 6vw;
    }
	.section-chiryo-bg-bottom .txt-box {
        max-width: none;
        width: 100%;
        padding: 30px 20px;
    }
	.section-chiryo-bg-bottom {
		padding-bottom: 290px;
        margin-top: 40px;
		background: url(../../../koutsujiko/image/lp/utikiri_page/section-chiryo-bg-bottom_hiroki-nagata-sp.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: unset;
    }

}
@media screen and (max-width: 499px){
	.section-chiryo-bg {
        padding-top: 60px;
	}
	.section-chiryou-title {
        font-size: 6.5vw;
    }
    .section-chiryo-whbox {
        margin-bottom: 80px;
		padding: 25px 4% 30vw;
        background: url(../../../koutsujiko/image/lp/utikiri_page/sec1_doctor.jpg), #fff;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 45%;
    }
	.chiryo-whbox-point .point {
        font-size: 5vw;
        padding: 1.5vw 2.5vw;
        margin-bottom: 15px;
    }
	.chiryo-whbox-point .point-txt {
        font-size: 4.3vw;
		width: 100%;
    }
	.section-chiryou-flex-title .txt {
        font-size: 5.5vw;
    }
	.section-chiryou-flex-title .icon{
		width: 12.2vw;
		height: 14.26vw;
	}
	h3.section-chiryou-h3{
		font-size: 6.5vw;
	}
    h3.section-chiryou-h3 .txt-bg {
        font-size: 7.5vw;
    }
	.section-chiryou-flex-box {
        padding: 20px 4% 20px;
    }
	.section-chiryou-flex-box .txt-box {
        margin-top: 20px;
        padding: 20px 15px;
    }
    .section-chiryo-bg-bottom {
        padding-bottom: 60vw;
        margin-top: 40px;
        background: url(../../../koutsujiko/image/lp/utikiri_page/section-chiryo-bg-bottom_hiroki-nagata-sp.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 160% auto;
	}
}

/* 治療を継続するために弁護士にしかできない事があります */
.page-utikiri section.section-keizoku{
	background-color: #fffff3;
}
.page-utikiri h2.section-keizoku-h2{
	position: relative;
	padding: 35px 0;
	margin-bottom: 80px;
}
.page-utikiri h2.section-keizoku-h2::before{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/section-keizoku-h2-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 783px;
	height: 27px;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
.page-utikiri h2.section-keizoku-h2::after{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/section-keizoku-h2-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 783px;
	height: 27px;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
}
.page-utikiri h2.section-keizoku-h2 .txt-bg{
    background-color: #950b4f;
    color: #fff;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px 8px;
    font-weight: 700;
}
.page-utikiri h2.section-keizoku-h2 .txt-red{
	font-weight: 700;
}
.section-keizoku-flex{

}
.section-keizoku-box{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_01_masahiro-tsuji.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 500px;
	margin-bottom: 70px;
}
.section-keizoku-box.box02{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_02_akira-onishi.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.section-keizoku-box.box03{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_03_marina-kawakami.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.section-keizoku-box.box04{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_04.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.section-keizoku-box .inner-box{
	max-width: 680px;
}
.section-keizoku-box.box02 .inner-box,.section-keizoku-box.box04 .inner-box{
	margin-left: auto;
}
p.section-keizoku-box-point{
	font-family: var(--mincho);
	font-size: 28px;
	color: #458978;
	font-weight: 600;
	border-top: 2px solid #458978;
	border-bottom: 2px solid #458978;
	margin-bottom: 30px;
	padding: 15px 0 15px 90px;
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point01.png);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 1.3;
}
.section-keizoku-box.box02 p.section-keizoku-box-point{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point02.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.section-keizoku-box.box03 p.section-keizoku-box-point{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point03.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.section-keizoku-box.box04 p.section-keizoku-box-point{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point04.png);
	background-position: center left;
	background-repeat: no-repeat;
}
h3.section-keizoku-h3{
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 30px;
}
h3.section-keizoku-h3 .txt-red{
	font-size: 38px;
}
.section-keizoku-box .txt-box p{
	font-weight: 500;
	line-height: 1.8;
}
.section-keizoku-box .txt-box p .txt-marker{
	background: linear-gradient(transparent 70%, rgb(239, 230, 150) 70%);
    font-weight: 700;
}
.section-keizoku-box .txt-box-info{
	background-color: #f0f0f0;
	margin-top: 50px;
	padding: 30px 35px;
}
h4.section-keizoku-h4{
	font-size: 30px;
	font-weight: 700;
	padding-left: 70px;
	position: relative;
	margin-bottom: 30px;
}
h4.section-keizoku-h4::before{
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_icon.png),#292929;
	background-position: left 17px center;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	background-size: 50%;
}

@media screen and (max-width: 1829px){
	.section-keizoku-box {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_01_masahiro-tsuji.jpg);
		background-position: top right -100px;
		background-repeat: no-repeat;
	}
	.section-keizoku-box.box02{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_02_akira-onishi.jpg);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
	.section-keizoku-box.box03{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_03_marina-kawakami.jpg);
		background-position: top right -100px;
		background-repeat: no-repeat;
	}
	.section-keizoku-box.box04{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_04.jpg);
		background-position: top left -100px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 1699px){
	.section-keizoku-box {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_01_masahiro-tsuji.jpg);
		background-position: top right -200px;
		background-repeat: no-repeat;
	}
	.section-keizoku-box.box02{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_02_akira-onishi.jpg);
		background-position: top left -200px;
		background-repeat: no-repeat;
	}
	.section-keizoku-box.box03{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_03_marina-kawakami.jpg);
		background-position: top right -200px;
		background-repeat: no-repeat;
	}
	.section-keizoku-box.box04{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_04.jpg);
		background-position: top left -200px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 1429px){
	.section-keizoku-box {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_01_masahiro-tsuji.jpg);
		background-position: top right -150px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.section-keizoku-box.box02{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_02_akira-onishi.jpg);
		background-position: top left -150px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.section-keizoku-box.box03{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_03_marina-kawakami.jpg);
		background-position: top right -150px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.section-keizoku-box.box04{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_04.jpg);
		background-position: top left -150px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
}
@media screen and (max-width: 1280px){
	.section-keizoku-box .inner-box {
		width: 65%;
	}
	.page-utikiri h2.section-keizoku-h2::before,
	.page-utikiri h2.section-keizoku-h2::after {
		width: 626px;
		height: 22px;
	}
	p.section-keizoku-box-point {
		font-size: 24px;
		padding: 15px 0 15px 80px;
	}
	h3.section-keizoku-h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	h3.section-keizoku-h3 .txt-red {
		font-size: 32px;
	}
	h4.section-keizoku-h4{
		font-size: 26px;
	}
	/*section-keizoku-box .txt-box-info{
		width: 155%;
	}*/


	.section-keizoku-box {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_01_masahiro-tsuji.jpg);
		background-position: top right -120px;
		background-repeat: no-repeat;
		background-size: 45%;
		margin-bottom: 60px;
		min-height: auto;
	}
	.section-keizoku-box.box02{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_02_akira-onishi.jpg);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.section-keizoku-box.box03{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_03_marina-kawakami.jpg);
		background-position: top right -120px;
		background-repeat: no-repeat;
		background-size: 45%;
	}
	.section-keizoku-box.box04{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_04.jpg);
		background-position: top left -120px;
		background-repeat: no-repeat;
		background-size: 45%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px){
	.section-keizoku-box .inner-box {
        width: 100%;
    }
	.page-utikiri h2.section-keizoku-h2::before, .page-utikiri h2.section-keizoku-h2::after {
        width: 78.3vw;
   		height: 2.7vw;
    }
	.page-utikiri h2.section-keizoku-h2 {
		padding: 3vw 0;
		margin-bottom: 60px;
	}
	.section-keizoku-box {
        background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_01_masahiro-tsuji-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
		background-size: 90%;
        margin-bottom: 60px;
        padding-top: 38vw;
    }
	.section-keizoku-box.box02{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_02_akira-onishi-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
		background-size: 90%;
	}
	.section-keizoku-box.box03{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_03_marina-kawakami-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
		background-size: 90%;
	}
	.section-keizoku-box.box04{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_04-sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
		background-size: 90%;
	}
    p.section-keizoku-box-point {
        font-size: 4.2vw;
		padding: 15px 5%;
		background: none;
		margin-bottom: 25px;
		text-align: center;
		position: relative;
		display: flex;
        align-items: center;
        justify-content: center;
		gap: 2vw;
    }
	p.section-keizoku-box-point::before{
		content: "";
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 10vw;
		height: 8vw;
		display: inline-block;
	}
	.section-keizoku-box.box02 p.section-keizoku-box-point::before{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point02.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.section-keizoku-box.box03 p.section-keizoku-box-point::before{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point03.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.section-keizoku-box.box04 p.section-keizoku-box-point::before{
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_point04.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.section-keizoku-box.box02 p.section-keizoku-box-point,
	.section-keizoku-box.box03 p.section-keizoku-box-point,
	.section-keizoku-box.box04 p.section-keizoku-box-point{
		background: none;
	}
	p.section-keizoku-box-point .sp-box{
		width: 50%;
	}
	h3.section-keizoku-h3 {
        font-size: 4.5vw;
        margin-bottom: 25px;
		text-align: center;
    }
    h3.section-keizoku-h3 .txt-red {
        font-size: 5vw;
    }
    h4.section-keizoku-h4 {
        font-size: 4.2vw;
		padding-left: 12vw;
    }
	h4.section-keizoku-h4::before {
		width: 10vw;
		height: 10vw;
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_icon.png), #292929;
		background-position: left 2.8vw center;
		background-repeat: no-repeat;
		background-size: 50%;
	}
}
@media screen and (max-width: 499px){
	.page-utikiri h2.section-keizoku-h2::before, .page-utikiri h2.section-keizoku-h2::after {
        width: 90vw;
   		height: 3.1vw;
    }
	.page-utikiri h2.section-keizoku-h2 {
		padding: 3.5vw 0;
		margin-bottom: 40px;
	}
    p.section-keizoku-box-point {
        font-size: 5vw;
        padding:12px 5%;
		gap: 3vw;
        margin-bottom: 25px;
    }
	p.section-keizoku-box-point::before {
        width: 15vw;
        height: 12vw;
    }
	p.section-keizoku-box-point .sp-box {
        width: 60%;
    }
	p.section-keizoku-box-point .sp-box02 {
        width: 55%;
    }
    h3.section-keizoku-h3 {
        font-size: 5.5vw;
        margin-bottom: 20px;
    }
    h3.section-keizoku-h3 .txt-red {
        font-size: 6vw;
    }
	.section-keizoku-box .txt-box-info {
		margin-top: 40px;
		padding: 25px 5%;
	}
    h4.section-keizoku-h4 {
        font-size: 5.5vw;
		padding-left: 19vw;
		margin-bottom: 25px;
    }
	h4.section-keizoku-h4::before {
		width: 16vw;
		height: 16vw;
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec2_icon.png), #292929;
		background-position: left 4.5vw center;
		background-repeat: no-repeat;
		background-size: 50%;
	}
}

/* 経験・実績豊富な私たちにおまかせください */
.page-utikiri section.section-omakase{
	padding: 0!important;
	overflow: hidden;
}
.section-omakase-top{
	background: url(../../../koutsujiko/image/lp/utikiri_page/omakase_back_shino-suzuki-keisuke-ueda.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
	padding-top: 120px;
	padding-bottom: 60px;
	text-align: center;
}
p.section-omakase-title{
	background: linear-gradient(to right, #1679be 0%, #86b8db 100%);
	color: #fff;
	position: relative;
	line-height: 1.3;
	display: inline-block;
	font-size: 28px;
	padding: 10px 25px;
	border-radius: 10px;
	margin-bottom: 50px;
}
p.section-omakase-title::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #4d98cc;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
h2.section-omakase-h2 .dot{
	position: relative;
	display: inline-block;
}
h2.section-omakase-h2 .dot::before{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #950b4f;
	border-radius: 50%;
	position: absolute;
	top:-8px;
	left: 50%;
	transform: translateX(-50%);
}
.mv-muber.section-omakase-muber .mv-muber-flex {
    width: 100%;
    /*max-width: 780px;*/
    margin:0 auto;
    /*padding: 40px 10% 20px 0;*/
    gap: 60px;
	justify-content: center;
}

.mv-muber-note.section-omakase-note {
    width: 100%;
    max-width: 780px;
    margin:0 auto;
    font-size: 14px;
}
.inner.section-omakase-inner{
	position: relative;
}
.inner.section-omakase-inner::after{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_lawyer_takayoshi_imoto.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 444px;
	height: 591px;
	position: absolute;
	bottom: -60px;
	right: -260px;
}
.section-omakase-bottom{
	background: url(../../../koutsujiko/image/lp/utikiri_page/section-omakase-bottom.jpg),#e9f5f7;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}
.section-omakase-bottom-title{
	margin-bottom: 90px;
	position: relative;
}
.section-omakase-bottom-title p{
	font-family: var(--mincho);
	color: #292929;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}
.section-omakase-bottom-title p + p{
	margin-top: 1em;
}
.section-omakase-bottom-title p .txt-red{
	font-weight: 700;
}
.section-omakase-bottom-title::before{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_book.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 466px;
	height: 346px;
	position: absolute;
	left: -400px;
	top:50%;
	transform: translateY(-50%);
}
.section-omakase-flex{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.section-omakase-flex::before{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/batu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top:48%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.section-omakase-flexbox{
	width: calc(50% - 20px);
	background-color: #6baba6;
	border-radius: 4px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
}
.section-omakase-flexbox-img{
	text-align: center;
	position: relative;
}
.section-omakase-flexbox-wh{
	background-color: #fff;
	padding: 60px 0 30px;
	margin-top: -40px;
	flex: 1;
}
.section-omakase-flexbox-h3{
	text-align: center;
	background-color: #e9f5f7;
	font-family: var(--mincho);
	font-size: 30px;
	padding: 15px;
	font-weight: 600;
}
.section-omakase-flexbox-wh .txt-box{
	padding: 0 25px;
	margin-top: 30px;
}
.section-omakase-flexbox-wh .txt-box p,
.section-omakase-infobox .txt-box p{
	line-height: 1.8;
	font-weight: 500;
	color: #292929;
}
.section-omakase-flexbox-wh .txt-box p .txt-marker,
.section-omakase-infobox .txt-box p .txt-marker{
	background: linear-gradient(transparent 70%, rgb(239, 230, 150) 70%);
    font-weight: 700;
}
.section-omakase-infobox{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_staff.jpg),#fff;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 60px;
	padding: 20px 40px 30px;
}
.section-omakase-infobox-inner{
	max-width: 580px;
	width: 80%;
	margin-left: auto;
}
p.section-omakase-infobox-title{
	background-color: #e9f5f7;
	text-align: center;
	font-family: var(--mincho);
	font-size: 30px;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 25px;
}
@media screen and (max-width: 1280px){
	.section-omakase-top {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	p.section-omakase-title {
		font-size: 24px;
		padding: 10px 25px;
		margin-bottom: 50px;
	}
	.inner.section-omakase-inner::after {
		width: 333px;
		height: 443px;
		bottom: -60px;
		right: -170px;
	}
	.section-omakase-bottom-title p{
		font-size: 26px;
		position: relative;
		text-shadow: 0 0 2px #e9f5f7,0 0 3px #e9f5f7,0 0 4px #e9f5f7,0 0 5px #e9f5f7,0 0 5px #e9f5f7;
	}
	.section-omakase-bottom-title::before {
		width: 350px;
		height: 260px;
		left: -20vw;
	}
	.section-omakase-bottom-title {
		margin-bottom: 70px;
	}
	.section-omakase-flexbox-img img{
		width: 100% !important;
	}
	.section-omakase-flexbox {
		width: calc(50% - 10px);
		padding: 30px 15px;
	}
	.section-omakase-flexbox-img{
		width: 90%;
		margin: 0 auto;
	}
	.section-omakase-flexbox-h3{
		font-size: 26px;
	}
	.section-omakase-flex::before {
		width: 50px;
		height: 50px;
	}
	.section-omakase-bottom {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-omakase-infobox {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_staff.jpg), #fff;
		background-position: center left -60px;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 50px;
		padding: 20px 25px 30px;
	}
	.section-omakase-infobox-inner {
		width: 60%;
	}
	p.section-omakase-infobox-title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.section-omakase-infobox .txt-box p{
		text-shadow: 0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 5px #fff;
	}
	h2.section-omakase-h2 .dot::before{
		width: 6px;
		height: 6px;
		top: -6px;
	}
}
@media screen and (max-width:1024px){
	.mv-muber.section-omakase-muber .mv-muber-flex{
		/*justify-content: flex-start;*/
		padding: 40px 0 20px 0;
	}
	.inner.section-omakase-inner::after {
		width: 333px;
		height: 443px;
		bottom: -60px;
		right: -120px;
	}
	.mv-muber-note.section-omakase-note{
		width: 70%;
        margin-left: 8vw;
	}
}
@media screen and (max-width: 767px){
    .section-omakase-top {
        padding-top: 80px;
        padding-bottom: 40vw;
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_lawyer_takayoshi_imoto.png),#fff;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 33%;
    }
    p.section-omakase-title {
        font-size: 4.5vw;
        padding: 10px 15px;
        margin-bottom: 50px;
    }
	.inner.section-omakase-inner::after {
        display: none;
    }
	.mv-muber.section-omakase-muber{
		position: unset;
		width: 94%;
		margin: -20px auto 0;
	}
	.mv-muber.section-omakase-muber .mv-muber-flex{
		gap: 0;
		justify-content: space-between;
	}
	.mv-muber-note.section-omakase-note{
		width: 100%;
        margin-left: 0;
	}
	.section-omakase-bottom {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-omakase-bottom-title {
        margin-bottom: 60px;
    }
	.section-omakase-bottom-title p {
        font-size: 5vw;
	}
    .section-omakase-bottom-title::before {
        width: 70vw;
        height: 52vw;
        left: -40vw;
    }
	.section-omakase-flex{
		flex-direction: column;
		gap: 4vw;
	}
    .section-omakase-flexbox {
        width: 100%;
        padding: 25px 15px;
    }
    .section-omakase-flexbox-h3 {
        font-size: 5vw;
		padding: 12px;
    }
	.section-omakase-flexbox-wh .txt-box {
		padding: 0 5%;
		margin-top: 25px;
	}
	.section-omakase-infobox {
        background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_staff-sp.jpg), #fff;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 40px;
        padding: 20px 25px 35vw;
	}
	.section-omakase-infobox-inner {
        width: 100%;
		max-width: none;
    }
    p.section-omakase-infobox-title {
        font-size: 4.5vw;
        margin-bottom: 25px;
    }
	.mv-muber-note.section-omakase-note{
		font-size: 12px;
	}
	.section-omakase-flex::before{
		display: none;
	}
	.section-omakase-flex{
	display: flex;
	align-items: center;
}
	.section-omakase-flexbox:first-of-type{
		position: relative;
	}
	.section-omakase-flexbox:first-of-type::after{
		content: "";
		background: url(../../../koutsujiko/image/lp/utikiri_page/batu.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 8vw;
		height: 8vw;
		position: absolute;
		bottom:-5.5vw;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 499px){
    .section-omakase-top {
        padding-top: 60px;
        padding-bottom: 60vw;
        background: url(../../../koutsujiko/image/lp/utikiri_page/sec3_lawyer_takayoshi_imoto.png), #fff;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    p.section-omakase-title {
        font-size: 5.2vw;
        padding: 10px 1vw;
        margin-bottom: 50px;
    }
	.mv-muber.section-omakase-muber{
		width: 100%;
		margin: -20px auto 0;
	}
	.section-omakase-bottom-title {
        margin-bottom: 60px;
    }
    .section-omakase-bottom-title p {
        font-size: 6vw;
    }
	.section-omakase-flexbox-h3 {
        font-size: 6.5vw;
    }
	.section-omakase-flexbox:first-of-type::after{
		width: 12vw;
		height: 12vw;
		bottom:-8vw;
	}
	p.section-omakase-infobox-title {
        font-size: 6vw;
	}
	h2.section-omakase-h2 .dot::before{
		width: 4px;
		height: 4px;
		top: -4px;
	}
	.page-utikiri h2.section-keizoku-h2 .txt-bg{
      font-size: 7.5vw;
}
}

/* 治療費打ち切りに対応した解決事例 */
.section-jirei{

}
.section-jirei-box{
	background-color: #fdf1ed;
	padding-bottom: 50px;
}
h3.section-jirei-h3{
	background-color: #474747;
	color: #fff;
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 60px;
}
h3.section-jirei-h3 .txt{
	font-size: 30px;
	text-align: center;
	position: relative;
}
h3.section-jirei-h3 .icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec4_balance.png), #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55%;
	display: inline-block;
}
.section-jirei-box-inner{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec4_situation.png);
	background-position: top right;
	background-repeat: no-repeat;
	max-width: 980px;
	text-align: center;
}
.section-jirei-box-inner .box-inner{
	max-width: 880px;
	width: 90%;
	margin: 0 auto;
}
p.section-jirei-title01,
p.section-jirei-title02{
	background-color: #528c97;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 40px;
	font-family: var(--mincho);
	font-size: 28px;
	position: relative;
	padding: 6px 25px;
	display: inline-block;
	line-height: 1.5;
	font-weight: 600;
}
p.section-jirei-title01::after,
p.section-jirei-title02::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #528c97;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
p.section-jirei-title02{
	background-color: #8e5472;
	margin-bottom: 50px;
}
p.section-jirei-title02::after{
	border-top: 11px solid #8e5472;
}
.section-jirei-box-inner .txt-box.center{
	margin-bottom: 70px;
}
.section-jirei-box-inner .txt-box.center p{
	text-align: center;
	line-height: 1.8;
	font-weight: 500;
}
.section-jirei-box-inner .txt-box p{
	line-height: 1.8;
	font-weight: 500;
}
.section-jirei-box-inner .txt-box p .txt-marker{
	background: linear-gradient(transparent 70%, rgb(239, 230, 150) 70%);
    font-weight: 700;
}
.section-jirei-box-flex{
	display: flex;
	justify-content:space-between;
	margin-bottom: 45px;
}
.section-jirei-box-content{
	background-color: #fff;
	width: calc(50% - 20px);
	display: flex;
}
.section-jirei-box-content .box-left{
	width: 80px;
	height: auto;
	background-color: #e98f01;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-jirei-box-content .box-left::before{
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec4_check.svg), #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	display: inline-block;
}
.section-jirei-box-content .box-right{
	font-size: 32px;
	font-family: var(--mincho);
	text-align: left;
	display: flex;
	align-items: center;
	padding: 25px;
}
.section-jirei-box-content .box-right span{
	display: inline-block;
	line-height: 1.2;
	font-weight: 600;
}
.section-jirei-box-content .box-right .txt-red{
	font-weight: 700;
}

@media screen and (max-width: 1280px){
	h3.section-jirei-h3 .txt{
		font-size: 26px;
	}
	h3.section-jirei-h3 .icon {
		width: 60px;
		height: 60px;
	}
	p.section-jirei-title01, p.section-jirei-title02{
		font-size: 24px;
	}
	.section-jirei-box-content .box-right {
		font-size: 26px;
		padding: 20px;
	}
	.section-jirei-box-content .box-left {
		width: 70px;
	}
	.section-jirei-box-inner .txt-box.center p{
		text-shadow: 0 0 2px #fdf1ed,0 0 3px #fdf1ed,0 0 4px #fdf1ed,0 0 5px #fdf1ed,0 0 5px #fdf1ed;
	}
}
@media screen and (max-width: 767px){
	h3.section-jirei-h3 {
		padding: 20px 2vw;
		gap: 2vw;
		margin-bottom: 40px;
	}
    h3.section-jirei-h3 .txt {
        font-size: 4.5vw;
		width: 70%;
    }
	h3.section-jirei-h3 .icon {
		width: 12vw;
		height: 12vw;
	}
    p.section-jirei-title01, p.section-jirei-title02 {
        font-size: 4.5vw;
		margin-bottom: 30px;
		padding: 6px 3vw;
    }
	.section-jirei-box-inner .txt-box.center {
		margin-bottom: 50px;
	}
	.section-jirei-box-flex {
		flex-direction: column;
		margin-bottom: 40px;
		gap: 2vw;
	}
	.section-jirei-box-content {
		width: 100%;
	}
	.section-jirei-box-content .box-left {
        width: 12vw;
    }
    .section-jirei-box-content .box-right {
        font-size: 4.5vw;
        padding: 3vw;
    }
	.section-jirei-box-content .box-left::before {
		width: 6vw;
		height: 6vw;
	}
}
@media screen and (max-width: 499px){
    h3.section-jirei-h3 .txt {
        font-size: 5.5vw;
        width: 82%;
    }
	h3.section-jirei-h3 {
        margin-bottom: 30px;
    }
	.section-jirei-box-inner {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec4_situation.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 50%;
	}
    p.section-jirei-title01, p.section-jirei-title02 {
        font-size: 5.5vw;
        margin-bottom: 30px;
        padding: 8px 4vw;
		line-height: 1.3;
    }
	.section-jirei-box-content .box-left {
        width: 14vw;
    }
	.section-jirei-box-content .box-right {
        font-size: 5.5vw;
        padding: 4vw 3vw;
    }
	.section-jirei-box {
		padding-bottom: 30px;
	}
}

/* 弁護士法人ALGにご相談いただいた方の声 */
.page-utikiri section.section-soudan{
	padding-bottom: 0;
	background-color: #fffff3;
}
h2.section-soudan-h2{
	position: relative;
	padding-bottom: 20px;
}
h2.section-soudan-h2::before{
	content: "";
	width: 180px;
	height: 2px;
	background-color: #474747;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
p.section-soudan-info{
	font-size: 24px;
	font-family: var(--mincho);
	color: #292929;
	text-align: center;
	margin-bottom: 60px;
}
.section-soudan-koe{
	margin-bottom: 60px;
}
.section-soudan-koe-box{
	background-color: #fff;
	border: 2px solid #cccccc;
	padding-bottom: 30px;
}
.section-soudan-koe-box + .section-soudan-koe-box{
	margin-top: 30px;
}
p.section-soudan-koe-title{
	background-color: #e9f5f7;
	color: #292929;
	font-family: var(--mincho);
	font-size: 28px;
	line-height: 1.4;
	font-weight: 600;
	padding: 35px 120px;
	position: relative;
	margin-bottom: 35px;
}
p.section-soudan-koe-title::before{
	content: "満足";
	width: 60px;
	height: 30px;
	background-color: #e98f01;
	color: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:50%;
	left: 45px;
	transform: translateY(-50%);
	font-size: 16px;
	font-family: var(--base-font);
}
p.section-soudan-koe-title::after{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec5_pencil.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	top:50%;
	right: 50px;
	transform: translateY(-50%);
}
.section-soudan-koe-box-flex{
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.section-soudan-koe-img{
	max-width: 300px;
	border: 1px solid #cfcfcf;
}
.section-soudan-koe-img img{
	width: 100%;
}
.section-soudan-koe-box-flex .txt-box{
	width: calc(100% - 320px);
	max-width: 550px;
	margin-top: -8px;
}
.section-soudan-koe-box-flex .txt-box p{
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.section-soudan-koe-box-flex .txt-box p .txt-marker,
.section-soudan-bottom-bg .txt-box p .txt-marker{
	background: linear-gradient(transparent 70%, rgb(239, 230, 150) 70%);
    font-weight: 700;
}
.section-soudan-url{
	text-align: center;
	padding-bottom: 120px;
}
.section-soudan-url a{
	width: 360px;
	height: 80px;
	border-radius: 6px;
	background-color: #6baba6;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section-soudan-url a::after{
	content: "";
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec5_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.9em;
	height: 0.9em;
	position: absolute;
	top:52%;
	right: 50px;
	transform: translateY(-50%);
}
.section-soudan-bottom{
	background: url(../../../koutsujiko/image/lp/utikiri_page/section-soudan-bottom.jpg),#fdf1ed;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 160px;
	padding-bottom: 120px;
}
h3.section-soudan-h3{
	text-align: center;
	font-size: 40px;
	color: #292929;
	margin-bottom: 60px;
}
h3.section-soudan-h3 .txt-bg{
	background-color: #950b4f;
	color: #fff;
	font-size: 48px;
	line-height: 1;
	display: inline-block;
	padding: 7px 20px 10px;
	margin-top: 5px;
}
.section-soudan-bottom-bg{
	background: url(../../../koutsujiko/image/lp/utikiri_page/sec6_lawyer_makoto_imanishi.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 75px 0;
}
.section-soudan-bottom-bg .txt-box{
	background: rgba(255, 255, 255, 0.95);
	max-width: 800px;
	margin-left: auto;
	padding: 50px 45px;
}
.section-soudan-bottom-bg .txt-box p{
	font-weight: 500;
	line-height: 1.8;
}

@media screen and (max-width: 1280px){
	.section-soudan-url {
		padding-bottom: 100px;
	}
	p.section-soudan-info {
		font-size: 20px;
	}
	p.section-soudan-koe-title {
		font-size: 24px;
		padding: 30px 80px 30px 120px;
	}
	p.section-soudan-koe-title::after {
		width: 45px;
		height: 45px;
		right: 30px;
	}
	.section-soudan-bottom {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	h3.section-soudan-h3{
		font-size: 36px;
		margin-bottom: 50px;
	}
	h3.section-soudan-h3 .txt-bg{
		font-size: 42px;
		padding: 7px 20px 10px;
		margin-top: 5px;
	}
	.section-soudan-bottom-bg .txt-box{
		width: 70%;
	}
	.section-soudan-bottom-bg {
		background: url(../../../koutsujiko/image/lp/utikiri_page/sec6_lawyer_makoto_imanishi.jpg);
		background-position: center left -200px;
		background-repeat: no-repeat;
		padding: 75px 0;
	}
}
@media screen and (max-width: 767px){
	.section-soudan-url {
		padding-bottom: 80px;
	}
	p.section-soudan-info {
        font-size: 4vw;
    }
    p.section-soudan-koe-title {
        font-size: 4.2vw;
        padding: 20px 10vw 20px 16vw;
    }
	p.section-soudan-koe-title::before {
		width: 9vw;
		height: 6vw;
		left: 5vw;
		font-size: 3.5vw;
	}
	p.section-soudan-koe-title::after {
		width: 6vw;
		height: 6vw;
		right: 3vw;
	}
	.section-soudan-koe-box-flex{
		flex-direction:column;
		align-items: center;
		gap: 3vw;
	}
	.section-soudan-koe-box-flex .txt-box {
		width: 100%;
		max-width: none;
		margin-top: 0;
	}
	.section-soudan-url a {
		width: 320px;
		height: 70px;
		font-size: 16px;
	}
    .section-soudan-bottom {
        padding-top: 100px;
        padding-bottom: 80px;
    }
	h3.section-soudan-h3{
		font-size: 5vw;
		margin-bottom: 40px;
	}
	h3.section-soudan-h3 .txt-bg{
		font-size: 6vw;
		padding: 7px 20px 10px;
		margin-top: 5px;
	}
    .section-soudan-bottom-bg {
        background: url(../../../koutsujiko/image/lp/utikiri_page/sec6_lawyer_makoto_imanishi-sp.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
		background-size: contain;
        padding: 0 0 46vw 0;
    }
    .section-soudan-bottom-bg .txt-box {
        width: 100%;
		padding: 40px 35px;
    }

}
@media screen and (max-width: 499px){
	.section-soudan-url {
		padding-bottom: 60px;
	}
	p.section-soudan-info {
        font-size: 5vw;
    }
	p.section-soudan-koe-title {
        font-size: 5vw;
        padding: 15vw 12vw 20px 5%;
    }
	p.section-soudan-koe-title::before {
        width: 15vw;
        height: 8vw;
		top:4vw;
        left: 50%;
        font-size: 4.5vw;
		transform: translateX(-50%) translateX(0);
    }
	p.section-soudan-koe-title::after {
		width: 8vw;
		height: 8vw;
		right: 3vw;
		top:calc(50% + 4vw);
	}
	.section-soudan-url a {
        width: 280px;
        height: 60px;
        font-size: 16px;
    }
	.section-soudan-url a::after {
		top: 52%;
		right: 30px;
	}
    .section-soudan-bottom {
        padding-top: 80px;
        padding-bottom: 60px;
    }
	h3.section-soudan-h3{
		font-size: 6.5vw;
		margin-bottom: 40px;
	}
	h3.section-soudan-h3 .txt-bg{
		font-size: 7.5vw;
		padding: 7px 20px 10px;
		margin-top: 5px;
	}
    .section-soudan-bottom-bg .txt-box {
        width: 100%;
		padding: 35px 25px;
    }

}







