@charset "utf-8";

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

companyスタイル

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

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

/* ▼共通PC */
#pagetitle {
	width: 800px;
	margin: 100px auto 80px auto;
}

h1 {
	font-size: 48px; font-size: 4.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 35px;
}

h2 {
	width: 900px;
	margin: 0 auto 55px auto;
	padding: 25px 0 16px 0;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	position: relative;
}

h2 span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -30px;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.bigtxt {
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	padding: 15px 0 45px 0;
	line-height: 1.6;
}

/* ▼messagePC */
#message .inner {
	width: 800px;
	position: relative;
	padding-bottom: 100px;
}

.daihyou {
	position: absolute;
	width: 238px;
	top: 110px;
	right: 0;
	text-align: center;
}

.daihyou > p {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	padding-top: 15px;
}

.mestxt {
	width: 500px;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

/* ▼historyPC */
#history .inner {padding-bottom: 70px;}

.history_box {
	width: 800px;
	margin: 0 auto;
	border-top: solid 1px #000;
}

.history_box th, .history_box td {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding: 25px 0;
	border-bottom: solid 1px #000;
}

.history_box th {
	width: 195px;
	background: #f2f2f2;
	text-align: center;
}

.history_box td {
	padding-left: 50px;
	padding-right: 25px;
}

.history_box td img {margin-top: 15px;}

.history_sm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 800px;
	margin: 90px auto 0 auto;
}

.history_sm::after {
	content: "";
	display: block;
	width: 240px;
}

.history_sm figure {width: 240px;}

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

.history_sm figcaption {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 8px 0 60px 0;
}

/* ▼companyPC */
#company .inner {padding-bottom: 100px;}

#company h2 {margin-bottom: 100px;}

.company_box {
	width: 800px;
	margin: 0 auto;
	border-top: solid 1px #000;
}

.company_box th, .company_box td {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding: 20px 0;
	border-bottom: solid 1px #000;
	vertical-align: middle;
}

.company_box th {
	width: 180px;
	background: #f2f2f2;
	text-align: center;
}

.company_box td {
	padding-left: 30px;
	padding-right: 25px;
}

.company_box td img {margin-top: 15px;}

.pan {margin: 90px 0 50px 0;}

.pan a {
	width: 480px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 9999px;
	display: block;
	background: #04438b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.pdfimg {
	width: 330px;
	margin: 0 auto;
}

}

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

/* ▼共通SP */
#pagetitle {margin: 14vw auto 12vw auto;}

h1 {
	font-size: 9vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 8vw;
}

h2 {
	width: 90%;
	margin: 0 auto 11vw auto;
	padding: 5vw 0 3vw 0;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	position: relative;
}

h2 span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -6vw;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.bigtxt {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	padding: 15px 0 45px 0;
	line-height: 1.6;
}

/* ▼messageSP */
#message .inner {
	position: relative;
	padding-bottom: 15vw;
}

.daihyou {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding-top: 4vw;
	padding-bottom: 6vw;
}

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

.daihyou > p {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	padding-top: 15px;
}

.mestxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

/* ▼historySP */
#history .inner {padding-bottom: 10vw;}

.history_box {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #000;
}

.history_box th, .history_box td {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding: 4vw 0;
	border-bottom: solid 1px #000;
}

.history_box th {
	width: 25%;
	background: #f2f2f2;
	text-align: center;
}

.history_box td {
	padding-left: 3vw;
	padding-right: 3vw;
}

.history_box td img {
	width: 100%;
	margin-top: 3vw;
}

.history_sm {
	width: 60%;
	margin: 15vw auto 0 auto;
}

.history_sm figure {width: 100%;}

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

.history_sm figcaption {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 2vw 0 10vw 0;
}

/* ▼companySP */
#company .inner {padding-bottom: 20vw;}

#company h2 {margin-bottom: 18vw;}

.company_box {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #000;
}

.company_box th, .company_box td {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding: 4vw 0;
	border-bottom: solid 1px #000;
	vertical-align: middle;
}

.company_box th {
	width: 30%;
	background: #f2f2f2;
	text-align: center;
}

.company_box td {
	padding-left: 3vw;
	padding-right: 3vw;
}

.company_box td img {
	width: 100%;
	margin-top: 3vw;
}

.pan {margin: 18vw 0 12vw 0;}

.pan a {
	width: 100%;
	margin: 0 auto;
	padding: 5vw 0;
	border-radius: 9999px;
	display: block;
	background: #04438b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.pdfimg {
	width: 65%;
	margin: 0 auto;
}

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

}
