@charset "utf-8";
body{
  width:100%;
  background: url(../images/bg.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}
.w{
  width:100%;
  max-width:1500px;
  padding:0 50px;
  margin:0 auto;
}
@media (max-width: 860px) {
  .w{
    padding:0 30px;
  }
}
@media (max-width: 680px) {
  .w{
    padding:0 15px;
  }
}
/* ----------------------------------------------------------------------
header
---------------------------------------------------------------------- */
header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background: #fff;
  padding:30px 0;
  z-index:10;
}
header .inner{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
	width:100%;
  padding:0 50px;
}
header .inner .logo{
  width:220px;
}
header .inner .menus{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
  width:calc(100% - 220px);
}
header .inner .menus .menu1{
  position: relative;
  -webkit-flex: 2 0 auto;
	flex: 2 0 auto;
  padding:0 15px;
}
header .inner .menus .menu1 ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  width:100%;
  max-width:740px;
  margin:0 auto;
}
header .inner .menus .menu1 ul li{
  text-align: center;
  white-space: nowrap;
  padding:0 2vw;
}
header .inner .menus .menu1 ul li.fn{
  display:none;
}
header .inner .menus .menu1 ul li a{
  font-size: 16px;
  color:#000;
  font-weight: bold;
}
header .inner .menus .menu2{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
header .inner .menus .menu2 li{
  width:33.3333%;
  text-align: center;
  padding:0 5px;
}
header .inner .menus .menu2 li a{
  display:block;
  font-size: 13px;
  color:#fff;
  font-weight: bold;
  background: #5a534d;
  border-radius: 30px;
  padding:1px 6px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0rem;
}

.bm{
  display:none;
		position: fixed;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		right:10px;
    z-index: 20;
	}
.bm span{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 8px;
		cursor: pointer;
		box-sizing: border-box;
    z-index: 20;
	}
.bm span:before,
.bm span:after{
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #000;
		margin: auto;
		transition: 0.3s;
}
.bm i{
		display: block;
		width: 30px;
		margin: 5px auto;
		height: 2px;
		background: #000;
		transition: 0.3s;
}
.bmopen	.bm span:before{
		transform: rotate(225deg) translate(-5px, -5px);
}
.bmopen	.bm span:after{
		transform: rotate(-225deg) translate(-5px, 5px);
}
.bmopen	.bm i{
		opacity: 0;
}
@media (max-width: 1050px) {
  .bm{
	   display: flex;
	}
  header .inner .menus .menu1{
    display:none;
  }
  header .inner .menus .menu2{
    width:100%;
    max-width:330px;
    margin-left: auto;
  }
  header .inner .menus .menu2 li{
    width:33.3333%;
    max-width:100px;
    text-align: center;
    padding:0 5px;
  }
  .bmopen header .inner .menus .menu1{
    position: fixed;
    -webkit-flex: auto;
  	flex: auto;
    width:500px;
    height:100vh;
    padding:90px 15px 0;
    display:block;
    background: #fff;
    margin-left: auto;
  	margin-right: -500px;
    z-index:-1;
    top:0;
    right:0;
  }
  .bmopen header .inner .menus .menu1{
  	margin-right: 0;
  }
  .bmopen header .inner .menus .menu1 ul{
    display:block;
    position: relative;
    z-index:2;
  }
  header .inner .menus .menu1 ul li {
    text-align: left;
    padding: 8px 15px;
  }
  header .inner .menus .menu1 ul li a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
}
@media (max-width: 760px) {
  header .inner .menus .menu2{
    display:none;
  }
  header .inner .menus .menu1 ul li.fn{
    display:block;
  }
}
@media (max-width: 680px) {
  header{
    padding:15px 0;
  }
  header .inner{
    padding:0 15px;
  }
  header .inner .logo{
    width:160px;
  }
}
@media (max-width: 500px) {
  .bmopen header .inner .menus .menu1 {
    padding:60px 15px 0;
    width: 300px;
  }
  header .inner .menus .menu1 ul li a {
    font-size: 14px;
  }
}
/* ----------------------------------------------------------------------
kv
---------------------------------------------------------------------- */
#kv{
  width:100%;
  padding:120px 60px 50px;
}
#kv .inner{
  width:100%;
  position: relative;
}
#kv .inner .kv_txt{
  position: absolute;
  width:100%;
  top:-15px;
  left:0;
}
#kv .inner .kv_txt p.logo{
  width:100%;
  margin-bottom: 30px;
}
#kv .inner .kv_txt p.logo img{
  display:block;
  width:100%;
  max-width:500px;
  margin:0 auto;
}
#kv .inner .kv_txt h1{
  text-align: center;
  font-size: 24px;
}
#kv .inner .hero img.pc{
  display:block;
  width:100%;
  max-width:2207px;
  margin:0 auto;
}
#kv .inner .hero img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}

@media (max-width: 1050px) {
  #kv{
    padding:200px 30px 30px;
  }
  #kv .inner .kv_txt{
    top:-95px;
  }
}
@media (max-width: 760px) {
  #kv{
    padding:200px 15px 30px;
  }
  #kv .inner .kv_txt p.logo img{
    max-width:400px;
  }
  #kv .inner .kv_txt h1{
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #kv{
    padding:100px 5px 15px;
  }
  #kv .inner .kv_txt{
    top:-15px;
  }
  #kv .inner .kv_txt p.logo{
    margin-bottom: 10px;
  }
  #kv .inner .kv_txt p.logo img{
    max-width:300px;
  }
  #kv .inner .kv_txt h1{
    font-size: 5vw;
  }
  #kv .inner .hero img.pc{
    display:none;
  }
  #kv .inner .hero img.sp{
    display:block;
  }
}
/* ----------------------------------------------------------------------
s1
---------------------------------------------------------------------- */
#s1{
  width:100%;
  padding:120px 0;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
#s1 .dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  max-width: 900px;
  justify-content: center;
  align-items: center;
  margin:0 auto 40px;
}
#s1 .dl dt{
  width:60%;
  max-width:540px;
  padding-right: 30px;
}
#s1 .dl dd{
  width:40%;
  max-width:350px;
}
#s1 p{
  text-align: center;
  font-size: 18px;
}
#s1 p.p1{
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  #s1{
    padding:80px 0;
  }
  #s1 p{
    text-align: left;
    font-size: 16px;
  }
  #s1 p br{
    display:none;
  }
}
@media (max-width: 680px) {
  #s1{
    padding:50px 0;
  }
}
@media (max-width: 500px) {
  #s1{
    padding:40px 0;
  }
  #s1 .dl{
    flex-wrap: wrap;
    margin:0 auto 20px;
  }
  #s1 .dl dt{
    width:100%;
    max-width:540px;
    padding-right: 0px;
  }
  #s1 .dl dt img{
    display:block;
    width:100%;
    max-width:340px;
    margin: 0 auto 15px;
  }
  #s1 .dl dd{
    width:100%;
  }
  #s1 .dl dd img{
    display:block;
    width:100%;
    max-width:240px;
    margin: 0 auto 15px;
  }
  #s1 p{
    font-size: 14px;
  }
  #s1 p.p1{
    margin-bottom: 20px;
  }
}
/* ----------------------------------------------------------------------
s_title
---------------------------------------------------------------------- */
.s_title{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  margin-bottom: 100px;
}
.s_title .l{
	width:50%;
}
.s_title .r{
	width:50%;
  padding-left: 30px;
}
.s_title .l h2{
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0rem;
  margin-bottom: 30px;
}
.s_title .l p{
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1090px) {
  .s_title .l h2{
    font-size: 50px;
  }
}
@media (max-width: 860px) {
  .s_title{
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .s_title .l{
  	width:100%;
  }
  .s_title .r{
  	width:100%;
    padding-left: 0px;
  }
  .s_title .l h2{
    font-size: 42px;
  }
  .s_title .l p{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .s_title .r br{
    display:none;
  }
}
@media (max-width: 680px) {
  .s_title{
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .s_title .l h2{
    font-size: 38px;
    margin-bottom: 15px;
  }
  .s_title .l p{
    font-size: 16px;
  }
}
/* ----------------------------------------------------------------------
s2
---------------------------------------------------------------------- */
#s2{
  width:100%;
  padding:120px 0px;
  background: #e9e4d8;
}
#s2 .inner{
  width:100%;
  padding:0 50px;
}
#s2 #lot {
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-wrap: wrap;
}
#s2 .col {
  flex: 1;
  text-align: center;
  height:700px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

#s2 .col:hover {
  flex: 0.8;
}

#s2 .col .img{
  display: block;
  width: 100%;
}
#s2 .col .img img.off{
  display:block;
  width: 100%
}
#s2 .col .img img.on{
  display:none;
  width: 100%
}
#s2 .col.current .img img.off{
  display:none;
}
#s2 .col.current .img img.on{
  display:block;
}

#s2 .col#colA{
  background: url(../images/s2_c1_off.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#s2 .col.current#colA{
  background: url(../images/s2_c1.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#s2 .col#colB{
  background: url(../images/s2_c2_off.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#s2 .col.current#colB{
  background: url(../images/s2_c2.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#s2 .col#colC{
  background: url(../images/s2_c3_off.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#s2 .col.current#colC{
  background: url(../images/s2_c3.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#s2 .col .cover1{
  position: absolute;
  top:40px;
  left:0;
  width:100%;
  padding:0 15px;
  text-align: center;
  transition: all 0.3s ease;
}
#s2 .col .cover1 p{
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
#s2 .col .cover2{
  position: absolute;
  bottom:60px;
  left:0;
  width:100%;
  padding:0 30px;
  font-weight: bold;
  color:#fff;
  text-align: left;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
#s2 .col .cover2 .en2{
  font-size: 60px;
  line-height: 1.2;
}
#s2 .col .cover2 .txt{
  font-size: 16px;
}
#s2 .col.out .cover1{
  display:none;
}
#s2 .col.out .cover2{
  display:none;
}
#s2 .col.current .cover1{
  padding:0 30px;
  text-align: left;
}
#s2 .col.current .cover1 p{
  font-size: 20px;
}
@media (max-width: 1370px) {
  #s2 .col .cover2 .en2{
    font-size: 50px;
  }
  #s2 .col.current .cover2 .en2{
    font-size: 60px;
  }
}
@media (max-width: 1220px) {
  #s2 .col .cover2 .en2{
    font-size: 40px;
  }
  #s2 .col.current .cover2 .en2{
    font-size: 60px;
  }
}
@media (max-width: 860px) {
  #s2{
    padding:80px 0px;
  }
  #s2 .col {
    flex: 100%;
    height:400px;
  }
  #s2 .col:hover {
    flex: 100%;
  }
  #s2 .inner{
    padding:0 30px;
  }
  #s2 .col#colA{
    background: url(../images/s2_c1.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  #s2 .col#colB{
    background: url(../images/s2_c2.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  #s2 .col#colC{
    background: url(../images/s2_c3.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
@media (max-width: 680px) {
  #s2{
    padding:50px 0px;
  }
  #s2 .inner{
    padding:0 15px;
  }
}
@media (max-width: 500px) {
  #s2 .col {
    flex: 100%;
    height:200px;
  }
  #s2 .col .cover1{
    top:15px;
    padding:0 5px;
    text-align: left;
  }
  #s2 .col .cover1 p{
    font-size: 11px;
  }
  #s2 .col .cover2{
    bottom:15px;
    padding:0 10px;
  }
  #s2 .col .cover2 .en2{
    font-size: 24px;
  }
  #s2 .col .cover2 .txt{
    font-size: 10px;
  }
}
/* ----------------------------------------------------------------------
s3
---------------------------------------------------------------------- */
#s3{
  width:100%;
  padding:120px 0px;
  background: #5a534d;
  color:#fff;
}
#s3 .inner{
  width:100%;
  padding:0 50px;
}
#s3 h3{
  width:100%;
  margin-bottom: 80px;
  text-align: center;
}
#s3 h3 span{
  display:block;
}
#s3 h3 span.en2{
  font-size: 40px;
}
#s3 h3 span.jp{
  font-size: 22px;
}
@media (max-width: 860px) {
  #s3{
    padding:80px 0px;
  }
}
@media (max-width: 680px) {
  #s3{
    padding:50px 0px;
  }
}
/*----------------------------slider--------------------------------*/

.slider .slick-list{
	position: relative;
	display: block;
	overflow: hidden;

}
.slider{
	position: relative;
	cursor: pointer;
	width:calc(100% - 30px);
	margin:auto;
}
.slider .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	justify-content: center;
	align-items:flex-start;
}

.slider .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	left:-40px;
	z-index: 1;
	border: none;
}
.slider .slick-next{
	left: auto;
	right:-15px;
}
.slider .slick-arrow:before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 7px);
	border-top: 3px solid rgba(255,255,255,1);
	border-left: 3px solid rgba(255,255,255,1);
}
.slider .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 20px);
}
.slider .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 0px);
}

.slider .pointer{
	display: table;
	margin: 20px auto 0;
}
.slider .pointer li{
	display: table-cell;
	padding: 0 5px;
}
.slider .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: #ccc;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
.slider .pointer .slick-active button{
	background-color: #3f3a39;
}

.slide-fer{
  position: relative;
  z-index: 2;
}
.slide-fer .slick-track {
  position: relative;
  top: 0;
  left:0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slide-fer .slick-slide img {
  max-width: none;
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

#s3 .item{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  align-items: center;
  padding:0 50px;
}
#s3 .item .txt{
  width:50%;
  padding-right: 80px;
}
#s3 .item .img{
  width:50%;
  border-radius: 15px;
  overflow: hidden;
}
#s3 .item .txt dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  margin-bottom: 30px;
}
#s3 .item .txt dl dt{
  width:50px;
  padding-top: 10px;
}
#s3 .item .txt dl dd{
  width:calc(100% - 50px);
}
#s3 .item .txt dl dd h4{
  font-size: 30px;
}
#s3 .item .txt .p1{
  padding:0 0px 0 50px;
}
#s3 .leier1,
#s3 .leier2{
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  #s3 .item .txt dl dd h4{
    font-size: 26px;
  }
}
@media (max-width: 980px) {
  #s3 h3{
    margin-bottom: 40px;
  }
  #s3 .item .txt{
    order: 2;
    width:100%;
    padding-right: 0px;
  }
  #s3 .item .img{
    order: 1;
    width:100%;
    max-width: 760px;
    margin:0 auto 30px;
  }
}
@media (max-width: 860px) {
  #s3 .leier1,
  #s3 .leier2{
    margin-bottom: 60px;
  }
}
@media (max-width: 680px) {
  #s3 h3{
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  #s3 h3 span.en2{
    font-size: 30px;
  }
  #s3 h3 span.jp{
    font-size: 16px;
  }
  #s3 .inner{
    padding:0 30px;
  }
  #s3 .item{
    padding:0 0px;
  }
  .slider .slick-arrow{
  	display: block;
  	text-indent: -10000px;
  	outline:none;
  	line-height:1px;
  	font-size:1px;
  	height: 30px;
  	width: 30px;
  	cursor: pointer;
  	position: absolute;
  	top: calc(50% - 15px);
  	left:-30px;
  	z-index: 1;
  	border: none;
  }
  .slider .slick-next{
  	left: auto;
  	right:-15px;
  }
  .slider .slick-arrow:before{
  	content: "";
  	display: block;
  	width: 30px;
  	height: 30px;
  	position: absolute;
  	top: calc(50% - 7px);
  	border-top: 3px solid rgba(255,255,255,1);
  	border-left: 3px solid rgba(255,255,255,1);
  }
  #s3 .item{
    align-items: flex-start;
  }
  #s3 .item .img{
    margin:0 auto 15px;
  }
  #s3 .item .txt dl dt{
    width:100%;
    padding-top: 0px;
  }
  #s3 .item .txt dl dd{
    width:100%;
  }
  #s3 .item .txt dl dd h4{
    font-size: 20px;
  }
  #s3 .item .txt dl dd h4 br{
    display:none;
  }
  #s3 .item .txt .p1{
    padding:0 0px 0 0px;
  }
  #s3 .leier1,
  #s3 .leier2{
    margin-bottom: 40px;
  }
}
/* ----------------------------------------------------------------------
s4
---------------------------------------------------------------------- */
#s4{
  width:100%;
  padding:120px 0px;
  background: #fff;
}
#s4 .inner{
  width:100%;
  padding:0 50px;
  margin-bottom: 30px;
}
#s4 .p1{
  text-align: center;
  margin-bottom: 15px;
}
#s4 .dl1{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
#s4 .dl1 dt{
  font-size: 16px;
  font-weight: bold;
}
#s4 .dl1 dt span{
  font-size: 22px;
}
#s4 .dl1 dd{
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
}
#s4 .dl2{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}
#s4 .dl2 dt{
  font-size: 16px;
  font-weight: bold;
}
#s4 .dl2 dd{
  padding-left: 100px;
  font-size: 16px;
  font-weight: bold;
}
#s4 .dl2 dd span{
  font-size: 24px;
  font-weight: bold;
}
#s4 .box{
  width:100%;
  padding:50px;
  background: #e9e4d8;
  margin-bottom: 20px;
}
#s4 .box .box-inner{
  width:100%;
  padding:50px;
  background: #fff;
}
#s4 .dl3{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
}
#s4 .dl3 dt img.pc{
  display:block;
  width:100%;
  max-width:280px;
}
#s4 .dl3 dt img.sp{
  display:none;
  width:100%;
  max-width:200px;
}
#s4 .dl3 dd{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  padding-left: 50px;
  align-items: center;
  color:#db2a50;
}
#s4 .dl3 dd .f1{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:50px;
  height:50px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 14px;
  color:#fff;
  background:#db2a50;
  letter-spacing: 0rem;
  font-weight: bold;
}
#s4 .dl3 dd .f2{
  font-size: 47px;
  font-weight: bold;
  padding-left: 20px;
}
#s4 .dl3 dd .f3{
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
#s4 .p2{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#s4 .lis{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
#s4 .lis .l{
  width:50%;
  padding-right: 25px;
}
#s4 .lis .r{
  width:50%;
  padding-left: 25px;
}
#s4 .lis .dlpr{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:10px 10px;
  border-bottom: 1px solid #e9e4d8;
}
#s4 .lis .dlpr dd{
  padding-left: 15px;
}
#s4 .cap{
  font-size: 12px;
  margin-bottom: 60px;
}
@media (max-width: 860px) {
  #s4{
    padding:80px 0px;
  }
  #s4 .inner{
    padding:0 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  #s4{
    padding:50px 0px;
  }
  #s4 .inner{
    padding:0 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  #s4 .p1{
    font-size: 12px;
  }
  #s4 .dl1 dt{
    text-align: center;
    width:100%;
    font-size: 14px;
    font-weight: bold;
  }
  #s4 .dl1 dt span{
    font-size: 20px;
  }
  #s4 .dl1 dd{
    text-align: center;
    width:100%;
    padding-left: 0px;
    font-size: 14px;
  }
  #s4 .dl2 dt{
    text-align: center;
    width:100%;
    font-size: 14px;
    font-weight: bold;
  }
  #s4 .dl2 dd{
    text-align: center;
    width:100%;
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
  }
  #s4 .dl2 dd span{
    font-size: 24px;
    font-weight: bold;
  }
  #s4 .box{
    padding:15px;
  }
  #s4 .box .box-inner{
    padding:15px;
  }
  #s4 .dl3 dt{
    width:100%;
  }
  #s4 .dl3 dt img.pc{
    margin:0 auto 5px;
  }
  #s4 .dl3 dd{
    padding-left: 0px;
  }
  #s4 .dl3 dd .f1{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	width:40px;
    height:40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 12px;
  }
  #s4 .dl3 dd .f2{
    font-size: 42px;;
  }
  #s4 .lis .l{
    width:100%;
    padding-right: 0px;
    font-size: 14px;
  }
  #s4 .lis .r{
    width:100%;
    padding-left: 0px;
    font-size: 14px;
  }
  #s4 .lis .dlpr{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	width:100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:8px 10px;
    border-bottom: 1px solid #e9e4d8;
    font-size: 14px;
  }
}
/* ----------------------------------------------------------------------
btn
---------------------------------------------------------------------- */
.btn{
  width:100%;
  text-align: center;
}
.btn a{
  display:block;
  width:100%;
  max-width:500px;
  border-radius: 60px;
  padding:15px 50px 15px 15px;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #5a534d;
  margin:0 auto;
  transition: all 0.3s ease;
}
.btn a::before{
  position: absolute;
  content:"";
  width:40px;
  height:40px;
  background: #fff;
  top:calc(50% - 18px);
  right:20px;
  border-radius: 60px;
}
.btn a::after{
  position: absolute;
  content:"";
  width: 12px;
	height: 12px;
  top: calc(50% - 6px);
	border-top: 3px solid #5a534d;
	border-left: 3px solid #5a534d;
  transform: rotate(135deg);
  right:35px;
}
.btn a:hover{
  background: #655d56;
}
@media (max-width: 500px) {
  .btn a{
    display:block;
    width:100%;
    max-width:500px;
    border-radius: 60px;
    padding:15px 50px 15px 15px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #5a534d;
    margin:0 auto;
    transition: all 0.3s ease;
  }
  .btn a::before{
    position: absolute;
    content:"";
    width:30px;
    height:30px;
    background: #fff;
    top:calc(50% - 16px);
    right:20px;
    border-radius: 60px;
  }
  .btn a::after{
    position: absolute;
    content:"";
    width: 8px;
  	height: 8px;
    top: calc(50% - 6px);
  	border-top: 3px solid #5a534d;
  	border-left: 3px solid #5a534d;
    transform: rotate(135deg);
    right:30px;
  }
}
/* ----------------------------------------------------------------------
s5
---------------------------------------------------------------------- */
#s5{
  width:100%;
  padding:0px 0px;
  background: #fff;
}
#s5 .de{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  overflow: hidden;
  padding:120px 50px 0;
}
#s5 .de .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#s5 .de .bg img.pc {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: 50% 0%;
}
#s5 .de .t {
    position: relative;
    width: 100%;
    padding: 0px;
    z-index: 3;
}
#s5 .de .t h2{
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0rem;
  margin-bottom: 30px;
}
#s5 .de .t p.p1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
#s5 .de .t p.p2{
  font-size: 16px;
  margin-bottom: 80px;
}
#s5 .btn a{
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 680px) {
  #s5 .de{
    height: 700px;
    padding:60px 20px 0;
  }
  #s5 .de .t h2{
    font-size: 42px;
    margin-bottom: 15px;
  }
  #s5 .de .t p.p1{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #s5 .de .t p.p2{
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  #s5 .de{
    height: 480px;
    padding:60px 20px 0;
  }
}
/* ----------------------------------------------------------------------
s6
---------------------------------------------------------------------- */
#s6{
  width:100%;
  padding:80px 0px;
  font-size: 14px;
  background: #fff;
}
@media (max-width: 680px) {
  #s6{
    padding:40px 0px;
    font-size: 12px;
  }
}
/* ----------------------------------------------------------------------
s7
---------------------------------------------------------------------- */
#s7{
  width:100%;
  padding:80px 0px;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #e9e4d8;
}
#s7 h2{
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0rem;
  margin-bottom: 30px;
  text-align: center;
}
#s7 p.p1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
#s7 ul{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#s7 ul li{
  width:50%;
  padding:0 15px;
}
#s7 ul li .btn a{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 760px) {
  #s7 h2{
    font-size: 43px;
    margin-bottom: 15px;
  }
  #s7 p.p1{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #s7 ul li{
    width:100%;
    padding:0 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  #s7{
    padding:40px 0px;
  }
}
/* ----------------------------------------------------------------------
footer
---------------------------------------------------------------------- */
footer{
  width:100%;
  padding:50px 0px;
  font-size: 14px;
  background: #fff;
  font-size: 10px;
  text-align: center;
}
