@charset "UTF-8";

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');

/* css */
@import "reset.css";

body {
 	font-family: "Noto Sans JP", sans-serif;
	color: #1c1c1c;
}

/*------------------------------
   main-visual
------------------------------*/
header {
	font-family: "Noto Serif JP", serif , "Hiragino Mincho ProN";
}
header #main_visual {
	position: relative;
	width: 100%;
	height: 550px;
	background: url("../../images/jidan_lp/mainvisual_pc.jpg") no-repeat center /cover;	
}
	header #main_visual .main_text {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 94%;
		max-width: 1100px;
		margin: auto;
		text-shadow: 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff;
	}
	header #main_visual .main_text h1 {
		font-size: 56px;
		font-weight: 500;
	}
	header #main_visual .main_text h1 .red_bg {
		font-size: 90px;
		display: inline-block;
		background: #990000;
		color: #fff;
		font-weight: 700;
		padding: 8px 10px 13px;
		margin: 10px 10px 10px 0;
		line-height: 1em;
		text-shadow: none;
		box-shadow: 0px 15px 25px 0px #fff;
	}
	header #main_visual .main_text p {
		font-size: 68px;
		font-weight: 500;
		text-shadow: 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
	}
header .lawyer_list {
	display: flex;
}
	header .lawyer_list li {
		margin: 0;
	}
@media screen and (max-width: 1400px) {
	header #main_visual {
		height: 450px;
	}
	header #main_visual .main_text{
		max-width: 900px;
	}
	header #main_visual .main_text h1 {
		font-size: 42px;
	}
	header #main_visual .main_text h1 .red_bg {
		font-size: 68px;
	}
	header #main_visual .main_text p {
		font-size: 52px;
	}
}
@media screen and (max-width: 1024px) {
    header #main_visual {
        height: 40vw;
    }
	header #main_visual .main_text{
		max-width: 80vw;
		text-shadow: 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff;
		appearance: none;
  		-webkit-appearance: none;
	}
	header #main_visual .main_text h1 {
		font-size: 4vw;
	}
	header #main_visual .main_text h1 .red_bg {
		font-size: 7vw;
		box-shadow: 0px 15px 25px 0px #fff;
		appearance: none;
		-webkit-appearance: none;
	}
	header #main_visual .main_text p {
		font-size: 5vw;
		text-shadow: 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff;
		appearance: none;
		-webkit-appearance: none;
	}
}
@media screen and (max-width: 768px) {
	header #main_visual {
		height: 70vw;
		background: url("../../images/jidan_lp/mainvisual_sp02.jpg") no-repeat center /cover;	
	}
	header #main_visual .main_text {
		top: 50%;
		bottom: auto;
		max-width: none;
		width: 90%;
		transform: translateX(-50%) translateY(-50%);
		display: none;
	}
	header #main_visual .main_text h1 {
		font-size: 6.5vw;
	}
	header #main_visual .main_text h1 .red_bg{
		font-size: 8vw;
	}
	header #main_visual .main_text p{
		font-size: 7vw;
	}
	header .lawyer_list{
		flex-wrap: wrap;
	}
	header .lawyer_list li{
		flex-basis: 33.33%;
	}
}

/*------------------------------
   common
------------------------------*/
#lp-contents {
 	font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		line-height: 2em;
}
	#lp-contents .serif ,
	#lp-contents h2 ,
	#lp-contents h3 {
		font-family: "Noto Serif JP", serif;
		line-height: 1.4em;
		font-weight: 500;
	}
	#lp-contents h2  {
		text-align: center;
		font-size: 58px;
		line-height: 1.6em;
	}
		#lp-contents h2.catch  {
			font-size: 40px;
		}
	#lp-contents h3  {
		font-size: 34px;
		line-height: 1.6em;
	}
		#lp-contents h3.catch  {
			font-size: 30px;
		}
	#lp-contents .en {
		font-family: "Frank Ruhl Libre" , "Noto Serif JP", serif;
	}
	#lp-contents .br {
		display: inline-block;
	}
	#lp-contents .red {
		color: #990000;
	}
	#lp-contents .red_bg {
		display: inline-block;
		background: #990000;
		padding: 10px 20px;
	}
	#lp-contents .mt120 {
		margin-top: 120px;
	}
	a {
        text-decoration: none;
        color: inherit;
	}

.inner {
	width: 94%;
	max-width: 1100px;
	margin: auto;
	padding: 120px 0;
}
	.inner.wide {
		max-width: 1500px;
	}

@media screen and (max-width: 1024px) {
	#lp-contents h2 {
		font-size: 40px;
	}
	#lp-contents h3 {
		font-size: 30px;
	}
	.inner {
		padding: 100px 0;
	}
}
@media screen and (max-width: 768px) {
	#lp-contents h2 {
		font-size: 6vw;
	}
	#lp-contents h3 {
		font-size: 5.4vw;
	}
	.inner {
		padding: 80px 0;
	}
}
@media screen and (max-width: 500px) {
	#lp-contents h2 {
		font-size: 8.5vw;
	}
	#lp-contents h3 {
		font-size: 5vw;
	}
	.inner {
		padding: 60px 0;
	}
}


/*------------------------------
   CV
------------------------------*/
.cv_box {
	position: relative;
	z-index: 1;
	text-align: center;
	background: url("../../images/jidan_lp/cv_bg_pc.png") no-repeat center / cover;
}
	.cv_box .inner {
		padding: 80px 0;
	}
.speech-balloon {
	/*display: inline-block;*/
	position: relative;
	text-align: center;
	font-size: 34px;
	background: #990000;
	padding: 18px 30px;
	color: #fff;
}
	.speech-balloon:after {
		position: absolute;
		content: "";
		left: 50%;
		bottom: -16px;
		transform: translateX(-50%);
		border-style: solid;
		border-top: 16px solid #990000;
		border-bottom: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
	}
.cv_box .tel_box {
	position: relative;
	width: calc(100% - 10px);
	background: #1c1c1c;
	color: #fff;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/*margin-top: 36px;*/
	margin-top: 26px;
}
	.cv_box .tel_box:after {
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		background: #8b8b8b;
		left: 10px;
		bottom: -10px;
		z-index: -1;
	}
#lp-contents .cv_box .tel_box .sub_text {
	text-align: center;
}
#lp-contents .cv_box .tel_box .sub_text h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
#lp-contents .cv_box .tel_box .sub_text p {
	display: inline-block;
	font-size: 20px;
	background: #fff;
	color: initial;
	padding: 5px 15px;
}
#lp-contents .cv_box .tel_box .tel {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2em;
	pointer-events: none;
}
#lp-contents .cv_box .tel_box .tel .cv_number {
	font-size: 88px;
}
@media screen and (max-width: 1200px) {
	.speech-balloon{
		font-size: 28px;
	}
	#lp-contents .cv_box .tel_box .tel .cv_number {
		font-size: 78px;
	}
	#lp-contents .cv_box .tel_box .sub_text h2{
		font-size: 24px;
	}
	#lp-contents .cv_box .tel_box .sub_text p{
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.speech-balloon {
        font-size: 3vw;
    }
	#lp-contents .cv_box .tel_box .tel{
		font-size: 3.5vw;
	}
	#lp-contents .cv_box .tel_box .tel .cv_number {
		font-size: 7vw;
	}
	#lp-contents .cv_box .tel_box .sub_text h2{
		font-size: 2.5vw;
	}
	#lp-contents .cv_box .tel_box .sub_text p{
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 768px) {
	.cv_box {
		background: url("../../images/jidan_lp/cv_bg_sp.png") no-repeat center / cover;
	}
	.cv_box .inner{
		padding: 40px 0;
	}
	.speech-balloon {
        font-size: 3.8vw;
    }
	.cv_box .tel_box{
		display: block;
	}
	#lp-contents .cv_box .tel_box .sub_text h2{
		font-size: 3.5vw;
	}
	#lp-contents .cv_box .tel_box .sub_text p{
		font-size: 2.8vw;
	}
	#lp-contents .cv_box .tel_box .tel{
		font-size: 4vw;
		margin-top: 3vw;
		pointer-events: all;
	}
	#lp-contents .cv_box .tel_box .tel .cv_number {
		font-size: 8vw;
	}
}
@media screen and (max-width: 500px) {
	.speech-balloon {
        font-size: 4.5vw;
    }
	#lp-contents .cv_box .tel_box .sub_text h2{
		font-size: 4.5vw;
	}
	#lp-contents .cv_box .tel_box .sub_text p{
		font-size: 4vw;
	}
	#lp-contents .cv_box .tel_box .tel{
		font-size: 4.5vw;
		margin-top: 5vw;
	}
	#lp-contents .cv_box .tel_box .tel .cv_number {
		font-size: 9vw;
	}
}


/*------------------------------
   拠点数、弁護士人数
------------------------------*/
.feature_box {
	background:	#1c1c1c;
}
.feature_box .inner {
	padding: 40px 0 10px;
	color: #fff;
	font-weight: 400;
}
.feature_box ul {
	display: flex;
	justify-content: space-between;
}
	.feature_box ul li {
		width: 48%;
		text-align: center;
	}
	.feature_box ul li p {
		font-size: 40px;
		line-height: 1.6em;
		background: url("../../images/jidan_lp/leaf-l.png") no-repeat center left /contain, url("../../images/jidan_lp/leaf-r.png") no-repeat center right /contain;
	}
	.feature_box ul li p .number {
		font-size: 84px;
		font-optical-sizing: auto;
		font-weight: 400;
		margin: 0 6px 0 8px;
	}
	.feature_box ul li p .small {
		font-size: 26px;
	}
	.feature_box ul li small {
		display: block;
		font-size: 15px;
		margin-top: 10px;
	}
	.feature_box .date {
		margin-top: 30px;
		text-align: right;
		font-size: 15px;
	}
@media screen and (max-width: 1024px) {
	.feature_box ul li p {
		font-size: 26px;
	}
	.feature_box ul li p .small {
		font-size: 20px;
	}
	.feature_box ul li small {
		font-size: 14px;
	}
	.feature_box ul li br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.feature_box ul li p {
		font-size: 20px;
	}
	.feature_box ul li p .number {
		font-size: 48px;
		margin: 0 4px 0 8px;
	}
	.feature_box ul li p .small {
		font-size: 18px;
	}
	.feature_box ul li small {
		margin-top: 5px;
		font-size: 14px;
	}
	.feature_box .inner {
		padding: 25px 0 10px;
	}
	.feature_box .date {
		margin-top: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 600px) {
	.feature_box ul {
		display: block;
	}
	.feature_box ul li {
		width: 90%;
		margin: auto;
	}
		.feature_box ul li:first-child {
			margin-bottom: 20px;
		}
	.feature_box ul li p {
		max-width: 320px;
		margin: auto;
	}
}
@media screen and (max-width: 400px) {
	.feature_box ul li p {
		font-size: 6vw;
	}
	.feature_box ul li p .number {
		font-size: 13vw;
	}
	.feature_box ul li p .small {
		font-size: 4vw;
	}
	.feature_box ul li small {
		font-size: 3.4vw;
	}
	/*.feature_box .date {
		font-size: 3vw;
	}*/
}

/*------------------------------
   画像
------------------------------*/
.img_box {
	width: 100%;
}
.img_box .sp_img{
	display: none;
}
@media screen and (max-width: 768px) {
	.img_box .pc_img{
		display: none;
	}
	.img_box .sp_img{
		display: block;
	}
}

/*------------------------------
   
------------------------------*/














/*------------------------------
   リンク
------------------------------*/
.link_box ul {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
	.link_box ul li {
		width: calc(50% - 20px);
		height: 140px;
	}
	.link_box ul li a {
		position: relative;
		color: #fff;
		font-size: 26px;
		display: block;
		width: 100%;
		height: 140px;
		background: url("../../images/common/link-bg01.png")no-repeat center right, #990000;
		text-decoration: none;
	}
		.link_box ul li a small {
			font-size: 20px;
		}
		.link_box ul li:nth-child(2) a {
			background: url("../../images/common/link-bg02.png")no-repeat center;
		}
	.link_box ul li a:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		width: calc(100% - 20px);
		height: 120px;
		border: 1px solid #fff;
	}
	.link_box ul li .link_text {
		height: 100%;
		display: flex;
		align-items: center;
		padding: 40px;
	}
	#lp-contents .link_box ul li .link_text p {
		line-height: 1.2em;
	}
@media screen and (max-width: 768px) {
	.link_box ul li {
		height: 110px;
	}
	.link_box ul li a {
		font-size: 2.6vw;
		height: 110px;
	}
	.link_box ul li a:before {
		height: 90px;
	}
		.link_box ul li a small {
			font-size: 2vw;
		}
	.link_box ul li .link_text {
		padding: 30px;
	}
}
@media screen and (max-width: 600px) {
	.link_box ul {
		display: block;
		max-width: 520px;
		margin: auto;
	}
	.link_box ul li {
		width:100%;
		margin-bottom: 20px;
	}
		.link_box ul li:last-child {
			margin-bottom: 0;
		}
	.link_box ul li a {
		font-size: 3.8vw;
	}
		.link_box ul li a small {
			font-size: 2.6vw;
		}
}
@media screen and (max-width: 400px) {
	.link_box ul {
		display: block;
		max-width: 520px;
		margin: auto;
	}
	.link_box ul li {
		width:100%;
		height: 90px;
		margin-bottom: 20px;
	}
		.link_box ul li:last-child {
			margin-bottom: 0;
		}
	.link_box ul li a {
		height: 90px;
		font-size: 5vw;
	}
	.link_box ul li a:before {
		width: calc(100% - 10px);
        height: 80px;
    }
		.link_box ul li a small {
			font-size: 3.6vw;
		}
}


/*------------------------------
   copyright
------------------------------*/
.copy_box {
	background: #1c1c1c;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
/*------------------------------
	早いタイミングで示談交渉を開始して被害者との間で
	民事的解決を実現できるかが運命を左右します。
------------------------------*/
#lp-contents .settlement h2{
	font-size: 40px;
	margin-bottom: 40px;
}
.txt_red{
	color: #990000;
}
#lp-contents .txt_box p{
	font-size: 16px;
	color: #1c1c1c;
	font-weight: normal;
	font-style: normal;
	line-height: 2;
	text-align: justify;
}
#lp-contents .txt_box p + p{
	margin-top: 1.5em;
}
#lp-contents .txt_box.center p{
	text-align: center;
}
.settlement_box{
	margin-top: 80px;
}
.settlement_box .title{
    font-family: "Noto Serif JP", serif;
	font-size: 34px;
	background-color: #990000;
	color: #fff;
	padding: 15px 35px;
	width: fit-content;
    position: relative;
    margin-inline: auto;
}
.settlement_box ul{
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 0;
}
.settlement_box ul li{
	max-width: 248px;
	height: 248px;
	width: 24.5%;
	border-radius: 50%;
	background: linear-gradient(to right,  rgba(28,28,28,1) 0%,rgba(124,124,124,1) 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.settlement_box ul li .img_box{
	text-align: center;
}
.settlement_box ul li .txt{
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 12px;
}
.settlement_box ul li:nth-child(5) .txt{
	margin-top: 18px;
}
.settlement_box ul li.dummy{
	display: none;
}
.in-bl{
	display: inline-block;
}
@media screen and (max-width: 1024px) {
	#lp-contents .settlement h2{
		font-size: 32px;
	}
	.settlement_box .title {
		font-size: 28px;
	}
	.settlement_box ul li{
		height: 22vw;
		width: 22vw;
	}
	.settlement_box ul li .txt{
		font-size: 2.5vw;
		margin-top: 1vw;
	}
}
@media screen and (max-width: 768px) {
	#lp-contents .settlement h2{
		font-size: 4.5vw;
	}
	.settlement_box .title {
		font-size: 24px;
	}
	.settlement_box ul{
		justify-content: center;
		gap: 2vw;
	}
	.settlement_box ul li{
		height: 29vw;
		width: 29vw;
	}
	.settlement_box ul li.dummy{
		display: block;
		background: #fff;
	}
	.settlement_box ul li img{
		width: 8vw;
	}
	.settlement_box ul li .txt{
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 500px) {
	#lp-contents .settlement h2{
		font-size: 5.5vw;
	}
	.settlement_box .title {
		font-size: 5vw;
	}
	.settlement_box ul li{
		height: 42vw;
		width: 42vw;
	}
	.settlement_box ul li.dummy{
		display: none;
	}
	.settlement_box ul li .txt{
		font-size: 5.2vw;
	}
	.settlement_box ul li img{
		width: 12vw;
	}
	#lp-contents .txt_box.center p{
		text-align: left;
	}
	.settlement .txt_box .in-bl {
		display: inline;
	}
}

/*------------------------------
   示談の重要性
------------------------------*/
.importance_box{
	background-color: #1c1c1c;
}
#lp-contents .importance_box h2{
	color: #fff;
	margin-bottom: 60px;
}
#lp-contents .importance_box .txt_box.center p{
	color: #fff;
}
.importance_flex{
	margin-top: 80px;
}
.importance_flex .flex_box + .flex_box{
	margin-top: 60px;
}
.importance_flex .flex_box{
	background-color: #fff;
	display: flex;
}
.importance_flex .flex_box:nth-child(2){
	flex-direction: row-reverse;
}
.importance_flex .flex_box .img_box{
	width: 380px;
}
	.importance_flex .flex_box .img_box img {
		height: 100%;
		object-fit: cover;
	}
.importance_flex .flex_box .content{
	width: calc(100% - 380px);
	padding: 35px 40px;
}
#lp-contents .importance_flex .flex_box .content h3{ 
	font-size: 30px;
	margin-top: -5px;
	margin-bottom: 20px;
}
.importance_flex .flex_box .img_box .img_sp{
	display: none;
}
@media screen and (max-width: 1200px) {
	.importance_flex .flex_box .img_box{
		overflow: hidden;
	}
	.importance_flex .flex_box .img_box img{
		height: 100%;
    	width: auto;
	}
}
@media screen and (max-width: 1024px) {
	#lp-contents .importance_box h2{
		margin-bottom: 40px;
	}
	.importance_flex .flex_box .content{
		padding: 25px 30px;
	}
	#lp-contents .importance_flex .flex_box .content h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 900px) {
	.importance_flex .flex_box{
		display: block;
	}
	.importance_flex .flex_box .img_box .img_pc{
		display: none;
	}
	.importance_flex .flex_box .img_box .img_sp{
		display: block;
		width: 100%;
	}
	.importance_flex .flex_box .img_box{
		width: 100%;
	}
	.importance_flex .flex_box .content{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#lp-contents .importance_flex .flex_box .content h3{
		font-size: 4.5vw;
	}
	/*.importance_box .txt_box br{
		display: none;
	}
	.importance_box .txt_box .in-bl{
		display: inline;
	}
	#lp-contents .importance_box .txt_box p{
		display: inline;
	}*/
	#lp-contents .importance_box .txt_box p + p{
		margin-top: 0;
	}
}
@media screen and (max-width: 500px) {
	#lp-contents .importance_flex .flex_box .content h3{
		font-size: 5.5vw;
	}
	.importance_box .in-bl {
		display: inline;
	}
}


/*------------------------------
   弁護士に相談するべき4つの理由
------------------------------*/
#lp-contents .reason_box h2{
	font-size: 40px;
	position: relative;
}
#lp-contents .reason_box h2 .subtitle{
	background-color: #990000;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	padding: 8px 50px;
    width: fit-content;
    position: relative;
    margin-inline: auto;
	margin-bottom: 20px;
}
#lp-contents .reason_box h2 .subtitle::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid #990000;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}
#lp-contents .reason_box h2 .block{
	margin-top: 10px;
}
#lp-contents .block{
	display: block;
}
#lp-contents .reason_box h2 .txt_red{
	font-size: 66px;
}
#lp-contents .reason_box h2 .bottom_line{
	padding: 0 10px;
	background: linear-gradient(transparent 60%, #fff9bb 60%);
}
.reason_list{
	margin-top: 80px;
}
.reason_list .list_box + .list_box{
	margin-top: 30px;
}
.reason_list .list_box{
	background: url(../../images/jidan_lp/reason_bg.jpg) no-repeat center;
    background-size: cover;
	color: #fff;
	display: flex;
}
.reason_list .list_box .count{
	width: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	color: #8b8b8b;
	font-weight: bold;
	border-right: 1px solid #8b8b8b;
	margin-right: -1px;
}
.reason_list .list_box .content{
	width: 82%;
	padding: 35px 40px;
}
#lp-contents .reason_list .list_box .content h3{
	margin-bottom: 10px;
}
#lp-contents .reason_list .list_box .content .txt_box p{
	color: #fff;
}
@media screen and (max-width: 1024px) {
	#lp-contents .reason_box h2{
		font-size: 32px;
	}
	#lp-contents .reason_box h2 .subtitle{
		font-size: 20px;
	}
	#lp-contents .reason_box h2 .txt_red{
		font-size: 48px;
	}
	.reason_list .list_box .count{
		font-size: 40px;
	}
	.reason_list .list_box .content{
		padding: 25px 30px;
	}
	.reason_list{
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	#lp-contents .reason_box h2{
		font-size: 5vw;
	}
	#lp-contents .reason_box h2 .subtitle{
		font-size: 4vw;
	}
	#lp-contents .reason_box h2 .txt_red{
		font-size: 8vw;
	}
	.reason_list .list_box .count{
		font-size: 7vw;
	}
	#lp-contents .reason_list .list_box .content h3{
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 500px) {
	#lp-contents .reason_box h2{
		font-size: 5.5vw;
	}
	#lp-contents .reason_box h2 .subtitle{
		font-size: 4.5vw;
	}
	#lp-contents .reason_box h2 .txt_red{
		font-size: 8.5vw;
	}
	.reason_list .list_box{
		display: block;
	}
	.reason_list .list_box .count{
		width: 100%;
		font-size: 8vw;
		border-right: none;
		border-bottom: 1px solid #8b8b8b;
		margin-right: 0;
		padding: 25px 30px;
		/*justify-content:flex-start;*/
	}
	.reason_list .list_box .content{
		width: 100%;
	}
	#lp-contents .reason_list .list_box .content h3{
		font-size: 5.5vw;
	}
}

/*------------------------------
   私たちが選ばれる理由
------------------------------*/
.choose_box{
	background-color: #ececec;
}
.choose_box .inner{
	max-width: 1500px;
}
.choose_list{
	margin-top: 80px;
}
.choose_list .list_box + .list_box{
	margin-top: 50px;
}
.choose_list .list_box{
	display: flex;
}
.choose_list .list_box .img_box{
	width: 650px;
}
.choose_list .list_box .content{
	width: calc(100% - 650px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}
.choose_list .list_box .content h3{
	margin-bottom: 15px;
}
.choose_list .list_box .img_box .img_sp{
	display: none;
}

@media screen and (max-width: 1300px) {
	.choose_list .list_box .img_box{
		width: 50%;
		display: flex;
		align-items: center;
	}
	.choose_list .list_box .content{
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.choose_list .list_box .img_box{
		width: 35%;
	}
	.choose_list .list_box .content{
		width: 65%;
	}
	.choose_list{
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.choose_list .list_box{
		display: block;
	}
	.choose_list .list_box .img_box .img_pc{
		display: none;
	}
	.choose_list .list_box .img_box .img_sp{
		display: block;
	}
	.choose_list .list_box .img_box{
		width: 100%;
	}
	.choose_list .list_box .content{
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	#lp-contents .choose_list .list_box .content h3{
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 500px) {
	#lp-contents .choose_list .list_box .content h3{
		font-size: 5.5vw;
	}
}




/*------------------------------
   office
------------------------------*/
.office__items {
	margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}
/*.office_box .inner {
	padding-bottom: 0;
}*/
.office__item {
    display: flex;
    flex-direction: column;
    background-color: #eaeae8;
    padding: 25px;
}
.office__item figure {
	margin: 0;
}
	.office__item figure img {
		width: 100%;
	}
.office__item-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 14px;
}
.office__item-name {
    display: inline-block;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.office__item-body address {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6em;
	font-style: normal;
	margin: 10px 0 15px;
}
.office__item-link a {
    display: block;
    background-color: #990000;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-inline: auto;
}
.section__link {
    margin-top: 80px;
	text-align: center;
}
.section__link a {
	position: relative;
    display: inline-block;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    max-width: 400px;
    width: 100%;
    height: 75px;
    line-height: 75px;
	transition: 0.4s;
}
	.section__link a:hover {
		opacity: 0.8;
	}
.section__link a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
}
@media screen and (max-width: 1050px) {
    .office__items {
        gap: 2.8vw;
    }
	.office__item {
        padding: 2vw;
    }
	.office__item-name {
        font-size: max(18px, 2.1vw);
    }
	.office__item-body address {
        letter-spacing: 0.03em;
        font-size: max(12px,1.43vw);
    }
	.office__item-link a {
        font-size: max(13px, 1.523vw);
    }
}
@media screen and (max-width: 1024px) {
	.office__items {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.office__items {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
	.office__item {
        padding: 3.2vw;
    }
	.office__item-name {
        font-size: max(18px, 2.86vw);
    }
    .office__item-body address {
        margin-bottom: 1em;
        font-size: 2.2vw;
    }
	.office__item-link a {
        font-size: max(14px, 2.08vw);
    }
}
@media screen and (max-width: 550px) {
	.office__items {
	    grid-template-columns: 100%;
        gap: 30px;
		max-width: 400px;
		margin: auto;
	}
		.office__items .office__item:first-child {
			margin-top: 30px;
		}
    .office__item {
        padding: 20px;
    }
	.office__item-name {
        font-size: 18px;
    }
    .office__item-body address {
        margin-bottom: 1em;
        font-size: 14px;
    }
	.section__link a {
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
}



/*------------------------------
   fotter
------------------------------*/
.footer {
	text-align: center;
    background-color: #eaeae8;
    position: relative;
}
.footer__address {
    margin-top: 50px;
}
.footer__nav {
    margin-top: 40px;
}
	.footer__nav-items {
		display: flex;
		justify-content: center;
	}
		.footer__nav-item {
			border-left: 1px solid #7e7e7e;
			font-weight: bold;
			line-height: 1.3;
			letter-spacing: 0.05em;
		}
		.footer__nav-item:last-of-type {
			border-right: 1px solid #7e7e7e;
		}
	.footer__nav-item a {
		padding: 0 0.8em;
        text-decoration: none;
        color: #1c1c1c;
		transition: 0.4s;
	}
		.footer__nav-item a:hover {
			color: #990000;
		}

			.footer__nav-item:last-of-type a {
				padding: 0 1em 0 0.8em;
			}
	.footer__nav-item:last-of-type a::after {
		content: "";
		display: inline-block;
		background: url("../../images/jidan_lp/footer_icon.png")no-repeat;
		width: 14px;
		height: 10px;
		background-size: contain;
		position: relative;
		top: -2px;
		left: 2px;
	}
.site-title {
	margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
}

@media screen and (max-width: 950px) {
	.site-title {
		font-size: 3vw;
	}	
}
@media screen and (max-width: 550px) {
	.site-title {
		font-size: 3vw;
	}
    .footer__nav-items {
        flex-direction: column;
        align-items: center;
    }
    .footer__nav-item:first-of-type {
        border-right: 1px solid #7e7e7e;
    }
	.footer__nav-item {
		margin: 5px 0;
		min-width: 280px;
	}
}

/*刑事移植調整*/


header{
	background-image: none;
	display: block;
	height: auto;
	margin: 0;
}
h1.page_title{
	display: none;
}
main{
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
}
.header__content{
	display: none;
}
img{
	display: inline;
	vertical-align:top;
}


/*------------------------------
  sapporo
------------------------------*/



.sapporo .office__item-name {
    display: inline-block;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.05em;
	text-align: center;
}

.sapporo .office__item-link a {
    display: block;
    background-color: #990000;
	background-color: #1c1c1c;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-inline: auto;
    margin-top: 0.5em;
}

.office__item-body.sapporo{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 14px;
    justify-content: center;
}


@media screen and (max-width: 1024px) {
.sapporo .office__item-name {
    font-size: 22px;
}
}


@media screen and (max-width: 550px) {
.sapporo .office__item-name {
    font-size: 20px;
}
}

/** 調整 **/
.drawer-button{
	display: none;
}
