@charset "utf-8";

/*	ローディング
------------------------------*/
#splash {
	width: 100%;
	height: 100%;
	background-color: var(--color-white-bg);
	position: fixed;
	z-index: 9999;
}
#splash-logo {
	width: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash .fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (max-width: 480px) {

#splash-logo {
    width: 160px;
}

}

/*	ヒーローエリア
------------------------------*/
#hero {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
#hero .hero-copy-inner {
	position: absolute;
    left: 0;
    top: clamp(2.5rem, -5.018rem + 9.39vw, 6.25rem); /*1920 - 1281*/
	z-index: 2;
}
#hero .hero-copy-txt {
	font-family: ten-mincho-text, serif;
    font-weight: var(--font-weight-400);
    font-size: clamp(2rem, 0.747rem + 2.61vw, 3.875rem); /*1920 - 1281*/
    letter-spacing: 0.12em;
	line-height: 1.6;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#hero .hero-concept {
	width: 50%;
	padding-top: clamp(2.5rem, -7.523rem + 12.52vw, 7.5rem); /*1920 - 1281*/
	padding-left: clamp(6.25rem, 1.238rem + 6.26vw, 8.75rem); /*1920 - 1281*/
    position: absolute;
    right: 20px;
	z-index: 1;
}
#hero .hero-concept dt {
	margin-bottom: 12px;
    color: var(--color-navy);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-large);
    letter-spacing: 0.12em;
}
#hero .hero-concept dd {
	letter-spacing: 0.12em;
}
#hero .hero-logomark {
	position: absolute;
	top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
#hero .hero-logomark img {
	width: auto;
    height: 100%;
}
#hero .hero-slide {
	position: relative;
}
#hero .slider {
	width: 50%;
}
#hero .slider.first {
	position: absolute;
    left: 20px;
	z-index: -1;
}
#hero .slider.second {
	position: absolute;
	top: 0;
    right: 20px;
	z-index: 0;
}
#hero .slider img {
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 1680px) {

#hero .hero-copy {
	width: 50%;
    margin: 0;
}
#hero .hero-copy-inner {
	left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

}
@media only screen and (max-width: 1280px) {

#hero {
	margin-bottom: 40px;
}
#hero .slider.first {
	margin-top: 80px;
}
#hero .hero-concept {
	position: relative;
	right: unset;
    padding-left: 0;
    width: 87.5%;
    margin: 0 auto;
    text-align: center;
}

}
@media only screen and (max-width: 1024px) {

#hero .hero-logomark {
	top: 60px;
}
#hero .hero-slide {
	top: 60px;
}
#hero .hero-concept {
	padding-top: 100px;
}

}
@media only screen and (max-width: 768px) {

#hero {
    margin-bottom: 20px;
}
#hero .hero-copy {
	width: 100%;
}
#hero .hero-copy-inner {
	display: flex;
    justify-content: center;
	padding-top: 30px;
	position: relative;
	left: unset;
    top: 0;
	-moz-transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
#hero .hero-copy-txt {
	line-height: 1.8;
}
#hero .hero-logomark {
	width: 80%;
	top: 30px;
}
#hero .hero-slide {
	display: flex;
    flex-direction: column;
	top: -20px;
}
#hero .slider {
    width: 60%;
}
#hero .slider.first {
	margin-top: 0;
    position: relative;
	z-index: 1;
}
#hero .slider.second {
	position: relative;
	top: -20px;
	align-self: flex-end;
}
#hero .hero-concept {
	padding-top: 0;
	top: -20px;
    text-align: justify;
}
#hero .hero-concept dt {
	margin-bottom: 6px;
}

}
@media only screen and (max-width: 480px) {

#hero .hero-copy-txt {
	font-size: 1.75rem;
}

}


/*	ニュースティッカー
------------------------------*/
#ticker {
	padding: 40px 0;
	border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}
#ticker .flexbox {
	flex-wrap: nowrap;
    align-items: center;
}
.ticker-hd {
	width: 200px;
    padding: 2px 0;
    color: var(--color-navy);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-large);
    text-align: center;
    letter-spacing: 0.12em;
    border-right: 1px solid var(--color-black-border);
}
.ticker-wrap {
	width: calc(100% - 200px);
}
#ticker .bx-wrapper {
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
#ticker .bx-viewport {
	transform: translateZ(0);
}
.ticker-item {
	margin-right: 120px;
}
.ticker-date {
	display: inline-block;
	margin-right: 20px;
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-400);
	font-size: var(--font-size-x-small);
	letter-spacing: 0.26em;
}
.ticker-txt {
	display: inline-block;
	font-size: var(--font-size-small);
}
.ticker-txt a {
	text-decoration: underline;
}
.ticker-txt a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {

.ticker-hd {
	width: 140px;
}
.ticker-wrap {
	width: calc(100% - 140px);
}

}
@media only screen and (max-width: 768px) {

#ticker {
	padding: 20px 0;
}
#ticker .flexbox {
	flex-wrap: wrap;
}
.ticker-hd {
	width: 100%;
	margin-bottom: 4px;
    padding: 0;
    border-right: none;
}
.ticker-wrap {
	width: 100%;
}
.ticker-item {
    margin-right: 60px;
}
.ticker-date {
	margin-right: 12px;
}

}


/*	BUSINESS
------------------------------*/
#business {
	margin-top: 120px;
}
#business .business-hd {
	font-weight: var(--font-weight-600);
    font-size: clamp(1.5rem, 1.04rem + 1.53vw, 2.875rem); /* 481 - 1920 */
    letter-spacing: normal;
	line-height: 1.6;
}
#business .business-inner {
	margin-top: 30px;
    position: relative;
}
#business .flexbox {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#business .business-txt {
	width: calc(100% - 800px);
	padding-top: 40px;
    padding-right: 40px;
	color: #fff;
    text-align: justify;
}
#business .business-diagram {
	width: 800px;
}
#business .business-diagram-bg {
	width: 60.4166666%;
}
#business .business-diagram-bg img {
	-webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
}
#business .base-btn {
	margin-top: 40px;
}
@media only screen and (max-width: 1280px) {

#business .flexbox {
	justify-content: space-between;
}
#business .business-txt {
	width: 30%;
	padding-top: 20px;
    padding-right: 0;
}
#business .business-diagram {
	width: 66.66666667%;
}
#business .business-diagram-bg {
	width: 75%;
}

}
@media only screen and (max-width: 1024px) {

#business .flexbox {
	position: relative;
    top: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
#business .business-txt {
	width: 80%;
    padding-top: 80px;
    padding-right: 0;
}
#business .business-diagram {
	width: 100%;
    margin-top: 60px;
}
#business .business-diagram-bg {
	width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

}
@media only screen and (max-width: 768px) {

#business .business-txt {
	width: 100%;
    padding-top: 40px;
}
#business .business-diagram-bg {
	width: 100%;
}
#business .business-diagram-bg img {
	-webkit-border-radius: unset;
    border-radius: unset;
}

}
@media only screen and (max-width: 480px) {

#business {
    margin-top: 60px;
}
#business .business-hd {
	font-size: 1.25rem;
}
#business .business-inner {
	margin-top: 12px;
}
#business .business-txt {
	padding-top: 16px;
}
#business .business-diagram {
	margin-top: 40px;
}

}


/*	ABOUT US
------------------------------*/
#about {
	padding: 140px 0 100px;
	background: url(../img/about_bg.jpg) no-repeat center top;
	background-size: cover;
}
#about .flexbox {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.about-txt {
	width: 50%;
    text-align: justify;
}
#about .about-bnr {
	width: 46.6666666%;
	margin-top: 40px;
}
#about .about-bnr.company {
	margin-top: 0;
}
#about .about-bnr img {
	-webkit-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 1024px) {

.about-txt {
	width: 100%;
}
#about .about-bnr {
	width: 60%;
    margin: 20px auto 0;
}
#about .about-bnr.company {
	margin-top: 20px;
}

}
@media only screen and (max-width: 768px) {

#about .about-bnr {
	width: 100%;
}

}
@media only screen and (max-width: 480px) {

#about {
	padding: 80px 0 60px;
}

}


/*	PRODUCT
------------------------------*/
#product {
	margin-top: 120px;
}
#product .flexbox {
	width: 100%;
}
#product .product-item {
	width: calc(100% / 3);
    padding: 0 20px;
    border-left: 1px solid var(--color-black-border);
}
#product .product-item:first-child {
    border-left: none;
}
#product .product-item img {
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
#product .product-hd {
	padding-top: 16px;
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-large);
}
#product .product-txt {
    font-size: var(--font-size-small);
    text-align: justify;
}
#product .base-btn {
	margin-top: 60px;
}
@media only screen and (max-width: 1024px) {

#product .product-item {
	width: 50%;
    margin-top: 40px;
}
#product .product-item:first-child {
	width: 60%;
    margin: 0 auto;
	padding: 0;
}
#product .product-item:nth-child(2) {
	padding-left: 0;
    border-left: none;
}
#product .product-item:nth-child(3) {
	padding-right: 0;
}

}
@media only screen and (max-width: 480px) {

#product {
    margin-top: 60px;
}
#product .product-item {
	width: 100%;
    margin-top: 20px;
    padding: 0;
	border-left: none;
}
#product .product-item:first-child {
	width: 100%;
}
#product .base-btn {
    margin-top: 40px;
}
	
}


/*	NEWS
------------------------------*/
#news {
	width: 100%;
	margin-top: 120px;
}
#news .news-hd {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 35.41666667%;
	background: url(../img/bg_navy.png) repeat left top;
}
#news .visual-hd {
	width: 320px;
	margin-bottom: 0;
}
#news .visual-hd-en,
#news .visual-hd-ja {
	color: #fff;
}
#news .visual-hd-ja::before {
	background-color: #fff;
}
#news .news-wrap {
	width: 64.58333333%;
	padding: 100px 0;
    background-color: #fff;
}
.news-wrap-inner {
	width: min(100%, 920px);
	padding-left: 80px;
	padding-right: 40px;
}
.news-item {
    padding: 30px 0;
	border-bottom: 1px dotted #646464;
}
.news-item:first-child {
	padding-top: 0;
}
.news-date {
    display: inline-block;
    margin-right: 30px;
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-x-small);
    letter-spacing: 0.32em;
    line-height: 1;
}
.news-tag {
	display: inline-block;
}
.news-tag li a {
    display: inline-block;
    padding: 2px 10px;
    color: var(--color-black-txt);
    font-size: var(--font-size-x-small);
    background-color: #f0f0f0;
}
.news-title {
	margin-top: 12px;
}
.news-title a {
	color: var(--color-black-txt);
	font-weight: var(--font-weight-600);
}
.news-tag li a:hover,
.news-title a:hover {
	text-decoration: underline;
}
#news .news-btn {
	margin-top: 40px;
    text-align: right;
}
#news .news-btn a {
	font-weight: var(--font-weight-600);
    font-size: var(--font-size-small);
}
#news .news-btn a:hover {
	text-decoration: underline;
}
#news .news-btn::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 10px;
	margin-left: 16px;
	background: url(../img/arrow-right_navy.svg) no-repeat center right;
	background-size: contain;
}
@media only screen and (max-width: 1280px) {

#news .visual-hd {
	width: 260px;
}
.news-wrap-inner {
	padding-left: 40px;
}
#news .news-wrap {
	padding: 60px 0;
}

}
@media only screen and (max-width: 1024px) {

#news .news-hd {
	width: 220px;
    justify-content: center;
}
#news .visual-hd {
	width: auto;
}
#news .news-wrap {
	width: calc(100% - 220px);
    padding: 30px 0;
}
.news-item {
	padding: 20px 0;
}
#news .news-btn {
	margin-top: 30px;
}

}
@media only screen and (max-width: 768px) {

#news .news-hd {
	width: 100%;
    padding: 40px 0;
}
#news .news-wrap {
	width: 100%;
}
.news-wrap-inner {
	width: 87.5%;
    margin: 0 auto;
    padding: 0;
}

}
@media only screen and (max-width: 480px) {

#news {
	margin-top: 60px;
}
#news .news-hd {
	background-size: 50px;
}

}