/* Webfont */
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);

/*-------------------------
Layout
-------------------------*/
/* --- Header --- */
#footer-only-scope header {
    position: relative;
}

/* cover header */
#footer-only-scope header h1 {
    margin: 0;
    padding: 25px 80px 25px 25px;
}
#footer-only-scope h1.hd-content {
    width: 520px!important;
    top: 48px !important;
    left: 80px !important;
}
#footer-only-scope .hamburger-menu {
    background-color: var(--dark-color);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
#footer-only-scope .hamburger-menu span {
    display: block;
    width: 26px;
    height: 3px;
    position: absolute;
    background-color: #FFF;
    left: 50%;
    transform: translateX(-50%);
}
#footer-only-scope .hamburger-menu span:nth-child(1) {
    top: 15px;
}
#footer-only-scope .hamburger-menu span:nth-child(2) {
    top: 25px;
}
#footer-only-scope .hamburger-menu span:nth-child(3) {
    top: 35px;
}
#footer-only-scope .hamburger-menu.mn-open span:nth-child(1) {
    transform:rotate(45deg);
    transform-origin: left;
    left: 16px;
    width: 28px;
}
#footer-only-scope .hamburger-menu.mn-open  span:nth-child(2) {
    display: none;
}
#footer-only-scope .hamburger-menu.mn-open  span:nth-child(3) {
    transform:rotate(-45deg);
    transform-origin: left;
    left: 16px;
    width: 28px;
}
#footer-only-scope header nav {
    width: 100%;
    height: 100vh;
    padding: 50px 70px 0;
    position: absolute;
    top: 0;
    left: 80px;
    background-color: #FFF;
    display: none;
    animation: slidemenu linear .2s;
    z-index: 98;
    position: fixed;
}
#footer-only-scope header nav.mn-open {
    display: block;
    left: 0;
}
@keyframes slidemenu {
    0% { left: 30px; }
    50% { left: -10px; }
    75% { left: 5px; }
    100% { left: 0; }
}
#footer-only-scope .subnav-logo {
	max-width: 360px;
    margin: 0 auto 50px;;
}
#footer-only-scope header .globalnavi li {
    margin: 10px 0;
}
#footer-only-scope header .globalnavi li img {
    object-fit: contain;
    /*aspect-ratio: 211 / 58;*/
}
#footer-only-scope .subnavi {
    padding: 0 16px 80px;
}
#footer-only-scope .menu-contents li {
    margin-bottom: 10px;
}
#footer-only-scope .menu-contents li a {
    display: block;
        width: 100%; 
        height: 100%; 
}
#footer-only-scope .menu-contents li:last-child {
    margin-bottom: 0;
}
#footer-only-scope .nav-devider {
    display: none;
}
@media screen and (min-width: 768px) {
    #footer-only-scope header {
        height: 9.84vw;
        position: relative;
        z-index: 10;
    }
    #footer-only-scope header h1 {
        width: 20vw;
        max-width: 420px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 64px;
        padding: 0;
    }
    #footer-only-scope header nav {
    	padding: 50px 20vw 0;
    }
    #footer-only-scope .subnav-logo {
    	margin: 0 auto 70px;
    }
    #footer-only-scope #haken header h1,
    #footer-only-scope #tenshoku header h1 {
        width: 20vw;
        top: 50%;
        transform: translateY(-50%);
    }
    /*#haken header,
    #tenshoku header {
        padding: 85px 0 65px;
    }
    #haken header h1,
    #tenshoku header h1 {
        width: 30.5vw;
        padding: 0;
    }*/
    #footer-only-scope #haken .subnavi,
    #footer-only-scope #tenshoku .subnavi {
        width: 100%;
        max-width: var(--maxframe);
        margin: 0 auto;
    }
    #footer-only-scope .menu-contents {
        display: flex;
        gap: 2vw;
    }
    #footer-only-scope .menu-contents li {
        font: 700 1.8vw / 1 var(--notosans);
        color: #FFF;
        text-align: center;
        width: calc((100% - 2vw) / 2);
        padding: 16px 0;
        margin-bottom: 0;
        border-radius: 12px;
    }
    #footer-only-scope #footer-only-scope #haken .menu-contents li {
        background-color: var(--haken-color);
    }
    #tenshoku .menu-contents li {
        background-color: var(--tenshoku-color);
    }
}
@media screen and (min-width: 1023px) {
    #footer-only-scope .hamburger-menu {
        display: none;
    }
    #footer-only-scope header nav {
        display: block;
        width: unset;
        height: unset;
        position: unset;
        background-color: unset;
        padding: 0;
    }
	#footer-only-scope .subnav-logo {
		display: none;
	}
    #footer-only-scope header .globalnavi {
        width: 60.42vw;
        position: absolute;
        /* top: 50%; */
        top: calc(50% - 8px);
        right: 64px;
        transform: translateY(-50%);
        display: flex;
        justify-content: flex-end;
    }
    #footer-only-scope header .globalnavi li {
        margin: 0;
        display: flex;
    }
    #footer-only-scope header .globalnavi li a {
        padding: 0;
    }
    #footer-only-scope header .globalnavi li:first-child a {
        padding-left: 0;
    }
    #footer-only-scope header .globalnavi li:last-child a {
        padding-right: 0;
    }
    #footer-only-scope header .globalnavi li img {
        height: 56px;
        aspect-ratio: unset;
    }
    #footer-only-scope .nav-devider {
        display: inline-block;
        width: 37px;
    }
}
@media screen and (min-width: 1921px) {
    #footer-only-scope header {
        height: 190px;
    }
}

/* haken header */
#footer-only-scope #haken .subnav,
#footer-only-scope #tenshoku .subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    list-style: none;
}
#footer-only-scope #haken .subnav li,
#footer-only-scope #tenshoku .subnav li {
    width: calc(50% - 4px);
}


/* --- Contents --- */
#footer-only-scope main {

}


/* --- footer --- */
footer#yonnavi-footer {
    background: #FFF;
    color: #000;
    padding: 48px 0 0;
}
#footer-only-scope .ft-com {
    padding: 32px 32px 0;
    border-top: solid 1px var(--dark-color);
}
#footer-only-scope .ft-com-profile figure {
    margin-bottom: 20px;
}
#footer-only-scope .ft-com-profile p {
    font-weight: bold;
    text-align: justify;
    margin-bottom: 40px;
}
#footer-only-scope .ft-com h5 {
    font-size: var(--fs20);
    font-weight: bold;
    margin-bottom: 20px;
}
#footer-only-scope .foot-navi {
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    gap: 20px;
}
#footer-only-scope .nav-left {
    width: 10em;
}
#footer-only-scope .nav-right {
    width: calc(100% - 20px - 10em);
}
#footer-only-scope .ft-nav-linkA {
    line-height: 1;
    margin-bottom: 16px;
    white-space: nowrap;
}
#footer-only-scope .ft-nav-linkA::before {
    content:"◆";
    color: var(--main-color);
    margin-right: 4px;
}
#footer-only-scope .ft-nav-linkB a {
    text-align: center;
    width: 100%;
    padding: 4px 8px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    background: var(--bg-color);
}
#footer-only-scope .ft-nav-linkB a::after {
    content:"\e5e1";
    font-family: var(--googleicons);
    color: var(--main-color);
    position: absolute;
    right: 8px;
}
#footer-only-scope .ft-com-contact {
    margin-bottom: 48px;
}
#footer-only-scope .freedial {
    margin-bottom: 8px;
}
#footer-only-scope .freedial figcaption {
    font-size: calc(100vw / 30.5);
    margin-top: 16px;
}
#footer-only-scope .ft-com-contact p {
    line-height: 2;
    font-weight: bold;
}
#footer-only-scope .leed-line {
    letter-spacing: -0.4em;
    padding-right: 0.5em;
}
#footer-only-scope .ft-com-qualification {
    margin-bottom: 48px;
}
#footer-only-scope .list-qualification {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    margin-bottom: 16px;
}
#footer-only-scope .list-qualification li {
    height: 129px;
}
#footer-only-scope .list-qualification li img {
    height: 129px;
    object-fit: contain;
}
#footer-only-scope .notical-text {
    font-weight: bold;
    text-align: center;
}
#footer-only-scope .ft-logo {
    width: 303px;
    margin: 0 auto 30px;
}
#footer-only-scope .ft-haken,
#footer-only-scope .ft-tenshoku {
	padding: 60px 0 0;
}
#footer-only-scope .ft-copy {
    font: 700 0.875rem / 1.5 var(--notosans);
    text-align: center;
    margin-bottom: 16px;
    font-feature-settings: "palt";
}
#footer-only-scope .ft-haken .ft-copy {
    color: var(--haken-color);
}
#footer-only-scope .ft-tenshoku .ft-copy {
    color: var(--tenshoku-color);
}
#footer-only-scope .ft-jigyolink {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    padding: 0 24px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}
#footer-only-scope #haken .ft-jigyolink li a,
#footer-only-scope #tenshoku .ft-jigyolink li a {
    text-align: center;
    width: 100%;
    padding: 8px 24px;
    display: inline-block;
}
#footer-only-scope #haken .ft-jigyolink li a {
    background-color: var(--haken-color);
}
#footer-only-scope #tenshoku .ft-jigyolink li a {
    background-color: var(--tenshoku-color);
}
#footer-only-scope #haken .ft-jigyolink li a:hover,
#footer-only-scope #tenshoku .ft-jigyolink li a:hover {
    color: var(--sub-color);
    opacity: 1;
}
#footer-only-scope .ft-copyright {
    font-size: var(--fs10);
    font-weight: bold;
    color: #FFF;
    width: 100%;
    text-align: center;
    display: block;
    padding: 16px 0;
    background-color: var(--dark-color);
}

@media screen and (min-width: 768px) {
    #footer-only-scope #cover footer {
        padding: 80px 0 0;
    }
    #footer-only-scope #haken footer,
    #footer-only-scope #tenshoku footer {
        padding: 95px 0 0;
        text-align: center;
    }
    #footer-only-scope #tenshoku .ft-haken {
        padding: 95px 0 0;
        text-align: center;
    }
    #footer-only-scope .ft-haken,
	#footer-only-scope .ft-tenshoku {
		padding-top: 95px;
	}
    #footer-only-scope .ft-copyright {
        font-size: 1rem;
        font-weight: normal;
    }
    #footer-only-scope .ft-copy {
        margin-bottom: 48px;
        font-size: 1.75rem;
    }
    #footer-only-scope .ft-logo {
        width: 607px;
        margin: 0 auto 75px;
    }
}

@media screen and (min-width: 1023px) {
    
    #footer-only-scope .ft-com {
        display: flex;
        width: 100%;
        max-width: var(--maxframe);
        padding: 80px 24px 0;
        margin: 0 auto;
        gap: 56px;
    }
    #footer-only-scope .ft-com div {
        width: calc((85% - 168px) / 3);
        text-align: left;
    }
    #footer-only-scope .ft-com div:last-child {
        width: 15%;
    }
    #footer-only-scope .ft-com-profile p {
        font-size: 1.2125rem;
        font-feature-settings: "palt";
    }
    #footer-only-scope .foot-navi {
        font-size: 1.125rem;
        width: 100%!important;
        flex-direction: column;
    }
    #footer-only-scope .ft-com-contact {
        width: calc((85% - 168px) / 3);
        margin-bottom: 80px;
    }
    #footer-only-scope .freedial figcaption {
        font-size: 0.975rem;
        font-weight: bold;
        font-feature-settings: "palt";
    }
    #footer-only-scope .ft-com-contact p {
        font-size: 1.2125rem;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
    #footer-only-scope .ft-com-qualification {
        width: 15%;
    }
    #footer-only-scope .list-qualification li {
        width: 105px;
        height: auto;
    }
    #footer-only-scope .list-qualification li img {
        height: auto;
    }
    #footer-only-scope .notical-text {
        font-weight: normal;
        font-size: 0.875rem;
    }
    #footer-only-scope .nav-right {
        width: 100%;
    }
    #footer-only-scope .ft-jigyolink {
        font-size: 1.75rem;
        flex-direction: row;
        gap: 32px;
	}
}
@media screen and (min-width: 1168px) {
    #footer-only-scope .ft-com-contact p {
        font-feature-settings: unset;
    }
}
@media screen and (min-width: 1750px) {
    #footer-only-scope .foot-navi {
        flex-direction: row;
    }
    #footer-only-scope .ft-com {
        padding: 80px 0 0;
    }
}