@charset "utf-8";

:root {
    --base-color: #fff;
    /*テンプレートの土台となる色（主に背景カラー）*/
    --base-inverse-color: #0e211f;
    /*上のbase-colorの対となる色（主にテキストカラー）*/
    --primary-color: #ed171e;
    /*テンプレートのメインまたはアクセントカラー*/
    --primary-inverse-color: #fff;
    /*上のprimary-colorの対となる色*/
    --content-space: 2rem;
    /*余白の一括管理用。2rem＝2文字分。*/
}

.recruit-lp .only-pc {
    display: block;
}

@media screen and (max-width: 900px) {
    .recruit-lp .only-pc {
        display: none;
    }
}

.recruit-lp .only-sp {
    display: none;
}

@media screen and (max-width: 900px) {
    .recruit-lp .only-sp {
        display: block;
    }
}

body.recruit-lp  * {
    box-sizing: border-box;
}

html.recruit-lp {
    font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    line-height: 2;
}

body.recruit-lp,
html.recruit-lp {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    font-size: 17px;
}

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

    body.recruit-lp ,
    html.recruit-lp  {
        font-size: 16px;
    }
}

.recruit-lp .main {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.recruit-lp section {
    padding: 2rem 0
}

@media screen and (max-width: 600px) {
    .recruit-lp section {
        padding: 0 0;
    }
}

.recruit-lp img {
    width: 100%;
    vertical-align: middle;
}

.recruit-lp a {
    text-decoration: none;
}

.recruit-lp a:hover {
    filter: brightness(1.1);
}

.recruit-lp h1,
.recruit-lp h2,
.recruit-lp h3,
.recruit-lp h2,
.recruit-lp p {
    margin: 0;
}

.recruit-lp p {
    margin: 0;
}

.recruit-lp h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}

@media screen and (max-width: 900px) {
    .recruit-lp h2 {
        font-size: 1.7rem;
    }
}

.recruit-lp .title-oruby {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
    .recruit-lp .title-oruby {
        font-size: 1.7rem;
        line-height: 1.6;
    }
}

.recruit-lp .title-oruby span {
    padding: 0px 10px 0px 10px;
    background: linear-gradient(transparent 60%, #FFD7D7 33%);
}

.recruit-lp .title-oruby::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: -35px 0px 0px -90px;
    background-image: url("/resources/images/recruit_lp/img/white-oruby.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
    .recruit-lp .title-oruby::before {
        width: 80px;
        margin: -35px 0px 0px -70px;
    }
}

/*wrapper設定--------------------------------*/

.recruit-lp .wrapper_lp {
    margin: auto;
    width: 940px;
    max-width: 1000px;
}

@media screen and (max-width: 1280px) {
    .recruit-lp .wrapper_lp {
        width: 92%;
    }
}

@media screen and (max-width: 1181px) {
    .recruit-lp .wrapper_lp {
        width: 92%;
    }
}

.recruit-lp .wrapper_lp.-size-full {
    width: 100%;
}

.recruit-lp .wrapper_lp.-size-l {
    width: 1310px;
    max-width: 1310px;
}

@media screen and (max-width: 1310px) {
    .recruit-lp .wrapper_lp.-size-l {
        width: 100%;
    }
}

@media screen and (max-width: 1181px) {
    .recruit-lp .wrapper_lp.-size-l {
        width: 92%;
    }
}

.recruit-lp .wrapper_lp.-size-m {
    margin: 0 auto;
    box-sizing: border-box;
    zoom: 1;
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 1280px) {
    .recruit-lp .wrapper_lp.-size-m {
        width: 90%;
    }
}

@media screen and (max-width: 1181px) {
    .recruit-lp .wrapper_lp.-size-m {
        width: 92%;
    }
}

.recruit-lp .wrapper_lp.-size-s2 {
    width: 720px;
    max-width: 720px;
}

@media screen and (max-width: 1280px) {
    .recruit-lp .wrapper_lp.-size-s2 {
        width: 90%;
    }
}

.recruit-lp .wrapper_lp.-size-s {
    width: 600px;
    max-width: 600px;
}

@media screen and (max-width: 1280px) {
    .recruit-lp .wrapper_lp.-size-s {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .recruit-lp .wrapper_lp.-size-s {
        width: 100%;
    }
}

/*wrapper設定--------------------------------*/

/*container設定--------------------------------*/
.recruit-lp .container {
    padding: 2.5rem 0;
}

.recruit-lp .container.-size-l {
    padding: 4rem 0;
}

.recruit-lp .container.-size-m {
    padding: 2rem 0;
}

.recruit-lp .container.-size-s {
    padding: 1rem 0;
}

.recruit-lp #top-visual {
    padding: 0;
}


/*btn5
--------------------------------*/
.recruit-lp .top-btn {
    position: relative;
    background: #FFFFFF;
    color: #ED171E;
    padding: 1rem 3rem;
    margin: -13% 0 7% 11%;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 10px;
    width: 600px;
    text-align: center;
}

@media screen and (max-width:1350px) {
    .recruit-lp .top-btn {
        margin: -13% 0 6% 11%;
        width: 400px;
        padding: 0.6rem 3rem;
    }
}

@media screen and (max-width:1100px) {
    .recruit-lp .top-btn {
        margin: -13% 0 6% 11%;
        width: 300px;
        font-size: 1rem;
    }
}

@media screen and (max-width:900px) {
    .recruit-lp .top-btn {
        margin: -30% auto 12% auto;
        width: 80%;
        padding: 1rem 3rem;
        font-size: 1rem;
    }
}

@media screen and (max-width:500px) {
    .recruit-lp .top-btn {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}


.recruit-lp .top-btn a {
    text-decoration: none;
}

.recruit-lp .top-btn:hover {
    transform: scale(1.02);
}

.recruit-lp #sec00 h2 {
    color: var(--primary-color);
    margin-top: 30px;
}

.recruit-lp #sec00 p {
    line-height: 2.8rem;
}

@media screen and (min-width:1024px) {
    .recruit-lp #sec00 p {
        text-align: center;
    }
}

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

    .recruit-lp #sec00 p {
        line-height: 2rem;
    }

    .recruit-lp #sec00 h2 {
        line-height: 2.5rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

}

@media screen and (max-width:500px) {
    .recruit-lp #sec00 h2 {
        font-size: 1.1rem;
        line-height: 2.3rem;
    }

}

.recruit-lp #sec00 {
    background-image: url("/resources/images/recruit_lp/img/00-back-right.png"), url("/resources/images/recruit_lp/img/00-back-left.png");
    background-size: contain;
    background-repeat: no-repeat, no-repeat;
    background-position: right, left;
}

.recruit-lp .text-box00 {
    padding: 0 5%;
}


.recruit-lp .text01 {
    margin: 0 10%;
}

@media screen and (max-width:600px) {
    .recruit-lp .text01 {
        margin: 0 0;
    }
}

.recruit-lp #sec01 p {
    text-align: left;
}

.recruit-lp .img01 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}


.recruit-lp #sec02 {
    padding-bottom: 80px;
    background-image: url("/resources/images/recruit_lp/img/02-back-right.png"), url("/resources/images/recruit_lp/img/02-back-left.png");
    background-size: 400px;
    background-repeat: no-repeat, no-repeat;
    background-position: right, left;
}

@media screen and (max-width:1024px) {
    .recruit-lp #sec02 {
        background-image: none;
    }
}

@media screen and (max-width:1024px) {
    .recruit-lp #sec02 {
        padding-bottom: 0px;
    }
}

.recruit-lp #sec02 p {
    text-align: center;
}

.recruit-lp .box1 {
    margin: 10px auto;
    margin-top: 20px;
    max-width: 750px;

}

.recruit-lp .box1 li {
    flex-basis: 30%;
    margin-bottom: 20px;
    margin: 0px 5px 20px 5px;
    display: inline-block;
}

.recruit-lp .box1 img {
    width: 100%;
}

.recruit-lp .flex_2col,
.recruit-lp .flex_3col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.recruit-lp .flex_2col li {
    flex-basis: 45%;
    margin-bottom: 20px;
    display: inline-block;
}

.recruit-lp .flex_3col li {
    flex-basis: 31%;
    margin-bottom: 20px;
    display: inline-block;
}



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

    .recruit-lp #sec03.flex_3col {
        display: block;
        padding: 0;
        text-align: center;
        justify-content: center;
    }

    .recruit-lp #sec03 .imgbox {
        width: 200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    .recruit-lp .flex_2col li {
        flex-basis: 100%;
    }

    .recruit-lp #sec02.flex_3col li {
        flex-basis: 45%;
    }

    .recruit-lp #sec03.flex_3col li {
        flex-basis: 100%;
    }

    .recruit-lp section {
        padding: 0 0;
    }
}


.recruit-lp .box2 {
    margin: 10px auto;
    margin-top: 4%;
    max-width: 1000px;
}

.recruit-lp .box2 .imgbox {
    width: 100%;
    text-align: center;
}

.recruit-lp .sec03-icon {
    width: 60%;
}

@media only screen and (max-width: 600px) {
    .recruit-lp .sec03-icon {
        width: 40%;
    }
}

.recruit-lp .box2 li {
    flex-basis: 30%;
    margin-top: 20px;
    padding: 0 30px;
    margin: 0px 10px 20px 10px;
}

.recruit-lp ul {
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .recruit-lp .box2 li {
        flex-basis: 100%;
        margin: 0px 10px 30px 10px;
    }
}

.recruit-lp .center-p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.recruit-lp .img03 {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
}

@media only screen and (max-width: 1024px) {
    .recruit-lp #sec03.flex_3col li {
        flex-basis: 100%;
    }
}

.recruit-lp #sec04 p {
    position: relative;
}

.recruit-lp .title-p {
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
}

.recruit-lp #sec04 .title-p::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    margin: -20px 0 0 -40px;
    background-color: #FFFBEF;
    border-radius: 50%;
    z-index: 0;
}

@media only screen and (max-width: 900px) {
    .recruit-lp #sec04 .title-p::before {
        margin: -25px 0 0 -15px;
    }
}

.recruit-lp .point-box04 {
    margin: 0 auto;
}

.recruit-lp .point04 {
    margin-bottom: 80px;
}

.recruit-lp .photo-box04 {
    display: flex;
    margin: 40px 15px;
}

.recruit-lp .photo-box04 img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .recruit-lp .photo-box04 {
        display: block;
    }

    .recruit-lp .photo-box04 img {
        height: auto;
    }

    .recruit-lp .point04 {
        margin-bottom: 60px;
    }
}

.recruit-lp .photo-04-3 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2%;
}

.recruit-lp .sec04-top {
    margin-bottom: 70px;
}

.recruit-lp .point-box04 {
    max-width: 800px;
}

.recruit-lp #sec04 .wrapper_lp.-size-m {
    padding: 0 20px;
}

.recruit-lp .oruby04-1.oruby04-2 {
    width: 100%;
}

.recruit-lp #sec05 {
    background-image: url("/resources/images/recruit_lp/img/05-back.png");
    background-repeat: no-repeat;
}

.recruit-lp #sec05 img {
    margin: 10px 0 30px 0;
}

.recruit-lp .box3 {
    margin: 10px 10%;
}

.recruit-lp #sec05 h4 {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.recruit-lp #sec05 p {
    line-height: 1.5rem;
}

.recruit-lp #sec06 .title-oruby::before {
    background-image: url("/resources/images/recruit_lp/img/red-oruby.png");
    margin: -60px 0px 0px -60px;
}

.recruit-lp .box06 {
    display: flex;
    justify-content: center;
}

.recruit-lp .box06-mini {
    background-color: #FFFFFF;
    width: 40%;
    max-width: 600px;
    border: 3px solid #313131;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 15px 15px 0px 0px var(--primary-color);
}

.recruit-lp .mini-left {
    margin-right: 5%;
}

@media only screen and (max-width: 1300px) {
    .recruit-lp .box06 {
        display: block;
    }

    .recruit-lp .box06-mini {
        margin: 0 auto;
        margin-bottom: 80px;
        width: 85%;
        max-width: 900px;
    }
}

@media only screen and (max-width: 600px) {
    .recruit-lp .box06 {
        display: block;
    }

    .recruit-lp .box06-mini {
        margin-bottom: 80px;
        width: 95%;
        padding: 30px;
        border: 3px solid #c7c7c7;
        border-radius: 35px;
        box-shadow: 5px 15px 0px 0px var(--primary-color);
    }
}

.recruit-lp .member-profile {
    display: flex;
    margin-bottom: 40px;
}

.recruit-lp .member-photo {
    text-align: center;
    width: 150px;
    margin-right: 40px;
}

.recruit-lp .member-name p {
    line-height: 3rem;
}

.recruit-lp .year {
    font-size: 1.4rem;
}

.recruit-lp .name {
    font-size: 3rem;
}

.recruit-lp .note-btn {
    color: #FFFFFF;
    background-color: #313131;
    padding: 10px;
    max-width: 180px;
    text-align: center;
    border-radius: 10px;
    margin: 0 0 0 auto;
}

.recruit-lp .interview-q {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
}

.recruit-lp .interview-a {
    margin-bottom: 30px;
}

.recruit-lp #sec07 .wrapper_lp-size-m {
    width: 100%;
    max-width: 100%;
}

.recruit-lp #sec07 {
    margin-top: 6%;
    background-color: #FFF8F8;
    padding-bottom: 80px;
    background-image: url("/resources/images/recruit_lp/img/07-back-right.png"), url("/resources/images/recruit_lp/img/07-back-left.png");
    background-size: auto 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: right, left;
}

.recruit-lp #sec07 .title-oruby::before {
    background-image: url("/resources/images/recruit_lp/img/blue-oruby.png");
    margin: -60px 0px 0px -60px;
}

.recruit-lp .box07 {
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 60px;
    border-radius: 35px;
}

@media only screen and (max-width: 900px) {
    .recruit-lp .box07 {
        padding: 30px;
    }
}

.recruit-lp .day07 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3rem;
    background: linear-gradient(to right, #ED171E, #ffffff);
    padding-left: 4%;
    margin-bottom: 20px;
    margin-left: -30px;

}

.recruit-lp .time {
    font-weight: bold;
    font-size: 1.3rem;
}

.recruit-lp .arrow07 {
    color: #ffbcbc;
    font-weight: bold;
    font-size: 2rem;
    margin-left: 0.7rem;
    line-height: 1.2;
}

.recruit-lp .box07::before {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: right;
    margin: 100px 0 0 600px;
    width: 700px;
    height: 25%;
    background-image: url("/resources/images/recruit_lp/img/07day.jpeg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 900px) {
    .recruit-lp .box07::before {
        display: none;
    }
}

.recruit-lp .photo07 {
    display: none;
}

@media only screen and (max-width: 900px) {
    .recruit-lp .photo07 {
        display: block;
        width: 80%;
        margin: 3% auto;

    }
}

.recruit-lp #sec08 {
    padding: 0;
}

.recruit-lp .box08 {
    margin: 0 auto;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 30px 20px;
    text-align: center;
}

.recruit-lp .text08-1 {
    font-weight: bold;
    font-size: 3rem;
}

.recruit-lp .text08-2 {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
    .recruit-lp .text08-1 {
        font-size: 1.8rem;
    }

    .recruit-lp .text08-2 {
        font-size: 1rem;
    }
}

.recruit-lp .img08 {
    text-align: center;
    margin: 40px auto;
    width: 300px;
}

.recruit-lp .mendan {
    width: 400px;
    max-width: 90%;
}

.recruit-lp .arrow {
    width: 200px;
    max-width: 30%;
}

@media only screen and (max-width: 600px) {
    .recruit-lp .container {
        padding: 2rem 0;
    }
}

.recruit-lp section .inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.recruit-lp footer {
    display: flex;
    background-color: var(--primary-color);
    justify-content: center;
    padding: var(--content-space);
}

.recruit-lp .ruby-footer {
    display: flex;
}

@media only screen and (max-width: 900px) {
    .recruit-lp .ruby-footer {
        display: block;
    }
}

.recruit-lp .logo {
    width: 300px;
    background-color: #FFFFFF;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    margin: auto 0;
    margin-right: 80px;
}

@media only screen and (max-width: 600px) {
    .recruit-lp .logo {
        width: 50%;
    }
}

.recruit-lp .copy {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8rem;
}

.recruit-lp section.contact_recruit {
    padding: 0px;
}

.recruit-lp section.contact_recruit .required {
    font-size: 20px;
    color: #c8161d;
}

.recruit-lp section.contact_recruit p.text {
    color: #595757;
    margin: auto;
    max-width: 700px;
    padding-left: 100px;
}

.recruit-lp section.contact_recruit table {
    margin: auto;
    width: 700px;
}

.recruit-lp section.contact_recruit table tr {
    height: 80px;
    border-bottom: 1px dashed #d5b4bd;
}

.recruit-lp section.contact_recruit table tr:last-child {
    border: 0;
}

.recruit-lp section.contact_recruit table th,
.recruit-lp section.contact_recruit table td {
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    padding: 20px 0 30px;
}

.recruit-lp section.contact_recruit table th {
    font-weight: bold;
    width: 195px;
    padding-left: 15px;
}

.recruit-lp section.contact_recruit table td {
    position: relative;
    padding-right: 15px;
}

.recruit-lp section.contact_recruit table td.privacy {
    padding: 20px 0;
}

.recruit-lp section.contact_recruit table td input {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.recruit-lp section.contact_recruit table td select {
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.recruit-lp section.contact_recruit table td textarea {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 15px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.recruit-lp section.contact_recruit .form_content th {
    vertical-align: 30px;
    padding-top: 30px;
}

.recruit-lp section.contact_recruit table td select option {
    padding: 5px;
}

.recruit-lp section.contact_recruit table td .anno,
.recruit-lp section.contact_recruit table td .error {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.recruit-lp section.contact_recruit table td .error {
    color: #c8161d;
}

.recruit-lp section.contact_recruit table td.privacy input {
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
}

.recruit-lp section.contact_recruit table td.privacy a {
    color: #6565F4;
    text-decoration: underline;
    margin-left: 10px;
}

.recruit-lp section.contact_recruit .btn_submit {
    margin: auto;
    text-align: center;
}

.recruit-lp section.contact_recruit .btn_submit input {
    font-size: 14px;
    display: inline-block;
    width: 80%;
    height: 50px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.recruit-lp section.contact_recruit div.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 300px;
}

.recruit-lp section.contact_recruit .btn_submit {
    margin-bottom: 50px;
    text-align: center;
    max-width: 80%;
}

.recruit-lp section.contact_recruit span.error_message {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .recruit-lp section.contact_recruit {
        padding: 20px 10px;
    }

    .recruit-lp section.contact_recruit.inner h2 {
        font-size: 18px;
    }

    .recruit-lp section.contact_recruit p.text {
        margin: auto;
        padding-left: 0;
    }

    .recruit-lp section.contact_recruit table {
        margin: auto;
        width: 90%;
    }

    .recruit-lp section.contact_recruit th,
    .recruit-lp section.contact_recruit td {
        display: block;
        width: 100%;
    }

    .recruit-lp section.contact_recruit table th {
        text-align: left;
        padding: 0;
    }

    .recruit-lp section.contact_recruit table th label {
        font-weight: bold;
    }

    .recruit-lp section.contact_recruit table td {
        padding: 0;
    }

    .recruit-lp section.contact_recruit input[type="text"],
    .recruit-lp section.contact_recruit input[type="tel"],
    .recruit-lp section.contact_recruit input[type="email"],
    .recruit-lp section.contact_recruit textarea {
        width: 100%;
    }

    .recruit-lp section.contact_recruit table td textarea {
        height: 150px;
    }

    .recruit-lp section.contact_recruit table td.privacy {
        display: block;
        padding: 0;
        text-align: center;
    }

    .recruit-lp section.contact_recruit .btn_submit {
        margin: auto;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

    .recruit-lp section.contact_recruit .btn_submit input {
        width: 100%;
        text-align: center;
    }
}

/* botによるフォーム送信対策用style */
.hp-field {
  position: absolute;
  left: -5000px;
}
