@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual .slick-prev,
.mainVisual .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 40px;
	display: block;
	width: 15px;
	height: 22px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}
.mainVisual .slick-prev {
	left: calc(50% - 136px);
	background: url("img/index/prev.png") no-repeat center center;
	background-size: 15px 22px;
	z-index: 10;
}
.mainVisual .slick-next {
	right: calc(50% - 136px);
	background: url("img/index/next.png") no-repeat center center;
	background-size: 15px 22px;
	z-index: 10;
}
.mainVisual .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40px;
	text-align: center;
}
.mainVisual .slick-dots li {
	margin: 0 11px;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #939393;
	background: none;
}
.mainVisual .slick-dots li button {
	display: none;
}
.mainVisual .slick-dots li.slick-active {
	background-color: #939393;
}
.sec01 {
	padding: 100px 0 108px;
}
.sec01 .headLine02 {
	margin-bottom: 35px;
	padding-top: 160px;
	background: url("img/index/icon01.png") no-repeat center top;
	background-size: 417px auto; 
}
.sec01 .headLine02 .en {
	color: #4D4D4D;
}
.sec01 .headLine02 .jp {
	color: #666;
}
.sec01 .txt {
	margin-bottom: 168px;
	color: #1A1A1A;
	font-size: 2.1rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
}
.sec01 .borderBox {
	position: relative;
}
.sec01 .borderBox:before {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 2px;
	height: 56px;
	background: #fff;
	content: "";
	z-index: 2;
}
.sec01 .borderBox:after {
	position: absolute;
	right: 80px;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #fff;
	content: "";
	z-index: 2;
}
.sec01 .borderBox .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.sec01 .borderBox .border.top,
.sec01 .borderBox .border.bottom {
  width: 100%;
}
.sec01 .borderBox .border.top {
  border-top: 2px solid #7f7f7f;
  right: 0;
  top: 0;
}
.sec01 .borderBox .border.bottom {
  border-bottom: 2px solid #7f7f7f;
  left: 0;
  bottom: 0;
}
.sec01 .borderBox .border.right,
.sec01 .borderBox .border.left {
  height: 100%;
}
.sec01 .borderBox .border.right {
  border-right: 2px solid #7f7f7f;
  right: 0;
  top: 0;
}
.sec01 .borderBox .border.left {
  border-left: 2px solid #7f7f7f;
  left: 0;
  bottom: 0;
}
.sec01 .borderBox.fade.on .border {
  opacity: 1;
}
.sec01 .borderBox.fade.on .border.top,
.sec01 .borderBox.fade.on .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.sec01 .borderBox.fade.on .border.right,
.sec01 .borderBox.fade.on .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
 
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

.sec01 .borderBox .title {
	position: absolute;
	left: 150px;
	right: 150px;
	top: -30px;
	background: #fff;
	text-align: center;
}
.sec01 .borderBox .imgBox {
	padding: 100px 90px 37px;
}
.sec01 .borderBox .imgBox .photoBox {
	float: left;
	width: 527px;
}
.sec01 .borderBox .imgBox .textBox {
	float: right;
	width: 530px;
}
.sec01 .borderBox .imgBox .textBox p {
	margin: 0 -100px 35px 0;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.sec01 .borderBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
.line {
	padding-top: 210px;
    display: block;
    position: relative;
}
.line::after {
  background: #000;
  content: '';
  display: block;
  height: 0;
  width: 1px;
  transform: translateY(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.line.fade.on::after {
  height: 110px;
}
.sec01 .btmTxt {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-align: center;
}
.sec02 {
	padding: 46px 0 98px;
	position: relative;
	background: #e1e1e1 url("img/index/bg01.jpg") no-repeat center top;
	background-size: 100% auto;
}
.sec02 .content {
	position: relative;
}
.sec02:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1043px;
	background: url("img/index/bg02.jpg") no-repeat center bottom;
	background-size: 100% auto;
	content: "";
	z-index: 1;
}
.sec02 .listUl {
	margin: -100px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.sec02 .listUl li {
	margin: 100px 0 0;
	padding: 20px 25px 22px;
	width: 619px;
	background: #fff;
	box-sizing: border-box;
}
.sec02 .listUl li .ttl {
	margin-bottom: 35px;
	padding: 17px 0 0 102px;
	position: relative;
	display: block;
	font-size: 2.6rem;
	color: #231815;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url("img/index/icon02.png") no-repeat right top 23px;
	background-size: 56px auto; 
}
.sec02 .listUl li .ttl .num {
	position: absolute;
	left: 9px;
	top: -16px;
	font-family: 'bahnschrift';
	font-size: 6.58rem;
}
.sec02 .listUl li .pho {
	display: block;
	margin-bottom: 37px;
}
.sec02 .listUl li .txtSpan {
	margin: 0 20px 0 36px;
	display: block;
	line-height: 1.8;
	color: #231815;
	font-weight: normal;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
}
.sec02 .title .content {
	position: relative;
}
.sec02 .title {
	position: absolute;
	right: -10px;
	bottom: 292px;
	font-size: 6.7rem;
	letter-spacing: 0.1em;
	z-index: 3;
	width: 720px;
	font-weight: bold;
	text-align: right;
	line-height: 1.7;
}
.sec02 .title .info {
	display: block;
	clip-path: inset(0 100% 0 0);
	transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
	transition-property: clip-path;
}
.sec02 .title .info.fade.on {
  clip-path: inset(0);
}
.sec02 .title .info01 {
	transition-delay: 1s;
}
.sec03 {
	padding: 145px 0 0;
}
.sec03 .infoNews {
	width: 250px;
	padding: 15px;
	text-align: center;
	border: 1px solid #7a7a7a;
}
.sec03 .newsBox {
	align-items: flex-start;
}
.sec03 .infoNews h2 {
	padding-top: 40px;
	color: #fff;
	height: 186px;
	box-sizing: border-box;
	background: #4d4d4d;
}
.sec03 .infoNews h2 .en {
	margin-bottom: -5px;
	display: block;
    font-family: 'myriad';
	font-weight: normal;
	font-size: 4.93rem;
	letter-spacing: 0.1em;
}
.sec03 .infoNews h2 .jp {
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
.sec03 .newsList {
	padding-top: 20px;
	width: 980px;
}
.sec03 .newsList dt {
	padding-top: 6px;
	float: left;
    font-family: 'myriad';
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
.sec03 .newsList dd {
	margin-bottom: 20px;
	padding: 0 0 20px 6.5em;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #5a5250;
}
.sec03 .newsList dd:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.sec03 .newsList dd a {
	color: #231815;
}
.sec03 .newsList dd a:hover {
	opacity: 0.7;
}
.sec04 {
	margin-bottom: 92px;
}
.sec04 .headLine04 {
	margin-bottom: 54px;
}
.sec04 .content {
	width: 1062px;
}
.sec04 .galleryList {
	margin-bottom: 25px;
}
.sec04 .galleryList li {
	margin: 0 0 38px;
	width: 519px;
}
.sec04 .galleryList li a {
	padding-bottom: 65%;
	display: block;
	position: relative;
	background: url("img/gallery/photo.jpg") no-repeat center center;
	background-size: cover;
}
.sec04 .galleryList li a:hover {
	opacity: 0.7;
}
.sec04 .galleryList li .txtSpan {
	display: block;
	position: absolute;
	padding: 5px 0;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 2.2rem;
	width: 100%;
	letter-spacing: 0.1em;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
.sec05 {
	padding: 50px 0 100px;
	background: #e1e1e1;
}
.sec05 .headLine04 {
	margin-bottom: 70px;
}
.sec05 .content {
	width: 1062px;
}
.sec05 .listUl {
	margin-bottom: 85px;
}
.sec05 .listUl > li {
	width: 520px;
}
.sec05 .listUl li:nth-child(n+3) {
	display: none;
}
.sec05 .listUl li a {
	display: block;
	text-align: center;
}
.sec05 .listUl li a:hover {
	opacity: 0.7;
}
.sec05 .listUl li .pho {
	padding-bottom: 67%;
	display: block;
	/*background: url("img/gallery/photo.jpg") no-repeat center center;*/
}
.sec05 .listUl li .txtSpan {
	margin-bottom: 17px;
	display: block;
	font-size: 2.1rem;
	color: #231815;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.sec06 {
	padding: 65px 0 115px;
}
.sec06 .headLine04 {
	margin-bottom: 30px;
}
.sec06 .headLine04 .en {
	margin-bottom: -8px;
}
.sec06 .blogList {
	margin: 0 -30px 30px;
	border-bottom: 2px solid #c9c5c4;
}
.sec06 .blogList li {
	margin-bottom: 30px;
}
.sec06 .blogList li a {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 24px 25px 0;
	border-top: 2px solid #c9c5c4;
}
.sec06 .blogList li a:hover {
	opacity: 0.7;
}
.sec06 .blogList li a:before {
	margin-top: -15px;
	position: absolute;
	right: 56px;
	width: 33px;
	height: 56px;
	top: 50%;
	background: url("img/index/icon04.png") no-repeat left top;
	background-size: 33px auto; 
	content: "";
}
.sec06 .blogList li .pho {
	width: 330px;
	padding-bottom: 24.5%;
	display: block;
	background: url("img/gallery/photo.jpg") no-repeat center center;
	background-size: cover;
}
.sec06 .blogList li .txtBox {
	width: 972px;
	padding: 30px 100px 0 40px;
	box-sizing: border-box;
	border-left: 2px solid #c9c5c4;
}
.sec06 .blogList li .date {
	margin-bottom: 14px;
	display: block;
	font-size: 1.5rem;
	color: #333;
    font-family: 'myriad';
}
.sec06 .blogList li .ttl {
	margin-bottom: 20px;
	display: block;
	color: #231815;
	font-weight: bold;
	font-size: 2.1rem;
}
.sec06 .blogList li .txtSpan {
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.sec06 .comBtn {
	float: right;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.sec06 .blogList {
		margin: 0 0 30px;
	}
	.sec02 .title {
		font-size: 6rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .slick-prev,
	.mainVisual .slick-next {
		bottom: auto;
		top: 23%;
		width: 18px;
		height: 22px;
	}
	.mainVisual .slick-prev {
		left: 20%;
		background: url("img/index/sp_prev01.png") no-repeat center center;
		background-size: 18px 22px;
	}
	.mainVisual .slick-next {
		right: 20%;
		background: url("img/index/sp_next01.png") no-repeat center center;
		background-size: 18px 22px;
	}
	.sec01 {
		padding: 17px 0 43px;
	}
	.sec01 .headLine02 {
		margin-bottom: 24px;
		padding-top: 67px;
		background: url("img/index/sp_icon01.png") no-repeat center top;
		background-size: 165px auto; 
	}
	.sec01 .txt {
		margin-bottom: 92px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.sec01 .borderBox {
		margin-bottom: 43px;
	}
	.sec01 .borderBox:before {
		bottom: 40px;
		width: 1px;
		height: 38px;
	}
	.sec01 .borderBox:after {
		right: 43px;
		width: 24px;
		height: 1px;
	}
	.sec01 .borderBox .border.top {
		border-width: 1px;
	}
	.sec01 .borderBox .border.right {
		border-width: 1px;
	}
	.sec01 .borderBox .border.left {
		border-width: 1px;
	}
	.sec01 .borderBox .border.bottom {
		border-width: 1px;
	}
	.sec01 .borderBox .title {
		position: absolute;
		left: 10px;
		right: 10px;
		top: -42px;
		background: none;
		text-align: center;
	}
	.sec01 .borderBox .title:before {
		position: absolute;
		left: 66px;
		right: 66px;
		bottom: 0;
		height: 20px;
		background: #fff;
		z-index: 1;
		content: "";
	}
	.sec01 .borderBox .title img {
		position: relative;
		z-index: 2;
	}
	.sec01 .borderBox .imgBox {
		padding: 25px 17px 28px;
		margin: 0 5px;
	}
	.sec01 .borderBox .imgBox .photoBox {
		float: none;
		width: 100%;
		margin-bottom: 21px;
	}
	.sec01 .borderBox .imgBox .textBox {
		float: none;
		width: auto;
	}
	.sec01 .borderBox .imgBox .textBox p {
		margin: 0 0 21px 0;
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
	.line {
		padding-top: 38px;
	}
	.line.fade.on::after {
	  height: 38px;
	}
	.sec01 .btmTxt {
		padding: 6px 0 0;
		font-size: 1.3rem;
	}
	.sec02 {
		padding: 22px 0 32px;
		background: #e1e1e1 url("img/index/bg01.jpg") no-repeat center top;
		background-size: 100% auto;
	}
	.sec02:before {
		height: 290px;
		background: url("img/index/sp_bg02.jpg") no-repeat center bottom;
		background-size: 100% auto;
	}
	.sec02 .listUl {
		margin: 0 auto 27px;
		display: block;
	}
	.sec02 .listUl li {
		margin: 0 0 30px;
		width: 100%;
		background: #fff;
		padding: 20px 15px 22px;
	}
	.sec02 .listUl li:last-child {
		margin-bottom: 0;
	}
	.sec02 .listUl li .ttl {
		margin-bottom: 16px;
		padding: 2px 34px 0 56px;
		font-size: 1.4rem;
		background: url("img/index/sp_icon02.png") no-repeat right top 3px;
		background-size: 30px auto; 
	}
	.sec02 .listUl li .ttl .num {
		left: 2px;
		top: -16px;
		font-size: 3.5rem;
	}
	.sec02 .listUl li .pho {
		margin-bottom: 20px;
	}
	.sec02 .listUl li .txtSpan {
		margin: 0 10px 0 17px;
		line-height: 1.8;
		font-size: 1.25rem;
	}
	.sec02 .title .content {
		position: relative;
	}
	.sec02 .title {
		position: relative;
		right: auto;
		bottom: auto;
		font-size: 2.65rem;
		width: auto;
		line-height: 1.8;
		z-index: 3;
	}
	.sec02 .title .info {
		display: block;
	}
	.sec03 {
		padding: 55px 0 24px;
	}
	.sec03 .infoNews {
		width: auto;
		padding: 0;
		border: none;
	}
	.sec03 .newsBox {
		display: block;
	}
	.sec03 .infoNews h2 {
		margin-bottom: 6px;
		padding-top: 0;
		height: auto;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e4e4e4;
		box-sizing: border-box;
		background: none;
		text-align: left;
	}
	.sec03 .infoNews h2 .en {
		margin-bottom: 0;
		color: #231815;
		position: relative;
		font-size: 1.6rem;
	}
	.sec03 .infoNews h2 .en:before {
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 50px;
		height: 1px;
		background: #756f6d;
		content: "";
	}
	.sec03 .infoNews h2 .jp {
		color: #231815;
		font-size: 1.3rem;
	}
	.sec03 .newsList {
		padding-top: 0;
		width: auto;
	}
	.sec03 .newsList dt {
		padding-top: 11px;
		font-size: 0.9rem;
	}
	.sec03 .newsList dd {
		margin-bottom: 0;
		padding: 7px 0 7px 6.5em;
		font-size: 1.3rem;
		border: none;
	}
	.sec03 .newsList dd:last-of-type {
		margin-bottom: 0;
	}
	.sec03 .line {
		display: none;
	}
	.sec04 {
		margin-bottom: 36px;
	}
	.sec04 .headLine04 {
		margin-bottom: 17px;
	}
	.sec04 .content {
		width: auto;
	}
	.sec04 .galleryList {
		margin-bottom: 28px;
		display: block;
	}
	.sec04 .galleryList li {
		margin: 0;
		width: 100%;
	}
	.sec04 .galleryList li a {
		padding-bottom: 67%;
	}
	.sec04 .galleryList li .txtSpan {
		padding: 5px 0;
		font-size: 1.3rem;
	}
	.sec04 .galleryList .slick-prev,
	.sec04 .galleryList .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		bottom: -7px;
		display: block;
		width: 17px;
		height: 33px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
	}
	.sec04 .galleryList .slick-prev {
		left: calc(50% - 80px);
		background: url("img/index/sp_prev02.png") no-repeat center center;
		background-size: 12px 15px;
		z-index: 10;
	}
	.sec04 .galleryList .slick-next {
		right: calc(50% - 80px);
		background: url("img/index/sp_next02.png") no-repeat center center;
		background-size: 12px 15px;
		z-index: 10;
	}
	.sec04 .galleryList .slick-dots {
		text-align: center;
		margin-top: 10px;
	}
	.sec04 .galleryList .slick-dots li {
		margin: 0 4px;
		display: inline-block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		border: 1px solid #271d1b;
		background-color: #fff;
	}
	.sec04 .galleryList .slick-dots li button {
		display: none;
	}
	.sec04 .galleryList .slick-dots li.slick-active {
		background-color: #271d1b;
	}
	.sec05 {
		padding: 25px 0 37px;
	}
	.sec05 .headLine04 {
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
	}
	.sec05 .content {
		width: auto;
	}
	.sec05 .listUl {
		margin-bottom: 29px;
		display: block;
	}
	.sec05 .listUl > li {
		width: 100%;
	}
	.sec05 .listUl li:nth-child(n+3) {
		display: block;
	}
	.sec05 .listUl li .pho {
		padding-bottom: 68%;
	}
	.sec05 .listUl li .txtSpan {
		margin-bottom: 6px;
		font-size: 1.3rem;
	}
	.sec05 .listUl .slick-prev,
	.sec05 .listUl .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		bottom: -8px;
		display: block;
		width: 17px;
		height: 33px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
	}
	.sec05 .listUl .slick-prev {
		left: calc(50% - 80px);
		background: url("img/index/sp_prev02.png") no-repeat center center;
		background-size: 12px 15px;
		z-index: 10;
	}
	.sec05 .listUl .slick-next {
		right: calc(50% - 80px);
		background: url("img/index/sp_next02.png") no-repeat center center;
		background-size: 12px 15px;
		z-index: 10;
	}
	.sec05 .listUl .slick-dots {
		text-align: center;
		margin-top: 15px;
	}
	.sec05 .listUl .slick-dots li {
		margin: 0 4px;
		display: inline-block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		border: 1px solid #271d1b;
		background: none ;
	}
	.sec05 .listUl .slick-dots li button {
		display: none;
	}
	.sec05 .listUl .slick-dots li.slick-active {
		background-color: #271d1b;
	}
	.sec06 {
		padding: 35px 0 39px;
	}
	.sec06 .headLine04 {
		margin-bottom: 10px;
	}
	.sec06 .headLine04 .en {
		margin-bottom: 0;
	}
	.sec06 .blogList {
		margin: 0 0 25px;
		border-bottom: none;
	}
	.sec06 .blogList li {
		margin-bottom: 0;
	}
	.sec06 .blogList li a {
		padding: 8px 0;
		border-top: none;
		align-items: center;
	}
	.sec06 .blogList li a:before {
		margin-top: -14px;
		right: 4px;
		width: 16px;
		height: 28px;
		background-size: 16px auto; 
		content: "";
	}
	.sec06 .blogList li .pho {
		width: 29%;
		padding-bottom: 30%;
	}
	.sec06 .blogList li .txtBox {
		width: calc(100% - 31%);
		padding: 0 30px 0 10px;
		border-left: none;
	}
	.sec06 .blogList li .date {
		margin-bottom: 4px;
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.sec06 .blogList li .ttl {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
	.sec06 .blogList li .txtSpan {
		display: none;
	}
	.sec06 .comBtn {
		float: none;
	}
}
@media all and (max-width: 374px) {
	.headLine02 .en {
		letter-spacing: 0.1em;
	}
	.sec01 .txt {
		margin: 0 -10px 92px;
	}
	.sec01 .borderBox .title::before {
		left: 52px;
		right: 52px;
	}
	.sec01 .btmTxt {
		margin: 0 -10px;
	}
	.sec02 .listUl li .ttl {
		padding-left: 46px;
		letter-spacing: 0;
		background-size: 23px auto; 
		background-position: right top 6px;
	}
	.sec02 .listUl li .ttl .num {
		font-size: 3rem;
		top: -12px;
	}
}
@media all and (-ms-high-contrast:none){
	.sec03 .newsList dd {
		padding-top: 4px;
	}
}  
