/* Sub Visual */
.sub-visual-heading {
	margin:120px 0px 60px;
}

.sub-visual-area {
	position: relative;
	width:100%;
	height:500px;
	z-index: 2;
	overflow: hidden;
}

.sub-visual-container {
	max-width:1430px;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0px 15px;
}

.sub-visual-inner {
	display: flex;
	align-items: center;
	position: relative;
	width:100%;
	height:100%;
}

.sub-visual-background {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:calc(100% + 300px);
	background-repeat: no-repeat;
	background-position: center;
	z-index:-1;
}

.sv1 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv01.png');
}

.sv1-2 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0102.png');
}

.sv1-3 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0103.png');
}

.sv1-4 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0104.png');
}

.sv1-5 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0105.png');
}

.sv2 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv02.png');
}

.sv2-2 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0202.png');
}

.sv2-3 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0203.png');
}

.sv2-4 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv0204.png');
}

.sv3 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv03.png');
}

.sv4 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv04.png');
}

.sv4-2 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv04.png');
}

.sv4-3 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv04.png');
}

.sv5 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv02.png');
}

.sv5-2 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv05.png');
}

.sv5-3 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv02.png');
}

.sv5-4 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv02.png');
}

.sv6 .sub-visual-background {
	background-image: url('../../asset/img/sub/sv03.png');
}

.sub-visual-title {
	font-size:4.6rem;
	line-height: 1.1;
}

.sub-visual-text {
	font-size:3.6rem;
	font-weight:700;
	line-height: 1;
	color:#fff;
}

.sub-visual-path {
	position: absolute;
	left:0;
	bottom:40px;
	margin:0px -25px;
}

.sub-visual-path::after {
	content: "";
	display: block;
	clear: both;
}

.sub-visual-path li {
	float:left;
	position: relative;
	padding:0px 25px;
	font-size:1.8rem;
	line-height:1;
	color:#f0f0f0;
}

.sub-visual-path li::after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right:-4px;
	transform: translateY(-50%);
	width:8px;
	height:13px;
	background: url('../../asset/img/sub/path.png') no-repeat center;
}

.sub-visual-path li:last-child::after {
	display: none;
}

.sub-visual-path li.path {
	color:#fff;
}

.sv6 .sub-visual-path {
	display: none;
}

@media (min-width:1201px) {

}
@media (max-width:1200px) {	
	.sub-visual-area {
		height:420px;
	}

	.sub-visual-background {
		height:100%;
		background-size: cover;
	}

	.sub-visual-title {
		font-size:3.4rem;
	}
	
	.sub-visual-text {
		font-size:3rem;
	}
	
	.sub-visual-path li {
		font-size:1.6rem;
	}
}
@media (max-width:1024px) {
	.sub-visual-heading {
		margin:100px 0px 40px;
	}

	.sub-visual-path {
		bottom:30px;
		margin:0px -16px;
	}
	
	.sub-visual-path li {
		padding:0px 16px;
	}

	.sub-visual-path li::after {
		right:-3px;
		width:6px;
		height:11px;
		background-size: auto 11px;
	}
}
@media (max-width:768px) {
	.sub-visual-area {
		height:300px;
	}

	.sub-visual-title {
		font-size:2.8rem;
	}
	
	.sub-visual-text {
		font-size:2.4rem;
	}
	
	.sub-visual-path li {
		font-size:1.4rem;
	}
}
@media (max-width:576px) {
	.sub-visual-heading {
		margin:70px 0px 30px;
	}

	.sub-visual-area {
		height:220px;
	}

	.sub-visual-title {
		font-size:2.4rem;
	}
	
	.sub-visual-text {
		font-size:2rem;
	}

	.sub-visual-path {
		bottom:20px;
		margin:0px -10px;
	}

	.sub-visual-path li {
		font-size:1.3rem;
		padding:0px 10px;
	}

	.sub-visual-path li::after {
		right:-2px;
		width:4px;
		height:8px;
		background-size: auto 8px;
	}
}

/* Sub Comment */
.sub-comment-tit {
	font-size:3rem;
}

.sub-comment-txt {
	font-size:2.4rem;
}

@media (max-width:1200px) {	
	.sub-comment-tit {
		font-size:2.4rem;
	}
	
	.sub-comment-txt {
		font-size:2rem;
	}
}
@media (max-width:1024px) {

}
@media (max-width:768px) {
	.sub-comment-tit {
		font-size:2rem;
	}
	
	.sub-comment-txt {
		font-size:1.8rem;
	}
}
@media (max-width:576px) {
	.sub-comment-tit {
		font-size:1.8rem;
	}
	
	.sub-comment-txt {
		font-size:1.6rem;
	}
}


/* Sub Knell */
.knell {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:4px 10px;
	border-radius:5px;
	background-color: #eeeeee;
}

.knell span {
	font-size:1.6rem;
}

@media (min-width:1201px) {

}
@media (max-width:1200px) {	
	.knell span {
		font-size:1.4rem;
	}
}
@media (max-width:1024px) {
	.knell {
		padding:2px 6px;
	}
}
@media (max-width:768px) {
	.knell span {
		font-size:1.3rem;
	}
}
@media (max-width:576px) {
	.knell {
		text-align: left;
		padding:2px 4px;
	}

	.knell span {
		font-size:1.2rem;
	}
}


/* About */
.about .sec01 .lt {
	width: 40%;
}

.about .sec01 .rt {
	width:49%;
}

.about .txt .t01 {
	font-size:3rem;
}

.about .txt .t01:not(.no-line)::after {
	content: "";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:120px;
	height: 2px;
	background-color: #a0a0a0;
}

.about .txt .t02 {
	font-size:2rem;
}

.about .txt dd {
	margin-top:20px;
}

.about .txt dd:first-child {
	margin-top:0px;
}

.about .txt span {
	display: block;
	width: calc(100% - 240px);
}

.about .txt span.dot {
	width: 240px;
}

.about .txt em {
	display: block;
}

.about .sec03 {
	background-color: #f5f5f5;
}

.about .sec03 .lt {
	width:50%;
}

.about .sec03 .rt {
	width:40%;
}

.about .sec03 .t01 {
	font-size:3rem;
}

.about .sec03 .t01::after {
	content: "";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #dcdcdc;
}

.about .sec03 .info dl {
	margin-bottom: 50px;
}

.about .sec03 .info dl:last-child {
	margin-bottom:0px;
}

.about .sec03 .info dt {
	position: relative;
	font-size: 2.4rem;
	padding-left: 40px;
	margin-bottom:10px;
}

.about .sec03 .info dt img {
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.about .sec03 .info dd {
	font-size: 2rem;
}


@media (min-width:1201px) {

}
@media (max-width:1200px) {	
	.about .sec01 .lt {
		width: 48%;
	}
	
	.about .txt .t01 {
		font-size:2.4rem;
	}
	
	.about .txt .t02 {
		font-size:1.8rem;
	}	

	.about .sec03 .t01 {
		font-size:2.4rem;
	}	

	.about .sec03 .info dt {
		font-size: 2rem;
	}
	
	.about .sec03 .info dd {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.about .sec01 .lt {
		order: 2;
		width: 100%;
	}
	
	.about .sec01 .rt {
		order: 1;
		margin: 0 auto 30px;
	}

	.about .txt .t01::after {
		width:100px;
	}

	.about .txt dd {
		margin-top:12px;
	}

	.about .txt span {
		width: calc(100% - 180px);
	}
	
	.about .txt span.dot {
		width: 180px;
	}

	.about .sec03 .lt {
		margin: 0 auto 40px;
	}

	.about .sec03 .rt {
		width: 100%;
	}

	.about .sec03 .info dl {
		margin-bottom: 34px;
	}

	.about .sec03 .info dt {
		padding-left:30px;
		margin-bottom:6px;
	}

	.about .sec03 .info dt img {
		width: 22px;
	}
}
@media (max-width:768px) {
	.about .txt .t01 {
		font-size:2rem;
	}

	.about .txt .t01::after {
		width: 80px;
	}
	
	.about .txt .t02 {
		font-size:1.6rem;
	}	

	.about .txt span {
		width: calc(100% - 140px);
	}
	
	.about .txt span.dot {
		width: 140px;
	}

	.about .sec03 .t01 {
		font-size:2rem;
	}	

	.about .sec03 .info dt {
		font-size:1.8rem;
	}
	
	.about .sec03 .info dd {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.about .sec01 .rt {
		width: 100%;
		margin:0 auto 20px;
	}

	.about .txt .t01 {
		font-size:1.8rem;
	}

	.about .txt .t01::after {
		width:60px;
	}
	
	.about .txt .t02 {
		font-size:1.4rem;
	}	

	.about .txt dd {
		margin-top:6px;
	}

	.about .txt span {
		width: 100%
	}
	
	.about .txt span.dot {
		width: 100%
	}

	.about .sec03 .lt {
		width: 100%;
		margin:0 auto 30px;
	}

	.about .sec03 .t01 {
		font-size:1.8rem;
	}	

	.about .sec03 .info dl {
		margin-bottom:24px;
	}

	.about .sec03 .info dt {
		font-size:1.6rem;
		padding-left:20px;
		margin-bottom:4px;
	}

	.about .sec03 .info dt img {
		width:16px;
	}
	
	.about .sec03 .info dd {
		font-size:1.4rem;
	}
}


/* About - ESG */
.esg .bg-gray{
	background-color: #f5f5f5;
}
.esg .txt .t01 {
	font-size:3rem;
}
.esg .txt .t02{
	font-size: 2rem;
}

.esg .zig-zag-txt .zig-box{
	display: flex;
	gap:25px 50px;
	align-items: center;
}

.esg .zig-zag-txt .zig-box:nth-child(even){
	flex-direction: row-reverse;
}
.esg .zig-zag-txt .zig-box + .zig-box{
	margin-top: 100px;
}
.esg .zig-zag-txt .zig-box .lt-img{
	width: 46%;
}
.esg .zig-zag-txt .zig-box .rt-txt{
	width: calc(54% - 50px);
}
.esg .tit01{
	font-size: 2.6rem;
	font-weight: 700;
}
.esg .tit01 .pt-color{
	color: #63b44f;
}

.esg .li-list li{
	position: relative;
	font-size: 2rem;
	padding-left: 15px;
}
.esg .li-list li:before{
	content: '';
	position: absolute;
	left: 3px;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #191919;
}

.esg .sec05{
	background: url(/asset/img/sub/esg/esg_new01_bg01.png)no-repeat center center /cover;
}

.esg .btn-wrap-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.esg .btn-wrap-box.left{
	justify-content: flex-start;
}
.esg .btn-wrap-box .btn{
	width: 266px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	color:#262626;
	font-size: 1.8rem;
}
.esg .btn-wrap-box .btn.bg-black{
	background-color: #000;
	color: #fff;
}

.esg .que_box{
	padding: 30px 15px 30px 0;
	position: relative;
	cursor: pointer;
}

.esg .que_box:before{
	content: '';
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #d2d2d2;
	position: absolute;
}

.esg .que_box:after{
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 8px;
	width: 14px;
	background: url(/asset/img/sub/esg/esg_new01_arw01.png)no-repeat center center;
	position: absolute;
	transition: .5s;
}


.esg .on .que_box .t02{
	color: #0052b8;
}

.esg .on .que_box:before{
	height: 2px;
	background-color: #898989;
}
.esg .on .que_box:after{
	transform: translateY(-50%) rotate(180deg);
}


.esg .esg_que_list{
	border-bottom: 2px solid #898989;
}

.esg .anw_box{
	padding: 40px;
	background-color: #f5f5f5;
	font-size: 1.8rem;
	display: none;
}
.esg .anw_box .anw-txt + .anw-txt{
	margin-top: 40px;
}
.esg .num-list{
	list-style-type: decimal;
	padding-left: 20px;

}
.esg .num-list > li::marker{
	font-weight: 700;
}
.esg .dash-list > li{
	position: relative;
	padding-left: 15px;
}
.esg .dash-list > li:before{
	position: absolute;
	left: 4px;
	top: 15px;
	width: 5px;
	height: 1px;
	background-color: #191919;
	content: '';
}

.esg .square-list{
	position: relative;
	padding-left: 15px;
}
.esg .square-list > li:before{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 19px;
}

.esg .none-list{
	font-size: 1.8rem;
}

@media (max-width:1200px) {	
	.esg .txt .t01 {
		font-size:2.4rem;
	}
	.esg .txt .t02{
		font-size: 1.8rem;
	}
	.esg .tit01{
		font-size: 2rem;
	}
	.esg .li-list li{
		font-size: 1.8rem;
	}

	.esg .square-list > li:before{
		top: 14px;
	}
}
@media (max-width:1024px) {
	.esg .zig-zag-txt .zig-box,
	.esg .zig-zag-txt .zig-box:nth-child(even){
		flex-direction: column;
	}

	.esg .zig-zag-txt .zig-box .lt-img,
	.esg .zig-zag-txt .zig-box .rt-txt{
		width: 100%;
	}
	.esg .zig-zag-txt .zig-box{
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width:768px) {
	.esg .txt .t01 {
		font-size:2rem;
	}
	.esg .txt .t02{
		font-size: 1.6rem;
	}
	.esg .tit01{
		font-size: 1.6rem;
	}
	.esg .li-list li,
	.esg .none-list{
		font-size: 1.4rem;
	}

	.esg .li-list li:before{
		width: 3px;
		height: 3px;
		left: 5px;
		top: 9px;
	}

	.esg .square-list > li:before{
    width: 4px;
    height: 4px;
    top: 12px;
	}
	.esg .que_box{
		padding: 15px 15px 15px 0;
	}
	.esg .anw_box{
		padding: 20px;
	}
	.esg .anw_box{
	font-size: 1.4rem;
	}

	.esg .anw_box .anw-txt + .anw-txt{
		margin-top: 20px;
	}

	.esg .btn-wrap-box .btn{
		width: 150px;
		height: 55px;
		font-size: 1.6rem;
	}
}
@media (max-width:576px) {
	.esg .txt .t01 {
		font-size:1.8rem;
	}
	.esg .txt .t02{
		font-size: 1.4rem;
	}
	
	.esg .btn-wrap-box .btn{
		width: 100px;
		height: 40px;
		font-size: 1.4rem;
	}
}

/* About - platform */
.platform .sec01 .t01 {
	font-size:3rem;
}

.platform .sec01 .t02 {
	font-size:2rem;
}

.platform .sec02 .t01 {
	font-size:3rem;
}

.platform .sec02 .list {
	display: flex;
	flex-wrap: wrap;
	margin:-30px -15px;
}

.platform .sec02 .list li {
	flex:1 0 33.33%;
	max-width:33.33%;
	padding:30px 15px;
	cursor: pointer;
}

.platform .sec02 .list .img {
	position: relative;
	width:100%;
	height:0;
	padding-top:calc(298/448*100%);
	overflow: hidden;
	border:1px solid #a0a0a0;
}

.platform .sec02 .list .img img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:auto;
}

.platform .sec02 .list p {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size:2.4rem;
}

.platform .sec03 {
	background-color: #f5f5f5;
}

.platform .sec03 .lt {
	width:50%;
}

.platform .sec03 .rt {
	width:40%;
}

.platform .sec03 .t01 {
	font-size:3rem;
}

.platform .sec03 .t01::after {
	content: "";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #dcdcdc;
}

.platform .sec03 .info dl {
	margin-bottom: 50px;
}

.platform .sec03 .info dl:last-child {
	margin-bottom:0px;
}

.platform .sec03 .info dt {
	position: relative;
	font-size: 2.4rem;
	padding-left: 40px;
	margin-bottom:10px;
}

.platform .sec03 .info dt img {
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.platform .sec03 .info dd {
	font-size: 2rem;
}

.platform-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	place-items: center;
	z-index: 9999999;
}

.platform-modal.open {
	display: block;
}

.platform-modal .modal-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:500px;
	max-height: none;
	width: 95%;
	height:auto;
	margin:10px auto;
}

.platform-modal .modal-background {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.platform-modal .modal-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.platform-modal .modal-area {
	position: relative;
	overflow: hidden;
}

@media (min-width:1201px) {

}
@media (max-width:1200px) {	

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}

@media (min-width:1201px) {

}
@media (max-width:1200px) {	
	.platform .sec01 .t01 {
		font-size:2.4rem;
	}
	
	.platform .sec01 .t02 {
		font-size:1.8rem;
	}

	.platform .sec02 .t01 {
		font-size:2.4rem;
	}

	.platform .sec02 .list p {
		font-size:2rem;
	}

	.platform .sec03 .t01 {
		font-size:2.4rem;
	}	

	.platform .sec03 .info dt {
		font-size: 2rem;
	}
	
	.platform .sec03 .info dd {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.platform .sec02 .list {
		margin:-20px -8px;
	}
	
	.platform .sec02 .list li {
		padding:20px 8px;
	}

	.platform .sec03 .lt {
		margin: 0 auto 40px;
	}

	.platform .sec03 .rt {
		width: 100%;
	}

	.platform .sec03 .info dl {
		margin-bottom: 34px;
	}

	.platform .sec03 .info dt {
		padding-left:30px;
		margin-bottom:6px;
	}

	.platform .sec03 .info dt img {
		width: 22px;
	}
}
@media (max-width:768px) {
	.platform .sec01 .t01 {
		font-size:2rem;
	}
	
	.platform .sec01 .t02 {
		font-size:1.6rem;
	}

	.platform .sec02 .t01 {
		font-size:2rem;
	}

	.platform .sec02 .list li {
		flex:1 0 50%;
		max-width:50%;
	}

	.platform .sec02 .list p {
		font-size:1.8rem;
	}

	.platform .sec03 .t01 {
		font-size:2rem;
	}	

	.platform .sec03 .info dt {
		font-size:1.8rem;
	}
	
	.platform .sec03 .info dd {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.platform .sec01 .t01 {
		font-size:1.8rem;
	}
	
	.platform .sec01 .t02 {
		font-size:1.4rem;
	}

	.platform .sec02 .t01 {
		font-size:1.8rem;
	}

	.platform .sec02 .list {
		margin:-12px -4px;
	}
	
	.platform .sec02 .list li {
		padding:12px 4px;
	}

	.platform .sec02 .list p {
		font-size:1.6rem;
	}

	.platform .sec03 .lt {
		width: 100%;
		margin:0 auto 30px;
	}

	.platform .sec03 .t01 {
		font-size:1.8rem;
	}	

	.platform .sec03 .info dl {
		margin-bottom:24px;
	}

	.platform .sec03 .info dt {
		font-size:1.6rem;
		padding-left:20px;
		margin-bottom:4px;
	}

	.platform .sec03 .info dt img {
		width:16px;
	}
	
	.platform .sec03 .info dd {
		font-size:1.4rem;
	}
}


/* About - Orgchart */
.orgchart .org-img-pc {
	display: block;
}

.orgchart .org-img-mo {
	display: none;
}

.orgchart .org-img img {
	margin:0 auto;
}

@media (max-width:1200px) {	

}
@media (max-width:1024px) {

}
@media (max-width:768px) {
	.orgchart .org-img-pc {
		display: none;
	}
	
	.orgchart .org-img-mo {
		display: block;
	}
}
@media (max-width:576px) {

}

/* Customer Relation */
.relation .list {
	display: flex;
	flex-wrap: wrap;
	margin:-15px;
}

.relation .list li {
	flex:1 0 25%;
	max-width:25%;
	padding:15px;
}

.relation .list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:80px;
	padding:0px 20px;
	border-radius:10px;
	background-color: #f5f5f5;
	transition:all .3s ease;
}

.relation .list .txt {
	text-align: center;
}

.relation .list .txt .t01 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size:2rem;
	font-weight:700;
}

@media (min-width:1201px) {
	.relation .list li:hover a {
		background-color: #191919;
		color:#fff;
	}
}
@media (max-width:1200px) {	
	.relation .list {
		margin:-10px;
	}
	
	.relation .list li {
		padding:10px;
	}

	.relation .list .txt .t01 {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.relation .list {
		margin:-8px;
	}
	
	.relation .list li {
		flex:1 0 33.33%;
		max-width: 33.33%;
		padding:8px;
	}

	.relation .list a {
		height:60px;
		padding: 0px 16px;
	}
}
@media (max-width:768px) {	
	.relation .list li {
		flex:1 0 50%;
		max-width: 50%;
	}

	.relation .list .txt .t01 {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.relation .list {
		margin:-4px;
	}
	
	.relation .list li {
		flex:1 1 100%;
		max-width:100%;
		padding:4px;
	}

	.relation .list a {
		height:48px;
		padding:0px 12px;
	}

	.relation .list .txt .t01 {
		font-size:1.4rem;
	}
}


/* Customer Self */
.self .item-hd {
	padding:20px 30px;
	border-radius:20px;
	background-color: #f5f5f5;
}

.self .item-hd-tit {
	display: flex;
	align-items: center;
	gap:20px;
	font-size: 3rem;
}

.self .item-hd-tit i {
	width:50px;
	height:50px;
	border-radius:50%;
	background-color: #191919;
	font-size:2.4rem;
}

.self .item-hd-tit span {
	font-size:2rem;
}

.self .item-hd-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	right:0;
	width:200px;
	height:100%;
	border-radius:10px;
	background-color: #191919;
	font-size:2rem;
	color:#fff;
	gap:20px;
	transition:all .3s ease;
}

.self .item-hd-link::after {
	content: "";
	display: inline-block;
	width:30px;
	height:15px;
	background: url('../../asset/img/sub/customer/self_link.png') no-repeat center;
	transition:all .3s ease;
}

.self .item-bd-block {
	gap:40px;
}

.self .item-bd .w-51 {
	width:51%;
}

.self .item-bd .txt .t01 {
	font-size:2.4rem;
}

.self .item-bd .txt .t02 {
	font-size:2rem;
}

.self .item-bd .line {
	display: block;
	width:100%;
	height: 1px;
	background-color: #dcdcdc;
	margin:50px 0px;
}

.self .item-bd .img-full {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d8e8f5;
	border-radius:20px;
}

.self .list {
	display: flex;
	flex-wrap: wrap;
	margin:-30px -15px;
} 

.self .list li {
	flex:1 0 33.33%;
	max-width: 33.33%;
	padding:30px 15px;
}

.self .list .img {
	position: relative;
	width:100%;
	height:0;
	padding-top:calc(298/448*100%);
	overflow: hidden;
	border:1px solid #a0a0a0;
}

.self .list .img img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:auto;
}

.self .list p {
	font-size:2rem;
}

.self-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	place-items: center;
	z-index: 9999999;
}

.self-modal.open {
	display: block;
}

.self-modal .modal-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:500px;
	max-height: none;
	width: 95%;
	height:auto;
	margin:10px auto;
}

.self-modal .modal-background {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.self-modal .modal-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.self-modal .modal-area {
	position: relative;
	overflow: hidden;
}

@media (min-width:1201px) {

}
@media (max-width:1200px) {	
	.self .item-hd-tit {
		font-size:2.4rem;
	}

	.self .item-hd-tit i {
		font-size:2rem;
	}

	.self .item-hd-tit span {
		font-size:1.8rem;
	}

	.self .item-hd-link {
		font-size:1.8rem;
	}

	.self .item-bd .txt .t01 {
		font-size:2rem;
	}
	
	.self .item-bd .txt .t02 {
		font-size:1.8rem;
	}

	.self .list p {
		font-size:1.8rem;
	}
}
@media (max-width:1024px) {
	.self .item-hd {
		padding:16px 20px;
	}
	
	.self .item-hd-tit {
		gap:12px;
	}
	
	.self .item-hd-tit i {
		width:44px;
		height:44px;
	}

	.self .item-hd-link {
		width:140px;
		gap:12px;
	}

	.self .item-hd-link::after {
		width:26px;
		height:13px;
		background-size:auto 13px;
	}

	.self .item-bd .lt,
	.self .item-bd .rt {
		width: 100%;
	}

	.self .item-bd-block {
		gap:30px;
	}

	.self .item-bd .line {
		margin: 34px 0px;
	}

	.self .item-bd .w-51 {
		width: 100%;
		order: 2;
	}

	.self .item-bd .img-lg {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #d8e8f5;
		border-radius:20px;
	}

	.self .item-bd .img-full img,
	.self .item-bd .img-lg img {
		width: 50%;
	}

	.self .list {
		margin:-20px -8px;
	} 
	
	.self .list li {
		padding:20px 8px;
	}
	
}
@media (max-width:768px) {
	.self .item-hd-tit {
		flex-wrap: wrap;
		font-size:2rem;
	}

	.self .item-hd-tit i {
		font-size:1.8rem;
	}

	.self .item-hd-tit span {
		width: 100%;
		font-size:1.6rem;
	}

	.self .item-hd-link {
		position: relative;
		top:unset;
		right: unset;
		width:100%;
		height:44px;
		margin-top:20px;
		font-size:1.6rem;
	}

	.self .item-hd-link::after {
		width:21px;
		height:10px;
		background-size:auto 10px;
	}

	.self .item-bd .txt .t01 {
		font-size:1.8rem;
	}
	
	.self .item-bd .txt .t02 {
		font-size:1.6rem;
	}
	
	.self .list li {
		flex:1 0 50%;
		max-width: 50%;
	}

	.self .list p {
		font-size:1.6rem;
	}
}
@media (max-width:576px) {
	.self .item-hd {
		padding: 12px;
	}

	.self .item-hd-tit {
		flex-direction: column;
		text-align: center;
		gap:6px;
		font-size:1.8rem;
	}

	.self .item-hd-tit i {
		width:36px;
		height:36px;
		font-size:1.6rem;
	}

	.self .item-hd-tit span {
		font-size:1.2rem;
	}

	.self .item-hd-link {
		height:36px;
		margin-top:12px;
		font-size:1.4rem;
	}

	.self .item-hd-link::after {
		width:18px;
		height:8px;
		background-size:auto 8px;
	}

	.self .item-bd-block {
		gap:20px;
	}

	.self .item-bd .txt .t01 {
		font-size:1.6rem;
	}
	
	.self .item-bd .txt .t02 {
		font-size:1.4rem;
	}

	.self .item-bd .line {
		margin: 20px 0px;
	}

	.self .list {
		margin:-12px -4px;
	} 
	
	.self .list li {
		text-align: center;
		padding:12px 4px;
	}

	.self .list p {
		font-size:1.4rem;
	}
}


/* Produce */
.produce-tit {
	font-size:4.6rem;
}

.produce-txt {
	font-size:1.8rem;
}

@media (min-width:1201px) {

}
@media (max-width:1200px) {	
	.produce-tit {
		font-size:3.4rem;
	}

	.produce-txt {
		font-size:1.6rem;
	}
}
@media (max-width:1024px) {

}
@media (max-width:768px) {
	.produce-tit {
		font-size:2.8rem;
	}

	.produce-txt {
		font-size:1.4rem;
	}
}
@media (max-width:576px) {
	.produce-tit {
		font-size:2.4rem;
	}

	.produce-txt {
		font-size:1.3rem;
	}
}


@media (min-width:1201px) {

}
@media (max-width:1200px) {	

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}


/* -------------- Join -------------- */
.join .sec {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height:900px;
	padding:120px 0px;
}

.join .text {
	text-align: center;
	margin-bottom:80px;
}

.join .text .t01 {
	font-size:4.8rem;
	font-weight:700;
}

.join .text .t02 {
	font-size:2.4rem;
	font-weight:500;
	line-height:1.5;
	color:#757575;
	margin-top:30px;
}

@media screen and (max-width:1200px) {
}
@media screen and (max-width:1024px) {
	.join .sec {
		min-height:auto;
		padding:100px 0px;
	}

	.join .text {
		margin-bottom:60px;
	}

	.join .text .t01 {
		font-size: 3.6rem;
	}

	.join .text .t02 {
		font-size:2rem;
		margin-top:24px;
	}
	
}
@media screen and (max-width:768px) {
	.join .text {
		margin-bottom:40px;
	}

	.join .text .t01 {
		font-size: 2.8rem;
	}

	.join .text .t02 {
		font-size:1.8rem;
		margin-top:18px;
	}
}
@media screen and (max-width:576px) {
	.join .sec {
		padding:70px 0px;
	}

	.join .text {
		margin-bottom:30px;
	}

	.join .text .t01 {
		font-size: 2.4rem;
	}

	.join .text .t02 {
		font-size:1.7rem;
		margin-top:12px;
	}
}
/* ---------------------------- */