
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      section01設定
=========================================================*/

.section01 {
    background:url("../img/index/section01-a01.jpg") no-repeat center center;
    height: 100vh;
    position: relative;
}
.section01-inner {
	position : absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.section01-inner p {
    margin: 0 2rem;
}
.section01-inner p:nth-of-type(2) {
    position: relative;
	top: 3rem;
}
.section01-inner p:nth-of-type(2) span {
    display: inline-block;
    font-size: 1rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 16px;
    margin-top: 40px;
}

@media (max-width: 639px) {
    .section01-inner {
        font-size: 2.4rem;
    }
    .section01-inner p {
        margin: 0 1.2rem;
    }
    .section01-inner p:nth-of-type(2) span {
        font-size:  0.8rem;
        margin-top: 30px;
    }
}


/*========================================================
                      section02設定
=========================================================*/

.section02 {
    height: 100vh;
    position: relative;
}
.section02-inner {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
    font-size: 2rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 50px;

}
.section02-inner p {
    margin: 0 2rem;
}

@media (max-width: 639px) {
    .section02-inner {
        font-size: 1.4rem;
    }
    .section02-inner p {
        margin: 0 0.5rem;
    }
}
@media (min-width: 640px) {
    .section02-inner {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .section02-inner {
        height: 100%;
        padding-top: 24vh;
        font-size: 2rem;
    }
}


/*========================================================
                      section03設定
=========================================================*/

.section03 {
    position: relative;
    margin-bottom: 5rem;
    overflow-x: hidden;
}
/*
.section03:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block;
    width: 10px;
    height: 20%;
    background-color: #505050;
}
*/

.section03-img {

}
.section03-img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 600px;
}
.section03-txt {
    position: relative;
    font-size: 1rem;
    line-height: 30px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section03-txt h3 {
    position: relative;
    left: 50%;
    font-size: 2rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .section03-img img {
        height: 700px;
    }
    .section03-txt {
        font-size: 1.2rem;
        line-height: 36px;
    }
    .section03-txt h3 {
        left: 65%;
        font-size: 2.4rem;
    }
}
@media (min-width: 992px) {
    .section03 {
        margin-bottom: 20vh;
    }
    .section03-img img {
        height: 900px;
    }
    .section03-txt {
        font-size: 1.6rem;
        line-height: 44px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .section03-txt h3 {
        left: 70%;
        font-size: 3rem;
    }
}



/*========================================================
                      section04設定
=========================================================*/

.section04 {
    position: relative;
    padding-bottom: 100px;
    overflow-x: hidden;    
}
.section04:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 10px;
    height: 100px;
    background-color: #505050;
}
.section04-img img {
    width: 100%;
}
.section04-txt {
    position: relative;  
}
.section04-txt > div {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    font-size: 1rem;
    line-height: 30px;
    padding-top: 3rem;
}
.section04-txt > div h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.section04-txt > div p:last-of-type {
    margin-top: 20vh;
}
@media (max-width: 767px) {
    .section04-txt > div {
        min-height: 500px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section04-txt > div {
        min-height: 800px;
    }
}
@media (min-width: 640px) {
    .section04-txt > div {
        font-size: 1.2rem;
        line-height: 36px;
        padding-top: 5rem;
    }
    .section04-txt > div h3 {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .section04 {
        padding-bottom: 20vh;
    }
    .section04-txt > div {
        font-size: 1.6rem;
        line-height: 44px;
        padding-top: 5rem;
        position: relative;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;  
    }
    .section04-txt > div h3 {
        font-size: 3rem;
    }
    .section04-img img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 500px;
    }    
}
@media (min-width: 1200px) {
    .section04-img img {
        height: 900px;
    }  
}
@media (min-width: 1600px) {
    .section04-txt > div {
        padding-top: 5rem;
        line-height: 48px; 
    }  
}





/*========================================================
                      section05設定
=========================================================*/

.section05 {
    position: relative;
    padding-bottom: 100px;
    overflow-x: hidden;     
}
.section05-img img {
    width: 80%;
}
.section05-txt {
    background:url("../img/index/section05-a02.jpg") no-repeat right bottom;
    background-size: 40% auto;
    padding-bottom: 100px;
}
.section05-txt > div { 
    font-size: 1rem;
    line-height: 30px;  
    padding: 3rem 30px;
}
.section05-txt > div h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

@media (min-width: 640px) {
    .section05-txt > div {
        font-size: 1.2rem;
        line-height: 36px;
    }
    .section05-txt > div h3 {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .section05 {
        padding-bottom: 20vh;
    }
    .section05-img img {
        width: 100%;
    }
    .section05-txt {
        padding-bottom: 200px;
    }
    .section05-txt > div {
        font-size: 1.6rem;
        line-height: 44px;
    }
    .section05-txt > div h3 {
        font-size: 3rem;
    } 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .section05-img img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 500px;
    }
}
@media (min-width: 1200px) {
    .section05-txt > div {
        padding-top: 0;
    }
}
@media (min-width: 1600px) {
    .section05-txt {
        padding-left: 5rem;
    }
}


/*========================================================
                      section06設定
=========================================================*/

.section06 {
    position: relative;
    margin-bottom: 5rem;
    overflow-x: hidden;
}
.section06:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block;
    width: 60px;
    height: 10px;
    background-color: #505050;
}

.section06-img {
    text-align: left;
}
.section06-img img[src*=".png"] {
    display: none;
}
.section06-img img[src*=".jpg"] {
    width: 80%;
}
.section06-img img[src*="03.jpg"] {
    display: none;
}
.section06-txt {
    background: url("../img/index/section06-a01.png") no-repeat 5% 90%;
    background-size: 40% auto;
    position: relative;
    width: 100%;
    font-size: 1rem;
    line-height: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.section06-txt h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .section06-txt {
        min-height: 500px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section06-txt {
        min-height: 700px;
    }
}
@media (min-width: 640px) {
    .section06-txt {
        font-size: 1.2rem;
        line-height: 36px;
    }
    .section06-txt h3 {
        left: 65%;
        font-size: 2.4rem;
    }
}
@media (min-width: 992px) {
    .section06 {
        margin-bottom: 20vh;
    }
    .section06-txt {
        font-size: 1.6rem;
        line-height: 44px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .section06-txt h3 {
        left: 70%;
        font-size: 3rem;
    }
}
@media (min-width: 1200px) {
    .section06-txt {
        background-image: none;
    }    
    .section06-img img[src*=".png"] {
        display: block;
        width: 80%;
        margin: 0 auto 3rem;
    }
    .section06-img img[src*=".jpg"] {
        width: 100%;
    }

}

@media (min-width: 1600px) {
    .section06-txt {
        background: url("../img/index/section06-a01.png") no-repeat 10% bottom;
        background-size: 40% auto;
    }
    .section06-img img[src*=".png"] {
        display: none;
    }
    .section06-img img[src*="02.jpg"] {
        display: none;
    }
    .section06-img img[src*="03.jpg"] {
        display: block;
    }
}






/*========================================================
                      section07設定
=========================================================*/

.section07 {
    position: relative;
    margin-bottom: 5rem;
    overflow-x: hidden;
}
.section07:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: block;
    width: 10px;
    height: 400px;
    background-color: #505050;
}

.section07-txt {
    font-size: 1rem;
    line-height: 24px;
    padding-left: 3rem;
    padding-bottom: 2rem;
}
.section07-txt h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.section07-img p {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}
.section07-img img {
    width: 100%;
}


@media (min-width: 640px) {
    .section07-img p {
        font-size: 1rem;
    }
    .section07-txt {
        font-size: 1.2rem;
        line-height: 36px;
        padding-left: 5rem;
    }
    .section07-txt h3 {
        font-size: 2.4rem;
    }
}
@media (min-width: 992px) {
    .section07 {
        margin-bottom: 20vh;
    }
    .section07-img p {
        font-size: 1.2rem;
    }
    .section07-txt {
        font-size: 1.6rem;
        line-height: 44px;
        padding-left: 8rem;
        padding-bottom: 3rem;
    }
    .section07-txt h3 {
        font-size: 3rem;
    }
    
}




/*========================================================
                      section08設定
=========================================================*/

.bg-1 {
    background: url("../img/index/bg-1.jpg") no-repeat center bottom / cover;
    overflow-x: hidden;
}
.section08 {
    color: #fff;
    text-align: center;
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.section08 h2 {
    font-size: 2.4rem;
    letter-spacing: 6px;
}
.section08 h3 {
    font-size: 2.8rem;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}
.section08 p {
    font-size: 1.4rem;
    line-height: 32px;
}

@media (min-width: 640px) {
    .section08 h2 {
        font-size: 3rem;
    }
    .section08 h3 {
        font-size: 3.2rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .section08 p {
        font-size: 1.6rem;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    .section08 h2 {
        font-size: 4rem;
    }
    .section08 h3 {
        font-size: 4.2rem;
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
    .section08 p {
        font-size: 2rem;
        line-height: 48px;
    }
}



/*========================================================
                      section09設定
=========================================================*/

.section09 {
    background-color: rgba(255,255,255,0.7);
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.section09 .container {
    max-width: 1400px;
}
.section09-item {
    position: relative;
    min-height: 340px;
}
.section09-item > div {
    position: relative;
}
.section09-item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.section09-item ul {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.section09-item ul li {
    position: relative;
    padding: 0 0.275rem;
    line-height: 15px;
    font-size: 1.2rem;
}
.item2 ul li {
    padding: 0 0.2rem;
}
.section09-item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -19px;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: #505050;    
}

.section09-item .Txt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.section09-item .Txt h3 {
    margin-bottom: 0rem;
}
.section09-item .Txt p {
    color: #507878;
    font-weight: bold;
    font-size: 0.7rem;
}

@media (min-width: 480px) {
    .section09-item ul li {
        padding: 0 0.7rem;
    } 
}
@media (min-width: 640px) {
    .section09-txt h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .section09-item {
        padding-left: 12vw;
        padding-right: 12vw;
    }
}
@media (min-width: 820px) {
    .section09-item {
        padding-left: 9vw;
        padding-right: 9vw;
    }
    .section09-item ul li {
        padding: 0 1rem;
    } 
}
@media (min-width: 992px) {  
    .section09-txt h3 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .section09-item ul li {
        padding: 0 1.5rem;
        line-height: 36px;
        font-size: 1.6rem;
    }
    .section09-item ul li:before {
        top: -22px; 
    }
    .section09-item .Txt p {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .section09-item > div {
        position : absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    } 
    .section09-item ul li {
        padding: 0 2rem;
    }  
}
@media (min-width: 1600px) {
    .section09-item ul li {
        padding: 0 2.5rem;
    }  
}



/*========================================================
                      section10設定
=========================================================*/


.section10 {
    padding-top: 20vh;
    padding-bottom: 30vh;
    padding-left: 15px;
    padding-right: 15px;
}
.section10 .container {
    max-width: 1200px;
}


.work-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.work-item {
    padding: 15px 30px;
}
.work-item img { 
    width: 100%;
    height: 100%;
    border-radius: 50%; 
}
.work-item p { 
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.work-item .more {
    margin-top: 4rem;
    text-align: center;
}
.work-item .more a {
    display: block;
    width: 80%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
}
.work-item .more a:hover {
    color: #505050;
    background-color: #fff;
}

@media (min-width: 1600px) {
    .work-item {
        padding: 15px 50px;
    }
}




/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}







