@charset "UTF-8";
#header,
#toggle-btn,
#entry-nav {
  display: flex;
}

/* ============================================ */
/* index
/* ============================================ */
#main {
  padding: 0;
}

#header {
  transition: 0.5s;
}
#header.is-hidden {
  visibility: hidden;
  pointer-events: none;
  transform: translate(0, -110px);
}

@media screen and (min-width: 769px) {
  #toggle-btn,
#entry-nav {
    transition: 0.5s;
  }
  #toggle-btn.is-hidden,
#entry-nav.is-hidden {
    visibility: hidden;
    pointer-events: none;
    transform: translate(0, -110px);
  }
} /* ===== bg-object ===== */
.bg-object::before {
  background: #f5f5f5;
}
.bg-object.object01 {
  left: 30%;
  top: 15%;
  width: 400px;
}
.bg-object.object02 {
  left: 70%;
  top: 45%;
  width: 2000px;
}

/* ===== top-view ===== */
#top-view {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 650px;
}
#top-view .title {
  position: absolute;
  left: 45px;
  top: 22px;
  z-index: 1;
}
#top-view .title .logo {
  width: 275px;
}
#top-view .title .en {
  display: block;
  width: 200px;
  margin: 30px 0 0;
}
#top-view .title .recruit {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0.8em 0 0;
}
#top-view .title .recruit::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.5em;
  background: var(--color-black);
  margin: 0 1em 0 0.5em;
  transform: rotate(35deg);
}
#top-view .out-wrap {
  height: 100%;
}
#top-view .img {
  position: relative;
  left: 60%;
  bottom: 0;
  width: auto;
  min-width: 1000px;
  height: 100%;
  aspect-ratio: 203/150;
  -webkit-mask-image: url("../img/index/top-view_mask_pc.svg");
          mask-image: url("../img/index/top-view_mask_pc.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: translate(-50%, 0);
}
#top-view .img .item-wrap {
  width: 100%;
  height: 100%;
}
#top-view .img .item {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  height: 120%;
  opacity: 0;
  transform: translate(0, -50%);
  transition: opacity 1s ease;
}
#top-view .img .item.is-active {
  opacity: 1;
}
#top-view .img .item01::before {
  background-image: url(../img/index/top-view_img01.jpg);
  background-position: 95% center;
}
#top-view .img .item02::before {
  background-image: url(../img/index/top-view_img02.jpg);
  background-position: 75% center;
}
#top-view .img .item03::before {
  background-image: url(../img/index/top-view_img03.jpg);
}
#top-view .img .item04::before {
  background-image: url(../img/index/top-view_img04.jpg);
}
#top-view .logo365 {
  position: absolute;
  right: 5vw;
  bottom: 130px;
  width: 530px;
}
#top-view .link-list {
  position: absolute;
  left: 0;
  bottom: 130px;
}
#top-view .link-list .category-box {
  padding: 0 0 0 45px;
}
#top-view .link-list .category-box + .category-box {
  margin: 1em 0 0;
}
#top-view .link-list .category-name {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
#top-view .link-list .category-name::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  display: block;
  width: 30px;
  height: 1em;
  background: var(--color-grad-blue);
  border-radius: 0 15px 15px 0;
  transform: translate(0, -50%);
}
#top-view .link-list .child {
  font-size: 13px;
  font-size: 0.8125rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#top-view .link-list .child li + li {
  margin: 0.2em 0 0;
}
#top-view .link-list .is-open .category-name {
  margin: 0 0 0.5em;
}
#top-view .link-list .is-open .category-name::before {
  background: var(--color-grad-yellow);
}
#top-view .entry {
  position: absolute;
  left: 45px;
  bottom: 30px;
}

@media screen and (min-width: 1801px) {
  #top-view .link-list .category-name::before {
    border-radius: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #top-view {
    height: auto;
    min-height: auto;
    aspect-ratio: 5/4;
  }
  #top-view .title {
    left: 25px;
  }
  #top-view .img {
    aspect-ratio: 33/25;
    min-width: auto;
    -webkit-mask-image: url("../img/index/top-view_mask_tb.svg");
            mask-image: url("../img/index/top-view_mask_tb.svg");
  }
  #top-view .logo365 {
    bottom: 0;
    width: 40%;
    min-width: 200px;
  }
  #top-view .entry {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top-view .title {
    top: 23px;
  }
  #top-view .title .logo {
    width: 260px;
  }
  #top-view .title .en {
    width: 160px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #top-view {
    aspect-ratio: 1/1.6;
  }
  #top-view .title {
    left: 15px;
    top: 18px;
  }
  #top-view .title .logo {
    width: 220px;
  }
  #top-view .img {
    bottom: -65px;
    height: calc(85% - 65px);
    -webkit-mask-image: url("../img/index/top-view_mask_sp.svg");
            mask-image: url("../img/index/top-view_mask_sp.svg");
  }
  #top-view .img .item01::before {
    background-position: 60% center;
  }
  #top-view .img .item02::before {
    background-position: 61% center;
  }
  #top-view .img .item03::before {
    background-position: 5% center;
  }
  #top-view .logo365 {
    width: 80%;
  }
}
/* ===== section共通 ===== */
.section .section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section .section-title .en {
  fill: var(--color-blue);
}
.section .section-title .ja {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
.section .section-title.wh {
  color: var(--color-white);
}
.section .section-title.wh::after {
  background: var(--color-white);
}
.section .section-title.wh .en {
  fill: var(--color-white);
}
.section .section-title.bk {
  color: var(--color-black);
}
.section .section-title.bk::after {
  background: var(--color-white);
}
.section .section-title.bk .en {
  fill: var(--color-black);
}
.section .slash-l:after,
.section .slash-r:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 170px;
  background: var(--color-black);
  transform-origin: top;
  transform: rotate(35deg);
}
.section .slash-l:after {
  left: -45px;
}
.section .slash-r:after {
  right: -90px;
}
.section .link-list:has(.round-btn) {
  margin: 85px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .section .slash-l:after,
.section .slash-r:after {
    height: 140px;
  }
  .section .slash-l:after {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .section .section-title {
    gap: 15px;
  }
  .section .section-title .ja {
    font-size: 16px;
    font-size: 1rem;
  }
  .section .slash-l:after,
.section .slash-r:after {
    height: 120px;
  }
  .section .slash-r:after {
    right: -70px;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title {
    gap: 10px;
  }
  .section .section-title .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .section .slash-l:after,
.section .slash-r:after {
    height: 80px;
  }
  .section .slash-r:after {
    right: -60px;
  }
  .section .slash-l:after {
    left: auto;
    right: -60px;
  }
  .section .link-list:has(.round-btn) {
    margin: 50px 0 0;
  }
}
/* ===== タイトル幅を 2 階層マップで管理 ===== */
/* ===== 通常サイズ（PC） ===== */
#topics .section-title .en {
  width: 210px;
}

#about-us .section-title .en {
  width: 331px;
}

#job-people .section-title .en {
  width: 237px;
}
#job-people .interview .section-title .en {
  width: 30px;
}

#environment .section-title .en {
  width: 483px;
}
#environment .cross-talk .section-title .en {
  width: 390px;
}

#information .section-title .en {
  width: 485px;
}

/* ===== ブレークポイントごとの倍率 ===== */
/* ===== ブレークポイント用 ===== */
@media screen and (max-width: 1024px) {
  #topics .section-title .en {
    width: calc(210px * 0.7);
  }
  #about-us .section-title .en {
    width: calc(331px * 0.7);
  }
  #job-people .section-title .en {
    width: calc(237px * 0.7);
  }
  #job-people .interview .section-title .en {
    width: calc(30px * 0.7);
  }
  #environment .section-title .en {
    width: calc(483px * 0.7);
  }
  #environment .cross-talk .section-title .en {
    width: calc(390px * 0.7);
  }
  #information .section-title .en {
    width: calc(485px * 0.7);
  }
}
@media screen and (max-width: 768px) {
  #topics .section-title .en {
    width: calc(210px * 0.5);
  }
  #about-us .section-title .en {
    width: calc(331px * 0.5);
  }
  #job-people .section-title .en {
    width: calc(237px * 0.5);
  }
  #job-people .interview .section-title .en {
    width: calc(30px * 0.5);
  }
  #environment .section-title .en {
    width: calc(483px * 0.5);
  }
  #environment .cross-talk .section-title .en {
    width: calc(390px * 0.5);
  }
  #information .section-title .en {
    width: calc(485px * 0.5);
  }
}
@media screen and (max-width: 360px) {
  #topics .section-title .en {
    width: calc(210px * 0.45);
  }
  #about-us .section-title .en {
    width: calc(331px * 0.45);
  }
  #job-people .section-title .en {
    width: calc(237px * 0.45);
  }
  #job-people .interview .section-title .en {
    width: calc(30px * 0.45);
  }
  #environment .section-title .en {
    width: calc(483px * 0.45);
  }
  #environment .cross-talk .section-title .en {
    width: calc(390px * 0.45);
  }
  #information .section-title .en {
    width: calc(485px * 0.45);
  }
}
/* ===== message ===== */
#message {
  margin: 160px 0 0;
}
#message .flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 150px;
}
#message .text {
  width: 40%;
  max-width: 500px;
  flex-shrink: 0;
  order: 2;
}
#message .text .text-item + .text-item {
  margin: 70px 0 0;
}
#message .text .logo {
  width: 75%;
  max-width: 320px;
  margin: 70px 0 0;
}
#message .img {
  max-width: 720px;
  order: 1;
}
#message .img .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#message .img .item:nth-of-type(1) {
  left: 15%;
  width: 70%;
}
#message .img .item:nth-of-type(2) {
  width: 63%;
  margin: 70px 0 0 auto;
}
#message .img .item:nth-of-type(3) {
  left: -15px;
  top: -50px;
  width: 35%;
}
#message .img .item:nth-of-type(4) {
  left: 25%;
  width: 55%;
}

@media screen and (max-width: 1024px) {
  #message .flex-wrap {
    gap: 10%;
  }
  #message .text {
    width: 50%;
    max-width: 360px;
  }
  #message .text .text-item + .text-item {
    margin: 50px 0 0;
  }
  #message .text .logo {
    margin: 50px 0 0;
  }
  #message .img {
    width: 40%;
  }
  #message .img .item:nth-of-type(1) {
    left: 5%;
    width: 85%;
  }
  #message .img .item:nth-of-type(2) {
    width: 65%;
    margin: 50px 0 0 auto;
  }
  #message .img .item:nth-of-type(3) {
    top: -30px;
    width: 50%;
  }
  #message .img .item:nth-of-type(4) {
    left: 35%;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #message {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #message .flex-wrap {
    flex-direction: column;
    gap: 50px;
  }
  #message .text {
    order: 1;
    width: 100%;
    max-width: 400px;
    padding: 0 0 0 10vw;
  }
  #message .img {
    order: 2;
    width: 100%;
    padding: 0;
  }
  #message .img .item:nth-of-type(2) {
    margin: 30px 0 0 auto;
  }
}
/* ===== topics ===== */
#topics {
  margin: 250px 0 0;
}
#topics .section-title {
  margin: 0 0 75px;
}
#topics .flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 130px;
}
#topics .topics-list {
  display: flex;
  align-items: flex-start;
  gap: 3.33%;
  width: 100%;
  padding: 0 25px 0 0;
}
#topics .topics-list .item {
  width: 30%;
}
#topics .topics-list .item a {
  display: block;
}
#topics .topics-list .item .img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
#topics .topics-list .item .img:has(.no-img) {
  border: solid #ddd 1px;
}
#topics .topics-list .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
#topics .topics-list .item .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  font-weight: 500;
  background: var(--color-grad-blue);
  padding: 0 1.5em 0.1em;
  margin: 1em 0 0.8em;
  border-radius: 1em;
}
#topics .topics-list .item .date {
  color: var(--color-blue);
  font-family: var(--fontfamily-en);
  margin: 0.5em 0 0;
}

@media (hover: hover) {
  #topics .topics-list .item a:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 1024px) {
  #topics {
    margin: 150px 0 0;
  }
  #topics .flex-wrap {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #topics {
    margin: 100px 0 0;
  }
  #topics .section-title {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 600px) {
  #topics .section-title {
    margin: 0 0 30px;
  }
  #topics .topics-list {
    flex-direction: column;
    gap: 30px;
    padding: 0 10vw 0 0;
  }
  #topics .topics-list .item {
    width: 100%;
  }
}
/* ===== about-us ===== */
#about-us {
  margin: 180px 0 0;
}
#about-us .section-title {
  margin: 0 0 75px;
}
#about-us .flex-wrap {
  display: flex;
  align-items: flex-end;
  gap: calc(140px - 5vw);
}
#about-us .text {
  order: 2;
}
#about-us .img {
  position: relative;
  left: -5vw;
  max-width: 580px;
  order: 1;
}

@media screen and (max-width: 1024px) {
  #about-us {
    margin: 150px 0 0;
  }
  #about-us .flex-wrap {
    gap: calc(110px - 5vw);
  }
}
@media screen and (max-width: 768px) {
  #about-us {
    margin: 100px 0 0;
  }
  #about-us .flex-wrap {
    gap: calc(50px - 5vw);
  }
  #about-us .section-title {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 600px) {
  #about-us .flex-wrap {
    flex-direction: column;
    gap: 50px;
  }
  #about-us .text {
    order: 1;
  }
  #about-us .img {
    left: auto;
    order: 2;
  }
}
/* ===== job-people ===== */
#job-people {
  margin: 200px 0 0;
}
#job-people .section-title {
  position: absolute;
  left: 0;
  top: 0;
}
#job-people .flex-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#job-people .job .text,
#job-people .project-story .text {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 15px 15px 0;
}
#job-people .job .text .link-name,
#job-people .project-story .text .link-name {
  display: flex;
  width: 100%;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}
#job-people .job .text .link-name .number,
#job-people .project-story .text .link-name .number {
  position: relative;
  top: 0.12em;
  display: inline-block;
  font-size: 150%;
  line-height: 1;
  font-family: var(--fontfamily-en);
  margin: 0 0.5em 0 0;
}
#job-people .job {
  width: 420px;
  padding: 180px 0 0;
}
#job-people .project-story {
  width: calc(100% - 500px);
}
#job-people .project-story .text {
  padding: 0 5% 0 0;
}
#job-people .project-story .slick-slider {
  margin-bottom: 0;
}
#job-people .project-story .slick-dots {
  bottom: 100%;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#job-people .project-story .slick-dots li {
  margin: 0;
  width: 18px;
  height: 18px;
}
#job-people .project-story .slick-dots li + li {
  margin: 0 0 10px 10px;
}
#job-people .project-story .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #d1d1d1;
  border-radius: 9px;
}
#job-people .project-story .slick-dots li button:before {
  display: none;
}
#job-people .project-story .slick-dots li.slick-active button {
  background: var(--color-blue);
}
#job-people .interview {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 0 140px;
  margin: 120px 0 0;
}
#job-people .interview .section-title {
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: row;
}
#job-people .interview .section-title::after {
  left: 90px;
  top: 190px;
}
#job-people .interview .section-title .en {
  fill: var(--color-blue);
}
#job-people .interview .section-title .ja {
  writing-mode: vertical-rl;
}
#job-people .interview .text {
  width: 290px;
  padding: 40px 0 0;
  flex-shrink: 0;
}
#job-people .interview .text .btn {
  max-width: 11em;
  margin: 100px 0 0;
}
#job-people .interview .list-wrap {
  width: calc(100% - 290px);
}
#job-people .interview .interview-list {
  width: 120%;
}
#job-people .interview .interview-list .item {
  margin: 0 0.4%;
}

@media screen and (max-width: 1200px) {
  #job-people .job {
    width: 35%;
  }
  #job-people .project-story {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  #job-people {
    margin: 150px 0 0;
  }
  #job-people .interview {
    flex-direction: column;
  }
  #job-people .interview .text {
    width: calc(100% - 10vw);
    padding: 40px 0 0 20px;
    margin: 0 0 20px;
  }
  #job-people .interview .text .btn {
    margin: 1em 0 0;
  }
  #job-people .interview .list-wrap {
    width: 100%;
  }
  #job-people .interview .interview-list {
    width: 120%;
  }
  #job-people .interview .interview-list .item {
    margin: 0 0.4%;
  }
}
@media screen and (max-width: 768px) {
  #job-people {
    margin: 100px 0 0;
  }
  #job-people .flex-wrap {
    flex-direction: column;
    gap: 50px;
  }
  #job-people .job .text,
#job-people .project-story .text {
    display: flex;
    align-items: first baseline;
    justify-content: space-between;
    margin: 10px 15px 0;
  }
  #job-people .job .text .link-name,
#job-people .project-story .text .link-name {
    font-size: 16px;
    font-size: 1rem;
  }
  #job-people .job .text .link-name .number,
#job-people .project-story .text .link-name .number {
    font-size: 130%;
  }
  #job-people .job {
    width: calc(100% - 260px);
    padding: 0 10vw 0 0;
  }
  #job-people .project-story {
    width: 100%;
  }
  #job-people .project-story .text {
    margin: 10px calc(15px + 10vw) 0 15px;
  }
  #job-people .project-story .slick-dots li {
    width: 15px;
    height: 15px;
  }
  #job-people .interview {
    padding: 0 0 0 120px;
    margin: 80px 0 0;
  }
  #job-people .interview .section-title::after {
    left: 60px;
    top: 160px;
  }
  #job-people .interview .interview-list {
    width: 160%;
  }
}
@media screen and (max-width: 600px) {
  #job-people .section-title {
    position: relative;
    inset: 0;
    margin: 0 0 50px;
  }
  #job-people .job {
    width: 100%;
  }
  #job-people .project-story .text {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  #job-people .interview {
    padding: 0 0 0 70px;
    margin: 50px 0 0;
  }
  #job-people .interview .section-title::after {
    left: 45px;
    top: 130px;
  }
}
/* ===== environment ===== */
#environment {
  margin: 200px 0 0;
}
#environment .flex-wrap {
  display: flex;
  align-items: flex-end;
  gap: 140px;
}
#environment .section-title {
  margin: 0 0 75px;
}
#environment .text {
  order: 2;
}
#environment .img {
  max-width: 720px;
  overflow: hidden;
  order: 1;
}
#environment .cross-talk {
  display: block;
  margin: 190px 0 0;
  padding: 60px 0;
}
#environment .cross-talk::before {
  background-image: url(../img/index/environment_cross-talk_pc.jpg);
}
#environment .cross-talk .wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#environment .cross-talk .section-title {
  align-items: center;
  flex-direction: row;
  gap: 25px;
  margin: 0 0 30px;
}
#environment .cross-talk .catch {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  width: 90%;
  max-width: 460px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 1em 1.5em;
}
#environment .cross-talk .catch::before, #environment .cross-talk .catch::after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 50px;
}
#environment .cross-talk .catch::before {
  left: 0;
  top: 0;
  border-top: solid 1px var(--color-black);
  border-left: solid 1px var(--color-black);
}
#environment .cross-talk .catch::after {
  right: 0;
  bottom: 0;
  border-right: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
}

@media screen and (max-width: 1200px) {
  #environment .cross-talk::before {
    background-image: url(../img/index/environment_cross-talk_tb.jpg);
    background-position: left center;
  }
}
@media screen and (max-width: 1024px) {
  #environment .flex-wrap {
    gap: 110px;
  }
  #environment .cross-talk .wrap {
    width: 90%;
  }
  #environment .cross-talk .catch {
    max-width: 360px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  #environment {
    margin: 120px 0 0;
  }
  #environment .flex-wrap {
    gap: 50px;
  }
  #environment .section-title {
    margin: 0 0 40px;
  }
  #environment .cross-talk {
    margin: 80px 0 0;
    padding: 40px 0 180px;
  }
  #environment .cross-talk::before {
    background-image: url(../img/index/environment_cross-talk_sp.jpg);
  }
  #environment .cross-talk .wrap {
    align-items: center;
  }
  #environment .cross-talk .catch {
    max-width: 380px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  #environment .flex-wrap {
    flex-direction: column;
  }
  #environment .text {
    padding: 0 0 0 10vw;
    order: 1;
  }
  #environment .img {
    order: 2;
  }
}
/* ===== information ===== */
#information {
  background: var(--color-grad-blue);
  padding: 75px 0 150px;
}
#information .wrap {
  width: calc(100% - 70px);
  max-width: 1660px;
}
#information .section-title {
  align-items: center;
  margin: 0 auto 90px;
}
#information .link-list {
  display: flex;
  justify-content: space-between;
}
#information .link-list .item {
  width: 32%;
}
#information .link-list .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 100%;
  color: var(--color-white);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  border: solid 1px var(--color-white);
  border-radius: 10px;
  padding: 50px 0;
  transition: color 0.5s, background-color 0.5s;
}
#information .link-list .item a .icon {
  display: block;
  width: 65px;
}
#information .link-list .item a .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--color-white);
  transition: background-color 0.5s;
}
#information .link-list .item.recruitment a .icon::before {
  -webkit-mask-image: url("../img/index/information_recruitment.svg");
          mask-image: url("../img/index/information_recruitment.svg");
  -webkit-mask-size: 80% auto;
          mask-size: 80% auto;
}
#information .link-list .item.faq a .icon::before {
  -webkit-mask-image: url("../img/index/information_faq.svg");
          mask-image: url("../img/index/information_faq.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

@media (hover: hover) {
  #information .link-list .item a:hover {
    color: var(--color-blue);
    background: var(--color-white);
  }
  #information .link-list .item a:hover .icon::before {
    background: var(--color-blue);
  }
}
@media screen and (max-width: 768px) {
  #information {
    padding: 50px 0 80px;
  }
  #information .wrap {
    width: calc(100% - 45px);
  }
  #information .section-title {
    margin: 0 auto 60px;
  }
  #information .link-list .item a {
    font-size: 16px;
    font-size: 1rem;
    padding: 30px 0;
  }
  #information .link-list .item a .icon {
    width: 45px;
  }
}
@media screen and (max-width: 600px) {
  #information .link-list {
    flex-direction: column;
    gap: 20px;
  }
  #information .link-list .item {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */