@charset "utf-8";
/* CSS Document */

@keyframes sdl {
0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
}
50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
}
50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
}
100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
}
}


/*PC*/
@media print, screen and (min-width: 768px) {

header.smaller #menu li a { color: #333!important;}

#header {
z-index: 10000;
/*background-color: rgba(255,255,255,0.70)*/
}

/*#header #menu li a { color: #fff; }
#header .subMenu li a { color: #fff; }
#header.smaller .subMenu li a { color: #000!important; }
#header.smaller #menu li a { color: #000!important; }*/

/*--------------------*/


.mv {
	min-width: 1200px;
	margin: 120px auto 0;
	position: relative;
}

.slider {
	margin: 0 12% 0 20%;
}
	
.mv h2{
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 1;
	font-size: 42px;
	font-weight: 500;
	line-height: 2em;
}
.mv h2 span{
	background: #fff;
	padding: 5px 0;
}

.btn-scroll {
  	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 1;
	writing-mode: vertical-lr;
	font-size: 12px;
	height: 180px;
}
.btn-scroll a {
  	color: #8B8B8B;
}
.btn-scroll::after {
	content: "";
	height: 180px;
	width: 1px;
	position: absolute;
	top: 0;
	background: #8B8B8B;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.line_img01{
	position: absolute;
	left: 0;
	top: 20%;
	width: 50%;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line3_img.png");
}
.line_img02{
	position: absolute;
	right: 0;
	bottom: 15%;
	width: 50%;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line3_img.png");
}
	
	
/*cont01
-------------------------------*/
#cont01{
	text-align: center;
	margin: 100px 0 150px;
	position: relative;
	z-index: 1;
}
#cont01::after{
	content: "";
	position: absolute;
	left: 0;
	top: 60%;
	width: 45%;
	height: 800px;
	background: #E37E3C;
	opacity: 0.1;
	z-index: -2;
}
#cont01 .illust_img{
	position: absolute;
	left: 2%;
	bottom: -20%;
	width: 30vw;
	min-width: 350px;
	max-width: 450px;
	z-index: -1;
}
#cont01 .subtit span{
	font-size: 12px;
	color: #8B8B8B;
}
#cont01 h3{
	font-size: 36px;
	margin: 20px 0 30px;
}
	
#cont01 p{
	width: 50%;
	line-height: 2.6em;
	margin: 30px auto 0;
}
	
	
/*cont02
-------------------------------*/
#cont02{
	margin: 100px 0 150px;
	position: relative;
	z-index: 1;
}
#cont02 .line_img{
	position: absolute;
	right: 0;
	top: 15px;
	width: 40%;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line1_img.png");
}
#cont02 h3{
	font-size: 48px;
	margin: 0 0 80px;
	text-align: center;
}
#cont02 ul li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 80px;
	position: relative;
}
#cont02 ul li.list01{
	background-image: url("../images/index/img01.jpg");
}
#cont02 ul li.list01::after{
	content: "";
	border-left: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li.list02{
	background-image: url("../images/index/img02.jpg");
	align-items: flex-end;
}
#cont02 ul li.list02::after{
	content: "";
	border-right: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li.list03{
	background-image: url("../images/index/img03.jpg");
}
#cont02 ul li.list03::after{
	content: "";
	border-left: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li.list04{
	background-image: url("../images/index/img04.jpg");
	align-items: flex-end;
}
#cont02 ul li.list04::after{
	content: "";
	border-right: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li .list_txt{
	width: 50%;
	padding: 100px 0;
	background: rgba(255,255,255,0.7);
}
#cont02 ul li .list_txt h4{
	font-size: 36px;
	text-align: center;
}
#cont02 ul li .list_txt p{
	line-height: 1.6em;
	margin: 20px 10%;
}
#cont02 ul li .list_txt table{
	margin: 10px auto 0;
	width: 90%;
}
#cont02 ul li .list_txt table tr {
}
#cont02 ul li .list_txt table tr th {
	background-color: #E37E3C;
	color: #fff;
	padding: 20px 10px;
	position: relative;
	width: 25%;
}
#cont02 ul li .list_txt table tr th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #E37E3C;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#cont02 ul li .list_txt table tr td {
	background-color: #eee;
	padding: 20px;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 2px solid #5B5B5B;
}

	
	
/*cont03
-------------------------------*/
/*#cont03{
	text-align: center;
	margin: 100px 0 0px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
#cont03::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	height: 140%;
	background: #E37E3C;
	opacity: 0.1;
	z-index: -2;
}
#cont03 .line_img{
	position: absolute;
	left: 0;
	top: 15px;
	width: 40%;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line1_img.png");
}
#cont03 h3{
	font-size: 48px;
	margin: 20px 0 80px;
}
#cont03 table{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#cont03 table tr{
	margin-top: 30px;
	display: block;
}
#cont03 table th{
	width: 200px;
	background: rgba(227,126,60,0.1);
	padding: 20px 30px;
	margin-right: 20px;
	display: table-cell;
	position: relative;
}
#cont03 table td{
	padding: 20px 30px;
	display: table-cell;
	vertical-align: middle;
}*/


}	





/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 767px) {
	
.mv {
	width: 100%;
	margin: 80px auto 0;
	position: relative;
}

.slider {
	margin: 0 12% 0 20%;
}
	
.mv h2{
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 1;
	font-size: 24px;
	font-weight: 500;
	line-height: 2em;
}
.mv h2 span{
	background: #fff;
	padding: 5px 0;
}

.btn-scroll {
  	position: absolute;
	bottom: -50px;
	left: 5%;
	z-index: 1;
	writing-mode: vertical-lr;
	font-size: 10px;
	height: 100px;
}
.btn-scroll a {
  	color: #8B8B8B;
}
.btn-scroll::after {
	content: "";
	height: 100px;
	width: 1px;
	position: absolute;
	top: 0;
	background: #8B8B8B;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.line_img01{
	position: absolute;
	left: 0;
	top: 20%;
	width: 50%;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line3_img.png");
}
.line_img02{
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 50%;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line3_img.png");
}
	
	
/*cont01
-------------------------------*/
#cont01{
	text-align: center;
	margin: 50px 0 100px;
	position: relative;
	z-index: 1;
}
#cont01::after{
	content: "";
	position: absolute;
	left: 0;
	top: 60%;
	width: 35%;
	height: 800px;
	background: #E37E3C;
	opacity: 0.1;
	z-index: -2;
}
#cont01 .illust_img{
	position: absolute;
	left: 2%;
	bottom: -30%;
	width: 150px;
	z-index: -1;
}
#cont01 .subtit span{
	font-size: 12px;
	color: #8B8B8B;
}
#cont01 h3{
	font-size: 24px;
	margin: 10px 0 30px;
}
	
#cont01 p{
	line-height: 2em;
	margin: 30px auto 0;
}
	
	
/*cont02
-------------------------------*/
#cont02{
	margin: 50px 0 100px;
	position: relative;
	z-index: 1;
}
#cont02 .line_img{
	position: absolute;
	right: 0;
	top: 5px;
	width: 35%;
	height: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line1_img.png");
}
#cont02 h3{
	font-size: 24px;
	margin: 0 0 50px;
	text-align: center;
}
#cont02 ul li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
	position: relative;
}
#cont02 ul li.list01{
	background-image: url("../images/index/img01.jpg");
}
#cont02 ul li.list01::after{
	content: "";
	border-left: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li.list02{
	background-image: url("../images/index/img02.jpg");
	align-items: end;
}
#cont02 ul li.list02::after{
	content: "";
	border-right: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li.list03{
	background-image: url("../images/index/img03.jpg");
}
#cont02 ul li.list03::after{
	content: "";
	border-left: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li.list04{
	background-image: url("../images/index/img04.jpg");
	align-items: end;
}
#cont02 ul li.list04::after{
	content: "";
	border-right: 5px solid #E37E3C;
	height: 100%;
	position: absolute;
}
#cont02 ul li .list_txt{
	width: 100%;
	padding: 30px 0;
	background: rgba(255,255,255,0.6);
}
#cont02 ul li .list_txt h4{
	font-size: 30px;
	text-align: center;
}
#cont02 ul li .list_txt p{
	line-height: 1.6em;
	margin: 20px 5%;
	text-align: center;
}
#cont02 ul li .list_txt table{
	margin: 10px auto 0;
	width: 95%;
}
#cont02 ul li .list_txt table tr {
}
#cont02 ul li .list_txt table tr th {
	background-color: #E37E3C;
	color: #fff;
	padding: 20px 10px;
	width: 35%;
	position: relative;
}
#cont02 ul li .list_txt table tr th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #E37E3C;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#cont02 ul li .list_txt table tr td {
	background-color: #eee;
	padding: 20px;
	font-weight: bold;
	line-height: 1.4em;
	width: 65%;
	border-bottom: 2px solid #5B5B5B;
}

	
	
/*cont03
-------------------------------*/
/*#cont03{
	text-align: center;
	margin: 100px 0 0px;
	position: relative;
	z-index: 1;
}
#cont03::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
	height: 140%;
	background: #E37E3C;
	opacity: 0.1;
	z-index: -2;
}
#cont03 .line_img{
	position: absolute;
	left: 0;
	top: 5px;
	width: 35%;
	height: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/com/line1_img.png");
}
#cont03 h3{
	font-size: 24px;
	margin: 0 0 50px;
}
#cont03 table{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
#cont03 table tr{
	margin-bottom: 20px;
	display: block;
}
#cont03 table th{
	width: 80px;
	background: rgba(227,126,60,0.1);
	padding: 10px 20px;
	display: table-cell;
	position: relative;
}
#cont03 table td{
	padding: 10px 20px;
	display: table-cell;
	vertical-align: middle;
}*/

}