@charset "UTF-8";
.tatete {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}

.hogehoge {
  padding-top: clamp(20px, 5.3333333333vw, 40.96px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hogehoge {
    padding-top: clamp(60px, 7.8125vw, 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .hogehoge {
    padding-top: clamp(76.8px, 7.5vw, 120px);
  }
}

.copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: clamp(2.438rem, 0.704rem + 4.261vw, 4.313rem);
  letter-spacing: 0.5em;
  white-space: nowrap;
  z-index: 20;
  color: #ffffff;
}
.copy .copywrapper {
  overflow: hidden;
  margin: 0 0 2rem 0;
}
.copy .copywrapper p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.copy .char {
  display: inline-block;
  will-change: transform, opacity;
}

#kv {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  width: 100vw !important;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #kv {
    height: calc(100svh - 62px);
  }
}
#kv .entry_mypage_btn {
  position: absolute;
  z-index: 300;
  bottom: 3rem;
  left: 2rem;
}
#kv .grid-container {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  display: grid;
  /* 2つの列（左側、右側）を定義 */
  grid-template-columns: 1fr 1fr;
  /* 2行（左側が2行、右側が1行） */
  grid-template-rows: 1fr 1fr;
  /* エリアの定義 */
  grid-template-areas: "left-top right" "left-bottom right";
}
#kv .grid-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #kv .grid-container {
    display: block;
    background: url(/recruit/graduate/assets/image/top/visual03.jpg) no-repeat center center/cover;
  }
}
#kv .grid-container .item {
  overflow: hidden;
}
#kv .grid-container .item.left-top {
  grid-area: left-top;
}
@media screen and (max-width: 767px) {
  #kv .grid-container .item.left-top {
    display: none;
  }
}
#kv .grid-container .item.left-bottom {
  grid-area: left-bottom;
}
@media screen and (max-width: 767px) {
  #kv .grid-container .item.left-bottom {
    display: none;
  }
}
#kv .grid-container .item.right {
  grid-area: right;
}
@media screen and (max-width: 767px) {
  #kv .grid-container .item.right {
    height: 100svh;
    display: none;
  }
}
#kv .grid-container .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#kv .grid-container .item img.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.messagebg {
  position: relative;
  z-index: 3;
}
.messagebg .image {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.messagebg .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 500;
  background: rgba(0, 0, 0, 0.3);
}
.messagebg .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.messagebg #message {
  position: relative;
  z-index: 999;
}
.messagebg #message .inner {
  width: 90%;
  margin: 0 auto 10rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .messagebg #message .inner {
    display: block;
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.messagebg #message .inner .left {
  width: 35%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-weight: bold;
  letter-spacing: 0.7em;
  padding: 10vw 0 20vw 5vw;
}
@media screen and (max-width: 767px) {
  .messagebg #message .inner .left {
    width: 100%;
    padding: 8vw;
  }
}
.messagebg #message .inner .right {
  flex: 1;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10vw;
}
@media screen and (max-width: 767px) {
  .messagebg #message .inner .right {
    padding: 0 0 8vw 8vw;
  }
}
.messagebg #message .inner .right p {
  margin: 0 0 2em 0;
}

#picupcontents {
  background: #ffffff;
  position: relative;
  z-index: 1000;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #picupcontents {
    height: 100%;
    min-height: 0;
    padding: 0 0 5rem 0;
  }
}
#picupcontents .bg01 {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 65%;
  height: 70vh;
  z-index: 5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #picupcontents .bg01 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
#picupcontents .bg01 img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#picupcontents .bg01 img.bg-image.active {
  opacity: 1;
}
#picupcontents .bg01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
#picupcontents .mainbg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #picupcontents .mainbg {
    height: 100%;
  }
}
#picupcontents .mainbg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  content: "";
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
#picupcontents .bg02 {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  filter: blur(50px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #picupcontents .bg02 {
    height: auto;
  }
}
#picupcontents .bg02 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#picupcontents .bg02 .bg-image.active {
  opacity: 1;
}
#picupcontents .pick_inner {
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  padding: 5rem 5vw 0 5vw;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner {
    display: block;
  }
}
#picupcontents .pick_inner .left {
  width: 35%;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .left {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 1rem 0;
    width: 100%;
  }
}
#picupcontents .pick_inner .right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .right {
    width: 100%;
  }
}
#picupcontents .pick_inner .right .panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .right .panel {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
}
#picupcontents .pick_inner .right .panel a {
  display: block;
  background: #ffffff;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
#picupcontents .pick_inner .right .panel a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  opacity: var(--after-opacity, 0);
  transition: opacity 0.3s ease;
  background: #7EC96C;
}
#picupcontents .pick_inner .right .panel a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: transparent linear-gradient(269deg, var(--unnamed-color-7ec96c) 0%, #D6E3D3 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(269deg, #7EC96C 0%, #D6E3D3 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  transition: left 0.3s ease;
}
#picupcontents .pick_inner .right .panel a:hover::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .right .panel a {
    margin: 0 0 0.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
#picupcontents .pick_inner .right .panel a .txt {
  margin: 0 0 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .right .panel a .txt {
    margin: 0 0 1rem 0;
  }
}
#picupcontents .pick_inner .right .panel a .txt .icon {
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .right .panel a .txt .icon {
    display: none;
  }
}
#picupcontents .pick_inner .right .panel a .txt .icon svg {
  vertical-align: top;
  line-height: 1;
}
#picupcontents .pick_inner .right .panel a .image {
  width: 60%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #picupcontents .pick_inner .right .panel a .image {
    width: 100%;
  }
  #picupcontents .pick_inner .right .panel a .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 110px;
    -o-object-position: top center;
       object-position: top center;
  }
}

section.main_bg_image {
  position: relative;
  height: 800vh;
  z-index: 500;
  overflow: hidden;
  pointer-events: none;
}
section.main_bg_image .bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: 1;
  overflow: hidden;
}
section.main_bg_image .bg_wrap .bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
section.main_bg_image .bg_wrap .bgimage::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
section.main_bg_image .bg_wrap .bgimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section.top_fullwide {
  position: absolute;
  width: 100%;
  height: 200vh;
  z-index: 800;
  background: transparent;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  section.top_fullwide {
    height: 100%;
    height: auto;
    position: static;
  }
  section.top_fullwide#full01 {
    background: url("/recruit/graduate/assets/image/top/full01.jpg") no-repeat center center;
    background-size: cover;
  }
  section.top_fullwide#full02 {
    background: url("/recruit/graduate/assets/image/top/full02.jpg") no-repeat center center;
    background-size: cover;
  }
  section.top_fullwide#full03 {
    background: url("/recruit/graduate/assets/image/top/full03.jpg") no-repeat center center;
    background-size: cover;
  }
  section.top_fullwide#full04 {
    background: url("/recruit/graduate/assets/image/top/full04.jpg") no-repeat center center;
    background-size: cover;
  }
}
section.top_fullwide .content_wrap {
  position: relative;
  z-index: 9000;
  height: 200vh;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap {
    height: 100%;
    z-index: 500;
  }
}
section.top_fullwide .content_wrap .encopy {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2002;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .encopy {
    height: auto;
    padding: 3rem 0;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
section.top_fullwide .content_wrap .encopy p.en {
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3em;
  line-height: 1;
}
section.top_fullwide .content_wrap .encopy p.en span.char {
  line-height: 1.2;
}
section.top_fullwide .content_wrap .main_contents {
  position: relative;
  z-index: 10000;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents {
    height: auto;
  }
}
section.top_fullwide .content_wrap .main_contents .banner {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents .banner {
    display: block;
    min-height: auto;
    padding: 0 5vw 5vw 5vw;
    background: none;
  }
}
section.top_fullwide .content_wrap .main_contents .banner .in {
  padding: 5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 2rem;
}
section.top_fullwide .content_wrap .main_contents .banner .in.four {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents .banner .in {
    display: block;
    padding: 0;
  }
}
section.top_fullwide .content_wrap .main_contents .banner .in .box {
  display: block;
}
section.top_fullwide .content_wrap .main_contents .banner .in .box p.big {
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}
section.top_fullwide .content_wrap .main_contents .banner .in .box.txts {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.top_fullwide .content_wrap .main_contents .banner .in .box.txts:hover {
  opacity: 0.8;
}
section.top_fullwide .content_wrap .main_contents .banner .in .box .image {
  position: relative;
  margin: 0 0 0.875rem 0;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents .banner .in .box .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 140px;
  }
}
section.top_fullwide .content_wrap .main_contents .banner .in .box p.detail {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents .banner .in .box {
    margin: 0 0 0.2rem 0 !important;
    background: #ffffff;
    padding: 1rem;
  }
}
section.top_fullwide .content_wrap .main_contents .banner .in .txtlink {
  display: inline-flex;
  align-items: center;
}
section.top_fullwide .content_wrap .main_contents .banner .in .txtlink .icon {
  line-height: 1;
  margin: 0 0 0 1em;
}
section.top_fullwide .content_wrap .main_contents .banner.job .in {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents .banner.job .in {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
  }
  section.top_fullwide .content_wrap .main_contents .banner.job .in .box {
    margin: 0 0 0.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  section.top_fullwide .content_wrap .main_contents .banner.job .in .box .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
    -o-object-position: top center;
       object-position: top center;
  }
  section.top_fullwide .content_wrap .main_contents .banner.job .in .box.txts {
    width: 100%;
  }
}
section.top_fullwide .content_wrap .main_contents .banner.job .in img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 15vh;
}
@media screen and (max-width: 767px) {
  section.top_fullwide .content_wrap .main_contents .banner.job .in img {
    height: auto;
  }
}

main .image {
  position: relative;
}
main .image .copyright {
  position: absolute;
  bottom: 5px;
  right: 8px;
  line-height: 1;
  font-size: 0.7rem;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
}