@charset "utf-8";

body{

	font-family: 'Noto Sans JP', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}

:focus {
    outline: none;
}
a{
	color:unset;
	text-decoration: none;
}
a:hover{
	color:unset;
	text-decoration: none;
}

h1{
	font-size:unset;
	font-weight:unset;
	line-height:unset;
	margin:0;
}

.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}
.pt-6 {
    padding-top: 6rem!important;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightblue {
	background-color: #eef8f7!important;
}
.bg-tblue {
	background-color: #81D8D0!important;
}
.bg-ncblue{
	background-color: #6AACDE!important;
}
.bg-whitelucent {
	background-color: rgba(255,255,255,0.5)!important;
}
.bg-sfcpink{
	background-color: #E63A6D!important;
}
.bg-shapepink{
	background-color: #DE7E9A!important;
}
.bg-lightpink{
	background-color: #ffeefa!important;
}
.bg-shape{
	background: linear-gradient(0deg, rgba(245,215,85,1) 0%, rgba(234,137,92,1) 48%, rgba(222,126,154,1) 100%)!important;
}

.bc-ncblue, .bc-ncblue tr, .bc-ncblue td, .bc-ncblue th{
	border-color: #6AACDE!important;
}

.text-sfcpink{
	color: #E63A6D!important;
}
.text-ncblue{
	color: #6AACDE!important;
}

.text-size-h1{
	font-size:2.5rem;
}
.text-size-h2{
	font-size:2rem;
}
.text-size-h3{
	font-size:1.75rem;
}
.text-size-h4{
	font-size:1.5rem;
}
.text-size-h5{
	font-size:1.25rem;
}
.font-weight-bold{
	font-weight: bold;
}

.line-height-1{
	line-height:1;
}
.line-height-2{
	line-height:1.5;
}
.line-height-3{
	line-height:2;
}
.line-height-4{
	line-height:2.5;
}
.line-height-5{
	line-height:3;
}

.max-w800{
	max-width: 800px;
}

.p-relative{
	position: relative;
}

.underline{
	text-decoration: underline!important;
}

.border-titleblue{
	border-color: #5ED2C8!important;
}
.border-titlepink{
	border-color: #E63A6D!important;
}
.border-5{
	border-width: 5px!important;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.jumbotron {
	background-image: url('../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.heading {
	border-left: 6px solid #6AACDE;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

nav .nav-link{
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav .tel{
	display:block;
	margin-bottom: 1rem;
}

/* 固有のデザイン */

@media screen and (min-width: 992px) {
	#header{
		position:fixed;
		top:0;
		right:0;
		left:0;
		z-index: 100;
		background:#fff;
		border-bottom:solid 3px #6AACDE;
		height:70px;
	}
	#mainvisual3, #mainvisual5{
		padding-top:70px!important;
	}
}

@media screen and (min-width: 768px) {
	/*
	.navbar.bg-sfcpink .navbar-nav .nav-item{
		border-right:solid 1px #fff;
	}
	.navbar.bg-sfcpink .navbar-nav .nav-item:first-child{
		border-left:solid 1px #fff;
	}
	*/
	.sp{
		display: none!important;
	}
}

@media screen and (max-width: 767.98px) {
	.pc{
		display: none!important;
	}
}
/* NCプロダクト */
#sec1 a.product-box{
	
}


@media screen and (min-width: 768px) {
	#sec1 a.product-box{
		transition: 0.2s;
	}
	
	#sec1 a.product-box:hover{
		opacity:0.6;
	}
}

/* プロダクト系 */
/*
a.myBtn, button.myBtn {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: .1em;
	color: #212529;
	border-radius: .5rem;
}
a.btn-gradient {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
	background-image: -webkit-linear-gradient(right, rgba(245,215,85,1) 0%, rgba(234,137,92,1) 48%, rgba(222,126,154,1) 100%);
	background-image: linear-gradient(to left, rgba(245,215,85,1) 0%, rgba(234,137,92,1) 48%, rgba(222,126,154,1) 100%);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
	a.btn-gradient:hover {
		-webkit-transform: translate(0, -2px);
		transform: translate(0, -2px);
		color: #fff;
		-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
		box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
	}
}

h2.shape-title {
	background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
	background-image: -webkit-linear-gradient(right, rgba(245,215,85,1) 0%, rgba(234,137,92,1) 48%, rgba(222,126,154,1) 100%);
	background-image: linear-gradient(to left, rgba(245,215,85,1) 0%, rgba(234,137,92,1) 48%, rgba(222,126,154,1) 100%);
    height: 160px;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    padding-top: 37px;

	line-height: 45px;
	font-size: 28px;
	color:#fff
}
h2.shape-title-single{
	height:115px;
}
@media screen and (max-width: 767.98px) {
	h2.shape-title {
		height:206px;
	}
	h2.shape-title-single{
		height:160px;
	}
}
h2.shape-title::before {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #FFF;
    content: "";
    margin-top: -25px;
    margin-bottom: 23px;
}
h2.shape-title::after{
    display: block;
    height: 1px;
    width: 100%;
    background-color: #FFF;
    content: "";
    margin-top: 21px;
}

.shape-list{
	list-style: none;
}
.shape-list li {
    padding-left: 50px;
    line-height: 42px;
    background: url(../img/img-shape-checkmark01.png) left 0px top 3px no-repeat;
    background-size: 31px auto;
}

.navbar.bg-sfcpink .navbar-nav .nav-link{
	color:#fff;
	transition: color 0.1s linear;
}

@media screen and (min-width: 768px) {
	.navbar.bg-sfcpink .navbar-nav .nav-link:hover{
		color:rgba(255,255,255,0.6);
	}
}*/
/*
#mainvisual{
	background:url(../img/top-bg.jpg);
	padding-top: 30px;
	padding-bottom: 30px;
}
#mainvisual img{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1110px;
}
#mainvisual.product-mv img{
	max-width: 800px;
}
*/
/*
#mainvisual2{
	max-width:1000px;
}
#mainvisual2 .slide-arrow{
	position: absolute;
	top:245px;
	top:calc(50% - 30px);
	cursor: pointer;
	width:60px;
	z-index: 10;
	opacity: 0.4;
}
#mainvisual2 .next-arrow{
	right:-90px;
}
#mainvisual2 .prev-arrow{
	left: -90px;
}

@media screen and (max-width: 1200px) {
	#mainvisual2 .slide-arrow{
		opacity: 0.6;
	}
	#mainvisual2 .next-arrow{
		right:30px;
	}
	#mainvisual2 .prev-arrow{
		left: 30px;
	}

}

#mainvisual2 li.slick-slide a img{
	transition: opacity 0.1s linear;
}

@media screen and (min-width: 768px) {
	#mainvisual2 li.slick-slide a img:hover{
		opacity:0.8;
	}
}
@media screen and (max-width: 1139.98px) {
	#mainvisual{
		padding:0;
	}
}
*/

#mainvisual3{
	max-width:1900px;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */


/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}

.pc{
	display: none!important;
}
} /* END */

/* 中デバイス（縦向きモバイル, 768px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
} /* END */

/* 小デバイス（縦向きモバイル, 768px 以上）
============================================== */
@media screen and (min-width: 768px) {

 #sec2 .message {
    position: absolute;
     left: 0;
 } 
} /* END */