@charset "UTF-8";

/* ============ top */
/* ====== main visual */


#set1 section#about1 {
    margin: 0;
    padding: 0;
    background: url(/assets/images/about/ddf_about1_bg.png) #000b0c no-repeat left center;
    background-size: cover;
}

#set1 section#about1 .section_wrap{
	padding: 100px 0;
}

#mv .section_wrap {
    padding: 0;
    height: 540px;
    position: relative;
}

.ddf_cw_inner {}

#ddf_cw_modal_thum {
    display: none;
}

#ddf_cw_video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ====== about */

.content_box .h2.bg {
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 2.0rem;
    letter-spacing: 0.26rem;
    padding: 6px 0;
}

.content_box .h2.bg span {
    font-size: 1.6rem;
    /* font-weight: 300; */
    letter-spacing: 0.08rem;
}

.content_box .h2 > span > span {
    padding: 0;
    position: relative;
}

.content_box .h2 > span > span > sup {
    position: absolute;
    left: 100%;
    bottom: 90%;
    font-size: 0.9rem;

}

.content_box .text {
    margin: 20px 0 0;
    text-align: center;
}
.content_box .text:first-child{
    margin-top: 0;
}
.content_box .small {
    
}

.text{
    font-size: 1.0rem;
}
.small {
    
}

#set1 section:nth-child(2n-1) {
    background: #FFFFFF;
}

#service .content_box .h2 {
    display: block;
    background: #0d1b38;
    line-height: 1.0;
    font-size: 1.0rem;
    padding: 12px 0;
    margin: 0 0 20px;
}

#service .content_box .h2 span{
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: 300;
    vertical-align: middle;
}

.service_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.service_box {
    margin: 0 4px 4px 0;
    padding: 0;
    float: left;
    width: calc((100% - 8px) / 3);
    height: 500px;
    background: #ffffff;
}

.service_box:nth-child(3n){
    margin-right: 0;
}

.service_box img {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.service_box h3 {
    margin: 28px 0 16px;
    padding: 0 20px;
    width: auto;
    font-size: 1.6rem;
    font-weight: 600;
    color: #0d1b38;
    display: block;
}

.service_box p {
    margin: 0;
    padding: 0 20px;
    width: auto;
    color: #000000;
    display: block;
    font-size: 1.09rem;
    letter-spacing: -0.01rem;
}


#about1 .hgroup_wrap h1 span {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

#about1 .hgroup_wrap p,
#about1 .hgroup_wrap p span {
    color: #ffffff;
}

#about1 .hgroup_wrap p > span{
}
#about1 .hgroup_wrap p > span > span{
    display: block;
    font-size: 1.2rem;
}

.bg-white {
    background: #ffffff;
}

#about1 .content_box {
    padding: 50px 75px 40px;
}

#about1 .content_box .text {
    text-align: left;
}

#about1 .content_box .text p {
    font-size: 1rem;
}

.about_list {
    margin: 50px auto 10px;
    padding: 0 50px;
}


.list.rank {
    margin: 0;
    padding: 0;
    width: 100%;
}

.list.rank li {
    margin: 0 0 10px;
    padding: 8px 0 10px 60px;
    display: block;
    width: auto;
    color: #1b274e;
    text-align: left;
    font-size: 2.2rem;
    letter-spacing: 0.01rem;
    border-bottom: 4px solid;
    position: relative;
}


.list.rank li:before{
	content: "1.";
	position: absolute;
	left: 200px;
	top: 0;
	margin: 0;
	padding: 6px 4px 4px 8px;
	font-family: "din-condensed";
	font-size: 2.2rem;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	width: 35px;
	height: 35px;
	background: #b20000;
}

.list.rank li:nth-child(1)::before{
	content: "1.";
}

.list.rank li:nth-child(2)::before{
	content: "2.";
}

.list.rank li:nth-child(3)::before{
	content: "3.";
}

.list.rank li:nth-child(4)::before{
	content: "4.";
}

.list.rank li:nth-child(5)::before{
	content: "5.";
}

.list.rank li > span {
    margin-left: 200px;
}
.list.rank li > span > span {
    font-size: 1.6rem;
}

.content_box .point {
	font-size: 0.7rem;
    text-align: right;
    /* width: 100%; */
    display: block;
}

@media (max-width:640px) {
	.content_box .point{
		font-size: 0.4rem;
		text-align: right;
		/* width: 100%; */
		display: block;
	}
}

.content_part {
    margin: 50px 0 0;
    padding: 0;
    overflow: hidden;
}

.content_part > div {
    float: left;
    margin: 0 80px 85px 0px;
    width: calc((100% - (80px * 3)) / 4);
    height: 220px;
    min-width: 220px;
}

.content_part > div:nth-child(4n) {
    margin-right: 0;
}

.content_part > div > .icon_wrap {
	margin: 0 0 10px;
    background: #eeeeee;
    width: 100%;
    height: 100%;
    position: relative;
}

.content_part > div > .icon_wrap > img {
    position: absolute;

	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#about3 .content_box .text,
#about4 .content_box .text,
#about5 .content_box .text {
    text-align: left;
}

.img {
    margin: 60px 0 0;
    padding: 0;
}

#about3 .content_box .text p,
#about4 .content_box .text p,
#about5 .content_box .text p {
    font-size: 1.1rem;
}

.img img {
    margin: 0 auto;
    width: auto;
    display: block;
}

#about5 .content_box .p-red{
	margin: 40px 0;
	padding: 40px 20px 40px 100px;
	border: 1px solid #b20000;
	color: #b20000;
}
#about5 .content_box .bg-white{
	background: #ffffff;
}
#about5 .content_box .p-red.bg-white {
	
}
#about5 .content_box ol li{
	margin: 0 0 20px 1em;
	text-indent: -1em;
	font-size: 2.0rem;
}
#about5 .content_box ol li span{

	color: #b20000;
}

#about2 .section_wrap,
#about3 .section_wrap,
#about4 .section_wrap,
#about5 .section_wrap {
	padding: 100px 0;
}

#about5 .content_box ol li:last-child {
    margin-bottom: 0;
}

.content_box .h3 {
    font-size: 1.6rem;
}


/* =========================== media =============================== */
@media (max-width:600px) {

	#set1 section#about1 .section_wrap {
	    padding: 40px 20px;
	}
	
	#about1 .content_box {
	    padding: 20px;
	}
	
	.about_list {
	    margin: 20px auto;
	    padding: 0;
	}
	
	.content_box .h2.bg {
	    padding: 3px 0;
	}
	
	.content_box .h2.bg span {
	    margin-top: 0;
	    font-size: 1.2rem;
	    font-weight: 300;
	}
	
	.list.rank li {
	    margin: 0 0 20px;
	    padding: 0 0 2px 2em;
	    text-indent: -2em;
	    font-size: 1.2rem;
	    border-bottom: 2px solid;
	}
	
	.list.rank li:before {
	    position: static;
	    display: inline-block;
	    padding: 3px 2px 3px 5px;
	    font-size: 1.4rem;
	    width: 1em;
	    height: 1em;
	    margin: 0 5px 0 0;
	    text-indent: 0em;
	}
	
	.list.rank li > span {
	    margin-left: 0;
	    font-size: 1.4rem;
	}
	
	.list.rank li > span > span {
	    font-size: 0.9rem;
	}
	
	#about2 .section_wrap, #about3 .section_wrap, #about4 .section_wrap, #about5 .section_wrap {
	    padding: 40px 20px;
	}
	
	.content_part > div {
	    width: 50%;
	    margin: 0;
	    height: 190px;
	    min-width: auto;
	}
	
	.content_part > div > .icon_wrap {
	    background: none;
	    height: calc(100% - 20px);
	    margin: 0;
	}
	
	.content_part {
	    margin-top: 20px;
	}
	
	.content_part > div > span {
	    height: 20px;
	    display: block;
	}
	
	#about1 .hgroup_wrap p > span {
	    font-size: 1.8rem;
	    font-weight: 300;
	}
	
	#about1 .hgroup_wrap p > span > span {
	    font-size: 1.2rem;
	    font-weight: 300;
	}
	
	#about2 .hgroup_wrap p,
	#about3 .hgroup_wrap p {
	}
	
	#about2 .hgroup_wrap p span,
	#about3 .hgroup_wrap p span,
	#about4 .hgroup_wrap p span,
	#about5 .hgroup_wrap p span {
	    font-size: 1.8rem;
	}
	
	#about3 .content_box .text p, #about4 .content_box .text p, #about5 .content_box .text p {
	    font-size: 1.0rem;
	}
	
	#about3 .content_box .img, #about4 .content_box .img, #about5 .content_box .img {
	    margin: 20px 0;
	}
	
	#about3 .content_box .img img, #about4 .content_box .img img, #about5 .content_box .img img {
	    width: 100%;
	}
	
	#about5 .content_box .p-red {
	    padding: 20px 16px 20px;
	    border-width: 3px;
	}
	
	#about5 .content_box ol li {
	    font-size: 1.4rem;
	    text-align: left;
	    line-height: 1.4;
	    margin: 0 0 10px calc(1.0em + 5px);
	    text-indent: calc(0px - 1.0em - 5px);
	    font-weight: 600;
	}
	
	#about5 .content_box ol li span {
	    font-size: 1.4rem;
	    margin-right: 5px;
	}
	
	.content_box .h3 {text-align: left;line-height: 1.4;}
	
	.content_box .h3 span {
	    font-size: 1.4rem;
	}
}


/*参考サイト
https://ai-create.net/magazine/2017/06/19/uikit3%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9-%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%8B%E3%82%89%E3%83%AC%E3%82%A4%E3%82%A2%E3%82%A6%E3%83%88%E3%81%BE%E3%81%A7/*/

/*背景　
.uk-sectionのあとに記述
白
.uk-section-default
グレー
.uk-section-muted
*/

.text-navy {
	color: #1B274E;
}

.bg-gray {
	background-color: #777;
	color: #fff;
}

.rank-list li h1 {
	font-size: x-large;
    line-height: normal;
	margin: 0px 0px 10px 0px;
	color: #1B274E;
}

.rank-list li span {
	margin: 0px 25px 0px 10px;
    background: #b20200;
    color: #FFF;
    font-size: x-large;
    width: 10%;
    text-align: center;
    padding: 0.5em 0.7em;
}
.rank-list li p {
	font-size: small;
}

@media (max-width:640px) {
	.rank-list li h1 {
	font-size: large;
    line-height: normal;
	margin: 0px 0px 10px 0px;
	color: #1B274E;
	}

	.rank-list li span {
		margin: 0px 25px 0px 10px;
		background: #b20200;
		color: #FFF;
		font-size: large;
		width: 10%;
		text-align: center;
		padding: 0.5em 0.7em;
	}
	.rank-list li p {
		font-size: small;
	}
}

.text-s10 {
	font-size: 1.0rem;
}

.indent {
	text-indent: -2.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.inline {
	display: inline!important;
}

.text-s13 {
	font-size: 1.3rem;
}

.text-b {
	font-weight: 600;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
	#about1 p,#about1 span{
		font-size: 1.0rem;
	}
	
	.uk-container p, .uk-container span {
		font-size: 1.0rem;
	}
/*
	p, span{
		font-size: 1.0rem;
	}
*/
}

.card-title {
	font-size: 1.4rem;
	text-align: center;
	color: #1B274E;
}

/*mv*/
		#mv {
		    background: #1B2161;
		}
		
		#mv_area {
		    width: 1280px;
			height: 600px;
			margin: 0 auto;
			background: url("/assets/images/about/ddf_about_mv.jpg") no-repeat;
			background-size: cover;
			position: relative;
		}
		
		#mv_area .tel_set2{
			position: absolute;
			top:522px;
			left:835px;
		}
		
		#mv_area .tel_set2_1{
			font-size: 2.5rem;
		}
		
		#mv_area .tel_set2_2{
			font-size: 3.5rem;
		}
		
		#mv #mv_sp{
			display: none;
		}
		
		@media (min-width:600px) {
			
			#mv{
				height: 600px !important;
			}
			
		}
		
		@media (max-width:600px) {
			#mv {
				background: none;
			}
			
			#mv_area{
				display: none;
			}
			
			#mv #mv_sp{
				display: block;
/*				padding-top: 70px;*/
			}
			
			#mv #mv_sp img{
				width: 100%;
			}
		}

/*小見出し*/
.head-s {
	padding: 0;
	margin-bottom: 10px;
	text-align: center!important;
}
.head-s span{
	font-size: 1.8rem;
	color: #1B274E;
	font-weight: 600;
	padding: 10px 5px 0;
	border-bottom: 4px solid #00153e;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-s {
		margin-bottom: 10px;
	}
	.head-s span{
		font-size: 0.9rem;
		border-bottom: 1px solid #00153e;
	}
}

/*大見出し*/
.head-b {
	font-size: 2.5rem;
	line-height: 1.4;
	color: #1B274E;
	margin: 20px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-b {
		font-size: 1.5rem;
		margin: 10px auto;
	}
}

/*小さめ大見出し*/
.head-c{
	font-size: 2.5rem;
	line-height: 1.4;
	color: #1B274E;
	margin: 20px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-c {
		font-size: 1.2rem;
		margin: 10px auto;
	}



	/*スマホ画像*/
	.img-sp{
		width: 60%;
		}
}

/*詳細ボタン*/
.detail-btn {
	padding: 0;
	text-align: center!important;
}
.detail-btn a{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background-color: #b20000;
	margin: 50px auto 35px;
	padding: 20px 40px 15px 45px;
	border-bottom: 5px solid #770002;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.detail-btn a{
		margin: 20px auto 30px;
		padding: 15px 40px 15px 45px;
	}
}

/*詳細文字リンク*/
.detail-link {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}
.detail-link a{
	display: inline-block;
	font-size: 1.0rem;
	color: #1B274E;
	padding: 0 5px;
	border-bottom: 1px solid #00153e;
	vertical-align: baseline!important;
}
.detail-link a span{
	font-weight: 600;
}

.detail-link-b {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}

.detail-link-b a{
	display: inline-block;
	font-size: 1.0rem;
	color: #FFF;
	padding: 0 5px;
	border-bottom: 1px solid #FFF;
	vertical-align: baseline!important;
}
.detail-link-b a span{
	font-weight: 600;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
	
}


/*背景付きの見出し*/
.head-bg {
	background-color: #00153e;
}
.head-bg h2{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.0;
	color: #fff;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-bg {
		background-color: #00153e;
	}
	.head-bg h2{
		font-size: 1.0rem;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
	}
}

/*赤いbgのcaseのやつ*/
.case-red {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background-color: #b20200;
	margin: -20px 0 20px -20px;
	padding: 10px 20px 5px 20px;
	vertical-align: baseline!important;
	text-align: center!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.case-red {
		font-size: 1.2rem;
	}
}

/*下層ページのファーストビュー*/
.bg-img-top {
	background: url(/assets/images/about/ddf_about1_bg.png) #000b0c no-repeat right bottom;
	background-size: cover;
	color: #fff;
}
.bg-img-top div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top div h1{
	color: #fff;
}


.bg-img-top-co p span {
	font-size: 18px;
}

@media (max-width: 640px){
.bg-img-top-co p {
		font-size: 1.0em;
	}
}

.bg-img-top-co p span {
	color: #d3a12a;
}
	
@media (max-width: 640px){
	.bg-img-top-co p span {
		font-size: 1.0em;
	}
}