@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	MAIN
	========================================================================== */

.main {
	color: #fff;
	background: url("../images/index-images/main.jpg") 50% 0 no-repeat;
	height: 758px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.main h2 {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 6.5rem;
	font-weight: 700;
}
.main p {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*NEWS*/

.news-list .bt-cmn01 {
	margin-top: 50px;
}

.scroll-con .tit-cmn02 {
	padding-top: 50px;
}

/*BUSINESS*/

.business-bg {
	background: url("../images/cmn-images/bg01.jpg") 50% 100% no-repeat;
  background-attachment: fixed;
}
.bn {
	overflow: hidden;
	max-width: 1900px;
	margin: 0 auto;
}
.bn li {
	float: left;
	width: 33.333%;
}
.bn li a {
	color: #fff;
	display: block;
	font-size: 2.1rem;
	font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
	padding: 100px 0;
}
.bn li a:after {
	display: block;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-top: 20px;

}
.bn li:first-child a {
	background: url("../images/index-images/bn01.jpg") 50% 50% no-repeat;
}
.bn li:first-child a:hover {
	opacity: 0.5;
}
.bn li:nth-child(2) a {
	background: url("../images/index-images/bn02.jpg") 50% 50% no-repeat;
}
.bn li:nth-child(2) a:hover {
	opacity: 0.5;
}
.bn li:nth-child(3) a {
	background: url("../images/index-images/bn03.jpg") 50% 50% no-repeat;
}
.bn li:nth-child(3) a:hover {
	opacity: 0.5;
}

/*GALLERY*/

.gallery-bg {
	background-color: blue;
  background-attachment: fixed;
}
.gallery-bg .bg01 {
	padding-bottom: 30px;
}
.simply-scroll { /* Customisable base class for style override DIV */
	margin-bottom: 30px;
}

/* 
==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/*MAIN*/

.main {
	height: 600px;
	margin-bottom: 60px;
}
.main h2 {
	font-size: 5.5vw;
}
.main p {
	font-size: 3.5vw;
}

/*BUSINESS*/

.business-bg .tit-cmn02 {
	background: url("../images/cmn-images/bg01.jpg") 50% 50% no-repeat;
  background-size: 150%;
  padding-bottom: 30px; 
  margin-bottom: 0;
}


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

/*MAIN*/

.main {
	height: 500px;
	background-size: 1500px;
	margin-bottom: 40px;
}
.main h2 {
	font-size: 6vw;
	margin-bottom: 10px;
}
.main p {
	font-size: 4vw;
}

/*NEWS*/

.news-list .bt-cmn01 {
	margin-top: 30px;
}

.scroll-con .tit-cmn02 {
	padding-top: 30px;
}

/*BUSINESS*/

.bn {
	width: 100%;
}
.bn li {
	float: none;
	width: 100%;
}
.bn li a {
	font-size: 1.8rem;
	padding: 70px 0;
}
.bn li a:after {
	margin-top: 15px;

}
.bn li:first-child a {
	background-size: 100%;
}
.bn li:nth-child(2) a {
	background-size: 100%;
}
.bn li:nth-child(3) a {
	background-size: 100%;
}

/*GALLERY*/

.gallery-bg .bg01 {
	padding-bottom: 20px;
}
.simply-scroll {
	margin-bottom: 20px;
}

}

