@charset "UTF-8";
/*keyframe=--------------------------------------------------------------*/
@-webkit-keyframes fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeinup {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeZoom {
	0% {
		-webkit-transform: scale3d(1.05, 1.05, 1);
		opacity: 0;
		transform: scale3d(1.05, 1.05, 1);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeZoom {
	0% {
		-webkit-transform: scale3d(1.05, 1.05, 1);
		opacity: 0;
		transform: scale3d(1.05, 1.05, 1);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeUp {
	0% {
		-webkit-transform: translateY(20px);
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeUp {
	0% {
		-webkit-transform: translateY(20px);
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}
@-webkit-keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}

	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}

	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}

	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}

@keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}

	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}

	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}

	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}

@keyframes namiKvAnime {
  0% {
    transform: translate3d(-2.4285714286vw, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes namiKvAnime {
  0% {
    -webkit-transform: translate3d(-2.4285714286vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } 
}
/*namiTopAnime
ーーーーーーーーーーーーーーーーーーーーーーーー */
@keyframes namiTopAnime {
  0% {
    transform: translate3d(-17px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes namiTopAnime {
  0% {
    -webkit-transform: translate3d(-17px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
	
/* 首頁左視覺 */
.branch .weather {
    position: absolute;
    top: -1px;
    right: 0;
	right: -155px;
    padding: 0.9285714286vw 15px 1.0714285714vw;
    background-color: #f9f6ef;
    border-bottom-right-radius: 1.4285714286vw;
    z-index: 555;
}
.branch .weather:before, .weather:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 1.5714285714vw;
        height: 1.5714285714vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url("../../img/weather__corner-ch.svg"); }
.branch .weather:before {
        top: -0.1428571429vw;
        right: auto;
        left: 128px 
}
.branch .weather:after {
        top: calc(100% - 0.1428571429vw);
        right: auto;
        left: 33px; 
}
.text--red {
    color: #8a6e47;
}
.branch .weather dl dt span {
    display: block;
    position: absolute;
    width: 1.7857142857vw;
    height: 1.7857142857vw;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.branch .weather dl dt.sun span {
    background-image: url("../../img/weather__icon--sun.svg"); }
.branch .weather dl dt.cloud span {
    background-image: url("../../img/weather__icon--cloud.svg"); }
.branch .weather dl dt.suncloud span {
            background-image: url("../../img/weather__icon--suncloud.svg"); }
.branch .weather dl dt.rain span {
            background-image: url("../../img/weather__icon--rain.svg"); }
.branch .weather dl dd {
    font-size: 12px;
    font-weight: 600;
}
.branch .weather dl {
    text-align: center;
}
.branch .weather dl dt, .weather dl dd {
    line-height: 1;
    white-space: nowrap;
}
.branch .weather dl dt {
    position: relative;
    display: inline-block;
    font-size: 26px;
    padding-left: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    width: 60px;
}
.branch .weather dl dt.text--num strong{font-size: 28px;}
.branch .kv_main-img-nami {
    position: absolute;
    width: calc(120 / 480 * 100%);
    height: 4.5714285714vw;
    top: 110px;
    right: -100px;
    overflow: hidden;
    z-index: 555;
}
.branch .kv_main-img-nami span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% + 2.4285714286vw);
    background-image: url(../../img/kv--nami.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 2.4285714286vw auto;
    animation: namiKvAnime 1.5s linear infinite;
    -webkit-animation: namiKvAnime 1.5s linear infinite;
}

/*view all button------------------------------------------------------------*/
.mod-button_outer {
	text-align: center;
}

.mod-button.mod-button_02 {
	color: #333333;
	border: 2px solid #cacbcf;
	margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
	.mod-button.mod-button_02 {
		margin: 30px auto 0;
	}
}

.mod-button.mod-button_02:hover {
	color: #c0191f;
	border-color: #c0191f;
}

.mod-button {
	max-width: 400px;
	min-width: 250px;
	padding: 17px 30px;
	font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
	.mod-button {
		min-width: 200px;
		padding: 15px 40px;
	}
}

.mod-button {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.mod-button span {
	position: relative;
	display: inline-block;
	transition: all 0.2s ease;
}

.mod-button span:after {
	width: 6px;
	height: 12px;
	top: calc(50% - 6px);
	right: -14px;
	opacity: 0;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.mod-button.mod-button_02 span:after {
	right: -8px;
	background-image: url(../../img/module/ico_arrow_btn_b.svg);
	transition: all 0.2s ease;
}

.mod-button.mod-button_02:hover span:after {
	opacity: 1;
	right: -16px;
}

.mod-button.mod-button_02:hover span {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}


@media screen and (max-width: 767px) {
	#top-page .main {
		margin-top: 50px;
	}
}

#top-page .cmn-header {
	border-bottom: none;
}

.section-title_wrap {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.section-title_wrap {
		padding-top: 130px;
	}
}

@media screen and (max-width: 767px) {
	.section-title_wrap {
		padding-top: 59px;
	}
}

.section-title_wrap h2.section-title {
	line-height: 1.2;
	font-family: 'kollektif Medium';
	letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
	.section-title_wrap h2.section-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	.section-title_wrap h2.section-title {
		font-size: 24px;
	}
}

.section-title_wrap p {
	line-height: 1.75;
	color: #666666;
}

@media screen and (min-width: 768px) {
	.section-title_wrap p {
		margin-top: 10px;
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	.section-title_wrap p {
		margin-top: 5px;
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 768px) {
	.view-all_button {
		margin: 50px auto 0;
		padding-bottom: 130px;
		width: 250px;
	}
}

@media screen and (max-width: 767px) {
	.view-all_button {
		padding-bottom: 60px;
		width: 200px;
		margin: 60px auto 0;
	}
}

.view-all_button a {
	display: block;
	color: #666666;
	padding: 20px;
	border: 2px solid #cacbcf;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 14px;
	transition: .15s;
	text-align: center;
	letter-spacing: 0.16em;
	font-family: 'kollektif Medium';
}

@media screen and (min-width: 768px) {
	.view-all_button a:hover {
		border-color: #c0191f;
		color: #c0191f;
	}
}

.main-visual {
	position: relative;
}

@media screen and (min-width: 768px) {
	.main-visual {
		width: 100%;
		min-height: 750px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-visual_content--wrap {
		margin: 0 auto;
		padding: 0 3.5vw;
	}
}

.main-visual .main-bg {
	position: relative;
	z-index: 5;
	background-color: #bab3a1;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg {
		width: 100%;
		height: calc(100% - 3.5vw);
		min-height: 550px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.main-visual .main-visual_content--wrap {
		margin:0 auto;
	}
}

.main-visual .main-bg .main-theme {
	position: absolute;
	opacity: 1;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme {
		position: absolute;
		width: 35vw;
		top: 58%;
		left: 16vw;
		max-width: 400px;
		min-width: 295px;
		transition: .1s linear;
	}

	.main-visual .main-bg .main-theme:hover {
		opacity: .75;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme {
		bottom: 30px;
		left: 32px;
		width: 194px;
		height: auto;
		z-index: 100;
	}
}

.main-visual .main-bg .main-theme img {
	width: 100%;
	height: auto;
}

.main-visual .main-bg .main-theme .Hero-text1 {
	opacity: 0;
	font-size: 1.3rem;
	font-weight: bold;
}

.main-visual .main-bg .main-theme .Hero-text1.visible {
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-visual .main-bg .main-theme .Hero-text2 {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme .Hero-text2 {
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text2 {
		margin: 10px 0 0 0;
	}
}

.main-visual .main-bg .main-theme .Hero-text2.visible {
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-visual .main-bg .main-theme .Hero-text3 {
	display: flex;
	align-items: center;
	transition: .1s linear;
	opacity: 0;
	color: #fff;
	font-size: 1.3rem;
	-webkit-animation-name: fadeinup;
	animation-name: fadeinup;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-visual .main-bg .main-theme .Hero-text3 .watch-button {
	border-radius: 50%;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text3 .watch-button {
		width: 30px;
		height: 30px;
	}
}

.main-visual .main-bg .main-theme .Hero-text3 .watch-button:after {
	display: block;
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme .Hero-text3 .watch-button:after {
		left: calc(50% - 5px);
		border: 6px solid transparent;
		border-left: 12px solid #FFF;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text3 .watch-button:after {
		left: calc(50% - 3px);
		border: 4px solid transparent;
		border-left: 8px solid #FFF;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-theme .Hero-text3 {
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-theme .Hero-text3 {
		margin-top: 15px;
		font-size: 0.95rem;
	}
}

.main-visual .main-bg .main-theme .Hero-text3:hover {
	opacity: .75;
}

.main-visual .main-bg .main-theme.fadeUp {
	-webkit-animation: fadeUp 1.4s forwards;
	animation: fadeUp 1.4s forwards;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-bg_fadeIn {
		position: relative;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		text-align: center;
		opacity: 0;
		display: inline-block;
	}

	.main_slider {
		position: relative;
		z-index: 5;
		width: 100%;
		height: calc(100% - 3.5vw);
		min-height: 550px;
	}

	.main-visual .main-bg.bg1 {
		background-image: url('../../img/slider06.jpg');
	}

	.main-visual .main-bg.bg2 {
		background-image: url('../../img/slider08.jpg');
	}

	.main-visual .main-bg .main-bg_fadeIn img {
		height: calc(100vh - 180px);
		-o-object-fit: cover;
		object-fit: cover;
		min-height: 100%;
		min-width: 100%;
		font-family: "object-fit:cover;";
	}
}

.main-visual .main-bg .main-bg_fadeIn.fadeIn {
	-webkit-animation: fadeZoom 1s forwards;
	animation: fadeZoom 1s forwards;
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-bg_fadeIn {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg .main-bg_fadeIn--sp {
		background-image: url("../../img/top/img_main-sp.jpg");
		position: relative;
		z-index: 5;
		opacity: 0;
		display: block;
		height: 401px;
		width: 100%;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg .main-bg_fadeIn--sp {
		display: none;
	}
}

.main-visual .main-bg .main-bg_fadeIn--sp img {
	width: 100%;
	display: block;
}

.main-visual .main-bg .main-bg_fadeIn--sp.fadeIn {
	-webkit-animation: fadeZoom 2s forwards;
	animation: fadeZoom 2s forwards;
}

.main-visual .main-bg_color {
	position: absolute;
	background-color: #8a6e47;
	z-index: 0;
	right:0;
}

@media screen and (min-width: 768px) {
	.main-visual .main-bg_color {
		width: 38%;
		height: 55vh;
		bottom: 18px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-bg_color {
		width: 40%;
		height: 270px;
		top: 250px;
	}
}

@media screen and (min-width: 768px) {
	.main-visual #scroll-title {
		position: absolute;
		display: none;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.3em;
		text-align: center;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-bottom: 40px;
		right: 70px;
		bottom: 100px;
		z-index: 100;
		color: #FFFFFF;
	}

	.main-visual #scroll-down {
		position: absolute;
		display: none;
		padding-top: 79px;
		text-align: center;
		width: 100px;
		right: 65px;
		bottom: 10px;
		z-index: 100;
	}

	.main-visual #scroll-down::before {
		-webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
		animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
		position: absolute;
		top: 0px;
		left: 55%;
		margin-left: 0px;
		width: 1px;
		height: 90px;
		background: #fff;
		content: '';
	}
}

@media screen and (max-width: 767px) {
	.main-visual #scroll-title {
		display: none;
	}

	.main-visual #scroll-down {
		display: none;
	}

	.main-visual #scroll-down::before {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.main-visual .main-news_wrap {
		width: 98%;
		margin-top: 2.5vw;
		margin-bottom:2.5vw;
		display:block;
		position:relative
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-news_wrap {
		width: calc(100% - 30px);
		margin: auto;
		margin-top: 65px;
	}
}

.main-visual .main-news_wrap .main-news {
	color: #666666;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.main-visual .main-news_wrap .main-news {
		padding-right: 50px;
		font-size: 1.1rem;
		line-height: 2;
	}

	.main-visual .main-news_wrap .main-news a {
		color: #c0191f
	}
}

@media screen and (max-width: 767px) {
	.main-visual .main-news_wrap .main-news {
		font-size: 12px;
	}
}

.p-headline_sec {
	position: relative;
}

.p-headline_sec .p-headline_sec_wrapper li a {
	position: relative;
	display: block;
}

.p-headline_sec .p-headline_sec_wrapper li a time {
	font-weight: bold;
	font-size: 13px;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

@media only screen and (min-width: 641px) {
	.p-headline_sec .p-headline_sec_head {
		position: absolute;
		top: 0;
		left: 0;
		float: left;
		padding: 17px 24px 0 0px;
		width: 146px;
	}

	.p-headline_sec .p-headline_sec_head h2 {
		padding-left: 24px;
		position: relative;
		font-weight:bold;
		font-size:24px;
		color:#8a6e47;
		border-left: 4px solid #ccc;
		vertical-align: middle;
		line-height: 24px;
	}

	.p-headline_sec .p-headline_sec_wrapper {
		margin-left: 160px;
		padding: 0 16px 0 24px;
	}

	.p-headline_sec .p-headline_sec_wrapper li {
		width: 100%;
		height: 55px;
		border-bottom: 1px solid #ddd;
		vertical-align: middle;
	}
	
	.p-headline_sec .p-headline_sec_wrapper li:last-child{
		border-bottom: 0px;
	}
	
	.p-headline_sec .p-headline_sec_wrapper li:hover{
		background-color:#fafafa;
	}

	.p-headline_sec .p-headline_sec_wrapper li a time {
		position: absolute;
		left: 0;
		display: block;
		padding: 0 16px 0 4px;
		width: 120px;
		white-space: nowrap;
		height: 55px;
		vertical-align: middle;
		line-height: 55px;
	}

	.p-headline_sec .p-headline_sec_wrapper li a time:after {
		position: absolute;
		top: 19px;
		right: 0;
		display: block;
		width: 2px;
		height: 17px;
		border-right: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		content: '';
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description {
		padding: 0 16px 0 156px;
		height: 55px;
		vertical-align: middle;
		line-height: 55px;
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description p {
		display: inline-block;
		overflow: hidden;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1;
	}
}

@media only screen and (max-device-width: 640px) and (min-device-width: 320px), (max-width: 640px) {
	.p-headline_sec .p-headline_sec_head {
		padding: 5px 10px;
	}

	.p-headline_sec .p-headline_sec_wrapper li {
		position: relative;
		margin: 10px 0;
		padding: 0 10px;
	}

	.p-headline_sec .p-headline_sec_wrapper li a time {
		display: inline;
		margin-right: .5em;
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description {
		display: inline;
	}

	.p-headline_sec .p-headline_sec_wrapper li a .p-headline-unit_description p {
		display: inline;
	}
}


/*organic_circle-------------------------------------------------------*/
.ttt img {
	width: 547px;
	padding: 70px 130px 70px 0;
	display: block;
	float: right;
}

.organic_circle {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-webkit-animation: morphing 10s infinite;
	animation: morphing 10s infinite;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.organic_circle {
		width: 30vw;
		height: 30vw;
		min-width: 400px;
		min-height: 400px;
		margin-right: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.organic_circle {
		width: 233px;
		height: 243px;
		margin: 30px auto 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}



#slide {
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 768px) {
	#slide {
		width: 30vw;
		height: 30vw;
		min-width: 400px;
		min-height: 400px;
	}
}

@media screen and (max-width: 767px) {
	#slide {
		width: 233px;
		height: 243px;
	}
}

#slide img {
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	#slide img {
		width: 30vw;
		height: 30vw;
		min-width: 400px;
		min-height: 400px;
	}
}

@media screen and (max-width: 767px) {
	#slide img {
		width: 233px;
		height: 243px;
	}
}

/* 新聞區塊*/

.news-top-hed-list-area {
	display: block
}

.news-top-hed-list-area .news-top-hed-list {
	margin: 30px 0 10px 0;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	position:relative;
}
.h-news .news-top-hed-list-area .news-top-hed-list{margin-top:0}
.news-top-hed-list-area .news-top-hed-list li {
	margin: 0;
	padding: 0;
	flex:0 0 30%;
	background: none;
}
@media screen and (min-width: 768px){
.news-top-hed-list-area .news-top-hed-list li:nth-of-type(even) {
    /* margin:50px 0 0;  */
	margin: 0;
}
}

.news-top-hed-list-area .news-top-hed-list-date {
	margin-bottom: 10px;
	font-size: 0.8rem;
	letter-spacing: 0.5px;
    line-height: 1.4;
}
.h-news .news-top-hed-list-area .news-top-hed-list-date{margin-top:10px;}
.h-news .news-top-hed-list-area .news-top-hed-list-date time{
	font-size: 14px;
	font-weight:bold;
}
.news-top-hed-list-area .news-top-hed-list-body {
	position: relative;
	transition: all .2s ease;
}

.news-top-hed-list-area .news-top-hed-list-image {
	position: relative;
	width: 100%;
	height: 208px;
	background-position: 50%;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
}
.news-top-hed-list-area .news-top-hed-list .news-top-hed-list-image:after {
    content: "";
	z-index:9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 208px;
    border: solid 0px #007FEB;
	border-radius: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.news-top-hed-list-area .news-top-hed-list li:nth-of-type(even) .news-top-hed-list-image:after{border-color:#9ED800;}

@media screen and (min-width: 768px){
.news-top-hed-list-area .news-top-hed-list a:hover .news-top-hed-list-image:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
	height: 188px;
    border: solid 10px #007FEB;
}
.news-top-hed-list-area .news-top-hed-list li:nth-of-type(even) a:hover .news-top-hed-list-image:after{border-color:#9ED800;}
}
.news-top-hed-list-area .news-top-hed-list-text {
	padding: 15px;position:relative
}

.news-top-hed-list-area .news-top-hed-list-title {
	font-size: 1.2rem;
    line-height: 1.35;
}
.h-news .news-top-hed-list-area .news-top-hed-list-title span{
font-size: 1.3rem;
}
.news-top-hed-list-area .news-top-hed-list-tags {
	margin-top: 5px;
}

.h-news .news-top-hed-list-area a .news-top-hed-list-tags{
	top:-20px; 
	position:absolute;
	z-index:999;
	left:30px;
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.h-news .news-top-hed-list-area a:hover .news-top-hed-list-tags{left:20px;}
.news-top-hed-list-area .news-top-hed-list-tags span {
	background-color: #c0191f;color:#fff;border-radius:6px;
}
.h-news .news-top-hed-list-area .news-top-hed-list-tags span {
	background-color: #007FEB;color:#fff;border-radius:6px;padding: 8px 18px;
}
.h-news .news-top-hed-list-area .news-top-hed-list li:nth-of-type(even) .news-top-hed-list-tags span {background-color: #9ED800;}
.p-news {
	background: #f7d290;
	background-image: url(../../img/dott.png);
	background-repeat: repeat;
	background-position: 42px center;
}
.p-news ul{width:100%;}
.p-news ul .newlist_data {
	background: #fff;
}

.p-news ul .newlist_data article {
	position: relative;
}

.c-section-header {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: url(../../img/title-decoration-primary.png);
    background-size: 254px 18px;
    background-repeat: no-repeat;
    background-position: center 36px;
    text-align: center;
}
.c-section-header:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../../img/icon-young-leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    top: 5px;
    left: 50%;
    margin-left: -9px;
}
@media screen and (min-width: 992px){
.c-section-header:before {
    width: 28px;
    height: 30px;
    top: -5px;
    margin-left: -14px;
}
}
.c-title {
	position: relative;
}

.c-title.with-border:after {
	content: "HOT TOPIC";
    margin-left: -38px;
	font-family: 'Dokdo', cursive;
	}
.p-news.l-section .c-title.with-border:after {
	content: "NEWS CENTER";
    margin-left: -55px;
	COLOR:#fad217;
}

	
.c-title.with-border:after {
	position: absolute;
    /* font-weight: lighter; */
    letter-spacing: 0;
    font-size: 1.1rem;
    color: #c3b295;
    top: -20px;
    left: 50%;
}

.l-container--center {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.p-news ul .newlist_data article>div .newlist_data_tag {
	height: 100%;
}

.p-news ul .newlist_data article footer time {
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 0.95rem;
}
.p-news ul .newlist_data article footer h6{font-size:12px;}
.no-touch .p-news ul .newlist_data article footer a:hover {
	background: #6f24b0;
}

.p-news.l-section{padding-top:4em; width:100%;position:relative;}
.h-news.pl-section{
	padding-top:4em; 
	padding-bottom:3em;
	width:100%; 
	border-top:1px solid #ddd; 
    background: url(../../img/bg.png) repeat left top, #F5F8FA;
    background-size: 260px auto;
	position:relative;
}

@keyframes fox {
  50% {
    display: block;
    opacity: 1;
    top: 0px; }
  100% {
    opacity: 1;
    top: -85px; } 
}
@keyframes deer {
  50% {
    display: block;
    opacity: 1;
    top: 0px; }
  100% {
    opacity: 1;
    top: -155px; } 
}

@keyframes giraffe{
	50% {
    display: block;
    opacity: 1;
    top: 260px; }
  100% {
    opacity: 1;
    top: 95px; } 
}
@keyframes foxsp {
  50% {
    display: block;
    opacity: 1;
    top: 0px; }
  100% {
    opacity: 1;
    top: -70px; } 
}
	
[data-scroll] {
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}	
@media screen and (min-width: 768px){
.h-news .ico01, .h-news .ico02{
    position: absolute;
    opacity: 0;
    z-index: 0;
}
.h-news .ico01{
	width: 180px;
    height: 238px;
    background: url(../../img/pic_top9_pc.png) no-repeat center;
	background-size: contain;
	top: 20px;
    right: 9%;
	margin: 0 0 0 260px;
}
.h-news .ico02 {
    width: 180px;
    height: 139px;
    background: url(../../img/pic_top10_pc.png) no-repeat center;
	background-size: contain;
    top: 10px;
    right: 17%;
    margin: 0 0 0 80px;
}
.p-news .ico03 {
    width: 200px;
    height: 558px;
    background: url(../../img/giraffe.png) no-repeat center;
	background-size: cover;
    top: 260px;
    left: 7%;
    margin: 0 0 0 20px;
	position: absolute;
    opacity: 0;
    z-index: 0;
}
.h-news .ico01[data-scroll="in"] {
    animation: deer 1.9s ease-out forwards;
    opacity: 1;
}
.h-news .ico02[data-scroll="in"] {
    animation: fox 1.2s ease-out forwards;
    opacity: 1;
}
.p-news .ico03[data-scroll="in"] {
    animation: giraffe 1.2s ease-out forwards;
    opacity: 1;
}
}

@media only screen and (min-device-width: 768px) and (min-width: 641px) {
	.l-container--center {
		width: 1146px;
	}

	.l-section {
		padding: 54px 0 54px 0;
	}

	.p-news ul {
		margin-top: 40px;
	}
	
	.p-news ul.p-new-list{
		margin-top: 20px;
	}
	
	.p-news ul .newlist_data {
		padding: 9px;
		background: #fff;
		border-bottom-left-radius:8px;
		border-top-left-radius:8px;
		border-bottom-right-radius:8px;
		border-top-right-radius:8px;
	}

	.p-news ul .newlist_data+.newlist_data {
		margin-top: 2px;
	}

	.p-news ul .newlist_data article>div {
		margin-left: 212px;
		padding-right: 186px;
		padding-left: 30px;
		height: 100%;
	}

	.p-news ul .newlist_data article>div header {
		padding: 20px 0;
	}

	.p-news ul .newlist_data article>div header a {
		display: block;
	}

	.p-news ul .newlist_data article>div header h3 {
		font-size: 110%;
	}

	.p-news ul .newlist_data article>div .newlist_data_tag {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 11px;
		padding-left: 30px;
		width: 135px;
	}

	.p-news ul .newlist_data article>div .newlist_data_tag a {
		position: absolute;
		top: 50%;
		margin-top: -0.75em;
		width: 103px;
		border-width: 3px;
	}

	.p-news ul .newlist_data article footer a {
		margin-top: 6px;
	}

	.p-news ul .newlist_data article footer time .c-icon, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul .newlist_data article footer time li a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul .newlist_data article footer time li a:before, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul li .newlist_data article footer time a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul li .newlist_data article footer time a:before, .p-news ul .newlist_data .p-event .p-event_carousel_main .p-event_carousel_unit article footer time .place:before, .p-event .p-event_carousel_main .p-event_carousel_unit .p-news ul .newlist_data article footer time .place:before {
		position: absolute;
		top: -2px;
		right: 28px;
	}

	.p-news ul .newlist_data article footer {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 0 11px;
		width: 212px;
		height: 100%;
		background: #fafafa;
		border-bottom-left-radius:8px;
		border-top-left-radius:8px;
	}

	.p-news ul .newlist_data article footer .newlist_data_l_inner {
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.p-news ul .newlist_data article footer:after {
		position: absolute;
		top: 0;
		right: 0;
		width: 4px;
		height: 100%;
		content: '';
	}

	.c-title {
		padding-bottom: 30px;
		font-size: 32px;
		font-weight: bold;
		color:#8a6e47;
		letter-spacing:0;
	}
	
	.entrance-other .c-title, .p-news .c-title{color:#fff}

}
.c-icon--arrow1:before {
    content: '\e905';
	    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'icomoon' !important;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
}
		
@media only screen and (max-device-width: 640px) and (min-device-width: 320px), (max-width: 640px){
.l-section, .p-news.l-section {
    padding: 32px 0 32px 0;
}
.l-container--center {
    width: 89.3%;
}
.h-news.pl-section{padding-top:2em; padding-bottom:3em}
.c-title.with-border, .p-headline_sec_head h2{padding-bottom:20px; margin-bottom:0px;}
.c-title.with-border:after, .p-headline_sec_head:after {
    left: 50%;
}
.p-headline_sec_head h2:after {
    position: absolute;
    top:45px;
    left: 10px;
    display: block;
    width: 50px;
    height: 4px;
    background: #ccc;
    content: '';
}	
.news-top-hed-list-area .news-top-hed-list {
    margin: 50px 15px;
}
.news-top-hed-list-area .news-top-hed-list li{width:100%; margin:0 auto;}
.c-tags>a, .c-tags>span {
    padding: 3px 6px;
    font-size: 14px;
}
.p-news ul .newlist_data article>div {
    position: relative;
    padding: 28px 13px 10px 13px;
}
.p-news ul .newlist_data+.newlist_data {
    margin-top: 8px;
}
.p-news ul .newlist_data article>div header h3 {
    padding: 10px 0;
    line-height: 1.8;
    font-size: 1.1rem;
}

.p-news ul .newlist_data article>div .newlist_data_tag.c-tags a {
    padding: 0 4px;
    padding: 7px 21px;
    line-height: 100%;
    font-size: 0.95rem;
}
.p-news ul .newlist_data article footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.p-news ul .newlist_data article footer time {
    padding: 5px 13px 0 13px;
    width: auto;
    height: 24px;
    vertical-align: middle;
    line-height: 24px;
}
.p-news ul .newlist_data article footer h6{
	padding:0 13px;
}
.p-news ul .newlist_data article footer time .c-icon, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul .newlist_data article footer time li a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul .newlist_data article footer time li a:before, .p-news .p-gh .p-slidemenu .p-slidemenu_ul--sub ul li .newlist_data article footer time a:before, .p-gh .p-slidemenu .p-slidemenu_ul--sub .p-news ul li .newlist_data article footer time a:before, .p-news ul .newlist_data .p-event .p-event_carousel_main .p-event_carousel_unit article footer time .place:before, .p-event .p-event_carousel_main .p-event_carousel_unit .p-news ul .newlist_data article footer time .place:before {
    display:none
}
.news-top-hed-list-area .news-top-hed-list li {flex:0 0 100%;}
.p-news ul .newlist_data article footer a{position:absolute;top:0;right:0;pointer-events:all;height:24px;vertical-align:middle;line-height:24px}
}
@media screen and (max-width: 640px){
.news-top-hed-list-area .news-top-hed-list {
    margin: 0 0 20px;
}
.news-top-hed-list-area .news-top-hed-list-date {
    margin-bottom: 8px;
}
.news-top-hed-list-area .news-top-hed-list-image {
    width: auto;
    height: 204px;
}
.news-top-hed-list-area .news-top-hed-list-text {
    padding: 10px 0;
}
.news-top-hed-list-area .news-top-hed-list-tags {
    margin-top: 8px;
}
.news-top-hed-list-area .news-top-hed-list li ~ li {
    margin-top: 20px;
}
}
@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape){
	.p-news ul .newlist_data article footer time{padding:0 13px;width:auto;height:24px;vertical-align:middle;line-height:24px}
	.p-news ul .newlist_data article footer a{position:absolute;top:0;right:0;pointer-events:all;height:24px;vertical-align:middle;line-height:24px}
}
	.no-touch .p-news ul .newlist_data article footer a:hover{background:#6f24b0}
	.touch .p-news ul .newlist_data article footer a.hover{background:#6f24b0}
	@media only screen and (min-width:641px) and (min-device-width:768px){
	.p-news ul .newlist_data+.newlist_data{margin-top:4px}
	}
/*fifth section--------------------------------------------------------------------------*/
.first-section {
	position: relative;
	width: 100%;
	background-color:#f9f6ef;
}

.first-section .static {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.first-section .static {
	position: relative;
	display:block;
	width: 100%;
	z-index:5;
	}
	.first-section{padding-bottom:20px;}
}
.first-section .branch {
	position: relative;
	width: 308px;
	top: 0;
	left: 0;
	z-index: 10;
}

.first-section .slider-contents {
	width: calc(100% - 368px);
	z-index:5;
}

.first-section .main-visual .slick-slide {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100vw;
	height: calc(100vh - 235px);
	min-height: 705px;
}

.first-section .slick-slide.slider01 {
	background-image: url(../../img/201811131542113537.jpg);
}

.first-section .slick-slide.slider02 {
	background-image: url(../../img/cslider01.jpg);
}
/*
.first-section .slick-slide.slider03 {
	background-image: url(../../img/87596bff823142e7a543162c8d402dde.jpg);
}
*/
.first-section .slick-slide.slider04 {
	background-image: url(../../img/cslider02.jpg);
}

.first-section .slick-slide.slider05 {
	background-image: url(../../img/cslider03.jpg);
}

.first-section .slick-slide.slider06 {
	background-image: url(../../img/cslider04.jpg);
}
@media screen and (max-width: 768px) {
.first-section .slider-contents {
    width: calc(100% - 10px);
    margin: 0 auto;	
	padding:0 0 0 0;
	position:relative;
	display:block;
}
.first-section .main-visual .slick-slide{
	height: calc(90vh - 455px);
	min-height:310px
}	
}
.sub-logo {
	width: 100%;
}

.sub-logo svg {
	width: 100%;
}
.contact-info ul{display:flex; flex-wrap:wrap;}
.contact-info ul li{
	padding:0;
	padding-left:24px;
	padding-right:5px;
	line-height:1.5
}
.contact-info ul li a{color:#c0191f; line-height:1.5}
.contact-info ul li.addr{ background:url(../../img/address.svg) left center no-repeat; background-size:20px;width:100%; }
.contact-info ul li.tel{background:url(../../img/phone.svg) left center no-repeat;background-size:20px;width:40%; }
.contact-info ul li.fax{background:url(../../img/fax.svg) left center no-repeat;background-size:20px; width:40%; }
@media screen and (min-width: 768px) {
	h1.title .lunbo {
		font-size: 0.95rem;
		padding: 0;
		display: block;
		position: relative;
		height:68px;
		overflow:hidden;
		margin-top:5px;
		margin-bottom: 5px;
	}
	
	h1.title .lunbo ul li{
        width: 100%;
        height:60px;
		line-height: 1.35;
        font-size: 0.95rem;
        color: #b61d22;
        text-align: left;
    }
	h1.title .lunbo:after{
		content:"";
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:3px;
		background-color:#222;
	}

	h1.title {
		font-size: 1rem;
	}

	h1.title address {
		font-style: normal
	}
	
	.mainbg{height:calc(100vh - 945px);display:block; margin-bottom:5px;}
	
	.taipei{ background:url(../../img/taipei-img.jpg); background-size:cover; background-position:bottom center}

	.first-section .city-slide_container .city-slide_wrap {
		width: 100%;
		margin-top: 0;
		border-radius: 1.8571428571vw;
    overflow: hidden;
	}

	.main-visual .city-slide_container {
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
		min-height: 610px;
	}

	.branch .qmenu {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		width: 100%;
	}

	.branch .qmenu .menu-dropdown_button {
		position: relative;
		background-color: #bab3a1;
		border-radius: 8px;
		height: 85px;
		transition: .3s ease;
		margin-top: 11px;
	}
	.branch .qmenu .menu-dropdown_button.notop{margin-top: 5px;}
	.branch .qmenu .menu-dropdown_button.red {
		background-color: #fdddde;
	}
	
	.branch .qmenu .menu-dropdown_button.blue {
		background-color: #cfe3e8;
	}
	
	.branch .qmenu .menu-dropdown_button.sw img {
		position: absolute;
		width: 58px;
		height: 58px;
		top: 0px;
		left: 17px;
	}
	
	.branch .qmenu .menu-dropdown_button.sw span {
		color: #d31b23;
		display: block;
		padding: 55px 6px 12px;
		width: 83px;
		text-align: center;
		font-size: 18px;
		transition: .2s ease;
	}
	
	.branch .qmenu .menu-dropdown_button.sw span {
		color: #000
	}
	
	.branch .qmenu .menu-dropdown_button.red:hover {
		box-shadow: 0 0 0 2px #c0191f;
		background: #c0191f;
		border-radius: 2px;
	}
	
	.branch .qmenu .menu-dropdown_button.blue:hover {
		box-shadow: 0 0 0 2px #1583b5;
		background: #1583b5;
		border-radius: 2px;
	}
	
	.branch .qmenu .menu-dropdown_button.sw:hover span {
		color: #ffffff;
	}

	.branch .qmenu .menu-dropdown_button img {
		position: absolute;
		width: 58px;
		height: 58px;
		top: 0px;
		left: 41px;
	}

	.branch .qmenu .menu-dropdown_button span {
		color: #d31b23;
		display: block;
		padding: 55px 13px 16px;
		width: 122px;
		text-align: center;
		font-size: 18px;
		transition: .2s ease;
	}

	.branch .qmenu .menu-dropdown_button span {
		color: #000
	}

	.branch .qmenu .menu-dropdown_button:hover {
		box-shadow: 0 0 0 2px #d31b23;
		background: #d31b23;
		border-radius: 2px;
	}

	.branch .qmenu .menu-dropdown_button:hover span {
		color: #ffffff;
	}
	
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap {
		margin-top: 25px;
	}
}

.first-section .city-slide_container .city-slide_wrap.slick-initialized {
	display: block;
}

.first-section .city-slide_container .city-slide_wrap .city-slide {
	position: relative;
}

.first-section .city-slide_container .city-slide_wrap .city-slide:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.first-section .city-slide_container .city-slide_wrap .city-slide .city-slide_img {
	position: relative;
}

.first-section .city-slide_container .city-slide_wrap .city-slide .city-slide_img img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	transition: .2s;
}

.first-section .city-slide_container .city-slide_wrap .city-slide a {
	display: block;
}

.first-section .city-slide_container .city-slide_wrap .city-slide:hover .watch-button {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	border: 2px solid #0e8bc2;
	background: #0e8bc2;
}

.first-section .city-slide_container .city-slide_wrap .city-slide:hover img {
	opacity: 1;
}

.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button {
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button {
		width: 80px;
		height: 80px;
		top: calc(50% - 40px);
		left: calc(50% - 40px);
		transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button:after {
	display: block;
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-left: 15px solid #FFF;
	margin-left: -5px;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button:after {
		top: 30px;
		left: 50%;
		width: 0px;
		height: 0px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .watch-button:after {
		top: 20px;
		left: 50%;
		width: 0px;
		height: 0px;
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title {
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title {
		position: absolute;
		width: 239px;
		bottom: 113px;
		right: -99px;
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-detail {
	color: #999999;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-detail {
		font-size: 12px;
		margin-left: 31px;
		padding-top: 31px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-detail {
		margin-top: 12px;
		font-size: 12px;
	}
}

.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-ttl {
	color: #333333;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-ttl {
		font-size: 0.95rem;
		margin-top: 6px;
		margin-left: 31px;
		width: 190px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .city-slide_wrap .city-slide .movie-title .movie-ttl {
		font-size: 14px;
		margin-top: 4px;
	}
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap {
		position: absolute;
		bottom: -50px;
		right: 50px;
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap {
		position: absolute;
		width:calc(100% - 60px);
		margin: 0 auto;
		left:30px;		
		bottom: -50px;
	}
}


	.first-section .city-slide_container .pagination-wrap .movie-title_bg {
		background-color: #fff;
		width: 100%;
		border-top-left-radius:20px;
		border-top-right-radius:20px;
		border-top:5px solid #6d5231;
		border-left:5px solid #6d5231;
		border-right:5px solid #6d5231;
	}


.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title {
	z-index: 5;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title {
		width: 100%;
		bottom: 70px;
		right: -99px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title {
		width: calc(100% - 30px);
		margin: 0 auto;
		bottom: 100px;
		right: -99px;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-detail {
	color: #999999;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-detail {
		font-size: 1.3rem;
		color: #c0191f;
		margin-left: 31px;
		padding-top: 16px;
		padding-bottom:15px;
		width: 350px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-detail {
		padding-top: 14px;
		padding-bottom:14px;
		font-size: 1.1rem;
		color: #c0191f;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-ttl {
	color: #333333;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-ttl {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-top: 6px;
		margin-left: 31px;
		width: 410px;
		min-height: 0px;
		padding-bottom: 20px;
		display:none;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-title_bg .movie-title .movie-ttl {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 6px;
		min-height: 0px;
		width: 100%;
		display:none
	}
}

.first-section .city-slide_container .pagination-wrap .movie-pagination {
	background-color: #b0bf24;
	color: #6d5231;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	border-bottom: 5px solid #6d5231;
    border-left: 5px solid #6d5231;
    border-right: 5px solid #6d5231;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination {
		width: 100%;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination {
		height: 52px;
		width: 100%;
	}
}

.first-section .city-slide_container .pagination-wrap .movie-pagination .active-page {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination .slick-pagination {
		bottom: 28px;
		left: 95px;
		padding: 14px 5px;
		text-align: center;
		font-size: 22px;
		letter-spacing: .1em;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .pagination-wrap .movie-pagination .slick-pagination {
		font-size: 0.95rem;
		padding-top: 18px;
		margin-left: calc(50% - 28px);
	}
}

.first-section .city-slide_container .slick-prev_movie {
	position: absolute;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	background-image: url(../../img/ico_arrow_slick_white.svg);
	background-repeat: no-repeat;
	background-size: 7px 13px;
	background-size:14px 26px;
	background-position: center;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-prev_movie {
		width: 60px;
		height: 26px;
		top: 50%;
		left:10px;
		z-index: 1;
		transition: .1s linear;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .slick-prev_movie {
		width: 7px;
		height: 12px;
		bottom: -135px;
		left: calc(50% - 52px);
		z-index: 1;
	}
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-prev_movie:hover {
		opacity: 0.7;
	}
}

.first-section .city-slide_container .slick-next_movie {
	position: absolute;
	background-image: url(../../img/ico_arrow_slick_white.svg);
	background-repeat: no-repeat;
	background-size: 7px 13px;
	background-size:14px 26px;
	background-position: center;
	background-repeat:no-repeat;
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-next_movie {
		width: 60px;
		height: 26px;
		top: 50%;
		right: 10px;
		z-index: 1111;
		transition: .1s linear;
		cursor: pointer;
		
	}
}

@media screen and (max-width: 767px) {
	.first-section .city-slide_container .slick-next_movie {
		width: 7px;
		height: 12px;
		bottom: -135px;
		right: calc(50% - 52px);
		z-index: 1111;
	}
}

@media screen and (min-width: 768px) {
	.first-section .city-slide_container .slick-next_movie:hover {
		opacity: 0.5;
	}
}



/*modal------------------------------------*/
.lity-close {
	display: none;
}

.cmgallery_movie {
	width: 100%;
	margin: auto;
}

.cmgallery_movie img {
	width: 100%;
}

.cmgallery_movie--inner {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: auto;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--inner {
		max-width: 1100px;
		padding: 80px 50px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--inner {
		height: 100vh;
		padding: 50px 15px 70px;
	}
}

.cmgallery_movie--inner .lity-close {
	display: block;
	position: absolute;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--inner .lity-close {
		margin: 40px 46px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--inner .lity-close {
		margin: 15px 12px 0 0;
	}
}

.cmgallery_movie--iframe {
	position: relative;
	max-height: 80vh;
	padding-top: 56.25%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--iframe {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--iframe {
		margin: 0 auto 20px;
	}
}

.cmgallery_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cmgallery_movie--title {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--title {
		font-size: 23px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--title {
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
}

.cmgallery_movie--text {
	color: #ffffff;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--text {
		font-size: 17px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--text {
		font-size: 14px;
		margin-bottom: 30px;
	}
}

.cmgallery_movie--link p + p {
	margin-top: 5px;
}

.cmgallery_movie--link a {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--link a {
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 767px) {
	.cmgallery_movie--link a {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.cmgallery_movie--link a:hover {
		text-decoration: underline;
	}
}

.cmgallery_movie:hover {
	margin: 0;
}

/*ie edge------------------------------------------*/
@supports (-ms-ime-align: auto) {
	.main-visual .main-bg .thumbnail-up {
		display: none;
	}
  @	media screen and (min-width: 768px) {
		.main-bg_fadeIn {
      position: relative;
		background-image: url("../../img/top/img_main.jpg");
	}
} }

@media all and (-ms-high-contrast: none) {
	.main-visual .main-bg .thumbnail-up {
		display: none;
	}
}

@media all and (-ms-high-contrast: none) {
	.main-bg_fadeIn {
		background-image: url("../../img/top/img_main.jpg");
	}
}

/*特色醫療*/

.entrance-other {
	background-color: #8a6e47;
	padding: 50px 0 65px;
	margin-top: 100px;
	position:relative;
	z-index:61;
}
.entrance-other:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../../img/ground-lid-sm.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position-x: right;
    width: 100%;
    height: 46px;
    top: -45px;
    left: 0;
}
.entrance-other:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../../img/icon-raining-leaf.png);
    background-size: contain;
    background-repeat: repeat-x;
    width: 17px;
    height: 33px;
    top: -72px;
    right: 10%;
    z-index: -1;
}
@media screen and (min-width: 992px){
.entrance-other {    
    margin-top: 75px;
    padding-top: 60px;
}	
.entrance-other:before {
    background-image: url(../../img/ground-lid-pc.png);
    height: 108px;
}
.entrance-other:after {
    width: 41px;
    height: 78px;
    top: -110px;
    right: 90px;
}
}
.about-pickup-list2 {
	margin: 0px 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.about-pickup-list2 li {
	width: calc(25% - 20px);
	margin-bottom:25px;
	overflow:hidden;
}

.about-pickup-list2 a {
    display: block;
    overflow: hidden;
    position: relative;
}

.about-pickup-list2 li a [lang="zh-tw"] {
    background-color: #f6ac19;
    color: #fff;
    width: 70px;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    text-align: center;
    font-size: 0.95rem;
    letter-spacing: 1px;
    font-style: normal;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}
.about-pickup-img2 {
	position: relative;
	width: 170px;
	margin:0 auto;
	height: 170px;
	background-position: 50%;
	background-size: cover;
	overflow:hidden;
	border-radius:50%;
    
}
a .about-pickup-img2:after{
	content:"";
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
	position:absolute;
	border:0px solid #fff;
	left:0;
	top:0;
	width: 100%;
	height: 170px;
	border-radius:50%;
}
a:hover .about-pickup-img2:after {
	border:10px solid #fff;
	width: calc(100% - 20px);
	height: 150px;
}
.about-pickup-box2 {
	padding: 21px 20px 14px;
	min-height: 59px;
	z-index: 1;
	color:#fff;
	overflow:hidden;
	position: relative;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
a:hover .about-pickup-box2{
	transition:all 0.5s ease 0s;
}
a:hover .about-pickup-box2:before {
	right: 14px;
	transition: all 0.2s ease;
}


.about-pickup-title2 {
	font-size: 1em;
}

.about-pickup-title2 span{
	min-height:50px;
	display:block
}
.about-pickup-title2 [lang="zh-tw"] {
	color: #f6ac19;
	display: block;
	font-size: 0.95rem;
	padding-top:5px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-style: normal;
}

@media screen and (max-width: 640px){
	.about-pickup-list2 {
   position:relative;
	width:100%;
	margin:0;
}
.about-pickup-list2 li {
    margin: 0 0 12px;
    width: 50%;
}
.about-pickup-img2{width:120px;height: 120px;}
.about-pickup-list2 a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-pickup-box2:before {
    top: 16px;
	bottom:auto;
    right: 8px;
}
.about-pickup-box2 {
padding: 21px 10px 14px;
}
.about-pickup-title2 span{padding-right:0px}
}

/* tab-切換*/
.homenews-selector_container{z-index:99}
@media screen and (min-width: 768px) {
	.homenews-selector_container + .mod-sec {
		margin-top: 100px;
	}
}

@media screen and (max-width: 767px) {
	.homenews-selector_container + .mod-sec {
		margin-top: 50px;
	}
}
.p-news ul.homenews-selector_wrap{margin-top:0}
.homenews-selector_wrap {
	position: relative;
	display: flex;
	justify-content:center;
	margin:0 auto;
}

.homenews-selector_wrap .homenews-selector {
	display: flex;
	text-align: center;
	cursor: pointer;
	border: 5px solid #ccc;
	width: 100px;
	height:100px;
	justify-content:center;
	align-items:center;
	margin:0 15px;
	border-radius:50%;
	background-color:#fff;
}

.homenews-selector_wrap .homenews-selector.selected{
	background-color:#f4b5b7;
	border: 5px solid #c0191f;
}

@media screen and (min-width: 768px) {
	.homenews-selector_wrap .homenews-selector {
		padding: 5px ;
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 767px) {
	.homenews-selector_wrap .homenews-selector {
		font-size: 0.95rem;
		margin: 0 8px;width: 75px;
    height: 75px;
	}
}

.homenews-selector_wrap #sliding-bar {
	content: '';
	position: absolute;
	background-color: #8a6e47;
	width: 33.3%;
	height: 3px;
	left: 0;
	bottom: 0px;
	transition: left 0.3s ease-out;
	display:none;
}

.prdct-content_area .prdct-content {
	display: none;
	opacity: 0;
	transition: .5s;
	transition-delay: .1s;
}

.prdct-content_area .prdct-content.selected {
	display: block;
	opacity: 1;
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap {
		margin-top: 2em;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
	position: relative;
	background-color: #eff6f9;
	box-sizing: border-box;
	color: #8a6e47;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		margin-right: 1.7%;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:nth-child(3n) {
		margin-right: 0px;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		padding-top: 29px;
		padding-bottom: 30px;
		width: calc(33.3% - 40px / 3);
		margin-top: 20px;
		padding-right: 20px;
	}

	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:hover {
		box-shadow: 0 10px 45px rgba(84, 133, 174, 0.2);
		background-color: #fff;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:hover span:after {
		right: 0;
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link {
		width: calc(96.6% / 3);
		margin-top: 5px;
		min-height: 120px;
		font-size: 12px;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link .prdct-newsinfo_ico {
	position: absolute;
	width: 60px;
	height: 60px;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link .prdct-newsinfo_ico {
		top: calc(50%);
		left: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link .prdct-newsinfo_ico {
		top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span {
	position: relative;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span {
		position: relative;
		display: inline-block;
		padding-left: 88px;
		font-size: 0.95rem;
		padding-right: 15px;
	}

	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span:after {
		position: absolute;
		content: '';
		background-image: url(/common/img/module/ico_arrow_btn_b.svg);
		background-size: 100%;
		background-position: center;
		width: 6px;
		height: 12px;
		right: 5px;
		top: 4px;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link span {
		display: block;
		font-size: 13px;
		padding: 75px 10px 15px;
		text-align: center;
	}
}

.prdct-content_area .prdct-content .prdct-newsinfo_wrap .prdct-newsinfo_link:nth-child(3n) {
	margin-right: 0;
}

.prdct-content_area .prdct-content .prdct-seminar_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap {
		justify-content: space-between;
		margin-top: 2em;
		margin-bottom: 70px;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link {
	display: block;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link {
		width: calc(16.6% - 110px / 6);
		margin-top: 50px;
		margin-right: calc(110px / 5);
	}

	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:hover .prdct-seminar_ttl {
		color: #0e8bc2;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link {
		width: calc(50% - 15px / 2);
		margin-top: 30px;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:nth-child(6n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:hover .prdct-seminar_img {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:nth-child(-n+6) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link:nth-child(-n+2) {
		margin-top: 0;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_img {
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_img {
		padding-top: 10px;
	}
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_img img {
	width: 100%;
	height: auto;
}

.prdct-content_area .prdct-content .prdct-seminar_wrap .prdct-seminar_link .prdct-seminar_ttl {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	transition: .1s linear;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2em;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link {
	display: block;
	background-color: #eff6f9;
	color: #8a6e47;
	transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link {
		width: calc(50% - 50px);
		padding: 30px 20px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link {
		width: 100%;
		padding: 15px 0;
		margin-top: 5px;
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:hover {
		box-shadow: 0 10px 45px rgba(84, 133, 174, 0.2);
		background-color: #fff;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link:hover span:after {
		right: 0;
		opacity: 1;
	}
}

.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span {
	position: relative;
	display: block;
}

@media screen and (min-width: 768px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span {
		display: inline-block;
		margin-right: 30px;
		padding: 0 15px 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span {
		padding: 0 15px;
	}
}

.prdct-content_area .prdct-content .prdct-recruitment_wrap .prdct-recruitment_link span:after {
	position: absolute;
	content: '';
	background-image: url(/common/img/module/ico_arrow_btn_b.svg);
	background-size: 100%;
	background-position: center;
	width: 6px;
	height: 12px;
	right: 5px;
	top: 4px;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap {
		display: flex;
		height: 90px;
	}
}

.prdct-button_wrap .prdct-button {
	position: relative;
	display: block;
}

.prdct-button_wrap .prdct-button:hover img {
	opacity: 0.75;
}

.prdct-button_wrap .prdct-button:hover p {
	opacity: 0.75;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button:first-child {
		border-left: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button:first-child {
		border-top: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button {
		border-right: 1px solid #e6e6e6;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button {
		border-bottom: 1px solid #e6e6e6;
	}
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button {
		display: flex;
		padding: 20px 15px;
		align-items: center;
	}
}

.prdct-button_wrap .prdct-button img {
	transition: .1s linear;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button img {
		position: absolute;
		top: 0;
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
}

.prdct-button_wrap .prdct-button p {
	transition: .1s linear;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button p {
		position: absolute;
		display: block;
		text-align: center;
		bottom: 0;
		width: 100%;
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button p {
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
	}
}

.prdct-button_wrap .prdct-button p span {
	display: inline;
	position: relative;
	padding-right: 18px;
}

.prdct-button_wrap .prdct-button p span:after {
	position: absolute;
	content: '';
	background-image: url("/common/img/ico_blank.svg");
	background-repeat: no-repeat;
	block-size: 100%;
}

@media screen and (min-width: 768px) {
	.prdct-button_wrap .prdct-button p span:after {
		width: 15px;
		height: 15px;
		bottom: 0px;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.prdct-button_wrap .prdct-button p span:after {
		width: 15px;
		height: 15px;
		bottom: 0px;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap {
		display: flex;
		justify-content: space-between;
	}
}

.prdct-pickup_wrap .prdct-pickup {
	display: block;
	position: relative;
}

.prdct-pickup_wrap .prdct-pickup:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup:hover img {
		-webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup {
		width: calc(1070px / 2);
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.prdct-pickup_wrap .prdct-pickup:first-child {
		margin-bottom: 20px;
	}
}

.prdct-pickup_wrap .prdct-pickup img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.prdct-pickup_wrap .prdct-pickup p {
	color: #ffffff;
	position: absolute;
}

.prdct-pickup_wrap .prdct-pickup p.pickup-ttl {
	line-height: 1;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-ttl {
		font-size: 36px;
		bottom: 60px;
		left: 40px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-ttl {
		font-size: 26px;
		left: 21px;
		bottom: 41px;
	}
}

.prdct-pickup_wrap .prdct-pickup p.pickup-txt {
	line-height: 1.6;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-txt {
		font-size: 0.95rem;
		bottom: 30px;
		left: 40px;
	}
}

@media screen and (max-width: 767px) {
	.prdct-pickup_wrap .prdct-pickup p.pickup-txt {
		font-size: 14px;
		bottom: 14px;
		left: 21px;
	}
}

/* 快速連結 */
.qlink-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	padding:50px 0;
}
.icon-blocks {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 60px;
    height: 60px;
}
@media screen and (min-width: 992px){
.icon-blocks {
    top: 10px;
    left: calc( (100vw - 980px ) / 2);
    margin-left: 0;
    width: 80px;
    height: 80px;
}
}
.qlink-list li {
    width: calc(20% - 40px);
	max-width:170px;
	padding-top:20px;
	padding-bottom:15px;
    margin: 0 0 15px 0;
    margin-right: 15px;
	font-family: 'Dokdo', cursive;
	color:#b0bf24;
	font-size:2em;
	background-image:url(../../img/qlink_bg.png);
	background-repeat:no-repeat;
	background-size:contain;
    
}
.qlink-list li:nth-child(4n-3){background-image:url(../../img/qlink_bg1.png);}
.qlink-list li:nth-child(4n-2){background-image:url(../../img/qlink_bg2.png);}
.qlink-list li:nth-child(4n-1){background-image:url(../../img/qlink_bg3.png);}
.qlink-list li{
	list-style:decimal-leading-zero inside;
	padding-left:35px;
}
.qlink-box {
    position: relative;
    padding: 0px 10px 29px 3px;
    position: relative;
	font-family: Helvetica neue, Helvetica, Arial, 'PingFangTC-Light', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體' , '新細明體', sans-serif;
}

.qlink-list a {
    display: block;
    position: relative;
    padding-right: 0px;
	padding-top:0px;
}
.qlink-list a.no{
	padding-right: 0px;
} 
.qlink-title {
    font-size: 18px;
    margin: 0 0 3px;
    color: #8a6e47;
    margin-bottom: 10px;
}
.qlink-list .pdf:after {
    position: absolute;
    content: url(../../img/pdf.svg);
    top: -30px;
    left: 40px;
    width: 15px;
    height: 15px;
}
.qlink-list .outer:after {
    position: absolute;
    content: url(../../img/ico_blank.svg);
    top: -30px;
    left: 40px;
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 767px) {
.qlink-list li {
    width:100%;
    margin: 0;
    margin-right: 0px;
}
.qlink-title{margin-bottom:0}
}

.focuswrap {
    position: relative;
   
	z-index: 55;
	padding-top:4em;
	width:100%;
}
.focuswrap .c-title.with-border:after {
	content: "FOCUS";
    margin-left: -35px;
	color:#fad217;
}
.mainwrap {
    padding-top: 2em;
    max-width: 1440px;
    margin: 0 auto;
}
.ourworkbox {
    width: 100%;
    text-align: center;
    display: table;
    border-spacing: 1.8em 1em;
}
.ourworkbox dd {
    position: relative;
    display: table-cell;
	border-radius:30px;
    overflow: hidden;
    width: calc(100% / 2 - 1em);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ourworkbox dd span a {
    display: block;
}
.ourworkbox dd ul {
    background-color: rgba(109, 82, 49, 0.8);
    position: absolute;
    text-align: left!important;
    left: 0;
    width: calc(100% - 4em);
    height: 100%;
    padding: 1.5em 2em;
    color: #fff;
    transition: All 0.4s ease-in-out;
    z-index: 2;
}
.ourworkbox dd ul li:last-child{display:none;}
.ourworkbox dd ul li h2 {
    font-size: 1.3em;
	width:100%;
	overflow: hidden;
    font-weight: lighter;
    line-height: 1.4em;
}
.ourworkbox dd {
    height: 24em;
}
.short { width: 28em!important;}
.topic{ width: 18em!important;}
.ourworkbox dd:hover ul, .ourworkbox dd:hover span a ul {
    visibility: visible;
    transform: translateY(0);
    transition: All 0.4s ease-in-out;
    position: absolute;
    height: 100%;
    height: 50em\0\9;
    width: calc(100% - 4em);
    color: #fff;
    top: 0;
	background-color: rgba(109, 82, 49, 0.95);
}
.ourworkbox dd:hover ul li:last-child{display:block;}
.ourworkbox dd ul {transform: translateY(21em);}
@media (max-width: 1440px){
.ourworkbox dd {height: 20em;}
.short {width: 24em!important;}
.ourworkbox dd ul {transform: translateY(19em);}
}

@media (max-width: 1280px){
.ourworkbox dd {height: 18em;}
.ourworkbox dd ul {transform: translateY(14em);}
.short {width: 20em!important;}
}
@media (max-width: 1136px){
.ourworkbox dd {height: 16em;}
.ourworkbox dd ul {transform: translateY(14em);}
}
@media (min-width: 641px){
.c-center {
    text-align: center;
	display:block;
	width:100%;
}
.c-center.c-title.with-border:after{
	left:50%;
	margin-left:-25px;
}
.focus-inner{padding:0 5em 3em 5em}
}

@media (max-width: 860px){
.ourworkbox {
    width: auto;
    display: block;
    border-spacing: 0;
}
.ourworkbox dd {
    height: 23em;
    width: 100%;
    display: block;
    margin: 0 0 1.5em 0;
}
.short {
    width: auto!important;
}
.ourworkbox dd ul {transform: translateY(14em);padding: 1.5em;width: calc(100% - 3em);}
.focuswrap{padding-top:2em;}
}
@media (max-width: 650px){
.mainwrap {
    padding: 1em 1.5em 1em 1.5em;
}
.entrance-other {
    padding: 30px 0 30px;
}
.qlink-list {
    padding: 30px 0;
}
}
@media (max-width: 640px){
	.ourworkbox dd ul {
    transform: translateY(18em);}
}
/**/
.opening-logo {
	width: 93px;
	height: 93px;
	position: relative;
	animation: c 3.5s cubic-bezier(.165,.84,.44,1) 0.3s infinite normal;
	position: absolute;
    top: 110px;
    right: -100px;
}

@media screen and (max-width:990px) {
	.opening-logo {
		width: 46.5px;
		height: 46.5px;
		margin-top: -23.25px;
		margin-left: -23.25px
	}
}

@keyframes c {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.opening-logo-child {
	border-radius: 50%;
	overflow: hidden
}
.opening-logo-child-1 {
	width: 9px;
	height: 9px;
	position: relative
}

@media screen and (max-width:990px) {
	.opening-logo-child-1 {
		width: 4.5px;
		height: 4.5px
	}
}

.opening-logo-child-2,.opening-logo-child-3,.opening-logo-child-4,.opening-logo-child-5,.opening-logo-child-6,.opening-logo-child-7 {
	width: 9px;
	height: 9px;
	position: absolute
}

@media screen and (max-width:990px) {
	.opening-logo-child-2,.opening-logo-child-3,.opening-logo-child-4,.opening-logo-child-5,.opening-logo-child-6,.opening-logo-child-7 {
		width: 4.5px;
		height: 4.5px
	}
}

.opening-logo-child-1 {
	background-color: #fcc800;
	z-index: 7;
	transform: translate3d(51px,0,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-1 {
		transform: translate3d(25.5px,0,0)
	}
}

.opening-logo-child-2 {
	background-color: #006c6a;
	left: -63px;
	bottom: -20px;
	z-index: 6;
	transform: translate3d(78px,-94px,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-2 {
		left: -31.5px;
		bottom: -10px;
		transform: translate3d(39px,-47px,0)
	}
}

.opening-logo-child-3 {
	background-color: #e1002a;
	left: -26px;
	top: -44px;
	z-index: 5;
	transform: translate3d(27px,89px,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-3 {
		left: -13px;
		top: -22px;
		transform: translate3d(13.5px,44.5px,0)
	}
}

.opening-logo-child-4 {
	background-color: #9b8c7d;
	right: -4px;
	bottom: -28px;
	z-index: 4;
	transform: translate3d(-69px,-35px,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-4 {
		right: -2px;
		bottom: -14px;
		transform: translate3d(-34.5px,-17.5px,0)
	}
}

.opening-logo-child-5 {
	background-color: #f3a8bb;
	right: -30px;
	top: -19px;
	z-index: 3;
	transform: translate3d(-59px,102px,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-5 {
		right: -15px;
		top: -9.5px;
		transform: translate3d(-29.5px,51px,0)
	}
}

.opening-logo-child-6 {
	background-color: #00b4e3;
	left: -52px;
	top: -16px;
	z-index: 2;
	transform: translate3d(135px,75px,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-6 {
		left: -26px;
		top: -8px;
		transform: translate3d(67.5px,37.5px,0)
	}
}

.opening-logo-child-7 {
	background-color: #83a80b;
	left: -5px;
	bottom: -44px;
	z-index: 1;
	transform: translate3d(86px,-107px,0)
}

@media screen and (max-width:990px) {
	.opening-logo-child-7 {
		left: -2.5px;
		bottom: -22px;
		transform: translate3d(43px,-53.5px,0)
	}
}

#child.cmn-footer a, #child.cmn-footer{color:#222}

.ad_wrapper {
    padding: 0 50px;
}


.rapbutton {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 8px 8px;
	margin: 5px 0;
	border-radius: 12px;
	font: bold 16px arial;
	border: 1px dashed #017eea;
	color: #216862;
	text-decoration: none;
	min-width: 80px;
	background-color: #f7f9ef;
}

.rapbutton:hover {
	background-color: #acded9
}

.rapbutton.bg {
	border: 2px dashed #017eea;
	background-color: #f5b643;
}

.rapbutton.bg:hover {
	background-color: #fff;
}

.layhalf {
	display: flex;
	justify-content: space-between;
}

.rapbutton.half {
	width: calc(50% - 22px);
}

.layhalf .rapbutton.rspace {
	margin-right: 10px;
}

.layhalf.xs .rapbutton {
	padding: 12px;
	font-size: 20px;
}

.rapbutton span {
	font-size: 14px;
	font-weight: normal
}