@charset "UTF-8";
/*======================================================= top =========================================*/
/* -------------- MV ------------- */
.topMv {
  width: 100%;
  height: 400px;
  /* z-index: 9999; */
  position: relative;
}
.topMv__inner {
  width: 100%;
  height: inherit;
}
.topMv__logo {
  width: 200px;
  aspect-ratio: 150 / 27;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.topMv__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}   
.topMv__slider,
.swiper-wrapper picture,
.swiper-slide img {
  width: 100%;
  height: inherit;
}     
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 390 / 400;
}       
@media screen and (min-width: 768px) {
  .topMv {
    height: 88vh;
    height: 88dvh;
  }
  .topMv__logo {
    width: 430px;
    aspect-ratio: 230 / 42;
    top: 40px;
  }
  .swiper-slide img {
    aspect-ratio: 1366 / 768;
  }
}
/*----------top introduction ----------*/
.intro {
  background: #EBF8FF;
}
.intro__wrapper {
  padding: 90px 0 80px;
}
.intro__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: calc(34 / 20);
  color: #004E98;
  letter-spacing: 0.03em;
}
.intro__title span {
  color: #D70C18;
}
.intro__text {
  margin-top: 40px;
  font-size: .875rem;
  font-weight: 300;
  line-height: calc(24 / 14);
}
.intro__text p:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .intro__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 0 93px;
  }
  .intro__title {
    font-size: 24px;
    line-height: calc(41 / 24);
  }
  .intro__text {
    margin-top: 0;
    width: 42.67%;
    font-size: 1rem;
    line-height: calc(27 / 16);
    margin-left: 105px;
  }
}

/*----------top お知らせ(news) ----------*/
.news__list {
  margin-top: 22px;
}
.news__item {
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}
.news__item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.news__item:not(:first-child) {
  padding-top: 13px;
}
.news__item time {
  white-space: nowrap;
}
.news__text {
  margin-left: 30px;
}
.news__link {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__list {
    width: 38.28%;
    margin-inline: auto;
    margin-top: 30px;
  }
  .news__item {
    font-size: 1rem;
  }
  .news__link {
    margin-top: 36px;
  }
}

/*----------top 事業内容（works) ----------*/
.works {
  background: #004E98;
}
.works__inner.inner {
  padding-left: 15px;
  padding-right: 15px;
}
.works__content {
  margin-top: 24px;
}
.works__unit {
  background: #fff;
  padding-top: 40px;
}
.works__unit:nth-child(2) {
  margin-top: 30px;
  padding-top: 26px;
}
.works__unit-icon.icon--logistics {
  width: 160px;
  margin-inline: auto;
}
.works__unit-icon.icon--environment {
  width: 80px;
  margin-inline: auto;
}
.works__unit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.works__unit-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #004E98;
  text-align: center;
  margin-top: 16px;
}
.works__unit-body {
  margin-top: 30px;
}
.works-item__link {
  display: block;
  background: #EBF8FF;
  padding: 20px 15px;
  transition: box-shadow .4s;
}
.works__unit-item:nth-child(2) {
  margin-top: 16px;
}
.works-item__head {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: calc(31 / 18);
}
.works-item__text {
  font-size: .875rem;
  line-height: 1.7;
  margin-top: 10px;
}
.works-item__text span {
  font-size: .75rem;
}
.works-item__btn {
  text-align: right;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}
/* hover時 */
a.works-item__link:hover .linkButton::before {
  background-color: #004E98;
  transform: scale(1.4) translateY(-11px);
}
a.works-item__link:hover .linkButton::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .works {
    background: #004E98;
  }
  .works__content {
    display: flex;
    justify-content: center;
    margin-top: 51px;
  }
  .works__unit {
    width: 40.6%;
    padding: 33px;
  }
  .works__unit:nth-child(2) {
    margin-top: 0;
    margin-left: 30px;
    padding-top: 30px;
  }
  .works__unit-icon.icon--logistics {
    width: 258px;
    height: 126px;
    margin-inline: auto;
  }
  .works__unit-icon.icon--environment {
    width: 150px;
    height: 126px;
    margin-inline: auto;
  }
  .works__unit-title {
    font-size: 1.875rem;
    margin-top: 40px;
  }
  .works__unit-body {
    margin-top: 15px;
  }
  .works-item__link {
    padding: 14px 7px 24px 22px;
  }
  .works-item__head {
    font-size: 1.25rem;
    line-height: calc(34 / 20);
  }
  .works-item__text {
    font-size: 1rem;
    letter-spacing: 0.01em;
    margin-top: 6px;
  }
  .works-item__text span {
    font-size: .875rem;
  }
  .works-item__btn {
    margin-bottom: 30px;
    margin-top: 15px;
    margin-right: 25px;
  }
  a.works-item__link:hover .linkButton::before {
    transform: scale(1.3) translateY(-16px);
  }
}

/*----------top 運用安全（safety) ----------*/
.safety {
  padding: 48px 0;
  background: #f5f5f5;
}
.safety__link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .safety {
    padding: 55px 0;
  }
  .safety__link {
    margin-top: 44px;
  }
}

/*----------top 企業情報（company) ----------*/
.company {
  background: url(/common/img/top-company-bg.png) no-repeat center center/cover;
  padding: 50px 0;
}
.company__items {
  text-align: center;
  margin-top: 27px;
}
.company__item:nth-child(n+2) {
  margin-top: 22px;
}
.company__relate-title {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 30px;
}
.company__relate-item {
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 50px 0 56px;
  }
  .company__items {
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
    margin-inline: auto;
    margin-top: 32px;
  }
  .company__item:nth-child(n+2) {
    margin-top: 0;
  }
  .company__relate-title {
    margin-top: 28px;
  }
  .company__relate-item {
    margin-top: 14px;
  }
}

/*----------top 採用情報（recruit) ----------*/
.recruit__text {
  font-size: .875rem;
  font-weight: 300;
  line-height: calc(24 / 14);
  text-align: center;
  margin-top: 19px;
}
.recruit__link {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .recruit__text {
    font-size: 1rem;
    line-height: calc(27 / 16);
    margin-top: 35px;
  }
  .recruit__link {
    margin-top: 30px;
  }
}

/* =========== 第二階層以降 ==================================================================================== */

/*=========================================================== お知らせ（news) ==========*/
.news-body__item:nth-child(n+2) {
  margin-top: 30px;
}
.news-body__item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}
.news-body__content {
  margin-top: 14px;
}
.news-body__date,
.news-body__title,
.news-body__text {
  font-size: .875rem;
}
.news-body__text {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .news-body__item {
    display: flex;
  }
  .news-body__item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .news-body__date,
  .news-body__title,
  .news-body__text {
    font-size: 1rem;
  }
  .news-body__date {
    width: 9.259%;
    margin-right: 50px;
  }
  .news-body__content {
    margin-top: 0;
    width: 86.112%;
  }
}

/*================================================== 物流事業（logistics) ・環境事業（environment) ・各種運送業務（transport)========================================*/
.logistics-body__item:nth-child(n+2),
.environment-body__item:nth-child(n+2) {
  margin-top: 48px;
}
.logistics-body__link,
.environment-body__link {
  margin-top: 26px;
  text-align: center;
}
.environment-body__intro {
  font-size: .875rem;
}
@media screen and (min-width: 768px) {
  .environment-body__item:nth-of-type(2) {
    margin-top: 100px;
  }
  .environment-body__intro {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/*====================================================== 各種運送業務（transport) ==========================================*/
.transport-body__wrap:nth-child(n+2) {
  margin-top: 46px;
}
.transport-body__textList {
  margin-top: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.transport-body__item:nth-of-type(n+2) {
  margin-top: 30px;
}
.transport-body__subhead {
  font-size: 1rem;
  margin-top: 4px;
}
.transport-body__parts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
  margin-top: 10px;
}
/* 車両の詳細（car-part） */
.car-part__image {
  width: min(300px, 100%);
  aspect-ratio: 300 / 150;
}
.car-part__image.margin {
  margin-top: 30px;
}
.car-part__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car-part__title {
  font-size: 1.125rem;
  margin-top: 10px;
}
.car-part__info {
  width: 100%;
  margin-top: 10px;
}
.car-part__info,
.car-part__info th,
.car-part__info td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.car-part__info th {
  padding: 8px;
  white-space: nowrap;
  width: 30%;
} 
.car-part__info td {
  padding: 8px 0 8px 8px;
}
.car-part__info th,
.car-part__info td {
  font-size: .875rem;
  font-weight: 300;
}
/* 許可一覧（t-table) */
.transport-body__tableBox {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}
.t-table {
  margin-top: 8px;
  width: 100%;
  font-size: .875rem;
}
.t-table,
.t-table__head th,
.t-table tbody td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}
.t-table__head th {
  background: #fff;
}
.t-table td,
.t-table__head th {
  padding: 15px 7px;
	width: 33px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}
.t-table__head th.label,
.t-table td.item-head,
.t-table tbody td:nth-of-type(2),
.t-table tbody td:nth-of-type(3),
.t-table tbody td:nth-of-type(4) {
  padding: 15px 14px;
  white-space: nowrap;
  text-align: left;
  font-size: .9375rem;
}
.t-table__head th.detail {
  vertical-align: top;
  text-orientation: upright;
  text-align: start;
}
.t-table__head th.vertical span {
  white-space: pre;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  display: inline-block;
}
.t-table .item-head {
  white-space: nowrap;
  background: #fff;
  position: sticky;
  left: 0;
}
.t-table .item-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 2px solid #dddddd;
  border-right: 1px solid #dddddd;
  box-shadow: 3px 0 3px 0px #dddddd;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px; /* スクロールバーの高さ */
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #dddddd; /* スクロールバーの背景色 */
  border-radius: 2px; /* 角丸にする */
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #888; /* スクロールバーの操作部分の背景色 */
  border-radius: 2px; /* 角丸にする */
}
/* スクロールバーの操作部分にホバーした時のスタイル */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .transport-body__wrap:nth-child(n+2) {
    margin-top: 70px;
  }
  .transport-body__textList {
    margin-top: 18px;
  }
  .transport-body__item:not(:first-of-type) {
    margin-top: 76px;
  }
  .transport-body__subhead {
    font-size: 1.25rem;
    margin-top: 20px;
  }
  .transport-body__text--item {
    margin-top: 2px;
  }
  .transport-body__parts {
    column-gap: 90px;
  }
  .car-part__image.margin {
    margin-top: 0;
  }
  /* 車両の詳細（car-part） */
  .car-part__title {
    font-size: 1.25rem;
  }
  .car-part__info th {
    padding: 10px;
  } 
  .car-part__info td {
    padding: 10px 0 10px 10px;
  }
  .car-part__info th,
  .car-part__info td {
    font-size: 1rem;
  }
  .t-table {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1198px) {
  .t-table .item-head::before {
    box-shadow: none;
  }
}

/*================================================= サイロクリーニングシステム（silo) ========================================*/
.silo__data {
  display: flex;
  justify-content: center;
}
.silo__data-item {
  background: #fff;
  width: 160px;
  height: 100px;
  padding: 16px 0 0;
  text-align: center;
  box-shadow: 0 3px 6px rgb(0 0 0 / .13);
}
.silo__data-item:nth-child(n+2) {
  margin-left: 16px;
}
.silo__data-head,
.silo__rate-head {
  font-size: .875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.silo__data-text {
  font-size: 1.375rem;
  font-weight: 600;
  color: #004E98;
  margin-top: 20px;
  line-height: 1;
}
.silo__data-text span {
  font-size: clamp(1.25rem, -2.386rem + 18.18vw, 1.875rem);
}
.silo__rate {
  background: #fff;
  width: min(330px, 100%);
  height: 150px;
  padding: 16px 0 0;
  margin-inline: auto;
  margin-top: 16px;
  box-shadow: 0 3px 6px rgb(0 0 0 / .13);
}
.silo__rate-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  gap: clamp(1rem, -2.062rem + 17.5vw, 1.875rem);
}
.silo__rate-image {
  width: 95px;
}
.silo__rate-list {
  width: 40%;
}
.silo__rate-item {
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.silo__link {
  text-align: center;
  margin-top: 30px;
}
#silo-result {
  scroll-margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .silo__data-item {
    padding: 30px 0;
    width: 240px;
    height: 150px;
  }
  .silo__data-item:nth-child(n+2) {
    margin-left: 20px;
  }
  .silo__data-head,
  .silo__rate-head {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
  }
  .silo__data-text {
    font-size: 1.875rem;
  }
  .silo__data-text span {
    font-size: 2.5rem;
  }
  .silo__rate {
    padding-top: 20px;
    width: 500px;
    height: 200px;
  }
  .silo__rate-body {
    margin-top: 16px;
    gap: 52px;
  }
  .silo__rate-image {
    width: 120px;
  }
  .silo__rate-list {
    width: 31%;
    letter-spacing: 0.03em;
  }
  .silo__rate-item {
    font-size: 1rem;
  }
  .silo__link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  .silo__link:nth-child(2) {
    margin-left: 70px;
    margin-top: 0;
  }
}
/* ----日東クリーナの部分---- */
.silo-body {
  overflow: hidden;
}
.silo-body__creaner {
  background: #fff;
  padding: 24px 0;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
}
.silo-body__creaner-title {
  font-size: 1.25rem;
  color: #004E98;
}
.silo-body__creaner-text {
  font-size: .875rem;
  font-weight: 600;
  margin-top: 16px;
  line-height: 1.714;
}
.silo-body__creaner-text .blue {
  color: #004E98;
}
.silo-body__creaner-text .blue span {
  display: block;
}
.silo-body__creaner-text .red {
  color: #D70C18;
}
@media screen and (min-width: 768px) {
  .silo-body__creaner {
    padding: 44px 0;
    margin-top: 70px;
  }
  .silo-body__creaner-title {
    font-size: 1.875rem;
  }
  .silo-body__creaner-text {
    font-size: 1.25rem;
  }
  .silo-body__creaner-text .blue {
    margin-bottom: 10px;
  }
  .silo-body__creaner-text .blue span {
    display: inline-block;
  }
  .silo-body__creaner-text .blue span:first-child {
    margin-right: 14px;
  }
}
/* 「危険な内部作業・・」「機械作業」部分 */
.silo-body__work {
  margin-top: 42px;
}
.silo-body__work-title {
  margin-top: 20px;
}
.silo-body__work-text li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
.silo-body__work-text p:nth-child(n+2) {
  margin-top: 6px;
}
.silo-body__work-image {
  margin-top: 12px;
  width: min(330px, 100%);
  aspect-ratio: 330 / 220;
  margin-inline: auto;
}
.silo-body__work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.silo-body__work-image figcaption {
  font-size: .875rem;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .silo-body__work {
    margin-top: 90px;
  }
  .silo-body__work-image {
    margin-top: 16px;
    width: 300px;
    aspect-ratio: 300 / 200;
    margin-inline: initial;
  }
  .silo-body__work-image figcaption {
    font-size: 1rem;
    margin-top: 10px;
  }
  .silo-body .work-image__wrap {
    display: flex;
    gap: 30px;
  }
}

/* ----作業の流れ---- */
.silo-body__flow {
  margin-top: 42px;
}
.silo-body__movie {
  width: 100%;
  aspect-ratio: 330 / 186;
  margin-top: 10px;
  margin-inline: auto;
}
.silo-body__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-step__title {
  font-size: 1rem;
  margin-top: 20px;
}
.flow-step__title span {
  text-transform: uppercase;
  display: block;
}
.flow-step__text {
  line-height: 1.6;
}
.flow-step__text li {
  text-indent: -1em;
  padding-left: 1em;
}
.flow-step__image {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .silo-body__flow {
    margin-top: 90px;
  }
  .silo-body__movie {
    max-width: 640px;
    aspect-ratio: 640 / 360;
    margin-top: 22px;
  }
  .flow-step__title {
    font-size: 1.25rem;
    margin-top: 48px;
  }
  .flow-step__title span {
    display: inline-block;
    margin-right: 10px;
  }
  .flow-step__text {
    line-height: 1.68;
    margin-top: 20px;
  }
  .flow-step__image {
    flex-direction: row;
    gap: 30px;
    margin-inline: initial;
  }
}

/* ----実績表の部分---- */
.silo-body__result {
  margin-top: 42px;
}
.silo-body__result-link {
  cursor: pointer;
  margin-top: 26px;
  text-align: center;
}
.silo-body__result-table {
  overflow: auto;   
  -webkit-overflow-scrolling: touch;
  height: 400px;
  margin-top: 16px;
  position: relative;
}
.result-table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #f5f5f5;
  width: 100%;
  font-size: .875rem;
}
.result-table th {
  background: #004E98;
  padding: 12px;
	text-align: left;
  white-space: nowrap;
  color: #fff;
  border-right: 1px solid rgb(150 150 150);
  position: sticky;
  top: 0;
  z-index: 2;
}
.result-table th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #dddddd;
  box-shadow: 0 3px 3px 0px #969696;
}
.result-table td {
	border: 1px solid #dddddd;
	padding: 12px;
	text-align: left;
  white-space: nowrap;
}
.result-table th:first-child, .result-table td:first-child {
  border-left: none;
}
.result-table th:last-child, .result-table td:last-child {
  border-right: none;
}
.result-table tr.blue {
  color: #004E98;
}
.result-table td.year {
	background: #fff;
	font-weight: 600;
  border-top: none;
}
@media print {
  .hidePrint{
    display: none;
  }
}
.result-table__text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  /* 実績表の部分 */
  .silo-body__result {
    margin-top: 90px;
  }
  .silo-body__result-table {
    height: 550px;
  }
  .result-table {
    font-size: 1rem;
  }
  .result-table th,
  .result-table td {
    padding: 15px;
  }
}

/*================================================= プラント設備洗浄作業（plant) ========================================*/
.plant-item:nth-child(n+2) {
  margin-top: 20px;
}
.plant-item__image {
  width: 300px;
  aspect-ratio: 300 / 150;
}
.plant-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plant-item__body {
  width: 100%;
  border-collapse: collapse;
}
.plant-item__list th {
  width: 40%;
}
.plant-item__list td {
  width: 60%;
  border-right: 1px solid #ddd;
}
.plant-item__list th,
.plant-item__list td {
  text-align: left;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 8px 0 8px 16px;
}
.plant-item__list:last-child th,
.plant-item__list:last-child td {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .plant-item {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 24px;
    flex-direction: row-reverse;
  } 
  .plant-item__image {
    width: 350px;
  }
  .plant-item__body {
    width: 45%;
  }
  .plant-item__list th {
    width: 35%;
  }
  .plant-item__list td {
    width: 65%;
  }
}

/*================================================= 運輸安全マネジメント（safety)・企業情報（company) ========================================*/
.safety-body__topText {
  text-align: center;
  font-size: .75rem;
}
.safety-body__title,
.company-body__title {
  margin-top: 42px;
  text-indent: -2em;
  padding-left: 2em;
}
.body__item-content .sectionText {
  text-indent: -1em;
  padding-left: 1em;
}
.body__item-content .sectionText.sectionText--inone {
  text-indent: 0;
  padding-left: 0;
}
.body__item-content .linktext a {
  color: #004E98;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: opacity .4s;
}
.body__item-content .linktext a:hover {
  opacity: .7;
}
.safety-body__subtitle,
.company-body__subtitle {
  margin-top: 12px;
}
.safety-body__table {
  border-collapse: collapse;
  font-size: .875rem;
  max-width: 700px;
  margin-top: 12px;
}
.safety-body__table th {
	border-left: 1px solid #dddddd;
  background-color: #fff;
  font-weight: 300;
}
.safety-body__table th span {
  font-size: .625rem;
}
.safety-body__table td {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.safety-body__table th,
.safety-body__table td {
	padding: 12px;
}
.safety-body__table th:first-child,
.safety-body__table td:first-child {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .safety-body__topText {
    margin-top: 8px;
    font-size: .875rem;
  }
  .company-body__title,
  .safety-body__title {
    margin-top: 86px;
    text-indent: 0;
    padding-left: 0;
  }
  .body__item-content .sectionText {
    margin-top: 16px;
  }
  .body__item-content .sectionText.sectionText--inone {
    margin-top: 6px;
  }
  .safety-body__subtitle,
  .company-body__subtitle {
    margin-top: 22px;
    font-size: 1.25rem;
  }
  .safety-body__table {
    font-size: 1rem;
    margin-top: 26px;
  }
  .safety-body__table th {
    padding: 12px 40px 12px 16px;
  }
  .safety-body__table th span {
    font-size: 1rem;
  }
  .safety-body__table td {
    padding: 26px 40px 26px 16px;
  }
}

/*================================================= 企業情報（company) ========================================*/
/* 代表挨拶 */
.company-body__greeting .company-body__text:not(:first-of-type) {
  margin-top: 14px;
}
/* 経営方針 */
.company-body__policy .body__item-content li {
  text-indent: -24px;
  padding-left: 24px;
}
.company-body__policy .body__item-content li span {
  padding-right: 8px;
}
/* 会社概要・会社沿革 */
.company-body__list {
  margin-top: 12px;
}
.company-body__list dl {
  display: flex;
  font-size: .875rem;
}
.company-body__list dl:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.company-body__list dt {
  background: #fff;
  width: 24.32%;
  padding: 12px 3px 12px 12px;
}
.company-body__list dt span {
  font-size: .625rem;
}
.company-body__list dd {
  width: 75.68%;
  padding: 12px 3px 12px 12px;
}
.company-body__list .outline__map {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 3 / 4;
  margin-top: 6px;
  margin-bottom: 6px;
}
.company-body__list .outline__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 組織図 */
.company-body__orgImage {
  margin-inline: auto;
  width: 90%;
  margin-top: 12px;
}
.company-body__orgImage img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  /* 会社概要・会社沿革 */
  .company-body__list {
    margin-top: 26px;
  }
  .company-body__list dl {
    font-size: 1rem;
  }
  .company-body__list dt {
    width: 17.59%;
  }
  .company-body__list dt span {
    font-size: 1rem;
  }
  .company-body__list dd {
    padding-left: 30px;
    width: 82.41%;
  }
  .company-body__list .outline__map {
    /* width: 800px; */
    aspect-ratio: 2 / 1;
    margin-top: 12px;
  }
  /* 組織図 */
  .company-body__orgImage {
    margin-top: 26px;
    width: 60%;
  }
}

/*================================================= お問い合わせ（contact) ========================================*/
.contact-body__form {
  margin-top: 30px;
  max-width: 700px;
}  
.form__item:not(:first-child) {
  margin-top: 20px;
}
.form__label {
  font-size: 14px;
}
.form__label span {
  color: #D70C18;
  font-size: .625rem;
  margin-left: 16px;
}
.form__input {
  margin-top: 4px;
}
.form__input-text {
  padding: 4px 12px;
  width: 100%;
  font-size: .875rem;
  background-color: #fff;
  border: 1px solid #707070;
}
.form__input-text::placeholder {
  color: #C8C8C8;
}
.form__input textarea {
  height: 67px;
  resize: none;
}
.form__agree {
  margin-top: 32px;
  color: #525e70;
}
.form__agree-head {
  font-size: .875rem;
}
.form__agree-text {
  font-size: .8175rem;
  margin-top: 16px;
}
.form__btn {
  text-align: center;
  margin-top: 26px;
}
/* バリデーション */
.form__error {
  font-size: .625rem;
  color: #D70C18;
  margin-top: 3px;
  display: none;
}
.form__input-text.is-error {
  border: 1px solid #D70C18;
}
textarea.form__input-text ~ .form__error {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .contact-body__content {
    max-width: 700px;
    margin-inline: auto;
  }
  .contact-body__form {
    margin-top: 90px;
  }  
  .form__item {
    display: flex;
    align-items: baseline;
  }
  .form__item:not(:first-child) {
    margin-top: 30px;
  }
  .form__item:last-of-type .form__label {
    margin-bottom: auto;
  }
  .form__label {
    margin-right: 60px;
    width: calc(100% - 72.2891%);
    font-size: 1rem;
  }
  .form__label span {
    font-size: .75rem;
  }
  .form__input {
    margin-top: 0;
    width: 72.2891%;
  }
  .form__input-text.tel {
    width: 48%;
  }
  .form__input textarea {
    height: 100px;
  }
  .form__agree {
    margin-top: 40px;
  }
  .form__agree-head {
    font-size: .9375rem;
  }
  .form__agree-text {
    font-size: .875rem;
  }
  .form__btn {
    margin-top: 90px;
  }
  /* バリデーション */
  .form__error {
    font-size: .75rem;
    margin-top: 5px;
  }
}

/*================================================= お問い合わせ 確認画面（confirm) ========================================*/
.confirm {
  margin-top: 24px;
}
.confirm .form__item:not(:first-child) {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.confirm .form__label {
  color: #555;
}
.form__btn--confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .confirm {
    margin-top: 40px;
  }
  .confirm .form__item:not(:first-child) {
    margin-top: 22px;
    padding-top: 24px;
  }
  .form__btn--confirm {
    flex-direction: row;
    justify-content: center;
    margin-top: 64px;
  }
}

/*================================================= お問い合わせ 完了画面（thanks) ========================================*/
.thanks {
  width: 100%;
  height: 475px;
  position: relative;
}
.thanks__inner {
  width: 100%;
  height: inherit;
}
.thanks__content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.thanks__image {
  height: inherit;
  filter: blur(1px) brightness(100%) grayscale(100%) opacity(75%);
}
.thanks__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thanks__text:nth-child(n+2) {
  margin-top: 16px;
}
.thanks__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .thanks {
    height: 600px;
  }
  .thanks__text:nth-child(n+2) {
    margin-top: 24px;
  }
  .thanks__text {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
}