@charset "UTF-8";

.link-tab ul li {width: 50%;}
.overview >.txt .tit {margin-bottom: 42px}
.overview >.txt .tit , .overview > .txt .desc p {line-height: 1.3; letter-spacing: normal; }

    
/* method */ 
.method {margin-top: 80px;}
.method figure {width: 680px;}
.focus figure {width: 634px;}
figure {margin: auto;}

@media screen and (max-width: 1440px) {
	.method {margin-top: 5.56vw;}
	.method figure {width: 47.22vw;}
	.focus figure {width: 44.03vw;}
}
@media screen and (max-width: 768px) {
	.link-tab ul li {width: 100%;}

	.overview .floating-txt .desc p{line-height: normal;}
	.overview > .txt, .overview .row > .txt {margin-bottom: 13.33vw;}
	.overview >.txt .tit {margin-bottom: 11.43vw}
	.overview figure {height: 34.52vw;}
	.overview figure img {height: 100%;}
	
	.method {margin-top: 10.95vw;}
	.method ul li {position: relative; width: 29.76vw; height: 29.76vw; border: 1.19vw solid #3bb149; border-radius: 50%; text-align: center; margin: 0 auto 4.76vw; font-size: 2.62vw; line-height: normal;}
	.method ul li:not(:last-child):after {position: absolute; content: ''; display: block; left: 50%; bottom:-6.43vw; width: 0.24vw; height: 5.24vw; background: #ccc;}
	.method ul li .txt {width: 74%;}

	.sec + .sec {margin-top: 15.48vw;}
	.focus ul li {width: 17.86vw; height: 17.86vw; color: #3bb149; border: 0.95vw solid #3bb149; border-radius: 50%; text-align: center; font-size: 2.62vw;}
}

@media screen and (max-width: 370px) {
	.method ul li {font-size: 10px}
	.focus ul li {font-size: 10px} 
}

@media screen and (max-width: 320px) {
	.overview > .txt, .overview .row > .txt {margin-bottom: 43px;}
	.overview .floating-txt .desc p {margin-top: 29px;}
	.overview >.txt .tit {margin-bottom: 37px}
	.overview figure {height: 110px;}
	
	.method {margin-top: 35px;}
	.method ul li {position: relative; width: 95px; height: 95px; border: 4px solid #3bb149; margin: 0 auto 15px;}
	.method ul li:not(:last-child):after {position: absolute; content: ''; display: block; left: 50%; bottom:-21px; width: 1px; height: 17px;}

	.sec + .sec {margin-top: 50px;}
	.focus ul li {width: 57px; height: 57px; color: #3bb149; border: 3px solid #3bb149; border-radius: 50%; text-align: center;}
}