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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

address {
	font-style: normal;
}

body {
	background: #fff;
	color: #403D3C;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	line-height: 1.5;
}

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

a {
	color: inherit;
}

.l-inner {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.p-page-head {
	display: block;
	text-align: center;
}

.p-page-head-ja {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
}

.p-page-head-en {
	color: #1A96D5;
	font-size: 11px;
	font-weight: 450;
	letter-spacing: 2px;
	margin-top: 5px;
}

.p-section-head {
	display: block;
	text-align: center;
}

.p-section-head__en {
	color: #1A96D5;
	font-size: 40px;
	font-style: oblique;
	font-weight: 600;
	letter-spacing: 2px;
}

.p-section-head__ja {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}

.p-section-head__bar {
	background: #88C1C5;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 80px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.hidden-pc {
	display: block;
}

.hidden-sp {
	display: none;
}

.header {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	z-index: 100;
}

.header__logo {
	background: #fff;
	height: 40px;
	width: 180px;
}

.header__nav {
	display: none;
}

.header__item:last-child .header__link {
	border-right: none;
}

.header__link {
	border-right: 1px solid #403D3C;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}

.header__btn {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 100;
}

.drawer-open {
	display: flex;
	flex-direction: column;
	height: 16px;
	justify-content: space-between;
	width: 30px;
}

.drawer-open.active .drawer-open__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.drawer-open.active .drawer-open__bar:nth-child(2) {
	opacity: 0;
}

.drawer-open.active .drawer-open__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.drawer-open__bar {
	background: #403D3C;
	height: 2px;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	width: 30px;
}

.drawer {
	background: #fff;
	height: 120vh;
	padding-top: 50px;
	position: fixed;
	right: -100%; /* 初期状態では画面外に */
	top: 0;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	z-index: 99;
}

.drawer.open {
	transform: translateX(-100%);
}

.drawer__nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 245px;
	width: 100%;
}

.drawer__link {
	border-top: 1px solid #9e9e9f;
	display: block;
	font-size: 17px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	transition: opacity 0.3s;
	width: 100%;
}

.drawer__link::after {
	background: url(../img/2x/drawer-arrow@2x.png) no-repeat center center/cover;
	content: "";
	height: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.drawer__link:hover {
	opacity: 0.7;
}

.drawer__item:last-child .drawer__link {
	border-bottom: 1px solid #9e9e9f;
}

.drawer__address-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 245px;
	width: 100%;
}

.drawer__adress {
	font-size: 14px;
	margin-top: 50px;
}

.drawer__tel-btn {
	align-items: center;
	background: #fff;
	display: flex;
	height: 45px;
	justify-content: center;
	margin-top: 30px;
	outline: 1px solid #403D3C;
	position: relative;
	transition: opacity 0.3s;
	width: 240px;
}

.drawer__tel-btn span {
	padding-left: 20px;
}

.drawer__tel-btn:hover {
	opacity: 0.7;
}

.drawer__tel-btn::after {
	background: url(../img/2x/tel-img@2x.png) no-repeat center center/cover;
	content: "";
	height: 20px;
	left: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.drawer__tel-time {
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}

.drawer__content-btn {
	margin-top: 30px;
}

.drawer__pry {
	display: block;
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
}

.pc-contact-btn {
	display: none;
	position: fixed;
	right: 0;
	top: 180px;
	z-index: 100;
}

.pc-contact-btn .footer__btn {
	height: 250px;
	width: 50px;
}

.pc-contact-btn .footer__btn span {
	font-weight: 500;
	padding: 0 20px;
}

.pc-contact-btn .footer__btn::after {
	background: url(../img/2x/mail-img@2x.png) no-repeat center center/cover;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	top: 30px;
	transform: translateX(-50%);
	width: 23px;
}

.footer {
	display: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 120px;
}

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

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

.footer__logo {
	height: 80px;
	width: 330px;
}

.footer__address {
	font-size: 14px;
	margin-top: 15px;
}

.footer__tel-btn {
	display: flex;
	gap: 20px;
	margin-top: 35px;
}

.footer__tel {
	display: flex;
	flex-direction: column;
	font-size: 22px;
	font-weight: 500;
}

.footer__tel span {
	font-size: 13px;
}

.footer__btn {
	align-items: center;
	background: #403D3C;
	color: #fff;
	display: flex;
	height: 45px;
	justify-content: center;
	position: relative;
	transition: opacity 0.3s;
	width: 240px;
}

.footer__btn span {
	padding-left: 20px;
}

.footer__btn:hover {
	opacity: 0.7;
}

.footer__btn::after {
	background: url(../img/2x/mail-img@2x.png) no-repeat center center/cover;
	content: "";
	height: 15px;
	left: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
}

.footer__nav {
	display: flex;
	gap: 20px;
}

.footer__nav-box {
	display: flex;
	flex-direction: column;
}

.footer__nav-box-__top {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer__nav-box-__body {
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

.plibcy {
	font-size: 10px;
	margin-top: 50px;
	text-align: right;
}

.copy {
	display: block;
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

.copy-sp {
	display: block;
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

.fv-text-img {
	padding: 5px 20px;
	position: absolute;
	z-index: 1000;
}

.fv-top-img {
	height: 380px;
	width: 100%;
}

.fv-top-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swiper {
	height: 380px;
	position: absolute !important;
	top: 60px;
	width: 100%;
	z-index: 100;
}

.fv__text {
	align-items: end;
	color: #1A96D5;
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-style: oblique;
	font-weight: 500;
	left: 10px;
	letter-spacing: -2px;
	line-height: 1.1;
	position: absolute;
	top: 10px;
	width: 92%;
	z-index: 2;
}

.fv__text span {
	background: #1A96D5;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-left: auto;
	margin-top: 10px;
	padding: 5px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.swiper-pagination-bullet {
	background: #fff !important;
	margin: 0 10px !important;
	opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}

.fv__img-box {
	display: flex;
	height: 120px;
}

.fv__img-1 {
	width: 50%;
}

.fv__img-1 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__img-2 {
	width: 50%;
}

.fv__img-2 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__main-text {
	font-size: 16px;
	margin-top: 60px;
	text-align: center;
}

.fv__item-box {
	display: flex;
	flex-direction: column;
	gap: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	max-width: 1000px;
}

.fv__item {
	position: relative;
}

.fv__item-text {
	left: 50%;
	position: absolute;
	top: 70%;
	transform: translateX(-50%);
}

.fv__item-text-head {
	color: #1A96D5;
	font-size: 36px;
	line-height: 1.2;
}

.fv__item-text-body {
	background: #1A96D5;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	width: 300px;
}

.fv__item-text-body__head {
	background: #403D3C;
	color: #fff;
	font-size: 22px;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__item-text-body__sub {
	font-size: 16px;
}

.fv__item-text-body__body {
	color: #fff;
	font-size: 16px;
}

.fv__item-img {
	width: 100%;
}

.syouhin {
	margin-left: 30px;
	overflow: hidden;
	padding-top: 450px;
}

.syouhin-head {
	border-bottom: 3px solid #88c1c5;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__news {
	margin-top: 50px;
}

.fv__news-box {
	background: #f4f2f1;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.fv__news-head {
	border-bottom: 1px solid #ccc;
	color: #1A96D5;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 30px;
	text-align: center;
}

.fv__news-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 30px;
}

.fv__news-body {
	align-items: center;
	display: flex;
	gap: 20px;
}

.fv__news-date {
	font-size: 11px;
	font-weight: 500;
}

.fv__news-title {
	font-size: 15px;
	font-weight: 500;
}

.swiper-wrapper2 {
	gap: 20px;
}

.syouhin__item-img {
	height: 110px;
}

.syouhin__item-img img {
	height: 100%;
}

.syouhin__item-text {
	font-size: 16px;
	margin-left: 25px;
}

.top-recruit-quality-box {
	display: flex;
	flex-direction: column;
	gap: 120px;
	margin-top: 150px;
}

.top-recruit-box {
	position: relative;width: 50%;
    flex-shrink: 0;
}

.top-recruit-box__text {
	bottom: -35px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.top-recruit-box__text:hover .top-recruit-box__sub::after {
	right: 0px;
}

.top-recruit-box__en {
	align-self: center;
	background: #fff;
	display: inline-block;
	font-size: 10px;
	font-style: oblique;
	padding-left: 3px;
	padding-right: 3px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-recruit-box__ja {
	background: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding-left: 3px;
	padding-right: 3px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-recruit-box__sub {
	align-self: center;
	background: #fff;
	display: inline-block;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 35px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.top-recruit-box__sub::after {
	background: url(../img/2x/recruit-arrow@2x.png) no-repeat center center/cover;
	content: "";
	height: 3px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 20px;
}

.top-quality-box {
	position: relative;
}

.top-quality-box__text {
	bottom: -35px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.top-quality-box__text:hover .top-quality-box__sub::after {
	right: 0px;
}

.top-quality-box__en {
	align-self: center;
	background: #fff;
	display: inline-block;
	font-size: 10px;
	font-style: oblique;
	padding-left: 3px;
	padding-right: 3px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-quality-box__ja {
	background: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.top-quality-box__sub {
	align-self: center;
	background: #fff;
	display: inline-block;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 35px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.top-quality-box__sub::after {
	background: url(../img/2x/recruit-arrow@2x.png) no-repeat center center/cover;
	content: "";
	height: 3px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 20px;
}

.map {
	height: 370px;
	margin-top: 140px;
	width: 100%;
}

.section {
	margin-top: 100px;
}

.prybacypolicy__body {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 50px;
	margin-top: 70px;
}

.prybacypolicy__text {
	margin-top: 40px;
}

.prybacypolicy__add {
	line-height: 2;
}

.section-top-img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 1000px;
	width: 100%;
}

.section-top-img img {
	width: 100%;
}

.page {
	margin-top: 100px;
}

.greeting {
	margin-bottom: 40px;
	text-align: center;
}

.greeting__body {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 40px;
}

.philosophy {
	margin-bottom: 40px;
	text-align: center;
}

.philosophy__body {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 40px;
}

.greeting__name {
	margin-top: 40px;
}

.greeting__name-head {
	font-size: 14px;
	line-height: 1.7;
}

.greeting__name-name {
	font-size: 20px;
	font-size: 24px;
}

.utline__box {
	margin-top: 80px;
}

.list-box {
	border-bottom: 2px solid #9e9e9f;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 0;
}

.list-head {
	color: #1A96D5;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1.7;
}

.list-man {
	color: #1A96D5;
	display: none;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1.7;
	width: 45px;
}

.list-body {
	font-size: 16px;
	line-height: 1.7;
}

.list-body span {
	color: #1A96D5;
	display: inline-block;
}

.access__map {
	margin-top: 80px;
}

.history__box {
	margin-top: 80px;
}

.history__subtext {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 80px;
}

.product__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.product__item-img {
	align-items: center;
	display: flex;
	height: 200px;
	justify-content: center;
}

.product__item-img img {
	height: 100%;
}

.product__item-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

.product__item-body {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 10px;
}

.equipment__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.equipment__item-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

.equipment__item-body {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 10px;
}

.equipment__kouzyou-head {
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
	position: relative;
	text-align: center;
}

.equipment__kouzyou-head::after {
	background: #9e9e9f;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
}

.equipment__kouzyou-head::before {
	background: #9e9e9f;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
}

.quality-body__head {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.quality-body__head-bar {
	background: #88c1c5;
	border-radius: 15pc;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 100px;
}

.quality-body__text {
	font-size: 16px;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 640px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.quality-body__img {
	margin-top: 40px;
}

.quality-body__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 80px;
}

.quality-item__head {
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

.quality-item__body {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 10px;
}

.Form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 720px;
}

.Form-Item {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 24px;
	padding-top: 24px;
	width: 100%;
}

.Form-Item-Label {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	max-width: 320px;
	width: 100%;
}

.Form-Item-Label.isMsg {
	margin-bottom: auto;
	margin-top: 8px;
}

.Form-Item-Label-Required {
	background: #b71b1e;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	width: 48px;
}

.Form-Item-Label-Required.gray {
	background: #9e9e9f;
}

.Form-Item-Input {
	background: #fff;
	border: 1px solid #555;
	flex: 1;
	font-size: 18px;
	height: 48px;
	max-width: 410px;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}

.Form-Item-Textarea {
	border: 1px solid #555;
	flex: 1;
	font-size: 18px;
	height: 216px;
	max-width: 410px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 10px;
	width: 100%;
}

.Form-Btn {
	background: #8ccaea;
	border: none;
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 280px;
}

.Form__text {
	font: 16px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

.recruit__message-body {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 40px;
}

.recruit__message-name {
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
}

.recruit__message-name span {
	font-size: 23px;
}

.recruit-center-img {
	margin-top: 40px;
}

.recruit__interview__box {
	margin-top: 40px;
}

.recruit__interview-body {
	margin-top: 80px;
}

.interview__head {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}

.interview__head-name {
	font-weight: 500;
}

.interview__head-name__day {
	font-size: 17px;
}

.interview__head-name__busyo {
	font-size: 17px;
	margin-top: 10px;
}

.interview__head-name__name {
	font-size: 28px;
	margin-top: 5px;
}

.interview__head-body {
	margin-top: 40px;
}

.interview__head-body__item {
	margin-top: 30px;
}

.interview__head-body__head {
	font-size: 20px;
	padding-left: 40px;
	position: relative;
}

.interview__head-body__head::after {
	background: url(../img/2x/int-icon@2x.png) no-repeat center center/cover;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.interview__head-body__body {
	font-size: 16px;
	margin-top: 15px;
	padding-left: 35px;
}

.recruit__offer-body {
	margin-top: 40px;
}

.recruit__offer-list {
	border-bottom: dotted 1px #9e9e9f;
	display: flex;
	padding-bottom: 15px;
	padding-top: 15px;
}

.recruit__offer-list-head {
	flex-shrink: 0;
	width: 80px;
}

.entry-head {
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
}

.entry-tel {
	border-bottom: 1px solid #9e9e9f;
	border-top: 1px solid #9e9e9f;
	padding: 15px 0;
	text-align: center;
}

.entry-tel-text {
	font-size: 18px;
}

.entry-tel-btn {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.entry-tel-time {
	font-size: 16px;
	margin-top: 10px;
}

.entry-form__head {
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
}

.news__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.news__box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 180px;
	transition: all 0.3s;
	width: 100%;
}

.news__box:hover {
	opacity: 0.7;
}

.news__box:hover .news__title {
	text-decoration: underline;
}

.news__date {
	color: #1A96D5;
	flex-shrink: 0;
	font-size: 13px;
	width: 100px;
}

.news__title {
	font-size: 18px;
}

.single__box {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.single__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 30px;
}

.single__date {
	color: #9e9e9f;
	font-size: 12px;
	font-weight: 500;
	margin-top: 20px;
}

.single__sns {
	margin-top: 20px;
}

.single__body {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 40px;
}

.single-nav {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	max-width: 150px;
	width: 100%;
}

.single-nav__box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.single-nav__date {
	color: #1A96D5;
	flex-shrink: 0;
	font-size: 13px;
	width: 100px;
}

.single-nav__title {
	font-size: 18px;
}

.single__btn {
	border: 2px solid #9e9e9f;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 5px 30px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__text {
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}

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

.contact__tel__head {
	font-size: 20px;
}

.contact__tel__btn {
	display: inline-block;
}

.contact__tel__time {
	font-size: 15px;
	margin-top: 20px;
}

select {
	padding-left: 3px !important;
	padding-right: 0 !important;
	width: 45px !important;
}

.birth-text {
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 15px;
}

.select-year {
	width: 45px !important;
}

.fv__text,
.fv-text-img {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease;
}

.swiper-slide-active .fv__text,
.swiper-slide-active .fv-text-img {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (min-width: 1000px) {

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
}

.p-page-head-ja {
	font-size: 42px;
}

.p-page-head-en {
	font-size: 16px;
}

.hidden-pc {
	display: none;
}

.hidden-sp {
	display: block;
}

.header {
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
}

.header__logo {
	height: 80px;
	width: 330px;
}

.header__nav {
	display: flex;
}

.header__btn {
	display: none;
}

.pc-contact-btn {
	display: block;
}

.footer {
	display: block;
}

.copy-sp {
	display: none;
}

.fv-text-img {
	height: 320px;
	right: 150px;
	top: 50px;
	width: 700px;
}

.fv-text-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv-top-img {
	height: 700px;
}

.swiper {
	height: 700px;
	right: 0;
	top: 100px;
}

.fv__text {
	font-size: 100px;
}

.fv__text span {
	font-size: 33px;
}

.fv__img-box {
	height: 400px;
}

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

.fv__item-box {
	gap: 100px;
}

.fv__item-text {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fv__item-text.right {
	left: auto;
	right: 0;
}

.fv__item-text-head {
	font-size: 62px;
}

.fv__item-text-body {
	padding: 40px 50px;
	width: 500px;
}

.fv__item-text-body__head {
	font-size: 36px;
}

.fv__item-text-body__sub {
	font-size: 22px;
}

.fv__item-img {
	margin-left: auto;
	width: 60%;
}

.fv__item-img.left {
	margin-left: 0;
	margin-right: auto;
}

.syouhin {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-top: 300px;
}

.fv__news {
	margin-top: 80px;
	max-width: 760px;
}

.fv__news-box {
	flex-direction: row;
}

.fv__news-head {
	border-bottom: none;
	border-right: 1px solid #ccc;
	padding-bottom: 0;
	padding-right: 30px;
}

.fv__news-content {
	padding-left: 30px;
	padding-top: 0;
}

.fv__news-date {
	font-size: 13px;
}

.fv__news-title {
	font-size: 17px;
}

.syouhin__item-img {
	height: 200px;
}

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

.top-recruit-quality-box {
	flex-direction: row;
	gap: 30px;
	margin-top: 200px;
}

.top-recruit-box__text {
	bottom: -50px;
}

.top-recruit-box__en {
	font-size: 16px;
}

.top-recruit-box__ja {
	font-size: 30px;
}

.top-recruit-box__sub::after {
	height: 4px;
	width: 25px;
}

.top-recruit-box__sub {
	font-size: 18px;
}

.top-quality-box__text {
	bottom: -50px;
}

.top-quality-box__en {
	font-size: 16px;
}

.top-quality-box__ja {
	font-size: 30px;
}

.top-quality-box__sub::after {
	height: 4px;
	width: 25px;
}

.top-quality-box__sub {
	font-size: 18px;
}

.map {
	height: 600px;
	margin-top: 240px;
}

.greeting__name-head {
	font-size: 16px;
}

.list-box {
	flex-direction: row;
}

.list-head {
	width: 300px;
}

.list-man {
	display: inline-block;
}

.list-body {
	line-height: 2;
}

.list-body span {
	display: none;
}

.product__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px 30px;
	margin-top: 80px;
}

.product__item {
	width: 31.3%;
}

.product__item-title {
	font-size: 23px;
}

.equipment__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px 30px;
	margin-top: 80px;
}

.equipment__item {
	width: 48.5%;
}

.equipment__item-title {
	font-size: 23px;
}

.equipment__kouzyou-head {
	font-size: 30px;
	margin-top: 80px;
}

.equipment__kouzyou-head::after {
	width: 40%;
}

.equipment__kouzyou-head::before {
	width: 40%;
}

.quality-body__head {
	font-size: 30px;
}

.quality-body__text {
	margin-top: 80px;
}

.quality-body__img {
	margin-top: 80px;
}

.quality-body__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px 30px;
	margin-top: 100px;
}

.quality-item {
	width: 31.3%;
}

.quality-item__head {
	font-size: 23px;
}

.recruit__message-body {
	font-size: 18px;
	margin-top: 80px;
}

.recruit__message-name span {
	font-size: 27px;
}

.recruit__message-name {
	font-size: 18px;
}

.recruit-center-img {
	margin-top: 80px;
}

.recruit__interview__box {
	margin-top: 80px;
}

.recruit__interview-body {
	margin-top: 120px;
}

.interview__head {
	flex-direction: row;
	gap: 0;
}

.interview__head-name {
	background: #f4f2f1;
	padding-left: 20px;
	padding-top: 150px;
	width: 50%;
}

.interview__head-img {
	width: 50%;
}

.interview__head-body__head {
	font-size: 23px;
}

.interview__head-body__body {
	font-size: 18px;
}

.recruit__offer-body {
	margin-top: 80px;
}

.recruit__offer-list-head {
	width: 240px;
}

.news__box {
	align-items: center;
	flex-direction: row;
	gap: 50px;
	max-width: 380px;
}

.single__title {
	font-size: 28px;
	margin-top: 50px;
}

.single__date {
	font-size: 15px;
}

.single-nav {
	max-width: 350px;
}

.single-nav__box {
	flex-direction: row;
	gap: 50px;
}

.contact__text {
	margin-top: 80px;
}

.contact__tel {
	margin-top: 80px;
}

select {
	padding-left: 20px !important;
	width: 80px !important;
}

.birth-text {
	margin-top: 0;
}

.select-year {
	width: 100px !important;
}

}

@media screen and (min-width: 1300px) {

.footer__tel-btn {
	gap: 50px;
}

.footer__tel {
	font-size: 26px;
}

.footer__nav {
	gap: 50px;
}

.footer__nav-box-__top {
	font-size: 17px;
}

.footer__nav-box-__body {
	font-size: 14px;
}

}

@media screen and (max-width: calc(1000px - 1px)) {

.swiper-pagination-bullet {
	height: 4px !important;
	margin: 0 5px !important;
	width: 4px !important;
}

}

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

.Form {
	margin-top: 40px;
}

.Form-Item {
	flex-wrap: wrap;
	max-width: 410px;
	padding-bottom: 16px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
}

.Form-Item-Label {
	align-items: center;
	display: flex;
	font-size: 15px;
	max-width: inherit;
}

.Form-Item-Label.isMsg {
	margin-top: 0;
}

.Form-Item-Label-Required {
	font-size: 10px;
	width: 32px;
}

.Form-Item-Input {
	flex: inherit;
	font-size: 15px;
	height: 40px;
	margin-left: 0;
	margin-top: 18px;
}

.Form-Item-Textarea {
	flex: inherit;
	font-size: 15px;
	height: 200px;
	margin-left: 0;
	margin-top: 18px;
}

.Form-Btn {
	font-size: 16px;
	margin-top: 24px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 240px;
}

}
@media screen and (min-width: 1000px)
{
.equipment__item-img {
	height: 323px
}
.equipment__item-img img{
	height: 100%;
}
}