@charset "UTF-8";
/* CSS Document */


	
/* 3minutes
--------------------- */
.th-minutes #pagetitle{
	position: relative;
}
.th-minutes #pagetitle .inner{
	position: relative;
	height: 640px;
}
.th-minutes #pagetitle .inner .asi{
	position: absolute;
	bottom:40px;
	right:0;
	width: 30%;
	z-index: 0;
}
.th-minutes #pagetitle .main-pht{
	position: absolute;
	left:0;
	bottom:0;
	width: 60%;
	height: 360px;
	transform: translateY(48%);
}
.th-minutes #pagetitle .main-pht img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.th-minutes #pagetitle .main-pht img{
	display: block;
	border-radius: 0 30px 30px 0;
	overflow: hidden;
}
	.th-minutes #pagetitle .inner h1{
		position: relative;
		display: block;
		margin-top: 30px;
		z-index: 10;
	}
		.th-minutes #pagetitle .inner h1 .txt-96{
			display: block;
			font-size: 9.6rem;
			line-height: 1;
		}
		.th-minutes #pagetitle .inner h1 .txt-96 span{
			color:#db0012;
		}
		.th-minutes #pagetitle .inner h1 .flex{
			align-items: center;
		}
			.th-minutes #pagetitle .inner h1 .flex{
				align-items: center;
			}
			.th-minutes #pagetitle .inner h1 .flex .txt-50{
				position: relative;
				font-size: 5rem;
				line-height: 1;
				font-weight: 700;
				align-items: center;
				color:#DDE2ED;
				padding-right: 30px;
			}
			.th-minutes #pagetitle .inner h1 .flex .txt-50:after{
				content:'';
/*
				position: absolute;
				top:50%;
				right:18px;
				transform: translateY(-40%);
				width: 0;
				height: 0;
				border-style: solid;
				border-top: 9px solid transparent;
				border-bottom: 9px solid transparent;
				border-left: 14px solid #db0012;
				border-right: 0;				
*/
			}
.th-minutes .sec-ttl{
	text-align: center;
}
	.th-minutes .sec-ttl .en{
		font-size: 16rem;
		font-weight: 700;
		line-height: 1;
		color:#E6EAF2;
	}
	.th-minutes .sec-ttl h2{
		font-size: 6rem;
		line-height: 1.5;
		color:#0B3384;
		margin-top: -50px;
	}

.numbers-sec{
	background: url(../img/3minute/bl-bg.jpg) no-repeat center / cover;
}
.numbers-sec.wrap-top{
	padding-top: 280px;
}
	.numbers-sec .sec-ttl{
		margin-bottom: 60px;
	}
	.numbers-sec .sec-ttl .en{
		opacity: 0.1;
	}
	.numbers-sec .sec-ttl h2{
		color:#fff;
	}
.numbers-sec .figure-area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.numbers-sec .inner{
	width: 900px;
}
.numbers-sec .figure-area{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}
	.numbers-sec .figure-area .zu:nth-child(1){
		width: 40%;
	}
	.numbers-sec .figure-area .zu:nth-child(2){
		width: 52%;
	}
	.numbers-sec .figure-area .zu:nth-child(3){
		width: 39%;
	}
	.numbers-sec .figure-area .zu:nth-child(4){
		width: 46%;
	}
	.numbers-sec .figure-area .zu:nth-child(5){
		width: 37%;
	}
	.numbers-sec .figure-area .zu:nth-child(6){
		width: 47%;
	}
	.numbers-sec .figure-area .zu:nth-child(n+3){
		margin-top: 60px;
	}
	.numbers-sec .figure-area .zu:nth-child(2n){
		margin-left: 8%;
	}
	.numbers-sec .figure-area .zu img{
		width: 100%;
		object-fit: contain;
	}


.business-sec .five-sec{
	position: relative;
	margin-top: 40px;
}
	.business-sec .five-sec .asi{
		width: 100%;
		max-width: 880px;
		margin: 0 auto;
	}
	.business-sec .center-area{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-40%);
		text-align: center;
	}
	.business-sec .center-area .btn{
		margin: 25px auto 0;
	}
	.business-sec .five-sec .busi-sec{
		position: absolute;
		width: 390px;
		cursor: pointer;
	}
	.business-sec .five-sec .busi-sec:nth-child(2){
		top:0;
		left:50%;
		transform: translate(-50%,0);
	}
	.business-sec .five-sec .busi-sec:nth-child(3){
		top:27%;
		right:0;
	}
	.business-sec .five-sec .busi-sec:nth-child(4){
		bottom:0;
		right:12%;
	}
	.business-sec .five-sec .busi-sec:nth-child(5){
		bottom:0;
		left:12%;
	}
	.business-sec .five-sec .busi-sec:nth-child(6){
		top:27%;
		left:0;
	}
		.business-sec .five-sec .busi-sec .cntnr{
			position: relative;
		}
		.business-sec .five-sec .busi-sec .cntnr:before{
			content:'';
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
			background:url("../img/3minute/five-bg.png") no-repeat center / contain;
			opacity: 0;
			transition: all .4s;
		}
		.business-sec .five-sec .busi-sec:hover .cntnr:before{
			opacity: 1;
		}
		.business-sec .five-sec .busi-sec .bf .center{
			position: absolute;
			top:50%;
			left:50%;
			transform: translate(-50%,-50%);
			font-weight: 600;
			line-height: 1.3;
			white-space: nowrap;
			font-size: 22px;
			transition: all .4s;
			text-align: center;
		}
		.business-sec .five-sec .busi-sec .bf .center.mini{
			font-size: 21px;
			margin-top: 10px;
		}
		.business-sec .five-sec .busi-sec .bf .center span{
			display: inline-block;
			padding: 3px 10px;
			color:#0B3384;
			background-color:rgba(255,255,255,0.70);
			border-radius: 5px;
		}
		.business-sec .five-sec .busi-sec .bf .center span:nth-child(3){
			margin-top: 5px;
		}
		.business-sec .five-sec .busi-sec:hover .bf span{
			opacity: 0;
		}
			.business-sec .five-sec .busi-sec .af{
				position: absolute;
				top:0;
				left:0;
				width: 100%;
				height: 100%;
				opacity: 0;
				transition: all .4s;
				text-align: center;
				display: flex;
				justify-content: center;
				align-items: center;
				color:#fff;
			}
			.business-sec .five-sec .busi-sec:hover .af{
				opacity: 1;
			}
				.business-sec .five-sec .busi-sec .af .ttl{
					font-size: 2.2rem;
					line-height: 1.3;
					font-weight: 600;
					margin-bottom: 10px;
				}
				.business-sec .five-sec .busi-sec .af .ttl.mini{
					font-size: 1.8rem;
					letter-spacing: 0rem;
				}
				.business-sec .five-sec .busi-sec .af .tag{
					width: 80%;
					display: flex;
					justify-content: center;
					flex-wrap: wrap;
					margin: 0 auto;
				}
				.business-sec .five-sec .busi-sec .af .tag span{
					font-size: 1.35rem;
					line-height: 1;
					font-weight: 600;
					border-radius: 10px;
					color:#0B3384;
					background-color: #fff;
					padding:2px 8px 3px;
					margin: 4px;
				}
				.business-sec .five-sec .busi-sec .af .txt{
					font-size: 1.5rem;
					margin-top: 8px;
					line-height: 1.6;
					font-weight: 500;
				}
.businext-sec{
	position: relative;
	margin-top: 100px;
	padding-top: 80px;
	background: url("../img/3minute/businext-bg.png") no-repeat center top / cover;
}
	.businext-sec:before{
		content:'';
		position: absolute;
		top:0;
		left:50%;
		transform: translate(-50%,-50%);
		width: 68px;
		height: 116px;
		background: url("../img/3minute/hatena.svg") no-repeat center / contain;
	}
	.businext-sec h2{
	    position: relative;
		font-size: 4rem;
		font-weight: 600;
		color:#0B3384;
		text-align: center;
		padding-bottom: 50px;
		margin-bottom: 35px;
	}
	.businext-sec h2:before{
	    content:'';
		position: absolute;
		left:50%;
		bottom:0;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 19px solid transparent;
		border-left: 19px solid transparent;
		border-top: 30px solid #db0012;
		border-bottom: 0;
	}
	.businext-sec .zu-area{
		position: relative;
		width: 735px;
		margin: 0 auto;
	}
		.businext-sec .zu-area .txt-area{
			position: absolute;
			top:50%;
			left:50%;
			transform: translate(-50%,-50%);
			text-align: center;
			z-index: 1;
		}
			.businext-sec .zu-area .txt-area .ttl{
				font-size: 3rem;
				font-weight: 600;
				color:#0B3384;
			}
			.businext-sec .zu-area .txt-area .btn{
				margin: 20px auto 0;
			}
.businext-sec .busi-last{
	position: relative;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	color:#0B3384;
	padding-top: 50px;
	margin-top: 50px;
}
	.businext-sec .busi-last:before{
		content:'';
		position: absolute;
		left:50%;
		top:0;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 19px solid transparent;
		border-left: 19px solid transparent;
		border-top: 30px solid #db0012;
		border-bottom: 0;
	}




.history-sec{
	background: url("../img/3minute/bl-bg.jpg") no-repeat center / cover;
}
	.history-sec .sec-ttl{
		margin-bottom: 40px;
	}
	.history-sec .sec-ttl .en{
		opacity: 0.1;
	}
	.history-sec .sec-ttl h2{
		color:#fff;
	}
	.history-sec .history-area{
		color:#fff;
	}
		.history-sec .history-area .cntnr{
			position: relative;
		}
		.history-sec .history-area .cntnr:before{
			content:'';
			position: absolute;
			left:50%;
			transform: translateX(-50%);
			width: 1px;
			height: 100%;
			border-right:1px dashed #fff;
		}
		.history-sec .history-area .cntnr:after{
			content:'';
			position: absolute;
			top:0;
			left:50%;
			transform: translateX(-50%);
			width: 10px;
			height: 10px;
			background-color: #fff;
			border-radius: 50%;
		}
		.history-sec .history-area .cntnr .cntnt{
			width: 42%;
			padding-bottom: 50px;
		}
		.history-sec .history-area .cntnr .cntnt:nth-child(2){
			padding-bottom: 0;
			position: absolute;
			right:0;
			top:50%;
			transform: translateY(-50%);
		}
		.history-sec .history-area .fig{
			font-size: 15rem;
			line-height: 1;
			font-weight: 700;
			margin-bottom: 10px;
		}
		.history-sec .history-area .m-txt{
			font-size: 4rem;
			line-height: 1.2;
			font-weight: 600;
			z-index: 5;
			position: relative;
		}
		.history-sec .history-area .txt{
			font-size: 2rem;
			line-height: 1.5;
		}
		.history-sec .history-area .cntnr .cntnt:nth-child(2) .txt{
			margin-top: 10px;
		}
		.history-sec .history-area .flex{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.history-sec .history-area .flex .m-txt{
			width: 100px;
		}
		.history-sec .history-area .flex .txt{
			width: calc(100% - 100px);
		}
		.history-sec .history-area .cntnr .cntnt .img{
			max-width: 340px;
			width: 90%;
			opacity: 0.7;
			margin-top: 30px;
		}
		.history-sec .history-area .cntnr .cntnt:nth-child(3) .img{
			margin-top: -20px;
		}

.history-sec .history-area .esg-area .esg-ttl{
	justify-content: center;
	align-items: center;
}
	.history-sec .history-area .esg-area .esg-ttl .fig{
		width: 400px;
	}
	.history-sec .history-area .esg-area .esg-ttl .m-txt{
		width:470px;
	}
	.history-sec .history-area .esg-area .esg-ttl .m-txt span{
		color:#FFE200;
	}
	.history-sec .history-area .esg-area .cntnts{
		margin-top: 15px;
	}
	.history-sec .history-area .esg-area .product{
		width: 48.5%;
		text-align: center;
	}
	.history-sec .history-area .esg-area .product .logo{
		height: 140px;
		background-color:#DEE9FF;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.history-sec .history-area .esg-area .product img{
			height: 83px;
			width: auto;
		}
	.history-sec .history-area .esg-area .product .txt-30{
		font-size: 2.8rem;
		font-weight: 600;
		margin-top: 5px;
	}
	.history-sec .future-area {
		max-width: 940px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 60px 0 70px;
	}
		.history-sec .future-area .txt-area{
			width: 55%;
		}
			.history-sec .future-area .main-txt{
				font-size: 11rem;
				font-weight: 700;
				line-height: 1.0;
				margin-bottom: 15px;
			}
			.history-sec .future-area .txt-18{
				font-size: 1.8rem;
				line-height: 1.8;
			}
		.history-sec .future-area .img{
			width: 40%;
		}
.busi-model{
	padding-top: 70px;
	border-top: 1px dashed rgba(255,255,255,0.40);
}
	.busi-model h3{
		font-size: 3rem;
		font-weight: 600;
		color:#fff;
		text-align: center;
		margin-bottom: 40px;
	}	
	.busi-model .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.busi-model .flex .cntnt{
			width: 49%;
			background-color: #fff;
			border-radius: 15px;
			padding: 35px 40px 40px;
			text-align: center;
		}
		.busi-model .flex .cntnt .ttl{
			font-size: 2.8rem;
			line-height: 1;
			font-weight: 600;
			color:#0B3384;
		}
		.busi-model .flex .cntnt .txt{
			line-height: 1.6;
			padding: 13px 0 15px;
		}
.history-sec .btn{
	margin: 40px auto 0;
}

	.challenge-sec .zu{
		max-width: 340px;
		width: 90%;
		margin: 40px auto 0;
	}
	.challenge-sec .txt{
		font-size: 1.6rem;
		text-align: center;
		margin-top: 30px;
	}
	.challenge-sec .next-txt{
		position: relative;
		font-size: 2.6rem;
		font-weight: 600;
		text-align: center;
		margin-top: 30px;
		padding-bottom: 20px;
		z-index: 1;
	}
		.challenge-sec .next-txt span{
			color:#DB0012;
		}
	.challenge-sec .next-txt:before{
		content:'';
		position: absolute;
		left:50%;
		bottom:0;
		transform: translate(-50%,50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
		border-top: 20px solid #db0012;
		border-bottom: 0;
		z-index: 10;
	}
.next-sec{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 430px;
	font-size: 3.4rem;
	line-height: 1;
	font-weight: 600;
	transition: all .4s;
	margin-bottom: -80px;
	overflow: hidden;
}
	.next-sec img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all .4s;
	}
	.next-sec:hover img{
		transform: scale(1.05);
	}
	.next-sec span{
		position: absolute;
		top:calc(50% - 40px);
		left:50%;
		transform: translate(-50%,-50%);
		z-index: 5;
		color:#fff;
		transition: all .4s;
	}
	.next-sec:hover span{
		transform: translate(-50%,-50%)scale(1.06);
	}


	
/* maintitle
--------------------- */
#maintitle {
	width: 100%;
	padding: 100px 50px 0 50px;
	position: relative;
}
#maintitle:before {
	content: "";
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
	#maintitle .pht {
		width: 100%;
		height: 700px;
		overflow: hidden;
		border-radius: 15px;
		position: relative;
		z-index: 1;
	}
		#maintitle .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}


	#maintitle .breadcrumb {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		position: absolute;
		top: 120px;
		left: 150px;
		z-index: 2;
	}
		#maintitle .breadcrumb a {
			color: #fff;
			text-decoration: underline;
		}
		#maintitle .breadcrumb a:hover {
			text-decoration: none;
		}


	#maintitle .catch {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.9em;
		position: absolute;
		top: 50%;
		left: 150px;
		margin-top: -80px;
		z-index: 2;
	}
		#maintitle .catch .whitebg {
			display: inline-block;
			background: #fff;
			line-height: 1;
			padding: 8px 0 8px 5px;
		}


	#maintitle .profile {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 380px;
		height: 82px;
		background: #fff;
		padding-left: 30px;
		border-radius: 10px 0 0 0;
		position: absolute;
		bottom: 0;
		right: 50px;
		z-index: 2;
	}
	#maintitle .profile:before {
		content: "";
		width: 18px;
		height: 18px;
		background: url("../img/message/bg-curl.svg") no-repeat center / 100%;
		position: absolute;
		bottom: 0;
		left: -18px;
	}
	#maintitle .profile:after {
		content: "";
		width: 18px;
		height: 18px;
		background: url("../img/message/bg-curl.svg") no-repeat center / 100%;
		position: absolute;
		top: -18px;
		right: 0;
	}
		#maintitle .profile h1 {
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1;
			margin-right: 18px;
		}
		#maintitle .profile p {
			font-size: 1.3rem;
			line-height: 1.4em;
		}


	
	
/* message
--------------------- */
#message .sec {
	margin-bottom: 100px;
}
#message .sec:nth-last-child(1) {
	margin-bottom: 0;
}
	#message .sec h2 {
		font-size: 3.4rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 15px;
	}


	
	
/* anchor
--------------------- */
#anchor .txt {
	text-align: center;
	margin-bottom: 50px;
}


	
	
/* business
--------------------- */
#business {
	overflow: hidden;
}
	#business .title {
		text-align: center;
	}


	#business .list {
		position: relative;
	}
		#business .list .box {
			width: 32%;
			margin-right: 2%;
		}
		#business .list .box:nth-child(3n),
		#business .list .box:nth-child(5) {
			margin-right: 0;
		}
		#business .list .box:nth-child(4),
		#business .list .box:nth-child(5) {
			margin-top: -8%;
		}
			#business .list a.linkbox {
				display: block;
				position: relative;
			}
				#business .list a.linkbox .b-tit {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
				}

				#business .list a.linkbox .p-btn {
					width: 12%;
					position: absolute;
					bottom: 12%;
					left: 50%;
					transform: translateY(0) translateX(-50%);
					-webkit-transform: translateY(0) translateX(-50%);
					z-index: 2;
					transition: 0.3s all;
				}
				#business .list a.linkbox:hover .p-btn  {
					width: 14%;
					bottom: 11%;
				}

		#business .list  .motif {
			width: 32%;
			position: absolute;
		}
		#business .list  .motif-left {
			left: -17%;
			bottom: 0;
		}
		#business .list  .motif-right {
			right: -17%;
			bottom: 0;
		}


	
	
/* products
--------------------- */
#products .title {
	text-align: center;
}


#products .list {
	margin-top: 60px;
}
	#products .list .box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 50px;
	}
	#products .list .box:nth-last-child(1) {
		margin-bottom: 0;
	}
		#products .list .box .pht {
			width: 56%;
			position: relative;
		}
		#products .list .box:nth-child(2) .pht {
			order: 2;
		}
			#products .list .box .pht a {
				display: block;
				width: 6%;
				position: absolute;
				transition: transform .3s ease;
			}
			#products .list .box .pht a:hover {
				transform: scale(1.3);
			}

			#products .list .box .pht #products01-modal01 {
				top: 45%;
				left: 5%;
			}
			#products .list .box .pht #products01-modal02 {
				top: 68%;
				left: 65%;
			}
			#products .list .box .pht #products01-modal03 {
				top: 5%;
				left: 12%;
			}
			#products .list .box .pht #products01-modal04 {
				top: 55%;
				left: 52%;
			}
			#products .list .box .pht #products01-modal05 {
				top: 37%;
				left: 87%;
			}

			#products .list .box .pht #products02-modal01 {
				top: 2%;
				left: 24%;
			}
			#products .list .box .pht #products02-modal02 {
				top: 41%;
				left: 7%;
			}
			#products .list .box .pht #products02-modal03 {
				top: 64%;
				left: 19%;
			}
			#products .list .box .pht #products02-modal04 {
				top: 18%;
				left: 79%;
			}

			#products .list .box .pht #products03-modal01 {
				top: 1%;
				left: 40%;
			}
			#products .list .box .pht #products03-modal02 {
				top: 80%;
				left: 69%;
			}
			#products .list .box .pht #products03-modal03 {
				top: 73%;
				left: 34%;
			}

		#products .list .box .text {
			width: 37%;
			background: #fff;
			border-radius: 15px;
			padding: 35px;
		}
		#products .list .box:nth-child(2)  .text {
			order: 1;
		}
			#products .list .box .text h3 {
				font-size: 2.6rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 8px;
			}


	
	
/* animatedModal */
.animatedModal {
	background: rgba(11,51,132,0.9) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 8%;
}
.on {
	z-index: 9999 !important;
	opacity: 1 !important;
}
	.animatedModal .close {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		cursor: pointer;
		transition: all 0.2s;
		z-index: 1;
	}
		.animatedModal .close img {
			margin-top: 20px;
			width: 40px;
			transition: all 0.2s;
			margin-left: -webkit-calc(100% - 60px);
			margin-left: calc(100% - 60px);
		}
		.animatedModal .close img:hover {
			transform: rotate(90deg);
		}

	.animatedModal .modal-content {
		position: relative;
		z-index: 2;
	}
		.animatedModal .modal-content .business-cont {
			background: #fff;
			max-width: 800px;
			height: 90vh;
			padding: 35px 50px;
			margin: 0 auto;
			border-radius: 0;
			overflow-y: scroll;
		}
		.animatedModal .modal-content .cont::-webkit-scrollbar {
			width: 3px;
			height: 5px;
		}
		.animatedModal .modal-content .cont::-webkit-scrollbar-track {
			background: none;
		}
		.animatedModal .modal-content .cont::-webkit-scrollbar-thumb {
			background: #2660AC;
		}
		.animatedModal .modal-content .business-cont  {
			background-image: url("../img/business/popup_bg_top.svg"), url("../img/business/popup_bg_bottom.svg");
			background-repeat: no-repeat, no-repeat;
			background-position: right top, left bottom;
		}
			.animatedModal .modal-content .business-cont h2 {
				font-size: 2.4rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 3px;
			}

			.animatedModal .modal-content .business-cont ul.cat li {
				padding: 5px 8px;
				border-radius: 14px;
				background: #F8F9FC;
				font-size: 1.2rem;
				font-weight: 500;
				color: #0B3384;
				line-height: 1;
				margin-right: 8px;
				margin-top: 8px;
			}

			.animatedModal .modal-content .business-cont .txt {
				font-weight: 700;
				line-height: 1.6em;
				margin-top: 18px;
			}
				.animatedModal .modal-content .business-cont .txt strong {
					color: #DB0012;
				}


			.animatedModal .modal-content .business-cont .set {
				margin-top: 20px;
				padding-top: 20px;
				border-top: dashed 1px #ddd;
			}
				.animatedModal .modal-content .business-cont .set h3 {
					font-size: 2.0rem;
					font-weight: 700;
					line-height: 1.3em;
					margin-bottom: 14px;
				}
				.animatedModal .modal-content .business-cont .set h3.pin {
					text-align: center;
				}
					.animatedModal .modal-content .business-cont .set h3.pin span {
						display: inline-block;
						padding-left: 25px;
						background: url("../img/business/icon_pin.svg") no-repeat left center;
					}

				.animatedModal .modal-content .business-cont .set ul.list-icon li {
					font-size: 1.7rem;
					font-weight: 700;
					line-height: 1;
					margin: 5px 15px 5px 0;
					padding-left: 14px;
					position: relative;
				}
				.animatedModal .modal-content .business-cont .set ul.list-icon li:before {
					content: "";
					width: 8px;
					height: 8px;
					background: #B8C5E0;
					border-radius: 50%;
					position: absolute;
					top: 7px;
					left: 0;
				}

				.animatedModal .modal-content .business-cont .set ul.list-link li {
					margin-bottom: 5px;
				}
				.animatedModal .modal-content .business-cont .set ul.list-link li:nth-last-child(1) {
					margin-bottom: 0;
				}
					.animatedModal .modal-content .business-cont .set ul.list-link li a {
						display: block;
						font-size: 1.6rem;
						font-weight: 700;
						line-height: 1.3em;
						background: url("../../common/img/icon_external_red.svg") no-repeat left center / 10px;
						padding-left: 15px;
						text-decoration: underline;
					}
					.animatedModal .modal-content .business-cont .set ul.list-link li a:hover {
						background: url("../../common/img/icon_external_red.svg") no-repeat left 3px center / 10px;
						color: #DB0012;
						text-decoration: none;
					}

				.animatedModal .modal-content .business-cont .set .representative .box {
					display: block;
					width: 48%;
				}
					.animatedModal .modal-content .business-cont .set .representative .box img {
						border: solid 1px #ddd
					}

					.animatedModal .modal-content .business-cont .set h4 {
						font-size: 1.8rem;
						font-weight: 700;
						line-height: 1.3em;
						text-align: center;
						margin-top: 12px;
					}

					.animatedModal .modal-content .business-cont .set .zu {
						text-align: center;
					}
						.animatedModal .modal-content .business-cont .set .zu img {
							max-width: 500px;
						}

					.animatedModal .modal-content .business-cont .set .read {
						font-size: 1.4rem;
						font-weight: 400;
						line-height: 1.6em;
						margin-top: 6px;
					}

					.animatedModal .modal-content .business-cont .set a.item-btn {
						display: flex;
						justify-content: flex-start;
						align-items: center;
						max-width: 150px;
						height: 40px;
						border: solid 1px #0B3384;
						border-radius: 22px;
						background: #F8F9FC url("../../common/img/icon_external_blue.svg") no-repeat right 15px center;
						margin: 15px auto 0 auto;
						font-size: 1.4rem;
						font-weight: 700;
						color: #0B3384;
						line-height: 1;
						letter-spacing: 0.02em;
						padding: 0 40px 0 15px;
						transition: 0.3s;
						-webkit-transition: 0.3s;
					}
					.animatedModal .modal-content .business-cont .set a.item-btn:hover  {
						background: #0B3384 url("../../common/img/icon_external_white.svg") no-repeat right 11px center;
						color: #fff;
					}

				.animatedModal .modal-content .business-cont .set .btn-link a.linkbtn {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					width: 220px;
					height: 44px;
					padding: 0 35px 0 12px;
					background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 12px center / 18px;
					border: solid 1px #0B3384;
					border-radius: 10px;
					margin: 10px auto 0 auto;
					font-size: 1.2rem;
					font-weight: 700;
					line-height: 1.2em;
					color: #0B3384;
				}
				.animatedModal .modal-content .business-cont .set .btn-link a.linkbtn:hover {
					background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 9px center / 18px;
				}

				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					width: 32%;
					height: 40px;
					padding: 0 35px 0 12px;
					background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 12px center / 18px;
					border: solid 1px #0B3384;
					border-radius: 10px;
					margin-top: 1%;
					margin-right: 2%;
					margin-bottom: 1%;
					font-size: 1.2rem;
					letter-spacing: 0;
					font-weight: 700;
					line-height: 1.2em;
					color: #0B3384;
				}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn:nth-child(3n) {
					margin-right: 0;
				}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn:hover {
					background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 9px center / 18px;
				}

				.animatedModal .modal-content .business-cont .set a.bnr-project {
					display: block;
					max-width: 350px;
					margin: 20px auto 0 auto;
				}
				.animatedModal .modal-content .business-cont .set a.bnr-project:hover {
					opacity: 0.7;
				}


		.animatedModal .modal-content .products-cont {
			background: #fff;
			max-width: 640px;
			height: auto;
			max-height: 90vh;
			padding: 40px 50px;
			margin: 0 auto;
			border-radius: 0;
			overflow-y: scroll;
		}
			.animatedModal .modal-content .products-cont .info {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
				.animatedModal .modal-content .products-cont .info .ilust {
					width: 35%;
				}

				.animatedModal .modal-content .products-cont .info .txt {
					width: 60%;
					letter-spacing: 0.02em;
				}

			.animatedModal .modal-content .products-cont h2 {
				font-size: 2.8rem;
				font-weight: 700;
				line-height: 1.3em;
				text-align: center;
				margin-bottom: 20px;
			}
				.animatedModal .modal-content .products-cont h2 span {
					padding: 0 5px;
					background: linear-gradient(transparent 70%, #FFF500 70%);
				}

			.animatedModal .modal-content .products-cont .items {
				margin-top: 35px;
			}
				.animatedModal .modal-content .products-cont .items h3 {
					font-size: 2.4rem;
					font-weight: 700;
					line-height: 1.3em;
					text-align: center;
					margin-bottom: 20px;
				}

				.animatedModal .modal-content .products-cont .items .box {
					margin-bottom: 30px;
				}
				.animatedModal .modal-content .products-cont .items .box:nth-last-child(1) {
					margin-bottom: 0;
				}
					.animatedModal .modal-content .products-cont .items .box .pht {
						width: 46%;
					}
						.animatedModal .modal-content .products-cont .items .box .pht img {
							border-radius: 20px;
							overflow: hidden;
							border: solid 1px #ddd;
						}

					.animatedModal .modal-content .products-cont .items .box .text {
						width: 54%;
						padding-left: 4%;
					}
						.animatedModal .modal-content .products-cont .items .box .text h4 {
							font-size: 2.0rem;
							font-weight: 700;
							line-height: 1.3em;
							margin-bottom: 8px;
						}

						.animatedModal .modal-content .products-cont .items .box .text .read {
							font-size: 1.5rem;
							line-height: 1.6em;
							letter-spacing: 0.06em;
						}

						.animatedModal .modal-content .products-cont .items .box .text a.item-btn {
							display: flex;
							justify-content: flex-start;
							align-items: center;
							max-width: 150px;
							height: 40px;
							border: solid 1px #0B3384;
							border-radius: 22px;
							background: #F8F9FC url("../../common/img/icon_external_blue.svg") no-repeat right 15px center;
							margin-top: 15px;
							font-size: 1.4rem;
							font-weight: 700;
							color: #0B3384;
							line-height: 1;
							letter-spacing: 0.02em;
							padding: 0 40px 0 15px;
						}
						.animatedModal .modal-content .products-cont .items .box .text a.item-btn:hover {
							background: #0B3384 url("../../common/img/icon_external_white.svg") no-repeat right 11px center;
							color: #fff;
						}





/* 1200px */
@media screen and (max-width: 1200px) {
	
	
	

	
/* maintitle
--------------------- */
#maintitle .pht {
	height: 600px;
}


#maintitle .breadcrumb {
	left: 100px;
}


#maintitle .catch {
	left: 100px;
}
	

	
.numbers-sec .inner{
	width: 100%;
	padding: 0 8%;
}
	
	.th-minutes .read{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
.business-sec .five-sec {
    margin-top: 30px;
	padding-top: 0;
	border-top:1px dashed #DDDDDD;
	padding-bottom: 50px;
}
	.business-sec .five-sec .asi{
		display: none;
	}
	.business-sec .five-sec .busi-sec{
		position: relative;
		top:auto!important;
		left:auto!important;
		right:auto!important;
		bottom:auto!important;
		border-radius: 0;
		overflow: auto;
		transform: none!important;
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
		padding: 25px 0;
		border-bottom:1px dashed #DDDDDD;
	}
	.business-sec .five-sec .busi-sec .cntnr{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.business-sec .five-sec .busi-sec .cntnr .bf{
		width: 30%;
	}
	.business-sec .five-sec .busi-sec .cntnr .af{
		width: 65%;
	}
.business-sec .center-area {
    position: relative;
    top: auto;
    left: auto;
    transform:none;
}
	.business-sec .center-area .txt{
		display: none;
	}
.business-sec .five-sec .busi-sec .bf span {
    display: none;
}
.business-sec .five-sec .busi-sec .cntnr:before {
    display: none;
}	

.business-sec .five-sec .busi-sec .af {
    position: relative;
    top: auto!important;
    left: auto!important;
    width: 60%;
    height: auto;
    opacity: 1;
    text-align: left;
    display: block;
    color: #202020;
}
.business-sec .five-sec .busi-sec .af .tag {
    width: 100%;
    margin: 0;
	justify-content: flex-start;
}	
.business-sec .five-sec .busi-sec .af .tag span{
	background-color: #F8F9FC;
	font-size: 1.3rem;
	margin: 0;
	padding: 5px 6px 5px;
}	
.business-sec .five-sec .busi-sec .af .tag span:nth-child(n+2){
	margin-left: 6px;
}
.business-sec .five-sec .busi-sec .af .ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
	color:#0B3384;
}
.business-sec .five-sec .busi-sec .af .txt{
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 15px;
}
.business-sec .five-sec .busi-sec .af .txt br{
	display: none;
}	
.business-sec .center-area .btn {
    margin: 35px auto 0;
}	
	.challenge-sec .wrap-bottom{
		padding-bottom: 80px;
	}	
	.challenge-sec .next-txt{
		z-index: 1;
	}	
	.business-sec .five-sec .busi-sec .af .ttl.mini{
		font-size: 2.4rem;
	}
	.business-sec .five-sec .busi-sec .af .ttl.mini br{
		display: none;
	}


	
	
/* business
--------------------- */
#business .list .motif02 {
	top: 47.5%;
	left: -35%;
}
#business .list .motif03 {
	top: 35%;
	right: -34%;
}
	
	
	
	
}





/* 1024px */
@media screen and (max-width: 1024px) {
	
	
	
.th-minutes #pagetitle .inner {
    position: relative;
    height: 540px;
}
.th-minutes #pagetitle .inner h1 .txt-96 {
    font-size: 7.6rem;
}
.th-minutes #pagetitle .inner h1 .flex .txt-50 {
    font-size: 4rem;
    margin-top: 10px;
}
.th-minutes #pagetitle .main-pht {
    width: 65%;
	height: 300px;
}	
	.th-minutes #pagetitle .main-pht {
		width: 65%;
		height: 300px;
		border-radius: 0 20px 20px 0;
	}	
.numbers-sec.wrap-top {
    padding-top: 220px;
}
.th-minutes .sec-ttl .en {
    font-size: 14rem;
}	
.th-minutes .sec-ttl h2 {
    font-size: 5rem;
    margin-top: -40px;
}
.numbers-sec .figure-area .cntnt .zu:nth-child(1) {
    margin-top: 60px;
}
.numbers-sec .figure-area .cntnt .zu:nth-child(2) {
    margin-top: 60px;
}	
    .business-sec .five-sec {
        margin-top: 40px;
        padding-bottom: 30px;
    }
.businext-sec h2 {
    font-size: 3.6rem;
    padding-bottom: 40px;
    margin-bottom: 25px;
}
.businext-sec .zu-area {
	width: 100%;
    max-width: 735px;
}
.history-sec .history-area .fig {
    font-size: 12rem;
    margin-bottom: 10px;
}	
.history-sec .history-area .m-txt {
    font-size: 3.2rem;
}
.history-sec .history-area .txt {
    font-size: 1.7rem;
}	
.history-sec .history-area .flex .m-txt {
    width: 80px;
}
.history-sec .history-area .flex .txt {
    width: calc(100% - 80px);
}
.history-sec .history-area .esg-area .esg-ttl .fig {
    width: 320px;
}	
.history-sec .history-area .esg-area .esg-ttl .m-txt {
    width: 360px;
}
.history-sec .history-area .esg-area .product .txt-30 {
    font-size: 2.4rem;
}	
	
.history-sec .future-area .main-txt {
    font-size: 9rem;
    margin-bottom: 15px;
}	
	
	
	
/* maintitle
--------------------- */
#maintitle {
	padding: 100px 20px 0 20px;
}
#maintitle:before {
	height: 100px;
}
	#maintitle .pht {
		height: 550px;
	}


	#maintitle .breadcrumb {
		font-size: 1.3rem;
		left: 45px;
	}


	#maintitle .catch {
		font-size: 2.4rem;
		line-height: 2.1em;
		left: 0;
		margin-top: -60px;
	}


	#maintitle .profile {
		width: 320px;
		height: 70px;
		padding-left: 25px;
		right: 20px;
	}
	#maintitle .profile:before {
		width: 15px;
		height: 15px;
		left: -15px;
	}
	#maintitle .profile:after {
		width: 15px;
		height: 15px;
		top: -15px;
	}
		#maintitle .profile h1 {
			font-size: 2.4rem;
		}
		#maintitle .profile p {
			font-size: 1.1rem;
		}


	
	
/* message
--------------------- */
#message .sec {
	margin-bottom: 80px;
}
	#message .sec h2 {
		font-size: 2.8rem;
	}


	
	
/* anchor
--------------------- */
#anchor .txt {
	margin-bottom: 40px;
}


	
	
/* business
--------------------- */
#business .list {
	margin-top: -150px;
}
	#business .list .motif02 {
		top: 48%;
		left: -35%;
	}
	#business .list .motif03 {
		top: 35%;
		right: -34%;
	}


	
	
/* products
--------------------- */
#products .list {
	margin-top: 40px;
}
	#products .list .box {
		margin-bottom: 40px;
	}
		#products .list .box .pht {
			width: 50%;
		}
			#products .list .box .pht a {
				width: 8%;
			}

		#products .list .box .text {
			width: 42%;
			padding: 30px;
		}
			#products .list .box .text h3 {
				font-size: 2.4rem;
			}


	
	
/* animatedModal */
.animatedModal {
	padding: 0 10%;
}
	.animatedModal .modal-content .business-cont {
		padding: 40px;
		border-radius: 0;
	}
	.animatedModal .modal-content .business-cont  {
		background-size: 200px auto, 200px auto;
	}
		.animatedModal .modal-content .business-cont h2 {
			font-size: 2.6rem;
		}

		.animatedModal .modal-content .business-cont ul.cat li {
			font-size: 1.1rem;
		}


		.animatedModal .modal-content .business-cont .set {
			margin-top: 26px;
			padding-top: 26px;
		}
			.animatedModal .modal-content .business-cont .set h3 {
				font-size: 2.1rem;
				margin-bottom: 12px;
			}
				.animatedModal .modal-content .business-cont .set h3.pin span {
					padding-left: 22px;
					background: url("../img/business/icon_pin.svg") no-repeat left center / 14px;
				}

			.animatedModal .modal-content .business-cont .set ul.list-icon li {
				font-size: 1.6rem;
			}
			.animatedModal .modal-content .business-cont .set ul.list-icon li:before {
				top: 5.5px;
			}

			.animatedModal .modal-content .business-cont .set ul.list-link li a {
				font-size: 1.5rem;
			}

			.animatedModal .modal-content .business-cont .set .representative .box h4 {
				font-size: 1.6rem;
			}

			.animatedModal .modal-content .business-cont .set .representative .box .read {
				font-size: 1.3rem;
			}


		.animatedModal .modal-content .products-cont {
			padding: 40px;
			border-radius: 0;
		}
			.animatedModal .modal-content .products-cont h2 {
				font-size: 2.5rem;
			}

			.animatedModal .modal-content .products-cont .items {
				margin-top: 30px;
			}
				.animatedModal .modal-content .products-cont .items h3 {
					font-size: 2.2rem;
				}

					.animatedModal .modal-content .products-cont .items .box .pht img {
						border-radius: 15px;
					}

					.animatedModal .modal-content .products-cont .items .box .text h4 {
						font-size: 1.8rem;
					}

					.animatedModal .modal-content .products-cont .items .box .text .read {
						font-size: 1.3rem;
					}

					.animatedModal .modal-content .products-cont .items .box .text a.item-btn {
						height: 38px;
						border-radius: 20px;
						margin-top: 12px;
					}




}





/* max 768px */
@media screen and (max-width: 768px) {
	
    .th-minutes .sec-ttl .en {
        font-size: 5.6rem;
    }	
    .th-minutes .sec-ttl h2 {
        font-size: 2.6rem;
        margin-top: -20px;
		line-height: 1.4;
    }
.busi-model h3 {
    font-size: 2rem;
    margin-bottom: 25px;
	line-height: 1.4;
}
.busi-model .flex .cntnt {
    width: 100%;
    border-radius: 8px;
    padding: 20px 20px 20px;
    text-align: center;
}
    .busi-model .flex .cntnt:nth-child(2){
        margin-top: 20px;
    }
.busi-model .flex .cntnt .txt {
   text-align: left;
    padding: 8px 0 15px;
}	
	.busi-model .flex .cntnt .ttl{
		font-size: 2rem;
	}	
.history-sec .btn {
    margin: 25px auto 0;
}
.busi-model {
    padding-top: 35px;
}	
.history-sec .future-area {
    padding: 30px 0 35px;
}
.history-sec .future-area .txt-area {
    width: 100%;
}
    .history-sec .future-area .main-txt {
        font-size: 4rem;
        margin-bottom: 10px;
		text-align: center;
    }	
.history-sec .future-area .img {
    width: 80%;
	margin: 20px auto 0;
}
.challenge-sec .zu {
    width: 80%;
    margin: 30px auto 0;
}	
    .challenge-sec .wrap-bottom {
        padding-bottom: 30px;
    }
	.challenge-sec .next-txt{
		font-size: 2.2rem;
	}
.next-sec {
    height: 230px;
    font-size: 2.6rem;
    margin-bottom: -50px;
}
.next-sec span {
    top: calc(50% - 20px);
}	
.challenge-sec .txt {
    font-size: 1.5rem;
    text-align: left;
}	
.history-sec .future-area .txt-18 {
    font-size: 1.6rem;
    line-height: 1.7;
}
	.history-sec .history-area .esg-area .product .logo{
		height: 85px;
		border-radius: 10px;
	}
.history-sec .history-area .esg-area .product img {
    height: 40px;
}
    .history-sec .history-area .esg-area .product .txt-30 {
        font-size: 1.8rem;
    }	
    .history-sec .history-area .esg-area .esg-ttl .fig {
        width: 100%;
    }	
    .history-sec .history-area .esg-area .esg-ttl .m-txt {
        width: 100%;
    }
.history-sec .history-area .esg-area .cntnts {
    margin-top: 25px;
}	
.history-sec .history-area .cntnr .cntnt:nth-child(2) {
    position: relative;
    right:auto;
    top:auto;
    transform: none;
}
.history-sec .history-area .cntnr .cntnt {
    width: 90%;
    padding-bottom: 0px;
	margin: 0 0 0 auto;
}	
.history-sec .sec-ttl {
    margin-bottom: 25px;
}
.history-sec .history-area .cntnr:before {
    content: '';
    left: 0;
    transform: none;
}
.history-sec .history-area .cntnr:after {
    content: '';
    left: 0;
    transform: translateX(-30%);
    width: 8px;
    height: 8px;
}	
    .history-sec .history-area .flex .m-txt {
        width: 100%;
    }	
    .history-sec .history-area .m-txt {
		position: relative;
        font-size: 2.6rem;
		line-height: 1.5;
    }
    .history-sec .history-area .flex .txt {
        width: 100%;
		font-size: 1.5rem;
		margin-top: 4px!important;
    }
	.history-sec .history-area .txt{
		font-size: 1.5rem;
	}
	.history-sec .history-area .cntnr .cntnt .img {
		width: 100%;
		margin-top: 18px;
	}
    .history-sec .history-area .fig {
		font-size: 6.6rem;
        margin-bottom: 5px;
    }
.history-sec .history-area .cntnr .cntnt:nth-child(2) .txt {
    margin-top: 5px;
}
    .history-sec .history-area .cntnr .cntnt {
        margin-top: 30px;
    }
	.history-sec .history-area .cntnr .cntnt:first-child {
        margin-top: 0px;
    }
	.history-sec .history-area .cntnr .cntnt:last-child {
       padding-bottom: 30px;
    }
	.history-sec .history-area .esg-area .esg-ttl{
		margin-top: 15px;
	}
	.businext-sec .busi-last{
		font-size: 1.8rem;
	}
	.business-sec .five-sec .busi-sec .af .ttl.mini{
		font-size: 1.7rem;
	}
.businext-sec {
    margin-top: 60px;
    padding-top: 60px;
}	
    .businext-sec h2 {
        font-size: 2.6rem;
        margin-bottom: 10px;
		line-height: 1.4;
    }
.businext-sec:before {
    width: 38px;
    height: 66px;
}
.businext-sec h2:before {
    content: '';
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #db0012;
}	
	.businext-sec .busi-last{
		padding-top: 30px;
		margin-top: 25px;
	}
.businext-sec .busi-last:before {
    content: '';
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #db0012;
}
    .business-sec .center-area .btn {
        margin: 25px auto 0;
    }	
	.business-sec .five-sec .busi-sec{
		width: 100%;
	}
    .business-sec .five-sec .busi-sec .af .txt {
        font-size: 1.3rem;
        line-height: 1.7;
        margin-top: 6px;
    }	
	.business-sec .five-sec .busi-sec .af .tag{
		margin-left: -6px;
	}
    .business-sec .five-sec .busi-sec .af .tag span {
		display: inline-block;
        font-size: 1.0rem;
        padding: 5px 6px 5px;
		margin-left: 6px;
		margin-top: 2px;
    }
    .business-sec .five-sec .busi-sec .cntnr .bf {
        width: 32%;
    }
    .business-sec .five-sec .busi-sec .af .ttl {
        font-size: 1.7rem;
        margin-bottom: 5px;
    }
	.business-sec .five-sec .busi-sec{
		padding: 20px 0;
	}
	.business-sec .five-sec .busi-sec .cntnr{
		align-items:flex-start;
	}
	.business-sec .five-sec{
		padding-bottom: 10px;
		margin-top: 20px;
	}
	.th-minutes .read{
		text-align: left;
		margin-top: 15px;
	}
	.numbers-sec .figure-area .zu:nth-child(n+2) {
		margin-top: 30px;
	}
    .numbers-sec .figure-area .zu:nth-child(1) {
        width: 76%;
    }
    .numbers-sec .figure-area .zu:nth-child(2) {
        width: 92%;
    }
    .numbers-sec .figure-area .zu:nth-child(3) {
        width: 74%;
    }
    .numbers-sec .figure-area .zu:nth-child(4) {
        width: 80%;
    }
    .numbers-sec .figure-area .zu:nth-child(5) {
        width: 64%;
    }
    .numbers-sec .figure-area .zu:nth-child(6) {
        width: 90%;
		margin-top: 15px;
    }
    .numbers-sec .figure-area .zu:nth-child(2n) {
       margin-left: 0;
    }
.numbers-sec .sec-ttl {
    margin-bottom: 30px;
}
    .numbers-sec.wrap-top {
        padding-top: 100px;
    }
    .th-minutes #pagetitle .main-pht {
        width: 95%;
		transform: translateY(33%);
		height: 160px;
    }
	.th-minutes #pagetitle .main-pht img{
        border-radius: 0 10px 10px 0;
    }
    .th-minutes #pagetitle .inner {
        height: 360px;
		padding-top: 100px;
        padding-bottom: 60px;
    }
    .th-minutes #pagetitle .inner h1 .txt-96 {
        font-size: 4rem;
    }
	.th-minutes #pagetitle .inner h1 .flex .txt-50{
		font-size: 2rem;
		padding-right: 15px;
	}
.th-minutes #pagetitle .inner h1 .flex .txt-50:after {
    content: '';
/*
    right: 12px;
    transform: translateY(-40%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #db0012;
*/
}
	.th-minutes #pagetitle .inner .asi{
		bottom:105px;
	}
.businext-sec .zu-area .txt-area {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: left;
}
	.businext-sec .btn{
		margin: 25px auto 0;
	}
.businext-sec .zu-area .txt-area .ttl {
    font-size: 2.2rem;
    text-align: center;
}	
	.businext-sec .zu-area .txt-area{
		margin-bottom: 25px;
	}

	
	
	
	
/* maintitle
--------------------- */
#maintitle {
	padding: 80px 10px 0 10px;
}
#maintitle:before {
	height: 100px;
}
	#maintitle .pht {
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
	}
		#maintitle .pht img {
 			object-position: 60% 50%;
		}

	#maintitle .breadcrumb {
		font-size: 1.1rem;
		top: 100px;
		left: 30px;
	}


	#maintitle .catch {
		font-size: 1.7rem;
		line-height: 2.2em;
		letter-spacing: 0;
		margin-top: 0;
		top: auto;
		bottom: 75px;
	}
		#maintitle .catch .whitebg {
			padding-top: 7px;
			padding-bottom: 7px;
		}


	#maintitle .profile {
		width: 100%;
		height: auto;
		padding-top: 20px;
		padding-left: 7%;
		position: relative;
	}


	
	
/* message
--------------------- */
#message .sec {
	margin-bottom: 60px;
}
	#message .sec h2 {
		font-size: 2.2rem;
	}


	
	
/* anchor
--------------------- */
#anchor .txt {
	margin-bottom: 25px;
	text-align: left;
}


	
	
/* business
--------------------- */
#business .inner {
	padding: 0 3%;
}
#business .list {
	margin-top: 30px;
	margin-right: 0;
}
	#business .list .motif {
		display: none;
	}

	#business .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 5%;
	}
	#business .list .box:nth-child(2n) {
		margin-right: 0;
	}
	#business .list .box:nth-child(5) {
		margin-right: 0;
	}
	#business .list .box:nth-child(2n) {
		margin-left: 0;
	}
	#business .list .box:nth-child(3) {
		margin-top: 0;
		margin-right: 4%;
	}
	#business .list .box:nth-child(4) {
		margin-top: 0;
	}
	#business .list .box:nth-child(5) {
		margin-top: 0;
	}
	#business .list .box:nth-child(6) {
		margin-top: 0;
	}
	#business .list .box:nth-child(7) {
		margin-top: 0;
	}
	#business .list .box:nth-child(8) {
		margin-top: 0;
	}
		#business .list a.linkbox {
			display: block;
			position: relative;
		}
			#business .list a.linkbox .b-tit {
				width: 114%;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translateY(-50%) translateX(-50%);
				-webkit-transform: translateY(-50%) translateX(-50%);
				z-index: 1;
			}

			#business .list a.linkbox .p-btn {
				width: 14%;
				bottom: 10%;
			}
			#business .list a.linkbox:hover .p-btn  {
				width: 14%;
				bottom: 10%;
			}


	
	
/* products
--------------------- */
#products .list {
	margin-top: 30px;
}
	#products .list .box {
		display: block;
		margin-bottom: 40px;
	}
		#products .list .box .pht {
			width: 90%;
			margin: 0 auto;
		}
			#products .list .box .pht a {
				width: 12%;
			}

		#products .list .box .text {
			width: 100%;
			padding: 30px;
			margin-top: -20px;
		}
			#products .list .box .text h3 {
				font-size: 2.2rem;
			}


	
	
/* animatedModal */
.animatedModal {
	padding: 0 6%;
}
	.animatedModal .close img {
		margin-top: 10px;
		margin-left: -webkit-calc(100% - 50px);
		margin-left: calc(100% - 50px);
	}
	
	.animatedModal .modal-content .business-cont {
		padding: 25px;
		height: 85vh;
		margin-top: 6vh;
	}
	.animatedModal .modal-content .business-cont  {
		background-size: 160px auto, 160px auto;
	}
		.animatedModal .modal-content .business-cont h2 {
			font-size: 2.4rem;
		}

		.animatedModal .modal-content .business-cont ul.cat li {
			font-size: 1.0rem;
		}

		.animatedModal .modal-content .business-cont .txt {
			letter-spacing: 0.02em;
		}


		.animatedModal .modal-content .business-cont .set {
			margin-top: 26px;
			padding-top: 26px;
		}
			.animatedModal .modal-content .business-cont .set h3 {
				font-size: 1.9rem;
			}

			.animatedModal .modal-content .business-cont .set ul.list-icon li {
				font-size: 1.5rem;
			}

			.animatedModal .modal-content .business-cont .set ul.list-link li a {
				font-size: 1.4rem;
			}

			.animatedModal .modal-content .business-cont .set .representative {
				display: block;
			}
				.animatedModal .modal-content .business-cont .set .representative .box {
					width: 100%;
					margin-bottom: 20px;
				}
				.animatedModal .modal-content .business-cont .set .representative .box:nth-last-child(1) {
					margin-bottom: 0;
				}
					.animatedModal .modal-content .business-cont .set h4 {
						font-size: 1.5rem;
					}

					.animatedModal .modal-content .business-cont .set .read {
						font-size: 1.2rem;
					}

					.animatedModal .modal-content .business-cont .set a.item-btn {
						margin: 12px auto 0 auto;
					}

			.animatedModal .modal-content .business-cont .set .btn-link a.linkbtn {
				width: 100%;
				margin-right: 0;
				height: 40px;
				font-size: 1.2rem;
				padding: 0 32px 0 12px;
				background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 12px center / 16px;
			}
			.animatedModal .modal-content .business-cont .set .btn-link a.linkbtn:hover {
				background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 12px center / 16px;
			}

			.animatedModal .modal-content .business-cont .set .btn-list {
				display: block;
			}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn {
					width: 100%;
					margin-right: 0;
					height: 40px;
					font-size: 1.2rem;
					padding: 0 32px 0 12px;
					margin-bottom: 10px;
					background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 12px center / 16px;
				}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn:nth-child(3n) {
					margin-right: 0;
				}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn:nth-child(2n) {
					margin-right: 0;
				}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn:nth-last-child(1) {
					margin-bottom: 0;
				}
				.animatedModal .modal-content .business-cont .set .btn-list a.linkbtn:hover {
					background: #F8F9FC url("../img/business/icon_arrow_red.svg") no-repeat right 12px center / 16px;
				}


		.animatedModal .modal-content .products-cont {
			padding: 30px 25px;
			max-height: 85vh;
			max-height: 85dvh;
			margin-top: 6vh;
		}
			.animatedModal .modal-content .products-cont .info {
				align-items: flex-start;
			}

			.animatedModal .modal-content .products-cont h2 {
				font-size: 2.2rem;
			}

			.animatedModal .modal-content .products-cont .items {
				display: block;
			}
				.animatedModal .modal-content .products-cont .items h3 {
					font-size: 2.0rem;
				}
					.animatedModal .modal-content .products-cont .items .box .pht {
						width: 100%;
					}

					.animatedModal .modal-content .products-cont .items .box .text {
						width: 100%;
						padding-top: 15px;
						padding-left: 0;
					}
						.animatedModal .modal-content .products-cont .items .box .text h4 {
							font-size: 1.6rem;
						}

						.animatedModal .modal-content .products-cont .items .box .text a.item-btn {
							margin: 12px auto 0 auto;
						}




}