﻿body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #00AAB1} /* メインカラー */
.txt_color2{color: #E0FFFF} /* サブカラー */
.txt_color3{color: #FF8848} /* アクセントカラー1 */
.txt_color4{color: #FFFFFF} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #00AAB1} /* メインカラー */
.bg_color2{background-color: #E0FFFF} /* サブカラー */
.bg_color3{background-color: #FF8848} /* アクセントカラー1 */
.bg_color4{background-color: #FFFFFF} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #00AAB1}
.border_color2{border-color: #E0FFFF}
.border_color3{border-color: #FF8848}
.border_color4{border-color: #FFFFFF}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #00AAB1} /* メインカラー */
.hvr_txt_color2:hover{color: #E0FFFF} /* サブカラー */
.hvr_txt_color3:hover{color: #FF8848} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FFFFFF} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #00AAB1} /* メインカラー */
.hvr_bg_color2:hover{background-color: #E0FFFF} /* サブカラー */
.hvr_bg_color3:hover{background-color: #FF8848} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FFFFFF} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #00AAB1}
.hvr_border_color2:hover{border-color: #E0FFFF}
.hvr_border_color3:hover{border-color: #FF8848}
.hvr_border_color4:hover{border-color: #FFFFFF}

/* ----------　all　---------- */
.linkStyle{
	color:#FF8848;
}
.linkStyle:hover{
	color:#00AAB1;
	opacity: 0.7;
	transition: all 0.5s;
}
.font_14 {
    font-size: 16px;
}
#fakeloader {
    background-color: #E0FFFF;
}
#top_pc_nav .txt_center {
    background: #00AAB1;
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 15px;
}
#top_pc_nav .txt_white {
    font-weight: bold;
}
#pc_nav li, #top_pc_nav li {
    max-width: 200px;
    font-size: 18px;
}
header.scr_header {
    background-color: #00AAB1!important;
}
#overlay {
    background: rgba(255,136,72,0.9);
}
footer .sns_links {
    max-width: 400px;
}
footer .sns_links li {
    width: 50%;
}
/* ----------　TOP　---------- */
#video {
    width: 60%;
    margin: 20px auto;
}
#video .video {
    position: initial;
    transform: none;
    min-width: initial;
    min-height: initial;
}
#main_img {
	clip-path: inset(10px 10px 10px round 20px 20px);
}
.banner {
    right: 5%;
    bottom: 5%;
    z-index: 15;
    width: 12%;
}
.back1:before, .back2:before {
	background-color: rgba(224,255,255,1)!important;
}
#top_cms.back1:before{
    display: none;
}
.line:before {
    background-color: #00AAB1!important;
    height: 2px;
}
.logo {
	height: 200px!important;
	border-radius: 30px;
}
#main_img:before {
background-color: #7effff66;
}
.hannari {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
}
.cms_title .pop400 {
    color: #FF8848;
}
.catch {
    z-index: 10;
    /*top: 20px;*/
    /*left: 20px;*/
    width: 60vw;
	margin:auto;
	margin-bottom: 50px;
}
.num {
    font-family: 'Zen Maru Gothic';
    font-weight: bold;
}
.top_cms_box {
    padding-top: 60px;
}
.top_cms_box:nth-of-type(1), .top_cms_box:nth-of-type(3) {
    background: rgba(224,255,255,1)!important;
}

.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;}
.topcms_about_type1 .cate_box {
	width: 31%!important;
	padding: 55px 25px 25px;
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
}
.topcms_about_type1 .number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
}
.topcms_about_type1 .number::before {
	counter-increment: box 1;
	content: "0"counter(box);
	font-size: 67px;
	line-height: 1;
	text-align: center;
	color: #ffbe51;
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	top: -42px;
	margin: auto;
	z-index: 0;
}
.topcms_about_type1 .number::after {
	content: "";
	position: absolute;
	display: block;
	width: 73%;
	height: 2px;
	background: #ffbe51;
	left: 0;
	right: 0;
	margin: auto;
	top: 22px;
}
.topcms_about_type1 .cate_box .box_title1{font-size: 18px;line-height: 1.6;z-index: 1}
#info_contact .con_img:before {
    background-color: rgba(0, 170, 177, 0.3);
}
#contents3_wrap:after {
    background-color: rgb(224 255 255 / 45%)!important;
}

/*-------------------------------------------------------
			        Firefox
-------------------------------------------------------*/
@-moz-document url-prefix() {
 #top_pc_nav li {
    font-size: 17px;
}
}
/* ----------　下層ページ　---------- */
/* 新着情報 */
.pager li a:hover {
    background-color: rgba(255,136,72,1)!important;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 80%!important;
}
.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_about_type1 .cate_box {
	width: 90%!important;
	padding: 50px 25px 25px;
}
.topcms_about_type1 .number::before{
	font-size: 59px;
	top: -34px;
}
.topcms_about_type1 .number::after{
	width: 72%;
}
}

/*-----サービス一覧*/
.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}
/* ----------　下層ページ　---------- */
.page_title_box {
    border-radius: 30px;
}
.cate_list li a:hover {
    background-color: #e0ffff!important;
}
/* 施工実績 */
.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
	width: 48%!important;
	margin: 0 1%;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before {
	position: absolute;
	content: "Before";
	width: 121px;
	background-color: #00AAB1;
	color: #fff;
	text-align: center;
	display: block;
	left: 5px;
	bottom: 5px;
	margin: auto;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px 0px;
	box-sizing: border-box;
}
.BA_type2 .box_img2_wrap::before {
	content: "After";
	background-color: #ff9e03;
}
/* 会社情報 */
/* お問い合わせ */
#contact_btn {
    width: 30%;
}
#contact_btn a {
    padding: 20px;
}
.contact_line a {
    background: #01C75A;
}
#contact_btn i {
    font-size: 45px;
}
#tel_wrap .border_do3 {
    border-radius: 30px;
}
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
footer .sns_links li {
    width: 40%;
}
#overlay .left li {
    max-width: 200px;
}
/* ----------　TOP　---------- */
#video {
    width: 100%;
}
.logo {
	height: 120px!important;
	border-radius: 30px;
}
#logo {
    max-width: 140px;
}
.catch {
    /*top: 330px;*/
    /*left: 5%;*/
    width: 70vw;
    margin-bottom: 0px;
}
.banner {
    width: 25%;
}
/* ----------　下層ページ　---------- */
#page_title .page_title_box{
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
}
/* 会社情報 */
/* お問い合わせ */
#tel_wrap .border_do3 {
    padding: 50px 0;
}
#contact_btn i {
    font-size: 30px;
}
#contact_btn {
    line-height: 1;
}
#tel_wrap .border_do3 {
    border: none;
}

/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#overlay .left li {
    max-width: none;
}
/* ----------　TOP　---------- */
#main_img .menu {
    top: 45%;
}
.banner {
    bottom: 3%;
    width: 30%;
}
.logo {
	height: 100px!important;
	border-radius: 20px;
}
.catch {
    top: 51%;
    width: 90vw;
    margin-bottom: 10px;
}
/* ----------　下層ページ　---------- */
#page_title .page_title_box {
    width: 80%;
}
/* 新着情報 */
.pager li{
    margin-right: 15%!important;
    margin-left: 15%!important;
}
/* 施工実績 */
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{
	width: 76px;
	font-size: 13px;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{padding: 1px 0px;}
/* 依頼の流れ */
#cms_6-c .cate_box figure {
    width: 45%!important;
}
#cms_6-c .cate_box .grid_6 {
    width: 70%!important;
}
/* 会社情報 */
/* お問い合わせ */
#tel_txt{
    margin-top: 0px;
}
#tel_wrap .border_do3 {
    padding: 0;
}
#tel_wrap .contact_flex {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#contact_btn {
    width: 32%;
    font-size: 16px;
}
#contact_btn a {
    padding: 10px;
}
#return_top a {
    bottom: 90px!important;
}
#return_top .return:before {
    top: -121px!important;
}
#return_top .return:after {
    bottom: 50px!important;
}
/* プライバシーポリシー */
/* サイトマップ */
}