@charset "UTF-8";

#dcms_layoutPageBlock{
	/* color:#333; */
}
.txt-blue{
	color:#1D66CE;
}

.txt-red{
	color:#CA062B;
}

.txt-orange{
	color:#FF7F00;
}

.txt-bld{
	font-weight:bold;
}



.char {
  position: relative;
  display: inline-block;
}

.char::before {
  content: "•";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em;
}

.line-blue{
	/*padding:0 20px;
	background: rgb(0 0 0 / 0%) linear-gradient(transparent 65%, #DBEDFF 0);*/
}

a.btn_yellow,
a.btn_white{
	display:block;
	border-radius:50px;
	position:relative;
	box-sizing: border-box;
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	box-shadow:0 3px 10px rgba(0,0,0,0.2);
}

a.btn_yellow:after,
a.btn_white:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 15px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	font-size:20px;
}

a.btn_yellow span,
a.btn_white span{
	font-size:22px;
	font-weight:900;
}

a.btn_yellow{
	background:#FFD23C;
	border:4px solid transparent;
	margin-bottom:20px;
}

a.btn_white{
	background:#fff;
	border:4px solid #FFD23C;
}

a.btn_yellow:hover{
	text-decoration:none;
	opacity:0.8;
	transform: translateY(-3px);
}
a.btn_white:hover{
	text-decoration:none;
	background:#FFD23C;
	transform: translateY(-3px);
}

.pc{ display:block;}
.sp{ display:none;}

@media(max-width:767px){
	.pc{ display:none;}
	.sp{ display:block;}
}


/*
mv
**********************************/


.mv{
	background:url(/dcms_media/image/top_main_pc.png) no-repeat top 60px center;
	background-size:cover;
	padding-top:160px;
	padding-bottom:200px;
}

.mv_inner{
	width: 1600px;
	max-width: 94%;
	margin: 50px auto auto;
	display:flex;
	justify-content: space-between;
}

.mv .mv_catch{
	width:740px;
}

.mv .mv_catch h1{
	font-size:52px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:20px;
}

.mv .mv_catch p{
	font-size:22px;
	font-weight:bold;
}

.mv .mv_cta{
	width:410px;
	box-shadow:0 3px 15px rgba(0,0,0,0.2);
	border-radius:10px;
	background:#fff;
	text-align:center;
}

.mv .mv_cta_in{
	padding:20px 30px 30px 30px;
}

.mv .mv_cta_ttl{
	font-size:20px;
	font-weight:900;
	line-height:1.3;
	color:#fff;
	background:#1F3A57;
	border-radius:10px 10px 0 0;
	padding:15px 10px;
	margin-bottom:10px;
	position:relative;
}
.mv .mv_cta_ttl:after{
	content:"";
	display:block;
	position:absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #1F3A57;
	border-bottom: 0;
}
.mv .mv_cta p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:7px;
	color:#1F3A57;
	position:relative;
}
.mv.__part2 .mv_cta p{
	margin-bottom: 15px;
}

.mv .mv_cta p:before{
	content:"＼";
	margin-right:5px;
}
.mv .mv_cta p:after{
	content:"／";
	margin-left:5px;
}

.mv_cta a{
	display:block;
	border-radius:50px;
	position:relative;
	max-width:340px;
	box-sizing: border-box;
	padding:10px 5px;
	font-weight:bold;
	margin:0 auto;
	box-shadow:0 3px 10px rgba(0,0,0,0.2);
}
.mv_cta a:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 5px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

.mv_cta a span{
	font-size:22px;
	font-weight:900;
}

.mv_cta a.btn_yellow{
	margin-bottom:20px;
}

.mv.__part2 .mv_inner{
    align-items: center;
}
.mv.__part2 .mv_cta {
    width: 420px;
}
.mv.__part2 .mv_cta a{
	line-height: 1.5;
}
.mv.__part2 .mv_cta p.__supp{
	position: relative;
	display: inline-block;
	/* padding: 0 20px; */
	padding: 0;
}
.mv.__part2 .mv_cta p:before{
    /* position: absolute;
    left: 0;
    top: 10%;
    content: "";
    width: 1px;
    height: 80%;
    background: #ccc;
    border-radius: 3px;
    transform: rotate(-25deg); */
	display: none;
}
.mv.__part2 .mv_cta p:after {
    /* position: absolute;
    content: "";
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #ccc;
    border-radius: 3px;
    transform: rotate(25deg); */
	display: none;
}
@media(max-width:1024px){
	.mv.__part2 .mv_cta a span{
		display: block;
	}
	.mv.__part2 .mv_cta p.__supp br{
		display: none;
	}
}

@media(min-width:768px) and (max-width:991px){
	.mv{
		padding-top:130px;
		padding-bottom:130px;
	}
	.mv .mv_catch h1{
		font-size:36px;
	}
	.mv .mv_catch p{
		font-size:18px;
		width:370px;
	}
	.mv .mv_cta_ttl{
		font-size:16px;
	}
	.mv .mv_cta,.mv.__part2 .mv_cta{
		width:510px;
	}
	.mv_cta a,
	.mv .mv_cta p{
		font-size:12px;
	}
	.mv_cta a span{
		font-size:17px;
	}
	.mv.__part2 .mv_cta_in{
		padding: 20px 20px 10px;
	}
}

@media(max-width:767px){
	.mv{
		padding-top:100px;
		padding-bottom:100px;
	}
	.mv_inner{
		flex-flow: column;
		margin-top:20px;
		gap:30px;
	}
	.mv .mv_catch,
	.mv .mv_cta,
	.mv.__part2 .mv_cta{
		width:100%;
	}
	.mv .mv_catch h1{
		font-size:28px;
	}
	.mv .mv_catch p{
		font-size:18px;
	}
	.mv.__part2 .mv_cta_ttl{
		font-size: 16px;
	}
	.mv.__part2 .mv_cta_in{
		padding: 20px 20px 10px;
	}
	.mv.__part2 .mv_cta a span{
		font-size: 18px;
	}
	.mv.__part2 .mv_cta a:after{
		right: 25px;
	}

}


/*
sec-case
*********************************/

.sec-case{
	padding:0px 0 50px 0;
	background:#fff;
}

.case-num{
	width:710px;
	margin:40px auto;
	text-align:center;
	position:relative;
}

.case-num:before{
	content:"";
	display:inline-block;
	width:36px;
	height:76px;
	background:url(/dcms_media/image/case-num-left.png) no-repeat center center;
	margin-right:15px;
	margin-bottom:-20px;
}

.case-num:after{
	content:"";
	display:inline-block;
	width:36px;
	height:76px;
	background:url(/dcms_media/image/case-num-right.png) no-repeat center center;
	margin-left:15px;
	margin-bottom:-20px;
}

.case-num {
	font-size:32px;
	font-weight:bold;
}

.case-num .txt-blue{
	font-size:72px;
	font-family: 'Roboto', sans-serif;
	padding:0 10px;
}

.case-num .txt-red{
	font-size:22px;
}

.case-num .line-blue{
	position:relative;
	z-index:0;
	padding:0 20px;
}

.case-num .line-blue:before{
	content:"";
	display:block;
	background:#DBEDFF;
	width:100%;
	height:26px;
	position:absolute;
	bottom:-12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index:-1;
}

.sec-case ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	list-style: none;
}

.case-list{
	width:1140px;
	margin:0 auto;
}

.sec-case ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width:170px;
	height:62px;
}

@media(min-width:768px) and (max-width:991px){

	.case-num {
		font-size:26px;
	}

	.case-num .txt-blue{
		font-size:60px;
	}

	.case-list{
		width:90%;
	}

	.sec-case ul{
		gap:15px;
	}

	.sec-case ul li{
		width:100px;
		height:auto;
	}
}
@media(max-width:767px) {
	.case-num {
		font-size:20px;
		width:95%;
		margin:20px auto;
	}
	.case-num .txt-blue{
		font-size:32px;
		padding:0 3px;
		letter-spacing: -0.2px;
	}

	.case-num:before,
	.case-num:after{
		width:23px;
		height:50px;
		background-size:cover;
		margin-bottom:-10px;
	}

	.case-num:before{
		margin-right:5px;
	}
	.case-num:after{
		margin-left:5px;
	}
	.case-num .line-blue{
		padding:0 3px;
	}
	.case-num .line-blue:before{
		height:15px;
		bottom:-5px;
	}

	.case-list{
		width:95%;
	}
}

/*
sec-cta01
*******************************************/

.sec-cta01{
	background:#f2f4f5;
	padding:60px 0 100px 0;
}

.sec-cta01 h2{
	font-size:42px;
	font-weight:900;
	text-align:center;
	margin-bottom:50px;
}

.sec-cta01 h2 .txt-s{
	font-size:28px;
	font-weight:700;
}

.sec-cta01 h3{
	font-size:26px;
	font-weight:700;
	display: inline;
	padding-bottom:6px;
	background:
	linear-gradient(to right,
	#a0a7ad 0%,
	#a0a7ad 50%,
	rgba(255,0,0,0) 51%,
	rgba(255,0,0,0) 100%)
	repeat-x left bottom/6px 2px;
	line-height:2.15;
}

.sec-cta01 h3 .txt-blue{
	font-weight:900;
}

.sec-cta01 h3 + p{
	font-weight:bold;
	color:#6a6b6c;
	margin-top:30px;
}

.sec-cta01 .label{
	width: 300px;
	height: 83px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	padding: 17px;
	margin: 0 auto 35px auto;
	position: relative;
	background: url(/dcms_media/image/top-fkds.png) no-repeat center center;
}

/*.sec-cta01 .label:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 10px solid #fff;
}*/


.sec-cta01 .grid{
	display:flex;
	gap:30px;
}

.sec-cta01 .item-left{
	width:55%;
}

.sec-cta01 .item-right{
	width:45%;
}

.sec-cta01 a.btn_white{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}

.sec-cta01 a.btn_white span{
	font-size:24px;
}

.sec-cta01 .thumb_interview{
	width:463px;
	height:301px;
	background:url(/dcms_media/image/thumb_interview.png) no-repeat center top;
	position:relative;
	margin-bottom:40px;
}


.sec-cta02{
	position:relative;
	padding:80px 0 50px 0;
	margin-bottom:40px;
}

.sec-cta02:before{
	content:"";
	width:100%;
	height:250px;
	background:#DBEDFF;
	position:absolute;
	bottom:-70px;
	z-index:-1;
}

.top01 + .sec-cta02{
	margin-top:-50px;
}

.top01 + .sec-cta02:before{
	bottom:-100px;
}

.sec-cta02 .label{
	width:820px;
	font-size:18px;
	font-weight:bold;
	background:#BCDEFF;
	border-radius:5px;
	text-align:center;
	padding:10px;
	margin:0 auto 50px auto;
	position:relative;
	border-radius:5px;
}

.sec-cta02 .label:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 10px solid #BCDEFF;
}

.sec-cta02 h3{
	color:#000;
}


.sec-cta02 .grid{
	display:flex;
	gap:40px;
}

.sec-cta02 .item-left{
	width:47%;
}

.sec-cta02 .item-right{
	width:53%;
}


.sec-cta02 a.btn_yellow{
	max-width:520px;
	margin:70px auto 0 auto;
	padding:20px;
	color:#000;
}

@media(min-width:768px) and (max-width:991px){
	.sec-cta01 h2{
		font-size:30px;
		margin-bottom:20px;
	}
	.sec-cta01 h3{
		font-size:16px;
	}
	.sec-cta01 h3 + p{
		font-size:14px;
		margin-top: 20px;
	}

	.sec-cta01 .thumb_interview{
		width:350px;
		height:210px;
		background-size:cover;
	}
	.sec-cta01 .grid{
		gap:20px;
	}

	.sec-cta01 .item-left{
		width:52%;
	}
	.sec-cta01 .item-right{
		width:48%;
	}
	.sec-cta01 a.btn_white{
		font-size:14px;
	}
	.sec-cta01 a.btn_white span{
		font-size:16px;
	}
	.sec-cta01 a.btn_white{
		bottom:-25px;
	}

	.sec-cta02 .label{
		width:540px;
	}
	.sec-cta02 .grid{
		gap:25px;
	}
	.sec-cta02 a.btn_yellow{
		margin-top:40px;
	}

	.sec-cta02:before{
		height:165px;
	}

	.sec-cta02{
		padding-bottom:20px;
	}

	.top01 + .sec-cta02:before{
		bottom:-50px;
	}

}

@media(max-width:767px){
	.sec-cta01 .label{
		font-size:16px;
		padding: 19px 17px 15px 17px;
		margin-bottom:10px;
	}
	.sec-cta01 h2{
		font-size:24px;
		margin-bottom:10px;
	}

	.sec-cta01 h2 .txt-s{
		font-size:18px;
	}
	.sec-cta01 h3{
		font-size:20px;
	}
	.sec-cta01 .h3-center{
		text-align:center;
		margin-bottom:15px;
	}

	.sec-cta01 .grid{
		flex-flow: column;
		gap:0px;
	}
	.sec-cta01 .item-left,
	.sec-cta01 .item-right{
		width:100%;
	}
	.sec-cta01 .thumb_interview{
		width:100%;
		height:0;
		aspect-ratio: 16 / 10;
		padding-top: 60%;
		background-size:cover;
	}
	.sec-cta01 a.btn_white{
		position:relative;
		margin-top:-30px;
		font-size:12px;
	}
	.sec-cta01 a.btn_white span{
		font-size:18px;
	}

	.sec-cta02{
		padding:30px 0 50px 0;
	}

	.sec-cta02 .label{
		width:100%;
		font-size:16px;
		letter-spacing:-0.5px;
		margin-bottom:20px;
	}
	.sec-cta02 .label:before{
	border: 10px solid transparent;
	border-top: 8px solid #BCDEFF;
	}

	.sec-cta02 .grid{
		flex-flow: column;
		gap:15px;
	}

	.sec-cta02 .grid .item-left,
	.sec-cta02 .grid .item-right{
		width:100%;
	}

	.sec-cta02 .grid .sp img{
		margin:20px 0;
	}

	.sec-cta02 a.btn_yellow{
		margin-top:20px;
		font-size:16px;
		font-weight:bold;
		padding:5px;
	}

	.sec-cta02:before{
		height: 390px;
		bottom:10px;
	}

	.top01 + .sec-cta02:before{
		bottom:0;
		height:370px;
	}
	.sec-cta02 h3{
		font-size:16px;
		text-align:center;
	}

}


/*
sec-calendar
*********************************/

.sec-calendar{
	padding:40px 0;
	background:#F5F5F5;
}

.sec-calendar h3{
	color:#3E659E;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.sec-calendar .btn{
	display:block;
	font-weight:bold;
	background:#fff;
	padding:15px;
	border:4px solid #0064FF;
	border-radius:50px;
	text-align:center;
	box-shadow:0 2px 8px rgba(0,0,0,0.15);
	max-width:700px;
	width:90%;
	margin:0 auto 20px auto;
}

.sec-calendar a.btn:hover{
	text-decoration:none;
	background:#DBEDFF;
	transform: translateY(-3px);
}

.sec-calendar .btn .btn-sub{
	color:#000000;
}

.sec-calendar .btn .btn-ttl{
	font-size:22px;
	color:#0046C8;
}

@media(min-width:768px) and (max-width:991px){

}

@media(max-width:767px){
	.sec-calendar .btn .btn-sub{
		font-size:12px;
		letter-spacing:-0.3px;
	}
	.sec-calendar .btn .btn-ttl{
		font-size:16px;
		letter-spacing:-0.3px;
	}
	.sec-calendar .btn{
		padding:5px 5px 6px 5px;
		line-height: 1.3;
	}
	.sec-calendar p.txt_c{
		width:94%;
		text-align:left;
		margin:0 auto 30px auto;
	}
}


/*
.dlb_interactive-1_area
*************************************/

.dlb_interactive-1_area{
	background:#DBEDFF !important;
	border-radius:30px;
	margin:50px auto 110px auto;
	padding:60px 0;
	max-width:1300px;
}


.dlb_interactive-1_area h3.dlb_subtitle3_01{
	font-size:24px;
	font-weight:bold;
	color:#000;
}

.dlb_interactive-1_area p{
	font-size:18px;
	color:#000;
}

.dlb_interactive-1_area .dlb_btn a{
	font-size:20px;
	font-weight:bold;
	background:#1F3A57;
	border-radius:50px;
	padding:25px;
	width:500px;
}

.dlb_interactive-1_area .dlb_btn a::before{
	left:initial;
	right:40px;
	width:8px;
	height:8px;
	border-width: 4px 4px 0 0;
	border-color:#fff;
}

@media(min-width:1381px){

	.dlb_interactive-1_area .slick-slide{
		height:400px !important;
	}

}

@media(min-width:992px) and (max-width:1380px){
	.dlb_interactive-1_area .slick-slide{
		height:350px;
	}
	.dlb_interactive-1_area .dlb_btn a{
		width:350px;
		padding:10px;
	}
}

@media(min-width:768px) and (max-width:991px){
	.dlb_interactive-1_area h3.dlb_subtitle3_01{
		font-size:22px;
	}
	.dlb_interactive-1_area p{
		font-size:16px;
	}

	.dlb_interactive-1_area .slick-slide{
		height:250px !important;
	}

	.dlb_interactive-1_area{
		width:90%;
		padding:20px 10px;
	}

	.dlb_interactive-1_area .slick-list{
		margin-top:-70px;
	}

	.dlb_interactive-1_area .dlb_btn a{
		width:300px;
		padding:10px;
	}
}



@media(max-width:767px){
	.dlb_interactive-1_area{
		width:94%;
		padding:20px 10px;
	}
	.dlb_interactive-1_area .dlb_interactive_txt .dlb_interactive_txt_in{
		padding:0 !important;
	}
	.dlb_interactive-1_area .inner{
		gap:20px;
	}
	.dlb_interactive-1_area h3.dlb_subtitle3_01{
		text-align:left;
		font-size:20px;
		margin-bottom:0px;
	}
	.dlb_interactive-1_area p{
		font-size:16px;
	}
	.dlb_interactive-1_area .dlb_btn_w40{
		display:none;
	}
	.dlb_interactive-1_area .dlb_interactive_img{
		margin:15px 0;
	}
	.dlb_interactive-1_area .dlb_btn a,
	.dlb_interactive-1_area .dlb_btn.sp{
		width:100%;
	}
	.dlb_interactive-1_area .dlb_btn a{
		font-size:16px;
		padding:12px 10px;
	}
	.dlb_interactive-1_area .dlb_btn a::before{
		border-width: 3px 3px 0 0;
		width: 6px;
		height: 6px;
	}
}


/*
btn-cta-box
*************************************/

.btn-cta-box{
	text-align:center;
}

.btn-cta-box .sla-txt{
	position:relative;
	font-weight:bold;
	color:#000;
	padding:0 20px;
	margin-bottom:20px;
	display:inline-block;
}

.btn-cta-box .sla-txt:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	display:block;
	width:1px;
	height:35px;
	background:#000;
	transform: rotate(-15deg);
}

.btn-cta-box .sla-txt:after{
	position:absolute;
	bottom:0;
	right:0;
	content:"";
	display:block;
	width:1px;
	height:35px;
	background:#000;
	transform: rotate(15deg);
}

.btn-cta-box .btn_yellow{
	border:2px solid #fff;
	border-radius:120px;
	padding:35px 0;
	font-size:30px;
	color:#000;
	max-width:630px;
}

.btn-cta-box .btn_yellow:after{
	display:none;
}


@media(min-width:768px) and (max-width:991px){
	.btn-cta-box .btn_yellow{
		max-width:570px;
		padding:20px 0;
		font-size:24px;
	}
}

@media(max-width:767px){
	.btn-cta-box .sla-txt{
		font-size:12px;
	}
	.btn-cta-box .btn_yellow{
		font-size:16px;
		padding:18px 10px;
	}
}

.top_case .slick-slide.single_slide_in{
	transition: transform 0.3s ease;
}

.top_case .slick-slide.single_slide_in:hover{
	background:#f6f9fc;
}

@media screen and (max-width: 690px){
	.dlb_media_block .dlb_media_left {
		height:auto !important;
		aspect-ratio: 16 / 10;
	}
	.dlb_media_block .dlb_media_left_in{
		height: 0;
		width: 100%;
    	padding-top: 60%;
	}

	h2.title01,
	.top_case h2,
	.top02 h2,
	.top04 h2,
	.top05 h2,
	.top05 .btn h2 a,
	.document h2,
	.top_news h2,
	.media h2,
	.cv .col_tb .col_t h2{
		font-size:24px !important;
	}

	.top02 .top_h2 .small,
	.top02 .col h3 a,
	.top_case h3,
	.top04 h3,
	.top05 h3,
	.top05 h3.dlb_media_title,
	.sec-calendar h3{
		font-size:22px !important;
	}
}


.block-step{
	padding: 40px 0;
	border-top: 3px solid #ddd;
	display: flex;
	align-items: center;
}
.block-step.-last {
	border-bottom: 3px solid #ddd;
}
.block-step .-step{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
}
.block-step .-num {
	font-size: 32px;
	font-weight: 500;
}
.block-step-l{
	width: 15%;
}
.block-step-r {
	width: 80%;
	margin-left: auto;
}
.block-step .-title{
	font-size: 26px;
	color: #38659E;
	margin-bottom: 10px;
}
@media screen and (max-width: 979px) {
	.block-step {
		padding: 30px 0;
	}
}
@media screen and (max-width: 690px) {
	.block-step {
		padding: 20px 0;
	}
	.block-step .-title{
		font-size: 20px;
	}
	.block-step-l{
		width: 20%;
	}
	.block-step-r {
		width: 75%;
	}
	.block-step .-step{
		font-size: 12px;
	}
	.block-step .-num {
		font-size: 24px;
	}
}

.block-kanren{
	padding: 35px;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
}
.block-kanren-l {
	width: 35%;
}
.block-kanren-r {
	width: 60%;
	margin-left: auto;
}
.block-kanren .-title{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
.block-kanren .-txtlink{
	text-align: right;
	margin-top: 20px;
}
.block-kanren .-txtlink a{
	color: #4B89D8;
	position: relative;
	padding-right: 20px;
}
.block-kanren .-txtlink a::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	width: 6px;
	height: 6px;
	content: "";
	border: 0;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transition: all .2s ease-in 0;
	transform: rotate(45deg);
}
@media screen and (max-width: 979px) {
	.block-kanren {
		padding: 25px;
	}
}
@media screen and (max-width: 690px) {
	.block-kanren-l {
		width: 100%;
	}
	.block-kanren-r {
		width: 100%;
		margin-top: 20px;
	}
}

.block-tool{
	display: flex;
	flex-wrap: wrap;
}
.block-tool-item{
	width: calc(33.333% - 20px);
	margin-right: 30px;
	position: relative;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.block-tool-item:nth-child(3n) {
	margin-right: 0;
}
.block-tool-item:nth-child(n+4) {
	margin-top: 80px;
}
.block-tool .-icon{
	position: relative;
	top: -50px;
}
.block-tool .-img{
	position: relative;
		top: -100px;
	margin-bottom: -100px;
}
.block-tool .-icon{
	z-index: 2;
}
.block-tool .-icon img{
	max-width: 100px;
}
.block-tool .-txta{
	padding: 30px;
}
.block-tool .-title{
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #133445;
}
@media screen and (max-width: 979px) {
	.block-tool-item,.block-tool-item:nth-child(3n){
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.block-tool-item:nth-child(2n) {
		margin-right: 0;
	}
	.block-tool-item:nth-child(n+3) {
		margin-top: 80px;
	}
}
@media screen and (max-width: 690px) {
	.block-tool-item,.block-tool-item:nth-child(3n){
		width: 90%;
		margin: auto;
	}
	.block-tool-item:nth-child(n+2) {
		margin: auto;
		margin-top: 60px;
	}
	.block-tool .-icon img{
		max-width: 80px;
	}
	.block-tool .-icon{
		top: -40px;
	}
	.block-tool .-img{
		top: -80px;
		margin-bottom: -80px;
	}
	.block-tool .-txta {
		padding: 25px 30px;
	}
}

.block-trouble{
	display: flex;
	flex-wrap: wrap;
}
.block-trouble-l,.block-trouble-r{
	width: 48%;
	padding: 50px;
}
.block-trouble-l{
	background-color: #F5F5F5;
}
.block-trouble-r {
	margin-left: auto;
	background-color: #EBF1F7;
}
.block-trouble .-titlesub{
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	color: #38659E;
	font-weight: bold;
}
.block-trouble .-title {
	color: #4B89D8;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
@media screen and (max-width: 979px) {
	.block-trouble-l,.block-trouble-r{
		padding: 30px;
	}
}
@media screen and (max-width: 690px) {
	.block-trouble-l,.block-trouble-r{
		width: 100%;
	}
	.block-trouble-r {
		margin-top: 20px;
	}
}

.block-check{
	padding: 30px 20px;
	display: flex;
	justify-content: center;
	background-color: #EBF1F7;
}
.block-check ul li{
	list-style: none;
	font-size: 20px;
	padding-left: 30px;
	background: url(/dcms_media/other/icon-check.svg) no-repeat left 7px;
	background-size: 20px;
	margin: 15px 0;
	font-weight: 500;
}
@media screen and (max-width: 690px) {
	.block-check ul li {
		font-size: 18px;
	}
	.block-check{
		padding: 20px;
	}
}

.block-caseitem{
	padding: 70px 40px;
	background-color: #F5F5F5;
}
.block-caseitem-ue{
	display: flex;
	flex-wrap: wrap;
}
.block-caseitem-l{
	width: 65%;
}
.block-caseitem-r {
	width: 30%;
	margin-left: auto;
}
.block-caseitem-l .-title{
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 24px;
}
.block-caseitem-l .-kadai{
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #EBF1F7;
	border-radius: 4px;
	font-weight: bold;
	font-size: 20px;
}

.block-caseitem-l .-kouka {
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #38659E;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.block-caseitem-l .-kadailist li {
	position: relative;
	list-style: none;
	padding-left: 25px;
	margin: 5px 0;
	font-weight: 500;
}
.block-caseitem-l .-kadailist li::before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #4B89D8;
	position: absolute;
	top: 10px;
	left: 8px;
	border-radius: 100vh;
}
.block-caseitem-l .-koukalist li{
	list-style: none;
	padding-left: 25px;
	background: url(/dcms_media/other/icon-check.svg) no-repeat left 7px;
	background-size: 16px;
	margin: 5px 0;
	font-weight: 500;
}
.block-caseitem-shita{
	padding-top: 30px;
	margin-top: 50px;
	border-top: 1px solid #ccc;
}

.block-caseitem-r .-txta{
	margin-top: 20px;
	padding: 0 20px;
}
.block-caseitem-r .-name{
	font-weight: bold;
	margin: 10px 0;
	font-size: 18px;
}
.block-caseitem-r table td{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: 500;
	word-break: break-all;
}
.block-caseitem-r table td a{
	font-size: 12px;
}

.block-caseitem-r table td a:hover{
	text-decoration: underline;
}
.block-caseitem-r table td:first-child{
	width: 20%;
}

@media screen and (max-width: 979px) {
	.block-caseitem {
		padding: 50px 30px;
	}
	.block-caseitem-l{
		width: 60%;
	}
	.block-caseitem-r {
		width: 35%;
	}
	.block-caseitem-l .-title {
		margin-bottom: 20px;
		font-size: 22px;
	}
}

@media screen and (max-width: 690px) {
	.block-caseitem {
		padding: 30px 20px;
	}
	.block-caseitem-l{
		width: 100%;
	}
	.block-caseitem-r {
		width: 100%;
		margin-top: 20px;
	}
	.block-caseitem-l .-title {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.block-caseitem-shita {
		padding-top: 20px;
		margin-top: 30px;
	}
}


figure.img100._img80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

body.media-body.column .p-media__archives-list .catelist,
body.media-body.cases .p-media__archives-list .catelist {
	display: none;
}
body.media-body.column .p-media__archives-list .taglist a {
	font-size: 1.4rem;
}
body.media-body.column article .info .title{
	font-size: 1.8rem;
}
@media screen and (min-width: 979.9px) {
	body.media-body.column .p-media__archives-list{
		width: 29%;
		margin-right: 6.5%;
	}
	body.media-body.column .p-media__archives-list:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 979.8px) {
	body.media-body.column .p-media__archives-list {
		width: 46%;
		margin-right: 8%;
	}
	body.media-body.column .p-media__archives-list:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 679.8px) {
	body.media-body.column .p-media__archives-list {
		width: 100%;
		margin-right: 0;
	}
}

