﻿@charset "UTF-8";

.contents {
  padding: 0 0 60px;
}
.contents img {
  max-width: 100%;
  vertical-align: bottom;
}
.contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents *::before, .contents *::after {
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-kv {
  position: relative;
  height: 400px;
}
.about-kv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 102, 181, 0.5);
  -webkit-clip-path: polygon(0 0, 56vw 0, 0 100vw, 0 100vw);
  clip-path: polygon(0 0, 56vw 0, 0 100vw, 0 100vw);
}
.about-kv > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-kv-inner {
  padding: 0 20px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 950px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-kv-inner > h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
.about-menu {
  margin: 60px auto 0;
  width: 950px;
}
.about-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-menu-list > li {
  width: calc(50% - 25px);
}
.about-menu-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-menu-link > img {
  position: relative;
}
.about-menu-link > p {
  position: absolute;
  width: 100%;
  padding: 15px;
  background-color: rgba(16, 112, 186, 0.8);
  bottom: 0;
  left: 0;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.about-menu-link > p::before {
  content: "▶";
  color: #fff;
  font-size: 1.6rem;
}
.about-menu-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 50px;
  margin-top: 50px;
}
.about-menu-sub::after {
  display: none;
}
.about-menu-sub > a {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
  height: 50px;
  border: 1px solid #aaa;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
}
.about-menu-sub > a[target=_blank] {
  background-image: url(/en/aboutus/images/common/icon_window.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  width: calc(50% - 25px);
}
.about-menu-sub > a::before {
  content: "▶";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 20px;
  color: #006fbc;
}
@media screen and (max-width: 768px) {
  #breadCrumbs {
    display: none !important;
  }
  .contents {
    padding: 0 15px 0px;
  }
  .contents .pc {
    display: none;
  }
  .about-kv {
    margin: 0 -15px;
    height: 40vw;
  }
  .about-kv::after {
    -webkit-clip-path: polygon(0 0, 75vw 0, 0 100vw, 0 100vw);
    clip-path: polygon(0 0, 75vw 0, 0 100vw, 0 100vw);
  }
  .about-kv-inner {
    padding: 0 15px;
    width: 100%;
  }
  .about-kv-inner > h1 {
    font-size: 2.4rem;
  }
  .about-menu {
    margin-top: 40px;
    width: 100%;
    padding-bottom: 60px;
  }
  .about-menu-list {
    gap: 10px;
  }
  .about-menu-list > li {
    width: calc(50% - 5px);
  }
  .about-menu-link > p {
    padding: 10px;
    font-size: 1.4rem;
  }
  .about-menu-sub {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-menu-sub > a {
    width: 100% !important;
    font-size: 1.6rem;
  }
  .about-menu-sub > a::before {
    left: 10px;
  }
}
@media screen and (min-width: 767px), print {
  .contents .sp {
    display: none;
  }
}
@media (any-hover: hover) {
  .about-menu-link > img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .about-menu-link:hover > img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    scale: 1.1;
  }
  .about-menu-sub > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .about-menu-sub > a:hover {
    background-color: #e6f1f9;
  }
}