@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    line-height: 1;
}

/* @media screen and (min-width:768px) and (max-width:1200px) {
    body {
        min-width: 1200px;
    }
} */

p {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.45;
    color: #393939;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
}

a {
    display: inline-block;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    a:hover {
        opacity: 0.6;
    }
}

.sp_br {
    display: none;
}

/**********************************************************
    
    header 

**********************************************************/


header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transition: all 0.5s;
}

.scroll_header {
    background-color: #FFF;
    transition: all 0.5s;
    padding: 0 2.5vw 0 1.041vw;
}

.logo {
    transition: all 0.5s;
}

.logo a {
    display: block;
    width: 306.08px;
    height: 44px;
    transition: all 0.5s;
}

main {
    max-width: 1190px;
    margin: 0 auto;
    margin-top: 84px;
}

.wrapper {
    width: 90%;
    margin: auto;
}

h1 {
    font-size: 2.4rem;
    line-height: 1.42;
    font-weight: bold;
    margin-bottom: 2.7rem;
}

.fv_slide {
    margin-bottom: 40px;
}

.img_slide {
    margin-bottom: 2rem;
}

.slick-track {
    margin-left: 0;
}

.slick-prev, .slick-next {
    z-index: 100;
    width: 40px;
    height: 40px;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #6f6f6f;
}

.slick-prev {
    left: 100px;
}

.slick-next {
    right: 100px;
}

.img_slide_item {
    margin: 0 15px;
}

.img_thumbnail .slick-track {
    width: 100%!important;
}

.img_thumbnail_item {
    margin-right: 10px;
}

.img_thumbnail .slick-current {
    border: 2px solid #6f6f6f;
}

.tag_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    display: inline-block;
    border: 1px solid #e21a6c;
    border-radius: 4px;
    color: #e21a6c;
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 10px;
    min-width: 80px;
    line-height: 1;
}

span.tag {
    margin-right: 10px;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 20px 0 12px 0;
}

.recruit_details {
    border: 1px solid #a6adb4;
    border-radius: 8px;
    line-height: 1.714;
    margin-bottom: 40px;
}

.recruit_details:last-child {
    margin-bottom: 0;
}

.recruit_field {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #a6adb4;
    font-size: 1.4rem;
}

.recruit_field dt {
    width: 170px;
    padding: 15px;
    border-right: 1px solid #a6adb4;
}

.recruit_field dd {
    width: calc(100% - 170px);
    font-weight: 400;
    padding: 15px 24px;
}

.recruit_field:last-child {
    border-bottom: none;
}

.recruit_price {
    font-size: 150%;
    font-weight: bold;
}

.recruit_btn {
    text-align: center;
    margin: 20px 0 80px 0;
}

.recruit_btn a {
    width: 100%;
    margin: auto;
    max-width: 472px;
    padding: 18px 0;
    font-size: 1.2rem;
    border-radius: 40px;
    font-weight: bold;
    background-color: #e21a6c;
    color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 5px 0px;
    cursor: pointer;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.recruit_btn a span {
    font-size: 1.8rem;
}

.tab_contents {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

.tab_menu {
    display: flex;
    justify-content: space-between;
}

.tab_menu div {
    width: 25%;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background-color: rgb(217, 217, 217);
    transition: background-color 0.3s;
    cursor: pointer;
}

.tab_menu div.active {
    background-color: #FFF;
    color: #e21a6c;
    border-bottom: 4px solid #e21a6c;
}

.tab_content {
    display: none;
    padding: 30px;
    background-color: #FFF;
}

.tab_content.active {
    display: block;
}

.link {
    position: relative;
    color: #00e;
    text-decoration: underline;
}

.link::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 15px;
    height: 15px;
    background-image: url(../img/link.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.recruit_flow_contents {
    border-radius: 8px;
    background: #FFFEE6;
    padding: 30px 40px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    border: 1px solid #a6adb4;
}

.recruit_flow_contents ul span {
    margin: 10px 0;
}