@charset "UTF-8";
/*
Theme Name: 柴田木材
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

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

html,
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  scroll-behavior: smooth;
  min-width: 1200px;
  color: #151e2f;
}
@media screen and (max-width: 600px) {
  html,
  body {
    min-width: auto;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

img {
  vertical-align: top;
}

.underline {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  display: flex;
  position: absolute;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  align-items: center;
  z-index: 100;
  background-color: rgba(21, 30, 47, 0);
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  header {
    min-width: auto;
    height: 12vw;
  }
  header:has(.toggle:checked) {
    background-color: #151e2f;
  }
}
header .logo {
  margin: 0 auto 0 30px;
}
@media screen and (max-width: 600px) {
  header .logo {
    width: 35vw;
    margin: 0 auto 0 6.5vw;
  }
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo a img {
  width: 100%;
}
header .toggle {
  display: none;
}
header .toggle:checked + .menu-btn span:nth-child(1) {
  height: 3px;
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
header .toggle:checked + .menu-btn span:nth-child(2) {
  height: 0;
}
header .toggle:checked + .menu-btn span:nth-child(3) {
  height: 3px;
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
header .toggle:checked + .menu-btn + nav {
  pointer-events: auto;
  opacity: 1;
}
header .menu-btn {
  display: none;
  position: relative;
  width: 17.5vw;
  height: inherit;
  background-color: #151e2f;
  cursor: pointer;
}
header .menu-btn span {
  display: inline-block;
  position: absolute;
  width: 27%;
  height: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: 0.3s;
}
header .menu-btn span:nth-child(1) {
  top: 37%;
}
header .menu-btn span:nth-child(2) {
  top: 50%;
}
header .menu-btn span:nth-child(3) {
  top: 63%;
}
@media screen and (max-width: 600px) {
  header .menu-btn {
    display: block;
  }
}
header nav {
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  header nav {
    position: absolute;
    width: 100%;
    height: auto;
    top: 12vw;
    left: 0;
    pointer-events: none;
    opacity: 0;
  }
}
header nav ul {
  display: flex;
  list-style-type: none;
  height: inherit;
  margin: 0;
  padding-inline-start: 0;
  align-items: center;
}
@media screen and (max-width: 600px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav ul li {
  display: flex;
  width: 115px;
  height: inherit;
  color: #fff;
  font-size: 14px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #c5ccd2;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
}
header nav ul li a {
  display: block;
  position: relative;
}
header nav ul li a span {
  transition: 0.3s;
}
header nav ul li a span.black {
  color: #151e2f;
}
@media screen and (max-width: 600px) {
  header nav ul li a {
    width: calc(100% - 11vw);
    background-color: #e8edf0;
    font-size: 3.5vw;
    padding: 4vw 5.5vw;
    color: #151e2f;
  }
  header nav ul li a:hover {
    opacity: 1;
  }
  header nav ul li a:hover span {
    opacity: 0.5;
  }
  header nav ul li a:hover::after {
    opacity: 0.5;
  }
  header nav ul li a::after {
    display: block;
    position: absolute;
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    top: 50%;
    right: 5%;
    border-top: 2px solid #374957;
    border-right: 2px solid #374957;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
}
header nav ul li a img {
  display: block;
}
header nav ul li.sp-menu {
  display: none;
}
header nav ul li.file {
  background-color: #fff;
  color: #151e2f;
  font-size: 12px;
}
header nav ul li.file a {
  display: flex;
  width: inherit;
  height: inherit;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
header nav ul li.file img {
  margin: 0 auto 10px;
}
header nav ul li.gray {
  background-color: #f0f0f0;
}
header nav ul li.mail {
  background-color: #151e2f;
  font-size: 12px;
}
header nav ul li.mail a {
  display: flex;
  width: inherit;
  height: inherit;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
header nav ul li.mail img {
  margin: 0 auto 17px;
}

section[id^=frontpage-] {
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  section[id^=frontpage-] {
    min-width: auto;
    padding: 0;
  }
}
section[id^=frontpage-] h2 {
  display: inline-block;
  font-size: 1.9791666667vw;
  font-weight: 900;
  color: #fff;
  background-color: #000;
  padding: 10px;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 1200px) {
  section[id^=frontpage-] h2 {
    font-size: 23.75px;
  }
}
@media screen and (max-width: 600px) {
  section[id^=frontpage-] h2 {
    font-size: 6.8vw;
    padding: 5px;
  }
}
section[id^=frontpage-] .gray-back {
  background-color: #f4f5f7;
}
section[id^=frontpage-] .image-text {
  position: absolute;
  left: 4%;
  bottom: 5%;
  font-size: 1.1458333333vw;
  font-weight: 900;
  background-color: #fff;
  padding: 3px 5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  section[id^=frontpage-] .image-text {
    font-size: 13.75px;
  }
}
@media screen and (max-width: 600px) {
  section[id^=frontpage-] .image-text {
    font-size: 4.4vw;
    letter-spacing: 4px;
  }
}
section[id^=frontpage-] .image-text::after {
  content: "";
  position: absolute;
  width: 1.25vw;
  height: 0.6770833333vw;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-image: url("./images/right-arrow.png");
  background-size: cover;
}
@media screen and (max-width: 600px) {
  section[id^=frontpage-] .image-text::after {
    width: 4.8vw;
    height: 2.6vw;
  }
}

#frontpage-top {
  position: relative;
  height: 100vh;
  background-image: url("./images/top.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 600px) {
  #frontpage-top {
    background-position-x: 65%;
  }
}
#frontpage-top .catch-copy {
  position: absolute;
  width: calc(100% - 50px);
  left: 50px;
  bottom: 120px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #frontpage-top .catch-copy {
    bottom: 48vw;
  }
}
#frontpage-top .catch-copy::after {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  margin-top: 30px;
  background-image: linear-gradient(to right, #888 1px, transparent 1px);
  background-size: 6px 1px;
}
@media screen and (max-width: 600px) {
  #frontpage-top .catch-copy::after {
    width: 32vw;
    margin-top: 4vw;
  }
}
#frontpage-top .catch-copy .japanese {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 7px;
}
@media screen and (max-width: 600px) {
  #frontpage-top .catch-copy .japanese {
    font-size: 6.8vw;
  }
}
#frontpage-top .catch-copy .english {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 600px) {
  #frontpage-top .catch-copy .english {
    font-size: 1.8vw;
    margin-bottom: 3.5vw;
  }
}
#frontpage-top .article-information {
  position: absolute;
  width: 14.5833333333vw;
  padding: 1.3020833333vw 1.5625vw;
  color: #fff;
  background-color: rgba(21, 30, 47, 0.6);
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #frontpage-top .article-information {
    width: 14.5833333333vw;
    padding: 1.3020833333vw 1.5625vw;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-top .article-information {
    width: auto;
    left: 50px;
    bottom: 8vw;
    padding: 6vw 6vw;
  }
}
#frontpage-top .article-information .top {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-top .article-information .top {
    font-size: 8.125px;
    margin-bottom: 6.25px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-top .article-information .top {
    font-size: 3.1vw;
    margin-bottom: 3.5vw;
  }
}
#frontpage-top .article-information .article-date {
  color: #929292;
  font-size: 0.625vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-top .article-information .article-date {
    font-size: 7.5px;
    margin-bottom: 6.25px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-top .article-information .article-date {
    font-size: 3vw;
    margin-bottom: 2.5vw;
  }
}
#frontpage-top .article-information .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-top .article-information .article-title {
    font-size: 8.75px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-top .article-information .article-title {
    font-size: 3.1vw;
  }
}

#frontpage-attraction {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 14.5833333333vw;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #frontpage-attraction {
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-attraction {
    margin-bottom: 104vw;
  }
}
#frontpage-attraction .gray-back {
  position: absolute;
  width: 90%;
  height: 49vw;
  top: 12%;
  left: 10%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #frontpage-attraction .gray-back {
    width: 1080px;
    left: 120px;
    height: 588px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .gray-back {
    width: 90%;
    left: 10%;
    height: 180vw;
  }
}
#frontpage-attraction .gray-back .SDGs {
  position: absolute;
  left: 19%;
  top: 75%;
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .gray-back .SDGs {
    left: 5%;
    top: 50%;
  }
}
#frontpage-attraction .gray-back .SDGs img {
  width: 12.7604166667vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-attraction .gray-back .SDGs img {
    width: 153.125px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .gray-back .SDGs img {
    width: 58vw;
  }
}
#frontpage-attraction .gray-back .message {
  position: absolute;
  left: 40%;
  top: 70%;
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .gray-back .message {
    margin-right: 20px;
    left: 5%;
    top: 58%;
  }
}
#frontpage-attraction .gray-back .message .top {
  font-size: 0.9375vw;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #frontpage-attraction .gray-back .message .top {
    font-size: 11.25px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .gray-back .message .top {
    font-size: 4.5vw;
    margin-bottom: 8.5vw;
  }
}
#frontpage-attraction .gray-back .message .bottom {
  font-size: 0.8333333333vw;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  #frontpage-attraction .gray-back .message .bottom {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .gray-back .message .bottom {
    font-size: 3.6vw;
  }
}
#frontpage-attraction .attraction {
  position: relative;
  width: 83%;
  z-index: 10;
  aspect-ratio: 1226/532;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #frontpage-attraction .attraction {
    width: 75%;
    aspect-ratio: 54/58;
  }
}
#frontpage-attraction h2 {
  height: max-content;
  position: relative;
  margin-left: 5%;
  writing-mode: vertical-rl;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #frontpage-attraction h2 {
    margin-left: 5vw;
  }
}

#frontpage-company {
  position: relative;
  z-index: 20;
}
#frontpage-company h2 {
  padding-left: 9.8958333333vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-company h2 {
    padding-left: 118.75px;
    margin-bottom: 62.5px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-company h2 {
    padding: 0 6vw 0 8vw;
    margin-bottom: 8vw;
  }
}
#frontpage-company .text {
  font-size: 0.8333333333vw;
  line-height: 1.8;
  margin-left: 12%;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-company .text {
    font-size: 10px;
    margin-bottom: 62.5px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-company .text {
    font-size: 3.6vw;
    margin: 0 6vw 14vw;
  }
}
#frontpage-company .world-image {
  width: 35%;
  margin-left: 7%;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-company .world-image {
    margin-bottom: 62.5px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-company .world-image {
    display: block;
    width: 70vw;
    margin: 0 auto 10vw;
  }
}
#frontpage-company .company-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
}
@media screen and (max-width: 600px) {
  #frontpage-company .company-image {
    position: relative;
    width: 92%;
    margin-left: auto;
    margin-bottom: 16vw;
  }
}
#frontpage-company .company-image img {
  width: 100%;
  aspect-ratio: 227/128;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #frontpage-company .company-image img {
    aspect-ratio: 331/213;
  }
}
#frontpage-company .company-image .image-text {
  width: 13.0208333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-company .company-image .image-text {
    width: 156.25px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-company .company-image .image-text {
    width: 50vw;
  }
}

#frontpage-recruit {
  position: relative;
}
@media screen and (max-width: 600px) {
  #frontpage-recruit {
    margin-bottom: 16vw;
  }
}
#frontpage-recruit .gray-back {
  width: 90%;
}
@media screen and (max-width: 1200px) {
  #frontpage-recruit .gray-back {
    width: 1080px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back {
    width: 94%;
  }
}
#frontpage-recruit .gray-back h2 {
  position: absolute;
  height: max-content;
  writing-mode: vertical-rl;
  z-index: 10;
  top: 2.8645833333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-recruit .gray-back h2 {
    top: 34.375px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back h2 {
    top: 11vw;
  }
}
#frontpage-recruit .gray-back h2.left {
  left: 4%;
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back h2.left {
    left: 6%;
  }
}
#frontpage-recruit .gray-back h2.right {
  left: 9.5%;
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back h2.right {
    left: 19%;
  }
}
#frontpage-recruit .gray-back .recruit-image {
  position: relative;
  margin-left: 12%;
  margin-bottom: 2.0833333333vw;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-recruit .gray-back .recruit-image {
    margin-bottom: 25px;
    padding-top: 62.5px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back .recruit-image {
    position: absolute;
    width: 75vw;
    top: 16vw;
    right: 0;
    margin: 0;
    padding: 0;
  }
}
#frontpage-recruit .gray-back .recruit-image img {
  width: 95%;
  object-fit: cover;
  aspect-ratio: 986/515;
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back .recruit-image img {
    width: 100%;
    aspect-ratio: 54/73;
  }
}
#frontpage-recruit .gray-back .recruit-image .image-text {
  width: 14.0625vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-recruit .gray-back .recruit-image .image-text {
    width: 168.75px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back .recruit-image .image-text {
    width: 50vw;
  }
}
#frontpage-recruit .gray-back .text {
  font-size: 0.8333333333vw;
  line-height: 1.8;
  margin-left: 13%;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-recruit .gray-back .text {
    font-size: 10px;
    padding-bottom: 112.5px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-recruit .gray-back .text {
    font-size: 3.6vw;
    padding-top: 128vw;
    margin: 0 8vw;
  }
}

#frontpage-information {
  width: 100%;
  position: relative;
}
#frontpage-information img {
  width: 100%;
}
#frontpage-information .information-image {
  aspect-ratio: 162/25;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #frontpage-information .information-image {
    aspect-ratio: 180/143;
  }
}
#frontpage-information .information-text {
  position: absolute;
  width: 28.125vw;
  right: 0;
  top: 13.8020833333vw;
  font-size: 1.9791666667vw;
  font-weight: 900;
  background-color: #fff;
  padding: 6px 5px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #frontpage-information .information-text {
    width: 337.5px;
    top: 165.625px;
    font-size: 23.75px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .information-text {
    width: 51.5vw;
    top: 74vw;
    font-size: 6.8vw;
    padding: 5px 8vw;
  }
}
#frontpage-information .dark-blue-back {
  position: relative;
  width: 90%;
  margin-left: 10%;
  background-color: #151e2f;
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back {
    width: 100%;
    margin-left: 0;
    padding-bottom: 21vw;
  }
}
#frontpage-information .dark-blue-back .news-list {
  display: flex;
  width: 75%;
  margin-left: 7%;
  padding: 5.2083333333vw 0 9.1145833333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-information .dark-blue-back .news-list {
    padding: 62.5px 0 109.375px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list {
    width: 70%;
    padding: 20vw 0 0;
    margin: 0 auto;
    flex-direction: column;
  }
}
#frontpage-information .dark-blue-back .news-list article {
  width: 22%;
  margin-right: 4%;
  background-color: #fff;
}
#frontpage-information .dark-blue-back .news-list article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list article:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list article {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
#frontpage-information .dark-blue-back .news-list article .article-link .article-eye-catch img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-eye-catch img {
    aspect-ratio: 17/13;
  }
}
#frontpage-information .dark-blue-back .news-list article .article-link .article-information {
  padding: 1.0416666667vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-information {
    padding: 12.5px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-information {
    padding: 3.5vw 4.5vw 4.5vw;
  }
}
#frontpage-information .dark-blue-back .news-list article .article-link .article-information .article-date {
  color: #929292;
  font-size: 0.625vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-information .article-date {
    font-size: 7.5px;
    margin-bottom: 6.25px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-information .article-date {
    font-size: 2.8vw;
    margin-bottom: 2.5vw;
  }
}
#frontpage-information .dark-blue-back .news-list article .article-link .article-information .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 1200px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-information .article-title {
    font-size: 8.75px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-list article .article-link .article-information .article-title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-wrap {
    display: flex;
    justify-content: center;
  }
}
#frontpage-information .dark-blue-back .news-wrap .image-text {
  display: inline-block;
  width: 16.6666666667vw;
  bottom: 7%;
}
@media screen and (max-width: 1200px) {
  #frontpage-information .dark-blue-back .news-wrap .image-text {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  #frontpage-information .dark-blue-back .news-wrap .image-text {
    position: relative;
    width: 62vw;
    margin-top: 4vw;
    left: 0;
    bottom: 0;
  }
}

section[id^=page-content] {
  width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  section[id^=page-content] {
    width: auto;
    margin: 30px 20px;
  }
}
section[id^=page-content] .back-btn {
  display: block;
  max-width: 100%;
  width: 250px;
  background-color: #151e2f;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section[id^=page-content] .back-btn {
    font-size: 12px;
  }
}

#page-header {
  display: flex;
  position: relative;
  height: 210px;
  background-position: center;
  background-size: cover;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#page-header.news, #page-header.contact {
  background-image: url("./images/information.jpg");
}
#page-header.company {
  background-image: url("./images/company-header.jpg");
}
#page-header.business, #page-header.recruit, #page-header.download {
  background-image: url("./images/business-header.jpg");
}
#page-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3333333333);
}
@media screen and (max-width: 600px) {
  #page-header {
    height: 140px;
  }
}
#page-header .title {
  font-weight: 700;
  font-size: 28px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #page-header .title {
    font-size: 21px;
  }
}
#page-header .sub-title {
  font-size: 18px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #page-header .sub-title {
    font-size: 15px;
  }
}

#page-content-news .pagination {
  text-align: right;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  #page-content-news .pagination {
    text-align: center;
    margin: 30px auto;
  }
}
#page-content-news .pagination .page-numbers {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  font-size: 15px;
  font-weight: 700;
}
#page-content-news .pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
#page-content-news .news-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #page-content-news .news-list {
    margin: 0 auto;
    flex-direction: column;
  }
}
#page-content-news .news-list article {
  width: 320px;
  margin-right: 20px;
  margin-bottom: 50px;
  background-color: #fff;
}
#page-content-news .news-list article:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #page-content-news .news-list article {
    width: 80%;
    margin: 0 10% 40px;
  }
}
#page-content-news .news-list article .article-link .article-eye-catch img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #page-content-news .news-list article .article-link .article-eye-catch img {
    height: auto;
  }
}
#page-content-news .news-list article .article-link .article-information .article-date {
  color: #929292;
  font-size: 10px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  #page-content-news .news-list article .article-link .article-information .article-date {
    font-size: 2.8vw;
    margin-bottom: 2.5vw;
  }
}
#page-content-news .news-list article .article-link .article-information .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  #page-content-news .news-list article .article-link .article-information .article-title {
    font-size: 3.2vw;
  }
}

#page-content-single-news article {
  width: inherit;
  margin: 0 auto;
}
#page-content-single-news article .article-date {
  color: #929292;
  font-size: 12px;
}
#page-content-single-news article .article-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
#page-content-single-news article .article-eye-catch {
  margin-bottom: 30px;
}
#page-content-single-news article .article-eye-catch img {
  max-width: 100%;
  height: auto;
}
#page-content-single-news article .article-content {
  margin: 30px 20px 100px;
}
@media screen and (max-width: 600px) {
  #page-content-single-news article .article-content {
    margin: 30px 20px 50px;
    font-size: 12px;
  }
}

#page-content-contact #entry-form dt {
  font-size: 20px;
  margin: 30px 0 0;
}
#page-content-contact #entry-form dt span {
  color: #f00;
  font-size: 16px;
  margin-left: 10px;
}
#page-content-contact #entry-form dd {
  margin-inline-start: 0;
  margin: 10px 0 50px;
}
#page-content-contact #entry-form dd input[type=text],
#page-content-contact #entry-form dd input[type=email],
#page-content-contact #entry-form dd input[type=tel],
#page-content-contact #entry-form dd textarea,
#page-content-contact #entry-form dd select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
#page-content-contact #entry-form .accept {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  #page-content-contact #entry-form .accept {
    margin: 3.125vw 0;
  }
}
#page-content-contact #entry-form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#page-content-contact #entry-form .sent-now {
  pointer-events: none;
}
#page-content-contact #entry-form .wpcf7-form-control.wpcf7-submit.has-spinner:disabled + .wpcf7-spinner + .btn, #page-content-contact #entry-form .wpcf7-form-control.wpcf7-submit.has-spinner.sent-now + .wpcf7-spinner + .btn {
  background-color: #ccc;
  cursor: auto;
}
#page-content-contact .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
#page-content-contact .wpcf7-form.invalid .wpcf7-response-output {
  border: none;
  color: #dc3232;
  margin: 0;
  padding: 0;
}
#page-content-contact .recaptcha {
  margin: 50px auto;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #page-content-contact .recaptcha {
    font-size: 12px;
  }
}
#page-content-contact .recaptcha a {
  color: #057ed3;
}

#page-content-contact-thanks .back-btn {
  margin: 100px auto;
}
@media screen and (max-width: 600px) {
  #page-content-contact-thanks .back-btn {
    margin: 50px auto;
  }
}

#page-content-company {
  line-height: 2;
}
#page-content-company h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #page-content-company h2 {
    font-size: 30px;
  }
}
#page-content-company .index-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}
@media screen and (max-width: 600px) {
  #page-content-company .index-wrap {
    justify-content: space-between;
  }
}
#page-content-company .index-wrap .index {
  display: block;
  width: 25%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #444;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #page-content-company .index-wrap .index {
    width: 48%;
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-size: 14px;
  }
  #page-content-company .index-wrap .index:nth-child(n+3) {
    margin-top: 20px;
  }
}
#page-content-company img {
  width: 100%;
  margin: 20px 0 50px;
}
#page-content-company p,
#page-content-company dl {
  color: #444;
}
@media screen and (max-width: 600px) {
  #page-content-company p,
  #page-content-company dl {
    font-size: 14px;
  }
}
#page-content-company dl {
  display: flex;
  flex-wrap: wrap;
}
#page-content-company dl dt {
  width: 30%;
  padding: 35px 0;
  border-bottom: 1px solid #151e2f;
}
@media screen and (max-width: 600px) {
  #page-content-company dl dt {
    width: 100%;
    padding: 20px 0 5px;
    border-bottom: none;
  }
}
#page-content-company dl dd {
  width: 70%;
  padding: 35px 0;
  margin-inline-start: 0;
  border-bottom: 1px solid #151e2f;
}
@media screen and (max-width: 600px) {
  #page-content-company dl dd {
    width: 100%;
    padding: 0 0 20px;
  }
}
#page-content-company iframe {
  display: block;
  width: 800px;
  aspect-ratio: 4/3;
  margin: 80px auto;
}
@media screen and (max-width: 600px) {
  #page-content-company iframe {
    width: 100%;
    margin: 40px auto;
  }
}

#page-content-business {
  line-height: 2;
}
#page-content-business h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #page-content-business h2 {
    font-size: 30px;
  }
}
#page-content-business .business-image {
  width: 100%;
  margin: 20px 0;
}
#page-content-business p {
  color: #444;
}
@media screen and (max-width: 600px) {
  #page-content-business p {
    font-size: 14px;
  }
}
#page-content-business .business-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
#page-content-business .business-image-list img {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #page-content-business .business-image-list img {
    width: 100%;
  }
}

#page-content-recruit {
  line-height: 2;
}
#page-content-recruit h2 {
  text-align: center;
}
#page-content-recruit dl {
  color: #444;
}
@media screen and (max-width: 600px) {
  #page-content-recruit dl {
    font-size: 14px;
  }
}
#page-content-recruit dl {
  display: flex;
  flex-wrap: wrap;
}
#page-content-recruit dl dt {
  width: 30%;
  padding: 35px 0;
  border-bottom: 1px solid #151e2f;
}
@media screen and (max-width: 600px) {
  #page-content-recruit dl dt {
    width: 100%;
    padding: 20px 0 5px;
    border-bottom: none;
  }
}
#page-content-recruit dl dd {
  width: 70%;
  padding: 35px 0;
  margin-inline-start: 0;
  border-bottom: 1px solid #151e2f;
}
@media screen and (max-width: 600px) {
  #page-content-recruit dl dd {
    width: 100%;
    padding: 0 0 20px;
  }
}
#page-content-recruit a {
  color: #057ed3;
}

#page-content-download {
  text-align: center;
}

footer {
  text-align: center;
}
footer .logo {
  margin: 110px auto 55px;
}
@media screen and (max-width: 600px) {
  footer .logo {
    width: 43vw;
    margin: 18vw auto 13.5vw;
  }
  footer .logo img {
    width: 100%;
  }
}
footer .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .tel img {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  footer .tel {
    font-size: 3.4vw;
  }
}
footer .address {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  footer .address {
    font-size: 3vw;
    margin-bottom: 22vw;
  }
}
footer .copyright {
  font-size: 12px;
  margin-bottom: 110px;
}
@media screen and (max-width: 600px) {
  footer .copyright {
    font-size: 2.8vw;
  }
}
