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


/*下層ページMV*/

#sub_mainvisual {
	position: relative;
    height: 600px;
    background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}

#sub_mainvisual:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    background: rgba(5,15,55,0.40);
}

#sub_mainvisual .sub_mv_contents {
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 1;
}

#sub_mainvisual .sub_mv_contents img {
    display: block;
}

#sub_mainvisual .sub_mv_contents h2 {
	margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
	color:#ffffff;
}




/*共通インナー*/


.inner {
	max-width: 90%;
    width:80%;
    margin: 0 auto;
}

/*ボタン*/

.btn_area {
    max-width: 370px;
	width: 85%;
    margin: auto;
}

.btn_area .btn01 {
    position: relative;
    display: block;
    width:100%;
    font-size: 16px;
    font-weight:500;
    margin: 0px auto;
    padding: 15px 0px;
    color: #ffffff;
	background-color: #153d8e;
    text-align: center;
    text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s;
}

.btn_area .btn01:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 43%;
    right: 30px;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
}

.btn_area .btn01:hover {
	background-color: #355bba;
}

.btn_area .btn01:hover::after {
    right: 25px;
}







/*実績紹介*/

.result_list ul {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.result_list ul li {
    display: block;
    max-width: 31%;
    width: 100%;
}

.result_list ul li a {
	display: block;
	text-decoration: none;
}

.result_list ul li .img_box {
	width:100%;
}

.result_list ul li .img_box img {
	width:100%;
	height: auto;
}

.result_list ul li .text_box {
	background-color: #ffffff;
	padding:25px 20px 20px;
	width: calc(90% - 40px);
    margin: -30px auto 0px;
    position: relative;
	transition: all 0.3s;
}

.result_list ul li .text_box h3 {
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
	color:#153d8e;
	transition: all 0.3s;
}

.result_list ul li .text_box p {
	text-align: right;
	margin-top: 10px;
}

.result_list ul li .text_box .date {
	position: absolute;
	font-size: 12px;
	text-align: center;
	display: block;
	padding:5px 15px;
	top: -10px;
	margin-top: 0px;
	background-color:#153d8e;
	color:#ffffff;
	transition: all 0.3s;
}

.result_list ul li .text_box p span:after {
	content:"";
	display: inline-block;
	margin-left: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: all 0.3s;
}


.result_list ul li a:hover .text_box {
    background-color:#153d8e;
	color:#ffffff;
}

.result_list ul li a:hover .text_box h3 {
	color:#ffffff;
}

.result_list ul li a:hover .text_box .date {
	background-color:#ffffff;
	color:#153d8e;
}

.result_list ul li a:hover .text_box p span:after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}





/*お客様の声*/

.voice_list ul {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.voice_list ul li {
    display: block;
    width: 100%;
	margin-bottom: 20px;
}

.voice_list ul li a {
	background-color: #ffffff;
	padding: 15px;
	text-decoration: none;
	width:calc(100% - 36px);
	border:solid 3px #ffffff;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	transition: all 0.3s;
}

.voice_list ul li .text_box {
    width: calc(95% - 190px);
    margin-right: 5%;
}

.voice_list ul li .text_box p {
	text-align: justify;
}

.voice_list ul li .text_box .date {
	color:#153d8e;
	font-weight:500;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}

.voice_list ul li .img_box {
	max-width: 190px;
	height: 110px;
	width:100%;
}

.voice_list ul li .img_box img {
	display: block;
	width:100%;
    height: 100%;
    object-fit: cover;
}


.voice_list ul li a:hover {
	background-color: #dee9f8;
}





/*ブログ*/

.blog_list ul {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.blog_list ul li {
    display: block;
    width: 100%;
	margin-bottom: 20px;
}

.blog_list ul li a {
	background-color: #ffffff;
	padding: 20px;
    text-decoration: none;
    width: calc(100% - 46px);
	border:solid 3px #ffffff;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	transition: all 0.3s;
}

.blog_list ul li .title {
	font-size: 15px;
	text-align: justify;
	color:#153d8e;
	font-weight:500;
	width:80%;
	margin-right: 5%;
}

.blog_list ul li .title:first-letter {
	font-size:130%; 
}

.blog_list ul li .date {
	width:15%;
	font-size: 12px;
	text-align: right;
}

.blog_list ul li a:hover {
	background-color: #dee9f8;
}







/*各一覧ページ ページネーション*/

.page_nav {
	text-align: center;
}

.page_nav a {
	display: inline-block;
	margin:5px;
	text-align:center;
	text-decoration:none;
	border-radius: 15px;
}

.page_nav .page-numbers {
	width:30px;
	height:30px;
	line-height: 30px;
}

.page_nav .prev,.page_nav .next {
	width:auto;
	margin: 0px 10px;
}

.page_nav .current {
	background:#153d8e;
	color: #ffffff;
	border-radius: 15px;
}

.page_nav a:hover {
	opacity: 0.7;
}






@media screen and (max-width: 1024px) {

/*共通アイテム*/


.inner {
	max-width: 95%;
	width:90%;
	margin: 0 auto;
}



}



@media screen and (max-width: 768px) {



/*下層ページMV*/

#sub_mainvisual {
    height: 450px;
}	

#sub_mainvisual .sub_mv_contents img {
    width: 65%;
}	


#sub_mainvisual .sub_mv_contents h2 {
    font-size: 18px;
}


/*共通アイテム*/

.inner {
	max-width: 100%;
	width:85%;
	margin: 0 auto;
}






}


@media screen and (max-width: 420px) {


#sub_mainvisual .sub_mv_contents {
	top: 45%;
    left: 0%;
    right: 0%;
    width: 90%;
    margin: auto;
}

#sub_mainvisual .sub_mv_contents img {
    width: 80%;
}





.btn_area {
    max-width: 100%;
    width: 85%;
    margin: auto;
}

.btn_area .btn01 {
    padding: 10px 0px;
    font-size: 14px;
}





}



@media screen and (max-width:320px) {

#sub_mainvisual {
    height: 350px;
}

}




