/*
Thin 100 / Light 300 / Regular 400 /  Medium 500 / SemiBold 600 / Bold 700
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
table {
  border-collapse: collapse;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited,
a:active {
  color: #262626;
}
a.button,
a.button:link {
  color: #231815;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:hover img {
  opacity: 0.75;
}
a img {
  transition: opacity 0.3s ease-out;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* 表示制御クラス */
.pc_on {
  display: inline !important;
}
.pc_on_block {
  display: block !important;
}
.pc_on_flex {
  display: flex !important;
}

.sp_on,
.sp_on900,
.sp_on_block,
.sp_on_flex {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .sp_on900 {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_on,
  .pc_on_block,
  .pc_on_flex {
    display: none !important;
  }
  .sp_on {
    display: inline !important;
  }
  .sp_on_block {
    display: block !important;
  }
  .sp_on_flex {
    display: flex !important;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
  font-size: 10px;
  width: 100%;
}
.kozuka {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
.hiragino {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #323232;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
}

body,
table,
input,
textarea,
select,
option {
  font-weight: 400;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  background-color: #000;
  height: 75px;
  position: relative;
}
.logo {
  width: 160px;
  position: absolute;
  left: 26px;
  top: 15px;
}
.header_right {
  position: absolute;
  right: 37px;
  top: 22px;
}
.navi_links li {
  display: inline-flex;
}
.navi_links li a {
  color: #fff;
  margin: 0 10px;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
  background: url("../images/icon_link.svg") no-repeat right center/18px auto;
  transition: all 0.3s;
}
.navi_links li a:hover {
  color: #ccc;
}

/* 全画面ナビゲーション */
.gnav {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.25);
}
.gnav__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20% 10% 10%;
}
.gnav_menu_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 62px;
  background: #003e92;
}
ul.gnav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 450px;
  margin: auto;
}
.menu_logo a {
  position: absolute;
  left: 27px;
  top: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 9;
}
.menu_logo a img {
  width: 172px;
}
.menu_logo a h1 {
  font-size: 9px;
  display: block;
  letter-spacing: 1px;
  color: #fff;
}
.gnav__menu__item {
  width: 100%;
}
.gnav__menu__item a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition: 0.5s;
  display: block;
  padding: 11px 0;
  border-bottom: solid 1px #fff;
  position: relative;
  letter-spacing: 1px;
}
.gnav__menu__item a:hover {
  color: #ccc;
}
.gnav__menu__item a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.733vw;
  position: absolute;
  right: 1px;
}

@media screen and (max-width: 1200px) {
  .gnav__menu__item a {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 460px) {
  ul.gnav__menu {
    width: 90%;
  }
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}

.contents {
  max-width: 860px;
  width: 90%;
  margin: auto;
}

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

/*------------------------------------------------------------
	Youtube動画
------------------------------------------------------------*/
.reloda_movie {
  background: #fff;
  padding: 115px 0 149px;
}
.reloda_movie h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 12px;
}
.reloda_movie h3 img {
  width: 76px;
  margin: 0 3px 0 5px;
  vertical-align: middle;
}
.youtube_wrap {
  width: 732px;
  max-width: 90%;
  margin: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
	お問合せ
------------------------------------------------------------*/
.contact_for_manufacturer {
  height: 518px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 400px 0;
  background: lab(97.05% 1.67 5.99) url("../images/topmv_bg.svg") no-repeat;
  background-blend-mode: overlay;
  background-position: right 80%;
  background-size: 70%;
}
.contact_for_manufacturer p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
}
.contact_for_manufacturer h3 {
  font-size: 3.8rem;
  text-align: center;
  color: #323232;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.contact_for_manufacturer h3 img {
  width: 201px;
  margin: 0 3px 0 0;
}
.contact_logo {
  width: 327px;
  margin: 0 auto 10px;
}
.contact_logo img {
  width: 100%;
}
.contact_text {
  width: 20%;
  margin: 0 auto 30px auto;
  text-align: left;
}
.contact_text p {
  text-align: left;
}
.btn_contact {
  display: flex;
  justify-content: center; /* 左右中央揃え */
}
.btn_contact a {
  font-size: 3.1rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 523px;
  height: 103px;
  background: #e43c00;
  border-radius: 52px;
  transition: all 0.3s;
  border: solid 2px #e43c00;
}
.btn_contact a span {
  background: url("../images/icon_arrow03.svg") no-repeat right center/36px auto;
  padding-right: 50px;
}
.btn_contact a:hover {
  background: #fff;
  border: solid 2px #e43c00;
  color: #e43c00;
}
.btn_download {
  text-align: center;
  margin: 20px 0 0 0;
}
.btn_download a {
  font-size: 2rem;
  font-weight: 600;
  color: #323232;
  letter-spacing: 0px;
  border-bottom: solid 1px #323232;
  padding-bottom: 5px;
  transition: all 0.3s;
}
.btn_download a:hover {
  color: #e43c00;
  border-bottom-color: #e43c00;
}
@media screen and (max-width: 1119px) {
  .contact_text {
    width: 50%;
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 768px) {
  .contact_for_manufacturer {
    padding: 60px 5% 80px 5%;
    background-size: 150%;
    background-position: center;
  }
  .contact_logo {
    width: 100%;
    max-width: 240px;
  }
  .contact_for_manufacturer h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .contact_text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .btn_contact a {
    font-size: 2rem;
    width: 100%;
    height: 80px;
    border-radius: 52px;
  }
  .btn_download {
    margin-top: 15px;
  }
  .btn_download a {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  background: #000;
  height: 200px;
  padding: 30px 0 0;
  color: #fff;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto 20px;
}
.footer_flex .logo {
  width: 400px;
  position: static;
}
.footer_flex .logo p {
  padding: 0 0 0 10px;
}
.footer_flex .logo img {
  width: 200px;
}
.footer_flex .navi_links {
  position: static;
}
.footer_flex .navi_links li {
  display: inline-flex;
}
.footer_flex .navi_links li a {
  margin: 0 10px;
  letter-spacing: 0;
  font-size: 1.7rem;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
  background: url("../images/icon_link.svg") no-repeat right center/18px auto;
}
.copyright {
  text-align: center;
  letter-spacing: 0;
  color: #ccc;
}
@media screen and (max-width: 1119px) {
  .footer_flex .navi_links li {
    display: flex; /* または display: block; */
  }
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    padding: 40px 5% 30px 5%;
  }
  .footer_flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
    gap: 30px;
  }
  .footer_flex .logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer_flex .logo img {
    width: 180px;
    margin-bottom: 15px;
  }
  .footer_flex .logo p {
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .footer_right {
    width: 100%;
  }
  .footer_flex .navi_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer_flex .navi_links li {
    display: block;
    width: auto;
  }
  .footer_flex .navi_links li a {
    margin: 0;
    font-size: 1.4rem;
    padding-right: 22px;
    background-size: 14px auto;
    display: inline-block;
  }
  .copyright {
    font-size: 1.2rem;
  }
  .contact_text {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}

/*------------------------------------------------------------
	サイドお問合せボタン
------------------------------------------------------------*/
.side_contact {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.side_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 169px;
  background: #e43c00;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.side_contact a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .side_contact {
    /* 画面下部に固定設定を上書き */
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0; /* 角丸を解除 */
  }

  .side_contact a {
    width: 100%;
    font-weight: 600;
    height: 60px; /* タップしやすい高さに調整 */
    font-size: 2rem;
    letter-spacing: 5px;
  }

  /* スマホ時に改行（<br>）を無効化して横並びにする */
  .side_contact a br {
    display: none;
  }
}

/*------------------------------------------------------------
	セクション共通ラベル
------------------------------------------------------------*/
h2 .section_label {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 8px;
}
h2 .section_label::after {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background: #e43c00;
  margin: 20px auto 40px auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

@media (max-width: 1200px) {
  .inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

/*------------------------------------------------------------
	ファーストビュー
------------------------------------------------------------*/
.fv_area {
  max-width: 1500px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9) url("../images/topmv_bg.svg") no-repeat;
  background-blend-mode: overlay;
  background-position: right 80%;
  background-size: 70%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.fv_text {
  width: 50%;
}
.fv_logo {
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 700px;
}
.fv_logo img {
  width: 80%;
}
.fv_img {
  width: 60%;
  flex-shrink: 0;
  padding: 5% 0 0 0;
}
.fv_img img {
  width: 100%;
  height: auto;
}
.fv_area h3 {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin: 0 0 30px 0;
}
.fv_area h3 span {
  color: #e43c00;
}
.fv_sub {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: inline-block;
}
.fv_sub span {
  display: inline;
  background-color: #444444;
  color: #ffffff;
  padding: 4px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 1119px) {
  .fv_area {
    height: 400px;
  }
  .fv_area h3 {
    font-size: 2rem;
  }
  .fv_sub {
    font-size: 2rem;
  }
  .fv_text {
    width: 70%;
  }
  .fv_img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .fv_area {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 500px;
    padding: 30px 5% 0 5%;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .fv_text {
    width: 100%;
  }
  .fv_text h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .fv_sub {
    font-size: 2rem;
  }
  .fv_img {
    padding: 0 0 20px 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
	お知らせ
------------------------------------------------------------*/
.news_area {
  width: 100%;
  background: #ebebeb;
  padding: 40px 0 50px;
}
.hidden {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
ul.news_list {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 13px;
}
ul.news_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 0.3s;
  gap: 50px;
  text-align: left;
}
ul.news_list li a:hover {
  color: #e43c00;
}
.news_list li.hidden {
  display: none;
}
.news_day {
  width: 118px;
  font-size: 1.6rem;
  border-right: solid 1px #cccccc;
  letter-spacing: 2px;
  line-height: 1.8;
  padding: 4px 0;
}
.news_txt {
  flex: 1;
  width: 630px;
  max-width: 90%;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 4px 0;
}
a.more_view {
  width: max-content;
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .news_area {
    padding: 30px 20px;
  }
  ul.news_list li {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
  }
  .news_day {
    width: 100%;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  .news_day::after,
  .news_day::before {
    display: none;
    content: none;
  }
  .news_txt {
    width: 100%;
    padding: 0;
  }
}

/*------------------------------------------------------------
	人による運搬を、電動アシスト運搬へ。
------------------------------------------------------------*/
.about_emova {
  padding: 120px 0;
}
.about_emova_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.about_emova_left {
  flex: 1;
  min-width: 0;
}
.about_emova_heading {
  font-size: 4rem;
  font-weight: bold;
  color: #474645;
  line-height: 1.5;
  margin-bottom: 24px;
}
.about_emova_desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #474645;
}
.about_emova_right {
  flex-shrink: 0;
  width: 500px;
}
.about_emova_right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1119px) {
  .about_emova {
    padding: 60px 0;
  }
  .about_emova_flex {
    flex-direction: column;
    gap: 30px;
    padding: 0 5%;
  }
  .about_emova_heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .about_emova_desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .about_emova_right {
    width: 100%;
  }
}

/*------------------------------------------------------------
	運搬イメージ チェッカーボード
------------------------------------------------------------*/
.checkerboard {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.checkerboard_row {
  display: flex;
  width: 100%;
}
.checkerboard_cell {
  width: 50%;
  height: 500px;
  position: relative;
}
.checkerboard_cell--photo {
  overflow: hidden;
}
.checkerboard_cell--photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.checkerboard_cell--text {
  background: #fff5eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkerboard_cell--text.has_circle {
  position: relative;
  overflow: visible;
}
.checkerboard_cell--text.has_circle::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 5px solid rgba(228, 60, 0, 0.1);
  position: absolute;
  right: 30%;
  top: 20%;
  z-index: 10;
  pointer-events: none;
}
.checkerboard_cell--text p {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #e43c00;
  z-index: 5;
}
.checkerboard_product {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 156px;
  height: 238px;
  background: #fff;
  z-index: 5;
}
.checkerboard_product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1119px) {
  .checkerboard_row:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
  }
  .checkerboard_row:nth-child(even) {
    display: flex;
    flex-direction: column;
  }
  .checkerboard_cell {
    width: 100%;
    height: auto;
  }
  .checkerboard_cell--photo {
    height: auto;
  }
  .checkerboard_cell--photo > img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .checkerboard_cell--text {
    padding: 50px 20px;
  }
  .checkerboard_cell--text p {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .checkerboard_cell--text.has_circle::after {
    width: 160px;
    height: 160px;
    border-width: 3px;
    right: 5%;
    top: 10%;
  }
  .checkerboard_product {
    right: 16px;
    width: 90px;
    height: auto;
  }
}

/*------------------------------------------------------------
	製品特徴
------------------------------------------------------------*/
.feature_area {
  background: #fff5eb;
  padding: 80px 20px 100px 20px;
}
.feature_area .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.feature_area h3 {
  text-align: left;
  color: #e43c00;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 30px 0;
}
.feature_area p {
  text-align: left;
}
.feature_cards {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin: 50px auto;
}
.feature_card {
  width: calc((100% - 60px) / 3);
}
.feature_card_img {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 200px;
}
.feature_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_card_label {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #323232;
}
.feature_card h5 {
  color: #e43c00;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-bottom: solid 4px #e43c00;
  padding-bottom: 8px;
}
.feature_card p {
  line-height: 1.8;
  letter-spacing: 0;
}

.traction_assist {
  margin: 0 auto 50px;
}
.traction_assist h5 {
  color: #e43c00;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: left;
}
.traction_assist h5 + p {
  border-top: solid 4px #e43c00;
  padding-top: 20px;
}
.traction_assist_content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.traction_assistp {
  line-height: 2;
  letter-spacing: 0;
}
.traction_assist_images {
  display: flex;
  gap: 15px;
  width: 100%;
  margin: 30px 0 80px 0;
}
.traction_assist_images img {
  width: calc(50% - 7.5px);
  height: 400px;
  object-fit: cover;
  border-radius: 0;
}

.feature_icons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  background-color: #fff;
}
.feature_icon_item {
  width: calc((100% - 60px) / 4);
  text-align: center;
  border: solid 4px #e43c00;
}
.feature_icon_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
}
.feature_icon_img img {
  width: 100%;
  height: auto;
  padding: 10px;
}
.feature_icon_item p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: #e43c00;
  padding: 12px;
  min-height: 72px; /* 2行分のテキストが入る最小高さを確保（お好みで調整） */
  display: flex;
  align-items: center; /* 1行・2行問わずテキストを上下中央配置 */
  justify-content: center; /* 左右中央配置 */
  box-sizing: border-box; /* p */
}

@media screen and (max-width: 1119px) {
  .feature_area {
    padding: 40px 5% 60px 5%;
  }
  .feature_area h3 {
    font-size: 2.6rem;
    margin: 20px 0;
  }
  .feature_cards {
    flex-direction: column;
    gap: 40px;
    margin: 30px auto;
  }
  .feature_card {
    width: 100%;
  }
  .feature_card_img {
    height: auto;
  }
  .feature_card_img img {
    height: auto;
    object-fit: contain;
  }
  .feature_card_label {
    font-size: 1.5rem;
  }
  .feature_card h5 {
    font-size: 1.8rem;
  }
  .traction_assist h5 {
    font-size: 2rem;
  }
  .traction_assist_content {
    flex-direction: column;
    gap: 15px;
  }
  .traction_assist_images {
    flex-direction: column;
    margin: 20px 0 40px 0;
  }
  .traction_assist_images img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .feature_icons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .feature_icon_item {
    width: calc((100% - 15px) / 2);
  }
  .feature_icon_item p {
    font-size: 1.4rem;
    height: auto;
    padding: 8px;
  }
}

/*------------------------------------------------------------
	製品仕様
------------------------------------------------------------*/
.specification {
  background: #ebebeb;
  padding: 80px 0 100px 0;
}
.specification_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  gap: 30px;
}
.specification_flex_left {
  width: 30%;
}
.specification_flex_left img {
  width: 100%;
}
.specification_flex_right {
  flex: 1;
  width: 70%;
}
.specification_flex_right table {
  width: 100%;
  border-top: solid 1px #323232;
  border-bottom: solid 1px #323232;
}
.specification_flex_right table tr {
  border-bottom: dashed 1px #999;
}
.specification_flex_right table tr:last-child {
  border-bottom: solid 1px #323232;
}
.specification_flex_right table tr td {
  letter-spacing: 0;
  padding: 8px 10px;
  line-height: 1.6;
}
.specification_flex_right table tr td:first-child {
  width: 110px;
  white-space: nowrap;
}
.specification_flex_right table tr td:first-child p {
  line-height: 1.6;
}
.specification_flex_right table tr td:last-child {
  padding-left: 80px;
  text-align: left;
}
p.spec_note {
  font-size: 1rem;
  text-align: right;
  margin-top: 10px;
  letter-spacing: 0;
}
.feature_cards p.spec_note {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .specification {
    padding: 40px 5% 60px 5%;
  }
  .specification_flex {
    flex-direction: column;
    gap: 30px;
  }
  .specification_flex_left {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .specification_flex_right {
    width: 100%;
  }
  .specification_flex_right table tr td {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  .specification_flex_right table tr td:first-child {
    width: 90px;
  }
  .specification_flex_right table tr td:last-child {
    padding-left: 15px;
  }
  p.spec_note {
    text-align: left;
    margin-top: 15px;
  }
}

/*------------------------------------------------------------
	導入事例
------------------------------------------------------------*/
.case_study {
  padding: 80px 0 60px;
}
.case_study_logo {
  width: 400px;
  margin: 0 auto 10px;
}
.case_study_logo img {
  width: 100%;
}
.case_study_inner h5 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 50px 0;
}
.case_study_images {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.case_study_images img {
  width: calc(50% - 10px);
  height: 400px;
  object-fit: cover;
}
.case_study_text {
  margin-bottom: 20px;
  text-align: left;
}
.case_study_text p {
  margin: 0 0 20px 0;
}
.case_study_text span {
  color: #e43c00;
}
.case_movie {
  margin: 40px 0;
}
.case_movie .youtube_wrap {
  width: 577px;
  max-width: 100%;
  margin: auto;
}
.case_movie .youtube {
  background: #474645;
}
p.case_thanks {
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .case_study {
    padding: 40px 15px 40px;
  }
  .case_study_logo {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 10px;
  }
  .case_study_inner h5 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .case_study_images {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .case_study_images img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .case_movie {
    margin: 30px 0;
  }
  .case_movie .youtube_wrap {
    width: 100%;
  }
  .case_movie .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .case_movie .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  p.case_thanks {
    text-align: left;
    margin-top: 10px;
  }
}
