body {
  background-color: #1A2952;
}

.top-key-visual {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .top-key-visual {
    height: 100vh;
  }
}
.top-key-visual .logo-image {
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 50px;
  gap: 30px;
}
@media screen and (max-width: 520px) {
  .top-key-visual .logo-image {
    left: 20px;
    display: block;
  }
}
.top-key-visual .logo-image img {
  width: 200px;
}
@media screen and (max-width: 520px) {
  .top-key-visual .logo-image img {
    margin-bottom: 10px;
    display: block;
  }
}
.top-key-visual .logo-image .name {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  text-align: center;
}
.top-key-visual .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.top-key-visual .slideshow .slideshow-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-key-visual .slideshow .slideshow-inner .slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-key-visual .slideshow .slideshow-inner .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.top-key-visual .slideshow .slideshow-inner .slides .slide .filter {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 41, 82, 0.5);
}
.top-key-visual .slideshow .slideshow-inner .slides .slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.top-key-visual .slideshow .slideshow-inner .slides .slide.is-new {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.top-key-visual .slideshow .slideshow-inner .slides .slide .image-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.top-key-visual .slideshow .slideshow-inner .slides .slide .image-container .image-pc {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media screen and (max-width: 520px) {
  .top-key-visual .slideshow .slideshow-inner .slides .slide .image-container .image-pc {
    display: none;
  }
}
.top-key-visual .slideshow .slideshow-inner .slides .slide .image-container .image-sp {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media screen and (min-width: 520px) {
  .top-key-visual .slideshow .slideshow-inner .slides .slide .image-container .image-sp {
    display: none;
  }
}
.top-key-visual .pagination {
  position: absolute;
  bottom: 35px;
  left: 60%;
  width: 50%;
  height: 32px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top-key-visual .pagination {
    display: none;
  }
}
.top-key-visual .pagination .item {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 32px;
  padding: 15px 5px;
  cursor: pointer;
  text-indent: -9999px;
}
.top-key-visual .pagination .item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.top-key-visual .pagination .item:hover::before, .top-key-visual .pagination .item.is-active::before {
  background: #fff;
}

.text-area {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 50px;
}
@media screen and (max-width: 520px) {
  .text-area {
    left: 2.5%;
    width: 95%;
    margin: 0 auto;
  }
}
.text-area .key-title,
.text-area .sub-text,
.text-area .c-name {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.text-area.is-show .key-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.text-area.is-show .sub-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.text-area.is-show .c-name {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.text-area .key-title {
  font-size: 76px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  padding: 0 10px 15px;
  border-bottom: 3px solid #DCA700;
  text-shadow: 0 0 10px #1A2952;
}
@media screen and (max-width: 1300px) {
  .text-area .key-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  .text-area .key-title {
    font-size: 32px;
    padding: 0 0px 15px;
  }
}
.text-area .key-title span {
  font-size: 50px;
}
@media screen and (max-width: 1300px) {
  .text-area .key-title span {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .text-area .key-title span {
    font-size: 24px;
  }
}
.text-area .sub-text {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .text-area .sub-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .text-area .sub-text {
    font-size: 18px;
  }
}
.text-area .c-name {
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1300px) {
  .text-area .c-name {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .text-area .c-name {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.news {
  position: absolute;
  z-index: 100;
  bottom: 50px;
  left: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 40%;
  display: grid;
  grid-template-columns: 93% 7%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.news.is-show {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 520px) {
  .news {
    position: relative;
    bottom: 17.5%;
    left: 0;
    background-color: #1a2952;
    border-radius: 0px;
    display: none;
  }
  .news::after {
    background-color: #1a2952;
  }
}
.news .devide {
  width: 100%;
  padding: 20px 10px 20px 20px;
}
.news .devide .ymd {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1A2952;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .news .devide .ymd {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.news .devide .info {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .news .devide .info {
    color: #fff;
  }
}
.news .link {
  background-color: rgba(26, 41, 82, 0.3);
  padding: 20px 0 20px 20px;
  font-size: 27px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s;
}
.news .link:hover {
  background-color: rgba(26, 41, 82, 0.8);
}
@media screen and (max-width: 520px) {
  .news .link .pc {
    display: none;
  }
}
.news .link .sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .news .link .sp {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .news .link {
    padding: 10px;
    display: block;
    background-color: #b8cbff;
    color: #1A2952;
    text-align: right;
  }
}

.all-navi {
  position: fixed;
  z-index: 900;
  top: 30px;
  right: 50px;
  width: 50%;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 13% 13% 13% 13% 13% 13% 13%;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
  background-color: rgba(26, 41, 82, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .all-navi {
    display: none;
  }
}
.all-navi li {
  width: 100%;
}
.all-navi li:hover a .main {
  color: #DCA700;
}
.all-navi li:hover a .sub {
  color: #DCA700;
}
.all-navi li a {
  text-align: center;
}
.all-navi li a .main {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  margin-bottom: 5px;
  transition: 0.45s;
}
.all-navi li a .sub {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  transition: 0.45s;
}
.all-navi.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.all-navi.is-scrolled li a .main,
.all-navi.is-scrolled li a .sub {
  color: #1A2952;
}

.sub-key-visual {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sub-key-visual .logo-image {
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 50px;
  display: flex;
  align-items: end;
  gap: 30px;
}
@media screen and (max-width: 520px) {
  .sub-key-visual .logo-image {
    left: 20px;
    display: block;
  }
}
.sub-key-visual .logo-image img {
  width: 200px;
}
@media screen and (max-width: 520px) {
  .sub-key-visual .logo-image img {
    margin-bottom: 10px;
    display: block;
  }
}
.sub-key-visual .logo-image .name {
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
}

.about-page {
  background-image: url(../image/an-top/topkv-pc2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-page {
  height: 200px;
}

.group-page {
  background-image: url(../image/group/kv-group.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 520px) {
  .group-page {
    height: 225px;
  }
}
.group-page .fujihd-link {
  position: absolute;
  top: 40%;
  left: 10%;
}
@media screen and (max-width: 520px) {
  .group-page .fujihd-link {
    display: none;
  }
}
.group-page .fujihd-link .logo-box,
.group-page .fujihd-link .link {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, background-color 0.45s ease, color 0.45s e;
}
.group-page .fujihd-link .logo-box {
  width: 350px;
  margin-bottom: 30px;
}
.group-page .fujihd-link .logo-box img {
  width: 100%;
}
.group-page .fujihd-link .link {
  display: block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  letter-spacing: 0.1em;
  padding: 15px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, background-color 0.45s ease 0s, color 0.45s ease 0s;
}
.group-page .fujihd-link .link:hover {
  background-color: #fff;
  color: #1A2952;
}
.group-page.is-show {
  opacity: 1;
}
.group-page.is-show .fujihd-link .logo-box {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s;
}
.group-page.is-show .fujihd-link .link {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease 1.15s, transform 0.8s ease 1.15s, background-color 0.45s ease 0s, color 0.45s ease 0s;
}

.recruit-page {
  background-image: url(../image/recruit/kv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .recruit-page {
    height: 100vh;
    background-image: url(../image/recruit/kvrec-sp.jpg);
  }
}
.recruit-page .key-content {
  position: absolute;
  top: 40%;
  left: 50px;
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content {
    left: 2.5%;
    width: 95%;
    margin: 0 auto;
  }
}
.recruit-page .key-content .title {
  font-size: 76px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  padding: 0 10px 15px;
  border-bottom: 3px solid #DCA700;
  text-shadow: 0 0 10px #1A2952;
}
@media screen and (max-width: 1300px) {
  .recruit-page .key-content .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .title {
    font-size: 32px;
    padding: 0 0px 15px;
  }
}
.recruit-page .key-content .title span {
  font-size: 50px;
}
@media screen and (max-width: 1300px) {
  .recruit-page .key-content .title span {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .title span {
    font-size: 24px;
  }
}
.recruit-page .key-content .sub-text {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .recruit-page .key-content .sub-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .sub-text {
    font-size: 18px;
  }
}
.recruit-page .key-content .link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .link {
    display: block;
  }
}
.recruit-page .key-content .link .works {
  width: 300px;
  padding: 10px 30px;
  border: 1px solid #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  text-align: center;
  color: #fff;
  transition: 0.45s;
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .link .works {
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.recruit-page .key-content .link .works span {
  font-size: 18px;
}
.recruit-page .key-content .link .works:hover {
  background-color: #fff;
  color: #1A2952;
  border: 1px solid #1A2952;
}
.recruit-page .key-content .link .enter {
  width: 300px;
  padding: 10px 30px;
  border: 1px solid #ff9d00;
  background-color: #ff9d00;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  text-align: center;
  color: #fff;
  transition: 0.45s;
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .link .enter {
    display: block;
  }
}
.recruit-page .key-content .link .enter span {
  font-size: 18px;
}
.recruit-page .key-content .link .enter:hover {
  background-color: transparent;
}
.recruit-page .key-content .text {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .recruit-page .key-content .text {
    font-size: 22px;
  }
}

.office-page {
  background-image: url(../image/an-top/top-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 80px 50px 0;
  transform: translateX(200%);
  background: #1A2952;
  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 .d-logo {
  width: 150px;
  margin: 0 auto 50px;
}
#menubar .d-logo img {
  width: 100%;
}
#menubar .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 30px;
  margin-bottom: 25px;
  padding: 0 20px 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #menubar .navi {
    grid-template-columns: 49% 49%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
#menubar .navi li {
  width: 100%;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  #menubar .navi li {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #menubar .navi li {
    margin: 0 auto 30px;
  }
}
#menubar .navi li:hover {
  color: #DCA700;
}
#menubar .sns-icon {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0 20px 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #menubar .sns-icon {
    gap: 20px;
  }
}
#menubar .sns-icon svg {
  width: 50px;
  transition: 0.45s;
  fill: #fff;
}
#menubar .sns-icon svg:hover {
  fill: #DCA700;
}
@media screen and (max-width: 768px) {
  #menubar .sns-icon svg {
    width: 30px;
  }
}
#menubar .sns-icon .link {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #menubar .sns-icon .link {
    width: 150px;
  }
}
#menubar .info-box {
  width: 100%;
  padding: 0 20px;
}
#menubar .info-box .add {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 10px;
}
#menubar .info-box .tel-fax {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#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;
}
#menubar_hdr p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    width: 70px;
    height: 70px;
    display: flex;
  }
}
#menubar_hdr.ham {
  background-color: #1A2952;
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 2px solid #1A2952;
  width: 70px;
  margin-bottom: 20px;
}
#menubar_hdr span:last-child {
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr span {
    width: 50px;
    margin-bottom: 10px;
  }
}
#menubar_hdr.ham p {
  display: none;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 9px);
  border-top: 2px solid #fff;
}
@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 #fff;
}
@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: 80%;
  margin: 0 auto;
  padding: 50px 0px 20px;
}
footer .logo-box {
  width: 200px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 520px) {
  footer .logo-box {
    width: 150px;
  }
}
footer .logo-box img {
  width: 100%;
}
footer .info {
  width: 100%;
  margin-bottom: 30px;
}
footer .info .add {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
footer .info .num {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 520px) {
  footer .info .num {
    display: block;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
}

.news-pin-wrap {
  position: relative;
}

.news-back {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section1 {
  background-image: url(../image/news/back-image.png);
}

.page-title {
  display: block;
  width: 40%;
  text-align: center;
  margin: 0 auto 80px;
}
.page-title .b-t {
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2952;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7931e;
}
@media screen and (max-width: 520px) {
  .page-title .b-t {
    display: block;
  }
}
.page-title .s-t {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
}

.news-list {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  padding: 100px 50px;
  scrollbar-width: none;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.news-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1440px) {
  .news-list {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .news-list {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .news-list {
    padding: 100px 30px;
  }
}
.news-list li {
  display: grid;
  grid-template-columns: 20% 78%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #1A2952;
}
@media screen and (max-width: 900px) {
  .news-list li {
    display: block;
  }
}
.news-list li .yymm {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .news-list li .yymm {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .news-list li .yymm {
    font-size: 16px;
  }
}
.news-list li .info {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
  line-height: 1.8;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .news-list li .info {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .news-list li .info {
    font-size: 15px;
  }
}
.news-list li .info a {
  color: #6e5c1f;
  transition: 0.45s;
}
.news-list li .info a:hover {
  color: #DCA700;
}
.news-list.is-show li .info {
  opacity: 1;
  transform: translateX(0);
}

footer {
  border-top: none;
}/*# sourceMappingURL=news.css.map */