@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* top
------------------------------------------------------------------------------------------------------------------------------- */

/* mv
===================================================================== */
.mv {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100svh;
}
@media screen and (max-width: 767px) {
    .mv {
        min-width: 100%;
    }
}

/* mv-txt */
.mv-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e0c97e;
    font-family: 'Cinzel', serif;
    font-size: 6.2rem;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: nowrap;
}
.mv-txt p {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 2.0s ease 1.0s;
}
.mv-txt.active p {
    opacity: 1;
    transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
    .mv-txt {
        font-size: 6.4rem;
        line-height: 1.6;
    }
}

/* mv-movie */
#mv-movie-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    #mv-movie-sp {
        display: block;
    }
    #mv-movie-pc {
        display: none;
    }
}
.mv video {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .mv video {
        min-width: 100%;
    }
}

.movie-control {
    position: fixed;
    right: 100px;
    bottom: 40px;
    width: 70px;
}
.movie-control button {
    position: relative;
    display: block;
    color: #fff;
    letter-spacing: 0.2em;
    padding-right: 20px;
}
.movie-control .movie-stop::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 2px;
    height: 12px;
    background-color: #fff;
}
.movie-control .movie-stop::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    width: 2px;
    height: 12px;
    background-color: #fff;
}
.movie-control .movie-start::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    display: block;
    width: 16px;
    height: 12px;
    background: #fff;
    clip-path: polygon(0 50%, 37.5% 50%, 37.5% 0, 100% 50%, 37.5% 100%, 37.5% 50%, 0 50%);
}
.movie-control .movie-start {
    display: none;
}
@media screen and (max-width: 767px) {
    .movie-control {
        right: 20px;
        bottom: 20px;
    }
    .movie-control button {
        font-size: 13px;
        padding-right: 15px;
    }
}

/* mv-scroll */
.mv-scroll {
	position: fixed;
	z-index: 1;
	left: calc(50% - 25px);
	bottom: 0;
	width: 50px;
	height: 150px;
	font-size: 0;
}
.mv-scroll a {
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
.mv-scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}
.mv-scroll span {
	animation: scroll-bar 2.0s infinite;
}
@keyframes scroll-bar {
	0% {
		transform: translate3d(0, -100%, 0)
	}
	50% {
		transform: translate3d(0, 0, 0)
	}
	100% {
		transform: translate3d(0, 100%, 0)
	}
}
@media screen and (max-width: 767px) {
    .mv-scroll {
        height: 75px;
    }
}


/* section common
===================================================================== */
.top-content-wrapper {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.section-wrapper {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .section-wrapper {
        width: 100%;
        padding: 0 5rem;
    }
}

/* section-ttl */
.section-ttl {
    text-align: center;
}
.section-ttl .jp {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.14em;
}
.section-ttl .en {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #004386;
}
@media screen and (max-width: 767px) {
    .section-ttl {
        text-align: left;
    }
    .section-ttl .jp {
        font-size: 3.8rem;
    }
    .section-ttl .en {
        font-size: 9.8rem;
    }
}


/* about
===================================================================== */
.about {
    position: relative;
    z-index: 2;
    padding: 200px 0 180px;
    overflow: hidden;
}
.about-wrapper {
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .about {
        padding: 18rem 0 16rem;
    }
}

/* about-bg */
.about-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background-image: url(/assets/img/top/about_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.about.fixed .about-bg {
    position: fixed;
}

/* about-catch */
.about-catch {
    color: #e0c97e;
    font-family: 'Cinzel', serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-align: center;
}
.about-catch-jp {
    margin: 30px 0 0;
    font-size: 2.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .about-catch-jp {
        margin: 3rem 0 0;
        font-size: 4rem;
    }
}

/* about-lead */
.about-lead{
    width: 640px;
    margin: 50px auto 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    .about-lead {
        width: 100%;
        margin: 60rem 0 0;
        font-size: 3.4rem;
        line-height: 1.94;
    }
}

/* about-btn */
.about-btn {
    width: 400px;
    margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
    .about-btn {
        width: 100%;
        margin: 8rem auto 0;
    }
}

/* about img */
.about-img01 {
    width: 298px;
    margin: -20px auto -30px;
}
.about-img02 {
    position: absolute;
    top: 417px;
    left: calc(50% - 600px);
    width: 270px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.about-img03 {
    position: absolute;
    top: 832px;
    left: calc(50% - 566px);
    width: 180px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.about-img04 {
    position: absolute;
    top: 930px;
    right: calc(50% - 600px);
    width: 180px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.about-img05{
    position: absolute;
    top: 265px;
    right: calc(50% - 570px);
    width: 444px;
}
@media screen and (max-width: 767px) {
    .about-img01 {
        width: 27.4rem;
        margin: -1rem auto;
    }
    .about-img02 {
        z-index: 3;
        top: 120rem;
        left: 0;
        width: 32.4rem;
    }
    .about-img03 {
        z-index: 2;
        top: 141.6rem;
        left: 25.8rem;
        width: 21.6rem;
    }
    .about-img04 {
        z-index: 3;
        top: 127.8rem;
        right: 0;
        width: 21.6rem;
    }
    .about-img05 {
        z-index: 3;
        top: 13rem;
        right: 2rem;
        width: 40rem;
    }
}


/* products
===================================================================== */
#products {
    position: relative;
    padding: 180px 0;
    background-image: url(/assets/img/top/products_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    #products {
        padding: 16rem 0;
    }
}

/* products-catch */
.products-catch {
    padding: 30px 0;
    text-align: center;
    color: #004386;
    font-family: 'Cinzel', serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
.products-lead {
    width: 656px;
    margin: 0 auto;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .products-catch {
        padding: 3rem 0;
        text-align: left;
        font-size: 4rem;
    }
    .products-lead {
        width: 100%;
        font-size: 3.2rem;
    }
}

/* products-list */
.products-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 60px 0 0;
}
.products-list li a {
    display: flex;
    flex-direction: column;
    width: 484px;
    height: 180px;
}
.products-list li a .logo {
    height: 90px;
}
.products-list li a .logo-sankei {
    width: 208px;
}
.products-list li a .logo-dreik {
    width: 217px;
}
@media screen and (max-width: 767px) {
    .products-list {
        flex-direction: column;
        gap: 4rem 0;
        margin: 6rem 0 0;
    }
    .products-list li {
        width: 100%;
    }
    .products-list li a {
        width: 100%;
        height: 25rem;
    }
    .products-list li a .logo {
        height: auto;
        margin: 0 0 2rem;
    }
    .products-list li a .logo-sankei {
        width: 33rem;
    }
    .products-list li a .logo-dreik {
        width: 34.5rem;
    }
}

/* products-img */
.products-img01 {
    position: absolute;
    top: 100px;
    left: calc(50% - 540px);
    z-index: 2;
    width: 255px;
}
@media screen and (max-width: 767px) {
    .products-img01 {
        top: 10rem;
        left: auto;
        right: 2.5rem;
        width: 23rem;
    }
}


/* profile
===================================================================== */
#profile {
    padding: 180px 0 0;
}
.profile-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    #profile {
        padding: 16rem 0 0;
    }
    .profile-wrapper {
        flex-direction: column;
        padding: 0 5rem;
    }
} 

/* profile-txt */
.profile-txt {
    width: 400px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5em;
}
.profile-ttl {
    text-align: left;
}
.profile-ttl .en {
    line-height: 0.93;
    margin-top: 5px;
}
.profile-lead {
    margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
    .profile-txt {
        width: 100%;
        padding-bottom: 0;
    }
    .profile-lead {
        margin: 6rem 0 8rem;
    }
}

/* profile-img */
.profile-img {
    width: 484px;
}
@media screen and (max-width: 767px) {
    .profile-img {
        width: 100%;
    }
}

/* profile-btn */
.profile-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
}
@media screen and (max-width: 767px) {
    .profile-btn {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin: 8rem 0 0;
    }
}

/* profile-community */
.profile-community {
    margin: 120px 0 0;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/img/top/profile_img02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
}
@media screen and (max-width: 767px) {
    .profile-community {
        margin: 12rem 0 0;
        height: auto;
        background: none;
    }
}
@media screen and (min-width: 1440px) {
    .profile-community {
        background-size: cover;
    }
}

.profile-community h3 {
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #fff;
}
.profile-community-lead {
    width: 656px;
    margin: 20px auto 0;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .profile-community-txt {
        padding: 5rem 5rem 0;
    }
    .profile-community h3 {
        text-align: left;
        font-size: 4rem;
        color: #004386;
    }
    .profile-community-lead {
        width: 100%;
        color: #313131;
    }
}


/* recruit
===================================================================== */
#recruit {
    padding: 180px 0 0;
}
@media screen and (max-width: 767px) {
    #recruit {
        padding: 16rem 0 0;
    }
}

/* recruit-lead */
.recruit-lead {
    width: 656px;
    margin: 30px auto 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
    .recruit-lead {
        width: 100%;
    }
}

/* recruit-btn */
.recruit-btn {
    width: 400px;
    margin: 50px auto 0;
}
.recruit-btn .m-btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.recruit-btn .m-btn .arrow::after {
    top: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
    .recruit-btn {
        width: 100%;
        margin: 8rem auto 0;
    }
    .recruit-btn .m-btn {
        font-size: 2.6rem;
    }
    .recruit-btn .m-btn .arrow::after {
        top: calc(50% - 4px);
    }
}

/* recruit-slider */
.recruit-slider {
    display: flex;
	width: 100%;
    margin: 60px 0 0;
	overflow: hidden;
}
.recruit-slider ul {
	display: flex;
	flex-shrink: 0;
	width: 3232px;
}
.recruit-slider ul li{
	width: 400px;
	margin: 0 0 0 4px;
}
@media screen and (max-width: 767px) {
    .recruit-slider {
        margin: 8rem 0 0;
    }
    .recruit-slider ul {
        width: 326.4rem;
    }
    .recruit-slider ul li{
        width: 40rem;
        margin: 0 0 0 0.8rem;
    }
}

.recruit-slider ul:first-child {
    animation: slide1 120s -60s linear infinite;
}
.recruit-slider ul:last-child {
    animation: slide2 120s linear infinite;
}
.recruit-slider.stop ul:first-child {
    animation-play-state: paused;
}
.recruit-slider.stop ul:last-child {
    animation-play-state: paused;
}
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.recruit-slider-control {
    text-align: center;
    margin: 20px 0 0;
}
.recruit-slider-control button {
    position: relative;
    letter-spacing: 0.2em;
    padding-right: 20px;
}
.recruit-slider-control .stop::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 2px;
    height: 12px;
    background-color: #313131;
}
.recruit-slider-control .stop::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    width: 2px;
    height: 12px;
    background-color: #313131;
}
.recruit-slider-control .start::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    display: block;
    width: 16px;
    height: 12px;
    background: #313131;
    clip-path: polygon(0 50%, 37.5% 50%, 37.5% 0, 100% 50%, 37.5% 100%, 37.5% 50%, 0 50%);
}
.recruit-slider-control .start {
    display: none;
}
