@charset "utf-8";

/*---------------------------------------------

トップページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼共通部分 PC */
.white_btn a {
	display: block;
	width: 320px;
	margin: 0 auto;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #fff url("../img/btn_arrow.png") right 20px center no-repeat;
	background-size: 18px;
	image-rendering: -webkit-optimize-contrast;
	font-size: 20px; font-size: 2.0rem;
	padding: 12px 0;
}

.black_btn a {
	display: block;
	width: 320px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #000 url("../img/btn_arrow_white.png") right 20px center no-repeat;
	background-size: 18px;
	image-rendering: -webkit-optimize-contrast;
	font-size: 20px; font-size: 2.0rem;
	padding: 12px 0;
}

.blue_btn a {
	display: block;
	width: 320px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #0084ff url("../img/btn_arrow.png") right 20px center no-repeat;
	background-size: 18px;
	image-rendering: -webkit-optimize-contrast;
	font-size: 20px; font-size: 2.0rem;
	padding: 12px 0;
}

/* ▼メイン部分 PC */
#topmain {
	width: 100%;
	height: 550px;
	background: url("../img/top_mainbk_pc_240229.webp") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#topmain p {
	font-size: 32px; font-size: 3.2rem;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	padding: 420px 0 0 20px;
	color: #fff;
	font-weight: bold;
}

/* ▼業務内容部分 PC */
#service {background: #e9e9e9;}

#service .inner {
	padding: 60px 0;
	min-height: 318px;
	position: relative;
}

#service h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 470px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

#service h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.service_img {
	width: 470px;
	position: absolute;
	top: 60px;
	right: 0;
}

.service_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.service_txt {
	color: #000;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	width: 470px;
	margin-bottom: 30px;
}

#service .blue_btn {width: 470px;}

/* ▼製品紹介部分 PC */
#product {background: #fff;}

.pp1 {padding: 90px 0 0 0;}

#product h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

#product h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.product_img {display: flex;}

.product_img > div {width: calc(100% / 3);}

.product_img > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.pp2 {padding: 35px 0 90px 0;}

.top_bnlist {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.top_bnlist > li a {
	display: flex;
	width: 312px;
	height: 152px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.top_bnlist > li:nth-of-type(1) a {
	background: url("../img/top_bnbk01_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top_bnlist > li:nth-of-type(2) a {
	background: url("../img/top_bnbk02_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top_bnlist > li:nth-of-type(3) a {
	background: url("../img/top_bnbk03_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼お問い合わせ部分 PC */
#contact {background: #e9e9e9;}

#contact .inner {padding: 60px 0;}

#contact h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

#contact h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.tellink {
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 5px;
}

.tellink a {
	text-decoration: none;
	color: #000;
}

.eigyo {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 30px;
}

.eigyo span {margin-left: 20px;}

/* ▼アクセス部分 PC */
#access {background: #fff;}

#access .inner {padding: 60px 0 30px 0;}

#access h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#access h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.access_txt {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 10px;
}

.ac_add {
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
}

.ac_add span {margin-right: 20px;}

#maparea {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

}

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

/* ▼共通部分 SP */
.white_btn, .black_btn, .blue_btn {
	width: 80%;
	margin: 0 auto;
}

.white_btn a {
	display: block;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #fff url("../img/btn_arrow.png") right 5% center no-repeat;
	background-size: 6%;
	image-rendering: -webkit-optimize-contrast;
	font-size: 4vw;
	padding: 3vw 0;
}

.black_btn a {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #000 url("../img/btn_arrow_white.png") right 5% center no-repeat;
	background-size: 6%;
	image-rendering: -webkit-optimize-contrast;
	font-size: 4vw;
	padding: 3vw 0;
}

.blue_btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #0084ff url("../img/btn_arrow.png") right 5% center no-repeat;
	background-size: 6%;
	image-rendering: -webkit-optimize-contrast;
	font-size: 4vw;
	padding: 3vw 0;
}

/* ▼メイン部分 SP */
#topmain {
	width: 100%;
	height: 140vw;
	background: url("../img/top_mainbk_sp_240205.webp") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#topmain p {
	font-size: 7vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	padding: 102vw 0 0 5%;
	color: #fff;
	font-weight: bold;
}

/* ▼業務内容部分 SP */
#service {background: #e9e9e9;}

#service .inner {padding: 14vw 0;}

#service h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 7vw;
}

#service h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.service_img {
	width: 100%;
	margin: 0 auto 5vw auto;
}

.service_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.service_txt {
	color: #000;
	font-size: 4vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	margin-bottom: 8vw;
}

/* ▼業務内容部分 SP */
#product {background: #fff;}

.pp1 {padding: 14vw 0 0 0;}

#product h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 7vw;
}

#product h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.product_img > div {margin-bottom: 7vw;}

.product_img > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.pp2 {padding: 2vw 0 16vw 0;}

.top_bnlist {margin-top: 20vw;}

.top_bnlist > li a {
	display: flex;
	width: 90%;
	margin: 0 auto 7vw auto;
	height: 35vw;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.top_bnlist > li:nth-of-type(1) a {
	background: url("../img/top_bnbk01_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top_bnlist > li:nth-of-type(2) a {
	background: url("../img/top_bnbk02_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.top_bnlist > li:nth-of-type(3) a {
	background: url("../img/top_bnbk03_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼お問い合わせ部分 SP */
#contact {background: #e9e9e9;}

#contact .inner {padding: 14vw 0;}

#contact h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#contact h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.tellink {
	font-size: 6vw;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 1.5vw;
}

.tellink a {
	text-decoration: none;
	color: #000;
}

.eigyo {
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 6vw;
}

.eigyo span {display: block;}

/* ▼アクセス部分 SP */
#access {background: #fff;}

#access .inner {padding: 10vw 0 0 0;}

#access h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#access h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.access_txt {
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 4vw;
}

.ac_add {
	font-size: 5vw;
	line-height: 1.6;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
}

.ac_add span {display: block;}

#maparea {
	width: 100%;
	padding-bottom: 20vw;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 10%;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}
