﻿@font-face {
font-family: "genjyu_m";
  src: url("./Dup/img/genjyu_m.ttf") format("ttf"),url("./Dup/img/genjyu_m.eot") format("eot"),url("./Dup/img/genjyu_m.woff") format("woff"),url("./Dup/img/genjyu_m.woff2") format("woff2");
}
.font1,.pagetitle h2{font-family: "genjyu_m","sans-serif";}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,#con4 li{position: relative;}
/*リピートなし*/
.catch1,.catch2,.catch3{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.catch1{
background-image: url(./Dup/img/catch1.png);
background-size: 100%;
width: 38vw;
height: 19vw;
top: 15%;
left: 2%;
}
.catch2{
background-image: url(./Dup/img/catch2.png);
background-size: 100%;
width: 30vw;
height: 10vw;
bottom: 4%;
right: 2%;
}
.catch3{
background-image: url(./Dup/img/catch3.png);
background-size: 100%;
width: 10vw;
height: 25vw;
bottom: 1%;
left: 51%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#con4 li{padding-left: 50px;}
#con4 li:before{
font-family: "Font Awesome 5 Free";
content: "\f058";
font-weight: 900;
color: #1973B9;
position: absolute;
top: 30px;
left: 30px;
}
#con4 li:nth-of-type(2):before,#con4 li:nth-of-type(5):before{color: #EB5555;}
#con4 li:nth-of-type(3):before,#con4 li:nth-of-type(6):before{color: #37AF7D;}
/*--------------------------------
全体
--------------------------------*/
#fakeloader{background-color: #F3F2EE;}
.f_contact_box .font_50{
font-family: "genjyu_m","sans-serif";
font-size: 40px;
line-height: 1;
}
/*--------------------------------
TOP
--------------------------------*/
#main_img{height: 90vh;overflow: hidden;}
#main_img img{
height: auto;
width: 100%;
position: absolute;
top: 100px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}


/* TOPお知らせ */
.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;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/


@media  screen and (max-width: 1400px){
#main_img img{
height: calc(100% - 100px);
width: auto;
}
}
@media  screen and (max-width: 1400px){
.catch3{
width: 14vw;
height: 36vw;
bottom: 1%;
}
}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#main_img{height: 50vh;}
.catch1{
width: 41vw;
height: 20vw;
top: 20%;
}
.catch2{
width: 34vw;
height: 12vw;
bottom: 4%;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#con4 li:before{
top: 20px;
left: 25px;
}
.catch1{
width: 44vw;
height: 22vw;
top: 26%;
}
.catch2{
width: 38vw;
height: 14vw;
bottom: 4%;
}
.catch3{
width: 18vw;
height: 45vw;
bottom: 1%;
}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #e8c820; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #e8c820;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #FAD723;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #FAD723;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #1973B9;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #EB5555;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #37AF7D;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #FAD723;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #1973B9;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #EB5555;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #37AF7D;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #FAD723;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #1973B9;}
.border_color2,.hvr_border_color2:hover{border-color: #EB5555;}
.border_color3,.hvr_border_color3:hover{border-color: #37AF7D;}
.border_color4,.hvr_border_color4:hover{border-color: #FAD723;}