@charset "utf-8";
/* CSS Document */


/* =============================================================================
	トップページ
   ========================================================================== */
/* キーイメージ */
.topKeyimages {
	background: url(../images/top/imgKeyimages-pc.jpg) no-repeat 50% 100%;
	background-size: cover;
	background-position: top;
}
.topKeyimages .wrap {
	max-width: 100%;
}
.topKeyimages h2 {
	color: #012d66;
	position: relative;
}
.topKeyimages h2 img {
		width: 34%;
}
.topKeyimages .wrap p {
	font-size: 18px;
    line-height: 40px;
    /*padding: 0 50px;*/
    padding-bottom: 50px;
    font-weight: bold;
}

/*service*/

#serviceSec h2 {
	padding: 5% 5% 10px;
}
#serviceSec .service-01 {
	background: url(../images/top/imgLegal-pc.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#serviceSec .service-01-under {
	padding: 50px;
	/*width: 50%;*/
	margin-right: auto;
    /*background: rgba(0,0,0,.7);*/
    color: #fff;
}
#serviceSec .service-01-under h3 {
	font-size: 40px;
}
#serviceSec .service-01-under p {
	line-height: 2em;
	padding-top: 10px;
}
#serviceSec .service-01-under span {
	font-size: 25px;
	display: block;
	padding-bottom: 10px;
	position: relative;
	border-bottom: solid 2px #012d66;
    width: 324px;
}
#serviceSec .service-01-under span::after {
	content: "";
	display: block;
	line-height: 0;
	left: 0;
	position: absolute;
	width: 99px;
	border-bottom: 2px solid #80c7c4; 
	padding-bottom: 10px;
}
#serviceSec .service-02 {
	background: url(../images/top/imgTax-pc.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#serviceSec .service-02-under {
	padding: 50px;
	width: 50%;
	margin-left: auto;
   /* background: rgba(0,0,0,.5);*/
    color: #fff;
}
#serviceSec .service-02-under h3 {
	font-size: 40px;
}
#serviceSec .service-02-under p {
	line-height: 2em;
	padding-top: 10px;
}
#serviceSec .service-02-under span {
	font-size: 25px;
	display: block;
	padding-bottom: 10px;
	position: relative;
	border-bottom: solid 2px #012d66;
    width: 324px;
}
#serviceSec .service-02-under span::after {
	content: "";
	display: block;
	line-height: 0;
	left: 0;
	position: absolute;
	width: 99px;
	border-bottom: 2px solid #80c7c4; 
	padding-bottom: 10px;
}
#serviceSec .line {
    font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 1em;
	position: relative;
	border-bottom: solid 2px #012d66;
	padding: 0 10px;
    width: 729px;
    }
#serviceSec .line:after {
	content: "";
	display: block;
	line-height: 0;
	right: 0;
	position: absolute;
	width: 94px;
	border-bottom: 2px solid #80c7c4; 
    }

/*about*/
#aboutSec {
	background: url(../images/top/imgAbout-bk.jpg) no-repeat 50% 100%;
	background-size: cover;
	color: #fff;
}
#aboutSec .aboutSec-under {
	/*display: flex;*/
	margin: 0 auto;
}
#aboutSec .aboutSec-under img {
    object-fit: contain;
}
#aboutSec .aboutSec-under-txt .line {
    font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 1em;
	position: relative;
	border-bottom: solid 2px #fff;
	padding-left: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
    }
#aboutSec .aboutSec-under-txt .line:after {
	content: "";
	display: block;
	line-height: 0;
	left: -100px;
	position: absolute;
	width: 109px;
	border-bottom: 2px solid #80c7c4;
	padding-bottom: 30px;
    }
#aboutSec .aboutSec-under-txt .txt-box {
    width: 100%;
	padding-bottom: 50px;
    padding-left: 50px;
	/*padding-right: 50px;*/
	font-size: 17px;
}
#aboutSec .aboutSec-under-txt .btn1 {
	text-align: center;
	padding-bottom: 163px;
}
/* office&messageSec */
 #office-messageSec {
    background-color: #cacdd1;
    }
#office-messageSec .row {
	/*display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;*/
    padding: 50px 0;
	margin: 0 auto;
    }
#office-messageSec .col1 {
	float: left;
	width: 47%;
	}
	#office-messageSec .col2 {
	float: right;
	width: 47%;
	}
#office-messageSec .row .clear {
	clear: both;
}
#office-messageSec .txt-container {
    background-color: #fff;
    margin: -30px auto 0;
    width: 90%;
    padding: 20px;
    z-index: 5;
    text-align: center;
    position: relative;
}
#office-messageSec .txt-container h3 {
    font-size: 2em;
    color: #002665;
    padding-bottom: 5px;
}
#office-messageSec .txt-container .caption {
    position: relative;
    padding-top: 5px;
}
#office-messageSec .txt-container .caption:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    border-bottom: 2px solid #80c7c4;
    width: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#office-messageSec .txt-container p {
    font-size: 20px;
}
#office-messageSec .txt-container .btn1 a {
    background-color: #80c7c4;
    margin-top: 20px;
    width: 95%;
    line-height: 43px;
    height: 43px;
}
#office-messageSec .txt-container .btn1 a:hover {
    background-color: #fff;
    color: #002665;
    border: 1px solid #002665;
}


/* mapSec */
#mapSec {
    height: 350px;
}
#mapSec .wrap {
    width: 100%;
}



@media screen and (min-width: 768px) {
.topKeyimages {
	background: url(../images/top/imgKeyimages-sp2.jpg) no-repeat 50% 100%;
	background-size: cover;
	background-position: top;
}
.topKeyimages h2 {
	padding: 100px 0 30px 0;
	font-size: 76px;
	line-height: 68px;
	width: 400px;
	border-bottom: solid 2px #012d66;
}
	.topKeyimages h2:after {
	content: "";
	display: block;
	line-height: 0;
	left: 0;
	bottom: -2px;
	position: absolute;
	width: 94px;
	border-bottom: 2px solid #80c7c4; 
    }
	.topKeyimages h2 .titAnd{
		font-size: 43px;
		display: inline;
	}
	.topKeyimages h2 span {
		font-size: 43px;
		display: block;
		padding: 20px 0;
	}
/*.topKeyimages h2 img {
		width: 38%;
}*/
	.topKeyimages .wrap p {
		font-size: 16px;
		line-height: 32px;
		padding: 30px 0;
	}
	.topKeyimages .wrap p .pc {
		display: none;
	}
	/* #serviceSec */
	#serviceSec .service-01-under p {
		display: block;
		width: 40%;
	}
	#serviceSec .wrap {
		padding: 0;
	}

#serviceSec .wrap h2 {
	padding: 100px 10px 20px;
	width: 50%;
	}
#serviceSec .btn1 {margin-top: 30px;}

/* about */

#aboutSec .aboutSec-under {
	width: 1080px;
}
	#aboutSec .aboutSec-under .clear {
		clear: both;
	}
#aboutSec .aboutSec-under .pt {
	width: 66%;
	float: left;
    padding-top: 123px;
}
#aboutSec .aboutSec-under-txt {
    width: 34%;
	float: right;
    padding-right: 10px;
}
#aboutSec .aboutSec-under-txt h2 {
    padding-top: 40%;
    padding-bottom: 20px;
    padding-left: 10%;
}
   
}
@media screen and (max-width: 767px) {
    #topMain h3 {font-size: 30px;}
    #topMain h3 small {font-size: 12px;}

	/* キーイメージ */
	.topKeyimages {
	background: url(../images/top/imgKeyimages-sp.jpg) no-repeat 50% 100%;
	background-size: cover;
	background-position: center;
	min-height:100vh;
}
	.topKeyimages h2 {
		display: none;
    }
	.topKeyimages .wrap p {
		display: none;
	}
    
    /* #serviceSec */
	
	#serviceSec .service-01 {
	background: url(../images/top/imgLegal-sp.jpg) no-repeat 50% 100%;
	background-size: cover;
}
	#serviceSec .service-02 {
	background: url(../images/top/imgTax-sp.jpg) no-repeat 50% 100%;
	background-size: cover;
}
	#serviceSec .wrap {
		width: 100%;
		padding: 0;
	}
	#serviceSec h2 {
		padding: 50px 10px 20px;
    	width: 50%;
	}
	#serviceSec .line {
		width: 342px;
	}
	#serviceSec .service-01 {
		/*margin-bottom: 20px;*/
	}
	#serviceSec .service-01-under {
		width: 100%;
		padding: 10px;
	}
	#serviceSec .service-02-under {
		width: 100%;
		padding: 10px;
	}
	#serviceSec .service-01-under h3 {
		font-size: 25px;
		padding-top: 20px;
	}
	#serviceSec .service-02-under h3 {
		font-size: 25px;
		padding-top: 20px;
	}
	#serviceSec .service-01-under span {
		font-size: 18px;
	}
	#serviceSec .service-02-under span {
		font-size: 18px;
	}
	#serviceSec .btn1 {
		text-align: center;
	}
    #serviceSec p {margin-bottom: 1em;}

    /* about */
    #aboutSec .aboutSec-under {
        flex-wrap: wrap-reverse;
    }
    #aboutSec .aboutSec-under img {
        width: 100%;
    }
    #aboutSec .aboutSec-under-txt h2 {
        padding: 20% 5% 0;
        width: 50%;
    }
    #aboutSec .aboutSec-under-txt .line {
        font-size: 1.6em;
        width: 342px;
        padding: 5%;
    }
    #aboutSec .aboutSec-under-txt .line:after {
        right: 0;
        width: 94px;
        bottom: -2px;
    }
    #aboutSec .aboutSec-under-txt .txt-box {
        width: 100%;
        padding: 5%;
    }
    #aboutSec .aboutSec-under-txt .btn1 {
        padding-bottom: 50px;
    }
    /* office-messageSec */
    #office-messageSec .row {
        flex-wrap: wrap;
    }
    #office-messageSec .txt-container .btn1 a {
        height: 42px;
        line-height: 37px;
    }
	#office-messageSec .col1,#office-messageSec .col2 {
		float: none;
		width: 100%;
	}
	#office-messageSec .col2 {
		padding-top: 20px;
	}



}

@media screen and (min-width: 1081px) {
.topKeyimages {
	background: url(../images/top/imgKeyimages-pc.jpg) no-repeat 50% 100%;
	background-size: cover;
	background-position: top;
}
.topKeyimages .wrap {
	width: 1080px;
	margin: 0 auto;
	}
.topKeyimages h2 {
   width: 360px;
}
/*.topKeyimages h2 img {
		width: 30%;
}*/
.topKeyimages .wrap p {
	font-size: 18px;
    line-height: 40px;
    padding: 50px 0;
    font-weight: bold;
}
.topKeyimages .wrap p .sp {
	display: none;
	}
.topKeyimages .wrap p .pc {
	display: block;
}
#aboutSec {
	margin-top: 80px;
}
#aboutSec .btn1 a {
	margin-left: 42px;
}
#serviceSec .wrap {
	width: 1080px;
	padding: 0;
}
#serviceSec .wrap h2 {
	padding: 100px 0 20px;	
}
#serviceSec .line {
		padding: 0;
	}
#serviceSec .service-01-under {
    /* padding: 5% 14%; */
}

	
}