@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, section, article, footer {
  padding: 0;
  margin: 0;
}
body {
	font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
/* Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix hack */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
section, article, footer {
  display: block;
}
img {
  border: 0;
  display: block;
  margin: 0 auto;
}
ul, ol, li {
  list-style-type: none;
  list-style-image: none;
}
:link, :visited, :hover, :active, :focus {
  -webkit-transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, opacity .4s linear, all .4s, -webkit-filter .4s linear;
  -o-transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, filter .4s linear, opacity .4s linear, all .4s;
  transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, filter .4s linear, opacity .4s linear, all .4s, -webkit-filter .4s linear, all 0.5s ease-out;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: all 0.5s ease-out;
}
a:hover, a:active {
  transition: all 0.5s ease-out;
}
.wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-bottom: 1rem;
  background: #fbfbf3;*/
	background: url("../img/bg.webp") repeat;
  /*background: linear-gradient(180deg, #124472, #1f5e99);
  background: -moz-linear-gradient(90deg, #712d80, #93b6d6, #91cacd);
  background: -webkit-linear-gradient(-45deg, #712d80, #93b6d6, #91cacd);
  background: -o-linear-gradient(-45deg, #712d80, #93b6d6, #91cacd);
  background: -ms-linear-gradient(-45deg, #712d80, #93b6d6, #91cacd);*/
}
/*- Menu --------------------------------------------------------------------------*/
.thenav {
  display: block;
  position: fixed;
  z-index: 9999;
  /*width: 540px;*/
  width: 846px;
  top: 30px;
  right: 20px;
}
.thenav ul {
  overflow: hidden;
  /*padding-top: 1rem;*/
}
/*.thenav li {
  display: block;
  float: left;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  line-height: 1.3;
  color: rgba(255, 255, 255, 1);
  margin: 0 1.125rem;
  text-align: center;
}*/
.thenav li a {
  display: block;
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  line-height: 2;
  color: #fff;
  text-align: center;
  width: 130px;
  margin-right: .65rem;
  border-radius: 2rem;
	border: 2px #fbfbf3 solid;
  background: #509237;
  text-decoration: none;
}
.thenav li a:hover, .thenav li a:active {
  color: #ffee96;
  text-decoration: none;
}
.thenav ul > li.navblk a {
  color: #58676b;
  opacity: .9;
}
/*Section-01*-----------------------------------------------------------*/
/*.scene {
  position:relative;
  bottom:0;
  left:0;
  overflow:hidden;
  right:0;
  top: 0;
  height:1100px;
  background: linear-gradient(180deg, #124472, #1f5e99);
  background: -moz-linear-gradient(180deg, #124472, #1f5e99);
  background: -webkit-linear-gradient(180deg, #124472, #1f5e99);
  background: -o-linear-gradient(180deg, #124472, #1f5e99);
  background: -ms-linear-gradient(180deg, #124472, #1f5e99);
}
.scene > div {
  position:absolute;
}*/
/*top*/
.top_wrp {
  display: block;
  position: relative;
  width: 100%;
	z-index: 100;
	height: 930px;
}
.kv {
  display: block;
  position: relative;
  width: 100%;
}
.kv01 , .kv02 , .kv03 , .kv04 , .kv05 , .kv06 , .kv07 , .kv08 , .kv09 , .kv10 {display: block;position: absolute;}

.kv01 {
  width: 32.291666666vw;
  top: 0;
  left: -2vw;
  z-index: 101;
}
.kv02{
  width: 38.020833333vw;
  top: 156px;
  right: 0;
  z-index: 102;
}
.kv03{
  width: 40vw;
  top: 36px;
  right: 26vw;
  z-index: 103;
	animation: pulse2 6s infinite;
}
@keyframes pulse2 {
  0% {
    transform: scaleX(1);
    opacity: 0.9;
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    opacity: 0.9;
  }
}
.kv04{
  width: 26.822916666vw;
  bottom: 40px;
  left: 7.708333333vw;
  z-index: 105;	
}
.kv04 img {
  animation: beeee;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes beeee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.kv05{
  width: 29.791666666vw;
  bottom: 65px;
  right: 38vw;
  z-index: 104;
}
.kv06{
  width: 8.541666666vw;
  bottom: 300px;
  right: 33.229166666vw;
  z-index: 106;
}
.kv06 img {
  animation: kv06;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes kv06 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.kv07{
  width: 14.0625vw;
  top: -15px;
  right: 14.6875vw;
  z-index: 107;
}
.kv07 img {
  animation: puz;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes puz {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.kv08{
  width: 3.697916666vw;
  top: 159px;
  left: 32.552083333vw;
  z-index: 108;
}

.kv09{
  width: 3.697916666vw;
  bottom: 275px;
  left: 1.8vw;
  z-index: 109;
}
.kv10{
  width: 13.541666666vw;
  top: 123px;
  left: 5.572916666vw;
  z-index: 110;
}
.kv10 img {
  animation: puz;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes puz {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bg-white{
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.kv_m {
  display: none;
}
.kv01 img, .kv02 img, .kv03 img, .kv04 img, .kv05 img, .kv06 img, .kv07 img, .kv08 img, .kv09 img, .kv10 img,.bg-white img,.kv_m img{
  max-width: 100%;
}

/*sec00 ===========================================================================*/
.sec00{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: "Noto Serif TC", serif;
	padding-bottom: 100px;
}
.sec00 h3{
	display: block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2;
  margin-top: .5rem;
	padding: .25rem 1.5rem;
	width: fit-content;
background: #7d1d21;
}
.sec00 h4{
	display: block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2;
	padding: .25rem 1.25rem;
	width: fit-content;
background: #8b6e43;
	margin-left: 33.125vw;
}
.p01{
	display: block;position: absolute;
  width: 12.135416666vw;
  top: 90px;
  right: 2vw;
  z-index: 150;
}
.p01 img {
  animation: sec000;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
@keyframes sec000 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p01 img{
  max-width: 100%;
}

/*sec01 ===========================================================================*/
.sec01,.sec02,.sec03,.sec04{
	display: block;
	position: relative;
	width: 100%;
	font-family: "Noto Serif TC", serif;
}
.main-cont{
	display: block;
	width: 1370px;
	font-family: "Noto Serif TC", serif;
	overflow: hidden;
	margin: 0 auto;
}
.sec01-tt{
	display: block;
	float: left;
	color: #7d1d21;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
	width: 27%;
	margin-right: 1.5rem;
	overflow: hidden;
}
.sec01-tt::after{
	display: block;
	content:"";
	height: 3px;
	width: 215px;
	background: #8b6e43;
	margin-left: 5.7vw;
	margin-top:40px;
}
.sec01-txt{
	display: block;
	float: right;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  width: calc(72.999% - 1.5rem);
	margin-top: 3rem;
}
.sec01-txt small{
	font-size: 1rem;
	line-height: 1.4;
}
.sec01-txt small i{
	color: #7d1d21;
}
.sec01-cnt h3{
	display: block;
	float: left;
	color: #87693c;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
	overflow: hidden;
	width: 34%;
	margin-top: 4rem;
}
.sec01-cnt ul{
	display: block;
	float: left;
overflow: hidden;
margin-top: 3rem;
	width: 65.9999%;
}
.sec01-cnt li a{
	display: block;
	float: left;
overflow: hidden;
margin-left: 1.5rem;
	width: calc(33.3333% - 1.51rem);
	text-decoration: none;
	color: #fff;
	font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
	padding: .75rem;
	letter-spacing: 2px;
	background: #955d36;
	opacity: .85;
}
.sec01-cnt li a:hover{
	text-decoration: none;
	background: #955d36;
	opacity: 1;
}
.sec01-cnt ul > li:nth-child(1) a{
	margin-top: .5rem;
}
.sec01-cnt ul > li:nth-child(2) a{
	margin-top: 0;
	background: #ad1f23;
}
.sec01-cnt ul > li:nth-child(3) a{
	margin-top: 1rem;
	background: #d99831;
}
.p02{
	position: absolute;
  width: 9.322916666vw;
  top: 70px;
  left: 24px;
  z-index: 199;
}

.p02 img{
  max-width: 100%;
}
.lineA, .lineB{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 3rem 0;
}
.lineA img{
	float: right;
	width: 51.041666666vw
}
.lineB img{
	float: left;
	width: 51.041666666vw
}

/*sec02 ===========================================================================*/
.sec02{
	z-index: 2000;
}
.sec02-tt{
	display: block;
	float: left;
	color: #7d1d21;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
	width: 100%;
	overflow: hidden;
	margin-top: 2rem;
}

.sec02-txt{
	display: block;
	float: left;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  width: 65%;
	margin-top: 1rem;
}
.sec02-line{
	display: block;
	float: left;
	height: 180px;
	width: 3px;
	background: #8b6e43;
	margin: 2rem 3rem;
}
.sec02-txt a ,.twlist h5 a{
  display: block;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  padding: 0 1.25rem;
  background: rgba(255, 255, 255, 1);
  color: #7d1d21;
  text-align: center;
  border-radius: 1.5rem 1.5rem 0;
  border: 2px solid #7d1d21;
  letter-spacing: 2px;
  text-decoration: none;
	margin-top: .5rem;
}

.sec02-txt a:hover,.twlist h5 a:hover{
	background:#7d1d21 ;
  color:rgba(255, 255, 255, 1) ;
  text-decoration: none;
}
.twlist{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 5rem;
	z-index: 2001;
}
.twlist h5{
	display: block;
	float: left;
	overflow: hidden;
	width: 200px;
	color: #896b3e;
	font-size: 1.75rem;
	font-weight: 700;
  line-height: 1.7;
}
.twlist-cnt {
  display: block;
	float: left;
	width: calc(99.999% - 200px);
	overflow: hidden;
}
.twlist-cnt ul{display: block;overflow: hidden; width: 88%;}
.flrrr{float: right;}
.twlist-cnt li{
	display: block;
	float: left;
	width: calc(24.999% - 3.01rem);
	margin:0 1.5rem 2.5rem;
	overflow: hidden;	
}
.twlist-cnt li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;	
	padding-bottom: .75rem;
}
.twlist-cnt li h4 {
  display: block;
  overflow: hidden;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.p03,.p04,.p05,.p06,.p07{display: block;position: absolute;}
.p03{	
  width: 17.395833333vw;
  top: 0;
  right: 7.55vw;
  z-index: 2003;
}

.p03 img,.p04 img,.p05 img,.p06 img,.p07 img{
  max-width: 100%;
}

.p04 {
  width: 13.854166666vw;
  top: 150px;
  left: -40px;
  z-index: 2004;
}
.p04 img {
  animation: p04;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes p04 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p05 {
  width: 11.979166666vw;
  top: 370px;
  right: 15px;
  z-index: 2005;
}
.p06 {
  width: 11.979166666vw;
  bottom: 340px;
  left: 7.5vw;
  z-index: 2006;
}
.p07 {
  width: 11.99vw;
  bottom: 0;
  right: 5vw;
  z-index: 2007;
}
.p07 img {
  animation: p07;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
@keyframes p07 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}



/*04-實務工作坊===========================================================================*/
.sec04{
	z-index: 4000;
	padding-bottom: 2rem;
}
.sec04-txt{
	display: block;
	float: left;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  width: 85%;
	margin-top: 1rem;
}

.sec04-txt b{
	text-decoration: underline;
	font-weight: 700;
}
.sec04 h6{
	display: block;
	color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
	width: 100%;
	margin: 1rem 0;
}


/*報名===========================================================================*/
.flex-class {
  display: flex;
  justify-content: center;
  margin:1rem 0;
  padding-top: 1rem;
}
.class-cnt{
	display: block;
	position: relative;
  /*overflow: hidden;*/
	width: 100%;
	margin: 2rem auto;
	z-index: 5002;
}

.class_{
	display: block;
	float: left;
	width: calc(49.999% - 4.01rem);
	margin:1rem  2rem;
	background: #aa9a83;
	border-radius: 2rem;
	padding: 1.5rem 2.5rem;
}
.class_ h4{
	display: block;
  color:#fff1d6;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
	width: 100%;
	clear: both;
}
.class_inf{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
.class_pic{
	display: block;
	float: left;
	width: 40%;
	margin-right: 2rem;	
	overflow: hidden;
}
.class_pic img{
	max-width: 100%;
	border-radius:1rem;
}
.class_txt{
	display: block;
	float: left;
	width: calc(59.999% - 2.01rem);
	overflow: hidden;
}

.class_txt p{
	display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: justify;
	padding-bottom: .5rem;
}

.more a {
  display: block;
  width: 100%;
  margin: 2rem auto 1rem auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  background: rgba(255, 255, 255, 1);
  color: #7d1d21;
  text-align: center;
  border-radius: 1.5rem 1.5rem 0;
  border: 2px solid #7d1d21;
  letter-spacing: 2px;
  text-decoration: none;
}
.more a:hover {
  display: block;
  background: #7d1d21;
  color: #fff;
  text-decoration: none;
}
.more i {
  margin-left: .4rem;
  line-height: 2.5rem;
}
.bg-white2{
	display: block;position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  z-index: 2008;
}

.bg-white2 img{
  max-width: 100%;
}

/*footer*/
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem;
  /*margin-top: -150px;*/
  z-index: 9997;
	font-family: "Noto Serif TC", serif;
	background:#6b4623;
  /*background: linear-gradient(-45deg, #9bb245, #535840);
  background: -moz-linear-gradient(-45deg, #9bb245, #535840);
  background: -webkit-linear-gradient(-45deg,#9bb245, #535840);
  background: -o-linear-gradient(-45deg, #9bb245, #535840);
  background: -ms-linear-gradient(-45deg, #9bb245, #535840);*/
}
.flex-cont {
  display: flex;
  justify-content: center;
  margin:.5rem auto;
  width: 960px;
}
.cmp{
	display: block;
	overflow: hidden;
	margin: .5rem 2rem;	
}
.cmp h4{
	display: block;
  color: #fff1d6;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
	padding-bottom: .5rem;
	font-weight:500;
}

.cmp h6{
	display: block;
  color: #fff;
	width: fit-content;
	text-align: justify;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1px;
	font-weight:300;
}
.logos{display: block;overflow: hidden;}
.ft-logo{display: block; float: left; width: 180px; margin-right:1rem;}
.ft-logo a img{max-width: 100%;}

footer .copy {
  display: block;
  color: #fff;
  font-size: .9rem;
  line-height: 2;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 500;
  padding-top: 1rem;
}


/*03-案例===========================================================================*/
.sec03-cnt{
	display: block;
	width: 100%;
	font-family: "Noto Serif TC", serif;
	overflow: hidden;
	margin: 0 auto;
}
.sec03-cnt h3{
	display: block;
	color: #87693c;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
	overflow: hidden;
	width: 100%;
	margin: 4rem 0 2rem 0;
}

.cnt03-left{
	display: block;
	float: left;
	width: 62%;
	overflow: hidden;
	margin-right: 2rem;
}
.cnt03-right{
	display: block;
	float: left;
	width: calc(37.999% - 2.01rem);
	overflow: hidden;
}
.cnt03-tt{
	display: block;
	width: fit-content;
	font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
	border: 3px solid #7d1d21;
	color: #7d1d21;
	padding: 0 1rem;
	letter-spacing: 2px;
}

.cnt03-left ul,.cnt03-right ul{display: block;overflow: hidden;
}

.cnt03-left li a{
	display: block;
	float: left;
	width: calc(49.999% - 2.01rem);
	margin:1rem;
	height: 100px;
	font-size: 1.125rem;
	 font-weight: 700;
  line-height: 1.7;
	background: #775c48;
	color: #fff;
	overflow: hidden;	
	padding: 1rem;
	text-align: center;
	text-decoration: none;
}

.cnt03-left ul >li.txth a {line-height: 3.4;
	}

.cnt03-right li{
	display: block;
	position: relative;
	float: left;
	width: calc(49.999% - 2.01rem);
	margin:1rem;
	overflow: hidden;
	z-index: 100;
}

.cnt03-right li a img,.cnt03-right li img{
	display: block;
	max-width: 100%;
	margin-bottom: .45rem;
		opacity: .75;
	
}
.cnt03-right li a:hover img{opacity: 1.0;}
.cnt03-right li h6 a,.cnt03-right li h6{
	display: block;
	color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
.cnt03-right li h6 a:hover{
	color: #7d1d21;text-decoration: underline;
}

.cnt03-right li h5{
	display: block;
	position: absolute;
	z-index: 101;
	width: fit-content;
	background: rgba(125,29,33,.85);
	color: #fff;
	padding: .25rem .5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	top: 0;
	left: 0;
}

/*RWD  ========================================================================================*/
@media screen and (max-width:1600px) {
.top_wrp {
  height: 775px;
}

.kv06 {
  bottom: 270px;
  right: 32vw;
}
.kv07 {
  top: -25px;
  right: 14.6875vw;
}	
.kv08 {
  top: 139px;
  left: 32.552083333vw;
}
.kv09 {
  bottom: 230px;
  left: 1.8vw;
}
.kv10 {
  top: 103px;
  left: 5.572916666vw;
}
.p02 {
  width: 9vw;
  top: 70px;
  left: 12px;
}
.sec00 h3 ,.sec00 h4{
	font-size: 1.5rem;
	}
.main-cont {
	width: 1200px;	
	}
.class_txt p {
	font-size: 1.125rem;
	}
.cnt03-left li a{
	padding: .8rem;
	font-size: 1.05rem;
	height: 85px;
	}
}
@media screen and (max-width:1536px) {

}

@media screen and (max-width:1440px) {
.top_wrp {
  height: 698px;
}
	 .kv08 {
    top: 125px;
    left: 32.552083333vw;
  }
  .kv10 {
    top: 93px;
    left: 5.572916666vw;
  }
.kv05 {
  width: 29.791666666vw;
  bottom: 45px;
  right: 38vw;
}
.kv04 {
  width: 26.822916666vw;
  bottom: 20px;
  left: 7.708333333vw;
}
 .kv06 {
    bottom: 240px;
    right: 34vw;
	 width: 8vw;
  }
.sec00 h4 {
  margin-left: 28vw;
}
 .p02 {
    width: 8vw;
    top: 140px;
    left: 12px;
  }
.p04 {
  width: 12vw;
  top: 170px;
  left: -55px;
  z-index: 2004;
}
}
@media screen and (max-width:1366px) {
 .cnt03-right li h6 a, .cnt03-right li h6 {
  display: block;
  color: #333;
	 font-size: 1rem;} 
}
@media screen and (max-width:1280px) {
.top_wrp {
  height: 620px;
}
 .kv05 {
    width: 29.791666666vw;
    bottom: 35px;
    right: 38vw;
  }
 .kv06 {
    bottom: 200px;
    right: 34vw;
    width: 8vw;
  }
 .kv09 {
    bottom: 180px;
    left: 1.8vw;
  }
 .sec00 h3, .sec00 h4 {
    font-size: 1.35rem;
  }
 .main-cont {
    width: 1070px;
  }
.sec01-cnt h3 {
	font-size: 1.5rem;}
.class_ {
  display: block;
  float: left;
  width: calc(49.999% - 4.01rem);
  margin: 1rem;
  background: #aa9a83;
  border-radius: 2rem;
  padding: 1.5rem;
}
.class_ h4 {
  font-size: 1.5rem;
}
.twlist-cnt li {
  display: block;
  float: left;
  width: calc(24.999% - 2.01rem);
  margin: 0 1rem 2rem;
  overflow: hidden;
}
 .kv08 {
    top: 105px;
    left: 32.552083333vw;
  }
 .cnt03-left li a {
    padding: .7rem;
    font-size: 1rem;
    height: 85px;
    letter-spacing: 0;
  }
}
@media screen and (max-width:1200px) {
   .sec00 h3, .sec00 h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:820px) {
.top_wrp {
  height: 405px;
}
 .kv10 {
    top: 53px;
    left: 5.572916666vw;
  } 
.kv02 {
  width: 38.020833333vw;
  top: 96px;
  right: 0;
}
 .kv08 {
    top: 75px;
    left: 32.552083333vw;
  }
 .kv09 {
    bottom: 120px;
    left: 1.8vw;
  }
 .kv05 {
    width: 29.791666666vw;
    bottom: 15px;
    right: 38vw;
  }
 .kv06 {
    bottom: 120px;
    right: 34vw;
    width: 8vw;
  }
.kv03 {
  width: 40vw;
  top: 30px;
  right: 27vw;
}
 .sec00 h3, .sec00 h4 {
    font-size: 1.1rem;
  }
.sec00 h3 {
  font-weight: 600;
  line-height: 2;
  margin-top: .5rem;
  padding: .25rem .5rem;
  width: fit-content;
}
 .sec00 h4 {
    margin-left:0;
  }
 .main-cont {
    width: 90%;
  }
.sec00 {
  padding-bottom: 65px;
}
.sec01-tt {
  display: block;
  float: left;
  color: #7d1d21;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  width: 27%;
  margin-right: 1.5rem;
  overflow: hidden;
}
.sec01-txt {
  display: block;
  float: right;
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  width: calc(72.999% - 1.5rem);
  margin-top: 3rem;
}
.sec01-cnt h3 {
  display: block;
  float: none;
  color: #87693c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
  margin-top:2rem;
}
.sec01-cnt ul {
  display: block;
  float: none;
  overflow: hidden;
  margin-top: 1.25rem;
  width: 100%;
}
.sec01-cnt li a {
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 1.5rem;
  width: calc(33.3333% - 1.51rem);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  padding: .75rem;
  letter-spacing: 2px;
  opacity: .85;
}
.sec02-tt {
  display: block;
  float: left;
  color: #7d1d21;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.sec02-txt {
  display: block;
  float: left;
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  width: 65%;
  margin-top: 1rem;
}
.p03 {
  width: 17.395833333vw;
  top: 0;
  right: 5vw;
  z-index: 2003;
}
.p04 {
    width: 13vw;
    top: 230px;
    left: -35px;
    z-index: 2004;
  }
.p05 {
  width: 11.979166666vw;
  top: 230px;
  right: 15px;
  z-index: 2005;
}
.twlist h5 {
  display: block;
  float: none;
  overflow: hidden;
  width: 100%;
  color: #896b3e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
.twlist h5 a {
  display: inline-block;
  width: fit-content;
  font-size: 1.1rem;
  margin-top: 0;
	line-height: 1.5;
	margin-left: 1rem;
}
.sec02-txt a {
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 600;
	line-height: 1.5;
	}
.lineA, .lineB {
  margin: 2rem 0;
}
.twlist-cnt {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
}
.twlist-cnt ul {
  display: block;
  overflow: hidden;
  width: 100%;
}
.p07 {
  width: 11.99vw;
  bottom: 0;
  right: -1vw;
  z-index: 2007;
}
.p06 {
  width: 9vw;
  bottom: 280px;
  left: -1vw;
  z-index: 2006;
}
.sec04-txt {
  float: left;
	font-size: 1.125rem;
	}
.class-cnt {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 5002;
}
.flex-class {
  display: block;
}	
.class_ {
    display: block;
    float: none;
    width: 100%;
    margin: 1rem auto;
    background: #aa9a83;
    border-radius: 2rem;
    padding: 1.5rem;
  }
.flex-cont {
  display: flex;
  justify-content: center;
  margin: .5rem auto;
  width: 90%;
}
.ft-logo {
  display: block;
  float: none;
  width: 170px;
  margin-right: 0;
}
.cmp {
  display: block;
  overflow: hidden;
  margin: .5rem 1rem;
}
.cmp h6 {
  display: block;
  color: #fff;
  width: fit-content;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
}	
.sec01-txt small {
  font-size: .85rem;
  line-height: 1.4;
}
.cnt03-left {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 2rem;
}
.cnt03-left li a {
    padding: .7rem;
    font-size: 1rem;
    height: 80px;
    letter-spacing: 1px;
  }
.cnt03-right {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
}
  .cnt03-right li h6 a, .cnt03-right li h6 {
    display: block;
    color: #333;
    font-size: 1.125rem;
  }
}
@media screen and (max-width:768px) {
 .sec00 h3, .sec00 h4 {
    font-size: 1rem;
  }
 
}
@media screen and (max-width:492px) {
.top_wrp {
    display: none;
  }
  .kv_m {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .kv_m img {
    max-width: 100%;
  } 
 .sec00 h3 {
    font-weight: 600;
    line-height: 1.7;
    margin-top: .5rem;
    padding: .25rem .5rem;
    width: 90%;
 } 
.sec00 h4 {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  padding: .25rem 1.25rem;
  width: 80%;
	}
 .sec01-tt {
    display: block;
    float: none;
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100%;
    margin-right: 0;
  }
.sec01-tt::after {
	display: none;}
	 .main-cont {
    width: 85%;
  }
 .sec01-txt {
    display: block;
    float: none;
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2;
    text-align: justify;
    width: 100%;
    margin-top: 1rem;
  }
.p02 {
  display:none;
}
.sec01-cnt li a {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: .5rem;
    width: calc(33.3333% - .6rem);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .75rem;
    letter-spacing: 1px;
    opacity: .85;
  }
.sec02-line {
	display: none;}
	  .sec02-txt {
    display: block;
    float: left;
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2;
    text-align: justify;
    width: 80%;
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
 .twlist-cnt li {
    display: block;
    float: left;
    width: calc(49.999% - 2.01rem);
    margin: 0 1rem 2rem;
    overflow: hidden;
	 height: 260px;
  }	
.sec04-txt {
  float: none;
  width: 100%;
  margin-top: 1rem;
}
.class_pic {
  display: block;
  float: none;
  width: 75%;
  margin-right: 0;
  overflow: hidden;
  margin: 0 auto;
}
.class_txt {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
 .class_ h4 {
    font-size: 1.35rem;
  }
.class_txt p {
    font-size: 1.1rem;
  }
.flex-cont {
    display: block;
    justify-content: center;
    margin: .5rem auto;
    width: 90%;
  }
.cmp {
    display: block;
    overflow: hidden;
    margin: 1.25rem auto;
    text-align: center;
  }
 .ft-logo {
    margin: 0 auto;
  }
 .cmp h6 {
    width: 100%;
    text-align: center;
  }
footer .copy {
  display: block;
  color: #fff;
  font-size: .9rem;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
  padding-top: 1rem;
}
.cnt03-left li a {
  display: block;
  float: none;
	width: calc(99.999% - 2.01rem);
	}
}
@media screen and (max-width:430px) {
  .sec01-cnt li a {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: .25rem;
    width: calc(33.3333% - .25rem);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .65rem;
    letter-spacing: 1px;
    opacity: .85;
  }
  .twlist-cnt li {
    display: block;
    float: left;
    width: calc(49.999% - 2.01rem);
    margin: 0 1rem 2rem;
    overflow: hidden;
    height: 250px;
  }
.p06 {
    width: 15vw;
    bottom: 280px;
    left: -1vw;
  }
 .p07 {
    width: 25vw;
    bottom: 0;
    right: -1vw;
  }
.sec04 h6 {
  display: block;
  color: #333;
	font-size: .9rem;}
 .p04 {
    width: 18vw;
    top: 230px;
    left: -35px;
  }
 .p05 {
    width: 17vw;
    top: 530px;
    right: 15px;
  }
.cnt03-right li {
  display: block;
  position: relative;
  float: none;
  width: calc(99.999% - 2.01rem);
  margin: 1rem 1rem 2.5rem;
}
}
@media screen and (max-width:414px) {
 .sec01-cnt li a {
    display: block;
    float: none;
    overflow: hidden;
    margin-left: .25rem;
    width: 75%;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    padding: .65rem;
    letter-spacing: 1px;
    opacity: .85;
  }
.sec01-cnt ul > li:nth-child(1) a {
  margin-top: 0;
}
.sec01-cnt ul > li:nth-child(2) a {
  margin-top: 1rem;
  background: #ad1f23;
}
.twlist-cnt li h4 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.twlist-cnt li {
    display: block;
    float: left;
    width: calc(49.999% - 2.01rem);
    margin: 0 1rem 1.5rem;
    overflow: hidden;
    height: 240px;
  }
.sec03-cnt h3 {
  display: block;
  color: #87693c;
	font-size: 1.65rem;}
}
@media screen and (max-width:390px) {
  .cnt03-left li a {
    padding: .7rem;
    font-size: .9rem;
    height: 80px;
    letter-spacing:0;
  }
}
