@charset "utf-8";
.sp_view{
	display: none;
}
header{
	border-top:5px solid #2e89d8;
}
header li a{
	letter-spacing:1px;
	font-weight:bold;
}
header .post_content .wp-block-buttons,#fix_header .wp-block-buttons{
	margin:20px auto!important;
}
header .post_content .wp-block-buttons a,#fix_header .wp-block-button a{
	width:160px;
	display:block;
	padding: 5px 10px 5px 10px;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	/* background:url(../img/mail.png)no-repeat;
	background-position: 30px center; */
}
img{
	vertical-align: bottom;
}
.top #content {
	padding: 0 4em!important;
	margin-bottom: 60px!important;
}
.top .swell-block-fullWide{
	padding: 0;
}
.t_section h2.title{
	text-align: center;
	padding: 20px 0;
	font-size: 32px;
	letter-spacing: 2px;
	color: #2e89d8;
	position: relative;
}
.t_section h2.title span.orange{
	display: inline-block;
	margin: 0 5px 0 0;
	background: #f5a823;
	border-radius: 50%;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.t_section h2.title span.orange:first-child{
	margin-left: 5px;
}
#faq h2:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -50px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #fff transparent transparent transparent;
}
#service.t_section h2{
	background: #2e89d8;
	color: #fff;
}
#service.t_section h2:before{
	content:'▼';
	margin-right: 10px;
	font-size: 34px;
}
#service.t_section h2:after{
	content:'▼';
	margin-left: 10px;
	font-size: 34px;
}
#service .wrap{
	width:1180px;
	max-width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 60px;
	margin: auto;
}
#service .wrap.pt0{
	padding-top: 0px;
}
#service .block{
	width: 31%;
	max-width: 328px;
	margin: 0 2% 4%;
}
#service .btn a{
	width: 100%;
}
.top .btn a{
	width: 328px;
	display: block;
	border: 2px solid #cfcfcf;
	border-radius: 10px;
	text-align: center;
	padding: 15px 0;
	background:url(../img/btn.png)no-repeat right 20px center;
	background-size: 10px auto;
	background-color: #fff;
	color: #2e89d8;
	font-weight: bold;
	letter-spacing: 2px;
	transition: 0.2s;
}
.top .btn a:hover{
	background:url(../img/btn.png)no-repeat right 15px center;
	background-size: 10px auto;
	background-color: #fff;
}
#advisor{
	margin: 20px auto 60px;
	background: #edf4f9;
	padding: 60px 0;
}
#advisor .wrap{
	width: 1180px;
	max-width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
}
#advisor .i_wrap{
	width: 300px;
	background:url(../img/matsumoto.jpg)no-repeat center;
	background-size: 100% auto;
	height: 420px;
	border-radius: 20px;
}
#advisor .t_wrap{
	width : 75%;
	width : -webkit-calc(100% - 300px) ;
	width : calc(100% - 300px) ;
	padding-left: 40px;
}
#advisor p.yaku{
	color: #2e89d8;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 16px;
}
#advisor h2{
	color: #2e89d8;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 28px;
	margin-bottom: 20px;
}
#advisor h2 span{
	font-size: 15px;
	margin-left: 20px;
}
#advisor p.txt{
	text-align: justify;
	margin-bottom: 30px;
}
#column h2 span.border{
	display: block;
	position: relative;
	font-size: 24px;
	letter-spacing: 4px;
	width: 450px;
	margin: auto;
	max-width: 100%;
	text-align: center;
}
#column h2 span.border:before{
	position: absolute;
	height: 2px;
	background: #151515;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
	content: "";
}
#column h2 span.border:after{
	position: absolute;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
	z-index: 1;
	content: "";
}
#column h2 span.small{
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
}
#column .wrap{
	width:1180px;
	max-width:90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
#column article{
	width: 32%;
	margin: 0 2% 3% 0;
	overflow: hidden;
}
#column article:nth-child(3n){
	margin: 0 0 3% 0;
}
#column article a{
	transition: 0.2s;
	display: block;
}
#column article a:hover{
	opacity: 0.8;
}
#column article .i_wrap{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	height: 16vw;
	margin-bottom: 20px;
	position: relative;
}
#column article .i_wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: 0.2s;
	width: 100%;
	height: 18vw;
}
#column article a:hover .i_wrap img{
	transform: translateY(-50%) translateX(-50%) scale(1.1);
}
#column article p.date{
	position: absolute;
	padding: 2px 10px 2px 10px;
	right: 15px;
	bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 13px;
	font-weight: normal;
}
#column .c-postTimes__posted{
	margin: 0;
}
#column article h3{
	font-size: 16px;
	text-align: justify;
}
#column .btn a{
	margin: auto;
}
footer{
	padding-top:60px;
}
footer .contact{
	color:#151515;
	width:1180px;
	max-width:90%;
	background:#fff;
	margin: 0px auto 20px;
	border-radius:20px;
}
footer h3{
	text-align:center;
	background:#0f5fa4;
	border-radius:20px 20px 0 0;
	padding:10px 0;
	color:#fff;
	font-size:24px;
	letter-spacing:2px;
}
footer .wrap{
	display:flex;
	justify-content:space-between;
}
footer .right,footer .left,footer .cen{
	width:50%;
	text-align:center;
	padding:40px 0;
	background:url(../img/tel_bg.png)no-repeat;
	background-position: right 20px top 30px;
}
footer .right{
	background:url(../img/mail_bg.png)no-repeat;
	background-position: right 20px top 30px;
}
footer .cen{
	background:url(../img/line_bg.png)no-repeat;
	background-position: right 20px top 30px;
}
footer .number{
	padding-top: 10px;
}
footer h4{
	font-size:16px;
	color:#2e89d8;
	margin-bottom:20px;
}
footer .number span{
	font-size:36px;
	line-height:1.2em;
	letter-spacing:2px;
	padding-left:28px;
	font-weight: bold;
	background:url(../img/tel.png)no-repeat left center;
	background-size:19px auto;
}
footer .time span{
	color:#fff;
	background:#525252;
	font-size:13px;
	padding:2px 8px;
	margin-right:10px;
	border-radius:20px;
}
footer .btn{
	width:300px;
	background:#f5a823;
	margin:auto;
	border-radius:10px;
	transition: 0.2s;
}
footer .btn:hover{
	background:#f59523;
}
footer .cen .btn{
	background:#06c755;
}
footer .cen .btn:hover{
	background:#0cb04f;
}
footer .btn a{
	color:#fff;
	display:block;
	padding:10px 0;
	background:url(../img/next.png)no-repeat right 20px center;
	background-size:10px auto;
	transition: 0.2s;
}
footer .btn a:hover{
	background:url(../img/next.png)no-repeat right 15px center;
	background-size:10px auto;
}
footer .center{
	text-align:center;
	padding:20px 0;
}
.l-footer .copyright{
	font-size:15px;
	letter-spacing:1px;
}
@media screen and (max-width: 1140px) {
	footer h3{
		font-size: 20px;
	}
	footer .wrap{
		display:block;
		padding: 40px 0 1px;
	}
	footer .right,footer .left,footer .cen{
		width:100%;
		padding:0px;
		margin-bottom: 40px;
		background:url(../img/tel_bg.png)no-repeat;
		background-position: right 20px top;
	}
	footer .right{
		background:url(../img/mail_bg.png)no-repeat;
		background-position: right 20px top;
	}
	footer .cen{
		background:url(../img/line_bg.png)no-repeat;
		background-position: right 20px top;
	}
	footer h4{
		margin-bottom:10px;
	}
}
@media screen and (max-width: 900px) {
	.t_section h2.title{
		padding: 20px 0;
		font-size: 22px;
	}
	#service h2.title{
		padding: 15px 0 20px;
	}
	.t_section h2.title span.orange{
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin: 0 2px 0 0;
	}
	#service.t_section h2:before{
		font-size: 24px;
	}
	#service.t_section h2:after{
		font-size: 24px;
	}
	#service .block {
		margin: 0px 15px 15px;
	}
#advisor .wrap,#column .wrap,footer .contact {
		max-width: 95%;
	}
	#faq h2:after {
    bottom: -30px;
    margin-left: -40px;
    border-width: 30px 40px 0 40px;
}
}
@media screen and (max-width: 700px) {
	#advisor .wrap {
		display: block;
	}
	#advisor .i_wrap{
		width: 100%;
		background:url(../img/sp_matsumoto.jpg)no-repeat center;
		background-size: cover;
		height: 55vw;
		margin-bottom: 20px;
	}
	#advisor .t_wrap{
		width: 100%!important;
		padding: 0;
	}
	#advisor .btn a {
		margin: auto;
}
}
@media screen and (max-width: 600px) {
	#column article .i_wrap img{
		width: 100%;
		height: 55vw;
	}
	.pc_view{
		display: none;
	}
	.sp_view{
		display: block;
	}
.top #content {
	padding: 0 4em!important;
	margin-bottom: 40px!important;
}
.top .swell-block-fullWide{
	padding: 0;
}
.t_section h2.title{
	font-size: 17px;
}
.t_section h2.title span{
	width: 32px;
	height: 32px;
	line-height: 32px;
}
#faq h2:after{
	bottom: -20px;
	margin-left: -25px;
	border-width: 20px 25px 0 25px;
}
#service.t_section h2:before{
	content:'';
}
#service.t_section h2:after{
	content:'';
}
#service h2{
	letter-spacing: 0;
}
#service .wrap{
	width:95%;
	max-width:95%;
	display: block;
	padding-top: 40px;
}
#service .block{
	width: 90%;
	max-width: 100%;
	padding: 0px 30px;
	margin: 0px auto 30px;
	text-align: center;
}
.btn a {
	font-size: 15px;
}
#advisor{
	margin: 40px auto;
	padding: 40px 0;
}
#advisor .wrap{
	width: 100%;
	max-width: 90%;
	margin: auto;
	display: block;
}
#advisor h2{
	font-size: 24px;
}
#advisor h2 span{
	margin-left: 10px;
}
#advisor p.txt{
	font-size: 15px;
}
#advisor .btn a {
    width: 100%;
		background: url(../img/btn.png)no-repeat right 20px center;
    background-size: 8px auto;
		background-color: #fff;
}
#column h2 span.border{
	width: 90%;
	margin: auto;
}
#column h2 span.border:after{
	height: 6px;
	top: 49%;
}
#column h2 span.small{
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
}
#column .wrap{
	width:1180px;
	max-width:90%;
	margin: auto;
	display: block;
	padding-top: 30px;
}
#column article{
	width: 100%;
	margin: 0 auto 30px;
}
#column article:nth-child(3n){
	margin: 0 auto 30px;
}
#column article .i_wrap{
	width: 100%;
	height: 55vw;
	margin-bottom: 10px;
}
footer{
	padding-top:40px;
}
footer .wrap {
    padding: 30px 0 1px;
}
footer .right, footer .left {
    background: url(../img/tel_bg.png)no-repeat;
    background-position: right 20px top;
		background-size: 60px auto;
		margin-bottom: 30px;
}
footer .right {
    background: url(../img/mail_bg.png)no-repeat;
    background-position: right 20px top;
		background-size: 60px auto;
}
footer .contact{
	width:90%;
}
footer h3{
	padding:15px 20px;
	font-size:17px;
	letter-spacing:1px;
}
}
