@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@400;500;600&display=swap');

body, html {
	font-family: 'Noto Sans JP', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

.mt-5{
	margin-top:20px;
}

.mb-5{
	margin-bottom:20px;
}


h2, h3, h4 {
	font-family: 'Noto Sans JP', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

/*
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
h4 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
/*
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
		color: #3E5EDD;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
*/
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 15px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
#menu .navbar-header h1{
	margin:-15px auto 60px auto;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing:0.05em;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}
.section-title {
	margin-bottom: 30px;
}

/*
.section-title h2 {
	font-size:30px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}

.section-title p {
	font-size: 18px;
}*/

.btn-custom {
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #5ca9fb;
	background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #6372ff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Header Section */
/*
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background-color: #e5e5e5;

}
.intro .overlay {
	background: rgba(0,0,0,0.4);

}

.intro h2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size:40px;
	font-weight: 700;
	line-height:1.6em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 35px;
}
/*
.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}


header .intro-text {
	padding-top: 350px;
	padding-bottom: 200px;
	text-align: center;
}

*/




#header .container{
	width: 100%;
	padding: 0;
	margin:0;
}

#header .row, .col-md-12{
	padding: 0;
	margin:0;
}

/* topスライダー */

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}


swiper-container{
  position: relative;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img { /* ８秒かけて拡大させる */
    -webkit-animation: zoomUp 8s linear 0s;
    animation: zoomUp 8s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-img {
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
	 height:800px;
}

.swiper-text h2{
      position: absolute;
      z-index: 10;
			letter-spacing:0.05em;
			line-height:1.5em;
      font-size:45px;
      color: #fff;
      width: 100%;
      top:45%;
      text-align: center;
      font-weight: 600;
			margin-bottom: 35px;
			text-shadow: 1px 2px 3px #666;

}

#header img.top-main {
	width: 613px;
	max-width:100%;
}


/* Features Section */
#features {
	padding: 100px 0;
	background: #f6f6f6;
}
#features .section-title h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:28px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height:1.6em;
}

#features p{
	margin: 0px;
	padding:0;
	font-size:16px;
	letter-spacing:0.05em;
	line-height:2.2em;
	color:#000;

}

/* About Section */
#about {
	padding: 100px 0;
}


#about .section-title h2 {
	font-family: 'Antonio', sans-serif;
	font-size:45px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height:1.6em;
}

#about .about-text h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height:1.6em;
	letter-spacing:0.05em;
	margin:0;
}

#about .about-text h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height:1.6em;
	letter-spacing:0.03em;
	margin:8px 0 0px 0;
}
/*
#about h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}*/
#about .about-text p {
	letter-spacing:0.05em;
	line-height:2.0em;
	color:#000;
	margin-top:20px;
}

#about .about-text ul {
	margin-top: 16px;
	color:#000;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0px;
	font-size:14px;
	line-height:1.8em;
	letter-spacing:0.05em;
}
#about .about-text li img{
	margin:0;
}
#about .about-text li:before {
	content: '\f024';
	font-family: 'FontAwesome';
	color: #3E5EDD;
	font-size: 14px;
	font-weight: 300;
	padding-right: 8px;
}
/*
#about img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}*/



#about button.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
#about .card{
	max-width: 700px;
	margin:10px 0px;
}
#about .accordion button {
   position: relative;
   width: 100%;
   box-sizing: border-box;
   padding: 0.1em 1.5em 0.1em 0.5em;
   appearance: none;
-webkit-appearance: none;
   cursor: pointer;
	text-align:left;
	font-size:16px;
	letter-spacing:0.1em;
	padding:13px;
	max-height:100%;
	color:#fff;
	background:#3E5EDD;
	margin-top:10px;
	padding-left:20px;
	text-decoration:none;
	border-radius:4px;
}

#about .accordion button:hover {
text-decoration:none;
}
#about .accordion button:active {
text-decoration:none;
}


#about .accordion button .arrow {
   position: absolute;
   top: 50%;
   right: 0.9em;
   width: 0.8rem;
   border: 1px solid #fff;
   border-width: 0 2px 2px 0;
   height: 0.8rem;
   transform: translateY(-60%) rotate(45deg);
   pointer-events: none;
}


#about .accordion button[aria-expanded="true"] .arrow {
   transform: translateY(-30%) rotate(-135deg);
}

#about .accordion .card-body{
	padding:20px;
	border:1px solid #3E5EDD;	border-radius:4px;
}
#about .accordion .card-body h4{
	font-size:16px;
	line-height:1.8em;
	letter-spacing:0.05em;
	color:#000;
}

#about .accordion .card-body p{
	font-size:14px;
	line-height:1.8em;
	letter-spacing:0.05em;
	color:#000;
	margin-bottom:20px;
}

br.flex{
	display:none;
}


hr.member{
	width:100%;
	padding:15px 0;
	background:none;
}
hr.small_member{
	display:none;
}

#about .banner{
	border:4px solid #ddd;
	margin:10px 0;
	padding:5px 0;
}

#about img.bannerimg{
	max-width:450px;
	width:100%;
}

#about img.bigbanner{
	max-width:1100px;
	width:100%;
}



#about .about-text-member h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height:1.5em;
	letter-spacing:0.05em;
	margin:15px 0 0 0;
}

#about .about-text-member h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height:1.6em;
	letter-spacing:0.03em;
	margin:8px 0 0px 0;
}
#about .about-text-member p {
	letter-spacing:0.05em;
	line-height:1.8em;
	color:#000;
	margin-top:20px;
}



/* News Section */
#news {
	padding: 100px 0;
	background: #f6f6f6;
}
#news .section-title h2 {
	font-family: 'Antonio', sans-serif;
	font-size:45px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height:1.6em;
}
#news h4 {
	margin: 5px 0;
}
#news .news-img {
	width: 240px;
	max-width:100%;
}

#news .thumbnail {
	background: transparent;
	border: 0;
}

#news .thumbnail .caption {
	padding: 10px 0 0 0;
	color: #000;
}

/* note 表示用 */

#message {
/*display: flex;
justify-content: space-between*/
}
#message p img {
	display: none;
}
#message a.btn {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0
}

#message .mu {
	position: relative;
	text-align: left;
	letter-spacing:0.05em;
	line-height:1.6em;
	padding:10px 20px;
text-align: justify;
}
#message .mu img {
	max-width: 100%;
	height: auto;
	border-radius:4px;
}
#message .mu h3 {
	margin-bottom: 1em;
	font-size:18px;
	line-height:1.5em;
	text-align: left;
	font-weight:600;
}
#message .mu small {
	display: block
}
/* note 表示用 */



/* Service Section */
#service {
	padding: 100px 0;
	background:#fff;
}
#service .section-title h2 {
	font-family: 'Antonio', sans-serif;
	font-size:45px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height:1.6em;
}


#service h4 {
	margin: 5px 0;
}
#service .serv-img {
	width: 1000px;
	max-width:100%;
}
#service .thumbnail {
	background: transparent;
	border: 0;
}
#service .thumbnail .caption {
	padding: 10px 0 0 0;
	color: #888;
}
#service .serv-main {
	width: 1000px;
	max-width:100%;
}
#service .servbox{
	padding:25px;
	text-align:left;
	max-width:100%;
	width:1000px;
	border: 3px solid #3E5EDD;
  border-radius: 0.5em;/*角丸*/
	margin:0 auto;
	margin-top:20px;
}

span.ttl {
background:#3E5EDD;
  color: #fff;/*文字色*/
  border: solid 3px #3E5EDD;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  font-size: 15px;
	font-weight:600;
}

#service .servbox h3{
	display:inline;
  font-size: 22px;
  line-height: 1.5em;
	font-weight:600;
	letter-spacing:0.05em;
	margin-left:15px;

}

#service .servbox p{
  font-size: 14px;
	font-weight:400;
  line-height: 1.8em;
	letter-spacing:0.05em;
	margin-top:30px;
}

#service .serv-img {
	width: 200px;
	max-width:100%;
	float:right;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:15px;
	border-radius:6px;
}



/* Company Section */
#company {
	padding: 100px 0;
	background: #f6f6f6;
}
#company .section-title h2 {
	font-family: 'Antonio', sans-serif;
	font-size:45px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:1.6em;
}
#company h4 {
	margin: 5px 0;
}
#ncompany .news-img {
	width: 240px;
	max-width:100%;
}

/* 会社概要 */

#profile_data {
	border-top: none;
	text-align:left;
  font-size: 16px;
	letter-spacing:0.05em;
  line-height: 1.8em;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #BCBCBC;
}

dl#profile_data dl,dl#profile_data dt,dl#profile_data dd {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

dl#profile_data dt,dl#profile_data dd {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left:10px;
}

dl#profile_data dt {
	border-top: 2px solid #BCBCBC;
	clear: left;
	float: left;
	width: 180px;
	font-weight:600;
}

dl#profile_data dd {
	border-top: 2px solid #BCBCBC;
}



@media (max-width: 768px) {

	dl#profile_data dt {
		width: 100px;
	}

}


/* Partner Section */
#partner {
	padding: 100px 0;
	background: #fff;
}
#partner .section-title h2 {
	font-family: 'Antonio', sans-serif;
	font-size:45px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:1.6em;
}

#partner img{
	max-width:318px;
	width:100%;
	border:4px solid #ddd;
	margin:10px 15px;
}
#partner img:hover{
	border:4px solid #3E5EDD;
	margin:10px 15px;
}

/* Contact Section */
#contact {
	padding: 100px 0 30px 0;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	color: rgba(255,255,255,.75);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact .section-title p {
	font-size: 14px;
}
#contact h2 {
	font-family: 'Antonio', sans-serif;
	font-size:45px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-bottom: 0px;
}
/*
#contact .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
*/
#contact h3 {
	color: #fff;
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#contact form {
	padding-top: 20px;
	text-align:center;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;

}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	margin-bottom: 10px;
	display: block;
}
#contact .contact-item i.fa {
	margin-right: 10px;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 30px;
	margin-top: 30px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 22px;
	width: 48px;
	height: 48px;
	padding: 12px 0;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #608dfd;
	background: #fff;
}


/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 15px 0;
}
#footer p {
	color: #000;
	font-size: 14px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
}



/* Responsive */


@media screen and (max-width: 768px) {
	.swiper-img {
		 height:450px;

	}
	.swiper-text h2{
		font-size: 24px;
		top:47%;
	}

	#header img.top-main {
		width:450px;
		max-width:100%;
	}

	#message .mu {
		font-size:13px;
		padding:5px 10px;
	}

	#message .mu h3 {
		font-size:16px;
		line-height:1.5em;
	}


	#features,#about,#news,#service,#company{
		padding: 50px 20px;
	}
	#contact {
		padding: 50px 0 10px 0;
	}

	#news .section-title h2 {
			font-size:35px;
	}
	#service .section-title h2 {
			font-size:35px;
	}
	#company .section-title h2 {
			font-size:35px;
	}
	#contact h2 {
			font-size:35px;
	}

	#about img {
		margin: 20px 0;
	}

	#service .servbox{
		padding:20px;
		text-align:left;
		border: 2px solid #3E5EDD;
	}
	span.ttl {
	  font-size: 12px;
		border: 2px solid #3E5EDD;
	}

	#service .servbox h3{
		display:block;
	  font-size: 16px;
		margin-top:20px;
		margin-left:0px;
	}

	#service .servbox p{
		margin-top:10px;
	  font-size: 12px;
		letter-spacing:0.05em;
	}

	#service .serv-img {
		width: 120px;
		max-width:100%;
		margin-top:0px;
		margin-left:15px;
		margin-bottom:10px;
	}

	#profile_data {
	  font-size: 12px;
	}

	#features .section-title h2 {
		font-size:20px;
		line-height:1.6em;
	}

	#features p{
		font-size:12px;
	}

	#about .about-text h2 {
		font-size: 18px;
	}
	#about .about-text h3 {
		font-size: 13px;
	}
	#about .about-text p {
				font-size:12px;
	}


	#about .about-text-member h3 {
		font-size: 13px;
	}

	#about .about-text-member p {
		margin-top:15px;
	}



	#about .about-text li {
				font-size:12px;
	}
	#about .accordion button {
			font-size:14px;
	}
	#about .accordion .card-body h4{
			font-size:14px;
	}
	#about .accordion .card-body p{
			font-size:12px;
	}
	br.flex{
		display:block;
	}
	#contact .social {
		padding-top: 20px;
		margin-top: 20px;
	}

	hr.small_member{
		display:block;
		width:100%;
		padding:5px 0;
		background:none;
	}
}
@media screen and (max-width: 500px) {
	.swiper-text h2{
		font-size: 24px;
		top:53%;
		letter-spacing:0.03em;
	}
	#header img.top-main {
		width:320px;
		max-width:100%;
	}
	.swiper-arrows{
		display:none;
	}
	hr.member{
		padding:0px 0px;
	}

	#about .banner{
		margin:20px 0px;
	}
	#about img.bannerimg{
		margin:0;
		padding:0;
	}
	#partner img{
		margin:10px 0px;
	}
	#partner img:hover{
		margin:10px 0px;
	}
br.xsflex{
	display:none;
}

}