@charset "utf-8";
#Center { position: relative; }
#Center .guide_title { position: absolute; top: 0; left: 0; }

/*----------------------------------------------------------------------*/
/* 輪播 swiper */
.swiper-pagination-bullet { opacity: 1; transition: all .3s ease; background-color: #fff; border: 2px solid #ccc; }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; }
.swiper-pagination-bullet-active { border-color: var(--main_color); }

.swiper-button-next, .swiper-button-prev {
	position:absolute; top:50%; background-color: #fff; text-indent:-999px; z-index:9999; overflow:hidden; width: 60px; height: 60px; box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover,
.swiper-button-next:focus, .swiper-button-prev:focus { background-color:var(--color1); box-shadow:2px 0px 14px rgba(0,0,0,.6); }
.swiper-button-next::after, .swiper-button-prev::after {
	content:''; display:block; position:absolute; top:50%; margin-top: -15px; width:30px; height:30px;
	background: url(../images/bn_arrows.png) no-repeat;
}
.swiper-button-next::after { background-position: right top; }
.swiper-button-prev::after { background-position: left top; }
.swiper-button-next:hover::after, .swiper-button-next:focus::after { background-position: right bottom; }
.swiper-button-prev:hover::after, .swiper-button-prev:focus::after { background-position: left bottom; }

/*----------------------------------------------------------------------*/
/* KeyVisual */
#KeyVisual { position: relative; z-index: 1; }
.banner_Slider a { display: block; transition: all .3s ease; width: 100%; }
.banner_Slider a:hover { opacity: .7; }
.banner_Slider .img { position: relative; padding-bottom: 37.042%; }
.banner_Slider .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

#KeyVisual .banner_Slider.swiper-initialized { background:url("../images/loader.gif") no-repeat center center; opacity:0; }
#KeyVisual .banner_Slider.swiper-backface-hidden { background-image:none; opacity:1; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
#KeyVisual .swiper-slide { background-color: #fff; }
.banner_Slider .swiper-pagination-bullet { background-color: #aaa; border-radius: 6px; border: none; }
.banner_Slider .swiper-pagination-bullet-active { background-color: var(--color1); }
.banner_Slider .swiper-pagination-bullet { width: 12px; height: 12px; }

/* noscript */
#KeyVisual.noscript > div { max-width:960px; margin:0 auto; }
#KeyVisual.noscript .banner_Slider > div > div { margin:10px 0; }
#KeyVisual.noscript + .return_form_noscript { padding-bottom:40px; }

@media screen and (max-width: 1023px) {
    #KeyVisual .swiper-button-next, #KeyVisual .swiper-button-prev { width: 40px; height: 40px; }
    .swiper-button-next { right: 15px; }
    .swiper-button-prev { left: 15px; }
}
@media screen and (min-width: 1024px) {
    #KeyVisual .swiper-button-next, #KeyVisual .swiper-button-prev { width: 60px; height: 60px; }
    .swiper-button-next { right: 40px; }
    .swiper-button-prev { left: 40px; }
}
@media screen and (max-width: 639px) {
    .swiper-button-next { right: 8px; }
    .swiper-button-prev { left: 8px; }
}

/*----------------------------------------------------------------------*/
/* 首頁共用樣式 */
.IndexBlock { overflow: hidden; padding: 40px 0; }
.index_title { margin-bottom: 30px; text-align: center; }
.index_title h2 { font-size: 2.75em; font-weight: 700; line-height: 1.25em; letter-spacing: .05em; }

.more_btn { display: flex; justify-content: center; }
.more_btn a { text-decoration: none; position: relative; color: #fff; padding: 0 1em; font-size: 1.375em; font-weight: 700; letter-spacing: .1em; width: 280px; height: 60px; transition: all .4s cubic-bezier(.2,.95,.57,.99); }

.more_btn a span { position: relative; z-index: 5; display: flex; justify-content: space-between; align-items: center; height: 100%; }
.more_btn a span::after { content: ''; display: block; background: url(../images/icon_arrow.png) no-repeat; width: 22px; height: 16px; }

.more_btn a::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to right, #dc8f37 0%,#eec785 100%); transition: all .7s cubic-bezier(0.77, 0, 0.175, 1); }

.more_btn a::after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #dc8f37; transition: all .4s cubic-bezier(.2,.95,.57,.99); }
.more_btn a:hover::after { width: 100%; }
.more_btn a:hover::before { box-shadow:2px 0px 14px rgba(0,0,0,.6); }

@media screen and (max-width: 639px) {
    .IndexBlock { padding: 30px 0; }
    .index_title h2 { font-size: 1.75em; }
    .more_btn a { height: 50px; font-size: 1.25em; width: 200px; }
}
@media screen and (min-width: 1024px) {
    .IndexBlock { padding: 60px 0 80px; }
}
@media screen and (min-width: 1280px) {
    .index_title { margin-bottom: 80px; }
    .index_title h2 { font-size: 3.125em; }
    .more_btn a { font-size: 1.5em; height: 70px; width: 320px; }
    .IndexVideo { padding: 96px 0 156px; }
}

/*----------------------------------------------------------------------*/
/* 服務 */
.IndexService { padding: 40px 0 80px; }
.IndexService { background: url(../images/index_bg.jpg) no-repeat center center; background-size: cover; position: relative; }
.IndexService::after { content: ''; background: url(../images/risk.png) no-repeat center bottom; background-size: contain; width: calc(100% - 10vw); height: 112px; position: absolute; left: 5vw; bottom: 0; }

.ServiceList { max-width: 1200px; margin: 0 auto; }
.ServiceList ul { display: flex; flex-wrap: wrap; }
.ServiceList li { width: 50%; padding: 20px; }
.ServiceList .item { position: relative; }
.ServiceList .item a { text-decoration: none; background-color: #fff; color: #4d4d4d; padding: 32px 40px; font-weight: 700; font-size: min(max(1.5em, 4vw), 2.375em); position: relative; z-index: 2; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.ServiceList .item::before { content: ''; position: absolute; right: -10px; bottom: -10px; width: 100%; height: 100%; border: 2px solid #fff; z-index: 1; }
.ServiceList li:nth-child(odd) .item a { color: #fff; background: linear-gradient(to right, #dc8f37 0%,#eec785 100%); transition: all 0.3s ease; }
.ServiceList .icon { display: flex; justify-content: end; align-items: end; height: 72px; }
.ServiceList .icon img { max-width: 100%; max-height: 100%; }
.ServiceList .item:hover a { transform: translate(5px, 5px); }
.ServiceList .item:hover::before { transform: translate(-3px, -3px); }

@media screen and (max-width: 767px) {
    .IndexService { padding: 20px 0 10vw; }
    .ServiceList .item a { font-size: min(max(1.25em, 4vw), 2em); padding: 25px 20px; min-height: 150px; }
    .ServiceList .icon { height: 40px; }
}
@media screen and (max-width: 499px) {
    .ServiceList ul { flex-direction: column; }
    .ServiceList li { width: 100%; padding: 10px; }
    .ServiceList .item a { font-size: 1.375em; padding: 15px 12px; flex-direction: row; min-height: auto; }
    .ServiceList .icon { height: 30px; }
}
@media screen and (min-width: 1024px) {
    .ServiceList li { width: 33.333%; padding: 24px; }
    .ServiceList .item a { font-size: min(max(1.5em, 2.8vw), 2.25em); }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .ServiceList .item a { padding: 30px; min-height: 180px; }
    .ServiceList .icon { height: 56px; }
}
@media screen and (min-width: 1280px) {
    .IndexService { padding: 96px 0 156px; }
}

/*----------------------------------------------------------------------*/
/* NEWS */
.NewsList .item { display: flex; }
.NewsList .item + .item { margin-top: 44px; }
.NewsList .imgBox { flex-shrink: 0; width: 180px; margin-right: 40px; }
.NewsList .img { position: relative; padding-bottom: 77.778%; border-radius: 10px; overflow: hidden; }
.NewsList .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.NewsList .date { font-size: 1.125em; font-weight: 700; color: #1cafa4; display: flex; flex-wrap: wrap; align-items: center; }
.NewsList .date::before { content: ''; display: inline-block; width: 17px; height: 19px; background: url(../images/icon_date.png) no-repeat; margin-right: 0.25em; }
.NewsList .title { padding: 5px 0; }
.NewsList .title a { text-decoration: none; font-weight: 700; font-size: 1.5em; position: relative; background-image: linear-gradient(transparent 50%, #fff 50%); background-repeat: no-repeat; background-size: 50% 100%; transition: background-size 0.4s ease; }
.NewsList .title a:hover { background-image: linear-gradient(transparent 50%, #fffa6b 50%); background-size: 100% 100%; }
.NewsList .desc { color: #666; font-size: 1.125em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }

.NewsList .more_btn { padding-top: 40px; }

/* 人物 */
.FocusBox { position: relative; display: inline-block; }
.FocusBox .imgBox { position: relative; width: 560px; }
.FocusBox .imgBox::before { content: ''; position: absolute; left: -18px; top: -18px; width: 100%; height: 100%; border-radius: 10px; border: 2px solid var(--main_color); pointer-events: none; z-index: 5; }
.FocusBox .imgBox .img { position: relative; padding-bottom: 110.715%; border-radius: 10px; overflow: hidden; }
.FocusBox .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.FocusBox .cont { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; }
.FocusBox .text { position: relative; color: #111; padding: 80px 105px 0 70px; font-size: 1.5em; }
.FocusBox .text::before { content: ''; position: absolute; left: 15px; top: 15px; width: 55px; height: 47px; background: url(../images/icon_quote.png) no-repeat; background-size: contain; }
.FocusBox .text::after { content: ''; position: absolute; right: 48px; bottom: 20px; width: 55px; height: 47px; background: url(../images/icon_quote.png) no-repeat; background-size: contain; transform: rotate(180deg); }
.FocusBox .text .desc { margin-bottom: 1em; letter-spacing: .01em; }
.FocusBox .text .name { font-size: 2.25rem; font-weight: 700; }
.FocusBox .text .position { font-weight: 700; letter-spacing: .05em; }


@media screen and (min-width: 1024px) {
    .NewsGroup { display: flex; justify-content: center; }
    .FocusBox { margin-left: 4vw; margin-top: 5px; }
    .NewsList { max-width: 560px; }
}
@media screen and (max-width: 1023px) {
    .FocusBox { margin-top: 60px; padding-left: 6%; padding-right: 4%; display: flex; justify-content: center; }
}

@media screen and (max-width: 767px) {
    .FocusBox .text::before, .FocusBox .text::after { width: 6vw; }
    .FocusBox .text::before { top: 5%; left: 4%; }
    .FocusBox .text::after { right: 10%; }
    .FocusBox .text { padding: 10% 18% 0 11%; font-size: min(max(1em, 4vw), 1.5em); }
    .FocusBox .text .name { font-size: min(max(1rem, 6vw), 2.25rem); }
}

@media screen and (max-width: 639px) {
    .NewsList { padding: 0 10px; }
    .NewsList .imgBox { width: 150px; margin-right: 20px; }
    .NewsList .date { font-size: 1em; }
    .NewsList .title a { font-size: 1.25em; }
    .NewsList .desc { font-size: 1em; }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .NewsList { padding: 0 20px; }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .NewsList .imgBox { width: 150px; margin-right: 20px; }
    .NewsList .date { font-size: 1em; }
    .NewsList .title a { font-size: 1.25em; }
    .NewsList .desc { font-size: 1em; }

    .FocusBox .imgBox { width: 400px; }
    .FocusBox .text::before, .FocusBox .text::after { width: 25px; height: 21px; }
    .FocusBox .text { padding: 40px 85px 0 50px; font-size: 1.125em; }
    .FocusBox .text .name { font-size: 1.625rem; }
}
@media screen and (max-width: 419px) {
    .FocusBox .text { padding: 7% 18% 0 8%; }
    .FocusBox .text::before { top: 0; left: 0; }
    .FocusBox .text .position { font-size: min(max(.8125rem, 4ㄈvw), 1.125rem); }

    .NewsList .item { flex-direction: column; max-width: 280px; margin-left: auto; margin-right: auto; }
    .NewsList .item + .item { margin-top: 30px; }
    .NewsList .imgBox { width: 100%; margin: 0 auto 15px; }
}

/*----------------------------------------------------------------------*/
/* Video */
.IndexVideo { background-color: #eaeaea; background-image: url(../images/index_video_bg.jpg); background-repeat: no-repeat; background-position: center bottom; }

.VideoBox .img { position: relative; padding-bottom: 41.323%; max-width: 1200px; margin: 0  auto; }
.VideoBox .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.VideoBox .more_btn { margin-top: -30px; }

.IndexVideo .desc { text-align: center; color: var(--color1); font-size: 1.625em; font-weight: 700; margin-top: 35px; }
.IndexVideo .desc a { text-decoration: none; color: var(--color1); background-repeat: no-repeat; background-size: 50% 100%; transition: background-size 0.4s ease; }
.IndexVideo .desc a:hover { background-image: linear-gradient(transparent 50%, #fffa6b 50%); background-size: 100% 100%; }

.IndexVideo .btns ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.IndexVideo .btns ul li { position: relative; }
.IndexVideo .btns ul li:not(:first-child)::before { content: ''; position: absolute; width: 3px; background: var(--color1); }
.IndexVideo .btns ul a { text-decoration: none; color: var(--color1); font-size: 1.625em; font-weight: 700; background-repeat: no-repeat; background-size: 50% 100%; transition: background-size 0.4s ease; }
.IndexVideo .btns ul a:hover { background-image: linear-gradient(transparent 50%, #fffa6b 50%); background-size: 100% 100%; }

@media screen and (max-width: 639px) {
    .VideoBox .more_btn { margin-top: 15px; }
    .IndexVideo .desc { margin-top: 20px; }
}
@media screen and (min-width: 1280px) {
    .IndexVideo .desc { font-size: 1.875em; margin-top: 48px; }
    .VideoBox .more_btn { margin-top: -35px; }
}
@media screen and (max-width: 1023px) {
    .IndexVideo .desc { font-size: 1.375em; }
}