@charset "UTF-8";

html {
	font-family: garamond-premier-pro, ryo-display-plusn, serif;
	box-sizing: border-box;
	color: #333;
	background-color: #fefefe;
}
a {
	color: #333;
    transition: 0.3s;
}
p {
	line-height: 1.5;
}
/*ヘッダー*/
.head-pc {
	width: 100%;
	height: 70px;
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.5));
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 100;
}
.head-logo {
	width: 335px;
	height: auto;
	margin-left: 30px;
}
.head-logo img{
	width: 100%;
	height: auto;
}
.head-nav {
	margin-right: 30px;
}
.head-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	margin-right: 20px;
}
.head-nav li {
	margin-left: 30px;
	vertical-align: middle;
}
.circle-pk {
	color: #F3D1D7;
	font-size: 15px;
	padding-right: 5px;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.head-nav li a:hover {
	color: #EB8397;
}
.head-nav li a:hover .circle-pk {
	transform: scale(1.2);
	color: #EB8397;
	font-size: 16px;
}
.circle-bl {
	color: #7695BC;
	font-size: 15px;
	padding-right: 5px;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.matsuura-hp li a:hover {
	color: #184886;
}
.matsuura-hp a:hover .circle-bl {
	transform: scale(1.2);
	color: #184886;
	font-size: 16px;
}
/*お問い合わせ*/
.contact-bt a {
	border: solid 1px #333;
	border-radius: 20px 0 0 20px;
	background-color: #fefefe;
	color: #333;
	width: 120px;
	height: 120px;
	position: fixed;
	bottom: 80px;
	right: 0;
	z-index: 50;
}
.contact-bt p {
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
}
.contact-bt p i {
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
}
.contact-bt a:hover {
	border-radius: 20px 0 0 20px;
	background-color: #333;
	color: #fefefe;
}
/*メイン*/
main {
	margin-top: 70px;
}
/*トップ*/
.top {
	width: 100%;
	position: relative;
}
.top-movie {
	width: 90%;
	position: relative;
}
.top-movie video {
	width: 100%;
	height: auto;
}
.top-movie::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, transparent 0 55%, #FFF 100%);
}
.top-text {
  	-ms-writing-mode: tb-rl;
 	 writing-mode: vertical-rl;
	position: absolute;
	right: 100px;
	top: 10px;
}
.top-text h2 {
	font-size: 75px;
	font-weight: bold;
	line-height: 1.2;
}
.top-text p {
	font-size: 18px;
	line-height: 1.7;
	margin: 30px 5px 0 0;
}
/*測量について*/
.top-service {
	width: 100%;
	height: 550px;
	position: relative;
}
.top-ser-text {
	position: absolute;
	top: 230px;
	left: 10%;
}
.top-ser-text p {
	font-size: 16px;
}
.top-ser-title {
	margin-bottom: 30px;
	display: inline-block;
}
.top-ser-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-ser-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 148px;
}
.bg-img-right {
	position: absolute;
	right: 0;
	top: 80px;
	height: 370px;
	width: 75%;
	object-fit: cover;
	z-index: -10;
}
.bg-img-right img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bg-img-right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 440px;
	background-image: linear-gradient(270deg, transparent 0 60%, #FFF 100%);
}

/*強み*/
.top-strengths {
	width: 100%;
	height: 550px;
	position: relative;
}
.top-str-text {
	position: absolute;
	top: 230px;
	right: 10%;
}
.top-str-text p {
	font-size: 16px;
}
.top-str-title {
	margin-bottom: 30px;
	display: inline-block;
}
.top-str-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-str-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 185px;
}
.bg-img-left {
	position: absolute;
	left: 0;
	top: 80px;
	height: 370px;
	width: 75%;
	object-fit: cover;
	z-index: -10;
}
.bg-img-left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bg-img-left::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 440px;
	background-image: linear-gradient(90deg, transparent 0 60%, #FFF 100%);
}

/*機材紹介*/
.top-equipment {
	width: 100%;
	height: 550px;
	position: relative;
}
.top-equ-text {
	position: absolute;
	top: 230px;
	left: 10%;
}
.top-equ-text p {
	font-size: 16px;
}
.top-equ-title {
	margin-bottom: 30px;
	display: inline-block;
}
.top-equ-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-equ-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 36px;
}

/*施工事例*/
.top-works {
	width: 100%;
	height: 550px;
	position: relative;
}
.top-wor-text {
	position: absolute;
	top: 230px;
	right: 10%;
}
.top-wor-text p {
	font-size: 16px;
}
.top-wor-title {
	margin-bottom: 30px;
	display: inline-block;
}
.top-wor-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-wor-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 86px;
}
.top-wor-list ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 110px;
	margin-left: 0;
	width: 100%;
}
.top-wor-list li {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 110px;
	margin-left: 150px;
	width: 60%;
}
.top-wor-list-img {
	width: 90%;
	height: 260px;
	margin-bottom: 20px;
}
.top-wor-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-wor-list li a:hover p {
	color: #EB8397;
}

/*会社概要*/
.top-company {
	width: 100%;
	height: 550px;
	position: relative;
}
.top-com-text {
	position: absolute;
	top: 190px;
	left: 10%;
}
.top-com-text p {
	font-size: 16px;
}
.top-com-title {
	margin-bottom: 30px;
	display: inline-block;
}
.top-com-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-com-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 56px;
}
.sub-title p {
	font-size: 20px;
	margin-bottom: 10px;
}

/*新着・ブログ*/
.top-topic {
	width: 100%;
	height: 550px;
	position: relative;
}
/*新着情報*/
.top-news-text {
	position: absolute;
	top: 180px;
	left: 61%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.top-news-text p {
	font-size: 16px;
}
.top-news-title {
	display: inline-block;
}
.top-news-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-news-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 100px;
}
.news-list {
	margin-left: 40px;
}
.news-list ul li {
	margin-bottom: 10px;
}
.news-list ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.news-list ul li a p {
	padding-right: 10px;
}
.news-list ul li a:hover p {
	color: #EB8397;
}
/*ブログ*/
.top-blog-text {
	position: absolute;
	top: 360px;
	left: 61%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.top-blog-text p {
	font-size: 16px;
}
.top-blog-title {
	display: inline-block;
}
.top-blog-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-blog-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 64px;
}
.blog-list {
	margin-left: 80px;
}
.blog-list ul li {
	margin-bottom: 10px;
}
.blog-list ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.blog-list ul li a p {
	padding-right: 10px;
}
.blog-list ul li a:hover p {
	color: #EB8397;
}


/*現HP*/
.top-hplink {
	width: 100%;
	height: 550px;
	position: relative;
}
.top-hplink-text {
	position: absolute;
	top: 230px;
	left: 10%;
}
.top-hplink-text p {
	font-size: 16px;
}
.top-hplink-title {
	margin-bottom: 30px;
	display: inline-block;
}
.top-hplink-title h3 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid; 
	border-image: linear-gradient(to right, #EB95A5 0%, #FCCDB2 100%);
    border-image-slice: 1;
}
.top-hplink-title p {
	font-size: 20px;
	padding-top: 5px;
	color: #929292;
	margin-left: 273px;
}
.hp-link {
	color: #EB8397;
	padding-bottom: 2px;
}
.top-hplink-text a:hover .hp-link {
	border-bottom: solid 1px #EB8397;
}

/*フッター*/
.foot {
	width: 100%;
	background-color: #F6F6F6;
}
.foot-flex-area {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 10px;
}
.foot-info {
	margin-left: 30px;
}
.foot-logo img {
	width: 335px;
	height: auto;
}
.foot-info-text {
	margin: 20px 0;
}
.foot-info-text p {
	line-height: 2;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.foot-link {
	margin: 10px 0;
}
.matsuura-hp2 {
	margin-bottom: 10px;
}
.matsuura-hp2 a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.matsuura-hp2 a img {
	width: 35px;
	height: 35px;
	padding-right: 5px;
}
.matsuura-hp2 a p {
	font-size: 14px;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.matsuura-hp2 a:hover p {
	color: #184886;
	font-size: 15px;
}
.matsuura-fb a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.matsuura-fb a img {
	width: 35px;
	height: 35px;
	padding-right: 5px;
}
.matsuura-fb a p {
	font-size: 14px;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.matsuura-fb a:hover p {
	color: #184886;
	font-size: 15px;
}
.foot-nav {
	margin: 30px 30px 0 0;
}
.nav-set {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav-set li {
	padding-right: 70px;
}
.nav-set li a:hover {
	color: #EB8397;
}
.nav-set li a:hover .circle-pk {
	transform: scale(1.2);
	font-size: 17px;
	color: #EB8397;
}
.cp {
	margin: 50px auto 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: small;
}

/*共通*/
/*サブタイトル*/
.sub-tiele p {
	font-size: 20px;
	margin-bottom: 20px;
}
/*もっと見る*/
.more-bt {
	vertical-align: middle;
	margin: 15px 0;
}
.more-bt p {
	font-size: 16px;
	color: #F3D1D7;
	vertical-align: middle;
}
.bt-circle {
	font-size: 18px;
	padding-right: 5px;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.more-bt a:hover .bt-circle {
	transform: scale(1.2);
	font-size: 20px;
	color: #EB8397;
}
/*下層*/
#page-img {
	width: 100%;
	height: 300px;
	background-color: #fefefe;
}
#page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
#page-title {
	margin: 50px auto 150px;
	text-align: center;
}
#page-title h2 {
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: solid 0.5px #333
}
#page-title p {
	font-size: 16px;
	margin: 40px auto;
}
#title-eg p {
	font-size: 16px;
	margin: 0 auto;
	padding-top: 15px;
	font-family: 'Garamond Premier Pro';
	font-weight: lighter;
}
#under-title {
	margin: 200px auto 150px;
	text-align: center;
}
#under-title h2 {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: solid 0.5px #333
}
#title-day p {
	font-size: 16px;
	margin: 0 auto;
	padding-top: 15px;
	font-weight: lighter;
}
/*ページネーション*/
.pagenation {
	max-width: 1200px;
	margin: 50px auto 150px;
}
.pagenation ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenation li a {
	color: #EB8397;
	font-size: 12px;
	display: inline;
	padding:10px 9px;
	margin: 0 10px;
	border:1px #F3D1D7 solid;
}
.pagenation li a:hover {
	color: #fefefe;
	border:1px #EB8397 solid;
	background-color: #EB8397;
}
.current {
	color: #fefefe;
	border:1px #EB8397 solid;
	background-color: #EB8397;
	font-size: 12px;
	display: inline;
	padding:10px 9px;
	margin: 0 10px;
}
/*記事下層*/
#tips {
	max-width: 1200px;
	margin: 50px auto;
}
#tips img {
	width: 400px;
	height: auto;
	margin-bottom: 50px;
}
#tips img img {
	width: 100%;
}
#tips p {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 30px;
}
#tips p strong {
	font-weight: bold;
}
/*記事前後*/
.page-select {
	max-width: 1200px;
	margin: 50px auto 150px;
}
.page-select ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-select li a {
	color: #333;
	font-size: 12px;
	display: inline;
}
.page-select li a:hover {
	color: #EB8397;
}
/*フェードイン*/
.fadeIn {
	opacity: 0;
  	transition: .5s;
  	position: relative;
  	top: 50px;
}
.active {
  opacity: 1;
  top: 0;
}


/*レスポンシブ（フルHD以上）*/
@media screen and (min-width: 2500px) {
	p {
		line-height: 1.8;
	}
	/*ヘッダー*/
	.head-pc {
		width: 100%;
		height: 120px;
	}
	.head-logo {
		width: 400px;
		margin-left: 100px;
	}
	.head-nav {
		margin-right: 100px;
	}
	.head-nav ul {
		font-size: 20px;
	}
	.head-nav li {
		margin-left: 60px;
	}
	.circle-pk {
		font-size: 20px;
		padding-right: 10px;
	}
	.head-nav li a:hover .circle-pk {
		font-size: 22px;
	}
	.circle-bl {
		font-size: 20px;
		padding-right: 10px;
	}
	.matsuura-hp a:hover .circle-bl {
		font-size: 22px;
	}
	/*お問い合わせ*/
	.contact-bt a {
		width: 140px;
		height: 140px;
	}
	.contact-bt p {
		padding-top: 30px;
		font-size: 18px;
	}
	.contact-bt p i {
		font-size: 24px;
	}
	/*メイン*/
	main {
		margin-top: 120px;
	}
	/*トップ*/
	.top {
		width: 100%;
	}
	.top-movie {
		width: 80%;
	}
	.top-text {
		position: absolute;
		right: 100px;
		top: 10px;
	}
	.top-text h2 {
		font-size: 120px;
	}
	.top-text p {
		font-size: 26px;
		line-height: 1.7;
		margin: 40px 15px 0 0;
	}
	/*測量について*/
	.top-service {
		height: 800px;
	}
	.top-ser-text {
		top: 350px;
		left: 250px;
	}
	.top-ser-text p {
		font-size: 18px;
	}
	.top-ser-title {
		margin-bottom: 40px;
	}
	.top-ser-title h3 {
		font-size: 55px;
	}
	.top-ser-title p {
		font-size: 24px;
		margin-left: 224px;
	}
	.bg-img-right {
		right: 0;
		top: 140px;
		height: 500px;
		width: 80%;
	}
	.bg-img-right::after {
		height: 500px;
		width: 80%;
	}
	.sub-title p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	/*強み*/
	.top-strengths {
		height: 800px;
	}
	.top-str-text {
		top: 350px;
		right: 250px;
	}
	.top-str-text p {
		font-size: 18px;
	}
	.top-str-title {
		margin-bottom: 40px;
	}
	.top-str-title h3 {
		font-size: 55px;
	}
	.top-str-title p {
		font-size: 24px;
		margin-left: 275px;
	}
	.bg-img-left {
		left: 0;
		top: 140px;
		height: 500px;
		width: 80%;
	}
	.bg-img-left::after {
		height: 500px;
		width: 80%;
	}
	/*機材紹介*/
	.top-equipment {
		height: 800px;
	}
	.top-equ-text {
		top: 350px;
		left: 250px;
	}
	.top-equ-text p {
		font-size: 18px;
	}
	.top-equ-title {
		margin-bottom: 40px;
	}
	.top-equ-title h3 {
		font-size: 55px;
	}
	.top-equ-title p {
		font-size: 24px;
		margin-left: 71px;
	}
	/*施工事例*/
	.top-works {
		height: 800px;
	}
	.top-wor-text {
		top: 350px;
		right: 250px;
	}
	.top-wor-text p {
		font-size: 18px;
	}
	.top-wor-title {
		margin-bottom: 40px;
	}
	.top-wor-title h3 {
		font-size: 55px;
	}
	.top-wor-title p {
		font-size: 24px;
		margin-left: 131px;
	}
	.top-wor-list ul {
		width: 80%;
		margin: 110px  0 0 250px;
		justify-content: flex-start;
	}
	.top-wor-list li {
		margin: 0;
		width: 80%;
		justify-content: flex-start;
	}
	.top-wor-list-img {
		width: 80%;
		height: 420px;
		margin-right: 0;
	}
	.top-wor-list li a p {
		font-size: 20px;
	}
	/*会社概要*/
	.top-company {
		height: 800px;
	}
	.top-com-text {
		top: 290px;
		left: 250px;
	}
	.top-com-text p {
		font-size: 18px;
	}
	.top-com-title {
		margin-bottom: 40px;
	}
	.top-com-title h3 {
		font-size: 55px;
	}
	.top-com-title p {
		font-size: 24px;
		margin-left: 95px;
	}
	.sub-title p {
		font-size: 22px;
		margin-bottom: 10px;
	}
	/*新着・ブログ*/
	.top-topic {
		height: 800px;
	}
	/*新着情報*/
	.top-news-text {
		top: 230px;
		right: 250px;
	}
	.top-news-text p {
		font-size: 18px;
	}
	.top-news-title h3 {
		font-size: 55px;
	}
	.top-news-title p {
		font-size: 24px;
		margin-left: 148px;
	}
	.news-list {
		margin-left: 100px;
	}
	.news-list ul li {
		margin-bottom: 16px;
	}
	.news-list ul li a p {
		padding-right: 20px;
		font-size: 20px;
	}
	/*ブログ*/
	.top-blog-text {
		top: 485px;
		right: 250px;
	}
	.top-blog-text p {
		font-size: 18px;
	}
	.top-blog-title h3 {
		font-size: 55px;
	}
	.top-blog-title p {
		font-size: 24px;
		margin-left: 97px;
	}
	.blog-list {
		margin-left: 100px;
	}
	.blog-list ul li {
		margin-bottom: 16px;
	}
	.blog-list ul li a p {
		padding-right: 20px;
		font-size: 20px;
	}
	/*現HP*/
	.top-hplink {
		height: 800px;
	}
	.top-hplink-text {
		top: 350px;
		left: 250px;
	}
	.top-hplink-text p {
		font-size: 18px;
	}
	.top-hplink-text p {
		font-size: 20px;
	}
	.top-hplink-title {
		margin-bottom: 40px;
	}
	.top-hplink-title h3 {
		font-size: 55px;
	}
	.top-hplink-title p {
		font-size: 24px;
		margin-left: 387px;
	}
	/*フッター*/
	.foot-flex-area {
		padding-top: 20px;
		margin: 0 100px 180px 100px;
	}
	.foot-info {
		margin-left: 0;
	}
	.foot-logo img {
		width: 400px;
		height: auto;
	}
	.foot-info-text {
		margin: 20px 0;
	}
	.foot-info-text p {
		font-size: 18px;
	}
	.foot-link {
		margin: 20px 0;
	}
	.matsuura-hp2 {
		margin-bottom: 20px;
	}
	.matsuura-hp2 a img {
		width: 60px;
		height: 60px;
		padding-right: 15px;
	}
	.matsuura-hp2 a p {
		font-size: 18px;
	}
	.matsuura-hp2 a:hover p {
		font-size: 20px;
	}
	.matsuura-fb a img {
		width: 60px;
		height: 60px;
		padding-right: 15px;
	}
	.matsuura-fb a p {
		font-size: 18px;
	}
	.matsuura-fb a:hover p {
		font-size: 20px;
	}
	.foot-nav {
		margin: 40px 0 0 0;
	}
	.nav-set {
		margin-bottom: 60px;
	}
	.nav-set li {
		padding-right: 70px;
		font-size: 20px;
	}
	.nav-set li a:hover .circle-pk {
		font-size: 22px;
	}
	.cp {
		margin: 50px auto 0;
	}
	/*共通*/
	/*サブタイトル*/
	.sub-title p {
		font-size: 24px;
		margin-bottom: 30px;
	}
	/*もっと見る*/
	.more-bt {
		margin: 15px 0;
	}
	.more-bt p {
		font-size: 20px;
	}
	.bt-circle {
		font-size: 20px;
		padding-right: 10px;
	}
	.more-bt a:hover .bt-circle {
		font-size: 22px;
	}
	/*下層*/
	#page-img {
		height: 400px;
	}
	#page-title {
		margin: 60px auto 160px;
	}
	#page-title h2 {
		font-size: 45px;
		padding-bottom: 15px;
		border-bottom: solid 0.5px #333
	}
	#page-title p {
		font-size: 18px;
		margin: 60px auto;
	}
	#title-eg p {
		font-size: 20px;
		margin: 0 auto;
		padding-top: 15px;
		font-family: 'Garamond Premier Pro';
		font-weight: lighter;
	}
	#under-title {
		margin: 220px auto 160px;
	}
	#under-title h2 {
		font-size: 40px;
		padding-bottom: 15px;
		border-bottom: solid 0.5px #333
	}
	#title-day p {
		font-size: 20px;
		margin: 0 auto;
		padding-top: 15px;
	}
	/*ページネーション*/
	.pagenation {
		max-width: 2000px;
		margin: 60px auto 160px;
	}
	.pagenation li a {
		font-size: 14px;
		padding:12px 11px;
		margin: 0 10px
	}
	.current {
		font-size: 14px;
		padding:12px 11px;
		margin: 0 10px
	}
	/*記事下層*/
	#tips {
		max-width: 2000px;
		margin: 60px auto;
	}
	#tips img {
		width: 600px;
		margin-bottom: 60px;
	}
	#tips p {
		line-height: 1.8;
		font-size: 18px;
		margin-bottom: 40px;
	}
	/*記事前後*/
	.page-select {
		max-width: 2000px;
		margin: 60px auto 160px;
	}
	.page-select li a {
		font-size: 14px;
	}
}



/*レスポンシブ（ipad pro）*/
@media screen and (max-width: 1260px) {
	p {
		line-height: 1.5;
	}
	/*ヘッダー*/
	.head-pc {
		height: 60px;
	}
	.head-logo {
		width: 230px;
		margin-left: 10px;
	}
	.head-nav {
		margin-right: 5px;
	}
	.head-nav ul {
		font-size: 14px;
		margin-right: 10px;
	}
	.head-nav li {
		margin-left: 10px;
	}
	.circle-pk {
		font-size: 14px;
		padding-right: 4px;
	}
	.head-nav li a:hover .circle-pk {
		font-size: 15px;
	}
	.circle-bl {
		font-size: 14px;
		padding-right: 4px;
	}
	.matsuura-hp a:hover .circle-bl {
		font-size: 15px;
	}
	/*お問い合わせ*/
	.contact-bt a {
		width: 85px;
		height: 85px;
		bottom: 50px;
	}
	.contact-bt p {
		padding-top: 20px;
		font-size: 11px;
	}
	.contact-bt p i {
		font-size: 16px;
	}
	/*メイン*/
	main {
		margin-top: 60px;
	}
	/*トップ*/
	.top {
		width: 100%;
	}
	.top-movie {
		width: 90%;
	}
	.top-text {
		right: 5%;
		top: 10px;
	}
	.top-text h2 {
		font-size: 55px;
		line-height: 1.2;
	}
	.top-text p {
		font-size: 16px;
		line-height: 1.7;
		margin: 20px 5px 0 0;
	}
	/*測量について*/
	.top-service {
		height: 400px;
	}
	.top-ser-text {
		top: 140px;
		left: 90px;
	}
	.top-ser-text p {
		font-size: 15px;
	}
	.top-ser-title {
		margin-bottom: 20px;
	}
	.top-ser-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-ser-title p {
		font-size: 16px;
		margin-left: 109px;
	}
	.bg-img-right {
		right: 0;
		top: 50px;
		height: 300px;
		width: 70%;
	}
	.bg-img-right::after {
		width: 70%;
		height: 300px;
	}
	/*強み*/
	.top-strengths {
		height: 400px;
	}
	.top-str-text {
		top: 140px;
		right: 90px;
	}
	.top-str-text p {
		font-size: 15px;
	}
	.top-str-title {
		margin-bottom: 20px;
	}
	.top-str-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-str-title p {
		font-size: 16px;
		margin-left: 185px;
	}
	.bg-img-left {
		left: 0;
		top: 50px;
		height: 300px;
		width: 70%;
	}
	.bg-img-left::after {
		width: 70%;
		height: 300px;
	}
	/*機材紹介*/
	.top-equipment {
		height: 400px;
	}
	.top-equ-text {
		top: 140px;
		left: 90px;
	}
	.top-equ-text p {
		font-size: 15px;
	}
	.top-equ-title {
		margin-bottom: 20px;
	}
	.top-equ-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-equ-title p {
		font-size: 16px;
		margin-left: 21px;
	}
	/*施工事例*/
	.top-works {
		height: 400px;
	}
	.top-wor-text {
		top: 140px;
		right: 90px;
	}
	.top-wor-text p {
		font-size: 15px;
	}
	.top-wor-title {
		margin-bottom: 20px;
	}
	.top-wor-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-wor-title p {
		font-size: 16px;
		margin-left: 61px;
	}
	.top-wor-list ul {
		padding-top: 80px;
		margin-left: 90px;
	}
	.top-wor-list li {
		margin: 0;
		padding-top: 80px;
	}
	.top-wor-list-img {
		width: 150px;
		height: 140px;
		margin-bottom: 10px;
	}
	.top-wor-list p {
		font-size: 15px;
	}
	/*会社概要*/
	.top-company {
		height: 400px;
	}
	.top-com-text {
		top: 120px;
		left: 90px;
	}
	.top-com-text p {
		font-size: 15px;
	}
	.top-com-title {
		margin-bottom: 20px;
	}
	.top-com-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-com-title p {
		font-size: 16px;
		margin-left: 36px;
	}
	.sub-title p {
		font-size: 20px;
		margin-bottom: 8px;
	}
	/*新着・ブログ*/
	.top-topic {
		height: 400px;
	}
	/*新着情報*/
	.top-news-text {
		top: 100px;
		left: 53%;
	}
	.top-news-text p {
		font-size: 15px;
	}
	.top-news-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-news-title p {
		font-size: 16px;
		margin-left: 72px;
	}
	.news-list {
		margin-left: 30px;
	}
	.news-list ul li {
		margin-bottom: 8px;
		font-size: 15px;
	}
	.news-list ul li a p {
		padding-right: 10px;
	}
	/*ブログ*/
	.top-blog-text {
		top: 260px;
		left: 53%;
	}
	.top-blog-text p {
		font-size: 15px;
	}
	.top-blog-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-blog-title p {
		font-size: 16px;
		margin-left: 45px;
	}
	.blog-list {
		margin-left: 60px;
	}
	.blog-list ul li {
		margin-bottom: 8px;
		font-size: 15px;
	}
	.blog-list ul li a p {
		padding-right: 10px;
	}
	/*現HP*/
	.top-hplink {
		height: 400px;
	}
	.top-hplink-text {
		top: 140px;
		left: 90px;
	}
	.top-hplink-text p {
		font-size: 15px;
	}
	.top-hplink-title {
		margin-bottom: 20px;
	}
	.top-hplink-title h3 {
		font-size: 30px;
		border-bottom: 4px solid; 
	}
	.top-hplink-title p {
		font-size: 16px;
		margin-left: 201px;
	}
	/*フッター*/
	.foot-flex-area {
		padding-top: 10px;
		margin: 0 10px;
	}
	.foot-info {
		margin-left: 0;
	}
	.foot-logo img {
		width: 230px;
	}
	.foot-info-text {
		margin: 15px 0;
	}
	.foot-info-text p {
		line-height: 2;
		font-size: 12px;
	}
	.foot-link {
		margin: 20px 0;
	}
	.matsuura-hp2 {
		margin-bottom: 10px;
	}
	.matsuura-hp2 a img {
		width: 25px;
		height: 25px;
		padding-right: 5px;
	}
	.matsuura-hp2 a p {
		font-size: 12px;
	}
	.matsuura-hp2 a:hover p {
		font-size: 13px;
	}
	.matsuura-fb a img {
		width: 25px;
		height: 25px;
		padding-right: 5px;
	}
	.matsuura-fb a p {
		font-size: 12px;
	}
	.matsuura-fb a:hover p {
		font-size: 13px;
	}
	.foot-nav {
		margin: 20px 0 100px 0;
	}
	.nav-set {
		margin-bottom: 50px;
	}
	.nav-set li {
		padding-right: 0;
		padding-left: 26px;
		font-size: 14px;
	}
	.nav-set li a:hover .circle-pk {
		font-size: 15px;
	}
	.cp {
		margin: auto;
	}
	/*共通*/
	/*サブタイトル*/
	.sub-title p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	/*もっと見る*/
	.more-bt {
		margin: 10px 0;
	}
	.more-bt p {
		font-size: 15px;
	}
	.bt-circle {
		font-size: 17px;
		padding-right: 5px;
	}
	.more-bt a:hover .bt-circle {
		font-size: 19px;
	}
	/*下層*/
	#page-img {
		height: 200px;
	}
	#page-title {
		margin: 40px auto 110px;
	}
	#page-title h2 {
		font-size: 28px;
		padding-bottom: 10px;
	}
	#page-title p {
		font-size: 12px;
		margin: 30px auto;
	}
	#title-eg p {
		font-size: 14px;
		margin: 0 auto;
		padding-top: 10px;
	}
	#under-title {
		margin: 150px auto 110px;
	}
	#under-title h2 {
		font-size: 25px;
		padding-bottom: 10px;
	}
	#title-day p {
		font-size: 14px;
		margin: 0 auto;
		padding-top: 10px;
	}
	/*ページネーション*/
	.pagenation {
		max-width: 900px;
		margin: 40px auto 110px;
	}
	.pagenation li a {
		font-size: 12px;
		padding: 10px 9px;
		margin: 0 10px
	}
	.current {
		font-size: 12px;
		padding: 10px 9px;
		margin: 0 10px
	}
	/*記事下層*/
	#tips {
		max-width: 900px;
		margin: 40px auto;
	}
	#tips img {
		width: 250px;
		margin-bottom: 40px;
	}
	#tips p {
		line-height: 1.5;
		font-size: 15px;
		margin-bottom: 30px;
	}
	/*記事前後*/
	.page-select {
		max-width: 900px;
		margin: 40px auto 110px;
	}
	.page-select li a {
		font-size: 12px;
	}
}


/*レスポンシブ（ipad）*/
@media screen and (max-width: 960px) {
	p {
		line-height: 1.3;
	}
	/*ヘッダー*/
	.head-logo {
		width: 210px;
		margin-left: 10px;
	}
	/*お問い合わせ*/
	.contact-bt a {
		width: 65px;
		height: 102px;
		bottom: 40px;
	}
	.contact-bt p {
		padding: 15px 0 15px 15px;
		margin: auto;
		font-size: 12px;
		-ms-writing-mode: tb-rl;
		 writing-mode: vertical-rl;
		line-height: 1;
	}
	.contact-bt p i {
		display: none;
	}
	/*メイン*/
	main {
		margin-top: 60px;
	}
	/*トップ*/
	.top {
		width: 100%;
	}
	.top-movie {
		width: 90%;
	}
	.top-text {
		right: 5%;
		top: 10px;
	}
	.top-text h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.top-text p {
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 5px 0 0;
	}
	/*測量について*/
	.top-service {
		height: 300px;
	}
	.top-ser-text {
		top: 105px;
		left: 25px;
	}
	.top-ser-text p {
		font-size: 12px;
	}
	.top-ser-title {
		margin-bottom: 15px;
	}
	.top-ser-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-ser-title p {
		font-size: 12px;
		margin-left: 91px;
	}
	.bg-img-right {
		right: 0;
		top: 40px;
		height: 220px;
		width: 75%;
	}
	.bg-img-right::after {
		width: 75%;
		height: 220px;
	}
	/*強み*/
	.top-strengths {
		height: 300px;
	}
	.top-str-text {
		top: 105px;
		right: 25px;
	}
	.top-str-text p {
		font-size: 12px;
	}
	.top-str-title {
		margin-bottom: 15px;
	}
	.top-str-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-str-title p {
		font-size: 12px;
		margin-left: 111px;
	}
	.bg-img-left {
		left: 0;
		top: 40px;
		height: 220px;
		width: 75%;
	}
	.bg-img-left::after {
		width: 75%;
		height: 220px;
	}
	/*機材紹介*/
	.top-equipment {
		height: 300px;
	}
	.top-equ-text {
		top: 105px;
		left: 25px;
	}
	.top-equ-text p {
		font-size: 12px;
	}
	.top-equ-title {
		margin-bottom: 15px;
	}
	.top-equ-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-equ-title p {
		font-size: 12px;
		margin-left: 22px;
	}
	/*施工事例*/
	.top-works {
		height: 300px;
	}
	.top-wor-text {
		top: 105px;
		right: 25px;
	}
	.top-wor-text p {
		font-size: 12px;
	}
	.top-wor-title {
		margin-bottom: 15px;
	}
	.top-wor-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-wor-title p {
		font-size: 12px;
		margin-left: 52px;
	}
	.top-wor-list ul {
		padding-top: 80px;
		margin-left: 35px;
    	flex-direction: column;
	}
	.top-wor-list li {
		padding-top: 50px;
		flex-direction: column;
		margin: 0 0 25px 0;
	}
	.top-wor-list li a {
		border-bottom: solid 0.5px #EB8397;
    	margin-bottom: 10px;
	}
	.top-wor-list-img {
		display: none;
	}
	.top-wor-list p {
		font-size: 14px;
		padding-bottom: 5px;
	}
	/*会社概要*/
	.top-company {
		height: 300px;
	}
	.top-com-text {
		top: 90px;
		left: 25px;
	}
	.top-com-text p {
		font-size: 12px;
	}
	.top-com-title {
		margin-bottom: 15px;
	}
	.top-com-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-com-title p {
		font-size: 12px;
		margin-left: 34px;
	}
	.sub-title p {
		font-size: 18px;
		margin-bottom: 6px;
	}
	/*新着・ブログ*/
	.top-topic {
		height: 300px;
	}
	/*新着情報*/
	.top-news-text {
		top: 55px;
		left: auto;
		right: 20px;
	}
	.top-news-text p {
		font-size: 12px;
	}
	.top-news-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-news-title p {
		font-size: 12px;
		margin-left: 60px;
	}
	.news-list {
		margin-left: 20px;
	}
	.news-list ul li {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.news-list ul li a p {
		padding-right: 8px;
	}
	/*ブログ*/
	.top-blog-text {
		top: 190px;
		left: auto;
		right: 20px;
	}
	.top-blog-text p {
		font-size: 12px;
	}
	.top-blog-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-blog-title p {
		font-size: 12px;
		margin-left: 38px;
	}
	.blog-list {
		margin-left: 20px;
	}
	.blog-list ul li {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.blog-list ul li a p {
		padding-right: 8px;
	}
	/*現HP*/
	.top-hplink {
		height: 300px;
	}
	.top-hplink-text {
		top: 145px;
		left: 25px;
	}
	.top-hplink-text p {
		font-size: 13px;
	}
	.top-hplink-title {
		margin-bottom: 15px;
	}
	.top-hplink-title h3 {
		font-size: 24px;
		border-bottom: 3px solid; 
	}
	.top-hplink-title p {
		font-size: 12px;
		margin-left: 163px;
	}
	/*フッター*/
	.foot-flex-area {
		flex-direction: column-reverse;
		padding-top: 20px
	}
	.foot-info {
		margin-left: 0;
		margin-bottom: 50px;
	}
	.foot-logo img {
		width: 210px;
	}
	.foot-info-text {
		margin: 0 0 10px;
	}
	.foot-info-text p {
		line-height: 2;
		font-size: 12px;
	}
	.foot-link {
		margin: 20px 0;
	}
	.matsuura-hp2 {
		margin-bottom: 8px;
	}
	.matsuura-hp2 a img {
		width: 25px;
		height: 25px;
		padding-right: 5px;
	}
	.matsuura-hp2 a p {
		font-size: 12px;
	}
	.matsuura-hp2 a:hover p {
		font-size: 12px;
	}
	.matsuura-fb a img {
		width: 25px;
		height: 25px;
		padding-right: 5px;
	}
	.matsuura-fb a p {
		font-size: 12px;
	}
	.matsuura-fb a:hover p {
		font-size: 12px;
	}
	.foot-nav {
		margin: 0 0 10px;
	}
	.nav-set {
		margin-bottom: 30px;
	}
	.nav-set li {
		padding-right: 24px;
		padding-left: 0;
		font-size: 12px;
		flex-wrap: wrap;
	}
	.nav-set li a .circle-pk {
		font-size: 12px;
		padding-right: 3px;
	}
	.nav-set li a:hover .circle-pk {
		font-size: 12px;
	}
	.cp {
		margin: auto;
		font-size: 10px;
	}
	/*共通*/
	/*サブタイトル*/
	.sub-title p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	/*もっと見る*/
	.more-bt {
		margin: 10px 0;
	}
	.more-bt p {
		font-size: 14px;
	}
	.bt-circle {
		font-size: 14px;
		padding-right: 5px;
	}
	.more-bt a:hover .bt-circle {
		font-size: 14px;
	}
	/*下層*/
	#page-img {
		height: 140px;
	}
	#page-title {
		margin: 30px auto 90px;
	}
	#page-title h2 {
		font-size: 23px;
		padding-bottom: 8px;
	}
	#page-title p {
		font-size: 10px;
		margin: 20px auto;
	}
	#title-eg p {
		font-size: 12px;
		margin: 0 auto;
		padding-top: 8px;
	}
	#under-title {
		margin: 120px auto 90px;
	}
	#under-title h2 {
		font-size: 20px;
		padding-bottom: 8px;
	}
	#title-day p {
		font-size: 12px;
		margin: 0 auto;
		padding-top: 8px;
	}
	/*ページネーション*/
	.pagenation {
		max-width: 600px;
		margin: 30px auto 90px;
	}
	.pagenation li a {
		font-size: 11px;
		padding: 9px 8px;
		margin: 0 8px;
	}
	.current {
		font-size: 11px;
		padding: 9px 8px;
		margin: 0 8px;
	}
	/*記事下層*/
	#tips {
		max-width: 600px;
		margin: 30px auto;
	}
	#tips img {
		width: 200px;
		margin-bottom: 30px;
	}
	#tips p {
		line-height: 1.3;
		font-size: 13px;
		margin-bottom: 20px;
	}
	/*記事前後*/
	.page-select {
		max-width: 600px;
		margin: 30px auto 90px;
	}
	.page-select li a {
		font-size: 11px;
	}
}


/*レスポンシブ（sp）*/
@media screen and (max-width: 599px) {
	p {
		line-height: 1.3;
	}
	/*ヘッダー*/
	.head-logo {
		width: 180px;
		margin-left: 5px;
	}
	/*お問い合わせ*/
	.contact-bt a {
		width: 40px;
		height: 90px;
		bottom: 40px;
		border-radius: 10px 0 0 10px;
	}
	.contact-bt p {
		padding: 15px 0 15px 8px;
		margin: auto;
		font-size: 10px;
		-ms-writing-mode: tb-rl;
		 writing-mode: vertical-rl;
		line-height: 1;
	}
	/*メイン*/
	main {
		margin-top: 50px;
	}
	/*トップ*/
	.top {
		width: 100%;
	}
	.top-movie {
		width: 90%;
	}
	.top-text {
		right: 5%;
		top: 5px;
	}
	.top-text h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.top-text p {
		font-size: 11px;
		line-height: 1.5;
		margin: 3px 4px 0 0;
	}
	/*測量について*/
	.top-service {
		height: 200px;
	}
	.top-ser-text {
		top: 50px;
		left: 15px;
	}
	.top-ser-text p {
		font-size: 10px;
	}
	.top-ser-title {
		margin-bottom: 10px;
	}
	.top-ser-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-ser-title p {
		font-size: 10px;
		margin-left: 64px;
		padding-top: 1px;
	}
	.sub-title p {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.bg-img-right {
		right: 0;
		top: 25px;
		height: 150px;
		width: 58%;
	}
	.bg-img-right::after {
		width: 58%;
		height: 150px;
	}
	/*強み*/
	.top-strengths {
		height: 200px;
	}
	.top-str-text {
		top: 50px;
		right: 15px;
	}
	.top-str-text p {
		font-size: 10px;
	}
	.top-str-title {
		margin-bottom: 10px;
	}
	.top-str-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-str-title p {
		font-size: 10px;
		margin-left: 77px;
	}
	.bg-img-left {
		left: 0;
		top: 25px;
		height: 150px;
		width: 58%;
	}
	.bg-img-left::after {
		width: 58%;
		height: 150px;
	}
	/*機材紹介*/
	.top-equipment {
		height: 200px;
	}
	.top-equ-text {
		top: 50px;
		left: 15px;
	}
	.top-equ-text p {
		font-size: 10px;
	}
	.top-equ-title {
		margin-bottom: 10px;
	}
	.top-equ-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-equ-title p {
		font-size: 10px;
		margin-left: 10px;
	}
	/*施工事例*/
	.top-works {
		height: 200px;
	}
	.top-wor-text {
		top: 50px;
		right: 15px;
	}
	.top-wor-text p {
		font-size: 10px;
	}
	.top-wor-title {
		margin-bottom: 10px;
	}
	.top-wor-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-wor-title p {
		font-size: 10px;
		margin-left: 35px;
	}
	.top-wor-list ul {
		padding-top: 35px;
		margin-left: 15px;
	}
	.top-wor-list li {
		padding-top: 50px;
		margin: 0 0 15px 0;
	}
	.top-wor-list p {
		font-size: 10px;
		padding-bottom: 3px;
	}
	/*会社概要*/
	.top-company {
		height: 200px;
	}
	.top-com-text {
		top: 35px;
		left: 15px;
	}
	.top-com-text p {
		font-size: 10px;
	}
	.top-com-title {
		margin-bottom: 10px;
	}
	.top-com-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-com-title p {
		font-size: 10px;
		margin-left: 20px;
	}
	.sub-title p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	/*新着・ブログ*/
	.bg-img-none {
		display: none;
	}
	.top-topic {
		height: auto;
	}
	/*新着情報*/
	.top-news-text {
		position: initial;
		margin: 20px auto 15px 20px;
	}
	.top-news-text p {
		font-size: 10px;
	}
	.top-news-title {
		margin-bottom: 5px;
	}
	.top-news-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-news-title p {
		font-size: 10px;
		margin-left: 30px;
	}
	.news-list {
		margin-left: 20px;
	}
	.news-list ul li {
		margin-bottom: 5px;
		font-size: 10px;
	}
	.news-list ul li a p {
		padding-right: 8px;
	}
	/*ブログ*/
	.top-blog-text {
		position: initial;
		margin: 15px auto 20px 20px;
	}
	.top-blog-text p {
		font-size: 10px;
	}
	.top-blog-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-blog-title p {
		font-size: 10px;
		margin-left: 26px;
	}
	.blog-list {
		margin-left: 36px;
	}
	.blog-list ul li {
		margin-bottom: 5px;
		font-size: 10px;
	}
	.blog-list ul li a p {
		padding-right: 8px;
	}
	/*現HP*/
	.top-hplink {
		height: 200px;
	}
	.top-hplink-text {
		top: 75px;
		left: 15px;
	}
	.top-hplink-text p {
		font-size: 10px;
	}
	.top-hplink-title {
		margin-bottom: 10px;
	}
	.top-hplink-title h3 {
		font-size: 18px;
		border-bottom: 2px solid; 
	}
	.top-hplink-title p {
		font-size: 10px;
		margin-left: 119px;
	}
	/*フッター*/
	.foot-flex-area {
		flex-direction: column-reverse;
		padding-top: 20px
	}
	.foot-info {
		margin-left: 0;
		margin-bottom: 50px;
	}
	.foot-logo img {
		width: 180px;
	}
	.foot-info-text {
		margin: 0 0 10px;
	}
	.foot-info-text p {
		line-height: 2;
		font-size: 10px;
	}
	.foot-link {
		margin: 10px 0 20px;
	}
	.matsuura-hp2 {
		margin-bottom: 8px;
	}
	.matsuura-hp2 a img {
		width: 15px;
		height: 15px;
		padding-right: 5px;
	}
	.matsuura-hp2 a p {
		font-size: 10px;
	}
	.matsuura-hp2 a:hover p {
		font-size: 10px;
	}
	.matsuura-fb a img {
		width: 15px;
		height: 15px;
		padding-right: 5px;
	}
	.matsuura-fb a p {
		font-size: 10px;
	}
	.matsuura-fb a:hover p {
		font-size: 10px;
	}
	.foot-nav {
		margin: 0 0 10px;
	}
	.nav-set {
		margin-bottom: 0;
		flex-direction: column;
    	align-items: flex-start;
	}
	.nav-set li {
		padding-right: 0;
		margin-bottom: 30px;
		font-size: 10px;
		display: block;
		line-height: 1;
	}
	.nav-set li a .circle-pk {
		font-size: 10px;
	}
	.nav-set li a:hover .circle-pk {
		font-size: 10px;
	}
	.cp {
		text-align: left;
		margin-left: 10px;
	}
	/*共通*/
	/*もっと見る*/
	.more-bt {
		margin: 8px 0;
	}
	.more-bt p {
		font-size: 12px;
	}
	.bt-circle {
		font-size: 12px;
		padding-right: 3px;
	}
	.more-bt a:hover .bt-circle {
		font-size: 12px;
	}
	/*下層*/
	#page-img {
		height: 70px;
	}
	#page-title {
		margin: 20px auto 50px;
		max-width: 300px;
	}
	#page-title h2 {
		font-size: 18px;
		padding-bottom: 5px;
	}
	#page-title p {
		font-size: 10px;
		margin: 10px auto;
	}
	#title-eg p {
		font-size: 12px;
		margin: 0 auto;
		padding-top: 5px;
	}
	#under-title {
		margin: 70px auto 50px;
	}
	#under-title h2 {
		font-size: 15px;
		padding-bottom: 5px;
	}
	#title-day p {
		font-size: 12px;
		margin: 0 auto;
		padding-top: 5px;
	}
	/*ページネーション*/
	.pagenation {
		max-width: 300px;
		margin: 20px auto 60px;
	}
	.pagenation li a {
		font-size: 10px;
		padding: 8px 7px;
		margin: 0 8px;
	}
	.current {
		font-size: 10px;
		padding: 8px 7px;
		margin: 0 8px;
	}
	/*記事下層*/
	#tips {
		max-width: 300px;
		margin: 20px auto;
	}
	#tips img {
		width: 170px;
		margin-bottom: 25px;
	}
	#tips p {
		line-height: 1.3;
		font-size: 12px;
		margin-bottom: 15px;
	}
	/*記事前後*/
	.page-select {
		max-width: 300px;
		margin: 20px auto 60px;
	}
	.page-select li a {
		font-size: 10px;
	}
	/*フェードイン*/
	.fadeIn {
		opacity: 1;
		transition: none;
		position: relative;
		top: 0;
	}
	.active {
	  opacity: 1;
	  top: 0;
	}
}