@charset "UTF-8";
/* --------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #222;
  background-color: #F6F7F8;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
}

h1,h2,h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.content-wrap {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-title .jp {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 19px;
  position: relative;
}

.content-title .en {
  font-size: 6.5rem;
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.content-title.color-white .jp,
.content-title.color-white .en {
  color: #fff;
}

.content-title .jp::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-color: #FC1B1C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow.border-white {
  border-color: #fff;
}

.arrow.border-black {
  border-color: #222530;
}

.content-link {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  padding: 26px 16px 26px 24px;
  position: relative;
  transition: 0.3s;
}

.content-link.bg-white {
  color: #222530;
  background-color: #fff;
  border: solid 1px #222530;
}

.content-link.bg-black {
  color: #fff;
  background-color: #222530;
}

.content-link .arrow {
  width: 40px;
  height: 40px;
  padding: 9px;
  right: 16px;
  transition: 0.3s;
}

@media screen and (min-width: 1281px) {
  .max-1280 {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .min-1281 {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .max-1024 {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .min-1025 {
    display: none !important;
  }

  .content-link {
    width: 320px;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  .content-link:hover .arrow {
    width: 45px;
    height: 45px;
    right: 14px;
  }

  .content-link.bg-white:hover {
    background-color: #F6F7F8;
  }

  .content-link.bg-black:hover {
    background-color: #000;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .content-title .jp {
    font-size: 1.2rem;
    padding-left: 12px;
  }

  .content-title .jp::before {
    width: 8px;
    height: 8px;
  }

  .content-title .en {
    font-size: 4.4rem;
  }

  .content-link {
    width: 100%;
    padding: 20px 16px 20px 24px;
  }

  .content-link .arrow {
    width: 35px;
    height: 35px;
  }
}

/* --------------------------------------------------------------------
 HEADER
-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(246, 247, 248, 0);
  border-bottom: solid 1px rgba(128, 146, 154, 0);
  transition: 0.3s;
}

#header.bg-color-change,
#header.members-nav-open,
#header.search-nav-open,
#header.sp-nav-open {
  background-color: rgba(246, 247, 248, 1);
  border-bottom: solid 1px rgba(128, 146, 154, 1);
}

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

.header-brand {
  padding: 26px 0 16px 50px;
}

.header-brand a {
  width: 315px;
  height: 45px;
  display: inline-block;
  position: relative;
}

.header-brand a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.header-brand .logo-black,
.header-brand .logo-white {
  transition: 0.3s;
}

.header-brand .logo-black {
  opacity: 0;
}

#header.bg-color-change .header-brand .logo-black,
#header.members-nav-open .header-brand .logo-black,
#header.search-nav-open .header-brand .logo-black,
#header.sp-nav-open .header-brand .logo-black {
  opacity: 1;
}

#header.bg-color-change .header-brand .logo-white,
#header.members-nav-open .header-brand .logo-white,
#header.search-nav-open .header-brand .logo-white,
#header.sp-nav-open .header-brand .logo-white {
  opacity: 0;
}

.header-nav {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.header-nav-list {
  display: flex;
  gap: 40px;
}

.header-nav-item {
  position: relative;
}

.header-nav-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

#header.bg-color-change .header-nav-item::after,
#header.members-nav-open .header-nav-item::after,
#header.search-nav-open .header-nav-item::after {
  background-color: #222;
}

.header-nav-item a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

#header.bg-color-change .header-nav-item a,
#header.members-nav-open .header-nav-item a,
#header.search-nav-open .header-nav-item a {
  color: #222;
}

.header-nav-item.active a {
  font-weight: 600;
}

.header-nav-item.members-only a {
  padding-right: 31px;
  position: relative;
}

.header-nav-item.members-only a::before,
.header-nav-item.members-only a::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  transition: 0.3s;
}

.header-nav-item.members-only a::before {
  transform: translateY(-50%) rotate(0deg);
}

.header-nav-item.members-only a::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}

#header.bg-color-change .header-nav-item.members-only a::before,
#header.members-nav-open .header-nav-item.members-only a::before,
#header.search-nav-open .header-nav-item.members-only a::before,
#header.bg-color-change .header-nav-item.members-only a::after,
#header.members-nav-open .header-nav-item.members-only a::after,
#header.search-nav-open .header-nav-item.members-only a::after {
  background-color: #222;
}

#header.members-nav-open .header-nav-item.members-only a::after {
  opacity: 0;
}

.header-actions-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-actions-item-link.language-search {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #222530;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.header-actions-item-link.members-login {
  display: block;
  width: 150px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #FC1B1C;
  text-align: center;
  padding: 34px 0;
  transition: 0.3s;
}

.header-nav-box {
  background-color: #F6F7F8;
  padding-top: 97px;
  transition: 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.header-nav-box:not(.sp-nav) {
  border-bottom: solid 1px #80929A;
}

.header-nav-box.open {
  opacity: 1;
  visibility: visible;
}

.members-nav-wrap {
  max-width: 1540px;
  margin: 0 auto;
  padding: 40px 20px;
}

.members-nav-list {
  display: flex;
  gap: 36px;
}

.members-nav-item a {
  display: block;
  color: #222530;
}

.members-nav-item-thumbnail {
  position: relative;
}

.members-nav-item-thumbnail .members-list-shadow {
  opacity: 0.5;
}

.members-nav-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 16px;
}

.members-nav-item-text .arrow {
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 7px;
  position: relative;
  top: auto;
  transform: none;
}

.search-nav-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 32px 20px;
}

.search-block {
  position: relative;
}

.language-search-input {
  width: 100%;
  font-size: 1.6rem;
  border: solid 1px #80929A;
  border-radius: 30px;
  padding: 17px 22px;
}

.language-search-input::placeholder {
  color: #757F84;
}

.search-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 7px;
  background-color: #222530;
  border: solid 1px #222530;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.sp-nav-list {
  padding: 32px 20px 41px;
}

.sp-nav-item {
  padding-bottom: 20px;
  border-bottom: solid 1px #80929A;
}

.sp-nav-item + .sp-nav-item {
  padding-top: 20px;
}

.sp-nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  position: relative;
}

.sp-nav-item a .arrow {
  width: 45px;
  height: 45px;
  position: relative;
  top: auto;
  transform: none;
  padding: 11px;
}

.sp-nav-inner {
  padding-top: 16px;
}

.sp-nav-inner-item {
  padding-left: 12px;
  position: relative;
}

.sp-nav-inner-item + .sp-nav-inner-item {
  margin-top: 16px;
}

.sp-nav-inner-item::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 1.3em;
  left: 0;
}

.sp-nav-inner-item a {
  font-size: 1.4rem;
  font-weight: 300;
}

.sp-nav-actions-members {
  margin-top: 20px;
}

.sp-nav-actions-search {
  padding: 0 20px 46px;
}

.sp-nav-actions-search .language-search-input {
  padding: 17px 15px;
}

.sp-nav-actions-search .search-button {
  right: 12px;
}

.hum {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}

.hum span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  right: 4px;
  transition: 0.4s ease;
}

#header.bg-color-change .hum span,
#header.sp-nav-open .hum span {
  background-color: #222;
}

.hum span:nth-child(1) {
  width: 33px;
  top: 7px;
}

.hum span:nth-child(2) {
  width: 22px;
  top: 19px;
}

.hum span:nth-child(3) {
  width: 12px;
  top: 31px;
}

#header.sp-nav-open .hum span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 8px);
}

#header.sp-nav-open .hum span:nth-child(2) {
  opacity: 0;
}

#header.sp-nav-open .hum span:nth-child(3) {
  width: 33px;
  transform: rotate(-45deg) translate(9px, -8px);
}

@media screen and (max-width: 1200px) {
  .header-brand {
    padding: 26px 0 16px 20px;
  }

  .members-nav-list {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header-brand {
    padding: 21px 0 12px 20px;
  }

  .header-actions-list {
    gap: 24px;
  }

  .header-actions-item-link.members-login {
    width: 100%;
    padding: 24px 0;
  }

  .header-nav-box {
    padding-top: 90px;
    height: 100vh;
    overflow-y: auto;
  }
}

@media screen and (min-width: 769px) {
  .header-nav-item:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .header-actions-item-link.language-search:hover {
    background-color: #222;
  }

  .header-actions-item-link.members-login:hover {
    background-color: #DC1718;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: 65px;
  }

  .header-brand {
    padding: 15px 10px;
  }

  .header-brand a {
    width: 237px;
    height: 41px;
  }

  .header-nav-box {
    padding-top: 63px;
  }

  .header-actions-item-link.members-login {
    padding: 9px 0;
  }

  .language-search-input::placeholder {
    color: transparent;
  }
}

/* --------------------------------------------------------------------
 MAIN
-------------------------------------------------------------------- */
#kv {
  height: 100svh;
  position: relative;
}

.kv-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.kv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(34, 37, 48, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}

.kv-text {
  position: absolute;
  top: 20.2vh;
  left: 10.938vw;
}

.kv-text-main {
  display: block;
  width: 52.1875vw;
}

.kv-text-sub {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  margin-top: 48px;
  letter-spacing: 0.03em;
}

.kv-link-list {
  display: flex;
  border-top: solid 1px #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.kv-link-item {
  width: 50%;
}

.kv-link-item:first-child {
  border-right: solid 1px #fff;
}

.kv-link-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  padding: 46px 140px 46px 50px;
  background-color: #222530;
  transition: 0.3s;
  position: relative;
}

.kv-summary {
  display: block;
  font-weight: 300;
  margin-top: 8px;
}

.kv-link-item a .arrow {
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-left: 16px;
  padding: 19px;
  right: 50px;
}

.news {
  padding: 100px 0;
  margin-top: 1px;
}

.news-list {
  display: flex;
  gap: 75px;
  margin-top: 64px;
}

.news-item {
  width: calc((100% - 150px) / 3);
}

.news-item a {
  display: block;
}

.news-item-thumbnail {
  border-radius: 15px;
  overflow: hidden;
}

.news-item-thumbnail img {
  transition: 0.3s;
}

.news-item-text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #222530;
  margin: 40px 0 24px;
}

.news-item-date {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #84868D;
}

.members {
  background-color: #222530;
}

.members .content-wrap {
  max-width: 1540px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 20px 64px;
}

.members-list {
  display: flex;
  flex-wrap: wrap;
}

.members-list-item {
  width: calc(100% / 3);
}

.members-list-item a {
  aspect-ratio: 1.568 / 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  padding: 50px 50px 32px 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.members-list-item a::before {
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.members-list-item.processing-technology a::before {
  background-image: url("../img/thumbnail-processing-technology.jpg");
}

.members-list-item.production-management-dx a::before {
  background-image: url("../img/thumbnail-production-management-dx.jpg");
}

.members-list-item.safety-maintenance a::before {
  background-image: url("../img/thumbnail-safety-maintenance.jpg");
}

.members-list-item.management-succession a::before {
  background-image: url("../img/thumbnail-management-succession.jpg");
}

.members-list-item.recruitment-training a::before {
  background-image: url("../img/thumbnail-recruitment-training.jpg");
}

.members-list-item.data-research a::before {
  background-image: url("../img/thumbnail-data-research.jpg");
}

.members-list-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.members-list-shadow::before,
.members-list-shadow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

.members-list-shadow::before {
  background: linear-gradient(180deg, rgba(34, 37, 48, 1), rgba(43, 47, 54, 0.1));
  opacity: 1;
}

.members-list-shadow::after {
  background: linear-gradient(180deg, rgba(34, 37, 48, 0.5), rgba(43, 47, 54, 0.55));
  opacity: 1;
}

.members-list-item-inner {
  height: 100%;
  position: relative;
}

.members-list-item a .arrow {
  width: 60px;
  height: 60px;
  padding: 15px;
  top: auto;
  transform: translateY(0);
  right: 0;
  bottom: 0;
}

.client {
  background-color: #fff;
  padding: 60px 0;
}

.client-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
}

.client-item a {
  display: block;
  width: 190px;
}

@media screen and (max-width: 1200px) {
  .kv-text {
    left: 7vw;
  }

  .members-list-item a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .kv-link-item a {
    padding: 20px 140px 20px 20px;
  }

  .kv-link-item a .arrow {
    right: 30px;
  }

  .news-list {
    gap: 30px;
  }

  .news-item {
    width: calc((100% - 60px) / 3);
  }

  .members .content-wrap {
    gap: 30px;
  }

  .members-list {
    display: block;
  }

  .members-list-item {
    width: 100%;
  }

  .members-list-item a {
    flex-flow: row;
    padding: 38px 20px 38px 30px;
    aspect-ratio: auto;
  }

  .members-list-item-inner {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .members-list-item a .arrow {
    width: 65px;
    height: 65px;
    margin: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 769px) {
  .kv-link-item a:hover {
    background-color: #000;
  }

  .kv-link-item a:hover .arrow {
    width: 77px;
    height: 77px;
    right: 47px;
  }

  .news-item a:hover .news-item-thumbnail img {
    transform: scale(1.1);
  }

  .members-list-item a:hover:before {
    transform: scale(1.1);
  }

  .members-list-item a:hover .members-list-shadow::after {
    opacity: 0;
  }

  .members-list-item a:hover .arrow {
    width: 65px;
    height: 65px;
    right: -3px;
    bottom: -3px;
  }
}

@media screen and (max-width: 768px) {
  .kv-text {
    top: auto;
    bottom: 0;
    left: 0;
    padding: 20px 20px 33px;
  }

  .kv-text-main {
    width: 100%;
  }

  .kv-text-sub {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 28px;
  }

  .kv-link-list {
    display: block;
    position: relative;
    bottom: auto;
  }

  .kv-link-item {
    width: 100%;
  }

  .kv-link-item:first-child {
    border-right: none;
  }

  .kv-link-item + .kv-link-item {
    border-top: solid 1px #fff;
  }

  .kv-link-item a {
    padding: 24px 20px;
  }

  .kv-link-item a .arrow {
    width: 65px;
    min-width: 65px;
    height: 65px;
    position: relative;
    top: auto;
    transform: none;
    right: auto;
  }

  .news {
    padding: 80px 0;
  }

  .news-list {
    margin-top: 40px;
  }

  .news-item-text {
    font-size: 1.6rem;
    margin: 16px 0;
  }

  .news-item-date {
    font-size: 1.2rem;
  }

  .members .content-wrap {
    display: block;
    padding: 80px 20px 64px;
  }

  .members-link-item {
    margin-top: 40px;
  }

  .members-list-item a {
    font-size: 1.8rem;
  }

  .client {
    padding: 60px 0 72px;
  }

  .client-title {
    font-size: 3.2rem;
  }

  .client-list {
    gap: 30px 40px;
  }

  .client-item {
    width: calc((100% - 32px) / 2);
    max-width: 250px;
  }

  .client-item a {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-list {
    display: block;
  }

  .news-item {
    width: 100%;
  }

  .news-item + .news-item {
    margin-top: 40px;
  }

  .client-list {
    gap: 24px 16px;
  }

  .members-list-item a {
    height: 36.134vw;
  }
}

/* --------------------------------------------------------------------
 FOOTER
-------------------------------------------------------------------- */
.contact {
  background-image: url("../img/bg-contact_pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}

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

.contact-link .content-link {
  justify-content: flex-start;
  transition: 0.3s;
}

.contact-link .mail {
  display: inline-block;
  margin-right: 12px;
}

.contact-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 64px;
}

.footer-nav {
  background-color: #222530;
  padding: 40px 0;
}

.footer-nav-block {
  display: flex;
  justify-content: space-between;
}

.footer-brand .logo-white {
  width: 345px;
}

.footer-nav-list {
  display: flex;
  gap: 40px;
}

.footer-nav-item {
  width: 200px;
}

.footer-nav-item a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.footer-nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.footer-nav-inner {
  padding-top: 24px;
}

.footer-nav-inner-item {
  padding-left: 12px;
  position: relative;
}

.footer-nav-inner-item + .footer-nav-inner-item {
  margin-top: 16px;
}

.footer-nav-inner-item::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 1.3em;
  left: 0;
}

.footer-nav-inner-item a {
  font-size: 1.4rem;
  font-weight: 300;
  transition: 0.3s;
  background: none;
}

.footer-nav-inner-item a::after {
  display: none;
}

.footer-actions-item a {
  font-size: 1.4rem;
  font-weight: 300;
  transition: 0.3s;
}

.footer-actions-item a::after {
  display: none;
}

.copy {
  font-size: 1.3rem;
  text-align: center;
  padding: 16px;
  background-color: #F9F9F9;
}

@media screen and (max-width: 1300px) {
  .footer-nav-item {
    width: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-brand .logo-white {
    width: 315px;
  }

  .footer-nav-list {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-block {
    gap: 30px;
  }

  .footer-nav-block {
    display: block;
  }

  .footer-nav-list {
    display: block;
    margin-top: 40px;
  }

  .footer-nav-item {
    width: 100%;
  }

  .footer-nav-item + .footer-nav-item {
    margin-top: 28px;
  }

  .footer-nav-inner {
    padding-top: 18px;
  }
}

@media screen and (min-width: 769px) {
  .footer-nav-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .footer-nav-inner-item a:hover {
    opacity: 0.7;
  }

  .footer-actions-item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    background-image: url("../img/bg-contact_sp.jpg");
    padding: 55px 0;
  }

  .contact-block {
    display: block;
  }

  .contact-text {
    font-size: 1.6rem;
    margin: 60px 0 40px;
  }

  .footer-brand .logo-white {
    width: 237px;
  }

  .copy {
    font-size: 1.2rem;
  }
}