@charset "utf-8";

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

companyページスタイル

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

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

/* ▼ページタイトル部分PC */
#pagetitle {
	background: url("../img/company/pagetitle_bk.webp") no-repeat;
	background-size: cover;
}

#pagetitle h1 {
	width: 360px;
	margin: 0 auto;
	padding: 90px 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon03.png") no-repeat center top 120px;
	background-size: 154px;
	margin: 0 auto 20px auto;
	padding: 274px 0 0 0;
}

h2 {
	padding-top: 120px;
	width: 360px;
	margin: 0 auto 25px auto;
}

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

/* ▼ご挨拶部分PC */
#message .inner {width: 900px;}

.mtitle {
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}

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

.mname {
	width: fit-content;
	margin-left: auto;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

/* ▼会社概要PC */
#company .inner {width: 900px;}

#company table {
	width: 100%;
	border-top: solid 1px #7f7f7f;
	margin-bottom: 50px;
}

#company table th, #company table td {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	font-weight: normal;
	border-bottom: solid 1px #7f7f7f;
	padding: 18px 0;
}

#company table th {
	width: 240px;
	padding-left: 30px;
	text-align: left;
	box-sizing: border-box;
}

#company table li {
	list-style: disc;
	margin-left: 25px;
}

.pdfbtn a {
	display: block;
	width: 312px;
	height: 48px;
	margin: 0 auto;
	background: url("../img/company/pdf_btn.png") no-repeat;
	background-size: cover;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	text-align: left;
	padding: 15px 0 0 82px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼沿革PC */
#history .inner {width: 900px;}

#history_area {
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	padding: 20px 0 30px 0;
}

#history_area table {width: 100%;}

#history_area table th, #history_area table td {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	font-weight: normal;
	padding: 20px 0;
}

#history_area table th {
	width: 240px;
	padding-left: 30px;
	text-align: left;
	box-sizing: border-box;
}

#history_area p {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: right;
}

/* ▼アクセスPC */
#access .inner {
	width: 900px;
	padding-bottom: 50px;
}

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

.access_add {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 35px;
}

}

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

/* ▼ページタイトル部分SP */
#pagetitle {
	background: url("../img/company/pagetitle_bk_sp.webp") no-repeat;
	background-size: cover;
}

#pagetitle h1 {
	width: 70%;
	margin: 0 auto;
	padding: 16vw 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon03.png") no-repeat center top 18vw;
	background-size: 30vw;
	margin: 0 auto 4vw auto;
	padding: 48vw 0 0 0;
}

h2 {
	padding-top: 15vw;
	width: 80%;
	margin: 0 auto 4vw auto;
}

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

/* ▼ご挨拶部分SP */
.mtitle {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5vw;
}

.mtxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 30px;
}

.mname {
	width: fit-content;
	margin-left: auto;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

/* ▼会社概要SP */
#company table {
	width: 100%;
	border-top: solid 1px #7f7f7f;
	margin-bottom: 6vw;
}

#company table th, #company table td {
	display: block;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	font-weight: normal;
}

#company table th {
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
	padding: 4vw 0 0.5vw 0;
}

#company table td {
	border-bottom: solid 1px #7f7f7f;
	padding: 0.5vw 0 4vw 0;
}

#company table li {
	list-style: disc;
	margin-left: 5vw;
}

.pdfbtn a {
	display: block;
	width: 70vw;
	height: 11vw;
	margin: 0 auto;
	background: url("../img/company/pdf_btn.png") no-repeat;
	background-size: contain;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: left;
	padding: 3.5vw 0 0 20vw;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼沿革SP */
#history_area {
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	padding: 4vw 0 6vw 0;
}

#history table {
	width: 100%;
	margin-bottom: 6vw;
}

#history table th, #history table td {
	display: block;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	font-weight: normal;
}

#history table th {
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
	padding: 4vw 0 0.5vw 0;
}

#history table td {padding: 0.5vw 0 4vw 0;}

#history_area p {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: right;
}

/* ▼アクセスSP */
#access .inner {width: 100%;}

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

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

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

}
