@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* header */
header {
    padding: 20px 0 15px;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

header .header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-inner .logo-container {
    text-align: left;
}

header .header-inner .logo-container a {
    margin: 0;
}

header .header-inner .header-logo {
    height: 34px;
    width: auto;
    margin-bottom: 2px;
}

header .header-inner .emp-header-logo {
    height: auto;
    width: 189px;
    margin-bottom: 2px;
}

header .header-inner .header-text1 {
    color: #373737;
    font-size: 16px;
    font-family: Nunito;
    font-weight: 700;
    letter-spacing: 0.32px;
}

header .header-inner .header-text2 {
    color: #373737;
    font-size: 12px;
    font-family: Nunito;
    letter-spacing: 0.2px;
    opacity: 0.8;
}

header .header-inner .header-text3 {
    color: #555;
    font-size: 15px;
    font-family: 'Noto Sans JP'!important;
    font-weight: 500;
}

header .header-inner .signin-btn {
    border-radius: 100px;
    background: #EF7679;
    display: flex;
    color: #ffffff;
    font-size: 18px;
    font-family: Roboto!important;
    font-weight: 600;
    letter-spacing: 0.8px;
    border: none;
    height: fit-content;

    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    align-self: end;
    white-space: nowrap;
}

header .header-inner .signin-arrow {
    height: 18px;
    width: auto;
}

header .header-inner .signin-btn:hover {
    color: #ffffff;
    background: #ce6162;
}

header .header-inner .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 33px;
}

header .header-inner .mobile-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1px;
}

header .header-inner .mobile-num {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2px;

    color: #33A8ED;
    font-family: 'Noto Sans JP'!important;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 17px;
}

header .header-inner .mobile-icon {
    width: 21px;
    height: 21px;
}

header .header-inner .mobile-info {
    color: #000;
    font-family: 'Noto Sans JP'!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
}

header .header-inner .inquiry-btn {
    border-radius: 5px;
    background: #EA696C;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Noto Sans JP'!important;
    font-weight: 500;
    letter-spacing: 0.8px;
    border: none;
    height: fit-content;

    padding: 7px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    align-self: end;
    white-space: nowrap;

    color: var(--White, #FFF);
    height: 35px;

    text-transform: uppercase;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

header .header-inner .inquiry-btn:hover {
    background: #ea6e70;
    color: #ffffff;
}

header .header-inner .inquiry-icon {
    width: 19px;
    height: 19px;
}

header .header-emp {
    padding: 0 86px;
}

header#seeker-header {
    padding: 9px 0 7px;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0 4px 6px #0000001a;
}

header#seeker-header .header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#seeker-header .header-inner #logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

header#seeker-header .header-inner #logo {
    width: auto;
    height: 25px;
}

header#seeker-header .header-inner #logo img {
    width: auto;
    height: 100%;
    vertical-align: top;
}

header#seeker-header .header-inner .logo-caption-eng,
header#seeker-header .header-inner .logo-caption {
    color: #5f5f5f;
    font-size: 14px;
    font-family: Nunito;
    line-height: 1.5;
}
header#seeker-header .header-inner .logo-caption-eng {
    color: #373737;
    font-weight: 700;
    letter-spacing: 0.32px;
}

header#seeker-header .header-inner .logo-caption {
    letter-spacing: 0.2px;
    opacity: 0.8;
}

header#seeker-header .header-inner .header-btn {
    color: #ffffff;
    background-color: #ef7679;
    font-size: 14px;
    letter-spacing: 0.01em;
    width: max-content;
    min-width: 78px;
    height: fit-content;
    padding: 10px 12px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

header#seeker-header .header-inner .header-btn.btn-blue {
    color: #ffffff;
    background-color: #33a8ed;
}

header#seeker-header .header-inner .header-btn.btn-white {
    color: #33a8ed;
    background-color: #ffffff;
}

header#seeker-header .header-inner .header-btn:hover {
    opacity: 0.8;
}

header#seeker-header .header-inner .header-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

@media only screen and (min-width: 1129px) and (max-width: 1440px) {
    header#seeker-header .header-inner {
        padding: 0 112px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1128px) {
    header#seeker-header .header-inner {
        padding: 0 72px;
    }
}
@media only screen and (max-width: 1128px) {
    header .header-inner {
        padding: 0 72px;
    }

    header .header-emp {
        padding: 0 48px;
    }
}
@media only screen and (max-width: 768px) {
    header .header-inner {
        padding: 0 calc((26 / 375) * 100vw);
    }

    header .header-emp {
        padding: 0 calc((16 / 375) * 100vw);
    }

    header .header-inner .header-logo {
        height: calc((22 / 375) * 100vw);
        margin-bottom: calc((5 / 375) * 100vw);
    }

    header .header-inner .emp-header-logo {
        width: calc((120 / 375) * 100vw);
        margin-bottom: 0;
    }
    
    header .header-inner .header-text1 {
        font-size: calc((10 / 375) * 100vw);
    }
    
    header .header-inner .header-text2 {
        font-size: calc((8 / 375) * 100vw);
    }

    header .header-inner .header-text3 {
        font-size: calc((9 / 375) * 100vw);
    }

    header .header-inner .signin-btn {
        font-size: calc((14 / 375) * 100vw);
        padding: calc((5 / 375) * 100vw) calc((20 / 375) * 100vw);
    }
    
    header .header-inner .signin-arrow {
        height: calc((14 / 375) * 100vw);
    }

    header .header-inner .btn-container {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 0px;
    }

    header .header-inner .mobile-num {
        gap: calc((2 / 375) * 100vw);
        letter-spacing: -0.06px;
        font-size: calc((12 / 375) * 100vw);
        font-weight: 500;
        line-height: 1;
        height: auto;
    }
    
    header .header-inner .mobile-icon {
        width: calc((14 / 375) * 100vw);
        height: calc((14 / 375) * 100vw);
    }
    
    header .header-inner .mobile-info {
        display: none;
    }
    
    header .header-inner .inquiry-btn {
        margin-top: calc((2 / 375) * 100vw);
        font-size: calc((8.5 / 375) * 100vw);
        gap: calc((4 / 375) * 100vw);
        padding: 0 calc((8 / 375) * 100vw);
        height: calc((20 / 375) * 100vw);
    }
    
    header .header-inner .inquiry-icon {
        width: calc((12 / 375) * 100vw);
        height: calc((12 / 375) * 100vw);
    }

    header#seeker-header {
        padding: calc((10 / 414) * 100vw) 0 calc((11 / 414) * 100vw);
        box-shadow: 0 calc((4 / 414) * 100vw) calc((4 / 414) * 100vw) #0000001a;
    }

    header#seeker-header .header-inner {
        padding: 0 calc((12 / 414) * 100vw);
    }

    header#seeker-header .header-inner #logo-wrapper {
        gap: calc((1 / 414) * 100vw);
    }

    header#seeker-header .header-inner #logo {
        height: calc((14 / 414) * 100vw);
    }

    header#seeker-header .header-inner .logo-caption-eng,
    header#seeker-header .header-inner .logo-caption {
        font-size: calc((8 / 414) * 100vw);
    }
    header#seeker-header .header-inner .logo-caption-eng {
        letter-spacing: calc((0.32 / 414) * 100vw);
    }
    
    header#seeker-header .header-inner .logo-caption {
        letter-spacing: calc((0.2 / 414) * 100vw);
    }
    
    header#seeker-header .header-inner .header-btn {
        font-size: calc((14 / 414) * 100vw);
        min-width: calc((78 / 414) * 100vw);
        padding: calc((8 / 414) * 100vw) calc((16 / 414) * 100vw);
        border-radius: calc((8 / 414) * 100vw);
    }

    header#seeker-header .header-inner .header-btns {
        gap: calc((4 / 414) * 100vw);
    }
}

/* footer */
footer {
	margin-top: 120px;
}

footer img {
	max-width: 100%;
	width: auto;
}

footer .footer-inner {
    max-width: 1200px;
    padding: 0 12px;
    margin: 0 auto;
}

@media only screen and (max-width: 1128px) {
    footer {
        margin-top: calc((120 / 1128) * 100vw);
    }

    footer .footer-inner {
        padding: 0 calc((20 / 1128) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-inner {
        padding: 0;
    }
}

@media screen and (max-width: 750px){
	footer{
		margin-top: 8vw;
	}
}

.emp-footer {
    background: #ffffff;
    width: 100%;
    padding: 50px 0 90px;
    text-align: left;
}

.emp-footer a {
    margin: 0;
}

.emp-footer .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.emp-footer .logo-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    text-align: center;
}

.emp-footer .wj-logo {
    width: 343px;
}

.emp-footer .wj-logo-title {
    color: #373737;
    font-size: 24px;
    font-family: Nunito;
    font-weight: 500;
    letter-spacing: 0.32px;
}

.emp-footer .emp-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.emp-footer .link-container-multi {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.emp-footer .link-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.emp-footer .link-title {
    color: #373737;
    font-size: 24px;
    font-family: Nunito;
    font-weight: 700;
    line-height: 22.4px;
    padding-bottom: 12px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.emp-footer .emp-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.emp-footer .emp-links > li a {
    color: #373737;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
}

.emp-footer .hidden {
    display: none!important;
}

.emp-footer .emp-links > li a:hover {
    opacity: 0.7;
}

.emp-footer .checkbox-toggle {
    display: none;
}

.emp-footer .recommend-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.emp-footer .recommend-links > li a {
    color: #08105d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    width: max-content;
    padding: 0 11px;
    border-bottom: 2px solid #08105d;
}

.emp-footer .pickup-link-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.emp-footer .pickup-link {
    width: max-content;
}

.emp-footer .pickup-link > a {
    color: #33a8ed;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emp-footer .pickup-link > a[target="_blank"] {
    position: relative;
    gap: 4px;
}

.emp-footer .pickup-link > a[target="_blank"]::after {
    background: url("../images/common/svg/icon_external.svg") no-repeat center center;
    filter: brightness(0) saturate(100%) invert(63%) sepia(15%) saturate(5284%) hue-rotate(174deg) brightness(94%) contrast(97%);
    background-size: 100% auto;
    content: "";
    width: 24px;
    height: 24px;
    position: relative;
}

@media only screen and (max-width: 1128px) {
    .emp-footer {
        padding: calc((50 / 1128) * 100vw) 0 calc((90 / 1128) * 100vw);
    }

    .emp-footer .footer-inner {
        gap: calc((57 / 1128) * 100vw);
    }

    .emp-footer .logo-container {
        gap: calc((8 / 1128) * 100vw);
    }

    .emp-footer .wj-logo {
        width: calc((343 / 1128) * 100vw);
    }

    .emp-footer .wj-logo-title {
        font-size: calc((24 / 1128) * 100vw);
        letter-spacing: calc((0.32 / 1128) * 100vw);
    }

    .emp-footer .emp-main-container {
        gap: calc((24 / 1128) * 100vw);
    }

    .emp-footer .link-container-multi {
        gap: calc((54 / 1128) * 100vw);
    }

    .emp-footer .link-container {
        gap: calc((12 / 1128) * 100vw);
    }

    .emp-footer .link-title {
        font-size: calc((24 / 1128) * 100vw);
        padding-bottom: calc((12 / 1128) * 100vw);
        text-underline-offset: calc((4 / 1128) * 100vw);
    }

    .emp-footer .emp-links {
        gap: calc((24 / 1128) * 100vw);
    }

    .emp-footer .emp-links > li a {
        font-size: calc((18 / 1128) * 100vw);
    }

    .emp-footer .emp-links > li a:hover {
        opacity: 1;
    }

    .emp-footer .recommend-links > li a {
        font-size: calc((20 / 1128) * 100vw);
        letter-spacing: calc((0.4 / 1128) * 100vw);
        padding: 0 calc((11 / 1128) * 100vw);
        border-bottom-width: calc((2 / 1128) * 100vw);
    }

    .emp-footer .pickup-link-container {
        margin-top: calc((30 / 1128) * 100vw);
        gap: calc((24 / 1128) * 100vw);
    }

    .emp-footer .pickup-link > a {
        font-size: calc((20 / 1128) * 100vw);
    }

    .emp-footer .pickup-link > a[target="_blank"] {
        gap: calc((4 / 1128) * 100vw);
    }
    
    .emp-footer .pickup-link > a[target="_blank"]::after {
        width: calc((24 / 1128) * 100vw);
        height: calc((24 / 1128) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    .emp-footer {
        padding: calc((33 / 375) * 100vw) calc((24 / 375) * 100vw) calc((20 / 375) * 100vw);
    }

    .emp-footer .footer-inner {
        gap: calc((20 / 375) * 100vw);
    }

    .emp-footer .logo-container {
        gap: calc((4 / 375) * 100vw);
    }

    .emp-footer .wj-logo {
        height: calc((25 / 375) * 100vw);
        width: auto;
    }

    .emp-footer .wj-logo-title {
        font-size: calc((14 / 375) * 100vw);
    }

    .emp-footer .emp-main-container {
        flex-direction: column;
        gap: calc((12 / 375) * 100vw);
    }

    .emp-footer .link-container, .emp-footer .link-container-multi {
        width: 100%;
    }

    .emp-footer .link-container {
        gap: 0;
    }

    .emp-footer .link-container-multi {
        gap: calc((12 / 375) * 100vw);
    }

    .emp-footer .link-title {
        font-size: calc((20 / 375) * 100vw);
        text-decoration-line: none;
        padding-top: calc((12 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
        border-bottom: calc((1 / 375) * 100vw) solid #373737;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .emp-footer .link-title::after {
        content: "＋";
        display: block;
        position: relative;
        margin-left: auto;
        font-size: calc((30 / 375) * 100vw);
        font-family: 'Noto Sans JP';
        font-weight: 400;
    }

    .emp-footer .emp-links {
        gap: 0;
    }

    .emp-footer .emp-links > li {
        display: none;
        padding: calc((12 / 375) * 100vw) 0 0;
    }

    .emp-footer .emp-links > li a {
        font-size: calc((14 / 375) * 100vw);
    }

    .emp-footer .checkbox-toggle:checked ~ .emp-links > li {
        display: block;
    }

    .emp-footer .checkbox-toggle:checked ~ .link-title::after {
        content: "ー";
    }

    .emp-footer .recommend-link-container {
        margin-top: calc((40 / 375) * 100vw);
    }
    
    .emp-footer .recommend-links {
        gap: calc((24 / 375) * 100vw);
    }
    
    .emp-footer .recommend-links > li {
        width: calc((100% / 2) - (((24 / 2) / 375) * 100vw));
        display: flex;
        justify-content: center;
    }
    
    .emp-footer .recommend-links > li a {
        font-size: calc((14 / 375) * 100vw);
        letter-spacing: calc((0.4 / 375) * 100vw);
        padding: 0 calc((2 / 375) * 100vw) calc((4 / 375) * 100vw);
        border-bottom-width: calc((1 / 375) * 100vw);
    }

    .emp-footer .pickup-link-container {
        margin-top: calc((30 / 375) * 100vw);
        gap: calc((24 / 375) * 100vw);
    }

    .emp-footer .pickup-link > a {
        font-size: calc((14 / 375) * 100vw);
    }

    .emp-footer .pickup-link > a[target="_blank"] {
        gap: calc((4 / 375) * 100vw);
    }
    
    .emp-footer .pickup-link > a[target="_blank"]::after {
        width: calc((20 / 375) * 100vw);
        height: calc((20 / 375) * 100vw);
    }    
}

.seeker-footer {
    background: #33A8ED;
    width: 100%;
    padding: 80px 0;
    text-align: left;
}

.seeker-footer a {
    margin: 0;
}

.seeker-footer .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.seeker-footer .logo-signin-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.seeker-footer .logo-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    text-align: center;
}

.seeker-footer .wj-logo {
    width: 343px;
}

.seeker-footer .wj-logo-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.32px;
}

.seeker-footer .seeker-main-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 90px;
}

.seeker-footer .seeker-desc {
    color: #ffffff;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    opacity: 0.8;
    max-width: 347px;
}

.seeker-footer .link-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    width: calc(100% - 437px);
}

.seeker-footer .link-container-multi {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.seeker-footer .link-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seeker-footer .link-title {
    color: #FAFAFA!important;
    font-size: 24px;
    font-family: Nunito;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 12px;
}

.seeker-footer .seeker-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.seeker-footer .seeker-links > li a {
    color: #ffffff;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

.seeker-footer .hidden {
    display: none!important;
}

.seeker-footer .seeker-links > li a:hover {
    opacity: 0.7;
}

.seeker-footer .checkbox-toggle {
    display: none;
}

@media only screen and (max-width: 1128px) {
    .seeker-footer {
        padding: calc((80 / 1128) * 100vw) 0;
    }

    .seeker-footer .footer-inner {
        gap: calc((50 / 1128) * 100vw);
    }

    .seeker-footer .logo-signin-container {
        gap: calc((12 / 1128) * 100vw);
    }

    .seeker-footer .logo-container {
        gap: calc((8 / 1128) * 100vw);
    }

    .seeker-footer .wj-logo {
        width: calc((343 / 1128) * 100vw);
    }

    .seeker-footer .wj-logo-title {
        font-size: calc((24 / 1128) * 100vw);
        letter-spacing: calc((0.32 / 1128) * 100vw);
    }

    .seeker-footer .seeker-main-container {
        flex-direction: column;
        gap: calc((48 / 1128) * 100vw);
    }

    .seeker-footer .seeker-desc {
        font-size: calc((20 / 1128) * 100vw);
        letter-spacing: calc((0.4 / 1128) * 100vw);
        max-width: 100%;
    }

    .seeker-footer .link-main-container {
        width: 100%;
        justify-content: flex-start;
        gap: calc((100 / 1128) * 100vw);
    }

    .seeker-footer .link-container-multi {
        gap: calc((54 / 1128) * 100vw);
    }
    
    .seeker-footer .link-container {
        gap: calc((12 / 1128) * 100vw);
        min-width: calc((120 / 1128) * 100vw);
    }
    
    .seeker-footer .link-title {
        font-size: calc((24 / 1128) * 100vw);
        padding-bottom: calc((12 / 1128) * 100vw);
    }
    
    .seeker-footer .seeker-links {
        gap: calc((24 / 1128) * 100vw);
    }

    .seeker-footer .seeker-links > li a {
        font-size: calc((18 / 1128) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    .seeker-footer {
        padding: calc((33 / 375) * 100vw) calc((24 / 375) * 100vw) calc((54 / 375) * 100vw);
    }
    
    .seeker-footer .footer-inner {
        gap: calc((17 / 375) * 100vw);
    }

    .seeker-footer .logo-signin-container {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        gap: calc((16 / 375) * 100vw);
    }

    .seeker-footer .logo-container {
        gap: 0;
    }

    .seeker-footer .wj-logo {
        height: calc((25 / 375) * 100vw);
        width: auto;
    }

    .seeker-footer .wj-logo-title {
        font-size: calc((12 / 375) * 100vw);
    }

    .seeker-footer .seeker-desc {
        font-size: calc((14 / 375) * 100vw);
        margin-bottom: 0;
    }

    .seeker-footer .seeker-main-container {
        flex-direction: column;
        gap: calc((24 / 375) * 100vw);
    }

    .seeker-footer .link-main-container {
        flex-direction: column;
        gap: calc((12 / 375) * 100vw);
    }

    .seeker-footer .link-container, .seeker-footer .link-container-multi {
        width: 100%;
    }

    .seeker-footer .link-container {
        gap: 0;
        min-width: 0;
    }

    .seeker-footer .link-container-multi {
        gap: calc((12 / 375) * 100vw);
    }

    .seeker-footer .link-title {
        font-size: calc((20 / 375) * 100vw);
        padding-top: calc((12 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
        border-bottom: calc((1 / 375) * 100vw) solid #ffffff;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .seeker-footer .link-title::after {
        content: "＋";
        display: block;
        position: relative;
        margin-left: auto;
        font-size: calc((30 / 375) * 100vw);
        font-family: 'Noto Sans JP';
        font-weight: 400;
    }

    .seeker-footer .seeker-links {
        gap: 0;
    }
    
    .seeker-footer .seeker-links > li {
        display: none;
        padding-top: calc((12 / 375) * 100vw);
    }

    .seeker-footer .seeker-links > li a {
        font-size: calc((14 / 375) * 100vw);
    }

    .seeker-footer .seeker-links > li a:hover {
        opacity: 1;
    }

    .seeker-footer .checkbox-toggle:checked ~ .seeker-links > li {
        display: block;
    }
    
    .seeker-footer .checkbox-toggle:checked ~ .link-title::after {
        content: "ー";
    }
}

.media-footer {
    background: #33A8ED;
    width: 100%;
    padding: 55px 0;
    text-align: left;
}

.media-footer a {
    margin: 0;
}

.media-footer .media-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.media-footer .social-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: fit-content;
}

.media-footer .social-container a {
    position: relative;
}

.media-footer .social-container div {
    position: absolute;
    margin: 8px;
    height: 34px;
    width: 34px;
    background-color: #ffffff;
    z-index: 0;
}

.media-footer .social-container a img {
    position: relative;
    height: fit-content;
    z-index: 1;
    height: 50px;
}

.media-footer .download-container {
    display: flex;
    flex-direction: row;
    gap: 36px;
}

.media-footer .download-container a img {
    height: 50px;
    width: auto;
}

.media-footer .signin-container {
    position: relative;
}

.media-footer .signin-btn {
    color: #ffffff;
    background: #ffbe00;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
    padding: 3px 24px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 4px #00000033;
}

.media-footer .signin-btn:hover {
    opacity: 0.7;
}

#copyright {
    color: #ffffff;
    background-color: #33A8ED;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 12px 42px;
    position: relative;
}

#copyright::before {
    background-color: #ffffff;
    content: "";
    width: calc(100% - 24px);
    max-width: 1400px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1128px) {
    .media-footer {
        padding: 55px 12px;
    }

    .media-footer .media-container {
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .media-footer .download-container {
        gap: 24px;
        margin-left: 0;
    }

    #copyright {
        font-size: calc((20 / 1128) * 100vw);
        letter-spacing: calc((0.4 / 1128) * 100vw);
        padding: calc((22 / 1128) * 100vw) calc((20 / 1128) * 100vw) calc((42 / 1128) * 100vw);
    }

    #copyright::before {
        width: calc(100% - ((40 / 1128) * 100vw));
        height: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .media-footer {
        padding: calc((20 / 375) * 100vw) calc((24 / 375) * 100vw);
    }

    .media-footer .footer-inner {
        padding: 0;
    }

    .media-footer .media-container {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: calc((18 / 375) * 100vw);
    }

    .media-footer .social-container {
        width: 100%;
        justify-content: space-evenly;
        gap:  calc((6 / 375) * 100vw);
    }

    .media-footer .social-container div {
        margin: calc((9 / 375) * 100vw);
        height: calc((32 / 375) * 100vw);
        width: calc((32 / 375) * 100vw);
    }

    .media-footer .social-container a img {
        height: calc((50 / 375) * 100vw);
    }

    .media-footer .download-container {
        width: 100%;
        justify-content: space-evenly;
        gap:  calc((8 / 375) * 100vw);
    }

    .media-footer .download-container a{
        margin-left: 0;
    }

    .media-footer .download-container a img {
        height: calc((42 / 375) * 100vw);
    }

    .media-footer .signin-container {
        margin-left: 0;
    }
    
    .media-footer .signin-btn {
        background: none;
        font-size: calc((14 / 375) * 100vw);
        font-weight: 500;
        padding: 0 calc((7 / 375) * 100vw) calc((5 / 375) * 100vw);
        border: none;
        border-bottom: calc((1 / 375) * 100vw) solid #ffffff;
        border-radius: 0;
        box-shadow: none;
    }

    #copyright {
        font-size: calc((10 / 375) * 100vw);
        letter-spacing: calc((0.4 / 375) * 100vw);
        padding: calc((15 / 375) * 100vw) calc((24 / 375) * 100vw) calc((30 / 375) * 100vw);
    }

    #copyright::before {
        width: 76%;
        height: calc((1 / 375) * 100vw);
    }
}