  @charset "UTF-8";
/* ============================================ */
/* index
/* ============================================ */
@media screen and (min-width: 769px) {
  #main {
    padding-bottom: 180px;
  }
}
/* ===== section共通 ===== */
.section {
  position: relative;
}
.section .wrap,
.section .out-wrap,
.section .in-wrap {
  position: relative;
  z-index: 2;
}
.section .illust-wrap {
  position: relative;
}
.section .section-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: var(--color-category);
  margin: 0 0 0.8em;
}
.section .section-title .ja {
  display: block;
  font-weight: 600;
}
.section .section-title .en {
  display: block;
  font-size: 50%;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  .section .section-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* ===== short-story ===== */
#short-story {
  width: 100%;
  height: calc(100vh - 75px);
  height: calc(100svh - 75px);
}
#short-story .out-wrap {
  height: 100%;
}
#short-story .slide {
  position: absolute;
}
#short-story .slide ul {
  width: 100%;
  height: 100%;
}
#short-story .slide .slide-item {
  width: 100%;
  height: 100%;
}
#short-story .slide .slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}
#short-story .catch {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
  height: calc(23% - 8px);
  min-width: 800px;
  max-width: 1000px;
  z-index: 1;
}
#short-story .catch svg {
  fill: #001976;
  stroke: #001976;
}
#short-story .story-name {
  position: absolute;
  right: 20px;
  top: 20px;
}
#short-story .story-name .st0 {
  fill: #fff;
}
#short-story .story-name .st1 {
  isolation: isolate;
}
#short-story .text {
  position: absolute;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 600;
  line-height: 1.8;
  transition: var(--transition);
}
#short-story .text .bg-wh {
  background: linear-gradient(transparent 5%, var(--color-white) 0%);
}
#short-story .slide01 {
  left: 0;
  top: 0;
  width: calc(65% - 8px);
  height: 77%;
}
#short-story .slide01 .story-name {
  width: 30%;
}
#short-story .slide02 {
  right: 0;
  top: 0;
  width: 35%;
  height: 50%;
}
#short-story .slide02 .story-name {
  width: 45%;
}
#short-story .slide03 {
  left: 65%;
  top: calc(50% + 8px);
  width: calc(35% - 80px);
  height: 30%;
}
#short-story .slide03 .story-name {
  width: 45%;
}
#short-story .story01 a::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/01/top-img.jpg);
}
#short-story .story01 .text {
  top: 42%;
  right: 20px;
}
#short-story .story02 a::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/02/top-img.jpg);
}
#short-story .story02 .text {
  bottom: 5%;
  left: 20px;
}
#short-story .story03 a::before {
  background-image: url(/recruit/assets/img/newgrads/short-story/03/top-img.jpg);
}
#short-story .story03 .text {
  bottom: 5%;
  left: 20px;
}

@media (hover: hover) {
  #short-story a:hover .text {
    opacity: 1;
  }
}
/* 横幅1025px以上で、高さ750px以下の場合 */
@media (min-width: 1024px) and (max-height: 750px) {
  #short-story .story-name .story {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #short-story .slide02 .text,
#short-story .slide03 .text {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  #short-story {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
  }
  #short-story .out-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #short-story .slide {
    position: relative;
  }
  #short-story .catch {
    position: relative;
    left: auto;
    bottom: auto;
    width: 95%;
    height: auto;
    min-width: auto;
    max-width: none;
    margin: 30px auto;
  }
  #short-story .slide01 {
    left: auto;
    top: auto;
    width: 100%;
    height: 40vh;
    height: 40svh;
    min-height: 400px;
  }
  #short-story .slide02,
#short-story .slide03 {
    left: auto;
    right: auto;
    top: auto;
    width: calc(50% - 4px);
    height: 25vh;
    height: 25svh;
    min-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  #short-story .story-name {
    right: 10px;
    top: 10px;
  }
  #short-story .text {
    font-size: clamp(10px, 1.2vw, 16px);
  }
  #short-story .slide01 {
    height: 30vh;
    height: 30svh;
    min-height: 250px;
  }
  #short-story .slide02,
#short-story .slide03 {
    left: auto;
    right: auto;
    top: auto;
    width: calc(50% - 4px);
    height: 25vh;
    min-height: 200px;
  }
  #short-story .slide02 a,
#short-story .slide03 a {
    padding: 16vh 0 0;
    padding: 16svh 0 0;
  }
  #short-story .slide02 a::before,
#short-story .slide03 a::before {
    height: 16vh;
    height: 16svh;
    border-radius: 10px;
  }
  #short-story .slide02 a:hover::before,
#short-story .slide03 a:hover::before {
    transform: none;
  }
  #short-story .slide02 .text,
#short-story .slide03 .text {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0.5em 0 0;
  }
}
/* ===== about ===== */
#about {
  padding: 300px 0 100px;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 35%;
  background: var(--color-gray);
}
#about .out-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#about .in-wrap {
  display: flex;
  justify-content: space-between;
}
#about .link-wrap {
  position: relative;
  width: calc(100% - 320px);
}
#about .illust {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 360px;
}
#about .link {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#about .link .link-item {
  width: calc(50% - 4px);
}
#about .link .link-item a {
  position: relative;
  display: block;
  height: 240px;
  color: var(--color-white);
}
#about .link .link-item .title-en,
#about .link .link-item .title-ja {
  position: absolute;
  z-index: 1;
}
#about .link .link-item .title-en {
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#about .link .link-item .title-ja {
  left: 20px;
  top: 45%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
#about .link .link-item .title-ja .small {
  font-size: 65%;
}
#about .link .numbers-keywords a::before {
  background-image: url(/recruit/assets/img/common/numbers-keywords/link.jpg);
}
#about .link .numbers-keywords .title-en {
  left: 20px;
  top: calc(45% + 35px);
  font-size: 24px;
  font-size: 1.5rem;
}
#about .link .philosophy-mission a::before {
  background-image: url(/recruit/assets/img/common/philosophy-mission/link.jpg);
}
#about .link .philosophy-mission .title-en {
  right: 20px;
  top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
}
#about .link .view-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 1200px) {
  #about .in-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  #about .link-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #about {
    padding: 200px 0 100px;
  }
  #about .link .link-item .title-ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding: 150px 0 100px;
  }
  #about .illust {
    width: 260px;
  }
  #about .out-wrap {
    align-items: center;
  }
  #about .in-wrap {
    width: 85%;
  }
  #about .link {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #about .link .link-item {
    width: 100%;
  }
  #about .link .link-item + .link-item {
    margin: 15px 0 0;
  }
  #about .link .link-item a {
    height: 180px;
  }
  #about .link .numbers-keywords .title-en {
    top: calc(45% + 30px);
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #about {
    padding: 100px 0 80px;
  }
  #about .in-wrap {
    width: 100%;
  }
  #about .section-title {
    padding: 0 0 0 7.5%;
  }
  #about .illust {
    width: 130px;
  }
  #about .link .link-item .title-ja {
    font-size: 16px;
    font-size: 1rem;
  }
  #about .link .link-item a {
    height: 140px;
  }
  #about .link .numbers-keywords .title-en {
    top: calc(45% + 25px);
    font-size: 14px;
    font-size: 0.875rem;
  }
  #about .link .philosophy-mission .title-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* ===== project-story ===== */
#project-story {
  /* Arrows */
}
#project-story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-gray);
}
#project-story .section-title {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--color-white);
  z-index: 1;
}
#project-story .link {
  margin: 0;
}
#project-story .link .link-item {
  width: 100%;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
#project-story .link .link-item a {
  display: block;
  width: 100%;
  height: 360px;
}
#project-story .link .link-item .title {
  position: absolute;
  left: 50px;
  top: 40px;
  line-height: 1;
  color: var(--color-white);
  z-index: 1;
}
#project-story .link .link-item .title > span {
  display: block;
}
#project-story .link .link-item .title .en {
  font-size: 32px;
  font-size: 2rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
}
#project-story .link .link-item .title .number {
  font-size: 120px;
  font-size: 7.5rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
}
#project-story .link .link-item .title .ja {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
#project-story .link .link-item .text {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: calc(100% - 300px);
  color: var(--color-white);
  z-index: 1;
}
#project-story .link .link-item .text .project-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 30px;
  margin: 0 0 0.5em;
}
#project-story .link .link-item .text .catch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-category);
  color: var(--color-white);
  padding: 18px 30px;
}
#project-story .link .link-item .text .catch svg {
  width: calc(100% - 120px);
  max-width: 600px;
  fill: var(--color-white);
}
#project-story .link .link-item.project01 a::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/01/top-img.jpg);
}
#project-story .link .link-item.project02 a::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/02/top-img.jpg);
  background-position: 70% center;
}
#project-story .link .link-item.project03 a::before {
  background-image: url(/recruit/assets/img/newgrads/project-story/03/top-img.jpg);
  background-position: 80% center;
}
#project-story .slick-list {
  overflow: visible !important;
}
#project-story .slick-dots {
  text-align: right;
  right: 10px;
}
#project-story .slick-dots li {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
}
#project-story .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #707070;
}
#project-story .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  line-height: 0;
  opacity: 1;
  background: var(--color-blue);
  transform-origin: left center;
  transform: scale(0, 1);
}
#project-story .slick-dots li.slick-active button:before {
  animation: slick-dots 7s ease forwards;
}
#project-story .slick-prev,
#project-story .slick-next {
  z-index: 1;
}
#project-story .slick-prev {
  left: 22px;
}
#project-story .slick-prev:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 43px;
  background: url(/recruit/assets/img/newgrads/index/slick-prev.svg) no-repeat;
  background-size: contain;
}
#project-story .slick-next {
  right: 25px;
}
#project-story .slick-next:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 43px;
  background: url(/recruit/assets/img/newgrads/index/slick-next.svg) no-repeat;
  background-size: contain;
}

@keyframes slick-dots {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) {
  #project-story {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #project-story .link .link-item a {
    height: 400px;
  }
  #project-story .link .link-item .title {
    top: 30px;
    left: 30px;
  }
  #project-story .link .link-item .title .en {
    font-size: 32px;
    font-size: 2rem;
  }
  #project-story .link .link-item .title .number {
    font-size: 80px;
    font-size: 5rem;
  }
  #project-story .link .link-item .title .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #project-story .link .link-item .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #project-story .link .link-item a {
    height: 280px;
  }
  #project-story .link .link-item .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #project-story .link .link-item .title span + span {
    margin: 0 0 0 10px;
  }
  #project-story .link .link-item .title .en {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #project-story .link .link-item .title .number {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #project-story .link .link-item .title .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #project-story .link .link-item .text {
    bottom: 30px;
  }
  #project-story .slick-prev {
    left: 15px;
  }
  #project-story .slick-prev:before {
    width: 13px;
    height: 26px;
  }
  #project-story .slick-next {
    right: 10px;
  }
  #project-story .slick-next:before {
    width: 13px;
    height: 26px;
  }
}
@media screen and (max-width: 600px) {
  #project-story .link .link-item a {
    height: 240px;
  }
  #project-story .link .link-item .title {
    top: 20px;
    left: 20px;
  }
  #project-story .link .link-item .title span + span {
    margin: 0 0 0 7px;
  }
  #project-story .link .link-item .title .en {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #project-story .link .link-item .title .number {
    font-size: 44px;
    font-size: 2.75rem;
  }
  #project-story .link .link-item .title .ja {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #project-story .link .link-item .text {
    bottom: 20px;
  }
  #project-story .link .link-item .text .project-name {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 20px;
  }
  #project-story .link .link-item .text .catch {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 20px;
  }
  #project-story .link .link-item .text .catch svg {
    width: 100%;
    max-width: 420px;
  }
  #project-story .link .link-item .text .catch .view-more {
    margin: 0 0 0 auto;
  }
}
/* ===== job-people ===== */
#job-people {
  padding: 100px 0 0;
}
#job-people::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 42%;
  background: var(--color-gray);
}
#job-people .out-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#job-people .in-wrap {
  display: flex;
  justify-content: space-between;
}
#job-people .section-title {
  writing-mode: vertical-rl;
}
#job-people .section-title .en {
  padding: 0 0 0 0.5em;
}
#job-people .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 150px);
}
#job-people .link .link-item a {
  position: relative;
  display: block;
}
#job-people .link .link-item .title,
#job-people .link .link-item .catch {
  position: relative;
  z-index: 1;
}
#job-people .link .link-item .view-more {
  position: absolute;
}
#job-people .link .job {
  width: calc(35% - 4px);
}
#job-people .link .job a {
  height: 260px;
  color: var(--color-white);
}
#job-people .link .job a::before {
  background-image: url(/recruit/assets/img/common/job/link.jpg);
  background-position: 65% center;
}
#job-people .link .job .title {
  position: static;
  font-size: 62px;
  font-size: 3.875rem;
}
#job-people .link .job .title .en,
#job-people .link .job .title .ja {
  position: absolute;
  z-index: 1;
}
#job-people .link .job .title .en {
  left: 20px;
  bottom: 0;
  display: block;
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#job-people .link .job .title .ja {
  right: 20px;
  top: 20px;
  font-size: 30%;
}
#job-people .link .job .view-more {
  right: 20px;
  bottom: 20px;
}
#job-people .link .cross-talk {
  width: calc(65% - 4px);
  color: var(--color-white);
}
#job-people .link .cross-talk a {
  height: 260px;
  color: var(--color-white);
}
#job-people .link .cross-talk a::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/cross-talk/link.jpg);
  background-position: 95% center;
}
#job-people .link .cross-talk .title {
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  flex-direction: column;
  font-size: 27px;
  font-size: 1.6875rem;
  padding: 0 20px;
}
#job-people .link .cross-talk .title .en {
  font-family: var(--fontfamily-en);
  font-weight: 700;
  font-size: 65%;
  margin: 0.5em 0 0;
}
#job-people .link .cross-talk .catch {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 85%;
  max-width: 460px;
  padding: 0 20px;
  z-index: 1;
}
#job-people .link .cross-talk .catch svg {
  fill: var(--color-white);
  stroke: var(--color-white);
  stroke-width: 0.5;
  width: 100%;
}
#job-people .link .cross-talk .view-more {
  right: 20px;
  bottom: 20px;
}
#job-people .link .interview {
  width: 100%;
  margin: 8px 0 0;
}
#job-people .link .interview a {
  height: 300px;
}
#job-people .link .interview a::before {
  background-image: url(/recruit/assets/img/newgrads/job-people/interview/link.jpg);
  background-position: 55% 40%;
}
#job-people .link .interview .title {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 180px;
}
#job-people .link .interview .view-more {
  left: 50%;
  bottom: 65px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1200px) {
  #job-people .link {
    width: calc(100% - 100px);
  }
  #job-people .link .job a {
    height: 220px;
  }
  #job-people .link .cross-talk a {
    height: 220px;
  }
  #job-people .link .interview a {
    height: 240px;
  }
  #job-people .link .interview .view-more {
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #job-people .link {
    flex-direction: column;
  }
  #job-people .link .link-item {
    width: 100%;
  }
  #job-people .link .link-item + .link-item {
    margin: 15px 0 0;
  }
  #job-people .link .link-item a {
    height: 220px;
  }
  #job-people .link .cross-talk .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #job-people .link .cross-talk .catch {
    bottom: 40px;
    width: 95%;
  }
  #job-people .link .interview .title {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #job-people .link .link-item a {
    height: 180px;
  }
}
@media screen and (max-width: 600px) {
  #job-people {
    padding: 80px 0 0;
  }
  #job-people .link {
    width: calc(100% - 65px);
  }
  #job-people .link .link-item a {
    height: 160px;
  }
  #job-people .link .job .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  #job-people .link .cross-talk .title {
    font-size: 16px;
    font-size: 1rem;
  }
  #job-people .link .interview .title {
    width: 100px;
  }
  #job-people .link .interview .view-more {
    bottom: 20px;
  }
}
/* ===== environment ===== */
#environment {
  padding: 220px 0 0;
}
#environment::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 25%;
  background: var(--color-gray);
}
#environment .illust {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 300px;
}
#environment .section-title {
  padding: 0 0 0 320px;
}
#environment .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#environment .link .link-item {
  width: calc(25% - 6px);
}
#environment .link .link-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vw;
  min-height: 220px;
  max-height: 330px;
  color: var(--color-white);
  white-space: nowrap;
  padding: 20px 35px;
}
#environment .link .link-item .title,
#environment .link .link-item .title-ja,
#environment .link .link-item .title-en {
  z-index: 1;
}
#environment .link .link-item .title {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  top: -1em;
}
#environment .link .link-item .title-ja,
#environment .link .link-item .title-en {
  position: absolute;
}
#environment .link .link-item .title-ja {
  left: 35px;
  top: 35px;
}
#environment .link .link-item .title-en {
  left: 35px;
  bottom: 70px;
  font-size: 43px;
  font-size: 2.6875rem;
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#environment .link .link-item .view-more {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}
#environment .link .career-training a::before {
  background-image: url(/recruit/assets/img/newgrads/environment/career-training/link.jpg);
}
#environment .link .environment a::before {
  background-image: url(/recruit/assets/img/newgrads/environment/index/link.jpg);
}
#environment .link .women-interview a::before {
  background-image: url(/recruit/assets/img/newgrads/environment/women-interview/link.jpg);
}
#environment .link .welfare a::before {
  background-image: url(/recruit/assets/img/newgrads/environment/welfare/link.jpg);
}

@media screen and (max-width: 1200px) {
  #environment .link .link-item .title-en {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #environment .link .link-item {
    width: calc(50% - 4px);
  }
  #environment .link .link-item:nth-child(n+3) {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #environment {
    padding: 150px 0 0;
  }
  #environment .illust {
    width: 220px;
    bottom: -24px;
  }
  #environment .section-title {
    padding: 0 0 0 calc(100% - 120px);
  }
  #environment .link .link-item a {
    height: 180px;
    min-height: auto;
  }
  #environment .link .link-item .title-ja {
    left: 20px;
    top: 20px;
  }
  #environment .link .link-item .title-en {
    left: 20px;
    bottom: 50px;
  }
  #environment .link .link-item .view-more {
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #environment {
    padding: 80px 0 0;
  }
  #environment .illust {
    width: 120px;
    bottom: -18px;
  }
  #environment .section-title {
    padding: 0 0 0 calc(100% - 100px);
  }
  #environment .link .link-item a {
    height: 150px;
  }
  #environment .link .link-item .title {
    font-size: 16px;
    font-size: 1rem;
  }
  #environment .link .link-item .title-ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #environment .link .link-item .title-en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* ===== information ===== */
#information {
  padding: 120px 0 0;
}
#information::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 85%;
  background: var(--color-gray);
}
#information .link {
  display: flex;
  justify-content: space-between;
}
#information .link .link-item {
  width: calc(33.33% - 4px);
}
#information .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 6.5em;
  padding: 1em;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-category);
  white-space: nowrap;
  border: solid var(--color-category) 3px;
  background: var(--color-white);
  transition: var(--transition);
}
#information .link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-category);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: var(--transition);
}
#information .link a .title {
  position: relative;
}
#information .link a .view-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (hover: hover) {
  #information .link a:hover {
    color: var(--color-white);
  }
  #information .link a:hover::before {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1200px) {
  #information .link a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  #information {
    padding: 100px 0 0;
  }
  #information .link {
    flex-direction: column;
  }
  #information .link .link-item {
    width: 100%;
  }
  #information .link .link-item + .link-item {
    margin: 0.8em 0 0;
  }
}
@media screen and (max-width: 600px) {
  #information {
    padding: 80px 0 0;
  }
}

/*# sourceMappingURL=newgrads_index.css.map */
