.top-keyvisual {
  width: 100%;
  margin-bottom: 170px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual {
    margin-bottom: 80px;
  }
}
.top-keyvisual .top-line {
  width: 100%;
  height: 50px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .top-keyvisual .top-line {
    height: 30px;
  }
}
.top-keyvisual .head-content {
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content {
    height: 100px;
  }
}
.top-keyvisual .head-content .logo-box {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .head-content .logo-box {
    width: 250px;
    margin: 0 auto;
  }
}
.top-keyvisual .head-content .logo-box img {
  width: 100%;
}
.top-keyvisual .head-content .navi {
  margin: 0 50px 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .navi {
    display: none;
  }
}
.top-keyvisual .head-content .navi li {
  padding-bottom: 5px;
  position: relative;
}
.top-keyvisual .head-content .navi li::before {
  background: #003399;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
.top-keyvisual .head-content .navi li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.top-keyvisual .head-content .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .navi li a {
    font-size: 16px;
  }
}
.top-keyvisual .key-visual-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 165px);
  background-image: url(../image/top/keyvisual.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area {
    height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area {
    height: calc(90vh - 130px);
    background-image: url(../image/top/keyvisual-sp.png);
  }
}
.top-keyvisual .key-visual-area .key-text {
  position: absolute;
  top: 25%;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text {
    left: 5%;
    width: 90%;
  }
}
.top-keyvisual .key-visual-area .key-text .hp-title,
.top-keyvisual .key-visual-area .key-text .sub-title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-keyvisual .key-visual-area .key-text .hp-title {
  font-size: 80px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area .key-text .hp-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .hp-title {
    font-size: 28px;
  }
}
.top-keyvisual .key-visual-area .key-text .sub-title {
  font-size: 25px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area .key-text .sub-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .sub-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .sub-title br {
    display: none;
  }
}
.top-keyvisual .key-visual-area .key-text.is-show .hp-title,
.top-keyvisual .key-visual-area .key-text.is-show .sub-title {
  opacity: 1;
  transform: translateY(0);
}
.top-keyvisual .key-visual-area .key-text.is-show .hp-title {
  transition-delay: 0.2s;
}
.top-keyvisual .key-visual-area .key-text.is-show .sub-title {
  transition-delay: 0.6s;
}

.sub-keyvisual {
  width: 100%;
}
.sub-keyvisual .top-line {
  width: 100%;
  height: 50px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .sub-keyvisual .top-line {
    height: 30px;
  }
}
.sub-keyvisual .head-content {
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content {
    height: 100px;
  }
}
.sub-keyvisual .head-content .logo-box {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .sub-keyvisual .head-content .logo-box {
    width: 250px;
    margin: 0 auto;
  }
}
.sub-keyvisual .head-content .logo-box img {
  width: 100%;
}
.sub-keyvisual .head-content .navi {
  margin: 0 50px 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .navi {
    display: none;
  }
}
.sub-keyvisual .head-content .navi li {
  padding-bottom: 5px;
  position: relative;
}
.sub-keyvisual .head-content .navi li::before {
  background: #003399;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
.sub-keyvisual .head-content .navi li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.sub-keyvisual .head-content .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .navi li a {
    font-size: 16px;
  }
}

#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 120px 50px 0;
  transform: translateY(200%);
  background: #fff;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1500px) {
  #menubar {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #menubar {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
  }
}
#menubar .navi {
  margin-bottom: 50px;
}
#menubar .navi li {
  margin-bottom: 30px;
}
#menubar .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#menubar .d-logo {
  width: 250px;
  margin: 0 auto;
}
#menubar .d-logo img {
  width: 100%;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3300;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: 0.2s;
  padding: 0 15px 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    width: 70px;
    height: 70px;
    display: flex;
  }
}
#menubar_hdr.ham {
  background-color: #fff;
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 2px solid #003399;
  width: 70px;
  margin-bottom: 20px;
}
#menubar_hdr span:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr span {
    width: 50px;
    margin-bottom: 10px;
  }
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 9px);
  border-top: 2px solid #003399;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -8px);
  border-top: 2px solid #003399;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -4px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -3px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

.sub-hdr {
  width: 300px !important;
}
@media screen and (max-width: 1100px) {
  .sub-hdr {
    width: 70px !important;
  }
}
.sub-hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}

header aside.mainimg-slick div img {
  width: 100%;
}

footer {
  width: 95%;
  height: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer {
    width: 90%;
  }
}
footer .logo-box {
  width: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .logo-box {
    width: 300px;
    margin: 0 auto 30px;
  }
}
footer .logo-box img {
  width: 100%;
}
footer .info-navi {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .info-navi {
    display: block;
  }
}
footer .info-navi .info-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box {
    margin-bottom: 30px;
  }
}
footer .info-navi .info-box .c-name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .c-name {
    font-size: 20px;
  }
}
footer .info-navi .info-box .info li {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li {
    display: block;
  }
}
footer .info-navi .info-box .info li .left {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .left {
    margin-bottom: 10px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }
}
footer .info-navi .info-box .info li .right {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .right {
    font-size: 16px;
  }
}
footer .info-navi .info-box .info li .right br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .right br {
    display: block;
  }
}
footer .info-navi .navi {
  text-align: right;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  footer .info-navi .navi {
    display: none;
  }
}
footer .info-navi .navi li {
  position: relative;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  transition: 0.45s;
}
footer .info-navi .navi li:hover {
  color: #a5a5a5;
}
footer .info-navi .navi li:hover a::before {
  left: -100px;
  opacity: 1;
}
footer .info-navi .navi li a {
  position: relative;
}
footer .info-navi .navi li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  width: 80px;
  height: 1px;
  background-color: #003399;
  opacity: 0;
  transition: 0.45s;
}
footer small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  footer small {
    text-align: center;
  }
}
footer small br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer small br {
    display: block;
  }
}

.company-info-area {
  padding: 80px 0;
  background-color: #003399;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  background-position: 0 0;
}
.company-info-area .inner-box {
  width: 90%;
  margin: 0 auto 150px;
}
.company-info-area .inner-box .area-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  padding-left: 10px;
  border-left: 10px solid #00b3fe;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .company-info-area .inner-box .area-title {
    font-size: 27px;
  }
}
.company-info-area .inner-box .info-list {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .company-info-area .inner-box .info-list {
    width: 100%;
  }
}
.company-info-area .inner-box .info-list li {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 65%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 650px) {
  .company-info-area .inner-box .info-list li {
    display: block;
    margin-bottom: 30px;
  }
}
.company-info-area .inner-box .info-list li .cate {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .company-info-area .inner-box .info-list li .cate {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.company-info-area .inner-box .info-list li .info {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 650px) {
  .company-info-area .inner-box .info-list li .info {
    font-size: 17px;
  }
}

.company-info-area.is-show .info-list li:nth-child(1) .info {
  transition-delay: 0.1s;
}
.company-info-area.is-show .info-list li:nth-child(2) .info {
  transition-delay: 0.2s;
}
.company-info-area.is-show .info-list li:nth-child(3) .info {
  transition-delay: 0.3s;
}
.company-info-area.is-show .info-list li:nth-child(4) .info {
  transition-delay: 0.4s;
}
.company-info-area.is-show .info-list li:nth-child(5) .info {
  transition-delay: 0.5s;
}
.company-info-area.is-show .info-list li:nth-child(6) .info {
  transition-delay: 0.6s;
}
.company-info-area.is-show .info-list li .info {
  opacity: 1;
  transform: translateX(0);
}

.image-box {
  width: 100%;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 768px) {
  .image-box {
    top: -80px;
  }
}
.image-box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .image-box img {
    display: block;
    margin-bottom: 50px;
  }
}
.image-box .g-logo {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 900px) {
  .image-box .g-logo {
    top: 30%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .image-box .g-logo {
    top: 30%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
  }
}
.image-box .g-logo img {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .image-box .g-logo img {
    width: 200px;
  }
}
.image-box .title-box {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .image-box .title-box {
    position: relative;
  }
}
.image-box .title-box .area-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  border-left: 10px solid #00b3fe;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .image-box .title-box .area-title {
    font-size: 27px;
    color: #000;
    width: 90%;
    margin: 0 auto 40px;
    text-shadow: none;
  }
}
.image-box .text-box {
  position: absolute;
  bottom: 80px;
  right: 100px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1300px) {
  .image-box .text-box {
    font-size: 40px;
    bottom: 50px;
    right: 80px;
  }
}
@media screen and (max-width: 950px) {
  .image-box .text-box {
    font-size: 35px;
    bottom: 30px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .image-box .text-box {
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 22px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    text-shadow: none;
  }
}

.group-list {
  width: 90%;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 50px;
}
@media screen and (max-width: 1300px) {
  .group-list {
    grid-template-columns: 32% 32% 32%;
  }
}
@media screen and (max-width: 768px) {
  .group-list {
    grid-template-columns: 49% 49%;
  }
}
.group-list li {
  width: 100%;
}
.group-list li:hover .logo-box {
  scale: 1.1;
}
.group-list li:hover .c-name {
  color: #00b3fe;
}
.group-list li .logo-box {
  width: 90%;
  margin: 0 auto;
  transition: 0.45s;
}
.group-list li .logo-box img {
  width: 100%;
}
.group-list li .logo-box .an {
  height: 120px;
  width: auto;
}
.group-list li .c-name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .group-list li .c-name {
    font-size: 14px;
  }
}/*# sourceMappingURL=about.css.map */