*,
*::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;
}

@font-face {
	font-family: "BebasNeue";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/BebasNeue.otf") format("opentype");
}

@font-face {
	font-family: "KozGoPr6N";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Paris";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Paris2024-Variable.ttf") format("truetype");
}

body {
	background: #fff;
	color: #333;
	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 {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

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

body {
	margin-bottom: 80px;
}

.hidden-sp {
	display: none;
}

a:hover {
	opacity: 0.7;
}

body.no-scroll {
	height: 100vh;
	overflow: hidden;
}

.hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 1002;
}

.hamburger span {
	background: #333;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	width: 22px;
}

.hamburger span:nth-child(1) {
	top: 12px;
}

.hamburger span:nth-child(2) {
	top: 19px;
}

.hamburger span:nth-child(3) {
	top: 26px;
}

.hamburger.active span:nth-child(1) {
	background: #333;
	top: 19px;
	transform: translateX(-50%) rotate(45deg);
}

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

.hamburger.active span:nth-child(3) {
	background: #333;
	top: 19px;
	transform: translateX(-50%) rotate(-45deg);
}

header {
	height: 80px;
	position: absolute;
	width: 100%;
	z-index: 1001;
}

.header-tel {
	bottom: 0px;
	display: none;
	max-width: 280px;
	position: absolute;
	right: 55px;
	width: 100%;
}

.header-box {
	align-items: center;
	background: transparent;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	position: absolute;
	width: 100%;
	z-index: 1002;
}

.header-logo {
	align-items: center;
	color: #333;
	display: flex;
	flex-direction: row;
	font-size: 9px;
	gap: 10px;
}

.header-logo span {
	font-size: 21px;
}

.header-flex {
	display: none;
}

.header-link:last-child .header-link-text {
	border-right: none;
}

.header-link-text {
	border-right: 1px solid #111;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ドロワー */

.drawer {
	background: #fff;
	height: 100vh;
	padding-top: 120px;
	position: fixed;
	right: -100%;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.drawer.active {
	right: 0;
}

.drawer-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
	width: 100%;
}

.dwaer-link-text {
	border: 1px solid #333;
	border-radius: 5px;
	display: block;
	font-size: 17px;
	letter-spacing: 3px;
	padding: 3px 20px;
	position: relative;
}

.dwaer-link-text::after {
	background: url(../img/2x/arw@2x.webp) no-repeat center center/cover;
	content: "";
	height: 10px;
	position: absolute;
	right: 5px;
	top: 40%;
	width: 6px;
}

.dwaer-link-text-poli {
	font-size: 16px;
	font-weight: bold;
}

.drawer-fot {
	font-family: "KozGoPr6N", sans-serif;
	font-size: 15px;
	margin-top: 100px;
	text-align: center;
}

.drawer-fot p {
	margin-top: 3px;
}

.p-b {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.dra-fot-tel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	width: 240px;
}

.dra-fot-tel img {
	width: 100%;
}

.header-logo {
	color: #333;
	transition: color 0.3s;
}

.header-box.active .header-logo {
	color: #333;
}

.header-box.active .header-logo span {
	color: #333;
}

footer {
	background: #fff;
	padding-top: 30px;
}

.footer-pc {
	display: none;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	font-weight: 400;
}

.footer-left p {
	font-weight: bold;
}

.footer-name {
	font-size: 15px;
}

.fot-add {
	margin-bottom: 10px;
	margin-top: 30px;
}

.fot-add p {
	font-weight: normal;
}

.fot-tel span {
	font-size: 25px;
	font-weight: bold;
}

.footer-right {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 30px;
}

.footer-right-top-links {
	display: flex;
}

.footer-right-top-link {
	border-right: 1px solid #333;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.footer-right-mid {
	display: flex;
	font-size: 14px;
	gap: 18px;
	margin-left: 205px;
	margin-top: -18px;
}

.footer-right-mid-box-links {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.footer-right-mid-box-link {
	font-weight: bold;
}

.footer-right-last {
	font-size: 12px;
	margin-top: -20px;
	text-align: right;
}

.footer-right-con-b {
	align-items: center;
	align-self: end;
	background: #0095d9;
	color: #fff;
	display: flex;
	font-size: 17px;
	font-weight: bold;
	height: 33px;
	justify-content: center;
	width: 220px;
}

.footer-sp {
	display: block;
	font-family: "KozGoPr6N", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
}

.foooter-logo {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 15px;
	gap: 10px;
	letter-spacing: 10px;
}

.foooter-logo span {
	font-size: 35px;
}

.mv {
	position: relative;
}

.mv-text {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: bold;
	left: 50%;
	position: absolute;
	top: 70px;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
}

.mv-text span {
	font-size: 10px;
	font-weight: 400;
}

.mb-img {
	position: relative;
}

.mb-img::after {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv-reed {
	font-size: 15px;
	line-height: 1.4;
	margin-top: 50px;
	text-align: center;
}

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

.top-news-flex {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding: 0 30px;
	width: 100%;
}

.top-news-left {
	align-items: center;
	border-bottom: 3px solid #0095d9;
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-news-left span {
	color: #0095d9;
	font-family: "BebasNeue", sans-serif;
	font-size: 48px;
	letter-spacing: 5px;
}

.top-news-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.top-news-link {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.top-news-date {
	color: #bbc2cc;
	font-size: 10px;
}

.top-news-title {
	font-size: 15px;
}

.top-news-arch {
	display: block;
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
	text-decoration: underline;
}

.top-main {
	background: rgba(224, 240, 226, 0.4392156863);
	padding-bottom: 80px;
	padding-top: 80px;
}

.top-main-item {
	margin-bottom: 50px;
	position: relative;
}

.top-main-item-img {
	margin-left: auto;
	margin-right: 0;
	width: 85%;
}

.top-main-item-content {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	padding: 50px 20px 30px;
	width: 80%;
}

.top-main-item-top {
	background: #0095d9;
	color: #fff;
	display: block;
	font-family: "BebasNeue", sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

.top-main-item-title {
	color: #0095d9;
	font-size: 27px;
	margin-top: 15px;
}

.top-main-item-text {
	font-size: 15px;
	margin-top: 20px;
}

.top-main-item-btn {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: inline-block;
	font-size: 13px;
	margin-top: 20px;
	padding: 5px 50px;
	position: relative;
}

.top-main-item-btn::after {
	background: url(../img/2x/arw@2x.webp) no-repeat center center/cover;
	content: "";
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.map {
	height: 375px;
	width: 100%;
}

.top-btn {
	bottom: 50px;
	width: 45px;
}

.top-btn {
	bottom: 70px;
	opacity: 0;
	position: fixed;
	right: 20px;
	transform: translateY(20px);
	transition: 0.3s ease;
	visibility: hidden;
	z-index: 999;
}

/* 表示状態 */

.top-btn.active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

/* フッターに近づいたら上に逃がす */

.top-btn.stop {
	bottom: 300px;
}

.tel-btn {
	bottom: 0;
	position: fixed;
	width: 100%;
}

.page {
	padding-top: 71.5px;
}

.section {
	padding-bottom: 100px;
	padding-top: 100px;
}

.about-sec-head {
	color: #0095d9;
	text-align: center;
}

.about-sec-head.fff {
	color: #fff;
}

.about-sec-head-en {
	display: inline-block;
	font-family: "BebasNeue", sans-serif;
	font-size: 15px;
	letter-spacing: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	position: relative;
}

.about-sec-head-en.fff::before {
	background: url(../img/2x/about-hrad-r-f@2x.webp) no-repeat center center/cover;
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.about-sec-head-en.fff::after {
	background: url(../img/2x/about-hrad-l-f@2x.webp) no-repeat center center/cover;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.about-sec-head-en::after {
	background: url(../img/2x/about-hrad-l@2x.webp) no-repeat center center/cover;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.about-sec-head-en::before {
	background: url(../img/2x/about-hrad-r@2x.webp) no-repeat center center/cover;
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.about-sec-head-jp {
	font-size: 27px;
	margin-top: 5px;
}

.about-mes {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.about-mes-p {
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
	width: 100%;
}

.about-mes-img {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
	width: 100%;
}

.about-mes-img span {
	font-size: 18px;
}

.about-com {
	background: rgba(224, 240, 226, 0.4392156863);
}

.company-table {
	background: #fff;
	border-collapse: collapse;
	margin-top: 80px;
	width: 100%;
}

.company-table tr {
	border: 1px solid #ccc;
	border-bottom: none;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.company-table tr:last-child {
	border-bottom: 1px solid #ccc;
}

.company-table th,
.company-table td {
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
}

.company-table td {
	width: 100%;
}

.company-table th {
	background: rgba(204, 204, 204, 0.2509803922);
	color: #333;
	font-weight: bold;
	width: 200px;
}

/* スマホ対応 */

.map-link {
	border: 1px solid #0e5f99;
	border-radius: 30px;
	color: #0e5f99;
	display: inline-block;
	margin-top: 5px;
	padding: 0 10px;
}

.about-st-box {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 400px;
	width: 100%;
}

.about-st-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.about-st-item-title {
	font-size: 22px;
	text-align: center;
}

.about-st-item-p {
	text-align: center;
}

.business-sec {
	padding-top: 50px;
}

.business-flex {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

.business-flex-r {
	padding: 0 80px 0 20px;
}

.business-sec-text {
	background: #e0f0e2;
	font-size: 18px;
	letter-spacing: 3px;
	padding: 15px 3px;
	position: absolute;
	right: 28px;
	top: 110px;
	writing-mode: vertical-rl;
}

.business-sec-text span {
	background: #e0f0e2;
	display: inline-block;
	height: -moz-fit-content;
	height: fit-content;
}

.business-sec-head {
	color: #e0f0e2;
	font-family: "BebasNeue", sans-serif;
	font-size: 64px;
	letter-spacing: 2px;
	white-space: nowrap;
}

.business-sec-head-ja {
	color: #0095d9;
	font-size: 27px;
	letter-spacing: 5px;
}

.business-sec-p {
	margin-top: 15px;
}

.business-sec-sub-head {
	background: #0095d9;
	color: #fff;
	display: block;
	margin-top: 20px;
	padding-left: 10px;
}

.business-sec-sub-ul {
	line-height: 1.8;
	margin-top: 15px;
}

.business-sec-top-img {
	margin-left: 0;
	width: 90%;
}

.business-sec-btm-imgs {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	padding-left: 6%;
	width: 90%;
}

.business-sec-btm-img {
	width: 49%;
}

.bus-sub-sec {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.bus-sub-sec-item {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.bus-sub-sec-img {
	flex-shrink: 0;
	width: 35%;
}

.bus-sub-sec-head {
	font-size: 21px;
}

.bus-sub-sec-budy {
	margin-top: 5px;
}

.bus-btm {
	margin-bottom: 100px;
	margin-top: 50px;
}

.bus-btm-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 325px;
	width: 100%;
}

.bus-btm-p {
	margin-top: 30px;
	text-align: center;
}

.fleet {
	padding-bottom: 100px;
}

.fleet-head {
	font-size: 18px;
	font-weight: 600;
	margin-top: 80px;
	text-align: center;
}

.fleet-head-p {
	margin-top: 50px;
	text-align: center;
}

.fleet-sec-head {
	margin-top: 120px;
}

.fleet-sec-ul-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 345px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.fleet-box {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.fleet-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.fleet-item-head {
	color: #0095d9;
	font-size: 27px;
}

.fleet-item-p {
	margin-top: 10px;
}

.fleet-item-ul {
	margin-top: 20px;
}

.fleet-item-li {
	background: #e0f0e2;
	display: block;
	padding: 5px 10px;
}

.fleet-item-r {
	flex-shrink: 0;
	width: 100%;
}

.tec-top {
	display: flex;
	flex-direction: column;
	gap: 120px;
	padding-top: 120px;
}

.tec-top-item {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}

.tec-top-l {
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	width: 100%;
}

.tec-top-r {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding: 0 20px;
	width: 100%;
}

.tec-top-head {
	font-size: 18px;
	font-weight: 600;
}

.tec-main-box {
	display: flex;
	flex-direction: column;
	gap: 120px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.tec-main-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tec-main-top {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tec-main-top-head {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tec-main-top-head-1 {
	background: #1f6f5c;
	color: #fff;
	height: -moz-fit-content;
	height: fit-content;
	padding: 3px 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.tec-main-top-head-1.c-b {
	background: #0095d9;
}

.tec-main-top-head-2 {
	font-size: 20px;
}

.tec-main-top-head-3 {
	color: #1f6f5c;
	font-size: 18px;
}

.tec-main-top-head-3.c-b {
	color: #0095d9;
}

.tec-main-mid {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tec-main-mid-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	width: 100%;
}

.tec-btm-t {
	color: #0095d9;
	font-family: "BebasNeue", sans-serif;
	font-size: 36px;
	letter-spacing: 10px;
	margin-top: 120px;
	text-align: center;
}

.tec-btm-p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 100px;
	margin-top: 30px;
	text-align: center;
}

.care-btns {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.care-btn {
	border: 3px solid #0095d9;
	color: #0095d9;
	font-size: 14px;
	padding: 5px 10px;
}

.care-head {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.care-head-p {
	margin-top: 50px;
	text-align: center;
}

.car-ri {
	background: url(../img/2x/car-b@2x.webp) no-repeat center center/cover;
	margin-top: 100px;
	padding-bottom: 100px;
	padding-top: 120px;
}

.car-ri-box {
	margin-top: 50px;
}

.car-ri-item {
	padding-left: 20px;
	padding-right: 20px;
}

.car-ri-body {
	background: #fff;
	padding: 20px;
}

.car-ri-body-head {
	color: #0095d9;
	font-size: 27px;
	text-align: center;
}

.car-ri-body-text {
	margin-top: 20px;
}

.car-b {
	margin-top: 200px;
}

.car-bimg {
	margin-top: 80px;
}

.car-in {
	margin-bottom: 100px;
	margin-top: 120px;
}

.car-in-box {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.car-in-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.car-in-item-l {
	background: #ccc;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	width: 100%;
}

.car-in-item-r {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.car-in-head {
	color: #0095d9;
	font-size: 26px;
}

.car-in-head-sub {
	background: #0095d9;
	color: #fff;
	font-size: 16px;
}

.car-in-body {
	margin-bottom: 30px;
}

.car-in-body-top {
	font-size: 20px;
}

.car-one {
	background: #e0f0e2;
	padding-bottom: 120px;
	padding-top: 120px;
}

.car-one-imgs {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 280px;
	width: 100%;
}

.car-out {
	margin-bottom: 120px;
	margin-top: 120px;
}

.car-out-box {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.recruit {
	margin: 0 auto;
	margin-top: 80px;
	max-width: 1020px;
}

.recruit-row {
	border-top: 2px solid #ddd;
	padding-bottom: 20px;
	padding-top: 20px;
}

.recruit-row:last-child {
	border-bottom: 2px solid #ddd;
}

.recruit-head {
	box-sizing: border-box;
	color: #0095d9;
	font-weight: bold;
	padding: 0 20px;
	width: 220px;
}

.recruit-body {
	flex: 1;
	line-height: 1.8;
	padding: 0 20px;
}

.job-title {
	font-weight: bold;
	margin-top: 10px;
}

.recruit-message {
	font-size: 14px;
	margin: 30px auto 0;
	max-width: 900px;
	padding: 20px;
	text-align: center;
}

.car-form {
	margin-bottom: 100px;
	margin-top: 120px;
}

.car-form-top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.car-form-tel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
	width: 100%;
}

.car-form-tel img {
	width: 100%;
}

.car-form-top-time {
	margin-top: 5px;
	text-align: center;
}

.car-form-top-p {
	margin-top: 80px;
	text-align: center;
}

.car-form-body {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.car-form-wrap {
	border: 2px solid #ccc;
	border-radius: 16px;
	margin: 0 auto;
	max-width: 780px;
	padding: 30px;
}

.car-contact-form {
	width: 100%;
}

.car-form-group {
	margin-bottom: 30px;
}

.car-form-group label {
	display: block;
	margin-bottom: 8px;
}

.car-required {
	background: #9aa0a6;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-left: 8px;
	padding: 2px 6px;
}

.car-contact-form input,
.car-contact-form textarea {
	background: #ddd;
	border: none;
	box-sizing: border-box;
	padding: 14px;
	width: 100%;
}

.car-contact-form textarea {
	height: 100px;
	resize: none;
}

.car-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 25px;
	margin-top: 10px;
}

.car-radio-group label {
	align-items: center;
	display: flex;
}

.car-radio-group input {
	margin-right: 6px;
}

.car-form-btn {
	margin-top: 30px;
	text-align: center;
}

.car-form-btn button {
	background: #1688b7;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	max-width: 300px;
	padding: 16px;
	transition: 0.3s;
	width: 100%;
}

.car-form-btn button:hover {
	background: #0f6f95;
}

.car-form-btn input {
	background: #1688b7;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	max-width: 300px;
	padding: 16px;
	transition: 0.3s;
	width: 100%;
}

.car-form-btn input:hover {
	background: #0f6f95;
}

label {
	white-space: nowrap;
}

.car-radio-group input[type=radio] {
	margin-right: 8px;
	transform: scale(1.4);
}

.event-p-body {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-bottom: 100px;
	margin-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.event-p-main {
	width: 100%;
}

.event-p-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.event-p-side {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

.event-p-side-item-head {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}

.event-p-side-item-body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.event-p-side-link {
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.single {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.single-head-date {
	color: #758b97;
	font-family: "BebasNeue", sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
}

.single-head-date span {
	font-size: 54px;
	line-height: 1;
}

.single-head-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}

.single-head-bar {
	width: 60px;
}

.single-sns {
	margin-left: auto;
	width: 140px;
}

.single-box {
	padding-bottom: 120px;
}

.single-body-disc {
	font-size: 15px;
	margin-top: 80px;
}

.single-body-acf {
	margin-top: 80px;
}

.news {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.news-link {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.news-link-date {
	color: #bdc3cd;
	font-size: 12px;
}

.news-link-title {
	font-size: 15px;
}

.news-head {
	text-align: center;
}

.news-head-jp {
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 80px;
}

.news-head-en {
	color: #ccc;
	font-family: "BebasNeue", sans-serif;
	font-size: 42px;
}

.con-p {
	margin-bottom: 80px;
	text-align: center;
}

.privacy-wrap {
	border-radius: 10px;
	color: #333;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 900px;
	padding: 30px;
}

.privacy-intro {
	margin-bottom: 80px;
	margin-top: 100px;
}

.privacy-title {
	font-size: 20px;
	margin: 30px 0 30px;
}

.privacy-text {
	margin-bottom: 80px;
}

.privacy-list {
	list-style: decimal;
	padding-left: 1.5em;
}

.privacy-list {
	list-style: decimal !important;
}

.privacy-list li {
	list-style: decimal !important;
}

.privacy-list li {
	margin-bottom: 30px;
}

.privacy-company {
	margin-top: 40px;
	padding-top: 20px;
	text-align: right;
}

.archive-title {
	font-size: 20px;
	margin-top: 50px;
	text-align: center;
}

/* ===== 背景 ===== */

.hero {
	background: url("../img/2x/top-bg@2x.webp") center/cover no-repeat;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

/* ===== グラデーション ===== */

.hero-overlay {
	animation: gradientMove 12s ease forwards;
	background: linear-gradient(120deg, rgba(46, 125, 50, 0.7), rgba(46, 125, 50, 0.7), rgba(13, 71, 161, 0.7), rgba(13, 71, 161, 0.7), rgba(79, 195, 247, 0.75), rgba(255, 255, 255, 0.75));
	background-size: 300% 300%;
	inset: 0;
	position: absolute;
	z-index: 1;
}

/* ===== テキスト中央 ===== */

.hero-text {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/* ===== テキスト共通 ===== */

.word {
	filter: blur(12px);
	font-size: 2rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

/* ===== 順番表示 ===== */

.w1 {
	animation: wordAnim 2.5s ease 0s;
}

.w2 {
	animation: wordAnim 2.5s ease 2.5s;
}

.w3 {
	animation: wordAnim 2.5s ease 5s;
}

.w4 {
	animation: wordAnim 2.5s ease 7.5s;
}

/* ===== 最後（ここが同期ポイント） ===== */

.final {
	animation: finalAnim 2s ease 10s forwards;
	font-size: 2.6rem;
	line-height: 1.6;
}

/* ===== ふわっと表示 ===== */

/* ===== 最後の表示 ===== */

/* ===== スマホ対応 ===== */

.a-n-i {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 100px;
	width: 100%;
}

.a-n-i-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.a-n-i-img {
	max-width: 300px;
}

.a-n-i-text {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.recruit-btn {
	align-items: center;
	background: #8e98a0;
	border-radius: 15px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: bold;
	gap: 16px;
	height: 40px;
	justify-content: center;
	max-width: 190px;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

/* テキスト */

.recruit-btn .text {
	letter-spacing: 0.1em;
}

/* ▶ 矢印 */

.recruit-btn .arrow {
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fff;
	border-top: 4px solid transparent;
	height: 0;
	width: 0;
}

/* ホバー */

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

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	padding-left: 30px;
	padding-right: 30px;
}

body {
	margin-bottom: 0;
}

.hidden-pc {
	display: none;
}

.hidden-sp {
	display: block;
}

header {
	height: 140px;
	position: absolute;
}

.header-tel {
	display: block;
}

.header-open {
	display: none;
}

.header-box {
	padding: 30px 40px;
	position: absolute;
}

.header-logo {
	font-size: 11px;
}

.header-logo span {
	font-size: 31px;
}

.header-flex {
	display: flex;
	flex-shrink: 0;
}

footer {
	margin-top: 50px;
}

.footer-pc {
	display: block;
	letter-spacing: 2px;
	padding-left: 50px;
	padding-right: 50px;
}

.mv-text {
	font-size: 55px;
	left: 50px;
	letter-spacing: 5px;
	top: 150px;
	transform: translateX(0);
}

.mv-text span {
	font-size: 18px;
}

.mv-reed {
	font-size: 16px;
	line-height: 1.8;
}

.top-news {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 120px;
	padding-top: 120px;
	width: 100%;
}

.top-news-flex {
	align-items: center;
	flex-direction: row;
}

.top-news-left {
	align-items: start;
	border-bottom: none;
	border-right: 3px solid #0095d9;
	height: -moz-fit-content;
	height: fit-content;
	padding-right: 50px;
	width: 150px;
}

.top-news-link {
	flex-direction: row;
}

.top-news-date {
	flex-shrink: 0;
	font-size: 14px;
}

.top-news-title {
	font-size: 17px;
}

.top-news-arch {
	padding-right: 30px;
	text-align: right;
}

.top-main {
	padding-top: 120px;
}

.top-main-item {
	margin-bottom: 120px;
}

.top-main-item-img {
	height: 400px;
	margin-left: 0;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 55%;
	z-index: 1;
}

.top-main-item-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.top-main-item-content {
	margin-right: 50px;
	margin-top: -50px;
	padding: 50px 50px 50px 21%;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}

.top-main-item-top {
	font-size: 18px;
}

.top-main-item-title {
	font-size: 43px;
}

.top-main-item-text {
	font-size: 16px;
}

.map {
	height: 470px;
}

.top-btn {
	width: 80px;
}

.tel-btn {
	display: none;
}

.page {
	padding-top: 140px;
}

.about-sec-head-en {
	font-size: 18px;
	padding: 0 60px;
}

.about-sec-head-en.fff::before {
	height: 15px;
	width: 35px;
}

.about-sec-head-en.fff::after {
	height: 15px;
	width: 35px;
}

.about-sec-head-en::after {
	height: 15px;
	width: 35px;
}

.about-sec-head-en::before {
	height: 15px;
	width: 35px;
}

.about-sec-head-jp {
	font-size: 32px;
	letter-spacing: 8px;
	margin-top: 15px;
}

.about-mes {
	flex-direction: row;
	justify-content: space-between;
}

.about-mes-p {
	max-width: 100%;
}

.about-mes-img {
	margin-right: 0;
	max-width: 320px;
}

.company-table tr {
	border: none;
	flex-direction: row;
}

.company-table th,
.company-table td {
	border: 1px solid #ccc;
	padding: 15px 30px;
}

.map-link {
	margin-left: 20px;
}

.about-st-box {
	flex-direction: row;
	gap: 5px;
	max-width: 100%;
}

.about-st-item-title {
	font-size: 28px;
}

.business-sec {
	padding-top: 100px;
}

.business-flex {
	flex-direction: row-reverse;
	gap: 30px;
	margin-top: 170px;
}

.business-sec-text {
	background: none;
	display: flex;
	flex-direction: column;
	font-size: 27px;
	gap: 8px;
	left: 10%;
	padding: 0;
	right: auto;
	top: -150px;
}

.business-sec-text span {
	background: #e0f0e2;
	display: inline-block;
	height: -moz-fit-content;
	height: fit-content;
	padding: 15px 1px;
}

.business-sec-head {
	font-size: 113px;
	letter-spacing: 8px;
	margin-top: -180px;
	position: absolute;
	right: 70px;
}

.business-sec-head-ja {
	font-size: 43px;
}

.business-sec-p {
	margin-top: 25px;
}

.business-sec-sub-head {
	margin-top: 30px;
}

.business-flex-l {
	align-items: end;
	display: flex;
	flex-direction: column;
}

.business-sec-top-img {
	width: 100%;
}

.business-sec-btm-imgs {
	margin-top: 15px;
	padding-left: 0;
	width: 80%;
}

.bus-sub-sec {
	flex-direction: row;
	gap: 0;
	gap: 10px;
	justify-content: space-between;
	max-width: 1020px;
}

.bus-sub-sec-item {
	flex-direction: column;
}

.bus-sub-sec-img {
	width: 300px;
}

.bus-sub-sec-head {
	font-size: 28px;
	text-align: center;
}

.bus-sub-sec-budy {
	text-align: center;
}

.bus-btm-img {
	max-width: 600px;
}

.bus-btm-p {
	font-size: 27px;
}

.fleet-head {
	font-size: 32px;
}

.fleet-sec-ul-img {
	max-width: 780px;
}

.fleet-box {
	gap: 120px;
	margin-left: auto;
	margin-right: 0;
	max-width: 90%;
	padding-right: 0;
}

.fleet-item {
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
}

.fleet-item-head {
	font-size: 43px;
}

.fleet-item-p {
	margin-top: 20px;
}

.fleet-item-ul {
	margin-top: 20px;
}

.fleet-item-r {
	width: 65%;
}

.fleet-item-r img {
	-o-object-fit: cover;
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.tec-top-item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.tec-top-item.tec-re {
	flex-direction: row;
}

.tec-top-l {
	margin-left: 0;
	margin-right: auto;
	max-width: 50%;
}

.tec-top-l.tec-re {
	margin-left: auto;
	margin-right: 0;
}

.tec-top-r {
	max-width: 45%;
}

.tec-top-r.tec-re {
	margin-right: 0;
	width: 30%;
}

.tec-top-head {
	font-size: 32px;
}

.tec-main-box {
	max-width: 1020px;
}

.tec-main-top-head {
	align-items: center;
	flex-direction: row;
	gap: 10px;
}

.tec-main-top-head-2 {
	font-size: 32px;
}

.tec-main-top-head-3 {
	font-size: 20px;
}

.tec-main-mid {
	flex-direction: row;
}

.tec-main-mid-img {
	max-width: 31%;
}

.tec-btm-t {
	font-size: 61px;
	letter-spacing: 20px;
}

.tec-btm-p {
	font-size: 28px;
}

.care-btn {
	font-size: 18px;
	padding: 8px 16px;
}

.care-head {
	font-size: 32px;
}

.car-ri {
	padding-bottom: 250px;
}

.car-ri-box {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.car-ri-item {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 49%;
}

.car-ri-body {
	bottom: -150px;
	left: 50%;
	padding: 30px 50px;
	position: absolute;
	transform: translateX(-50%);
	width: 60%;
}

.car-ri-body-head {
	font-size: 43px;
}

.car-in-box {
	max-width: 1020px;
}

.car-in-item {
	flex-direction: row;
	justify-content: space-between;
}

.car-in-item-l {
	height: 320px;
	max-width: 540px;
	width: 48%;
}

.car-in-item-r {
	gap: 30px;
	width: 48%;
}

.car-in-head {
	font-size: 43px;
}

.car-in-head-sub {
	font-size: 20px;
}

.car-in-body-top {
	font-size: 24px;
}

.car-one-imgs {
	max-width: 980px;
}

.recruit-row {
	display: flex;
	padding: 0;
}

.recruit-head {
	padding: 20px;
}

.recruit-body {
	padding: 20px;
}

.recruit-message {
	font-size: 16px;
}

.car-form-top {
	max-width: 800px;
}

.car-form-tel {
	max-width: 400px;
}

.car-form-wrap {
	padding: 50px;
}

.car-contact-form {
	font-size: 18px;
}

.car-form-group {
	margin-bottom: 50px;
}

.event-p-body {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
}

.event-p-main {
	width: 66%;
}

.event-p-box {
	align-items: start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 80px;
	justify-content: space-between;
}

.event-p-side {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 24%;
}

.single {
	max-width: 100%;
}

.single-head-date span {
	font-size: 107px;
}

.single-head-title {
	font-size: 24px;
}

.single-head-bar {
	width: 80px;
}

.single-sns {
	width: 270px;
}

.single-body-disc {
	font-size: 17px;
}

.news {
	max-width: 100%;
}

.news-link-date {
	font-size: 15px;
}

.news-link-title {
	font-size: 18px;
}

.news-head-jp {
	font-size: 32px;
}

.archive-title {
	font-size: 30px;
}

.a-n-i {
	flex-direction: row;
	justify-content: space-between;
	max-width: 700px;
}

.a-n-i-item {
	gap: 30px;
	justify-content: space-between;
}

.a-n-2 {
	margin-top: 30px;
	transform: scale(1.2);
}

}

@media (min-width: 768px) {

.top-main-item:nth-child(2) .top-main-item-img {
	margin-left: auto;
	margin-right: 0;
}

.top-main-item:nth-child(2) .top-main-item-content {
	left: 0;
	margin-left: 50px;
	margin-right: 0;
	padding: 50px 21% 50px 50px;
	right: auto;
}

}

@media (max-width: 768px) {

.word {
	font-size: 1.4rem;
}

.final {
	font-size: 1.8rem;
}

}

@media (max-width: 767px) {

.company-table th {
	font-size: 14px;
	width: 100%;
}

.company-table td {
	font-size: 14px;
	width: 100%;
}

}

@keyframes gradientMove {

0% {
	background-position: 0% 50%;
	opacity: 1;
}

70% {
	background-position: 100% 50%;
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes wordAnim {

0% {
	filter: blur(12px);
	opacity: 0;
	transform: translateX(-50%) scale(1.05);
}

25% {
	filter: blur(0);
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

75% {
	opacity: 1;
}

100% {
	filter: blur(12px);
	opacity: 0;
	transform: translateX(-50%) scale(0.98);
}

}

@keyframes finalAnim {

0% {
	filter: blur(12px);
	opacity: 0;
	transform: translateX(-50%) scale(1.05);
}

100% {
	filter: blur(0);
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

}

.ins {
	display: inline-block;
	margin-top: 5px;
	width: 20px;
}

.n-i-2 {
	bottom: 20%;
	position: absolute;
	right: -170px;
	width: 150px;
}

.footer-left {
	position: relative;
}

.ins-are {
	background: rgba(224, 240, 226, 0.4392156863);
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.ins-are-box {
	background: #fff;
	border: 1px solid #333;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

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


.ins-are {
	padding-bottom: 150px;
}

.ins-are-box {
	height: 480px;
	max-width: 600px;
}
}