﻿/* ----------　all　---------- */
.linkStyle{
	color:#d94352;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#d94352;
	opacity: 0.7;
	transition: all 0.5s;
}

/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f7cc38} /* メインカラー */
.txt_color2{color: #fefbef} /* サブカラー */
.txt_color3{color: #d94352} /* アクセントカラー1 */
.txt_color4{color: #fcb357} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #f7cc38} /* メインカラー */
.bg_color2{background-color: #fefbef} /* サブカラー */
.bg_color3{background-color: #d94352} /* アクセントカラー1 */
.bg_color4{background-color: #fcb357} /* アクセントカラー2 */
.bg_color5{background-color: #FEF9F2} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #f7cc38}
.border_color2{border-color: #fefbef}
.border_color3{border-color: #d94352}
.border_color4{border-color: #fcb357}


/* 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: #f7cc38} /* メインカラー */
.hvr_txt_color2:hover{color: #fefbef} /* サブカラー */
.hvr_txt_color3:hover{color: #d94352} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #fcb357} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f7cc38} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fefbef} /* サブカラー */
.hvr_bg_color3:hover{background-color: #d94352} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #fcb357} /* アクセントカラー2 */


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f7cc38}
.hvr_border_color2:hover{border-color: #fefbef}
.hvr_border_color3:hover{border-color: #d94352}
.hvr_border_color4:hover{border-color: #fcb357}


#fakeloader .fl {
    max-width: 300px;
}

/* nav */

.menu_btn span {
    background-color: #f7cc38;
}

.pagetop {
    z-index: 5;
}

#fix-bnr {
    right: 100px;
    z-index: 5;
    transition: 0.5s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* footer */




/* ----------　TOP　---------- */

/* main-img */

#main_img{
    height: 100vh;
    padding-top: 0;
    background-position: center;
    background-size: cover;
}



.main-copy {
    left: 3%;
    bottom: 5%;
    width: 35%;
    z-index: 2;
}

/* top */

#con1 {
    background-image: url(Dup/img/ie.png);
    background-repeat: repeat-x;
    background-position: 0 101%;
    background-size: 100%;
}

#con2 .img_wrap{
    position: relative;
}

#con2 .img_wrap:before{
    content: "";
    width: 30%;
    height: 50%;
    position: absolute;
    bottom: -5%;
    left: 5%;
    background-image: url('/Dup/img/con1-ilu_1.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

#con3 {
    background-image: url(Dup/img/ie2.png);
    background-repeat: repeat-x;
    background-position: 0 101%;
    background-size: 100%;
}

/* top-cms */

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}


.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #FCB357;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

/* ----------　下層ページ　---------- */

.cate_list li a {
    color: #fcb357;
}

.cate_list li a:hover {
    background-color: #fcb357;
    color: #ffffff;
}

.pagetitle_img {
    mix-blend-mode: initial;
}

/*ba*/
.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #ff9e03;
}
.BA_type1 .box_img1 {margin-right: 40px;}
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}

.BA_type1 .rectangle_img img {
    position: initial;
    transform: none;
}

.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    left: 0;
}

.pager li a {
    background-color: #ffffff;
}

.pager li a:hover {
    background-color: #FCB357;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){

    
#main_img {
    height: 60vh;
    padding-top: 120px;
    overflow: hidden;
}

#video video {
        height: 60vh;
    width: auto!important;
}
    
.main-copy {
    left: 3%;
    bottom: 5%;
    width: 55%;
}
    
#con3 .box .icon {
        width: 80%;
    margin: -50px auto 20px;
}
    
.cate_list li {
    width: 100%!important;
}

.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
    
.f_sitemap_inner {
    justify-content: flex-start;
        padding: 0 5%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){

#video video {
    transform: translateX(-100px);
}
    
#fix-bnr {
    width: 65%;
}

#main_img {
    padding-top: 90px;
}

.main-copy {
    left: 3%;
    bottom: 3%;
    width: 80%;
}

#con1 {
    background-size: 250%;
}
    
#con3 {
    background-size: 250%;
}
    
#con3 .box .icon{
    margin: 20px auto;
}

#con3 .box .icon img{
    width: 100%!important;
}


.BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
    
.link_type2 .cate_box a:after,.link_type2 .more {
    display: none;
}

.f_contact_box {
    padding: 60px 10px;
    box-sizing: border-box;
}
    
}