/* progress-bar */

.progress-bar{
  position: fixed;
  top:0;
  width: 0%;
  left:0;
  height:3px;
  background-color: #646464;
  z-index: 10000;
  transition: width 0.1s ease-in;
}

@media(max-width:1279px){
	.progress-bar{
		top:58px;
		height:2px;
	}
}

@media(max-width:719px){
	.progress-bar{
		top:52px;
	}
}

/* fixoContent : 메인 */

.sub-top {

}
.section-top {
	position: relative;
	/* height:100vh; */
	height: 45vw;
}
.section-top .mwidth {
	height:100% !important;
	max-width: unset;
	padding: 0;
}
.section-top .slide-inner {
	/* overflow: hidden; */
	display:flex;
	align-items: center;
	padding-right: 10px;
	/* flex-wrap:wrap;
	flex-direction:column;
	position: relative;
	top: -1rem;
	left: 5rem;
	margin-top: 20vw; */
	margin-left: 17.5vw;
}
.section-top .slide-inner .slide-txt01-wrap{
	overflow: hidden;
}
.section-top .slide-inner > div {
	text-align:left;
}
.section-top .slide-inner a {
	display:inline-block;
	
}

.section-top .slide-inner .slide-txt01{
	transition: 2.5s ease-in-out 1s;
	transform: translateY(-160%);
	filter: blur(20px);
	display: inline-block;
}
.section-top .slide-inner .slide-txt01.animate{
	transform: translateY(0%);
	filter: blur(0px);
}
.section-top .slide-inner .slide-txt02{
	overflow: hidden;
}
.section-top .slide-inner .slide-txt02 a{
	transition: 1s ease-in-out 2.5s;
	transform: translateY(100%);
	display: block;
}
.section-top .slide-inner .slide-txt02 a.animate{
	transform: translateY(0px);
}

@media (max-width: 1279px) {
	.section-top {
		margin: 60px 0 0 0;
		height:calc(100vh - 114px);
	}
	.section-top .slide-inner{
		margin-top: 0vw;
		margin-left: 7.5vw;
	}
	.section-top .slide-inner .slide-txt01{
		width: 90%;
	}
}
@media (max-width: 719px) {
	.section-top {
		margin: 54px 0 0 0;
		height:calc(100vh - 220px);
	}
	.section-top .mwidth{
		padding:0 10px 0 30px;
		height: 88% !important;
	}
	/* .video-top .video-wrap {
		padding-bottom: 140%;
	}
	.video-top .video-wrap #player {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250%;
	} */
	.section-top .slide-inner {
		top:-5rem;
		left: unset;
		width:100%;
		margin:0 auto;
	}
	.section-top .slide-inner a{
		margin-top: 0rem;
		width:14.5rem;
	}
	.section-top .slide-inner a>img{
		width: 120px;
	}
	.section-top .slide-inner .slide-txt01{
		margin-bottom: 2.3rem;
	}
}
.iframe-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.iframe-wrap .iframe-inner {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-wrap .iframe-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
	pointer-events: none;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.video_wrap{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
	transform: translateX(-50%);
  overflow: hidden;
	margin: 0 auto;
}
.video_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
	pointer-events: none;
}
.video_wrap video{
	width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1279px) {
  .iframe-wrap {
    height: 100%;
  }
  .iframe-wrap .iframe-inner {
    padding-bottom: 136.25%;
  }
  .iframe-wrap iframe {
    top:0;
    transform: translateX(-50%);
    left: 50%;
    width: 245%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }

	.video_wrap{
		width: 1430px;
		height: 105%;
	}
}

@media (max-width: 720px) {
  .iframe-wrap {
  }
  .iframe-wrap .iframe-inner {
    padding-bottom: 190%;
  }
  .iframe-wrap iframe {
    top:0;
    transform: translateX(-50%);
    left: 50%;
    width: 350%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }

	.video_wrap{
		width: 1200px;
		height: 100%;
	}
}

.video-top {
	padding: 0;
}
.video-top .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
}
.video-top .video-wrap .player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-top .video-wrap iframe {
	width:100%;
	height:100%;
}

.video-top .video-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.box-image-dummy {
	opacity: 0;
}


/* 메인슬라이드 */
#keyvisualMain {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
#keyvisualMain,
#keyvisualMain .swiper-wrapper {
	height:100% !important;
}

#keyvisualMain .box-image {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
#keyvisualMain .box-image img {
	display: none;
}

#keyvisualMain .swiper-slide {
	display: flex;
	/* align-items: center; */
	height: 100%;
}
#keyvisualMain .box-text {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; max-width: 1340px;
	box-sizing: border-box;
	padding: 0 40px;
	text-align: center;
	color: #645953;
}
#keyvisualMain .box-text.color-w {
	color: #fff;
}
#keyvisualMain .box-text.align-right {
	text-align: right;
}
#keyvisualMain .box-text .inner {
	display: inline-block;
	text-align: center;
}
#keyvisualMain .box-text h2 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 10px;
	font-size: 3.2rem; letter-spacing: -.128rem; font-weight: 400;
}
#keyvisualMain .box-text h2 .txt {
	flex-shrink: 0;
}
#keyvisualMain .box-text h2 .img {
	margin: 0 0 10px 20px;
}
#keyvisualMain .box-text .subscript {
	margin: 0 0 30px;
	font-size: 2rem; letter-spacing: -.08rem;
}
#keyvisualMain .box-text .tails {
	font-size: 1.1rem; letter-spacing: 1.496rem;
	text-transform: uppercase;
}

#keyvisualMain .arrow-wrap {
	position: absolute; top: 50%; left: 50%; z-index: 10;
	transform: translate(-50%, -50%);
	width: 100%; max-width: 1500px;
	box-sizing: border-box;
}
#keyvisualMain .btn-arrow {
	position: absolute; top: 0;
	width: 30px; height: 58px;
	background-size: auto 58px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#keyvisualMain .btn-arrow.btn-prev {
	left: 40px;
	background-image: url('../images/keyvisual_ico_prev2.png');
}
#keyvisualMain .btn-arrow.btn-next {
	right: 40px;
	background-image: url('../images/keyvisual_ico_next2.png');
}

#keyvisualMain .control-wrap {
	position: absolute; bottom: 130px; left: 50%; z-index: 10;
	transform: translateX(-50%);
	display: flex; align-items: center;
}
#keyvisualMain .control-wrap .cmn-btn {
	width: 20px; height: 20px;
}
#keyvisualMain .control-wrap .play {
	position: relative;
	width: 4px;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: 5px 0 0 7px;
	font-size: 0;
	cursor: pointer;
	display: none;
}
#keyvisualMain .control-wrap .play.on {
	display: block;
}
#keyvisualMain .control-wrap .pause {
	position: relative;
	width: 20px; height: 20px;
	font-size: 0;
	cursor: pointer;
	display: none;
}
#keyvisualMain .control-wrap .pause.on {
	display: block;
}
#keyvisualMain .control-wrap .pause:before {
	content: '';
	position: absolute; top: 5px; left: 6px;
	width: 2px; height: 10px;
	background-color: #fff;
}
#keyvisualMain .control-wrap .pause:after {
	content: '';
	position: absolute; top: 5px; left: 10px;
	width: 2px; height: 10px;
	background-color: #fff;
}

#keyvisualMain .main-arrow-wrap{
	position: absolute;
	bottom:calc(6.7vw + 35px);
	display: flex;
	gap: 2.5rem;
	left:50%;
	transform: translateX(150%);
	z-index: 20;

}
#keyvisualMain .main-arrow-wrap img{
	width: 1.4rem;
}
#keyvisualMain .main-arrow-wrap div{
	cursor: pointer;
}
#keyvisualMain .main-arrow-wrap .main-arrow-prev{

}
#keyvisualMain .main-arrow-wrap .main-arrow-next{
	
}
#keyvisualMain .swiper-pagination{
	width: 6rem;
	color: #fff;
	font-size: 2rem;
	bottom: calc(6.7vw + 31px);
	left: 50%;
	transform: translateX(-215%);
}
#keyvisualMain .autoplay-progress{
	width: 12.2rem;
	height:2px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom:calc(6.7vw + 46px);
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0.8;
	z-index: 3;

}
#keyvisualMain .autoplay-progress .progress-bar{
	position: absolute;
	top:0;
	left:0;
	width: 0%;
	height:100%;
	background-color: rgba(255, 255, 255, 1);
	
}
#keyvisualMain .autoplay-progress .progress-bar.progress{
	animation:progress_bar 6s linear 1.3s;
	
}

/* #keyvisualMain .swiper-pagination{
	pointer-events: none;
	left:4rem;
	top:-250px;
}

#keyvisualMain .swiper-pagination-bullets {
	display: flex; align-items: center;
	
}
#keyvisualMain .swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: transparent;
	position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

#keyvisualMain .swiper-pagination-bullets .swiper-pagination-bullet>span{
	color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
	font-size: 10.5px;
  transform: translate(-50%, -50%);
}

#keyvisualMain .swiper-pagination-bullets .swiper-pagination-bullet .progress{
	transform: rotate(-90deg);
}

#keyvisualMain .swiper-pagination-bullets .swiper-pagination-bullet .progress .circle-origin{
	fill:transparent;
	stroke: rgb(255, 255, 255);
  stroke-width: 1;
	stroke-linecap: round;
	stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

#keyvisualMain .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .progress .circle-origin{
	animation: progress 17s 0s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
} */


#keyvisualMain .btns-wrap {
	position: absolute; bottom: 220px; left: 50%; z-index: 10;
	transform: translateX(-50%);
	display: flex; align-items: center;
}
#keyvisualMain .btns-wrap a {
	display: flex; align-items: center; justify-content: center;
	width: 288px; height: 72px;
	margin: 0 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.85);
	border: 1px solid;
	border-color: rgba(255,255,255,.85);
	font-size: 1.8rem; letter-spacing: -.072rem; color: #6f6557;
}
#keyvisualMain .btns-wrap a:nth-child(2) {
	background-color: rgba(153,129,98,.85);
	color: #fff;
}
@media (max-width: 1279px) {
	#keyvisualMain {
		min-height: 700px;
	}
	#keyvisualMain .swiper-slide {
		align-items: center;
	}
	#keyvisualMain .slide03 .box-image {
		background-position: left 40% center;
	}
	#keyvisualMain .box-text h2 .img img {
		width: 180px;
	}
	
	#keyvisualMain .btn-arrow.btn-prev {
		left: 10px;
	}
	#keyvisualMain .btn-arrow.btn-next {
		right: 10px;
	}
	#keyvisualMain .control-wrap {
		bottom: 100px;
	}
	#keyvisualMain .btns-wrap {
		bottom: 150px;
	}
	#keyvisualMain .btns-wrap a {
		width: 250px; height: 72px;
		margin: 0 6px;
	}
	#keyvisualMain .swiper-pagination {
		bottom:13rem;
	}
	#keyvisualMain .main-arrow-wrap{
		bottom:13.3rem;
	}
	#keyvisualMain .autoplay-progress{
		bottom:14.5rem;
	}
}
@media (max-width: 719px) {
	#keyvisualMain {
		min-height: 500px;
		/* bottom: 2px; */
	}
	#keyvisualMain .box-text h2 {
		flex-wrap: wrap;
		font-size: 1.8rem;
	}
	#keyvisualMain .box-text h2 .txt {
		width: 100%;
	}
	#keyvisualMain .box-text h2 .img {
		margin: 5px 0;
	}
	#keyvisualMain .box-text h2 .img img {
		width: 80px;
	}
	#keyvisualMain .box-text .subscript {
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
	#keyvisualMain .box-text .tails {
		font-size: 1rem; letter-spacing: .8rem;
	}
	
	#keyvisualMain .arrow-wrap { display: none; }

	#keyvisualMain .btn-arrow {
		background-size: auto 30px;
	}
	#keyvisualMain .btn-arrow.btn-prev {
		background-position: left center;
		left: 10px;
	}
	#keyvisualMain .btn-arrow.btn-next {
		background-position: right center;
		right: 10px;
	}
	#keyvisualMain .control-wrap {
		bottom: 50px;
	}
	#keyvisualMain .btns-wrap {
		bottom: 120px;
	}
	#keyvisualMain .btns-wrap a {
		width: 140px; height: 40px;
		margin: 0 5px;
		font-size: 1.5rem;
	}
	#keyvisualMain .swiper-pagination {
		font-size: 1.6rem;
	}
	#keyvisualMain .main-arrow-wrap img{
		width: 6px;
	}
	#keyvisualMain .swiper-pagination {
		bottom:8rem;
	}
	#keyvisualMain .main-arrow-wrap{
		bottom:8.3rem;
		transform: translateX(185%);
	}
	#keyvisualMain .autoplay-progress{
		bottom: 9.2rem;
    width: 10rem;
	}
}
.common-title .sub-top{
	
}
.common-title {
	padding: 0 20px 5rem;
	text-align: center;
}
.common-title.color-w {
	color: #fff;
}
.common-title.bg {

	padding-top: 210px;
	/* background-image: url('../images/se01_title_bg.png');
	background-position: center top 110px;
	background-repeat: no-repeat;
	background-size: 797px auto; */
}
.common-title.max h2 {
	/* margin: 0 0 35px; */
	
}

.common-title h2 {
	/* margin: 0 0 5px; */
	font-size: 5rem; line-height: 1.2; letter-spacing: -.2rem; font-weight: 900;
	text-transform: uppercase;
	
	
}
.common-title .subscript {
	font-size: 2.2rem; letter-spacing: -.088rem;
}
@media (max-width: 1279px) {
	.common-title .sub-top>img{
		width: 120px;
	}
}
@media (max-width: 719px) {
	.common-title {
		padding: 0 15px;
	}
	.common-title.bg {
		margin-top: 30px;
		padding-top: 0px;
		background-position: center top 10px;
	}
	.common-title h2 {
		font-size: 3.2rem;
	}
	.common-title .subscript {
		font-size: 1.7rem;
	}
	.common-title .sub-top>img{
		width: 85px;
	}
}

/* section011 */

#section011{
	padding:14rem 0 2rem;
}

#section011 .mwidth #intro-video{
	padding: 0 2rem;
	border-radius: 5rem;
	overflow: hidden;
	margin-bottom: 0rem;
	/* filter: brightness(0);
	pointer-events: none; */
}
#section011 .mwidth #intro-video .video-wrap iframe{
	border-radius: 5rem;
}
#section011 .mwidth .content-wrap{
	overflow: hidden;
	margin-top: 12.2rem;
}
#section011 .mwidth .item-wrap{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(3, 22.5rem);
	border:0.5px solid #d8d8d8;
	box-sizing: border-box;

}
#section011 .mwidth .item-wrap .item{
	position: relative;
	box-sizing: border-box;
	border:0.5px solid #d8d8d8;
	color: #646464;
	letter-spacing: -0.04em;
	font-weight: 300;
	font-size: 2.43rem;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#section011 .mwidth .item-wrap .item:hover .desc{
	opacity: 1;
	transform: translateX(0);
}
#section011 .mwidth .item-wrap .item:nth-child(even){
	background-color: #fafafa;
}

#section011 .mwidth .item-wrap .item .box{
	overflow: hidden;
}

#section011 .mwidth .item-wrap .item .inner{
	display: flex;
	align-items: center;
	padding-left: 3.6rem;
	padding-right: 1.2rem;
	gap: 3rem;

}
#section011 .mwidth .item-wrap .item .inner .icon{
	width: 12.4rem;
	display: flex;
	justify-content: center;
}
#section011 .mwidth .item-wrap .item .inner .icon img{
	
}
#section011 .mwidth .item-wrap .item .inner .txt{
	
}
#section011 .mwidth .item-wrap .item .inner .txt b{
	font-weight:700;
}
#section011 .mwidth .item-wrap .item .desc{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#646464;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s ease-in-out;
	transform: translateX(-100%);
}
#section011 .mwidth .item-wrap .item .desc p{
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: -0.04em;
	line-height: 1.5;
	font-weight:300;
}

@media(max-width:1279px){
	#section011 .mwidth .item-wrap{
		grid-template-rows: repeat(3, 20rem);
	}
	#section011 .mwidth .item-wrap .item{
		font-size: 2.1rem;
	}
	#section011 .mwidth .item-wrap .item .inner{
		padding-left: 1rem;
		padding-right: 1rem;
		gap: 1rem;
	}
	#section011 .mwidth .item-wrap .item .inner p{
		
	}
	#section011 .mwidth .item-wrap .item .inner .icon{
		width: 108px;
	}
	#section011 .mwidth .item-wrap .item .inner .icon img{
		transform: scale(0.60);
		transform-origin: center;
	}
	#section011 .mwidth .item-wrap .item .inner .txt{
	
	}
	#section011 .mwidth .item-wrap .item .inner .txt b{
	
	}
	#section011 .mwidth .item-wrap .item .desc{
	}
	#section011 .mwidth .item-wrap .item .desc p{
		font-size: 1.7rem;
	}
}

@media(max-width:719px){
	#section011{
		padding: 9rem 0 2rem;
	}
	#section011 .mwidth{
		padding: 0 7.5px;
	}
	#section011 .mwidth #intro-video{
		margin-bottom: 0rem;
	}
	#section011 .mwidth #intro-video .video-wrap iframe{
		border-radius: 3rem;
	}
	#section011 .mwidth .content-wrap{
		margin-top: 10rem;
	}
	#section011 .mwidth .item-wrap{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: unset;
	}
	#section011 .mwidth .item-wrap .item{
		justify-content: flex-start;
		height:13rem;
		font-size: 1.8rem;
	}
	#section011 .mwidth .item-wrap .item.br-min::after{
		content:"";
		position: absolute;
		display: block;
		width:calc(100% + 2px);
		height:calc(100% + 2px);
		background-color: #fff;
		z-index: 10;
		top:0px;
		left:0px;
	}
	#section011 .mwidth .item-wrap .item .inner{
		padding-left: 0rem;
		padding-right: 0rem;
		gap: 0;
	}
	#section011 .mwidth .item-wrap .item .inner p{
		
	}
	#section011 .mwidth .item-wrap .item .inner .icon{
		width: 100px;
		flex-shrink: 0;
	}
	#section011 .mwidth .item-wrap .item .inner .icon img{
		transform: scale(0.40);
		
	}
	#section011 .mwidth .item-wrap .item .inner .txt{
		
	}
	#section011 .mwidth .item-wrap .item .inner .txt b{
		
	}
	#section011 .mwidth .item-wrap .item .desc p{
		font-size: 1.4rem;
		padding:5px;
	}
}

/* section01 */

#section01 {
}
#section01 .content {
	padding: 80px 0 100px;
}
#section01 .content01 {
	margin: 0 0 100px;
}
#section01 .content01 .item-wrap {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 -3px;
}
#section01 .content01 .item-wrap .item {
	position: relative;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px 35px;
}
#section01 .content01 .item-wrap .item:after {
	content: '';
	position: absolute; bottom: 0; left: 4px; right: 4px;
	height: 1px;
	background-color: #e9e9e9;
}
#section01 .content01 .item-wrap .item .check {
	width: 100%; max-width: 130px;
	margin: auto;
}
#section01 .content01 .item-wrap .item .check:after {
	content: '';
	display: inline-block;
	width: 5px; height: 5px;
	background-color: #646464;
	border-radius: 100%;
	margin: 40px auto 30px;
}
#section01 .content01 .item-wrap .item .check span {
	display: block;
	margin: 0 auto;
	width: 100%; height: 0;
	padding-bottom: 100%;
	border: 3px solid #646464;
	border-radius: 100%;
	background-image: url('../images/se01_ico_check.png');
	background-position: center;
	background-repeat: no-repeat;
}
#section01 .content01 .item-wrap .item p {
	font-size: 2.2rem; letter-spacing: -.088rem;
}
#section01 .content02 .item-wrap {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d8d8d8;
	margin: -1px 0 0 0;
}
#section01 .content02 .item-wrap .item {
	width: 33.33%;
	min-height: 220px;
	padding: 35px 0;
	box-sizing: border-box;
	border: solid #d8d8d8; border-width: 0 1px 1px 0;
}
#section01 .content02 .item-wrap .item:nth-child(3n+3) {
	border-right: 0;
}
#section01 .content02 .item-wrap .item:nth-last-child(-n+3) {
	border-bottom: 0;
}
#section01 .content02 .item-wrap .item:nth-child(even) {
	background-color: #fffdfa;
}
#section01 .content02 .item-wrap .item .inner {
	display: flex;
	height: 100%;
}
#section01 .content02 .item-wrap .item .box-left {
	flex-shrink: 0;
	width: 160px;
	text-align: center;
}
#section01 .content02 .item-wrap .item .box-left .txt {
	font-size: 2.4rem; line-height: 1.2; letter-spacing: -.096rem; color: #646464;
}
#section01 .content02 .item-wrap .item .box-right {
	padding: 10px 20px 0;
	word-break: normal;
}
#section01 .content02 .item-wrap .item .box-right li {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 1.6rem; letter-spacing: -.064rem;
}
#section01 .content02 .item-wrap .item .box-right li:not(.nob):before {
	content: '·';
	position: absolute; top: 0; left: 0;
}
@media (max-width: 1279px) {
	#section01 .content02 .item-wrap .item .box-left {
		width: 110px;
	}
	#section01 .content02 .item-wrap .item .box-right {
		padding: 10px 10px 0;
	}
	#section01 .content01 .item-wrap .item .check span{
		width: 75%;
		padding-bottom: 75%;
	}
}
@media (max-width: 719px) {
	#section01 .mwidth{
		padding: 0 10px;
	}
	#section01 .content {
		padding: 40px 0 0px;
	}
	#section01 .content01 {
		margin: 0 0 50px;
	}
	#section01 .content01 .item-wrap .item {
		padding: 0 5px 30px;
	}
	#section01 .content02 .item-wrap .item:nth-last-child(-n+3) {
		border-bottom: 1px solid #d8d8d8;
	}
	#section01 .content02 .item-wrap .item:last-child {
		border-bottom: 0;
	}
	#section01 .content01 .item-wrap .item .check {
		max-width: 80px;
	}
	#section01 .content01 .item-wrap .item .check:after {
		margin: 20px auto;
	}
	#section01 .content01 .item-wrap .item p {
		font-size: 1.7rem;
	}
	#section01 .content02 .item-wrap .item {
		width: 100%;
		min-height: auto;
		padding: 20px 0;
		border-right: 0;
	}
	#section01 .content02 .item-wrap .item .inner {
		align-items: center;
	}
	#section01 .content02 .item-wrap .item .box-left img {
		width: 60px;
	}
}

#section021{padding-bottom: 12.5rem;}

#section021 .mwidth{max-width: 1264px;}

#section021 .mwidth .item-wrap{display: grid;grid-template-columns: 1fr 1fr 1fr;row-gap: 4px;column-gap: 4px;}

#section021 .mwidth .item-wrap .item{}

#section021 .mwidth .item-wrap .item .img{text-align: center;}

/* #section021 {
	margin-bottom:9rem;
	padding-bottom:9rem;
}
#section021 .swiper-slide:first-child {
	margin-left:-2rem;
} */

#section02 {
	padding: 80px 0;
	background-color:#646464;
}
#section02 h2 {
	padding: 0 40px;
	text-align: center;
	font-size: 3.5rem; letter-spacing: -.14rem; font-weight: 400; color: #fff;
}
#section02 h2 b {
	font-weight: 900;
}
@media (max-width: 1279px) {
	#section021{
		padding-bottom:4rem;
		margin-bottom:4rem;}

	#section021 .mwidth{max-width: 1264px;padding: 0 5px;}

	#section021 .mwidth .item-wrap{display: grid;grid-template-columns: 1fr 1fr;row-gap: 5px;column-gap:5px;}

	#section021 .mwidth .item-wrap .item{}

	#section021 .mwidth .item-wrap .item img{}
	#section021 .swiper-slide:first-child {
		margin-left:1rem;
	}
}
@media (max-width: 719px) {

}

/* #section03 .section-inner {
	padding: 250px 0 220px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#section03 .section-inner.bg1 {
	background-image: url('../images/se03_bg.jpg');
}
#section03 .section-inner.bg2 {
	background-image: url('../images/se03_bg2.jpg');
}
#section03 .section-inner.bg3 {
	background-image: url('../images/se03_bg3.jpg');
}
#section03 .content {
	width: 50%;
	text-align: center;
}
#section03 .section-inner.bg1 .content {
	margin: 0 0 0 auto;
}
#section03 .section-inner.bg2 .content {
	margin: 0 auto 0 0;
}
#section03 .section-inner.bg3 .content {
	margin: 0 0 0 auto;
}
#section03 .content .inner {
	display: inline-block;
	text-align: left;
}
#section03 .content .inner h2 {
	margin: 0 0 30px;
	font-size: 3.2rem; letter-spacing: -.128rem; font-weight: 400;
}
#section03 .content .inner .list {
	font-size: 2.2rem; letter-spacing: -.088rem;
}
#section03 .content .inner .list p:not(:last-child) {
	margin: 0 0 25px;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section03 .section-inner {
		padding: 120px 0;
	}
	#section03 .section-inner.bg1 {
		background-position: left 40% center;
	}
	#section03 .section-inner.bg2 {
		background-position: right 40% center;
	}
	#section03 .section-inner.bg3 {
		background-position: left 40% center;
	}
	#section03 .content .inner .list {
		font-size: 2rem;
	}
} */


#section031 {
	background:#fff;
	padding:14rem 0 8rem;
}

#section031 .common-title .sub-top{padding-bottom: 1rem;}

#section031 .common-title h2 {
	font-size:3.6rem;
	font-weight:400;
	background:#f7f7f7;
}
#section031 .common-title .subscript {
	font-size:1.8rem;
}

#section031 .box-wrap {
	padding: 0 20px;
	max-width:125.4rem;
	display:grid;
	grid-template-columns: 1fr 1fr;
	row-gap:5.1rem;
	column-gap:2.5rem;
	margin:5rem auto;
}

#section031 .item {
	font-size:1.8rem;
	/* width:33.3333%; */
	background:#fff;
}

#section031 .item:nth-child(1){
	background-color: transparent;
	display: flex;
	align-items: center;
}

#section031 .item:nth-child(even){
	display: flex;
  align-items: center;
	padding-left: 5.2rem;
}
#section031 .item .doctor-txt{
	display: block;
	padding-bottom:4.5rem;
	padding-left: 4.5rem;
}
#section031 .item .doctor-txt.doctor-txt02{
	width: 45.5rem;
	display: block;
	padding-bottom:4.5rem;
	padding-left: 4.5rem;
}
#section031 .item .sub-title{
	color: #646464;
	padding-bottom: 20px;
}
#section031 .item h4 {
	font-size:3.5rem;
	color:#5b5b5b;
}
#section031 .item h4 span{
	font-weight: 300;
}

#section031 .item ul {
	padding-top:1rem;
	line-height:1.5;
}

#section031 .item .inner {
	display:flex;
	flex-direction:column;
	align-items: flex-start;
}

#section031 .item .desc {
	padding:4rem;
}

#section031 .item .position {
}

@media (max-width:1279px){
	#section031 .box-wrap {
		padding: 0;
		row-gap: 1.3rem;
		column-gap: 1.3rem;
		width: calc(100% - 30px)
	}
	#section031 .item:nth-child(even){
		padding-left:3rem;
	}
	#section031 .item .doctor-txt{
		padding-left:0rem;
	}
	#section031 .item .doctor-txt.doctor-txt02{
		padding-left:0rem;
	}
}

@media(max-width:719px){
	#section031 {
		padding-top: 10rem;
		padding-bottom:4rem;
	}
	#section031 .common-title h2 {
		font-size:2.6rem;
	}
	#section031 .box-wrap {
		/* width:100%; */
		text-align:center;
		flex-direction:row;
		align-items:unset;
		column-gap:1rem;
		row-gap: 3rem;
		grid-template-columns: 1fr;	
		margin:6rem auto;
	}

	#section031 .box-wrap .item {
		width:100%;
	}
	#section031 .item h4{
		font-size: 3.2rem;
	}
	#section031 .item .sub-title{
		padding-left: 4rem;
	}
	#section031 .box-wrap .item:nth-child(even) .inner h4, #section031 .box-wrap .item:nth-child(even) .inner ul{
		padding-left: 4rem;
	}
	#section031 .box-wrap .item:nth-child(even) .inner h4{
		font-size: 3.2rem;
	}
	#section031 .box-wrap .item:nth-child(even) .inner{
		padding:3rem 0 4rem;
	}
	#section031 .box-wrap .item .inner{
		text-align: left;
	}
	#section031 .item:nth-child(even) {
		margin-top: -3rem;
		background:#f7f7f7;
		text-align: center;
		padding-top: 1rem;
		padding-left: 0rem;
	}
	#section031 .item .doctor-txt{
		width: 80%;
		display: block;
		padding-bottom:4.5rem;
		padding-left: 0rem;
		margin:0 auto;
	}
	/* #section031 .item .doctor-txt.doctor-txt02{
		width: 32rem;
		display: block;
		padding-bottom:4.5rem;
		padding-left: 0rem;
		margin:0 auto;
	} */
}




#section03 {
	background:#f7f7f7;
	padding: 100px 0 0;
}
#section03 .box-wrap {
	width:1470px;
	margin:0 auto;

	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#section03 .box-wrap .sub-title {
	color:#a38f85;
    font-size: 1.6rem;
    letter-spacing: -.064rem;
    font-weight: 300;
}
#section03 .box-wrap .item {
	width: calc((100% - 20px) / 3);
	box-sizing: border-box;
}
#section03 .box-wrap .item:nth-child(n + 4) {
	margin-top:40px;
}
#section03 .box-wrap .item .inner {
	position: relative;
	background-color: #f4f4f4;
	height: 100%;
}
#section03 .box-wrap .item .img img {
	margin-top: -40px;
}
#section03 .box-wrap .item .info {
	position: absolute; bottom: 60px; right: 15px;
	display: inline-block;
	min-width: 240px;
}
#section03 .box-wrap .item .info .name {
	margin: 15px 0 20px;
	font-size: 3.2rem; letter-spacing: -.128rem; font-weight: 300; color: #282828;
}
#section03 .box-wrap .item .info .name b {
	font-weight: 700;
}
#section03 .box-wrap .item .info .list {
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0 10px;
	min-height: 200px;
	background-color: rgba(255,255,255,.7);
}
#section03 .box-wrap .item .info .list li {
	font-size: 1.6rem; letter-spacing: -.064rem; font-weight: 300; color: #282828;
}
#section03 .box-wrap .item .info .list li.pd {
	padding: 0 0 25px;
}
@media (max-width: 1279px) {
	#section03 .box-wrap {
		flex-wrap: wrap;
	}
	#section03 .box-wrap .item {
		width:calc((100% - 10px) / 2);
		padding: 40px 0 20px;
	}
}
@media (max-width: 719px) {
	#section03 .pc_br {display:none;}
	
	#section03 {
		padding: 50px 0 0;
	}
	#section03 .box-wrap {
		width:100%;
	}
	#section03 .box-wrap .item .info {
		position: static;
		min-width: auto;
		margin: 0 10px 10px;
	}
	#section03 .box-wrap .sub-title {
		padding-top:15px;
	}
	#section03 .box-wrap .item .info .name {
		margin: 10px 0;
		font-size: 2.5rem;
	}
	#section03 .box-wrap .item .info .list {
		padding: 10px;
		min-height: auto;
	}
	#section03 .box-wrap .item:nth-child(n + 4) {
		margin:0;
	}
}

#section04 {
	max-width: 1920px;
  margin: 0 auto;
	padding: 140px 0 0 0;
}
#section04 .content {
	padding: 60px 0 0 0;
	height: 675px;
}
#section04 .item-wrap {
	display: flex;
	height: 100%;
}
#section04 .item-wrap .item{
	display: flex;
  justify-content: center;
  align-items: flex-end;
	position: relative;
	flex: 1;
	text-align: center;
	color: #fff;
	background-size: cover;
	overflow: hidden;
	transition:all 0.35s cubic-bezier(.445,.05,.55,.95);
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
}
#section04 .item-wrap .item .inner{
	overflow: hidden;
}
#section04 .item-wrap .item::after{
	content:"";
	position: absolute;
	display: block;
	inset:0;
	border-width:0px;
	border-style: solid;
	border-color:rgba(146, 137, 132, 0);
	transition:all 0.35s cubic-bezier(.445,.05,.55,.95);
}
#section04 .item-wrap .item:hover{
	background-size: cover;
}
#section04 .item-wrap .item:hover::after{
	border-width: 1rem;
	border-color:rgba(146, 137, 132, 0.75);
}
#section04 .item-wrap .item:hover h2{
	transform: translateY(-100%);
}
#section04 .item-wrap .item:hover h3{
	text-shadow: 0 0 10px #fff;
	transform: scale(1.1);
}
#section04 .item-wrap .item:nth-child(1) {
	/* background-color: #3f3b35; */
	background-image: url('../images/se04_bg01.jpg');
	
	/* background-attachment: fixed; */
}
#section04 .item-wrap .item:nth-child(2) {
	/* background-color: #1f1a14; */
	background-image: url('../images/se04_bg02.jpg');
	/* background-position: center; */
	/* background-attachment: fixed; */
}
#section04 .item-wrap .item:nth-child(3) {
	/* background-color: #fafafa; */
	background-image: url('../images/se04_bg03.jpg');
	/* background-position: center; */
	/* background-attachment: fixed; */
}
#section04 .item-wrap .item:nth-child(4) {
	/* background-color: #282828; */
	background-image: url('../images/se04_bg04.jpg');
	/* background-position: center; */
	/* background-attachment: fixed; */
}
#section04 .item-wrap h2 {
	margin: 0 0 5px;
	font-size: 1.8rem; letter-spacing: -.072rem; font-weight: 400;
	transition:all 0.35s cubic-bezier(.445,.05,.55,.95);
}
#section04 .item-wrap h2 b {
	font-weight: 700;
}
#section04 .item-wrap h3 {
	transition:all 0.35s cubic-bezier(.445,.05,.55,.95);
	padding: 0 15px;
	margin: 0 0 90px;
	font-size: 3.6rem; line-height: 1.2; letter-spacing: -.14rem; font-weight: 900;
	text-transform: uppercase;
	transform: scale(1);
}
#section04 .item-wrap a {
	position: relative;
	padding: 5px 0;
	font-size: 1.4rem; letter-spacing: -.056rem; font-weight: 700; color: #fff;
}
#section04 .item-wrap a:after {
	content: '';
	position: absolute; bottom: 0; left: 0; right: 0;
	height: 1px;
	background-color: #fff;
}
#section04 .item-wrap .item.color-b a {
	color: #282828;
}
#section04 .item-wrap .item.color-b a:after {
	background-color: #b7b7b7;
}

@media (max-width: 1279px) {
	#section04 .content {
		height: 500px;
	}
	#section04 .item-wrap .item {
		
		background-size: cover;
	}
	#section04 .item-wrap .item:hover{
		background-size: cover;
	}
	#section04 .item-wrap h2{
		font-size: 1.6rem;
	}
	#section04 .item-wrap h3{
		font-size: 3.2rem;
		margin: 0 0 40px;
	}
	#section04 .item-wrap .item:hover::after{
		border-width: 0.8rem;
	}
}
@media (max-width: 719px) {
	#section04 {
		padding: 70px 0 0 0;
	}
	#section04 .content {
		padding: 70px 0 0 0;
		height: 640px;
	}
	#section04 .item-wrap {
		flex-wrap: wrap;
		height: 50%;
	}
	#section04 .item-wrap .item {
		flex-basis: 50%;
		width: 50%;
		align-items: center;
	}
	#section04 .item-wrap h3 {
		margin: 0 0 0;
		font-size: 3rem;
	}
	#section04 .item-wrap .item:hover::after{
		border-width: 0.7rem;
	}
}
@media (max-width: 621px) {

}
@media (max-width: 458px) {

}

/* section055 */

#section055{
	padding:13.9rem 0 21.4rem;
}
#section055 .common-title{
	margin-bottom: 8.5rem;
}
#section055 .review-wrap{
	overflow: hidden;;
	display: grid;
	column-gap: 1.3rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;

}
#section055 .review-wrap .review{
	position: relative;
	transition: all 0.5s ease;
	border-radius: 30px;
	height: 44.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform-origin: center;
}
#section055 .review-wrap .review:hover::after{
	height: 100%;
	opacity: 1;
}
#section055 .review-wrap .review::after{
	transition: all 0.5s ease;
	content:"";
	position: absolute;
	top:0;
	opacity: 0;
	left:50%;
	transform: translateX(-50%);
	width:100%;
	height:0%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	border-radius: 30px;

}
/* #section055 .review-wrap .review.rotate::after{
	opacity: 1;
}
#section055 .review-wrap .review.rotate{
	transform: rotateY(180deg);
} */
#section055 .review-wrap .review p{
	
	color: #fff;
	font-size: 3.5rem;
	letter-spacing: -0.04em;
	line-height: 1.14;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	transition:opacity 0.2s ease 0.2s;
	opacity: 1;
	overflow: hidden;
	/* transform: rotateY(180deg); */
}
#section055 .review-wrap .review p a{
	color: #fff;
	pointer-events: none;
	display: flex;
	align-items: center;
	transform: translateY(100%);
	transition:all 0.5s ease 0.3s;
}
#section055 .review-wrap .review:hover p{
	opacity: 1;
}
#section055 .review-wrap .review:hover p a{
	transform: translateY(0%);
}
#section055 .review-wrap .review p span{
	line-height: 1;
}
#section055 .review-wrap .review p .arrow{
	padding-top: 1.5px;
	font-size: 2.5rem;
	animation:arrow_ani 1.2s ease infinite;
	cursor: pointer;
}
#section055 .review-wrap .review:nth-child(1){
	background-image: url('../images/se055_review01.png');
}
#section055 .review-wrap .review:nth-child(2){
	background-image: url('../images/se055_review02.png');
}
#section055 .review-wrap .review:nth-child(3){
	background-image: url('../images/se055_review03.png');
}
#section055 .review-wrap .review:nth-child(4){
	background-image: url('../images/se055_review04.png');
}

@media (max-width:1279px) {
	#section055{
		padding:12rem 0rem
	}
	#section055 .mwidth3{
		padding: 0 7.5px;
	}
	#section055 .review-wrap{
		column-gap: 0.7rem;
	}
	#section055 .review-wrap .review{
		height: 42rem;
	}
	#section055 .review-wrap .review p{
		font-size: 3rem;
	}
	#section055 .review-wrap .review p span{
		
	}
	#section055 .review-wrap .review p .arrow{
		font-size: 2rem;
	}
}

@media (max-width:719px) {
	#section055{

	}
	#section055 .mwith3{
		padding: 0 0.5rem;
	}
	#section055 .review-wrap{
		grid-template-columns: 1fr 1fr;
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	#section055 .review-wrap .review{
		height:32rem;
	}
	#section055 .review-wrap .review p{
		font-size: 2.6rem;
	}
	#section055 .review-wrap .review p span{
		
	}
	#section055 .review-wrap .review p .arrow{
		
	}
}



/* section05 */

#section05 {
	padding: 230px 0 270px;
	background-image: url('../images/se05_bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#section05 .content {
	width: 50%;
	margin: 0 0 0 auto;
	text-align: center;
}
#section05 .content .inner {
	display: inline-block;
	text-align: right;
	overflow: hidden;
	
}
#section05 .content .inner .title {
	display: flex;
	align-items: flex-end;
	margin: 0 0 15px;
}
#section05 .content .inner .title span{
	display: block;
}
#section05 .content .inner .title .txt {
	flex-shrink: 0;
	font-size: 3.5rem; letter-spacing: -.14rem; line-height: 1.2; color: #fff;
}
#section05 .content .inner .title .img {
	margin: 0 0 0 10px;
}
#section05 .content .inner p {
	font-size: 2.2rem; letter-spacing: -.088rem; color: #fff;
}
@media (max-width: 1279px) {
	#section05{
		background-attachment: unset;
	}
	#section05 .content {
		width: 100%;
		text-align: right;
	}
	#section05 .content .inner .title {
		flex-wrap: wrap;
	}
	#section05 .content .inner .title .txt {
		width: 100%;
	}
	#section05 .content .inner .title .img {
		margin-left: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 719px) {
	#section05 {
		padding: 135px 0;
	}
	
	#section05 .content .inner .title .txt {
		width: 100%;
		margin: 0 0 10px;
		font-size: 2.1rem;
	}
	#section05 .content .inner .title .img {
		width: 100%;
		margin: 0 0 10px;
	}
	#section05 .content .inner .title .img img {
		width: 145px;
	}
	#section05 .content .inner p{
		font-size: 1.7rem;
	}
}

#section06 {
	padding: 150px 0 200px;
}
#section06 .content {
	padding: 80px 0 0 0;
}
#section06 .item-wrap {
}
#section06 .item-wrap .item {
	display: flex;
	align-items: center;
}
#section06 .item-wrap .item .img {
	width: 50%;
}
#section06 .item-wrap .item .img img {
	width: 100%;
}
#section06 .item-wrap .item .info {
	align-self: center;
	width: 50%;
	padding: 5% 5% 0;
	box-sizing: border-box;
	text-align: center;
}
#section06 .item-wrap .item:nth-child(2) {
	margin: -20px 0 0 0;
}
#section06 .item-wrap .item:nth-child(2) .img {
	order: 1;
}
#section06 .item-wrap .item .info .inner {
	display: inline-block;
	text-align: left;
}
#section06 .item-wrap .item .info h2 {
	margin: 0 0 10px;
	font-size: 1.7rem; line-height: 1.2; font-weight: 400; color: #646464;
}
#section06 .item-wrap .item .info h2 b {
	font-weight: 700;
}
#section06 .item-wrap .item .info h3 {
	margin: 0 0 25px;
	font-size: 4.2rem; line-height: 1; letter-spacing: -.168rem; font-weight: 900;
}
#section06 .item-wrap .item .info p {
	margin: 0 0 50px;
	font-size: 1.8rem; letter-spacing: -.072rem;
}
#section06 .item-wrap .item .info ul {
	display: flex;
	justify-content: space-around;
}
#section06 .item-wrap .item .info li {
	text-align: center;
	font-size: 1.7rem; line-height: 1.2; color: #838383;
}
#section06 .item-wrap .item .info li p:nth-child(1) {
	margin: 0 0 10px;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section06 {
		padding: 70px 0 30px;
	}
	#section06 .content {
		padding: 40px 0 0 0;
	}
	#section06 .item-wrap .item {
		flex-wrap: wrap;
	}
	#section06 .item-wrap .item .img {
		width: 100%;
	}
	#section06 .item-wrap .item .info {
		width: 100%;
	}
	#section06 .item-wrap .item:nth-child(2) .img {
		order: 0;
	}
	#section06 .item-wrap .item .info ul {
		justify-content: flex-start;
	}
	#section06 .item-wrap .item .info li {
		padding: 0 20px 0 0;
	}
	#section06 .item-wrap .item .info p img {
		width: 45px;
	}
}

#section07 {
	background-color: #282828;
	padding: 160px 0 130px;
}
#slide01 {
	padding: 60px 0 0 0;
}
#slide01 .box-wrap {
	background-color: #fff;
	height: 680px;
	box-sizing: border-box;
	display: flex;
}
#slide01 .box-wrap .box-left {
	width: 50%;
	background-size: cover;
	background-position: center;
}
#slide01 .box-wrap .box-left.bg01 {
	background-image: url('../images/se07_img01.jpg');
}
#slide01 .box-wrap .box-left.bg02 {
	background-image: url('../images/se07_img02.jpg');
}
#slide01 .box-wrap .box-left.bg03 {
	background-image: url('../images/se07_img03.jpg');
}
#slide01 .box-wrap .box-right {
	width: 50%;
	box-sizing: border-box;
	padding: 80px 5%;
}
#slide01 .box-wrap .box-right h2 {
	margin: 0 0 30px;
	font-size: 4rem; line-height: 1.2; letter-spacing: -.16rem; font-weight: 400;
}
#slide01 .box-wrap .box-right p {
	margin: 0 0 25px;
	font-size: 2.2rem; letter-spacing: -.088rem;
}
#slide01 .box-wrap .box-right .img {
}
#slide01 .paginate {
	display: flex;
	justify-content: center;
	padding: 70px 0 0 0;
}
#slide01 .paginate span {
	width: 13px; height: 13px;
	border-radius: 100%;
	background-color: #b7b7b7;
	margin: 0 9px;
	opacity: 1;
}
#slide01 .paginate span.swiper-pagination-bullet-active {
	background-color: #fff;
}
@media (max-width: 1279px) {
	#slide01 .box-wrap .box-right h2 {
		font-size: 3.4rem;
	}
	#slide01 .box-wrap .box-right p {
		font-size: 1.8rem;
	}
}
@media (max-width: 719px) {
	#section07 {
		padding: 80px 0 60px;
	}
	#slide01 .box-wrap {
		display: block;
	}
	#slide01 .box-wrap .box-left {
		width: 100%;
		height: 200px;
	}
	#slide01 .box-wrap .box-right {
		width: 100%;
		padding: 20px 5%;
	}
}

#section08 {
	padding: 160px 0 100px;
}
#section08 .content {
	text-align: center;
}
#section08 .img01 {
	padding: 25px 0 35px;
}
#section08 .txt {
	margin: 0 0 50px;
	font-size: 2.2rem; letter-spacing: -.088rem;
}
#section08 .img02 {
	margin: 0 0 80px;
}
#section08 .img02 .img-m {
	display: none;
}
#section08 .txt-bt {
	padding: 40px 5%;
	background-color: #fcfaf7;
	border-top: 1px solid #646464;
	font-size: 2.2rem; letter-spacing: -.088rem; color: #646464;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section08 {
		padding: 80px 0 50px;
	}
	#section08 .img02 .img-pc {
		display: none;
	}
	#section08 .img02 .img-m {
		display: block;
	}
}

#section09 {
	padding: 100px 0;
	background-color: #ede9e3;
}
#section09 .item-wrap {
	display: flex;
	margin: 0 -10px;
}
#section09 .item-wrap .item {
	flex: 1;
	position: relative;
	padding: 25px 25px 140px; margin: 0 10px;
	background-color: #fff;
}
#section09 .item-wrap .item .num {
	position: absolute; top: 0; left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 57px; height: 57px;
	background-color: #373737;
	font-size: 2.2rem; letter-spacing: -.088rem; font-weight: 700; color: #fff;
}
#section09 .item-wrap .item .thumb {
	margin: 0 0 30px;
}
#section09 .item-wrap .item .thumb img {
	width: 100%;
}
#section09 .item-wrap .item h2 {
	margin: 0 0 20px;
	font-size: 2.2rem; letter-spacing: -.176rem; color: #646464;
}
#section09 .item-wrap .item .txt {
	margin: 0 0 25px;
	font-size: 1.5rem; color: #747474;
}
#section09 .item-wrap .item ul {
	position: absolute; bottom: 0; left: 0; right: 0;
	display: flex;
	justify-content: space-around;
	padding: 0 0 40px; margin: 0 -10px;
	text-align: center;
}
#section09 .item-wrap .item li {
	flex: 1;
	box-sizing: border-box;
}
#section09 .item-wrap .item li:not(:last-child) {
	border-right: 1px solid #ede9e3;
}
#section09 .item-wrap .item li .ico {
	margin: 0 0 10px;
}
#section09 .item-wrap .item li .summary {
	font-size: 1.25rem; line-height: 1.2; font-weight: 500; color: #838383;
}
@media (max-width: 1279px) {
	#section09 .item-wrap .item {
		padding: 25px 25px 260px;
	}
	#section09 .item-wrap .item ul {
		flex-wrap: wrap;
		margin: 0;
	}
	#section09 .item-wrap .item li {
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 0 20px;
	}
	#section09 .item-wrap .item li:nth-child(2) {
		border: 0;
	}
	#section09 .item-wrap .item li .ico img {
		width: 70px;
	}
}
@media (max-width: 719px) {
	#section09 {
		padding: 50px 0;
	}
	#section09 .item-wrap {
		display: block;
	}
	#section09 .item-wrap .item {
		margin: 10px 10px 20px;
	}
}

#section10 {
	padding: 100px 0;
	background-image: url('../images/se10_bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#section10 .content {
	background-color: rgba(255,255,255,.9);
	padding: 120px 5% 90px;
}
#section10 .content .item-wrap {
	display: flex;
	justify-content: space-around;
	margin: 55px 0 0 0;
	text-align: center;
}
#section10 .content .item-wrap .item {
	flex: 1;
	padding: 0 20px 15px;
}
#section10 .content .item-wrap .item:not(:last-child) {
	border-right: 1px solid #e8e2dd;
}
#section10 .content .item-wrap .item .thumb {
	margin: 0 0 50px;
}
#section10 .content .item-wrap .item h2 {
	margin: 0 0 15px;
	font-size: 2.4rem; font-weight: 500; color: #403a3a;
}
#section10 .content .item-wrap .item p {
	margin: 0 0 10px;
	font-size: 1.8rem; line-height: 1.3;
}
#section10 .content .item-wrap .item span {
	display: inline-block;
	text-align: left;
	font-size: 1.3rem; line-height: 1.2; font-weight: 500; color: #646464;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section10 {
		padding: 50px 0;
	}
	#section10 .content {
		padding: 60px 5% 20px;
	}
	#section10 .content .item-wrap {
		display: block;
	}
	#section10 .content .item-wrap .item .thumb {
		margin: 0 0 20px;
	}
	#section10 .content .item-wrap .item {
		padding: 0 20px 40px;
	}
	#section10 .content .item-wrap .item:not(:last-child) {
		border: 0;
	}
}

#section11 {
	padding: 140px 0 100px;
}
#section11 h2 {
	margin: 0 0 45px;
	text-align: center;
	font-size: 4rem; line-height: 1.2; letter-spacing: -.16rem; font-weight: 400;
}
#section11 h2 span {
	display: block;
	margin: 15px 0 0 0;
	font-size: 1.1rem; letter-spacing: .572rem; color: #a4a4a4;
	text-transform: uppercase;
}
#section11 .item-wrap {
	max-width: 1047px;
	margin: auto;
}
#section11 .item-wrap .item {
	display: flex;
	align-items: center;
	height: 67px;
	border: 1px solid;
	border-radius: 67px;
	margin: 0 0 20px;
}
#section11 .item-wrap .item:nth-child(odd) {
	border-color: #836641;
}
#section11 .item-wrap .item:nth-child(even) {
	border-color: #646464;
}
#section11 .item-wrap .item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 197px; height: 67px;
	border-radius: 67px;
	margin: 0 20px 0 0;
	font-size: 2.26rem; color: #fff;
}
#section11 .item-wrap .item:nth-child(odd) .num {
	background-color: #836641;
}
#section11 .item-wrap .item:nth-child(even) .num {
	background-color: #646464;
}
#section11 .item-wrap .item .txt {
	padding: 0 20px 0 0;
	font-size: 2.26rem; line-height: 1.2;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section11 {
		padding: 70px 0 50px;
	}
	#section11 .item-wrap .item .num {
		width: 80px;
	}
	#section11 .item-wrap .item .txt {
		font-size: 1.8rem;
	}
}

#section12 {
	padding: 50px 0 100px;
	background-color: #fbfbfb;
}
#section12 .box-wrap {
	display: flex;
	align-items: center;
	text-align: center;
}
#section12 .box-wrap .box-left {
	flex: 1;
	padding: 0 20px;
}
#section12 .box-wrap .box-right {
	flex: 1;
	padding: 0 20px;
}
#section12 .box-wrap .box-right .inner {
	display: inline-block;
	text-align: left;
}
#section12 .box-wrap .box-right .inner h2 {
	margin: 0 0 20px;
	font-size: 3rem; line-height: 1.2; font-weight: 400;
}
#section12 .box-wrap .box-right .inner .txt {
	margin: 0 0 25px;
	font-size: 2rem; color: #4f4f4f;
}
#section12 .box-wrap .box-right .inner ul {
	display: flex;
	text-align: center;
}
#section12 .box-wrap .box-right .inner ul li {
	flex: 1;
}
#section12 .box-wrap .box-right .inner ul li p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	font-size: 1.8rem; font-weight: 700; color: #fff;
}
#section12 .box-wrap .box-right .inner ul li:nth-child(1) p {
	background-color: #c0ab8f;
}
#section12 .box-wrap .box-right .inner ul li:nth-child(2) p {
	background-color: #646464;
}
#section12 .box-wrap .box-right .inner ul li:nth-child(3) p {
	background-color: #836641;
}
#section12 .box-wrap .box-right .inner ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0; margin: 10px 0 0 0;
	height: 38px;
	box-sizing: border-box;
	border-right: 1px solid #b7b7b7;
	font-size: 1.8rem; line-height: 1.2;
}
#section12 .box-wrap .box-right .inner ul li:first-child span {
	border-left: 1px solid #b7b7b7;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section12 {
		padding: 50px 0;
	}
	#section12 .box-wrap {
		display: block;
	}
	#section12 .box-wrap .box-left {
		margin: 0 0 40px;
	}
	#section12 .box-wrap .box-left img {
		width: 200px;
	}
}

#section13 {
	padding: 120px 0 80px;
}
#section13 .item-wrap {
	padding: 130px 0 0 0; margin: auto;
	max-width: 1200px;
}
#section13 .item-wrap .item {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}
#section13 .item-wrap .item .img {
	flex: 1;
	width: 50%;
	text-align: center;
}
#section13 .item-wrap .item .img img {
	width: 100%;
}
#section13 .item-wrap .item:nth-child(2) .img {
	order: 1;
}
#section13 .item-wrap .item .info {
	flex: 1;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
#section13 .item-wrap .item .info .inner {
	display: inline-block;
	text-align: left;
}
#section13 .item-wrap .item .info h2 {
	margin: 0 0 15px;
	font-size: 1.7rem; font-weight: 400; color: #646464;
}
#section13 .item-wrap .item .info h3 {
	margin: 0 0 30px;
	font-size: 4.2rem; line-height: 1; letter-spacing: -.168rem; font-weight: 400;
}
#section13 .item-wrap .item .info h3 b {
	font-weight: 900;
}
#section13 .item-wrap .item .info p {
	font-size: 1.8rem; letter-spacing: -.072rem;
}
#section13 .item-wrap .item .info .info-bt {
	position: relative;
	margin: 30px 0 0 0;
}
#section13 .item-wrap .item .info .info-bt .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute; top: 50%; left: -30px;
	margin-top: -56px;
	width: 112px; height: 112px;
	background-color: #846d4f;
	border-radius: 100%;
	text-align: center;
	font-size: 1.6rem; line-height: 1.2; letter-spacing: -.064rem; color: #fff;
}
#section13 .item-wrap .item .info .info-bt .box {
	background-color: #fcfaf7;
	padding: 10% 10% 10% 25%;
}
#section13 .item-wrap .item .info .info-bt .box li {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 1.7rem; letter-spacing: -.068rem; color: #846d4f;
}
#section13 .item-wrap .item .info .info-bt .box li:before {
	content: '·';
	position: absolute; top: 0; left: 0;
}
@media (max-width: 1279px) {
	#section13 .item-wrap .item .info .info-bt .box {
		padding: 10% 5% 10% 30%;
	}
}
@media (max-width: 719px) {
	#section13 {
		padding: 60px 0 40px;
	}
	#section13 .item-wrap {
		padding: 60px 0 0 0;
	}
	#section13 .item-wrap .item {
		display: block;
	}
	#section13 .item-wrap .item .img {
		width: 100%;
	}
	#section13 .item-wrap .item .info {
		width: 100%;
	}
	#section13 .item-wrap .item .info .info-bt .circle {
		width: 100px; height: 100px;
	}
}

#section14 {
	padding: 240px 0;
	background-image: url('../images/se14_bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#section14 .content {
	position: relative;
	text-align: center;
}
#section14 .content .center {
	position: relative;
	display: inline-block;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}
#section14 .content .txt {
	position: absolute;
	font-size: 1.8rem; letter-spacing: -.072rem; color: #fff;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	filter: blur(20px);
	opacity: 0;
	transition: all 0.3s;
	white-space: nowrap;
}
#section14 .content .txt:hover{
	text-shadow: 0 0 15px #fff;
}
#section14 .content .txt b {
	display: block;
	margin: 0 0 5px;
	font-size: 2.6rem; letter-spacing: -.104rem; font-weight: 900; color: #fff;
	text-transform: uppercase;
}
#section14 .content .txt1 {
	/* top: -90px; left: 50%;
	margin: 0 0 0 -110px; */
	/* top:-20%; */
}
#section14 .content .txt2 {
	/* top: 75px; left: 50%;
	margin: 0 0 0 210px; */
	/* top:20%;
	left:137%; */
}
#section14 .content .txt3 {
	/* top: 285px; left: 50%;
	margin: 0 0 0 235px; */
	/* left:137%;
	top:80%; */
}
#section14 .content .txt4 {
	/* bottom: -90px; left: 50%;
	margin: 0 0 0 -140px; */
	/* top:120%; */
}
#section14 .content .txt5 {
	/* top: 285px; left: 50%;
	margin: 0 0 0 -450px; */
	/* left:-37%;
	top:80%; */
}
#section14 .content .txt6 {
	/* top: 75px; left: 50%;
	margin: 0 0 0 -425px; */
	/* left:-37%;
	top:20%; */
}
@media (max-width: 1279px) {
	#section14 .content .center img {
		width: 280px;
	}
	/* #section14 .content .txt1 {
		top: -90px; left: 50%;
		margin: 0 0 0 -100px;
	}
	#section14 .content .txt2 {
		top: 35px; left: 50%;
		margin: 0 0 0 160px;
	}
	#section14 .content .txt3 {
		top: 215px; left: 50%;
		margin: 0 0 0 165px;
	}
	#section14 .content .txt4 {
		bottom: -90px; left: 50%;
		margin: 0 0 0 -120px;
	}
	#section14 .content .txt5 {
		top: 215px; left: 50%;
		margin: 0 0 0 -370px;
	}
	#section14 .content .txt6 {
		top: 35px; left: 50%;
		margin: 0 0 0 -345px;
	} */
	
}
@media (max-width: 719px) {
	#section14 {
		padding: 100px 0;
	}
	#section14 .content .center img {
		width: 120px;
	}
	#section14 .content .txt {
		font-size: 1.05rem;
	}
	#section14 .content .txt b {
		margin: 0;
		font-size: 1.5rem;
	}
	/* #section14 .content .txt1 {
		top: -55px; left: 50%;
		margin: 0 0 0 -60px;
	}
	#section14 .content .txt2 {
		top: 0px; left: 50%;
		margin: 0 0 0 68px;
	}
	#section14 .content .txt3 {
		top: 75px; left: 50%;
		margin: 0 0 0 67px;
	}
	#section14 .content .txt4 {
		bottom: -55px; left: 50%;
		margin: 0 0 0 -75px;
	}
	#section14 .content .txt5 {
		top: 80px; left: 50%;
		margin: 0 0 0 -150px;
	}
	#section14 .content .txt6 {
		top: 0px; left: 50%;
		margin: 0 0 0 -170px;
	} */
	
}

#section15 {
	/* padding: 170px 0 100px; */
}
#section15 p {
	color:#646464;
}
#section15 .item-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 120px 0 100px 0;
	counter-reset: num 0;
}
#section15 .item-wrap .item {
	width: 33.33%;
	padding: 7px;
	box-sizing: border-box;
}
#section15 .item-wrap .item .inner {
	height: 100%; padding-bottom: 60%;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
#section15 .item-wrap .item .inner .info {
	padding: 20% 5% 0 10%;
}
#section15 .item-wrap .item .inner .info h2 {
	margin: 0 0 10px;
	font-size: .9rem; letter-spacing: .216rem; font-weight: 400; color: #646464;
	text-transform: uppercase;
}
#section15 .item-wrap .item .inner .info h2 b:after {
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
}
#section15 .item-wrap .item .inner .info h3 {
	margin: 0 0 20px;
	font-size: 2.6rem; line-height: 1.2; letter-spacing: -.104rem; font-weight: 900; color: #646464;
}
#section15 .item-wrap .item .inner .info h3 span {
	display: block;
	font-size: 2.1rem; letter-spacing: -.084rem; font-weight: 400; color: #646464;
}
#section15 .item-wrap .item .inner .info p {
	font-size: 2rem; line-height: 1.3; letter-spacing: -.08rem; 
}
#section15 .item-wrap .item .inner.bg01 {
	background-image: url('../images/se15_img01.jpg');
}
#section15 .item-wrap .item .inner.bg02 {
	background-image: url('../images/se15_img02.jpg');
}
#section15 .item-wrap .item .inner.bg03 {
	background-image: url('../images/se15_img03.jpg');
}
#section15 .item-wrap .item .inner.bg04 {
	background-image: url('../images/se15_img04.jpg');
}
#section15 .item-wrap .item .inner.bg05 {
	background-image: url('../images/se15_img05.jpg');
}
#section15 .item-wrap .item .inner.bg06 {
	background-image: url('../images/se15_img06.jpg');
}
#section15 .item-wrap .item .inner.bg07 {
	background-image: url('../images/se15_img07.jpg');
}
#section15 .item-wrap .item .inner.bg08 {
	background-image: url('../images/se15_img08.jpg');
}
#section15 .item-wrap .item .inner.bg09 {
	background-image: url('../images/se15_img09.jpg');
}
#section15 .item-wrap .item .inner.bg10 {
	background-image: url('../images/se15_img10.jpg');
}
#section15 .item-wrap .item .inner.bg11 {
	background-image: url('../images/se15_img11.jpg');
}
#section15 .item-wrap .item .inner.bg12 {
	background-image: url('../images/se15_img12.jpg');
}
#section15 .item-wrap .item .inner.bg13 {
	background-image: url('../images/se15_img13.jpg');
}
#section15 .item-wrap .item .inner.bg14 {
	background-image: url('../images/se15_img14.jpg');
}
#section15 .item-wrap .item .inner.bg15 {
	background-image: url('../images/se15_img15.jpg');
}
#section15 .item-wrap .item .inner.bg16 {
	background-image: url('../images/se15_img16.jpg');
}
#section15 .item-wrap .item .inner.bg17 {
	background-image: url('../images/se15_img17.jpg');
}
#section15 .item-wrap .item .inner.bg18 {
	background-image: url('../images/se15_img18.jpg');
}
#section15 .item-wrap .item .inner.bg19 {
	background-image: url('../images/se15_img19.jpg');
}
#section15 .item-wrap .item .inner.bg20 {
	background-image: url('../images/se15_img20.jpg');
}
#section15 .item-wrap .item .inner.bg21 {
	background-image: url('../images/se15_img21.jpg');
}
#section15 .item-wrap .item .inner.bg22 {
	background-image: url('../images/se15_img22.jpg');
}
#section15 .item-wrap .item .inner.bg23 {
	background-image: url('../images/se15_img23.jpg');
}
#section15 .item-wrap .item .inner.bg24 {
	background-image: url('../images/se15_img24.jpg');
}
#section15 .item-wrap .item .inner.bg25 {
	background-image: url('../images/se15_img25.jpg');
}
#section15 .item-wrap .item .inner.bg26 {
	background-image: url('../images/se15_img26.jpg');
}
#section15 .item-wrap .item .inner.bg-add {
	background-image: url('../images/se15_img_add.png');
}
@media (max-width: 1279px) {
	#section15 .mwidth{
		padding:0 10px;
	}
	#section15 .item-wrap {
	}
	#section15 .item-wrap .item .inner {
		height: 100%; padding-bottom: 50%;
		box-sizing: border-box;
		border-top: 1px solid #e2e2e2;
	}
	#section15 .item-wrap .item .inner .info {
		padding: 0% 5% 0 10%;
	}
	#section15 .item-wrap .item .inner .info h2 {
		margin: 25px 0 10px;
		font-size: .9rem; letter-spacing: .216rem; font-weight: 400; color: #646464;
		text-transform: uppercase;
	}
}
@media (max-width: 719px) {
	#section15 {
		/* padding: 90px 0 50px; */
	}
	#section15 .item-wrap {
		margin: 60px 0 40px 0;
	}
	#section15 .item-wrap .item {
		width: 50%;
		padding: 5px;
	}
	#section15 .item-wrap .item .inner{
		
		padding-bottom: 46%;
	}
	#section15 .item-wrap .item .inner .info {
		padding:0 1rem;;
	}
	#section15 .item-wrap .item .inner .info h3 {
		font-size:2.2rem;
		margin-bottom:1.5rem;
	}
	#section15 .item-wrap .item .inner .info p {
		font-size:1.6rem;
	}
}

#section16{
	width: 100%;
	position: relative;
	height:192rem;
}

#section16 .symbol{
	position: relative;
	z-index: 10;
	width: 47.4rem;
	top: 6.4rem;
	left: 5.2rem;
}

#section16::before{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	top:0;
	height:29%;
	background-color:#646464;
	z-index: -1;
}

#section16::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height:71%;
	background-color:#f6f6f6;
	z-index: -1;
	bottom:0;
}

#section16 .interior{
	position: absolute;
	top:178px;
	right:0;
	height:90.7%;
	width: 82%;
	background-color: #fff;
	border-top-left-radius: 20rem;
}

#section16 .interior .common-title{
	text-align-last: left;
	padding-top: 15.8rem;
	padding-left: 11.2rem;
	padding-bottom: 6.5rem;
}

#section16 .interior .common-title h2{
	padding-bottom: 2.5rem;
}

#section16 .interior-swiper-wrap{
  margin-left: 3.4rem;
	border-top: 1rem solid #afafaf;
	width: 117.7rem;
	position: relative;
}

#section16 .interior .thumb-btn{
	width: 117.7rem;
	margin-left: 3.4rem;
	margin-top: 8.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	row-gap: 1rem;
	column-gap: 1rem;
}

#section16 .interior .thumb-btn li{
	cursor: pointer;
}

#section16 .interiorp .thumb-btn li img{
	
}

#section16 .interior-swiper-wrap .interior-swiper-big{
	pointer-events: none;
}

#section16 .interior-swiper-wrap .interior-swiper-big .interior-swiper01 .swiper-slide{
	pointer-events: none;
	-webkit-user-drag: none;
}


/* #section16 .interior-swiper-wrap .interior-swiper-small{
 width: 36.8rem;
 position: absolute;
 top:0;
 right:0;
}

#section16 .interior-swiper-wrap .interior-swiper-small>div{
	height: 30rem;
	pointer-events: none;
}
#section16 .interior-swiper-wrap .interior-swiper-small>div .swiper-slide{
	pointer-events: none;
}
#section16 .interior-swiper-wrap .interior-swiper-small .interior-swiper03{
	margin-top: 1.9rem;
}
#section16 .interior-swiper-wrap .interior-swiper-small>div img{
	height: 100%;
	object-fit: cover;
	pointer-events: none;
} */

#section16 .interior-swiper-wrap .swiper-pagination{
	display: flex;
	justify-content: center;
	bottom:-4.3rem;
}

#section16 .interior-swiper-wrap .swiper-pagination .swiper-pagination-bullet{
	flex: 1;
	margin:0;
	border-radius: 0px;
	opacity: 1;
	height:.8rem;
	background-color: #c3c3c3;
}

#section16 .interior-swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #afafaf;
}

@media (max-width: 1279px) {
	#section16{
		/* height:120rem; */
		height:182rem;
	}
	#section16 .symbol{
		width: 27rem;
		top: 6.5rem;
		left: 0.5rem;
	}

	#section16 .interior{
		width: 93%;
		top:7.5%;
		bottom:unset;
		height:87%;
	}
	#section16 .interior .thumb-btn{
		width: 100%;
		row-gap:5px;
		column-gap:5px;
		margin-top: 6rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-small>div{
		height:24rem;
	}
	#section16 .interior-swiper-wrap{
		width: 100%;
		border-width: .5rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-big{
		width: 100%;
		height:49.9rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-big .interior-swiper01{
		height:49.9rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-big img{
		height:100%;
		object-fit: cover;
		width: 100%;
	}
	/* #section16 .interior-swiper-wrap .interior-swiper-small{
		width: 33.333333333333333%;
	}

	#section16 .interior-swiper-wrap .interior-swiper-small img{
		width:100%;
		object-fit: cover;
	} */
	#section16 .interior-swiper-wrap .swiper-pagination .swiper-pagination-bullet{
		height:.5rem;
	}
	#section16 .interior-swiper-wrap .swiper-pagination{
		bottom:-3.3rem;
	}
}

@media(max-width:719px){
	#section16{
		height:145rem;
	}
	#section16 .symbol{
		width: 15rem;
		top: 8.5rem;
		left: 0.5rem;
	}

	#section16 .interior .common-title{
		padding-left: 2.5rem;
	}

	#section16 .interior{
		width: calc(100% - 2.5rem);
		border-top-left-radius: 15rem;
		height: 87%;
	}
	#section16 .interior .thumb-btn{
		margin-left: 1.5rem;
		width: 100%;
		row-gap: 3px;
		column-gap: 3px;
	}
	#section16 .interior-swiper-wrap .interior-swiper-small>div{
		height:20rem;
	}
	#section16 .interior-swiper-wrap{
		margin-left: 1.5rem;
		width: 100%;
		border-width: .3rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-big{
		width: 100%;
		height:40rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-big .interior-swiper01{
		height:40rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-small .interior-swiper03{
		margin-top: 0rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-big img{
		height:100%;
		object-fit: cover;
		width: 100%;
	}
	/* #section16 .interior-swiper-wrap .interior-swiper-small{
		width: 100%;
		display: flex;
		gap: 1rem;
		position: relative;
		margin-top: 1rem;
	}
	#section16 .interior-swiper-wrap .interior-swiper-small>div{
		width: 50%;
	}

	#section16 .interior-swiper-wrap .interior-swiper-small img{
		width:100%;
		object-fit: cover;
	} */
	#section16 .interior-swiper-wrap .swiper-pagination .swiper-pagination-bullet{
		height:.3rem;
	}
}

@media(max-width:449px){
	#section16{
		height:132rem;
	}
}




/* #section16 {
	background: url('../images/se16_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 190px 0 156px;
}
#section16 .content {
	padding: 0 120px;
}
#section16 .slide-wrap {
	position: relative;
	margin: 100px auto 0;
	max-width: 1176px;
}
#section16 .img-btn {
	padding: 16px 0 0; margin: 0 auto;
	font-size: 0;
}
#section16 .img-btn ul {
	margin: 0 -1px;
}
#section16 .img-btn li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding: 0 1px 2px;
}
#section16 .img-btn li img {
	cursor: pointer;
}
#gallery {
	text-align: center;
	position: relative;
	max-width: 1176px;
}
#gallery .arrow {
	position: absolute; top: 50%; z-index: 40;
	width: 45px; height: 84px;
	margin-top: -39px;
	font-size: 0; line-height: 0;
	cursor: pointer;
}
#gallery .arrow-prev {
	left: -90px;
	background: url('../images/se16_ico_prev.png') no-repeat center;
}
#gallery .arrow-next {
	right: -90px;
	background: url('../images/se16_ico_next.png') no-repeat center;
}
@media (max-width: 1279px) {
	#section16 .slide-wrap {
		margin-top: 100px;
	}
	#section16 .img-btn {
		padding: 16px 0 0;
	}
}
@media (max-width: 719px) {
	#section16 {
		padding: 60px 0;
	}
	#section16 .slide-wrap {
		margin-top: 50px;
	}
	#section16 .content {
		padding: 0 20px;
	}
	#section16 .img-btn {
		padding: 9px 10px 0;
	}

	#gallery {
		padding: 0 10px;
	}
	#gallery .arrow-prev {
		left: -20px;
		width: 30px;
		background-size: 10px auto;
	}
	#gallery .arrow-next {
		right: -20px;
		width: 30px;
		background-size: 10px auto;
	}
} */

#section17 {
	padding: 120px 0;
}
#section17 .item-wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}
#section17 .item-wrap .item {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 2%;
	text-align: center;
}
#section17 .item-wrap .inner {
	display: inline-block;
	width: 100%; max-width: 320px;
}
#section17 .item-wrap .ico-wrap {
	width: 100%; max-width: 230px;
	margin: 0 auto 35px;
}
#section17 .item-wrap .ico {
	width: 100%; height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	border: 1px solid #e4e4e4;
	background-position: center;
	background-repeat: no-repeat;
}
#section17 .item-wrap .ico01 {
	background-image: url('../images/se17_ico01.png');
}
#section17 .item-wrap .ico02 {
	background-image: url('../images/se17_ico02.png');
}
#section17 .item-wrap .ico03 {
	background-image: url('../images/se17_ico03.png');
}
#section17 .item-wrap h2 {
	padding: 0 0 20px; margin: 0 0 30px;
	border-bottom: 1px dashed #c6c6c6;
	font-size: 3rem; font-weight: 400;
}
#section17 .item-wrap h2 span {
	display: block;
	margin: 0 0 5px;
	font-size: 1.4rem; font-weight: 300; color: #a1a1a1;
}
#section17 .item-wrap .time-table {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	text-align: left;
}
#section17 .item-wrap .time-table .box-left {
	width: 40%;
	padding: 0 0 10px;
	font-size: 1.9rem; font-weight: 700; color: #6a6a6a;
}
#section17 .item-wrap .time-table .box-left span {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 2px;
	font-size: 1.1rem;
}
#section17 .item-wrap .time-table .box-right {
	width: 60%;
	padding: 0 0 10px;
	text-align: right;
	font-size: 1.9rem; font-weight: 300; color: #191919;
}
#section17 .item-wrap .time-table .box-right span {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 2px;
	font-size: 1.5rem;
}
#section17 .item-wrap .txt {
	font-size: 1.5rem; color: #717171;
	white-space: nowrap;
}
#section17 .item-wrap .txt2 {
	font-size: 1.5rem; color: #c2a754;
	white-space: nowrap;
}
#section17 .item-wrap .tel {
	display: inline-flex;
	align-items: flex-end;
	margin: 10px 0 0 0;
}
#section17 .item-wrap .tel > span {
	margin: 0 10px 2%;
	font-size: 1.5rem; font-weight: 700; color: #717171;
}
#section17 .item-wrap .tel a {
	font-size: 3rem; font-weight: 900; color: #3e3c3a;
}
#section17 .item-wrap .tel a span {
	color: #c2a754;
}
#section17 .item-wrap .link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	margin: 20px 0 25px;
	border: 5px solid #c3a957;
	width: 230px; height: 54px;
	border-radius: 54px;
	font-size: 1.7rem; color: #c3a957;
}
#section17 .item-wrap .link:before {
	content: '';
	position: absolute; top: 50%; left: 25px;
	margin-top: -1px;
	width: 22px; height: 2px;
	background-color: #c3a957;
}
#section17 .item-wrap .link:after {
	content: '';
	position: absolute; top: 50%; right: 25px;
	margin-top: -1px;
	width: 22px; height: 2px;
	background-color: #c3a957;
}
@media (max-width: 1024px) {
	#section17 {
		padding: 60px 0 0;
	}
	#section17 .item-wrap {
		display: block;
	}
	#section17 .item-wrap .item {
		width: 100%;
		padding: 0 2% 80px;
	}
	#section17 .item-wrap .ico-wrap {
		max-width: 120px;
		margin: 0 auto 20px;
	}
	#section17 .item-wrap .ico {
		background-size: 50px auto;
	}
}

#section017{}
#section017 .box-wrap{
	display: flex;
	width: 100%;
}
#section017 .box-wrap #map{
	width: calc(50% + 5.6rem);
}
#section017 .box-wrap #map iframe{
	width: 100%;
	height: 100%;
}
#section017 .information{
	width: calc(50% - 5.6rem);
	background-color: #f6f6f6;
	padding-left: 11.2rem;
	padding-top: 22.6rem;
	padding-bottom: 2rem;
}
#section017 .information>div{
	display: flex;
	gap: 5.8rem;
	padding-bottom: 5.5rem;
}
#section017 .information>div h4{
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #646464;
	width: 14rem;
}
#section017 .information .top ul li{
	font-size: 1.9rem;
	font-weight: 200;
	line-height: 1.98;
	display: flex;
}
#section017 .information .top ul li.notice{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #717171;
	display: block;
	position: relative;
	top:0.5rem
}
#section017 .information .top ul li .day{
	display: flex;
	align-items: center;
	width: 15.5rem;
}
#section017 .information .top ul li .hour{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
#section017 .information .top ul li .day small{
	font-size: 1.1rem;
	margin-left: 0.4rem;
	margin-top: 0.3rem;
}
#section017 .information .top ul li .hour small{
	font-size: 1.5rem;
}
#section017 .information .top ul li .hour>span{
	font-size: 1.1rem;
}
#section017 .information .center p{
	font-size: 1.9rem;
	color: #191919;
	line-height: 1.3;
}
#section017 .information .bottom .tel{
	font-size: 1.9rem;
	font-weight: 700;
	color: #191919;
}
#section017 .information .bottom .tel>span{
	font-size: 1.5rem;
	font-weight: 400;
	color: #717171;
	display: block;
	margin-top: 1rem;
}
#section017 .information .sns{
	display: flex;
	gap:3.5rem;
}
#section017 .information .sns a{
	overflow: hidden;
	transform-origin: bottom;
	/* transform: scale(0); */
	transition:all .35s cubic-bezier(.445,.05,.55,.95);
}

@media(max-width:1279px){
	#section017 .box-wrap{
		flex-direction: column;
	}
	#section017 .box-wrap #map{
		width: 100%;
		height:50rem;
	}
	#section017 .box-wrap .information{
		width: 100%;
		padding-left:7.5rem;
    padding-top: 11rem;
    padding-bottom: 5rem;
	}
	/* #section017 .information .sns img{
		transform: scale(0.75);
	} */
}

@media(max-width:719px){
	#section017 .box-wrap{
		flex-direction: column;
		gap: 0rem;
	}
	#section017 .box-wrap #map{
		width: 100%;
		height:35rem;
	}
	#section017 .box-wrap .information{
		width: calc(100% - 2rem);
		padding-right: 2rem;
		padding-left:2.5rem;
    padding-top: 9rem;
    padding-bottom: 5rem;
	}
	#section017 .information>div{
		flex-direction: column;
		gap: 0rem;
		padding-bottom:4.5rem;
	}
	#section017 .information .center p{
		font-size: 1.75rem;
	}
	#section017 .information .sns{
		gap:3rem;
		transform: scale(0.7);
	}
	/* #section017 .information .sns img{
		transform: scale(0.6);
	} */
}

.map iframe {
	width: 100%; height: 520px;
}
.map-wrap .map-bt {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.map-wrap .map-bt .item {
	flex: 1;
	position: relative;
	padding: 40px 0; margin: 0 20px;
	font-size: 2rem; color: #645953;
}
.map-wrap .map-bt .item:nth-child(2) {
	padding-left: 64px;
}
.map-wrap .map-bt .item span {
	position: absolute; top: 50%; left: 0;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 48px; height: 48px;
	border-radius: 100%;
	background-color: #0042c8;
	font-size: 2.2rem; font-weight: 900; color: #fff;
}
.map-wrap .map-bt .item strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500; color: #0042c8;
}
@media (max-width: 1279px) {
	.map iframe {
		height: 300px;
	}
}
@media (max-width: 719px) {
	.map iframe {
		height: 200px;
	}
	.map-wrap .map-bt {
		display: block;
		padding: 20px 0;
	}
	.map-wrap .map-bt .item {
		padding: 10px 0;
	}
}



