﻿/* ----------　all　---------- */
.linkStyle{
	color:#79cff1;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#afdfe4;
	opacity: 0.7;
	transition: all 0.5s;
}
/
/* color */
.txt_color1{color: #afdfe4;} /* メインカラー */
.txt_color2{color: #cae8e2;} /* サブカラー */
.txt_color3{color: #fafcfc;} /* アクセントカラー1 */
.txt_color4{color: #f1f5f5;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #afdfe4;} /* メインカラー */
.bg_color2{background-color: #cae8e2;} /* サブカラー */
.bg_color3{background-color: #fafcfc;} /* アクセントカラー1 */
.bg_color4{background-color: #f1f5f5;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #afdfe4;}
.border_color2{border-color: #cae8e2;}
.border_color3{border-color: #fafcfc;}
.border_color4{border-color: #f1f5f5;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color1:hover{color: #afdfe4;} /* メインカラー */
.hvr_txt_color2:hover{color: #cae8e2;} /* サブカラー */
.hvr_txt_color3:hover{color: #fafcfc;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f1f5f5;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_color1:hover{background-color: #afdfe4;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #cae8e2;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #fafcfc;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f1f5f5;} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #afdfe4;}
.hvr_border_color2:hover{border-color: #cae8e2;}
.hvr_border_color3:hover{border-color: #fafcfc;}
.hvr_border_color4:hover{border-color: #f1f5f5;}

#wrap {
    background-color: white;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f1f5f5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f1f5f5 calc(100% - 1px));
    background-size: 60px 60px;
    background-repeat: repeat;
    background-position: center center;
}



/* nav */

.hambuger_text, .hambuger_text02 {
    color: #79cff1;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(25 39 95 / 15%);
    left: 0;
    top: 0;
    z-index: 3;
    filter: sepia(5);
}

.catch {
    z-index: 4;
    max-width: 1000px;
    filter: drop-shadow(1px 3px 0px rgba(255,255,255,0.5));
    transform: rotate(-5deg);
}

/* top */

#top-bnr .cam-bnr {
    background-color: #19275f;
    padding-top: 20px;
    padding-bottom: 10px;
/*    box-shadow: 0px 1px 10px rgba(51,51,51,0.5);*/
/*background-image: linear-gradient(0deg, transparent calc(100% - 1px), #47527f calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #47527f calc(100% - 1px));*/
/*    background-size: 60px 60px;*/
/*    background-repeat: repeat;*/
/*    background-position: center center;*/
}

#top_contents1 {
    margin-top: 0px;
        background: transparent;
}

#top_contents3,#top_contents3 .img-container:before {
    background: #19275f;
}

.top-con3-logo img {
        filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.25));
}

.con3_wrap:before, .con3_wrap2:before, .con3_wrap3:before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.4;
}

.con3_wrap:before {
    background-image: url(/Dup/img/mike.png);
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 10%;
}

.con3_wrap2:before {
    background-image: url(/Dup/img/sisha.png);
    width: 160px;
    height: 200px;
    bottom: 5%;
    left: 40%;
}

.con3_wrap3:before {
background-image: url(/Dup/img/cheer.png);
    width: 250px;
    height: 220px;
    bottom: 10%;
    right: 15%;
}

/* top-cms */

/*news*/
.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;
}


.topcms_gallery_type2 .box_wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 800px;
}
/*.topcms_gallery_type2 .cate_box:not(:nth-of-type(1)){*/
/*    transition: filter 0.3s;*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*}*/
.topcms_gallery_type2 .cate_box:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.topcms_gallery_type2 .cate_box:nth-of-type(1){grid-area: 1 / 1 / 2 / 2;}
.topcms_gallery_type2 .cate_box:nth-of-type(2){grid-area: 1 / 2 / 2 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(3){grid-area: 1 / 4 / 3 / 5;}
.topcms_gallery_type2 .cate_box:nth-of-type(4){grid-area: 2 / 3 / 3 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(5){grid-area: 2 / 1 / 4 / 3;}
.topcms_gallery_type2 .cate_box:nth-of-type(6){grid-area: 3 / 3 / 4 / 5;}


/* ----------　下層ページ　---------- */

.under_page .cms_wrap{
        background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

#page07, #page08, #page09 {
        background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto;
}

/* 会社情報 */
/* お問い合わせ */

#page08 .tel_box p, #page08 .tel_box a, #page08 #tel_txt h3{
    color: #79cff1!important;
}


/* プライバシーポリシー */
/* サイトマップ */

.more a, .cate_list a {
    color: #79cff1!important;
}

.more a::after {
    background-color: #79cff1!important;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.catch {
    width: 80%;
    bottom: 3%;
}
    
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
.con3_wrap:before {
    bottom: -2%;
    right: 5%;
}

.con3_wrap2:before {
    bottom: 5%;
    left: auto;
    right: 5%;
}

.con3_wrap3:before {
    bottom: 33%;
    right: auto;
    left: 10%;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#top-bnr .cam-bnr {
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: none;
}

.con3_wrap:before {
    bottom: -3%;
    right: 5%;
    width: 150px;
    height: 130px;
}

.con3_wrap3:before {
    width: 300px;
    height: 200px;
    bottom: 0;
    right: -20px;
    left: auto;
}

.topcms_gallery_type2 .box_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 500px;
}
.topcms_gallery_type2 .cate_box:nth-of-type(1){grid-area: 1 / 1 / 2 / 3;}
.topcms_gallery_type2 .cate_box:nth-of-type(2){grid-area: 2 / 1 / 4 / 2;}
.topcms_gallery_type2 .cate_box:nth-of-type(3){grid-area: 2 / 2 / 3 / 3;}
.topcms_gallery_type2 .cate_box:nth-of-type(4){grid-area: 1 / 3 / 3 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(5){grid-area: 3 / 2 / 5 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(6){grid-area: 4 / 1 / 5 / 2;}
    
    
}