@charset "utf-8";
/* CSS Document */
*{
	margin-left: auto;
	margin-right: auto;
}

/*-----------1401px~1919pxに適用されるCSS（中間～タブレット横用）-----------*/
@media screen and (min-width: 1401px) and (max-width: 1919px) {
	
	body{
	max-width: 1919px;
}

}

/*-----------1400px以下に適用されるCSS-----------*/
@media screen and (max-width: 1400px) {

/*-----------トップ-----------*/
	
#top .top_text{
	font-size: 45px;
	line-height: 70px;
	/*padding: 8px;*/
	padding: 8px 0 8px 12px;
}

#top .top_text1{
	/*margin: 150px 0 35px 79px;
	width: 320px;*/
	margin: 150px 0 15px 79px;
	width: 313px;
}

#top .top_text2{
	/*margin: 0 0 35px 79px;
	width: 650px;*/
	margin: 0 0 15px 79px;
	width: 631px;
}
	
#top .top_subtext{
	font-size: 25px;
	line-height: 40px;
	/*margin: 0 0 30px 79px;
	width: 550px;*/
	margin: 0 0 20px 79px;
	width: 500px;	
}


#top {
	height: 760px;	
}

#top .top_right img{
	width: 65vw;
	height: 760px;
	object-fit: cover; 
	object-position: right top;
}
	
#top .top_left{
	width: 50%;
	height: 760px;
}

.sns{
	/*padding: 18% 0 0 79px;*/
	padding: 5% 0 0 79px;
}

#scroll img{
	margin: 0 30px 30px 70%;
}

}

/*-----------1000px以下に適用されるCSS-----------*/
@media screen and (max-width: 1000px) {
	
.pc1000_none{
	display:block;
}

.sp1000_none{
	display:none;
}	
	
.sns{
	padding: 22% 0 0 79px;
}

#contents_1,#contents_2,#contents_3,#contents_4,#contents_5,#contents_6,#contents_7,#contents_8{
	padding-left: 30px;
	padding-right: 30px;
}
	
#contents_5main,#contents_8main{
	}
/*-----------contents_3-----------*/

#contents_3 .C3_right{
}

.img_c3{
	padding: 50% 0;
}

/*-----------contents_7-----------*/
	
#contents_7{
	display: block;
	clear: both;
	text-align: center;
	padding-top: 50px;
}
	
#contents_7 .text_5{
	text-align: center;
}
	
#saitan img{
	display: inline-block;
	margin: 0 auto 40px;
}
	

#nagare img{
	width: 300px;
	height: 300px;
	display: inline-block;
	float: none;
	padding: 0 20px;
}

#yazirushi{
	display: block;
	float:none;
	text-align: center;
	padding: 24px 0;
	margin: 0 auto;
}

#yazirushi img{
	transform: rotate(90deg);
}

.img_caption{
	display: none;
}
	
.nagare_cap_sp{
	display: block;
	text-align: center;
	color: #2A85F6;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 30px;
}

/*-----------案件紹介-----------*/


.search_line{
	display: inline;
	text-align: left;
}

.search_line_2{
	display: inline;
	text-align: center;
}

/*-----------記事スライダー（お役立ち）-----------*/
#swipe1 .new_column{
	width: 255px!important;
	height: 390px;
	background-color: #F0F7FF;
	border-radius: 40px;
	padding: 30px 30px 15px;
	margin: 20px 0;
}
	
#swipe1{
	margin: 0 -60px;
}

#swipe1 .new_column:hover .text_20{
	color: #2A85F6;
}

#swipe1 .top_column_cap{
	display: block;
	width: 255px;
	height: 195px;
	margin: 0 auto 20px;
}

#swipe1 .top_column_cap img{
	width: 100%;
	height: 195px;
	object-fit: cover;
	border-radius: 30px;
}

/*
.swiper-button-prev{
	left: 5px;
    right: auto;
}
	
.swiper-button-next{
	right: 5px;
    left: auto;
}
*/	
	
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;	
}

.swiper{
	width: 100%;
    max-width: 960px;
    height: 500px;
}

.swiper-wrapper{
	width: 100%;
	height: 390px;
}

.top_column_tag{
	overflow: hidden;
	position: absolute;
	bottom: 15px;
}
	
/*案件一覧　top業務内容*/
.text_17_3{
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 2px;
	line-height: 1.8;
}
	
/*-----------contents_6----------*/

#contents_6back{
	background-color: #C1E4FF;
	margin:0 -200%;
	padding:95px 200%;
}

#contents_6{
	padding: 0 30px;
}

/*-----------記事スライダー（案件紹介）-----------*/

#new_anken_box{
	display: block;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto;
}
	
#swipe2{
	margin: 0 -60px;
}
	
#swipe2 .new_anken{
	width: 275px!important;
	height: auto;
	margin: 20px 0;
	padding: 15px 15px 70px;
}

#swipe2 .new_anken:hover .text_20{
	color: #2A85F6;
}


#swipe2 .swiper{
	width: 100%;
    max-width: 1000px;
	height: auto;
}

.swiper-wrapper {
	width: 100%;
	align-items: stretch;
	height: auto;
}

#c6_relative{
	position: static;
}
#c6_relative .c6_box2{
	position: static;
	margin: -80px -30px 0;
}
	
.top_anken_tag li{
	font-size: 9px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.top_anken_tag{
	margin-bottom: 10px;
}
	
/*案件紹介募集条件*/
.top_description{
	margin-bottom: 10px;
}
	
}


/*-----------900px以下に適用されるCSS-----------*/
@media screen and (max-width: 901px) {
	
body{
	max-width: 901px;
}
	
#top .top_text{
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
	
#top .top_text1{
	margin: 150px 0 35px 30px;
	width: 250px;
}

#top .top_text2{
	margin: 0 0 35px 30px;
	width: 430px;
}
	
#top .top_subtext{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 30px 30px;
	width: 450px;	
}
	
.sns{
	padding: 35% 0 0 79px;
}

.sp_logo,.sp_logotext{
	display: block
}
	
/*.sp_logotext{
	position: absolute;
	font-size: 6px;
	left: 5%;
	top: 30px;
	z-index: 50;
}*/

.sp_logotext{
	position: absolute;
	font-size: 10px;
	left: 5%;
	top: 25px;
	z-index: 50;
}
	
/*.sp_logo{
	position: absolute;
	left: 5%;
	margin-top: 50px;
	z-index: 50;
}*/
	
.sp_logo{
	position: absolute;
	left: 5%;
	margin-top: 43px;
	z-index: 50;
}
	
.sp_logo_column,.sp_logotext_column{
	display: block
}
	
.sp_logotext_column{
	font-size: 5px;
	padding-bottom: 8px;
}

.sp_logo_column img{
	width: 105px;
}

.sp-header_column {
	display: flex;
	width: 100%;
	align-items: center;
}

.sp-header_column div:first-child {
	width: 37%;
}

.sp-header-fixed {
	position: fixed;
	display: block;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 30px;
	margin: 13px auto;
	background-color: #ffffff;
	border-radius: 80px;
	height: 68px;
	z-index: 85;
}

/*-----------パンくず-----------*/
#breadcrumb{
  padding-top: 150px;
	margin-top: 0;
	font-size: 10px;
}

#breadcrumb ul{
	line-height: 1.5;
}
	
/*-----------contents_6----------*/
#contents_6{
	max-width: 768px;
}
	
}

/*-----------770px以下に適用されるCSS（タブレット縦～スマホ用）-----------*/
@media screen and (max-width: 770px) {

body{
	max-width: 770px;
}
/*-----------トップ-----------*/

.sp_topimg,.sp_logo,.sp_logotext{
	display: block;
}
	
#top .top_text2,#top .top_subtext{
	display: none;
}
	
#top{
	height: auto;
	padding-bottom: 20%;
}
	

.sp_topimg img{
	position: absolute;
	width: 110%;
	height: auto;
	max-height: 400px;
	z-index: 0;
	display: block;
	object-fit: cover; 
	right: 5px;
}
	
#top .top_left{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.sp_block{
	width: 100%;
	display: block;
}
	
#top .top_text1{
	display: inline-block;
	letter-spacing: 0.1px;
	font-size: 25px;
	font-weight: 900;
	line-height: 30px;
	color: #ffffff;
	/*margin: 40% 0 15px 5%;
	padding: 10px;*/
	margin: 50% 0 10px 5%;
	padding: 5px 10px;
	background-color: #2A85F6;
	width: auto;
}

#top .sp_top_text2{
	display: inline-block;
	letter-spacing: 0.1px;
	font-size: 25px;
	font-weight: 900;
	line-height: 30px;
	color: #ffffff;
	margin-left:5%;
	/*padding: 10px;*/
	padding: 5px 10px;
	background-color: #2A85F6;
	width: auto;
}

#top .sp_top_subtext{
	display: inline-block;
	letter-spacing: 1px;
	/*font-size: 14px;
	font-weight: 900;
	line-height: 30px;*/
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #2A85F6;
	margin-left:5%;
	/*padding: 10px;*/
	padding: 5px 10px;
	background-color: #ffffff;
	text-align: left;
	width: auto;	
}

#top .left_2{
	width: 100%;
	display: block;
	margin:20px auto 0;
	text-align: center;
}

#top .left_2_text{
	display: block;
	color: #2A85F6;
	font-size: 20px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	line-height: 30px;
	width: 100%;
}
	
#top .left_2 a{
	text-decoration: none;
}

.sp_none,#top .top_right{
	display: none;
}

.pc_none{
	display:inline;
}
	
#sp_center{
	display: block;
	margin: 10% auto;
	text-align: center;
}

.sns{
	margin:0 auto;
	padding: 0;
	justify-content: center;
}

#scroll img{
	margin: 0 0 30px 0;
}

#scroll {
	position: absolute;
	z-index: 50;
	right: 30px;
}
	
.sp_bottom{
	position: fixed;
	display: block;
	width: 100vw;
	height: 50px;
	max-width: 768px;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #2A85F6;
	text-align: center;
	/*追記*/
	z-index: 90;
}
	
.bottom_text{
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	height: 50px;
	line-height: 50px;
}


/* --------------- 追記 --------------- */
	
.top_subtext2 {
	margin: 60px auto 10px;
    padding: 10px 0 24px;
    width: 320px;
    font-size: 15px;
}	

.top_subtext2::after {
	border-width: 15px 15px 0 15px;
	top: 470px;
	left: 50%;
}

.kv__cta {
    display: block;
    width: 320px;
    margin: 0 auto;
}	

.topCta__btn__supplement {
    font-size: 16px;
}	
	
.topCta__btn__supplement::before, .topCta__btn__supplement::after {
    height: 1rem;
}	
	
.topCta__btn__line,.topCta__btn__member {
    margin: 10px 0 20px;
}	
	

/*-----------contents_1-----------*/

#contents_1 *{
	width: auto;
	height: auto;
}
	
#contents_1{
	padding: 80px 30px 0;
	clear: both;
}

.C1_left{
	display: block;
	float: none;
}
	
.C1_right{
	display: block;
	float: none;
	text-align: center;
	margin: 60px auto 100px;
}

.top_title{
	font-size: 43px;
}

.C1_2{
	display: block;
	clear: both;
	text-align: center;
}

#C1_right img{
	width: 195px;
	height: 270px;
}
	
.iitokoro{
	margin-bottom: 30px;
}


/*-----------contents_2-----------*/
#contents_2 *{
	width: auto;
	height: auto;
}
	
#contents_2{
	display: block;
	padding: 150px 30px 0;
}

.C2_left{
	display: block;
	float: none;
}

#contents_2 .syokusyu{
	width: 80%;
	background-color: #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 2.8;
	margin: 0 auto;
}

.C2_right{
	display: block;
	float: none;
	text-align: center;
	margin-bottom: 50px;
}

.iitokoro_2{
	margin: 0 0 30px 0;
}


/*-----------contents_3-----------*/
#contents_3 *{
	width: auto;
	height: auto;
}
	
#contents_3{
	display: block;
	padding: 150px 30px 0;
	clear: both;
}

.C3_left{
	display: inline-block;
	float: none;
	text-align: center;
	padding-bottom: 50px;
}

.iitokoro_3{
	margin:0 0 30px 0;
}

#contents_3 .C3_right{
	display: block;
	float: none;
	text-align: center;
}

#C3_right img{
	width: 315px;
	height: 315px;
	padding: 0;
}
	
.img_c3{
	padding: 0;
}

/*-----------contents_4-----------*/

#contents_4 *{
	width: auto;
	height: auto;
}
	
#contents_4{
	display: block;
	padding: 150px 30px 0;
	clear: both;
}

#contents_4 .c4_left{
	display: block;
	float: none;
	text-align: center;
}
	
#c4_left img{
	width: 315px;
	height: 315px;
	padding: 0;
}

.c4_right{
	display: inline-block;
	float: none;
	text-align: center;
	padding-bottom: 50px;
}

.iitokoro_4{
	margin:0 0 30px 0;
}


/*-----------contents_5-----------*/
#contents_5 *{
	width: auto;
	height: auto;
}

#contents_5{
	display: block;
	padding: 150px 30px 0;
	clear: both;
}

.iitokoro_5{
	display: block;
	margin: 0 auto 30px auto;
}



/*-----------contents_5main-----------*/

#contents_5main{
	display: block;
	background-color: #ffffff;
	border-radius: 0;
	padding : 95px 15px 20px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
 	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-bottom: 0;
}



/*------new_article------*/
#new_article{
	margin-bottom: 100px;
}

.new_column{
	width: 250px;
	height: 435px;
	background-color: #F0F7FF;
	border-radius: 40px;
	padding: 30px;
	margin: 30px;
}

.new_column:hover .text_20{
	color: #2A85F6;
}

.top_column_cap{
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
	border-radius: 30px;
}

.top_column_cap img{
	width: 100%;
	height: 190px;
}	
	

#top_column_main h1,#top_column_main h2,#top_column_main h3,#top_column_main p{
	font-size: 13px; 
	color: #82A1C4;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-top: 20px;
}

#top_column_main .line_column{
	display: none;
}

.top_taggroup{
	border-radius: 20px;
	background-color: #2A85F6;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin-right: 5px;
	float: left;
	text-align: center;
	display: flex;
	margin-bottom: 5px;
}


#top_column_tag li a{
	text-decoration: none;
	font-weight: bold;
	color : #ffffff;
	font-size: 9px;
}


.itiran{
	display: block;
	margin: 30px auto 150px;
}


/*------FAQ------*/
.FAQ_1{
	padding: 27px 27px 7px 27px;
	background-color: #F0F7FF;
	height: auto;
}

.FAQ_box{
	padding-left:30px;
	text-indent:-30px;
	margin-bottom: 20px;
}

/*------VOICE------*/

.voice{
	margin: 150px auto 0;
	padding: 0;
}
	
.voice img{
	display: none;
}

.voice_box{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}


.voice_in{
	height: 100px;
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.voice_left{
	float: left;
}

.voice_right{
	float: right;
}



/*------吹き出しベース------*/

.v_left,.v_right{
	display: block;
    width:80%;
    padding:20px;
    font-size:13px;
	margin: 0 auto;
}


/*------吹き出し左------*/

.v_left:after{
    border: solid transparent;
    content:'';
    pointer-events:none;
    position:absolute;
    border-color: rgba(42, 133, 246, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:26px;
    border-right-width:26px;
    margin-top: -7px;
    border-right-color:#2A85F6;
    right:100%;
    top:50%;
}

/*------吹き出し右------*/

.v_right:after{
    border: solid transparent;
    content:'';
    pointer-events:none;
    position:absolute;
    border-color: rgba(42, 133, 246, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:26px;
    border-right-width:26px;
    margin-top: -7px;
    border-left-color:#2A85F6;
    left:100%;
    top:50%;
}

/*-----------contents_6-----------*/

	
#contents_6back{
	background-color: #C1E4FF;
	margin:0 -200%;
	padding:95px 200%;
}

#contents_6{
	max-width: 768px;
	padding: 0 15px;
}

.c6_box{
	display: block;
	width: 100%;
	height: 100%;
}
	
.c6_left{
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.c6_right{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
	
.img_c6{
	width: 255px;
	height: 310px;
}
	
.itiran_2{
	margin-top: 30px;
}


/*------new_anken------*/
#c6_relative .c6_box2{
	top: 430px;
}

/*-----------contents_7-----------*/

#contents_7{
	padding: 50px 30px 0;
}
	
#saitan img{
	display: block;
	margin: 0 auto 40px;
	width: 245px;
	height: 55px;
}


#nagare img{
	display: inline-block;
	width: 195px;
	height: 195px;
	float: none;
	padding: 0 20px;
}

/*-----------contents_7追加-----------*/

.contents_7_cotta {
    display: block;
    padding: 35px 20px;
    margin: 40px 0 20px;
}
.contents_7_cotta img {
    margin-right: 0;
    width: 45%;
}

#contents_7 .content-block-ttl{
    margin-top: 25px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0;
}

.content-block-txt p {
    font-size: 15px;
}
	
/*-----------contents_8-----------*/

#contents_8{
	padding: 50px 0 0 0;
	margin-bottom: 50px;
	display: block;
	clear: both;
	text-align: center;
}

#contents_8main{
	background-color: #ffffff;
	border-radius: 0px;
	padding : 60px 30px;
	text-align: left;
	margin-left: calc(((100vw - 100%) / 2) * -1);
 	margin-right: calc(((100vw - 100%) / 2) * -1);
}

.line{
	padding-top: 20px;
	border-bottom: solid 1px #C1E4FF;
}

.FAQ_box{
	padding-left:30px;
	text-indent:-30px;
	margin-bottom: 20px;
}

}


/*-----------600px以下に適用されるCSS（タブレット縦～スマホ用）-----------*/
@media screen and (max-width: 600px) {
/*-----------記事スライダー（ユーザーインタビュー）-----------*/

#swipe3 .userIV_main{
	width: 305px!important;
	height: 600px;
	padding: 25px 10px 50px;
	margin: 90px 25px 90px 40px!important;
}

#swipe3 .swiper-slide:first-child{
	margin: 90px 25px 90px 20px!important;
}
	
#swipe3 .swiper-slide:last-child{
	justify-content: center;
	margin: 90px 20px 90px 45px!important;
}

#swipe3 .swiper{
	height: 800px;
}

#swipe3 .swiper-wrapper{
	height: 800px;
}

#swipe3 .user_img{
	width: 150px;
	height: 150px;
	margin: -110px auto 20px;
}

#swipe3 .user_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

#swipe3 .IV_QA{
	height: 160px;
	margin-bottom: 10px;
}

}


@media screen and (min-width: 680px) {
/*非公開案件コンテンツ*/
.sp_cont_none{
	display: none;
}

.private_content{
    padding: 6rem 1rem;
    background: #fff;
    margin: 5rem 0 0;
    border-radius: 66px;
}
.private_content_title{
	font-size: 33px;
    text-align: center;
    padding: 0 0 3rem;
    font-weight: bold;
}
.private_content ul{
	display: flex;
}
.private_content ul li{
	width: 50%;
}
.private_content_flexL{
	text-align: center;
}
.private_content_flexL img{
	max-width: 294px;
    width: 100%;
}

.private_content .flexR_text1{
	background: -webkit-linear-gradient(0deg, #284074, #2A85F6);
    color: #2A85F6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 28px;
    font-weight: bold;
}
.private_content .flexR_text2{
    font-size: 13px;
    padding: 2rem 0 1rem 0px;
    line-height: 1.3;
    font-weight: bold;
}
.private_content .flexR_text3{
	font-size: 13px;
    line-height: 23px;
}

.private_content_button a{
border-radius: 35px;
    background-color: #2A85F6;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 1.2rem 0 1.4rem;
    max-width: 400px;
    width: 100%;
    font-weight: bold;
}
.private_content_button{
	margin: 2rem 0rem 0;
	font-size: 16px;
}
	
}



@media screen and (max-width: 680px) {
.pc_cont_none{
		display: none;
}
	
	
/*非公開案件コンテンツ*/
.private_content{
	padding: 5rem 0.8rem;
    background: #fff;
    margin: 5rem calc(50% - 47vw);
    width: 87vw;
    border-radius: 50px;
}
.private_content_title{
	font-size: 22px;
	text-align: center;
	padding: 0 0 2.5rem;
    font-weight: bold;
}
.private_content ul{

}
.private_content ul li{

}
.private_content_flexR{
 margin: 0.3rem;
}
.private_content_flexL{
    text-align: center;
    padding: 2rem 0 2rem;
}
.private_content_flexL img{
	max-width: 294px;
	width: 90%;
}

.private_content .flexR_text1{
	background: -webkit-linear-gradient(0deg, #284074, #2A85F6);
	color: #2A85F6;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    line-height: 27px;
	text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.private_content .flexR_text2{
    font-size: 15px;
    padding: 0rem 0 1rem 0px;
    line-height: 1.3;
    font-weight: bold;
}
.private_content .flexR_text3{
	font-size: 15px;
    line-height: 30px;
}

.private_content_button a{
	border-radius: 35px;
	background-color: #2A85F6;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	display: block;
    padding: 1.5rem 0 1.6rem;
	max-width: 400px;
	width: 95%;
	margin: 0 auto;
	font-weight: bold;}
.private_content_button{
	margin: 4rem 0rem 0;
	font-size: 16px;
}
}

.private_content_flexR p{
	text-align: left;
}

@media screen and (max-width: 376px) {
	.div_custom a {
    font-size: 10px !important;
	}
}
