@charset "UTF-8";
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%;
}

.news-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .news-sp {
    background-color: #1a2952;
    border-radius: 0px;
    display: block;
  }
  .news-sp::after {
    background-color: #1a2952;
  }
}
.news-sp .devide {
  width: 100%;
  padding: 20px 10px 20px 20px;
}
.news-sp .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-sp .devide .ymd {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.news-sp .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-sp .devide .info {
    color: #fff;
  }
}
.news-sp .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: #1A2952;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s;
}
.news-sp .link:hover {
  background-color: rgba(94, 111, 158, 0.8);
  color: #fff;
}
@media screen and (max-width: 520px) {
  .news-sp .link .pc {
    display: none;
  }
}
.news-sp .link .sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .news-sp .link .sp {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .news-sp .link {
    padding: 10px;
    display: block;
    background-color: #b8cbff;
    text-align: right;
  }
}

.area-link {
  width: 100%;
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 520px) {
  .area-link {
    padding: 50px 5%;
  }
}
.area-link .area-copy {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2952;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  .area-link .area-copy {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
.area-link .sub-text {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .area-link .sub-text {
    font-size: 18px;
    text-align: left;
  }
}
.area-link .link-box {
  width: 100%;
}
.area-link .link-box .title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  letter-spacing: 0.1em;
  color: #1A2952;
  text-align: center;
  margin-bottom: 10px;
}
.area-link .link-box .link-list {
  background-color: #e6e6e6;
  padding: 50px;
}
@media screen and (max-width: 520px) {
  .area-link .link-box .link-list {
    padding: 30px;
  }
}
.area-link .link-box .link-list ul {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 520px) {
  .area-link .link-box .link-list ul {
    width: 100%;
    display: block;
  }
}
.area-link .link-box .link-list ul li {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(26, 41, 82, 0.3);
  transition: 0.45s;
  transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.45s;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 520px) {
  .area-link .link-box .link-list ul li {
    margin-bottom: 30px;
  }
}
.area-link .link-box .link-list ul li.is-show {
  opacity: 1;
  transform: translateY(0);
}
.area-link .link-box .link-list ul li:hover {
  box-shadow: none;
}
.area-link .link-box .link-list ul li:hover .link span {
  margin-left: 15px;
}
.area-link .link-box .link-list ul li .service-icon {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
.area-link .link-box .link-list ul li .service-icon img {
  width: 100%;
  height: 100%;
}
.area-link .link-box .link-list ul li .service-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
  margin-bottom: 30px;
  background-color: #1A2952;
  padding: 10px 0;
}
.area-link .link-box .link-list ul li .text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  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: 30px;
}
.area-link .link-box .link-list ul li .link {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
}
.area-link .link-box .link-list ul li .link span {
  color: #f7931e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  margin-left: 10px;
  transition: 0.45s;
}

#network-area {
  width: 100%;
  background-image: url(../image/an-top/top-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 80px;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #network-area {
    padding: 30px 10%;
  }
}
#network-area .content-box {
  width: 100%;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #network-area .content-box {
    display: block;
  }
}
#network-area .content-box .text-box {
  width: 100%;
}
#network-area .content-box .text-box .area-title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transform: skewX(-10deg);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(50px) skewX(-10deg);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .area-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .area-title {
    font-size: 28px;
  }
}
#network-area .content-box .text-box .area-title span {
  font-size: 52px;
  color: #DCA700;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .area-title span {
    font-size: 45px;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .area-title span {
    font-size: 35px;
  }
}
#network-area .content-box .text-box .apl-list {
  width: 80%;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .apl-list {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .apl-list {
    width: 100%;
  }
}
#network-area .content-box .text-box .apl-list .apl {
  text-align: center;
  padding: 10px;
  transform: skewX(-10deg);
  border: 1px solid #fff;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  opacity: 0;
  transform: translateX(50px) skewX(-10deg);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .apl-list .apl {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .apl-list .apl {
    font-size: 17px;
  }
}
#network-area .content-box .text-box .from-list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .from-list {
    display: block;
  }
}
#network-area .content-box .text-box .from-list .from {
  width: 100%;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#network-area .content-box .text-box .from-list .from:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .from-list .from {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .from-list .from {
    border-right: none;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
  }
  #network-area .content-box .text-box .from-list .from:last-child {
    margin: 0 auto 0px;
    padding: 0 0 0px;
    border-bottom: none;
  }
}
#network-area .content-box .text-box .from-list .from span {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #DCA700;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .from-list .from span {
    font-size: 24px;
  }
}
#network-area .content-box .text-box .nw-text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .text-box .nw-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .text-box .nw-text {
    font-size: 16px;
  }
}
#network-area .content-box .map-area {
  width: 100%;
  position: relative;
}
#network-area .content-box .map-area .map-img {
  display: block;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 520px) {
  #network-area .content-box .map-area .map-img {
    margin: 0 auto 30px;
  }
}
#network-area .content-box .map-area .page-link {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 60px;
  padding: 15px 0;
  width: 250px;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #f7931e;
  border: 1px solid #f7931e;
  transition: 0.45s;
}
#network-area .content-box .map-area .page-link:hover {
  background-color: transparent;
}
@media screen and (max-width: 1300px) {
  #network-area .content-box .map-area .page-link {
    right: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #network-area .content-box .map-area .page-link {
    position: relative;
    bottom: 0px;
    right: 0px;
    padding: 10px 30px;
    width: 200px;
    margin: 0 auto;
  }
}
#network-area.is-show .text-box .area-title {
  opacity: 1;
  transform: translateX(0) skewX(-10deg);
  transition-delay: 0s;
}
#network-area.is-show .apl-list .apl:nth-child(1) {
  opacity: 1;
  transform: translateX(0) skewX(-10deg);
  transition-delay: 0.2s;
}
#network-area.is-show .apl-list .apl:nth-child(2) {
  opacity: 1;
  transform: translateX(0) skewX(-10deg);
  transition-delay: 0.4s;
}
#network-area.is-show .from-list .from:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
#network-area.is-show .from-list .from:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
#network-area.is-show .from-list .from:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
#network-area.is-show .map-area .map-img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.all-area {
  width: 100%;
  padding: 50px 80px;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  .all-area {
    padding: 50px 5%;
  }
}
.all-area .content-box {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 49% 45%;
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (max-width: 1300px) {
  .all-area .content-box {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .all-area .content-box {
    display: block;
    width: 100%;
  }
}
.all-area .content-box .image-list {
  order: 1;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
.all-area .content-box .image-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
.all-area .content-box .text-box {
  order: 2;
}
@media screen and (max-width: 520px) {
  .all-area .content-box .text-box .another {
    font-size: 18px !important;
  }
}
.all-area .content-box .text-box .area-copy {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2952;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .all-area .content-box .text-box .area-copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .all-area .content-box .text-box .area-copy {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
  }
}
.all-area .content-box .text-box .area-copy span {
  font-size: 40px;
}
@media screen and (max-width: 1300px) {
  .all-area .content-box .text-box .area-copy span {
    font-size: 34px;
  }
}
@media screen and (max-width: 520px) {
  .all-area .content-box .text-box .area-copy span {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
  }
}
.all-area .content-box .text-box .fb-text {
  width: 90%;
  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;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #1A2952;
}
@media screen and (max-width: 520px) {
  .all-area .content-box .text-box .fb-text {
    font-size: 16px;
  }
}
.all-area .content-box .text-box .can-list li {
  position: relative;
  padding-left: 1.2em;
  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;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #1A2952;
  list-style: none;
}
@media screen and (max-width: 520px) {
  .all-area .content-box .text-box .can-list li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  }
}
.all-area .content-box .text-box .can-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.all-area .content-box .text-box .can-list li span {
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.all-area.is-show .can-list li:nth-child(1) span {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.all-area.is-show .can-list li:nth-child(2) span {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.all-area.is-show .can-list li:nth-child(3) span {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.all-area.is-show .can-list li:nth-child(4) span {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}
.all-area.is-show .can-list li:nth-child(5) span {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.all-area.is-show .image-list img:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.all-area.is-show .image-list img:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.all-area.is-show .image-list img:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.all-area.is-show .image-list img:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.all-area.is-show .image-list img:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.all-area.is-show .image-list img:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}

#kansen-area {
  background-color: #fff;
}
#kansen-area .content-box .image-list {
  order: 1;
}
#kansen-area .content-box .text-box {
  order: 2;
}
@media screen and (max-width: 520px) {
  #kansen-area .content-box .text-box {
    margin-bottom: 30px;
  }
}
#kansen-area .content-box .text-box .area-title {
  width: 90%;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #f7931e;
  border-top: 2px solid #f7931e;
  border-bottom: 2px solid #f7931e;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 40px;
}
#kansen-area .content-box .text-box .link-box {
  display: block;
  width: 400px;
  margin-left: auto;
  padding: 15px 40px;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #f7931e;
  border: 1px solid #f7931e;
  transition: 0.45s;
}
@media screen and (max-width: 520px) {
  #kansen-area .content-box .text-box .link-box {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }
}
#kansen-area .content-box .text-box .link-box:hover {
  background-color: transparent;
  color: #1A2952;
}

#fb-area {
  background-color: #f7f7f7;
}
#fb-area .content-box .image-list {
  order: 2;
}
#fb-area .content-box .text-box {
  order: 1;
}
#fb-area .content-box .text-box .area-title {
  width: 90%;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #f7931e;
  border-top: 2px solid #f7931e;
  border-bottom: 2px solid #f7931e;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 40px;
}

#wh-area .content-box {
  grid-template-columns: 45% 49%;
}
#wh-area .content-box .image-list {
  order: 1;
}
#wh-area .content-box .text-box {
  order: 2;
}
#wh-area .content-box .text-box .area-title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #f7931e;
  border-bottom: 2px solid #f7931e;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 40px;
  text-align: center;
}
#wh-area .content-box .text-box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d5dae6;
}
@media screen and (max-width: 520px) {
  #wh-area .content-box .text-box table {
    margin-bottom: 30px;
  }
}
#wh-area .content-box .text-box table thead {
  border: 1px solid #d5dae6;
}
#wh-area .content-box .text-box table thead th {
  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;
  border: 1px solid #d5dae6;
  padding: 8px 10px;
  text-align: center;
  color: #1A2952;
}
@media screen and (max-width: 520px) {
  #wh-area .content-box .text-box table thead th {
    font-size: 14px;
  }
}
#wh-area .content-box .text-box table tbody {
  border: 1px solid #d5dae6;
}
#wh-area .content-box .text-box table tbody td {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  border: 1px solid #d5dae6;
  padding: 8px 10px;
  text-align: center;
  color: #1A2952;
}
@media screen and (max-width: 520px) {
  #wh-area .content-box .text-box table tbody td {
    font-size: 17px;
  }
}
#wh-area .content-box .text-box table tbody td span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  padding: 0 10px;
  color: #1A2952;
}

#wt-area {
  background-color: #f7f7f7;
}
#wt-area .content-box .image-list {
  order: 2;
}
#wt-area .content-box .text-box {
  order: 1;
}
@media screen and (max-width: 520px) {
  #wt-area .content-box .text-box {
    margin-bottom: 30px;
  }
}
#wt-area .content-box .text-box .area-title {
  width: 90%;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #f7931e;
  border-top: 2px solid #f7931e;
  border-bottom: 2px solid #f7931e;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 40px;
}
#wt-area .content-box .text-box .link-box {
  display: block;
  width: 400px;
  padding: 15px 40px;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #f7931e;
  border: 1px solid #f7931e;
  transition: 0.45s;
}
@media screen and (max-width: 520px) {
  #wt-area .content-box .text-box .link-box {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }
}
#wt-area .content-box .text-box .link-box:hover {
  background-color: transparent;
  color: #1A2952;
}

.contact-area {
  width: 100%;
  background-color: #fff;
}
.contact-area .contact-back .c-text {
  opacity: 0.2;
  overflow: hidden;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  line-height: 1;
}
@media (max-width: 520px) {
  .contact-area .contact-back .c-text {
    opacity: 0.1;
  }
}
.contact-area .contact-back .c-text__track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 50s linear infinite;
  will-change: transform;
}
.contact-area .contact-back .c-text__rail {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-shrink: 0;
}
.contact-area .contact-back .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 100px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2952;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .contact-area .contact-back .c-text__item {
    font-size: 80px;
  }
}
@media (max-width: 450px) {
  .contact-area .contact-back .c-text__item {
    font-size: 60px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#license {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 80px;
}
@media screen and (max-width: 520px) {
  #license {
    padding: 50px 0px;
  }
}
#license .inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #license .inner {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #license .inner {
    width: 90%;
  }
}
#license .inner .area-title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #f7931e;
  border-bottom: 2px solid #f7931e;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 40px;
  text-align: center;
}
#license .inner .l-copy {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2952;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  #license .inner .l-copy {
    font-size: 22px;
  }
}
#license .inner .license-list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 520px) {
  #license .inner .license-list {
    display: block;
  }
}
#license .inner .license-list li {
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 10px rgba(26, 41, 82, 0.4);
}
@media screen and (max-width: 520px) {
  #license .inner .license-list li {
    margin-bottom: 30px;
  }
}
#license .inner .license-list li .image-box {
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}
#license .inner .license-list li .image-box img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
#license .inner .license-list li .image-box img.show {
  opacity: 1;
  transform: translateY(0);
}
#license .inner .license-list li .l-name {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #1A2952;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  #license .inner .license-list li .l-name {
    font-size: 20px;
  }
}
#license .inner .license-list li .text {
  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;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

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;
}/*# sourceMappingURL=top.css.map */