@charset "UTF-8";
* {
    box-sizing: border-box;
    overflow-wrap: break-word
}

/*--- base ---*/
html { 
    font-size: 62.5%; width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font-family: "Shippori Mincho", serif;
    background: #FFF;
    font-size: clamp(1.2rem, 1.012rem + 0.94vw, 1.6rem);
    line-height: 1.6;
}
body::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/recruit/bg_repeat.jpg') no-repeat 0 0;
    background-size: cover;
    z-index: -1;
}
img { width: 100%;  vertical-align:top;}
a {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: #000;
}
/* base */
section#point,
section#simulation{
    padding-top: 3%;
}

section:nth-child(even) {
}
.section_inner {
    width: 100%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}
#container {
    position: relative;
}
#container::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
h2 {
    position: relative;
    font-size: clamp(1.6rem, 3.5vw + 1rem, 3rem);
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    letter-spacing: .15em;
    color: #8f6e23;
    min-width: 10em;
    width: fit-content;
    margin: 0 auto;
    text-shadow: 0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF;
    z-index: 0;
    padding-top: 80px;

}
h2.mb30 {
    margin-bottom: 40px;
}
h2:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/recruit/recruit_title_bg.png) no-repeat;
    background-size: 100%;
    animation: floating 3s infinite;
}
@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}
h2 span{
    letter-spacing: 0.2em;
    font-size: 0.4em;
    display: block;
}
h2>img {
    max-width: 640px
}
.mincho {
    font-family: 'Shippori Mincho', serif;
}
.txtL{
    font-size: clamp(1.4rem, 1.036rem + 1.82vw, 2.4rem);
}
.txtB{
    font-weight: 700;
}
.text-orange {
    color: #ff9600
}
.text-red {
    color: #e10000
}
.pink{
    color: #699bd7;
}
.dpink{
    color: #699bd7;
}
.m10  { margin: 10px; } .mt10 { margin-top: 10px; } .mr10 { margin-right: 10px; } .mb10 { margin-bottom: 10px; } .ml10 { margin-left: 10px; }
.m15  { margin: 15px; } .mt15 { margin-top: 15px; } .mr15 { margin-right: 15px; } .mb15 { margin-bottom: 15px; } .ml15 { margin-left: 15px; }
.m20  { margin: 20px; } .mt20 { margin-top: 20px; } .mr20 { margin-right: 20px; } .mb20 { margin-bottom: 20px; } .ml20 { margin-left: 20px; }
.m25  { margin: 25px; } .mt25 { margin-top: 25px; } .mr25 { margin-right: 25px; } .mb25 { margin-bottom: 25px; } .ml25 { margin-left: 25px; }
.m30  { margin: 30px; } .mt30 { margin-top: 30px; } .mr30 { margin-right: 30px; } .mb30 { margin-bottom: 30px; } .ml30 { margin-left: 30px; }
.m35  { margin: 35px; } .mt35 { margin-top: 35px; } .mr35 { margin-right: 35px; } .mb35 { margin-bottom: 35px; } .ml35 { margin-left: 35px; }
.m40  { margin: 40px; } .mt40 { margin-top: 40px; } .mr40 { margin-right: 40px; } .mb40 { margin-bottom: 40px; } .ml40 { margin-left: 40px; }
.m45  { margin: 45px; } .mt45 { margin-top: 45px; } .mr45 { margin-right: 45px; } .mb45 { margin-bottom: 45px; } .ml45 { margin-left: 45px; }
.m50  { margin: 50px; } .mt50 { margin-top: 50px; } .mr50 { margin-right: 50px; } .mb50 { margin-bottom: 50px; } .ml50 { margin-left: 50px; }
.p10  { padding: 10px; } .pt10 { padding-top: 10px; } .pr10 { padding-right: 10px; } .pb10 { padding-bottom: 10px; } .pl10 { padding-left: 10px; }
.p15  { padding: 15px; } .pt15 { padding-top: 15px; } .pr15 { padding-right: 15px; } .pb15 { padding-bottom: 15px; } .pl15 { padding-left: 15px; }
.p20  {padding: 20px;} .pt20 { padding-top: 20px; } .pr20 { padding-right: 20px; } .pb20 { padding-bottom: 20px; } .pl20 { padding-left: 20px; }
.p25  { padding: 25px; } .pt25 { padding-top: 25px; } .pr25 { padding-right: 25px; } .pb25 { padding-bottom: 25px; } .pl25 { padding-left: 25px; }
.p30  { padding: 30px; } .pt30 { padding-top: 30px; } .pr30 { padding-right: 30px; } .pb30 { padding-bottom: 30px; } .pl30 { padding-left: 30px; }
.p35  { padding: 35px; } .pt35 { padding-top: 35px; } .pr35 { padding-right: 35px; } .pb35 { padding-bottom: 35px; } .pl35 { padding-left: 35px; }
.p40  { padding: 40px; } .pt40 { padding-top: 40px; } .pr40 { padding-right: 40px; } .pb40 { padding-bottom: 40px; } .pl40 { padding-left: 40px; }
.p45  { padding: 45px; } .pt45 { padding-top: 45px; } .pr45 { padding-right: 45px; } .pb45 { padding-bottom: 45px; } .pl45 { padding-left: 45px; }
.p50  { padding: 50px; } .pt50 { padding-top: 50px; } .pr50 { padding-right: 50px; } .pb50 { padding-bottom: 50px; } .pl50 { padding-left: 50px; }
/* flexbox */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
.flex_harf{
    width: 50%;
}
.flex_inner50-100 {
    width: 50%
}
.ai_center {
    align-items: center;
}
.ai_end {
    align-items: flex-end
}
/* SP style */
@media print, screen and (max-width:767px) {
    .pc_ib, .pc_b { display: none; }
    .sp_ib { display: inline-block; }
    .sp_b { display: block; }
    h2.mb30 {
        margin-bottom: 10px;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    .sp_ib, .sp_b { display: none; }
    .pc_ib { display: inline-block; }
    .pc_b { display: block; }
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* header */
header{
    background:none;
    position: relative;
    z-index: 999;
}
.rec_mv{
    position: absolute;
    right: 0;
    bottom: 0;
}
h1.rec_logo{
    width: 180px;
    height: auto;
    font-size: 0;
}
h1 span{
    display: block;
    width: 10vw;
    position: absolute;
    left: 5vw;
    top: 5vh;
    z-index: 5;
}
.globalnavi li a {
}
.rec_mv_concept{
    position: absolute;
    right: 30px;
    bottom: 90px;
    z-index: 2;
}
.rec_mv_concept h2{
    width: 43vw;
    margin-bottom:0;
    margin-right: 60px;
}
.rec_mv_concept_inner{
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.rec_mv_cathcArea{
    margin-left: 3em;
}
.rec_mv_catch{
    padding: 0.5em 4em;
    background: #000;
    color: #fff;
    transform: rotate(-15deg);
    font-size: 1.6rem;
    display: table;
    font-size: clamp(2.5rem, 2vw + 1rem, 4.375rem);
    margin-bottom: -0.5em;
}
.rec_mv_catch:last-child{
    margin-bottom: 0.1em;
    margin-left: 5em;
}
.rec_mv_img{
    position: absolute;
    height: 750px;
    width: 500px;
    right: 0;
    top: 0;
    overflow: hidden;
}
#sp_header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    z-index: 2;
    background: #fd3ba3;
    z-index: 9999;
    justify-content: flex-end;
    align-items: center;
}
/* SP style */
@media print, screen and (max-width:767px) {
    .pc_view { display: none}
    .sp_view {display: block}
    header{
        height: 56px;
        background: #e9e2e9;
    }
    header > img {
        padding-top: 60px;
    }
    h1.rec_logo {
        position: fixed;
        left: 60px;
        z-index: 99999;
    }
    h1.rec_logo a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 56px;
    }
    h1.rec_logo img {
        width: auto;
        height: 50px;
    }
    .section_inner {
        padding: 30px;
    }
    #container::before {
        width: calc(100% - 60px);
    }
    .recruitpage h2 {
        font-size: 2rem;
        margin-bottom: 25px
    }
    .flex_inner50-100 {
        width: 100%
    }
    h1 span{
        width: 16vw;
        left: 3vw;
    }
    .rec_mv_concept h2{
        width: 84vw;
        z-index: 3;
        position: relative;
        margin: auto;
    }
    .rec_logo:after{
        border-width: 55vh 28vw 0 0;
    }
    .rec_mv_concept{
        position: relative;
        right: auto;
        bottom: auto;
        padding: 0 15px 15px;
        margin: -70px 0 0;
    }
    #header  .rec_mv_concept::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 0 100vw;
        border-color: transparent transparent transparent #ffd0d0;
        position: absolute;
        left: 0;
        top: 0;
    }
    #spMenu {
        background: #8f6e23;
        position: fixed;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        z-index: 10000;
    }
    #spMenu span {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 70%;
        height: 2px;
        background: #fff;
        transition: all .4s;
      }
      #spMenu span:nth-of-type(1) {
        top: 15px;
      }
      #spMenu span:nth-of-type(2) {
        top: 27px;
      }
      #spMenu span:nth-of-type(3) {
        bottom: 15px;
      }
      #spMenu.active {
      }
      #spMenu.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-315deg);
      }
      #spMenu.active span:nth-of-type(2) {
        opacity: 0;
      }
      #spMenu.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(315deg);
      }
    #sp_header-logo{
        height: auto;
        width: 200px;
        padding-left: 60px;
        font-size: 0;
    }
    figure{
    }
    #header_globalnavi {
        display: none;
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        bottom: 45px;
        background: rgba(255,255,255,.9);
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 999;
    }
    #header_globalnavi ul {
        justify-content: center;
        padding-top: 60px;
    }
    #header_globalnavi ul li {
        width: calc(50% - 10px);
        border: 1px solid #000;
        margin: 5px 2.5px;
    }
    #header_globalnavi ul li + li {
    }
    #header_globalnavi ul li.salespage {
        width: calc(100% - 10px);
        margin: 20px auto 0;
        border: none;
    }
    #header_globalnavi ul li.salespage a {
        display: block;
        background: #fd3ba3;
        color: #fff;
        font-size: 1.5em;
        padding: 15px;
        border: 4px double #fff;
    }
    #header_globalnavi ul li a {
        display: block;
        position: relative;
        font-size: 1.4rem;
        text-align: center;
        padding: 20px 0;
    }
    #header_globalnavi ul li a span {
        display: block;
        font-size: 1.5em;
    }
    #sp_header ul{
    }
    #sp_header ul li {
        list-style: none;
        text-align: center;
        padding: 0px 5px;
    }
    #sp_header ul li:last-child {
        border-right: none;
    }
    #sp_header .btn{
        display: block;
        background-size: contain;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
    }
    #sp_header li a i {
        display: block;
        font-size: 4rem;
        position: relative;
    }
    .sp_header-tel i {
        color: #fff;
    }
    .sp_header-line i {
        color: #06c755;
    }
    .sp_header-mail i {
        color: #fff;
    }
    #sp_header li a i.fa-line::after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    .pc_view {display: block}
    .sp_view {display: none}
    .section_inner {
        padding: 50px;
    }
    /*--- header ---*/
    #spMenu {
        display: none;
    }
    header > img {
        padding-top: 80px;
    }
    .header_inner {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 80px;
        padding: 0 10px;
        background: #fd3ba3;
    }
    .header_inner nav ul li a {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        font-size: .8em;
        height: 80px;
        padding: 0 5px;
        color: #fff;
    }
    #header_nav ul li a span {
        display: block;
        font-size: .8em;
        line-height: 1.25;
    }
    #header_nav ul li a:hover {
        color: #699bd7;
    }
    #sp_header{
        display: none;
    }
    figure{
        padding-top: 80px;
    }
    .globalnavi {
        overflow: hidden;
        width: calc(100% - 200px);
        max-width: 900px;
        z-index: 1;
    }
    .globalnavi ul {
    }
    .globalnavi li {
        height: 80px;
        text-align: center;
        width: calc(100% / 7);
    }
    .globalnavi li a {
        width: 100%;
        height: 80px;
        line-height: 1.5;
        transition: .5s color;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .globalnavi li a > span.flex {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .globalnavi li a span.serif {
        display: block;
        font-size: 1em;
    }
    .globalnavi li a:hover {
        color: #ff0;
    }
    .mv p {
        padding-top: 80px;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        line-height: 0;
    }
}

/*footer*/
footer {
    text-align: center;
}
.rec_footer_link a {
    display: inline-block;
    margin: 5px;
}
.rec_footer_link a img {
    width: 100%;
    max-width: fit-content;
    height: auto;
}
.copyright {
    font-size: 1.4rem;
    padding: 10px;
    background: #fd3ba3;
}
.copyright a {
    color: #fff;
}

/*about*/
#about{
    text-align: center;
}
.rec_about_box p {
    font-size: 1.2em;
}
.rec_about_box p:not(:last-of-type){
    margin-bottom: 0.8em;
}
.rec_about_box .txt_rec_fade {
    line-height: 1.8;
    letter-spacing: 0.15em;
}
.rec_about_box .txt_rec_fade strong {
    font-weight: 700;
    color: #fd3ba3;
    font-size: 1.2em;
}

/* SP style */
@media print, screen and (max-width:767px) {
    .mv p {
        padding-top: 56px;
    }
    .rec_about_box p {
        font-size: 1.1em;
        padding: 1em;
        letter-spacing: 0.15em;
        
    }
}

/*rec_slider*/
#rec_slider .section_inner {
    padding: 0;
}

/*reward*/
#reward .section_inner {
}
#reward .section_inner > div {
    position: relative;
}
.reward_txt {
    text-align: center;
}
.reward_txt p {
    line-height: 1.8;
    padding: .5em 2em;
    width: 100%;
    margin: 0 auto;
}
.reward_txt .red {
    display: inline-block;
    color: #fd3ba3;
    font-weight: bold;
    font-size: 1.5em;
}
.reward_txt .check {
    display: inline-block;
    color: #3264af;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 .5em;
    border-bottom: 1px solid;
}
.ribbon {
    font-weight: 700;
    background: #ef5b70;
    padding: 5px 3em;
    color: #fff;
}
.ribbon span {
    font-size: 1.4em;
}
#reward dl {
    font-size: clamp(1.6rem, 2vw + 1rem, 2.5rem);
    color: #FFF;
    display: flex;
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    max-width: 460px;
    background: #7f5a1a;
    box-shadow: 0 0 0 1px #FFF, 0 0 0 3px #7f5a1a;
    border-radius: 10px;
}
#reward dl + dl {
    margin-top: 20px;
}
#reward dl dt {
    position: relative;
    font-weight: bold;
    width: 30%;
}
#reward dl dt:after {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-left: 10px solid #FFF;
    border-bottom: 10px solid transparent;
}
#reward dl dd {
    font-weight: bold;
    width: calc(70% - 20px);
    margin-left: auto;
}
#reward dl dt span,
#reward dl dd span {
    font-size: 1.4em;
    font-weight: bold;
}
.reward_txt p.txt_box {
    width: fit-content;
    line-height: 1.8;
    position: relative;
    max-width: 100%;
}
.txt_box strong {
    font-weight: 700;
}
/* SP style */
@media print, screen and (max-width:767px) {
    #reward {
        background-position: 100% 0;
    }
    #reward .section_inner {
    }
    #reward .section_inner > div:before {
        width: 130vw;
        height: 130vw;
        top: calc(50% - 65vw);
        left: calc(50% - 65vw);
    }
    .reward_txt p {
        font-size: 4vw;
        line-height: 1.5;
    }
    .reward_txt p.txt_box {
        
    }
    .reward_txt p.ribbon {
        font-size: 5vw;
    }
    .reward_txt p strong {
        font-size: 5vw;
    }
    .reward_txt ul li {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    #reward {
        background-position: center;
    }
    #reward .section_inner > div:before {
        width: 600px;
        height: 600px;
        top: calc(50% - 300px);
        left: calc(50% - 300px);
    }
    .reward_txt p {
        font-size: 1.2em;
    }
    .reward_txt p br.spbr {
        display: none;
    }
    .reward_txt p.ribbon {
        font-size: 1.6em;
    }
    .reward_txt ul li {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    .reward_txt ..txt_box .spbr {
        display: none;
    }
    .txt_box strong {
        font-size: 1.2em;
    }
}

/*special_treatment*/
#special_treatment .point {
    flex-direction: column;
    align-items: center;
}
#special_treatment .point dl {
    align-items: center;
    font-size: 1.4em;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
}
#special_treatment .point dl {
    margin: 50px auto 0;
}
#special_treatment .point dl dt {
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
#special_treatment .point dl dt p {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
    background: #fd3ba3;
    color: #fff;
    font-weight: 700;
}
}
#special_treatment .point dl dt p span {
    font-size: .75em;
}
#special_treatment .point dl dt h3 {
    width: fit-content;
    font-weight: 700;
    font-size: 4rem;
    color: #fd3ba3;
    margin-left: 15px;
}
#special_treatment .point dl dd {
    max-width: 26em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 1.5em;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
}
#special_treatment .point dl dd ruby {
    font-size: 1.2em;
    color: #fd3ba3;
    font-weight: 800;
}
#special_treatment ul.treatment {
    margin: 50px auto 0;
}
#special_treatment ul.treatment li {
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    list-style: none;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(45deg, #be7300, #dfa961, #be7300);
}
#special_treatment ul.treatment li span {
    position: absolute;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
/* SP style */
@media print, screen and (max-width:767px) {
    /*special_treatment*/
    #special_treatment {
        background-size: 30%;
    }
    #special_treatment h2 {
        text-shadow: 0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255);
    }
    #special_treatment .point dl {
        flex-direction: row;
        justify-content: space-between;
    }
    #special_treatment .point dl:first-of-type {
        margin-top: 30px;
    }
    #special_treatment .point dl dd {
        padding: 1em;
    }
    #special_treatment .point dl dt {
        flex-direction: column;
        margin-bottom: 20px;
    }
    #special_treatment .point dl dt h3 {
        font-size: 3rem;
        margin: 10px 0 0;
    }
    #special_treatment .point dl dd {
        width: 96%;
        margin: 0 auto;
    }
    #special_treatment ul.treatment {
        max-width: 500px;
    }
    #special_treatment ul.treatment li{
        width: calc(100% / 3 - 10px);
    }
    #special_treatment ul.treatment li i {
        font-size: 7rem;
    }
    #special_treatment ul.treatment li span {
        font-size: 1.2em;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    /*special_treatment*/
    #special_treatment h2 br {
        display: none;
    }
    #special_treatment .point {
        margin-bottom: 20px;
    }
    #special_treatment .point dl dd {
    }
    #special_treatment ul li {
        width: calc(50% - 10px);
    }
    #special_treatment ul.treatment li {
        width: calc(100% / 6 - 10px);
    }
    #special_treatment ul.treatment li i {
        font-size: 8rem;
    }
    #special_treatment ul.treatment li span {
        font-size: 1.5em;
    }
}
@media print, screen and (min-width:768px) and (max-width:1001px) {
    #special_treatment ul.treatment li span {
        font-size: clamp(1.8rem, calc(1.8rem + 0.6 * ((100vw - 768px) / 232)), 2.4rem);
    }
}


/*example*/
#example .section_inner {
}
.example_wrapper {
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.example_wrapper > div {
    position: relative;
    padding: 0 0 10px;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 0 0 3px #FFF, inset 0 0 0 5px #fd3ba3;
}
.example_wrapper > div:nth-child(2) {animation-delay: .25s;}
.example_wrapper > div:nth-child(3) {animation-delay: .5s;}
.example_wrapper > div img {
    text-align: center;
    color: #699bd7;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.25;
    aspect-ratio: 1/1;
    transform: rotate(-5deg);
    filter: drop-shadow(4px 4px 2px rgba(50,0,0,.3));
}
.example_wrapper > div:nth-of-type(1) h3 span.eg_title_bg {
    background-image: url('../img/recruit/bg_example_01.png');
}
.example_wrapper > div:nth-of-type(2) h3 span.eg_title_bg {
    background-image: url('../img/recruit/bg_example_02.png');
}
.example_wrapper > div:nth-of-type(3) h3 span.eg_title_bg {
    background-image: url('../img/recruit/bg_example_03.png');
}
.example_wrapper > div:nth-of-type(4) h3 span.eg_title_bg {
    background-image: url('../img/recruit/bg_example_04.png');
}
.example_wrapper > div:nth-of-type(even) h3 span.eg_title_bg {
    background-position: left;
}
.example_wrapper p.eg_title_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #fd3ba3;
    width: 100%;
    margin: 20px auto;
    padding: 10px 5px;
}
.example_wrapper p.eg_title_time span {
    font-size: .8em;
    font-weight: bold;
    color: #FFF;
    background: #fd3ba3;
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 5px;
}
#example dl {
    width: 90%;
    margin: 0 auto 10px;
}
#example dl + dl {
    margin-top: 5px;
}
#example dl dt {
    width: 20%;
}
#example dl dd {
    width: 80%;
    text-align: right;
}
#example dl dd > div {
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
    font-size: .5em;
    line-height: 1.25;
    text-align: right;
    position: relative;
    margin-left: auto;
    line-height: 1;
}
#example dl dd > div:before,
#example dl dd > div:after {
    position: absolute;
    font-size: 2em;
}
#example dl dd > div:before {
    content: '（';
    left: -1em;
}
#example dl dd > div:after {
    content: '）';
    right: -1.1em;
}
#example dl dd > div span {
    display: inline-block;
    margin-right: .5em;
}
#example dl:last-of-type {
    align-items: flex-end;
    border-top: 1px solid #554238;
    padding-top: 0.5em;
}
#example dl:last-of-type dt {
    font-weight: bold;
}
#example dl:last-of-type dd {
    font-weight: bold;
    color: #fd3ba3;
    font-size: 1.5em;
}
#example dl:last-of-type dd span {
    font-weight: bold;
    font-size: .9em;
}
#example p.example_txt {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin: 50px auto 0;
}
/* SP style */
@media print, screen and (max-width:767px) {
    .example_wrapper {
    }
    .example_wrapper > div {
        width: 100%;
        margin: 0 auto;
    }
    .example_wrapper > div + div {
        margin-top: 25px;
    }
    .example_wrapper > div:after {
        width: 180px;
        height: 180px;
    }
    .example_wrapper > div img {
        max-width: 200px;
        margin:0 auto 10px;
    }
    .example_wrapper > div > div {
        width: 100%;
    }
    .example_wrapper h3 {
        font-size: 1.2em;
    }
    .example_wrapper h3 span.eg_title_bg {
        padding: 0 10px;
    }
    .example_wrapper p.eg_title_time {
        font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
    }
    .example_wrapper p.eg_title_time:after {
      border-left: 35px solid #990000;
      border-right: 35px solid #990000;
      border-bottom: 10px solid transparent;
    }
    #example dl {
        font-size: 1.2em;
        padding: 0 5px;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    /*example*/
    #example {
    }
    .example_wrapper {
        margin: auto;
    }
    .example_wrapper > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .example_wrapper > div:after {
        width: 200px;
        height: 200px;
    }
    .example_wrapper > div:nth-child(n + 3) {
        margin-top: 20px;
    }
    .example_wrapper > div img {
    width: calc(50% - 20px);
    }
    .example_wrapper > div > div {
        width: 50%;
    }
    .example_wrapper h3 {
        font-size: 1.4em;
    }
    .example_wrapper h3 span.eg_title_bg {
        padding: 0 10px;
    }
    .example_wrapper > div:nth-of-type(odd) h3 span.eg_title_bg span {
        margin-right: 30%;
    }
    .example_wrapper > div:nth-of-type(even) h3 span.eg_title_bg span {
        margin-left: 30%;
    }
    .example_wrapper p.eg_title_time {
        font-size: 2.5rem;
    }
    .example_wrapper p.eg_title_time:after {
      border-left: 50px solid #990000;
      border-right: 50px solid #990000;
      border-bottom: 20px solid transparent;
    }
    #example dl {
        font-size: 1.6em;
        justify-content: space-between;
    }
}

/*job_description*/
#job_description {

}
.job_description p {
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto 30px;
}
.job_description_list {
    margin-bottom: 50px;
}
.job_description_list dl {
    flex-direction: column;
    align-items: center;
    background: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 15px;
    overflow: hidden;
}
.job_description_list dl dt {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background: #ef5b70;
    padding: 5px;
}
.job_description_list dl dd {
    font-size: .8em;
    font-weight: bold;
    width: 100%;
    
    padding: 10px;
}
/* SP style */
@media print, screen and (max-width:767px) {
    .job_description {
        
        padding: 1.5em;
    }
    .job_description p {
        margin-bottom: 0;
    }
    .job_description_list dl {
        font-size: 1.2em;
        width: 100%;
    }
    .job_description_list dl + dl {
        margin-top: 20px;
    }
    .job_description_list dl dt {
        width: 100% ;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    .job_description_list {
        flex-direction: row;
        justify-content: space-between;
    }
    .job_description_list dl {
        font-size: 1.4em;
        width: calc(100% / 3 - 20px);
    }
    .job_description_list dl dt {
        width: 100%;
    }
    .job_description_list dl dd {
        width: 100%;
    }
}

/*COVID-19*/
#COVID-19 {
    padding: 1.2em .5em;
    background: #e0f0ff;
}
#COVID-19 img {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}
/* SP style */
@media print, screen and (max-width:767px) {
}
/* PC style */
@media print, screen and (min-width:768px) {
}

/* recommend */
#recommend .section_inner {
}
#recommend ul li {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
    filter:drop-shadow( 5px 5px 10px rgba(90, 75, 65, .3));
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
#recommend ul li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
#recommend ul li p {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4.5em;
    background: rgb(255 255 255 / 80%);
    color: #000;
    font-weight: 700;
    line-height: 1.25;
}
#recommend ul li:nth-child(2) {animation-delay: .1s}
#recommend ul li:nth-child(3) {animation-delay: .2s}
#recommend ul li:nth-child(4) {animation-delay: .3s}
#recommend ul li:nth-child(5) {animation-delay: .4s}
.recommend_txt {
    font-size: 1.4em;
    text-align: center;
    margin: 10px auto;
}
/* SP style */
@media print, screen and (max-width:767px) {
    #recommend ul {
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 96%;
        margin: 0 auto 20px;
    }
    #recommend ul li {
        justify-content: space-between;
        align-items: center;
        font-size: 1.2em;
        width: calc(100% / 2 - 5px);
        margin-top: 10px;
    }
    #recommend ul li img {
    }
    #recommend ul li p {
        font-size: 3vw;
    }
    .recommend_txt {
        width: 96%;
        margin: 0 auto;
        font-size: 1.2em;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    #recommend ul {
        justify-content: space-between;
    }
    #recommend ul li {
        margin-bottom: 25px;
        align-items: flex-start;
        justify-content: center;
        width: calc(100% / 4 - 15px);
    }
    #recommendul ul li p {
        font-size: 1.5rem;
        margin: 5px auto 0;
    }
}

/* our_strength */
#our_strength h2 {
    margin-bottom: 60px;
}
#our_strength p.txt_box {
    font-weight: bold;
    font-size: 1.5em;
    color: #fd3ba3;
    padding: 0;
}
.our_strength {
}
.our_strength ul {
    counter-reset: number 0;
    margin: 2em auto;
    width: fit-content;
}
.our_strength ul li {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
}
.our_strength ul li dl {
    flex-direction: column;
    align-items: center;
    padding: 0 1em;
}
.our_strength ul li dl dt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: auto;
    color: #FFF;
    position: relative;
    background: #fd3ba3;
    padding: 0 40px;
    margin-bottom: 10px;
    border-radius: 30px;
}
.our_strength ul li dl:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fd3ba3;
    background: #fff;
    z-index: -1;
    border-radius: 30px;
}
.our_strength ul li dl dt:after {
    text-align: center;
    counter-increment: number 1;
    content: counter(number);
}
.our_strength ul li dl dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.our_strength ul li dl dd h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #fd3ba3;
    margin-bottom: 10px;
    padding: 0 .5em;
}
.our_strength p {
    text-align: center;
    padding: 2.5em 1.5em 2em;
    margin: 0 auto;
}
/* SP style */
@media print, screen and (max-width:767px) {
    #our_strength h2 {
     margin-bottom: 30px;
    }
    .our_strength ul {
        flex-direction: column;
        width: 96%;
        margin: 0 auto;
    }
    .our_strength ul li {
        margin-bottom: 40px;
        font-size: 1.4rem;
    }
    .our_strength ul li dl dt {
        font-size: 1.6rem;
        height: 30px;
        margin-right: 10px;
    }
    .our_strength ul li dl:before {
        top: 15px;
    }
    .our_strength ul li dl dd {
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    .our_strength ul {
        flex-direction: row;
        justify-content: space-around;
    }
    .our_strength p {
        font-size: 1.2em;
        text-align: center;
    }
    .our_strength ul li {
        margin-bottom: 40px;
        font-size: 1.8rem;
        width: calc(50% - 10px);
    }
    .our_strength ul li dl dt {
        font-size: 2.5rem;
        height: 40px;
    }
    .our_strength ul li dl:before {
        top: 20px;
    }
    .our_strength ul li dl dd {
    }
}


/*flow*/
#flow .section_inner {
}
#flow ul.flowlist {
    max-width: 800px;
    margin: 0 auto;
    counter-reset: number 0;
}
#flow ul.flowlist > li {
    position: relative;
    padding: 30px 0;
}
#flow ul.flowlist > li:nth-of-type(even) {
    flex-direction: row-reverse;
}
#flow ul.flowlist > li:not(:last-of-type) {
    margin-bottom: 20px;
}
#flow ul.flowlist > li:not(:last-child):after {
    content: "";
    position: absolute;
    border-top: 30px solid #fd3ba3;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -30px;
    left: calc(50% - 30px);
    z-index: 1;
}
#flow ul.flowlist > li .flow_img {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
#flow ul.flowlist > li div + div {
    width: calc(100% - 270px);
}
#flow ul.flowlist > li:nth-of-type(odd) div + div {
    margin-left: 10px;
}
#flow ul.flowlist > li:nth-of-type(even) div + div {
    margin-right: 10px;
}
#flow ul.flowlist > li div + div h3 {
    position: relative;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 5px;
    color: #fd3ba3;
    border-bottom: 1px solid #fd3ba3;
}
#flow ul.flowlist > li h3:before {
    counter-increment: number 1;
    content: "Step. "counter(number);
    font-size: 0.8em;
    margin-right: 0.5em;
}
#flow ul.flowlist > li .flow_img img {
    width: 100%;
    height: 100%;
}
#flow ul.flowlist_info {
    margin-top: 20px;
}
#flow ul.flowlist_info * {
    font-weight: bold;
}
#flow ul.flowlist_info li a {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    padding: .5em;
    border-radius: 10px;
}
#flow ul.flowlist_info li.tel_btn a {
    background: #ff6600;
}
#flow ul.flowlist_info li.mail_btn a {
    background: #0689c7;
}
#flow ul.flowlist_info li.line_btn a {
    background: #06c755;
}
#flow ul.flowlist_info li + li {
    margin-top: 10px;
}
/* SP style */
@media print, screen and (max-width:767px) {
    #flow ul.flowlist {
        margin: 0 10px;
    }
    #flow ul.flowlist > li .flow_img {
        width: 200px;
        height: 200px;
        margin: 0 auto
    }
    #flow ul.flowlist > li div + div {
        width: 100%;
        margin: 0
    }
    #flow ul.flowlist > li div + div h3 {
        text-align: center;
        font-size: 2.4rem;
    }
    #flow ul.flowlist > li p {
        padding: 10px 20px;
        font-size: 1.4rem;
        
    }
    #flow ul.flowlist_info {
        width: calc(100% - 40px);
        margin: 20px auto 0;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    #flow ul.flowlist > li p {
        padding: 10px 0;
    }
}

/*application*/
.application_wrap {
    margin: 0 auto
}
.application {
    margin: 0 auto;
    text-align: left;
    padding-top: 0;
}
.application>dt {
    justify-content: center;
    background: #8f6e23;
    color: #fff;
    font-weight: 700;
}
.application>dd {
    padding: 5px 1em;
}
.application>dd:last-of-type {
    padding-bottom: 0
}
.application .treatment li:before {
    content: '・';
}
.app_contact>dt {
    width: 5em;
    margin-bottom: 10px;
}
.app_contact>dd {
    width: calc(100% - 5em);
    margin-bottom: 10px;
}
.linkbannerrec {
    margin: 0 auto;
    max-width: 320px;
}
/* SP style */
@media print, screen and (max-width:767px) {
    .application {
        width: 100%;
        
    }
    .application>dt {
        width: 100%;
        padding: 5px 10px;
    }
    .application>dd {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 1em;
    }
    .application>dt:not(:first-of-type) {
        margin-top: 10px;
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    .application {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
    .application>dt {
        align-items: center;
        width: 8em;
    }
    .application>dd {
        width: calc(100% - 8em);
    }
    .application>dt:not(:first-of-type),
    .application>dd:not(:first-of-type) {
        margin-top: 30px;
    }
}

/*FAQ*/
#acMenu {
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
    max-width: 680px;
    margin: 0 auto;
}
#acMenu dt,#acMenu dd {
    position: relative;
    padding: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .2));
}
#acMenu dt {
    position: relative;
    align-items: center;
    background: #fd3ba3;
    color: #fff;
    margin: 0 20px 10px 0;
    border-radius: 15px 15px 15px 0;
}
#acMenu dt::before,
#acMenu dd::before {
    content: "";
    display: block;
    position: absolute;
    border: 20px solid transparent;
    border-bottom-width: 18px;
    bottom: 0;
}
#acMenu dt::before {
    left: -10px;
    border-bottom-color: #fd3ba3;
}
#acMenu dd::before {
    right: -10px;
    border-bottom-color: #fff;
}
#acMenu dt span {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 1.2em;
}
#acMenu dt span:before {
    content: 'Q.';
    position: absolute;
    margin-right: 5px;
    font-size: 1.5em;
    line-height: 1;
    left: 0;
    top: 0;
}
#acMenu dd {
    position: relative;
    display: block;
    padding: 1em 0.5em;
    background: #FFF;
    margin-left: 20px;
    border-radius: 15px 15px 0 15px;
}
#acMenu dd:not(:last-of-type) {
    margin-bottom: 20px;
}
#acMenu dd span {
    display: block;
    position: relative;
    padding-left: 30px;
}
#acMenu dd span:before {
    content: 'A.';
    position: absolute;
    margin-right: 5px;
    font-size: 1.5em;
    text-align: right;
    line-height: 1;
    left: 0;
    top: 0;
}
/* SP style */
@media print, screen and (max-width:767px) {
    #FAQ #acMenu {
        width: calc(100% - 40px);
    }
    #acMenu dt {
    }
}
/* PC style */
@media print, screen and (min-width:768px) {
    #acMenu dt {
    }
}

/* recruit_comment */
#recruit_comment {
}
#recruit_comment .txt_box {
    width: fit-content;
    position: relative;
}
#recruit_comment div {
    text-align: center;
    position: relative;
}
#recruit_comment div p {
    display: inline-block;
    line-height: 2;
    padding: 20px;
}
/* SP style */
@media print, screen and (max-width:767px) {
}
/* PC style */
@media print, screen and (min-width:768px) {
    #recruit_comment div p {
        font-size: 1.2em;
        text-align: center;
    }
}

/*contact_btn*/
#contact_btn {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
}
#contact_btn a {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.line-wrap, .mail-wrap, .tel-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% / 3 - 5px);
    font-size: 1.2rem;
    border-radius: 10px;
}
.line-id-text, .mailaddress-text, .tel-text {
    font-weight: 700;
}
.line-id-text {
    font-size: 2rem;
}
.mailaddress-text {
    font-size: 1.4rem;
}
.tel-text {
    font-size: 2.5rem
}
.tel-wrap {
    background: #ff6600
}
.line-wrap {
    background: #06c755
}
.mail-wrap {
    background: #0689c7
}
/********* SP *********/
@media print, screen and (max-width:767px) {
    .line-wrap, .mail-wrap, .tel-wrap {
        height: 100px;
    }
    .line-wrap i, .mail-wrap i, .tel-wrap i {
        display: block;
        font-size: 10vw
    }
    #contact_btn a {
        flex-direction: column;
    }
}
/********* PC *********/
@media screen and (min-width:769px) {
    .line-wrap, .mail-wrap, .tel-wrap {
        height: 150px;
    }
    #contact_btn a {
        font-size: 2.5rem;
    }
    .line-wrap i, .mail-wrap i, .tel-wrap i {
        margin-right: .25em;
    }
    .line-wrap img {
        width: 100px;
    }
}




.rec_footer_bn {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.rec_footer_bn a {
    width: fit-content;
    height: auto;
    margin: 5px;
}

@media screen and (min-width: 1000px) {
    .slider-area {
      overflow: hidden;
     }
        .slick-list {
            background: #7f5a1a;
        }
    .slick-slide {
      max-width: 1000px;
      width: 100% !important;
      padding: 10px 5px;
    }
    .slick-current {
      max-width: 1000px;
      width: 100% !important;
      margin: auto;
  }
}

/* 2023.12.14 動き追加 */
#recruit .mv {
    visibility: hidden;
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}
@keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        filter: blur(5px);

    }
    100% {
        visibility: visible;
        opacity: 1;
        filter: blur(0);
    }
}
.fadeUp {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s transform, 1s opacity, 1s filter;
}
.fadeUp.active {
    opacity: 1;
    transform: translateY(0);
}