/*!
Theme Name: nks2023
*/
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
*/
@media screen and (min-width: 1025px) {
  .for-mb {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .for-pc {
    display: none !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .for-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .for-pc {
    display: auto;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.number {
  font-family: "Roboto", sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
html.locked {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #333333;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

#header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  transition: 0.4s;
  height: 60px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  #header {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  #header {
    width: 100%;
    height: 70px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #header.loaded {
    opacity: 1;
  }
}
#header.active {
  opacity: 1;
}
#header .logo {
  margin: 0 0 0 17px;
  line-height: 1;
  font-size: 1em;
  width: 42.66%;
  visibility: hidden;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  #header .logo {
    visibility: visible;
    order: 1;
    width: auto;
    margin: 0 0 0 32px;
  }
}
#header .jobinfo {
  background: #ffffff;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.38;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1025px) {
  #header .jobinfo {
    order: 3;
    position: absolute;
    right: 0;
    width: 214px;
    margin: 0;
    font-size: 18px;
    display: inline-flex;
    height: 70px;
    text-decoration: none;
    border: 3px solid transparent;
    border-image-source: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
    border-image-slice: 1;
    padding: 24px 60px;
    transition: 0.3s;
  }
}
#header .jobinfo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 2px solid #00BE75;
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  #header .jobinfo:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
    transition: 0.3s ease-out;
    transform-origin: 0% 50%;
    transform: scaleX(0);
  }
}
#header .jobinfo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 1025px) {
  #header .jobinfo:hover {
    -webkit-text-fill-color: #fff;
  }
  #header .jobinfo:hover:before {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1025px) {
  #header #site-navigation {
    position: relative;
    order: 2;
    right: 249px;
  }
}
#header #site-navigation .nav-button {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
#header #site-navigation .nav-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  transition: opacity 0.4s;
}
#header #site-navigation .nav-button .bar {
  position: absolute;
  display: block;
  background: #ffffff;
  width: 30px;
  height: 2px;
  left: 0;
  right: 15px;
  margin: auto 0 auto auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: 15% 50%;
  z-index: 1;
}
#header #site-navigation .nav-button .bar.bar1 {
  top: 24px;
}
#header #site-navigation .nav-button .bar.bar2 {
  top: 34px;
}
#header #site-navigation #nav-content {
  position: fixed;
  top: 0;
  right: -100vw;
  transition: opacity 0.4s;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  width: 100%;
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content {
    position: static;
    width: auto;
    height: 70px;
    background: none;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 35px;
    padding-top: 0;
    overflow: visible;
    opacity: 1;
  }
}
#header #site-navigation #nav-content .logo-mb {
  padding-top: 20px;
  padding-left: 20px;
}
#header #site-navigation #nav-content > ul {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 60px 35px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul {
    flex-wrap: nowrap;
    align-items: center;
    gap: 35px;
    padding: 0;
    margin: 0;
  }
}
#header #site-navigation #nav-content > ul > li {
  width: calc(50% - 20px);
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul > li {
    width: auto;
  }
}
#header #site-navigation #nav-content > ul > li:has(ul) {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul > li:has(ul) {
    width: auto;
    position: relative;
    padding: 20px 0;
  }
  #header #site-navigation #nav-content > ul > li:has(ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  #header #site-navigation #nav-content > ul > li:has(ul) > a::before {
    content: "";
    order: 2;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotateZ(135deg);
    background: transparent;
  }
  #header #site-navigation #nav-content > ul > li:has(ul):hover .child {
    opacity: 1;
    visibility: visible;
  }
}
#header #site-navigation #nav-content > ul .parent {
  min-width: 40%;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul .parent {
    min-width: 0;
  }
}
#header #site-navigation #nav-content > ul .parent > a {
  font-size: 16px;
  font-weight: bold;
}
#header #site-navigation #nav-content > ul .child {
  list-style: none;
  margin: 17px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 40px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul .child {
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 223px;
    top: 40px;
    left: 0;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
}
#header #site-navigation #nav-content > ul .child li {
  line-height: 1;
}
#header #site-navigation #nav-content > ul .child a {
  color: #C2F2EB;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul .child a {
    display: block;
    color: #333333;
    border-bottom: 1px solid #D0D0D0;
    padding: 20px 11px;
  }
}
#header #site-navigation #nav-content > ul .child a:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #C2F2EB;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul .child a:before {
    display: none;
  }
}
#header #site-navigation #nav-content > ul .child a:after {
  display: none;
}
#header #site-navigation #nav-content > ul a {
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul a {
    color: #333333;
    padding: 0 0 5px 0;
  }
}
#header #site-navigation #nav-content > ul a:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  left: 0;
  bottom: 0;
  animation: 2s;
  transform: scale(0, 1);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left top;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul a:hover:after {
    width: 100%;
    transform: scale(1, 1);
  }
}
#header #site-navigation #nav-content > ul li:last-of-type a {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  #header #site-navigation #nav-content > ul li.pc-last a {
    border-bottom: none;
  }
}
#header #site-navigation #nav-content .header__pplink {
  text-align: left;
  padding-left: 35px;
  padding-right: 35px;
}
#header #site-navigation #nav-content .header__pplink a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}
#header #site-navigation.opened .nav-button {
  position: relative;
  z-index: 1;
}
#header #site-navigation.opened .nav-button:before {
  opacity: 0;
}
#header #site-navigation.opened .nav-button .bar1 {
  transform: rotate(28deg);
}
#header #site-navigation.opened .nav-button .bar2 {
  transform: rotate(-28deg);
}
#header #site-navigation.opened #nav-content {
  right: 0;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  body.home #header {
    background: transparent;
  }
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: -1;
}

#loading {
  background: #ffffff;
  width: 100%;
  height: 100svh;
  position: relative;
  top: 0;
  z-index: 99;
  overflow: hidden;
  transition: clip-path 1500ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#loading .loading-img {
  opacity: 0;
  width: 105%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1500ms;
}
#loading.active .loading-img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
#loading.complete {
  position: absolute;
  z-index: -1;
  width: 100%;
}
#loading.complete .loading-img {
  opacity: 1;
  width: 100%;
  height: 100%;
}
#loading.hidden {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
#loading .loading-progressbar {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 150px);
  width: 300px;
  height: 4px;
  background: #ffffff;
}
#loading .loading-progressbar .progress {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
}

#main .head .subject {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #main .head .subject {
    font-size: 80px;
  }
}
#main .head .subject:first-letter {
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#main .head .subtitle {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 1025px) {
  #main .head .subtitle {
    font-size: 18px;
  }
}
#mainvisual {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  top: 100svh;
  transition: all 1500ms;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #mainvisual {
    height: 100vh;
    z-index: 10;
  }
}
#mainvisual.normal {
  transition: opacity 1500ms;
  top: 0;
  opacity: 1;
}
#mainvisual.active {
  top: 0;
  opacity: 1;
}
#mainvisual .mainvisual-logo {
  position: absolute;
  z-index: 9;
  margin: 15px 0 0 32px;
}
@media screen and (max-width: 500px) {
  #mainvisual .mainvisual-logo {
    margin: 20px 0 0 20px;
    width: 160px;
    z-index: 8;
  }
}
#mainvisual #mainvisual-images {
  position: relative;
  height: calc(100svh - 160px);
}
#mainvisual #mainvisual-slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#mainvisual #mainvisual-slider li {
  width: 100%;
  height: calc(100svh - 160px);
}
#mainvisual #mainvisual-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.045);
}
#mainvisual #mainvisual-slider li.slick-current img {
  animation-name: mvanime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@keyframes mvanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1025px) {
  #mainvisual #mainvisual-slider::before {
    content: "";
    background-image: url(images/top/mv-txt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    outline: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgba(9, 50, 128, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    aspect-ratio: 300/920;
    width: auto;
    height: 100%;
    z-index: 1;
  }
}
#mainvisual #mainvisual-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1920/117;
  background-image: url(images/top/mv-mask.svg);
  background-size: cover;
  z-index: 2;
}
#mainvisual .mainvisual-catch {
  padding-top: 35px;
  padding-bottom: 42px;
  text-align: center;
}
#mainvisual #mainvisual-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 27px;
  padding-bottom: 30px;
  box-sizing: border-box;
  opacity: 0;
  padding-left: 22px;
  padding-right: 22px;
  gap: 22px 0;
}
@media screen and (min-width: 1025px) {
  #mainvisual #mainvisual-menu {
    height: 160px;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
}
#mainvisual #mainvisual-menu.active {
  animation-name: fadeUpAnime;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}
#mainvisual #mainvisual-menu .menu-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  gap: 10px;
  padding: 20px 0;
  position: relative;
  border-right: 1px solid #d0d0d0;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #mainvisual #mainvisual-menu .menu-item {
    justify-content: center;
    width: 330px;
    gap: 22px;
    padding: 0;
  }
  #mainvisual #mainvisual-menu .menu-item:first-of-type {
    width: 272px;
    justify-content: flex-start;
  }
  #mainvisual #mainvisual-menu .menu-item:last-of-type {
    border-right: none;
    width: 272px;
    justify-content: flex-end;
  }
  #mainvisual #mainvisual-menu .menu-item:last-of-type .txt .subject {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  #mainvisual #mainvisual-menu .menu-item:nth-of-type(odd) {
    padding-right: 16px;
  }
  #mainvisual #mainvisual-menu .menu-item:nth-of-type(even) {
    border-right: none;
    padding-left: 16px;
  }
  #mainvisual #mainvisual-menu .menu-item:nth-of-type(-n+2):after {
    content: "";
    display: block;
    height: 0;
    width: 90%;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    bottom: -10px;
  }
  #mainvisual #mainvisual-menu .menu-item:last-of-type .txt .subject {
    font-size: 12px;
  }
}
#mainvisual #mainvisual-menu .menu-item:hover {
  opacity: 0.7;
}
#mainvisual #mainvisual-menu .menu-item .anchorlink {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 6px;
  text-align: center;
}
#mainvisual #mainvisual-menu .menu-item .anchorlink::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotateZ(135deg);
}
#mainvisual #mainvisual-menu .menu-item .img {
  flex-shrink: 0;
}
#mainvisual #mainvisual-menu .menu-item .img img {
  max-width: 100%;
  height: 51px;
}
@media screen and (min-width: 1025px) {
  #mainvisual #mainvisual-menu .menu-item .img img {
    height: 77px;
  }
}
#mainvisual #mainvisual-menu .menu-item .txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#mainvisual #mainvisual-menu .menu-item .txt .subject {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  #mainvisual #mainvisual-menu .menu-item .txt .subject {
    font-size: 24px;
  }
}
#mainvisual #mainvisual-menu .menu-item .txt .subject::after {
  content: " ";
  margin-left: -0.1em;
}
#mainvisual #mainvisual-menu .menu-item .txt .ruby {
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #mainvisual #mainvisual-menu .menu-item .txt .ruby {
    font-size: 12px;
  }
}

#top-topics,
#top-information,
#top-banners,
#recruitinfo {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  #top-topics,
  #top-information,
  #top-banners,
  #recruitinfo {
    padding-bottom: 100px;
  }
}
#top-topics .inner,
#top-information .inner,
#top-banners .inner,
#recruitinfo .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 1025px) {
  #top-topics .inner,
  #top-information .inner,
  #top-banners .inner,
  #recruitinfo .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#top-topics .head,
#top-information .head,
#top-banners .head,
#recruitinfo .head {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #00BE99;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin: 0 0 28px;
}
@media screen and (min-width: 1025px) {
  #top-topics .head,
  #top-information .head,
  #top-banners .head,
  #recruitinfo .head {
    font-size: 36px;
  }
}
#top-topics .head .txt,
#top-information .head .txt,
#top-banners .head .txt,
#recruitinfo .head .txt {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  #top-topics .head .txt,
  #top-information .head .txt,
  #top-banners .head .txt,
  #recruitinfo .head .txt {
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
  }
}
#top-topics .head .sub,
#top-information .head .sub,
#top-banners .head .sub,
#recruitinfo .head .sub {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  #top-topics .head .sub,
  #top-information .head .sub,
  #top-banners .head .sub,
  #recruitinfo .head .sub {
    font-size: 20px;
    line-height: 36px;
    margin-left: 5px;
  }
}
#top-topics .topics-list,
#top-information .topics-list,
#top-banners .topics-list,
#recruitinfo .topics-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
#top-topics .topics-list a,
#top-information .topics-list a,
#top-banners .topics-list a,
#recruitinfo .topics-list a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media screen and (min-width: 1025px) {
  #top-topics .topics-list a,
  #top-information .topics-list a,
  #top-banners .topics-list a,
  #recruitinfo .topics-list a {
    padding-top: 0;
    flex-wrap: nowrap;
  }
}
#top-topics .topics-list a:before,
#top-information .topics-list a:before,
#top-banners .topics-list a:before,
#recruitinfo .topics-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  #top-topics .topics-list a:before,
  #top-information .topics-list a:before,
  #top-banners .topics-list a:before,
  #recruitinfo .topics-list a:before {
    border-top: 1px solid #1EBE99;
  }
}
#top-topics .topics-list a .date, #top-topics .topics-list a .subject,
#top-information .topics-list a .date,
#top-information .topics-list a .subject,
#top-banners .topics-list a .date,
#top-banners .topics-list a .subject,
#recruitinfo .topics-list a .date,
#recruitinfo .topics-list a .subject {
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  #top-topics .topics-list a .date, #top-topics .topics-list a .subject,
  #top-information .topics-list a .date,
  #top-information .topics-list a .subject,
  #top-banners .topics-list a .date,
  #top-banners .topics-list a .subject,
  #recruitinfo .topics-list a .date,
  #recruitinfo .topics-list a .subject {
    margin-top: 0;
    padding: 25px 0;
  }
}
#top-topics .topics-list a .date,
#top-information .topics-list a .date,
#top-banners .topics-list a .date,
#recruitinfo .topics-list a .date {
  padding-right: 15px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  #top-topics .topics-list a .date,
  #top-information .topics-list a .date,
  #top-banners .topics-list a .date,
  #recruitinfo .topics-list a .date {
    padding-left: 30px;
    padding-right: 23px;
    font-size: 18px;
  }
}
#top-topics .topics-list a .cat,
#top-information .topics-list a .cat,
#top-banners .topics-list a .cat,
#recruitinfo .topics-list a .cat {
  display: inline-block;
  align-items: center;
  border: 1px solid #333333;
  box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  height: 17px;
}
@media screen and (min-width: 1025px) {
  #top-topics .topics-list a .cat,
  #top-information .topics-list a .cat,
  #top-banners .topics-list a .cat,
  #recruitinfo .topics-list a .cat {
    font-size: 13px;
    width: 85px;
    height: 24px;
  }
}
#top-topics .topics-list a .subject,
#top-information .topics-list a .subject,
#top-banners .topics-list a .subject,
#recruitinfo .topics-list a .subject {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #B3ECE1;
  width: 100%;
  padding-bottom: 15px;
  transition: 0.3s;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  #top-topics .topics-list a .subject,
  #top-information .topics-list a .subject,
  #top-banners .topics-list a .subject,
  #recruitinfo .topics-list a .subject {
    padding-left: 23px;
    padding-bottom: 25px;
    width: auto;
    flex-grow: 1;
    font-size: 16px;
  }
}
#top-topics .topics-list a .subject::after,
#top-information .topics-list a .subject::after,
#top-banners .topics-list a .subject::after,
#recruitinfo .topics-list a .subject::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #1EBE99;
  transition: 0.3s;
}
#top-topics .topics-list a:hover .subject,
#top-information .topics-list a:hover .subject,
#top-banners .topics-list a:hover .subject,
#recruitinfo .topics-list a:hover .subject {
  color: #1EBE99;
}
#top-topics .topics-list a:hover .subject::after,
#top-information .topics-list a:hover .subject::after,
#top-banners .topics-list a:hover .subject::after,
#recruitinfo .topics-list a:hover .subject::after {
  width: 100%;
}
#top-topics .more,
#top-information .more,
#top-banners .more,
#recruitinfo .more {
  text-align: center;
}
#top-topics .more a,
#top-information .more a,
#top-banners .more a,
#recruitinfo .more a {
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #top-topics .more a,
  #top-information .more a,
  #top-banners .more a,
  #recruitinfo .more a {
    font-size: 16px;
  }
}
#top-topics .more a:hover,
#top-information .more a:hover,
#top-banners .more a:hover,
#recruitinfo .more a:hover {
  padding-left: 15px;
  padding-right: 15px;
}

#top-message {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 70px 35px;
}
@media screen and (min-width: 1025px) {
  #top-message {
    padding: 80px 0;
  }
}
#top-message .messagebg {
  content: "";
  display: block;
  width: 100%;
  height: 150vh;
  position: fixed;
  left: 0;
  top: 0%;
  z-index: -2;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%), url(images/top/message-bg.jpg);
  background-blend-mode: multiply;
  background-position: center center;
  background-size: 232vw;
}
@media screen and (min-width: 1025px) {
  #top-message .messagebg {
    width: 100%;
    height: 100%;
    top: 16%;
    background-size: cover;
  }
}
#top-message .inner {
  transform: translateZ(0px);
}
@media screen and (min-width: 1025px) {
  #top-message .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 37px;
  }
}
#top-message .head .subject {
  font-size: 40px;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  #top-message .head .subject {
    font-size: 70px;
  }
}
#top-message .head .subject:first-letter {
  background: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: unset;
}
#top-message .head .catch {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  #top-message .head .catch {
    font-size: 30px;
  }
}
#top-message .body p {
  font-size: 13px;
  line-height: 2.1;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  #top-message .body p {
    padding-top: 0;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 39px;
  }
}
#top-message .body .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  outline: 2px solid #6DDFC6;
  outline-offset: -2px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  #top-message .body .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #top-message .body .btn {
    margin-left: 0;
    font-size: 20px;
    width: 380px;
    height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#top-message .body .btn:before, #top-message .body .btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  transition: 0.2s;
  color: #ffffff;
}
#top-message .body .btn:before {
  left: 0;
  top: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#top-message .body .btn:after {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#top-message .body .btn span {
  display: inline-block;
  letter-spacing: 0.2em;
  background: transparent;
  color: #ffffff;
  transition: 0.2s;
  text-align: center;
}
#top-message .body .btn span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotateZ(45deg);
  position: absolute;
  right: 32px;
  top: calc(50% - 5px);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #top-message .body .btn:hover:before, #top-message .body .btn:hover:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  #top-message .body .btn:hover span::after {
    right: 25px;
  }
}

#top-movie {
  background-color: #ffffff;
  padding-top: 70px;
  padding-bottom: 32px;
  background-image: url(images/top/pv-bg1-mb.svg), url(images/top/pv-bg2-mb.svg);
  background-repeat: no-repeat;
  background-position: top 73px right 16px, top 395px left 0;
}
@media screen and (min-width: 1025px) {
  #top-movie {
    padding-top: 120px;
    background-image: url(images/top/pv-bg1.svg), url(images/top/pv-bg2.svg);
    background-position: top 73px left calc(50vw + 186px), top 349px right calc(50vw + 410px);
  }
}
#top-movie .inner {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  #top-movie .inner {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  #top-movie .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 84px;
    padding-bottom: 89px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
#top-movie .head {
  max-width: 288px;
}
#top-movie .head .title {
  color: #00BE99;
  margin: 0;
  font-size: 46px;
}
@media screen and (min-width: 1025px) {
  #top-movie .head .title {
    font-size: 60px;
  }
}
#top-movie .head .subtitle {
  color: #00BE99;
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  #top-movie .head .subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#top-movie .lead {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  #top-movie .lead {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.125;
  }
}
#top-movie .body {
  max-width: 628px;
  outline: 2px solid #B2EBD5;
  outline-offset: -2px;
  position: relative;
  background: #ffffff;
  padding: 2px;
}
@media screen and (min-width: 1025px) {
  #top-movie .body {
    outline: 4px solid #B2EBD5;
    outline-offset: -4px;
    padding: 4px;
  }
}
#top-movie .body:before, #top-movie .body:after,
#top-movie .body .movie__thumb::before, #top-movie .body .movie__thumb::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  transition: 0.2s;
  z-index: 2;
}
#top-movie .body:before {
  left: 0;
  top: 0;
  border-top: 2px solid #00BE75;
  border-left: 2px solid #00BE75;
}
@media screen and (min-width: 1025px) {
  #top-movie .body:before {
    border-top-width: 4px;
    border-left-width: 4px;
  }
}
#top-movie .body:after {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #00BE75;
  border-right: 2px solid #00BE75;
}
@media screen and (min-width: 1025px) {
  #top-movie .body:after {
    border-bottom-width: 4px;
    border-right-width: 4px;
  }
}
#top-movie .body .movie__thumb {
  position: relative;
}
#top-movie .body .movie__thumb:before {
  right: -2px;
  top: -2px;
  border-top: 2px solid #00BE75;
  border-right: 2px solid #00BE75;
}
@media screen and (min-width: 1025px) {
  #top-movie .body .movie__thumb:before {
    right: -4px;
    top: -4px;
    border-top-width: 4px;
    border-right-width: 4px;
  }
}
#top-movie .body .movie__thumb:after {
  left: -2px;
  bottom: -2px;
  border-bottom: 2px solid #00BE75;
  border-left: 2px solid #00BE75;
}
@media screen and (min-width: 1025px) {
  #top-movie .body .movie__thumb:after {
    left: -4px;
    bottom: -4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
  }
}
#top-movie .body .movie__playbtn {
  cursor: pointer;
}
#top-movie .body .movie__playbtn, #top-movie .body .movie__playbtn::before, #top-movie .body .movie__playbtn::after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top-movie .body .movie__playbtn::before, #top-movie .body .movie__playbtn::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  background-size: 50px 50px;
}
@media screen and (min-width: 1025px) {
  #top-movie .body .movie__playbtn::before, #top-movie .body .movie__playbtn::after {
    background-size: 100px 100px;
  }
}
#top-movie .body .movie__playbtn::before {
  background-image: url(images/top/pv-play.svg);
}
#top-movie .body .movie__playbtn::after {
  background-image: url(images/top/pv-play-active.svg);
  opacity: 0;
}
#top-movie .body video {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
}
@media screen and (min-width: 1025px) {
  #top-movie .body:hover:before, #top-movie .body:hover:after {
    width: calc(100% - 4px);
  }
  #top-movie .body:hover .movie__thumb::before, #top-movie .body:hover .movie__thumb::after {
    height: calc(100% - 4px);
  }
  #top-movie .body:hover .movie__playbtn::before {
    opacity: 0;
  }
  #top-movie .body:hover .movie__playbtn::after {
    opacity: 1;
  }
}

#top-moviemodal {
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 1025px) {
  #top-moviemodal {
    padding-left: 0;
    padding-right: 0;
  }
}
#top-moviemodal.active {
  opacity: 1;
  pointer-events: all;
}
#top-moviemodal .top-moviemodalbg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top-moviemodal video {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  #top-moviemodal video {
    max-width: 1000px;
  }
}
#top-moviemodal .top-moviemodalclose {
  display: block;
  color: #ffffff;
  max-width: 1000px;
  width: 100%;
  text-align: right;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
#top-moviemodal .top-moviemodalclose span {
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

#top-banners {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 1025px) {
  #top-banners {
    padding-left: 0;
    padding-right: 0;
  }
}
#top-banners a {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  #top-banners a {
    transition: opacity 0.2s;
  }
  #top-banners a:hover {
    opacity: 0.7;
  }
}

#top-business {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ffffff;
  background-image: url(images/top/business-bg-mb.svg);
  background-position: top 50px right 28.4%;
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-right: 22px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #top-business {
    background-image: url(images/top/bg1.svg), url(images/top/bg2.svg);
    background-position: top 138px left calc(50vw + 401px), bottom 0% right calc(50vw + 708px);
    padding-top: 60px;
    padding-bottom: 148px;
    padding-left: 0;
    padding-right: 0;
  }
}
#top-business .lead {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  #top-business .lead {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
  }
}
#top-business .body {
  max-width: calc((100% - 1200px) / 2 + 1200px);
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  #top-business .business__depts {
    display: flex;
    height: 680px;
  }
}
#top-business .business__deptslist {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslist {
    width: 487px;
    margin-right: 50px;
  }
}
#top-business .business__deptslistitem {
  height: 33.3333333%;
  border-top: 1px solid #D0D0D0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslistitem {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
#top-business .business__deptslistitem:last-of-type {
  border-bottom: 1px solid #D0D0D0;
}
#top-business .business__deptslistitem .name {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2em;
  transition: 0.3s;
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  display: block;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslistitem .name {
    display: inline-block;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
  }
}
#top-business .business__deptslistitem .name:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotateZ(45deg);
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslistitem .name:after {
    display: none;
  }
}
#top-business .business__deptslistitem .name span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslistitem .name span {
    font-size: 15px;
    margin-top: 10px;
  }
}
#top-business .business__deptslistitem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ECFAF8;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslistitem:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotateZ(45deg);
    position: absolute;
    right: 32px;
    top: calc(50% - 7px);
    transition: 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptslistitem:hover {
    border-color: #00BE99;
  }
  #top-business .business__deptslistitem:hover::before {
    width: calc(100% + 50px);
  }
  #top-business .business__deptslistitem:hover::after {
    border-color: #00BE99;
  }
  #top-business .business__deptslistitem:hover .name {
    padding-left: 40px;
    color: #00BE99;
  }
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptsimages {
    width: calc(100% - 487px);
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptimage {
    position: absolute;
    top: 0;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  #top-business .business__deptimage:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  #top-business .business__deptimage.active {
    opacity: 1;
    visibility: visible;
  }
}
#top-business .business__deptimage .txt {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0 40px;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptimage .txt {
    padding: 29px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  }
  #top-business .business__deptimage .txt.active {
    opacity: 1;
  }
}
#top-business .business__deptimage .txt .dept__name {
  font-size: 44px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#top-business .business__deptimage .txt .dept__summary {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  #top-business .business__deptimage .txt .dept__summary {
    font-size: 18px;
  }
}
#top-business .business__deptimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top-recruit {
  background-color: #ffffff;
  background-image: url(images/top/recruit-bg-mb.svg);
  background-position: top 40px center;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media screen and (min-width: 1025px) {
  #top-recruit {
    background-image: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #top-recruit .head {
    margin-bottom: 60px;
  }
}
#top-recruit .body {
  position: relative;
}
#top-recruit .body:before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to right top, rgba(0, 190, 117, 0.1) 0%, rgba(37, 222, 250, 0.1) 100%);
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 50px;
}
@media screen and (min-width: 1025px) {
  #top-recruit .body:before {
    top: 50px;
    bottom: 265px;
    height: calc(100% - 100px);
  }
}
#top-recruit .recruit__cats {
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-recruit .recruit__cats .recruit__cat {
  max-width: 580px;
  width: 100%;
  outline: 2px solid #B2EBD5;
  outline-offset: -2px;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats .recruit__cat {
    width: 580px;
    display: flex;
    justify-content: flex-end;
  }
}
#top-recruit .recruit__cats .recruit__cat:before, #top-recruit .recruit__cats .recruit__cat:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  transition: 0.2s;
  z-index: 2;
}
#top-recruit .recruit__cats .recruit__cat:before {
  left: 0;
  top: 0;
  border-top: 2px solid #00BE75;
  border-left: 2px solid #00BE75;
}
#top-recruit .recruit__cats .recruit__cat:after {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #00BE75;
  border-right: 2px solid #00BE75;
}
#top-recruit .recruit__cats .recruit__cat .txt {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-left: 25px;
  text-align: left;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats .recruit__cat .txt {
    padding-top: 50px;
    padding-left: 52px;
  }
}
#top-recruit .recruit__cats .recruit__cat .name {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #00BE99;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats .recruit__cat .name {
    font-size: 30px;
  }
}
#top-recruit .recruit__cats .recruit__cat .summary {
  font-size: 10px;
  line-height: 1.7;
  margin-bottom: 24px;
  width: auto;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats .recruit__cat .summary {
    font-size: 16px;
  }
}
#top-recruit .recruit__cats .recruit__cat .img {
  position: relative;
  top: 0;
  left: 48.2%;
  box-sizing: border-box;
  width: 51.8%;
  padding: 2px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats .recruit__cat .img {
    width: 300px;
    left: unset;
    right: 0;
  }
}
#top-recruit .recruit__cats .recruit__cat .img::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 59px;
  height: calc(100% - 4px);
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #top-recruit .recruit__cats .recruit__cat .img::before {
    width: 104px;
  }
}
#top-recruit .recruit__cats .recruit__cat .img img {
  line-height: 1;
  vertical-align: bottom;
  transition: 0.3s;
  overflow: hidden;
}
#top-recruit .recruit__cats .recruit__cat:hover:before, #top-recruit .recruit__cats .recruit__cat:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
#top-recruit .recruit__cats .recruit__cat:hover .img img {
  transform: scale(1.1);
}

@media screen and (min-width: 1025px) {
  #top-information {
    padding-top: 70px;
  }
}
#top-information .topics-list a .cat {
  width: 157px;
}

#top-photos {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #top-photos {
    min-height: 400px;
  }
}
#top-photos img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #top-photos img {
    min-height: 400px;
    height: 100%;
  }
}
#top-photos::before,
#top-photos .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 328px;
}
@media screen and (min-width: 1025px) {
  #top-photos::before,
  #top-photos .txt {
    top: 0;
    width: 520px;
    height: 100%;
  }
}
#top-photos::before {
  content: "";
  background: #333;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
#top-photos .txt {
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
#top-photos .txt .catch {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  #top-photos .txt .catch {
    font-size: 40px;
    margin-bottom: 66px;
    line-height: 1.75;
  }
}
#top-photos .txt .link {
  position: relative;
  outline: 2px solid #9F9FA1;
  outline-offset: -2px;
  position: relative;
  background: transparent;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  width: 302px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1025px) {
  #top-photos .txt .link {
    width: 380px;
    height: 80px;
    font-size: 20px;
  }
}
#top-photos .txt .link:before, #top-photos .txt .link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  transition: 0.2s;
  z-index: 2;
}
#top-photos .txt .link:before {
  left: 0;
  top: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#top-photos .txt .link:after {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#top-photos .txt .link:hover:before, #top-photos .txt .link:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
#top-photos .txt .link:hover .img img {
  transform: scale(1.1);
}
#top-photos .txt .link:hover span::after {
  right: 25px;
}
#top-photos .txt .link span {
  display: inline-block;
  width: 100%;
}
#top-photos .txt .link span:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotateZ(45deg);
  position: absolute;
  right: 32px;
  top: calc(50% - 6px);
  transition: 0.3s;
}

#welfare {
  background-color: #ffffff;
  background-image: url("../images/welfare-bg.svg");
  background-position: center 77px;
  background-repeat: no-repeat;
  padding-top: 77px;
  padding-bottom: 89px;
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #welfare {
    padding-top: 140px;
    padding-bottom: 280px;
    background-image: url("../images/welfare-bg-pc.svg");
    background-position: center calc(50% + 50px);
    background-size: 1585px;
  }
}
#welfare .inner {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 32px;
}
@media screen and (min-width: 1025px) {
  #welfare .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #welfare .inner {
    padding-top: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 63px;
  }
}
#welfare .txt {
  max-width: 672px;
}
#welfare .img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 50px;
  margin-left: -23px;
  margin-right: -23px;
  max-width: 100vw;
}
@media screen and (min-width: 1025px) {
  #welfare .img {
    display: block;
    max-width: 740px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}
#welfare .img img {
  width: unset;
  height: unset;
  flex-shrink: 1;
}
#welfare .img img:nth-of-type(1) {
  width: 44.5vw;
}
#welfare .img img:nth-of-type(2) {
  width: 53vw;
}
@media screen and (min-width: 1025px) {
  #welfare .img img:nth-of-type(1) {
    width: 461px;
  }
  #welfare .img img:nth-of-type(2) {
    position: absolute;
    left: 97px;
    top: 325px;
    max-width: unset;
    width: 644px;
  }
}
#welfare .head .subject {
  text-align: left;
}
#welfare .head .subtitle {
  text-align: left;
}
#welfare .lead {
  margin-bottom: 60px;
}
#welfare .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  #welfare .list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
}
@media screen and (min-width: 1025px) {
  #welfare .list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
}
#welfare .list li {
  padding-left: 30px;
  padding-bottom: 9px;
  border-bottom: 1px solid;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #welfare .list li {
    font-size: 18px;
  }
}
#welfare .list li:before {
  content: "";
  width: 22px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}
#welfare .list li:nth-of-type(odd) {
  border-bottom-color: #00BE75;
}
#welfare .list li:nth-of-type(odd):before {
  background-image: url(../images/welfare-marker-gr.svg);
  background-size: contain;
}
#welfare .list li:nth-of-type(even) {
  border-bottom-color: #25DEFA;
}
#welfare .list li:nth-of-type(even):before {
  background-image: url(../images/welfare-marker-bl.svg);
  background-size: contain;
}

#numbers {
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding-top: 98px;
  padding-bottom: 94px;
  /*
      background: $common-gradient,
          url(../images/numbers-bg.jpg);
      background-blend-mode: multiply;
      background-size: cover;
      background-position: center center;
  */
  background-image: url(../images/numbers-mask-top.svg), url(../images/numbers-mask-bottom.svg), linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%), url(../images/numbers-bg.jpg);
  background-blend-mode: normal, normal, multiply;
  background-size: contain, contain, cover, cover;
  background-position: left top, left bottom, center center, center center;
  background-repeat: no-repeat;
  /*
      &:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-image: url(../images/numbers-mask-top.svg),
              url(../images/numbers-mask-bottom.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: left top -0.3px,
              left bottom -0.3px;
          @include mq('pc') {
              background-size: auto;
          }
      }
  */
}
@media screen and (min-width: 1025px) {
  #numbers {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #numbers {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1025px) {
  #numbers .inner {
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto;
  }
}
#numbers .lead {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (min-width: 1025px) {
  #numbers .lead {
    font-size: 18px;
  }
}
#numbers .topics {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 14px;
}
#numbers .topic {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #numbers .topic {
    min-width: 340px;
    width: auto;
  }
}
#numbers .topic .term {
  text-align: center;
  margin: 0;
}
#numbers .topic .term span {
  display: inline-block;
  background: #ffffff;
  color: #21CCB0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 15px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic .term span {
    font-size: 20px;
  }
}
#numbers .topic .number {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#numbers .topic.workers {
  min-width: 330px;
  display: flex;
  justify-content: center;
  gap: 28px;
}
#numbers .topic.workers .term {
  text-align: left;
  margin-bottom: 5px;
}
#numbers .topic.workers .number {
  font-size: 77px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.workers .number {
    font-size: 90px;
  }
}
#numbers .topic.workers .number .unit {
  font-size: 43px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.workers .number .unit {
    font-size: 50px;
  }
}
#numbers .topic.workers .note {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.workers .note {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age {
    min-width: 735px;
  }
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .sexuality {
    display: flex;
    justify-content: center;
    gap: 28px;
  }
}
#numbers .topic.age .men, #numbers .topic.age .women {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  gap: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  #numbers .topic.age .men, #numbers .topic.age .women {
    justify-content: center;
  }
}
#numbers .topic.age .men .img, #numbers .topic.age .women .img {
  width: 15.97vw;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .men .img, #numbers .topic.age .women .img {
    width: auto;
  }
}
#numbers .topic.age .men .txt dl, #numbers .topic.age .women .txt dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px;
  max-width: 264px;
  margin-top: 5px;
  margin-bottom: 0;
}
#numbers .topic.age .men .txt dl dt, #numbers .topic.age .women .txt dl dt {
  width: 2em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .men .txt dl dt, #numbers .topic.age .women .txt dl dt {
    font-size: 30px;
  }
}
#numbers .topic.age .men .txt dl dd, #numbers .topic.age .women .txt dl dd {
  margin: 0;
  width: 2.36em;
}
#numbers .topic.age .men .txt dl .number, #numbers .topic.age .women .txt dl .number {
  font-size: 69px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .men .txt dl .number, #numbers .topic.age .women .txt dl .number {
    font-size: 80px;
  }
}
#numbers .topic.age .men .txt dl .number .unit, #numbers .topic.age .women .txt dl .number .unit {
  font-size: 34px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .men .txt dl .number .unit, #numbers .topic.age .women .txt dl .number .unit {
    font-size: 40px;
  }
}
#numbers .topic.age .men .txt dl .number.small, #numbers .topic.age .women .txt dl .number.small {
  font-size: 43px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .men .txt dl .number.small, #numbers .topic.age .women .txt dl .number.small {
    font-size: 50px;
  }
}
#numbers .topic.age .men .txt dl .number.small .unit, #numbers .topic.age .women .txt dl .number.small .unit {
  font-size: 26px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.age .men .txt dl .number.small .unit, #numbers .topic.age .women .txt dl .number.small .unit {
    font-size: 30px;
  }
}
#numbers .topic.dept .term {
  margin-bottom: 20px;
}
#numbers .topic.dept .graph-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 12px;
}
#numbers .topic.dept .men, #numbers .topic.dept .women {
  text-align: center;
}
#numbers .topic.dept .men dt, #numbers .topic.dept .women dt {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .men dt, #numbers .topic.dept .women dt {
    font-size: 20px;
  }
}
#numbers .topic.dept .men dt img, #numbers .topic.dept .women dt img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#numbers .topic.dept .men .number, #numbers .topic.dept .women .number {
  margin: 0;
  font-size: 30px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .men .number, #numbers .topic.dept .women .number {
    font-size: 35px;
  }
}
#numbers .topic.dept .men .number .unit, #numbers .topic.dept .women .number .unit {
  font-size: 17px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .men .number .unit, #numbers .topic.dept .women .number .unit {
    font-size: 20px;
  }
}
#numbers .topic.dept .graph {
  order: 2;
  position: relative;
}
#numbers .topic.dept .graph .number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 43px;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .graph .number {
    font-size: 50px;
  }
}
#numbers .topic.dept .graph .number .unit {
  font-size: 26px;
  line-height: 43px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .graph .number .unit {
    font-size: 30px;
    line-height: 50px;
  }
}
#numbers .topic.dept .men {
  order: 1;
  color: #BDF0E7;
}
#numbers .topic.dept .women {
  order: 3;
}
#numbers .topic.dept .years {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}
#numbers .topic.dept .years .txt {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0;
}
#numbers .topic.dept .years .txt dt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .years .txt dt {
    font-size: 20px;
  }
}
#numbers .topic.dept .years .txt .number {
  margin: 0;
  font-size: 43px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .years .txt .number {
    font-size: 50px;
  }
}
#numbers .topic.dept .years .txt .number .unit {
  font-size: 26px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.dept .years .txt .number .unit {
    font-size: 30px;
  }
}
#numbers .topic.leave {
  text-align: center;
}
#numbers .topic.leave .term {
  margin-bottom: 22px;
}
#numbers .topic.leave .wrap {
  display: flex;
  justify-content: center;
  gap: 22px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.leave .wrap {
    display: block;
  }
}
#numbers .topic.leave .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.leave .txt {
    flex-direction: row;
    align-items: flex-end;
  }
}
#numbers .topic.leave .txt .number {
  font-size: 69px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.leave .txt .number {
    font-size: 80px;
  }
}
#numbers .topic.leave .txt .number .unit {
  font-size: 34px;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.leave .txt .number .unit {
    font-size: 40px;
  }
}
#numbers .topic.leave .txt .note {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  #numbers .topic.leave .txt .note {
    font-size: 20px;
  }
}
#numbers .note.foot {
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  #numbers .note.foot {
    font-size: 14px;
  }
}

/*
#faq {
    background: $white;
    padding-top: 86px;
    padding-bottom: 106px;
    @include sidepadding();
    .head {
        .subject {
            letter-spacing: 0.2em;
            span {
                font-size: 36px;
                @include mq('pc') {
                    font-size: 60px;
                }
            }
        }
    }
    .body {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    details {
        border-bottom: 1px solid $gray;
        padding-bottom: 24px;
        padding-left: 10px;
        padding-right: 0px;
        @include mq('pc') {
            padding-left: 25px;
            padding-right: 60px;
        }
        summary {
            display: flex;
            gap: 12px;
            padding-top: 20px;
            padding-right: 43px;
            font-size: 15px;
            font-weight: bold;
            position: relative;
            letter-spacing: 0.05em;
            list-style: none;
            @include mq('pc') {
                gap: 20px;
                align-items: center;
                font-size: 18px;
                cursor: pointer;
            }
            &::-webkit-details-marker {
                display: none;
            }
            &:before {
                content: 'Q';
                font-family: $en-font;
                font-size: 25px;
                font-weight: bold;
                line-height: 1;
                margin: 0;
                text-align: center;
                @include getgradient('background', 1);
                background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent;
                @include mq('pc') {
                    font-size: 50px;
                }
            }
            .icon {
                display: inline-block;
                width: 13px;
                height: 13px;
                background: url(../images/faq-toggle.svg) center no-repeat;
                background-size: contain;
                position: absolute;
                right: 9px;
                top: 50%;
                transition: transform 0.4s;
                @include mq('pc') {
                    width: 17px;
                    height: 17px;
                    right: 0;
                }
            }
        }
        &.is-opened .icon {
            transform: rotate(180deg);
        }
        .answer-wrap {
            overflow: hidden;
        }
        .answer {
            padding-top: 17px;
            padding-right: 43px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 13px;
            line-height: 1.769;
            @include mq('pc') {
                gap: 20px;
                padding-top: 9px;
                font-size: 15px;
            }
            &:before {
                content: 'A';
                font-family: $en-font;
                font-size: 25px;
                font-weight: bold;
                line-height: 1;
                margin: 0;
                text-align: center;
                color: #D21A23;
                @include mq('pc') {
                    font-size: 50px;
                }
            }
        }
    }
}
*/
#entry {
  background: #ffffff;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  #entry {
    padding-bottom: 74px;
  }
}
#entry a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 5px solid #00BE75;
  border: 3px solid transparent;
  border-image-source: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  border-image-slice: 1;
  text-align: center;
  position: relative;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  padding: 30px;
}
@media screen and (min-width: 1025px) {
  #entry a {
    padding: 0;
    width: 1100px;
    height: 350px;
  }
}
@media screen and (min-width: 1025px) {
  #entry a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #ffffff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #entry a:after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid #ffffff;
    background-image: url(../images/entry-bg.png);
    background-size: cover;
    opacity: 0.25;
    transition: opacity 0.4s;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#entry a .txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #entry a .txt {
    width: 406px;
    height: 256px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    padding: 4px;
  }
}
#entry a .txt:before {
  content: "";
  display: block;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  transition: 0.4s;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  #entry a .txt:before {
    background: transparent;
  }
}
#entry a .txt .subject, #entry a .txt .description {
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: linear-gradient(to right top, rgb(0, 190, 117) 0%, rgb(37, 222, 250) 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (min-width: 1025px) {
  #entry a .txt .subject, #entry a .txt .description {
    -webkit-text-fill-color: unset;
    transition: 0.4s;
    color: #ffffff;
  }
}
#entry a .txt .subject:before, #entry a .txt .description:before {
  background: #ffffff;
  z-index: -1;
}
#entry a .txt .subject {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  #entry a .txt .subject {
    font-size: 70px;
  }
}
#entry a .txt .description {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  #entry a .txt .description {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  #entry a:hover:after {
    opacity: 1;
  }
  #entry a:hover .txt .subject, #entry a:hover .txt .description {
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  #entry a:hover .txt:before {
    background: #ffffff;
    z-index: -1;
  }
}
#entry .subject {
  margin: 0;
}
#entry .description {
  margin: 0;
}

#footer {
  background: #F2F2F2;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  #footer {
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
#footer a {
  transition: 0.3s;
}
#footer a:hover {
  opacity: 0.7;
}
#footer .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#footer .footer__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#footer .footer__company {
  flex-shrink: 0;
}
#footer .footer__company .footer__logo {
  margin-bottom: 25px;
}
#footer .footer__company .footer__logo img {
  width: 246px;
}
@media screen and (min-width: 1025px) {
  #footer .footer__company .footer__logo img {
    width: 384px;
  }
}
#footer .footer__company .footer__address {
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  #footer .footer__company .footer__address {
    margin-bottom: 60px;
  }
}
#footer .footer__pplink a {
  text-decoration: underline;
}
#footer .footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
#footer .footer__nav .footer__navlist {
  margin: 0;
  padding: 0;
}
#footer .footer__nav .footer__navlist .parent {
  font-size: 16px;
  font-weight: bold;
}
#footer .footer__nav .footer__navlist .parent + .parent {
  margin-top: 35px;
}
#footer .footer__nav .footer__navlist .child {
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#footer .footer__nav .footer__navlist .child::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #333333;
  margin-right: 10px;
}
#footer .footer__nav .footer__navlist .child + .child {
  margin-top: 20px;
}
#footer .footer__nav .footer__navlist .child a {
  line-height: 1;
}
#footer .footer__outerlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
@media screen and (min-width: 1025px) {
  #footer .footer__outerlink {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 25px;
  }
}
#footer .footer__outerlink a {
  width: calc(50% - 9px);
}
@media screen and (min-width: 1025px) {
  #footer .footer__outerlink a {
    width: auto;
  }
}
#footer .tocorp a {
  text-decoration: underline;
}
#footer .copyright {
  margin-top: 30px;
  border-top: 1px solid #D0D0D0;
  padding-top: 30px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #footer .copyright {
    font-size: 14px;
  }
}

.rellax {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.rellax img {
  -o-object-fit: cover;
     object-fit: cover;
}

.grecaptcha-badge {
  visibility: hidden;
}