@charset "UTF-8";



/* ----------トップ---------- */

#index_all {
	margin: 0 auto;
	padding: 70px;
	height: 800px;
}

.index {
	border: solid 5px black;
	width: 100%;
	height: 100%;
	background: #f7b400;
	overflow: hidden;
	position: relative;
	text-align: center;
}

h1 {
	text-align: center;
	color: white;
	font-size: 50px;
	line-height: 1.5;
	padding: 60px 0 20px;
	position: relative;
	z-index: 2;
	font-family: vdl-gigamaru, sans-serif;
}

h1 span {
	display: block;
}

h1 br {
	display: none;
}



/* ロゴ */

.index_logo {
	z-index: 2;
	position: relative;
}

.index_logo img,
.index_logo ul {
	display: inline-block;
}

.index_logo img {
	width: 200px;
}



/* テキスト */

.index_logo ul {
	text-align: left;
	margin-left: 50px;
}

.index_logo li:first-child {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.6;
}

.index_logo li:nth-child(2) {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

.index_logo .fa-phone {
	transform: scale(-1, 1);
}

.index_logo li:nth-child(3) {
	font-size: 12px;
	margin-bottom: 5px;
}

.index_logo li:last-child {
	line-height: 0;
}



/* -----メニューアイコン----- */

.index_company,
.index_contact,
.index_greetings,
.index_works {
	position: absolute;
	z-index: 2;
	text-align: center;
}

.index_company {
	left: 15%;
	bottom: -4%;
}

.index_contact {
	left: 30%;
	bottom: -4%;
}

.index_greetings {
	left: 62%;
	bottom: -4%;
}

.index_works {
	left: 73%;
	bottom: -4%;
}

.menu_company,
.menu_contact,
.menu_greetings,
.menu_works {
	transition: all 0.3s;
	-webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,.4));
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,.4));
	overflow: visible;
}

.menu_company a:hover,
.menu_contact a:hover,
.menu_greetings a:hover,
.menu_works a:hover {
	transform: translateY(-7px);
	opacity: 1;
}



.menu_company {
	width: 130px;
}

.menu_contact {
	width: 65px;
}

.menu_greetings {
	width: 100px;
}

.menu_works {
	width: 197px;
}



/* SVGアニメーション */

.menu_company0,
.menu_contact0,
.menu_greetings0,
.menu_works0 {
	fill: white;
}

.menu_company1,
.menu_contact1,
.menu_greetings1,
.menu_works1 {
	fill: white;
	transition: 0.3s;
}

.menu_company2,
.menu_contact2,
.menu_greetings2,
.menu_works2 {
	fill: black;
}

.menu_company a:hover .menu_company1,
.menu_contact a:hover .menu_contact1,
.menu_greetings a:hover .menu_greetings1,
.menu_works a:hover .menu_works1 {
	transition: 0.3s;
}

.menu_company a:hover .menu_company1 {
	fill: orange;
}

.menu_contact a:hover .menu_contact1 {
	fill: #ea5532;
}

.menu_greetings a:hover .menu_greetings1 {
	fill: #3d62ad;
}

.menu_works a:hover .menu_works1 {
	fill: #ae8e77;
}



/* 吹き出し */

.arrow_company,
.arrow_contact,
.arrow_greetings,
.arrow_works {
display: inline-block;
	padding: 0 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;
	background: #333;
	color: #fff;
}

.arrow_company:after,
.arrow_contact:after,
.arrow_greetings:after,
.arrow_works:after {
	position: absolute;
	top: 25px;
	right: 46%;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333;
	border-width: 7px;
	pointer-events: none;
	content: " ";
}



/* 背景 */

.back_town {
	position: absolute;
	left: -30px;
	bottom: -3px;
	width: 105%;
}



.slider1 {
	opacity: 0.2;
}

.slider2 {
	opacity: 0.3;
}

.slider3 {
	opacity: 0.5;
}

.slider1 {
	margin-top: -350px;
}

.slider2,
.slider3 {
	margin-top: -650px;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------トップ---------- */

#index_all {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 100%;
	height: 80vh;
}

.index {
	border: none;
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	width: 100%;
	height: 100%;
	background: #f7b400;
	overflow: hidden;
	position: relative;
	text-align: center;
}

h1 {
	text-align: center;
	color: white;
	font-size: 8vw;
	line-height: 1.5;
	padding: 20px 0 10px;
	position: relative;
	z-index: 2;
	font-family: vdl-gigamaru, sans-serif;
}

h1 br {
	display: block;
}



/* ロゴ */

.index_logo {
	z-index: 2;
	position: relative;
}

.index_logo img,
.index_logo ul {
	display: block;
}

.index_logo img {
	width: 30vh;
	margin: 0 auto 10px auto;
}



/* テキスト */

.index_logo ul {
	text-align: center;
	margin-left: 0;
}

.index_logo li:first-child {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
}

.index_logo li:nth-child(2) {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.index_logo .fa-phone {
	transform: scale(-1, 1);
}

.index_logo li:nth-child(3) {
	display: none;
}

.index_logo li:last-child {
	display: none;
}



/* -----メニューアイコン----- */

.index_company,
.index_contact,
.index_greetings,
.index_works {
	display: none;
}



/* 背景 */

.back_town {
	position: absolute;
	left: -30px;
	bottom: -3px;
	width: 200%;
}



.slider1 {
	margin-top: -40vh;
}

.slider2 {
	margin-top: -150vh;
}

.slider3 {
	margin-top: -140vh;
}

.slider1 img,
.slider2 img,
.slider3 img {
	width: 100vh;
}



}