/*----------------------------------
下層ページ共通
----------------------------------*/

.page-mainvisual {
	position: relative;
	height: 210px;
}

.page-mainvisual__img {
	height: 100%;
}

.page-mainvisual__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-mainvisual__title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	transform: translate(-50%, -50%);
	line-height: 1.5;
	text-align: center;
}

.page-mainvisual__title::after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 70px;
	height: 3px;
	transform: translateX(-50%);
	background-color: #09858c;
	content: "";
}

.page-mainvisual__title > span {
	display: block;
	text-shadow: 0 0 7px rgb(0, 0, 0);
	white-space: nowrap;
}

.page-mainvisual__title .ja {
	color: #fff;
	font-weight: 500;
	font-size: 3.2rem;
}

.page-mainvisual__title .en {
	color: #ccc;
	font-weight: 500;
	text-transform: uppercase;
}

.breadcrumb {
	padding: 10px 0 60px;
}

.breadcrumb__items {
	display: flex;
	align-items: center;
}

.breadcrumb__items > span {
	margin-right: 10px;
	font-size: 1.3rem;
}

.breadcrumb__items > span a {
	color: #111;
}

.breadcrumb__items > span:first-child {
	position: relative;
}

.breadcrumb__items > span:nth-child(2) {
	position: relative;
}

.breadcrumb__items > span:not(:first-child) {
	margin-left: 10px;
}

.breadcrumb__items > span:not(:last-child) {
	white-space: nowrap;
}

.breadcrumb__items > span:last-child {
	color: #989898;
}

.breadcrumb__items > span:last-child::after {
	content: none;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.page-numbers {
	width: 41px;
	height: 47px;
	margin: 0 6px;
	padding-top: 5px;
	border: 1px solid #09858c;
	color: #09858c;
	font-size: 16px;
	text-align: center;
}

.page-numbers.current {
	background-color: #09858c;
	color: #fff;
}

.page-404 {
	padding: 100px 0;
	text-align: center;
}

.page-404 h1 {
	font-weight: 700;
	font-size: 3.2rem;
}

.page-404 p {
	margin-top: 50px;
}

/*----------------------------------
めっき加工技術ページ
----------------------------------*/

.business {
	padding-bottom: 120px;
}

.business .top-business__text {
	margin-top: 0;
}

.business__lists.above {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.business__lists.bottom {
	margin-top: 40px;
}

.business__lists.bottom .business__list {
	width: 100%;
}

.business__lists.bottom .business__list:nth-child(even) {
	margin: 40px 0 0 0;
}

.business__list {
	width: calc(50% - 20px);
	padding-top: 20px;
}

.business__list:nth-child(even) {
	margin-left: 40px;
}

.business__list:nth-child(n+3) {
	margin-top: 20px;
}

.business__title {
	margin-top: 4px;
	color: #09858c;
	font-weight: 700;
	font-size: 1.8rem;
}

.business__text {
	margin-top: 5px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.business-button {
	margin-top: 10px;
}

.business-button-link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 35px;
	padding-bottom: 2px;
	background-color: #09858c;
	color: #fff;
	font-size: 1.4rem;
}

.business-button-link::before {
	box-sizing: content-box;
	display: inline-block;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	margin: 2px 6px 0 0;
	border: 0.075em solid currentColor;
	border-radius: 50%;
	background: currentColor;
	content: "";
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}

.business-button-link::after {
	position: absolute;
	top: 14px;
	left: 15.5px;
	width: 0;
	height: 0;
	margin: auto;
	transform: translateX(15%);
	border-right: 0;
	border-width: 0.28em 0.41177em;
	border-style: solid;
	border-color: transparent;
	border-left-color: currentColor;
	content: "";
	color: #09858c;
}

.business-button-link:hover {
	opacity: 1;
}

.business__box {
	margin-top: 50px;
	padding: 30px;
	border: 1px solid #09858c;
}

.business-caption {
	padding-left: 1em;
	color: #09858c;
	font-size: 1.5rem;
	text-indent: -1em;
}

.business-caption + .business-caption {
	margin-top: 5px;
}

/*----------------------------------
設備紹介ページ
----------------------------------*/

.page-equipment main {
	background-color: #F2F2F2;
}

.equipment-sec01 .text {
	text-align: center;
}

.equipment-sec__title {
	margin-bottom: 20px;
	color: #09858c;
	font-weight: 700;
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
}

.equipment__lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.equipment__list {
	width: calc(33.333% - 26.6666666667px);
	margin-left: 40px;
}

.equipment__list:nth-child(3n+1) {
	margin-left: 0;
}

.equipment__list:nth-child(n+4) {
	margin-top: 40px;
}

.equipment__img img {
	width: 100%;
}

.equipment__title {
	margin-top: 7px;
	color: #09858c;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.4;
	text-align: center;
}

.equipment__wrap {
	display: flex;
	margin-top: 40px;
}

.equipment-other__lists {
	width: calc(50% - 20px);
}

.equipment-other__lists + .equipment-other__lists {
	margin-left: 40px;
}

.equipment-other__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
}

.equipment-other__list + .equipment-other__list {
	margin-top: 2px;
}

.equipment-other__list .list__right {
	display: inline-block;
	color: #09858c;
	font-weight: 700;
	white-space: nowrap;
}

.equipment-sec02 {
	margin-top: 120px;
	padding-bottom: 120px;
}

.equipment-sec02 .equipment__list {
	width: calc(25% - 30px);
}

.equipment-sec02 .equipment__list:nth-child(4) {
	margin: 0 0 0 40px;
}

.equipment-button {
	margin-top: 70px;
}

.equipment-button-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	height: 72px;
	margin: auto;
	background-color: #09858c;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}

.equipment-button-link:hover {
	opacity: 1;
}

/*----------------------------------
めっきカラー見本ページ
----------------------------------*/

.page-colors main {
	background-color: #F2F2F2;
}

.colors {
	padding-bottom: 120px;
}

.colors-head {
	display: flex;
}

.color-type {
	display: flex;
	align-items: center;
}

.color-type:nth-of-type(2) {
	margin-left: 50px;
}

.color-type__title {
	margin-right: 5px;
	font-weight: 700;
	font-size: 1.8rem;
}

.color-type__title.red {
	color: #d30003;
}

.color-type__title.blue {
	color: #0049b6;
}

.color__lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.color__list {
	width: calc(20% - 8px);
	margin-left: 10px;
}

.color__list:nth-child(5n+1) {
	margin-left: 0;
}

.color__list:nth-child(n+6) {
	margin-top: 30px;
}

.color__list .type {
	display: flex;
}

.color__list .color-type__title {
	font-size: 1.6rem;
}

.color__list .color-type__title + .color-type__title {
	margin-left: 10px;
}

.color__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	background-color: #fff;
}

.color__title {
	margin-top: 5px;
}

.color__title span {
	display: block;
	line-height: 1.5;
}

.color__title span.ja {
	min-height: 16.8px;
	margin-top: 3px;
	font-size: 1.4rem;
	line-height: 1.2;
}

/*----------------------------------
よくあるご質問ページ
----------------------------------*/

.faq {
	padding-bottom: 120px;
}

.faq__content {
	width: 940px;
	max-width: 100%;
	margin: 60px auto 0;
}

.faq__item + .faq__item {
	margin-top: 40px;
}

.question {
	position: relative;
	padding: 14px 60px 13px 34px;
	background-color: #D2EAEA;
	color: #fff;
	font-weight: 500;
}

.question:hover {
	cursor: pointer;
}

.question::before,
.question::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 18px;
	height: 2px;
	transform: translate(-50%, -50%);
	background: #09858c;
	content: "";
	transition: all 0.4s;
}

.question::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.question.minus::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.answer {
	display: none;
	padding: 13px 32px 13px 34px;
}

.q-list,
.a-list {
	display: flex;
	align-items: baseline;
}

.q-list-left,
.a-list-left {
	margin-right: 15px;
	font-weight: 500;
	font-size: 2.2rem;
}

.q-list-left,
.q-list-right {
	color: #09858c;
}

.q-list-right {
	font-size: 1.8rem;
}

.a-list-left {
	color: #C75454;
}

.a-list-right {
	line-height: 1.8;
}

/*----------------------------------
会社案内ページ
----------------------------------*/

.page-company main {
	background-color: #F2F2F2;
}

.company-sec {
	margin-top: 120px;
}

.company-sec01 {
	margin-top: 0 !important;
}

.company-sec__title {
	margin-bottom: 30px;
	color: #09858c;
	font-weight: 700;
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
}

.company-sec01__inner {
	padding: 40px 60px;
	background-color: #fff;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}

.president {
	margin-top: 20px;
	font-weight: 700;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	text-align: right;
}

.profile__content .table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.profile__content .table tr {
	display: block;
}

.profile__content .table tr + tr {
	margin-top: 2px;
}

.profile__content .table th,
.profile__content .table td {
	padding: 16px 0;
	font-size: 1.5rem;
}

.profile__content .table th {
	width: 18.348%;
	min-width: 150px;
	padding-left: 30px;
	background-color: #09858c;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: left;
}

.profile__content .table td {
	width: 890px;
	padding-right: 10px;
	padding-left: 30px;
	background-color: #fff;
	line-height: 1.8;
	vertical-align: middle;
}

.company-sec03 .company-sec__title,
.company-sec04 .company-sec__title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	margin-bottom: 0;
	background-color: #09858c;
	color: #fff;
}

.philosophy__lists,
.motto__lists {
	padding: 50px 30px;
	background-color: #fff;
}

.philosophy__list,
.motto__list {
	margin-left: 30px;
	padding-left: 1em;
	font-weight: 700;
	line-height: 1.6;
	font-family: "Noto Serif JP", serif;
	text-indent: -2em;
}

.philosophy__list + .philosophy__list,
.philosophy__list + .motto__list,
.motto__list + .philosophy__list,
.motto__list + .motto__list {
	margin-top: 20px;
}

.philosophy__list {
	font-size: 1.8rem;
}

.philosophy__list + .philosophy__list {
	margin-top: 20px;
}

.motto__list {
	display: flex;
	align-items: center;
}

.motto__title {
	flex: 0 0 292px;
	color: #09858c;
	font-weight: 700;
	font-size: 2.4rem;
}

.motto__text {
	margin-left: 75px;
	font-size: 1.8rem;
}

.history__lists {
	width: 830px;
	max-width: 100%;
	margin: 60px auto 0;
}

.history__list {
	display: flex;
	position: relative;
	padding-bottom: 30px;
}

.history__list:last-child::after {
	height: calc(100% - 38px);
}

.history__list::after {
	position: absolute;
	top: 15px;
	left: 140.5px;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	content: "";
}

.history__list .year {
	position: relative;
	flex: 0 0 113px;
}

.history__list .year::after {
	z-index: 1;
	position: absolute;
	top: 13.5px;
	right: -33px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #09858c;
	content: "";
}

.history__list .event {
	margin: 3px 0 0 56px;
	line-height: 1.8;
}

.company-sec06 {
	padding-bottom: 120px;
}

.google-map iframe {
	max-width: 100%;
}

.map__text a {
	color: blue;
}

/*----------------------------------
品質・環境マネジメントページ
----------------------------------*/

.page-management main {
	background-color: #F2F2F2;
}

.management-sec01 .text {
	text-align: center;
}

.management-sec__title {
	margin-bottom: 30px;
	color: #09858c;
	font-weight: 700;
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
}

.management-sec02,
.management-sec03 {
	margin-top: 120px;
}

.management-sec02 .management-sec__title,
.management-sec03 .management-sec__title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	margin-bottom: 0;
	background-color: #09858c;
	color: #fff;
}

.quality,
.management-sec03__wrap {
	background-color: #fff;
}

.quality {
	padding: 50px 30px;
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}

.management-sec03 {
	padding-bottom: 120px;
}

.management-sec03__wrap {
	padding: 50px 100px;
}

.management__lists {
	margin-top: 30px;
	padding: 0 20px;
	list-style: auto;
}

.management__lists li {
	padding-left: 3px;
	line-height: 1.6;
	list-style-type: auto;
}

.management__lists li + li {
	margin-top: 20px;
}

.management-child__lists {
	margin: 30px 0;
	padding: 0 40px;
}

.management-child__list {
	list-style-type: upper-roman !important;
}

.iso-certificate {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.iso-certificate__img + .iso-certificate__img {
	margin-left: 80px;
}

.iso-certificate__img img {
	border: 1px solid #aaa;
}

.download-caption {
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}

/*----------------------------------
採用情報ページ
----------------------------------*/

.recruit {
	padding-bottom: 200px;
}

.recruit .text {
	text-align: center;
}

/*----------------------------------
お知らせ（一覧）ページ
----------------------------------*/

.archive-news {
	padding-bottom: 120px;
}

.archive-news .news__items {
	margin-top: 0;
}

/*----------------------------------
お知らせ（詳細）ページ
----------------------------------*/

.news {
	padding-bottom: 120px;
}

.news__wrap {
	width: 900px;
	max-width: 100%;
	margin: auto;
}

.news__title {
	margin-top: 20px;
	font-weight: 500;
	font-size: 2.4rem;
}

.news__wrapper {
	margin-top: 28px;
	padding-bottom: 80px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

.news__content {
	margin: 60px auto 0;
}

.news__content figure {
	margin: 40px 0;
}

.news__text + .news__text {
	margin-top: 24px;
}

.news-single__footer {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.news-single__footer a {
	color: #111;
}

.news-single__footer-left {
	margin-right: 70px;
}

.news-single__footer-left a {
	position: relative;
	padding-left: 15px;
}

.news-single__footer-left a::before {
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 9px;
	height: 9px;
	margin: 0;
	transform: rotate(-135deg);
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	content: "";
}

.news-single__footer-right {
	margin-left: 70px;
}

.news-single__footer-right a {
	position: relative;
	padding-right: 15px;
}

.news-single__footer-right a::after {
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 0;
	width: 9px;
	height: 9px;
	margin: 0;
	transform: rotate(45deg);
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	content: "";
}

/*----------------------------------
お問い合わせページ
----------------------------------*/

.page-contact .page-mainvisual::before,
.page-thanks .page-mainvisual::before,
.page-deadline-contact .page-mainvisual::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
}

.page-contact .page-mainvisual__title > span,
.page-deadline-contact .page-mainvisual__title > span {
	white-space: initial;
}

.contact {
	padding-bottom: 120px;
}

.contact .text {
	text-align: center;
}

.nouki-contact .contact-row:nth-child(4) {
	border-bottom: none;
}

.nouki-contact .contact-title {
	flex: 0 0 210px;
}

.nouki-contact .contact-title .font-small {
	font-size: 1.4rem;
}

.nouki-contact .conditional-field {
	border-top: 1px solid #111;
}

.contact-content {
	margin-top: 50px;
	border: 1px solid #111;
}

.contact-row {
	display: flex;
	border-bottom: 1px solid #111;
}

.contact-row:last-child {
	border-bottom: none;
}

.contact-row.radio-content .wpcf7-list-item {
	margin: 0 1em 0 0;
}

.contact-row.radio-content .contact-title__wrap,
.contact-row.file .contact-title__wrap {
	padding-bottom: 15px;
}

.contact-row.radio-content .contact-text,
.contact-row.file .contact-text {
	margin-top: 14px;
}

.contact-row.radio-content input,
.contact-row.file input {
	background-color: transparent;
}

.conditional-field {
	display: none;
}

input {
	background-color: #f1f4ff;
}

input {
	background-color: #f3f3f3;
}

.contact-title__wrap {
	display: flex;
	flex: 0 0 30.678%;
	justify-content: space-between;
	padding: 15px 14px 0 0;
	background: #e1f7f7;
}

.no-padding .contact-title__wrap {
	padding-top: 0;
}

.contact-label {
	display: flex;
	flex: 0 0 45px;
	align-items: center;
	justify-content: center;
	height: 22px;
	margin-top: 6px;
	padding-bottom: 1.5px;
	border-radius: 3px;
	background-color: #c70101;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

.contact-title {
	flex: 0 0 145px;
	margin-left: 20px;
	font-weight: 500;
}

.address__wrapper {
	width: 100%;
	margin-left: 18px;
	padding-top: 10px;
}

.contact-mini-text {
	display: flex;
	margin-bottom: 10px;
}

.contact-mini-text:last-child {
	margin-bottom: 0;
}

.contact-mini-text input {
	width: 160px !important;
}

.contact-mini-text.mr15 input {
	margin-right: 15px;
}

.contact-text.city {
	flex: 0 0 97.5%;
	margin: 12px 0;
}

.contact-text.city input {
	width: 96%;
}

.contact-mini-text__title {
	display: block;
	width: 75px;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.12em;
}

.city .contact-mini-text__title {
	letter-spacing: 0.16em;
}

.post-mark {
	display: inline-block;
	width: 27px;
	height: 38px;
	padding: 4px 0 0 6px;
	background-color: #a8acad;
	color: #000;
	font-size: 15px;
}

.explanation {
	display: inline-block;
	width: 225px;
	height: 38px;
	padding-top: 5px;
	border: 1px solid #b2b2b2;
	background-color: rgba(168, 172, 173, 0.43);
	color: #000;
	font-size: 14px;
	text-align: center;
}

.contact-text {
	flex: 0 0 65.8%;
	max-width: 100%;
	margin: 12px 18px;
}

input[type=text],
input[type=tel],
input[type=email] {
	width: 56.79%;
	max-width: 100%;
	height: 38px;
	padding: 2px 0 0 12px;
	border: none;
	border: 1px solid #999;
	background-color: #fff;
}

.contact-type {
	padding: 14px 0 14px 39px;
}

.contact-type label {
	display: inline-block;
	width: 220px;
	margin-bottom: 5px;
}

.contact-type .check-text {
	font-size: 15px;
	letter-spacing: 0.12em;
}

input:focus,
textarea:focus {
	border: 2px solid #09858c;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 280px;
	padding: 7px 12px;
	border: none;
	border: 1px solid #ababab;
	background-color: #fff;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	resize: vertical;
}

input {
	font-size: 16px;
}

.contact__check {
	margin-top: 48px;
	text-align: center;
}

.form-checkbox {
	display: none;
}

.form-checkbox + span {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.form-checkbox + span::before,
.form-checkbox + span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.form-checkbox + span::before {
	display: block;
	top: 15px;
	left: -20px;
	width: 15px;
	height: 15px;
	border: 1px solid #707070;
	border-radius: 2px;
	background: #fff;
}

.form-checkbox + span::after {
	top: 11px;
	left: -17px;
	width: 10px;
	height: 6px;
	transform: rotate(-45deg);
	border-bottom: 2px solid #09858c;
	border-left: 2px solid #09858c;
	content: "";
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

.form-checkbox:active + span::before {
	border: 1px solid #6d8efc;
	background: #d1d9f6;
	box-shadow: none;
}

.form-checkbox:checked + span::after {
	opacity: 1;
}

.check-text {
	padding-left: 5px;
	color: #000;
	font-size: 17px;
}

.agreement {
	width: 868px;
	max-width: 100%;
	margin: 45px auto 0;
}

.agreement__content {
	height: 208px;
	padding: 26px 30px;
	overflow: scroll;
	border: 1px solid #B5B5B5;
	background-color: #fff;
}

.agreement__text {
	font-size: 14px;
	line-height: 2.142;
	letter-spacing: 0.1em;
}

.agreement__title {
	font-weight: 700;
	font-size: 1.6rem;
}

.agreement__subtitle {
	font-weight: 500;
}

.btn-submit-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	max-width: 100%;
	height: 70px;
	margin: 34px auto 0;
	background-color: #09858c;
	color: #fff;
}

.btn-submit-link input {
	width: 100%;
	height: 100%;
	border: none;
	background-color: #09858c;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease 0s;
}

.btn-submit-link input:disabled:hover {
	background-color: #09858c;
}

.btn-submit-link input:hover {
	background-color: #09959d;
	cursor: pointer;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
	display: none;
}

.thanks-message {
	padding: 0 50px 100px;
	text-align: center;
}

.thanks-message__title {
	font-weight: 700;
	font-size: 3.2rem;
}

.thanks-message__text {
	margin-top: 50px;
}

.back-top {
	margin-top: 50px;
}

.back-top a {
	color: blue;
}

/*----------------------------------
初期化
----------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
	color: #111;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	overflow-wrap: break-word;
}

.content {
	flex: 1;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

.d-iblock {
	display: inline-block;
}

/*----------------------------------
補完クラス
----------------------------------*/

.color-main {
	color: #09858c;
}

.bg-yellow {
	background-color: #FFE731;
}

/*----------------------------------
共通パーツ
----------------------------------*/

.inner,
.inner2 {
	width: min(100% - 100px, 1040px);
	height: inherit;
	margin: auto;
}

.inner2 {
	width: 1720px;
}

/*----------------------------------
ヘッダー
----------------------------------*/

.header {
	z-index: 20;
	width: 100%;
	padding-top: 3px;
	background-color: #fff;
}

.header__above {
	padding: 0 50px;
}

.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3px;
}

.header__wrap .logo {
	width: 315px;
}

.header__right {
	display: flex;
	flex: 0 0 46%;
	align-items: center;
	justify-content: flex-end;
}

.header-number {
	position: relative;
	flex: 0 0 235px;
	margin-left: 20px;
	font-family: "Noto Serif JP", serif;
	text-align: right;
}

.phone-number {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #333;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
}

.phone-number .font-small {
	display: inline-block;
	height: 25px;
	margin: 4px 5px 0 0;
	padding: 1px 0 2px 5px;
	padding-right: 5px;
	background-color: #09858c;
	color: #fff;
	font-size: 18px;
}

.fax-number {
	margin-top: 3px;
	color: #333;
	font-weight: 700;
	line-height: 1.4;
}

.fax-number .font-small {
	margin-right: 4px;
	color: #09858c;
}

.fax-number .small {
	font-size: 1.3rem;
}

.header-contact {
	flex: 0 0 217px;
	margin-left: 20px;
	text-align: center;
}

.header-contact .other-contact {
	margin-top: 5px;
}

.header-contact .button-link {
	width: 320px;
	height: 38px;
	font-size: 16px;
}

.button-link {
	display: flex;
	display: flex;
	position: relative;
	align-items: center;
	align-items: center;
	justify-content: center;
	justify-content: center;
	width: 217px;
	height: 54px;
	padding: 0 0 4px 18px;
	border-radius: 50px;
	background-color: #09858c;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.button-link::before {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	border-radius: 50px;
	background: #fff;
	content: "";
	opacity: 0;
	transition: all 0.3s;
}

.button-link span {
	position: relative;
}

.button-link span::before {
	position: absolute;
	top: 55%;
	left: -30px;
	width: 21px;
	height: 20px;
	transform: translateY(-50%);
	background: url(../img/icon_mail_white.png) no-repeat center left/contain;
	content: "";
}

.button-link:hover {
	opacity: 1;
}

.nouki-contact .button-link {
	background-color: #bc0001;
}

.nouki-contact .button-link:hover {
	opacity: 1;
}

.header__bottom {
	z-index: 10;
	position: sticky;
	top: 0;
	height: 84px;
	margin-top: 5px;
	background-color: #09858c;
}

.header__nav {
	height: 100%;
	margin-left: auto;
}

ul.header__nav-items {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul.header__nav-items li {
	position: relative;
	width: 16.6666666667%;
	height: 100%;
}

ul.header__nav-items li::before {
	position: absolute;
	top: 22px;
	left: -1px;
	width: 1px;
	height: 40px;
	background-color: #fff;
	content: "";
}

ul.header__nav-items li:last-child::after {
	position: absolute;
	top: 22px;
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #fff;
	content: "";
}

ul.header__nav-items li a {
	display: block;
	position: relative;
	height: 100%;
	padding: 23px 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}

ul.header__nav-items li a:hover {
	background-color: #09959d;
	opacity: 1;
}

ul.header__nav-items li a .en {
	display: block;
	color: #68B8BD;
	font-weight: 400;
	font-size: 1.1rem;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

ul.header__nav-items li a.current-nav {
	background-color: #09959d;
}

/*----------------------------------
ドロワー
----------------------------------*/

button.drawer-toggle {
	-ms-overflow-style: none;
	display: none;
	z-index: 100;
	position: fixed;
	width: 80px;
	height: 30px; /* IE, Edge 対応 */
	scrollbar-width: none;
}

button.drawer-toggle::after {
	position: absolute;
	content: "MENU";
	font-weight: 500;
}

button.drawer-toggle::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}

.drawer-hamburger-icon {
	visibility: hidden;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	visibility: visible;
	width: 80px;
	height: 1px;
	background-color: #111;
}

.drawer-hamburger-icon:before {
	top: -14px;
}

.drawer-hamburger-icon:after {
	top: 14px;
}

.drawer--right .drawer-nav {
	right: -35.208%;
}

nav.drawer-nav {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	z-index: 40;
	width: 35.208%;
	margin-top: 0;
	padding-bottom: 100px;
	padding-left: 9%;
	overflow: scroll;
	border-top: 1px solid #eee;
	background-color: #fff; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}

nav.drawer-nav::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}

.drawer-menu {
	display: table-cell;
	padding-top: 50px;
	vertical-align: middle;
}

.drawer-menu li {
	position: relative;
	margin-bottom: 35px;
	padding: 10px 0;
	line-height: 1.2;
}

.drawer-menu li a {
	padding: 5px 0;
	color: #111;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}

.drawer-tel {
	padding-bottom: 20px;
	color: #111;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
}

.drawer-tel .font-small {
	padding-right: 5px;
	font-size: 1.6rem;
}

.drawer-tel a {
	color: #111;
}

.drawer--right .drawer-hamburger {
	top: 0;
	right: 11px;
}

.drawer--right.drawer-open .drawer-toggle::after {
	content: "CLOSE";
}

/*----------------------------------
メインビジュアル
----------------------------------*/

.mainvisual {
	position: relative;
	width: 100%;
}

.slider {
	height: 540px;
}

.slider01 {
	background: url(../img/bg_slider_01.jpg) no-repeat center center/cover;
}

.slider01 .slider-text {
	text-align: right;
}

.slider02 {
	background: url(../img/bg_slider_02.jpg) no-repeat center center/cover;
}

.slider02 .slider-text {
	padding-top: 25px;
	text-align: right;
}

.slider03 {
	background: url(../img/bg_slider_03.jpg) no-repeat center center/cover;
}

/*----------------------------------
トップページ：めっき加工一覧
----------------------------------*/

.top-business {
	margin-top: 100px;
}

.top-business .inner > .button {
	display: none;
}

.top-business .button-link {
	margin: auto;
	padding-left: 0;
}

.top-business .button-link span::before {
	content: none;
}

.top-sec__title {
	color: #09858c;
	font-weight: 700;
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
}

.top-business__text {
	margin-top: 20px;
	text-align: center;
}

.mekkilist-img {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.mekkilist-img li {
	position: relative;
	width: calc(20% - 32px);
	margin-left: 40px;
}

.mekkilist-img li:nth-child(n+6) {
	margin-top: 20px;
}

.mekkilist-img li:nth-child(5n+1) {
	margin-left: 0;
}

.mekkilist-img li a {
	opacity: 1;
}

.mekkilist-img::after {
	display: table;
	clear: both;
	content: "";
}

.mekkilist-img::after {
	display: table;
	clear: both;
	content: "";
}

.mekkilist-img li .caption {
	-js-display: flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	opacity: 0;
	transition: 0.3s;
	transition: 0.3s;
}

.mekkilist-img li .caption .button {
	position: relative;
	max-width: 95%;
}

.mekkilist-img li .caption .button p {
	padding: 0.5em;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	transition: opacity 0.4s 0s ease-in-out;
}

.mekkilist-img li .caption .button:after,
.mekkilist-img li .caption .button:before,
.mekkilist-img li .caption .button p:after,
.mekkilist-img li .caption .button p:before {
	-webkit-transition: all 0.3s ease;
	display: block;
	z-index: 10;
	position: absolute;
	background-color: #fff;
	content: "";
	transition: all 0.3s ease;
}

.mekkilist-img li .caption .button:after {
	top: -1px;
	left: -1px;
	width: 0px;
	height: 2px;
}

.mekkilist-img li .caption .button:before {
	right: -1px;
	bottom: -1px;
	width: 0px;
	height: 2px;
}

.mekkilist-img li .caption .button p:after {
	bottom: -1px;
	left: -1px;
	width: 2px;
	height: 0px;
}

.mekkilist-img li .caption .button p:before {
	top: -1px;
	right: -1px;
	width: 2px;
	height: 0px;
}

.mekkilist-img li .caption:hover .button:after,
.mekkilist-img li .caption:hover .button:before {
	width: 100%;
	width: calc(100% + 2px);
}

.mekkilist-img li .caption:hover .button p:after,
.mekkilist-img li .caption:hover .button p:before {
	height: 100%;
	height: calc(100% + 2px);
}

.mekkilist-img li .caption:hover {
	opacity: 1;
}

.mekkilist-img li:hover img.ai {
	display: block;
	opacity: 1;
}

/*----------------------------------
トップページ：品質マネジメント・採用情報
----------------------------------*/

.top-link {
	margin-top: 100px;
	padding: 50px 0;
	background-color: #c4e2e4;
}

.top-link__wrap {
	display: flex;
}

.top-link__item {
	width: calc(50% - 20px);
	background-color: #fff;
}

.top-link__item + .top-link__item {
	margin-left: 40px;
}

.top-link__item:first-of-type a {
	display: block;
	position: relative;
	height: 100%;
	padding: 30px 41% 30px 25px;
	overflow: hidden;
}

.top-link__item:first-of-type a::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 20vw;
	height: 100%;
	background: url(../img/bg_top_manage.jpg) no-repeat center right/cover;
	content: "";
}

.top-link__item:nth-of-type(2) .iso-certificate {
	margin-top: 0;
	padding: 20px 20px 0;
}

.top-link__item:nth-of-type(2) .iso-certificate__img {
	width: 32%;
}

.top-link__item:nth-of-type(2) .iso-certificate__img + .iso-certificate__img {
	margin-left: 30px;
}

.iso-certificate__title {
	text-align: center;
}

.iso-certificate-caption {
	margin: 5px 0;
	font-size: 1.4rem;
	text-align: center;
}

.top-link__title {
	position: relative;
	color: #111;
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
}

.top-link__content {
	display: flex;
	position: relative;
	margin-top: 10px;
}

.top-link__content .top-link__text {
	flex: 0 0 170px;
}

.top-link__text {
	color: #111;
	font-size: 1.5rem;
	line-height: 1.8;
}

.top-link-mark {
	flex: 0 0 32%;
	margin-left: 5px;
}

.top-link-button {
	display: flex;
	position: absolute;
	bottom: 30px;
	left: 25px;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 40px;
	margin-top: 15px;
	background-color: #09858c;
	color: #fff;
}

/*----------------------------------
お知らせ
----------------------------------*/

.top-news {
	padding: 100px 0;
}

.top-news .button {
	margin-top: 70px;
}

.top-news .button-link {
	margin: auto;
	padding-left: 0;
}

.top-news .button-link span::before {
	content: none;
}

.news__items {
	width: 800px;
	max-width: 100%;
	margin: 50px auto 0;
}

.news__item {
	padding: 22.5px 0;
}

.news__item:first-child {
	padding-top: 0;
}

.news__item:last-child {
	padding-bottom: 0;
}

.info {
	display: flex;
	line-height: 1.6;
}

.info__meta {
	color: #09858c;
	font-weight: 500;
}

.info__title {
	margin-left: 40px;
	color: #111;
}

/*----------------------------------
各ページ共通：お問い合わせバナー
----------------------------------*/

.contact-banner {
	background: linear-gradient(to right, #fff 55%, #09858C);
}

.contact-banner__wrap {
	display: flex;
}

.contact-banner__wrap .nouki-contact .button-link,
.contact-banner__wrap .other-contact .button-link {
	width: 380px;
	max-width: 100%;
	height: 60px;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
}

.contact-banner__wrap .nouki-contact .button-link span::before,
.contact-banner__wrap .other-contact .button-link span::before {
	left: -43px;
	width: 30px;
	height: 27px;
}

.contact-banner__wrap .nouki-contact {
	margin-top: 20px;
}

.contact-banner__wrap .other-contact {
	margin-top: 10px;
}

.contact-banner__left {
	flex: 0 0 40%;
}

.contact-banner__img {
	height: 100%;
}

.contact-banner__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-banner__right {
	margin-left: 8%;
	padding: 30px 10px 50px 0;
	font-family: "Noto Serif JP", serif;
}

.contact-banner__text {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.8;
}

.contact-number {
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.07em;
}

.contact-number a {
	display: flex;
	align-items: center;
	color: #111;
}

.contact-number a .font-small {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	margin: 3px 10px 0 0;
	padding: 0 5px;
	background-color: #09858c;
	color: #fff;
	font-size: 2.5rem;
}

.fax-number {
	font-size: 1.7rem;
}

/*----------------------------------
フッター
----------------------------------*/

.footer {
	position: relative;
	padding: 63px 50px 30px;
	background-color: #e1f7f7;
}

.footer .logo {
	width: 315px;
}

.footer .company-info {
	margin-top: 20px;
}

.footer__contents {
	display: flex;
	justify-content: space-between;
}

.footer__left {
	width: 41%;
}

.footer__right {
	flex: 0 0 430px;
}

.footer__nav ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 185px;
}

.footer__nav ul li {
	position: relative;
	margin-bottom: 5px;
}

.footer__nav ul li::before {
	position: absolute;
	top: 12px;
	left: -14px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 0;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #09858c;
	border-style: solid;
	content: "";
}

.footer__nav ul li a {
	position: relative;
	color: #111;
	font-size: 1.5rem;
}

.footer__nav ul li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #111;
	content: "";
	transition: all 0.3s;
}

.footer__nav ul li a:hover {
	opacity: 1;
}

.footer__nav ul li:nth-child(n+6) {
	margin-left: 86px;
}

.footer__copy {
	margin-top: 50px;
	font-size: 1.4rem;
	text-align: center;
}

.totop {
	visibility: visible;
	z-index: 30;
	position: absolute;
	top: 10px;
	right: 60px;
	width: 30px;
	transition: all 0.3s ease 0s;
}

.totop a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.totop a img {
	transition: all 0.3s ease 0s;
}

.totop a:hover {
	opacity: 1;
}

.totop img {
	width: 56px;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

@media (min-width: 768px) {

.business-button-link:hover {
	background-color: #0a9ea7;
}

.business-button-link:hover::after {
	color: #0a9ea7;
}

.equipment-button-link:hover {
	background-color: #0a9ea7;
}

.hidden-pc {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

.button-link:hover {
	color: #09858c;
}

.button-link:hover span::before {
	background: url(../img/icon_mail_green.png) no-repeat center left/contain;
}

.button-link:hover::before {
	visibility: visible;
	width: 100%;
	border: 2px solid #09858c;
	opacity: 1;
	transition: all 0.3s;
}

.nouki-contact .button-link:hover {
	color: #bc0001;
}

.nouki-contact .button-link:hover span::before {
	background: url(../img/icon_mail_red.png) no-repeat center left/contain;
}

.nouki-contact .button-link:hover::before {
	border: 2px solid #bc0001;
}

.footer__nav ul li a:hover::after {
	width: 100%;
}

.totop a:hover {
	animation: rolly 2s linear infinite alternate;
}

.totop a:hover img {
	transform: scale(2, 2);
}

}

@media (min-width: 768px) and (max-width: 1023px) {

.hidden-tab {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

}

@media (min-width: 1920px) {

.hidden-xl {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

}

@media (max-width: 1300px) {

.hidden-w1300 {
	display: none;
}

.totop img {
	width: 45px;
}

}

@media (max-width: 1099px) {

.management-sec03__wrap {
	padding: 50px 62px;
}

.top-link__item:first-of-type a::before {
	width: 23vw;
}

}

@media (max-width: 1039px) {

ul.header__nav-items li:first-child::before {
	content: none;
}

ul.header__nav-items li:last-child::after {
	content: none;
}

}

@media (max-width: 1023px) {

.business__lists.above {
	margin-top: 55px;
}

.business__lists.bottom {
	margin-top: 30px;
}

.business__lists.bottom .business__list:nth-child(even) {
	margin-top: 30px;
}

.business__list {
	width: calc(50% - 15px);
	padding-top: 15px;
}

.business__list:nth-child(even) {
	margin-left: 30px;
}

.business__list:nth-child(n+3) {
	margin-top: 15px;
}

.equipment__list {
	width: calc(33.333% - 13.3333333333px);
	margin-left: 20px;
}

.equipment__list:nth-child(n+4) {
	margin-top: 20px;
}

.equipment-other__lists {
	width: calc(50% - 10px);
}

.equipment-other__lists + .equipment-other__lists {
	margin-left: 20px;
}

.equipment-other__list {
	font-size: 1.5rem;
}

.equipment-sec02 .equipment__list {
	width: calc(25% - 15px);
}

.equipment-sec02 .equipment__list:nth-child(4) {
	margin-left: 20px;
}

.color__list {
	width: calc(33.333% - 6.6666666667px);
}

.color__list:nth-child(5n+1) {
	margin-left: 10px;
}

.color__list:nth-child(3n+1) {
	margin-left: 0;
}

.color__list:nth-child(n+4) {
	margin-top: 30px;
}

.question {
	padding-right: 45px;
	font-size: 18px;
}

.question::before,
.question::after {
	right: 5px;
}

.profile__content .table td {
	padding-right: 30px;
}

.motto__text {
	margin-left: 62px;
}

.history__lists {
	margin-top: 30px;
}

.management-sec03__wrap {
	padding: 50px;
}

.iso-certificate__img + .iso-certificate__img {
	margin-left: 40px;
}

.news__title {
	font-size: 2.2rem;
}

.nouki-contact .conditional-field .contact-text {
	flex: initial;
	width: calc(100% - 284px);
}

.contact-label {
	margin-left: 5px;
}

.contact-title {
	margin-left: 10px;
}

.contact-text.city input {
	width: 97%;
}

.contact-text {
	flex: 0 0 65%;
}

.inner,
.inner2 {
	width: min(100% - 60px, 1040px);
}

.header__above {
	padding: 0 20px;
}

.button-link {
	font-size: 16px;
}

.header__bottom .inner {
	width: 100%;
}

ul.header__nav-items li a {
	font-size: 15px;
}

ul.header__nav-items li a .en {
	font-size: 1rem;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 45px;
}

.drawer-hamburger-icon:before {
	top: -11px;
}

.drawer-hamburger-icon:after {
	top: 11px;
}

.drawer--right .drawer-nav {
	right: -42%;
}

nav.drawer-nav {
	top: 90px;
	width: 42%;
}

.drawer-menu li {
	font-size: 20px;
}

.drawer--right.drawer-open .drawer-hamburger {
	top: 0;
	right: 11px;
}

.mekkilist-img li {
	width: calc(20% - 16px);
	margin-left: 20px;
}

.mekkilist-img li .caption .button p {
	font-size: 13px;
}

.top-link__item + .top-link__item {
	margin-left: 20px;
}

.top-link__item:first-of-type a::before {
	width: 29vw !important;
}

.top-link__item:nth-of-type(2) .iso-certificate__img {
	width: 41%;
}

.contact-banner__right {
	margin-left: 6%;
}

.footer {
	padding: 63px 20px 30px;
}

.footer__left {
	width: 52%;
}

.footer__right {
	flex: 0 0 340px;
}

.footer__nav ul li a {
	font-size: 1.4rem;
}

.footer__nav ul li:nth-child(n+6) {
	margin-left: 20px;
}

.totop {
	right: calc(50% - 44vw);
}

}

@media (max-width: 949px) {

.header__above {
	padding: 2px 20px 0;
}

.header-number {
	display: none;
}

}

@media (max-width: 899px) {

.header__wrap {
	margin-top: 0;
}

.header-contact {
	flex: 0 0 170px;
}

}

@media (max-width: 849px) {

.equipment__wrap {
	display: block;
}

.equipment-other__lists {
	width: 100%;
}

.equipment-other__lists + .equipment-other__lists {
	margin: 2px 0 0 0;
}

}

@media (max-width: 767px) {

.page-mainvisual {
	height: 160px;
	margin-top: 52px;
}

.page-mainvisual__title .ja {
	font-size: 2.4rem;
}

.breadcrumb {
	padding-bottom: 40px;
}

.breadcrumb__items > span {
	font-size: 1.2rem;
}

.breadcrumb__items > span:nth-child(2) {
	white-space: nowrap;
}

.pagination {
	margin-top: 70px;
}

.page-404 {
	padding-bottom: 60px;
}

.page-404 h1 {
	font-size: 2.4rem;
}

.business {
	padding-bottom: 60px;
}

.business__lists.above {
	display: block;
	margin-top: 25px;
}

.business__lists.bottom .business__list {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

.business__lists.bottom .business__list:nth-child(even) {
	margin: 30px auto 0;
}

.business__list {
	width: 500px;
	max-width: 100%;
	margin: 15px auto 0;
}

.business__list:nth-child(even) {
	margin: 30px auto 0;
}

.business__img {
	height: 167px;
	height: 44.5333333333vw;
}

.business__img img {
	height: 100%;
}

.business__title {
	margin-top: 0;
	font-size: 1.7rem;
}

.business__text {
	font-size: 1.4rem;
}

.business__box {
	padding: 20px;
}

.business-caption {
	font-size: 1.4rem;
}

.equipment-sec01 .text {
	text-align: left;
}

.equipment-sec01 .text .d-iblock {
	display: inline;
}

.equipment-sec01 .equipment-other__lists:first-of-type .list__right {
	flex: 0 0 51px;
}

.equipment-sec__title {
	font-size: 2.2rem;
}

.equipment__list {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.equipment__list:nth-child(3n+1) {
	margin-left: 10px;
}

.equipment__list:nth-child(n+4) {
	margin-top: 15px;
}

.equipment__list:nth-child(3) {
	margin-top: 15px;
}

.equipment__list:nth-child(odd) {
	margin-left: 0;
}

.equipment__title {
	margin-top: 4px;
	font-size: 1.5rem;
}

.equipment__wrap {
	margin-top: 20px;
}

.equipment-other__list {
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.equipment-other__list .list__right {
	margin-left: 10px;
}

.equipment-sec02 {
	margin-top: 60px;
	padding-bottom: 60px;
}

.equipment-sec02 .equipment__list {
	width: calc(50% - 10px);
}

.equipment-sec02 .equipment__list:nth-child(4) {
	margin: 15px 0 0 10px;
}

.equipment-button {
	margin-top: 35px;
}

.equipment-button-link {
	width: 220px;
	height: 60px;
	font-size: 1.7rem;
}

.colors {
	padding-bottom: 60px;
}

.colors-head {
	display: block;
}

.color-type:nth-of-type(2) {
	margin-left: 0;
}

.color-type__title {
	font-size: 1.6rem;
}

.color__lists {
	margin-top: 30px;
}

.color__list {
	width: calc(50% - 5px);
}

.color__list:nth-child(n+6) {
	margin-top: 20px;
}

.color__list:nth-child(3n+1) {
	margin-left: 10px;
}

.color__list:nth-child(n+4) {
	margin-top: 20px;
}

.color__list:nth-child(odd) {
	margin-left: 0;
}

.color__list:nth-child(3) {
	margin-top: 20px;
}

.color__list .color-type__title {
	font-size: 1.4rem;
}

.color__title span.ja {
	min-height: auto;
	font-size: 1.3rem;
}

.faq {
	padding-bottom: 60px;
}

.faq__content {
	margin-top: 0;
}

.faq__item + .faq__item {
	margin-top: 30px;
}

.question {
	padding: 12px 34px 12px 10px;
}

.question::before,
.question::after {
	width: 15px;
}

.answer {
	padding-right: 10px;
	padding-left: 10px;
}

.q-list-left,
.a-list-left {
	margin-right: 7px;
	font-size: 1.6rem;
}

.q-list-right {
	font-size: 1.5rem;
	line-height: 1.5;
}

.company-sec {
	margin-top: 60px;
}

.company-sec__title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.company-sec01__inner {
	padding: 20px 15px;
}

.president {
	font-size: 1.7rem;
}

.profile__content .table tr + tr {
	margin-top: 0;
}

.profile__content .table th,
.profile__content .table td {
	display: block;
	font-size: 1.4rem;
}

.profile__content .table th {
	width: 100%;
	padding: 8px 0 8px 20px;
}

.profile__content .table td {
	width: 100%;
	padding: 13px 20px;
}

.company-sec03 .company-sec__title,
.company-sec04 .company-sec__title {
	height: 55px;
}

.philosophy__lists,
.motto__lists {
	padding: 25px 15px 30px;
}

.philosophy__list,
.motto__list {
	margin-left: 15px;
	font-size: 1.5rem;
}

.philosophy__list {
	font-size: 1.5rem;
}

.motto__list {
	display: block;
}

.motto__title {
	font-size: 1.8rem;
}

.motto__text {
	margin: 5px 0 0 76px;
	font-size: 1.4rem;
}

.history__list {
	padding-bottom: 22px;
}

.history__list:last-child::after {
	height: calc(100% - 20px);
}

.history__list::after {
	left: 76.5px;
}

.history__list .year {
	flex: 0 0 67px;
	line-height: 1.5;
}

.history__list .year::after {
	top: 7px;
	right: -15px;
}

.history__list .event {
	margin: 0 0 0 25px;
	line-height: 1.5;
}

.company-sec06 {
	padding-bottom: 60px;
}

.management-sec__title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.management-sec02,
.management-sec03 {
	margin-top: 60px;
}

.management-sec02 .management-sec__title,
.management-sec03 .management-sec__title {
	height: 55px;
}

.quality {
	padding: 25px 15px 30px;
	font-size: 1.8rem;
}

.management-sec03 {
	padding-bottom: 60px;
}

.management-sec03__wrap {
	padding: 25px 15px 30px;
}

.management__lists li + li {
	margin-top: 10px;
}

.management-child__lists {
	margin: 10px 0;
	padding: 0 20px;
}

.iso-certificate__img + .iso-certificate__img {
	margin-left: 20px;
}

.download-caption {
	font-size: 1.2rem;
}

.recruit {
	padding-bottom: 100px;
}

.archive-news {
	padding-bottom: 60px;
}

.news {
	padding-bottom: 60px;
}

.news__title {
	margin-left: 0;
	font-size: 20px;
}

.news__wrapper {
	margin-top: 15px;
	padding-bottom: 40px;
}

.news__content {
	margin-top: 30px;
}

.news__content figure {
	margin: 20px 0;
}

.news-single__footer {
	margin-top: 30px;
}

.news-single__footer-left a::before {
	top: 6px;
}

.news-single__footer-right a::after {
	top: 6px;
}

.contact {
	padding-bottom: 60px;
}

.contact .text {
	text-align: left;
}

.nouki-contact .contact-title {
	flex: initial;
}

.nouki-contact .contact-title .font-small {
	font-size: 1.2rem;
}

.nouki-contact .conditional-field .contact-text {
	width: 100%;
}

.nouki-contact textarea {
	width: calc(100% - 21px);
}

.contact-content {
	padding-bottom: 10px;
}

.contact-row {
	display: block;
	border: none;
}

.contact-row.radio-content .contact-text,
.contact-row.file .contact-text {
	margin: 12px 10px 10px;
	overflow: hidden;
}

.contact-title__wrap {
	justify-content: flex-start;
	padding: 10px 14px 10px 0;
}

.contact-label {
	margin: 3px 0 0 15px;
	padding-bottom: 2px;
}

.contact-title {
	flex: initial;
}

.address__wrapper {
	width: auto;
	margin: 0 10px;
}

.contact-mini-text {
	display: block;
	margin-bottom: 0;
}

.contact-text.city {
	margin: 0;
}

.contact-text.city input {
	width: 100%;
}

.contact-mini-text__title {
	font-size: 14px;
}

.post-mark {
	line-height: 1.98;
}

.explanation {
	margin-bottom: 10px;
}

.contact-text {
	margin: 12px 10px 2px;
}

input[type=text],
input[type=tel],
input[type=email] {
	width: 100%;
	margin-bottom: 10px;
}

.contact-type label {
	width: 180px;
}

.contact-type .check-text {
	font-size: 14px;
}

textarea {
	width: 100%;
	height: 240px;
}

.contact__check {
	margin-top: 10px;
}

.form-checkbox + span::before {
	top: 14px;
	width: 14px;
	height: 14px;
}

.form-checkbox + span::after {
	top: 10px;
	left: -18px;
	width: 11px;
	height: 6px;
}

.check-text {
	font-size: 14px;
}

.agreement {
	margin-top: 30px;
}

.agreement__content {
	height: 142px;
	padding: 10px;
}

.agreement__text {
	font-size: 12px;
}

.agreement__title {
	font-size: 1.4rem;
}

.btn-submit-link {
	width: 230px;
	height: 60px;
}

.btn-submit-link input {
	font-size: 16px;
}

.thanks-message {
	padding: 0 20px 60px;
}

.thanks-message__title {
	font-size: 2.4rem;
}

.thanks-message__text {
	margin-top: 30px;
	text-align: left;
}

body {
	font-size: 1.4rem;
}

.hidden-sp {
	display: none;
}

.inner,
.inner2 {
	width: min(100% - 40px, 1040px);
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	height: 52px;
	padding-top: 10px;
}

.header__above {
	padding: 0 0 0 10px;
}

.header__wrap {
	display: inherit;
	padding-left: 2px;
}

.header__wrap .logo {
	width: 200px;
}

.fax-number .font-small {
	margin-right: 9px;
}

.numbers {
	display: flex;
	flex-direction: column;
}

.header-contact {
	display: none;
}

.header__bottom {
	display: none;
}

button.drawer-toggle {
	display: block;
	top: 0;
	right: 0;
	width: 38px;
	margin-top: 0;
	background-color: #09858c;
}

button.drawer-toggle::after {
	bottom: 2px;
	left: 11px;
	color: #fff;
	font-size: 11px;
}

.drawer-hamburger-icon {
	margin: -7px 0 0 4px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 30px;
	background: #fff;
}

.drawer-hamburger-icon:before {
	top: -8px;
}

.drawer-hamburger-icon:after {
	top: 8px;
}

.drawer--right .drawer-nav {
	right: -100%;
}

nav.drawer-nav {
	top: 52px;
	width: 330px;
	padding-left: 0;
}

nav.drawer-nav .nouki-contact,
nav.drawer-nav .other-contact {
	margin: 0 0 0 15px;
}

nav.drawer-nav .nouki-contact .button-link,
nav.drawer-nav .other-contact .button-link {
	width: 300px;
	font-size: 15px;
}

nav.drawer-nav .other-contact {
	margin-top: 10px;
}

.drawer-menu {
	display: block;
	width: 260px;
	margin: auto;
	padding-top: 24px;
}

.drawer-menu li {
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.drawer-tel {
	margin: 11px 0 0 36px;
}

.drawer--right .drawer-hamburger {
	top: 0;
	right: 0;
	height: 52px;
	padding: 0 7.5px;
}

.drawer--right .drawer-hamburger:hover {
	background-color: #09858c;
}

.drawer--right.drawer-open .drawer-toggle::after {
	left: 9.5px;
}

.drawer--right.drawer-open .drawer-hamburger {
	top: 0;
	right: 0;
}

.mainvisual {
	margin-top: 52px;
}

.slider03 {
	background-position: right 54% center;
}

.top-business {
	margin-top: 50px;
}

.top-business .inner > .button {
	display: block;
	margin-top: 50px;
}

.top-sec__title {
	font-size: 2.6rem;
}

.top-business__text {
	width: 450px;
	max-width: 100%;
	margin: 20px auto 0;
	text-align: left;
}

.mekkilist-img {
	width: 366px;
	max-width: 100%;
	margin: 30px auto 0;
}

.mekkilist-img li {
	width: calc(50% - 5px);
	margin-left: 10px;
}

.mekkilist-img li:nth-child(n+6) {
	margin-top: 10px;
}

.mekkilist-img li:nth-child(n+3) {
	margin-top: 10px;
}

.mekkilist-img li:nth-child(5n+1) {
	margin-left: 10px;
}

.mekkilist-img li:nth-child(odd) {
	margin-left: 0;
}

.mekkilist-img li a {
	pointer-events: none;
}

.top-link {
	margin-top: 50px;
}

.top-link__wrap {
	display: block;
}

.top-link__item {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

.top-link__item + .top-link__item {
	margin: 30px auto 0;
	padding-bottom: 10px;
}

.top-link__item:first-of-type a {
	height: auto;
	padding: 20px 10px 20px 15px;
}

.top-link__item:first-of-type a::before {
	width: 52vw !important;
}

.top-link__item:nth-of-type(2) .iso-certificate__img {
	width: 45%;
}

.iso-certificate-caption {
	font-size: 1.2rem;
}

.top-link__title {
	font-size: 2.2rem;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.top-link__content .top-link__text {
	flex: initial;
}

.top-link__text {
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.top-link-button {
	position: relative;
	bottom: initial;
	left: initial;
}

.top-news {
	padding: 50px 0 80px;
}

.top-news .button {
	margin-top: 50px;
}

.news__items {
	margin-top: 30px;
}

.news__item {
	padding: 18px 0;
}

.info {
	display: block;
}

.info__title {
	margin: 10px 0 0 0;
}

.contact-banner {
	background: linear-gradient(to bottom right, #fff 64%, #09858C);
}

.contact-banner .fax-number {
	display: flex;
}

.contact-banner__wrap {
	display: block;
}

.contact-banner__wrap .nouki-contact .button-link,
.contact-banner__wrap .other-contact .button-link {
	width: 360px;
	margin: auto;
	font-size: 16px;
}

.contact-banner__wrap .nouki-contact .button-link span::before,
.contact-banner__wrap .other-contact .button-link span::before {
	left: -32px;
	width: 25px;
	height: 22px;
}

.contact-banner__wrap .nouki-contact {
	margin-top: 30px;
}

.contact-banner__right {
	margin-left: 0;
	padding: 30px 30px 40px 30px;
}

.contact-banner__text {
	font-size: 1.6rem;
}

.contact-number {
	margin-top: 10px;
	font-size: 3.2rem;
}

.contact-number a .font-small {
	height: 29px;
	font-size: 1.6rem;
}

.footer {
	padding: 60px 0 20px;
}

.footer .logo {
	width: 276px;
	margin: auto;
}

.footer .company-info {
	margin-top: 15px;
	font-size: 1.3rem;
}

.footer .company-fax {
	display: flex;
	line-height: 1.6;
}

.footer__contents {
	display: block;
}

.footer__left {
	width: 274px;
	max-width: 100%;
	margin: auto;
}

.footer__right {
	width: 274px;
	margin: auto;
	padding-left: 10px;
}

.footer__nav ul {
	height: 228px;
	margin-top: 20px;
}

.footer__nav ul li {
	margin-bottom: 10px;
}

.footer__nav ul li::before {
	top: 11px;
	left: -10px;
	border-top: 4px solid transparent;
	border-right: 0;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #09858c;
}

.footer__nav ul li:nth-child(n+6) {
	margin-left: 25px;
}

.footer__nav ul li:nth-child(6) {
	margin-left: 0;
}

.footer__nav ul li:nth-child(7) a,
.footer__nav ul li:nth-child(11) a {
	letter-spacing: -0.13em;
}

.footer__nav ul li:nth-child(9),
.footer__nav ul li:nth-child(10) {
	margin-top: 3px;
	line-height: 1.6;
}

.footer__nav ul li:nth-child(9)::before,
.footer__nav ul li:nth-child(10)::before {
	top: 8px;
}

.footer__copy {
	margin-top: 15px;
	font-size: 11px;
}

.totop {
	right: 15px;
}

}

@media (max-width: 599px) {

.profile__content .table td .m-left {
	display: inline-block;
	margin-left: 38px;
}

.hidden-w600 {
	display: none;
}

.block-w600 {
	display: block;
}

}

@media (max-width: 499px) {

.top-link__item:first-of-type a::before {
	width: 69vw !important;
}

}

@media (max-width: 450px) {

.color__img {
	height: 200px;
	height: 44.4444444444vw;
}

.color__img img {
	width: 125px;
	width: 27.7777777778vw;
}

}

@media (max-width: 374px) {

.top-link__item:first-of-type a::before {
	width: 76vw !important;
}

}

@media (max-width: 359px) {

.business__title {
	font-size: 1.6rem;
}

.equipment__title {
	font-size: 1.4rem;
}

.equipment-button-link {
	font-size: 1.6rem;
}

.color-type__title {
	font-size: 1.5rem;
	white-space: nowrap;
}

.color-type__text {
	font-size: 1.3rem;
}

.motto__title {
	font-size: 1.7rem;
}

.motto__text {
	margin-left: 40px;
}

.quality {
	padding-right: 7px;
	padding-left: 7px;
	font-size: 1.6rem;
}

.download-caption {
	font-size: 1.1rem;
}

.contact-row.file input {
	font-size: 14px;
}

.contact__check span {
	margin-left: 0;
}

.hidden-sm {
	display: none;
}

nav.drawer-nav {
	width: 100%;
}

.top-sec__title {
	font-size: 2.4rem;
}

.top-link__item:nth-of-type(2) .iso-certificate {
	padding: 10px 10px 0;
}

.top-link__title {
	font-size: 2.1rem;
}

.contact-banner__wrap .nouki-contact .button-link,
.contact-banner__wrap .other-contact .button-link {
	font-size: 15px;
}

.contact-banner__right {
	padding: 30px 16px 40px 16px;
}

.contact-banner__text {
	font-size: 1.5rem;
}

.contact-number {
	font-size: 3rem;
}

.contact-number a .font-small {
	height: 27px;
	font-size: 1.4rem;
}

.footer__copy {
	font-size: 1rem;
}

.totop {
	right: 5px;
}

}

@keyframes rolly {

0% {
	transform: rotateY(0deg);
}

100% {
	transform: rotateY(360deg);
}

}

