@charset "utf-8";

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1300px;
	background: linear-gradient(hsla(0,0%,0%,1.00) ,hsla(0,0%,0%,1.00) ,hsla(0,0%,0%,0.50) ,hsla(0,0%,0%,0.00) );
}
.p-header__lang {
    color: #fff;
}
.p-header__lang-item::after {
    background: #fff;
}
.p-header__gnav-item {
    color: #fff;
}


.p-header__gnav-item.is-home::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url("common/images/arrow-01-white-bottom@2x.png") center/10px 6px no-repeat;
    margin: 6px auto;
    opacity: 1;
}

.p-header__gnav-item::after {
    background: url("common/images/arrow-01-white-bottom@2x.png") center/10px 6px no-repeat;
}

.p-header__gnav-item:hover::after {
    background: url("common/images/arrow-01-white-bottom@2x.png") center/10px 6px no-repeat; 
    opacity: 1;
    transform: translate(0,0);
}


.p-header__menu-bar {
    background: #fff;
}
.l-footer {
    margin-top: 80px;
}
@media screen and (max-width: 900px) {
    .p-header__gnav-item.is-home::after {
        display: none;
    }
    .l-header {
        min-width: auto;
	    background: linear-gradient(hsla(0,0%,0%,1.00) ,hsla(0,0%,0%,1.00) ,hsla(0,0%,0%,1.00) ,hsla(0,0%,0%,0.50) ,hsla(0,0%,0%,0.00) );
    }
    .p-header__lang {
        color: #444444;
    }
    .p-header__lang-item::after {
        background: #444444;
    }
    .p-header__gnav-item  {
        color: #444444;
    }
    .l-header {
        width: 100%;
    }
    .p-header {
        padding: 15px 20px 40px 10px;
    }
}

.p-mainvisual {
    position: relative;
}
.p-mainvisual__video iframe {
    width: 100%;
    height: 100vh;
}
.p-mainvisual__scroll {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}
.p-mainvisual__scroll-icon {
    margin-bottom: 10px;
}
.p-mainvisual__scroll-text {
    display: block;
    font-size: .625rem;
}
@media screen and (max-width: 900px) {
    .p-mainvisual__scroll-text {
        font-size: .8333rem;
    }
}

.p-business {
    text-align: center;
    margin: 100px 0;
}
.p-business__text {
    font-size: 1.25rem;
}
@media screen and (max-width: 900px) {
	.p-business__text {
		text-align: left;
	}
	.p-business__text br {
		display: none;
	}
	.p-business__text br.br_none {
		display: block;
	}
}

.p-business-nav {
    display: flex;
    justify-content: space-between;
    list-style-type:none;
    padding-left: 0;
    margin: 50px auto;
}

.p-business-nav li{
    flex: 1;
    height: 400px;
    position: relative;
}
.p-business-nav__item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    text-align: center;
    z-index: 100;
}
.p-business-nav__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.p-business-nav__item-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.p-business-nav__item-title{
    text-shadow: 0 0 15px #54BBFF;
    font-size: 2.5rem;
    color: #ffffff;
}
@media screen and (max-width: 900px) {
    .p-business {
        margin: 50px 0;
    }
    .p-business__title {
        margin-bottom: 50px;
    }
    .p-business-textarea {
        padding: 0 16px;
    }
    .p-business-nav {
        display: block;
    }
    .p-business-nav li {
        height: 230px;
    }
    .p-business__button {
        padding: 0 16px;
    }
}


.p-info-photo__img {
    width: 100%;
    height: auto;
}
.p-info-main {
    max-width: 1200px;
    margin: -240px auto 0;
    background: #fff;
    position: relative;
    z-index: 50;
    padding: 50px;
}
@media screen and (max-width: 900px) {
    .p-info-main {
        margin-top: 0;
        padding: 0 16px;
    }
}

.p-recruit {
    text-align: center;
    margin-bottom: 100px;
}
.p-recruit__text {
    font-size: 1.25rem;
}
.p-recruit__button {
    margin-top: 50px;
}
@media screen and (max-width: 900px) {
    .p-recruit {
        margin: 50px 0;
    }
    .p-recruit__title {
        margin-bottom: 50px;
    }
	.p-recruit__text {
		text-align: left;
	}
	.p-recruit__text br {
		display: none;
	}
}

.p-news-facebook {
    display: flex;
    justify-content: space-between;
}
.p-news-facebook__block {
    flex: 0 0 340px;
}
@media screen and (max-width: 900px) {
    .p-news {
        margin: 50px 0;
    }
    .p-news__title {
        margin-bottom: 50px;
    }
    .p-news-facebook {
   		justify-content: center;
    }
}

.p-instagram {
    background: #F2F2E9;
    padding: 100px 0 0;
}
.p-instagram__title {
    text-align: center;
    font-weight: normal;
    font-size: 2.5rem;
    margin: 0;
}
.p-instagram-textarea {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
    .p-instagram {
        padding: 50px 0 0;
    }
    .p-instagram-textarea  {
        padding: 0 16px;
    }
}