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

header .nav ul li.nav-home a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: rgba(0,71,130,1);
}

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

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}
.fullSlideShow .frame {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}

.fullSlideShow .main-txt {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 800px;
	color: #fff;
	margin-left: -400px;
}
.fullSlideShow .main-txt img {
	display: block;
	width: 70px;
	margin: 0 auto 30px auto;
}
.fullSlideShow .main-txt h1 {
	font-size: 3rem;
	letter-spacing: 0.5rem;
	line-height: 5rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
.fullSlideShow .main-txt .scroll {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.fullSlideShow .main-txt .scroll:before {
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	background-color: #fff;
	margin: 0 auto 30px auto;
}

#container {
	width: 100%;
	text-align: center;
}
#contents {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

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

/*CONCEPT*/

.concept {
	background: linear-gradient(0deg,#fff 0%,#fff 30%,#004782 30%,#004782 100%);
	padding-top: 50px;
}
.concept .wrapper {
	position: relative;
}
.concept img {
	float: left;
	width: 50%;
	box-shadow: 0 0 10px #b8b8b8;
	margin: 10px 0 10px 10px;
}
.concept .txt {
	float: right;
	width: 45%;
	color: #fff;
	padding: 30px 0 0 0;
}
.concept .txt h2 {
	font-size: 2.5rem;
	font-weight: normal;
}
.concept .bt-cmn01 {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*SERVICE*/

.service {
	background: linear-gradient(0deg,#eee 0%,#eee 50%,#fff 50%,#fff 100%);
	padding-bottom: 80px;
}
.service ul {
	padding: 10px;
	margin-bottom: 80px;
}
.service li {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 8px #b8b8b8;
	border-bottom: solid 3px #004782;
}
.service li .inner {
	padding: 25px;
}
.service li .inner {
	padding: 25px 25px 75px 25px;
}
.service li .inner .number {
	color: #004782;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 10px;
}
.service li .inner h3 {
	color: #004782;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.service li .inner .bt {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	text-align: center;
	margin: 0 0 15px -50%;
}
.service li .inner .bt a {
	display: block;
	color: #004782;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 20px 0;
}
.service li .inner .bt a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 90%;
	font-weight: 900;
	margin-left: 30px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.service li .inner .bt a:hover {
	color: #5ec1d2;
}
.service li .inner .bt a:hover:after {
	margin-left: 15px;
}

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

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


}


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

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

/* fullSlideShow
--------------------------- */
.fullSlideShow .main-txt {
	top: 30%;
	width: 600px;
	margin-left: -300px;
}
.fullSlideShow .main-txt img {
	width: 50px;
	margin: 0 auto 40px auto;
}
.fullSlideShow .main-txt h1 {
	font-size: 2.5rem;
	line-height: 4.5rem;
	margin-bottom: 40px;
}
.fullSlideShow .main-txt .scroll {
	font-size: 1.1rem;
}

/*CONCEPTCONCEPT*/

.concept {
	background: linear-gradient(0deg,#fff 0%,#fff 20%,#004782 20%,#004782 100%);
	padding: 40px 0 0 0;
}
.concept .txt {
	padding: 0 0 80px 0;
}
.concept .txt h2 {
	font-size: 2rem;
}

/*SERVICE*/

.service {
	padding-bottom: 60px;
}
.service ul {
	margin-bottom: 60px;
}
.service li .inner {
	padding: 20px 20px 60px 20px;
}
.service li .inner h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.service li .inner .bt a {
	padding: 15px 0;
}

}

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

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

/* fullSlideShow
--------------------------- */
.fullSlideShow .main-txt {
	top: 25%;
	width: 100%;
	margin-left: -50%;
}
.fullSlideShow .main-txt img {
	width: 40px;
	margin: 0 auto 20px auto;
}
.fullSlideShow .main-txt h1 {
	font-size: 2rem;
	line-height: 3.5rem;
	margin-bottom: 35px;
}
.fullSlideShow .main-txt .scroll {
	font-size: 1rem;
}
.fullSlideShow .main-txt .scroll:before {
	height: 80px;
	margin: 0 auto 20px auto;
}

/*CONCEPT*/

.concept {
	background: linear-gradient(0deg,#fff 0%,#fff 60%,#004782 60%,#004782 100%);
	padding-top: 40px;
}
.concept img {
	float: none;
	width: 90%;
	display: block;
	box-shadow: 0 0 10px #b8b8b8;
	margin: 10px auto 30px auto;
}
.concept .txt {
	float: none;
	width: 100%;
	color: #004782;
	padding-bottom: 50px;
}
.concept .txt h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.concept .bt-cmn01 {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*SERVICE*/

.service {
	background: linear-gradient(0deg,#eee 0%,#eee 50%,#fff 50%,#fff 100%);
	padding-bottom: 40px;
}
.service ul {
	margin-bottom: 40px;
}
.service ul li {
	margin-bottom: 30px;
}
.service li .inner {
	padding: 20px 20px 50px 20px;
}
.service li .inner .number {
	margin-bottom: 5px;
}
.service li .inner h3 {
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.service li .inner .bt {
	margin: 0 0 10px -50%;
}
.service li .inner .bt a {
	padding: 10px 0;
}
.service li .inner .bt a:after {
	margin-left: 20px;
}
.service li .inner .bt a:hover {
	color: #5ec1d2;
}

}

