@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : recruit.css
Description : リクルート
===================================================================== */
/* ========================================================
    基本設定
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.66;
  box-sizing: border-box;
  word-break: break-all;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* ========================================================
    レイアウト
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ========================================================
    header
======================================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 12rem;
  padding: 0 0 0 5.5rem;
  background-color: transparent;
  box-shadow: none;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 4px 0 rgba(94, 183, 232, 0.1) !important;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 9.6rem;
    padding: 0 1.5625%;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 0 4.1666666667%;
  }
}
.header_ttl {
  position: relative;
  width: 14.8rem;
}
@media screen and (min-width: 768px) {
  .header_ttl {
    width: 11.2rem;
  }
}
.header_pcmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_pcmenu {
    position: relative;
    display: block;
    width: calc(100% - 13.2rem);
  }
}
@media screen and (min-width: 1000px) {
  .header_pcmenu {
    width: calc(100% - 15.2rem);
  }
}
.header_pcmenu_cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 1rem;
  width: 100%;
}
.header_pcmenu_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 1.5rem;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .header_pcmenu_list {
    gap: 0 3rem;
  }
}
.header_pcmenu_list > li {
  width: auto;
}
.header_pcmenu_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1.2rem;
  background-color: transparent;
}
.header_pcmenu_list > li > a:hover {
  background-color: rgba(255, 246, 76, 0.75);
}
.header_pcmenu_list > li > a > span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.header_pcmenu_list > li > a > span > br {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .header_pcmenu_list > li > a > span > br {
    display: none;
  }
}
.header_pcmenu_entry {
  position: relative;
  width: 14rem;
  height: 6.4rem;
}
@media screen and (min-width: 1200px) {
  .header_pcmenu_entry {
    width: 24rem;
  }
}
@media screen and (min-width: 1600px) {
  .header_pcmenu_entry {
    width: 28rem;
  }
}
.header_pcmenu_entry > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 1.2rem;
  background-color: #000000;
}
.header_pcmenu_entry > a:hover {
  background-color: #fff64c;
}
.header_pcmenu_entry > a:hover > span {
  color: #000000;
}
.header_pcmenu_entry > a > span {
  color: #fff64c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.header_pcmenu_entry > a > span > br {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .header_pcmenu_entry > a > span > br {
    display: none;
  }
}
.header_spmenu {
  position: relative;
  display: block;
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .header_spmenu {
    display: none;
  }
}
.header_spmenu_open {
  position: relative;
  display: block;
  width: 12rem;
}
.header_spmenu_cont {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: linear-gradient(180deg, #2de0d1 0%, #18a6f2 100%);
  z-index: 1000;
}
.header_spmenu_area {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.header_spmenu_inner {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(100% - 1.6rem);
  margin: 0.8rem;
  background-color: #ffffff;
  z-index: 1030;
}
.header_spmenu_close {
  position: absolute;
  right: -0.8rem;
  top: -0.8rem;
  display: block;
  width: 12rem;
}
.header_spmenu_logo {
  position: relative;
  width: 28rem;
  margin: 0 auto;
  padding: 18rem 0;
}
.header_spmenu_list {
  position: relative;
  width: 65.4rem;
  margin: 0 auto;
}
.header_spmenu_list > li {
  position: relative;
  width: 100%;
  height: 16rem;
  border-top: 1px solid #18a6f2;
}
.header_spmenu_list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 0.7rem;
}
.header_spmenu_list > li > a > span {
  position: relative;
  display: block;
  padding-left: 4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.header_spmenu_list > li > a > span::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  display: block;
  width: 1px;
  height: 0.9em;
  background-color: #18a6f2;
  transform: translateY(-50%) skew(-25deg);
}
.header_spmenu_entry {
  position: relative;
  width: 100%;
  height: 16rem;
}
.header_spmenu_entry > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.header_spmenu_entry > a > span {
  color: #fff64c;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
  height: auto;
  padding: 42rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 108rem;
    padding: 18rem 0 0 0;
  }
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/mv_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv::before {
    background-image: url(../images/top/mv_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .mv::before {
    background-size: 100% 100%;
  }
}
.mv_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .mv_inner {
    max-width: 166rem;
    padding: 0 3rem;
  }
}
.mv_ttl {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-shadow: 0 0 10px #ffffff;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    font-size: 4rem;
    letter-spacing: 0.26em;
  }
}
@media screen and (min-width: 1000px) {
  .mv_ttl {
    letter-spacing: 0.32em;
  }
}
.mv_text {
  position: relative;
  margin-top: 12rem;
  font-size: 3rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .mv_text {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 2.5;
  }
}
.mv_entry {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_entry {
    display: block;
    width: 40rem;
    height: 8rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .mv_entry > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .mv_entry > a:hover {
    background-color: #fff64c;
  }
}
@media screen and (min-width: 768px) {
  .mv_entry > a:hover > span {
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .mv_entry > a > span {
    color: #fff64c;
    font-size: 2.4rem;
    font-weight: 700;
  }
}

/* ========================================================
    company
======================================================== */
.company {
  position: relative;
  width: 100%;
  padding: 20rem 0 15rem 0;
}
.company::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.company::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 0.8rem;
  height: 100%;
  background: linear-gradient(180deg, #2de0d1 0%, #18a6f2 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .company::after {
    width: 1.6rem;
  }
}
.company_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .company_inner {
    max-width: 192rem;
    padding: 0;
  }
}
.company_ttl {
  position: relative;
  width: 68rem;
  margin: 0 -2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company_ttl {
    width: calc(100% - 6rem);
    max-width: 100rem;
    margin: 0 auto;
  }
}
.company_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4em;
  display: block;
  width: calc(100% - 40rem);
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .company_ttl::before {
    content: none;
    width: 100%;
  }
}
.company_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.7em;
  display: block;
  width: calc(100% - 5rem);
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .company_ttl::after {
    bottom: 1em;
    width: 100%;
  }
}
.company_ttl > span {
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company_ttl > span {
    font-size: 6rem;
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 1000px) {
  .company_ttl > span {
    letter-spacing: 0.2em;
  }
}
.company_ttl > span::before {
  content: "";
  position: absolute;
  left: -4.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #18a6f2;
  transform: skew(-25deg);
}
.company_ttl > span::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 1.6em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #2de0d1;
  transform: skew(-25deg);
}
@media screen and (min-width: 768px) {
  .company_ttl > span::after {
    top: 0.2em;
  }
}
.company_column {
  position: relative;
  margin-top: 10rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .company_column {
    padding: 0 8.3333333333% 0 58.3333333333%;
  }
}
.company_lead {
  position: relative;
}
.company_lead > p {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .company_lead > p {
    font-size: 2.2rem;
    line-height: 2.7;
  }
}
.company_lead > p .pc3 {
  display: none;
}
@media screen and (min-width: 1600px) {
  .company_lead > p .pc3 {
    display: inline-block;
  }
}
.company_slide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: inherit;
  display: block;
  width: 50%;
  margin: 0;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .company_slide {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    width: calc(100% + 11rem);
    margin: 8rem -5.5rem 0 -5.5rem;
    padding-bottom: 12rem;
  }
}
.company_slider {
  position: relative;
  width: 100%;
  box-shadow: 0 0 20px 5px rgba(24, 166, 242, 0.2);
}
.company_slider.slick-slider * {
  line-height: 1;
}
.company_slider.slick-slider .slick-dots {
  position: absolute;
  left: 3.5rem;
  bottom: -7.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 44rem;
  height: 0.8rem;
  background: #2de0d1;
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-dots {
    left: 4.1666666667%;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .company_slider.slick-slider .slick-dots {
    left: 8.3333333333%;
  }
}
@media screen and (min-width: 1920px) {
  .company_slider.slick-slider .slick-dots {
    left: 11.4583333333%;
  }
}
.company_slider.slick-slider .slick-dots::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 44rem;
  height: 0.8rem;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-dots::before {
    width: 60rem;
  }
}
.company_slider.slick-slider .slick-dots > li.slick-active > button {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
}
.company_slider.slick-slider .slick-dots > li.slick-active > button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 44rem;
  height: 0.8rem;
  background-color: #eff8fd;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-dots > li.slick-active > button::before {
    width: 60rem;
  }
}
.company_slider.slick-slider .slick-dots > li.slick-active > button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #18a6f2;
}
.company_slider.slick-slider .slick-dots > li > button {
  display: none;
}
.company_slider.slick-slider .slick-prev {
  position: absolute;
  right: 14rem;
  bottom: -12rem;
  display: block;
  width: 9.6rem;
  aspect-ratio: 1/1;
  font-size: 0;
  background-image: url(../images/common/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  transform: scale(-1, 1);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-prev {
    right: 8rem;
    bottom: -10.5rem;
    width: 6.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .company_slider.slick-slider .slick-prev {
    right: 13rem;
  }
}
@media screen and (min-width: 1920px) {
  .company_slider.slick-slider .slick-prev {
    right: 19rem;
  }
}
.company_slider.slick-slider .slick-prev.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-prev:not(.slick-disabled):hover {
    right: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .company_slider.slick-slider .slick-prev:not(.slick-disabled):hover {
    right: 14rem;
  }
}
@media screen and (min-width: 1920px) {
  .company_slider.slick-slider .slick-prev:not(.slick-disabled):hover {
    right: 20rem;
  }
}
.company_slider.slick-slider .slick-next {
  position: absolute;
  right: 3.5rem;
  bottom: -12rem;
  display: block;
  width: 9.6rem;
  aspect-ratio: 1/1;
  font-size: 0;
  background-image: url(../images/common/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-next {
    right: 1rem;
    bottom: -10.5rem;
    width: 6.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .company_slider.slick-slider .slick-next {
    right: 6rem;
  }
}
@media screen and (min-width: 1920px) {
  .company_slider.slick-slider .slick-next {
    right: 12rem;
  }
}
.company_slider.slick-slider .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .company_slider.slick-slider .slick-next:not(.slick-disabled):hover {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .company_slider.slick-slider .slick-next:not(.slick-disabled):hover {
    right: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .company_slider.slick-slider .slick-next:not(.slick-disabled):hover {
    right: 11rem;
  }
}
.company_subttl {
  position: relative;
  margin-top: 8rem;
  text-align: left;
}
.company_subttl > span {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .company_subttl > span {
    font-size: 4rem;
  }
}
.company_text {
  position: relative;
  width: 100%;
  padding: 5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .company_text {
    padding: 5rem 0 0 12.5%;
  }
}
.company_text_01 {
  margin-top: 0;
}
.company_text_01 + .company_text_01 {
  margin-top: 6rem;
}
.company_text_01 > dt {
  color: #5eb7e8;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company_text_01 > dt {
    font-size: 2rem;
  }
}
.company_text_01 > dd {
  margin-top: 2rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  .company_text_01 > dd {
    margin-top: 1rem;
    padding-left: 0;
  }
}
.company_text_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
}
.company_text_02 + .company_text_02 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .company_text_02 + .company_text_02 {
    margin-top: 4rem;
  }
}
.company_text_02 > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 28rem;
  height: 5.6rem;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
}
@media screen and (min-width: 768px) {
  .company_text_02 > dt {
    width: 16.8rem;
    height: 3.6rem;
  }
}
.company_text_02 > dt > span {
  color: #ffffff;
  font-weight: 700;
}
.company_text_02 > dt::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 1.6rem;
  height: 2.8rem;
  background-color: #ffffff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  .company_text_02 > dt::after {
    width: 1rem;
    height: 1.8rem;
  }
}
.company_text_02 > dd {
  width: 100%;
  margin-top: 3rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  .company_text_02 > dd {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .company_text_02 > dd {
    width: calc(100% - 20rem);
    margin-top: 0;
    padding-left: 0;
  }
}
.company_text_03 {
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  .company_text_03 {
    padding-left: 0;
  }
}

/* ========================================================
    work
======================================================== */
.work {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
.work::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 8rem 8rem;
  z-index: -2;
}
.work::after {
  content: "";
  position: absolute;
  left: -100rem;
  top: 0;
  display: block;
  width: 100rem;
  height: 100%;
  background-color: #ffffff;
  transform: skew(-25deg);
  transform-origin: right bottom;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .work::after {
    left: 0;
    width: 66.6666666667%;
  }
}
.work_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.work_ttl {
  position: relative;
  width: 68rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .work_ttl {
    width: calc(100% - 6rem);
    max-width: 100rem;
  }
}
.work_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.7em;
  display: block;
  width: 100%;
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .work_ttl::after {
    bottom: 1em;
  }
}
.work_ttl > span {
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .work_ttl > span {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .work_ttl > span {
    letter-spacing: 0.2em;
  }
}
.work_ttl > span::before {
  content: "";
  position: absolute;
  left: -4.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #18a6f2;
  transform: skew(-25deg);
}
.work_ttl > span::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #2de0d1;
  transform: skew(-25deg);
}
.work_lead {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8rem 0;
  width: 100%;
  margin: 10rem auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .work_lead {
    max-width: 134rem;
    padding: 0 3rem;
  }
}
.work_lead_text {
  width: 100%;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .work_lead_text {
    width: 46.875%;
    font-size: 2.2rem;
    line-height: 2;
  }
}
.work_lead_img {
  width: 100%;
  box-shadow: 0 0 20px 5px rgba(24, 166, 242, 0.2);
}
@media screen and (min-width: 768px) {
  .work_lead_img {
    width: 46.875%;
  }
}
.work_subttl {
  position: relative;
  margin-top: 8rem;
  text-align: center;
}
.work_subttl > span {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .work_subttl > span {
    font-size: 4rem;
  }
}
.work_slide {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.work_slider {
  position: relative;
  width: 100%;
}
.work_slider.slick-slider .slick-list {
  padding: 0 22.5rem 0 0 !important;
}
@media screen and (min-width: 768px) {
  .work_slider.slick-slider .slick-list {
    padding: 0 !important;
  }
}
.work_slider.slick-slider .slick-slide {
  width: 42rem;
  margin: 0 2.75rem;
}
@media screen and (min-width: 768px) {
  .work_slider.slick-slider .slick-slide {
    width: 40rem;
    margin: 0 2rem;
  }
}
.work_slider.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 1rem;
  width: 100%;
  margin-top: 4rem;
}
.work_slider.slick-slider .slick-dots > li.slick-active > button {
  height: 1.2rem;
  margin-top: 0;
  background-color: #0be6d3;
}
.work_slider.slick-slider .slick-dots > li > button {
  width: 8rem;
  height: 0.4rem;
  margin-top: 0.8rem;
  font-size: 0;
  background-color: #c2c9cc;
}
.work_slider li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .work_slider li > a:hover .work_slider_img > figure > img {
    transform: scale(1.08);
  }
}
.work_slider_ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .work_slider_ttl {
    font-size: 2.4rem;
  }
}
.work_slider_img {
  position: relative;
  margin-top: 2rem;
}
.work_slider_img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-image: url(../images/common/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
.work_slider_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 20%;
  height: 0.4rem;
  background-color: #fff64c;
}
.work_slider_img > figure {
  width: 100%;
  overflow: hidden;
}
.work_slider_img > figure > img {
  transition: 0.3s ease;
}
.work_slider_text {
  margin-top: 2rem;
}
.work_technology {
  position: relative;
  width: 100%;
  margin: 5rem auto 0 auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .work_technology {
    max-width: 134rem;
    padding: 0 3rem;
  }
}
.work_technology_lead {
  width: 100%;
  margin: 0 auto;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .work_technology_lead {
    max-width: 100rem;
    font-size: 2.2rem;
    line-height: 2;
  }
}
.work_technology_column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 0;
  width: 100%;
  margin-top: 8rem;
}
.work_technology_column.smart {
  flex-direction: row;
}
.work_technology_column.smart .work_technology_img {
  margin-left: -5.5rem;
}
.work_technology_column.smart .work_technology_text {
  padding-right: 5.5rem;
}
.work_technology_column.remote {
  flex-direction: row-reverse;
}
.work_technology_column.remote .work_technology_img {
  margin-right: -5.5rem;
}
.work_technology_column.remote .work_technology_text {
  padding-left: 5.5rem;
}
.work_technology_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work_technology_img {
    width: 46.875%;
    margin: 0 !important;
  }
}
.work_technology_text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work_technology_text {
    width: 46.875%;
    padding: 4rem 0 0 0 !important;
    border-top: 1px solid #18a6f2;
  }
}
.work_technology_text > dt {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .work_technology_text > dt {
    font-size: 2.4rem;
  }
}
.work_technology_text > dd {
  margin-top: 2rem;
}

/* ========================================================
    person
======================================================== */
.person {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
.person::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/person_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .person::before {
    background-size: 100% 100%;
  }
}
.person_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.person_ttl {
  position: relative;
  width: 68rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .person_ttl {
    width: calc(100% - 6rem);
    max-width: 100rem;
  }
}
.person_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.7em;
  display: block;
  width: 100%;
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .person_ttl::after {
    bottom: 1em;
  }
}
.person_ttl > span {
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .person_ttl > span {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .person_ttl > span {
    letter-spacing: 0.2em;
  }
}
.person_ttl > span::before {
  content: "";
  position: absolute;
  left: -4.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #18a6f2;
  transform: skew(-25deg);
}
.person_ttl > span::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #2de0d1;
  transform: skew(-25deg);
}
.person_slide {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
.person_slider {
  position: relative;
  width: 100%;
}
.person_slider.slick-slider .slick-list {
  padding: 0 !important;
}
.person_slider.slick-slider .slick-track {
  padding: 2rem 0;
}
.person_slider.slick-slider .slick-slide {
  width: 56.2rem;
  margin: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .person_slider.slick-slider .slick-slide {
    width: 45rem;
    margin: 0 1rem;
  }
}
.person_slider.slick-slider .slick-slide:has(+ .slick-current) {
  transform: rotate(-10deg);
}
.person_slider.slick-slider .slick-slide.slick-current + .slick-slide {
  transform: rotate(-10deg);
}
.person_slider.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 1rem;
  width: 100%;
  margin-top: 4rem;
}
.person_slider.slick-slider .slick-dots > li.slick-active > button {
  height: 1.2rem;
  margin-top: 0;
  background-color: #0be6d3;
}
.person_slider.slick-slider .slick-dots > li > button {
  width: 8rem;
  height: 0.4rem;
  margin-top: 0.8rem;
  font-size: 0;
  background-color: #c2c9cc;
}
.person_slider li > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.person_slider_img {
  position: relative;
}
.person_slider_img::before {
  content: "";
  position: absolute;
  right: 8.1rem;
  bottom: 8.1rem;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-image: url(../images/common/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .person_slider_img::before {
    right: 6.5rem;
    bottom: 6.5rem;
  }
}
.person_slider_img > em {
  position: absolute;
  left: 2.5rem;
  top: 0;
  display: block;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .person_slider_img > em {
    font-size: 7.5rem;
  }
}
.person_slider_text {
  position: relative;
  margin: -5rem 0 0 8.1rem;
}
@media screen and (min-width: 768px) {
  .person_slider_text {
    margin: -5rem 0 0 6.5rem;
  }
}
.person_slider_text > span {
  display: block;
}
.person_slider_text > em {
  display: block;
  font-style: normal;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .person_slider_text > em {
    font-size: 3.2rem;
  }
}
.person_popup {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  width: 68rem;
  margin: 0 auto;
  padding: 5rem 5rem 8rem 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .person_popup {
    width: calc(100% - 6rem);
  }
}
.person_popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 8rem 8rem;
  z-index: -2;
}
.person_popup::after {
  content: "";
  position: absolute;
  left: -100rem;
  top: 0;
  display: block;
  width: 100rem;
  height: 100%;
  background-color: #ffffff;
  transform: skew(-25deg);
  transform-origin: right bottom;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .person_popup::after {
    left: -31.6666666667%;
    width: 103.3333333333%;
  }
}
.person_popup_img {
  width: 56.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .person_popup_img {
    width: 40.9090909091%;
    margin: 0;
  }
}
.person_popup_text {
  width: 100%;
  margin-top: 0;
}
.person_popup_text strong {
  font-weight: bold;
}
.person_popup_text strong span {
  font-size: 0.8em;
}
.person_popup_text strong::before {
  content: "■ ";
  color: #18a6f2; 
}
@media screen and (min-width: 768px) {
  .person_popup_text {
    width: 54.5454545455%;
    margin-top: 5.4545454545%;
  }
}
.person_popup_text > dt > span {
  display: block;
  font-weight: normal;
}
.person_popup_text > dt > em {
  display: block;
  font-style: normal;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .person_popup_text > dt > em {
    font-size: 4rem;
  }
}
.person_popup_text > dd {
  padding-left: 5rem;
}
.person_popup_text > dd > p {
  margin-top: 5rem;
}

/* ========================================================
    selection
======================================================== */
.selection {
  position: relative;
  width: 100%;
  padding: 15rem 0 20rem 0;
}
.selection::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.selection_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .selection_inner {
    max-width: 106rem;
    padding: 0 3rem;
  }
}
.selection_ttl {
  position: relative;
  width: 68rem;
  margin: 0 -2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .selection_ttl {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
  }
}
.selection_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.7em;
  display: block;
  width: 100%;
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .selection_ttl::after {
    bottom: 1em;
  }
}
.selection_ttl > span {
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .selection_ttl > span {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .selection_ttl > span {
    letter-spacing: 0.2em;
  }
}
.selection_ttl > span::before {
  content: "";
  position: absolute;
  left: -4.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #18a6f2;
  transform: skew(-25deg);
}
.selection_ttl > span::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #2de0d1;
  transform: skew(-25deg);
}
.selection_lead {
  position: relative;
  width: 75rem;
  padding: 4rem 3.9rem;
  margin: 10rem -5.5rem 0 -5.5rem;
  border: 1.6rem solid #eff8fd;
}
@media screen and (min-width: 768px) {
  .selection_lead {
    width: 100%;
    padding: 4rem 8.2644628099%;
    margin: 10rem 0 0 0;
  }
}
.selection_lead > p {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .selection_lead > p {
    font-size: 2.2rem;
  }
}
.selection_subttl {
  position: relative;
  margin-top: 8rem;
  text-align: left;
}
.selection_subttl > span {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .selection_subttl > span {
    font-size: 4rem;
  }
}
.selection_text {
  position: relative;
  width: 100%;
  padding: 5rem 0 0 8rem;
}
@media screen and (min-width: 768px) {
  .selection_text {
    padding: 5rem 0 0 8%;
  }
}
.selection_text_01 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .selection_text_01 {
    font-size: 2.2rem;
  }
}
.selection_text_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
}
.selection_text_02 + .selection_text_02 {
  margin-top: 6rem;
}
.selection_text_02:nth-child(1) > dt {
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
}
.selection_text_02:nth-child(2) > dt {
  background: linear-gradient(90deg, #a5e02d 0%, #18a6f2 100%);
}
.selection_text_02 > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 28rem;
  height: 5.6rem;
}
@media screen and (min-width: 768px) {
  .selection_text_02 > dt {
    width: 16.8rem;
    height: 3.6rem;
  }
}
.selection_text_02 > dt > span {
  color: #ffffff;
  font-weight: 700;
}
.selection_text_02 > dt::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 1.6rem;
  height: 2.8rem;
  background-color: #ffffff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  .selection_text_02 > dt::after {
    width: 1rem;
    height: 1.8rem;
  }
}
.selection_text_02 > dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .selection_text_02 > dd {
    width: calc(100% - 20rem);
  }
}
.selection_text_02 > dd > p {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .selection_text_02 > dd > p {
    margin-top: 0;
  }
}
.selection_text_02 > dd > picture {
  display: block;
  width: 40rem;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .selection_text_02 > dd > picture {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}

/* ========================================================
    entry
======================================================== */
.entry {
  position: relative;
  width: 100%;
  padding: 20rem 0 10rem 0;
}
@media screen and (min-width: 768px) {
  .entry {
    padding: 20rem 0;
  }
}
.entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 8rem 8rem;
  z-index: -2;
}
.entry::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 26rem;
  height: 100%;
  background-color: #ffffff;
  transform: skew(-25deg);
  transform-origin: right bottom;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .entry::after {
    width: 48rem;
  }
}
.entry_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .entry_inner {
    max-width: 192rem;
    padding: 0 3rem;
  }
}
.entry_ttl {
  position: relative;
  width: 68rem;
  margin: 0 -2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry_ttl {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
  }
}
.entry_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4em;
  display: block;
  width: calc(100% - 8rem);
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .entry_ttl::before {
    content: none;
    width: 100%;
  }
}
.entry_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.7em;
  display: block;
  width: calc(100% - 8rem);
  height: 1.6rem;
  background-color: #fff64c;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .entry_ttl::after {
    bottom: 1em;
    width: 100%;
  }
}
.entry_ttl > span {
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entry_ttl > span {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .entry_ttl > span {
    letter-spacing: 0.2em;
  }
}
.entry_ttl > span::before {
  content: "";
  position: absolute;
  left: -4.5rem;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #18a6f2;
  transform: skew(-25deg);
}
.entry_ttl > span::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: 1.6em;
  display: block;
  width: 2px;
  height: 0.9em;
  background-color: #2de0d1;
  transform: skew(-25deg);
}
@media screen and (min-width: 768px) {
  .entry_ttl > span::after {
    top: 0.2em;
  }
}
.entry_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8rem 0;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .entry_list {
    gap: 8rem 1.6129032258%;
  }
}
.entry_list > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry_list > li {
    width: 32.2580645161%;
  }
}
.entry_list > li > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .entry_list > li > a:hover .entry_img > figure > img {
    transform: scale(1.08);
  }
}
.entry_img {
  position: relative;
  width: 32rem;
}
@media screen and (min-width: 768px) {
  .entry_img {
    width: 100%;
  }
}
.entry_img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-image: url(../images/common/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
.entry_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 50%;
  height: 0.4rem;
  background-color: #fff64c;
}
.entry_img > figure {
  width: 100%;
  overflow: hidden;
}
.entry_img > figure > img {
  transition: 0.3s ease;
}
.entry_text {
  position: relative;
  width: 29rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .entry_text {
    width: 100%;
    margin-top: 4rem;
  }
}
.entry_text > dt {
  font-weight: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .entry_text > dt {
    font-size: 2.4rem;
  }
}
.entry_text > dd {
  margin-top: 1rem;
  font-weight: 2.4rem;
}
@media screen and (min-width: 768px) {
  .entry_text > dd {
    font-size: 1.8rem;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
  padding: 10rem 0 20rem 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 10rem 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.footer_entry {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 10.4rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer_entry {
    display: none;
  }
}
.footer_entry > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.footer_entry > a > span {
  color: #fff64c;
  font-size: 3rem;
  font-weight: 700;
}
.footer_pagetop {
  position: fixed;
  right: 2rem;
  bottom: 14.4rem;
  display: none;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer_pagetop {
    right: 4rem;
    bottom: 4rem;
  }
}
.footer_pagetop > a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_pagetop > a > span {
  position: relative;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.footer_pagetop > a > span::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.1rem);
  top: -13.2rem;
  display: block;
  width: 0.2rem;
  height: 11.6rem;
  background-color: #000000;
  transform-origin: 50% 0 0;
}
.footer_pagetop > a > span::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.1rem);
  top: -13.2rem;
  display: block;
  width: 0.2rem;
  height: 1.6rem;
  background-color: #000000;
  transform: rotate(-45deg);
  transform-origin: 50% 0 0;
}
.footer_copyright {
  position: relative;
  text-align: center;
}
.footer_copyright > span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(90deg, #18a6f2 0%, #2de0d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .footer_copyright > span {
    font-size: 2rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  max-width: 126rem;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_list > li {
  display: none;
}
.popup_close {
  display: block;
  width: 8.2rem;
  height: 5.6rem;
  margin: 0 3.5rem 1.5rem auto;
  background-image: url(../images/common/icon_popup_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 5.4rem;
    height: 3.7rem;
    margin: 0 3rem 1.5rem auto;
  }
}

/* ========================================================
    bg_anime
======================================================== */
.bg_anime {
  position: fixed;
  left: -50%;
  top: 0;
  display: block;
  width: 200%;
  height: 100vh;
  transform: skewX(-25deg);
  z-index: -1;
}
.bg_anime_line {
  position: absolute;
  left: 0;
  bottom: -200%;
  display: block;
  width: 1px;
  height: 30%;
  background: linear-gradient(180deg, #2de0d1 0%, #18a6f2 100%);
}
.bg_anime_start {
  animation: bg_anime 3s infinite;
}

@keyframes bg_anime {
  0% {
    bottom: -200%;
  }
  100% {
    bottom: 100%;
  }
}/*# sourceMappingURL=recruit.css.map */
