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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: PingFang TC, NotoSans CJK TC;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


img{
	width: 100%;
	display: block;
}

/*fontsize*/

h1{
	font-size: 50px;
	font-weight: 800;
	color: white;
	margin-bottom: 1vw;
	letter-spacing: 2%;
}


h2{
	font-size: 23px;
	font-weight: 300;
	color: white;
	line-height: 40px;
}

h3{
	font-size: 44px;
	font-weight: 800;
}

h4{
	font-size: 30px;
	font-weight: 500;
	color: white;
	margin: 20px auto;
}

h5{
	font-size: 30px;
	font-weight: 500;
	color: #387356;
	border-bottom: solid #387356 4px;
	display: inline-block;
	margin: 5% auto;
	padding-bottom: 5px; 
}

h6{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	border-bottom: solid #fff 4px;
	display: inline-block;
	margin: 5% auto;
	padding-bottom: 5px;  
}

p{
	font-size: 21px;
	line-height: 40px;
}


@media screen and (max-width: 768px) {
	h1{
		font-size: 8vw;
		font-weight: 800;
		color: white;
		margin-bottom: 6vw;
	}


	h2{
		font-size: 3.8vw;
		font-weight: 300;
		color: white;
		line-height: 5.5vw;
	}

	h3{
		font-size: 26px;
		font-weight: 800;
	}

	h4{
		font-size: 21px;
		font-weight: 500;
		color: white;
		margin: 20px auto;
	}
	h5{
		font-size: 21px;
		font-weight: 500;
		color: #387356;
		border-bottom: solid #387356 4px;
		display: inline-block;
		margin: 5% auto;
		padding-bottom: 5px; 
	}

	h6{
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		border-bottom: solid #fff 4px;
		display: inline-block;
		margin: 5% auto;
		padding-bottom: 5px;  
	}

	p{
		font-size: 16px;
		line-height: 28px;
	}
}

/*color*/
.bg_red{
	background-color: #D55746;
}

.bg_orange{
	background-color: #D7B754;
}

.bg_white{
	background-color: #fff;
}

.bg_green{
	background-color: #72A322;
}

.bg_black{
	background-color: black;
}

.bg_mustard{
	background-color: #9A8E1C;
}

.bg_green2{
	background-color: #2CA96B;
}

.color-white{
	color: white;
}

.color-black{
	color: black;
}

/*間距*/
.mt-100{
	margin-top: 100px;
}

.nav_bg{
	background-color: transparent;
}

.navbar {
    padding: 1.2rem 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: solid 1px #787878;
    z-index: 99;
	/*background-color: #387356;*/
}

.logo{
	width: 227px;
	height: 64px;
	cursor: pointer;
}

.navbar-expand-lg .navbar-collapse{
	margin-left: 40px;
}


.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,0.7);
}

.navbar-light .navbar-nav .nav-link:active ,.navbar-light .navbar-nav .nav-link:visited{
	color: white;
}
.navbar-light .navbar-toggler{
	border-color: rgba(255,255,255,.8);
}


.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu_btn.png);
}

.navbar ul{
	position: relative;
}

.navbar-collapse ul li{
	position: relative;
	padding: 0px 20px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}

@media screen and (min-width: 992px) {
	.navbar-collapse ul li+li >a.nav-link:before {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    display: inline-block;
	    content: "";
	    clear: both;
	    transform: translate(0,-50%);
	    width: 1px;
	    height: 12px;
	    background: rgba(204,204,204,0.8);
	}
}

@media screen and (max-width: 991px) {
	.navbar-light .navbar-nav .nav-link {
	    line-height: 40px;
	}
}

#sec1{
	width: 100%;
	height: 100vh;
	background: url(../images/sec1_bg.jpg) top center; 
	background-size: cover;
	position: relative;
}

#sec2{
	position: relative;
	width: 100%;
	height: 50vw;
	background: url(../images/sec2_bg.jpg) center center; 
	background-size: cover;
	padding: 10% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec3{
	width: 100%;
	min-height: 100vw;
	padding: 10% 0;
	background-color: #eee;
	position: relative;

}

#sec4{
	width: 100%;
	padding: 10% 0;
	background: url(../images/sec4_bg.jpg) top center;
	background-size: cover;
}

#sec5{
	width: 100%;
	padding: 10% 0;
	position: relative;
}

#sec6{
	width: 100%;
	position: relative;
	background-color: #D4E1E3;
	padding: 10% 0;
}

#sec6 p {
	font-size: 30px;
	font-weight: 700;
	color: #387356;
	line-height: 40px;	
}

#sec6 p span {
	font-size: 21px;
	font-weight: 300;
	color: #387356;
}

.analysis-cell {
	padding: 30px 30px 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-top-right-radius: 40px 40px;
	background-color: #fff;
	color: #fff;
}

.analysis-cell button {
	all: unset;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 40px;
	width: 40px;
	height: 40px;
}

.analysis-cell button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

.analysis-cell button:hover {
	opacity: 0.8;
}


.analysis-cell ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 30px;
}

.analysis-cell ul li {
	margin-bottom: 25px;
}

.analysis-cell ul li:nth-last-child(1) {
	margin-bottom: 0px;
}

.analysis-cell-title {
	font-size: 30px;
	font-weight: 700;
	border-bottom: solid white 4px;
	padding-bottom: 5px;
	cursor: pointer;
}

.analysis-item-title {
	font-size: 30px;
	font-weight: 700;
}

.analysis-item-subtitle {
	font-size: 21px;
	font-weight: 100;
	margin-top: 5px;
}

.analysis-list .row:nth-child(1) .col-md-6:nth-child(1) .analysis-cell  {
	background-color: #3A94A1;
}

.analysis-list .row:nth-child(1) .col-md-6:nth-child(2) .analysis-cell  {
	background-color: #1A6A87;
}

.analysis-list .row:nth-child(2) .col-md-6:nth-child(1) .analysis-cell  {
	background-color: #9A8E1C;
}

.analysis-list .row:nth-child(2) .col-md-6:nth-child(2) .analysis-cell  {
	background-color: #2CA96B;
}

.analysis-intro-cell {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 80px;
}

.analysis-intro-cell-title {
	font-size: 30px;
	font-weight: 700;
	border-bottom: solid #387356 4px;
	padding-bottom: 5px;
	color: #387356;
}

.analysis-intro-cell-content {
	font-size: 21px;
	font-weight: 300;
	margin-top: 16px;
	color: black;
	line-height: 40px;
}


@media screen and (max-width: 768px) {
		
	#sec6 p {
		font-size: 21px;
		line-height: 28px;
	}

	#sec6 p span {
		font-size: 16px;
	}

	.analysis-cell {
		padding: 30px 30px 40px 30px;
		border-top-right-radius: 40px 40px;
	}

	.analysis-list .row:nth-child(1) .col-md-6:nth-child(2)  {
		margin-top: 20px;
	}
	
	.analysis-list .row:nth-child(2) .col-md-6:nth-child(2)  {
		margin-top: 20px;
	}

	.analysis-cell button {
		top: 16px;
		right: 40px;
		width: 30px;
		height: 30px;
	}

	.analysis-cell ul {
		padding-left: 20px;
		margin-top: 30px;
	}

	.analysis-cell ul li {
		margin-bottom: 25px;
	}

	.analysis-cell ul li:nth-last-child(1) {
		margin-bottom: 0px;
	}

	.analysis-cell-title {
		font-size: 21px;
		font-weight: 700;
		border-bottom: solid white 4px;
		padding-bottom: 5px;
		cursor: pointer;
	}

	.analysis-item-title {
		font-size: 21px;
		font-weight: 700;
	}

	.analysis-item-subtitle {
		font-size: 16px;
		font-weight: 100;
		margin-top: 5px;
	}

	.analysis-intro-cell {
		margin-top: 40px;
	}

	.analysis-intro-cell-title {
		font-size: 21px;
	}

	.analysis-intro-cell-content {
		font-size: 16px;
		margin-top: 10px;
		line-height: 28px;
	}
}

#sec7{
	width: 100%;
	height: 70vh;
	background: url(../images/sec6_bg.jpg) top center; 
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-top: 50px;
}

#sec8{
	background-color: #387356;
}

.custom-gutters{
	padding: 0;
}

.homeTxt{
	padding-top: 40%;
	
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 414px) {
	.homeTxt{
		padding-top: 60%;
		text-align: center;
	}

	.logo{
		width: 180px;
		height: auto;
	}
}


.btnStyle{
	width: 180px;
	height: 60px;
	border-radius: 0;
	margin-top: 10px;
	background-color: #FF643A;
	border:none;
}

.btnStyle2{
	width: 100%;
	height: 60px;
	border-radius: 0;
	margin-top: 10px;
	background-color: #FF643A;
	border:none;
}

.scrollBtn{
	position: absolute;
	width: 14px;
	/*height: 133px;*/
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	cursor: pointer;
}

.right-bg{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100vw 100vw;
	border-color: transparent transparent #D4E1E3 transparent;
	display:inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}


.featureBox{
	position: absolute;
    width: 100%;
    max-width: 1140px;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-30%);
}

.featureTit{
	position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 277px;
    text-align: center;
    padding: 138px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.featureBox ul{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-150px);
    /*opacity: 0;*/
    display: flex;
    flex-wrap: wrap;
}

.featureBox ul li{
	position: relative;
    width: 25%;
    min-height: 277px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
@media screen and (min-width: 1141px){
.featureBox li:nth-child(3) {
    transform: translateY(-277px);
    transition: 0.8s 1.2s;
}
}

.featureBox p{
	line-height: 30px;
	font-weight: 300;
	margin-top: 50px;
}

@media screen and (max-width: 1140px) and (min-width: 768px){
	#sec2{
		height: 70vw;
	}
	.featureBox{
		position: absolute;
	    width: 100%;
	    max-width: 800px;
	    top: 30%;
	    left: 50%;
	    transform: translate(-50%,-30%);
	}
	.featureBox ul li{
		position: relative;
	    width: 50%;
	    min-height: 277px;
	    padding: 30px;
	    box-sizing: border-box;
	    text-align: center;
	}
	.featureBox li:nth-child(3) {
	        order: 2;
	}
}

@media screen and (max-width: 767px){
	#sec2{
		height: 120vw;
	}
	.featureBox{
		position: absolute;
	    width: 85%;
	    top: 25%;
	    left: 50%;
	    transform: translate(-50%,-30%);
	}
	.featureBox ul li{
		position: relative;
	    width: 50%;
	    min-height: 230px;
	    padding: 30px;
	    box-sizing: border-box;
	    text-align: center;
	}
	.featureBox li:nth-child(3) {
	        order: 2;
	}
}

@media screen and (max-width: 414px){
	.featureBox ul li{
		position: relative;
	    width: 50%;
	    min-height: 180px;
	    padding: 10px;
	    box-sizing: border-box;
	    text-align: center;
	}
}

@media screen and (max-width: 320px){
	.featureBox ul li{
		position: relative;
	    width: 50%;
	    min-height: 100px;
	    padding: 10px;
	    box-sizing: border-box;
	    text-align: center;
	}
	.featureBox p{
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		margin-top: 20px;
	}
}

.aboutBox{
	width: 100%;
	padding: 10px;
	background-color: #3A94A1;
	border-radius: 0 40px 0 0;
	text-align: center;
	margin-bottom: 30px;
}

.aboutBox p{
	margin: 60px auto 50px;
	opacity: 0.7;
}

.aboutBox p br{
	display: none;
}

@media screen and (max-width: 414px){
	.aboutBox p{
		margin: 30px auto 20px;
		opacity: 0.7;
	}
	.aboutBox p br{
		display: block;
	}
}


.productBox{
	background: rgba(56,115,86,0.8);
	width: 100%;
	padding: 30px;
	margin-top: 30px;
	min-height: 450px;
}

.productInfo{
    border-bottom: 70px solid #65DAA1;
    border-right: 50px solid transparent;
    height: 0;
    width: 100%;
	filter: drop-shadow(12px 6px 0 #9EFFCF);
	margin-left: -10%;
	padding: 10px 40px;
	line-height: 50px; 
}

.prductBtn{
	float: right;
    width: 40px;
    height: 40px;
    line-height: 50px;
    margin-top: 25px;
    margin-right: -20px;
    cursor: pointer;
}

.prductBtn:hover{
	opacity: 0.8;
}

@media (max-width: 768px){
	.productInfo{
		padding: 10px 20px;
	}

	.prductBtn{
		float: right;
	    width: 30px;
	    height: 30px;
	    line-height: 50px;
	    margin-top: 30px;
	    margin-right: -20px;
	    cursor: pointer;
	}
}

@media (max-width: 374px){
	.productInfo{
		padding: 10px 10px;
	}
	.productInfo{
	    width: unset; 
	}
}


.serviceBox1{
	width: 60%;
	position: relative;
	/*top: 18vw;
	left: 0px;*/
	float: left;
	background: url(../images/sec5_bg1.jpg);
	background-size: cover;
	padding: 0% 0% 5% 16%;
	z-index: 1;
	margin-top: 5%;
}

.serviceBox2{
	width: 80%;
	position:relative;
	/*top:50vw;
	right: 0px;*/
	float: right;
	background: url(../images/sec5_bg2.jpg);
	background-size: cover;
	padding: 10% 0% 5% 16%;
	margin-top: -5%;
}

.serviceBox2 img{
	width: 80%;
}


.serviceInfo{
	border-radius: 5px;
	width: 50%;
	padding: 20px;
	margin: 15px auto;
}

.serviceInfo ul{
	margin-left: 20px;
}

.serviceInfo ul li{
	list-style-type:disc;
	color: white;
	margin: 5px;
	font-weight: 300;
}


@media (max-width: 1119px){
	.serviceBox1{
		width: 80%;
	}
	.serviceBox2{
		width: 90%;
	}
	.serviceInfo{
		border-radius: 5px;
		width: 80%;
		padding: 20px;
		margin: 15px auto;
	}
	.serviceInfo ul{
		margin-left: 10px;
	}
}

@media (max-width: 768px){
	.serviceBox1{
		width: 100%;
	}
	.serviceBox2{
		width: 100%;
	}
}

.formArea{
	width: 50%;
	padding: 10px;
	margin: 5% auto;
}

.formArea p{
	color: white;
}

.form-control{
	background: rgba(255,255,255,0.3);
	height: 60px;
	border: none;
	color: white;
}

@media (max-width: 1119px){
	.formArea{
		width: 90%;
		padding: 10px;
		margin: 5% auto;
	}
}


/*popup*/

@media (min-width: 576px){
	.modal-dialog {
	    max-width: 1000px;
	    margin: 1.75rem auto;
	}
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 1.5rem 3rem;
}

.subtitle{
	color: #387356;
	margin:20px 0 10px;
	font-weight: 600;
}

.tab-pane ul{
	list-style-type: disc;
	margin-left: 20px;
	font-size: 21px;
	font-weight: 300;
	margin-top: 10px;
}

.tab-pane ul li{
	margin: 8px 0;
}


#Privacy ul{
	list-style-type: disc;
	margin-left: 20px;
	font-size: 21px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 30px;
}

@media screen and (max-width: 768px)
{
	#Privacy ul{
		font-size: 16px;
    	line-height: 28px;
	}
}

.analysis-modal .image-title {
	font-size: 15px;
	font-weight: 300;
}

.analysis-modal .image-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.analysis-modal p {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 1em;
}

.analysis-modal img {
	height: 110px;
	object-fit: contain;
}

.analysis-modal th, td {
	height: 50px;
}

.analysis-modal th {
	font-weight: 700;
}

.analysis-modal td {
	font-weight: 100;
}

.analysis-modal span {
	font-size: 21px;
}

.odd-tr {
	background-color: #F3F3F3;
}

.even-tr {
	background-color: #E3E9EA;
}

.analysis-modal table {
	width: 100%;
	font-size: 15px;
}

.analysis-modal .title {
	font-size: 30px;
	font-weight: 700;
	border-bottom: solid #387356 4px;
	color: #387356;
	letter-spacing: 0.05em;
	line-height: 35px;
}

.analysis-modal .subtitle {
	font-size: 21px;
	font-weight: 100;
	margin-top: 15px;
	color: black;
}


.analysis-modal table,tr,td,th, thead, tbody
{
    border-collapse: collapse;
    text-align: center;
	vertical-align: middle;
	border: 4px solid white;
}

@media (max-width: 768px){

	.modal-body {
		padding: 1rem 0.5rem;
	}
	.analysis-modal .title {
		font-size: 21px;
		line-height: 28px;
	}

	.analysis-modal .subtitle {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.5em;
	}

	.analysis-modal .image-box {
		margin-bottom: 10px;
	}

	.analysis-modal span {
		font-size: 16px;
	}
}

.tab-pane ul>ul{
	color: #777;
}
/* Tabs*/


.tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #387356;
    background-color: transparent;
    border-color: transparent transparent #387356;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
.tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #387356;
    font-size: 20px;
}


footer{
	background-color: #222;
	padding: 30px 0; 
}

footer p{
	color: white;
	margin-bottom: 15px;
	font-size: 19px;
}

footer p.txt_s{
	font-size: 13px;
	color: #888;
}

footer a{
	color: white;
	margin-bottom: 15px;
	float: right;
}

footer a:hover{
	color: white;
	text-decoration: none;
}

.footer_link{
	width: 100%;
	float: right;
}

footer .logo{
	width: 40%;
	height: auto;
	float: right;
}


@media (max-width: 414px){
	.formArea{
		width: 90%;
		padding: 10px;
		margin: 5% auto;
	}

	footer p{
		color: white;
		margin-bottom: 15px;
		font-size: 16px;
	}
	footer .logo{
		width: 60%;
		height: auto;
		float: right;
	}

}

