@charset "UTF-8";
.bgline::before {
  background-image: linear-gradient(-55deg, #38a28e 0%, #09b163 85%);
}
.page-parent main .content-wrap-s {
  margin: 0 auto 100px;
}
header.transform {
  background: #fff;
}
header nav ul li a {
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
}
header nav.recruit-nav ul li:nth-last-child(2) {
  padding: 15px 0;
}
header nav.recruit-nav ul li.current-menu-item:nth-last-child(2) a {
  background: #09b163;
}
header nav.recruit-nav ul li:nth-last-child(2) a {
  padding: 11px 15px;
  border-radius: 100px;
  color: #fff;
}
header nav.recruit-nav ul li:nth-last-child(2) a:hover {
  opacity: 0.7;
}
header nav.recruit-nav ul li:last-child a {
  padding: 11px 15px;
  border-radius: 100px;
  color: #417478;
  border: solid 1px #417478;
}
header nav.recruit-nav ul li:last-child a:hover {
  color: #fff;
  background: #417478;
}
header .header-logo span {
  display: block;
  text-align: center;
  color: #417478;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-top: 6px;
  text-transform: uppercase;
}
header nav.recruit-nav ul li:nth-child(2) a:hover::before {
  display: none;
}
header nav.recruit-nav ul li.current-menu-item:nth-child(2) a::before, header nav.recruit-nav ul li:last-child a::before {
  display: none;
}
header.transform nav ul li.current-menu-item a::before {
  background-image: linear-gradient(-55deg, #5a9f92 0%, #01ca6c 85%);
}
header nav ul li a::before, header nav ul li.current-menu-item a::before {
  background-image: linear-gradient(-55deg, #38a28e 0%, #09b163 85%);
}
header nav ul li {
  margin-right: 18px;
}
footer ul li.entry-bg a {
  background: none;
}
.kv-page-area::after {
  background: #fff;
  background-image: linear-gradient(-55deg, #38a28e 0%, #09b163 85%);
}
.recruit .kv-page-area {
  margin: 9% 0 0;
}
.page-parent.recruit .kv-page-area h1 {
  display: none;
}
.recruit .kv-page-area .ofi picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.recruit .kv-page-area .ofi picture:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.recruit .kv-page-area .ofi picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(-55deg, #38a28e 0%, #09b163 85%);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.recruit .kv-page-area .ofi picture::before {
  right: 0;
}
.recruit .kv-page-area .ofi.active picture::before, .recruit .kv-page-area .ofi.active picture::after {
  right: -100%;
}
.main-ttl {
  position: absolute;
  top: 50%;
  left: 48px;
  width: 77%;
  z-index: 3;
}
main p {
  margin-bottom: 20px;
}
main p:last-child {
  margin-bottom: 0;
}
.challenge-area {
  position: relative;
}
.challenge-area .img01 {
  position: absolute;
  right: 17px;
  bottom: -11px;
  width: 9%;
}
.recruit .contact-area .item-box, .page-child .contact-area .item-box {
  width: 100%;
}
.recruit .contact-area .item-box h2, .page-child .contact-area .item-box h2 {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
}
.bg-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 25% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/recruit/bg-job-list.jpg);
}
.recruit .bg-content::before {
  display: inherit;
  content: '';
  position: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  background-color: inherit;
  z-index: inherit;
  left: inherit;
  transform: inherit;
  -ms-transform: inherit;
  bottom: inherit;
  background-color: inherit;
  background-image: none;
}
.recruit .bg-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.recruit .bg-content.is-animated::after {
  right: -100%;
}
.recruit .bg-content::before {
  right: 0;
}
.recruit .bg-content.is-animated::before {
  right: -100%;
}
.recruit .bg-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(-55deg, #38a28e 0%, #09b163 85%);
  background: linear-gradient(-45deg, #b4217e, #254d85, #2c98ad, #09b163) fixed;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.col6 {
  width: calc(60% - 60px / 2);
  margin-right: 0;
}
main {
  padding: 5% 0 6%;
}
main h2 {
  font-size: 2rem;
}
.job-list ul li {
  width: 30%;
  margin-right: 5%;
}
.job-list ul li p {
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.3;
}
.job-list ul li:nth-child(n+4) {
  margin-top: 50px;
  margin-bottom: 0;
}
.job-list ul li:last-child {
  margin-right: 0;
}
.job-list ul li:nth-child(3n), .full-stack-engineer .job-list ul li:nth-child(4) {
  margin-right: 0;
}
.recruit main figure .name {
  color: #8A8A8A;
  margin-bottom: 15px;
}
.recruit main figure .name > span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
}
.recruit main figure .name > span::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 44%;
  right: -63px;
  width: 107px;
  border-bottom: 1px solid #e2eced;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.recruit main figure .name span + span {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #7f9fa3;
}
.recruit main figure .name span + span::before {
  display: none;
}
.recruit main figure .detail {
  margin-bottom: 20px;
  background: #f7f7f7;
}
.recruit main .content-box:first-child figure .detail > p {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.recruit main .content-box:first-child figure .detail > p:last-child {
  margin-bottom: 0;
}
.recruit main figure .detail ul {
  margin-bottom: 10px
}
.recruit main .content-box:first-child figure .detail ul li {
  margin-right: 25px;
  font-size: 1.4rem;
}
.recruit main .content-box:nth-child(n+2) ul.circle-list li {
  margin-bottom: 4px;
}
.recruit main .content-box:nth-child(n+2) ul.circle-list li:last-child {
  margin-bottom: 0;
}
.recruit main figure .detail ul li:last-child {
  margin-right: 0;
}
.recruit.page-parent .job-list + .bg-content.join-area, .recruit.page-parent .challenge-area + .job-list {
  display: none;
}
.recruit.page-parent .challenge-area + .job-list + .bg-content.join-area {
  display: block;
}
main h2 {
  color: #222;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
}
main h2 + p {
  margin-bottom: 35px;
  text-align: center;
  color: #6b8481;
}
main figure > .thumb-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  box-shadow: 7px -4px 6px -5px #efefef;
}
.recruit figure {
  position: relative;
  padding-top: 120px;
}
figure figcaption {
  width: 76%;
  padding: 5%;
  background-color: #f7f7f7;
  background-image: linear-gradient(-45deg, rgb(0 171 179 / 4%) 0%, hsl(144deg 100% 39% / 3%) 75%);
}
figure figcaption .detail-box {
  width: 76%;
  position: relative;
  z-index: 2;
}
.recruit figure .motto-box {
  padding: 20px;
  background: #fff;
  border: solid 1px #e5e5e5cc;
}
.recruit figure .motto-box ul {
  margin: 10px 0;
  padding: 7px;
  background: linear-gradient(-55deg, #129e84 0%, #09b163 85%);
}
.recruit figure .motto-box ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin: 0 15px 0 0;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.recruit figure .motto-box ul li::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 34%;
  right: -4px;
  width: 17px;
  height: 5px;
  border-bottom: 1px solid #a6d0d3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-58deg);
}
.recruit figure .motto-box li:last-child::before {
  display: none;
}
.recruit figure .motto-box ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.recruit figure .motto-box .motto-ttl {
  margin-bottom: 5px;
  font-size: 1.2rem;
  text-align: center;
}
.job-title {
  position: absolute;
  z-index: 2;
  top: 36px;
  left: -7px;
  max-width: 710px;
}
.recruit .coo-area .job-title {
  top: 36px;
  right: 0;
  left: inherit;
  width: 64%;
}
.recruit .coo-area .job-title {
  position: absolute;
  top: 38px;
  right: -4px;
}
.recruit .txt-box {
  margin-bottom: 20px;
}
.recruit .txt-box:last-child {
  margin-bottom: 0;
}
.recruit .recruit .ttl-box h3 + span {
  font-family: 'Nunito', sans-serif;
}
.recruit.page-parent .job-list ul li:nth-child(1) img {
  transition-delay: 150ms;
}
.recruit.page-parent .job-list ul li:nth-child(2) img {
  transition-delay: 300ms;
}
.recruit.page-parent .job-list ul li:nth-child(3) img {
  transition-delay: 600ms;
}
.recruit.page-parent .job-list ul li:nth-child(4) img {
  transition-delay: 100ms;
}
.recruit.page-parent .job-list ul li:nth-child(5) img {
  transition-delay: 300ms;
}
.recruit.page-parent .job-list ul li .is-animated2 img {
  transition-delay: initial;
}
.coo-area figure figcaption {
  margin-left: auto;
  padding: 5%;
  width: 76%;
}
/*--job-list---*/
.job-list main .content-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
main .challenge-area .challenge-catch {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
}
main .challenge-area ul {
  margin-left: 0;
  padding: 20px 25px;
  background: #fff;
  border-radius: 5px;
}
.challenge-area ul li {
  font-size: 1.1rem;
}
.job-list .challenge-area {
  position: relative;
}
.job-list main h2 {
  text-align: center;
  font-size: 2rem;
}
.job-list h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.txt-box {
  margin-bottom: 15px;
}
.job-area .txt-box {
  margin-bottom: 25px;
}
.join-area {
  position: relative;
}
.join-area img {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 65%;
}
.join-area::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 85%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, -50%);
  bottom: -180px;
  height: 390px;
  background-color: #d6ece2;
  background-color: #f7f7f7;
  background-image: linear-gradient(-45deg, rgb(0 171 179 / 4%) 0%, hsl(144deg 100% 39% / 3%) 75%);
}
.entry-area {
  max-width: 700px;
  margin: 70px auto 0;
  background: #fff;
}
.entry-bg a {
  background: linear-gradient(-45deg, #b4217e, #254d85, #2c98ad, #09b163) fixed;
  background-size: 600% 400%;
  animation: bggradient 7s ease infinite;
}
@keyframes bggradient {
  0% {
    background-position: 0% 30%;
  }
  30% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 30%;
  }
  70% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact-area .item-box a {
  display: block;
  padding: 50px 0;
  border-right: #fff;
}
.contact-area .item-box a:hover {
  opacity: 0.7;
}
/*--下層ページ---*/
.page-child .kv-page-area {
  position: relative;
  margin: 9% 0 0;
}
.kv-none .kv-page-area {
  margin: 270px 0 0;
}
.page-child .kv-page-area .ofi {
  width: 60%;
  margin-left: auto;
}
.page-child .kv-page-area h1 {
  top: 72%;
  z-index: 2;
}
.page-child .kv-page-area:after {
  top: 32%;
  width: 71%;
  height: 100%;
}
.page-child .kv-page-area .ofi {
  position: relative;
  width: 71%;
  margin-left: auto;
}
.page-child .kv-page-area .ofi img {
  height: 500px;
}
.page-child .kv-page-area .ofi:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.35;
}
.page-child .ttl-area span, .page-child .ttl-area span > span {
  animation: inherit;
  color: #fff;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
}
.page-child .ttl-area > span {
  font-size: 2.6rem;
}
.page-child main .content-wrap {
  max-width: 1000px;
}
.page-child main h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.3rem;
}
.page-child main h3 {
  margin-bottom: 5px;
  text-align: left;
  font-size: 1.1rem;
}
.page-child .content-box {
  margin: 0 auto 60px;
}
.page-child .bg-content {
  background-size: 80%;
  background-position: center 60px;
  padding: 23% 0;
}
.page-child .entry-area {
  margin: 0 auto 80px;
  max-width: 600px;
}
.page-child .job-list h2 {
  text-align: center;
  font-size: 1.8rem;
}
.page-child .job-list ul li {
  width: 22.666666%;
  margin: 0 3% 0 0;
}
.page-child .job-list ul li:last-child {
  margin: 0;
}
.page-child .job-list ul li:nth-child(1) img {
  transition-delay: 100ms;
}
.page-child .job-list ul li:nth-child(2) img {
  transition-delay: 300ms;
}
.page-child .job-list ul li:nth-child(3) img {
  transition-delay: 600ms;
}
.page-child .job-list ul li:nth-child(4) img {
  transition-delay: 900ms;
}
.page-child .job-list ul li .is-animated2 img {
  transition-delay: initial;
}
.page-child .join-area::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -180px;
  width: 100%;
  height: 460px;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, -50%);
  background-color: #f7f7f7;
  background-image: linear-gradient(-45deg, rgb(0 171 179 / 4%) 0%, hsl(144deg 100% 39% / 3%) 75%);
}
.entry .ttl-area .f-en span {
  font-size: 5.2rem;
}
footer ul li {
  font-family: 'Lexend', sans-serif;
}
footer .detail ul li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media print, screen and (min-width: 1480px) {
  .kv-page-area .ofi img {
    height: 640px;
  }
}
@media screen and (max-width:1190px) {
  .challenge-area .img01 {
    position: absolute;
    right: 17px;
    bottom: 106px;
    width: 6%;
  }
  .page-child .bg-content {
    background-size: 100%;
    background-position: inherit;
  }
  .page-child .join-area::before {
    background: none;
  }
}
@media screen and (max-width:1110px) {
  .main-ttl {
    top: 47%;
    left: 33px;
    width: 75%;
  }
  .recruit figure .motto-box ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width:960px) {
  .recruit .job-title {
    top: 47px;
    font-size: 2.4rem;
    max-width: 450px;
  }
  .recruit figure .motto-box ul li {
    font-size: 1rem;
  }
  .recruit main figure .name > span::before {
    display: none;
  }
  .recruit main figure .name span + span {
    margin: 0 0 0 4px;
  }
  .recruit .challenge-area .img01 {
    position: absolute;
    bottom: 91px;
    width: 8%;
  }
  .entry .ttl-area .f-en span {
    font-size: 3.5rem;
  }
}
@media screen and (min-width:769px) {
  .entry-btn {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .page header .logo {
    width: 97px;
  }
  .page .img01 {
    display: none;
  }
  .page header .menu-trigger span, .page header.transform .menu-trigger span {
    background: linear-gradient(-45deg, #b4217e, #254d85, #2c98ad, #09b163) fixed;
    background-size: 600% 400%;
    animation: bggradient 7s ease infinite;
  }
  .open.page header .menu-trigger span, .open.page header.transform .menu-trigger span {
    background: linear-gradient(-45deg, #fff1f1, #ffa402, #2fddff, #68fb2e) fixed;
    background-size: 600% 400%;
    animation: bggradient 7s ease infinite;
  }
  .page header nav.recruit-nav ul {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
  }
  .page header nav.recruit-nav ul li {
    margin-bottom: 25px;
  }
  .page header nav.recruit-nav ul li:nth-last-child(2) {
    padding: 0;
  }
  .page header nav.recruit-nav ul li a {
    padding: 15px;
    text-align: center;
  }
  .page header nav.recruit-nav ul li:last-child a {
    padding: 15px;
    border-radius: 100px;
    color: #c9fffb;
    border: solid 1px #5fc6be;
    font-size: 0.75rem;
  }
  .page header nav ul li:last-child:before {
    display: none;
  }
  .page header nav.recruit-nav, .page header nav.recruit-nav {
    background-color: none;
    background-image: linear-gradient(-55deg, rgb(56 162 142 / 50%) 0%, rgb(9 177 99 / 50%) 85%);
  }
  .page header nav.recruit-nav {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page header .menu-trigger {
    top: 7px;
  }
  .page header nav ul li.current-menu-item a {
    color: #00ff88;
  }
  /*---------------------
entry 固定
---------------------*/
  .entry-area {
    max-width: 100%;
    margin: 45px auto;
    background: none;
    padding: 0 25px;
  }
  .entry-btn {
    z-index: 3;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entry-btn a {
    color: #fff;
    padding: 13px;
    text-transform: uppercase;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    line-height: 1;
  }
  .entry .entry-btn, .confirm .entry-btn, .thanks .entry-btn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .recruit .kv-page-area {
    margin: 17% 0 0;
  }
  .page-child .kv-page-area {
    position: relative;
    margin: 60px 0 0;
  }
  .page-child .ttl-area span {
    font-size: 1.5rem;
  }
  .page-child .ttl-area span > span {
    font-size: 0.7rem;
  }
  .recruit .kv-page-area:after {
    background: #fff;
    background-image: linear-gradient(-55deg, #38a28e 0%, #09b163 85%);
  }
  .recruit .main-ttl {
    position: absolute;
    max-width: 100%;
    top: 54%;
    left: 13px;
    width: 90%;
  }
  .recruit .content-group.ceo-area {
    margin-bottom: 40px;
  }
  .recruit figure > div, main figure > .thumb-box {
    box-shadow: none;
    border: solid 1px #f2f2f2;
  }
  .recruit main figure .name {
    font-size: 0.9rem;
  }
  .recruit main figure .name > span {
    font-size: 1.4rem;
  }
  .recruit figure .motto-box ul li {
    margin: 0;
    padding: 0;
    display: block;
  }
  .recruit figure .motto-box ul li::before {
    display: none
  }
  .recruit.page-parent main h2 + p {
    margin-bottom: 22px;
    text-align: center;
  }
  .recruit .job-list ul li:last-child {
    margin-bottom: 0;
  }
  .recruit .job-list ul li p {
    margin: 8px 0 0;
    line-height: 1.3;
  }
  .recruit .job-title {
    top: 256px;
    left: inherit;
    right: 10px;
    text-align: right;
    display: none;
  }
  .recruit .job-title {
    position: absolute;
    color: #e2eced;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
    z-index: 4;
    font-weight: normal;
    left: -7px;
    width: 70%;
    letter-spacing: 3px;
    top: 377px;
  }
  .recruit figure {
    position: relative;
    padding-top: 0;
  }
  .recruit main .content-group, .page-parent main .content-wrap-s {
    margin-bottom: 55px;
  }
  .recruit .coo-area .job-title {
    bottom: inherit;
    right: 17px;
    left: inherit;
    text-align: right;
  }
  .recruit .coo-area .job-title {
    position: absolute;
    top: 377px;
    left: 0;
    left: inherit;
    text-align: right;
  }
  .recruit .content-group.challenge-area {
    padding: 0;
  }
  .recruit .content-group.challenge-area .col6 {
    padding: 15px 25px 0 25px;
  }
  .join-area::before {
    width: 100%;
    height: 270px;
    bottom: -123px;
  }
  .join-area img {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 87%;
  }
  .challenge-area ul li {
    font-size: 1rem;
  }
  .challenge-area .challenge-catch {
    padding: 10px;
  }
  .recruit main .entry-area h2 + p {
    margin-bottom: 0;
  }
  .recruit .contact-area.entry-area .item-box a {
    padding: 30px 0;
  }
  .recruit .contact-area .item-box h2 {
    font-size: 2.4rem;
  }
  footer .nav-box > .flex-content {
    display: inherit;
  }
  footer .nav-box > .bnr-area.flex-content {
    display: flex;
  }
  .recruit footer .footer-nav ul li, .page-parent footer .footer-nav ul li, .page-child footer .footer-nav ul li, .confirm footer .footer-nav ul li {
    width: inherit;
    margin-right: 15px;
  }
  .recruit footer ul.bnr-area li {
    width: 48.444444%;
    display: inherit;
  }
  .recruit footer ul.bnr-area li:last-child, .page-parent footer ul.bnr-area li:last-child {
    margin-right: 0;
  }
  .recruit .job-list ul li {
    width: 48.222222%;
    margin: 0 3.5% 27px 0;
  }
  .recruit .job-list ul li:nth-child(even) {
    margin-right: 0;
  }
  .job-list.flex-content {
    display: flex;
  }
  .page-child main h2 {
    font-size: 1rem;
  }
  .page-child main h3 {
    font-size: 0.95rem;
  }
  .page-child .kv-page-area .ofi img {
    height: 195px;
  }
  .page-child .kv-page-area h1 {
    top: 71%;
    margin: 3%;
    font-size: 1.4rem;
  }
  .page-child .contact-area.entry-area .item-box a {
    padding: 30px 0;
  }
  .table-base tr:first-child td, .table-base tr th {
    border-top: none;
    font-size: inherit;
  }
  .page-child .table-base tr:first-child th {
    padding-top: 20px;
    border-top: solid 1px #ccc;
    font-size: 1rem;
  }
  .page-child .table-base tr th {
    font-weight: 600;
    font-size: 1rem;
  }
  .page-child .table-base tr td {
    border-bottom: solid 1px #dde4e4;
  }
  .page-child .table-base tr td {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-child .content-box {
    margin: 0 auto 45px;
  }
  .page-child .job-list {
    margin-bottom: 30px;
  }
  .page-child .entry-area {
    margin: 0 auto 60px;
    max-width: 330px;
  }
  .page-child .contact-area .item-box h2 {
    position: relative;
    text-align: center;
    font-size: 2.3rem;
  }
  .page-child .bg-content {
    margin-bottom: 50px;
  }
  .entry .ttl-area .f-en span {
    font-size: 2.1rem;
  }
  .entry .kv-page-area h1 {
    top: 0;
    margin: 0 0 0 5.8%;
    font-size: 1.4rem;
  }
  .entry .table-base tr:first-child th {
    padding-top: 0;
    border-top: none;
    font-size: 0.9rem;
  }
  .entry .table-base tr th {
    font-weight: normal;
    font-size: 0.9rem;
  }
  .entry .table-base tr td {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .entry .mwform-file-delete {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .recruit .kv-page-area {
    margin: 21% 0 0;
  }
  .page-child .kv-page-area {
    position: relative;
    margin: 18% 0 0;
  }
  .page-child .bg-content {
    margin-bottom: 40px;
  }
}