@charset "UTF-8";

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
}

h1 {
	font-size: 3.5rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 2px;
}

h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 4rem;
	letter-spacing: 2px;
}

@media (max-width: 768px) {
	h2 {
		font-size: 3rem;
	}
}

h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;
}

h4 {
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
}

h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;

}

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

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style: none
}

p {
	letter-spacing: 0.075em;
}

.gnav {
	padding: 0 20px;
	width: 100%;
	height: 96px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	/* 半透明の白 */
	box-shadow: rgba(17, 17, 26, .05) 0px 1px 0px, rgba(17, 17, 26, .1) 0px 0px 8px
}

@media screen and (min-width: 768px) {
	.gnav {
		height: 110px
	}
}

@media screen and (min-width: 996px) {
	.gnav {
		padding: 0 45px
	}
}

.navbar-brand img {
	height: 30px;
	width: auto;
}

@media (max-width: 996px) {
	.navbar-brand img {
		height: 20px;
	}
}

@media (max-width: 768px) {
	.navbar-brand img {
		height: 30px;
	}
}

.gnav-items {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media screen and (max-width: 1300px) {
	.gnav-items {
		gap: 30px;
	}
}

@media screen and (max-width: 996px) {
	.gnav-items {
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.gnav-items {
		display: none;
	}
}

.gnav-item {
	position: relative
}

.gnav-item:hover .gnav-dropdown {
	left: -30px;
	opacity: 1;
	pointer-events: initial
}

.gnav-link {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all .3s ease;
}

@media (max-width: 1100px) {
	.gnav-link {
		font-size: 14px;
	}
}

@media (max-width: 996px) {
	.gnav-link {
		font-size: 12px;
	}
}

.gnav-link svg {
	width: 9px;
	position: relative;
	top: 1px
}

.gnav-link svg path {
	fill: #000;
	transition: all .3s ease
}

@media(hover: hover) {
	.gnav-link:hover {
		color: #052DA0;
	}

	.gnav-link:hover svg path {
		fill: #052DA0;
	}
}

.gnav-link.is-recruit {
	pointer-events: none
}

.gnav-link.is-recruit svg path {
	fill: #000
}

.gnav .is-contact {
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	background: #052DA0;
	transition: 0.3s;
}

.gnav .is-contact:hover {
	opacity: 0.8;
}

.gnav .is-contact .img-mail {
	width: 14px;
	position: relative;
	top: 1px
}

.gnav-dropdown {
	padding-top: 47px;
	position: absolute;
	left: -15px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease
}

.gnav-dropdown.is-first {
	width: 124px
}

.gnav-dropdown.is-second {
	width: 226px
}

.gnav-dropdown.is-third {
	width: 208px
}

.gnav-dropdown li {
	border-top: 1px solid #fff
}

.gnav-dropdown li:first-child {
	border: none
}

.gnav-dropdown a {
	padding-left: 27px;
	height: 54px;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	color: #fff;
	background: #052DA0;
	transition: all .3s ease
}

/* 受付時間 */
.phone-time {
	font-size: 0.5rem;
	font-weight: 400;
}

@media(hover: hover) {
	.gnav-dropdown a:hover {
		filter: brightness(120%)
	}
}

@media (max-width: 1300px) {
	.phone-number-sp {
		display: none !important;
	}
}

.headerSp {
	display: none;
}

@media (max-width: 768px) {
	.headerSp {
		display: block;
	}
}

.headerSp__nav {
	opacity: 0;
	pointer-events: none;
	transition: .3s ease transform, .3s ease opacity;
	background: #3757b3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%
}

.headerSp__nav.active {
	opacity: 1;
	pointer-events: auto
}

.headerSp__inner {
	padding: 0 0 200px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: auto
}

.headerSp-header {
	padding: 20px;
	width: 100%;
	height: 96px;
	display: flex;
	align-items: center;
	background-color: #fff
}

.headerSp-header a h2 {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 6px
}

.headerSp-header a h2 span {
	font-size: 23px;
	font-weight: inherit
}

.headerSp__item {
	line-height: 1;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #fff
}

.headerSp__itemFlex {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.headerSp__link {
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding-left: 30px;
	user-select: none;
	color: #fff
}

@media(hover: hover) {
	.headerSp__link {
		transition: all .3s ease
	}

	.headerSp__link:hover {
		opacity: .7
	}
}

.headerSp__logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 48px;
	height: 58px
}

.headerSp__moji {
	padding: 0 0 20px 20px;
	display: block;
	max-width: 335px
}

.headerSp__company {
	padding-left: 20px;
	font-weight: 500;
	font-size: 18px;
	color: #fff
}

.headerSp__arrow {
	width: 64px;
	height: 64px;
	position: relative;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s ease 0s;
	pointer-events: none;
	background: #052DA0;
}

.headerSp__arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	transform: rotate(135deg)
}

.headerSp__chevron.close .headerSp__arrow::after {
	transform: rotate(-45deg);
	top: calc(50% - 3px)
}

.headerSp__btn {
	display: block;
	position: fixed;
	top: 23px;
	right: 20px;
	z-index: 999;
	width: 55px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #052DA0
}

.headerSp__btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 30px;
	height: 1px;
	background-color: #052DA0;
	transition: .3s ease transform, .3s ease opacity
}

.headerSp__btn span:first-child {
	transform: translate(-50%, -10px)
}

.headerSp__btn span:last-child {
	transform: translate(-50%, 9px)
}

.headerSp__btn.active {
	display: none
}

.headerSp__btn.active span:first-child {
	transform: translate(-50%, 0) rotate(45deg)
}

.headerSp__btn.active span:nth-child(2) {
	opacity: 0
}

.headerSp__btn.active span:last-child {
	transform: translate(-50%, 0) rotate(-45deg)
}

.headerSp__close {
	position: absolute !important;
	top: 23px !important;
	left: inherit !important;
	right: 20px !important;
	bottom: inherit !important;
	display: block !important;
	width: 55px;
	height: 50px;
	border: 1px solid #052DA0
}

.headerSp__tel {
	width: 100%;
	max-width: 300px;
	display: flex;
	margin: 45px auto 0
}

.headerSp .accordion {
	width: 100%
}

.headerSp .accordion__items {
	width: 100%
}

.headerSp .accordion__item {
	width: 100%
}

.headerSp .accordion__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .1s ease;
	margin-bottom: 0;
}

.headerSp .accordion__box {
	width: 100%;
	display: none
}

.headerSp .accordion__boxItem {
	border-top: 1px solid #fff;
	background: #052DA0
}


/* スライドショーのデザイン */
.carousel-item {
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.carousel-caption {
	position: absolute;
	top: 55%;
	left: 35%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: white;
	max-width: 90%;
}

@media (max-width: 768px) {
	.carousel-caption {
		left: 50%;
		width: 90%;
	}
}

@media(max-width: 1300px) {
	.carousel-caption h1 br {
		display: none;
	}
}

@media(max-width: 996px) {
	.carousel-caption h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 768px) {
	.carousel-caption h1 {
		font-size: 2rem;
	}
}

.carousel-caption p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	text-align: left;
}

.carousel-caption p br {
	display: none;
}

@media (max-width: 768px) {
	.carousel-caption p {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.carousel-caption p br {
		display: block;
	}
}

.line-text-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 768px) {
	.line-text-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.line-text-container p {
		order: -1;
	}
}

/*ビジュアルテキスト横線 */
.line-text-visual {
	display: flex;
	align-items: center;
	text-align: center;
	height: 1px;
	background: white;
	width: 100px;
	margin: 0 10px;
}

@media (max-width: 768px) {
	.line-text-visual {
		display: block !important;
		height: 1px;
		max-width: 150px;
		margin: 10px 0;
	}
}

/*本文横線手前のみ*/
.line-text-bf {
	display: flex;
	align-items: center;
	text-align: center;
}

.line-text-bf::before {
	content: "";
	height: 1px;
	background: rgb(0, 0, 0);
	margin: 0 10px;
	width: 50px;

}

/*本文横線両線黒*/
.line-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.line-text::before,
.line-text::after {
	content: "";
	height: 1px;
	background: white;
	margin: 0 10px;
	width: 50px;
}

/* SERVICE セクション全体の背景 */
.service-section {
	width: 100%;
	background: url('../images/service-bg.jpg') no-repeat;
	background-position: right top;
	background-size: 80%;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.service-section {
		background-size: contain;
		background-position: top center;
	}
}

.service-content h4,
.service-content h5 {
	color: #052DA0;
}

.service-content p {
	font-weight: 300;
}

.cutting-section {
	background: url('../images/business/cutting-bg.jpg') center / cover no-repeat;
	position: relative;
	color: white;
	padding: 6rem 4rem;
}

@media (max-width: 768px) {
	.cutting-section {
		padding: 2rem;
	}
}

.cutting-lead {
	font-size: 1rem;
	line-height: 1.8;
}

.cutting-bg-white {
	background: rgba(255, 255, 255, 0.8);
}

.cutting-bg-white .list-inline-item {
	margin-right: 2rem;
}

/* リクルートセクション全体の背景 */
.recruit-bg {
	position: relative;
	width: 100%;
	background: url('../images/recruit-bg.jpg') no-repeat;
	background-size: cover;
	background-position: top;
	padding: 80px 0;
}

@media (max-width: 768px) {
	.recruit-bg {
		padding: 0;
		background-size: 150% auto;
		background-position: center top;
	}
}

.recruit-bg h2,
.recruit-bg h3,
.recruit-bg p {
	color: white;
	text-align: center;
}

@media (max-width: 768px) {
	.recruit-bg p {
		text-align: left;
		color: #000;
		text-shadow: 0px 0 5px #fff, 0px 0 6px #fff;
	}

}

/*リクルートセクション*/
.recruit-section {
	padding: 50px 0;
}

.recruit-card {
	border: none;
	align-items: center;
	font-weight: 700;
	font-size: 1.25rem;
}

.recruit-card img {
	width: 100%;
}

.recruit-link {
	color: #000000;
	text-decoration: none;
}

.recruit-link:hover {
	color: #052DA0;
}

.recruit-link {
	display: flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	color: #000;
	font-size: 1.3rem;
	font-weight: 600;
}

.recruit-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	justify-content: space-between;
}


/*NEWSセクション*/
/* セクション全体 */
.news-section {
	padding: 50px 0;
}

/* 横線付きの「お知らせ」 */
.news-subtitle {
	display: flex;
	align-items: center;
}

.news-subtitle::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: black;
	margin-right: 10px;
	max-width: 50px;
}

/* 新着情報リスト */
.news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	text-decoration: none;
	color: #000000;
}

.news-item:last-of-type {
	border-bottom: 1px solid #ddd !important;
}

/* 日付部分 */
.news-date {
	font-size: 0.9rem;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #808080;
}

/* タイトル */
.news-title-text {
	font-weight: 700;
	flex-grow: 1;
}

/* 矢印アイコン */
.news-arrow {
	transition: transform 0.3s;
	width: 40px;
	height: auto;
}

.news-item:hover .news-arrow {
	transform: translateX(5px);
}

.news-content {
	display: block;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.news-item {
		flex-direction: row;
		justify-content: space-between;
	}

	.news-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.news-date {
		display: block;
		margin-bottom: 5px;
	}

	.news-arrow {
		flex-shrink: 0;
	}
}

/* ボタン */
.news-btn {
	background: #052DA0;
	color: white;
	padding: 15px 65px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin-top: 20px;
	transition: 0.3s;
}

.news-btn:hover {
	opacity: 0.8;
}

.news-btn img {
	height: 10px;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.news-btn-container {
	text-align: left;
}

@media (max-width: 996px) {
	.news-btn-container {
		text-align: center;
	}
}

.no-shadow {
	text-shadow: none !important;
}

/*CONTACTセクション*/
/* 全体の背景（CONTACT + フッター） */
.contact-bg {
	position: relative;
	width: 100%;
	background: url('../images/contact-bg.jpg') no-repeat;
	background-size: cover;
	padding-top: 300px;
	background-color: #052DA0;
}

@media (max-width: 1200px) {
	.contact-bg {
		background-size: 150% auto;
		background-position: top center;
		padding-top: 150px;
	}
}

/* CONTACT セクション */
.contact-section {
	padding-bottom: 50px;
}

/* カードデザイン */
.contact-card {
	background: white;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-main {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.contact-main {
		flex-direction: column;
	}
}

.contact-bd {
	border-bottom: 2px solid #052DA0;
}

@media (max-width: 1200px) {
	.contact-bd {
		display: none;
	}
}

/* 横線付きの「お問合せ」 */
.contact-subtitle {
	display: flex;
	align-items: center;
}

.contact-subtitle::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: black;
	margin-right: 10px;
	max-width: 50px;
}

/* メール問い合わせボタン */
.email-btn {
	background: #052DA0;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-decoration: none;
	width: 100%;
	transition: 0.3s;
}

.email-btn:hover {
	opacity: 0.8;
}

@media (max-width: 1200px) {
	.phone-contact {
		flex-direction: column;
	}

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

/* 電話番号のスタイル */
.phone-number {
	color: #052DA0;
	font-weight: 400;
}

/* フッター全体 */
.footer {
	color: white;
	padding: 50px 0;
	font-size: 0.9rem;
	background-color: #052DA0;
}

/* 会社情報 */
.company-info img {
	height: 20px;
	width: auto;
}

@media (max-width: 768px) {
	.company-info img {
		height: 30px;
	}
}

.contact-info {
	font-size: 0.8rem;
	margin-top: 10px;
}

/* ナビゲーションリンク */
.footer-links a {
	color: white;
	text-decoration: none;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.footer-links a:hover {
	border-bottom: 1px solid white;
}

@media (max-width: 768px) {
	.footer-links a {
		font-size: 0.8rem;
	}
}

.footer-link {
	padding: 15px 0;
}

@media (max-width: 768px) {
	.footer-link {
		padding: 10px 0;
	}
}

.footer-icon {
	height: 10px;
	width: auto;
}

/* 縦線の仕切り（特定の列に適用） */
.footer-left-line {
	border-left: 2px dotted white;
	padding-left: 15px;
}

/* 著作権部分 */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size: 0.8rem;
}

/* トップに戻るボタン */
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: white;
	color: #052DA0;
	display: none;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.5rem;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s, transform 0.3s;
	opacity: 0;
	z-index: 11;
}

.back-to-top:hover {
	background: rgb(236, 236, 236);
}

.back-to-top.show {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}


/* SCROLL のデフォルト表示 */
.scroll-indicator {
	position: fixed;
	left: 20px;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	z-index: 10;
}

.scroll-text {
	font-size: 1rem;
	font-weight: 400;
	color: white;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

@media (max-width: 768px) {
	.scroll-text {
		writing-mode: horizontal-tb;
		text-orientation: initial;
	}
}

.scroll-line {
	width: 1px;
	height: 100px;
	position: relative;
	overflow: hidden;
}

.scroll-line::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 1px;
	height: 100px;
	background-color: white;
	animation: scrollDown 2s infinite ease-in-out;
}

/* アニメーション */
@keyframes scrollDown {
	0% {
		top: -100%;
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	100% {
		top: 100%;
		opacity: 0;
	}
}

/* スマホ用のサイズ調整 */
@media (max-width: 768px) {
	.scroll-indicator {
		right: 10px;
		bottom: 0;
	}

	.scroll-text {
		font-size: 0.8rem;
	}
}

/********************  Company  ***************/

.company-img {
	background: url('../images/page_title_bg.jpg') no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	padding: 50px 0;
	margin-top: 7rem;
}

@media (max-width: 768px) {
	.company-img {
		margin-top: 6rem;
	}
}

.overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 2rem;
	z-index: 2;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/**パンくずリスト**/
.breadcrumb {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

@media(max-width: 768px) {
	.breadcrumb {
		font-size: 0.5rem;
	}
}

.breadcrumb-bg {
	position: absolute;
	z-index: 10;
	top: 10px;
}

.breadcrumb-item {
	display: flex;
	align-items: center;
	color: #000;
}

.breadcrumb-item a {
	color: #888;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	color: #aaa;
	margin: 0 8px;
}

@media(max-width: 768px) {
	.breadcrumb-item+.breadcrumb-item::before {
		margin: 0;
	}
}

/*****/

.greeting-title {
	margin: 0 auto;
}

.text-primary {
	color: #052DA0 !important;
}

.line-text-bl {
	display: block;
	height: 1px;
	background: #052DA0;
	margin-left: 50px;
	flex-grow: 1;
	margin-right: calc(-50vw + 50%);
}

@media (max-width: 768px) {
	.line-text-bl {
		display: none;
	}

	.greeting-title {
		border-bottom: #052DA0 1px solid;
		padding-bottom: 0.5rem;
	}
}

.greeting-title .d-flex {
	position: relative;
}

.company-info-list {
	display: flex;
	align-items: stretch;
	margin-bottom: 0;
}

.company-info-title {
	width: 25%;
	font-weight: 400;
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.company-info-detail {
	width: 75%;
	margin-left: 3rem;
	padding: 2rem;
	border-bottom: 1px solid #ddd;
	display: inline;
	align-items: center;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.company-info-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.company-info-title {
		width: 100%;
		text-align: left;
		padding: 0;
		padding-top: 1rem;
		justify-content: flex-start;
		border-bottom: none;
	}

	.company-info-detail {
		width: 100%;
		margin-left: 0;
		padding: 0.5rem 0;
		justify-content: flex-start;
	}
}

.company-info-table dd ul {
	padding-left: 1.2em;
	margin: 0;
	list-style-type: disc;
	/* 「・」を表示 */
}

.access-list {
	margin-top: 0.5rem;
}

.access-title {
	color: #052DA0;
	font-weight: bold;
}

.access-list li {
	padding-bottom: 0.5rem;
}

.access-map {
	border-bottom: #000000 solid 1px;
}

.map-iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 460px;
}



/*****  NEWS  ページネーション****
/* Pagination styles for page numbers */
.page-numbers {
	color: #052DA0;
	border: 1px solid #052DA0;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	font-size: 1.5rem;
	text-decoration: none;
	transition: 0.3s;
}

.page-numbers.current {
	background-color: #052DA0;
	color: white;
}

.page-numbers:hover {
	background-color: #052DA0;
	color: white;
	text-decoration: none;
}

.page-numbers.dots {
	pointer-events: none;
	color: #aaa;
}

@media (max-width: 768px) {
	.page-numbers {
		width: 30px;
		height: 30px;
		font-size: 0.8rem;
		margin: 5px;
	}
}


/*****  facility *******/
.facility-section {
	width: 100%;
	background: url('../images/facility/facility-bg.jpg') no-repeat;
	background-position: top;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.facility-section {
		background-size: contain;
		background-position: top center;
		padding: 5px 0;
	}
}

.facility-content h4 {
	color: #052DA0;
	text-shadow:
		0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

.facility-content p {
	text-shadow:
		0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

.equipment-section h5 {
	color: #052DA0;
	font-size: 1.8rem;
	font-weight: 700;
}

.equipment-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.equipment-table th {
	background: #cdd5ec;
	font-weight: normal;
	width: 80%;
}

.equipment-table td,
.equipment-table th {
	padding: 20px;
	border: 1px solid #ccc;
}

.equipment-td-bg {
	background: #f7f7f7;
}


/*****  requirement *****/
.requirement-section h4 {
	font-family: "Noto Sans JP", sans-serif;
}

.text-poppins {
	font-family: "Poppins", sans-serif;
	color: #8ea0d4;
}

.requirement-title {
	color: white;
	background: linear-gradient(to right, #6b7bb4, #0a28a9);
	font-size: 1.5rem;
	font-weight: 500;
}

.requirement-table th {
	width: 30%;
	font-weight: normal;
}

.requirement-table td {
	width: 70%;
}

.requirement-table th,
.requirement-table td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 2rem 1rem;
}

.requirement-table td ul {
	padding-left: 1.2em;
	margin: 0;
	list-style-type: disc;
}

.requirement-select {
	color: white;
	background: #052DA0;
	font-weight: 500;
	border-radius: 30px;
}

@media (max-width: 768px) {
	.requirement-table tr {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.requirement-table th,
	.requirement-table td {
		width: 100%;
		display: block;
		padding: 0.5rem 0.5rem;
		border-bottom: none;
	}
}

.requ-contact {
	color: #052DA0;
	border-bottom: #052DA0 1px solid;
}

/***** benefit *****/

.benefit-list img {
	width: 290px;
}


.support-system {
	position: relative;
	min-height: 440px;
	padding-top: 50px;
	background: url("../images/benefit/benefit-bg.jpg") center top no-repeat;
	background-size: contain;
}

@media (max-width: 768px) {
	.support-system {
		background-size: cover;
	}
}

.support-system::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 95%);
	position: absolute;
	top: 0;
	left: 0
}

.support-system-bg {
	position: relative;
	z-index: 2
}

.support-system-head {
	display: flex;
	align-items: center;
	gap: 15px
}

@media (max-width: 1200px) {
	.support-system-head {
		flex-direction: column;
		align-items: start;
	}
}

.support-system-head h4 {
	color: #052DA0;
	font-size: 3rem;
	margin-bottom: 0;
	text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

.support-system-head p {
	margin-bottom: 0;
	text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

.support-system-bg h5 {
	position: relative;
	border-left: 6px solid #052DA0;
	color: #052DA0;
	font-weight: bold;
	text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

.support-system-bg h5::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #052DA0;
}

.support-system-bg li {
	text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

.support-system-bg span {
	color: #052DA0;
	font-weight: bold;
}

/*** contact ***/
/***問い合わせフォーム**/
.wpcf7-response-output {
	display: none;
}

.is-required {
	margin-left: 10px;
	padding: 4px 7px 5px;
	position: relative;
	top: 1px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background-color: red;
	border-radius: 4px
}

.contact-info-table p {
	width: 100%;
	margin: 0;
}

.contact-info-list {
	display: flex;
	align-items: stretch;
	margin-bottom: 0;
	background-color: #f2f4fa;
}

.contact-info-title {
	width: 25%;
	font-weight: 500;
	padding: 1.5rem 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.contact-info-detail {
	width: 75%;
	margin-left: 3rem;
	padding: 1.5rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.contact-info-list:first-of-type .contact-info-title,
.contact-info-list:first-of-type .contact-info-detail {
	border-top: 1px solid #ddd;
}

.contact-input {
	padding: 0 20px 1px 20px;
	width: 100%;
	max-width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.contact-textarea {
	padding: 15px 20px 15px 20px;
	line-height: 1.8;
	width: 100%;
	height: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	resize: none;
}

@media (max-width: 1200px) {
	.contact-info-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact-info-title {
		width: 100%;
		text-align: left;
		padding: 0;
		padding: 1rem;
		justify-content: flex-start;
		border-bottom: none;
	}

	.contact-info-detail {
		width: 100%;
		margin-left: 0;
		padding: 0.5rem 1rem;
		justify-content: flex-start;
	}

	.contact-info-list:first-of-type .contact-info-detail {
		border-top: 0;
	}
}

.radio-vertical .wpcf7-list-item {
	display: block;
	margin-bottom: 0.5rem;
	margin-left: 0;
}

/**個人情報取扱**/
.contact-policy {
	padding: 14px 20px 14px;
	width: 100%;
	height: 209px;
	overflow-y: scroll;
	border: 1px solid #ccc
}

.contact-policy p {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}

.contact-policy .is-margin {
	margin-top: 25px;
}


/**　個人情報保護チェックボタン **/
.contact-privacy {
	margin-top: 34px;
	display: flex;
	justify-content: center;
	text-align: center;
}


.contact-privacy .wpcf7-list-item {
	margin: 0
}

.contact-privacy .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px
}

.contact-privacy .wpcf7-list-item .wpcf7-list-item-label {
	display: flex;
	align-items: center
}

.contact-privacy .wpcf7-list-item .wpcf7-list-item-label::after {
	margin-left: 10px;
	content: "必須";
	padding: 4px 7px 5px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	background-color: red;
	border-radius: 4px
}

.contact-privacy input[type=checkbox] {
	appearance: auto;
	position: relative;
	top: 1.5px
}

.contact-privacy .wpcf7-not-valid-tip {
	margin: 5px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: red
}

.contact-privacy.is-confirm {
	margin-top: 45px
}

@media screen and (min-width: 768px) {
	.contact-privacy.is-confirm {
		margin-top: 60px
	}
}

.contact-privacy.is-confirm .is-required {
	position: relative;
	top: -2px
}


/**問い合わせ送信内容確認ボタン**/
.contact-btn {
	display: flex;
	justify-content: center;
	text-align: center;
}

.wpcf7-spinner {
	display: none !important;
}

.btn-confirm {
	display: inline-block;
	background: linear-gradient(to right, #6b7bb4, #0a28a9);
	color: #fff;
	padding: 20px 120px;
	border: none;
	border-radius: 50px;
	font-size: 1.5rem;
	cursor: pointer;
	text-align: center;
	transition: 0.3s;
}

.btn-confirm:hover {
	opacity: 0.8;
}

@media (max-width: 992px) and (min-width: 769px) {
	.btn-confirm {
		padding: 20px 80px;
		font-size: 1.25rem;
	}
}

@media (max-width: 768px) {
	.btn-confirm {
		padding: 15px 50px;
		font-size: 1rem;
	}
}


/* 送信ボタン */
.btn-submit {
	display: inline-block;
	background: linear-gradient(to right, #eeb24a, #eb7943);
	color: #fff;
	padding: 20px 120px;
	border: none;
	border-radius: 50px;
	font-size: 1.5rem;
	cursor: pointer;
	transition: 0.3s;
}

.btn-submit:hover {
	opacity: 0.8;
}

/* 戻るボタン */
.btn-back {
	display: inline-block;
	background: transparent;
	color: #052DA0;
	padding: 15px 100px;
	border: 1px solid #052DA0;
	border-radius: 50px;
	font-size: 1.25rem;
	cursor: pointer;
	transition: 0.3s;
}

.btn-back:hover {
	background: #052DA0;
	color: white;
}

@media (max-width: 992px) and (min-width: 769px) {
	.btn-submit {
		padding: 15px 80px;
		font-size: 1.25rem;
	}

	.btn-back {
		padding: 12px 70px;
		font-size: 1.1rem;
	}
}

@media (max-width: 768px) {
	.btn-submit {
		padding: 10px 70px;
		font-size: 1rem;
	}

	.btn-back {
		padding: 8px 50px;
		font-size: 0.9rem;
	}
}

/*** complete ***/
.complete-section hr {
	border: none;
	border-top: 1px solid #052DA0;
	width: 100%;
	margin: 20px auto;
	opacity: 1;
}

/* レスポンシブ */
@media (max-width: 768px) {
	.btn-return {
		padding: 10px 30px;
		font-size: 1rem;
	}
}



/* hara */
.contact-bg {
	background-image: unset;
	overflow: hidden;
	padding-top: 0;
}

.contact-section {
	position: relative;
	z-index: 1;
	background: #052DA0;
	background: linear-gradient(0deg, rgba(5, 45, 160, 1) 22%, rgba(255, 255, 255, 0) 100%);
}

.footer {
	position: relative;
	z-index: 1;
}

.swiper-container {
	max-height: 150px;

	@media (min-width:768px) {
		max-height: 250px;
	}

	@media (min-width:1080px) {
		max-height: 300px;
	}
}

.swiper {
	width: 140vw;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	transform: rotate(-15deg) translate(-5%, -70%);

	@media (min-width:768px) {
		padding-top: 15px;
	}

	@media (min-width:1080px) {
		padding-top: 20px;
	}

}

.swiper:nth-of-type(2) {
	transform: rotate(-15deg) translate(-10%, -65%);
}

.swiper:nth-of-type(3) {
	transform: rotate(-15deg) translate(-15%, -60%);
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;

	@media (min-width:768px) {
		margin-right: 20px;
	}

	@media (min-width:1080px) {
		margin-right: 30px;
	}

}

.swiper-slide img {
	display: block;
	width: 100%;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* 印刷用CSS */
body {
	overflow-x: hidden;
}

.printFront {
	display: none;
}

.printFront-catchphrase {
	text-align: center;
	font-size: 26px;
	font-family: "Shippori Mincho", serif;
	margin: 130px 0;
}

.printFront-qr {
	width: 60px;
}

@media print {

	/* 共通 */
	body {
		font-size: 9px;
	}

	.container {
		max-width: unset;
		width: 100% !important;
	}

	.container:has(.breadcrumb) {
		display: none;
	}

	.breadcrumb {
		display: none;
	}

	.page-break {
		break-before: always;
		page-break-before: always;
	}

	.header {
		display: none;
	}

	.headerSp {
		display: none;
	}

	.back-to-top {
		display: none !important;
	}

	.footer {
		display: none !important;
	}

	.print-none {
		display: none !important;
	}

	.overlay-text {
		font-size: 20px;
	}

	/* トップページ */
	.printFront {
		display: block;
	}

	.carousel {
		display: none;
	}

	.scroll-indicator {
		display: none !important;
	}

	.home .service-section {
		display: none;
	}

	.home .recruit-bg {
		display: none;
	}

	.recruit-bg h2 {
		font-size: 24px;
	}

	.recruit-section {
		padding: 0 !important;
	}

	.recruit-section .justify-content-center {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.recruit-section .justify-content-center>div {
		width: 100% !important;
	}

	.recruit-section .recruit-card {
		margin: 0 !important;
	}

	.news-section {
		display: none;
	}

	.contact-bg {
		display: none;
	}

	.contact-title {
		font-size: 25.5px;
	}

	.contact-main {
		flex-direction: row;
	}

	.contact-card .col-xl-5 {
		width: 41.66666667% !important;
	}

	.contact-card .col-xl-6 {
		width: 50% !important;
	}

	/* 会社案内 */
	.company-img {
		margin-top: 0 !important;
		padding: 26.25px 0 !important;
	}

	.company-section {
		padding: 15px 0 0 0 !important;
	}

	.company-section:nth-of-type(3) {
		break-before: always;
		page-break-before: always;
	}

	.company-section:nth-of-type(6) {
		break-before: always;
		page-break-before: always;
	}

	.company-section .greeting-title {
		margin-bottom: 7.5px !important;
	}

	.company-section .greeting-title h2 {
		font-size: 21px !important;
	}

	.company-section .greeting-title h3 {
		font-size: 12px !important;
	}

	.company-info-title {
		padding-top: 6px !important;
	}

	.company-info-detail {
		padding: 4px 0 !important;
	}


	/* 事業内容 */
	.service-section {
		padding: 0 0 30px 0 !important;
	}

	.service-content {
		padding: 0 !important;
	}

	.service-content .align-items-center .col-lg-5 {
		width: 33.33333333% !important;
	}

	.service-content .align-items-center .col-lg-7 {
		width: 66.66666667% !important;
	}

	.service-content h4 {
		font-size: 18px;
		margin: 0.5em 0 0.3em 0 !important;
	}

	.service-content h5 {
		font-size: 12px;
		margin: 0.5em 0 0.3em 0 !important;
	}

	.container:has(.cutting-section) {
		padding: 0;
	}

	.cutting-section {
		padding: 18px;
	}

	.cutting-bg-white {
		padding: 10px !important;
	}

	/* 品質管理・保有設備 */
	.facility-section {
		padding: 0 !important;
	}

	.facility-section h4 {
		font-size: 15px;
	}

	.facility-content {
		padding: 7.5px !important;
	}

	.equipment-section h5 {
		font-size: 18px;
		margin-bottom: 10px !important;
	}

	.equipment-section {
		max-width: 570px !important;
	}

	.equipment-table td,
	.equipment-table th {
		padding: 6px;
	}

	/* 募集要項 */
	.requirement-section {
		padding: 0 !important;
	}

	.requirement-section img {
		width: 90px;
	}

	.requirement-section h4 {
		font-size: 18px;
	}

	.requirement-section h4.text-primary {
		display: none;
	}

	.requirement-section .mb-5 {
		margin-bottom: 10.5px !important;
	}

	.requirement-section .col-md-8 {
		max-width: 420px !important;
	}

	.requirement-table tr {
		display: table-row !important;
	}

	.requirement-table th,
	.requirement-table td {
		vertical-align: middle !important;
		border-bottom: 1px solid #ddd !important;
	}

	@media (max-width: 768px) {

		.requirement-table th,
		.requirement-table td {
			width: initial !important;
			display: table-cell !important;
			padding: 0.5rem 0.5rem;
		}
	}

	/* 福利厚生 */

	.requirement-section .text-center.mb-md-5 {
		margin: 0 !important;
	}

	.requirement-section .benefit-list {
		margin: 0 !important;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.benefit-list img {
		width: 100% !important;
	}

	.benefit-section .my-5 {
		margin-top: 15px !important;
		margin-bottom: 0 !important;
	}

	.benefit-section .mb-5 {
		margin-bottom: 0 !important;
	}

	.support-system {
		padding-top: 20px !important;
		min-height: auto;
	}

	.support-system-head {
		flex-direction: row;
	}

	.support-system-head h4 {
		font-size: 20px;
	}

	/* お問い合わせ */
	.contact-info-list {
		display: flex !important;
		flex-direction: row !important;
	}

	.business-cutting{
		padding-bottom: 0 !important;
	}
}