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

.breadcrumb {
	margin-top: 66px;
	padding: 24px 32px;
}

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

.breadcrumb__items span {
	color: #111;
	font-weight: 500;
	font-size: 1.2rem;
}

.breadcrumb__items span a span {
	color: #00549F;
	text-decoration: underline;
	text-underline-offset: 2px;
}

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

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

.breadcrumb__items span:nth-child(2) {
	color: #00549F;
}

.breadcrumb__items span:not(:first-of-type) {
	position: relative;
	margin-left: 14px;
}

.breadcrumb__items span:not(:first-of-type)::before {
	position: absolute;
	top: 11px;
	left: -10px;
	width: 6px;
	height: 1px;
	background-color: #00549F;
	content: "";
}

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

.page-mainvisual {
	position: relative;
	height: 240px;
	margin-top: 110px;
	background: url(../img/page_mv.jpg) no-repeat top center/cover;
}

.page-mainvisual .title {
	position: absolute;
	top: 53%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.page-mainvisual .title span {
	color: #fff;
}

.page-mainvisual .title span.en::before,
.page-mainvisual .title span.en::after {
	background: #fff;
}

.error-404 {
	margin-top: 64px;
}

.error-404 .button {
	margin-top: 64px;
}

.error-404__text {
	text-align: center;
}

.error-404__text + .error-404__text {
	margin-top: 32px;
}

/*----------------------------------
会社概要ページ
----------------------------------*/

.company-intro {
	margin-top: 64px;
}

.company__title {
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
}

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

.company-intro__text {
	margin-top: 32px;
}

.company__image {
	margin-top: 64px;
}

.company__content {
	margin-top: 104px;
}

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

.company__list + .company__list {
	margin-top: 64px;
}

.company__list:nth-child(odd) .company__img {
	margin-left: 64px;
}

.company__list:nth-child(even) {
	flex-direction: row-reverse;
}

.company__list:nth-child(even) .company__img {
	margin-right: 64px;
}

.company__list .company__title {
	padding-bottom: 10px;
	border-bottom: 1px solid #00549F;
	line-height: 1.5;
}

.company__img {
	flex: 0 0 42.063%;
}

.company__text {
	margin-top: 16px;
}

.company-profile {
	margin-top: 104px;
}

.profile__content {
	margin-top: 32px;
}

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

.profile__content .table tr {
	display: block;
}

.profile__content .table tr:nth-child(odd) {
	background-color: #F3F3F7;
}

.profile__content .table th,
.profile__content .table td {
	padding: 41px 0;
	font-weight: 500;
}

.profile__content .table th {
	width: 212px;
	padding-left: 40px;
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Zen Old Mincho", serif;
	text-align: left;
}

.profile__content .table td {
	vertical-align: middle;
}

/*----------------------------------
事業内容ページ
----------------------------------*/

.service-intro {
	margin-top: 44px;
}

.service-link__lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 64px;
}

.service-link__list {
	width: calc(33.333% - 16px);
}

.service-link__list:not(:nth-child(3n+1)) {
	margin-left: 24px;
}

.service-link__list:nth-child(n+4) {
	margin-top: 25px;
}

.service-link {
	display: flex;
	position: relative;
	align-items: center;
	padding: 7px 46px 7px 20px;
	border: 3px solid #F3F3F7;
	color: #111;
}

.service-link::after {
	position: absolute;
	top: 50%;
	right: 22px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_blue.svg) no-repeat center left/contain;
	content: "";
}

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

.service-link:hover img {
	transform: scale(1.2);
}

.service-link:hover .service-link__text {
	opacity: 0.7;
}

.service-link__img {
	flex: 0 0 32.26%;
	overflow: hidden;
	border-radius: 50%;
}

.service-link__img img {
	transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.service-link__text {
	flex: 1 0 calc(67.21% - 70px);
	text-align: center;
	transition: all 0.3s ease 0s;
}

.service {
	margin-top: 64px;
}

.service__list {
	padding: 55px 0;
}

.service__list:nth-child(odd) {
	background-color: #F3F3F7;
}

.service__list:nth-child(2) .item__text {
	padding-right: 26px;
}

.service__list:nth-child(3) .item__text {
	padding-right: 24px;
}

.service__title {
	padding-bottom: 3px;
	border-bottom: 1px solid #00549F;
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
}

.service__title .number {
	color: #00549F;
	font-weight: 400;
	font-size: 4rem;
	font-family: "Roboto", sans-serif;
}

.service__content {
	margin-top: 28px;
}

.service__wrap {
	display: flex;
	align-items: center;
	margin-top: 28px;
}

.service__img {
	flex: 0 0 47.619%;
}

.service__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.service__items {
	flex: 0 0 calc(52.381% - 48px);
	margin-left: 48px;
}

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

.service__item .item__title {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #00549F;
	color: #00549F;
}

.service__item .item__list {
	display: flex;
	align-items: center;
}

.service__item .item__list + .item__list {
	margin-top: 4px;
}

.service__item .item__list::before {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 1.5px 6px 0 0;
	border: 3px solid #00549F;
	border-radius: 50%;
	content: "";
}

.service__item .item__text {
	padding-right: 9px;
}

/*----------------------------------
加工事例ページ
----------------------------------*/

.page {
	margin-top: 64px;
}

.page__lead {
	text-align: center;
}

.page__content {
	position: relative;
	margin-top: 64px;
	padding-top: 64px;
	background-color: #F3F3F7;
}

.page__content::after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	transform: translateY(100%);
	background-color: #F3F3F7;
	content: "";
}

.page__lists {
	display: flex;
	flex-wrap: wrap;
}

.page__list {
	width: calc(33.333% - 16px);
	padding: 20px 20px 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.page__list:not(:nth-child(3n+1)) {
	margin-left: 24px;
}

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

.case__title {
	margin-top: 24px;
	text-align: center;
}

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

.equipment .page__lists {
	margin-top: 64px;
}

.equipment .page__list {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 89px;
	padding: 0;
	border-left: 10px solid #00549F;
	text-align: center;
}

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

.news-archive {
	margin-top: 136px;
}

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

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

.pagination-link {
	display: inline-block;
	margin-right: 12px;
}

.pagination-link:last-child {
	margin-right: 0;
	margin-left: 30px;
}

.pagination-link:not(:last-child) .page-numbers {
	position: relative;
}

.pagination-link:not(:last-child) .page-numbers::after {
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 10px;
	height: 1px;
	transform: translateX(-50%);
	background-color: #00549F;
	content: "";
}

.page-numbers {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 29px;
	margin-right: 12px;
	color: #00549F;
	font-weight: 500;
	font-size: 16px;
}

.page-numbers::after {
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 10px;
	height: 1px;
	transform: translateX(-50%);
	background-color: #00549F;
	content: "";
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.prev::after,
.page-numbers.next::before {
	width: 8px;
	height: 16px;
	background: url(../img/arrow_pagination.svg) no-repeat center left/contain;
	content: "";
}

.page-numbers.prev {
	margin-right: 30px;
}

.page-numbers.prev::after {
	position: static;
	transform: rotate(180deg);
}

.page-numbers.next {
	margin: 0 0 0 30px;
}

.page-numbers.next::before {
	transform: none;
	content: "";
}

.page-numbers.next::after {
	content: none;
}

.page-numbers.current {
	color: #111;
}

.page-numbers.current::after {
	content: none !important;
}

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

.news-single {
	position: relative;
	padding-top: 110px;
	background-color: #F3F3F7;
}

.news-single::after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	transform: translateY(100%);
	background-color: #F3F3F7;
	content: "";
}

.news-single .button {
	margin-top: 64px;
}

.news-single__wrapper {
	margin-top: 136px;
	padding: 64px 40px;
	background-color: #fff;
}

.news-single__title {
	margin-top: 12px;
	margin-bottom: 64px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00549F;
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
}

.news-single__content {
	padding: 0 8px 64px;
	border-bottom: 1px solid #00549F;
}

.news-single__content figure {
	max-width: 720px;
	margin: 64px auto;
}

.news-single__content figure img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-single__content h2 {
	margin: 64px 0 36px;
	padding: 24px 10px 24px 24px;
	border-left: 8px solid #00549F;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1.4;
	font-family: "Zen Old Mincho", serif;
}

.news-single__content h3 {
	margin: 64px 0 28px;
	padding: 12px;
	background-color: #00549F;
	color: #fff;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.417;
	font-family: "Zen Old Mincho", serif;
}

.news-single__content h4 {
	margin: 48px 0 20px;
	padding: 12px;
	background-color: #F3F3F7;
	color: #00549F;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.778;
	letter-spacing: 0.02em;
}

.news-single__content h5 {
	margin: 40px 0 16px;
	padding: 4px 0;
	border-bottom: 1px solid #00549F;
	color: #00549F;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}

.news-single__content h6 {
	position: relative;
	margin: 36px 0 8px;
	padding-left: 20px;
	color: #00549F;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.news-single__content h6::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #00549F;
	content: "";
}

.news-single__content a {
	color: #00549F;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.news-single__content ul,
.news-single__content ol {
	margin: 24px 0;
	list-style: initial;
}

.news-single__content ul {
	padding-left: 16px;
}

.news-single__content ol {
	padding-left: 20px;
}

.news-single__content ol li {
	list-style-type: decimal;
}

.news-single__content li {
	list-style-type: initial;
}

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

.contact-intro {
	margin-top: 64px;
}

.contact-intro .contact-flow {
	margin-top: 48px;
	border: 1px solid #00549F;
}

.contact-intro .contact-flow + .contact-part__wrap {
	margin-top: 48px;
}

.contact-intro .contact-flow + .contact-part__wrap .contact-part__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
}

.contact-intro .contact-flow + .contact-part__wrap .contact-part__item .tel-link {
	margin: 0 0 0 56px;
}

.contact-intro .contact-flow + .contact-part__wrap .contact-part__item .tel-link .number {
	font-size: 6.4rem;
}

.contact-intro .contact-flow + .contact-part__wrap .contact-part__item .tel-link .number::before {
	width: 64px;
	height: 64px;
}

.contact-intro .contact-flow + .contact-part__wrap .business-hours {
	padding-left: 0;
}

.contact-part__wrapper {
	position: relative;
}

.contact-part__wrapper::after {
	position: absolute;
	top: 0;
	right: -28px;
	width: 1px;
	height: 100%;
	background-color: #00549F;
	content: "";
}

.contact-part__title {
	font-weight: 700;
}

.contact {
	position: relative;
	margin-top: 136px;
	padding-top: 87px;
	background-color: #F3F3F7;
}

.contact::after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	transform: translateY(100%);
	background-color: #F3F3F7;
	content: "";
}

.required__text {
	margin-top: 24px;
	color: #DD0000;
	text-align: center;
}

.contact-sec__title {
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.contact__wrap {
	width: 912px;
	max-width: 100%;
	margin: 48px auto 0;
}

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

.contact__wrap .submit-button {
	display: inline-block;
	z-index: 1;
	position: relative;
	height: 77px;
}

.contact__wrap .submit-button::before {
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00549F;
	content: "";
}

.contact__wrap .submit-button::after {
	z-index: -1;
	position: absolute;
	top: 50%;
	right: 32px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_white.svg) no-repeat center left/contain;
	content: "";
}

.contact__wrap .button-link {
	background-color: initial;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: initial;
}

.contact-row {
	display: flex;
	margin-bottom: 8px;
	background-color: #fff;
}

.contact-row:nth-child(2) {
	height: 204px;
}

.contact-row:nth-child(2) .contact-text {
	height: 180px;
}

.contact-row.address {
	height: 104px;
}

.contact-row.address .contact-text {
	display: flex;
	align-items: flex-start;
}

.contact-row.address textarea {
	height: 80px;
	padding-top: 4px;
}

.contact-title {
	display: flex;
	flex: 0 0 206px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #00549F, #0268A9);
	color: #fff;
}

.contact-title .required {
	color: #FFD932;
}

.contact-text {
	flex: 0 0 calc(100% - 254px);
	max-width: 100%;
	margin-left: 48px;
	padding: 12px 48px 12px 0;
}

input[type=text],
input[type=email] {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #717171;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}

::-moz-placeholder {
	color: #757575;
}

::placeholder {
	color: #757575;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
	display: none;
}

textarea {
	width: 100%;
	height: 180px;
	padding: 10px;
	border: 1px solid #717171;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}

.radio-content .contact-text .wpcf7-list-item {
	margin: 0 24px 0 0;
}

.radio-content .contact-text .wpcf7-list-item:last-of-type {
	margin: 0;
}

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

.check-box__text a {
	color: #00549F;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact-check {
	display: inline-block;
	width: 397px;
	max-width: 100%;
	margin: 24px auto 0;
	padding: 24px 5px;
	background-color: #fff;
}

.contact-check input {
	margin: 0;
	border-radius: 2px;
	border-color: #717171;
}

.check-text {
	margin-left: 8px;
}

.check-text .mark {
	color: #DD0000;
}

.check-box-caption {
	margin-top: 24px;
	font-size: 1.4rem;
}

.check-box-caption span:first-of-type,
.check-box-caption span:nth-of-type(2) {
	display: inline;
}

.contact-thanks {
	margin-top: 64px;
}

.contact-thanks .button {
	margin-top: 64px;
}

.contact-thanks__text {
	margin-top: 32px;
}

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

.wpcf7-form-control-wrap {
	width: 100%;
}

/*----------------------------------
プライバシーポリシーページ
----------------------------------*/

.policy {
	margin-top: 136px;
}

.policy .last {
	margin-top: 12px;
	text-align: right;
}

.policy__list + .policy__list {
	margin-top: 48px;
}

.policy__list:nth-child(6) .policy__sub-list + .policy__sub-list {
	margin-top: 10px;
}

.policy__list:nth-child(11) .list__wrap p {
	padding-left: 0;
	text-indent: initial;
}

.policy__list:nth-child(n+10) .policy__title {
	padding-left: 1.5em;
	text-indent: -1.7em;
}

.policy__title {
	margin-bottom: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #00549F;
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
}

.policy__text {
	padding-right: 4px;
}

.policy__text + .policy__text {
	margin-top: 12px;
}

.policy__sub-lists {
	margin-top: 12px;
}

.policy__sub-lists.regular .policy__sub-list {
	font-weight: 400;
}

.policy__sub-list + .policy__sub-list {
	margin-top: 4px;
}

.policy__sub-list ul {
	margin: 12px 0;
}

.list__wrap {
	margin: 12px 0;
}

.list__wrap p {
	padding-left: 1em;
	text-indent: -1em;
}

.list__wrap p + p {
	margin-top: 12px;
}

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

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

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

html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #111;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.02em;
	overflow-wrap: break-word;
}

body.open {
	overflow: auto;
}

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-active {
	color: #FFD932;
}

.font-size-small {
	font-size: 0.9em;
}

.font-em {
	font-weight: 700;
}

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

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

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

.top-sec {
	padding-top: 104px;
}

.title {
	text-align: center;
}

.title span {
	display: block;
}

.title .ja {
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 1;
	font-family: "Zen Old Mincho", serif;
}

.title .en {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	color: #00549F;
	font-weight: 500;
}

.title .en:before,
.title .en:after {
	display: inline-block;
	width: 24px;
	height: 1px;
	background: #00549F;
	content: "";
}

.title .en:before {
	margin-right: 12px;
}

.title .en:after {
	margin-left: 12px;
}

.button-link {
	display: flex;
	position: relative;
	align-items: center;
	width: 296px;
	max-width: 100%;
	height: 77px;
	margin: auto;
	padding-left: 32px;
	border: 1px solid #111;
	background-color: #00549F;
	color: #111;
	color: #fff;
}

.button-link::after {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_white.svg) no-repeat center left/contain;
	content: "";
}

/*----------------------------------
スクロールでふわっと
----------------------------------*/

.view {
	transform: translate(0, 10px);
	opacity: 0;
	transition: all 2000ms;
}

.view.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}

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

.header {
	z-index: 41;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	padding: 20.5px 24px;
	background: #fff;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.header__logo {
	position: absolute;
	top: 20.5px;
	left: 24px;
}

.header__logo .header__lead {
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0;
}

.header__logo .header__img {
	display: inline-block;
	width: 210px;
	height: 50px;
	margin-top: 8px;
}

.header__logo .header__img img {
	width: 100%;
	height: 100%;
}

.header__wrap {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.header__nav {
	display: flex;
	flex: 0 0 calc(100% - 336px);
	flex-direction: column;
	justify-content: center;
}

.header__nav-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__nav-items li {
	flex: 0 0 64px;
	margin-right: 16px;
}

.header__nav-items li a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 33px;
	color: #111;
	font-size: 1.4rem;
	white-space: nowrap;
}

.header__nav-items li a::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #00549F;
	content: "";
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.header__nav-items li a:hover::before {
	opacity: 1;
}

.header-tel {
	flex: 0 0 211px;
	padding-top: 5px;
}

.header-tel .number {
	position: relative;
	padding-left: 28px;
	color: #00549F;
	font-size: 2.8rem;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0;
}

.header-tel .number::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/icon_phone.svg) no-repeat center left/contain;
	content: "";
}

.header-tel .business-hours {
	padding-left: 24px;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
}

.header-mail {
	flex: 0 0 252px;
	height: 53px;
	margin-left: 16px;
}

.header-mail a {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 24px;
	background-color: #00549F;
	color: #fff;
}

.header-mail a::after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_white.svg) no-repeat center left/contain;
	content: "";
}

.current-nav {
	display: block;
	position: relative;
}

.current-nav::before {
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #00549F;
	content: "";
	opacity: 1 !important;
}

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

.drawer__toggle {
	display: none;
	z-index: 42;
	position: fixed;
	top: 0;
	right: 0;
	width: 110px;
	height: 116px;
	cursor: pointer;
}

.drawer__wrapper {
	position: absolute;
	top: 28px;
	right: 24px;
	width: 50px;
	height: 33px;
}

.drawer__wrapper .menu {
	display: block;
	margin-top: 35px;
	color: #00549F;
}

.drawer__line {
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	border-radius: 3px;
	background: #00549F;
	transition: transform 0.3s;
}

.drawer__line--center {
	top: 14.5px;
}

.drawer__line--bottom {
	bottom: 1px;
}

.drawer__line--top.active {
	top: 12.5px;
	right: 0;
	transform: rotate(45deg);
	background: #00549F;
}

.drawer__line--center.active {
	transform: scaleX(0);
}

.drawer__line--bottom.active {
	right: 0;
	bottom: 19px;
	transform: rotate(135deg);
	background: #00549F;
}

/*gnav*/

.drawer__nav {
	z-index: 40;
	position: fixed;
	top: 110px;
	right: -120%;
	width: 300px;
	height: 100%;
	padding-bottom: 100px;
	overflow: scroll;
	background: #F3F3F7;
	transition: all 1s;
}

.drawer__nav.active {
	right: 0;
	transition: all 0.6s;
}

.drawer__nav .header__logo {
	top: 20px;
}

.drawer__wrap {
	width: 100%;
}

.drawer__wrap .drawer-tel {
	width: 260px;
	margin: 20px auto 0;
	background-color: #fff;
}

.drawer__wrap .drawer-tel .tel-link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 24.5px;
}

.drawer__wrap .drawer-tel .tel-link span {
	display: block;
	line-height: 1;
}

.drawer__wrap .drawer-tel .tel-link span.number {
	display: flex;
	position: relative;
	align-items: center;
	color: #00549F;
	font-weight: 700;
	font-size: 2.8rem;
	font-family: "Roboto", sans-serif;
}

.drawer__wrap .drawer-tel .tel-link span.number::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_phone.svg) no-repeat center left/contain;
	content: "";
}

.drawer__wrap .drawer-tel .tel-link span.business-hours {
	margin-top: 2px;
	padding-left: 19px;
	color: #111;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
}

.drawer__menu {
	width: 100%;
}

.drawer__menu > li {
	display: block;
	position: relative;
	margin-top: 2px;
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none;
	transition: 0.5s;
}

.drawer__menu > li:last-child {
	border-bottom: none;
}

.drawer__menu > li > a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 24px 30px 24px 32px;
	background-color: #fff;
	color: #111;
}

.drawer__menu > li > a::after {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_blue.svg) no-repeat center left/contain;
	content: "";
}

.drawer-overlay {
	box-sizing: border-box;
	display: none;
	z-index: 39;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.drawer-overlay.open {
	display: block;
}

/*----------------------------------
MV
----------------------------------*/

.mainvisual {
	position: relative;
	margin-top: 110px;
}

.mainvisual__content {
	position: absolute;
	top: 13.5%;
	left: calc(50% - 34.7vw);
	color: #fff;
}

.mainvisual-copy {
	padding-top: 2px;
	padding-top: 0.1041666667vw;
	padding-bottom: 2px;
	padding-bottom: 0.1041666667vw;
	font-weight: 600;
	font-size: 75px;
	font-size: 3.90625vw;
	line-height: 1.22;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mainvisual__text {
	width: 651px;
	width: 33.90625vw;
	margin-top: 28px;
	margin-top: 1.4583333333vw;
	margin-left: 24px;
	margin-left: 1.25vw;
	padding-top: 24px;
	padding-top: 1.25vw;
	padding-bottom: 24px;
	padding-bottom: 1.25vw;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 500;
	font-size: 22px;
	font-size: 1.1458333333vw;
	line-height: 1.318;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 2.85px 2.85px rgba(0, 0, 0, 0.25);
}

.mainvisual__lists {
	display: flex;
	margin-top: 49px;
	margin-top: 2.5520833333vw;
	padding-left: 0.88vw;
}

.mainvisual__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 205px;
	width: 10.6770833333vw;
	height: 205px;
	height: 10.6770833333vw;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	background-color: rgba(0, 88, 167, 0.15);
	font-weight: 500;
	font-size: 32px;
	font-size: 1.6666666667vw;
	line-height: 1.5;
	letter-spacing: 0;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.mainvisual__list + .mainvisual__list {
	margin-left: 14px;
	margin-left: 0.7291666667vw;
}

.mainvisual__list .font-small {
	font-size: 26px;
	font-size: 1.3541666667vw;
}

/*----------------------------------
トップページ：アンカークラフトについて
----------------------------------*/

.top-company {
	margin-top: 16px;
}

.top-company__inner {
	width: min(100% - 160px, 1680px);
	height: inherit;
	margin: auto;
}

.top-company__wrap {
	display: flex;
	align-items: center;
	margin-top: 56px;
}

.top-company__img {
	flex: 0 0 56.011%;
}

.top-company__content {
	margin-left: 64px;
	padding-right: 157px;
}

.top-company__content .button {
	margin-top: 40px;
}

.top-company__content .button-link {
	margin: 0;
}

.top-company__title {
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 1.4;
	font-family: "Zen Old Mincho", serif;
}

.top-company__text {
	margin-top: 32px;
}

/*----------------------------------
トップページ：私たちの強み
----------------------------------*/

.top-feature {
	margin-top: 136px;
	padding-bottom: 136px;
	background-color: #F3F3F7;
}

.top-feature__lists {
	margin-top: 56px;
}

.top-feature__list {
	display: flex;
	align-items: center;
}

.top-feature__list + .top-feature__list {
	margin-top: 48px;
}

.top-feature__list:nth-child(odd) .top-feature__img {
	margin-left: 64px;
}

.top-feature__list:nth-child(even) {
	flex-direction: row-reverse;
}

.top-feature__list:nth-child(even) .top-feature__img {
	margin-right: 64px;
}

.top-feature__content .caption {
	margin-top: 8px;
	color: #6D6D6D;
	font-size: 1.4rem;
}

.top-feature__title {
	border-bottom: 1px solid #00549F;
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Zen Old Mincho", serif;
}

.top-feature__title .number {
	display: inline-block;
	margin-right: 6px;
	color: #00549F;
	font-weight: 400;
	font-size: 4rem;
	font-family: "Roboto", sans-serif;
}

.top-feature__text {
	margin-top: 16px;
}

.top-feature__img {
	flex: 0 0 45.168%;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

/*----------------------------------
トップページ：事業内容
----------------------------------*/

.top-service .top-sec__text {
	width: 664px;
	max-width: 100%;
	margin: 40px auto 0;
}

.top-service .button {
	margin-top: 48px;
}

.top-sec__text {
	margin-top: 40px;
	text-align: center;
}

.top-service__items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
}

.top-service__item {
	position: relative;
	width: calc(33.333% - 26.6666666667px);
	margin-left: 40px;
}

.top-service__item:nth-of-type(3n + 1) {
	margin-left: 0;
}

.top-service__item:nth-of-type(n + 4) {
	margin-top: 40px;
}

.top-service__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 21px 24px;
	color: #fff;
	text-align: center;
}

.top-service__content::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(28, 111, 184, 0.8);
	content: "";
	mix-blend-mode: multiply;
}

.top-service__title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-weight: 600;
	font-size: 2.4rem;
	white-space: nowrap;
}

.top-service__lists {
	position: relative;
	margin-top: 12px;
}

/*----------------------------------
トップページ：加工事例
----------------------------------*/

.top-case {
	margin-top: 136px;
	padding-bottom: 136px;
	background: url(../img/top_case_bg.jpg) no-repeat top center/cover;
}

.top-case .title {
	color: #fff;
}

.top-case .title .en {
	color: #fff;
}

.top-case .title .en::before,
.top-case .title .en::after {
	background: #fff;
}

.top-case .top-sec__text {
	color: #fff;
}

.top-case .button {
	margin-top: 64px;
}

.top-case .button-link {
	background-color: #fff;
	color: #00549F;
}

.top-case .button-link::after {
	background-image: url(../img/arrow_blue.svg);
}

.top-case__lists {
	display: flex;
	margin-top: 48px;
}

.top-case__list {
	width: calc(33.333% - 16px);
}

.top-case__list + .top-case__list {
	margin-left: 24px;
}

.top-case__title {
	margin-top: 24px;
	color: #fff;
	text-align: center;
}

.prev-arrow,
.next-arrow {
	z-index: 2;
	position: absolute;
	top: 50%;
	aspect-ratio: 1;
	width: 48px;
	width: 48px;
	width: 12.8vw;
	translate: translateY(-50%);
	background: url(../img/arrow_slider.png) no-repeat center left/contain;
}

.prev-arrow:hover,
.next-arrow:hover {
	cursor: pointer;
}

.prev-arrow {
	left: calc(50% - 46vw);
}

.next-arrow {
	right: calc(50% - 46vw);
	rotate: 180deg;
}

.slick-dots {
	bottom: -70px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 6px;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: background 0.3s;
}

.slick-dots li button::before {
	display: none;
	content: none;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

/*----------------------------------
トップページ：設備紹介
----------------------------------*/

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

.top-equipment__img {
	margin-top: 48px;
}

/*----------------------------------
トップページ：お知らせ
----------------------------------*/

.top-news {
	margin-top: 136px;
	padding-bottom: 136px;
	background-color: #F3F3F7;
}

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

.no-post {
	margin-top: 50px;
	text-align: center;
}

.news__content {
	margin-top: 16px;
}

.news__item {
	border-bottom: 1px solid #00549F;
}

.info-link {
	display: block;
	position: relative;
	padding: 32px 0 32px 24px;
}

.info-link::after {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../img/arrow_blue.svg) no-repeat center left/contain;
	content: "";
}

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

.info__published {
	flex: 0 0 112px;
	color: #111;
	font-size: 1.4rem;
}

.info-category {
	height: 25px;
	margin-left: 11px;
	padding: 0 10.5px;
	border: 1px solid #00549F;
	color: #00549F;
	font-size: 1.4rem;
	line-height: 1.6;
}

.info__title {
	margin-top: 12px;
	padding-right: 70px;
	color: #111;
}

/*----------------------------------
各ページ共通：お問い合わせ・お見積り
----------------------------------*/

.contact-part {
	padding: 104px 0 136px;
	background: url(../img/contact_bg.jpg) no-repeat top center/cover;
}

.contact-part .title {
	color: #fff;
}

.contact-part .title .en {
	color: #fff;
}

.contact-part .title .en::before,
.contact-part .title .en::after {
	background: #fff;
}

.contact-part .top-sec__text {
	color: #fff;
}

.contact-flow {
	margin-top: 48px;
	padding: 40px 40px 48px;
	background-color: #fff;
}

.contact-flow__title {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.3;
	text-align: center;
}

.contact-flow__lists {
	display: flex;
	margin-top: 32px;
}

.contact-flow__list {
	width: calc(25% - 24px);
}

.contact-flow__list + .contact-flow__list {
	margin-left: 32px;
}

.flow-list-head {
	background-color: rgba(0, 84, 159, 0.1);
	color: #00549F;
	text-align: center;
}

.flow-list__img {
	margin-top: 16px;
	text-align: center;
}

.flow-list__title {
	margin-top: 12px;
	color: #00549F;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}

.flow-list__text {
	margin-top: 8px;
	font-size: 1.4rem;
}

.contact-part__wrap {
	display: flex;
	margin-top: 24px;
}

.contact-part__item {
	width: calc(50% - 12px);
	padding: 30px 20px 38px;
	background-color: #fff;
}

.contact-part__item + .contact-part__item {
	margin-left: 24px;
}

.contact-part__item .button {
	margin-top: 16px;
}

.contact-part__item .button-link {
	width: 386px;
	border-color: #00549F;
	background-color: #FFD932;
	color: #111;
}

.contact-part__item .button-link::after {
	right: 28px;
	background-image: url(../img/arrow_blue.svg);
}

.contact-part__item .tel-link {
	display: block;
	margin-top: 16px;
	line-height: 1;
}

.contact-part__item .tel-link .number {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	color: #111;
	font-size: 4.8rem;
	font-family: "Roboto", sans-serif;
}

.contact-part__item .tel-link .number::before {
	width: 46px;
	height: 46px;
	margin-right: 4px;
	background: url(../img/icon_phone.svg) no-repeat center left/contain;
	content: "";
}

.contact-part__item .business-hours {
	margin-top: 4px;
	padding-left: 1.5vw;
	font-size: 1.4rem;
	text-align: center;
}

.contact-part__title {
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
}

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

.footer {
	z-index: 1;
	position: relative;
	padding: 120px 0;
	background: url(../img/footer_bg.jpg) no-repeat top center/cover;
}

.footer__wrapper {
	position: relative;
	padding: 48px 0;
	color: #fff;
}

.footer__wrapper::before {
	-webkit-backdrop-filter: blur(4px);
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
	background: linear-gradient(to right, #00549F, #0268A9);
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.16);
	content: "";
	mix-blend-mode: multiply;
}

.footer__title {
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Zen Old Mincho", serif;
}

.footer__nav {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer__nav ul li {
	flex: 0 0 72px;
	height: 37px;
	margin-right: 32px;
}

.footer__nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
}

.footer__nav .button-link {
	width: 248px;
	height: 53px;
	padding-left: 24px;
	border: none;
	background-color: #fff;
	color: #00549F;
}

.footer__nav .button-link::after {
	right: 16px;
	background-image: url(../img/arrow_blue.svg);
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

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

.footer-logo {
	width: 210px;
	height: 50px;
}

.company-info {
	margin-left: 24px;
	font-size: 1.4rem;
}

.footer__right {
	text-align: right;
}

.privacy-link a {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.2rem;
}

.footer__copy {
	margin-top: 4px;
	font-size: 1rem;
}

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

@media (min-width: 768px) {

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
	height: 40px;
}

.hidden-pc {
	display: none;
}

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

}

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

.hidden-tab {
	display: none;
}

.block-tab {
	display: block;
}

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

}

@media (min-width: 1367px) {

.hidden-xl {
	display: none;
}

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

}

@media (max-width: 1549px) {

.top-company__img {
	flex: 0 0 58.789%;
}

.top-company__content {
	padding-right: 32px;
}

}

@media (max-width: 1374px) {

.top-feature__img {
	flex: 0 0 44.112%;
}

}

@media (max-width: 1365px) {

.top-service__title {
	font-size: 22px;
	font-size: 1.6105417277vw;
}

}

@media (max-width: 1339px) {

.top-company__content {
	padding-right: 0;
}

}

@media (max-width: 1199px) {

.hidden-w1200 {
	display: none;
}

.header__nav-items li {
	margin-right: 8px;
}

.header__nav-items li:last-child {
	margin-right: 0;
}

}

@media (max-width: 1149px) {

.top-service__item:first-of-type .top-service__title {
	margin-left: -1vw;
}

}

@media (max-width: 1109px) {

.display-w1110 {
	display: block;
}

.header__inner {
	padding-right: 87px;
}

.header__logo {
	top: 15.5px;
}

.header__logo .header__lead {
	line-height: 1.1;
}

.header__nav {
	display: none;
}

.header-tel {
	display: none;
}

.drawer__toggle {
	display: block;
}

}

@media (max-width: 1023px) {

.company__list:nth-child(odd) .company__img {
	margin-left: 30px;
}

.company__list:nth-child(even) .company__img {
	margin-right: 30px;
}

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

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

.service-link {
	padding: 7px 27px 7px 12px;
}

.service-link::after {
	right: 2px;
}

.service__items {
	flex: 0 0 calc(52.381% - 20px);
	margin-left: 20px;
}

.contact-intro .contact-flow + .contact-part__wrap .contact-part__item .tel-link .number {
	font-size: 5.4rem;
}

.contact-intro .contact-flow + .contact-part__wrap .contact-part__item .tel-link .number::before {
	width: 54px;
	height: 54px;
}

.inner {
	width: min(100% - 80px, 1008px);
}

.inner2 {
	width: min(100% - 80px, 1366px);
}

.top-company__inner {
	width: min(100% - 80px, 1680px);
}

.top-company__img {
	flex: 0 0 45%;
}

.top-company__content {
	margin-left: 30px;
}

.top-feature__list:nth-child(odd) .top-feature__img {
	margin-left: 30px;
}

.top-feature__list:nth-child(even) .top-feature__img {
	margin-right: 30px;
}

.top-feature__title {
	font-size: 2.8rem;
}

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

.top-service__item:nth-of-type(3n + 1) {
	margin-left: 40px;
}

.top-service__item:nth-of-type(odd) {
	margin-left: 0;
}

.top-service__title {
	padding-bottom: 8px;
	font-size: clamp(20px, 2.5vw, 24px);
}

.contact-part__item .button-link {
	padding-right: 60px;
}

.contact-part__item .tel-link .number {
	font-size: 3.6rem;
}

}

@media (max-width: 767px) {

.breadcrumb {
	margin-top: 48px;
	padding: 24px 16px;
}

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

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

.page-mainvisual {
	height: 100px;
	margin-top: 58px;
}

.error-404 {
	margin-top: 32px;
}

.error-404 .button {
	margin-top: 48px;
}

.error-404__text {
	text-align: left;
}

.error-404__text .d-iblock {
	display: inline;
}

.company-intro {
	margin-top: 32px;
}

.company__title {
	font-size: 2.4rem;
	line-height: 1.5;
}

.company__image {
	margin-top: 48px;
}

.company__content {
	margin-top: 48px;
}

.company__list {
	display: block;
}

.company__list + .company__list {
	margin-top: 32px;
}

.company__list:nth-child(odd) .company__img {
	margin: 24px 0 0 -2vw;
}

.company__list:nth-child(even) .company__img {
	margin: 24px 0 0 -2vw;
}

.company__list .company__title {
	font-size: 2rem;
}

.company__img {
	width: 105%;
}

.company__text {
	margin-top: 8px;
}

.company-profile {
	margin-top: 48px;
}

.profile__content {
	margin-top: 24px;
}

.profile__content .table th,
.profile__content .table td {
	display: block;
}

.profile__content .table th {
	width: 100%;
	padding: 13.5px 0 0 16px;
	font-weight: 600;
	font-size: 1.6rem;
}

.profile__content .table td {
	padding: 8px 16px 13.5px 16px;
}

.service-intro {
	margin-top: 32px;
}

.service-link__lists {
	display: block;
	margin-top: 48px;
}

.service-link__list {
	width: 100%;
	max-width: 385px;
	margin: auto;
}

.service-link__list:not(:nth-child(3n+1)) {
	margin: 16px auto 0;
}

.service-link__list:nth-child(n+4) {
	margin-top: 16px;
}

.service-link {
	padding: 7px 43px 7px 16.5px;
}

.service-link::after {
	right: 16px;
}

.service-link__img {
	flex: 0 0 80px;
}

.service {
	margin-top: 48px;
}

.service__list {
	padding: 32px 0;
}

.service__list:first-child .service__item:last-of-type .item__text {
	padding-right: 18px;
}

.service__list:nth-child(2) .service__item:last-of-type .item__text {
	padding-right: 1px;
}

.service__list:nth-child(3) .item__text {
	padding-right: 2px;
}

.service__list:nth-child(4) .service__item:last-of-type .item__text {
	padding-right: 0;
}

.service__list:nth-child(5) .service__item .item__text {
	padding-right: 0;
}

.service__list:nth-child(6) .service__text {
	padding-right: 1px;
}

.service__list:nth-child(6) .service__item:nth-of-type(2) .item__text {
	letter-spacing: -0.001em;
}

.service__list:nth-child(6) .service__item .item__text {
	padding-right: 0;
}

.service__title {
	padding-bottom: 0;
	font-size: 2rem;
}

.service__title .number {
	font-size: 2.4rem;
}

.service__content {
	margin-top: 24px;
}

.service__wrap {
	display: block;
	margin-top: 24px;
}

.service__img {
	height: 229px;
	height: 61.0666666667vw;
}

.service__items {
	margin: 24px 0 0 0;
}

.page {
	margin-top: 32px;
}

.page__lead {
	padding: 0 16px;
	text-align: left;
}

.page__content {
	margin-top: 48px;
	padding-top: 48px;
}

.page__list {
	width: calc(50% - 7.5px);
	padding: 8px;
}

.page__list:not(:nth-child(3n+1)) {
	margin-left: 15px;
}

.page__list:nth-of-type(odd) {
	margin-left: 0;
}

.page__list:nth-child(even) {
	margin-left: 15px;
}

.page__list:nth-child(3) {
	margin-top: 24px;
}

.case__title {
	display: flex;
	align-items: center;
	height: 50px;
	margin-top: 4px;
	font-size: 1.4rem;
	letter-spacing: -0.002em;
	text-align: left;
}

.equipment .page__lists {
	margin-top: 24px;
}

.equipment .page__list {
	flex-direction: column;
	padding: 0 5px;
}

.news-archive {
	margin-top: 32px;
}

.pagination {
	margin-top: 32px;
}

.news-single {
	padding-top: 58px;
}

.news-single .button {
	margin-top: 40px;
}

.news-single__wrapper {
	margin-top: 48px;
	padding: 32px 16px;
}

.news-single__wrapper .info__meta {
	padding: 0 8px;
}

.news-single__title {
	margin-bottom: 40px;
	padding: 0 8px 16px;
	font-size: 2.4rem;
	line-height: 1.417;
}

.news-single__content {
	padding: 0 0 40px;
}

.news-single__content figure {
	margin: 40px auto;
}

.news-single__content h2 {
	margin: 40px 0 16px;
	padding: 24px 0 24px 12px;
	font-size: 2rem;
}

.news-single__content h3 {
	margin: 40px 0 16px;
	padding-right: 0;
	font-size: 2rem;
}

.news-single__content h4 {
	margin: 40px 0 16px;
}

.news-single__content h5 {
	margin-bottom: 12px;
}

.news-single__content h6 {
	margin-top: 40px;
}

.contact-intro {
	margin-top: 32px;
}

.contact-intro .contact-flow {
	margin-top: 32px;
}

.contact-intro .contact-flow + .contact-part__wrap {
	display: none;
}

.contact {
	margin-top: 48px;
	padding-top: 48px;
}

.contact .contact-sec__title {
	font-size: 2rem;
}

.required__text {
	margin-top: 4px;
	font-size: 1.4rem;
}

.contact-sec__title {
	font-size: 2.4rem;
	line-height: 1.42;
}

.contact__wrap {
	margin-top: 32px;
}

.contact__wrap .button {
	margin-top: 32px;
}

.contact-row {
	display: block;
	height: auto;
}

.contact-row:nth-child(2) {
	height: auto;
}

.contact-row:nth-child(2) .contact-text {
	height: 204px;
}

.contact-row.address {
	height: auto;
}

.contact-title {
	justify-content: flex-start;
	height: 37px;
	padding-left: 8px;
}

.contact-text {
	margin-left: 0;
	padding: 12px 16px;
}

textarea {
	margin: auto;
}

.radio-content .contact-text {
	padding-bottom: 4px;
}

.radio-content .contact-text .wpcf7-list-item {
	margin-bottom: 8px;
}

.check-box {
	margin-top: 32px;
}

.contact-check {
	margin-top: 16px;
}

.check-box-caption {
	margin-top: 16px;
}

.check-box-caption span:first-of-type,
.check-box-caption span:nth-of-type(2) {
	display: inline-block;
}

.contact-thanks {
	margin-top: 32px;
}

.contact-thanks .button {
	margin-top: 48px;
}

.policy {
	margin-top: 32px;
}

.policy__title {
	padding-left: 1em;
	font-size: 2rem;
	line-height: 1.5;
	text-indent: -1.18em;
}

.policy__text {
	padding-right: 0;
}

.policy__sub-lists.regular .policy__sub-list {
	font-weight: 700;
}

.hidden-sp {
	display: none;
}

.inner {
	width: min(100% - 32px, 1008px);
}

.inner2 {
	width: min(100% - 32px, 1366px);
}

.top-sec {
	padding-top: 48px;
}

.title .ja {
	font-size: 2.4rem;
}

.title .en {
	margin-top: 8px;
	font-size: 1.2rem;
}

.title .en:before,
.title .en:after {
	width: 12px;
}

.title .en:before {
	margin-right: 8px;
}

.title .en:after {
	margin-left: 8px;
}

.header {
	height: 58px;
	padding-left: 8px;
}

.header__inner {
	justify-content: initial;
}

.header__logo {
	position: static;
}

.header__logo .header__lead {
	display: none;
}

.header__logo .header__img {
	width: 168px;
	height: 40px;
	margin-top: 0;
}

.header__wrap {
	position: static;
}

.header-mail {
	position: absolute;
	top: 0;
	right: 58px;
	width: 87px;
	height: 100%;
}

.header-mail a {
	justify-content: center;
	padding-top: 36px;
	padding-left: 0;
	font-weight: 500;
	font-size: 1.1rem;
}

.header-mail a::after {
	top: 6px;
	right: initial;
	left: 50%;
	height: 30px;
	transform: translateX(-50%);
	background-image: url(../img/icon_sp_contact.svg);
}

.drawer__toggle {
	width: 60px;
	height: 60px;
	background-color: #fff;
}

.drawer__wrapper {
	top: 12px;
	right: 13px;
	width: 32px;
	height: 22px;
}

.drawer__wrapper .menu {
	margin-top: 26px;
	font-weight: 500;
	font-size: 11px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
	white-space: nowrap;
}

.drawer__line {
	width: 32px;
	height: 2px;
}

.drawer__line--center {
	top: 10px;
}

.drawer__line--bottom {
	bottom: 0;
}

.drawer__line--top.active {
	top: 9.5px;
}

.drawer__line--bottom.active {
	bottom: 11px;
}

.drawer__nav {
	top: 58px;
}

.mainvisual {
	margin-top: 58px;
}

.mainvisual__content {
	top: initial;
	bottom: -40px;
	bottom: -10.6666666667vw;
	left: 16px;
}

.mainvisual-copy {
	font-size: 32px;
	font-size: 8.5333333333vw;
	line-height: 1.2;
}

.mainvisual__text {
	width: 288px;
	width: 76.8vw;
	margin-top: 16px;
	margin-top: 4.2666666667vw;
	padding-top: 7px;
	padding-top: 1.8666666667vw;
	padding-bottom: 7px;
	padding-bottom: 1.8666666667vw;
	font-size: 16px;
	font-size: 4.2666666667vw;
	line-height: 1.4;
	text-align: left;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mainvisual__lists {
	margin-top: 16px;
	margin-top: 4.2666666667vw;
}

.mainvisual__list {
	width: 80px;
	width: 21.3333333333vw;
	height: 80px;
	height: 21.3333333333vw;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(0, 88, 167, 0.9);
	color: #fff;
	font-size: 14px;
	font-size: 3.7333333333vw;
}

.mainvisual__list .font-small {
	font-size: 12px;
	font-size: 3.2vw;
}

.top-company {
	margin-top: 73px;
}

.top-company__inner {
	width: min(100% - 32px, 1680px);
}

.top-company__wrap {
	display: block;
	margin-top: 32px;
}

.top-company__content {
	margin: 32px 0 0 0;
}

.top-company__content .button-link {
	margin: auto;
}

.top-company__title {
	font-size: 2rem;
	text-align: center;
}

.top-company__text {
	margin-top: 20px;
}

.top-feature {
	margin-top: 48px;
	padding-bottom: 48px;
}

.top-feature__lists {
	margin-top: 32px;
}

.top-feature__list {
	display: block;
}

.top-feature__list:nth-child(odd) .top-feature__img {
	margin-left: 0;
}

.top-feature__list:nth-child(even) .top-feature__img {
	margin-right: 0;
}

.top-feature__title {
	font-size: 2rem;
	opacity: 0.8;
}

.top-feature__title .number {
	font-size: 2.4rem;
}

.top-feature__text {
	margin-top: 8px;
}

.top-feature__img {
	margin-top: 24px;
}

.top-service .top-sec__text {
	text-align: left;
}

.top-service .button {
	margin-top: 32px;
}

.top-sec__text {
	margin-top: 32px;
}

.top-service__items {
	margin-top: 32px;
}

.top-service__item {
	width: 100%;
	margin-left: 0;
}

.top-service__item:nth-of-type(3n + 1) {
	margin: 24px 0 0 0;
}

.top-service__item:nth-of-type(n + 4) {
	margin-top: 24px;
}

.top-service__item:nth-of-type(2) {
	margin-top: 24px;
}

.top-service__content {
	padding: 13px 16px;
}

.top-service__title {
	font-size: 2rem;
}

.top-service__list {
	font-size: 1.4rem;
}

.top-case {
	margin-top: 48px;
	padding-bottom: 48px;
	background-image: url(../img/top_case_bg_sp.jpg);
}

.top-case .inner {
	width: 100%;
}

.top-case .top-sec__text {
	padding: 0 17px;
}

.top-case .button {
	margin: 96px 16px 0;
}

.top-case__lists {
	display: block;
}

.top-case__list {
	padding-right: 6px;
	padding-right: 1.6vw;
	padding-left: 6px;
	padding-left: 1.6vw;
}

.top-case__list + .top-case__list {
	margin-left: 0;
}

.top-case__title {
	margin-top: 8px;
}

.top-equipment .inner {
	width: 100%;
}

.top-equipment .top-sec__text {
	padding: 0 16px;
}

.top-equipment .button {
	margin: 32px 16px 0;
}

.top-equipment__img {
	margin-top: 32px;
}

.top-news {
	margin-top: 48px;
	padding-bottom: 48px;
}

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

.no-post {
	margin-top: 30px;
}

.info-link {
	padding: 16px 0;
}

.info-link::after {
	right: 7px;
}

.info__title {
	padding-right: 41px;
}

.contact-part {
	padding: 48px 0;
}

.contact-flow {
	margin-top: 32px;
	padding: 32px 16px;
}

.contact-flow__title {
	font-weight: 700;
	font-size: 1.8rem;
}

.contact-flow__lists {
	flex-wrap: wrap;
	margin-top: 16px;
}

.contact-flow__list {
	width: calc(50% - 8px);
}

.contact-flow__list + .contact-flow__list {
	margin-left: 16px;
}

.contact-flow__list:nth-child(3) {
	margin-left: 0;
}

.contact-flow__list:nth-child(n+3) {
	margin-top: 16px;
}

.flow-list__title {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.6;
}

.flow-list__text {
	margin-top: 4px;
}

.contact-part__wrap {
	display: block;
}

.contact-part__item {
	width: 100%;
}

.contact-part__item:first-of-type {
	padding: 32px 15.5px;
}

.contact-part__item + .contact-part__item {
	margin: 24px 0 0 0;
	padding: 32px 18.5px;
}

.contact-part__item .button-link {
	padding: 0 46px 0 16px;
}

.contact-part__item .button-link {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.contact-part__item .button-link::after {
	right: 16px;
}

.contact-part__item .tel-link {
	margin-top: 12px;
}

.contact-part__item .tel-link .number {
	font-size: 4rem;
}

.contact-part__item .tel-link .number::before {
	width: 40px;
	height: 40px;
	margin-right: 0;
}

.contact-part__item .business-hours {
	padding-left: 22px;
}

.footer {
	padding: 48px 0;
	background-image: url(../img/footer_bg_sp.jpg);
}

.footer__wrapper {
	padding: 32px 16px;
}

.footer__wrapper .inner {
	width: 100%;
}

.footer__title {
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}

.footer__nav {
	display: block;
	margin-top: 32px;
	padding: 24px 0;
}

.footer__nav ul {
	width: 264px;
	max-width: 100%;
	margin: auto;
}

.footer__nav ul li {
	flex: initial;
	width: calc(33.333% - 16px);
	margin: 0 0 0 24px;
}

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

.footer__nav .button {
	margin-top: 24px;
}

.footer__nav .button-link {
	width: 252px;
	max-width: 100%;
	padding-right: 44px;
	line-height: 1.4;
}

.footer__wrap {
	display: block;
	margin-top: 32px;
}

.footer__info {
	display: block;
}

.footer-logo {
	margin: auto;
}

.company-info {
	margin: 24px 0 0 0;
	text-align: center;
}

.company-number span + span {
	margin-left: 5px;
}

.footer__right {
	margin-top: 32px;
	text-align: center;
}

}

@media (max-width: 400px) {

.radio-content .contact-text .wpcf7-list-item:nth-child(2) {
	margin-right: 0;
}

}

@media (max-width: 374px) {

.hidden-w375 {
	display: none;
}

.contact-part__item .tel-link .number {
	font-size: 39px;
	font-size: 10.4vw;
}

.contact-part__item .tel-link .number::before {
	width: 35px;
	width: 9.3333333333vw;
	height: 35px;
	height: 9.3333333333vw;
}

.footer__title {
	font-size: 19px;
	font-size: 5.0666666667vw;
}

}

@media (max-width: 359px) {

.service__title {
	font-size: 1.8rem;
}

.service__title .number {
	font-size: 2.2rem;
}

.equipment .page__list {
	padding: 0;
}

.radio-content .contact-text .wpcf7-list-item:nth-child(2) {
	margin-right: 24px;
}

.check-box__text {
	font-size: 1.5rem;
}

.hidden-sm {
	display: none;
}

.title .ja {
	font-size: 2.3rem;
}

.header__logo .header__img {
	width: 150px;
	height: 36px;
}

.header-mail {
	width: 78px;
}

.top-service__title {
	font-size: 1.8rem;
}

.contact-part__item .button-link {
	padding-left: 20px;
}

.footer__nav ul li {
	width: calc(33.333% - 7px);
	margin-left: 10px;
}

}

