@charset "UTF-8";

/********************************************************* date-entry*/
.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

.deNav ul li a{
	padding: 0 2.23em !important;
}

.deHeaderContact{
	/* width: 165px; */
}

.deHeaderContact ul li{
	float: none;
    display: inline-block;
	margin: 0;
}

.deHeaderContact ul li.phone{
    width: auto;
}

.deHeaderContact ul li.phone a{
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    color: #333;
    background: none;
}

.deHeaderContact ul li.phone a i.fa-phone{
    color: #29abe2;
}

.deHeaderContact ul li:nth-child(2){
    margin-left: 10px;
}

.deHeaderContact ul li:nth-child(2) a{
	background: linear-gradient(-135deg, #1b1464, #0071bc);	
}

.deHeaderContact ul li:nth-child(2) a:hover{
	background: linear-gradient(-135deg, #0071bc, #0071bc);
}

#dateEntry #topCover{
	background: url("../img/top_main_bg.jpg")no-repeat left center;
	background-size: cover;
	height: 420px;
}

#dateEntry #topCover .container{
	padding: 0;
}

#dateEntry #topCover .container h2{
	text-indent: -9999px;
	display: block;
	width: 459px;
	height: 326px;
	margin: 47px auto 0;
	background: url("../img/date_entry_top_main02.png")no-repeat center center;
	background-size: 100%;
}

#dateEntry #lowerTitle{
	background: url(../img/sub_title_bg.jpg)no-repeat left center;
	background-size: cover;
}

#dateEntry #lowerTitle .container{
	padding: 70px 0;
}

.logoTxt{
	display: inline-block;
	font-size: 1.2em;
	margin: 42px 0 0 20px;
}

#dateEntry .subDetails{
	margin: 70px 0 30px;
}

#dateEntry .subDetails h3{
	font-size: 2em;
	text-align: center;
	margin: 0 0 30px;
}

#dateEntry .subDetails h3 span{
	display: inline-block;
	line-height: 0.4;
	border-bottom: 10px solid #d9e021;
}

#dateEntry .subDetails .topServiceList{
	margin-top: 30px;
}

#dateEntry .subDetails .topServiceList li{
	float: left;
	width: 10%;
	margin-right: 8%;
	text-align: center;
}

#dateEntry .subDetails .topServiceList li:last-child{
	margin-right: 0;
}

#dateEntry .subDetails .topServiceList li img{
	width: 100%;
	vertical-align: bottom;
}

#dateEntry .subDetails .topServiceList li span{
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	margin-top: .5em;
}

#dateEntry .topServiceTxt{
    padding: 20px;
    background-color: #DEF1F8;
    border-radius: 10px;
    margin-top: 30px;
}

#dateEntry .topServiceTxt p{
    text-align: left;
}

#dateEntry .topContentsWrapper{
	padding: 70px 0;
}

#dateEntry div.topContentsWrapper{
	padding: 70px 0;
	background: url("../img/top_contents_bg.jpg")no-repeat center center;
    background-size: auto;
	background-size: cover;
}

#dateEntry .topContentsWrapper h3{
	text-align: center;
	font-size: 3em;
	margin-bottom: 1em;
	line-height: 1.2;
}

#dateEntry .topContentsWrapper h3 span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #29abe2;
}

#dateEntry .topContentsWrapper img{
	display: block;
	width: 312px;
	margin: 30px auto 50px;
}

#dateEntry .topContentsWrapper p{
	font-size: 1.5em;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 1em;
}

.dateEntryIcons{
	margin-bottom: 20px;
	text-align: center;
}

.dateEntryIcons ul{
	max-width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

.dateEntryIcons ul li{
	float: left;
	width: 30%;
	margin: 0 5% 50px 0;
}

.dateEntryIcons ul li:last-child{
	margin-right: 0;
}

.dateEntryIcons ul li img{
	width: 100%;
	margin-bottom: 0.5em;
}

.dateEntryIcons ul li span{
	display: block;
	font-size: 1.8em;
	font-weight: 700;
}

#dateEntry .dateEntryIcons p{
	font-size: 1.8em;
	font-weight: 700;
}

.subDetails p{
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8;
}

.dateEntryWorks{
	overflow: hidden;
}

.dateEntryWorksBox{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.baseBlock{
	margin-top: 40px;
}

.baseBlock .dateEntryWorksBox h4{
	border-bottom: 2px solid #0089bd;
}

.baseBlock .dateEntryWorksBox img{
	float: left;
	width: 49% !important;
	margin-right: 2%;
}

.baseBlock .dateEntryWorksBox img:nth-child(2){
	margin-right: 0;
}

.dateEntryWorksBox:nth-of-type(2){
	margin-right: 0;
}

.dateEntryWorksBox img{
	border: 1px solid #ccc;
}

.dateEntryWorksBox p{
	font-weight: 700;
}

.dateEntryWorksBox ul li{
	list-style: disc;
	list-style-position: inside;
}

.dateEntryWorksBox img.dateEntryOthers{
	width: 95%;
	border: none;
}

.subContact{
	padding: 50px 0 60px;
	background: url("../img/top_contents_bg.jpg")no-repeat center center;
	background-size: cover;
}

.subContactHead{
	text-align: center;
	font-size: 2em !important;
	color: #333 !important;
	text-shadow: 0 1px 0 #fff;
}

#dateEntry .subContactBtn{
	display: block;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	text-decoration: none;
	line-height: 100px;
	color: #fff;
	background: linear-gradient(-135deg, #1b1464, #0071bc);
	border-radius: 10px;
	max-width: 750px;
	height: 100px;
	margin: 20px auto 0;
}

#dateEntry .subContactBtn:hover{
	background: linear-gradient(-135deg, #0071bc, #0071bc);
}

/*
.topContentsBtn{
	margin: 50px 0 70px;
}
*/

.topContentsBtn ul{
	overflow: hidden;
}

.topContentsBtn ul li{
	float: left;
	width: 460px;
	margin: 0 40px 40px 0;
}

.topContentsBtn ul li:nth-child(2n){
	margin-right: 0;
}

.topContentsBtn ul li:nth-child(n + 3){
	margin-bottom: 0;
}

.topContentsBtn ul li a{
	display: block;
	text-decoration: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.topContentsBtn ul li a .imgWrap{
	overflow: hidden;
	width: 460px;
	height: 150px;
}

#dateEntry .topContentsWrapper .topContentsBtn ul li a .imgWrap img{
	display: block;
	width: 100%;
	margin: 0;
	transition: all 0.3s;
}


.topContentsBtn ul li a span{
	display: block;
	background-color: #fff;
	padding: 15px 20px;
	color: #333;
	font-size: 1.8em;
	font-weight: 700;
	transition: all 0.3s;
}

.topContentsBtn ul li a span:after,
.glossaryBtn a:after{
	font-family: 'Font Awesome 5 Free';
	content: '\f0a9';
	font-weight: 900;
	margin-left: 0.5em;
}

.topContentsBtn ul li a:hover .imgWrap img{
	transform: scale(1.1);
	transition: all 0.3s;
}

.topContentsBtn ul li a:hover span{
	background-color: #29abe2;
	color: #fff;
	transition: all 0.3s;
}

.glossaryBtn a{
	display: block;
	width: 400px;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 1em;
	background: #29abe2;
	border-radius: 5px;
	margin: 0 auto 70px;
}

#dateEntry .glossaryBtn a:hover{
	background: #0071bc;
}

#dateEntryFt .footerNavBlock ul li:last-child a{
	display: block;
	text-align: center;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	margin-top: 1em;
}

#dateEntryFt .footerNavBlock ul li a i{
	margin-left: 0.5em;
}



.satisfactionContente h4.catch{
	text-align: center;
	font-size: 3em;
	color: #136EAB;
}

.satisfactionContente h4.catch span{
	display: block;
	font-size: .8em;
}

.satisfactionContente ul{
	counter-reset: number;
}

.satisfactionContente ul li{
	float: left;
	width: 30%;
	margin: 5% 5% 0 0;
	padding: 20px;
	background-color: #136EAB;
	border-radius: 10px;
	position: relative;
}

.satisfactionContente ul li:nth-child(3){
	margin-right: 0;
}

.satisfactionContente ul li h5{
	text-align: center;
	font-size: 2em;
	line-height: 1.25;
	color: #F7C402;
	margin: .75em 0;
}

#dateEntry .satisfactionContente ul li p{
	text-align: left;
	line-height: 1.5;
	color: #fff;
}

.satisfactionContente ul li:before{
	counter-increment: number 1;
	content: '0'counter(number);
	position: absolute;
	left: 0;
	right: 0;
	top: -.5em;
	font-size: 5em;
	line-height: 1;
	font-style: italic;
	color: #29abe2;
	margin: auto;
	text-align: center;
}

.featureContents figure{
	float: left;
	width: 50%;
}

.featureContentsTxt{
	float: right;
	width: 47%;
}

#dateEntry .topContentsWrapper .featureContents figure img{
	width: 100%;
	margin: 0;
}

#dateEntry .topContentsWrapper .featureContentsTxt p{
	text-align: left;
	line-height: 1.5;
}

#dateEntry .topNewsWrapper{
    padding-top: 70px;
}

#dateEntry .topNewsWrapper h3{
    font-size: 3em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
}

#dateEntry .topNewsWrapper h3 span{
    font-size: 1.2rem;
    font-weight: 500;
    color: #29abe2;
    margin-left: .5em;
}

#dateEntry .topNewsWrapper ul li{
    padding: 15px;
    border-top: 1px dotted #333;
    background-color: #f7fcfe;
}

#dateEntry .topNewsWrapper ul li:nth-child(2n){
    background-color: #fff;
}

#dateEntry .topNewsWrapper ul li:last-child{
    border-bottom: 1px dotted #333;
}

#dateEntry .topNewsWrapper ul li p{
    font-size: 1.5em;
    line-height: 1.8;
}

#dateEntry .topContentsWrapper .worksBlock ul li img{
    width: 100%;
    margin: 0;
}

#dateEntry .topContentsWrapper .worksBlock ul li span{
    font-size: 1.5em;
}

.contact2div{
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
}

.contact2div li{
    float: left;
    width: 48%;
    margin-right: 4%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.contact2div li:nth-child(2){
    margin-right: 0;
}

.contact2div li h5{
    display: inline-block;
    width: 10em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: .75em;
    color: #fff;
    background-color: #29abe2;
    border-radius: 50px;
}

.contact2div li .txtContents{
    width: 100%;
    vertical-align: middle;
    margin-top: 15px;
}

.contact2div li .txtContents span{
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.contact2div li .txtContents a.telContact{
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #136EAB;
    margin: 0 0 .15em;
}

#dateEntry .contact2div li .txtContents a.subContactBtn{
    height: auto;
    font-size: 18px;
    line-height: 1;
    padding: 1em 0;
    margin-top: .25em;
}





/********************************************************* sub-page*/
.worksBlock{
	overflow: hidden;
}

.worksBlock ul li{
	float: left;
	width: 300px;
	text-align: center;
	margin: 0 40px 40px 0;
}

.worksBlock ul li:nth-child(3n){
	margin-right: 0;
}

.worksBlock ul li img{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

section .subSection .flowContents{
	margin-top: 30px;
}

section .subSection .flowContents li{
	position: relative;
	margin-bottom: 0;
	margin-left: 35px;
	padding: 10px 0 50px 50px;
	border-left: 2px dotted #6dc6eb;
	counter-increment: number 1;
}

section .subSection .flowContents li:last-child{
	border-left: none;
}

section .subSection .flowContents li:before{
	position: absolute;
	top: 0;
	left: -35px;
	content: counter(number);
	display: inline-block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 70px;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: url("../img/number_bg.png")no-repeat center center;
    background-size: 70px 70px;
}

section .subSection .flowContents li:after{
	content: "";
 	display: block;
	clear: both;
}

section .subSection .flowContents .flowContentsTxt{
	float: left;
	width: 48%;
	margin-right: 4%;
}

section .subSection .flowContents img{
	float: left;
	width: 48%;
}

section .subSection .flowContents .flowContentsTxt h4{
	font-size: 1.5rem;
	margin-bottom: 0.25em;
	color: #333;
}

section .subSection .flowContents .flowContentsTxt p{
	font-size: 1rem;
}


section .subSection .serviceBox ul{
	overflow: hidden;
	display: block;
	width: 100%;
}

section .subSection .serviceBox ul li{
	float: left;
	width: 300px;
	height: 300px;
	margin: 30px 40px 0 0;
}

section .subSection .serviceBox ul li:nth-child(3n){
	margin-right: 0;
}

section .subSection .serviceBox ul li img{
	display: block;
	width: 40%;
	margin: 0 auto 10px;
}

section .subSection .serviceBox ul li h5{
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #0089bd;
	margin-bottom: 0.8em;
}

section .subSection .serviceBox ul li p{
	font-size: 1em;
	text-align: justify;
}

.caseBlock{
	padding: 30px;
	background-color: #eef7fb;
	border: 1px solid #d0e9f4;
	border-radius: 10px;
	margin-bottom: 15px;
}

.caseTit{
	display: table;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.25em;
}

.caseTit span{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1;
	padding: .5em 1em;
	color: #fff;
	background-color: #0089bd;
}

section .subSection .caseTit h4{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6em;
	padding: .5em 1em;
	color: #333;
	background-color: #fff;
}

section .subSection .caseBlock dl dd::before{
	content: none;
}

section .subSection .caseBlock dl dd{
	margin-bottom: .5em;
}

section .subSection .caseBlock dl dd:last-child{
	margin-bottom: 0;
}

section .subSection .faqContents{
	margin-top: 70px;
}

section .subSection .faqContents dl dt{
    display: table;
    width: 100%;
    padding: 1em;
    background-color: #e3e3e3;
}

section .subSection .faqContents dl dt span{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    padding-left: 1em;
}

section .subSection .faqContents dl dt::before{
    content: "Q";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
	font-weight: 500;
    line-height: 40px;
    color: #fff;
    background-color: #333;
    border-radius: 20px;
}

section .subSection .faqContents dl dd{
    display: table;
    width: 100%;
    padding: 1em;
    margin: 0;
}

section .subSection .faqContents dl dd p{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 1em;
    padding-left: 1em;
}

section .subSection .faqContents dl dd::before{
    content: "A";
    display: block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background-color: #3974ae;
    border-radius: 20px;
}









/********************************************************* sp*/
@media screen and (max-width:670px) {
    .dispPc{
    	display: none !important;
    }

    .dispSp{
        float: none;
        display: block;
    }
    
    .logoTxt{
        display: none;
    }    
    
    .deHeaderContact{
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    
    nav div.inner .deHeaderContact ul li a{
        color: #fff !important;
    }
    
    #dateEntry #topCover{
        height: inherit;
    }
    
    #dateEntry #topCover .container h2{
        width: 80%;
        min-height: 350px;
        margin: 20px auto;
        background-size: 100% auto;
    }
    
    #dateEntry .subDetails{
        margin: 40px 0 0;
    }
    
    #dateEntry .topContentsWrapper{
        padding: 40px 0;
    }
    
    #dateEntry .topContentsWrapper h3{
        font-size: 2.4em;
        margin-bottom: 1em;
    }
    
    #dateEntry .topContentsWrapper h3 span{
        font-size: 1rem;
    }
    
    #dateEntry .topContentsWrapper p{
        line-height: 1.5;
        text-align: left;
    }
    
    .topContentsBtn{
        margin-bottom: 0;
    }
    
    .topContentsBtn ul li{
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    
    .topContentsBtn ul li a .imgWrap{
        width: 100%;
        height: inherit;
    }
    
    .topContentsBtn ul li a span{
        padding: 10px 20px;
        font-size: 1.6em;
    }
    
    .subDetails p{
        text-align: left;
    }
    
    section .subSection .serviceBox ul li{
        float: none;
        width: 100%;
        height: inherit;
        padding: 0 10px 10px;
        margin: 0 0 10px;
        border-bottom: 2px dotted #0089bd;
    }
    
    section .subSection .serviceBox ul li img{
        display: inline-block;
        width: 20%;
        margin: 0;
        vertical-align: middle;
    }
    
    section .subSection .serviceBox ul li h5{
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        border: none;
    }
    
    #dateEntry #lowerTitle .container{
        padding: 40px 0;
    }
    
    .subContact{
        padding: 30px 0;
    }
    
    .subContactHead{
        font-size: 1.6em !important;
        padding: 0 1em;
    }
    
    #dateEntry .subContactBtn{
        font-size: 1.8em;
        line-height: 70px;
        height: 70px;
        margin: 20px 15px 0;
    }
    
    .worksBlock ul li{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    .worksBlock ul li img{
        width: 80%;
        margin: 0 auto 10px;
    }
    
    .dateEntryWorksBox{
        float: none;
        width: 100%;
        margin: 0;
    }
    
    section .subSection .flowContents li{
        padding: 10px 0 30px 35px;
        margin-left: 25px;
    }
    
    section .subSection .flowContents li::before{
        left: -25px;
        width: 50px;
        height: 50px;
        font-size: 1.6em;
        line-height: 50px;
    }
    
    section .subSection .flowContents .flowContentsTxt{
        float: none;
        width: 100%;
        text-align: justify;
        margin: 0 0 1em;
    }
    
    section .subSection .flowContents .flowContentsTxt h4{
        font-size: 1.3rem;
    }
    
    section .subSection .flowContents img{
        float: none;
        width: 100%;
        margin: 0;
    }
	
	.satisfactionContente h4.catch{
		font-size: 2em;
	}
    
	.satisfactionContente ul li{
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}
    
	.satisfactionContente ul li::before{
		font-size: 4em;
	}
	
	.satisfactionContente ul li h5{
		margin: .25em 0 .5em;
	}
    
	#dateEntry .satisfactionContente ul li p{
		margin-bottom: 0;
	}
	
	.topContentsBtn ul li:nth-child(3){
		margin-bottom: 20px;
	}
	
	.featureContents figure{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.featureContentsTxt{
		float: none;
		width: 100%;
	}
	
	.caseBlock{
		padding: 15px;
	}
	
	.caseTit span{
		text-align: center;
		padding: .5em;
		width: 4.5em;
	}
	
	section .subSection .caseTit h4{
		font-size: 1.5em;
	}
	
	section .subSection .faqContents{
		margin-top: 40px;
	}
	
	section .subSection .faqContents dl dt span{
		font-size: 16px;
	}
	
	#dateEntry .subDetails .topServiceList li{
		width: 50%;
		margin: 0 0 15px;
	}
	
	#dateEntry .subDetails .topServiceList li img{
		width: 60%;
	}
    
    #dateEntry .topNewsWrapper{
        padding-top: 40px;
    }
    
    #dateEntry .topNewsWrapper h3{
        font-size: 2.4em;
    }
    
    #dateEntry .topNewsWrapper h3 span{
        font-size: 1rem;
    }
    
    #dateEntry .topContentsWrapper .worksBlock ul li,
    #dateEntry .topContentsWrapper .worksBlock ul li:nth-child(3n){
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    
    #dateEntry .topContentsWrapper .worksBlock ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .contact2div{
        padding: 0 15px;
    }
    
    .contact2div li{
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    
    .contact2div li h5{
        font-size: 15px;
    }
    
    .contact2div li .txtContents a.telContact{
        font-size: 24px;
    }
	
    .contact2div li .txtContents span{
        font-size: 15px;
    }
    
    #dateEntry .contact2div li .txtContents a.subContactBtn{
        font-size: 15px;
    }
	
	
    
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
