@charset "UTF-8";

html {
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
    background-color: #fff;
    color: #000;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.header {
    width: 15vw;
    position: fixed;
    left: 0;
    top: 0;
    padding: 191.65px 15px 0 0px;
}

.header__ttl {
    margin-bottom: 90px;
    padding-left: 60px;
}

.header__item {
    margin-bottom: 30px;
    padding-left: 60px;
}

.header__item--color {
    padding: 0;
}

.header__link {
    font-size: 2.7rem;
    font-weight: 700;
    color: #000;
    position: relative;
    transition: 0.3s;
}

.header__insta {
    width: 32px;
}

.header__insta svg {
    width: 100%;
}

.header__insta path {
    transition: 0.3s;
}

.header__insta:hover path {
    fill: #ed761b;
}

.header__link:hover {
    color: #ED761B;
}

.header__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    background-color: #ED761B;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.header__link:hover:before {
    right: 0;
}

.specific__link {
    color: #fff;
    background-color: #ED761B;
    padding: 16px 0 16px 60px;
    width: 100%;
    border-radius: 0 10px 10px 0;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    vertical-align: middle;
    font-weight: 700;
}

.specific__link img{
    content: "";
    width: 8px;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 6px;
}

.main {
    width: calc(100% - 15vw);
    margin-left: 15vw;
    padding: 111px 0 0;
}

.footer__copy {
    width: 90%;
    margin: auto;
    font-size: 1.4rem;
    padding: 120px 0 60px;
    text-align: right;
    color: #707070;
}

.fv {
    position: relative;
    max-width: 1300px;
    margin: auto;
    width: 86%;
}

.fv__ttl {
    font-size: 6.2rem;
    line-height: 2em;
    position: absolute;
    left: 122px;
    top: 110px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;

}

.fv__block {
    display: block;
}

.fv__link {
    letter-spacing: 0.1em;
    position: relative;
    border-radius: 50px;
    background-color: #ED761B;
    color: #fff;
    position: absolute;
    right: 91px;
    padding: 16px 45px;
    bottom: 45px;
    font-size: 1.8rem;
    font-weight: 700;
}

.fv__img {
    border-radius: 150px;
}

.philosophy {
    background-color: #F4F4F4;
    max-width: 1300px;
    margin: 206px auto 0;
    padding: 110px 8.5%;
    width: 86%;
    border-radius: 129px;
}



.philosophy__logo {
    width: 322px;
    margin: 0 auto 55px;
}

.philosophy__ttl {
    font-size: 3.8rem;
    margin-bottom: 122px;
    text-align: center;
}

.philosophy__label {
    font-size: 3.2rem;
    line-height: 1.5em;
    margin-bottom: 41px;
    font-weight: 600;
    letter-spacing: 0.072em;
}

.philosophy__detail {
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    line-height: 2em;
}

.service__ttl {
    margin-left: auto;
    margin-right: 0;
    margin-top: 206px;
    width: 53%;
    line-height: 1em;
    padding: 45px 0;
    font-size: 4.5rem;
    padding-left: 180px;
    color: #fff;
    background-color: #ED761B;
    border-radius: 100px 0 0 100px;
}

.service__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    width: 86%;
    margin: 48px auto 0;
}

.service__content {
    width: 27.38%;
}

.service__content--second,
.service__content--fifth {
    padding-top: 125px;
}

.service__content--third,
.service__content--sixth {
    padding-top: 250px;
}

.service__box {
    display: flex;
    align-items: center;
    padding-left: 80px;
    position: relative;
    height: 141px;
    margin-bottom: 93px;
}


.service-txt::before {
    content: "";
    width: 45px;
    height: 100%;
    border-radius: 100px;
    background-color: #ED761B;
    position: absolute;
    left: 0;
    top: 0;
}

.service-txt__ttl {
    font-size: 3.5rem;
    letter-spacing: 0.18em;
    line-height: 1em;
    margin-bottom: 19px;
}

.service-txt__label {
    font-size: 2.2rem;
    line-height: 1.4em;
    font-weight: 700;
}

.service__catch {
    font-size: 4rem;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    font-weight: 700;
    max-width: 1300px;
    width: 86%;
    margin: 120px auto 0;
}

.recruit-first {
    margin-top: 120px;
    text-align: center;
}

.contact {
    margin-top: 120px;
}

.recruit__ttl {
    width: 253.71px;
    margin: auto;
}

.recruit__link {
    letter-spacing: 0.1em;
    padding: 16px 45px;
    margin-top: 30px;
    color: #fff;
    background-color: #ED761B;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 700;
}

.message {
    max-width: 1300px;
    width: 86%;
    margin: 120px auto 0;
    overflow: hidden;
}

.message__label {
    font-size: 3.5rem;
    margin-bottom: 60px;
    font-weight: 700;
}

.message__wrap {
    overflow: hidden;
}

.message__space {
    float: left;
    font-size: 2em;
    height: 10em;
}

.message__detail {
    font-size: 2rem;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

.message__img {
    float: left;
    clear: both;
    margin: 0px 70px 0 0;
    width: 46%;
    border-radius: 131px;
    overflow: hidden;
}

.message__inner {
    display: block;
    text-align: right;
}

.message__name {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding-left: 281px;
    background-color: #fff;
}

.message__name::before {
    content: "";
    width: 281px;
    background-color: #000;
    height: 2px;
    position: absolute;
    left: -10px;
    top: calc(50% - 1px);
}

.company {
    margin-top: 120px;
}

.company__box {
    max-width: 1300px;
    width: 86%;
    margin: auto;
    background-color: #F4F4F4;
    padding: 111px 0 150px;
    border-radius: 129px;
}

.company__ttl {
    font-size: 3.9rem;
    letter-spacing: 0.07em;
    margin-bottom: 128px;
    text-align: center;
}

.company__item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
    width: 86%;
    margin: 0 auto 35px;
    justify-content: center;
}

.company__item--last {
    margin: 0 auto;
}


.company__label {
    text-align: right;
    width: 108px;
    font-size: 2rem;
    font-weight: 700;
}

.company__detail {
    margin-left: 124px;
    width: calc(100% - 232px);
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.company__button {
    width: 90%;
    max-width: 1300px;
    margin: 45px auto 0;
    text-align: center;
}

.company__link {
    padding: 29px 0;
    width: 858px;
    max-width: 90%;
    background: #ED761B;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    border-radius: 100px;
}

.access {
    margin: 120px auto 0;
    width: 90%;
    max-width: 1300px;
}

.access__ttl {
    text-align: center;
    font-size: 3rem;
}

.access__map {
    height: 518px;
    width: 100%;
    margin-top: 45px;
}

.progress {
    background: #fff;
    color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.progress__img {
    width: 15%;
    fill: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sp-hum {
    display: none;
}

.fv__img-sp {
    display: none;
}

.hum {
    display: none;
}

.policy {
    max-width: 1300px;
    width: 86%;
    margin: auto;
}

.policy__ttl {
    font-size: 4.8rem;
    text-align: center;
    margin: 0 0 42px;
    font-weight: 700;
}

.policy__label {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 80px;
    font-weight: 700;
}

.policy-box {
    margin-bottom: 75px;
}

.policy-box--last {
    margin-bottom: 0;
}

.policy-box__ttl {
    font-size: 2.4rem;
    padding: 24px 0;
    background-color: #ED761B;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    letter-spacing: 0.1em;
}

.policy-box__label {
    font-size: 2rem;
    margin-top: 30px;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.policy-box__center {
    text-align: center;
    margin-top: 51px;
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}

.policy-box__center--under {
    margin-top: 77px;
}

.policy-box__catch {
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    margin-top: 15px;
    font-weight: 700;
}

.policy-box__inner {
    font-size: 1.7rem;
    letter-spacing: 0.01em;
}

.policy-box__detail {
    font-size: 1.6rem;
    line-height: 2em;
    margin-top: 30px;
}

.policy-box__detail--spe {
    margin-top: 40px;
}

.specific-recruit__img {
    margin-top: 60px;
    margin-bottom: 28px;
}

.specific-recruit__img--under {
    margin-bottom: 0;
}

.policy-box__color {
    text-align: center;
    color: #E36809;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.policy-box__small {
    font-size: 1.7rem;
}

.policy-box__img {
    margin-top: 67px;
}

.policy-box__ttl--under {
    margin-top: 44px;
}

.message-sp {
    display: none;
}

.company__catch {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 2em;
    font-size: 2rem;
}

.recruit {
    position: relative;
    max-width: 1300px;
    margin: auto;
    width: 86%;
    text-align: left;
    padding-top: 120px;
}

.recruit-top {
    margin-bottom: 90px;
}

.recruit-top__label {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.recruit-top__detail {
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.recruit-top__ttl {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 45px;
    letter-spacing: 0.05em;
}

.recruit-main {
    margin-top: 120px;
}

.recruit-main__wrap {
    margin-top: 45px;
}

.recruit-main__content {
    display: flex;
    align-items: flex-start;
    padding: 30px 15px;
    border-bottom: 1px solid #A3A3A3;
}

.recruit-main__left {
    width: 30%;
    line-height: 2em;
    font-size: 1.4rem;
}

.recruit-main__right {
    width: 70%;
    font-size: 1.4rem;
    line-height: 2em;
}

.recruit-main__under {
    width: 80%;
    margin: 45px auto 60px;
    font-size: 1.4rem;
    line-height: 2em;
}

.recruit__under {
    text-align: center;
}

.recruit-under {
    margin-top: 120px;
    padding: 60px 0px;
    border-radius: 120px;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2em;
}

.recruit-under__img {
    width: 54%;
    display: block;
    margin: auto;
}

.recruit-under__link {
    padding: 29px 0;
    width: 858px;
    max-width: 90%;
    background: #ED761B;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    border-radius: 100px;
    margin-top: 16px;
}

.contact__wrap {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.contact__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 16px;
    border-bottom: 1px solid #A3A3A3;
}

.contact__left {
    width: 30%;
    font-size: 1.6rem;
    position: relative;
}

.contact__left.must::before {
    content: "必須";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #505050;
    color: #fff;
    padding: 0 0.5em;
    font-size: 1.4rem;
}

.contact__right {
    width: 60%;
    font-size: 1.6rem;
}

.contact__input {
    width: 100%;
    border: 1px solid #A3A3A3;
    height: 2em;
    padding: 0 0.5em;
}

.contact__area {
    width: 100%;
    border: 1px solid #A3A3A3;
    padding: 0.5em;
}

.contact__pri {
    margin: 80px 0 0;
}

.contact__label {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact__detail {
    font-size: 1.4rem;
    height: 420px;
    overflow-y: scroll;
    border: 1px solid #A3A3A3;
    padding: 20px;
    line-height: 1.5em;
}

.check {
    text-align: center;
    margin-top: 30px;
}

.check__left {
    margin-right: 10px;
}

.check__main {
    font-size: 1.4rem;
}

.check__wrap {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.submit__wrap {
    text-align: center;
    margin-top: 80px;
}

.submit {
    padding: 16px 0;
    width: 600px;
    max-width: 90%;
    background: #ED761B;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 100px
}

label.error {
    display: block;
    margin-top: 0.5em;
    font-size: 1.4rem;
    color: red;
}

.check__wrap label.error {
    position: absolute;
    top: 100%;
    left: 0%;
    white-space: nowrap;
    margin-top: 0.5em;
}



.thanks {
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-width: 100%;
}

.thanks__title {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

.thanks__text {
    font-size: 1.4rem;
    line-height: 2em;
}

.thanks__wrap {
    max-width: 100%;
}

.contact__btn-wrap {
    padding: 16px 0;
    width: 600px;
    max-width: 90%;
    background: #ED761B;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 100px;
    margin-top: 60px;
}

.specific-recruit__img--under--sp {
    display: none;
}

.specific-recruit__img--sp {
    display: none;
}

.policy-box__color {
    margin-top: 28px;
}

.sp-br {
    display: none;
}

@media screen and (max-width:1700px) {
    .header__item {
        margin-bottom: 20px;
        padding-left: 45px;
    }

    .specific__link {
        padding-left: 45px;
    }

    .header__link {
        font-size: 1.8rem;
    }

    .header__item--color {
        padding: 0;
    }

    .fv__ttl {
        font-size: 4.2rem;
        line-height: 1.5em;
    }

    .header__logo {
        width: 75%;
    }

    .header {
        padding: 120px 15px 0 0;
        width: 20vw;
    }

    .main {
        padding-top: 90px;
        width: calc(100% - 20vw);
        margin-left: 20vw;
    }

    .fv__ttl {
        left: 97px;
        top: 89px;
    }

    .fv__link {
        right: 70px;
    }

    .fv__img {
        border-radius: 75px;
    }

    .philosophy {
        margin-top: 120px;
        border-radius: 75px;
    }

    .philosophy__ttl {
        margin-bottom: 60px;
        font-size: 2.8rem;
    }

    .philosophy__label {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .philosophy__detail {
        font-size: 1.6rem;
    }

    .philosophy__logo {
        width: 228px;
        margin: 0 auto 27px;
    }

    .service__ttl {
        margin-left: auto;
        margin-right: 0;
        margin-top: 120px;
        width: 50%;
        font-size: 2.4rem;
        padding-left: 45px;
        padding: 20px 0 20px 70px;
        color: #fff;
        background-color: #ED761B;
        border-radius: 100px 0 0 100px;
    }

    .service__box {
        display: flex;
        align-items: center;
        padding-left: 45px;
    }

    .service-txt::before {
        width: 30px;
    }

    .service__wrap {
        margin-top: 30px;
    }

    .service-txt__ttl {
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }

    .service__catch {
        line-height: 1.7em;
    }

    .service__box {
        height: 120px;
    }

    .service-txt__label {
        font-size: 1.6rem;
    }

    .service__catch {
        font-size: 3.2rem;
    }

    .message__detail {
        font-size: 1.6rem;
    }

    .message__img {
        margin: 0px 40px 0 0;
        border-radius: 61px;
    }

    .company__label {
        font-size: 1.6rem;
    }

    .company__detail {
        margin-left: 60px;
        font-size: 1.6rem;
    }

    .message__label {
        font-size: 3.4rem;
        margin-bottom: 25px;
    }

    .company__ttl {
        font-size: 3rem;
        margin-bottom: 45px;
    }



    .company__link,
    .recruit-under__link {
        padding: 18px 0;
        max-width: 50%;
        font-size: 2rem;
        text-align: center;
        border-radius: 100px;
    }

    .contact__btn-wrap {
        padding: 18px 0;
        max-width: 50%;
        font-size: 2.6rem;
        text-align: center;
        border-radius: 100px;
    }

    .message__label {
        font-size: 3rem;
    }

    .company__box {
        padding: 110px 0;
    }
}
@media screen and (max-width:1400px) {
    .message__space {
        height: 13em;
    }
}

@media screen and (max-width:1350px) {
    /* .header{
        padding-top: 50px;
    } */
    .header__ttl {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1200px) {
    .header {
        width: 20vw;
    }

    .main {
        width: calc(100% - 20vw);
        margin-left: 20vw;
        padding-top: 30px;
    }

    .fv__ttl {
        font-size: 3.2rem;
        left: 60px;
        top: 55px;
    }

    .fv__link {
        padding: 0 75px;
        height: 68px;
        line-height: 68px;
        right: 63px;
        bottom: 35px;
        font-size: 2.4rem;
    }

    .fv__img {
        border-radius: 38px;
    }

    .philosophy {
        padding: 60px 5%;
    }

    .philosophy__logo {
        width: 180px;
        margin: 0 auto 10px;
    }

    .philosophy__ttl {
        font-size: 2.4rem;
        margin-bottom: 28px;
    }

    .philosophy__label {
        font-size: 2.4rem;
    }

    .service__ttl {
        font-size: 2.8rem;
        margin-top: 45px;
        padding: 30px 0;
        padding-left: 45px;
    }

    .service-txt__ttl {
        font-size: 2.3rem;
    }

    .service-txt::before {
        width: 30px;
    }

    .service__box {
        padding-left: 45px;
        margin-bottom: 30px;
    }

    .service__content--second,
    .service__content--fifth {
        padding-top: 90px;
    }

    .service__content--third,
    .service__content--sixth {
        padding-top: 180px;
    }

    .service__catch {
        font-size: 2.4rem;
    }

    .message__detail {
        font-size: 1.4rem;
    }

    .recruit {
        margin-top: 100px;
    }

    .contact {
        margin-top: 100px;
    }

    .message {
        margin-top: 100px;
    }

    .message__label {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .message__img {
        border-radius: 50px;
        margin-right: 35px;
        width: 40%;
    }

    .recruit__link {
        font-size: 2.4rem;
    }

    .company {
        margin-top: 60px;
    }

    .company__box {
        border-radius: 75px;
        padding: 60px 0;
    }

    .company__ttl {
        margin-bottom: 45px;
    }

    .company__item {
        margin-bottom: 20px;
    }

    .company__label,
    .company__detail {
        width: 100%;
        text-align: left;
        margin: 0;
        font-size: 1.6rem;
    }

    .company__label {
        margin-bottom: 6px;
    }

    .access {
        margin: 139px auto 0;
    }

}


@media screen and (max-width:1320px) {
    .header {
        width: 100%;
        z-index: 1;
        padding: 15px 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;

    }
    .header__ttl {
    margin: 0;
    width: 120px;
}
    .header__ttl{
        padding: 0;
    }
    .specific__link img{
        display: none;
    }
    .header__list {
        text-align: center;
    }

    .header__item {
        padding: 0;
    }

    .specific__link {
        padding: 0.5em 2em;
        border-radius: 5px;
    }

  

    .header__list {
        display: flex;
        align-items: center;
    }

    .header__list {
        display: none;
    }

    .hum {
        display: block;
        width: 47px;
        height: 47px;
        transition: 0.3s;
        cursor: pointer;
        position: fixed;
        right: 25px;
        top: 25px;
        z-index: 3;
    }

    .hum.open {
        transform: rotate(-90deg);
    }

    .hum__line {
        display: inline-block;
        height: 1px;
        width: 17px;
        background: #000000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -2.5px);
    }

    .hum__line--under {
        transform: translate(-50%, 2.5px);
    }

    .header-sp__back {
        border-radius: 1000px;
        width: 47px;
        height: 47px;
        position: fixed;
        right: 25px;
        top: 25px;
        background: #fff;
        transition: 0.3s;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);

    }

    .header-sp__back.open {
        width: 200%;
        height: 200vh;
        right: -50%;
        top: -50vh;
    }

    .header__list {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .main {
        margin: 0;
        width: 100%;
        padding: 0;
    }


}

@media screen and (max-width:1200px) {
    .header{
        padding-right: 0;
    }
}

@media screen and (max-width:1024px) {

    .fv {
        width: 100%;
        height: 100vh;
        background-image: url(../img/fv-sp.jpg);
        background-size: cover;
        background-position: center center;
    }

    .fv__img {
        display: none;
        border-radius: 0;
    }

    .fv__ttl {
        text-align: center;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }

    .fv__link {
        right: auto;
        left: 50%;
        bottom: 90px;
        transform: translateX(-50%);
    }

    .philosophy {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .service__content {
        width: 45%;
    }

    .service__catch {
        margin-top: 30px;
    }

    .company__box {
        width: 100%;
        border-radius: 0;
    }

    .message {
        width: 100%;
    }

    .message__label,
    .message__detail {
        padding: 0 5%;
    }

    .message__img {
        border-radius: 0;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .message-pc {
        display: none;
    }

    .message-sp {
        display: block;
    }

    .message__space {
        display: none;
    }

    .access {
        width: 100%;
    }



    .service__content {
        padding: 0;
        margin-bottom: 30px;
    }

    .policy {
        width: 100%;
        padding: 60px 0 0;
    }

    .policy-box__label {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .policy-box__detail {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }

    .policy-box__catch {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:769px) {
      .header__ttl {
        margin: 0;
        width: 86px;
    }
    .fv__ttl {
        width: 100%;
    }

    .fv__link {
        width: 80%;
        text-align: center;
        padding: 15px;
        font-size: 1.8rem;
        height: auto;
        line-height: 1em;
    }

    .service__ttl {
        width: 90%;
        font-size: 2.3rem;
        padding: 16px 0 16px 30px;
    }

    .recruit__link {
        width: 80%;
        text-align: center;
        padding: 15px;
        font-size: 1.8rem;
        height: auto;
        line-height: 1em;
    }

    .company__button {
        margin: 37px auto 0;
        width: 80%;
    }

    .company__link,
    .recruit-under__link {
        width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 1.8rem;
        height: auto;
        line-height: 1em;
        max-width: none;
    }

    .service-txt__ttl {
        font-size: 1.6rem;
    }

    .service-txt__label {
        font-size: 1rem;
    }

    .service__box {
        padding-left: 26px;
        height: 65px;
        margin-bottom: 10px;
    }

    .service-txt::before {
        width: 15px;
    }

    .service__content img {
        width: 90%;
        display: block;
        margin: auto;
    }


    .message__name {
        font-size: 1.8rem;
    }

    .recruit__ttl {
        width: 200px;
    }

    .message__label {
        font-size: 2.2rem;
    }

    .access {
        margin: 70px auto 0;
    }

    .policy {
        padding-top: 120px;
    }

    .message__name {
        padding-left: 0;
        position: static;
        background-color: #fff;
        padding-left: 1em;
    }

    .message__detail {
        position: relative;
    }

    .message__name::before {
        left: 5%;
        bottom: 13px;
        top: auto;
        z-index: -1;
    }

    .recruit {
        width: 90%;
    }

    .recruit-main__content {
        flex-wrap: wrap;
    }

    .recruit-main__left {
        width: 100%;
        font-weight: bold;
    }

    .recruit-main__right {
        width: 100%;
    }

    .contact {
        margin-top: 100px;
        padding-top: 120px;
    }

    .contact__btn-wrap {
        width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 1.8rem;
        height: auto;
        line-height: 1em;
        max-width: none;
    }

    .contact__wrap {
        width: 90%;
    }

    .contact__content {
        flex-wrap: wrap;
    }

    .contact__right {
        width: 100%;
    }

    .contact__left {
        width: auto;
        display: inline-block;
        margin-bottom: 15px;
    }

    .contact__left.must::before {
        right: auto;
        left: calc(100% + 30px);
        width: 3.5em;
        text-align: center;
    }

    .submit {
        width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 1.8rem;
        height: auto;
        line-height: 1em;
        max-width: none;
    }

    .recruit-under {
        margin-top: 30px;
        border-radius: 0%;
        font-size: 1.4rem;
    }

    .recruit-under__img {
        width: 100%;
    }

    .recruit-under__link {
        width: 80%;
    }
}

@media screen and (max-width:481px) {
    .philosophy__label {
        font-size: 2rem;
    }

    .philosophy__detail {
        font-size: 1.4rem;
    }

    .message__img {
        width: 100%;
    }

    .company__label,
    .company__detail {
        font-size: 1.4rem;
    }

    .access__ttl,
    .company__ttl {
        font-size: 2.4rem;
    }

    .access__map {
        margin-top: 20px;
    }

    .policy__ttl {
        font-size: 2rem;
        margin: 0 0 21px;
    }

    .policy__label {
        font-size: 2rem;
    }

    .policy-box__ttl {
        font-size: 2rem;
        border-radius: 0;
    }

    .policy-box__catch {
        font-size: 1.6rem;
    }

    .policy-box__detail {
        font-size: 1.4rem;
    }

    .policy-box__label {
        font-size: 1.8rem;
    }

    .progress__img {
        width: 33%;
    }

    .recruit {
        padding: 30px 0 0;
    }

    .recruit-top__label {
        margin-bottom: 10px;
    }

    .recruit-main__line {
        width: 60px;
        height: 2.5px;
    }

    .recruit-main__wrap {
        margin-top: 30px;
    }

    .recruit-main__content {
        padding: 15px 0;
    }

    .recruit-main__under {
        width: 100%;
    }

    .recruit-top__ttl {
        font-size: 2.6rem;
        margin-bottom: 45px;
    }

    .recruit-main {
        margin-top: 60px;
    }

    .recruit-top__label {
        font-size: 2rem;
    }

    .recruit-main__right {
        font-size: 1.4rem;
    }

    .recruit-main__under {
        width: 90%;
        font-size: 1.4rem;
        margin: 30px auto 45px;
    }

    .recruit-top {
        padding-left: 5%;
        padding-right: 5%;
    }

    .recruit {
        width: 100%;
    }

    .recruit-main__wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

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

    .company__link,
    .recruit-under__link {
        font-size: 1.6rem;
    }

    .thanks__title {
        font-size: 2rem;
    }

    .thanks__text {
        font-size: 1.2rem;
    }

    .contact__btn-wrap {
        font-size: 1.6rem;
    }

    .contact {
        padding: 30px 0 0;
    }

    .contact__content {
        padding: 16px 10px;
    }

    .contact__left {
        margin-bottom: 10px;
    }

    .contact__left {
        font-size: 1.2rem;
    }

    .contact__input {
        font-size: 1.2rem;
        height: 30px;
    }

    .contact__right {
        font-size: 1.2rem;
    }

    .contact__area {
        font-size: 1.2rem;
    }

    .contact__detail {
        font-size: 1.2rem;
        height: 300px;
    }

    .contact__pri {
        margin: 40px 0 0;
    }

    .check__main {
        font-size: 1.2rem;
    }

    .submit__wrap {
        text-align: center;
        margin-top: 41px;
    }

    .contact__left.must::before {
        font-size: 1.1rem;
    }

    .company__catch {
        font-size: 1.6rem;
    }

    .header__insta {
        width: 28px;
    }

    .header__insta svg {
        width: 100%;
        height: auto;
    }

    .policy-box__color {
        font-size: 1.4rem;
    }

    .policy-box__small {
        font-size: 1.2rem;
    }

    .policy-box__center {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 1.8rem;
    }

    .specific-recruit__img--under {
        display: none;
    }

    .specific-recruit__img--sp {
        display: none;
    }

    .specific-recruit__img--under--sp {
        display: block;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 28px;
    }

    .policy-box__small {
        display: block;
        margin-top: 0.5em;
    }

    .specific__link {
        font-size: 1.5rem;
    }

    .message__label,
    .message__detail {
        padding: 0 6%;
    }

    .header__ttl {
        padding: 0;
    }

    .header__link {
        font-size: 2.2rem;
    }

    .specific__link {
        font-size: 1.7rem;
    }

    .header__list {
        width: 60%;
    }

    .policy-box__color {
        display: none;
    }

    .specific-recruit__img--uni--sp {
        margin-bottom: 0;
    }

    .recruit-under--uni {
        margin-top: 0;
    }

    .sp-br {
        display: block;
    }
    .policy-box__center--under{
        margin-top: 60px;
    }
    .specific__link img{
        display: none;
    }
}

.thanks-page {
    padding: 0;
}