

#Careers {
    background-color: #FFF;
}
    #Careers .GridSet {
        width: 100%;
        max-width: 1275px;
        margin: 0 auto;
    }
    #Careers.CareersTop .GridSet {
        max-width: none;
    }
    #Careers .Grid4 {
        position: relative;
        padding: 0 0 60px;
    }
    #Careers .wideSection {
        position: relative;
        padding: 0;
    }
    #Careers button {
        width: 100%;
        max-width: 240px;
        height: 40px;
        background-color: #b1000c;
        text-align: center;
        border: none;
        color: #FFF;
        font-size: 100%;
        border-radius: 5px;
        text-shadow: none;
        margin-top: 20px;
        cursor: pointer;
        transition: all 300ms;
    }
    #Careers button:hover {
        background-color: #ff0026;
        box-shadow: 0 0px 15px rgba(255, 255, 255, 0.8), 0 2px 30px rgba(233, 95, 95, 0.8);
        transform: translateY(-2px);
    }

    #Careers h2 span {
        background: #f2f2f2;
        text-align: left;
        border: 0;
    }



#Careers .flexSet {
    /* margin-bottom: 30px; */
    margin-bottom: 50px;
}
#Careers .flexSet.col2 {
    gap: 30px;
}
    #Careers .flexSet.col2 > div {
        width: calc((100% - 30px) / 2);
    }
    #Careers .flexSet div ul.buttonList {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        #Careers .flexSet div ul.buttonList li {
            width: 100%;
            margin: 0 20px;
            text-align: center;
        }
            #Careers .flexSet div ul.buttonList li button {
                margin: 15px auto 0;
            }


#Careers .flexSet.col3 {
    gap: 30px;
}
    #Careers .flexSet.col3 > div {
        width: calc((100% - 60px) / 3);
    }

    #Careers .flexSet > div p.TextStyle1 {
        font-size: 100%;
    }
    #Careers .flexSet > div.iconStyle {
        padding: 0 0 0 140px;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 110px auto;
    }
    #Careers .flexSet > .iconStyle h3 {
        font-size: 130%;
    }

        #Careers .flexSet > .iconStyle.icon1 {
            background-image: url("/careers/add/image/icon/about_a.svg");
        }
        #Careers .flexSet > .iconStyle.icon2 {
            background-image: url("/careers/add/image/icon/about_b.svg");
        }
        #Careers .flexSet > .iconStyle.icon3 {
            background-image: url("/careers/add/image/icon/about_c.svg");
        }
        #Careers .flexSet > .iconStyle.icon4 {
            background-image: url("/careers/add/image/icon/about_d.svg");
        }

#Careers .ImgOnlyStyle.Image {
    position: relative;
    margin-bottom: 30px;
}
#Careers .ImgOnlyStyle.Image img {
    width: 100%;
    margin: 0;
}
#Careers .ImgOnlyStyle.Image span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 2;
    color: #FFF;
    font-size: 150%;
    background-color: rgba(177, 0, 12, .8);
    padding: 5px 15px;
    box-sizing: border-box;
}

#Careers.CareersTop .heroArea > p.ImgOnlyStyle {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 520px;
    min-height: 350px;
    overflow: hidden;
}
    #Careers .heroArea > p.ImgOnlyStyle img {
        width: auto;
        min-width: 100%;
        height: 100%;
    }

#Careers.CareersTop .heroArea .Section {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
}
    #Careers .heroArea .Section * {
        text-align: left;
        width: 40%;
        text-shadow: 0 1px 1px rgba(255,255,255,.8);
    }
    #Careers .heroArea .Section h2 {
        font-size: 180%;
        margin: 20px 0;
    }
    #Careers .heroArea .Section button {
        text-align: center;
    }

#Careers .roundButton {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    text-align: right;
    z-index: 9;
}
    #Careers .roundButton a {
        display: flex;
        position: absolute;
        width: 120px;
        height: 120px;
        background-color: #ff0329;
        border-radius: 50%;
        box-shadow: 0 3px 24px rgb(1 1 1 / 30%);
        color: #fff;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        right: 20px;
        bottom: -30px;
        transition: all 400ms;
        text-decoration: none;
    }
    #Careers .roundButton a:hover {
        transform: translateY(-2px);
        box-shadow: 0 2px 30px rgba(233, 95, 95, 1);
    }
        #Careers .roundButton a span {
            text-align: center;
            line-height: 1.2;
            padding: 25px;
            font-size: 150%;
            word-wrap:break-word;
            word-spacing: 5px;
        }



#Careers.CareersTop .notice {
    border-radius: 10px;
    border: 1px solid #E3A30E;
    box-sizing: border-box;
    padding: 10px 10px 10px 80px;
    margin-bottom: 30px;
    font-size: 83%;
    
    background: url("/careers/add/image/icon/notice.svg") 20px center no-repeat;
    background-size: 40px 40px;
}


#Careers.CareersTop .imgBlock {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 10px;
    padding-bottom: 80px;
}
    #Careers.CareersTop .imgBlock p img {
        border-radius: 10px 10px 0 0;
    }
    #Careers.CareersTop .imgBlock div {
        padding: 15px 30px 30px;
        height: 100%;
    }
        #Careers.CareersTop .imgBlock div h2 span {
            text-align: center;
            background: none;
            border: 0;
            display: inline-block;
            margin: 0 auto;
        }
        #Careers.CareersTop .imgBlock div h2 span a:hover {
            box-shadow: none;
            text-decoration: none;
        }
        #Careers.CareersTop .imgBlock div ul.buttonList {
            display: flex;
            position: absolute;
            bottom: 0;
            left: 30px;
            bottom: 30px;
            right: 30px;
            justify-content: center;
            align-items: center;
        }
            #Careers.CareersTop .imgBlock div ul.buttonList li {
                width: 100%;
                margin: 0 20px;
                text-align: center;
            }
                #Careers.CareersTop .imgBlock div ul.buttonList li button {
                    margin: 30px auto 0;
                }

#Careers.CareersTop .Section.interview a {
    display: block;
    transition: all 300ms;
}
#Careers.CareersTop .Section.interview a img {
    margin: 0;
}
#Careers.CareersTop .Section.interview a:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}


#Careers.graduate .flexSet p.ImgOnlyStyle.round span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

#Careers.graduate .flexSet p.ImgOnlyStyle.round span img {
    margin: 0;
}
#Careers.graduate .flexSet h3 {
    text-align: center;
    font-size: 150%;
}
#Careers.graduate .flexSet p {
    padding: 30px 60px 0;
}

#Careers.experiencer .Section.slim {
    padding: 0 10%;
}
#Careers.experiencer .flexSet {
    margin-bottom: 20px;
}
#Careers.experiencer .flexSet p img {
    width: 100%;
}
#Careers.experiencer ul.buttonList {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}
#Careers.experiencer ul.buttonList li {
    width: 300px;
}
#Careers.experiencer ul.buttonList li button {
    margin: 0 auto;
}


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

/* about */

    #Careers.about ul.ButtonStyle2 {
        display: flex;
        gap: 30px;
    }
    #Careers.about ul.ButtonStyle2 li {
        width: calc((100% - 90px)/4);
        margin: 0;
    }
    #Careers.about ul.ButtonStyle2 li a {
        width: 100%;
        box-sizing: border-box;
    }

    #Careers.about .flexSet.col-sp {
        gap: 30px;
    }
    #Careers.about .flexSet.col-sp dt {
        width: 45%;
        background: #F3F3F3;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 20px 30px 30px;
    }
    
    #Careers.about .flexSet.col-sp dt h3 {
        font-size: 140%;
        color: #B00F17;
    }
    #Careers.about .flexSet.col-sp dd {
        display: block;
        width: calc(55% - 30px);
    }
    

    #Careers.about .flexSet.col-sp dd h4 {
        font-size: 120%;
        color: #B00F17;
        line-height: 1.5;
        border-bottom: 1px solid #B00F17;
    }
    #Careers.about .flexSet.col-sp dd strong {
        display: block;
        text-align: center;
        line-height: 2;
        font-size: 140%;
    }


    #Careers .BoxPatternA h2 {
        text-align: left;
        font-size: 100%;
        background: #737373;
    }
    #Careers .BoxPatternA .flexSet {
        margin-bottom: 30px;
    }
    #Careers .BoxPatternA a {
        font-size: 120%;
    }



@media screen and (max-width: 1304px){
    #Careers .Section {
        padding: 0 15px 15px;
    }

    #Careers .heroArea .Section {
        padding: 0 15px;
    }
    #Careers .heroArea .Section * {
        width: 70%;
    }
    #Careers .Section .flexSet {
        /* margin: 0 0 80px; */
    }
}

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

    #Careers .roundButton a {
        width: 100px;
        height: 100px;
        bottom: -15px;
    }
    #Careers.CareersTop .imgBlock h2 span {
        font-size: 90%;
    }
    #Careers.CareersTop .imgBlock div p {
        font-size: 90%;
    }
}


@media screen and (max-width: 767px){
    
    
    #Careers.CareersTop {
        padding-bottom: 50px;
    }
    #Careers.CareersTop .Section.interview {
        margin-bottom: 0;
    }
    #Careers {
        padding: 0;
    }
    .Grid4 h2 {
        font-size: 140%;
    }
    #Careers .flexSet.col2 {
        flex-direction: column;
    }
    #Careers .flexSet.col2 > div {
        width: 100%;
        font-size: 90%;
    }
    #Careers .Section .flexSet {
        margin: 0 0 20px;
    }

    #Careers .ImgOnlyStyle.Image {
        margin-bottom: 20px;
    }

    #Careers .heroArea p.ImgOnlyStyle {
        height: 60vw;
    }
    
    #Careers .heroArea p.ImgOnlyStyle img {
        min-width: auto;
    }
    #Careers .heroArea .Section * {
        width: 100%;
        line-height: 1.2;
    }
    #Careers .heroArea .Section h2 {
        font-size: 140%;
        margin: 10px 0;
    }
    #Careers .heroArea .Section p {
        font-size: 83%;
    }
    #Careers .heroArea .Section button {
        font-size: 83%;
        text-shadow: none;
    }
    #Careers .roundButton a {
        width: 80px;
        height: 80px;
        bottom: 0;
    }
    #Careers .roundButton a span {
        font-size: 100%;
        padding: 20px;
    }

    #Careers.graduate .flexSet p {
        padding: 20px 15px 0;
    }
    #Careers.about ul.ButtonStyle2 {
        flex-wrap: wrap;
    }
    #Careers.about ul.ButtonStyle2 li {
        width: calc((100% - 30px)/2);
    }
    #Careers.about ul.ButtonStyle2 li a {
        margin: 0;
    }
    #Careers.about .flexSet.col-sp {
        flex-direction: column;
        font-size: 90%;
    }
    #Careers.about .flexSet.col-sp dt,
    #Careers.about .flexSet.col-sp dd {
        width: 100%;
    }
    #Careers.about .flexSet.col-sp dt {
        padding: 10px;
    }
    #Careers.experiencer .Section.slim {
        padding: 0 15px;
    }

    #Careers .BoxPatternA .flexSet {
        gap: 5px;
    }
}

@media screen and (max-width: 480px){
    #Careers .ImgOnlyStyle.Image span {
        display: block;
        position: relative;
        width: 100%;
    }

    #Careers .flexSet > div.iconStyle {
        padding: 0 0 0 80px;
        background-size: 60px auto;
    }


    #Careers .PageTitleStyle1.logo h1 {
        background-size: auto 70%;
    }
    #Careers .heroArea .Section {
        justify-content: start;
        align-items: center;
        padding: 30px 15px;
    }
    
    #Careers .heroArea .Section * {
        text-align: center;
    }
    #Careers .heroArea p.ImgOnlyStyle {
        justify-content: right;
    }
    #Careers .heroArea p.ImgOnlyStyle img {
        height: 100vw;
        margin-left: -50%;
        min-width: fit-content;
    }
    #Careers .heroArea .Section h2 {
        font-size: 100%;
    }
    #Careers .heroArea .Section p {
        font-size: 79%;
        margin-top: 80px;
        padding: 15px 5px;
        color: #FFF;
        line-height: 1.5;
        text-shadow: none;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        border-radius: 5px;
    }
    #Careers button {
        padding: 10px;
    }

    #Careers .notice {
        background-size: 20px 20px;
        background-position: 10px 10px;
        padding: 10px 10px 10px 40px;
    }
    #Careers.CareersTop .imgBlock div {
        padding: 15px;
    }
    #Careers.CareersTop .imgBlock div h2 span a {
        font-size: 90%;
    }
    #Careers.CareersTop .imgBlock div ul.buttonList  {
        gap: 20px;
    }
    #Careers.CareersTop .imgBlock div ul.buttonList li {
        margin: 0;
    }
    #Careers.CareersTop .imgBlock div ul.buttonList  li button {
        max-width: 100%;
    }

}
