@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 横スクロール禁止　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
position: relative;
overflow-x: hidden;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 背景色　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	background-color: #1E8D7A;
	color: #FFFFFF;
	background-image: url(../images/bg_01.jpg), radial-gradient(circle, rgba(43, 168, 146, 1), rgba(30, 141, 100, 1) 90%);
	background-repeat: repeat-y,no-repeat;
	background-position: right 0%,center center;
	background-attachment: scroll,fixed;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 50px;
	position: relative;
}
#kv h2 {
	font-size: 60px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 30px;
}
#eng_tt {
	font-family: "Roboto", sans-serif;
	color: #62afa2;
	font-size: 14vw;
	line-height: 1em;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-weight: 800;
}

/* -- パンくずリスト ----------------------------------------------- */
#breadcrumbs ul {
	display: flex;
}
#breadcrumbs li {
	font-size: 20px;
	line-height: 1.2em;
	color: rgba(255,255,255,0.70);
	font-weight: 800;
}
#breadcrumbs li a {
	color: #ffffff;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#breadcrumbs li a:hover {
	color: #444444;
	text-decoration: underline;
}
#breadcrumbs li:after {
	content: " ・ ";
	margin-right: 5px;
}
#breadcrumbs li:last-child:after {
	content: "";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 1stエリア　メイン写真　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_pic {
	width: 70%;
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
}
#main_pic img {
	width: 100%;
	height: auto;
}
#main_pic::before {
	animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background-color: #000000;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}









/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 背景色　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	background-size: 100px auto;
	background-image: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
#kv h2 {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 25px;
}
#eng_tt {
	font-size: 18vw;
}

/* -- パンくずリスト ----------------------------------------------- */
#breadcrumbs li {
	font-size: 18px;
	line-height: 1.2em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 1stエリア　メイン写真　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_pic {
	width: 90%;
	margin-bottom: 70px;
}


}
