@charset "UTF-8";
/* 変数ファイルインポート */

@media only screen and (min-width: 980px) and (max-width: 1480px) {
  html {
    transition: transform 0.3s;
    transform: scale(0.675);
    transform-origin: left top;
    height: calc(100% / 0.675);
    width: calc(100% / 0.675);
  }
}

@media only screen and (min-width: 700px) and (max-width: 981px) {
  html {
    transition: transform 0.3s;
    transform: scale(0.5);
    transform-origin: left top;
    height: calc(100% / 0.5);
    width: calc(100% / 0.5);
  }
}

html th {
  font-weight: normal;
}

li {
  list-style: none;
}

.brand {
  width: 70%;
}

.sp_br {
  display: none;
}

section {
  overflow: hidden;
}

#navArea {
  display: none;
}

h3 {
  font-family: "Noto Serif JP";
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 600;
  letter-spacing: 2px;
}

.site-header {
  padding: 80px;
  max-width: 100%;
  height: 172px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle_btn,
#mask {
  display: none;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.nav__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

header .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: color 0.15s;
}

a:hover {
  color: #5e5e5e;
}

header .dropDown {
  position: absolute;
  font-size: 16px;
  width: 240px;
  bottom: -14px;
  left: -130%;
  right: auto;
  display: none;
  padding: 14px 0;
  background-color: #a0a0a0;
  transform: translate(0, 100%);
  border-radius: 5px;
  border: solid 3px #a0a0a0;
}

.dropDown a {
  color: #fff;
}

header .dropDown ul li {
  border-right: solid 2px #fff;
}

header .dropDown ul li:last-child {
  border-right: none;
}

.dropDown a:hover {
  color: #5e5e5e;
}

header .dropDown__item:before {
  /* 大きい三角形 : 枠線見合い１  */
  content: "";
  position: absolute;
  top: -30px; /* 三角形の高さ×２とする(もとの矩形の高さ) */
  left: 50%; /* 三角の位置 50%は真ん中 */
  /* 以下 ３行のpx値が三角形の大きさ */
  margin-left: -15px;
  border: 15px solid transparent; /* 三角にしたい矩形の上辺、左辺、右辺は透明 */
  border-bottom: 15px solid #a0a0a0; /* 三角にしたい矩形の下辺 三角の枠線の色 */
  z-index: 100;
}

footer .link {
  position: relative;
  align-items: center;
  transition: color 0.15s;
}

footer .dropDown {
  position: absolute;
  font-size: 12px;
  width: 100px;
  bottom: 0px;
  display: none;
  padding: 14px 0;
  transform: translate(0, 100%);
}

footer .dropDown li {
  padding: 14px 0;
  border-top: solid 2px #a0a0a0;
  border-bottom: solid 2px #a0a0a0;
}

footer .dropDown li:last-child {
  border-top: none;
}

footer .dropDown__link {
  transition: color 0.15s;
}

.link:hover > .dropDown,
.link:focus > .dropDown {
  display: block;
}

header .dropDown__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

header .dropDown__link {
  padding: 0px 20px;
  transition: color 0.15s;
}

#top {
  background-image: url("../img/top-back.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.top-pad,
#news {
  padding: 0 30px;
}

.intro {
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 400px auto 0;
  align-items: center;
}

.catch {
  font-family: "Barlow Condensed";
  font-size: 170px;
  font-weight: 600;
  text-align: center;
  color: #212121;
  padding-top: 260px;
}

.intro h2 {
  margin: 150px 0 35px;
  font-family: "Noto Serif JP";
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 5.5px;
  text-align: left;
  color: #000;
}

.intro-t {
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1px;
  color: #000;
}

.info {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  margin: 190px auto 0;
}

.info-e {
  margin: 0 92px 3px 0;
  font-family: Barlow;
  font-size: 38px;
  font-weight: 600;
  color: #797979;
}

.info-j {
  margin: 10px 0;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}

.bt {
  margin: 34px 0 0;
}

.bt a {
  width: 188px;
  height: 45px;
  padding: 10px 20px;
  border: solid 3px #727272;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  color: #727272;
  border-radius: 8px;
  background-color: #fff;
}

.bt a::after {
  content: url("../img/arrow.svg") / "矢印";
  vertical-align: text-top;
  margin-left: 14px;
}

.bt a:hover {
  color: #fff;
  background: #727272;
  transition: 0.2s;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
  width: 100%;
}

.news-list h3 {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #555;
}

.news_archive .item-archive {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 8px 0px 24px 10px;
}

.item-archive li:nth-child(even) {
  background-color: #f4f7f8;
}

.news_archive .item-archive:first-child {
  border-top: 1px solid #ccc;
}

.news_archive .item-archive .date {
  margin: 0;
  padding: 0 60px 0 0;
}

.news_archive .item-archive .title {
  margin: 0;
}

.news_archive .item-archive a:hover .title {
  opacity: 0.5;
}

.news_archive .archive_date {
  font-size: 18px;
  line-height: 3;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 34px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #ccc;
}

.news-list .item .date {
  margin: 0;
  padding: 0 60px 0 0;
}

.news-list .item .title {
  margin: 0;
}

.news-list .item a:hover .title {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
  .news-list .item .title {
    margin-top: 10px;
  }
}

.casting-top {
  background-image: url("../img/top-back02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.materials-top {
  background-image: url("../img/top-back03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.casting-hover,
.materials-hover {
  max-width: 1280px;
  text-align: center;
  margin-top: 245px;
  position: relative;
}

#cont .bt {
  width: 250px;
  height: 60px;
  padding: 8px 20px 6px;
  border: solid 3px #727272;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #727272;
  border-radius: 8px;
  background-color: #fff;
  opacity: 0.8;
  margin-top: 30px;
}

#cont .bt::after {
  content: url("../img/arrow-cot.svg") / "矢印";
  vertical-align: text-top;
  margin-left: 19px;
}

.casting-hover {
  background-image: url("../img/top-casting-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.materials-hover {
  background-image: url("../img/top-materials-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 326px 0 0 auto;
}

.cont-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cont h3 {
  color: #fff;
}

.cont-hover:hover {
  opacity: 0;
  transition: 0.2s;
}

#map {
  background-color: #222739;
  margin-top: 200px;
  padding: 240px 0 210px;
}

.map-flex {
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 55px;
  margin: 0 auto;
}

#map h3 {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #fff;
}

.h {
  color: #8cb809;
}

.m {
  color: #2a7ccf;
}

.s {
  color: #4fd0db;
}

.honsha,
.mie {
  max-width: 100%;
}

.honsha img,
.mie img {
  margin: 12px 0 17px;
  width: 100%;
}

#map p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 52px;
}

.kanren {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-top: 55px;
}

.kanren-t {
  width: 500px;
}

.map-s {
  margin-top: 26px;
  margin-bottom: 10px;
}

.map-s:before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../img/shield-logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.google-map {
  width: 500px;
}

footer {
  font-family: "Noto Sans JP";
  position: relative;
}

.footer-img {
  width: 100%;
}

.site-footer {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 152px;
  align-items: end;
  background-color: #222739;
  color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  padding: 80px 0;
}

.footer-text {
  max-width: 1280px;
}

footer a {
  color: #fff;
}

.brand-footer img {
  margin-bottom: 16px;
}

.address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.63;
  color: #fff;
  margin-bottom: 24px;
}

.add-tel {
  font-size: 46px;
  font-weight: 600;
  line-height: 0.54;
  color: #fff;
  margin-bottom: 24px;
}

.add-tel span {
  font-size: 30px;
  margin-right: 10px;
}

.copy_footer {
  margin-top: 58px;
  text-align: right;
}

/* 会社情報 */
.page-tittle {
  width: 100%;
  position: relative;
  margin-bottom: 160px;
}

.page-tittle img {
  width: 100%;
}

#company h2,
#casting h2,
#materials h2,
#biomass h2,
#recruit h2,
#contact h2,
#news-tittl h2 {
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5.5px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /*センター寄せの修正*/
}

#company h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "COMPANY";
}

#casting h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "CASTING";
}

#materials h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "MATERIALS";
}

#news-tittl h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "INFORMATION";
}

.greeting,
.company-info {
  max-width: 1200px;
  margin: 0 auto 160px;
}

#company h3 {
  text-align: center;
  margin-bottom: 56px;
}

.greeting {
  border-left: 50px solid #222739;
}

.greeting p {
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  padding-left: 56px;
  text-align: justify;
}

.greeting-logo {
  margin: 82px 0 18px;
  text-align: right;
}

.ceo {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #000;
  text-align: right;
}

.ceo span {
  font-size: 18px;
}

.company-info table {
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

.company-info tr {
  border-bottom: 1px solid #707070;
}

.company-info tr:first-child {
  border-top: 1px solid #707070;
}

.company-info th {
  text-align-last: justify;
  padding: 34px;
}

.company-info td {
  padding: 34px;
}

.indent {
  padding-left: 6em;
  text-indent: -6em;
}

#casting h3 {
  font-size: 40px;
  margin-bottom: 48px;
}

#casting p {
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 500;
  line-height: 2.14;
  text-align: left;
}

.core-img-sp {
  display: none;
}

.core-flex,
.casting-flex,
.product-flex {
  max-width: 1480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 240px auto 0;
  align-items: center;
}

.product-flex {
  background-color: #131126;
  margin-bottom: 240px;
}

.product-flex h3 {
  line-height: 1.78;
  letter-spacing: 5.4px;
  text-align: left;
  color: #fff;
  margin-left: 60px;
}

.small {
  font-size: 32px;
}

#materials h3,
#materials-sub h3 {
  font-size: 42px;
  letter-spacing: 2.25px;
  color: #fff;
  padding: 12px;
}

.materials-tittle {
  max-width: 1400px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #555);
  margin: 240px auto 60px;
}

.materials-cont {
  max-width: 660px;
  margin-bottom: 150px;
}

.mate-name {
  width: 660px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.mate-name h4 {
  font-size: 42px;
  margin-bottom: 6px;
}

.name-small {
  font-size: 28px;
}

.mate-name p {
  font-size: 28px;
}

.mate-text {
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
  margin-top: 45px;
  justify-content: space-between;
}

.mate-text img {
  width: 100%;
}

.materials-flex {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.mate-table {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.mate-table table {
  width: 100%;
}

.mate-table tr {
  font-size: 14px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
}

.mate-table th {
  font-weight: 600;
  padding: 10px;
  background-color: #ecf5f1;
  border-right: 1px solid #707070;
}

.mate-table td {
  padding: 10px;
  background-color: #efefef;
  border-right: 1px solid #707070;
}

.mate-table th:last-child,
.mate-table td:last-child {
  border-right: none;
}

.mate-table tr:nth-child(odd) td {
  background-color: #fff;
}

.mate-table h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6.5px;
}

#materials-sub {
  background-color: #f2f2f2;
}

#materials-sub .materials-tittle {
  margin-top: 138px;
}

#materials-sub img {
  margin-top: 84px;
}

#contact-bt p {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.76;
  text-align: center;
  margin-top: 135px;
  margin-bottom: 70px;
}

#contact-bt .bt {
  width: 340px;
  padding: 25px 0px;
  border-radius: 20px;
  background-color: #7597b1;
  color: #fff;
  margin: 0 auto 160px;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

#biomass h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "BIOMASS";
}

.biomass-text {
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 500;
  line-height: 2.14;
  text-align: center;
  margin-top: 240px;
}

.biomass-img {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 260px;
}

#recruit h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "RECRUIT";
}

#recruit h3 {
  text-align: center;
}

.recruit-bt-flex {
  max-width: 1480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 65px auto 0px;
}

.recruit-bt {
  width: 340px;
  border-radius: 40px;
  background-color: #d3d3d5;
  color: #000;
  padding: 30px 0;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

#ope,
#jimu,
#kanri,
#haiso {
  max-width: 1480px;
  margin: 0 auto 124px;
}

.recruit-tittle {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #222739);
  padding: 20px 0px 20px 27px;
  margin-bottom: 35px;
  margin-top: 100px;
  color: #fff;
}

.recruit-tittle h4 {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.75px;
  text-align: left;
}

.recruit-cont {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

#ope p,
#jimu p,
#kanri p,
#haiso p {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.recruit-cont table {
  width: 100%;
}

.recruit-cont th {
  width: 260px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #e5eaed;
}

.recruit-cont td {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

table .bold {
  font-weight: 600;
}

.recruit-cont th,
.recruit-cont td {
  padding: 57px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#contact h2::before {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 130px;
  opacity: 0.2;
  content: "CONTACT";
}

.contact_boxttl {
  width: 220px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.flex {
  max-width: 980px;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto 58px;
  align-items: center;
}

input,
textarea {
  width: 580px;
  border-radius: 10px;
  border: solid 1px #707070;
  padding: 20px;
}

select {
  padding: 10px;
}

.privacy_wrap {
  max-width: 700px;
  height: 250px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1.54;
  overflow-y: scroll;
  text-align: left;
  line-height: 1.7;
  padding: 16px;
  box-sizing: border-box;
  margin: 50px auto 10px;
  border: solid 1px #707070;
  border-radius: 10px;
}

.flex-check {
  max-width: 700px;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
}

.flex-check input {
  width: 20px;
}

.center {
  text-align: center;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 250px;
  border-radius: 20px;
  background-color: #a8a8a8;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
  margin: 60px auto 120px;
  text-align: center;
}

.red {
  color: red;
}

.news_single {
  font-family: "Noto Sans JP";
  max-width: 1200px;
  margin: 0 auto;
}

.news_archive {
  font-family: "Noto Sans JP";
  max-width: 1200px;
  margin: 0 auto;
}

.news-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 145px;
}

.container {
  width: 900px;
  font-family: "Noto Sans JP";
}

.news_tittle {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.news_single .news_tittle h3 {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.news_single .news_tittle {
  margin-bottom: 10px;
}

.date-single {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 3.33;
  text-align: left;
}

.news_content {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.89;
  text-align: left;
  margin-bottom: 124px;
}

.pager {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 2.73;
  color: #555;
}

.pager-flex {
  display: flex;
  justify-content: space-between;
}

.tag {
  min-width: 200px;
}

.wp-block-heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 2.14;
  color: #555;
}

.tag li {
  font-size: 14px;
}

.wp-block-list li,
.jaw_widget li,
.jaw_months li,
.wp-block-categories-list li {
  border-bottom: solid 1px #707070;
  padding-top: 20px;
  padding-bottom: 10px;
}

.jaw_widget .expanded {
  padding-bottom: 0;
  border-bottom: none;
}

.wp-block-list,
.jaw_widget {
  margin-bottom: 40px;
}

.jaw_widget {
  font-size: 14px;
}

.img-frame {
  position: relative;
  width: 400px;
  height: 700px;
  overflow: hidden;
}

.img-01,
.img-02,
.img-03,
.img-04,
.img-05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-01 {
  background-image: url("../img/top-img01.png");
  animation: slide-animation-01 24s infinite;
}

.img-02 {
  background-image: url("../img/top-img01.png");
  animation: slide-animation-02 24s infinite;
}

.img-03 {
  background-image: url("../img/top-img01.png");
  animation: slide-animation-03 24s infinite;
}

.img-04 {
  background-image: url("../img/top-img01.png");
  animation: slide-animation-04 24s infinite;
}

.img-05 {
  background-image: url("../img/top-img01.png");
  animation: slide-animation-05 24s infinite;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes slide-animation-04 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-05 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (min-width: 280px) and (max-width: 680px) {
  .sp_br {
    display: block;
  }

  .site-header {
    padding: 20px;
    height: 100px;
  }

  .catch {
    font-size: 40px;
    padding-top: 60px;
  }

  .intro {
    margin: 00px auto 0;
  }

  .intro h2 {
    margin: 50px 0 5px;
    font-size: 20px;
  }

  .intro-t {
    font-size: 11px;
    line-height: 2.2;
  }

  .intro img {
    width: 100%;
    margin-top: 20px;
  }

  .info {
    flex-wrap: wrap;
    margin: 40px auto 0px;
  }

  .info-t {
    margin-bottom: 60px;
  }

  .page-tittle {
    margin-bottom: 60px;
  }

  #company h2,
  #casting h2,
  #materials h2,
  #biomass h2,
  #recruit h2,
  #contact h2,
  #news-tittl h2 {
    font-size: 18px;
  }

  #company h2::before {
    font-size: 38px;
    content: "COMPANY";
  }

  #casting h2::before {
    font-size: 38px;
    content: "CASTING";
  }

  #materials h2::before {
    font-size: 38px;
    content: "MATERIALS";
  }

  #news-tittl h2::before {
    font-size: 38px;
    content: "INFORMATION";
  }

  #biomass h2::before {
    font-size: 38px;
    content: "BIOMASS";
  }

  #recruit h2::before {
    font-size: 38px;
    content: "RECRUIT";
  }

  #contact h2::before {
    font-size: 38px;
    content: "CONTACT";
  }

  #ope,
  #jimu,
  #kanri,
  #haiso {
    padding: 0 20px;
    margin: 0 auto;
  }

  #ope p,
  #jimu p,
  #kanri p,
  #haiso p {
    font-size: 12px;
  }

  .recruit-cont {
    margin: 10px auto 0px;
  }

  .recruit-cont th {
    width: auto;
  }

  #company table,
  #company thead,
  #company tbody,
  #company th,
  #company td,
  #company tr {
    display: block;
  }

  #recruit table,
  #recruit thead,
  #recruit tbody,
  #recruit th,
  #recruit td,
  #recruit tr {
    display: block;
  }

  .recruit-cont th,
  .recruit-cont td {
    padding: 14px;
    font-size: 12px;
    text-align: left;
  }

  .casting-hover,
  .materials-hover {
    min-height: 380px;
  }

  .casting-hover {
    margin: 60px auto 0;
  }

  .materials-hover {
    margin: 0 auto;
  }

  .casting-hover img {
    height: 380px;
    object-fit: cover;
  }

  .materials-hover img {
    height: 380px;
    object-fit: cover;
  }

  .cont-hover:hover {
    opacity: 1;
  }

  #map {
    margin-top: 0px;
    padding: 60px 0;
  }

  .map-flex {
    margin-top: 40px;
  }

  .honsha,
  .mie,
  .kanren {
    padding: 0 20px;
  }

  #map h3 {
    font-size: 18px;
  }

  #map p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .map-s:before {
    width: 100px;
    height: 100px;
  }

  .google-map {
    width: 100%;
  }

  .kanren {
    gap: 0px;
  }

  footer .nav {
    display: none;
  }

  .footer-img {
    height: 520px;
    object-fit: cover;
    object-position: 91%;
  }

  .site-footer {
    padding: 20px;
    gap: 40px;
  }

  .add-tel {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .copy_footer {
    margin-top: 0px;
    text-align: center;
  }

  .brand img {
    max-width: 200px;
  }

  #navArea {
    display: block;
  }

  .site-header__middle {
    display: none;
  }

  /*============
nav
=============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li p {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner .nav__item-down a {
    display: block;
    color: #333;
    font-size: 14px;
    padding-left: 2em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 14px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }

  .open .toggle_btn span {
    background-color: #fff;
  }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all 0.5s;
  }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }

  .page-tittle img {
    height: 240px;
    object-fit: cover;
  }

  .greeting p {
    font-size: 14px;
    padding-left: 10px;
  }

  .greeting-logo {
    margin-bottom: 10px;
  }

  .greeting-logo img {
    width: 50%;
  }

  .ceo {
    font-size: 20px;
  }

  .ceo span {
    font-size: 12px;
  }

  .company-info table {
    width: 100%;
    font-size: 14px;
  }
  .company-info th {
    background-color: #d3d3d3;
    text-align-last: left;
    padding: 10px;
  }

  .company-info td {
    padding: 10px 10px 20px;
  }
  .greeting {
    padding: 0 20px;
    border-left: 10px solid #222739;
  }

  #map a {
    text-decoration: none;
    color: #fff;
  }

  .biomass-text {
    font-size: 13px;
    margin-top: 30px;
  }

  .biomass-img {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .recruit-bt-flex {
    padding: 0 20px;
    gap: 20px;
  }

  .recruit-tittle {
    margin-top: 60px;
  }

  .recruit-tittle h4 {
    font-size: 18px;
  }

  .recruit-cont {
    font-size: 18px;
  }

  #casting h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #casting p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .core-flex,
  .casting-flex,
  .product-flex {
    margin: 60px auto 0;
    padding: 20px;
  }

  .product-flex {
    margin-bottom: 100px;
  }

  .product-flex h3 {
    margin-left: 0px;
  }

  .small {
    font-size: 16px;
  }

  .core-img {
    display: none;
  }

  .core-img-sp {
    display: block;
  }

  .contact_boxttl {
    width: 100%;
    text-align: left;
  }

  .flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .materials-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mate-table {
    overflow-x: auto;
    width: 100%;
  }

  .mate-table table {
    min-width: 660px;
  }

  #materials h3,
  #materials-sub h3 {
    font-size: 32px;
    letter-spacing: 1.5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .materials-tittle {
    margin: 60px auto 0px;
  }

  .materials-tittle-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  #materials-sub .materials-tittle {
    margin-top: 60px;
  }

  .materials-cont {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 60px;
  }

  #materials-sub img {
    margin-top: 24px;
  }

  .mate-name {
    width: 100%;
  }

  .mate-name h4 {
    font-size: 30px;
  }

  .name-small {
    font-size: 16px;
  }

  .mate-name p {
    font-size: 16px;
  }

  .mate-text {
    font-size: 12px;
    margin-top: 20px;
  }

  .mate-text img {
    width: 50%;
  }

  #contact-bt p {
    font-size: 14px;
    margin-top: 0;
  }

  .map-s:before {
    width: 60px;
    height: 60px;
  }

  #contact-bt {
    margin-top: 80px;
  }

  #contact-bt .bt {
    font-size: 20pt;
  }

  .tag {
    width: 100%;
    margin-top: 100px;
  }

  .news_single .news_tittle h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .news_single .news_tittle {
    margin-bottom: 16px;
  }

  .pager {
    font-size: 14px;
  }

  .wpcf7-spinner {
    display: none;
  }
  input,
  textarea {
    width: 100%;
  }

  .img-frame {
    width: 100%;
    margin-top: 30px;
  }
}
