@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%;
}

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;
}

.intro-area {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 520px) {
  .intro-area {
    padding: 50px 5%;
  }
}
.intro-area .b-t {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .intro-area .b-t {
    font-size: 24px;
  }
}
.intro-area .s-t {
  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;
  line-height: 1.8;
  color: #1A2952;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .intro-area .s-t {
    font-size: 16px;
    text-align: left;
  }
}

.sport-area {
  width: 100%;
  padding: 50px 0;
  background-color: #f7f7f7;
}
.sport-area .inner-box {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 520px) {
  .sport-area .inner-box {
    display: block;
  }
}
.sport-area .inner-box .image-box {
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 20px;
}
@media screen and (max-width: 520px) {
  .sport-area .inner-box .image-box {
    margin-bottom: 30px;
  }
}
.sport-area .inner-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sport-area .inner-box .image-box img:nth-child(1) {
  transition-delay: 0s;
}
.sport-area .inner-box .image-box img:nth-child(2) {
  transition-delay: 0.15s;
}
.sport-area .inner-box .image-box img:nth-child(3) {
  transition-delay: 0.3s;
}
.sport-area .inner-box .image-box img:nth-child(4) {
  transition-delay: 0.45s;
}
.sport-area .inner-box .text-box {
  width: 100%;
}
.sport-area .inner-box .text-box .s-title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1A2952;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff9d00;
}
@media screen and (max-width: 520px) {
  .sport-area .inner-box .text-box .s-title {
    font-size: 20px;
  }
}
.sport-area .inner-box .text-box .s-text {
  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;
  color: #1A2952;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .sport-area .inner-box .text-box .s-text {
    font-size: 16px;
  }
}
.sport-area .inner-box .text-box .s-list {
  width: 100%;
}
.sport-area .inner-box .text-box .s-list li {
  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;
  letter-spacing: 0.1em;
  color: #1A2952;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sport-area .inner-box .text-box .s-list li:nth-child(1) {
  transition-delay: 0s;
}
.sport-area .inner-box .text-box .s-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.sport-area .inner-box .text-box .s-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.sport-area .inner-box .text-box .s-list li:last-child {
  margin-bottom: 0px;
}
.sport-area.is-show .inner-box .image-box img {
  opacity: 1;
  transform: translateY(0);
}
.sport-area.is-show .inner-box .text-box .s-list li {
  opacity: 1;
  transform: translateX(0);
}

.deco-area {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
  position: relative;
  vertical-align: baseline;
}
.deco-area .on-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .deco-area .on-text {
    font-size: 25px;
    top: 80%;
  }
}
.deco-area .on-text br {
  display: none;
}
@media screen and (max-width: 520px) {
  .deco-area .on-text br {
    display: block;
  }
}
.deco-area .on-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 41, 82, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s ease;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .deco-area .on-text::before {
    background-color: rgba(26, 41, 82, 0.7);
  }
}
.deco-area .on-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.6s;
}
.deco-area.is-show .on-text::before {
  transform: scaleX(1);
}
.deco-area.is-show .on-text span {
  opacity: 1;
  transform: translateY(0);
}
.deco-area ul {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
@media screen and (max-width: 520px) {
  .deco-area ul {
    grid-template-columns: 50% 50%;
  }
}
.deco-area ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.deco-area ul li img {
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.1s linear;
}

.schedule {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
}
.schedule .tab-container {
  width: 90%;
  margin: 0 auto 50px;
  padding-bottom: 20px;
  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) {
  .schedule .tab-container {
    display: block;
    margin: 0 auto 20px;
  }
}
.schedule .tab-container .tab {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .schedule .tab-container .tab {
    margin: 0 auto 20px;
  }
}
.schedule .tab-container .tab .bt {
  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.3;
  color: #1A2952;
  text-align: center;
  padding: 10px;
  border: 1px solid #1A2952;
  margin-bottom: 10px;
}
.schedule .tab-container .tab .bt.active {
  background-color: #1A2952;
  color: #fff;
}
.schedule .tab-container .tab .salary {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .schedule .tab-container .tab .salary {
    font-size: 14px;
  }
}
.schedule .tab-container .tab .salary span {
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  .schedule .tab-container .tab .salary span {
    font-size: 18px;
  }
}
.schedule .content-container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .schedule .content-container {
    width: 90%;
  }
}
.schedule .content-container .content {
  display: none; /*必須*/
}
.schedule .content-container .content.show {
  display: block; /*必須*/
}

.content .s-top {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .content .s-top {
    display: block;
    margin: 0 auto 20px;
  }
}
.content .s-top .content-title {
  margin-bottom: 30px;
}
.content .s-top .content-title .supple {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #1A2952;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff9d00;
}
@media screen and (max-width: 520px) {
  .content .s-top .content-title .supple {
    font-size: 16px;
  }
}
.content .s-top .content-title .main {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .content .s-top .content-title .main {
    font-size: 28px;
  }
}
.content .s-top .content-title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 16px;
  color: #ff9d00;
  letter-spacing: 0.1em;
}
.content .s-top .intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  color: #1A2952;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .content .s-top .intro-text {
    font-size: 16px;
  }
}
.content .graph-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 22px;
  color: #1A2952;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.content .atention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 16px;
  color: #1A2952;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .content .atention {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  }
}
.content .inner {
  display: grid;
  grid-template-columns: 65% 30%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 520px) {
  .content .inner {
    display: block;
  }
}
.content .inner .left-box {
  width: 100%;
  height: 90%;
}
@media screen and (max-width: 520px) {
  .content .inner .left-box {
    height: 100%;
    margin-bottom: 30px;
  }
}
.content .inner .left-box .graph {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .inner .left-box .graph li {
  position: relative;
  padding-left: 50px;
  display: grid;
  grid-template-columns: 12% 88%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  padding-bottom: 80px;
}
@media screen and (max-width: 520px) {
  .content .inner .left-box .graph li {
    display: block;
    padding-bottom: 50px;
  }
}
.content .inner .left-box .graph li:last-child {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.content .inner .left-box .graph li:last-child::after {
  display: none;
}
.content .inner .left-box .graph li::after {
  content: "";
  background-color: #ff9d00;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
  /* 初期状態 */
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.55s ease;
}
.content .inner .left-box .graph li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0%;
  width: 30px;
  height: 30px;
  background-color: #ff9d00;
  border-radius: 50%;
  /* 初期状態 */
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.content .inner .left-box .graph li .time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 20px;
  color: #1A2952;
  letter-spacing: 0.1em;
  /* 初期状態 */
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 520px) {
  .content .inner .left-box .graph li .time {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.content .inner .left-box .graph li .works .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 20px;
  color: #1A2952;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  /* 初期状態 */
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 520px) {
  .content .inner .left-box .graph li .works .main {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.content .inner .left-box .graph li .works .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  color: #1A2952;
  letter-spacing: 0.1em;
  line-height: 1.8;
  /* 初期状態 */
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 520px) {
  .content .inner .left-box .graph li .works .sub {
    font-size: 16px;
  }
}
.content .inner .right-box {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .content .inner .right-box .image-list {
    display: grid;
    grid-template-columns: 49% 49%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.content .inner .right-box .image-list img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.content .inner .right-box .b-image {
  width: 100%;
  position: relative;
  background-image: url(../image/recruit/b-gg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  .content .inner .right-box .b-image {
    background-image: none;
  }
}
.content .inner .right-box .b-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 520px) {
  .content .inner .right-box .b-image img {
    display: block;
  }
}
.content .inner .right-box .b-image .text-box {
  position: absolute;
  width: 50%;
  top: 45%;
  left: 70%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 20px;
}
@media screen and (max-width: 520px) {
  .content .inner .right-box .b-image .text-box {
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    transform: none;
  }
}
.content .inner .right-box .b-image .text-box .class {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1A2952;
}
.content .inner .right-box .b-image .text-box .old {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
  margin-bottom: 10px;
}
.content .inner .right-box .b-image .text-box .text {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
}
.content .inner .right-box .b-image .link {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  width: 90%;
  background-color: #ff9d00;
  border: 1px solid #ff9d00;
  color: #fff;
  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;
  padding: 10px;
  text-align: center;
  transition: 0.45s;
}
@media screen and (max-width: 520px) {
  .content .inner .right-box .b-image .link {
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
    transform: none;
  }
}
.content .inner .right-box .b-image .link:hover {
  background-color: transparent;
}
.content {
  /* アニメーション発火後 */
}
.content.is-animate .inner .left-box .graph li::after {
  transform: scaleY(1);
}
.content.is-animate .inner .left-box .graph li::before {
  opacity: 1;
  transform: scale(1);
}
.content.is-animate .inner .left-box .graph li .time,
.content.is-animate .inner .left-box .graph li .works .main,
.content.is-animate .inner .left-box .graph li .works .sub {
  opacity: 1;
  transform: translateX(0);
}

.recruit-link {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
.recruit-link .link-list {
  width: 80%;
  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: 1400px) {
  .recruit-link .link-list {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .recruit-link .link-list {
    display: block;
  }
}
.recruit-link .link-list li {
  width: 100%;
  position: relative;
  top: 0;
  background-color: #ff9d00;
  border: 1px solid #ff9d00;
  box-shadow: 0 0 8px rgba(26, 41, 82, 0.7);
  transition: 0.45s;
}
.recruit-link .link-list li:hover {
  top: -10px;
  box-shadow: 0 5px 10px rgba(26, 41, 82, 0.8);
}
@media screen and (max-width: 520px) {
  .recruit-link .link-list li {
    margin-bottom: 30px;
  }
}
.recruit-link .link-list li a {
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.recruit-link .link-list li a span {
  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;
}

.voice-area {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}
.voice-area .voice-title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.voice-area .voice-title .b-title {
  width: 60%;
  margin: 0 auto 10px;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1A2952;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff9d00;
}
@media screen and (max-width: 520px) {
  .voice-area .voice-title .b-title {
    font-size: 24px;
    width: 90%;
  }
}
.voice-area .voice-title .s-title {
  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;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1A2952;
}
.voice-area .voice-list {
  width: 90%;
  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) {
  .voice-area .voice-list {
    display: block;
  }
}
.voice-area .voice-list li {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .voice-area .voice-list li {
    margin-bottom: 50px;
  }
}
.voice-area .voice-list li .image-box {
  width: 100%;
  margin-bottom: 20px;
}
.voice-area .voice-list li .image-box img {
  width: 100%;
}
.voice-area .voice-list li .v-t {
  width: 100%;
  margin-bottom: 20px;
}
.voice-area .voice-list li .v-t .work {
  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;
  color: #1A2952;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #1A2952;
}
.voice-area .voice-list li .v-t .old {
  font-size: 16px;
  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;
}
.voice-area .voice-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;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1A2952;
}
@media screen and (max-width: 1300px) {
  .voice-area .voice-list li .text {
    font-size: 15px;
  }
}

.benefit-area {
  width: 100%;
  padding: 50px 0;
  background-color: #f7f7f7;
}
.benefit-area .benefit-title {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1A2952;
  text-align: center;
  margin-bottom: 50px;
}
.benefit-area .b-list {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
@media screen and (max-width: 520px) {
  .benefit-area .b-list {
    display: block;
    width: 100%;
  }
}
.benefit-area .b-list li {
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(26, 41, 82, 0.4);
}
@media screen and (max-width: 520px) {
  .benefit-area .b-list li {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.benefit-area .b-list li .title-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.benefit-area .b-list li .title-area img {
  width: 40px;
}
.benefit-area .b-list li .title-area .title {
  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;
  letter-spacing: 0.1em;
  color: #1A2952;
}
.benefit-area .b-list li .bene-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;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1A2952;
}

.recruit-area {
  width: 100%;
  height: 500px;
  padding: 80px 0;
  background-image: url(../image/recruit/intro-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .recruit-area {
    background-image: url(../image/recruit/intro-bg-sp.png);
  }
}
.recruit-area .filter {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(26, 41, 82, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 520px) {
  .recruit-area .filter {
    display: block;
    z-index: 1;
  }
}
.recruit-area .inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 520px) {
  .recruit-area .inner {
    width: 90%;
    z-index: 10;
  }
}
.recruit-area .inner .recruit-title {
  display: inline-block;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1A2952;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff9d00;
}
@media screen and (max-width: 520px) {
  .recruit-area .inner .recruit-title {
    font-size: 28px;
    color: #fff;
  }
}
.recruit-area .inner .r-text {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1A2952;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .recruit-area .inner .r-text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
  }
}
.recruit-area .inner .link {
  background-color: #ff9d00;
  border: 1px solid #ff9d00;
  color: #fff;
  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;
  padding: 10px;
  text-align: center;
  transition: 0.45s;
}
.recruit-area .inner .link:hover {
  background-color: transparent;
  color: #1A2952;
}/*# sourceMappingURL=recruit.css.map */