@charset "utf-8";
/* CSS Document */

/*reset*/
html {
	 -webkit-text-size-adjust: 100%;
}
tr, th, td{
	border: none;
	box-sizing: border-box;
}
/*　オフィシャル移行対応　*/
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;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover {
    opacity: 0.4;
    cursor: pointer;
}

.main_contents {
    color: #000000;
}
.main_contents .title span {
    display: inline;
}
.main_contents .title span .bl{
	display: block;
}
.main_contents .title span.ib {
    display: inline-block;
}
/*　オフィシャル移行対応ここまで　　*/

tr, th, td{
	border: none;
	box-sizing: border-box;
}
.footer_fix_tel_tb {
    line-height: 2rem;
}
.main_contents{
	/*line-height: 0;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	overflow: hidden;
}
.main_contents p{
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
	letter-spacing: 1px;
}
.main_contents span{
	line-height: 1.3;
}
.main_contents .title{
	margin-bottom: 0;
}
.main_contents .title p{
	text-align: left;
	margin: 0;
}
body main>section{
	padding: 0;
	margin: 0;
}
.main_contents h2,
.main_contents h3,
.main_contents h4{
	line-height: 1.3 !important;
	letter-spacing: 1px;
}

/*base*/
body {
 
}

img, svg {
    max-width: 100%;
	max-height: 100%;
    vertical-align: bottom;
	line-height: 0;
}
.fb{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.serif {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}
.bl{
	display: block;
}
.ib{
	display: inline-block!important;
}
.pc_block{
	display: block;
}
.sp_block{
	display: none;
}
.section_wrap{
	padding: 160px 0; 
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
}
h2.h2_title01{
	position: relative;
	margin-bottom: 100px;
	font-size: 52px;
	line-height: 1.2;
	text-align: center;
}
h2.h2_title01:after{
	content: "";
	background: url("../../../koutsujiko/image/lp/bentoku/h2_line.png") no-repeat center;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%, 100%);
	width: 100px;
	height: 4px;
}
h2.h2_title01.num01:before{
	content: "";
	background: url("../../../koutsujiko/image/lp/bentoku/h2_num01.png") no-repeat center;
	background-size: contain;
	width: 131px;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -70%);
}
h2.h2_title01.num02:before{
	content: "";
	background: url("../../../koutsujiko/image/lp/bentoku/h2_num02.png") no-repeat center;
	background-size: contain;
	width: 131px;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -70%);
}
h2.h2_title01.num03:before{
	content: "";
	background: url("../../../koutsujiko/image/lp/bentoku/h2_num03.png") no-repeat center;
	background-size: contain;
	width: 131px;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -70%);
}
h2.h2_title01.num04:before{
	content: "";
	background: url("../../../koutsujiko/image/lp/bentoku/h2_num04.png") no-repeat center;
	background-size: contain;
	width: 131px;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -70%);
}

.txt p{
	line-height: 1.8;
	font-size: 20px;
	text-align: justify;
}
.txt p:not(:last-child){
	margin-bottom: 1.2em;
}
.txt_blue{
	color: #1c6390;
	font-weight: 600;
}
.txt_red{
	color: #a40329;
	font-weight: bold;
}
.txt_ora{
	color: #d63c00;
	font-weight: 600;
}
.link{
	width: 80%;
	max-width: 450px;
	margin: 90px auto 0;
	padding: 15px 60px;
	background: #d63c00;
	border: 1px solid #d63c00;
	border-radius: 50px;
	display: block;
	text-align: center;
	color: #fff!important;
	box-sizing: border-box;
	position: relative;
	text-indent: -0.5em;
	font-size: 24px;
}
.link:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url("../../../koutsujiko/image/lp/bentoku/link_icon.svg") no-repeat;
    background-size: cover;
    display: inline-block;
	width: 23px;
	height: 23px;
    transform: translate(0, -50%);
}
.link .ib{
	display: inline!important;
}


/*/*mv*/
.mv_pc{
	width: 100%;
	height: 36.458vw;
	background: url("../../../koutsujiko/image/lp/bentoku/mv_bg.jpg") no-repeat center / cover;
	justify-content: center;
	align-items: center;
}
.mv_pc .inner{
	width: 88.542vw;
	height: 30.208vw;
	background: url("../../../koutsujiko/image/lp/bentoku/mv_img_kaori-ito_masahiro-tsuji.jpg") no-repeat left / auto 101% ,#fff;
	align-items: center;
	justify-content: flex-end;
}
.mv_pc .inner .mv_txt{
	width: 41.146vw;
	margin-right: 5.208vw;
	text-align: right;
}
.title span{display: inline;}
/*.mv_pc{
	width: 100%;
	height: 700px;
	background: url("../../../koutsujiko/image/lp/bentoku/mv_bg.jpg") no-repeat center / cover;
	justify-content: center;
	align-items: center;
}
.mv_pc .inner{
	width: 1700px;
	height: 580px;
	background: url("../../../koutsujiko/image/lp/bentoku/mv_img.jpg") no-repeat left / auto 100% ,#fff;
	align-items: center;
	justify-content: flex-end;
}
.mv_pc .inner .mv_txt{
	width: 790px;
	margin-right: 100px;
}*/
.mv_sp{
	display: none;
}

/*cv*/
.cv{
	width: 100%;
	padding: 60px 0;
	background: url("../../../koutsujiko/image/lp/bentoku/cv_bg.jpg") no-repeat center / cover;
}
.cv .cv_inner{
	width: 1500px;
	margin: 0 auto;
}
.cv .cv_inner .cv_left{
	width: 32%;
	color: #fff;
}
.cv .cv_inner .cv_left .title{
	margin-bottom: 20px;
	font-size: 38px;
}
.cv .cv_inner .cv_left .cv_point{
	margin-bottom: 20px;
	text-align: center;
	line-height: 0;
}
.cv .cv_inner .cv_left ul.list{
	flex-wrap: wrap;
}
.cv .cv_inner .cv_left ul.list li{
	font-size: 14px;
}
.cv .cv_inner .cv_right{
	width: 63%;
	padding: 40px 70px;
	background: #fff;
	box-sizing: border-box;
}
.cv .cv_inner .cv_right .title{
	margin-bottom: 20px;
	font-size: 32px;
	text-align: center;
}
.cv .cv_inner .cv_right .cv_right_inner{
	margin-bottom: 20px;
	align-items: center;
}
.cv .cv_inner .cv_right .cv_right_inner .tel_title{
	width: 125px;
	padding: 10px;
	background: #eff3f7;
	font-size: 18px;
	text-align: center;
	color: #133456;
	box-sizing: border-box;
	align-items: center;
	font-weight: bold;
}
.cv .cv_inner .cv_right .cv_right_inner .tel_title .center{
	line-height: 1;
}
.cv .cv_inner .cv_right .cv_right_inner .tel{
	font-size: 68px;
	font-family: 'ヒラギノ明朝 ProN W3','ヒラギノ明朝 ProN','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','游明朝', 'YuMincho','Noto Serif JP', serif;
	font-weight: bold;
	line-height: 0;
	display: block;
}
.cv .cv_inner .cv_right .cv_right_inner .tel:before{
	content: "";
    background: url("../../../koutsujiko/image/lp/bentoku/cv_tel.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 42px;
/*    margin-right: 10px;*/
}
.cv .cv_inner .cv_right .cv_right_inner .tel .small{
	font-size: 58px;
	line-height: 1;
}
.cv .cv_inner .cv_right .cv_right_inner .teltap_sp{
	display: none;
}
.cv .cv_inner .cv_right .cv_right_inner .btn_wrap{
	width: 16%;
	display: inline-flex;
	justify-content: space-between;
}
.cv .cv_inner .cv_right .cv_right_inner .mail{
	width: 48%;
	position: relative;
	display: block;
	height: 50px;
	padding: 10px 30px;
	background: #d63c00;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.cv .cv_inner .cv_right .cv_right_inner .mail:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../../../koutsujiko/image/lp/bentoku/cv_mail.svg) no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
}
.cv .cv_inner .cv_right .cv_right_inner .mail .sp_mail{
	display: none;
}
.cv .cv_inner .cv_right .cv_right_inner .line_btn{
	width: 48%;
	position: relative;
	display: block;
	height: 50px;
	padding: 10px 30px;
	background: #06c755;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.cv .cv_inner .cv_right .cv_right_inner .line_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../../../koutsujiko/image/lp/bentoku/line.svg) no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
}
.cv .cv_inner .cv_right .cv_right_inner .line_btn .sp_line{
	display: none;
}
.cv .cv_inner .cv_right .cv_right_txt{
	padding: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.cv .cv_inner .cv_right .cv_right_txt .txt01{
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.cv .cv_inner .cv_right .cv_right_txt .txt02{
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*about*/
.about{
	padding-bottom: 0 !important;
	background: url("../../../koutsujiko/image/lp/bentoku/about_bg01.jpg") no-repeat right bottom / auto 100%;
}
.about .content01{
	padding-bottom: 140px;
	
	background-size: auto 68%;
}
.about .content01 dl{
	margin-bottom: 100px;
}
.about .content01 dl dt{
	padding: 30px;
	background: url("../../../koutsujiko/image/lp/bentoku/dot_bg.png"),linear-gradient(-57deg, #145986 48%,transparent 0),#1d6593;
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.about .content01 dl dt .txt_large{
	font-size: 50px;
}
.about .content01 dl dd{
	padding: 40px 130px;
	background: #e9eef3;
	position: relative;
}
.about .content01 dl dd .arw{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 70%);
	width: 215px;
}
.about .content01 .catch_txt{
	margin-bottom: 20px;
	font-size: 52px;
	text-align: center;
}
.about .content01 .catch_txt .txt_large{
	font-size: 70px;
}
.about .content01 .catch_txt .txt_ora{
	border-bottom: 1px solid;
	display: inline-block;
}
.about .content01 .kome{
	margin-bottom: 60px;
	text-align: center;
	font-size: 16px;
}
.about .content01 .txt{
	max-width: 980px;
	margin: 0 auto;
}
.about .content01 .point_txt{
	max-width: 800px;
    width: 90%;
	margin: 0 auto 40px;
	padding: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	position: relative;
	background: linear-gradient(-63deg, #145986 48%,transparent 0),#1d6593;
}
.about .content01 .point_txt::before,
.about .content01 .point_txt::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #1d6593 transparent;
    border-style: solid;
    content: '';
}
.about .content01 .point_txt::before {
    left: -15px;
    border-width: 34px 0px 35px 15px;
}
.about .content01 .point_txt::after {
    right: -15px;
    border-width: 34px 15px 35px 0px;
	border-color: #145986 transparent;
}
.about .content01 .point_txt .center{
	position: relative;
	z-index: 2;
	display: inline-block;
}
.about .content01 .point_txt .yellow{
	color: yellow;
}

/*.about .content01 .point_txt:after{
	transform: skewX(-34deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: url("../../../koutsujiko/image/lp/bentoku/dot_bg.png"),linear-gradient(-88deg, #145986 48%,transparent 0),#1d6593;
}*/
.about .content02{
	padding: 160px 0 220px;
	background: url("../../../koutsujiko/image/lp/bentoku/about_bg02.jpg") no-repeat center bottom / cover;
}
.about .content02 .content02_box {
	position: relative;
}
.about .content02 .content02_box .inner_wrap{
	border-radius: 8px;
	overflow: hidden;
}
.about .content02 .content02_box .inner01{
	padding: 90px 140px 60px;
	background: #fff;
	text-align: center;
	position: relative;
}
.about .content02 .content02_box .inner01 .txt_img01{
	width: 55%;
}
.about .content02 .content02_box .inner01 .txt_img02{
	width: 40%;
}
.about .content02 .content02_box .inner01 .txt_img02 .kome{
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
.about .content02 .content02_box .inner01 .arw01{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 55%);
}
.about .content02 .content02_box .inner02{
	padding: 80px 140px 120px;
	background: #f4f7f9;
	text-align: center;
}
.about .content02 .point_txt{
	max-width: 800px;
    width: 90%;
	padding: 20px 40px;
	color: #fff;
	font-size: 38px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.about .content02 .point_txt:after{
	transform: skewX(-34deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: url("../../../koutsujiko/image/lp/bentoku/dot_bg.png"),linear-gradient(-88deg, #145986 48%,transparent 0),#1d6593;
}
.about .content02 .point_txt .center{
	position: relative;
	z-index: 2;
	display: inline-block;
}
.about .content02 .point_txt .txt_large{
	font-size: 54px;
}

/*merit*/
.merit{
	background: url("../../../koutsujiko/image/lp/bentoku/merit_bg.jpg") no-repeat center bottom / cover;
}
.merit ul.list{
	
}
.merit ul.list li{
	align-items: center;
}
.merit ul.list li:not(:last-child){
	margin-bottom: 60px;
}
.merit ul.list li .img{
	width: 35%;
	line-height: 0;
}
.merit ul.list li .txt_area{
	width: 75%;
	height: 160px;
	margin-left: -5%;
	border-top: 4px solid #002a52;
	font-size: 30px;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
}
.merit ul.list li:nth-child(1) .txt_area{
	background:url("../../../koutsujiko/image/lp/bentoku/meirt_num01.png") no-repeat left top,#f4f7f9;
}
.merit ul.list li:nth-child(2) .txt_area{
	background:url("../../../koutsujiko/image/lp/bentoku/meirt_num02.png") no-repeat left top,#f4f7f9;
}
.merit ul.list li:nth-child(3) .txt_area{
	background:url("../../../koutsujiko/image/lp/bentoku/meirt_num03.png") no-repeat left top,#f4f7f9;
}
.merit ul.list li:nth-child(4) .txt_area{
	background:url("../../../koutsujiko/image/lp/bentoku/meirt_num04.png") no-repeat left top,#f4f7f9;
}
.merit ul.list li:nth-child(5) .txt_area{
	background:url("../../../koutsujiko/image/lp/bentoku/meirt_num05.png") no-repeat left top,#f4f7f9;
}
.merit ul.list li .txt_area .txt_ora{
	font-size: 38px;
}

/*kazoku*/
.kazoku{
	padding-bottom: 0 !important;
	background: url("../../../koutsujiko/image/lp/bentoku/sec_bg.png") no-repeat center top;
}
.kazoku .content01{
	margin-bottom: 120px;
}
.kazoku .content01 .img{
	width: 46%;
	order: 2;
	text-align: right;
}
.kazoku .content01 .txt_area{
	width: 48%;
	order: 1;
}
.kazoku .content02{
	padding: 80px 120px;
	background: #e9eef3;
	border-radius: 8px;
	position: relative;
	z-index: 2;
}
.kazoku .content02 h3{
	margin-bottom: 50px;
	text-align: center;
	font-size: 42px;
}
.kazoku .content02 h3 .center{
	padding: 10px 30px; 
	display: inline-block;
	background: #d63c00;
	color: #fff;
}
.kazoku .content02 ul.list{
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.kazoku .content02 ul.list li{
	width: 31%;
}
.kazoku .content02 ul.list li:nth-child(-n+3){
	margin-bottom: 50px;
}
.kazoku .content02 ul.list li .img{
	line-height: 0;
}
.kazoku .content02 ul.list li .txt{
	width: 90%;
	height: 120px;
	position: relative;
	margin: -10% auto 0;
	background: #fff;
	border-top: 4px solid #000000;
	font-size: 30px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.kazoku .content02 .point_txt{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 48px;
	text-align: center;
}
.kazoku .content02 .point_txt .txt_ora{
	font-size: 56px;
}
.kazoku .bg01{
	padding: 190px 0;
	position: relative;
	background: url("../../../koutsujiko/image/lp/bentoku/logo_bg01.png") no-repeat center bottom,#f0f3f6;
	background-size: 90% auto;
}
.kazoku .bg01:before{
	content: "";
    position: absolute;
    top: -4%;
    right: 0;
    width: 100%;
    height: 80vw;
    background: url("../../../koutsujiko/image/lp/bentoku/kazoku_bg01.jpg") no-repeat right top;
	background-size: 100% auto;
	z-index: 0;
}
.kazoku .content03{
	margin-bottom: 120px;
	padding: 100px 110px;
	background: #fff;
	position: relative;
}
.kazoku .content03 .title_point{
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kazoku .content03 .title_point .center{
	padding: 10px 30px;
	background: #002a52;
	color: #fff;
	font-size: 42px;
	text-align: center;
	display: inline-block;
	
}
.kazoku .content03 ul.list{

}
.kazoku .content03 ul.list li{
	width: 48%;
}
.kazoku .content03 ul.list li .img{
	line-height: 0;
}
.kazoku .content03 ul.list li .txt{
	width: 90%;
	height: 220px;
	position: relative;
	margin: -10% auto 0;
	background: #f4f7f9;
	background-image: linear-gradient(-45deg, #dce6ec 10%,transparent 0);
	font-size: 32px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.kazoku .content03 ul.list li .txt_ora{
	border-bottom: 1px solid;
	font-size: 40px;
}
.kazoku .content03 .arw{
	width: 180px;
	margin: 30px auto 20px;
}
.kazoku .content03 .catch_txt{
	font-size: 46px;
	text-align: center;
}
.kazoku .content03 .catch_txt .txt_ora{
	border-bottom: 1px solid;
	font-size: 74px;
	display: inline-block;
}
.kazoku .content04{

}
.kazoku .content04 .img{
	width: 42%;
}
.kazoku .content04 .txt_area{
	width: 52%;
}
.kazoku .content04 .txt_area .title{
	margin-bottom: 40px;
	padding: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 40px;
	text-align: center;
}
.kazoku .content04 .txt_area .title .txt_blue{
	font-size: 50px;
}
.kazoku .content04 .title .bl {
	display: block!important;
}


/*kakunin*/
.kakunin{
	background: url("../../../koutsujiko/image/lp/bentoku/sec_bg.png") no-repeat center top;
}
.kakunin .content01{
	max-width: 1560px;
	margin-left: auto;
}
.kakunin .content01 .img{
	width: 44%;
	order: 2;
	text-align: right;
}
.kakunin .content01 .txt_area{
	width: 50%;
	order: 1;
}
.kakunin .content01 .txt_area .txt{
	margin-bottom: 40px;
}
.kakunin .content01 .txt_area .catch_txt{
	padding: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 38px;
	text-align: center;
}
.kakunin .content01 .txt_area .catch_txt .txt_blue{
	font-size: 44px;
}


/*lawyer*/
.lawyer{
	padding-bottom: 0 !important;
	background: url("../../../koutsujiko/image/lp/bentoku/sec_bg.png") no-repeat center top;
}
.lawyer .content01{
}
.lawyer .content01 .item{
	padding: 4em 20em;
	background-color: #f4f7f9;
	background-size: auto 101%;
	background-repeat: no-repeat;
	background-position: 70% top;
}
.lawyer .content01 .item:nth-child(1){
	background-image: url("../../../koutsujiko/image/lp/bentoku/lawyer_bg01_keisuke-ueda_shino-suzuki.jpg");
	flex-direction: row-reverse;
    background-position: left top;
}
.lawyer .content01 .item:nth-child(2){
	background-image: url("../../../koutsujiko/image/lp/bentoku/lawyer_bg02_hiroyuki-kanazaki_takeo-inouchi.jpg");
	background-position: right top;
}
.lawyer .content01 .item:nth-child(3){
	background-image: url("../../../koutsujiko/image/lp/bentoku/lawyer_bg03.jpg");
	flex-direction: row-reverse;
}
.lawyer .content01 .item .inner{
	width: 750px;
	padding: 60px 70px;
	background: #fff;
	border-top: 4px solid #002a52;
}
.lawyer .content01 .item .inner .title{
	margin-bottom: 20px;
	font-size: 46px;
	text-align: center;
}
.lawyer .content01 .item .inner .title .center{
	border-bottom: 1px solid #d63c00;
	display: inline-block;
	padding-bottom: 6px;
}

/*voice_sec*/
.voice_sec{
	background: url("../../../koutsujiko/image/lp/bentoku/sec_bg.png") no-repeat center top;
}
.voice_sec ul.list{
	max-width: 1600px;
	margin: 0 auto;
}
.voice_sec ul.list li{
	width: 31.5%;
	background: #e9eef3;
	border-radius: 8px;
	overflow: hidden;
}
.voice_sec ul.list li .title{
	height: 180px;
	background: url(../../../koutsujiko/image/lp/bentoku/dot_bg.png),linear-gradient(
-60deg, #145986 48%,transparent 0),#1d6593;
	font-size: 30px;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.voice_sec ul.list li .txt_area{
	padding: 50px 40px;
}
.voice_sec ul.list li .txt_area .img{
	min-height: 13vw;
	margin-bottom: 40px;
	padding: 9px 6px 4px;
	text-align: center;
	position: relative;
	background: #fff;
}
.voice_sec ul.list li .txt_area .img .maru{
	width: 80px;
	height: 80px;
	background: #d63c00;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -13%;
	right: -3%;
	align-items: center;
	justify-content: center;
}
.voice_sec .center{
	text-align: center;
}
.voice_sec .voice_pad{
	display: none;
}

.slider {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slider li {
	margin: 20px;
}
.slick-track{
	display: flex !important;
}
.slick-prev, .slick-next{
	width: 50px !important;
	height: 50px !important;
	opacity: 1 !important;
}
.slick-prev{
	left: 25px !important;
}
.slick-next{
	right: 25px !important;
}
.slick-next:before, .slick-prev:before{
	opacity: 1 !important;
	display: none !important;
}

/* 初期状態（PC） */
a.line_btn.sp_only {
	display: none!important;
}

/* スマホ時 */
@media screen and (max-width: 768px) {
	a.line_btn.pc_only {
		display: none!important;
	}
	a.line_btn.sp_only {
		display: inline-block!important;
	}
}
@media screen and ( min-width:1521px ){
	.slick-prev{
		left: -5px !important;
	}
	.slick-next{
		right: -5px !important;
	}
}
@media screen and ( max-width:1023px ){
	.slider li {
		margin: 1vw;
	}
	.voice_sec ul.list li .txt_area{
		padding:2em 1em !important;
	}
	.voice_sec ul.list li .txt_area p{
		font-size: 14px !important;
	}
	.slick-prev, .slick-next{
		width: 40px !important;
		height: 40px !important;
	}
	.slick-prev{
		left: 20px !important;
	}
	.slick-next{
		right: 20px !important;
	}
}
@media screen and ( max-width:767px ){
    .voice_sec ul.list li .title {
        height: auto !important;
		min-height: 14vw;
        font-size: 3.5vw !important;
		padding: 1vw !important;
    }
	.slick-prev, .slick-next{
		width: 30px !important;
		height: 30px !important;
	}
	.slick-prev{
		left: 15px !important;
	}
	.slick-next{
		right: 15px !important;
	}
	.voice_sec ul.list li .txt_area .img .maru{
		right: -1.5% !important;
	}
}
@media screen and ( max-width:499px ){
    .voice_sec ul.list li .title {
		min-height: 16vw;
        font-size: 4.5vw !important;
		padding: 3vw 2vw !important;
    }
	.voice_sec ul.list li .txt_area .img{
		margin-bottom: 25px !important;
	}
    .voice_sec ul.list li .txt_area .img .maru {
        width: 54px;
        height: 54px;
        font-size: 16px;
    }

}






/*closing*/
.closing{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #eef2f3;
}
.closing .inner{
}
.closing .inner .img{
	width: 37%;
	background: url("../../../koutsujiko/image/lp/bentoku/closing_img_yusuke-kobayashi.jpg") no-repeat center;
	background-size: cover;
}
.closing .inner .txt_area{
	width: 63%;
	background: url("../../../koutsujiko/image/lp/bentoku/closing_logo.png") no-repeat right bottom ;
	background-size: 99% auto;
	padding: 110px 7em 130px 7em;
}
.closing .inner .txt_area .h2_title02{
	margin-bottom: 50px;
	font-size: 48px;
	text-align: center;
}
.closing .inner .txt_area .h2_title02 .txt_ora{
	border-bottom: 1px solid;
    font-size: 80px;
    padding-bottom: 0.2em;
    display: inline-block;
    line-height: 1;
}



@media screen and ( max-width:1800px ){
	.lawyer .content01 .item{
		padding: 4em 3em;
	}
}

@media screen and ( max-width:1620px ){
	.lawyer .content01 .item{
		background-position: 70% top;
	}
	.kakunin .content01{
		margin-left: inherit;
	}
	.kakunin .content01 .txt_area{
		width: 58%;
		padding: 0 3em;
	}
	.kakunin .content01 .img{
		width: 40%;
	}
	.voice_sec ul.list{
		max-width: 1400px;
	}
	.voice_sec ul.list li .title{
		font-size: 26px;
	}
}

@media screen and ( max-width:1520px ){
	.w1200{
		max-width: 980px;
	}
	.section_wrap{
		padding: 140px 0;
	}
	h2.h2_title01{
		font-size: 44px;
	}
	h2.h2_title01.num01:before,
	h2.h2_title01.num02:before,
	h2.h2_title01.num03:before,
	h2.h2_title01.num04:before{
		width: 100px;
		transform: translate(-50%, -57%);
	}
	.txt p{
		font-size: 18px;
	}
	.link{
		font-size: 20px;
	}
	.cv{
		padding: 30px 0;
	}
	.cv .cv_inner{
		width: 1200px;
	}
	.cv .cv_inner .cv_left .title{
		font-size: 31px;
	}
	.lawyer .content01 .item{
		background-position: 70% top;
	}
	.cv .cv_inner .cv_left ul.list li{
		font-size: 13px;
	}
	.cv .cv_inner .cv_right{
		padding: 2em 2em;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel_title{
		width: 110px;
		font-size: 16px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel{
		font-size: 54px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel:before{
		width: 34px;
		height: 34px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel .small{
		font-size: 48px;
	}
/*	.cv .cv_inner .cv_right .cv_right_inner .mail{
		min-width: 80px;
	}*/
	.about .content01 dl dt{
		padding: 1em 0.5em;
		font-size: 30px;
	}
	.about .content01 dl dt .txt_large{
		font-size: 40px;
	}
	.about .content01 .catch_txt{
		font-size: 42px;
	}
	.about .content01 .catch_txt .txt_large{
		font-size: 60px;
	}
	.about .content02 .content02_box .inner01{
		padding: 4em 6em 5em;
	}
	.about .content02 .content02_box .inner01 .txt_img02 .kome{
		margin-top: 10px;
	}
	.about .content02 .content02_box .inner02{
		padding: 4em 4em 6em;
	}
	.about .content02 .point_txt{
		font-size: 30px;
	}
	.about .content02 .point_txt .txt_large{
		font-size: 44px;
	}
	.merit ul.list li .txt_area{
		width: 73%;
		height: 140px;
		margin-left: -10%;
		padding: 0 1em;
		font-size: 26px;
	}
	.merit ul.list li .txt_area .txt_ora{
		font-size: 36px;
	}
	.merit ul.list li .img{
		width: 47%;
	}
	.kazoku .bg01{
		padding: 12vw 0;
	}
	.kazoku .content02{
		padding: 4em 6em;
	}
	.kazoku .content02 ul.list li .txt{
		font-size: 24px;
	}
	.kazoku .content02 h3{
		font-size: 32px;
	}
	.kazoku .content02 .point_txt{
		font-size: 36px;
	}
	.kazoku .content02 .point_txt .txt_ora{
		font-size: 46px;
	}
	.kazoku .content03{
		padding: 4em 5em;
	}
	.kazoku .content03 .title_point .center{
		font-size: 32px;
	}
	.kazoku .content03 ul.list li .txt{
		font-size: 26px;
	}
	.kazoku .content03 ul.list li .txt_ora{
		font-size: 34px;
	}
	.kazoku .content03 .catch_txt{
		font-size: 36px;
	}
	.kazoku .content03 .catch_txt .txt_ora{
		font-size: 64px;
	}
	.kazoku .content04 .img{
		width: 37%;
	}
	.kazoku .content04 .txt_area{
		width: 58%;
	}
	.kazoku .content04 .txt_area .title{
		font-size: 2.4vw;;
	}
	.kazoku .content04 .txt_area .title .txt_blue{
		font-size: 3.4vw;
	}
	.kakunin .content01 .txt_area .catch_txt{
		padding: 1em 0.5em;
		font-size: 2.4vw;
	}
	.kakunin .content01 .txt_area .catch_txt .txt_blue{
		font-size: 3.4vw;
	}
	.lawyer .content01 .item .inner{
		width: 680px;
		padding: 3em 4em;
	}
	.lawyer .content01 .item .inner .title{
		font-size: 36px;
	}
	.voice_sec ul.list{
		padding: 0 30px;
	}
	.voice_sec ul.list li .txt_area{
		padding: 2em;
	}
	.voice_sec ul.list li .title{
		height: 14vw;
		font-size: 1.8vw;
	}
	.voice_sec ul.list li .txt_area .img .maru{
		width: 60px;
		height: 60px;
		font-size: 18px;
	}
	.voice_sec ul.list li .txt_area .txt p{
		font-size: 16px;
	}
	.closing .inner .txt_area{
		padding: 5em 3em 6em;
	}
	.closing .inner .txt_area .h2_title02{
		font-size: 3vw;
	}
	.closing .inner .txt_area .h2_title02 .txt_ora{
		font-size: 4.5vw;
	}
	.cv .cv_inner .cv_right .cv_right_inner .btn_wrap {
		width: 18%;
	}
}

@media screen and ( max-width:1300px ){
	.cv .cv_inner{
		width: 980px;
	}
	.cv .cv_inner .cv_left .title{
		font-size: 25px;
	}
	.cv .cv_inner .cv_left ul.list li{
		font-size: 10px;
	}
	.cv .cv_inner .cv_right{
		width: 64%;
	}
	.cv .cv_inner .cv_right .title{
		margin-bottom: 10px;
		font-size: 25px;
	}
	.cv .cv_inner .cv_right .cv_right_inner{
		margin-bottom: 10px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel_title{
		width: 96px;
		font-size: 14px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel{
		font-size: 44px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel:before{
		width: 27px;
		height: 27px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel .small{
		font-size: 37px;
	}
/*	.cv .cv_inner .cv_right .cv_right_inner .mail{
		min-width: 60px;
	}*/
	.cv .cv_inner .cv_right .cv_right_inner .btn_wrap {
		width: 20%;
	}
	
	.cv .cv_inner .cv_right .cv_right_inner .mail, .cv .cv_inner .cv_right .cv_right_inner .line_btn {
		padding: 20px 0;
	}
	.cv .cv_inner .cv_right .cv_right_inner .mail:before{
		width: 25px;
		height: 25px;
	}
	.cv .cv_inner .cv_right .cv_right_txt .txt01{
		font-size: 16px;
	}
	.lawyer .content01 .item{
		padding: 3em;
	}
	.lawyer .content01 .item:nth-child(3){
		background-position: 30% top;
	}
	.lawyer .content01 .item .inner{
		width: 600px;
	}
}

@media screen and ( max-width:1023px ){
	.pad_none{
		display: none;
	}
	.section_wrap{
		padding: 90px 0;
	}
	h2.h2_title01{
		margin-bottom: 70px;
		padding: 0 2vw;
		font-size: 4.5vw;
	}
	h2.h2_title01:after{
		width: 80px;
		bottom: -20px;
	}
	h2.h2_title01.num01, h2.h2_title01.num02, h2.h2_title01.num03, h2.h2_title01.num04{
		margin-top: 50px;
	}
	h2.h2_title01.num01:before, h2.h2_title01.num02:before, h2.h2_title01.num03:before, h2.h2_title01.num04:before{
		width: 80px;
	}
	.txt p{
		font-size: 16px;
	}
	.w1200{
		padding: 0 2em;
	}
	.link{
		margin-top: 60px;
	}
	.cv{
		padding: 1.5em 2em;
	}
	.cv .cv_inner{
		width: 100%;
		display: block;
	}
	.cv .cv_inner .cv_left{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.cv .cv_inner .cv_right{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		padding: 1em 4em;
	}
	.cv .cv_inner .cv_left .title{
		margin-bottom: 10px;
		text-align: center;
	}
	.cv .cv_inner .cv_left .cv_point{
		width: 80%;
		max-width: 340px;
		margin: 0 auto 20px;
	}
	.cv .cv_inner .cv_left ul.list{
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	.cv .cv_inner .cv_left ul.list li:nth-child(odd){
		margin-right: 10px;
	}
	.mv_pc{
		height: 48vw;
	}
	.mv_pc .inner{
		width: 94vw;
		height: 42vw;
		background-position: -19% center;
	}
	.mv_pc .inner .mv_txt{
		width: 46vw;
	}
	.about .content01 dl dt{
		font-size: 24px;
	}
	.about .content01 dl dt .txt_large{
		font-size: 34px;
	}
	.about .content01 dl dd .arw{
		width: 160px;
	}
	.about .content01 .catch_txt{
		margin-bottom: 10px;
		font-size: 28px;
	}
	.about .content01 .catch_txt .txt_large{
		font-size: 44px;
	}
	.about .content01 .kome{
		margin-bottom: 40px;
		font-size: 12px;
	}
	.about .content01{
		padding-bottom: 90px;
	}
	.about .content01 dl dd {
		padding: 2em 3em;
	}
	.about .content02{
		padding: 90px 0 120px;
	}
	.about .content02 .content02_box .inner01{
		padding: 3em 4em 4em;
	}
	.about .content02 .content02_box .inner01 .txt_img02 .kome{
		font-size: 12px;
	}
	.about .content02 .content02_box .inner01 .arw01{
		width: 140px;
	}
	.about .content02 .point_txt{
		width: 68%;
		font-size: 3vw;
	}
	.about .content02 .point_txt .txt_large{
		font-size: 4vw;
	}
	.merit ul.list li{
		align-items: start;
	}
	.merit ul.list li:not(:last-child){
		margin-bottom: 30px;
	}
	.merit ul.list li .txt_area{
		width: 70%;
		margin-left: -10%;
		background-size: 60px !important;
		margin-top: 6vw;
		font-size: 3vw;
	}
	.merit ul.list li .txt_area .txt_ora{
		font-size: 3.8vw;
	}
	.merit ul.list li .img{
		width: 40%;
	}
	.kazoku .content01{
		margin-bottom: 90px;
	}
	.kazoku .content01 .txt_area{
		width: 55%;
	}
	.kazoku .content01 .img{
		width: 38%;
	}
	.kazoku .content02{
		padding: 3em;
	}
	.kazoku .content02 h3{
		margin-bottom: 40px;
		font-size: 30px;
	}
	.kazoku .content02 ul.list{
		margin-bottom: 40px;
	}
	.kazoku .content02 ul.list li:nth-child(-n+3){
		margin-bottom: 20px;
	}
	.kazoku .content02 ul.list li .txt{
		height: 90px;
		font-size: 20px;
	}
	.kazoku .content02 .point_txt{
		font-size: 28px;
	}
	.kazoku .content02 .point_txt .txt_ora{
		font-size: 36px;
	}
	.kazoku .bg01:before{
		background-size: 130%;
	}
	.kazoku .content03{
		padding: 4em 3em;
		margin-bottom: 60px;
	}
	.kazoku .content03 .title_point .center{
		font-size: 26px;
	}
	.kazoku .content03 ul.list li .txt{
		width: 94%;
		height: 180px;
		font-size: 22px;
	}
	.kazoku .content03 ul.list li .txt_ora{
		font-size: 28px;
	}
	.kazoku .content03 .arw{
		width: 130px;
		margin: 20px auto;
	}
	.kazoku .content03 .catch_txt{
		font-size: 30px;
	}
	.kazoku .content03 .catch_txt .txt_ora{
		font-size: 44px;
	}
	.kazoku .content04 .img{
		width: 37%;
	}
	.kazoku .content04 .txt_area{
		width: 57%;
	}
	.kazoku .content04 .txt_area .title{
		margin-bottom: 20px;
		font-size: 3vw;
	}
	.kazoku .content04 .txt_area .title .txt_blue{
		font-size:4vw; 
	}
	.kakunin .content01 .img{
		width: 37%;
	}
	.kakunin .content01 .txt_area{
		width: 63%;
	}
	.kakunin .content01 .txt_area .catch_txt{
		padding: 1em 0.5em;
	}
	.lawyer .content01 .item{
		padding: 3em 2em;
		background-position: 50% top;
	}
	.lawyer .content01 .item .inner{
		width: 80%;
		padding: 2em;
		max-width: 430px;
	}
	.lawyer .content01 .item .inner .title{
		font-size: 30px;
	}
	.voice_sec .voice_pad{
		display: block;
	}/*
	.voice_sec ul.list{
		padding: 0;
	}
	.voice_sec ul.list li{
		margin: 0 1.5em;
	}
	.voice_sec ul.list li .title{
		height: 200px;
		font-size: 3.4vw;
	}
	.voice_sec ul.list li .txt_area{
		padding: 3em 2em;
	}
	.voice_sec ul.list li .txt_area .img{
		max-width: 380px;
		margin: 0 auto 20px;
	}
		*/
	.closing .inner .img{
		width: 36%;
	}
	.closing .inner .txt_area{
		width: 64%;
		padding: 3em 2em 4em;
	}
	.closing .inner .txt_area .h2_title02{
		margin-bottom: 40px;
	}
}



@media screen and ( max-width:767px ){
	.sp_block{
		display: block;
	}
	.pc_block{
		display: none;
	}
	.section_wrap{
		padding: 60px 0;
	}
	.txt p{
		font-size: 14px;
	}
	h2.h2_title01{
		padding: 0 20px;
		margin-bottom: 60px;
		font-size: 7vw;
	}
	h2.h2_title01.num01:before, h2.h2_title01.num02:before, h2.h2_title01.num03:before, h2.h2_title01.num04:before{
		width: 60px;
	}
	h2.h2_title01.num01, h2.h2_title01.num02, h2.h2_title01.num03, h2.h2_title01.num04{
		margin-top: 60px;
	}
	h2.h2_title01:after {
		width: 50px;
		bottom: -15px;
	}
	h3.h3_title01{
		font-size: 18px;
	}
	h3.h3_title01 .txt_blue{
		font-size: 24px;
	}
	.w1200{
		padding: 0 1em;
	}
	.link{
		display: block;
		padding: 15px 40px;
		margin-top: 40px;
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}
	.link:after{
		width: 18px;
		height: 18px;
	}
	.link .ib{
		display: block!important;
	}
	.mv_pc{
		display: none;
	}
	.mv_sp{
		display: block;
        line-height: 0;
	}
	.cv{
		padding: 1.5em 1em;
	}
	.cv .cv_inner .cv_left .title{
		font-size: 5vw;
	}
	.cv .cv_inner .cv_right{
		padding: 1em 1.5em;
	}
	.cv .cv_inner .cv_right .title{
		font-size: 5vw;
	}
	.cv .cv_inner .cv_right .cv_right_inner{
		display: block;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel_title{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		display: block;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel{
		width: 100%;
		display: block;
		font-size: 9vw;
		margin-bottom: 4px;
		pointer-events: auto;
		color: #9a0000;
		text-align: center;
		line-height: 1;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel:before{
		background: url("../../../koutsujiko/image/lp/bentoku/cv_tel_sp.svg") no-repeat;
		background-size: contain;
		width: 6vw;
		height: 6vw;
		margin-right: 1%;
	}
	.cv .cv_inner .cv_right .cv_right_inner .tel .small{
		font-size: 8.6vw;
		line-height: 1 !important;
	}
	.cv .cv_inner .cv_right .cv_right_inner .teltap_sp{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		text-align: center;
		font-size: 13px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .teltap_sp:before,
	.cv .cv_inner .cv_right .cv_right_inner .teltap_sp:after{
		content: "";
		display: inline-block;
		height: 1px;
		background: #000;
		flex-grow: 1;
	}
	.cv .cv_inner .cv_right .cv_right_inner .teltap_sp:before{
		margin-right: 1.5em;
	}
	.cv .cv_inner .cv_right .cv_right_inner .teltap_sp:after{
		margin-left: 1.5em;
	}
	.cv .cv_inner .cv_right .cv_right_inner .btn_wrap {
		display: block;
		width: 100%;
	}
	.cv .cv_inner .cv_right .cv_right_inner .mail, .cv .cv_inner .cv_right .cv_right_inner .line_btn{
		width: 100%;
		height: auto;
		text-indent: 0.5em;
		line-height: 0;
		margin-top: 15px;
		padding: 14px;
		font-size: 16px;
	}
	.cv .cv_inner .cv_right .cv_right_inner .mail{
		background: #d66f00;
		/*オフィシャル用に追加*/
		align-items: center;
        justify-content: center;
        display: flex;
	}
	.cv .cv_inner .cv_right .cv_right_inner .mail:before, .cv .cv_inner .cv_right .cv_right_inner .line_btn:before {
		position: static;
		transform: none;
		width: 20px;
		height: 18px;
        top: auto;
	}
	.cv .cv_inner .cv_right .cv_right_inner .mail .sp_mail, .cv .cv_inner .cv_right .cv_right_inner .line_btn .sp_line {
		display: inline-block;
		vertical-align: baseline;
	}
	.cv .cv_inner .cv_right .cv_right_txt .txt01{
		font-size: 3.6vw;
	}
	.cv .cv_inner .cv_right .cv_right_txt .txt02{
		font-size: 12px;
	}
	.about .content01{
		padding-bottom: 60px;
		background: none;
	}
	.about .content01 dl{
		margin-bottom: 50px;
	}
	.about .content01 dl dt{
		font-size: 5vw;
	}
	.about .content01 dl dt .txt_large{
		font-size: 6.5vw;
	}
	.about .content01 dl dd{
		padding: 1.5em 1em 3em;
	}
	.about .content01 dl dd .arw{
		width: 130px;
	}
	.about .content01 .catch_txt .txt_large{
		font-size: 8vw;
	}
	.about .content01 .catch_txt{
		font-size: 5vw;
	}
	.about .content01 .catch_txt .txt_ora{
		margin-bottom: 8px;
	}
	.about .content01 .kome{
		margin-bottom: 20px;
	}
	.about .content01 .point_txt{
		margin-bottom: 30px;
		font-size: 4vw;
	}
	.about .content01 .point_txt::before{
		content: none;
	}
	.about .content01 .point_txt::after{
		content: none;
	}
	.about .content02{
		padding: 40px 0 160px;
	}
	.about .content02 .content02_box .inner01{
		display: block;
		padding: 3em 3em 4em;
	}
	.about .content02 .content02_box .inner01 .txt_img01{
		width: 100%;
		margin-bottom: 30px;
	}
	.about .content02 .content02_box .inner01 .txt_img02{
		width: 100%;
	}
	.about .content02 .content02_box .inner02{
		padding: 3em 1.5em 9em;
	}
	.about .content02 .point_txt{
		width: 67%;
		padding: 20px 30px;
		font-size: 4.5vw;
	}
	.about .content02 .point_txt:after{
		    transform: skewX(-12deg);
	}
	.about .content02 .point_txt .txt_large{
		font-size: 6vw;
	}
	.kazoku .bg01{
		padding: 17vw 0;
	}
	.kazoku .content01{
		margin-bottom: 40px;
		display: block;
	}
	.kazoku .content01 .img{
		width: 100%;
	}
	.kazoku .content01 .txt_area{
		width: 100%;
	}
	.kazoku .content01 .img{
		height: 34vw;
		margin-bottom: 20px;
		overflow: hidden;
		text-align: center;
	}
	.kazoku .content01 .img img{
		max-height: none;
	}
	.kazoku .content02{
		padding: 3em 1.5em;
	}
	.kazoku .content02 h3{
		margin-bottom: 20px;
		font-size: 4.5vw;
	}
	.kazoku .content02 ul.list{
		margin-bottom: 20px;
	}
	.kazoku .content02 ul.list li{
		width: 48%;
	}
	.kazoku .content02 ul.list li .img{
		text-align: center;
	}
	.kazoku .content02 ul.list li .img img{
		width: 100%;
	}
	.kazoku .content02 ul.list li .txt{
		width: 94%;
		height: 18vw;
		font-size: 4vw;
	}
	.kazoku .content02 .point_txt{
		font-size: 6vw;
		box-sizing: border-box;
	}
	.kazoku .content02 .point_txt .txt_ora{
		font-size: 8vw;
	}
	.kazoku .content03 .title_point .center{
		padding: 0.3em 1em;
		font-size: 5vw;
	}
	.kazoku .content03{
		margin-bottom: 40px;
		padding: 3em 1.5em;
	}
	.kazoku .content03 ul.list{
		display: block;
	}
	.kazoku .content03 ul.list li{
		width: 100%;
	}
	.kazoku .content03 ul.list li:first-child{
		margin-bottom: 30px;
	}
	.kazoku .content03 ul.list li .img{
		text-align: center;
	}
	.kazoku .content03 ul.list li .txt{
		height: 34vw;
		font-size: 5vw;
	}
	.kazoku .content03 ul.list li .txt_ora{
		font-size: 7vw;
	}
	.kazoku .bg01:before{
		top: -2%;
		background-size: 150%;
		height: 90vw;
	}
	.kazoku .content03 .catch_txt{
		font-size: 5vw;
	}
	.kazoku .content03 .catch_txt .txt_ora{
		font-size: 8vw;
		border-bottom: none;
	}
	.kazoku .content04{
		display: block;
	}
	.kazoku .content04 .img{
		width: 100%;
		height: 46vw;
		margin-bottom: 20px;
		overflow: hidden;
		text-align: center;
	}
	.kazoku .content04 .img img{
		max-height: none;
	}
	.kazoku .content04 .txt_area{
		width: 100%;
	}
	.kazoku .content04 .txt_area .title{
		font-size: 5vw;
	}
	.kazoku .content04 .txt_area .title .txt_blue{
		font-size: 7vw;
	}
	.kakunin{
		padding-bottom: 0 !important;
	}
	.kakunin .content01{
		padding-bottom: 60px;
		display: block;
		background: #e9eef3;
	}
	.kakunin .content01 .img{
		width: 100%;
		height: 66vw;
		overflow: hidden;
		text-align: center;
	}
	.kakunin .content01 .img img{
		width: 100%;
		max-height: none;
	}
	.kakunin .content01 .txt_area{
		width: 94%;
		padding: 2em;
		margin: -10% auto 0;
		background: #fff;
		position: relative;
		z-index: 2;
	}
	.kakunin .content01 .txt_area .catch_txt{
		font-size: 4.5vw;
	}
	.kakunin .content01 .txt_area .catch_txt .txt_blue{
		font-size: 5.5vw;
	}
	.lawyer .content01 .item{
		padding: 32vw 1em 40px;
		background-size: 155% auto;
	}
	.lawyer .content01 .item:nth-child(1){
		background-position-x: initial;
	}
	.lawyer .content01 .item:nth-child(3){
		background-position-x: initial;
	}
	.lawyer .content01 .item .inner{
		width: 100%;
		max-width: none;
	}
	.lawyer .content01 .item .inner .title{
		font-size: 5.5vw;
	}
	/*
	.voice_sec ul.list li{
		margin: 0 1em;
	}
	.voice_sec ul.list li .img{
		margin-bottom: 20px;
	}
	.voice_sec ul.list li .title{
		height: 30vw;
		font-size: 5.2vw;
	}
	.voice_sec ul.list li .txt_area .txt p{
		font-size: 14px;
	}
	.voice_sec ul.list li .txt_area{
	}
	.voice_sec ul.list li .txt_area .img{
		margin-bottom: 20px;
	}
	.voice_sec ul.list li .txt_area .img .maru{
		width: 50px;
		height: 50px;
		font-size: 14px;
	}
		*/
	.closing{
		background-size: 90% auto;
	}
	.closing .inner{
		display: block;
	}
	.closing .inner .img{
		width: 100%;
		height: 40vw;
		background-position-y: 22%;
	}
	.closing .inner .txt_area{
		width: 100%;
		padding: 2em 1.5em 4em;
	}
	.closing .inner .txt_area .h2_title02{
		margin-bottom: 30px;
		font-size: 6vw;
	}
	.closing .inner .txt_area .h2_title02 .txt_ora{
		font-size: 9vw;
	}
	
}


@media screen and ( max-width:500px ){
	h2.h2_title01.num01, h2.h2_title01.num02, h2.h2_title01.num03, h2.h2_title01.num04{
		margin-top: 40px;
	}
	.merit ul.list li{
		display: block;
	}
	.merit ul.list li:not(:last-child){
		margin-bottom: 30px;
	}
	.merit ul.list li .img{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.merit ul.list li .img img{
		width: 100%;
	}
	.merit ul.list li .txt_area{
		width: 90%;
		margin: -6% auto 0;
		box-sizing: border-box;
		font-size: 4.8vw;
	}
	.merit ul.list li .txt_area .txt_ora{
		font-size: 5.8vw;
	}
	.about .content02{
		padding: 40px 0 120px;
	}
	.about .content02 .content02_box .inner02{
		padding: 3em 1.5em 6em;
	}
}

@media screen and ( max-width:374px ){
	h2.h2_title01{
		font-size: 6.8vw;
	}
}


/*slick*/
/*@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot)}*/
.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0}
.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:transparent}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}
.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:25px}[dir='rtl'] 
.slick-prev{right:-25px;left:auto}
.slick-prev:before{content:'＜'}[dir='rtl'] .slick-prev:before{content:'＞'}.slick-next{right:25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'＞'}[dir='rtl'] .slick-next:before{content:'＜'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot)}*/
.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'＜'}[dir='rtl'] .slick-prev:before{content:'＞'}.slick-next{right:25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'＞'}[dir='rtl'] .slick-next:before{content:'＜'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

/*slick-theme*/
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover
{
    z-index: 100;
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 0.4;
    border-radius: 28px;
    padding: 0px;
    font-weight: bold;
}
.slick-next, .slick-prev{
	top: 48%;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover{
	width: 25px;
	height: 25px;
}
.slick-prev{
	left: 10px;
}
.slick-next{
	right: 10px;
}
.slick-next:before{
	padding: 0px 0 0 2px;
	font-size: 16px;
}
.slick-prev:before{
	padding: 0px 2px 0 0;
	font-size: 16px;
}
.slick-slide img{
	margin: 0 auto;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}


