@charset "UTF-8";

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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 62.5%;
}

.l-wrapper {
  overflow: hidden;
}

a {
  color: hsl(0, 0%, 0%);
  text-decoration: none;
}

a.active {
  color: hsl(207, 96%, 40%);
}

/* -----------------------------------
ページ遷移をふんわりさせる
------------------------------------*/
.l-wrapper {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.post__inner,
.transport__top,
.product-content,
.ideal__inner,
.example-block__inner,
.greet-boss__inner {
  max-width: 92%;
  margin: auto;
}

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

  .post__inner,
  .transport__top,
  .product-content,
  .ideal__inner,
  .example-block__inner,
  .greet-boss__inner {
    width: 980px;
  }
}

.taxonomy-block__inner,
.transport-info,
.transport-plant__inner,
.recruit__content,
.category-block__inner,
.example-icatch,
.sdgs-icatch,
.sdgs-about__inner,
.sdgs-objective__inner,
.sdgs-declaration__container,
.sdgs-challenge__inner,
.history__inner,
.history-gallery,
.about-info,
.about-plant__inner,
.index-news,
.index-products__category-wrap,
.index-case__container,
.case__inner,
.header__inner {
  max-width: 92%;
  margin: auto;
}

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

  .taxonomy-block__inner,
  .transport-info,
  .transport-plant__inner,
  .recruit__content,
  .category-block__inner,
  .example-icatch,
  .sdgs-icatch,
  .sdgs-about__inner,
  .sdgs-objective__inner,
  .sdgs-declaration__container,
  .sdgs-challenge__inner,
  .history__inner,
  .history-gallery,
  .about-info,
  .about-plant__inner,
  .index-news,
  .index-products__category-wrap,
  .index-case__container,
  .case__inner,
  .header__inner {
    width: 1120px;
  }
}

.index-strong__inner,
.index-recruit__container {
  max-width: 92%;
  margin: auto;
}

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

  .index-strong__inner,
  .index-recruit__container {
    width: 1280px;
  }
}

/*flexboxを適応
$type = flex or inline-flex
$justify = 横向きの揃え
$strech = 縦向きの揃え
-------------------------------------*/
body {
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3c3c3c;
}

p:not(last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
  .hide_pc {
    display: none;
  }
}

.hide_sp {
  display: none;
}

@media screen and (min-width: 600px) {
  .hide_sp {
    display: inline;
  }
}

.header {
  padding: 20px 0;
}

/* -----------------------------------
headerの横並び
-------------------------------------*/
@media screen and (min-width: 960px) {
  .header__inline {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}

@media screen and (min-width: 960px) {
  .header-logo {
    flex: 1;
  }
}

@media screen and (min-width: 960px) {
  .gnav-inline__item {
    flex: 3;
  }
}

/* -----------------------------------
ロゴ
-------------------------------------*/
.header-logo {
  margin-bottom: 20px;
}

.header-logo img {
  display: block;
  width: 200px;
}

@media screen and (max-width: 969px) {
  .header-logo img {
    margin: auto;
  }
}

/* -----------------------------------
グローバルナビ内の横並び記述
-------------------------------------*/
.js-gnavi-inline {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-cells: strech;
}

.js-gnavi-inline li {
  flex: 1;
  text-align: center;
  font-size: min(2.5vw, 1.6rem);
}

.footer {
  margin-top: 50px;
}

.footer .copyright {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.5em 0;
}

/* -----------------------------------

スマホ用の記述

-------------------------------------*/
@media screen and (max-width: 599px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgb(227, 254, 255);
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    left: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: left;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.6rem;
  }

  /*========= ボタンのためのCSS ===============*/
  .btnOpen {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    left: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .btnOpen span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .btnOpen span:nth-of-type(1) {
    top: 15px;
  }

  .btnOpen span:nth-of-type(2) {
    top: 23px;
  }

  .btnOpen span:nth-of-type(3) {
    top: 31px;
  }

  .btnOpen.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .btnOpen.active span:nth-of-type(2) {
    opacity: 0;
  }

  .btnOpen.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/* -----------------------------------

以下、PC表示の記述

-------------------------------------*/
#header {
  height: 70px;
  /*高さ指定*/
  width: 100%;
  /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  color: #3c3c3c;
  text-align: center;
  padding: 20px;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul.dropmenu li a {
  display: block;
  text-decoration: none;
  color: #999;
  padding: 10px 25px;
  transition: all 0.3s;
}

nav ul.dropmenu li li a {
  padding: 10px 35px;
}

nav ul.dropmenu li a:hover {
  color: #fff;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.9);
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #3c3c3c;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  display: block;
  padding: 16px 0;
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #448ed3;
  color: #fff;
}

/*==3階層目*/
/*3階層目の位置*/
nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #66adf5;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active {
  background: #448ed3;
}

/*==768px以下の形状*/
@media screen and (max-width: 768px) {
  nav {
    padding: 0;
  }

  nav ul {
    display: block;
  }

  nav li.has-child ul,
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  nav ul li a {
    border-bottom: 1px solid #ccc;
  }

  /*矢印の位置と向き*/
  nav ul li.has-child::before {
    left: 20px;
  }

  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }

  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}

/* -----------------------------------
下層ページ　メインビジュアル　共通
-------------------------------------*/
.page-mv,
.page-mv--transport,
.page-mv--recruit {
  background-image: url(../img/common/page_mv.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 40px;
}

.page-mv__title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}

@media screen and (min-width: 600px) {
  .page-mv__title {
    font-size: 2.8rem;
  }
}

.page-mv--recruit {
  background-image: url(../img/common/page_mv_recruit.jpg);
  background-position: center;
}

.page-mv--transport {
  background-image: url(../img/transport/page_mv.png);
  background-position: center;
}

/* -----------------------------------
製品関連ページのみに表示される製品ニュース
-------------------------------------*/
.m-product-news {
  background-image: url(../img/common/product_news_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}

@media screen and (min-width: 600px) {
  .m-product-news {
    padding: 125px 0;
  }
}

.m-product-news.transport {
  background-image: url(../img/transport/v03.jpg);
}

.m-product-news__inner {
  width: 92%;
  margin: auto;
  position: relative;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 600px) {
  .m-product-news__inner {
    padding: 80px 60px;
    width: 780px;
  }
}

.m-product-news__title {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: normal;
}

.m-product-news__more {
  text-align: center;
  background-color: #ce1c1c;
  color: #fff;
  padding: 0.1em 0.75em;
  font-size: 1.1rem;
  border-radius: 2px;
  position: absolute;
  top: 27px;
  right: 10px;
}

@media screen and (min-width: 600px) {
  .m-product-news__more {
    top: 85px;
    right: 40px;
  }
}

.m-product-news__item {
  font-size: 1.4rem;
  line-height: 1.5;
}

.m-product-news__item:not(:last-child) {
  margin-bottom: 20px;
}

.m-product-news__date {
  font-size: 1.3rem;
  text-align: center;
  background-color: rgb(0, 161, 220);
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 2px;
  margin-right: 1em;
}

/* --------------------------------
    Form
-------------------------------- */
.form-contact {
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .form-contact {
    width: 800px;
    margin: 0 auto;
  }
}

/* ------ テーブルレイアウト ------- */
.form-contact th,
.form-contact td {
  border-bottom: solid 1px #ccc;
}

.form-contact tr:last-of-type th,
.form-contact tr:last-of-type td {
  border: none;
}

.form-contact th {
  font-weight: normal;
  text-align: left;
  width: 30%;
}

.form-contact td {
  padding: 20px 20px;
  width: 70%;
}

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

  .form-contact th,
  .form-contact td {
    border: none;
    display: block;
    padding: 0;
    width: 100%;
  }

  .form-contact tr {
    display: block;
    margin-bottom: 20px;
  }
}

/* ------ フォームスタイル ------- */
.form-contact {
  position: relative;
}

.form-contact input,
.form-contact textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font: 15px/24px sans-serif;
  margin: 8px 0;
  outline: none;
  padding: 10px 20px;
  transition: 0.3s;
}

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

.form-contact input:focus,
.form-contact textarea:focus {
  border: 1px solid #0086d1;
}

.text-required {
  background: #e5004f;
  border-radius: 3px;
  color: #fff;
  display: inline;
  font-size: 1.2rem;
  margin-right: 1rem;
  padding: 2px 7px 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.form-contact__btn {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}

.form-contact__btn input[type=submit] {
  background-color: #0086d1;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  padding: 20px 25px;
  width: 250px;
}

.form-contact__btn input[type=submit]:hover {
  opacity: 0.8;
}

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

  .form-contact input,
  .form-contact textarea {
    box-sizing: border-box;
    width: 100%;
  }

  .checkbox-inquiry .wpcf7-list-item {
    display: block;
  }

  .form-contact input[type=checkbox] {
    float: left;
    margin-right: 10px;
    width: auto;
  }

  .wpcf7-checkbox>.wpcf7-list-item {
    display: block;
    margin-left: 0;
  }

  .wpcf7-list-item label {
    display: block;
    line-height: 1.7;
    overflow: hidden;
  }

  .wpcf7-checkbox {
    display: block;
    margin-top: 20px;
  }
}

.case__message {
  text-align: center;
  font-size: 2rem;
  padding: 2em 0;
}

@media screen and (min-width: 600px) {
  .case__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 24px;
  }
}

.case__media {
  margin-bottom: 10px;
}

.case__media img {
  object-fit: cover;
  width: 100%;
  height: 280ox;
}

@media screen and (min-width: 600px) {
  .case__media img {
    height: 350px;
  }
}

.case__date {
  font-size: 1.4rem;
  display: block;
  margin-bottom: -0.3em;
}

.case__cell-title {
  font-size: 1.6rem;
}

/* -----------------------------------
お問い合わせバナー
------------------------------------*/
.bnr-contact {
  position: fixed;
  bottom: 30px;
  right: 20px;
  transform: translateY(-50%);
  width: 150px;
}

.bnr-contact img {
  border: 2px solid #fff;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.index {
  /* -----------------------------------
  お知らせ
  -------------------------------------*/
  /* -----------------------------------
  製品情報
  -------------------------------------*/
  /* -----------------------------------
  特徴と強み
  -------------------------------------*/
  /* -----------------------------------
  施工事例
  -------------------------------------*/
  /* -----------------------------------
  バナー　地域のこと
  -------------------------------------*/
  /* -----------------------------------
  環境への取り組みについて
  -------------------------------------*/
  /* -----------------------------------
  求人情報
  -------------------------------------*/
}

.index-mv {
  position: relative;
}

@media screen and (min-width: 600px) {
  .index-mv {
    margin-bottom: 40px;
  }
}

.index-mv__video {
  position: relative;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  .index-mv__video {
    max-height: 600px;
  }
}

.index-mv__title {
  color: #fff;
  text-align: center;
  font-size: 6vw;
  margin-bottom: 1em;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 100;
}

@media screen and (min-width: 600px) {
  .index-mv__title {
    font-size: 5rem;
    margin-bottom: 0.5em;
    top: 35%;
  }
}

.index-mv__title-sub {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  top: 65%;
}

.index-news {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .index-news {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 600px) {
  .index-news__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}

.index-news__block {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .index-news__block {
    flex: 48%;
    margin-bottom: 20px;
  }

  .index-news__block:first-child {
    margin-right: 4%;
  }
}

.index-news__title {
  font-size: 2rem;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000;
}

.index-news__archive-link {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: -25px;
  padding-right: 0.2em;
  color: rgb(143, 143, 143);
  font-weight: normal;
}

.index-news__list li {
  text-indent: -5.8em;
  padding-left: 5.8em;
}

.index-news__list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.index-news__date {
  font-size: 1.3rem;
  max-width: 6em;
  padding: 0.2em 0.5em;
  background-color: #003ad6;
  color: #fff;
  border-radius: 2px;
  margin-right: 0.5em;
}

.index-news__new {
  font-size: 1.1rem;
  padding: 0.2em 0.4em;
  background-color: #ff6b35;
  color: #fff;
  border-radius: 2px;
  margin-left: 0.5em;
  font-weight: bold;
}

.index-news__banner {
  margin-top: 20px;
}

.index-news__banner img {
  object-fit: cover;
  width: 100%;
  height: 80px;
}

@media screen and (min-width: 600px) {
  .index-news__banner img {
    height: 120px;
  }
}

.index-products {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .index-products {
    margin-bottom: 100px;
  }
}

.index-products__title-wrap {
  background-color: #0019a0;
  height: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .index-products__title-wrap {
    margin-bottom: 50px;
  }
}

.index-products__title-inner {
  width: 92%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .index-products__title-inner {
    width: 1120px;
    margin: auto;
  }
}

.index-products__title {
  width: 150px;
  text-align: center;
  padding: 0 0 0.5em;
  background-color: #fff;
  font-size: 2rem;
}

.index-products__title-sub {
  display: block;
  width: 140px;
  margin-top: -15px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .index-products__title-sub {
    color: #bbb;
  }
}

@media screen and (min-width: 600px) {
  .index-products__category-wrap {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px 16px;
  }
}

.index-products__category {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-bottom: 3px solid #fff;
  margin-bottom: 16px;
  transition: all 0.5s;
}

.index-products__category:hover {
  opacity: 0.6;
}

.index-products__category a {
  color: #fff;
}

.index-products__category p {
  margin-bottom: 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 600px) {
  .index-products__category p {
    font-size: 1.7rem;
  }
}

.index-products__category--cat01 {
  background-image: url(../img/category/category_01.jpg);
}

.index-products__category--cat02 {
  background-image: url(../img/category/category_02.jpg);
}

.index-products__category--cat03 {
  background-image: url(../img/category/category_03.jpg);
}

.index-products__category--cat04 {
  background-image: url(../img/category/category_04.jpg);
}

.index-products__category--cat05 {
  background-image: url(../img/category/category_05.jpg);
}

.index-products__category--cat06 {
  background-image: url(../img/category/category_06jpg);
}

.index-products__category--cat07 {
  background-image: url(../img/category/category_07.jpg);
}

.index-products__category--cat08 {
  background-image: url(../img/category/category_08.jpg);
}

.index-products__category-title {
  text-align: center;
}

.index-products__category-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background-image: url(../img/top/Icon_category.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 20px auto;
}

.index-strong {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .index-strong {
    margin-bottom: 100px;
  }
}

.index-strong__title-wrap {
  background-color: #0019a0;
  height: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .index-strong__title-wrap {
    margin-bottom: 50px;
  }
}

.index-strong__title-inner {
  width: 92%;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .index-strong__title-inner {
    width: 1120px;
    margin: auto;
  }
}

.index-strong__title {
  width: 150px;
  text-align: center;
  padding: 0 0 0.5em;
  background-color: #fff;
  font-size: 2rem;
}

.index-strong__title-sub {
  display: block;
  width: 140px;
  margin-top: -15px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .index-strong__title-sub {
    color: #bbb;
  }
}

@media screen and (min-width: 600px) {
  .index-strong__container {
    position: relative;
    height: 570px;
  }

  .index-strong__container::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 100px;
    background-image: url(../img/top/strong_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}

.index-strong__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-cells: strech;
}

@media screen and (min-width: 600px) {
  .index-strong__inner {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.index-strong__block {
  position: relative;
  border: 1px solid #bbb;
  padding: 32px;
}

@media screen and (min-width: 600px) {
  .index-strong__block {
    flex: 32%;
    border-color: #fff;
    border-bottom: 1px solid #bbb;
  }

  .index-strong__block:nth-child(2n) {
    margin: 0 2%;
  }
}

.index-strong__block:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .index-strong__block:not(:last-child) {
    margin-bottom: 0;
  }
}

.index-strong__block::after {
  content: "";
  width: 100%;
  height: 100%;
  border: #0019a0 1px solid;
  position: absolute;
  top: 7px;
  left: 7px;
}

@media screen and (min-width: 600px) {
  .index-strong__block::after {
    border-color: #fff;
  }
}

@media screen and (min-width: 600px) {
  .index-strong__block__title {
    width: 100%;
  }
}

.index-strong__media {
  margin-bottom: 16px;
}

.index-strong__media img {
  margin: auto;
}

.index-case {
  margin-bottom: 50px;
}

.index-case__title-wrap {
  background-color: #0019a0;
  height: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .index-case__title-wrap {
    margin-bottom: 50px;
  }
}

.index-case__title-inner {
  width: 92%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .index-case__title-inner {
    width: 1120px;
    margin: auto;
  }
}

.index-case__title {
  width: 150px;
  text-align: center;
  padding: 0 0 0.5em;
  background-color: #fff;
  font-size: 2rem;
}

.index-case__title-sub {
  display: block;
  width: 140px;
  margin-top: -15px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .index-case__title-sub {
    color: #bbb;
  }
}

.index-case__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (min-width: 600px) {
  .index-case__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.index-case__date {
  font-size: 1.4rem;
  display: block;
  margin-bottom: -0.3em;
}

.index-case__cell-title {
  font-size: 1.8rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 2px dotted #bbb;
}

.index-case__more {
  display: block;
  background-color: #000;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  width: 300px;
  padding: 15px 0;
  margin: 40px auto 20px;
}

.index-banner__local {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .index-banner__local {
    width: 1120px;
    margin: auto;
    margin-bottom: 100px;
  }
}

.index-eco {
  background-image: url(../img/top/eco_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 5px;
  padding: 35px 0;
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .index-eco {
    margin-bottom: 100px;
    padding: 100px;
  }
}

.index-eco__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.index-eco__inner {
  background-color: rgba(255, 255, 255, 0.7);
  width: 92%;
  margin: auto;
  padding: 25px 4%;
}

@media screen and (min-width: 600px) {
  .index-eco__inner {
    width: 980px;
    padding: 75px 75px;
    line-height: 2;
  }
}

.index-eco__btn {
  text-align: center;
  background-color: hsla(157, 57%, 75%, 0.9);
  padding: 1em;
  border-radius: 100px;
  display: block;
  width: 300px;
  margin: -25px auto auto auto;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  transition: all 0.5s;
}

.index-eco__btn:hover {
  background-color: hsl(157, 57%, 75%);
}

.index-recruit {
  /* -----------------------------------
  採用--バナーエリア
  -------------------------------------*/
}

.index-recruit__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-cells: strech;
}

@media screen and (min-width: 600px) {
  .index-recruit__container {
    margin-bottom: 50px;
  }
}

.index-recruit__media {
  order: 2;
}

@media screen and (min-width: 600px) {
  .index-recruit__media {
    flex: 1;
    order: 1;
  }
}

.index-recruit__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.index-recruit__content {
  background-image: url(../img/top/recruit_bg.png);
  background-color: #fff;
  padding: 25px;
  order: 1;
  position: relative;
}

@media screen and (min-width: 600px) {
  .index-recruit__content {
    order: 2;
    flex: 1;
    padding: 50px;
  }

  .index-recruit__content__inner {
    padding: 30px;
    background-color: #fff;
  }
}

.index-recruit__title {
  margin-bottom: 1em;
}

.index-recruit__subtitle {
  font-size: 1.3rem;
  display: block;
}

.index-recruit__btn {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 1.5rem;
  padding-top: 20px;
  background-color: #0019a0;
  color: #fff;
  border-radius: 150px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 30px;
  line-height: 1.4;
  transition: all 0.3s;
}

.index-recruit__btn:hover {
  background-color: #fff;
  color: #0019a0;
  border: 1px solid #0019a0;
  filter: drop-shadow(2px 2px 1px #bbb);
}

.index-recruit__banner {
  width: 92%;
  margin: 30px auto;
}

@media screen and (min-width: 600px) {
  .index-recruit__banner {
    width: 1280px;
  }
}

.index-recruit__banner__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px 24px;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.about-catch__media img {
  width: 92%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .about-catch__media img {
    width: 1120px;
  }
}

.about-catch__title {
  font-size: 5.5vw;
  text-align: center;
  padding: 2em 0;
  font-weight: normal;
  position: relative;
}

@media screen and (min-width: 600px) {
  .about-catch__title {
    font-size: 3rem;
    padding: 80px;
  }
}

.about-info {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .about-info {
    margin-bottom: 70px;
  }
}

.about-info__table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

@media screen and (min-width: 600px) {
  .about-info__table {
    width: 960px;
  }
}

.about-info__table tr {
  display: block;
}

@media screen and (min-width: 600px) {
  .about-info__table tr {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
}

.about-info__table th {
  display: block;
  width: 100%;
  padding: 0.5em;
  text-align: left;
  background-color: #eee;
}

@media screen and (min-width: 600px) {
  .about-info__table th {
    display: table-cell;
    width: 300px;
    padding-left: 1em;
  }
}

.about-info__table td {
  display: block;
  width: 100%;
  padding: 1em 0.5em;
}

@media screen and (min-width: 600px) {
  .about-info__table td {
    display: table-cell;
    width: 70%;
    padding-left: 2em;
  }
}

.about-info__license {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .about-info__license {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-cells: strech;
  }
}

@media screen and (min-width: 600px) {
  .about-info__license__media {
    flex: 1;
  }

  .about-info__license__media:nth-child(2) {
    margin: 0 20px;
  }

  .about-info__license__media img {
    object-fit: contain;
    width: 100%;
    height: 450px;
    border: 1px solid #bbb;
  }
}

@media screen and (min-width: 600px) {
  .about-plant__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}

@media screen and (min-width: 600px) {
  .about-plant__item {
    flex-basis: 49%;
  }

  .about-plant__item:nth-child(odd) {
    margin-right: 2%;
  }
}

.about-plant__item:not(:last-child) {
  margin-bottom: 20px;
}

.about-plant__title {
  padding-left: 0.5em;
  border-left: 5px solid #0019a0;
  font-size: 2rem;
  margin-bottom: 10px;
}

.about-plant__media {
  margin-bottom: 10px;
}

.about-plant__text {
  line-height: 1.5;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.history {
  /* -----------------------------------
  画像ギャラリー（Grid）
  ------------------------------------*/
}

.history__inner {
  position: relative;
  min-height: 650px;
}

@media screen and (min-width: 600px) {
  .history__inner {
    height: 850px;
  }
}

.history__media {
  background-image: url(../img/history/main_photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 600px) {
  .history__media {
    height: 650px;
  }
}

.history__content {
  width: 94%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}

@media screen and (min-width: 600px) {
  .history__content {
    width: 900px;
    margin: auto;
    padding: 40px 80px 20px;
    top: 350px;
    border-bottom: 1px solid rgb(215, 215, 215);
  }
}

.history__title {
  font-size: min(5.5vw, 2.4rem);
  margin-bottom: 30px;
}

.history__list li {
  margin-bottom: 3em;
  position: relative;
}

@media screen and (min-width: 600px) {
  .history__list li {
    font-size: 1.6rem;
  }
}

.history__list li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/history/list_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 30%;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .history__list li::before {
    width: 20%;
    height: 20px;
    margin-right: 20px;
  }
}

.history__year {
  display: block;
  position: absolute;
  top: 25px;
  font-size: 1.4rem;
  color: rgb(187, 187, 187);
}

.history-gallery {
  margin-bottom: 40px;
}

.history-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media screen and (min-width: 600px) {
  .history-gallery__grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
@media screen and (min-width: 600px) {
  .greet-boss__inner {
    margin: 80px auto;
  }
}

.greet-boss__media {
  margin-bottom: 10px;
}

.greet-boss__message {
  line-height: 2;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.sdgs {
  /* -----------------------------------
  sdgsについて
  -------------------------------------*/
  /* -----------------------------------
  17の目標について
  -------------------------------------*/
  /* -----------------------------------
  SDGs宣言
  ------------------------------------*/
  /* -----------------------------------
  挑戦すること3つ
  ------------------------------------*/
}

.sdgs-icatch {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .sdgs-icatch {
    padding: 80px 125px;
  }
}

.sdgs-icatch img {
  margin: auto;
}

.sdgs-about {
  background-color: #001589;
  padding: 50px 0 30px;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .sdgs-about {
    margin-bottom: 50px;
    padding: 100px 0 150px;
  }
}

.sdgs-about__title {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-weight: 6vw;
}

@media screen and (min-width: 600px) {
  .sdgs-about__title {
    font-size: 4rem;
    text-align: center;
  }
}

.sdgs-about__text {
  font-weight: bold;
  line-height: 2.5;
  font-size: 4.8vw;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .sdgs-about__text {
    font-size: 2.4rem;
  }
}

.sdgs-about__text br {
  display: none;
}

@media screen and (min-width: 600px) {
  .sdgs-about__text br {
    display: inline;
  }
}

@media screen and (min-width: 600px) {
  .sdgs-about__text {
    text-align: center;
  }
}

.sdgs-about__deco {
  display: block;
  font-size: 14.5vw;
  letter-spacing: 0.1em;
  color: #001589;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: -50px;
}

@media screen and (min-width: 600px) {
  .sdgs-about__deco {
    font-size: 15rem;
    margin-bottom: -105px;
  }
}

.sdgs-objective {
  padding: 50px 0 30px;
  color: #001589;
}

@media screen and (min-width: 600px) {
  .sdgs-objective {
    padding: 100px 0;
  }
}

.sdgs-objective__title {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-weight: 6vw;
}

@media screen and (min-width: 600px) {
  .sdgs-objective__title {
    font-size: 4rem;
    text-align: center;
  }
}

.sdgs-objective__text {
  font-weight: bold;
  line-height: 2.5;
  font-size: 4.8vw;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .sdgs-objective__text {
    font-size: 2.4rem;
  }
}

.sdgs-objective__text br {
  display: none;
}

@media screen and (min-width: 600px) {
  .sdgs-objective__text br {
    display: inline;
  }
}

@media screen and (min-width: 600px) {
  .sdgs-objective__text {
    text-align: center;
  }
}

.sdgs-objective__deco {
  display: block;
  font-size: 15vw;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-text-stroke: 1px #001589;
  text-stroke: 1px #001589;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .sdgs-objective__deco {
    font-size: 15rem;
  }
}

.sdgs-declaration {
  background-image: url(../img/sdgs/declaration_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .sdgs-declaration {
    margin-bottom: 50px;
  }
}

.sdgs-declaration__container {
  padding: 65px 15px;
}

@media screen and (min-width: 600px) {
  .sdgs-declaration__container {
    padding: 100px;
  }
}

.sdgs-declaration__inner {
  border: 1px solid #fff;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media screen and (min-width: 600px) {
  .sdgs-declaration__inner {
    padding: 50px 50px;
  }
}

.sdgs-declaration__title {
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: min(5.5vw, 3rem);
}

@media screen and (min-width: 600px) {
  .sdgs-declaration__title {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.sdgs-declaration__text {
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .sdgs-declaration__text {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .sdgs-challenge__block-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
    margin-bottom: 80px;
  }
}

.sdgs-challenge__block {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .sdgs-challenge__block {
    flex: 1;
  }

  .sdgs-challenge__block:nth-child(even) {
    margin: 0 32px;
    border-left: 1px solid rgb(225, 225, 225);
    border-right: 1px solid rgb(225, 225, 225);
    padding: 0 32px;
  }
}

@media screen and (min-width: 600px) {
  .sdgs-challenge__text {
    margin-bottom: 0;
  }
}

.sdgs-challenge__media {
  margin-bottom: 10px;
}

.sdgs-challenge__example {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-cells: strech;
}

.sdgs-challenge__example__item {
  flex-basis: 49%;
}

@media screen and (min-width: 600px) {
  .sdgs-challenge__example__item {
    flex-basis: 32%;
  }
}

@media screen and (max-width: 480px) {
  .sdgs-challenge__example__item:nth-child(odd) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 600px) {
  .sdgs-challenge__example__item:nth-child(3n-1) {
    margin: auto 2% 2%;
  }
}

.sdgs-challenge__example__item img {
  width: 100%;
}

.sdgs-challenge__example__media {
  margin: 40px auto;
}

.sdgs-challenge__example__media img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.sdgs-challenge__message {
  border: 1px solid #001589;
  padding: 1em;
}

@media screen and (min-width: 600px) {
  .sdgs-challenge__message {
    border: none;
    padding: 20px 0;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
  }
}

.sdgs-challenge__btn {
  display: block;
  text-align: center;
  background-color: #001589;
  color: #fff;
  width: 300px;
  padding: 1em 0;
  border-radius: 150px;
  margin: auto auto 30px;
}

.sdgs-challenge__mark {
  background-image: url(../img/sdgs/eco_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.example-icatch {
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) {
  .example-icatch {
    padding: 80px 125px;
  }
}

.example-icatch img {
  margin: auto;
}

@media screen and (min-width: 600px) {
  .example-block {
    position: relative;
    width: 1400px;
    margin: auto;
  }
}

.example-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .example-block::before {
    height: 180px;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 30px;
  }
}

.example-block:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .example-block:not(:last-child) {
    margin-bottom: 120px;
  }
}

.example-block--no09::before {
  background-image: url(../img/eco-example/sdg_icon_09.png);
}

.example-block--no11::before {
  background-image: url(../img/eco-example/sdg_icon_11.png);
}

.example-block--no12::before {
  background-image: url(../img/eco-example/sdg_icon_12.png);
}

.example-block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  grid-auto-flow: row;
}

@media screen and (min-width: 600px) {
  .example-block__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.example-block__item {
  position: relative;
}

.example-block__item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.6);
  /* マスクは半透明 */
  transition: all 0.2s ease;
}

.example-block__item .mask:hover {
  opacity: 1;
}

.example-block__item .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
@media screen and (min-width: 600px) {
  .ideal__inner {
    margin: 80px auto;
  }
}

.ideal__catch {
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}

.ideal__catch::before {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto auto 40px;
  background-image: url(../img/ideal/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

@media screen and (min-width: 600px) {
  .ideal__catch {
    font-size: min(5.5vw, 3rem);
    margin-bottom: 30px;
  }
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.category {
  /* -----------------------------------
  カテゴリー　ブロック
  ------------------------------------*/
}

.category-catch {
  text-align: center;
}

.category-catch__title {
  margin-bottom: 20px;
}

.category-catch p {
  margin-bottom: 60px;
}

.category-block-wrap {
  margin-bottom: 20px;
}

.category-block {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .category-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 600px) {
  .category-block__inline {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
    margin-bottom: 30px;
  }
}

.category-block__title-wrap {
  background-color: #001589;
  padding: 30px;
  margin-bottom: 20px;
}

.category-block__title {
  text-align: center;
  font-size: min(5.5vw, 2.4rem);
  color: #fff;
}

.category-block__text {
  color: #fff;
}

@media screen and (min-width: 600px) {
  .category-block .grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}

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

  .category-block__item,
  .category-block .js-openList {
    flex-basis: 32%;
  }
}

.category-block__item a,
.category-block .js-openList a {
  text-align: center;
  border: 2px solid #0019a0;
  padding: 30px 40px;
  color: #0019a0;
  transition: all 0.5s;
  display: block;
  width: 100%;
}

.category-block__item a:hover,
.category-block .js-openList a:hover {
  background-color: #0019a0;
  color: #fff;
}

.category-block__item:not(last-child),
.category-block .js-openList:not(last-child) {
  margin-bottom: 10px;
}

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

  .category-block__item:not(last-child),
  .category-block .js-openList:not(last-child) {
    margin-bottom: 20px;
  }
}

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

  .category-block__item:nth-child(3n-1),
  .category-block .js-openList:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}

.category-block .js-openList {
  opacity: 1;
  display: block;
  padding: 10px 10px 10px 15px;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 600px) {
  .category-block .js-openList {
    display: none;
  }
}

.category-block .js-openList::after {
  content: "+";
  color: #0019a0;
  font-size: 2.3rem;
  display: block;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.category-block .js-item_print {
  opacity: 1;
  display: block;
}

.category-block .js-changeIcon::after {
  content: "×";
}

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  margin: 0 auto;
}

.accordion-area .accordion-list {
  margin: 10px 0;
  width: 100%;
}

.accordion-area section {
  border: 1px solid #ccc;
  width: 100%;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 20px 10px 0 40px;
  transition: all 0.5s ease;
}

@media screen and (min-width: 600px) {
  .title {
    padding: 3%;
  }
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.title::before {
  top: 30px;
  left: 15px;
  transform: rotate(0deg);
}

@media screen and (min-width: 600px) {
  .title::before {
    top: 48%;
    left: 15px;
  }
}

.title::after {
  top: 30px;
  left: 15px;
  transform: rotate(90deg);
}

@media screen and (min-width: 600px) {
  .title::after {
    top: 48%;
    left: 15px;
  }
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.product-content {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .product-content {
    margin-bottom: 120px;
  }
}

.product-content__title {
  text-align: center;
  margin-bottom: 20px;
}

.product-content__media {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-cells: strech;
}

.product-content__media__item:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .product-content__media__item {
    flex-basis: 49%;
  }
}

.product-content__media__item img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.product-content__text {
  margin: 20px auto;
  padding: 16px;
  border: 1px solid #d8d8d8;
  font-size: min(3.7vw, 1.6rem);
}

@media screen and (min-width: 600px) {
  .product-content__text {
    padding: 30px;
    line-height: 2;
    margin: 30px auto 40px;
  }
}

.product-content__text p:last-child {
  margin-bottom: 0;
}

.product-content__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  grid-auto-flow: row;
}

@media screen and (min-width: 600px) {
  .product-content__gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

.product-content__gallery__item {
  transition: all 0.5s;
  border: 1px solid #d8d8d8;
}

.product-content__gallery__item:hover {
  opacity: 0.6;
}

.product-content__gallery__item img {
  object-fit: cover;
  width: 100%;
  height: 120px;
}

@media screen and (min-width: 600px) {
  .product-content__gallery__item img {
    height: 200px;
  }
}

.product-content__dl {
  margin-top: 30px;
}

.product-content__dl a {
  text-align: center;
  color: #ce1c1c;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 18px 30px;
  border: 1px solid #ce1c1c;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: block;
  width: 500px;
  margin: 0 auto 40px;
}

.product-content__dl a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ce1c1c;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.product-content__dl a:hover {
  color: #fff;
}

.product-content__dl a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.recruit__content__title {
  text-align: center;
  margin-bottom: 20px;
}

.recruit__pr {
  margin-bottom: 20px;
}

.recruit__table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

@media screen and (min-width: 600px) {
  .recruit__table {
    width: 960px;
  }
}

.recruit__table tr {
  display: block;
}

@media screen and (min-width: 600px) {
  .recruit__table tr {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
}

.recruit__table th {
  display: block;
  width: 100%;
  padding: 0.5em;
  text-align: left;
  background-color: #eee;
}

@media screen and (min-width: 600px) {
  .recruit__table th {
    display: table-cell;
    width: 250px;
    padding-left: 1em;
    text-align: center;
  }
}

.recruit__table td {
  display: block;
  width: 100%;
  padding: 1em 0.5em;
}

@media screen and (min-width: 600px) {
  .recruit__table td {
    width: 80%;
    display: table-cell;
    padding-left: 2em;
  }
}

.transport__top {
  margin-bottom: 100px;
}

.transport__top img {
  margin: 70px auto 20px;
}

.transport-info {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .transport-info {
    margin-bottom: 70px;
  }
}

.transport-info__table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

@media screen and (min-width: 600px) {
  .transport-info__table {
    width: 960px;
  }
}

.transport-info__table tr {
  display: block;
}

@media screen and (min-width: 600px) {
  .transport-info__table tr {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
}

.transport-info__table th {
  display: block;
  width: 100%;
  padding: 0.5em;
  text-align: left;
  background-color: #eee;
}

@media screen and (min-width: 600px) {
  .transport-info__table th {
    display: table-cell;
    width: 300px;
    padding-left: 1em;
  }
}

.transport-info__table td {
  display: block;
  width: 100%;
  padding: 1em 0.5em;
}

@media screen and (min-width: 600px) {
  .transport-info__table td {
    display: table-cell;
    width: 70%;
    padding-left: 2em;
  }
}

@media screen and (min-width: 600px) {
  .transport-plant__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
  }
}

@media screen and (min-width: 600px) {
  .transport-plant__item {
    flex-basis: 49%;
  }

  .transport-plant__item:nth-child(odd) {
    margin-right: 2%;
  }
}

.transport-plant__item:not(:last-child) {
  margin-bottom: 20px;
}

.transport-plant__title {
  padding-left: 0.5em;
  border-left: 5px solid #008751;
  font-size: 2rem;
  margin-bottom: 10px;
}

.transport-plant__media {
  margin-bottom: 10px;
}

.transport-plant__text {
  line-height: 1.5;
}

.post__inner {
  padding: 20px;
}

@media screen and (min-width: 600px) {
  .post__inner {
    padding: 40px 100px;
  }
}

.post__title {
  margin-bottom: 30px;
  font-size: 2rem;
}

@media screen and (min-width: 600px) {
  .post__title {
    text-align: center;
  }
}

.post__content {
  line-height: 1.75;
}

/* -----------------------------------
共通-*/
/* 共通　ここまで
-------------------------------------*/
.taxonomy {
  /* -----------------------------------
  カテゴリー　ブロック
  ------------------------------------*/
}

.taxonomy-catch {
  text-align: center;
}

.taxonomy-catch__title {
  margin-bottom: 20px;
}

.taxonomy-catch p {
  margin-bottom: 60px;
}

.taxonomy-block-wrap {
  margin-bottom: 20px;
}

.taxonomy-block {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .taxonomy-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-cells: strech;
    margin-bottom: 80px;
  }
}

.taxonomy-block__title-wrap {
  background-color: #001589;
  padding: 30px;
  margin-bottom: 20px;
}

.taxonomy-block__title {
  text-align: center;
  font-size: min(5.5vw, 2.4rem);
  color: #fff;
}

.taxonomy-block__text {
  color: #fff;
}

.taxonomy-block__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 24px 24px;
}

.taxonomy-block__item {
  flex-basis: 32%;
}

.taxonomy-block__item a {
  text-align: center;
  border: 2px solid #0019a0;
  padding: 30px 40px;
  color: #0019a0;
  transition: all 0.5s;
  display: block;
  width: 100%;
}

.taxonomy-block__item a:hover {
  background-color: #0019a0;
  color: #fff;
}

.taxonomy-block__item:not(last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .taxonomy-block__item:not(last-child) {
    margin-bottom: 20px;
  }
}

.taxonomy-block__item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}

.page-contact .page-title {
  text-align: center;
  font-size: 2.4rem;
  padding: 20px 0;
}

/*# sourceMappingURL=styles.css.map */

/* =========================================
   右上固定バナー（最小構成）
   ========================================= */

/* バナー全体の位置設定 */
.bnr-contact {

    /* スクロールしても画面に固定 */
    position: fixed;

    /* 上から20px */
    top: 440px;

    /* 右から20px */
    right: 5px;

    /* 他の要素より前面に表示 */
    z-index: 9999;
}
}

/* バナー画像サイズ（PC） */
.bnr-contact img {
    width: 180px;
    height: auto;
}


/* =========================================
   スマホ用設定
   768px以下の画面で適用
   ========================================= */

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

    .bnr-contact {

        /* スマホでの上からの距離 */
        top: 620px;

        /* スマホでの右からの距離 */
        right: -30px;
    }

    .bnr-contact img {

        /* スマホでのバナー幅 */
        width: 120px;

        height: auto;
    }
}