/* LP用CSS */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');

/* ---------------------------------
	MV
---------------------------------- */
.mv_recruit{
    position: relative;
    padding-top: 40px;
    padding-bottom:115px;
    background:url(../images/mv.jpg) no-repeat center;
    background-size: cover;
}
.mv_recruit .mv_main.pc{
    position:relative;
    max-width: 597px;
    width:80%;
    margin:auto;
}
.mv_recruit .mv_main.pc .shopname{
    position:absolute;
    top:83%;
    width:100%;
    text-align: center;
    color:#ffea00;
    font-size:48px;
    font-weight:bold;
}
.mv_recruit .mv_main.sp{
    display: none;
}
@media (max-width: 767px){
    .mv_recruit .mv_main.pc{
        display: none;
    }
    .mv_recruit .mv_main.sp{
        display: block;
    }
    .mv_recruit{
        position: relative;
        padding-top: 40px;
        padding-bottom:115px;
        background:url(../images/mv_min.jpg) no-repeat center;
        background-size: cover;
    }
    .mv_recruit .mv_main.sp{
        position:relative;
        max-width: 598px;
        width:90%;
        margin:auto;
    }
    .mv_recruit .mv_main.sp .shopname{
        position:absolute;
        top:83%;
        width:100%;
        text-align: center;
        color:#ffea00;
        font-size:min(48px,7vw);
        font-weight:bold;
    }
}

.titArea.recruit{
    position:relative;
}
.h2_recruit{
    position:relative;
    padding:15px 0 20px;
    background-color:#074179;
}
.h2_recruit:before{
    content: "";
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #074179 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 100%;
}
.h2_recruit h2{
    max-width:762px;
    width:80%;
    margin:auto;
}
@media (max-width: 767px){
    .h2_recruit{
        position:relative;
        padding:10px 0 15px;
        background-color:#074179;
    }
    .h2_recruit:before {
        border-width: 18px 30px 0 30px;
        margin-left: -30px;
    }
}
.sp{
    display: none;
}
.contact_recluit{
    padding-top:50px;
    padding-bottom:100px;
}
.contact_recluit p.img{
    max-width: 416px;
    width:50%;
    margin:auto;
}

.recluit .mv_recruit{
    padding:0;
    background:url(../images/mv_bg.png) no-repeat center;
    background-size:cover;
}
.recluit .mv_recruit .mv_main{
    position:relative;
    max-width: 598px;
    width:90%;
    margin:auto;
}
.recluit .mv_recruit .mv_main .shopname{
    position:absolute;
    top: 69%;
    width: 100%;
    text-align: center;
    color:#ffea00;
    font-size: min(48px,7vw);
    font-weight: bold;
}
.recluit .mv_recruit .mv_main .shopname.recruitPage {
    top: 67.5%;
    font-size: min(28px,4.5vw);
}
.mv_recruitBtn {
    position: absolute;
    bottom: 23px;
    right: 5%;
    background: linear-gradient(to right, #fc9292 0%, #e85353 100%);
    /* background: linear-gradient(87deg, #f5b3b3, #e85353); */
    width: 300px;
    padding: 20px 20px 20px 35px;
    box-shadow: 3px 3px 5px #d19692;
    border-radius: 15px;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}
.mv_recruitBtn::after{
    content: url(../images/mv_recruitbtn.png);
    position: absolute;
    top: 25px;
    right: 30px;
}
.mv_recruitBtn:hover {
    /* border: 2px solid #d10022 !important; */
    transform: translateY(5px) !important;
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
    color: #FFF;
}
.recluit #entre-first .heading h3 br{
    display:none;
}
.recluit #entre-sec10 .block1 .inner {
    background: #074179;
    padding: 40px 10px;
}
.recluit #entre-sec10 .block1 .inner .flex ul li,
.recluit #entre-sec10 .block1 .inner .txt{
    color:#fff;
}
.recluit #entre-sec02 .solution{
    padding:120px 10px;
    background-color:#fff;
    background-image: url(../images/entre-sec02_bg02.png);
    background-size:cover;
}
.recluit #entre-sec02 .solution ul li {
    width: 40%;
    background: #fff;
    border-top: 7px solid #074179;
    padding: 20px;
    margin-bottom: 20px;
}
.recluit #entre-sec02 .solution .sp{
    display:none;
}
.recluit #entre-first .content {
    position: relative;
    background-image: url(../images/entre-first_bg01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about_recruit{
    padding:50px 0 70px;
    background-color:#fef6d5;
}
#about_recruit h2{
    max-width:778px;
    width:90%;
    margin:0 auto 70px;
}
#about_recruit ul{
    margin-bottom:60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#about_recruit ul li{
    max-width: 334px;
    width:32%;
}
#about_recruit img{
    width:100%;
}
#about_recruit .txt01{
    max-width: 780px;
    width:96%;
    margin:0 auto 100px;
}
#about_recruit .txt02{
    max-width: 905px;
    width:96%;
    margin:0 auto 100px;
}
#about_recruit .logo{
    max-width: 217px;
    width:60%;
    margin:auto;
}

/* #entre-movie */
#entre-movie .container {
    background-color: #074179;
    padding-bottom: 110px;
}
#entre-movie h3 {
    text-align: center;
    padding: 60px 0px 30px;
}
#entre-movie .movieArea {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 56.25%;
}
#entre-movie .movieArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#entre-movie p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0px 60px;
}
/* entre-area */
#entre-area .inner{
    padding: 60px 0px;
    color: #074179;
}
#entre-area .area__left h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.entreArea__catch {
    display: flex;
    justify-content: center;
}
.area__left h4 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.area__left .catch_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #074179;
    font-size: 18px;
    font-weight: 700;
    background-color: #ffea00;
    transition: 0.3s;
}

.area__left .catch_btn:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #074179;
    transition: 0.2s;
  }
  .area__left .catch_btn::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #074179;
    border-right: 3px solid #074179;
    transform: rotate(45deg);
  }
  .area__left .catch_btn:hover::before {
    top: 0;
    left: 0;
  }
  .area__left .catch_btn:hover {
    text-decoration: none;
    background-color: #074179;
    color: #fff;
  }
.entreArea__list {
    padding: 2.5em 0.5em 3em;
	list-style-type:none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.entreArea__list::after{
    content:"";
    display:block;
    width: 30%;
    height:0;
}
.entreArea__list li {
    width: 30%;
    font-size: 24px;
    position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
.entreArea__list li::before {
    position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #074179;
}
.entreArea__list li::after{
    content: "";
    width: 30%;
}
.area-listBox {
    margin-bottom: 30px;
}
.miTxtBox2 {
    display: none;
}
.area-listBoxunder {
    margin-bottom: 50px;
}
.area-listBoxunder h5 {
    font-size: 26px;
    text-align: center;
    padding-top: 30px;
}

.trigger2 {
    position: relative;
}
.trigger2:after {
    content: "";
    position: absolute;
    right: 35%;
    top: 21%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 2px #074179;
    border-right: solid 2px #074179;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.trigger2.is-active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}
.listbox {
    background: #c5cee6;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 30px;
}


/* entre-startup */
#entre-startup .startup__Heading{
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: #003366;
    padding: 30px 0px;
}
#entre-startup .container{
    background: url(../images/startup_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#entre-startup .flex {
    padding: 60px 0px 50px;
}
#entre-startup .startup__left{
    padding-right: 20px;
}
#entre-startup .startup__right {
    width: 44%;
}
#entre-startup h4 {
    padding: 0px 10px 50px;
    text-align: center;
    font-size: 40px;
    color: #074179;
}
@media (max-width: 767px){
    #entre-startup h4 {
        font-size: 4vw;
    }
}

#entre-startup .startup__bottomtxt {
    padding-bottom: 270px;
    width: 75%;
    margin: 0 auto;
}
/* entre-aboutjob */
#entre-aboutjob .container{
    background: url(../images/about_job_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
#entre-aboutjob .aboutjob__catch{
    text-align: center;
    padding: 0px 10px 60px;
}
#entre-aboutjob .flex{
    display: flex;
    width: 90%;
    justify-content: space-around;
    margin: 0 auto;
    padding-bottom: 60px;
}
#entre-aboutjob .aboutjob__left {
    width: 50%;
    padding-right: 60px;
}
#entre-aboutjob .aboutjob__left .aboutjob__left--top{
    padding-top: 20px;
    padding-bottom: 22px;
}
#entre-aboutjob .aboutjob__left .aboutjob__left--middle{
    padding-bottom: 22px;
}
#entre-aboutjob .aboutjob__catch02 {
    text-align: center;
    padding: 0 10px;
}
#entre-aboutjob .aboutjob__rightImg01 {
    padding-bottom: 22px;
}

#entre-sec10 .block4 .graph-flex {
    padding-bottom: 40px;
}
#entre-sec10 .block4 .graph-txt h5{
    font-size: 24px;
    text-align: left;
}
#about_recruit .point{
    margin-bottom: 60px;
    padding: 0 10px;
}
#about_recruit .graph {
    text-align: center;
    margin-bottom: 60px;
}
#about_recruit .graph img {
    width: inherit;
}
#entre-faq{
    background: #fff;
}
#entre-faq p {
    margin: 0 0 0px;
}
#entre-faq h4.faq__title {
    background-color: #074179;
    color: #fff;
    padding: 60px 10px 60px;
    text-align: center;
    font-size: 36px;
    border-top: solid 5px #fff;
    margin-bottom: 110px;
}
#entre-faq h4.faq__title span{
    font-size: 48px;
}
#entre-faq .box {
    width: 70%;
    margin: 0 auto 50px;
    background-color: #0c3058;
    border: solid 1px #0c3058;
}
#entre-faq .box .faq__Question {
    margin: 0px;
    color: #fff;
    font-size: 30px;
    padding: 40px 0px;
    text-align: center;
}
#entre-faq .box .box__under {
    background-color: #fef6d5;
    padding: 0px 10px;
}
#entre-faq .box .box__under span {
    font-size: 36px;
    display: block;
    text-align: center;
    padding: 30px 0px 30px;
}
#entre-faq .box .box__under p {
    margin: inherit;
    color: #002549;;
    padding: 0px 0px 30px;
    text-align: center;
}
.box_entryBtn {
    display: flex;
    justify-content: space-around;
}
.box_entryBtn .entryBtn01 {
    width: 45%;
}
.box_entryBtn .entryBtn02 {
    width: 45%;
}
#entre-faq .logo {
    text-align: center;
    padding-bottom: 70px;
}
#link_recruit {
    padding:60px 0 80px;
    background-color:#fff;
}
#link_recruit .container {
    padding-top: 60px;
    margin-top: -60px;
}
#link_recruit table {
    width:100%;
    height:360px;
    border-left:2px solid #074179;
}
#link_recruit table td {
    width:50%;
    vertical-align: middle;
    text-align:center;
    border-right:2px solid #074179;
}
#link_recruit table td h3{
    margin-bottom: 50px;
    font-size:min(36px,4vw);
    font-weight:bold;
    color:#074179;
}
/* #link_recruit table td .btn{
    max-width: 426px;
    width:80%;
    margin:auto;
} */
#link_recruit .btn {
    width: 100%;
}
#link_recruit .btn a{
    width: min(400px,80%);
    display: inline-block;
    background-color: #fa5454;
    padding: 15px 25px;
    position: revert;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 3px 5px #7a2626;
}
#link_recruit .btn a:active{
    box-shadow: none;
    position: relative;
    top: 5px;
}
#link_recruit .btn a:after {
    content: "";
    position: absolute;
    right: 90px;
    top: 42%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
}
/* #link_recruit .btn {
    border-color: $blue;
    color: #fff;
    box-shadow: 0 0 40px 40px $blue inset, 0 0 0 0 $blue;
    transition: all 150ms ease-in-out;
} */
  

#entre-catch {
    background: url(../images/entre-sec12_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 230px 0px;
}
#entre-catch h3{
    color: #fff;
    font-size: 48px;
    text-align: center;
}
#formFixd {
    border-top: 20px solid #ffea00;
    background: #0c3058;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
#formFixd .inner{
    position: relative;
}
#formFixd .staff {
    position: absolute;
    bottom: 80px;
    left: 0;
}
#formFixd .formArea h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
#formFixd .formArea .flex {
    justify-content: center;
    padding-left: 90px;
}
#formFixd .formArea .flex .btn01 {
    margin-right: 40px;
    max-width: 400px;
    width: 100%;
}
#formFixd .formArea .flex .btn02 {
    max-width: 400px;
    width: 100%;
}
/* test */
.shiny-btn1 {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 40px;
    margin: 5px auto 0px;
    background-color: #ed4545;
    box-shadow: 0 3px 0 0 rgb(198 39 39);
    border-radius: 5px;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    max-width: 400px;
}
.shiny-btn1:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.recruitcopyright{
    padding-bottom: 200px;
}

/* 募集要項ページ */
.contact_recluit__catch {
    position: relative;
    background-color: #074179;
    color: #FFF;
    padding: 20px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 100px;
}
.contact_recluit__catch:before{
    content: "";
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #074179 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 100%;
}
.contact_recluit .mes {
    letter-spacing: 0.04em;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

#entre-sec08 tr td a{
    color: #222;
}

@media (max-width: 1600px){
    .recluit #entre-sec02 .solution ul li {
        width:49%;
    }
}
@media (max-width: 1100px){
    .entreArea__list {
        width: 90%;
    
    }
    .entreArea__list li{
        font-size: 2.5vw;
    }
    #link_recruit .btn a{
        padding: 15px 10px;
        font-size: 2vw;
    }
    #link_recruit .btn a:after{
        right: 15%;
    }
    #formFixd .staff {
        display: none;
    }
    #formFixd .formArea .flex {
        padding-left: 0px;
    }
    .shiny-btn1 {
        font-size: 3vw;
        padding: 10px;
    }
}
@media (min-width: 767px) {
    #entre-sec08 tr td a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
@media (max-width: 767px){
    .pc {
        display: none;
    }
    .sp{
        display: block;
    }
    .mv_recruitBtn {
        width: 45vw;
        font-size: 5vw;
        right: inherit;
        bottom: 2%;
        left: 43%;
        padding: 20px 10px 20px 3%;
    }
    .mv_recruitBtn::after {
        right: 3%;
        top: 28px;
    }
    .block1 .flex,.block2 .flex,.block3 .flex,#entre-sec11 .flex{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block1 .img,.block2 .img{
        text-align: center;
    }

    .recluit #entre-sec02 .solution {
        background: none;
        background: #efbe14;
        background: -webkit-gradient(linear, left top, right top, from(#efbe14), color-stop(50%, #fbe749), to(#efbe14));
        background: linear-gradient(90deg, #efbe14 0%, #fbe749 50%, #efbe14 100%);
        padding: 30px 10px;
        margin-top: 0px;
    }
    .trigger2:after {
        right: inherit;
        left: 70%;
    }
    .trigger1 {
        position: relative;
    }
    .miTxtBox {
        display: none;
    }
    .trigger1:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 38%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 15px;
        height: 15px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .trigger1.is-active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }
    #entre-movie h3 {
        padding: 30px 0px 30px;
    }
    .recluit #entre-sec02 .solution .sp{
        display:block;
    }
    .recluit #entre-sec02 .solution .btmimg {
        text-align: center;
        margin-bottom: 0;
    }
    
    #entre-sec11 .entre-sec011__Heading{
        font-size: 4.5vw;
        color: #fff;
        text-align: center;
        background: #003366;
        padding: 30px 0px;
        margin-top: 3px;
    }
    #entre-sec11 h3 {
        margin-bottom: 10px;
    }
    #entre-sec11 .inner {
        padding-bottom: 30px;
    }
    .recluit #entre-sec11 .flex {
        margin-bottom: 20px;
    }
    .recluit #entre-sec11 .flex .item {
        width: 100%;
    }
    .recluit #entre-sec11 .img {
        text-align: center;
    }
    #entre-area .inner {
        padding: 30px 0px;
    }
    #entre-area .area__left h3 {
        font-size: 6vw;
    }
    .entreArea__list {
        width: 80%;
        /* margin-bottom: 20px; */
    }
    .entreArea__list li {
        width: 40%;
        font-size: 3vw;
        white-space: nowrap;
    }
    .area__left .catch_btn {
        width: 220px;
    }
    #entre-startup .startup__Heading {
        font-size: 4.5vw;
    }
    #entre-startup .flex {
        flex-direction: column;
    }
    #entre-startup .startup__left {
        padding-right: 0px;
        margin: 0 auto;
    }
    #entre-startup .startup__right {
        width: auto;
        margin: inherit;
    }
    #entre-startup .startup__bottomtxt {
        width: auto;
        margin: inherit;
    }
    #entre-aboutjob .aboutjob__catch {
        padding: 0px 10px 30px;
    }
    #entre-aboutjob .flex{
        flex-direction: column;
    }
    #entre-aboutjob .aboutjob__left{
        width: auto;
        padding-right: inherit;
    }
    #entre-aboutjob .aboutjob__rightImg01 {
        text-align: center;
    }
    #entre-aboutjob .aboutjob__rightImg02 {
        text-align: center;
    }
    #about_recruit {
        padding: 0px 0 0px;
    }

    #about_recruit h2 {
        padding-top: 40px;

    }
    #about_recruit ul {
        display:block;
    }
    #about_recruit ul li {
        max-width: 334px;
        width:60%;
        margin:0 auto 30px;
    }
    #about_recruit .txt01 {
        margin: 0px auto 8vw;
    }
    #about_recruit .txt02 {
       margin: 0 auto 8vw;
    }
    #about_recruit .point {
        margin-bottom: 8vw;
        padding: 0 0px;
    }
    #about_recruit .graph {
        margin-bottom: 8vw;
    }
    #about_recruit .txt03 {
        padding-bottom: 70px;
    }
    #about_recruit p.txt03 {
        margin: 0px;
    }
    #entre-faq h4.faq__title {
        font-size: 4vw;
        margin-bottom: 50px;
        padding: 50px 10px 50px;
    }
    #entre-faq h4.faq__title span {
        font-size: 6vw;
    }
    #entre-faq .box {
        width: 90%;
        margin: 0 auto 30px;
    }
    #entre-faq .box .faq__Question {
        padding: 20px 0px;
        font-size: 3.5vw;
    }
    #entre-faq .box .box__under {
        padding: 0px 10px;
    }
    #entre-faq .box .box__under span {
        font-size: 4vw;
        padding: 20px 0px 20px;
    }
    .box_entryBtn {
        display: block;
    }
    .box_entryBtn .entryBtn01 {
        width: auto;
    }
    .box_entryBtn .entryBtn02 {
        width: auto;
    }
    #link_recruit table {
        height:200px;
    }
    #link_recruit{
        padding:0;
    }
    #link_recruit table{
        border-left:none;
    }
    #link_recruit table td{
        display: block;
        width:100%;
        padding:30px 0;
        border-right:none;
    }
    #link_recruit table td h3{
        margin-bottom: 10px;
    }
    #link_recruit .btn a{
        padding: 15px 10px;
        font-size: 4vw;
    }
    #link_recruit .btn a:after {
        right: inherit;
        top: 45%;
        left: 74%;
    }
    #entre-catch {
        padding: 100px 0px;
        background-position: left 38% bottom 50%;
    }
    #entre-catch h3 {
        font-size: 6vw;
    }
    #formFixd {
        border-top: 10px solid #ffea00;
    }
    #formFixd .staff {
        display: none;
    }
    #formFixd .formArea .flex {
        padding-left: 0px;
    }
    #formFixd .formArea .flex .btn01 {
        margin-right: 10px;
    }
    #formFixd .formArea h3 {
        font-size: 4vw;
    }
    .recruitcopyright {
        padding-bottom: 25vw;
    }
    .shiny-btn1 {
        font-size: 3.5vw;
    }
    .contact_recluit__catch {
        font-size: 5.5vw;
        padding: 10px 0 15px;
        margin-bottom: 30px;
    }
    .contact_recluit__catch:before {
        border-width: 18px 30px 0 30px;
        margin-left: -30px;
    }
    .contact_recluit .mes {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact_recluit .mwform-checkbox-field {
        display: inline-block;
    }
    
    
@media (max-width: 414px){
    .min{
        display: block;
    }
    .mv_recruitBtn {
        padding: 10px 10px 10px 3%;
        bottom: 3%;
    }
    .mv_recruitBtn::after {
        right: -5px;
        top: 14%;
        transform: scale(0.6);
    }
    .trigger1:before {
        width: 10px;
        height: 10px;
    }
    .trigger1::after {
        right: 3%;
        top: 28%;
    }
    .trigger2:after{
        left: 80%;
    }
    .recluit #entre-first .heading h3 br{
        display:block;
    }
    .trigger1:after {
        right: 49%;
        top: 68%;
    }
    .trigger1.is-active:after {
        top: 73%;
    }
    .entreArea__list {
        width: 90%;
    }
    .entreArea__list li {
        font-size: 4vw;
        width: 50%;
    }
    #about_recruit .txt03 {
        padding-bottom: 50px;
    }
    #entre-faq h4.faq__title {
        padding: 40px 10px 40px;
        margin-bottom: 50px;
    }
    #entre-faq .box {
        width: 100%;
    }
    #entre-faq .box .faq__Question {
        padding: 20px 0px 25px;
        font-size: 4vw;
    }
    #entre-faq .box .box__under span {
        font-size: 5.5vw;
    }
    #link_recruit table td{
        padding: inherit;
    }
    #link_recruit .btn a {
        padding: 10px 10px;
    }
    .shiny-btn1 {
        padding: 5px;
    }
    .shiny-btn1:after {
        right: 15px;
        width: 10px;
        height: 10px;
    }
    /* #link_recruit{
        padding:0;
    }
    #link_recruit table{
        border-left:none;
    }
    #link_recruit table td{
        display: block;
        width:100%;
        padding:30px 0;
        border-right:none;
    }
    #link_recruit table td h3{
        margin-bottom:10px;
        font-size:20px;
    } */
}
@media (max-width: 320px){
    .trigger2:after{
        left: 85%;
    }
}