@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: 'YuMincho';
	src:url('yumincho.ttf');
}
body {
	font-size: 16px;
	/*font-family: 'Crimson Text', "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: 'YuMincho', serif;
	color: #000;
	line-height: 180%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-break: break-all;
}
.cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.kuro{
color: #000000 !important;
}
audio {
      display: none
    }
    #play, #stop {
      display: inline-block;
      width: 60px;
      height: 60px;
      margin: 1em;
      border-radius: 50%;
      background: #ddd;
      text-align: center;
      line-height: 60px;
      cursor: pointer;
    }
    #play:hover, #stop:hover {
      background: #eee;
	}
	.dropdown {
		position: relative;
	}
.dropdown .dropdown-ct {
	position: absolute;
	width: 100%;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	display: none;
}
.dropdown .dropdown-ct li:first-child {
	display: block;
}
.dropdown .dropdown-ct li {
	width: 100%;
	border-top: 1px solid #c1c1c1;
}
.dropdown .plus {
	display: none;
}
/* ul li ul li {
	clear: both;
	width: 100%;
} */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




a { 
	text-decoration: none;
	color: inherit;
}
.hv-o {
	transition: .3s ease;
}
.hv-u:hover {
	text-decoration: underline;
}
.hv-o:hover { 
	opacity: 0.7;
}
img { 
	max-width: 100%; 
	height: auto;
}
.show-on-sp {
	display: none;
}
/* Common */
nav {
	background-color: #f4f5f6;
}
nav .cont {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
nav .logo {
	/*width: 30%;*/
	align-self: center;
}
nav .logo a {
	font-size: 30px;
	font-weight: 500;
	display: block;
}
nav .logo a img {
	max-width: 270px;
	padding-left: 10px;
}
nav .menu-wrap {
	/*width: 70%;*/
	width: 100%;
}
nav .menu {
	display: flex;
	height: 100%;
}
nav .menu li {
	width: 25%;
}
nav .menu li:first-child {
	display: none;
}
nav .menu li a {
	display: block;
	text-align: center;
	height: 100%;
	padding: 25px 0;
	transition: .3s ease;
	font-size: 14px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
nav .menu li a:hover, nav .menu li a.active {
	background-color: #ccc;
}
nav .menu-toggle {
	display: none;
}
nav .menu-phone {
	display: none;
}
nav .menu-mail {
	display: none;
}
footer {
	background-color: #151515;
	color: #fff;
	padding: 15px 0;
}
footer .cont {
	display: flex;
}
footer .copyright {
	font-size: 14px;
    width: 200px;
}
#formAdmin {
	display: none;
}
footer .menu {
	display: flex;
	margin-left: auto;
}
footer .menu li a {
	transition: .3s ease;
	font-size: 11px;
	text-transform: uppercase;
}
footer .menu li a:hover {
	opacity: 0.7;
}
footer .menu li::after {
	content: '/';
    display: inline-block;
    margin: 0 0.5em;
}
footer .menu li:last-child::after {
	display: none;
}
section {
	padding: 120px 0;
	min-height: 100vh;
}
.content {
	margin-bottom: 100px;
}
.content .img {
	text-align: center;
	margin-bottom: 30px;
}
.content .para {
	text-align: center;
	margin-bottom: 30px;
}
.title .big {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.title .small {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.title .desc {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 180%;
}
.button-link{
	display: flex;
	justify-content: center;
}

/* .button-link a {
	background-color: #151515;
	padding: 10px 0;
	display: block;
font-size: 14px;
	max-width: 350px;
	margin: auto;
	color: #fff;
	text-align: center;
	transition: .3s ease;
} */
.button-link a {
	background-color: #151515;
	padding: 10px 30px;
	display: block;
	max-width: 300px;
	margin: 0 15px;
	color: #fff;
	text-align: center;
	transition: .3s ease;
}
.button-link a:hover {
	background-color: #ededed;
	color: #000;
}




.button-link2{
	display: flex;
	justify-content: center;
margin-top: 40px;
}

/* .button-link2 a {
	background-color: #151515;
	padding: 10px 0;
	display: block;
font-size: 14px;
	max-width: 350px;
	margin: auto;
	color: #fff;
	text-align: center;
	transition: .3s ease;
} */
.button-link2 a {
	background-color: #151515;
	padding: 10px 30px;
	display: block;
	max-width: 300px;
	margin: 0 15px;
	color: #fff;
	text-align: center;
	transition: .3s ease;
}
.button-link2 a:hover {
	background-color: #ededed;
	color: #000;
}




.top-banner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
	.top-banner img {
		height: 200px;
	}
}

.title-2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}
.title-2 .title-2-wrap {
	display: inline-block;
}
.title-2 .title-2-wrap strong {
	position: relative;
	display: block;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .08em;
    line-height: 1;
    background-color: #fff;
    padding: 0 30px;
}
.title-2 .title-2-wrap strong::after {
	position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.title-2 .title-2-wrap small {
	font-size: 20px;
}
#toTopBtn {
	position: fixed;
	bottom: 59px;
	right: 20px;
	border: none;
	cursor: pointer;
	padding: 10px;
	background-color: #151515;
	color: #fff;
	font-size: 18px;
	font-family: inherit;
	width: 78px;
	height: 78px;
	outline: none;
	z-index: 9;
	opacity: 0;
	transition: opacity 0.5s ease;
	border-radius: 5px;
}
#toTopBtn .icon {
	display: none;
}
.top-banner {
	position: relative;
}
.top-banner .img img:last-child {
	display: none;
}
.top-banner .txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 1.3;
	transform: translateY(-50%);
	text-align: center;
	font-size: 40px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.top-banner .txt span {
	font-size: 25px;
}
.show-on-sp {
	display: none;
}
/* End Common */

/* Slide */
#owlslider .item {
	position: relative;
}
#owlslider .item img {
	width: 100%;
	height: auto;
}
#owlslider .item .txt {
	position: absolute;
	top: 77%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	line-height: 180%;
	color: #B48F33;
	font-size: 40px;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
	/* text-shadow: 2px 2px 0 #7A7A7A; */
}

#owlslider .item .txt span {
	text-transform: uppercase;
	font-size: 46px;
}
/* End Slide */

/* Top */
.policy {
	/*background-image: url(../../img/index/top-img-2.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 700px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.policy .wrap {
	max-width: 1200px;
	width: 100%;
	min-height: 500px;
	margin: auto;
	background-color: #fff;
	padding: 85px 15px;
}
.blog-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.blog-wrap .post:hover .img img {
	opacity: 0.7;
}
.blog-wrap .post .img {
	margin-bottom: 15px;
}
.blog-wrap .post .img img {
	width: 380px;
	height: 253px;
	object-fit: cover;
}

.image-container.compat-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 253px;
}
.image-container.compat-object-fit .image-object-fit {
	display: none;
}
.blog-wrap .post .date-author {
	margin-bottom: 5px;
}
.blog-wrap .post .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.content:last-child {
	margin-bottom: 0;
}
/* End Top */

/* Service */
.service-page .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-page .wrap.center{
	justify-content: center;
}
.service-page .item {
	position: relative;
	width: 49%;
	margin-bottom: 50px;
}
.service-page .wrap.center .item{
	padding: 0 5px;

}
.service-page .item .bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255,255,255,0.6);
}
.service-page .item img {
	min-height: 550px;
	object-fit: cover;
	width: auto;
}
.asbestos-page .item img {
    min-height: 550px;
    object-fit: cover;
    width: 100%;
}
.service-page .item .box {
	position: absolute;
	width: 93%;
	height: 93%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 30px;
	transform: translate(-50%,-50%);
}
.service-page .item-img img{
	width: 70%;
	min-height: 200px;
	padding-bottom: 20px;
}
.service-page .item .box .strong {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.service-page .item .box .normal {
	margin-bottom: 30px;
	text-align: center;
	min-height: 200px;
}
.service-page .item .box .normal .left{
	text-align: left;
}
.service-page .item .box a {
	background-color: #fff;
	padding: 15px 0;
	display: block;
	max-width: 300px;
	margin: auto;
	color: #000;
	text-align: center;
	transition: .3s ease;
	border: 1px solid #000;
}
.service-page .item .box a:hover {
	background-color: #000;
	color: #fff;
}
.service-video-and-txt {
	position: relative;
	margin-bottom: 60px;
}
.service-video-and-txt .video::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.service-video-and-txt .video {
	position: relative;
}
.service-video-and-txt video {
	width: 100%;
	height: auto;
	display: block;
}
.service-video-and-txt video.h3{
	height: 674px;
}
.service-video-and-txt .para {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	transform: translateY(-50%);
}
.para .para-txt{
	padding: 20px;
	font-size: 30px;
	line-height: 1.6;
}
.txt-lion{
	padding-top: 20px;
}
.app-video {
	margin-bottom: 20px;
}
.app-video video {
	width: 100%;
	height: auto;
}
.service-video-and-txt .strong {
	font-size: 30px;
	margin-bottom: 30px;
	color: #daa93a;
	padding-top: 30px;
}
.txt-top{
	text-align: center;
	font-size: 24px;
	padding: 30px 0;
}
.txt-small{
	font-size: 16px;
	padding-top: 10px;
}
.img-app{
	padding-bottom: 50px;
    text-align: center;
}
/* End Service */

/* About */
.about-page .list {
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1030px;
}
.about-page .list li {
	text-align: left;
    list-style: none;
    margin-bottom: 60px;
    padding-left: calc(8rem + 35px);
    position: relative;
}
.about-page .list li:nth-of-type(1)::before {
	content: "01";
}
.about-page .list li:nth-of-type(2)::before {
	content: "02";
}
.about-page .list li:nth-of-type(3)::before {
	content: "03";
}
.about-page .list li:nth-of-type(4)::before {
	content: "04";
}
.about-page .list li .strong {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 80px;
}
.about-page .list li::before {
	content: "";
    font-size: 4rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}
.about-page .table table {
	max-width: 815px;
	width: 100%;
	margin: auto;
}
.about-page .table table tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.about-page .table table tr td:first-child {
	width: 220px;
	font-weight: bold;
}
.about-page .table table tr td {
	padding: 15px 15px;
}
/* End About */

/* Contact */
.contact-page .form {
	max-width: 815px;
	margin: auto;
}
.contact-page .form table {
	width: 100%;
}
.contact-page .form table tr td:first-child {
	width: 200px;
	vertical-align: middle;
	font-weight: bold;
}
.contact-page .form table tr td {
	padding: 15px 0;
}
.contact-page .form table tr td input[type="text"],
.contact-page .form table tr td input[type="email"] {
	height: 40px;
	width: 400px;
	text-indent: 10px;
	outline: none;
	font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contact-page .form table tr td textarea {
	width: 600px;
	height: 120px;
	resize: none;
	text-indent: 10px;
	outline: none;
	font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contact-page .form table tr:last-child td button {
	background-color: #eaebeb;
    padding: 15px 0;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #222;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
    font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contact-page .form table tr:last-child td button:hover {
	background-color: #ededed;
	color: #000;
}
/* End Contact */
.flex{
	display: flex;
	padding-bottom: 40px;
}
.flex-item{
	display: flex;
    flex-wrap: wrap;
    background: #ccc;
    margin-right: 5px;
    padding: 10px;
}

.box-item-app{
	display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px;
}

.flex-item:last-child{
	margin-right: 0;
}
.flex-img{
	width: 30%;
	padding-right: 20px;
}
.flex-txt{
	width: 70%;
}
@media screen and (min-width: 1199px) {
.spnomi{display: none;
}

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

	.img-app{
		padding-left:20px;
		padding-right: 20px;
	}
}

@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
footer .menu li::after{
	margin: 0 0.1em;
}
#toTopBtn{
	bottom: 89px;
}

}
@media screen and (max-width: 992px) {
	/* Common */
	.content .para {
		padding: 0 10px;
	}
	nav .logo a img {
		max-width: 210px;
	}
	/* End Common */
}
@media screen and (max-width: 768px) {
	.para .para-txt{
		font-size: 16px;
	}
	nav .logo a img {
		max-width: 170px;
	}
	nav .menu-wrap{
		width: 78%;
	}
	nav .menu li a{
		font-size: 10px;
	}
	.flex{
		flex-wrap: wrap;
	}
	.flex-item, .flex-item:last-child{
		margin: 20px auto;
	}
	.flex-item:first-child{
		margin-top: 0;
	}
	.flex-img{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.flex-txt{
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	.txt-top{
		padding: 20px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.para .para-txt{
		font-size: 14px;
		padding: 10px 0 0;
	}
	.service-video-and-txt video {
		min-height: 230px;
		object-fit: cover;
	}
	.para img.txt-lion{
		width: 60%;
	}
	.para img.lion{
		width: 25%;
	}
	nav .logo a img {
		max-width: 100% ;
	}
	nav .menu-wrap{
		width: 38% ;
	}
	nav .menu li a{
		font-size: 14px;
	}
	
br.sp { display: inline; }
br.pc { display: none; }
.dropdown {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dropdown .plus {
	font-size: 18px;
	margin-left: auto;
	padding: 10px 10px;
	display: inline-block;
}
.dropdown .dropdown-ct {
	width: 100%;
	box-shadow: none;
	position: static;
}
.dropdown .dropdown-ct li {
	padding-left: 0;
	margin-bottom: 0;
}
.show-on-sp {
	display: block;
}
}


/* Responsive Zone */
@media screen and (max-width: 1150px) {
	nav .menu li a {
	    display: block;
	    text-align: center;
	    height: 100%;
	    padding: 25px 0;
	    transition: .3s ease;
	    font-size: 12px;
	    letter-spacing: -1px;
	    text-transform: uppercase;
	}
}

@media screen and (max-width: 1199px) {
	/* Common */
	nav {
		padding: 0 10px;
	}
	nav .logo a {
		font-size: 24px;
	}
	footer {
		padding: 15px 10px;
	}
	footer .cont {
		flex-wrap: wrap;
	}
	footer .copyright {
		order: 2;
		width: 100%;
		text-align: center;
	}
	footer .menu {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
		justify-content: center;
	}
	/* End Common */

	/* Top */
	.blog-wrap {
		padding: 0 10px;
	}
	/* End Top */
}
@media screen and (max-width: 992px) {
	/* Common */
	/* .content .para {
		padding: 0 10px;
	}
	nav .logo a img {
		max-width: 210px;
	} */
	/* End Common */
	/* Slide */
	#owlslider .item .txt {
		font-size: 30px;
	}
	/* End Slide */

	/* Top */
	.blog-wrap {
		padding: 0;
		justify-content: center;
	}
	.blog-wrap .post {
		padding: 0 10px;
		margin-bottom: 25px;
	}
	/* End Top */

	/* About */
	.about-page {
		padding: 0 10px;
	}
	.about-page .list li .strong {
		font-size: 20px;
	}
	/* End About */

	/* Contact */
	.contact-page .form {
		max-width: 100%;
		padding: 0 10px;
	}
	.contact-page .form table tr td:first-child {
		width: 30%;
	}
	.contact-page .form table tr td input[type="text"], 
	.contact-page .form table tr td input[type="email"] {
		width: 60%;
	}
	.contact-page .form table tr td textarea {
		width: 80%;
	}
	/* End Contact */
}

@media screen and (min-width: 992px) and (max-width: 1327px) {

	nav .cont {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	nav .logo {
	    width: 100%;
	    align-self: center;
	    text-align: center;
	    padding-top: 20px;
	}

	nav .menu li a {
	    font-size: 13px;
	}

	nav .menu-wrap {
    	width: 100%;
	}
}

.sp {
	display: none;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	.sp {
		display: block;
	}
}

@media screen and (min-width: 997px) and (max-width: 1405px) {
	nav .menu li a {
    	font-size: 12px;
	}
}


@media screen and (min-width: 768px) and (max-width: 996px) {
/*
	nav .cont {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	nav .logo {
	    width: 100%;
	    align-self: center;
	    text-align: center;
	    padding-top: 20px;
	}

	nav .menu li a {
	    font-size: 13px;
	}

	nav .menu-wrap {
    	width: 100%;
	}
*/

/*new added*/

	.sp {
		display: block!important;
	}

	.pc {
    	display: none !important;
	}

	nav {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1;
	    padding: 24px 10px;
	}

	nav .cont {
    	flex-wrap: wrap;
	}

	nav .logo {
    	width: 62%;
	}

	nav .logo a {
	    font-size: 20px;
	    display: block;
	}

	nav .logo a img {
	    vertical-align: middle;
	    max-width: 100%;
	}

	nav .menu-wrap {
	    width: 38%;
	    display: flex;
	    align-self: center;
	    justify-content: flex-end;
	}

	nav .menu-phone {
	    display: block;
	    margin-right: 10px;
	    font-size: 28px;
	}

	nav .menu-mail {
	    display: block;
	    margin-right: 10px;
	    font-size: 28px;
	}

	nav .menu-toggle {
    	display: block;
	}

	nav .menu-wrap .menu-toggle .bar-1, nav .menu-wrap .menu-toggle .bar-2, nav .menu-wrap .menu-toggle .bar-3 {
	    width: 35px;
	    height: 3px;
	    background-color: #000;
	    margin: 5px auto;
	    transition: 0.3s ease;
	}

	nav .menu {
	    display: none;
	    width: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 67%;
	    height: 100%;
	    background-color: #fff;
	    padding-top: 35px;
	}

	nav .menu li:first-child {
    	display: block;
	}

	nav .menu li {
	    width: 100%;
	    padding-left: 10px;
	    margin-bottom: 15px;
	}

	nav .menu li a {
	    text-align: left;
	    padding: 5px 0 5px 10px;
	    border-left: 4px solid #000;
	    font-size: 20px;
	}

	nav.ct-class .menu-wrap span.menu-toggle {
    	border-right: none;
	}

	nav.ct-class .menu-wrap span {
	    width: 33.3%;
	    text-align: center;
	    border-right: 1px solid #000;
	    padding: 15px 0;
	    margin-right: 0;
	}

	nav.ct-class .menu-wrap {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background-color: rgb(237, 237, 237);
	    padding: 0px 0px;
	    justify-content: center;
	    transition: width 0.5s ease;
	    z-index: 99;
	}

	nav .menu-toggle {
    	display: block;
	}

	footer {
	    background-color: #ededed;
	    padding: 0;
	    color: #fff;
	    margin-bottom: 58px;
	}

	footer .cont {
    	flex-wrap: wrap;
	}

	footer .copyright {
	    background-color: #000;
	    font-size: 10px;
	}

	footer .copyright {
	    order: 2;
	    width: 100%;
	    text-align: center;
	}

	footer .menu {
	    flex-wrap: wrap;
	    margin-bottom: 0;
	    padding: 10px 0;
	}

	footer .menu li {
    	margin-bottom: 0;
	}

	footer .menu li a {
	    color: #000;
	    font-size: 10px;
	    vertical-align: top;
	}

	footer .menu li::after {
	    color: #000;
	}

	.top-banner {
		margin-top: 127px;
	}

}

@media screen and (max-width: 767px) {
	
	/* Common */
	nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
		padding: 24px 10px;
	}
	nav .cont {
		flex-wrap: wrap;
	}
	nav .logo {
		width: 62%;
	}
	nav .menu-wrap {
		width: 38%;
		display: flex;
		align-self: center;
		justify-content: flex-end;
	}
	nav .menu {
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 70%;
		height: 100%;
		background-color: #fff;
		padding-top: 35px;
	}
	nav .menu li {
		width: 100%;
		padding-left: 10px;
		margin-bottom: 15px;
	}
	nav .menu li:first-child {
		display: block;
	}
	nav .menu li a {
		text-align: left;
		padding: 5px 0 5px 10px;
		border-left: 4px solid #000;
	}
	nav .menu li a:hover, nav .menu li a.active {
		background-color: transparent;
	}
	nav .menu-wrap .menu-toggle .bar-1,
	nav .menu-wrap .menu-toggle .bar-2,
	nav .menu-wrap .menu-toggle .bar-3 {
		width: 35px;
	    height: 3px;
	    background-color: #000;
	    margin: 5px 0 5px auto;
	    transition: 0.3s ease;
	}
	.effect .bar-1 {
		transform: rotate(-45deg) translate(-4px, 3px);
	}
	.effect .bar-2 {
		opacity: 0;
	}
	.effect .bar-3 {
		transform: rotate(45deg) translate(-8px, -8px);
	}
	nav .logo a {
		font-size: 20px;
		display: block;
	}
	nav .logo a img {
		vertical-align: middle;
		max-width: 100%;
	}
	nav .menu-toggle {
		display: block;
	}
	nav .menu-mail {
		display: block;
	    margin-right: 10px;
	    font-size: 28px;
	}
	nav .menu-phone {
		display: block;
	    margin-right: 10px;
	    font-size: 28px;
	}
	.top-banner .img img:first-child {
		display: none;
	}
	.top-banner .img img:last-child {
		display: inline-block;
	}
	/* Custom Menu */
	nav.ct-class .menu-wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgb(237, 237, 237);
		padding: 0px 0px;
		justify-content: center;
		transition: width 0.5s ease;
		z-index: 99;
	}
	nav.ct-class .menu-wrap span {
		width: 33.3%;
		text-align: center;
		border-right: 1px solid #000;
		padding: 15px 0;
		margin-right: 0;
	}
	nav.ct-class .menu-wrap span a {
		display: block;
	}
	nav.ct-class .menu-wrap span.menu-toggle {
		border-right: none;
	}
	nav.ct-class .menu-wrap .menu-toggle .bar-1, 
	nav.ct-class .menu-wrap .menu-toggle .bar-2, 
	nav.ct-class .menu-wrap .menu-toggle .bar-3 {
		margin-left: auto;
		margin-right: auto;
	}
	/* End Custom Menu */
	
	footer {
		background-color: #ededed;
		padding: 0;
	}
	footer .menu {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 10px 0;
	}
	footer .menu li {
		margin-bottom: 0;
	}
	footer .menu li a {
		color: #000;
		font-size: 10px;
		vertical-align: top;
	}
	footer .menu li::after {
		margin: 0 .7em;
		color: #000;
	}
	footer .menu li:last-child::after {
		display: none;
	}
	footer .copyright {
		background-color: #000;
		font-size: 10px;
	}
	.show-on-sp {
		display: block;
	}
	section {
		padding: 70px 0;
	}
	.title {
		padding: 0 10px;
	}
	.title .big {
		font-size: 24px;
	}
	.title .small {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.title .desc {
		font-size: 16px;
    	padding: 0;
    	
	}
	.title-2 .title-2-wrap strong {
		font-size: 30px;
		padding: 0 15px;
	}
	.title-2 .title-2-wrap small {
		font-size: 18px;
	}
	.content {
		margin-bottom: 30px;
	}
	.button-link {
		padding: 0 10px;
		width: 100%;
		display: block;
	}
	.button-link a {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.button-link2 {
		padding: 0 10px;
		width: 100%;
		display: block;
	}
	.button-link2 a {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.content .img {
		padding: 0 10px;
	}
	.content .para {
		padding: 0 10px;
		
	}
	nav .menu li a:hover, nav .menu li a.active {
		font-weight: bold;
	}
	html {
		margin-bottom: 60px;
	}
	#toTopBtn {
		bottom: 65px;
		right: 5px;
		font-size: 14px;
		padding: 5px;
		height: 35px;
		width: 35px;
	}
	#toTopBtn .txt {
		display: none;
	}
	#toTopBtn .icon {
		display: block;
	}
	header .top-banner {
		top: 89px;
		left: 0;
		margin-bottom: 52px;
		position: relative;
	}
	header .top-banner img:last-child {
		max-width: 100%;
		height: auto;
	}
	.top-banner .txt {
    	font-size: 20px;
    	padding: 0 10px;
	}
	.top-banner .txt span {
		font-size: 20px;
	}
	/* End Common */

	/* Slide */
	.owl-carousel {
		top: 89px;
		left: 0;
		margin-bottom: 50px;
	}
	#owlslider .item img {
		max-width: 100%;
		height: auto;
	}
	#owlslider .item .txt {
		font-size: 16px;
		padding: 0 10px;
	}
	#owlslider .item .txt span {
		font-size: 30px;
	}
	#owlslider-2 {
		z-index: 0;
	}
	/* Slide */

	/* Top */
	.blog-wrap .post {
		width: 100%;
	}
	#owlslider-2 {
		position: relative;
		top: 0;
	} 
	.blog-wrap .post .img {
		padding: 0;
	}
	.policy {
		padding-left: 10px;
		padding-right: 10px;
		min-height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 70px;
	}
	.policy .wrap {
		padding: 60px 0;
		min-height: auto;
	}
	.service {
		margin-bottom: 70px;
	}
	.blog-wrap .post .img img {
		transition: 0.3s ease;
		width: 100%;
		height: auto;
	}
	/* End Top */

	/* Service */
	.service-page .item {
		width: 100%;
	}
	.service-page .item:last-child {
		margin-bottom: 0;
	}
	.service-page .item .box {
		padding: 15px 10px;
	}
	.service-page .item .box .normal {
		min-height: auto;
	}
	.service-page .item img {
		min-height: 560px;
	}
	.service-page .item.height-sp img{
		min-height: 540px;
	}
	.service-page .item-img img{
		min-height: 200px !important;
	}
	/* End Service */

	/* About */
	.about-page .list li .strong {
		font-size: 20px;
	}
	.about-page .list li::before {
		content: "";
	    font-size: 4rem;
	    position: static;
	    margin-top: 0;
	}
	.about-page .list li {
		padding: 0 10px;
		margin-bottom: 35px;
	}
	.about-page .table table tr:nth-of-type(odd) {
		background-color: #fff;
	}
	.about-page .table table tr td:first-child {
		width: 100%;
		float: left;
		background-color: rgba(0,0,0,.05);
		text-align: center;
	}
	.about-page .table table tr td {
		width: 100%;
		float: left;
		padding: 10px;
	}
	/* End About */

	/* Contact */
	.contact-page .form table tr td:first-child {
		float: left;
		width: 100%;
		padding: 0;
	}
	.contact-page .form table tr td {
		float: left;
		width: 100%;
		padding: 5px 0 15px 0;
	}
	.contact-page .form table tr td input[type="text"],
	.contact-page .form table tr td input[type="email"] {
		width: 100%;
	}
	.contact-page .form table tr td textarea {
		width: 100%;
	}
	/* End Contact */


	/* New SP Menu Style */
	nav .menu li {
	    line-height: 1.5;
	    height: calc(100vh / 14);
	}

}
@media screen and (max-width: 650px) {
	.service-video-and-txt .strong	{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 420px) {
	.owl-carousel {
		top: 89px;
	}
	header .top-banner {
		top: 89px;
	}
	.service-video-and-txt video.h3{
		height: auto;
	}
	
}
@media screen and (max-width: 375px) {
	.owl-carousel {
		top: 82px;
	}
	header .top-banner {
		top: 82px;
	}
	.service-page .item img{
		min-height: 460px;
	}
	.service-page .item .box .normal{
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	.owl-carousel {
		top: 75px;
	}
	header .top-banner {
		top: 75px;
	}
}
/* End Responsive Zone */

#video-app {
	width: 100%;
    height: 649px;
    margin-top: 20px;
}

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

	#video-app {
		width: 100%;
	    height: 300px;
	}
}


.fullw.height-sp.item {
	width: 98%;
}

.service-page .item.fullw .box {
    width: 94%;
}

.service-page .item.fullw .item-img > div {
    display: inline-block;
}

.service-page .item.fullw img {
    width: 100%;
}

.title-app .big {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.title-app {
	margin-bottom: 30px;
}

.title-app .small {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.title-app .desc {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 180%;
}

.pdt-20{
	padding-top: 20px;
}

.asbestos-title {
    text-align: center;
    background: #0000ff;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.8pt;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.asbestos-titley {
    text-align: center;
    background: #FFCB05;
    padding: 10px;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.8pt;
    line-height: 1.8em;
    width: 60%;
    margin: 40px auto;
}
.fs-30 {
	font-size: 30px;
}

.asbestos-sub-title {
    background: #dbeef4;
    padding: 20px 15px 20px 20px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.8pt;
    margin-top: 20px;
}
.fc-red {
	color: #ff0000;
	font-weight: bold;
}
.pdl-30{
	padding-left: 30px;
}
.asbestos-cnt {
	margin-top: 20px;
}
.asbestos-cnt2 {
    line-height: 1.8em;
    letter-spacing: 0.8pt;
}
.asbestos-cnt3 {
    line-height: 1.8em;
    letter-spacing: 0.8pt;
    border: 1px dashed black;
    width: 50%;
    padding: 10px;
}
.asbestos-ftr {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.asbestos-cnt4 {
    width: calc(50% - 20px);
    border: solid 4px #ff0000;
    background: #ffff00;
    border-radius: 40px;
    padding: 10px;
    margin-left: 20px;
}
.tal-c {
	text-align: center;
}
.fs-22 {
	font-size: 22px;
}
.asbestos-img-ftr {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.asbestos-cnt6 {
    margin-left: 10px;
}
.asbestos-link {
	font-size: 20px;
	color: #0000f3;
}

.w-100 {
	width: 100%;
}

.asbestos-btmimg {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.as-item {
	flex: calc(25% - 20px);
/*	margin: 10px;*/
    padding-right: 20px;
    margin-bottom: 20px;

}

.as-item:last-child {
    padding-right: 0;
}

.as-item img {
	width: 100%;
	/*height: 300px;*/
	height: 180px;
	object-fit: cover;
}

.asbestos-cnt7 {
    line-height: 1.8em;
    letter-spacing: 0.8pt;
    background: #ea3d31;
    color: #fff;
    font-size: 26px;
    padding: 20px;
    text-align: center;
/*
    margin-bottom: 20px;
    margin-top: 20px;
*/
    font-weight: bold;
    width: fit-content;
   	margin: 20px auto 60px;
}

/* New animation */

.asbestos-anitxt {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.asbestos-anitxt span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;
}

.asbestos-anitxt.-visible,
.asbestos-anitxt.-visible span {
  transform: translate(0, 0);
}

.asbestos-bg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: unset;
}

.asbestos-bg.-visible:before {
  transform: translate(0, 0);
}

.asbestos-bg:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #a33e46;*/
	background: #ea3d31;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
	content: '';
}

.asbestos-bg span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.asbestos-bg.-visible span {
  opacity: 1;
  transform: translate(0, 0);
  font-size: 36px;
}

.asbestos-table table {
	width: 100%;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 20px;
}

.asbestos-table table tr td {
	border: 1px solid #000;
	padding: 5px;
	vertical-align: middle;
	background-color: #fff;
}
.asbestos-table-bullet {
	font-size: 24px;
    color: #ff0000;
}

.txt-4x {
    font-size: 20px;
}

.txt-bigger {
    font-weight: bold;
    font-size: 18px;
}

.asbestos-table table tr td.td-less {
    width: 15%;
}

.asbestos-table table tr td.td-redbox {
    border-left: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
}

.asbestos-table table tr td.redbox-right {
/*    border-right: 2px solid #ff0000;*/
}

.asbestos-table table tr td.redbox-top {
    border-top: 2px solid #ff0000;
}

.asbestos-table table tr td.redbox-bottom {
    border-bottom: 2px solid #ff0000;
}

.large-center {
    text-align: center;
    font-size: 36px;
}

.img-large {
    width: 100%;
}

@media only screen and (max-width: 991px) {
	.asbestos-title {
    	margin: 20px 15px;
        width: auto;
	}
	.asbestos-sub-title {
		margin: 20px 15px;
	}
	.asbestos-cnt {
	   margin: 20px 15px;
	}
	.asbestos-ftr {
	    margin: 20px 15px;
	}
	.asbestos-cnt4 {
	    width: calc(50% - 35px);
	    margin-left: unset;
	}
    
    .asbestos-cnt7 {	   
        width: 66%;
	}
}

@media only screen and (max-width: 768px) {    
    .as-item {
        padding-right: 0;
        margin: 10px;
    }
    
    .as-item:first-child {
        padding-left: 5px;
    }
    
    .as-item:last-child {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
	.asbestos-cnt7 {
	    margin: 20px 15px;
        width: auto;
	}
	.asbestos-table {
	    width: 100%;
	    overflow: auto;
	    padding: 20px 15px;
	}

	.asbestos-table table {
    	width: 1000px;
	}

	.as-item {
		flex: calc(100% - 20px);
		margin: 10px 15px;
        padding-right: 0;
	}
    
     .as-item:first-child {
        padding-left: 0;
    }
    
    .as-item:last-child {
        padding-right: 0;
    }

	.service-page .item.height-sp.fullw img {
	    min-height: 300px;
	}
	.asbestos-ftr {
	    margin: unset;	    
    	display: block;
    	width: calc(100% - 30px);
    	margin: 15px;
	}

	.asbestos-cnt3 {
	    width: 100%;
	}

	.asbestos-cnt4 {
	    width: 100%;
	    margin: 20px 0;
	}
	.pdl-30{
		padding-left: unset;
	}
	.asbestos-img-ftr {
	    display: block;
	}
}


/* テキストのスタイル */


/*
.asbestos-table {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
    transform: translate(0, 40px);
    transition-delay: 0.25s;
}

.asbestos-table span:first-child {
  transform: translate(0, 40px);
 
  transition-delay: 0.25s;
}

.asbestos-table span:last-child {
  margin-top: 18px;
  transform: translate(0, 30px);  
  transition-delay: 0.45s;
}

.asbestos-bg.-visible .asbestos-table {
  opacity: 1;
  transform: translate(0, 0);
}
*/

/*line styling page*/
 .line-img img {
    	width: 100%;
    	height: 500px;
    	object-fit: contain;
    }
	.line-stamps-cont {
	    display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    max-width: 1200px;
	    margin: 70px auto;
	}

	.line-stamps-cont-50 {
	    width: calc(100% / 2 - 10px);
	    display: flex;
	    border: 1px solid #efefef;
	    padding: 20px 0;
	    border-radius: 10px;
	    margin: 0 20px 20px 0;
	}

	.line-stamps-cont .line-stamps-cont-50:nth-child(2n) {
	    margin: 0 0 20px;
	}

	.line-stamps-txt {
	    align-self: center;
	    font-family: 'Kosugi Maru', sans-serif;
	}

	.line-stamps-img {
	    padding: 0 20px;
	}
	.line-stamps-img img {
	    width: 160px;
	    height: 160px;
	    object-fit: cover;
	}
	.cont.line-add-friend {
	    text-align: center;
	}
	.cont.line-add-friend a img {
	    width: 20%;
	}

	#edirect_login_menu_input #password {
	    display: block !important;
	    visibility: visible !important;
	}
	.mgb-50 {
		margin-bottom: 50px;
	}

	@media only screen and (max-width: 767px) {
    	.line-stamps-cont {
		    margin: 40px auto;
		}
		.line-stamps-cont .line-stamps-cont-50:nth-child(2n),
		.line-stamps-cont-50 {
		    width: 100%;
		    margin: 20px 10px;
		    padding: 15px;
		}
		.line-img img {
		    height: auto;
		}
		.line-stamps-img {
		    padding: 0;
		    flex: 30%;
		}
		.line-stamps-img img {
		    margin: 0;
		    width: 100%;
		    height: auto;
		}
		.line-stamps-txt {
		    align-self: flex-start;
		    flex: 70%;
		    padding: 0 0 0 15px;
		}
		.cont.line-add-friend a img {
		    width: 70%;
		}
    }


