@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1a1a1a;
  --color-fontgray: #666666;
  --color-white: #ffffff;
  --color-blue: #005fc2;
  --color-whiteblue: #f4f7fa;
  --color-yellow: #ffd700;
  --color-border: #d1d1d1;
  /*カレントカラー*/
  --color-current: #005fc2;
  /*テキストリンクカラー*/
  --color-textlink:#005fc2;
  /*必須ボタンカラー*/
  --color-required: #005fc2;
  /*任意ボタンカラー*/
  --color-optional: #005fc2;
  /*ラジオボタンカラー*/
  --color-radio: #005fc2;
  /*チェックボタンカラー*/
  --color-check: #005fc2;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Montserrat", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.875;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1a1a1a;
  --color-fontgray: #666666;
  --color-white: #ffffff;
  --color-blue: #005fc2;
  --color-whiteblue: #f4f7fa;
  --color-yellow: #ffd700;
  --color-border: #d1d1d1;
  /*カレントカラー*/
  --color-current: #005fc2;
  /*テキストリンクカラー*/
  --color-textlink:#005fc2;
  /*必須ボタンカラー*/
  --color-required: #005fc2;
  /*任意ボタンカラー*/
  --color-optional: #005fc2;
  /*ラジオボタンカラー*/
  --color-radio: #005fc2;
  /*チェックボタンカラー*/
  --color-check: #005fc2;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Montserrat", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.875;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

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

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  background: url(../img/sv/sv-deco.png) top left/14.27% auto no-repeat, var(--color-white);
}
.mv::after {
  margin-top: 5rem;
  margin-left: auto;
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1280/824;
  background: url(../img/mv/mv_img.png) top left/contain no-repeat;
}
.mv__title {
  gap: 1.5rem;
  -webkit-text-stroke: 2px var(--color-white);
  paint-order: stroke;
  padding-top: 3%;
  padding-left: 0;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__title .en {
  font-size: 4rem;
}
.mv__title .ja {
  gap: 1rem;
}
.mv__title .ja .sub {
  font-size: 1.8rem;
}
.mv .scroll {
  font-size: 1.3rem;
  gap: 1rem;
  left: 2rem;
}
.mv .scroll::before {
  height: 3rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv__text {
  width: 90%;
  margin-bottom: 2rem;
}
.sv__title {
  gap: 1rem;
}
.sv__title .en {
  font-size: 4rem;
}
.sv__title .ja {
  font-size: 2.6rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.com-title01 .en {
  font-size: 3.5rem;
}
.com-title01 .ja {
  font-size: 2.4rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 60px;
  width: 100%;
  max-width: 350px;
}

.mail-btn {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr td img {
  margin-left: 0 !important;
}

/*==============================
    TOP
==============================*/
.top-greeting {
  padding-bottom: 0 !important;
}
.top-greeting .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.top-greeting .txt {
  padding-left: 3rem;
}

.top-about .com-inbox {
  align-items: center;
  flex-direction: column;
}
.top-about .com-inbox::after {
  width: 100%;
}
.top-about .com-btn {
  margin-inline: auto;
}

.top-product .com-inbox {
  flex-direction: column;
}

.top-link__list {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.top-link__item {
  width: 100%;
}
.top-link__item a {
  padding: 6rem 2rem;
}
.top-link__item a i {
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
  font-size: 2.5rem;
}
.top-link__title {
  gap: 1rem;
}
.top-link__title .en {
  font-size: 3.5rem;
}
.top-link__title .ja {
  font-size: 2.4rem;
}

.top-news {
  padding-block: 10rem 20rem !important;
}
.top-news::before {
  font-size: 3.8rem;
}
.top-news .com-inbox {
  position: relative;
  flex-direction: column;
  align-items: center;
}
.top-news__btn {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
}

/*==============================
    曾根工業について
==============================*/
.about-business__item {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.about-business__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-business__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.about-strengths__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  padding-left: 2em;
  text-indent: -2em;
}

.about-qe__wrap {
  flex-direction: column;
  align-items: center;
}
.about-qe__item {
  flex-direction: column;
  align-items: center;
}
.about-qe__image {
  width: 100%;
  max-width: 400px;
}
.about-qe__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.about-qe__box {
  max-width: 435px;
  margin-inline: auto;
}

.about-quality .com-inbox {
  flex-direction: column;
  align-items: center;
}
.about-quality__text p {
  text-align: center;
  font-size: 2.2rem;
}
.about-quality__list {
  gap: 3rem;
}
.about-quality__title::before {
  font-size: 3rem;
  margin-top: 0.2rem;
}
.about-quality__title > span {
  font-size: 2.4rem;
}

.about-environmental .com-inbox > p {
  font-size: 2.2rem;
  text-align: center;
}
.about-environmental__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/*==============================
    製品案内
==============================*/
.product-section__list {
  gap: 5rem;
}
.product-section__title {
  font-size: 2.2rem;
}
.product-section .product__list {
  gap: 5rem 3rem;
  margin-top: 4rem;
}
.product-section .product__item p {
  font-size: 1.6rem;
  padding-top: 1rem;
}
.product-section .product__image::before {
  width: 4rem;
}

/*詳細ページ*/
.product-detail__wrap {
  flex-direction: column;
  align-items: center;
}
.product-detail__image {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16/9;
}
.product-detail__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
}
.product-detail__subtitle {
  margin-bottom: 1.5rem;
}
.product-detail__feature {
  margin-top: 3rem;
}
.product-detail__feature .product-detail__subtitle {
  margin-bottom: 2rem;
}

/*==============================
    主要設備
==============================*/
.equipment-section__wrap {
  flex-direction: column;
  align-items: center;
}
.equipment-section__container {
  align-items: center;
  flex-direction: column;
}
.equipment-section__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.equipment-section__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.equipment-section__table {
  width: 100%;
}

/*==============================
    会社概要
==============================*/
.company-greeting__wrap {
  flex-direction: column-reverse;
  align-items: center;
}
.company-greeting__image {
  width: 100%;
  max-width: 300px;
}

.company-section .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.company-recruit__text {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.company-recruit__box {
  padding: 3rem 2rem;
}
.company-recruit__box dl {
  padding-inline: 1.5rem;
  gap: 2rem;
  padding-bottom: 2rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__item a {
  align-items: center;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
  font-size: max(1.6rem, 14px);
  padding-bottom: 0;
  line-height: 1.5;
}
.contact .com-table td {
  padding-inline: 10px !important;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact .com-inbox {
  flex-direction: column;
  align-items: center;
}
.com-contact__list {
  gap: 3rem;
}
.com-contact__item {
  flex-direction: column;
  align-items: center;
}
.com-contact .tel-box {
  align-items: center;
}
.com-contact .com-tel {
  font-size: 3.5rem;
}
.com-contact .tag {
  flex-direction: column;
}
.com-contact .tag::after {
  height: 1px;
  width: 60%;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 6rem;
  background-color: var(--color-gray);
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__copy {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-border);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-border);
}
.footer-nav__item {
  border-top: 1px solid var(--color-border);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer-sub__list {
  display: none;
}
.footer small {
  font-size: 1.2rem;
  border-top: 1px solid var(--color-border);
  padding-block: 1.5rem;
  text-align: center;
}