@charset "utf-8";

/*********** KV SETTING ***********/

.fv {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 動画背景 */
.fv .fv-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-fit: cover;
}
.fv .fv-cc {
	position: absolute;
	width: 675px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

/* スクロールダウンの位置 */
.scroll {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	z-index: 10;
}
/* 線のアニメーション部分 */
.scroll::before {
	animation: scrollDown 2s infinite;
	background-color: #fff;
	bottom: -60px;
	content: "";
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 2px;
}
/* 線のアニメーション */
@keyframes scrollDown {
	0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
	}
	50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
	}
	51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
	}
	100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
	}
}

/*********** MESSAGE ***********/

.message_box {
	position: relative;
	background: url("../images/common/decoration_01.png") no-repeat top center / 100%;
	margin-top: -100px;
	padding: 180px 0 0;
	z-index: 99;
}
.message_box .layout_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.message_box .layout_box .layout-left {
	width: 38%;
	margin-top: 1.5em;
}
.message_box .layout_box .layout-right {
	width: 58%;
	line-height: 2.0;
}
.message_box dl dt {
	font-size: 30px;
	font-weight: 700;
	margin: 50px auto 30px;
}
.message_box dl dd {
	font-size: 17px;
}
.message_box dl dd p {
	margin-bottom: 2.0em;
}


 /* スライダーのスタイル */
.slider-container {
	width: 100%;
	padding: 100px 0 50px;
	overflow: hidden;
	position: relative;
}

.slider-track {
	display: flex;
	width: max-content;
	animation: scroll 45s linear infinite;
	gap: 5px;
}

.slider-track:hover {
	animation-play-state: running; /* ホバーしても止まらない */
}

.slide {
	flex-shrink: 0;
	margin-right: 0;
}

.slide img {
	height: 200px;
	width: auto;
	display: block;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/*********** BUSINESS ***********/

.business_box {
	background: url("../images/common/decoration_02.png") no-repeat top / 100%;
	padding: 200px 0 100px;
}
.business_box .layout_box {
	display: flex;
	justify-content: space-between;
}

.business_box .layout-left {
	width: 35%;
}

.business_box .layout-left ol {
	list-style: none;
	counter-reset: item;
	margin-top: 2.0em;
}

.business_box .layout-left ol li {
	font-size: 1.2em;
	border-top: 1px solid #333333;
}
.business_box .layout-left ol li:last-child {
	font-size: 1.2em;
	border-bottom: 1px solid #333333;
}
.business_box .layout-left ol li a {
	position: relative;
	width: 100%;
	color: #283D52;
	padding: 1.0em 0;
	display: block;
}
.business_box .layout-left ol li a::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #2F92D0;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.business_box .layout-left ol li a::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: rgba(47,146,208,0.2);
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.business_box .layout-left ol li a:hover::before {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: rgba(47,146,208,0.2);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.business_box .layout-right {
	position: relative;
	width: 55%;
	min-height: 450px;
}

.business_box .layout-right > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	pointer-events: none;
}

.business_box .layout-right > div.active {
	opacity: 1;
	pointer-events: auto;
}

.business_box .layout-right > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*********** SERVICE ***********/

.sdgs_box .sdgs_main {
	background: url("../images/top/sdgs_main.png") center / cover;
	width: 100%;
	height: 480px;
}
.sdgs_box .content {
	background: url("../images/common/decoration_03.png") no-repeat center top / 100%;
	width: 100%;
	margin-top: -120px;
	padding: 150px 0 100px;
}
.sdgs_box .txt_box {
	text-align: center;
	margin-bottom: 50px;
	line-height: 2.0;
}


/*********** INFORMATION ***********/

.info_box {
	background: #80ABC6;
	color: #fff;
}
.info_box .list {
	margin-bottom: 40px;
}
.info_box .list dl {
	position: relative;
	display: flex;
	padding: 1.5em 0;
	border-top: 1px solid #ACC9DE;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.info_box .list dl:last-child {
	position: relative;
	display: flex;
	padding: 1.5em 0;
	border-top: 1px solid #ACC9DE;
	border-bottom: 1px solid #ACC9DE;
}
.info_box .list dl a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info_box .list dl dt {
	width: 230px;
}
.info_box .list dl dt .cat_label {
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	background: #B4C7D8;
	padding: 0 1.0em;
	margin: 0 20px;
	display: inline-block;
}
.info_box .list dl dd {
	width: calc(100% - 250px);
}
.info_box .list dl::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.info_box .list dl::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.info_box .list dl:hover::before {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


/*********** MOBILE SALES ***********/

.mobilesales_box {
	padding: 100px 0;
}



/*********** PRIVACY POLICY ***********/

.h-policy navi.global-nav ul li a {
	color: #000;
}

.policy_box {
	margin-top: 80px;
}


@media screen and (max-width: 999px) {

}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/*********** COMMON settng ***********/
html {font-size: 13px;}
body {
	font-size: 13px;
}
	
section {
	margin: auto;
	padding: 20% 0;
}
	
/*********** KV SETTING ***********/

.fv {
	position: relative;
	width: 100vw;
	height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fv .fv-cc {
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

/*********** MESSAGE ***********/

.message_box {
	position: relative;
	background: url("../images/common/decoration_01.png") no-repeat top center / 100%;
	margin-top: -100px;
	padding: 100px 0 0;
	z-index: 99;
}
.message_box .layout_box {
	display: block;
	justify-content: space-between;
	width: 100%;
}
.message_box .layout_box .layout-left {
	width: 100%;
	margin-top: 1.5em;
}
.message_box .layout_box .layout-right {
	width: 100%;
}
.message_box dl dd {
	font-size: 13px;
}

 /* スライダーのスタイル */
.slider-container {
	width: 100%;
	padding: 50px 0 50px;
	overflow: hidden;
	position: relative;
}
.slide img {
	height: 120px;
	width: auto;
	display: block;
}
	

/*********** BUSINESS ***********/

.business_box {
	padding: 50px 0 0;
}
.business_box .layout_box {
	display: block;
}

.business_box .layout-left {
	width: 100%;
}
.business_box .layout-left ol li {
	font-size: 1.0em;
	border-top: 1px solid #333333;
}
.business_box .layout-left ol li:last-child {
	font-size: 1.0em;
	border-bottom: 1px solid #333333;
}
.business_box .layout-left ol li a {
	position: relative;
	width: 100%;
	color: #283D52;
	padding: 1.0em 0;
	display: block;
}

.business_box .layout-right {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin-top: 2.0em;
}
	

/*********** SERVICE ***********/

.sdgs_box .sdgs_main {
	background: url("../images/top/sdgs_main.png") center right / cover;
	width: 100%;
	height: 300px;
}
.sdgs_box .content {
	background: url("../images/common/decoration_03.png") no-repeat center top / 100%;
	width: 100%;
	margin-top: -120px;
	padding: 70px 0 0;
}
.sdgs_box .txt_box {
	width: 85%;
	text-align: left;
	margin: 0 auto 30px;
	line-height: 2.0;
}
	
/*********** INFORMATION ***********/

.info_box {
	background: #80ABC6;
	color: #fff;
}
.info_box .list {
	margin-bottom: 40px;
}
.info_box .list dl {
	position: relative;
	display: block;
	padding: 1.2em 0;
}
.info_box .list dl:last-child {
	position: relative;
	display: block;
	padding: 1.0em 0;
}
.info_box .list dl a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info_box .list dl dt {
	width: 100%;
	margin-bottom: 0.5em;
}
.info_box .list dl dd {
	width: 100%;
}
	
/*********** MOBILE SALES ***********/

.mobilesales_box {
	padding: 20% 0;
}
.mobilesales_box .col2_box li {
	margin-bottom: 25px;
}



}



