h2.hl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(2.2vw, 2rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1;
  gap: 30px;
}
h2.hl img {
  width: auto;
  height: min(4.5vw, 48px);
}
h2.hl + .hlNote {
  width: 100%;
  max-width: 480px;
  margin: 35px auto 50px;
  font-size: min(1.6vw, 1.5rem);
}

@media screen and (max-width: 767px) {
  h2.hl {
    font-size: 1.5rem;
    gap: 15px;
  }
  h2.hl img {
    height: 28px;
  }
  h2.hl + .hlNote {
    max-width: 100%;
    margin: 25px auto 40px;
    font-size: 1.5rem;
  }
}
/* kv
-----------------------------------------------------------*/
#animation_container, #animation_container_2 {
  width: 100% !important;
  height: calc(var(--vh) * 100) !important;
  background-color: #f0faff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#animation_container.setBg {
  background: url(/newgraduate/img/home/kv.jpg) center center no-repeat;
  background-size: cover;
}

#animation_container_2 {
  display: none;
}
#animation_container_2.setBg {
  background: url(/newgraduate/img/home/kv_sp.jpg) center center no-repeat;
  background-size: cover;
}

#_preload_div_ {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transition: 0.2s all;
}
#_preload_div_.cpMove {
  opacity: 0;
}

.sml {
  display: none;
}

@media screen and (max-width: 666px) {
  #animation_container {
    display: none;
  }
  #animation_container_2 {
    display: block;
  }
  .lg {
    display: none;
  }
  .sml {
    display: block;
  }
}
#KvCanvas, #KvCanvas_2 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
  width: 100% !important;
  height: calc(var(--vh) * 100) !important;
  background: none !important;
  position: absolute;
  display: block;
}

#kvSec {
  margin-top: 1300px;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 150px;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
}
#kvSec .catch {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
#kvSec .catch img {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
  width: 100% !important;
  height: calc(var(--vh) * 100) !important;
}
#kvSec div.sloganBox {
  opacity: 0;
  transition: 0.3s opacity;
  margin-left: calc(50% - min(45vw, 580px));
  font-weight: 700;
  position: relative;
  z-index: 10;
  padding-right: 50px;
}
#kvSec div.sloganBox.app {
  opacity: 1;
}
#kvSec div.sloganBox h3 {
  font-weight: 700;
  font-size: min(2.8vw, 3.4rem);
  line-height: 1.8;
}
#kvSec div.sloganBox > div {
  margin-top: 1.2em;
  font-size: min(1.8vw, 2rem);
  line-height: 2.5;
}
#kvSec div.sloganBox > div p ~ p {
  margin-top: 2rem;
}
#kvSec.cpMove .catch {
  animation: copyin 0.5s 1 cubic-bezier(0.17, 0.67, 0.48, 1.64) both;
}

@media screen and (max-width: 1600px) {
  #KvCanvas, #KvCanvas_2 {
    max-height: 70vw;
  }
  #kvSec .catch img {
    max-height: 70vw;
  }
}
@media screen and (max-width: 666px) {
  #KvCanvas, #KvCanvas_2 {
    max-height: calc(var(--vh) * 100) !important;
  }
  #kvSec {
    margin-top: 1000px;
    padding-bottom: 100px;
  }
  #kvSec .catch img {
    max-height: calc(var(--vh) * 100) !important;
  }
  #kvSec div.sloganBox {
    margin-left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #kvSec div.sloganBox h3 {
    font-size: 2.2rem;
  }
  #kvSec div.sloganBox > div {
    font-size: 1.5rem;
  }
}
@keyframes copyin {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100%, to {
    opacity: 1;
    transform: translateY(0);
  }
}
#AboutSec {
  background: linear-gradient(to bottom, #f0faff 0%, #f0faff calc(100% - 260px), #ffffff calc(100% - 260px), #ffffff 100%);
  padding: min(14vw, 140px) 0 0;
}
#AboutSec div.inner {
  max-width: 1416px;
}
#AboutSec div.aruaruBox {
  font-size: min(1.6vw, 1.5rem);
}
#AboutSec div.aruaruBox a {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px min(10vw, 100px);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 3px solid #74EBDE;
  border-radius: 15px;
}
#AboutSec div.aruaruBox a > div {
  width: min(33vw, 340px);
}
#AboutSec div.aruaruBox a > div figure {
  display: none;
}
@media screen and (min-width: 768px) {
  #AboutSec div.aruaruBox a:hover h3::after {
    width: 33px;
    height: 33px;
    margin-left: 15px;
  }
  #AboutSec div.aruaruBox a:hover figure img {
    scale: 1.1;
  }
}
#AboutSec div.aruaruBox h3 {
  font-size: min(2.6vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 33px;
  display: flex;
  align-items: center;
}
#AboutSec div.aruaruBox h3::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #74EBDE url(/newgraduate/img/common/arr_wh.svg) center center no-repeat;
  background-size: 10px 10px;
  border-radius: 50%;
  margin-left: 19px;
  transition: 0.3s all;
}
#AboutSec div.aruaruBox figure {
  width: min(34vw, 345px);
}
#AboutSec div.aruaruBox figure img {
  transition: 0.3s all;
}
#AboutSec ul.linkList {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1376px;
  margin: 40px auto 0;
}
#AboutSec ul.linkList li {
  width: 30.2%;
  background: #fff;
}
#AboutSec ul.linkList li figure {
  border: 3px solid #74EBDE;
  border-radius: 15px;
  overflow: hidden;
}
#AboutSec ul.linkList li figure img {
  transition: 0.3s all;
}
#AboutSec ul.linkList li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  font-weight: 500;
  font-size: min(1.9vw, 2rem);
}
#AboutSec ul.linkList li p::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #74EBDE url(/newgraduate/img/common/arr_wh.svg) center center no-repeat;
  background-size: 10px 10px;
  border-radius: 50%;
  margin-left: 19px;
  margin-right: 4px;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  #AboutSec ul.linkList li a:hover figure img {
    scale: 1.1;
  }
  #AboutSec ul.linkList li a:hover p::after {
    width: 33px;
    height: 33px;
    margin-left: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #AboutSec {
    background: #fff;
    padding: 75px 0 0;
  }
  #AboutSec div.aruaruBox {
    font-size: 1.5rem;
  }
  #AboutSec div.aruaruBox a {
    padding: 25px 20px 20px;
    flex-direction: column;
  }
  #AboutSec div.aruaruBox a > div {
    width: 100%;
  }
  #AboutSec div.aruaruBox a > div figure {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #AboutSec div.aruaruBox a > figure {
    display: none;
  }
  #AboutSec div.aruaruBox h3 {
    font-size: 2.4rem;
    justify-content: center;
  }
  #AboutSec ul.linkList {
    flex-direction: column;
    margin: 0 auto 0;
  }
  #AboutSec ul.linkList li {
    width: 100%;
    background: none;
    margin-top: 30px;
  }
  #AboutSec ul.linkList li p {
    height: 50px;
    font-size: 1.6rem;
  }
}
#BizSec {
  padding: 140px 0 0;
  position: relative;
}
#BizSec::after {
  content: "";
  width: 841px;
  aspect-ratio: 841/478;
  background: url(/newgraduate/img/common/decoration.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 195px;
  left: calc(50% - 330px - 841px);
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  #BizSec::after {
    width: 52.5625%;
    left: calc(50% - 330px - 52.5625%);
  }
}
@media screen and (max-width: 1376px) {
  #BizSec::after {
    width: 61.1191860465%;
    left: calc(50% - 330px - 61.1191860465%);
  }
}
#BizSec div.bizBox {
  background: url(/newgraduate/img/home/img_biz_1_b.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
#BizSec div.bizBox:last-of-type {
  background-image: url(/newgraduate/img/home/img_biz_2_b.jpg);
  margin-top: 30px;
}
#BizSec div.bizBox:last-of-type div.inner {
  justify-content: flex-start;
}
#BizSec div.bizBox div.inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 360px;
  position: relative;
  z-index: 2;
}
#BizSec div.bizBox div.bizInBox a {
  display: block;
  width: 480px;
  height: 225px;
  padding: 40px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  position: relative;
}
#BizSec div.bizBox div.bizInBox a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #003AA7 url(/newgraduate/img/common/arr_wh.svg) center center no-repeat;
  background-size: 10px 10px;
  border-radius: 50%;
  transition: 0.3s all;
  position: absolute;
  right: 30px;
  bottom: 40px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  #BizSec div.bizBox div.bizInBox a:hover::after {
    width: 33px;
    height: 33px;
    right: 26px;
    bottom: 36px;
  }
}
#BizSec div.bizBox div.bizInBox h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #003AA7;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  #BizSec {
    padding: 90px 0 0;
  }
  #BizSec > .inner {
    position: relative;
    z-index: 2;
  }
  #BizSec::after {
    width: 342px;
    top: 60px;
    left: -150px;
  }
  #BizSec div.bizBox {
    background: url(/newgraduate/img/home/img_biz_1b_sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  #BizSec div.bizBox:last-of-type {
    background-image: url(/newgraduate/img/home/img_biz_2b_sp.jpg);
    margin-top: 30px;
  }
  #BizSec div.bizBox:last-of-type div.inner {
    justify-content: flex-start;
  }
  #BizSec div.bizBox div.inner {
    align-items: center;
    height: 300px;
  }
  #BizSec div.bizBox div.bizInBox a {
    width: 100%;
    height: auto;
    padding: 25px 20px 65px;
  }
  #BizSec div.bizBox div.bizInBox a::after {
    right: 25px;
    bottom: 25px;
  }
  #BizSec div.bizBox div.bizInBox h3 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
#PersonSec {
  background: #F0FAFF;
  padding: 140px 0 min(25vw, 250px);
  position: relative;
  position: relative;
}
#PersonSec::before {
  content: "";
  width: 601px;
  aspect-ratio: 601/341;
  background: url(/newgraduate/img/common/decoration.svg) 0 0 no-repeat;
  background-size: cover;
  transform: scaleY(-1);
  position: absolute;
  top: 140px;
  right: calc(50% - 365px - 601px);
  z-index: 1;
}
#PersonSec::after {
  content: "";
  width: 841px;
  aspect-ratio: 841/478;
  background: url(/newgraduate/img/common/decoration.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 880px;
  left: calc(50% - 150px - 841px);
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #PersonSec::before {
    width: 37.5625%;
    right: calc(50% - 365px - 37.5625%);
  }
  #PersonSec::after {
    width: 52.5625%;
    left: calc(50% - 150px - 52.5625%);
  }
}
@media screen and (max-width: 1376px) {
  #PersonSec::before {
    width: 43.6773255814%;
    right: calc(50% - 365px - 43.6773255814%);
  }
  #PersonSec::after {
    width: 61.1191860465%;
    left: calc(50% - 150px - 61.1191860465%);
  }
}
#PersonSec div.inner {
  max-width: 1304px;
  position: relative;
  z-index: 2;
}
#PersonSec ul.personList {
  width: 100%;
  max-width: 990px;
  margin: -20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 420px;
}
#PersonSec ul.personList li {
  width: 33.3%;
  position: relative;
  z-index: 10;
}
#PersonSec ul.personList li:nth-child(2) h3 {
  color: #00AEE2;
}
#PersonSec ul.personList li:nth-child(2) figure img {
  background: #21ddff;
}
#PersonSec ul.personList li:nth-child(3) h3 {
  color: #0D85FF;
}
#PersonSec ul.personList li:nth-child(3) figure img {
  background: #50b9fb;
}
@media screen and (min-width: 768px) {
  #PersonSec ul.personList li:hover {
    margin-top: 0;
    z-index: 20;
  }
  #PersonSec ul.personList li:hover a {
    width: 104%;
    left: -2%;
    top: -24px;
  }
  #PersonSec ul.personList li:hover figure img {
    height: 325px;
  }
}
#PersonSec ul.personList li a {
  display: block;
  width: 91%;
  margin: 20px auto 0;
  transition: 0.3s all;
  border-radius: 15px;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 4.5%;
  z-index: 10;
}
#PersonSec ul.personList li a > div {
  padding: 20px;
  background: #fff;
}
#PersonSec ul.personList li figure {
  box-shadow: inset 6px 6px 12px 12px rgba(0, 0, 0, 0.1);
}
#PersonSec ul.personList li figure img {
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: 0.3s all;
  position: relative;
  z-index: -1;
  background-color: #67f0dc;
}
#PersonSec ul.personList li h3 {
  font-size: min(2vw, 1.8rem);
  font-weight: 700;
  color: #4DD8C9;
}
#PersonSec ul.personList li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: min(1.5vw, 1.5rem);
}
#PersonSec ul.personList li p span {
  font-size: min(1.4vw, 1.4rem);
  font-weight: 400;
}
#PersonSec div.talkBox a {
  margin-top: 60px;
  width: 100%;
  height: 310px;
  max-width: 1264px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 3px solid #1EB1FF;
  position: relative;
}
@media screen and (min-width: 768px) {
  #PersonSec div.talkBox a:hover figure img {
    transform: scale(1.1);
  }
  #PersonSec div.talkBox a:hover > div {
    padding-top: 4px;
    height: 190px;
  }
  #PersonSec div.talkBox a:hover > div::after {
    width: 33px;
    height: 33px;
    margin-top: 0;
  }
}
#PersonSec div.talkBox a figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 310px;
  border-radius: 12px;
  overflow: hidden;
}
#PersonSec div.talkBox a figure img {
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
  height: 310px;
}
#PersonSec div.talkBox a > div {
  width: 350px;
  height: 194px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  gap: 20px;
  transition: 0.3s all;
}
#PersonSec div.talkBox a > div p {
  font-size: 1.6rem;
  font-weight: 700;
}
#PersonSec div.talkBox a > div h3 {
  width: 280px;
}
#PersonSec div.talkBox a > div::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #74EBDE url(/newgraduate/img/common/arr_wh.svg) center center no-repeat;
  background-size: 10px 10px;
  border-radius: 50%;
  transition: 0.3s all;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  #PersonSec {
    padding: 90px 0 120px;
    background: #F0FAFF;
    position: relative;
  }
  #PersonSec::before {
    width: 295px;
    top: 25px;
    right: -115px;
  }
  #PersonSec::after {
    width: 342px;
    top: auto;
    bottom: 14px;
    left: -115px;
  }
  #PersonSec ul.personList {
    margin: -20px auto 0;
    flex-direction: column;
    height: auto;
  }
  #PersonSec ul.personList li {
    width: 100%;
    margin-top: 20px;
  }
  #PersonSec ul.personList li a {
    width: 100%;
    margin: 0;
    position: static;
  }
  #PersonSec ul.personList li a > div {
    padding: 12px 20px;
  }
  #PersonSec ul.personList li figure img {
    height: 175px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #PersonSec ul.personList li h3 {
    font-size: 1.5rem;
  }
  #PersonSec ul.personList li p {
    display: flex;
    font-size: 1.2rem;
  }
  #PersonSec ul.personList li p span {
    font-size: 1.2rem;
  }
  #PersonSec div.talkBox a {
    margin-top: 30px;
    height: auto;
    flex-direction: column;
  }
  #PersonSec div.talkBox a figure {
    position: static;
    width: 100%;
    height: 230px;
    border-radius: 12px 12px 0 0;
  }
  #PersonSec div.talkBox a figure img {
    transition: 0.3s all;
    -o-object-position: top left;
       object-position: top left;
    -o-object-fit: cover;
       object-fit: cover;
    height: 230px;
  }
  #PersonSec div.talkBox a > div {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgb(255, 255, 255) 45px, rgb(255, 255, 255) 100%);
    gap: 18px;
    border-radius: 0 0 12px 12px;
    margin-top: -45px;
  }
  #PersonSec div.talkBox a > div p {
    font-size: 1.6rem;
  }
  #PersonSec div.talkBox a > div h3 {
    width: 200px;
  }
}
#RecruitSec {
  padding: 80px 0 140px;
}
#RecruitSec ul.recluitList {
  display: flex;
  justify-content: space-between;
}
#RecruitSec ul.recluitList li {
  width: 49%;
  height: 400px;
  background: url(/newgraduate/img/home/img_rec_1.jpg) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
}
#RecruitSec ul.recluitList li:last-child {
  background-image: url(/newgraduate/img/home/img_rec_2.jpg);
}
#RecruitSec ul.recluitList li:last-child h3 {
  color: #0039A7;
}
#RecruitSec ul.recluitList li:last-child a {
  border-color: #0039A7;
}
#RecruitSec ul.recluitList li:last-child a::after {
  background-color: #0039A7;
}
#RecruitSec ul.recluitList h3 {
  font-weight: 700;
  font-size: min(2.4vw, 2rem);
  color: #FF6110;
  margin-bottom: 20px;
}
#RecruitSec ul.recluitList a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(34vw, 340px);
  height: 80px;
  background: #fff;
  border: 2px solid #FF6110;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
  font-size: min(1.8vw, 1.5rem);
}
#RecruitSec ul.recluitList a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #FF6110 url(/newgraduate/img/common/arr_wh.svg) center center no-repeat;
  background-size: 10px 10px;
  border-radius: 50%;
  transition: 0.3s all;
  position: absolute;
  right: 60px;
  top: calc(50% - 12.5px);
  z-index: 50;
}
@media screen and (min-width: 768px) {
  #RecruitSec ul.recluitList a:hover::after {
    width: 33px;
    height: 33px;
    right: 56px;
    top: calc(50% - 16.5px);
  }
}

@media screen and (max-width: 767px) {
  #RecruitSec {
    padding: 70px 0 8cqmin;
  }
  #RecruitSec h2.hl img {
    height: 71px;
  }
  #RecruitSec ul.recluitList {
    flex-direction: column;
    gap: 20px;
  }
  #RecruitSec ul.recluitList li {
    width: 100%;
    height: 275px;
    background: url(/newgraduate/img/home/img_rec_1.jpg) 0 0 no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
  }
  #RecruitSec ul.recluitList li > p {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #RecruitSec ul.recluitList h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #RecruitSec ul.recluitList a {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    font-size: 1.5rem;
  }
}