-----
/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #383838;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "IBM Plex Sans JP", sans-serif;
}
input {
  font-family: "IBM Plex Sans JP", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
    background-color: #FFFDF3;
    font: inherit;
    opacity: 0;
    transition: 1s;
}
body.on{
    opacity: 1;
}
main{
    position: relative;
    z-index: 2;
}
.leafFallLayer{
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}
.leafParticle{
    position: absolute;
    top: -10vh;
    left: 0;
    width: var(--leaf-size, 68px);
    opacity: 0;
    will-change: transform;
    transform: translate3d(var(--leaf-x, 0vw), -10vh, 0);
}
.leafParticle.is-falling{
    animation: leafFall var(--leaf-duration, 18s) linear forwards;
}
.leafParticle img{
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
}
.leafParticle.is-falling img{
    animation: leafSway var(--leaf-sway-duration, 4.8s) ease-in-out infinite;
}
@keyframes leafFall {
    0% {
        opacity: 0;
        transform: translate3d(var(--leaf-x, 0vw), -10vh, 0);
    }
    0.8% {
        opacity: var(--leaf-opacity, .85);
    }
    96% {
        opacity: var(--leaf-opacity, .85);
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--leaf-x, 0vw), 112vh, 0);
    }
}
@keyframes leafSway {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(var(--leaf-drift, 10px)) rotate(var(--leaf-rotate-a, 14deg));
    }
    50% {
        transform: translateX(calc(var(--leaf-drift, 10px) * -0.7)) rotate(var(--leaf-rotate-b, -10deg));
    }
    75% {
        transform: translateX(calc(var(--leaf-drift, 10px) * 0.45)) rotate(var(--leaf-rotate-c, 8deg));
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    .leafFallLayer{
        display: none;
    }
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.smt{
    scroll-margin-top: 150px;
}
.effect{
    z-index: 20;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    justify-content: space-between;
    align-items: flex-start;
}
header.sp{
    display: none;
}
header.pc .titWrap{
    background-color: #fff;
    border: 2px solid #D2D2D2;
    border-radius: 0 0 20px 0;
    padding: 1.77vw 2.14vw;
}
header .titWrap h1{
    width: 14.32vw;
}
header .titWrap h1 a{
    display: block;
}
header .titWrap h1 a img{
    width: 100%;
}
header .titWrap p{
    font-family: "Jost", sans-serif;
    font-size: 1.09vw;
    font-weight: 600;
    color: #18C172;
    letter-spacing: 2%;
    -webkit-text-stroke: 1px #484848;
    paint-order: stroke;
}
header.pc nav{
    margin: 36px 1.41vw 0 0;
    background-color: #fff;
    box-shadow: 0 4px 0 #383838;
    border: 1px solid #383838;
    padding: 0 0 0 3.23vw;
    border-radius: 73px;
    align-items: center;
}
header nav ul{
    margin-right: 2.34vw;
}
header nav li{
    margin-right: 1.88vw;
}
header nav li:last-child{
    margin-right: 0;
}
header nav li a{
    font-size: 15px;
    font-weight: 700;
    display: block;
    transition: .3s;
    display: flex;
    align-items: center;
}
header nav li a img{
    margin-left: 7px;
    display: block;
}
header nav li a:hover{
    color: #10AD64;
}
header nav .rule{
    border: 1px solid #494949;
    background-color: #494949;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 41px 18px 26px;
    border-radius: 73px;
    display: flex;
    align-items: center;
    transition: .3s;
}
header nav .rule:hover{
    background-color: #fff;
    color: #494949;
}
header nav .rule .icon{
    display: block;
    width: 29px;
    height: 29px;
    background: url('/wp-content/themes/a/img/recruit/icon_rule.svg') no-repeat center;
    background-size: contain;
    margin-right: 14px;
}
header nav .rule:hover .icon{
    background: url('/wp-content/themes/a/img/recruit/icon_rule_k.svg') no-repeat center;
    background-size: contain;
}
.recruitPage{
    padding-top: 7.92vw;
    padding-bottom: 12.92vw;
}
.mv.pc{
    position: relative;
    padding-bottom: 7.03vw;
    margin-bottom: 5.63vw;
}
.mv.sp{
    display: none;
}
.mv.pc .effect{
    position: absolute;
}
.mv.pc .effect.left{
    top: 20.27vw;
    left: 21.04vw;
    z-index: 10;
}
.mv.pc .effect.right{
    top: 3.27vw;
    right: 16.04vw;
    z-index: 10;
}
.mv.pc .subImg{
    width: 53.8vw;
    position: absolute;
    bottom: 2.08vw;
    left: 11.77vw;
    z-index: 10;
}
.mvSlide{
    overflow: hidden;
}
.mvSlide .swiper-wrapper{
    align-items: center;
}
.mvSlide .swiper-slide{
    width: 867px;
    aspect-ratio: 867 / 793;
    flex-shrink: 0;
    transform: scale(.715);
    opacity: .7;
    transition: transform .5s ease, opacity .5s ease;
    transform-origin: center center;
}
.mvSlide .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mvSlide .swiper-slide.swiper-slide-active{
    transform: scale(1);
    opacity: 1;
}
.hoverLinkBox{
    position: fixed;
    bottom: 1.04vw;
    right: 2.14em;
    z-index: 10;
    align-items: flex-end;
    z-index: 900;
}
.hoverLinkBox .instaLInk{
    width: 106px;
    height: 106px;
    display: block;
    position: relative;
    margin-right: 9px;
}
.hoverLinkBox .instaLInk .textCircle{
    animation: instaRotate 8s linear infinite;
    transform-origin: center center;
}
@keyframes instaRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hoverLinkBox .instaLInk .textCircle:hover{
    animation-play-state: paused;
}
.hoverLinkBox .instaLInk .iconWrap{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hoverLinkBox .instaLInk .iconWrap span{
    background: url('/wp-content/themes/a/img/recruit/icon_insta_k.svg') no-repeat center;
    background-size: contain;
    display: block;
    width: 21px;
    height: 22px;
}
.entryLink{
    display: block;
    width: 173px;
    position: relative;
    bottom: 0;
    transition: .3s;
}
.entryLink.sp{
    display: none;
}
.entryLink:hover{
    opacity: 1;
    bottom: 1.54vw;
}
.entryLink:hover img{
    opacity: 1;
}
.recruitBlock1{
    width: 69.79vw;
    max-width: 1340px;
    margin-left: 19%;
    margin-bottom: 10.42vw;
    position: relative;
}
.recruitBlock1 .effect.pc{
    position: absolute;
    top: 1.93vw;
    left: -11.35vw;
}
.recruitBlock1 .effect.sp{
    display: none;
}
.recruitBlock1 .left{
    width: 53%;
}
.recruitBlock1 .left p{
    font-size: 1.25vw;
    margin-bottom: 1.56vw;
    line-height: 240%;
    font-weight: 600;
}
.recruitBlock1 .left p:last-child{
    margin-bottom: 0;
}
.recruitBlock1 .right{
    width: 57%;
}
.recruitBlock1 .right.sp{
    display: none;
}
.recruitBlock2{
    margin-bottom: 8.7vw;
}
.recruitBlock2Inner{
    width: 81.41vw;
    max-width: 1563px;
    margin: 0 0 5.21vw auto;
    align-items: center;
}
.recTit1{
    width: fit-content;
    opacity: 0;
    transform: translateY(26px) scale(.9) rotate(-1.5deg);
    transform-origin: center center;
}
.recTit1.popin{
    animation: recTitPop .9s cubic-bezier(.22, .9, .2, 1) forwards;
}
.recTit1 h2{
    color: #fff;
    font-size: 1.88vw;
    font-weight: 700;
    text-shadow: 4px 4px 0 #383838;
    -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
    text-align: center;
}
.recTit1 span{
    display: block;
    text-align: center;
    font-weight: 600;
    color: #10AD64;
    font-size: 16px;
    text-align: center;
    font-family: "Jost", sans-serif;
}
@keyframes recTitPop {
    0% {
        opacity: 0;
        transform: translateY(26px) scale(.9) rotate(-1.5deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-6px) scale(1.03) rotate(.5deg);
    }
    82% {
        transform: translateY(2px) scale(.995) rotate(-.2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}
.recruitBlock2Inner .left{
    width: 38%; 
    box-sizing: border-box;
}
.recruitBlock2Inner .left .recTit1{
    margin: 0 0 3.33vw 5%;
}
.recruitBlock2Inner .left p{
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
}
.recruitBlock2Inner .right{
    width: 62%;
}
.recruitBlock2Inner .right.sp{
    display: none;
}
.serviceDetail{
    width: 85.36vw;
    max-width: 1639px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}
.serviceDetail .left{
    width: 52%;
    align-self: stretch;
}
.serviceDetail .right{
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
.serviceDetail .box{
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 20px;
    position: relative;
}
.serviceDetail .box .titBox{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.serviceDetail .box .numWrap{
    width: fit-content;
}
.serviceDetail .box .numWrap *{
    -webkit-text-stroke: 3px #000000;
    paint-order: stroke;
    color: #fff;
    font-family: "Jost", sans-serif;
}
.serviceDetail .box .title{
    font-size: 1.35vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: -40px;
}
.serviceDetail .box .num{
    font-size: 4.64vw;
    font-weight: 700;
    letter-spacing: 0;
}
.serviceDetail .box h3{
    font-size: 1.67vw;
    color: #10AD64;
    font-weight: 700;
}
.serviceDetail .left .box{
    justify-content: space-between;
    align-items: center;
    padding: 3.02vw 7% 2.14vw 5%;
    box-sizing: border-box;
}
.serviceDetail .left .box img{
    display: block;
    width: 51%;
    object-fit: contain;
}
.serviceDetail .box img.sp{
    display: none;
}
.serviceDetail .left .box .txtBox{
    width: 44%;
    padding-top: 2.08vw;
}
.serviceDetail .left .box h3{
    margin-bottom: 8px;
}
.serviceDetail .left .box .numWrap{
    position: absolute;
    top: 1.77vw;
    right: 4%;
}
.serviceDetail .left .box .innerBox h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #383838;
    padding: 8px 0;
    text-align: center;
    border-radius: 37px;
    margin-bottom: 18px;
}
.serviceDetail .left .box .innerBox{
    margin-bottom: 1.46vw;
}
.serviceDetail .left .box .innerBox:last-child{
    margin-bottom: 0;
}
.serviceDetail .left .box .innerBox h4 span{
    color: #fff;
    font-size: 15px;
}
.serviceDetail .left .box .innerBox p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 25px;
}
.serviceDetail .right .box{
    padding: 1.61vw 4%;
    position: relative;
}
.serviceDetail .right .box .numWrap{
    position: absolute;
    top: 1.04vw;
    right: 2%;
}
.serviceDetail .right .box img{
    width: 45%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.serviceDetail .right .box img.sp{
    display: none;
}
.serviceDetail .right .box .txtBox{
    width: 55%;
    padding-top: 3.28vw;
    padding-bottom: 2.19vw;
    padding-left: 5%;
    box-sizing: border-box;
}
.serviceDetail .right .box.no2 .txtBox{
    padding-top: 1.77vw;
    padding-bottom: 1.93vw;
}
.serviceDetail .right .box.no1 .txtBox h3{
    margin-bottom: 0.78vw;
}
.serviceDetail .right .box.no2 .txtBox h3{
    line-height: 41px;
    margin-bottom: 1.41vw;
}
.serviceDetail .right .box .txtBox p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}
.recruitSlide1{
    margin-bottom: 10.47vw;
}
.recruitSlide1 .swiper-wrapper,
.recruitSlide2 .swiper-wrapper{
    padding-top: 66px;
}
.recruitSlide2 .swiper-slide{
    border: 2px solid #000;
    border-radius: 20px;
}
.recruitSlide1 .swiper-slide,
.recruitSlide2 .swiper-slide{
    position: relative;
    bottom: 0;
    transition: bottom .4s ease;
}
.recruitSlide1 .swiper-slide.swiper-slide-prev,
.recruitSlide1 .swiper-slide.swiper-slide-next,
.recruitSlide1 .swiper-slide-duplicate-prev,
.recruitSlide2 .swiper-slide.swiper-slide-prev,
.recruitSlide2 .swiper-slide.swiper-slide-next,
.recruitSlide2 .swiper-slide-duplicate-prev{
    bottom: 66px;
}
.recruitSlide1 .swiper-slide.swiper-slide-active,
.recruitSlide2 .swiper-slide.swiper-slide-active{
    bottom: 0;
}
.recruitBlock3 .recTit1{
    margin: 0 auto 3.33vw;
}
.recruitBlock3 .recTit1 span{
    color: #fff;
}
.recruitBlock3 .recTit1 h2 br{
    display: none;
}
.recruitBlock3 .strongList{
    width: 56.1vw;
    max-width: 1077px;
    margin: 0 auto 5.21vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.24vw;
}
.recruitBlock3 .strongList li{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #357155;
    padding-bottom: 1.93vw;
}
.recruitBlock3 .strongList li .imgBox{
    position: relative;
    padding-bottom: 45px;
}
.recruitBlock3 .strongList li .imgBox img{
    border-radius: 0 0 20px 20px;
}
.recruitBlock3 .strongList li .imgBox .num{
    position: absolute;
    bottom: 0;
    left: 8%;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 3.7vw;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-text-stroke: 3px #000000;
    paint-order: stroke;
}
.recruitBlock3 .strongList li .imgBox .num span{
    display: block;
    color: #fff;
    font-size: 1.35vw;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: -30px;
    text-align: center;
    -webkit-text-stroke: 3px #000000;
    paint-order: stroke;
}
.recruitBlock3 .strongList li .txtBox{
    width: 84%;
    margin: 0 auto;
}
.recruitBlock3 .strongList li .txtBox h3{
    font-size: 18px;
    font-weight: 700;
    color: #10AD64;
    margin-bottom: 15px;
}
.recruitBlock3 .strongList li .txtBox h3 br{
    display: none;
}
.recruitBlock3 .strongList li .txtBox p{
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}
.recruitBlock3 .strongPointWrap{
    width: 62.6vw;
    max-width: 1202px;
    margin: 0 auto;
}
.fukidashi{
    padding: 22px 32px;
    background-color: #383838;
    border-radius: 6px;
    width: fit-content;
    position: relative;
}
.fukidashi .iconFukidashi{
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
}
.fukidashi p{
    color: #fff;
    font-size: 1.46vw;
    font-weight: 700;
    text-align: center;
}
.recruitBlock3 .strongPointWrap .fukidashi{
    margin: 0 auto 2.19vw;
}
.recruitBlock3 .strongPointWrap ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.71vw;
}
.recruitBlock3 .strongPointWrap li{
    background-color: #FDFDFD;
    border: 2px solid #383838;
    border-radius: 20px;
    padding: 2.45vw 0 1.04vw;
    position: relative;
}
.recruitBlock3 .strongPointWrap li .effect{
    width: 8.7vw;
    position: absolute;
    top: -25px;
    left: -65px;
}
.recruitBlock3 .strongPointWrap li .titTxt{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.15vw;
    text-align: center;
}
.recruitBlock3 .strongPointWrap li .numValue,
.recruitBlock3 .strongPointWrap li .numValue .small{
    font-size: 6vw;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    letter-spacing: 0;
    text-align: center;
    -webkit-text-stroke: 5px #000000;
    paint-order: stroke;
}
.recruitBlock3 .strongPointWrap li:nth-child(odd) .numValue,
.recruitBlock3 .strongPointWrap li:nth-child(odd) .numValue .small{
    color: #FFD21F;
}
.recruitBlock3 .strongPointWrap li:nth-child(even) .numValue{
    color: #18C172;
}
.recruitBlock3 .strongPointWrap li .numValue .tani{
    font-size: 32px;
    font-weight: 700;
    color: #383838;
    -webkit-text-stroke: 0;
}
.recruitBlock3 .strongPointWrap li .valueWrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruitBlock3 .strongPointWrap li .valueWrap .subTxt{
    font-size: 1.41vw;
    font-weight: 700;
    line-height: 30px;
    margin-right: 9px;
}
.recruitBlock3 .strongPointWrap li.last .valueWrap .subTxt{
    padding-top: 30px;
}
.recruitBlock3 .strongPointWrap li .valueWrap .subTxt.vertical{
    writing-mode:vertical-rl;
    font-size: 1.51vw;
    font-weight: 700;
}
.recruitBlock3 .strongPointWrap li .memo{
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 15px;
    width: 90%;
    margin: 13px auto 0;
    padding: 0px 5%;
    box-sizing: border-box;
}
.recruitBlock3 .strongPointWrap li .memo br.sp{
    display: none;
}
.recruitBlock3 .strongPointWrap li:nth-child(odd) .memo{
    background-color: #FEF9D2;
    border: 1px dashed #E1B918;
}
.recruitBlock3 .strongPointWrap li:nth-child(even) .memo{
    background-color: #D0F3DB;
    border: 1px dashed #18C172;
}
.recruitBlock4{
    margin-bottom: 7.81vw;
    position: relative;
}
.recruitBlock4 .effect{
    position: absolute;
    bottom: -98px;
    right: 6.67vw;
    width: 8.28vw;
}
.recruitBlock4 .recTit1{
    margin: 0 auto 3.54vw;
}
.recruitBlock4 .recruitBlock4Inner{
    width: 62.6vw;
    max-width: 1202px;
    margin: 0 auto;
}
.recruitBlock4 .Employee1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2vw;
    margin-bottom: 19px;
}
.recruitBlock4 .Employee1 li{
    background-color: #FDFDFD;
    border: 2px solid #383838;
    border-radius: 20px;
    position: relative;
}
.recruitBlock4 .Employee1 li .num{
    font-size: 4.27vw;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Jost", sans-serif;
    color: #fff;
    -webkit-text-stroke: 3px #000000;
    paint-order: stroke;
    position: absolute;
    top: 0;
    left: 3%;
}
.recruitBlock4 .Employee1 li{
    padding: 3.7vw 6% 2.55vw 4%;
    align-items: center;
}
.recruitBlock4 .Employee1 li .left{
    width: 38%;
}
.recruitBlock4 .Employee1 li .right{
    width: 62%;
    padding-left: 3%;
    box-sizing: border-box;
}
.recruitBlock4 .Employee1 li h3{
    font-size: 1.04vw;
    font-weight: 700;
    line-height: 25px;
    color: #10AD64;
    margin-bottom: 16px;
}
.recruitBlock4 .Employee1 li .right p{
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}
.recruitBlock4 .Employee2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.89vw;
    margin-bottom: 32px;
}
.recruitBlock4 .Employee2 li{
    background-color: #FDFDFD;
    border: 2px solid #383838;
    border-radius: 20px;
    height: 98px;
    align-items: center;
    padding-left: 5%;
}
.recruitBlock4 .Employee2 .num{
    font-size: 2.45vw;
    font-weight: 700;
    -webkit-text-stroke: 3px #000000;
    paint-order: stroke;
    letter-spacing: 0;
    color: #fdfdfd;
    margin-right: 15%;
    font-family: "Jost", sans-serif;
}
.recruitBlock4 .Employee2 h3{
    font-size: 1.04vw;
    font-weight: 700;
    color: #10AD64;
}
.recruitBlock4 .EmployeeDetail{
    display: flex;
    border: 1px solid #383838;
    background-color: #fdfdfd;
    border-radius: 20px;
    overflow: hidden;
}
.recruitBlock4 .EmployeeDetail .left{
    width: 22%;
    background-color: #18C172;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.recruitBlock4 .EmployeeDetail .left img{
    display: block;
    margin-bottom: 25px;
}
.recruitBlock4 .EmployeeDetail .left p{
    font-size: 1.04vw;
    font-weight: 700;
    color: #FFFFFF;
}
.recruitBlock4 .EmployeeDetail .right{
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    padding: 2.81vw 5%;
    box-sizing: border-box;
    gap: 20px 4%;
}
.recruitBlock4 .EmployeeDetail .right li{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #AEAEAE;
    width: 29%;
    font-size: 15px;
    font-weight: 500;
}
.recruitBlock4 .EmployeeDetail .right li.full{
    width: max-content;
}
.recruitBlock4 .EmployeeDetail .right li img{
    display: block;
    margin-right: 8px;
}
.recruitBlock5{
    width: 96.3vw;
    max-width: 1849px;
    background-color: #F7F4E6;
    padding: 5.57vw 3.54vw 4.32vw 7.34vw;
    box-sizing: border-box;
    border-radius: 0 20px 20px 0;
    position: relative;
    margin-bottom: 11.41vw;
}
.recruitBlock5 .fukidashi{
    position: absolute;
    top: -2.66vw;
    left: 50%;
    transform: translateX(-50%);
}
.recruitBlock5 ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.14vw;
}
.recruitBlock5 li .flowArrow{
    height: 81px;
    color: #fff;
    font-weight: 700;
    font-size: 1.46vw;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 50%, calc(100% - 38px) 100%, 0 100%);
    margin-bottom: 1.3vw;
}
.recruitBlock5 li.no1 .flowArrow{
    background-color: #18C172;
}
.recruitBlock5 li.no2 .flowArrow{
    background-color: #129457;
}
.recruitBlock5 li.no3 .flowArrow{
    background-color: #0D663C;
}
.recruitBlock5 li .flowBox{
    position: relative;
}
.recruitBlock5 li .flowBox p{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.94);
    height: 88px;
    border-radius: 6px;
    width: 97%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruitBlock5 li .flowBox p br.sp{
    display: none;
}
.recruitBlock6{
    position: relative;
}
.recruitBlock6 .effect.left{
    position: absolute;
    top: -11.41vw;
    left: 5%;
    width: 16.72vw;
}
.recruitBlock6 .effect.right{
    position: absolute;
    top: -11.41vw;
    right: 0;
    width: 14.95vw;
}
.recruitBlock6 .recTit1{
    margin: 0 auto 4.9vw;
}
.interviewList.pc{
    width: 62.1vw;
    max-width: 1192px;
    margin: 0 auto 5.83vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.35vw;
}
.interviewListWrap.sp{
    display: none;
}
.interviewList li{
    background-color: #FFFFFF;
    border: 2px solid #383838;
    box-shadow: 3px 4px 0 #383838;
    border-radius: 20px;
}
.interviewList li a{
    position: relative;
    display: block;
    border-radius: 20px;
    padding-bottom: 24px;
}
.interviewList li .sindan{
    position: absolute;
    top: -1.72vw;
    right: -10px;
    width: 127px;
    z-index: 3;
    opacity: 1;
}
.interviewList li .thumb{
    border-radius: 20px 20px 0 0;
    display: block;
    margin-bottom: 1.41vw;
}
.interviewList li .txtBox{
    width: 85%;
    margin: 0 auto;
}
.interviewList li .txtBox h3{
    font-size: 1.04vw;
    font-weight: 700;
    color: #383838;
    margin-bottom: 8px;
    letter-spacing: 0;
    height: 80px;
    line-height: 1.4;
}
.interviewList li .txtBox .join{
    font-size: 15px;
    font-weight: 500;
    color: #18C172;
}
.interviewList li .linkIcon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #383838;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    right: 3%;
    transition: .3s;
}
.interviewList li a:hover .linkIcon{
    transform: scale(1.2);
}
.interviewList li .linkIcon span{
    width: 19px;
    height: 16px;
    background: url('/wp-content/themes/a/img/recruit/icon_interviewList.svg') no-repeat center;
    background-size: cover;
}
.recruitBlock6Inner{
    width: 62.1vw;
    max-width: 1192px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.46vw;
}
.recruitBlock6Inner .box1{
    position: relative;
    padding-top: 40px;
}
.recruitBlock6Inner .box1 .fukidashi{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    width: max-content; 
    z-index: 1;
}
.recruitBlock6Inner .box1 .fukidashi .icon{
    display: block;
    margin-right: 15px;
}
.recruitBlock6Inner .box1 .fukidashi .txtBox{
    align-items: center;
}
.recruitBlock6Inner .box1 .fukidashi .title{
    font-size: 20px;
    white-space: nowrap;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #fff;
}
.recruitBlock6Inner .box1 .fukidashi .subTxt{
    font-size: 16px;
}
.recruitBlock6Inner .box1 .fukidashi .subTxt br.sp{
    display: none;
}
.recruitBlock6Inner .box1Inner{
    background-color: #fff;
    border: 1px solid #383838;
    position: relative;
    min-height: 168px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruitBlock6Inner .box1 ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    width: 94%;
}
.recruitBlock6Inner .box1 ul li{
    height: 48px;
    background-color: #D0F3DB;
    border: 1px solid #99EAB3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}
.recruitBlock6Inner .box1 ul li br.sp{
    display: none;
}
.recruitBlock7{
    margin-bottom: 7.92vw;
}
.recruitBlock7 .recTit1{
    margin: 0 auto 3.13vw;
}
.QAList{
    width: 54.48vw;
    max-width: 1047px;
    margin: 0 auto 5.21vw;
}
.QABox{
    background-color: #18C172;
    border: 1px solid #383838;
    border-radius: 101px;
    margin-bottom: 16px;
    transition: .1s;
}
.QABox.on{
    border-radius: 51px;
}
.QABox .iconTxt{
    font-size: 2.08vw;
    font-weight: 700;
    -webkit-text-stroke: 3px #000000;
    paint-order: stroke;
    font-family: "Jost", sans-serif;
    margin-right: 1.15vw;
}
.QBox {
    align-items: center;
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 101px;
    padding: 14px 0 14px 3%;
    position: relative;
    cursor: pointer;
}
.QABox:nth-child(odd) .QBox .iconTxt{
    color: #18C172;
}
.QABox:nth-child(even) .QBox .iconTxt{
    color: #FFD21F;
}
.QBox p{
    font-size: 1.04vw;
    font-weight: 700;
}
.QBox p br.sp{
    display: none;
}
.QBox .openIcon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #383838;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    background: url('/wp-content/themes/a/img/recruit/icon_qaOpen.svg') no-repeat center;
    background-size: contain;
}
.QABox.on .QBox .openIcon{
    background: url('/wp-content/themes/a/img/recruit/icon_qaClose.svg') no-repeat center;
    background-size: contain;
}
.ansBox{
    padding: 0 15% 0 3%;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    box-sizing: border-box;
}
.QABox.on .ansBox{
    max-height: 500px;
    padding: 1.67vw 15% 1.67vw 3%;
}
.ansBox .iconTxt{
    color: #fff;
}
.ansBox p{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.recruitBlock7Inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25vw;
    width: 56.67vw;
    max-width: 1088px;
    margin: 0 auto 24px;
}
.companyBnr{
    display: block;
    width: 27.71vw;
    max-width: 532px;
    margin: 0 auto;
}
footer{
    background-color: #FFFDF3;
}
.recruitMemberBlock{
    width: 57.29vw;
    max-width: 1100px;
    margin: 0 auto 29px;
}
.recruitMemberBlock .recTit1{
    margin: 0 auto 3.28vw;
}
.recruitMemberBlock .recTit1 h2{
    text-align: center;
}
.recruitMemberBlock .selectBtn{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.recruitMemberBlock .selectBtn div{
    padding: 17px 62px;
    background-color: #383838;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 8px;
    border-radius: 6px;
}
.recruitMemberBlock .selectBtn div:last-child{
    margin-right: 0;
}
.recruitMemberBlock .selectBtn div.active{
    background-color: #fff;
    color: #000;
    border: 2px solid #383838;
    border-bottom: none;
    border-radius: 6px 6px 0 0 ;
    padding-bottom: 25px;
}
.recruitMemberBlock .recruitDetail{
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #383838;
    box-shadow: 3px 4px 0 #383838;
    overflow: hidden;
    display: none;
}
.recruitMemberBlock .recruitDetail.active{
    display: block;
    opacity: 1;
    transition: .3s;
}
.recruitMemberBlock .recruitDetail li{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #383838;
}
.recruitMemberBlock .recruitDetail li:last-child{
    border-bottom: none;
}
.recruitMemberBlock .recruitDetail li .title{
    width: 22%;
    box-sizing: border-box;
    background-color: #D0F3DB;
    border-right: 2px solid #383838;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-self: stretch;
    padding: 1.61vw 0 0 3%;
}
.recruitMemberBlock .recruitDetail li .title br.sp{
    display: none;
}
.recruitMemberBlock .recruitDetail li .text{
    width: 78%;
    font-size: 15px;
    font-weight: 500;
    padding-left: 5%;
    box-sizing: border-box;
    padding: 1.61vw 3% 1.41vw;
}
.recruitMemberBlock .recruitDetail li .title br.sp,
.recruitMemberBlock .recruitDetail li .text br.sp{
    display: none;
}
.textSlideWrap .swiper-wrapper{
    transition-timing-function: linear;
}
.textSlideWrap .swiper-slide{
    font-size: 8.18vw;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke;
    color:transparent;
    white-space: noWrap;
    letter-spacing: 0;
}
.entryContactWrap{
    width: 57.29vw;
    max-width: 1100px;
    margin: -9.38vw auto 10.42vw;
    position: relative;
    z-index: 1;
}
.entryContactWrap h2{
    font-size: 8.18vw;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #fff;
    text-align: center;
    -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
}
.entryContactWrap .note{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 4.12vw;
    text-align: center;
}
.entryContactWrap .note br.sp{
    display: none;
}
.entryTel{
    background-color: #fff;
    border: 2px solid #383838;
    position: relative;
    height: 172px;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 32px;
}
.entryTel .iconWrap{
    width: 82px;
    height: 82px;
    background-color: #383838;
    border-radius: 0 0 42px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entryTel .iconWrap img{
    width: 24px;
}
.entryTelInner{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.entryTelInner .left{
    margin-right: 22%;
    font-size: 1.25vw;
    font-weight: 700;
}
.entryTelInner .right{
    display: block;
    font-size: 2.45vw;
    font-weight: 700;
    color: #10AD64;
    font-family: "Jost", sans-serif;
}
.entryTelInner .right span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: -10px;
}
.entryFonrmWrap{
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 10px;
    position: relative;
    padding: 5.26vw 11% 5.89vw;
}
.entryFonrmWrap .iconWrap{
    width: 82px;
    height: 82px;
    background-color: #383838;
    border-radius: 0 0 42px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entryFonrmWrap .noteBox{
    display: flex;
    align-items: center;
    margin-bottom: 2.92vw;
}
.entryFonrmWrap .noteBox .titTxt{
    font-size: 1.25vw;
    font-weight: 700;
    margin-right: 22%;
}
.entryFonrmWrap .noteBox .text{
    font-size: 15px;
    font-weight: 500;
} 
.inputContent{
    margin-bottom: 54px;
}
.inputContent li{
    padding: 40px 0 33px;
    border-bottom: 1px solid #C7C7C7;
    align-items: center;
}
.inputContent li.reiBox{
    padding: 27px 0 4px;
}
.inputContent li .title{
    width: 38%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
}
.inputContent li .title span{
    display: block;
    background-color: #E22C2C;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    margin-right: 7px;
}
.inputContent li .inputWrap{
    width: 62%;
}
.wpcf7-list-item.first{
    margin-left: 0;
}
.inputContent li input[type="text"],
.inputContent li input[type="tel"],
.inputContent li input[type="email"],
.inputContent li textarea{
    background-color: #F4F4F4;
    border: 1px solid #383838;
    width: 100%;
    padding: 10px 21px;
    box-sizing: border-box;
}
.inputContent li .rei{
    font-size: 15px;
    font-weight: 500;
    color: #aaa;
    margin-top: 8px;
}
.apply{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 41px;
}
.subMitBtn{
    width: 100%;
    max-width: 448px;
    height: 83px;
    border-radius: 53px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.subMitBtn p{
    width: 100%;
    height: 100%;
}
.subMitBtn input[type="submit"]{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #383838;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    padding: 20px 0;
    background: #fff;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
}
.entryFonrmWrap .subMitBtn .iconWrap{
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5%;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.entryFonrmWrap .subMitBtn .iconWrap span{
    display: block;
    width: 19px;
    height: 16px;
    background: url('/wp-content/themes/a/img/recruit/subMitArrow.svg') no-repeat center;
    background-size: contain;
}
.footerBoxWrap{
    position: relative;
}
.footerBoxWrap:after{
    background: url('/wp-content/themes/a/img/recruit/bg_green.svg');
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footerBox{
    background-color: #FFFDF3;
    padding: 9.53vw 0 4.74vw 7.08vw;
    border-radius: 20px 20px 0 0 ;
    position: relative;
    z-index: 1;
}
.footerBox .subTitImg{
    width: 47.45vw;
    display: block;
    margin-bottom: 123px;
}
.footerBox .logo{
    align-items: flex-end;
    margin-bottom: 38px;
}
.footerBox .logo img{
    display: block;
    margin-right: 24px;
}
.footerBox .logo p{
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #18C172;
    letter-spacing: 2%;
    -webkit-text-stroke: 1px #484848;
    paint-order: stroke;
}
.footerBox .logo p.sp{
    display: none;
}
.footerBox .footerNav{
    margin-bottom: 18px;
}
.footerBox .footerNav li{
    margin-right: 34px;
}
.footerBox .footerNav li:last-child{
    margin-right: 0;
}
.footerBox .footerNav li a{
    font-size: 15px;
    font-weight: 700;
}
.footerBox .otherLinks{
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.footerBox .otherLinks a{
    display: flex;
    font-size: 15px;
    font-weight: 700;
    margin-right: 38px;
}
.footerBox .otherLinks a:last-child{
    margin-right: 0;
}
.footerBox .entryLinks a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    height: 75px;
    border-radius: 73px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 3px 4px 0 #383838;
    margin-right: 1.41vw;
    position: relative;
}
.footerBox .entryLinks a:hover{
    transform: translate(3px,4px);
    box-shadow: none;
}
.footerBox .entryLinks a:last-child{
    margin-right: 0;
}
.footerBox .entryLinks .rule{
    background-color: #494949;
    color: #fff;
    border: 2px solid #fff;
}
.footerBox .entryLinks .rule .iconWrap{
    width: 29px;
    height: 29px;
    background: url('/wp-content/themes/a/img/recruit/icon_rule.svg') no-repeat center;
    background-size: contain;
    display: block;
    margin-right: 14px;
}
.footerBox .entryLinks .entry{
    background-color: #FFD21F;
    color: #383838;
    border: 2px solid #383838;
}
.footerBox .entryLinks .entry .iconWrap{
    width: 26px;
    height: 33px;
    background: url('/wp-content/themes/a/img/recruit/icon_tree.svg') no-repeat center;
    background-size: contain;
    display: block;
    margin-right: 16px;
}
.footerBox .right{
    width: 49vw;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footerBox .right.sp{
    display: none;
}
.footerBox .backTop{
    background-color: #fff;
    border: 1px solid #383838;
    border-radius: 36px;
    width: 124px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: -20px;
    right: 7%;
}
.footerBox .backTop .iconWrap{
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #383838;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerBox .backTop .iconWrap span{
    width: 10px;
    height: 9px;
    background: url('/wp-content/themes/a/img/recruit/icon_interviewList.svg') no-repeat center;
    background-size: cover;
    transform: rotate(-90deg);
    display: block;
}
.pageRecSub{
    padding-bottom: 12.29vw;
    padding-top: 10.92vw;
}
.subMv{
    width: 63.07vw;
    max-width: 1211px;
    margin: 0 auto 8.23vw;
    position: relative;
}
.subMv .left{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.subMv .left .numWrap{
    width: fit-content;
}
.subMv .left .numWrap .title{
    font-size: 1.93vw;
    -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
    font-weight: 600;
    color: #ffff;
    font-family: "Jost", sans-serif;
    text-align: center;
    margin-bottom: -60px;
}   
.subMv .left .numWrap .num{
     font-size: 8.39vw;
     -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
    font-weight: 700;
    color: #ffff;
    font-family: "Jost", sans-serif;
    letter-spacing: 0;
}
.subMv .left h2{
    line-height: 76px;
    margin-bottom: 2.14vw;
}
.subMv .left h2 span{
    font-size: 1.88vw;
    font-weight: 700;
    -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
    color: #fff;
    background-color: #fff;
    padding: 13px 0.5em;
    background-color: #18C172;
    border-radius: 6px;
    border: 2px solid #383838;
    text-shadow: 4px 4px 0 #383838;
    display: block;
    width: fit-content;
    margin-bottom: 8px;
}
.subMv .left h2 span:last-child{
    margin-bottom: 0;
}
.subMv .left .interviwer{
    font-size: 18px;
    font-weight: 500;
}
.subMv .right{
    width: 42.29vw;
    margin: 0 0 0 auto;
    position: relative;
}
.subMv .right .eye{
    border: 2px solid #383838;
    border-radius: 20px;
}
.subMv .right .effect{
    position: absolute;
    top: -58px;
    right: -66px;
}
.subMv .right .pankuzu{
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
    margin: 5px 0 0 auto;
    align-items: center;
}
.subMv .right .pankuzu img{
    display: block;
    margin: 0 0.5em;
}
.interviewBlock1Contaciner{
    position: relative;
}
.interviewBlock1Contaciner .effect{
    position: absolute;
}
.interviewBlock1Contaciner .effect.top{
    top: 0;
    right: 0;
    width: 10.10vw;
}
.interviewBlock1Contaciner .effect.mid{
    top: 30%;    
    left: 0;
    width: 5.21vw;
}
.interviewBlock1Contaciner .effect.bottom.right{
    bottom: 50%;
    right: 5%;
    width: 10.42vw;
}
.interviewBlock1Contaciner .effect.bottom.left{
    bottom: 23%;
    left: 1%;
    width: 13.44vw;
}
.interviewBlock1{
    width: 63.07vw;
    max-width: 1211px;
    margin: 0 auto 3.65vw;
}
.interviewBlock1 .box1{
    margin-bottom: 6.3vw;
    align-items: center;
}
.interviewBlock1 .box1.last{
    margin-bottom: 9.48vw;
}
.interviewBlock1 .box1 img{
    display: block;
    width: 50%;
    border: 2px solid #383838;
    border-radius: 20px;
}
.interviewBlock1 .box1 .txtBox{
    width: 50%;
    padding: 0 1% 0 5%;
    box-sizing: border-box;
}
.interviewBlock1 .box1:nth-child(2) .txtBox{
    padding: 0 5% 0 0;
}
.interviewBlock1 .box1 .txtBox .text{
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
}
.interviewBlock1 .iconTxt{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #383838;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Jost", sans-serif;
}
.interviewBlock1 .box1 .txtBox .iconTxt{
    margin-bottom: 0.89vw;
}
.interviewBlock1 .box1 .txtBox h3{
    font-size: 1.25vw;
    font-weight: 700;
    margin-bottom: 1.25vw;
}
.interviewBlock2{
    margin: 0 auto 12.29vw;
}
.interviewBlock1 .box2{
    position: relative;
    margin-bottom: 5.16vw;
}
.interviewBlock1 .box2 img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    object-fit: cover;
}
.interviewBlock1 .box2 .box2Inner{
    width: 100%;
    justify-content: space-between;
}
.interviewBlock1 .box2 .box2Inner:nth-child(2){
    margin-bottom: 50px;
}
.interviewBlock1 .box2 .box2Content{
    position: relative;
    width: 20.63vw;
    aspect-ratio: 396 / 255;
    padding: 40px 2%;
    border: 2px solid #383838;
    box-sizing: border-box;
    border-radius: 20px;
}
.interviewBlock1 .box2 .box2Content.green{
    background: rgba(125,231,208,0.88);
}
.interviewBlock1 .box2 .box2Content.orange{
    background: rgba(245,198,104,0.88);
}
.interviewBlock1 .box2 .box2Content.yellow{
    background: rgba(213,235,140,0.88);
}
.interviewBlock1 .box2 .box2Content.blue{
    background: rgba(160,188,226,0.88);
}
.interviewBlock1 .box2 .box2Content .iconTxt{
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}
.interviewBlock1 .box2 .box2Content h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0;
    text-align: center;
}
.interviewBlock1 .box2 .box2Content h3 br.sp{
    display: none;
}
.interviewBlock1 .box2 .box2Content .text{
    font-size: 15px;
    font-weight: 500;
}
.scheduleBox{
    border: 2px solid #383838;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 50.26vw;
    max-width: 965px;
    margin: 0 auto;
    padding-bottom: 2.29vw;
}
.scheduleBox .titTxt{
    background-color: #18C172;
    text-align: center;
    text-shadow: 4px 4px 0 #383838;
    -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 18px 0 0 0;
    margin-bottom: 31px;
}
.scheduleBox .titTxt span{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #F7FFA4;
}
.scheduleBox .schedule{
    padding: 0 7% 0 11%;
    justify-content: space-between;
}
.scheduleBox .schedule li{
    padding-bottom: 28px;
    padding-left: 17px;
    border-left: 1px solid #383838;
    position: relative;
}
.scheduleBox .schedule li::before{
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #18C172;
    position: absolute;
    top: 0;
    left: -8.5px;
}
.scheduleBox .schedule li:last-child{
    padding-bottom: 0;
    border-left: none;
}
.scheduleBox .schedule .time{
    font-size: 20px;
    font-weight: 500;
    color: #10AD64;
    margin-right: 2.03vw;
    line-height: 1;
}
.scheduleBox .schedule .txtBox h4{
    font-size: 15px;
    font-weight: 700;
}
.scheduleBox .schedule .txtBox p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}
.kyariaBox{
    position: relative;
    padding-top: 17.08vw;
    margin-bottom: 10.42vw;
}
.kyariaBox .effect{
    position: absolute;
    top: -12%;
    right: 5%;
    width: 17.76vw;
}
.kyariaBox .kyaria{
    width: 50.26vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.kyariaBox .box{
    position: relative;
}
.kyariaBox .box img{
    border-top: 2px solid #383838;
    border-bottom: 2px solid #383838;
}
.kyariaBox .box .txtBox{
    width: 31.51vw;
    position: absolute;
    top: 50%;
    left: 18.75vw;
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 20px;
    padding: 3.65vw 3% 2.81vw;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.kyariaBox .box .txtBox .titTxt{
    font-size: 1.88vw;
    font-weight: 700;
    color: #18C172;
    text-shadow: 4px 4px 0 #383838;
    -webkit-text-stroke: 4px #383838;
    paint-order: stroke;
    text-align: center;
    margin-bottom: 1.82vw;
}
.kyariaBox .box .txtBox .text{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
}
.pageRecSub .interviewBlock2{
    margin-bottom: 0;
}
.pageRecSub .interviewBlock2 .recTit1{
    margin: 0 auto 4.9vw;
}
.pageRecSub .interviewBlock2 .interviewList{
    margin-bottom: 0;
}
.bg_green{
    position: relative;
    z-index: 1;
}
.bg_green.no1{
    margin-bottom: 10.42vw;
    padding-bottom: 9.58vw;
}
.bg_green.no2{
    margin-bottom: 7.76vw;
    padding-bottom: 6.93vw;
}
.bg_green.no3{
    padding-bottom: 1px;
}
.bg_green.no1 .effect.left{
    position: absolute;
    bottom: -200px;
    left: 2.08vw;
    width: 15.31vw;
}
.bg_green.no1 .effect.right{
    position: absolute;
    bottom: -125px;
    right: 0;
    width: 18.28vw;
}
.bg_green.no2 .effect.left.bottom{
    position: absolute;
    bottom: -154px;
    left: 0;
    width: 18.75vw;
}
.bg_green.no2 .effect.right.bottom{
    position: absolute;
    top: 100%;
    right: 10%;
    width: 13.65vw;
}
.bg_green:after{
    display: block;
    content: "";
    background: url('/wp-content/themes/a/img/recruit/bg_green.svg');
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.bg_green.no1:after{
    height: 90%;
}
.bg_green.no2:after{
    height: 63%;
}
.bg_green.no3:after{
    height: 85%;
}
.entryContainer{
    position: relative;
}
.entryContainer .effect.left{
    position: absolute;
    top: 0;
    left: 6.41vw;
    z-index: 5;
    width: 16.25vw;
}
.entryContainer .effect.right{
    position: absolute;
    top: 0;
    right: 6.41vw;
    z-index: 5;
    width: 16.61vw;
}
.otherHeader{
    position: fixed;
    top: -100%;
    left: 0;
    transition: .3s;
}
body.down .otherHeader{
    top: 0;
}
.otherHeader .titWrap{
    align-items: center;
}
.otherHeader .titWrap h1{
    width: 174px;
}
.otherHeader .titWrap .subTit{
    font-size: 12px;
    font-weight: 500;
    color: #383838;
    padding: 5px 22px;
    border: 1px dashed #000;
    border-radius: 40px;
    margin-left: 21px;
}
.spPager{
    display: none;
}
.pageRecSub .hoverLinkBox .instaLInk{
    display: none;
}
.kyariaBox .box img.sp{
    display: none;
}
.wpcf7-not-valid-tip{
    font-size: 14px !important;
    font-weight: 500 !important;
}
@media (width < 1600px){
    .mv.pc .effect.left{
        left: 5%;
    }
    .mv.pc .effect.right{
        right: 5%;
    }
    .serviceDetail .box .title{
        margin-bottom: -30px;
    }
    .recruitBlock6Inner{
        grid-template-columns: 1fr;
    }
}
@media (width < 1440px){
    .recruitBlock1{
        width: 90%;
        margin: 0 0 120px auto;
    }
    .recruitBlock2Inner{
        width: 90%;
    }
    .recruitBlock2Inner .left{
        width: 50%;
    }
    .recruitBlock2Inner .right{
        width: 50%;
    }
    .serviceDetail .box{
        flex-direction: column;
    }
    .serviceDetail .box img.pc{
        display: none;
    }
    .serviceDetail .left .box img.sp,
    .serviceDetail .right .box img.sp{
        display: block;
        width: 100%;
        margin-bottom: 16px;
        order: 2;
    }
    .serviceDetail .left .box .txtBox{
        width: 100%;
    }
    .serviceDetail .right .box.no1 .txtBox{
        width: 100%;
        display: contents;
    }
    .serviceDetail .right .box.no2 .txtBox{
        width: 100%;
        display: contents;
    }
    .serviceDetail{
        flex-direction: column;
        width: 90%;
    }
    .serviceDetail .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .serviceDetail .right{
        width: 100%;
    }
    .serviceDetail .right .box.no1{
        margin-bottom: 40px;
    }
    .recruitBlock3 .strongList{
        width: 90%;
        max-width: 90%;
    }
    .recruitBlock3 .strongPointWrap{
        width: 90%;
        max-width: 90%;
    }
    .recruitBlock4 .recruitBlock4Inner{
        width: 90%;
        max-width: 90%;
    }
    .recruitBlock5{
        padding: 5.57vw 5% 4.32vw;
    }
    .recruitBlock5 li .flowBox p{
        font-size: 16px;
    }
    .interviewList{
        width: 90%;
        max-width: 90%;
    }
    .recruitBlock6Inner{
        width: 90%;
        max-width: 90%;
    }
    .QAList{
        width: 90%;
        max-width: 90%;
    }
    .recruitMemberBlock{
        width: 90%;
        max-width: 90%;
    }
    .entryContactWrap{
        width: 90%;
        max-width: 90%;
    }
    .QBox p{
        font-size: 16px;
    }
    .QBox .openIcon{
        right: 1%;
    }
    .entryTelInner .left{
        font-size: 20px;
    }
    .entryFonrmWrap .noteBox .titTxt{
        font-size: 20px;
        margin-right: 10%;
    }
    .serviceDetail .left .box .txtBox{
        display: contents;
    }
    .serviceDetail .left .box img{
        order: 2;
    }
    .serviceDetail .left .box h3{
        order: 1;
    }
    .serviceDetail .left .box .innerBoxWrap{
        order: 3;
        width: 100%;
    }
    .serviceDetail .box .num{
        font-size: 70px;
    }
    .serviceDetail .box .title{
        font-size: 20px;
    }
    .serviceDetail .left .box{
        padding: 32px 5% 36px;
    }
    .serviceDetail .box .title{
        margin-bottom: -30px;
    }
    .serviceDetail .left{
        margin-bottom: 16px;
    }
    .serviceDetail .right .box{
        padding: 40px 5% 22px;
    }
    .serviceDetail .right .box.no1{
        margin-bottom: 16px;
    }
    .serviceDetail .right .box.no2{
        padding-top: 25px;
    }
    .serviceDetail .right .box .txtBox{
        padding: 0;
    }
    .serviceDetail .right .box .txtBox h3{
        order: 1;
        width: max-content;
        margin: 0 auto 8px;
    }
    .serviceDetail .right .box.no2 .txtBox h3{
        line-height: 26px;
        margin-bottom: 13px;
    }
    .serviceDetail .right .box .txtBox p{
        order: 3;
    }
    .entryTelInner .right{
        font-size: 38px;
    }
    .scheduleBox{
        width: 100%;
        max-width: 100%;
    }
    .scheduleBox .schedule{
        padding: 0 5%;
    }
}
@media (width < 1280px) {
    header.pc{
        display: none;
    }
    header.otherHeader{
        display: none;
    }
    header.sp{
        display: flex;
        padding: 10px 3% 10px 4%;
        box-sizing: border-box;
        position: fixed;
        z-index: 997;
        top: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 2px solid #000;
    }
    header.sp .titWrap{
        align-items: baseline;
    }
    header.sp h1{
        width: 100px;
        margin-right: 9px;
    }
    header.sp .titWrap .subTit{
        font-size: 10px;
        font-weight: 500;
        color: #000;
    }
    header.sp > .rule{
        width: 93px;
        height: 40px;
        border-radius: 88px;
        background-color: #18C172;
        border: 1px solid #383838;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 0 auto;
    }
    header.sp > .rule .icon{
        width: 19px;
        height: 19px;
        display: block;
        margin-right: 7px;
        background: url('/wp-content/themes/a/img/recruit/icon_rule.svg') no-repeat center;
        background-size: contain;
    }
    header.sp > .rule img{
        display: block;
        margin-left: 4px;
    }
    .hbWrap{
        width: 40px;
        height: 40px;
        margin: 0 0 0 12px;
    }
    .hbBtn{
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #000;
        border-radius: 50%;
    }
    .hbBtn span{
        display: block;
        width: 21px;
        height: 4px;
        border: 1px solid #fff;
        border-radius: 11px;
        margin-bottom: 4px;
        box-sizing: border-box;
        transition: .3s;
    }
    .hbBtn span:last-child{
        margin-bottom: 0;
    }
    .hbWrap.on .hbBtn span:nth-child(1){
        transform: rotate(30deg);
        margin-bottom: -4px;
    }
    .hbWrap.on .hbBtn span:nth-child(2){
        display: none;
    }
    .hbWrap.on .hbBtn span:nth-child(3){
        transform: rotate(-30deg);
    }
    .hbMenu{
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        position: fixed;
        z-index: 998;
        top: 0;
        left: 100%;
        background-color: #FFFDF3;
        transition: .3s;
        padding: 60px 5% 100px;
        overflow-y: scroll;
    }
    .hbMenu .titWrap{
        margin-bottom: 80px;
        align-items: baseline;
    }
    .hbMenu .titWrap .logo{
        width: 200px;
        margin-right: 12px;
    }
    .hbMenu nav{
        margin-bottom: 80px;
    }
    .hbMenu nav li{
        border-bottom: 1px solid #383838;
        margin-bottom: 20px;
    }
    .hbMenu nav li:last-child{
        margin-bottom: 0;
    }
    .hbMenu nav li a{
        padding: 20px 0;
        display: block;
        font-size: 20px;
        font-weight: 700;
    }
    .hbMenu nav li a:first-child{
        padding-top: 0;
    }
    .hbMenu .entryLinks{
        margin-bottom: 80px;
    }
    .hbMenu .entryLinks a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 157px;
        height: 61px;
        border-radius: 73px;
        font-size: 16px;
        font-weight: 700;
        box-shadow: 3px 4px 0 #383838;
        margin-right: 1.41vw;
        position: relative;
    }
    .hbMenu .entryLinks .rule{
        background-color: #494949;
        color: #fff;
        border: 2px solid #fff;
    }
    .hbMenu .entryLinks .rule .iconWrap{
        width: 24px;
        height: 24px;
        background: url('/wp-content/themes/a/img/recruit/icon_rule.svg') no-repeat center;
        background-size: contain;
        display: block;
        margin-right: 14px;
    }
    .hbMenu .entryLinks .entry{
        background-color: #FFD21F;
        color: #383838;
        border: 2px solid #383838;
    }
    .hbMenu .entryLinks .entry .iconWrap{
        width: 21px;
        height: 27px;
        background: url('/wp-content/themes/a/img/recruit/icon_tree.svg') no-repeat center;
        background-size: contain;
        display: block;
        margin-right: 13px;
    }
    .hbMenu .otherLinks a{
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .hbMenu .otherLinks a img{
        display: block;
        margin-left: 9px;
    }
    .hbMenu .otherLinks .instaLink{
        display: block;
        width: fit-content;
    }
    .hbMenu .otherLinks .instaLink img{
        margin-left: 0;
    }
    .hbWrap.on .hbMenu{
        left: 0;
    }
    .serviceDetail .box .title{
        margin-bottom: -20px;
    }
    .recruitBlock3 .strongPointWrap li .effect{
        left: -25px;
    }
    .footerBox{
        flex-direction: column;
        padding: 80px 0 103px;
    }
    .footerBox .subTitImg{
        display: none;
    }
    .footerBox .left{
        width: 90%;
        margin: 0 auto 80px;
    }
    .footerBox .right{
        position: static;
        width: 100%;
    }
    .footerBox .right.pc{
        display: none;
    }
    .footerBox .right.sp{
        display: block;
    }
    .recruitBlock3 .strongList li .imgBox .num span{
        margin-bottom: -20px;
    }
    .pageRecSub .effect{
        display: none;
    }
    .subMv{
        width: 90%;
    }
    .subMv .right{
        width: 70%;
    }
    .subMv .left .numWrap .title{
        margin-bottom: -30px;
    }
    .interviewBlock1{
        width: 75%;
    }
    .interviewBlock1 .box2 .box2Content{
        width: 35%;
    }
    .kyariaBox .kyaria{
        width: 75%;
    }
    .kyariaBox{
        padding-top: 38vw;
    }
    .interviewList.pc{
        width: 90%;
        max-width: 90%;
    }
    .interviewBlock1 .box1 .txtBox h3{
        font-size: 24px;
    }
    .entryLink.sp{
        display: block;
    }
    .entryLink.pc{
        display: none;
    }
}
@media (width < 1100px) {
    .mvSlide .swiper-slide{
        width: 65%;
    }
    .entryLink{
        width: 150px;
    }
    .recTit1 h2{
        font-size: 28px;
    }
    .serviceDetail .box h3{
        font-size: 24px;
    }
    .fukidashi p{
        font-size: 24px;
    }
    .recruitBlock3 .strongPointWrap li .memo{
        font-size: 10px;
    }
    .recruitBlock4 .Employee1 li h3{
        font-size: 20px;
    }
    .recruitBlock4 .Employee2 h3{
        font-size: 16px;
    }
    .recruitBlock5 li .flowBox p{
        font-size: 12px;
    }
    .recruitBlock5 .fukidashi{
        top: -4.66vw;
    }
    .interviewList li .txtBox h3{
        font-size: 15px;
    }
    .entryTel .iconWrap{
        width: 46px;
        height: 46px;
        border-radius: 0 0 24px 0;
    }
    .entryTel .iconWrap img{
        width: 13px;
    }
    .entryFonrmWrap{
        padding: 40px 5%;
    }
    .entryFonrmWrap .iconWrap{
        width: 46px;
        height: 46px;
        border-radius: 0 0 24px 0;
    }
    .entryFonrmWrap .iconWrap img{
        width: 17px;
    }
    .recruitBlock4 .Employee1 li{
        flex-direction: column;
        padding: 30px 5%;
    }
    .recruitBlock4 .Employee1 li .left{
        width: 100%;
    }
    .recruitBlock4 .Employee1 li .right{
        width: 100%;
        padding-left: 0;
    }
    .recruitBlock4 .Employee1 li h3 br{
        display: none;
    }
    .recruitBlock4 .Employee2 .num{
        font-size: 38px;
        margin-right: 12px;
    }
    .recruitBlock4 .EmployeeDetail{
        flex-direction: column;
    }
    .recruitBlock4 .EmployeeDetail .left{
        flex-flow: row;
        width: 100%;
        padding: 15px 0;
    }
    .recruitBlock4 .EmployeeDetail .left img{
        margin-bottom: 0;
        margin-right: 4px;
        width: 27px;
    }
    .recruitBlock4 .EmployeeDetail .left p{
        font-size: 20px;
    }
    .recruitBlock4 .EmployeeDetail .right{
        width: 100%;
        padding: 24px 5% 19px;
    }

}
@media (width < 1024px){
    .mv.pc .effect.right{
        width: 113px;
    }
    .mv.pc .effect.left{
        width: 163px;
    }
    .recruitBlock1{
        flex-direction: column;
        margin: 0 auto 80px;
        width: 90%;
        padding-top: 67px;
    }
    .recruitBlock1 .effect.pc{
        display: none;
    }
    .recruitBlock1 .effect.sp{
        display: block;
    }
    .recruitBlock1 .effect.sp.top{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .recruitBlock1 .effect.sp.mid{
        position: absolute;
        top: 45%;
        left: -6%;
    }
    .recruitBlock1 .left{
        width: 100%;
        margin-bottom: 46px;
    }
    .recruitBlock1 .left p{
        text-align: center;
        font-size: 15px;
    }
    .recruitBlock1 .right.pc{
        display: none;
    }
    .recruitBlock1 .right.sp{
        display: block;
        width: 76%;
        margin: 0 auto;
    }
    .recruitBlock2Inner{
        width: 76%;
        margin: 0 auto 32px;
        flex-direction: column;
    }
    .recruitBlock2Inner .left{
        width: 100%;
        margin-bottom: 32px;
    }
    .recruitBlock2Inner .right{
        width: 100%;
    }
    .recruitBlock2Inner .right.pc{
        display: none;
    }
    .recruitBlock2Inner .right.sp{
        display: block;
    }
    .recruitBlock2Inner .left .recTit1{
        margin: 0 auto 32px;
    }
    .serviceDetail .left .box .numWrap{
        right: auto;
        left: 5%;
    }
    .serviceDetail .left .box img.sp, 
    .serviceDetail .right .box img.sp{
        position: relative;
        z-index: 2;
    }
    .serviceDetail .box .title{
        margin-bottom: -30px;
    }
    .serviceDetail .right .box .numWrap{
        right: auto;
        left: 5%;
        top: 20px;
    }
    .recruitBlock3 .strongList li .imgBox .num{
        display: none;
    }
    .recruitBlock3 .strongList li .imgBox{
        padding-bottom: 16px;
    }
    .recruitBlock3 .strongList li .txtBox h3{
        text-align: center;
    }
    .recruitBlock3 .strongList li .txtBox h3 br{
        display: inline;
    }
    .recruitBlock3 .strongPointWrap ul{
        gap: 8px;
    }
    .recruitBlock5 ul{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .recruitBlock5 li{
        display: flex;
        align-items: stretch;
    }
    .recruitBlock5 li .flowArrow{
        width: 56px;
        margin-bottom: 0;
        height: auto;
        clip-path: polygon(
          0 0,
          100% 0,
          100% calc(100% - 16px),
          50% 100%,
          0 calc(100% - 16px)
        );
        writing-mode: vertical-rl;
        text-orientation: upright;
        margin-right: 13px;
        font-size: 15px;
    }
    .recruitBlock5 .fukidashi{
        position: static;
        margin: 0 auto 32px;
        transform: translateX(0);
    }
    .recruitBlock5 li .flowBox p{
        font-size: 15px;
    }
    .interviewList.pc{
        display: none;
    }
    .interviewListWrap.sp{
        display: block;
        padding-top: 22px;
        margin-bottom: 47px;
    }
    .recruitBlock7Inner{
        width: 90%;
    }
    .companyBnr{
        width: 40%;
    }
    .QBox{
        padding: 16px 3%;
    }
    .QBox .openIcon{
        width: 32px;
        height: 32px;
    }
    .QABox.on{
        border-radius: 30px;
    }
    .QABox.on.line2{
        border-radius: 42px;
    }
    .inputContent li{
        flex-direction: column;
    }
    .inputContent li .title{
        width: 100%;
        margin-bottom: 15px;
    }
    .inputContent li .inputWrap{
        width: 100%;
    }
    .recruitPage{
        padding-top: 149px;
    }
    .spPager{
        width: 163px;
        margin: 0 auto 46px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .spPager .swiper-button-prev,
    .spPager .swiper-button-next{
        position: static;
        width: 44px;
        height: 44px;
        background-color: #383838;
        border-radius: 50%;
        margin: 0;
    }
    .spPager .swiper-button-prev:after{
        transform: rotate(180deg);
        content: url('/wp-content/themes/a/img/recruit/icon_interviewList.svg');
        line-height: 0;
    }
    .spPager .swiper-button-next:after{
        content: url('/wp-content/themes/a/img/recruit/icon_interviewList.svg');
        line-height: 0;
    }
    .spPager .swiper-pagination{
        position: static;
        width: max-content;
    }
    .spPager .swiper-pagination *{
        width: auto;
        font-size: 16px;
        font-weight: 600;
        color: #10AD64;
        font-family: "Jost", sans-serif;
    }
    .recruitBlock6 .recTit1{
        margin-bottom: 24px;
    }
    .bg_green.no1 .effect.left{
        bottom: -80px;
    }
    .interviewBlock1 .box1{
        flex-direction: column;
    }
    .interviewBlock1 .box1 img{
        width: 100%;
        margin-bottom: 32px;
    }
    .interviewBlock1 .box1 .txtBox{
        width: 100%;
        padding: 0;
    }
    .interviewBlock1 .box1:nth-child(2) img{
        order: 1;
    }
    .interviewBlock1 .box1:nth-child(2) .txtBox{
        order: 2;
    }
    .interviewBlock1 .box2 img{
        position: static;
        width: 100%;
        transform: translateX(0);
    }
    .interviewBlock1 .box2 .box2Inner{
        flex-direction: column;
        gap: 13px;
    }
    .interviewBlock1 .box2 .box2Content{
        width: 100%;
        aspect-ratio: auto;
    }
    .interviewBlock1 .box2 .box2Inner:nth-child(2){
        margin-bottom: 13px;
    }
    .scheduleBox .schedule{
        flex-direction: column;
    }
    .scheduleBox .schedule ul:first-child li:last-child{
        padding-bottom: 17px;
        border-left: 1px solid #383838;
    }
    .kyariaBox{
        padding-top: 0;
    }
    .kyariaBox .kyaria{
        position: static;
        transform: translateY(0);
        margin: 0 auto 58px;
        display: block;
    }
    .kyariaBox .box{
        padding-top: 164px;
    }
    .kyariaBox .box .txtBox{
        width: 75%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .QABox.on .ansBox{
        padding: 30px 3% 40px;
    }
    .subMv .left h2 span{
        text-shadow: 2px 3px 0 #383838;
    }
}
@media (width < 820px){
    .entryLink{
        width: 97px;
    }
    .mvSlide .swiper-slide{
        width: 80%;
        aspect-ratio: 315 / 401;
        transform: scale(1);
    }
    .swiper-slide-duplicate-active{
        top: -49px;
        position: relative;
    }
    .hoverLinkBox .instaLInk{
        width: 51px;
        height: 51px;
    }
    .hoverLinkBox .instaLInk .iconWrap{
        width: 25px;
        height: 25px;
    }
    .hoverLinkBox .instaLInk .iconWrap span{
        width: 12px;
        height: 13px;
    }
    .hoverLinkBox{
        right: 3%;
    }
    .recruitBlock6Inner .box1 .fukidashi .subTxt{
        font-size: 10px;
    }
    .serviceDetail .left .box .innerBox p{
        font-size: 15px;
        text-align: justify;
    }
    .serviceDetail .left .box .innerBox{
        margin-bottom: 24px;
    }
    .serviceDetail .left .box .innerBox h4{
        margin-bottom: 16px;
    }
    .serviceDetail .right .box.no2 .txtBox h3{
        margin-left: 35%;
    }
    .serviceDetail .right .box.no1 .numWrap{
        top: 11px;
    }
    .serviceDetail .right .box .txtBox p{
        font-size: 15px;
    }
    .serviceDetail .right .box img{
        border-radius: 10px;
    }
    .recruitBlock2{
        margin-bottom: 54px;
    }
    .recruitBlock3 .recTit1 h2 br{
        display: inline;
    }
    .recruitBlock3 .strongList{
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 48px;
    }
    .recruitBlock3 .strongList li{
        padding: 16px 5% 31px;
    }
    .recruitBlock3 .strongList li .txtBox{
        width: 100%;
    }
    .fukidashi{
        padding: 15px 12px;
    }
    .fukidashi p{
        font-size: 22px;
    }
    .recruitBlock3 .strongPointWrap .fukidashi{
        margin-bottom: 32px;
    }
    .recruitBlock3 .strongPointWrap ul{
        grid-template-columns: 1fr 1fr;
    }
    .recruitBlock3 .strongPointWrap li{
        padding: 16px 1% 9px;
        border-radius: 10px;
    }
    .recruitBlock3 .strongPointWrap li .numValue{
        font-size: 50px;
        margin: -10px 0;
        -webkit-text-stroke: 3px #000000;
    }
    .recruitBlock3 .strongPointWrap li .numValue .small{
        font-size: 35px;
        -webkit-text-stroke: 3px #000000;
    }
    .recruitBlock3 .strongPointWrap li .titTxt{
        font-size: 15px;
    }
    .recruitBlock3 .strongPointWrap li.last .valueWrap .subTxt{
        padding-top: 16px;
        line-height: 13px;
        font-size: 12px;
        margin-right: 3px;
    }
    .recruitBlock3 .strongPointWrap li .valueWrap .subTxt.vertical{
        font-size: 12px;
        margin-right: 3px;
    }
    .recruitBlock3 .strongPointWrap li .numValue .tani{
        font-size: 16px;
    }
    .recruitBlock3 .strongPointWrap li .effect{
        width: 67px;
        top: 40%;
    }
    .recruitBlock3 .strongPointWrap li .memo{
        margin-top: 0;
    }
    .recruitBlock3 .strongPointWrap li .memo{
        height: 34px;
        border-radius: 4px;
        line-height: 12px;
    }
    .recruitBlock3 .strongPointWrap li .memo br.sp{
        display: inline;
    }
    .recruitBlock4 .Employee1{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .recruitBlock4 .Employee1 li{
        border-radius: 10px;
    }
    .recruitBlock4 .Employee1 li .num{
        font-size: 54px;
    }
    .recruitBlock4 .Employee1 li h3{
        text-align: center;
    }
    .recruitBlock4 .Employee1 li h3 br{
        display: inline;
    }
    .recruitBlock4 .Employee1 li:nth-child(1) h3 br{
        display: none;
    }
    .recruitBlock4 .Employee1 li:nth-child(2) .left{
        margin-bottom: 16px;
    }
    .recruitBlock4 .Employee2{
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }
    .recruitBlock4 .Employee2 li{
        border-radius: 10px;
    }
    .recruitBlock4 .Employee2 .num{
        font-size: 47px;
        margin-right: 38px;
    }
    .recruitBlock4 .Employee2 h3{
        font-size: 20px;
        line-height: 26px;
    }
    .recruitBlock4 .EmployeeDetail .right li{
        width: 100%;
    }
    .recruitBlock4 .EmployeeDetail{
        border-radius: 10px;
    }
    .recruitBlock5 li .flowBox p{
        height: auto;
        padding: 8px 1%;
        box-sizing: border-box;
        text-align: left;
        width: 94%;
        line-height: 17px;
    }
    .recruitBlock5 li:nth-child(1) .flowBox p{
        text-align: center;
    }
    .recruitBlock5 li .flowBox p br{
        display: none;
    }
    .recruitBlock5 li .flowBox p br.sp{
        display: inline;
    }
    .interviewList li .sindan{
        top: -22px;
    }
    .interviewList li .thumb{
        margin-bottom: 15px;
    }
    .recruitBlock6Inner .box1 ul li{
        font-size: 10px;
    }
    .recruitBlock6Inner .box1 ul{
        gap: 6px;
    }
    .recruitBlock6Inner .box1 ul li br.sp{
        display: inline;
    }
    .recruitBlock6Inner .box1Inner{
        padding: 60px 3% 23px;
        min-height: auto;
        border-radius: 10px;
    }
    .recruitBlock6Inner .box1{
        padding-top: 14px;
    }
    .recruitBlock6Inner .box1 .fukidashi .subTxt{
        text-align: left;
    }
    .recruitBlock6Inner .box1 .fukidashi .title{
        font-size: 15px;
    }
    .recruitBlock6Inner .box1 .fukidashi .icon{
        width: 22px;
    }
    .recruitBlock6Inner .box1 .fukidashi .icon{
        width: 22px;
        margin-right: 8px;
    }
    .recruitBlock6Inner{
        gap: 30px;
    }
    .QABox .iconTxt{
        font-size: 18px;
    }
    .QBox{
        padding: 14px 6% 14px 3%;
        border: 1px solid #383838;
    }
    .recruitBlock7Inner{
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
        width: 80%;
    }
    .companyBnr{
        width: 80%;
    }
    .recruitMemberBlock .selectBtn div{
        padding: 9px 32px;
        font-size: 15px;
    }
    .recruitMemberBlock .selectBtn div.active{
        padding-bottom: 12px;
    }
    .recruitMemberBlock .recruitDetail li .title{
        width: 35%;
        font-size: 13px;
        padding: 19px 0 0;
        text-align: center;
        display: block;
    }
    .recruitMemberBlock .recruitDetail li .text{
        width: 65%;
        font-size: 13px;
        padding: 19px 3% 22px;
    }
    .recruitMemberBlock .recruitDetail li .title br.sp,
    .recruitMemberBlock .recruitDetail li .text br.sp{
        display: inline;
    }
    .textSlideWrap .swiper-slide{
        font-size: 61px;
    }
    .entryContainer .effect.left{
        width: 112px;
    }
    .entryContainer .effect.left{
        width: 112px;
    }
    .entryContainer .effect.right{
        width: 114px;
    }
    .entryContactWrap h2{
        font-size: 80px;
    }
    .entryContactWrap .note{
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 49px;
    }
    .entryContactWrap .note br.sp{
        display: inline;
    }
    .entryTel{
        height: auto;
        padding: 24px 0 22px;
    }
    .entryTelInner{
        flex-direction: column;
    }
    .entryTelInner .left{
        margin: 0;
        text-align: center;
    }
    .entryTelInner .right{
        letter-spacing: 0.02em;
    }
    .entryTelInner .right span{
        font-size: 10px;
    }
    .entryFonrmWrap .noteBox{
        flex-direction: column;
    }
    .entryFonrmWrap .noteBox .titTxt{
        margin: 0;
    }
    .entryFonrmWrap .noteBox .text{
        font-size: 10px;
    }
    [data-name="your-subject"] .wpcf7-list-item.last{
        margin-left: 0;
    }
    .apply{
        font-size: 13px;
    }
    .subMitBtn{
        height: 55px;
        border-radius: 35px;
    }
    .subMitBtn input[type="submit"]{
        font-size: 13px;
        text-align: left;
        padding-left: 5%;
    }
    .entryFonrmWrap .subMitBtn .iconWrap{
        width: 32px;
        height: 32px;
        right: 3%;
    }
    .entryFonrmWrap .subMitBtn .iconWrap span{
        width: 13px;
        height: 11px;
    }
    .footerBox{
        padding: 50px 0 203px;
        border-radius: 0;
    }
    .footerBox .logo p.pc{
        display: none;
    }
    .footerBox .logo p.sp{
        display: block;
        width: 100%;
        padding: 7px 0;
        text-align: center;
        background-color: #fff;
        border: 1px dashed #383838;
        border-radius: 29px;
        font-size: 10px;
        color: #383838;
        -webkit-text-stroke: 0;
        paint-order: normal;
    }
    .footerBox .logo{
        flex-direction: column;
        width: 233px;
        margin: 0 auto 40px;
    }
    .footerBox .logo img{
        margin-right: 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .footerLinks{
        display: flex;
        justify-content: space-between;
        margin-bottom: 48px;
    }
    .footerNav{
        flex-direction: column;
        margin-bottom: 0;
    }
    .footerBox .footerNav li{
        margin-bottom: 16px;
        margin-right: 0;
    }
    .footerBox .footerNav li:last-child{
        margin-bottom: 0;
    }
    .footerBox .otherLinks{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .footerBox .otherLinks a{
        margin-right: 0;
        margin-bottom: 21px;
        white-space: nowrap;
    }
    .footerBox .otherLinks a img{
        width: 9px;
        display: block;
        margin-left: 3%;
    }
    .footerBox .otherLinks .instaLink{
        margin-bottom: 0;
    }
    .footerBox .otherLinks .instaLink img{
        width: 15px;
    }
    .footerBox .entryLinks a{
        width: 157px;
        height: 61px;
        font-size: 16px;
    }
    .footerBox .entryLinks{
        justify-content: space-between;
    }
    .footerBox .backTop{
        top: auto;
        bottom: 100px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .mv.pc{
        margin-bottom: 100px;
    }
    .recruitBlock1 .left p{
        line-height: 29px;
        margin-bottom: 24px;
    }
    .recruitBlock2Inner .left p{
        line-height: 27px;
    }
    .recruitBlock6Inner .box1 .fukidashi .subTxt br.sp{
        display: inline;
    }
    .recruitSlide1{
        margin-bottom: 54px;
    }
    .recruitBlock3 .recTit1{
        margin-bottom: 32px;
    }
    .recruitBlock3 .recTit1 h2{
        line-height: 38px;
    }
    .recruitBlock3 .recTit1 span{
        margin-bottom: 10px;
    }
    .bg_green.no1{
        padding-bottom: 92px;
        margin-bottom: 65px;
    }
    .recruitBlock4 .recTit1{
        margin-bottom: 32px;
    }
    .recruitBlock4{
        margin-bottom: 40px;
    }
    .recruitBlock5{
        padding: 32px 3% 34px 5%;
        margin-bottom: 80px;
    }
    .bg_green.no2{
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .QABox .iconTxt{
        margin-right: 9px;
    }
    .QBox p{
        font-size: 15px;
        letter-spacing: 0;
    }
    .QBox p br.sp{
        display: inline;
    }
    .recruitBlock7{
        margin-bottom: 32px;
    }
    .recruitPage{
        padding-bottom: 80px;
    }
    .recruitMemberBlock .recTit1{
        margin-bottom: 22px;
    }
    .mv.pc{
        display: none;
    }
    .mv.sp{
        display: block;
        position: relative;
        padding-bottom: 203px;
        margin-bottom: 33px;
    }
    .mvSlideSp{
        padding-top: 40px;
    }
    .mvSlideSp .swiper-slide.swiper-slide-active {
      transform: translateY(-40px);
    }
    .mv.sp .effect.top{
        position: absolute;
        bottom: 93%;
        left: 1.04vw;
        width: 88.21vw;
    }
    .mv.sp .effect.bottom{
        position: absolute;
        bottom: 0;
        left: 1.04vw;
    }
    .mv.sp .subImg{
        position: absolute;
        left: 50%;
        bottom: 38.94vw;
        transform: translateX(-50%);
        z-index: 20;
        width: 75.64vw;
    }
    .mv.sp .swiper-slide img{
        aspect-ratio: 315 / 401;
        object-fit: cover;
        border-radius: 10px;
        border: 2px solid #383838;
    }
    .bg_green.no1 .effect.left{
        width: 102px;
        left: 0;
        bottom: -60px;
    }
    .bg_green.no1 .effect.right{
        width: 140px;
        bottom: -60px;
    }
    .recruitBlock4 .effect{
        width: 60px;
        bottom: -3%;
    }
    .recruitBlock6 .effect.left{
        width: 105px;
        top: -11%;
        left: 2%;
    }
    .recruitBlock6 .effect.right{
        width: 96px;
        top: -11%;
    }
    .bg_green.no2 .effect.right.bottom{
        width: 90px;
        top: 96%;
    }
    .bg_green.no2 .effect.left.bottom{
        display: none;
    }
    .subMv{
        width: 100%;
        padding-bottom: 54.36vw;
        margin-bottom: 81px;
    }
    .subMv .left{
        top: auto;
        bottom: 0;
        left: 5%;
        transform: translateY(0);
    }
    .subMv .left .numWrap .title{
        font-size: 14px;
        margin-bottom: -20px;
    }
    .subMv .left .numWrap .num{
        font-size: 60px;
    }
    .subMv .left h2{
        margin-bottom: 20px;
    }
    .subMv .left h2 span{
        font-size: 18px;
        padding: 6px 0.5em;
        margin-bottom: 7px;
    }
    .subMv .left .interviwer{
        font-size: 11px;
    }
    .subMv .right{
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .subMv .right > img{
        order: 2;
    }
    .subMv .right .pankuzu{
        order: 1;
        margin: 0 5% 16px auto;
    }
    .interviewBlock1 .box1 .txtBox .iconTxt{
        font-size: 22px;
        width: 48px;
        height: 48px;
        margin-bottom: 21px;
    }
    .interviewBlock1 .box1 .txtBox h3{
        margin-bottom: 24px;
    }
    .interviewBlock1 .box1{
        margin-bottom: 40px;
    }
    .interviewBlock1 .box1.last{
        margin-bottom: 40px;
    }
    .interviewBlock1 .box2 .box2Content h3{
        font-size: 20px;
        margin-bottom: 35px;
    }
    .interviewBlock1 .box2 .box2Content h3 br.sp{
        display: inline;
    }
    .interviewBlock1 .box2 .box2Content{
        padding: 54px 10% 40px;
        border-radius: 10px;
    }
    .interviewBlock1 .box2 .box2Content .iconTxt{
        font-size: 22px;
        width: 48px;
        height: 48px;
        top: -20px;
    }
    .interviewBlock1 .box2{
        margin-bottom: 80px;
    }
    .scheduleBox{
        border-radius: 10px;
        padding-bottom: 33px;
    }
    .scheduleBox .titTxt{
        font-size: 28px;
    }
    .scheduleBox .titTxt span{
        font-size: 16px;
    }
    .scheduleBox .titTxt{
        padding: 23px 0 12px;
    }
    .kyariaBox .kyaria{
        left: 0;
    }
    .kyariaBox .kyaria img{
        width: 688px;
        max-width: 688px;
    }
    .kyariaBox .box .txtBox{
        padding: 29px 5% 47px;
    }
    .kyariaBox .box .txtBox .titTxt{
        font-size: 24px;
        margin-bottom: 35px;
    }
    .kyariaBox .box{
        padding-top: 284px;
    }
    .kyariaBox .box img{
        height: 100vw;
        object-fit: cover;
    }
    .kyariaBox .box img.pc{
        display: none;
    }
    .kyariaBox .box img.sp{
        display: block;
        width: 100%;
    }
    .pageRecSub{
        padding-top: 108px;
    }
    .scheduleBox .schedule{
        padding: 0 5% 0 8%;
    }
    .scheduleBox .schedule .time{
        font-size: 18px;
        margin-right: 15px;
    }
    .scheduleBox .schedule li{
        padding-left: 10px;
    }
    .scheduleBox .schedule li::before{
        width: 12px;
        height: 12px;
        left: -6.5px;
    }
    .kyariaBox{
        margin-bottom: 80px;
    }
}
