@charset "utf-8";

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

.header-inner-logo {
    display: block !important;
}

.header-inner-logo.en {
    display: none !important;
}

.en-US .header-inner-logo {
    display: none !important;
}

.en-US .header-inner-logo.en {
    display: block !important;
}

.footer {
    padding: 15rem 0 0;
}

.top-news {
	display: none;
}

.inner-cover {
    margin: 0 auto;
    padding: 0 2.5rem;
    height: 35rem;
    max-width: 175rem;
    width: 100%;
}

.inner-cover-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.inner-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.inner-cover-frame {
    height: 100%;
}

.inner-cover-img img {
    height: 100% !important;
    object-fit: cover;
}

.inner-cover-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg,rgba(51, 51, 51, 34%) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 9;
}

.inner-cover-title-box {
    padding: 1.5rem;
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner-cover-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.45em;
    letter-spacing: 0.1em;
}

.inner-cover-title-img {
    margin: 1.78rem 0 0;
    max-width: 20rem;
}

.inner {
    padding: 13rem 0 0;
}

.inner-wrapper01 {
	padding: 0 2.5rem;
    max-width: 100%;
}

.inner-wrapper02 {
    max-width: 158rem;
    width: 100%;
}

.text01 strong {
    color: var(--secondary);
    font-size: 1.25em;
    font-weight: 700;
}

.inner-wrapper03 {
    margin: 0 auto;
    padding: 0 2.5rem;
    max-width: 128rem;
    width: 100%;
}

.inner-title01-box {
    padding: 0 0 3.5rem;
    text-align: center;
    position: relative;
}

.inner-title01 {
    position: relative;
    z-index: 99;
}

.inner-title01-img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 24.1rem;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {


/*===========================================================

===========================================================*/



} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {

    .header {
        position: relative;
    }

    .header-logo {
        display: none;
    }

    .header-logo.en {
        display: none !important;
    }

    .header-inner-logo {
        display: block;
    }

    .en-US .header-inner-logo.en {
        display: block;
    }

	.header-area {
		align-items: center;
	}

	.header-link-area {
		margin: 0;
	}

    .js-hamburger-btn {
        margin: 2rem 0 auto auto;
    }


/*===========================================================

===========================================================*/

    .footer {
        padding: 8rem 0 0;
    }

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {

    .header.clone .header-link-area .bogo-language-switcher {
		margin: -0.5rem 5% 0 auto;
	}

    .js-hamburger-btn {
        margin: 1rem 0 auto auto;
    }


/*===========================================================

===========================================================*/

    .inner-cover {
        height: 18rem;
    }

    .inner-cover-title {
        font-size: 3rem;
    }

    .inner-cover-title-img {
        margin: -0.12rem 0 0;
        max-width: 13rem;
    }

    .inner {
        padding: 8rem 0 0;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


/*===========================================================

===========================================================*/

    .inner-cover-title {
        font-size: 2.6rem;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */