@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 1.5rem;
    color:#333333;
}

body {
    -webkit-text-size-adjust: 100%;
}

body.active {
    overflow: hidden;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.page .wrapper {
    position: relative;
    overflow: visible;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    border: none;
    width: 100%;
}
br.pc {
    display: block;
}
br.sp {
    display: none;
}
a {
    cursor: pointer;
    transition: 0.7s;
}
a:hover {
    opacity: 0.5;
}

@media (min-width: 769px) {
    html {
        font-size: .7320644217vw;
    }
}
@media screen and (max-width: 768px) {
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
}

/* =================================
共通
================================= */

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

}
/* =================================
ヘッダー
================================= */
#header {
    position: fixed;
    left: 0;
    padding: 1.2rem 0.9rem 0;
    z-index: 10001;
    top: 0;
    width: 100%;
}

.header-right .g-nav li a {
    border-radius: 2.5rem;
    padding: 0.6rem 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color:#fff;
    background-color: #444444;
}
.mew-graduate-btn {
    margin-right: 1.2rem;
}
.header-bg-white {
    width: calc(100% - 4.5rem);
    padding: 1.3rem 2.6rem 1.1rem;
    margin-right: -0.75rem;
    background-color: #fff;
}

.header-inner {
    display: flex;
}
.logo {
    display: block;
    max-width: 14.1rem;
    width: 100%;
}

.g-nav ul {
    display: flex;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #header {
        margin-top: 6px;
        position: fixed;
        left: 0;
        padding: 0;
        z-index: 10001;
        top: 0;
        width: 100%;
    }
    .header-inner {
        display: flex;
        align-items: center;
        width: 100%;
        padding-right: 0;
    }
    .logo {
        display: block;
        max-width: 88px;
        width: 100%;
        font-size: 0;
    }    
    .header-bg-white {
        width: calc(100% - 48px);
        padding: 10px 0 10px 16px;
        margin-right: -7px;
        background-color: #fff;
    }
    .g-nav ul {
        align-items: center;
        display: flex;
    }
    .header-right .g-nav li {
        display: block;
        height: 100%;
        width: 100%;
    }
    .header-right .g-nav li a {
        border-radius: 20px;
        padding: 6px 12px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.1em;
        color:#fff;
        background-color: #444444;
        display: block;
    }
    .mew-graduate-btn {
        margin-right: 8px;
    }
    .header-right {
        margin-right: 8px;
    }
}


/* =================================
ハンバーガーメニュー
================================= */
.header-right-menu-box {
    height: 6rem;
    width: 6rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.openbtn {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #444444;
    border-radius: 50%;
    display: flex;
}
.openbtn span {
    display: block;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    transition: 0.6s;
}
.openbtn span:nth-of-type(1) {
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
}
.openbtn span:nth-of-type(2) {
    top: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
}
.openbtn.active span:nth-of-type(1) {
    top: 2rem;
    background: #fff;
    transform: translateX(-50%) translateY(50%) rotate(-160deg);
}
.openbtn.active span:nth-of-type(2) {
    top: 2rem;
    background: #fff;
    transform: translateX(-50%) translateY(50%) rotate(160deg);
}


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

    .header-right-menu-box {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .openbtn {
        position: relative;
        cursor: pointer;
        height: 36px;
        width: 36px;
        background-color: #444444;
        border-radius: 50%;
        display: flex;
    }
    .openbtn span {
        display: block;
        height: 2px;
        background-color: #fff;
        position: absolute;
    }
    .openbtn span:nth-of-type(1) {
        top: 14px;
        left: 50%;
        width: 16px;
    }
    .openbtn span:nth-of-type(2) {
        top: 20px;
        left: 50%;
        width: 16px;
    }
    #sp-menu.active .openbtn {
        position: absolute;
        right: 27px;
        height: 10px;
        width: 43px;
        top: 20px;
        cursor: pointer;
        z-index: 10002;
        display: block;
        pointer-events: auto;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 10px;
        width: 16px;
        background: #fff;
        transform: translateX(-50%) translateY(6px) rotate(-160deg);
    }
    .openbtn.active span:nth-of-type(2) {
        top: 22px;
        background: #fff;
        width: 16px;
        transform: translateX(-50%) translateY(-6px) rotate(160deg);
    }
}

/* =================================
フッター
================================= */
#footer {
    background-color: #333333;
    padding-top: 9.1rem;
    padding-bottom: 3.8rem;
}
.ft-inner {
    max-width: 125.6rem;
    width: 100%;
    margin: 0 auto;
}
.ft-logo-box {
    max-width: 10.2rem;
    width: 100%;
}
.ft-bottom {
    margin-top: 8.9rem;
}
.ft-bottom .flex-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.page-top {
    max-width: 12.5rem;
    width: 100%;
    cursor: pointer;
   /* position: fixed; */
    top:auto ;
    left: auto ;
    right: 63px;
    bottom: 38px ;
    z-index: 10000;
}
/*
.page-top.white {
    display: none;
}
*/
.is-black .page-top.white {
    display: block;
}
.is-black .page-top.black {
    display: none;
}
.ft-bottom .copy {
    color:#fff;
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.ft-flex {
    display: flex;
}
.ft-nav-area {
    margin-left: 22.4rem;
    width: 100%;
}
.ft-ttl {
    max-width: 19.5rem;
    width: 100%;
}
.ft-nav-area h5 {
    color:#fff;
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.ft-nav-area h4 {
    color:#fff;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.ft-about h5 {
    max-width: 9.3rem;
    width: 100%;
}
.ft-recruit h5 {
    max-width: 11.8rem;
    width: 100%;
}
.ft-service h5 {
    max-width: 11.7rem;
    width: 100%;
}
.ft-news h5 {
    max-width: 8rem;
    width: 100%;
}
.ft-contact h5 {
    max-width: 13.3rem;
    width: 100%;
}
.ft-nav-area ul li a {
    font-size: 2rem;
    color:#fff;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
}
.ft-nav-area ul li.small a {
    font-size: 1.6rem;
}
.ft-nav-area ul li + li {
    margin-top: 1.2rem;
}
.ft-nav-area ul li.external {
    display: table;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    padding-right: 1.6rem;
    background-position: right top 0.5rem;
    background-image: url('../images/common/external-icon.svg');
}
.ft-nav-top {
    display: flex;
}
.ft-nav-bottom {
    margin-top: 6.1rem;
    display: flex;
}
.ft-about {
    max-width: 37.4rem;
    width: 100%;
    margin-right: 13.4rem;
}
.ft-recruit {
    max-width: 38rem;
    width: 100%;
}
.ft-service {
    max-width: 37.4rem;
    width: 100%;
    margin-right: 13.4rem;
}
.ft-nav-two-row {
    max-width: 39rem;
    width: 100%;
}
.news-ttl {
    margin-top: -1rem;
}
.ft-news {
    max-width: 39rem;
    width: 100%;
    margin-top: -2rem;
}
.ft-contact {
    max-width: 39rem;
    width: 100%;
    margin-top: 3.8rem;
}
.ft-logo-box.sp {
    display: none;
}
.page-top.sp {
    display: none;
    max-width: 78px;
}

@media screen and (max-width: 768px) {
    #footer {
        background-color: #333333;
        padding-top: 72px;
        padding-bottom: 55px;
    }
    .ft-inner {
        max-width: 100%;
        width: 100%;
        padding: 0 25px;
        margin: 0 auto;
    }
    .ft-logo-box.pc {
        display: none;
    }
    .ft-logo-box.sp {
        display: block;
        max-width: 198px;
        width: 100%;
        margin-bottom: 27px;
    }
    .ft-nav-area {
        margin-left: 0;
        width: 100%;
    }
    .ft-about,
    .ft-service {
        max-width: 125px;
        width: 100%;
        margin-right: 52px;
    }
    .ft-flex {
        display: block;
    }
    .ft-nav-area h4 {
        display: none;
    }
    .ft-ttl {
        max-width: 100%;
        width: 100%;
        margin-bottom: 17px;
    }
    .news-ttl {
        margin-top: -30px;
    }
    .ft-nav-area h5 {
        color: #AFAFAF;
        font-family: "Urbanist", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 0.4rem;
    }
    .ft-about h5 {
        max-width: 65px;
        width: 100%;
    }
    .ft-recruit h5 {
        max-width: 82px;
        width: 100%;
    }
    .ft-service h5 {
        max-width: 81px;
        width: 100%;
    }
    .ft-news h5 {
        max-width:56px;
        width: 100%;
    }
    .ft-contact h5 {
        max-width:93px;
        width: 100%;
    }
    .ft-nav-area ul li {
        line-height: 1;
    }
    .ft-nav-area ul li a {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
        display: block;
    }
    .ft-nav-area ul li + li {
        margin-top: 18px;
    }
    .ft-nav-area ul li.external {
        display: table;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        padding-right: 20px;
        background-position: right center;
        background-image: url(../images/common/external-icon.svg);
    }
    .ft-nav-bottom {
        margin-top: 52px;
        display: flex;
    }
    .ft-bottom {
        margin-top: 55px;
    }
    .ft-bottom .copy {
        color: #fff;
        font-family: "Urbanist", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 9px;
        letter-spacing: 0.05em;
    }
    .page-top.pc {
        display: none !important;
    }
    .page-top.sp {
        display: block;
        max-width: 73px;
        padding-bottom: 5px;
    }
    .ft-bottom .flex-box {
        display: flex;
    }
    .ft-contact {
        max-width: 39rem;
        width: 100%;
        margin-top: 43px;
    }
    .ft-nav-area ul li.small a {
        font-size: 12px;
        white-space: nowrap;
    }
}

/* =================================
SPメニュー表示
================================= */
@media screen and (max-width: 768px) {
}





/* =================================
SPメニュー表示
================================= */

.overlay-menu {
    opacity: 0;
    transition: 0.7s;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1001;
    pointer-events: none;
    z-index: 10001;
    padding: 1.2rem 6rem 0.9rem 0.9rem;
}
.overlay-menu.active {
    opacity: 1;
    background-color: rgba(85,85,85,0.5);
    background-blend-mode: multiply;
    pointer-events: all;
}
.overlay-menu-inner {
    background-color: #fff;
}
.sp-menu-nav-area {
    padding-left: 25.7rem;
    padding-top: 17.5rem;
}
.sp-menu-ttl {
    max-width: 19.2rem;
    width: 100%;
}
.sp-menu-flex {
    display: flex;
}
.sp-menu-about,
.sp-menu-service,
.sp-menu-news {
    max-width: 36.8rem;
    width: 100%;
}
.sp-nav-two-row {
    max-width: 38.4rem;
    width: 100%;
}
.sp-menu-recruit {
    margin-left:17.4rem;
    max-width: 36.8rem;
    width: 100%;
}
.sp-menu-service {
    margin-right:17.4rem;
}
.sp-menu-contact {
    max-width: 38.4rem;
    width: 100%;
    margin-top: 3rem;
}
.sp-menu-nav-area h5 {
    color:#444444;
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.sp-menu-nav-area h4 {
    color:#444444;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.sp-menu-nav-area ul li a {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
}
.sp-menu-nav-area ul li.small a {
    font-size: 1.6rem;
    white-space: nowrap;
}
.sp-menu-nav-area ul li + li {
    margin-top: 2rem;
}
.sp-menu-nav-area ul li.external {
    display: table;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    padding-right: 1.6rem;
    background-position: right top 0.5rem;
    background-image: url('../images/common/external-icon-black.svg');
}
.sp-nav-bottom {
    display: flex;
    margin-top: 6rem;
}
.more-special-bg {
    position: relative;
    padding: 4.5rem 0;
}
.more-special-bg .more-btn {
    position: relative;
    z-index: 100;
}
.more-special-bg video {
    position: absolute;
    left: 50%;
    top:50%;
    width:100%;
    object-fit: cover;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.sp-menu-bottom .flex-box {
    justify-content: space-between;
    padding-right: 6rem;
}
.sp-menu-bottom .copy {
    font-size: 1.1rem;
    margin-top: 9.6rem;
}
.sp-menu-bottom .more-btn a {
    display: flex;
}
.sp-menu-bottom .more-btn span.arrow {
    width: 4rem;
    height: 4rem;
    background-color: #444444;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
    justify-content: center;
}
.sp-menu-bottom .more-btn span.txt  {
    background-color: #444444;
    color: #fff;
    padding: 0.8rem 1.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.sp-menu-bottom .more-btn span.arrow span {
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    display: block;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-menu-bottom .more-btn span img{
    width: 0.76rem;
    height: 0.76rem;
    display: block;
}
.sp-menu-nav-area .about-ttl {
    max-width: 9.5rem;
    width: 100%;
}
.sp-menu-nav-area .recruit-ttl {
    max-width: 12rem;
    width: 100%;
}
.sp-menu-nav-area .service-ttl {
    max-width: 12rem;
    width: 100%;
}
.sp-menu-nav-area .news-ttl {
    max-width: 8.2rem;
    width: 100%;
}
.sp-menu-nav-area .contact-ttl {
    max-width: 13.7rem;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .overlay-menu.active {
        opacity: 1;
        background-color: #707070;
        pointer-events: all;
    }
    .overlay-menu {
        opacity: 0;
        transition: 0.7s;
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 1001;
        pointer-events: none;
        z-index: 10000;
        padding: 6px 46px 13px 0;
    }
    .overlay-menu-inner {
        position: relative;
        height: auto;
    }
    .sp-menu-nav-area {
        padding-left: 0;
        padding-top: 0;
        padding: 114px 10px 35px 25px;
    }
    .sp-menu-nav-area h5 {
        color:#888888;
        font-family: "Urbanist", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 22px;
    }
    .sp-menu-nav-area h4 {
        display: none;
    }
    .sp-menu-about, .sp-menu-service, .sp-menu-news {
        max-width: 125px;
        width: 100%;
    }
    .sp-menu-flex {
        display: block;
    }
    .sp-menu-bottom .more-btn span.txt  {
        background-color: #444444;
        color: #fff;
        padding:8px 17px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .sp-menu-bottom .more-btn span.arrow  {
        width: 40px;
        height: 40px;
        background-color: #444444;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }
    .sp-menu-bottom .more-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp-menu-bottom .more-btn span img {
        width: 7.6px;
        height: 7.6px;
        display: block;
    }
    .sp-menu-recruit {
        margin-left:32px;
        max-width: 36.8rem;
        width: 100%;
    }
    .sp-menu-nav-area ul li {
        line-height: 1;
    }
    .sp-menu-nav-area ul li + li {
        margin-top: 22px;
    }
    .sp-menu-nav-area ul li a {
        font-size: 14px;
        color:#333333;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
        display: block;
    }
    .sp-menu-ttl {
        max-width: 100%;
        margin-bottom: 20px;
        width: 100%;
    }
    .sp-menu-nav-area ul li.external {
        display: table;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        padding-right: 16px;
        background-position: right center;
        background-image: url(../images/common/external-icon-black.svg);
    }
    .sp-nav-bottom {
        display: flex;
        margin-top: 44px;
    }
    .sp-menu-service {
        margin-right: 0;
    }
    .sp-nav-two-row {
        margin-left: 32px;
    }
    .sp-nav-two-row {
        max-width: 144px;
        width: 100%;
    }
    .sp-menu-nav-area ul li.small a {
        font-size: 12px;
        white-space: nowrap;
    }
    .sp-menu-contact {
        max-width: 100%;
        width: 100%;
        margin-top: 21px;
    }
    .more-special-bg {
        margin: 0 auto;
        text-align: center;
        padding: 70px 0;
        width: 100%;
    }
    .sp-menu-bottom .flex-box {
        justify-content: space-between;
        padding-right: 0;
    }
    .sp-menu-nav-area .about-ttl {
        max-width: 76px;
        width: 100%;
    }
    .sp-menu-nav-area .recruit-ttl {
        max-width: 96px;
        width: 100%;
    }
    .sp-menu-nav-area .service-ttl {
        max-width: 95px;
        width: 100%;
    }
    .sp-menu-nav-area .news-ttl {
        max-width: 65px;
        width: 100%;
    }
    .sp-menu-nav-area .contact-ttl {
        max-width: 110px;
        width: 100%;
        margin-bottom: 20px;
    }
    .sp-menu-bottom .copy {
        display: none;
    }
    .more-special-bg .more-btn {
        display: table;
        margin: 0 auto;
    }
}

/* 250304 add */
.sp-menu-news {
    margin-top: -2.3rem;
}
.sp-menu-contact {
    margin-top: 6.7rem;
}
@media screen and (max-width: 768px) {
    .sp-menu-news {
        margin-top: -33px;
    }
    .sp-menu-contact {
        margin-top: 52px;
    }
}