@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.ani-wraps {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100vw;
	height: 100vh;
	background: #000;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
}
.ani-wraps .spt {
	text-align:left; 
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #737373;
	font-size: 128px;
	/*font-size:min(8.1vw,128px);*/
	font-size:min(9.7vw,188px);
	font-style: normal;
	font-weight: 400;
	opacity: 0;
	line-height: 95%; /* 78.125% */
}
.ani-wraps b {
	position:absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	z-index: 10;
	color: #FFF;
	font-size: 64px;
	/*font-size:min(4.2vw,64px);*/
	font-size:min(6.2vw,104px);
	font-style: normal;
	font-weight: 900;
	line-height: 100px; /* 156.25% */
	opacity: 0;
}
.hind-max {
    display: none !important;
}
.bodyhidden {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}




.op07 {
	opacity: 0.2;
}
.slick-dots {
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: 100;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 240px;;
}
.slick-dots li button {
	display: block !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	background: #FFF !important;
	width: 8px !important;
	height: 8px !important;
	padding: 0 !important;
	text-indent: -9999px;
	border: 0;
	margin: 0 6px;
}
.slick-dots li.slick-active button {
	width: 12px !important;
	height: 12px !important;
	background: #000 !important;
}


.mainVisual {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	width: 100%;
	height: 100vh;
	/*height:1000px;*/
	min-height: 500px;
	background: #EFEFEF;
    }
.mainVisual .mv_txt {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.mainVisual .imgs {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainVisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .mv_txt .txt {
	margin-right: 5%;
}
.mainVisual .mv_txt .txt span {
	display: block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 166.667% */
	letter-spacing: 1.2px;
}
.mainVisual .mv_txt h1 {
	display: block;
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 60px; /* 166.667% */
	letter-spacing: 3.6px;
}
.mainVisual .mv_txt h1 b {
	font-size: 48px;
}
.slidermain {
	height: 100vh;
}
.slidermain .slick-list {
	height: 100vh;
}
.slidermain .slick-track {
	height: 100vh;
}
.slidermain .slick-slide img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.top-info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 150;
	display:flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.66);
	width: 68vw;
}
.top-info h2 {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 20px */
	text-transform: uppercase;
	width: 130px;
	min-width: 130px;
	background: #FF9000;
	padding: 30px 0;
}
.news-wraps {
	display: block;
	flex-basis: 100%;
	box-sizing: border-box;
	padding: 27px 20px;
}
.news-wraps a {
	color: #FFF;
}
.news-wraps .inn {
	display:flex;
	align-items: center;
	color: #FFF;
}
.news-wraps a b{
	display: block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px;
	white-space: nowrap;
	width: 115px;
}
.news-wraps .inn .txt {
	display: block;
}
.news-wraps .inn .txt span {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 行数を指定 */
	width: 100%;
}
.news-wraps .inn small {
	display: block;
	min-width: 120px;
	margin-left: 35px;
	padding-left: 33px;
	position: relative;
}
.news-wraps .inn small::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("../images/art_track.png") center center no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
}
@media all and (min-width: 769px) {
	.news-wraps a:hover {
		text-decoration: underline !important;
	}
}

@media all and (min-width: 769px) and (max-width: 1100px) {
	.top-info {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 150;
		display:flex;
		align-items: center;
		justify-content: space-between;
		background: rgba(0, 0, 0, 0.66);
		width: 86vw;
	}
	.top-info h2 {
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 900;
		line-height: 100%; /* 20px */
		text-transform: uppercase;
		width: 90px;
		min-width: 90px;
		background: #FF9000;
		padding: 30px 0;
	}
	.news-wraps {
		display: block;
		flex-basis: 100%;
		box-sizing: border-box;
		padding: 24px 20px;
	}
	.news-wraps a {
		color: #FFF;
	}
	.news-wraps .inn {
		display:flex;
		align-items: center;
		color: #FFF;
	}
	.news-wraps a b{
		display: block;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 900;
		line-height: 20px;
		white-space: nowrap;
		width: 115px;
	}
	.news-wraps .inn .txt {
		display: block;
	}
	.news-wraps .inn .txt span {
		overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1; /* 行数を指定 */
		width: 100%;
	}
	.news-wraps .inn small {
		display: block;
		min-width: 120px;
		margin-left: 35px;
		padding-left: 33px;
		position: relative;
	}
	.news-wraps .inn small::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../images/art_track.png") center center no-repeat;
		background-size: 100% auto;
		width: 24px;
		height: 24px;
	}
}

@media all and (max-width: 768px) {
	.slick-dots {
		position: absolute;
		right: 0;
		bottom: 80px;
		z-index: 100;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 100%;
	}
	.mainVisual {
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 60vh;
		/*height:1000px;*/
		min-height: 50vh;
		background: #EFEFEF;
		}
	.mainVisual .mv_txt {
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.mainVisual .imgs {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.mainVisual img {
		width: 100%;
		height: 60vh;
		object-fit: cover;
	}
	.mainVisual .mv_txt .txt {
		margin-right: 2%;
	}
	.mainVisual .mv_txt .txt span {
		display: block;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.4; /* 166.667% */
		letter-spacing: 1px;
		padding-top: 76px;
	}
	.mainVisual .mv_txt h1 {
		display: block;
		color: #FFF;
		font-size: 19px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.5; /* 166.667% */
		letter-spacing: 1.6px;
	}
	.mainVisual .mv_txt h1 b {
		font-size: 27px;
	}
	.top-info {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 150;
		display:flex;
		align-items: center;
		justify-content: space-between;
		background: rgba(0, 0, 0, 0.66);
		width: 100vw;
	}
	.top-info h2 {
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 13px;
		font-style: normal;
		font-weight: 900;
		line-height: 100%; /* 20px */
		text-transform: uppercase;
		width: 60px;
		min-width: 60px;
		background: #FF9000;
		padding: 30px 0;
	}
	.news-wraps {
		display: block;
		flex-basis: 100%;
		box-sizing: border-box;
		padding: 13px 5px;
	}
	.news-wraps a {
		color: #FFF;
	}
	.news-wraps .inn {
		display: block;
		color: #FFF;
	}
	.news-wraps a b{
		display: block;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 900;
		line-height: 20px;
		white-space: nowrap;
		width: 115px;
	}
	.news-wraps .inn .txt {
		display: block;
	}
	.news-wraps .inn .txt span {
		overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1; /* 行数を指定 */
		width: 100%;
		font-size: 13px;
	}
	.news-wraps .inn small {
		display: none;
	}
	.slidermain {
		height: 60vh;
	}
	.slidermain .slick-list {
		height: 60vh;
	}
	.slidermain .slick-track {
		height: 60vh;
	}
	.slidermain .slick-slide img {
		height: 60vh;
		width: 100%;
		object-fit: cover;
	}
}
@media all and (min-width: 500px) and (max-width: 768px) {
	.mainVisual {
		height: 80vh;
		/*height:1000px;*/
		min-height: 80vh;
		}
	.mainVisual img {
		width: 100%;
		height: 80vh;
		object-fit: cover;
	}
	.slidermain {
		height: 80vh;
	}
	.slidermain .slick-list {
		height: 80vh;
	}
	.slidermain .slick-track {
		height: 80vh;
	}
	.slidermain .slick-slide img {
		height: 80vh;
		width: 100%;
		object-fit: cover;
	}
}



/* top-box1 */
.fix-1380 {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1240 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top-box1 {
	display: block;
	position: relative;
	background: url("../images/tp1img.jpg") top center no-repeat;
	background-size: 100% auto;
	padding-top: 160px;
	padding-bottom: 30%;
	z-index: 20;
}
.top-box1 .fix-1100 {
	position: relative;
	z-index: 10;
}
.top-box1 .ti {
	display: block;
	margin-bottom: 65px;
}
.top-box1 .ti h2 {
	display: block;
	color: #000;
	font-size: 96px;
	font-style: normal;
	font-weight: 900;
	line-height: 115%; /* 110.4px */
	letter-spacing: 14.4px;
}
.top-box1 .ti span {
	display: block;
	color: #000;
	font-size: 34px;
	font-style: normal;
	font-weight: 900;
	line-height: 115%; /* 39.1px */
	letter-spacing: 5.1px;
	margin-top: 20px;
}
.top-box1 .flx {
	display: flex;
	flex-direction: row-reverse;
}
.top-box1 .in {
	width: 625px;
}
.txt_01 {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 36px */
	letter-spacing: 1.44px;
}
.top-box1 .txt_01 {
	margin-bottom: 65px;
}
.fl-ri {
	display: flex;
	flex-direction: row-reverse;
}
.btn1 {
	display: block;
}
.btn1 a {
	position: relative;
	display: flex;
	align-items: center;
	height: 70px;
	border-radius: 40px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.64px;
	min-width: 250px;
	box-sizing: border-box;
	padding: 0 60px 0 35px;
}
.btn1 a::after {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #FF9000;
}
.btn1 a::before {
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background:url("../images/arrow_forward.png") center center no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	z-index: 5;
}
.top-box1 .at-txt1 {
	position: absolute;
	right: 0;
	bottom: 22%;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #CACACA;
	font-size: 128px;
	font-size: 8.7vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.8; /* 78.125% */
	text-transform: capitalize;
	color: #FFF;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
.top-box1 .at-txt1 span {
	display: block;
}
.top-box1 .img1 img,
.top-box1 .img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-box1 .img1 {
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 30vw;
	aspect-ratio: 440 / 500;
}
.top-box1 .img2 {
	position: absolute;
	left: 33vw;
	bottom: -50px;
	width: 40vw;
	aspect-ratio: 563 / 343;
}

@media all and (min-width: 769px) and (max-width: 1100px) {
	.top-box1 .img1 {
		position: absolute;
		left: 0;
		bottom: 12%;
		width: 26vw;
		aspect-ratio: 440 / 500;
	}
	.top-box1 .img2 {
		position: absolute;
		left: 33vw;
		bottom: -50px;
		width: 40vw;
		aspect-ratio: 563 / 343;
	}
}

@media all and (min-width: 769px) {
	.btn1 a:hover {
		background: #FF9000;
	}
}


@media all and (max-width: 979px) {
	.fix-980 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1170px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1379px) {
	.fix-1380 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1199px) {
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1239px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
	.top-box1 {
		display: block;
		position: relative;
		background: url("../images/tp1img.jpg") top center no-repeat;
		background-size: 100% auto;
		padding-top: 60px;
		padding-bottom: 260px;
		z-index: 20;
	}
	.top-box1 .fix-1100 {
		position: relative;
		z-index: 10;
	}
	.top-box1 .ti {
		display: block;
		margin-bottom: 35px;
	}
	.top-box1 .ti h2 {
		display: block;
		color: #000;
		font-size: 29px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 110.4px */
		letter-spacing: 1.4px;
	}
	.top-box1 .ti span {
		display: block;
		color: #000;
		font-size: 19px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.7; /* 39.1px */
		letter-spacing: 1.1px;
		margin-top: 10px;
	}
	.top-box1 .flx {
		display: block;
	}
	.top-box1 .in {
		width: 100%;
	}
	.txt_01 {
		color: #333;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
	}
	.top-box1 .txt_01 {
		margin-bottom: 25px;
	}
	.fl-ri {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	.btn1 {
		display: block;
	}
	.btn1 a {
		position: relative;
		display: flex;
		align-items: center;
		height: 60px;
		border-radius: 40px;
		background: #000;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 20.8px */
		letter-spacing: 0.64px;
		min-width: 250px;
		box-sizing: border-box;
		padding: 0 60px 0 35px;
	}
	.btn1 a::after {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background: #FF9000;
	}
	.btn1 a::before {
		position: absolute;
		right: 21px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background:url("../images/arrow_forward.png") center center no-repeat;
		background-size: 100% auto;
		width: 16px;
		height: 16px;
		z-index: 5;
	}
	.top-box1 .at-txt1 {
		position: absolute;
		right: 0;
		bottom: 22%;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #CACACA;
		font-size: 128px;
		font-size: 8.7vw;
		font-style: normal;
		font-weight: 400;
		line-height: 0.8; /* 78.125% */
		text-transform: capitalize;
		color: #FFF;
		mix-blend-mode: multiply;
		opacity: 0.7;
	}
	.top-box1 .at-txt1 span {
		display: block;
	}
	.top-box1 .img1 img,
	.top-box1 .img2 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top-box1 .img1 {
		position: absolute;
		left: 0;
		bottom: 5%;
		width: 28%;
		aspect-ratio: 440 / 500;
	}
	.top-box1 .img2 {
		position: absolute;
		left: 33vw;
		bottom: -10px;
		width: 60vw;
		aspect-ratio: 563 / 343;
	}
}



/* top-box2 */
.top-box2 {
	display: block;
	position: relative;
	background: #F0ED4C;
	padding-top: 150px;
	padding-bottom: 150px;
}
.top-box2::after {
	position: absolute;
	right: 0;
	width: 22vw;
	top: 150px;
	content: "";
	height: calc(100% - 150px);
	background: url("../images/tp2img1.jpg") top center no-repeat;
	background-size: cover;
}
.top-box2.v2::after {
	background: url("../images/tp2img2.jpg") top center no-repeat;
	background-size: cover;
}
.top-box2.v3::after {
	background: url("../images/tp2img3.jpg") top center no-repeat;
	background-size: cover;
}
.top-box2 .fix-1100 {
	position: relative;
	z-index: 20;
}
.top-box2 .ti {
	display: block;
	margin-bottom: 45px;
}
.top-box2 .ti h2 {
	display: block;
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 115%; /* 46px */
	letter-spacing: 6px;
}
.top-box2 .inner {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.top-box2 .inner li {
	display: block;
	border-bottom: 1px solid #FF9000;
}
.top-box2 .inner li a {
	display: block;
	position: relative;
	background: #F0ED4C;
	padding: 30px 55px 30px 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.top-box2 .inner li a .spt {
	display: block;
	color: #C5C23E;
	/*font-size: 36px;*/
	font-size: 2.6vw;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 41.4px */
	letter-spacing: 1.44px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.top-box2 .inner li a p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%; /* 23px */
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.top-box2 .inner li a::after {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #C5C23E;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.top-box2 .inner li a::before {
	position: absolute;
	right: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background:url("../images/arrow_forward.png") center center no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	z-index: 5;
}
.top-box2 .at-txt1 {
	position: absolute;
	left: 210px;
	top: 0;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF9000;
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px; /* 78.125% */
	text-transform: capitalize;
	color: #F0ED4C;
	opacity: 0.6;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin:left top;
}


@media all and (min-width: 769px) {
	.top-box2 .inner li a:hover .spt {
		color: #FF9000;
	}
	.top-box2 .inner li a:hover::after {
		background: #FF9000;
	}
}



@media all and (max-width: 768px) {
	.top-box2 {
		display: block;
		position: relative;
		background: #F0ED4C;
		padding-top: 150px;
		padding-bottom: 250px;
	}
	.top-box2::after {
		position: absolute;
		right: 0;
		width: 100vw;
		top: auto;
		bottom: 0;
		content: "";
		height: 220px;
	}
	.top-box2 .fix-1100 {
		position: relative;
		z-index: 20;
	}
	.top-box2 .ti {
		display: block;
		margin-bottom: 25px;
	}
	.top-box2 .ti h2 {
		display: block;
		color: #000;
		font-size: 36px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.7; /* 46px */
		letter-spacing: 2px;
	}
	.top-box2 .inner {
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-box2 .inner li {
		display: block;
		border-bottom: 1px solid #FF9000;
	}
	.top-box2 .inner li a {
		display: block;
		position: relative;
		background: #F0ED4C;
		padding: 30px 55px 30px 0;
	}
	.top-box2 .inner li a .spt {
		display: block;
		color: #FF9000;
		/*font-size: 36px;*/
		font-size: 5vw;
		font-style: normal;
		font-weight: 400;
		line-height: 115%; /* 41.4px */
		letter-spacing: 1.44px;
	}
	.top-box2 .inner li a p {
		color: #000;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height:1.7; /* 23px */
		letter-spacing: 3px;
		margin-top: 10px;
	}
	.top-box2 .inner li a::after {
		position: absolute;
		right: 0px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background: #FF9000;
	}
	.top-box2 .inner li a::before {
		position: absolute;
		right: 11px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background:url("../images/arrow_forward.png") center center no-repeat;
		background-size: 100% auto;
		width: 16px;
		height: 16px;
		z-index: 5;
	}
	.top-box2 .at-txt1 {
		position: absolute;
		left: 0px;
		top: 0;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FF9000;
		font-size: 128px;
		font-size: 17vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1; /* 78.125% */
		text-transform: capitalize;
		color: #F0ED4C;
		opacity: 0.6;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin:left top;
	}
}



/* top-box3 */
.top-box3 {
	display: block;
	position: relative;
	padding: 150px 0;
}
.top-box3::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background: #F3F3F3;
	height: 100%;
	width: 43%;
}
.top-box3 .imgs {
	position: relative;
	z-index: 5;
	width: 70%;
	height: 330px;
	margin-bottom: 150px;
}
.top-box3 .imgs img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.top-box3 .fix-1100 {
	position: relative;
	z-index: 20;
}
.top-box3 .inner {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 20;
}
.top-box3 .at-txt1 {
	position: absolute;
	width: 200%;
	left: 0;
	top: -280px;
	z-index: 3;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #CACACA;
	font-size: 128px;
	font-size: 8.1vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.8; /* 78.125% */
	text-transform: capitalize;
	color: transparent;
	-webkit-text-stroke: 1px #CACACA;
	opacity: 0.7;
}
.top-box3 h2 {
	display: block;
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 150%; /* 60px */
	letter-spacing: 6px;
}
.top-box3 h2 span {
	background:linear-gradient(transparent 60%, #F0ED4C 60%);
}
.top-box3 .txt_01 {
	padding: 50px 0 60px 0;
}
.top-box3 ul {
	display: flex;
	justify-content: space-between;
}

@media all and (max-width: 768px) {
	.top-box3 {
		display: block;
		position: relative;
		padding: 60px 0;
	}
	.top-box3::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		background: #F3F3F3;
		height: 100%;
		width: 43%;
	}
	.top-box3 .imgs {
		position: relative;
		z-index: 5;
		width: 80%;
		height: 120px;
		margin-bottom: 50px;
	}
	.top-box3 .imgs img {
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.top-box3 .fix-1100 {
		position: relative;
		z-index: 20;
	}
	.top-box3 .inner {
		max-width: 730px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 20;
	}
	.top-box3 .at-txt1 {
		position: absolute;
		width: 200%;
		left: 0;
		top: -50px;
		z-index: 3;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #CACACA;
		font-size: 128px;
		font-size: 9.2vw;
		font-style: normal;
		font-weight: 400;
		line-height: 0.8; /* 78.125% */
		text-transform: capitalize;
		color: transparent;
		-webkit-text-stroke: 1px #CACACA;
		opacity: 0.7;
	}
	.top-box3 h2 {
		display: block;
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 900;
		line-height: 1.6; /* 60px */
		letter-spacing: 2px;
		padding-top: 10px;
	}
	.top-box3 h2 span {
		background:linear-gradient(transparent 60%, #F0ED4C 60%);
	}
	.top-box3 .txt_01 {
		padding: 20px 0 30px 0;
	}
	.top-box3 ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top-box3 ul li {
		display: block;
		margin-bottom: 13px;
	}
	.top-box3 ul .btn1 a {
		font-size: 13px;
	}
}




/* top-box4 */
.top-box4 {
	display: block;
	position: relative;
	background: #e7e7e7;
	padding: 105px 0;
}
.fix-1480 {
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}
.top-box4 ul {
	display: flex;
	justify-content: space-between;
}
.top-box4 ul li {
	display: block;
	flex-basis: 48%;
}
.top-box4 ul li a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 430px;
	position: relative;
	background: url("../images/bg_flow.png") center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	color: #FFF;
}
.top-box4 ul li:nth-child(2) a {
	background: url("../images/bg_strong.png") center center no-repeat;
	background-size: cover;
}
.top-box4 ul li a h2 {
	display: block;
	font-size: 46px;
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 600;
	margin-bottom: 16px;
	position: relative;
	z-index: 5;
}
.top-box4 ul li a small {
	display: block;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 5;
}
.top-box4 ul li a::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
@media all and (min-width: 769px) {
	.top-box4 ul li a:hover::after {
		opacity: 1;
	}
}
@media all and (min-width: 769px) and (max-width: 1100px) {
	.top-box4 ul li a {
		width: 100%;
		height: 260px;
		color: #FFF;
	}
	.top-box4 ul li a h2 {
		font-size: 30px;
		line-height: 1;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	.top-box4 ul li a small {
		font-size: 18px;
		letter-spacing: 2px;
	}
}


@media all and (max-width: 1479px) {
	.fix-1480 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.top-box4 {
		display: block;
		position: relative;
		background: #e7e7e7;
		padding: 35px 0;
	}
	.fix-1480 {
		margin-left: 4%;
		margin-right: 4%;
	}
	.top-box4 ul {
		display: block;
	}
	.top-box4 ul li {
		display: block;
		flex-basis: 48%;
		padding: 10px 0;
	}
	.top-box4 ul li a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 100%;
		height: 200px;
		position: relative;
		background: url("../images/bg_flow.png") center center no-repeat;
		background-size: cover;
		border-radius: 10px;
		color: #FFF;
	}
	.top-box4 ul li:nth-child(2) a {
		background: url("../images/bg_strong.png") center center no-repeat;
		background-size: cover;
	}
	.top-box4 ul li a h2 {
		display: block;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 4px;
		font-weight: 600;
		margin-bottom: 6px;
		position: relative;
		z-index: 5;
	}
	.top-box4 ul li a small {
		display: block;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1;
		font-weight: 600;
		position: relative;
		z-index: 5;
	}
	.top-box4 ul li a::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background: rgba(0,0,0,0.7);
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
		opacity: 0;
	}
}



.top-bottom {
	display: block;
	background: url("../images/bg_cv.jpg") top center no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.top-bottom .ti {
	display: block;
	text-align: center;
	color: #FFF;
	margin-bottom: 40px;
}
.top-bottom .ti h3 {
	display: block;
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 18px;
}
.top-bottom .ti small {
	display: block;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.1;
	font-weight: 600;
}
.top-bottom .mt {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 2.1;
	font-weight: 600;
	margin-bottom: 60px;
}
.top-bottom ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top-bottom ul li {
	display: block;
	text-align: center;
	flex-basis: 50%;
}
.top-bottom .tels b,
.top-bottom .tels a {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 40px;
	line-height: 0.8;
	font-weight: 600;
	letter-spacing: 4px;
	padding-left: 30px;
}
.top-bottom .tels small {
	display: block;
	color: #FFF;
	margin-top: 8px;
}
.top-bottom .tels b::before,
.top-bottom .tels a::before {
	position:absolute;
	left: 0;
	top: 18px;
	content: "";
	background: url("../images/icon_tel.png") left top no-repeat;
	width: 22px;
	height: 28px;
}
.top-bottom .mails a {
	display:flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 340px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	color: #FFF;
	background: #c82b16;
	border: #c82b16 solid 1px;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 600;
}
.top-bottom .mails a span {
	display:inline-block;
	position: relative;
	padding-left: 32px;
}
.top-bottom .mails a span::before {
	position:absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/icon_mail.png") center center no-repeat;
	background-size: 100% auto;
	width: 31px;
	height: 23px;
}
@media all and (min-width: 769px) {
	.top-bottom .mails a:hover {
		background: #851708;
	}
}

@media all and (max-width: 768px) {
	.top-bottom {
		display: block;
		background: url("../images/bg_cv.jpg") top center no-repeat;
		background-size: cover;
		padding: 40px 0;
	}
	.top-bottom .ti {
		display: block;
		text-align: center;
		color: #FFF;
		margin-bottom: 24px;
	}
	.top-bottom .ti h3 {
		display: block;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 1.1;
		font-weight: 600;
		margin-bottom: 8px;
	}
	.top-bottom .ti small {
		display: block;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.1;
		font-weight: 600;
	}
	.top-bottom .mt {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.top-bottom ul {
		display: block;
	}
	.top-bottom ul li {
		display: block;
		text-align: center;
		flex-basis: 50%;
		padding: 10px 0;
	}
	.top-bottom .tels b,
	.top-bottom .tels a {
		position: relative;
		text-align: center;
		color: #FFF;
		font-size: 30px;
		line-height: 0.8;
		font-weight: 600;
		letter-spacing: 4px;
		padding-left: 30px;
	}
	.top-bottom .tels small {
		display: block;
		color: #FFF;
		margin-top: 8px;
	}
	.top-bottom .tels b::before,
	.top-bottom .tels a::before {
		position:absolute;
		left: 0;
		top: 10px;
		content: "";
		background: url("../images/icon_tel.png") left top no-repeat;
		width: 22px;
		height: 28px;
	}
	.top-bottom .mails a {
		display:flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 270px;
		height: 70px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
		color: #FFF;
		background: #c82b16;
		border: #c82b16 solid 1px;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: 600;
	}
	.top-bottom .mails a span {
		display:inline-block;
		position: relative;
		padding-left: 32px;
	}
	.top-bottom .mails a span::before {
		position:absolute;
		left: -20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/icon_mail.png") center center no-repeat;
		background-size: 100% auto;
		width: 31px;
		height: 23px;
	}
}


@media all and (min-width: 500px) {
	.pchidden {
		display: none !important;
	}
}
@media all and (max-width: 500px) {
	.sphidden {
		display: none !important;
	}
}


