﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
/* -----------------------------------------------------------------------------------------------　all　----------------------------------------------------------------------------------------------------------------- */
/* font -----------------------------------------------------------------------------*/
:root {
    --font_jp: 'Montserrat',"Sawarabi Gothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "MS PGothic", sans-serif!important;
    --font_jp2: 'Montserrat',"Sawarabi Gothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "MS PGothic", sans-serif!important;
    --font_en: "Audiowide", sans-serif !important;
}

.en,#cms_5-c .box_txt1::before,#cms_5-c .box_title1::before,.cms_5-c .box_txt1::before,.cms_5-c .box_title1::before{
    font-family: var(--font_jp);
}

body{
    font-family: var(--font_jp);
}

.font_mon_l,.font_mon{
    font-family: var(--font_en);
}


/* font -----------------------------------------------------------------------------*/
/* color -----------------------------------------------------------------------------*/
:root{
    --color1: #1E56A0;
    --color2: #e5edfc;
    --color3: #163172;
    --color4:#d1def2;
    --color5: #F6F6F6;
    --white:#ffffff;
    --black:#333333;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/
html, body {
    overflow-x: hidden;
    width: 100%;
}

#sp_nav ul li a {
    transition: 0.3s;
    color: var(--color5);
}

#sp_nav ul li a:hover {
    color: var(--black);
}

.font_2dw {
    font-size: -webkit-calc(1rem - 0px);
    font-size: calc(1rem - 0px);
}
/* ----------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */
#bottom_line{
	right: 392px;
	bottom: 0;
	z-index: 4;
}

#bottom_line a,#bottom_line2 a{
	height: 92px;
	background-color: #f8fffb;
}

#bottom_line a,#bottom_tel a,#bottom_line2 a{
    transition: 0.3s;
}

#bottom_line a:hover,#bottom_tel a:hover,#bottom_line2 a:hover{
    opacity: 0.5;
}

#bottom_line a span,#bottom_line2 a span{color: #06C755 !important;display: inline-masonry;}

#page08 .tel_wrap i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}

#bottom_tel a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}

#bottom_line2{
	right: 92px;
	bottom: 0;
	z-index: 4;
}
/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */
.title {
    color: transparent;
    background-image: linear-gradient(to right, #8C9CA4 20%, #3E4A59 30%, white 50%, #3E4A59 70%, #fff 80%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 100% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}

.title.is-textEffect {
    animation: shineEffect 1.5s ease-out forwards; /* 光のアニメーションを一度だけ適用 */
    opacity: 1;
    transform: translateY(0);
}

@keyframes shineEffect {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
        color: var(--color1); /* アニメーションが終わったら文字色を固定 */
    }
}
/* ------------------------------　main_img　▼---------------------------------- */
#main_img {
    height: 94vh;
}

#main_img .main_i {
    filter: inherit;
}

#main_img .catch{
    width: 59vw;
    top: 25%;
    filter: none;
    left: 6%;
}
/* ------------------------------　main_img　▲---------------------------------- */

/* ------------------------------　header/con_nav　▼---------------------------------- */
header {
    padding: 20px 0 20px ! IMPORTANT;
}

#con_nav {
    background-color: var(--color4);
    /* background-image: linear-gradient(125deg, var(--color1), var(--color4)); */
}

#con_nav li a {
    padding: 20px 0 30px;
}

#header {
    padding: 10px 20px;
}

/* ------------------------------　header/con_nav　▲---------------------------------- */

/* ----------------------------------------　top_contents1　▼---------------------------------------- */

#top_contents1 .con_title {
    color: var(--color3) ! IMPORTANT;
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
}

#top_contents1 .con_sub_title{
    opacity: 0.8;
}
/* ----------------------------------------　top_contents1　▲---------------------------------------- */

.pic1 {
    width: 327px;
    right: 5%;
    top: -80px;
}

.pic2 {
    width: 327px;
    right: 35%;
    bottom: -50px;
    /* display: none; */
}

/* ----------------------------------------　top_contents2　▼---------------------------------------- */
#top_contents2 .con_title{
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
}

#top_contents2 .con_sub_title {
    opacity: 0.8;
}

.con2_txt_wrap div.con2_item{
    background-color: rgb(19 36 72 / 90%);
    backdrop-filter: hue-rotate(360deg) blur(1px);
    padding: 50px 40px;
}

.con2_txt_wrap div.con2_item:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 5%;
    /* background-color: rgb(19 36 72 / 50%); */
    filter: hue-rotate(360deg);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
    backdrop-filter: revert;
}
/* ----------------------------------------　top_contents2　▲---------------------------------------- */

/* ----------------------------------------　top_contents3　▼---------------------------------------- */
#top_contents3 .con_title {
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
    color: var(--color1);
    font-weight: 900;
}

#top_contents3 .con3_box .con3_txt_wrap .contents_link{transform: translateY(50%);}

#top_contents3 .con3_box .con3_txt_wrap .contents_link a{
	display: inline-block;
	line-height: 1;
	padding: 20px 35px 20px 30px;
	border-radius: 0;
	letter-spacing: 4px;
	transition: ease 0.3s;
	background-color: var(--color3);
	color: var(--white);
}

#top_contents3 .con3_box .con3_txt_wrap .contents_link a i{
	transition: ease 0.3s;
}

#top_contents3 .con3_box .con3_txt_wrap .contents_link a:hover{
	transform: translateY(-5px);
	box-shadow: 0 4px 0px rgb(255 255 255);
}

#top_contents3 .con3_box .con3_txt_wrap .contents_link a:hover i{
	transform: translateX(3px);
}
/* ----------------------------------------　top_contents3　▲---------------------------------------- */
/* ----------------------------------------　FOOETR　▼---------------------------------------- */
#top_cms .cms_box:nth-of-type(3) {
    background-color: var(--color2);
}
/* ----------------------------------------　top_contents2　▲---------------------------------------- */
/* ----------------------------------------　FOOETR　▼---------------------------------------- */

footer {
    background-color: var(--color3) ! IMPORTANT;
}

.footer_tel a {
    color: var(--color2);
}

.footer_txt span {
    color: var(--white);
}

.footer_h1 {
    color: var(--white);
}

#footer_nav ul li a {
    color: var(--white);
}

.time{
    display: none !important;
}
/* ---------------------------------------　FOOETR　▲---------------------------------------- */
#fix_sns_link {
    position: fixed;
    z-index: 4;
    left: 0;
    top: 45%;
    display: block;
    background: #f5efe7;
    border-radius: 0 10px 10px 0;
}

#fix_sns_link li {
padding: 10px 0px;
}
/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */
#top_cms .cms_box .cms_title p {
    background: linear-gradient(91deg, var(--color1), var(--color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

#page_title .title_wrap .sub_title {
    background: linear-gradient(91deg, var(--color1), var(--color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color1);
    opacity: 1;
    text-shadow: var(--white) 1px 1px 0, var(--white) -1px -1px 0,/*右下、左上*/ var(--white) -1px 1px 0, var(--white) 1px -1px 0,/*右上、左下*/ var(--white) 0px 1px 0, var(--white) 0-1px 0,/*右、左*/ var(--white) -1px 0 0, var(--white) 1px 0 0;
}
/*  -----------------------------------　施工事例　▼- ------------------------------------ */
html.modalset{
	overflow: hidden;
}

.g_type3 .cate_box{
    cursor: pointer;
    margin: 0;
}

.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    cursor: pointer;
}

.g_type3 .open.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.g_type3 .open {
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.95);
    transform: scale(0.95);
    transition: 0.3s;
    transition-property: opacity, transform;
    opacity: 0;
    pointer-events: none;
}

.g_type3 .swiper-slide{
    opacity: 1!important;
}

.g_type3 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}

.g_type3 .open .close {
    top: 100px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
}

.g_type3 .open .close img{
	box-shadow: 0 2px 4px rgba(0,0,0,0);
}

.g_type3 .swiper-button-prev{
	background-image: url(/Files/img/swiper_prev.png)!important;
}

.g_type3 .swiper-button-next{
	background-image: url(/Files/img/swiper_next.png)!important;
}

/*IE*/
@media all and (-ms-high-contrast: none){
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    overflow: hidden;
    position: relative;
    height: 80px;
}

.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

}
/*  ------------------------------------　施工事例　▲- ----------------------------------- */

/* *  -----------------------------------　従業員の声　▼*  ----------------------------------- */
.v_type1 .triangle {
    display: block;
    border-radius: 5px;
    border: var(--color3) solid 2px;
    box-shadow: 5px 5px 0 0 var(--color1);
}

.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}

.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--color3) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
    box-shadow: 5px 5px 0 0 var(--color3) transparent;
}
/* *  -----------------------------------　従業員の声　▲*  ------------------------------------ */

/*---------------------------------------------------------------------------------------------------------1536------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1536px){
#main_img {
    height: 90vh;
}
.pic1 {
    width: 327px;
    right: 0%;
    top: -80px;
}

}

/*---------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
#loader .count {
    font-size: 50px;
}

.g_type3 .open .close {
    top: 40px;
}

header {
    padding: 20px 0 10px ! IMPORTANT;
}

#header {
    padding: 10px 20px;
}

#main_img .catch {
    width: 87vw;
    top: 23%;
    left: 6%;
}

#footer_info .obj5 {
    width: 30vw;
    height: 29vw;
    bottom: 4%;
    right: 3%;
}

#con_nav {padding: 0 10px 300px;}

.con1_img:before,#top_contents2:before{
    display: none;
}

.pic1 {
    width: 267px;
    right: 0%;
    top: -80px;
}

.pic2 {
    width: 257px;
    right: 70%;
    bottom: -50px;
}

.nav_title {
    font-size: 97%;
    padding: 0 5px;
    letter-spacing: 1px;}

#top_contents1 .con_title {
    font-size: 42px;
}

#top_contents1 .con_sub_title{
    font-size: 30px;
}

#top_contents2 .con_title {
    font-size: 35px;
}

#top_contents2 .con_sub_title{
    font-size: 25px;
}

#top_contents3 .obj3{
        bottom: 0%;
        left: 1%;
        width: 28vw;
        height: 12vw;
}

#top_contents3 .obj4{
        bottom: -1%;
        right: 1%;
        width: 35vw;
        height: 11vw;
}

#top_contents3 .con3_no {
    font-size: 40px;
    bottom: -20px;
}

#footer_info .info_title {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;}
    
.footer_tel {padding-top: 70px;}

footer .footer_item {padding-top: 10px;padding-bottom: 80px;}

#fix_sns_link li {
    width: 26px;
    padding: 7px 0;
    margin: 0 7px;}

#bottom_line a,#bottom_line2 a{height: 65px;}

#bottom_line, #bottom_tel, #bottom_line2{
    max-width: inherit;
    width: calc(50% - 25px) !important;
    display: inline !important;
    }

#bottom_line2 {
    right: calc(25px + 25px);
}

#bottom_line {right: calc(50% + 25px);}

}

/*---------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
.font_100per{font-size: -webkit-calc(1rem + -2px);font-size: calc(1rem + -2px); } 

#header {
    padding-bottom: 5px !IMPORTANT;
    padding-top: 10px !IMPORTANT;
}

#header.active .menu_stick {
    top: 5px;
}

#header.active .logo_wrap {width: 160px;}

#con_nav {padding: 0 10px 200px;}

#con_nav ul {
    margin-top: -31px;
    z-index: 3;}

#main_img .catch {
    width: 90vw;
    top: 24%;
    left: 4%;
}

#main_img {
    height: 68vh;
}

#top_contents1 .con_title {
    font-size: 23px;
}

#top_contents1 .con_sub_title{
    font-size: 20px;
    display: none;
}

#top_contents2 .con_title {
    font-size: 26px;
    letter-spacing: 0;
}

#top_contents2 .con_sub_title{
    font-size: 11px;
    margin-bottom: 20px;
}

#top_contents3 .con_title {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
    letter-spacing: 0;
}

#top_contents3 .obj3{
        bottom: 0%;
        left: 1%;
        width: 48vw;
        height: 21vw;
}

#top_contents3 .obj4{
        bottom: -1%;
        right: 1%;
        width: 47vw;
        height: 17vw;
}

#bottom_line a,#bottom_line2 a{height: 50px;}

#bottom_tel a{
	height: 50px;
}

#footer_info .obj5 {
    display: none;
}

.logo_wrap {width: 150px;}

#page_title {
    margin-bottom: 50px;
}

#page_title .title_wrap h2 {
    margin-bottom: 10px;
}

.con2_txt_wrap div.con2_item {
    padding: 30px 20px;
}

#footer #logo2 {
    width: 150px;
}

#page_title .title_wrap .sub_title {
    font-size: 25px;
}

.info_txt_wrap {
    padding-bottom: 40px;
}

footer .footer_item {padding-top: 10px;padding-bottom: 10px;}


.pic2 {
    width: 257px;
    right: 20%;
    bottom: -50px;
}
}

/*---------------------------------------------------------------------------------------------iPhone8以下サイズ----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px){
#top_contents1 .info_title{
	top: calc(-34vw - 132px);
	font-size: 28px;
}

#top_contents1 .con_title {
    font-size: 20px;
}


#top_contents2 .con_title {
    font-size: 21px;
}

#top_contents2 .con_sub_title{
    font-size: 8px;
}

#top_contents3 .con3_no {
    font-size: 40px;
    bottom: -20px;
}

#top_contents3 .con_title {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 5px);
}

.footer_tel a {
    font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
}

}