@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", " Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.5rem;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.container, .top-row, .container--narrow {
  width: 100%;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .container, .top-row, .container--narrow {
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--narrow {
  max-width: 1000px;
}
@media screen and (min-width: 1080px) {
  .container--narrow {
    max-width: 1000px;
  }
}

.main-content {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1079.98px) {
  .header {
    background-color: #000;
    border-top: 4px solid #810000;
  }
}
.header .container {
  position: relative;
  z-index: 0;
}
.header-inner {
  display: flex;
  min-width: 0;
  height: 66px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .header-inner {
    max-width: 920px;
    height: 90px;
    background-color: #000;
    border-top: 4px solid #810000;
  }
}
@media screen and (min-width: 1080px) {
  .header-left {
    flex: 0 0 240px;
    text-align: center;
  }
}
.header-right {
  flex: 1 1 auto;
}
.header__logo {
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 1079.98px) {
  .header__logo {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1080px) {
  .header__logo a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s;
  }
  .header__logo a:hover {
    background-color: #810000;
  }
}
.header__logo img {
  display: block;
  width: 140px;
  height: 36.17px;
}
@media screen and (min-width: 1080px) {
  .header__logo img {
    width: 180px;
    height: 46.5098px;
  }
}
.header .lang-toggle {
  position: absolute;
}
@media screen and (max-width: 1079.98px) {
  .header .lang-toggle {
    top: 22px;
    left: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .header .lang-toggle {
    top: 0;
    right: 20px;
  }
}

@media screen and (max-width: 1079.98px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: #810000;
    transition: bottom 0.25s, opacity 0.25s;
  }
}
@media screen and (min-width: 1080px) {
  .gnav {
    height: 100%;
  }
}
.gnav.is-active {
  bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 1079.98px) {
  .gnav-menu-container {
    height: calc(100% - 70px - 1px);
    margin-top: 70px;
    border-top: 1px solid #c78f8f;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-menu-container {
    position: relative;
    height: 100%;
    background-color: #810000;
  }
}
.gnav-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .gnav-menu {
    display: flex;
    height: 100%;
    min-width: 0;
    background-color: #000;
    transition: height 0.25s;
    margin: 0;
  }
}
@media screen and (max-width: 1079.98px) {
  .gnav-menu__item {
    border-bottom: 1px solid #c78f8f;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-menu__item {
    flex: 0 0 25%;
  }
  .gnav-menu__item:hover {
    background-color: #810000;
  }
}
.gnav-menu-label {
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 16px 30px 18px;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .gnav-menu-label {
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 1079.98px) {
  .gnav-menu-label.has-nested-menu::after {
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 10px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-menu-label__text {
    flex: 1 1 100%;
    border-left: 1px solid #333333;
    padding: 5px 0;
  }
}
.gnav-menu-label__text--en {
  color: #b4b4b4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 5px;
}
@media screen and (max-width: 1079.98px) {
  .gnav-menu-label__text--en {
    display: none;
  }
}
.gnav-menu-label__text--ja {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1080px) {
  .gnav-menu-label__text--ja {
    font-size: 1.4rem;
  }
}
.gnav.nested-menu-is-active .gnav-menu-label__text--en {
  display: none;
}
.gnav-nested-menu-container {
  overflow: hidden;
}
@media screen and (max-width: 1079.98px) {
  .gnav-nested-menu-container {
    height: 0;
    transition: height 0.25s;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-nested-menu-container {
    height: auto !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: top 0.25s, opacity 0.25s;
  }
}
.gnav-nested-menu {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .gnav-nested-menu {
    display: flex;
    height: 100%;
  }
}
@media screen and (max-width: 1079.98px) {
  .gnav-nested-menu__item {
    background-color: #983333;
    border-top: 1px solid #c78f8f;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-nested-menu__item {
    position: relative;
    flex: 1 1 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-nested-menu__item + .gnav-nested-menu__item::before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background-color: #af6666;
    position: absolute;
    left: 0;
    bottom: 20%;
  }
}
.gnav-nested-menu__item a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1079.98px) {
  .gnav-nested-menu__item a {
    display: block;
    padding: 16px 30px 18px 55px;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-nested-menu__item a {
    font-size: 1.3rem;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
.gnav-nested-menu__item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gnav-toggle {
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: fixed;
  top: 13px;
  right: 11px;
  z-index: 999;
}
@media screen and (min-width: 1080px) {
  .gnav-toggle {
    display: none;
  }
}
.gnav-toggle-inner {
  left: 10px;
  top: 50%;
  margin-top: -1px;
  transition: background-color 0s 0.15s;
}
.gnav-toggle-inner, .gnav-toggle-inner::before, .gnav-toggle-inner::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: center center;
}
.gnav-toggle-inner::before {
  top: -9px;
  transition: top 0.15s 0.15s, transform 0.15s 0s;
}
.gnav-toggle-inner::after {
  bottom: -9px;
  transition: bottom 0.15s 0.15s, transform 0.15s 0s;
}
.gnav-toggle.is-active .gnav-toggle-inner {
  background-color: transparent;
  transition: background-color 0s 0.15s;
}
.gnav-toggle.is-active .gnav-toggle-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.15s 0s, transform 0.15s 0.15s;
}
.gnav-toggle.is-active .gnav-toggle-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.15s 0s, transform 0.15s 0.15s;
}

.main {
  position: relative;
  z-index: 10;
}

.footer {
  margin-top: 100px;
}
@media screen and (max-width: 1079.98px) {
  .footer {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1080px) {
  .footer {
    margin-top: 150px;
    border-top: 5px solid #810000;
  }
}
.footer-top {
  padding: 0 0 150px;
}
@media screen and (min-width: 1080px) {
  .footer-top {
    padding: 30px 0 45px;
  }
}
.footer-top-inner {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 140px;
}
@media screen and (min-width: 1080px) {
  .footer-top-inner {
    grid-template-rows: auto 1fr;
    grid-template-columns: 420px 250px 1fr;
  }
}
.footer-data-container {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-right: 20px;
}
@media screen and (min-width: 1080px) {
  .footer-data-container {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-right: 70px;
  }
}
.footer-main-office {
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .footer-main-office {
    margin-top: 26px;
  }
}
.footer-main-office__name {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 1080px) {
  .footer-main-office__name {
    font-size: 1.8rem;
  }
}
.footer-main-office__address {
  font-size: 1.1rem;
}
@media screen and (min-width: 1080px) {
  .footer-main-office__address {
    font-size: 1.4rem;
  }
}
.footer-tel-container {
  margin: 5px 0 20px;
}
@media screen and (min-width: 1080px) {
  .footer-tel-container {
    margin: 20px 0 30px;
  }
}
.footer-tel {
  color: inherit;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  line-height: 1;
}
.footer-tel + .footer-tel {
  margin-top: 8px;
}
@media screen and (min-width: 1080px) {
  .footer-tel + .footer-tel {
    margin-top: 10px;
  }
}
.footer-tel__label {
  flex: 0 0 28px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1080px) {
  .footer-tel__label {
    flex: 0 0 63px;
    font-size: 3.1rem;
  }
}
.footer-tel__number {
  font-size: 2.1rem;
}
@media screen and (min-width: 1080px) {
  .footer-tel__number {
    font-size: 4rem;
  }
}
.footer-tel-time {
  font-size: 1rem;
  font-weight: bold;
  margin: 5px 0 0;
}
@media screen and (min-width: 1080px) {
  .footer-tel-time {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
.footer-office {
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 1079.98px) {
  .footer-office {
    font-size: 1rem;
  }
}
.footer-office a {
  color: inherit;
  text-decoration: none;
}
.footer-cal-container {
  grid-row: 1/2;
  grid-column: 2/3;
  text-align: center;
}
@media screen and (max-width: 1079.98px) {
  .footer-cal-container {
    font-size: 1.1rem;
  }
}
.footer-cal-container table {
  width: 100%;
  border-collapse: separate;
}
.footer-banner-container {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media screen and (max-width: 1079.98px) {
  .footer-banner-container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .footer-banner-container {
    grid-row: 1/2;
    grid-column: 3/4;
    padding-left: 60px;
  }
}
.footer-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1079.98px) {
  .footer-banner-list {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1079.98px) {
  .footer-banner-list__item + .footer-banner-list__item {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .footer-banner-list__item + .footer-banner-list__item {
    margin-top: 15px;
  }
}
.footer-nav {
  grid-row: 2/3;
  grid-column: 2/4;
  margin-top: 45px;
  display: flex;
  border-top: 1px solid #000;
  padding: 20px;
}
.footer-menu-block + .footer-menu-block {
  margin-left: 50px;
}
.footer-menu-block__title {
  font-weight: bold;
  margin-bottom: 6px;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu__item + .footer-menu__item {
  margin-top: 10px;
}
.footer-menu__item a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.25s;
}
.footer-menu__item a:hover {
  opacity: 0.6;
}
.footer-nested-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nested-menu__item + .footer-nested-menu__item {
  margin-top: 10px;
}
.footer-nested-menu__item a {
  color: inherit;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.25s;
}
.footer-nested-menu__item a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1080px) {
  .footer-bottom {
    padding: 20px 0;
    background-color: #810000;
  }
}
.footer-bottom-inner {
  display: flex;
}
.footer-bottom-left {
  flex: 0 0 auto;
}
.footer-bottom-right {
  flex: 1 1 auto;
}
@media screen and (max-width: 1079.98px) {
  .footer-bottom-right {
    border-top: 2px solid #000;
    padding: 25px 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .footer-bottom-right {
    margin-left: auto;
  }
}
.footer__logo img {
  width: 201.5392px;
  height: 52.0752px;
}
.footer-sns-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media screen and (min-width: 1080px) {
  .footer-sns-list {
    justify-content: flex-end;
  }
}
.footer-sns-list__item + .footer-sns-list__item {
  margin-left: 12px;
}

.copyright {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  padding: 10px 0;
  margin: 0;
}

.category-tag, .category-tag--blue, .category-tag--red, .category-tag--green {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  min-width: 50px;
  text-align: center;
  padding: 1px 3px 2px 3px;
}
.category-tag--green {
  background-color: #005501;
}
.category-tag--red {
  background-color: #810000;
}
.category-tag--blue {
  background-color: #000050;
}

.fixed-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  border-top: 3px solid #810000;
  z-index: 800;
  padding: 11px 13px;
}
@media screen and (min-width: 1080px) {
  .fixed-panel {
    display: none;
  }
}
.fixed-panel-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding-right: 13px;
  box-sizing: border-box;
  text-align: center;
}
.fixed-panel-logo {
  width: 146px;
  height: 23.1px;
}
.fixed-panel-tel {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-decoration: none;
  line-height: 1;
}
.fixed-panel-time {
  color: #fff;
  font-size: 1rem;
  transform: scale(0.8);
}
.fixed-panel-right {
  display: grid;
  grid-template-columns: 76px 82px;
  grid-template-rows: 32px 32px;
}
.fixed-panel-news {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-bottom: 3px;
}
.fixed-panel-recruit {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-top: 3px;
}
.fixed-panel-contact {
  grid-row: 1/3;
  grid-column: 2/3;
  padding-left: 6px;
}
.fixed-panel-btn {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #810000;
  text-align: center;
  padding-bottom: 2px;
}
.fixed-panel-btn__icon {
  margin-bottom: 5px;
}
.fixed-panel-btn__icon svg {
  width: 32px;
  height: 22.04px;
}
.fixed-panel-btn__icon svg g {
  stroke: #fff;
}
.fixed-panel-btn__text {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}

.lang-toggle {
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  height: 24px;
  text-decoration: none;
  transition: opacity 0.25s;
  padding: 0 10px;
  line-height: 1;
}
@media screen and (max-width: 1079.98px) {
  .lang-toggle {
    width: 160px;
    height: 26px;
    justify-content: center;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1080px) {
  .lang-toggle {
    background-color: #810000;
  }
}
.lang-toggle__icon {
  margin-right: 3px;
}
.lang-toggle__icon img {
  display: block;
  width: 14.64px;
  height: 11px;
}
.lang-toggle__text {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.lang-toggle:hover {
  opacity: 0.8;
}

.page-title {
  color: #fff;
  padding-top: 43.24%;
  margin: 70px 0 40px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1080px) {
  .page-title {
    margin: 0 0 -20px;
  }
}
.page-title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 15px;
}
@media screen and (min-width: 1080px) {
  .page-title-inner {
    padding: 30px 0 0;
  }
}
.page-title__text--en {
  font-family: "Bebas Neue", cursive;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .page-title__text--en {
    font-size: 6.4rem;
  }
}
.page-title__text--ja {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 1080px) {
  .page-title__text--ja {
    margin-top: 3px;
  }
}

.scroll-btn {
  width: 55px;
  height: 40px;
  background-color: #810000;
  position: fixed;
  bottom: 100px;
  right: 13px;
  z-index: 700;
  transition: opacity 0.25s;
}
@media screen and (min-width: 1080px) {
  .scroll-btn {
    bottom: 140px;
    right: 20px;
  }
}
.scroll-btn:hover {
  opacity: 0.8;
}
.scroll-btn::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  margin: 28% auto 0;
}

.sec-title, .sec-title--with-border, .sec-title--white {
  color: #1a1a1a;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .sec-title, .sec-title--with-border, .sec-title--white {
    margin: 0 0 50px;
  }
}
.sec-title__text--en {
  font-family: "Bebas Neue", cursive;
  font-size: 4.4rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .sec-title__text--en {
    font-size: 6.5rem;
  }
}
.sec-title__text--ja {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 1080px) {
  .sec-title__text--ja {
    margin-top: 3px;
  }
}
.sec-title--white {
  color: #fff;
}
.sec-title--with-border {
  padding-top: 13px;
  position: relative;
  z-index: 0;
}
.sec-title--with-border::before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #810000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
}
.sec-title--with-border .sec-title__text--en {
  font-size: 4.4rem;
}

.sec-description, .sec-description--white {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.76;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 1080px) {
  .sec-description, .sec-description--white {
    font-size: 1.6rem;
  }
}
.sec-description--white {
  color: #fff;
}

.sns-link {
  transition: opacity 0.25s;
}
.sns-link img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
.sns-link:hover {
  opacity: 0.8;
}

/* Top
--------------------------------------------- */
.top-sec {
  position: relative;
}
@media screen and (max-width: 1079.98px) {
  .top-sec {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1080px) {
  .top-sec {
    margin-bottom: -70px;
  }
}

.top-slider-slide img {
  width: 100%;
}
.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}
.top__copy {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 0 22px 0;
}
@media screen and (min-width: 1080px) {
  .top__copy {
    font-size: 3.6rem;
    line-height: 1.75;
    margin: 0 0 36px 40px;
  }
}
.top__sub-copy {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  max-width: 510px;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .top__sub-copy {
    font-size: 1.55rem;
    margin: 0 0 0 40px;
  }
}

/* News
--------------------------------------------- */
.news-sec {
  position: relative;
  z-index: 10;
  padding: 20px 0 60px;
}
@media screen and (min-width: 1080px) {
  .news-sec {
    padding: 60px 0;
  }
}

.top-news-list {
  max-width: 740px;
  margin: 0 auto;
}
.top-news-list__item + .top-news-list__item {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .top-news-list__item + .top-news-list__item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1079.98px) {
  .top-news {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 18px auto auto;
  }
}
@media screen and (min-width: 1080px) {
  .top-news {
    display: flex;
    min-width: 0;
  }
}
.top-news__date {
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 1079.98px) {
  .top-news__date {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1080px) {
  .top-news__date {
    flex: 0 0 70px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1079.98px) {
  .top-news__category {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1080px) {
  .top-news__category {
    margin-right: 30px;
  }
}
.top-news__body {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1079.98px) {
  .top-news__body {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1080px) {
  .top-news__body {
    font-size: 1.4rem;
    margin: 3px 0 0;
  }
}
.top-news__thumbnail {
  flex: 0 0 210px;
}
@media screen and (max-width: 1079.98px) {
  .top-news__thumbnail {
    grid-row: 3/4;
    grid-column: 2/3;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .top-news__thumbnail {
    margin-left: 30px;
  }
}
.top-news__thumbnail-img {
  padding-top: 63.768%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-news-btn-container {
  text-align: center;
  margin: 56px 0 0;
}
.top-news-btn {
  color: inherit;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  text-align: center;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  text-decoration: none;
  border: 1px solid #000;
  padding: 15px;
  transition: 0.25s;
}
@media screen and (min-width: 1080px) {
  .top-news-btn {
    max-width: 300px;
  }
}
.top-news-btn:hover {
  color: #fff;
  background-color: #810000;
  border-color: #810000;
}

/* Business Fields
--------------------------------------------- */
.business-field-sec {
  background-image: url(../img/top/business_fields_sec_bg_sp2.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 130px;
}
@media screen and (min-width: 1080px) {
  .business-field-sec {
    background-image: url(../img/top/business_fields_sec_bg2.jpg);
    padding: 100px 0 180px;
  }
}
.business-field-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .business-field-list {
    display: flex;
    margin: 0 -10px;
  }
}
.business-field-list__item {
  box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .business-field-list__item {
    flex: 0 0 33.333%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1079.98px) {
  .business-field-list__item + .business-field-list__item {
    margin-top: 20px;
  }
}
.business-field-card {
  min-height: 160px;
  border: 1px solid #000;
  background-image: radial-gradient(#231816 22%, transparent 22%), radial-gradient(#231816 22%, transparent 22%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
@media screen and (min-width: 1080px) {
  .business-field-card {
    min-height: 560px;
  }
}
.business-field-card__title {
  color: #fff;
  font-size: 2.76rem;
  text-align: center;
  margin: 30px 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

/* Our Business
--------------------------------------------- */
.business-sec {
  background-image: url(../img/top/business_fields_sec_bg_sp.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 80px;
}
@media screen and (min-width: 1080px) {
  .business-sec {
    background-image: url(../img/top/business_fields_sec_bg.jpg);
    padding: 100px 0 180px;
  }
}
.business-list {
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 1080px) {
  .business-list {
    display: flex;
    margin: 0 -25px;
  }
}
.business-list__item {
  box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .business-list__item {
    flex: 0 0 50%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1079.98px) {
  .business-list__item + .business-list__item {
    margin-top: 30px;
  }
}
.business-card {
  color: inherit;
  display: block;
  border: 1px solid #fff;
  padding: 3px;
  text-decoration: none;
}
.business-card-bottom {
  background-color: #000;
  padding: 30px 40px;
}
@media screen and (max-width: 1079.98px) {
  .business-card-bottom {
    display: none;
  }
}
.business-card__img {
  position: relative;
  z-index: 0;
  padding-top: 39.55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1080px) {
  .business-card__img {
    padding-top: 65.85%;
  }
}
.business-card__img::before, .business-card__img::after {
  content: "";
  display: block;
  background-image: url(../img/common/triangle_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 0;
}
.business-card__img::before {
  width: 80px;
  height: 80px;
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
@media screen and (min-width: 1080px) {
  .business-card__img::before {
    width: 140px;
    height: 140px;
  }
}
.business-card__img::after {
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
}
.business-card__title {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .business-card__title {
    font-size: 2.7rem;
    top: 36px;
    left: 30px;
  }
}
.business-card__more {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 3px;
  z-index: 100;
}
.business-card__description {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7;
  min-height: 5.1em;
  margin: 0;
}

/* Company Profile
--------------------------------------------- */
.company-profile-sec {
  background-image: url(../img/top/company_profile_sec_bg_sp.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 80px;
}
@media screen and (min-width: 1080px) {
  .company-profile-sec {
    background-image: url(../img/top/company_profile_sec_bg.jpg);
    padding: 100px 0 180px;
  }
}
.company-profile-link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 1080px) {
  .company-profile-link-list {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
}
.company-profile-link-list__item {
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (min-width: 1080px) {
  .company-profile-link-list__item {
    flex: 0 0 50%;
    padding: 0 25px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1079.98px) {
  .company-profile-link-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .company-profile-link-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.company-profile-link-card {
  color: inherit;
  display: block;
  border: 1px solid #fff;
  padding: 3px;
  text-decoration: none;
}
.company-profile-link-card__img {
  position: relative;
  z-index: 0;
  padding-top: 47.91%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.company-profile-link-card__img::before, .company-profile-link-card__img::after {
  content: "";
  display: block;
  background-image: url(../img/common/triangle_black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 0;
}
.company-profile-link-card__img::before {
  width: 100px;
  height: 100px;
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
@media screen and (min-width: 1080px) {
  .company-profile-link-card__img::before {
    width: 110px;
    height: 110px;
  }
}
.company-profile-link-card__img::after {
  width: 54px;
  height: 54px;
  bottom: 0;
  right: 0;
}
.company-profile-link-card__title {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .company-profile-link-card__title {
    font-size: 2.7rem;
  }
}
.company-profile-link-card__more {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 3px;
  z-index: 100;
}

/* Recruit
--------------------------------------------- */
.top-row {
  display: flex;
  min-width: 0;
}
@media screen and (max-width: 1079.98px) {
  .top-row {
    display: block;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1080px) {
  .top-col {
    flex: 0 0 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1080px) {
  .top-col + .top-col {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1079.98px) {
  .contact-sec {
    padding-bottom: 70px;
  }
}
.contact-sec-title-container {
  margin: 0 0 45px;
  padding: 65px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-sec-title-container .sec-title,
.contact-sec-title-container .sec-title--white {
  margin: 0;
}
.contact-sec-container {
  max-width: 340px;
}
@media screen and (min-width: 1080px) {
  .contact-sec-container {
    max-width: 390px;
  }
}

.contact-btn-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-btn-list__item + .contact-btn-list__item {
  margin-top: 20px;
}

.contact-btn {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  text-decoration: none;
  padding: 40px 0;
  transition: 0.25s;
}
.contact-btn__icon {
  margin-right: 20px;
}
.contact-btn__icon svg {
  width: 44px;
  height: 29.8571px;
}
.contact-btn__icon svg g {
  transition: 0.25s;
}
.contact-btn:hover {
  color: #fff;
  background-color: #810000;
  border-color: #810000;
}
.contact-btn:hover .contact-btn__icon svg g {
  stroke: #fff;
}

/* Contact Us
--------------------------------------------- */
.contact-sns-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.contact-sns-list__item + .contact-sns-list__item {
  margin-left: 12px;
}

.contact-tel-container {
  margin: 40px 0;
}

.contact-tel {
  color: inherit;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}
.contact-tel + .contact-tel {
  margin-top: 10px;
}
.contact-tel__label {
  flex: 0 0 58px;
  font-size: 2.6rem;
}
@media screen and (min-width: 1080px) {
  .contact-tel__label {
    flex: 0 0 67px;
    font-size: 3.1rem;
  }
}
.contact-tel__number {
  font-size: 3.6rem;
}
@media screen and (min-width: 1080px) {
  .contact-tel__number {
    font-size: 4rem;
  }
}
.contact-tel-time {
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}

/* Overview
--------------------------------------------- */
.overview-sec {
  padding: 0 0 80px;
}
@media screen and (min-width: 1080px) {
  .overview-sec {
    padding: 0 0 140px;
  }
}

.overview-table {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 90px;
}
.overview-table th, .overview-table td {
  font-size: 1.6rem;
  padding: 15px 0px;
  line-height: 1.7;
  vertical-align: text-top;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1079.98px) {
  .overview-table th, .overview-table td {
    font-size: 1.4rem;
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .overview-table th, .overview-table td {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
}
.overview-table th {
  font-weight: 400;
  letter-spacing: 0.14em;
  text-align: left;
}
@media screen and (max-width: 1079.98px) {
  .overview-table th {
    background-color: #c1c1c1;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1080px) {
  .overview-table th {
    width: 20px;
    text-align: right;
    white-space: nowrap;
    padding: 15px 70px 15px 15px;
  }
}
.overview-table a {
  color: inherit;
  text-decoration: none;
}

.overview-img {
  width: 100%;
}

/* philosophy
--------------------------------------------- */
.philosophy-sec {
  padding: 0 0 80px;
}
@media screen and (min-width: 1080px) {
  .philosophy-sec {
    padding: 0 0 140px;
  }
}

.philosophy-message{
	line-height: 2;
	width:100%;
}
.philosophy-box{
	display: block;
}
.philosophy-img{
	width:100%;
	text-align: center;}
.philosophy-copy{font-size:1.5em;font-weight: bold;text-align: center;padding:20px;}
.philosophy-sign{
	text-align: right;
	margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .philosophy-box{
	display: flex;
}

	.philosophy-copy{font-size:2em;
	}
}

/* strength
--------------------------------------------- */
.strength-sec {
  padding: 0 0 80px;
}
.strength-copy{font-size:1.2em;font-weight: bold;text-align: center;padding:20px;}
.strength-list{
	display: flex;
	flex-wrap: wrap;
	
}
.strength-list__item{
	 
	width: calc( ( 100% - 60px ) / 2 );
	margin-right: 30px;
	margin-bottom: 30px;
}

.strength-card__title{
	text-align: center;
	background-color: #000000;
	color:#FFFFFF;
	font-weight: bold;
	font-size:1.1em;
	padding: 45px 0px;
}
@media screen and (min-width: 1080px) {
	.strength-copy{font-size:1.5em;}
  .strength-list__item{
	width: calc( ( 100% - 60px ) / 3 );
	
}
	.strength-list > div:nth-child( 3n ) {
    margin-right: 0;
}
}


/* certification
--------------------------------------------- */
.certification-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1080px) {
  .certification-list {
    margin: 0 -20px;
  }
}
.certification-list__item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .certification-list__item {
    flex: 0 0 33.333%;
    padding: 0 20px;
  }
}
.certification-card__img {
  padding-top: 107%;
  background-color: #FFFFFF;
  border: 1px solid #a8a8a8;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* check
--------------------------------------------- */
.check-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1080px) {
  .check-list {
    margin: 0 -20px;
  }
}
.check-list__item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .check-list__item {
    flex: 0 0 33.333%;
    padding: 0 20px;
  }
}
.check-card__img {
  padding-top: 107%;
  background-color: #FFFFFF;
  border: 1px solid #a8a8a8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.check-card__title{font-weight:bold;}





/* History
--------------------------------------------- */
.history-sec {
  padding: 0 0 80px;
}
@media screen and (min-width: 1080px) {
  .history-sec {
    padding: 0 0 140px;
  }
}

.history-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.history-table th, .history-table td {
  font-size: 1.6rem;
  padding: 15px 0px;
  line-height: 1.7;
  vertical-align: text-top;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1079.98px) {
  .history-table th, .history-table td {
    font-size: 1.4rem;
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .history-table th, .history-table td {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
}
.history-table th {
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.14em;
  text-align: left;
}
@media screen and (max-width: 1079.98px) {
  .history-table th {
    background-color: #c1c1c1;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1080px) {
  .history-table th {
    width: 20px;
    padding: 15px 70px 15px 70px;
  }
}

/* Access
--------------------------------------------- */
.access-map {
  height: 350px;
  border: 1px solid #c1c1c1;
}
@media screen and (min-width: 1080px) {
  .access-map {
    height: 650px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-company {
  margin-top: 36px;
}
.access-company__name {
  font-size: 1.8rem;
}
.access-company__address {
  margin: 3px 0;
}
.access-company__tel a {
  color: inherit;
  text-decoration: none;
}
.access-transportation-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.access-transportation-list__item + .access-transportation-list__item {
  margin-top: 10px;
}
.access-transportation__title {
  color: #810000;
  font-weight: 400;
  margin: 0;
}
.access-transportation__description {
  margin: 0;
}

.page-description {
  font-weight: 500;
  line-height: 1.875;
  margin: 20px 0 80px;
}
@media screen and (min-width: 1080px) {
  .page-description {
    font-size: 1.7rem;
    text-align: center;
  }
}

/* Processing Example
--------------------------------------------- */
.processing-example-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1080px) {
  .processing-example-list {
    margin: 0 -20px;
  }
}
.processing-example-list__item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .processing-example-list__item {
    flex: 0 0 33.333%;
    padding: 0 20px;
  }
}
.processing-example-card__img {
  padding-top: 107%;
  background-color: #dbdbdb;
  border: 1px solid #a8a8a8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.processing-example-card__data {
  width: 100%;
  margin: 0;
}
.processing-example-card__data th, .processing-example-card__data td {
  border-bottom: 1px dashed #dbdbdb;
  padding: 5px 0;
}
.processing-example-card__data th {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .processing-example-card__data th {
    font-size: 1.3rem;
  }
}
.processing-example-card__data td {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (min-width: 1080px) {
  .processing-example-card__data td {
    font-size: 1.5rem;
  }
}

/* equipment 
--------------------------------------------- */
.equipment-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1080px) {
  .equipment-list {
    margin: 100px -20px;
  }
}
.equipment-list__item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .equipment-list__item {
    flex: 0 0 33.333%;
    padding: 0 20px;
  }
}
.equipment-card__img {
  padding-top: 107%;
  background-color: #dbdbdb;
  border: 1px solid #a8a8a8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.equipment-card__data {
  width: 100%;
  margin: 0;
 border-top: 1px dashed #dbdbdb;
}
.equipment-card__data th, .equipment-card__data td {
  border-bottom: 1px dashed #dbdbdb;
  padding: 5px 0;
}
.equipment-card__data th {
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .equipment-card__data th {
    font-size: 1.3rem;
  }
}
.equipment-card__data td {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (min-width: 1080px) {
  .equipment-card__data td {
    font-size: 1.5rem;
  }
}
.equipment-card__title  {
  font-size: 1.4rem;
font-weight: bold;
  text-align: left;
}

.year-list{
	text-align: center;
	margin: 30px
}
a.year-list__item{
	font-family: "Bebas Neue", cursive;
	text-decoration: none;
	color: #000000;
margin: 10px;
font-size:1.5rem;}
a.year-list__item .active{
	border-bottom: solid 2px #810000;
}

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

.text-right {
  text-align: right;
}

@media screen and (max-width: 1079.98px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .hidden-pc {
    display: none !important;
  }
}
