﻿/* フォント */
@font-face {
font-family: "mgenplus_m";
  src: url("./Dup/img/mgenplus_m.ttf") format("ttf"),url("./Dup/img/mgenplus_m.eot") format("eot"),url("./Dup/img/mgenplus_m.woff") format("woff"),url("./Dup/img/mgenplus_m.woff2") format("woff2");
}
.font_en{ font-family: "mgenplus_m","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
.font1{font-family: "mgenplus_m","sans-serif";}

/* SNSリンク */
.link_box li{margin-right: 3%;}
.link_box li:last-of-type{margin-right: 0;}
.link_box ul.flex_space-between{
justify-content: center;
align-items: center;
}

/* ページタイトル影 */
#page_title h2,#page_title p{text-shadow: none;}

/* お問い合わせボタン hover */
.button:hover::after{box-shadow: inset 0 0 0 15em #0a4696;}

/* ボタン */
.more a,.foot_tel_bt a{position: relative;z-index: 0;}

/* キャッチコピー */
.txt1{width: 80%;}

/* フッターテキスト 文字色 */
.footer_cms.txt_color3{color: #333;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.line_b-c,#main_img,#check,#attach,#contents2,#contents3 .con_box{position: relative;}
/*リピートなし*/
.line_b-c:before,#main_img:before,#main_img:after,#check:before,#check:after,#attach:before,#contents2:before,#contents2:after,#contents3 .con_box:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.line_b-c:before{
background-color: #0a4696;
width: 70px;
height: 2px;
bottom: 0;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.txt4.line_b-c:before{background-color: rgba(255,255,255,0.7);}

#main_img:before,#page_title .title_img::before{
background-image: url(./Dup/img/frame.png);
background-size: 100%;
width: 100%;
height: 10vw;
bottom: -6vw;
left: 0;
z-index: 1;
}
#main_img:after{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 45vw;
height: 16vw;
top: 53%;
right: 5vw;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 1;
}

#check:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 10vw;
height: 15vw;
bottom: 0;
left: -3vw;
}
#check:after{
background-image: url(./Dup/img/obj2.png);
width: 250px;
height: 100px;
bottom:-80px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#attach:before{
background-image: url(./Dup/img/obj4.png);
width: 150px;
height: 50px;
top:-15px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#contents2:after{
background-image: url(./Dup/img/obj3.png);
background-size: 100%;
width: 14vw;
height: 14vw;
bottom: -100px;
left: -7vw;
}
#contents2:before,#contents3 .con_box:before{
width: 200px;
height: 50px;
top: 0;
left: -25px;
z-index: 1;
transform: rotate(-13deg);
filter: drop-shadow(5px 6px 4px rgba(0,0,0,0.1));
}
#contents2:before{background-image: url(./Dup/img/point1.png);}
#contents3 .con_box:first-of-type:before{background-image: url(./Dup/img/point2.png);}
#contents3 .con_box:last-of-type:before{background-image: url(./Dup/img/point3.png);left: -5px;}


.cms_title,#page_title .page_box{padding-left: 45px;}
.cms_title::before, #page_title .page_box::before{
background-color: transparent;
background-image: url(./Dup/img/clip.png);
background-size: cover;
background-repeat: no-repeat;
width: 20px;
height: 70px;
top: 50%;
left: 0;
-ms-transform: translate(0%,-50%) rotate(20deg);
-webkit-transform: translate(0%,-50%) rotate(20deg);
transform: translate(0%,-50%) rotate(20deg);
}
/*--------------------------------
全体
--------------------------------*/


header.bg_color4{
background-image: url(./Dup/img/head.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 300px!important;
}
#main_menu{text-align: center;font-size: 16px;}
#main_menu ul li a{padding-left: 0;font-weight: bold;letter-spacing: 3px;}
#main_menu ul li a:hover{padding-left: 0;color: #009146;}
#main_menu ul li a::before{display: none;}
#logo{padding: 20px;}
#logo img{width: 100%!important;}

.main_box.grid_9{
overflow: hidden;
width: calc(100% - 300px)!important;
margin-left: 300px!important;
min-width: 700px;
}
header .head_box{padding: 0;}
header .contact_bt a,
header .tel_bt a{
border: none;
border-top: solid 1px #141e3c;
}
header .contact_bt a{border-bottom: solid 1px #141e3c;}
header .tel_bt{margin-top: 0!important;}
/*header .tel_bt a{border-bottom: solid 1px #141e3c;}*/

@media  screen and (max-width: 768px){
header.bg_color4{
background-image: url(./Dup/img/head2.jpg);
width: 100%!important;
}
#logo{padding: 0;}
.hamburger{top: 17px;}

.main_box.grid_9{
padding-top: 70px;
width: 100%!important;
margin-left: 0!important;
}
}

@media  screen and (max-width: 667px){
.hamburger{top: 7px;}

.main_box.grid_9{
padding-top: 55px;
min-width: auto;
}
}

footer{background-color: #f2f2f2;}
/*--------------------------------
TOP
--------------------------------*/
#attach{height: auto;box-sizing: border-box;overflow: hidden;}

#check li{position: relative;padding-left: 30px;}
#check li:before{
font-family: "Font Awesome 6 Free";
content: "\f058";
font-weight: 900;
color: #009146;
display: block;
position: absolute;
top: 0;
left: 0;
}

#contents2{background-color: rgba(255,255,255,0.9);}

/* 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}
}
/*--------------------------------
下層
--------------------------------*/
#page_title .page_box{z-index: 1;}

.button2:hover{box-shadow: none;}

/* よくある質問 */
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}
@media  screen and (max-width: 667px){
.qa_type5 .faq_no{
width: 40px;
height: 40px;
top: -7px;
line-height: 40px;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1{padding-left: 55px;}
}

@media  screen and (max-width: 1600px){

#contents2:after{
bottom: -125px;
left: -5vw;
}

}
@media  screen and (max-width: 1280px){

#main_img:after{
width: 52vw;
height: 18vw;
top: 54%;
right: 3vw;
}

#check:before{
width: 9vw;
height: 13vw;
}
#check:after{
width: 200px;
height: 80px;
bottom: -70px;
}

#contents2:after{
width: 16vw;
height: 16vw;
bottom: -105px;
left: -7vw;
}
#contents2:before, #contents3 .con_box:before{
width: 170px;
height: 42px;
}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){
header.pd_t-10px_tb{
padding-top: 5px;
padding-bottom: 5px;
}
#logo{max-width: 170px;}
footer .link_box li{max-width: 40px;}

#main_img:after{
width: 62vw;
height: 21vw;
top: 56%;
right: 3vw;
}
#check:before{
width: 14vw;
height: 21vw;
left: -7vw;
}
#check:after{
width: 150px;
height: 60px;
bottom: -50px;
}

#contents2:after{
width: 25vw;
height: 25vw;
bottom: -105px;
}

#main_img:before, #page_title .title_img::before{bottom: -5vw;}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#logo{max-width: 120px;}

#contents2:after{
width: 38vw;
height: 38vw;
bottom: -50px;
}
#contents2:before, #contents3 .con_box:before{
width: 150px;
height: 37px;
left: -20px;
}
#contents3 .con_box:last-of-type:before{left: -20px;}

.cms_title, #page_title .page_box{padding-left: 30px;}
.cms_title::before, #page_title .page_box::before{
width: 15px;
height: 50px;
}


}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #333; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #333;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #333;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #333;}

/*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: #084594;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #009146;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #141E3C;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #F2F2F2;} /* アクセントカラー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: #084594;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #009146;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #141E3C;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #F2F2F2;} /* アクセントカラー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: #084594;}
.border_color2,.hvr_border_color2:hover{border-color: #009146;}
.border_color3,.hvr_border_color3:hover{border-color: #141E3C;}
.border_color4,.hvr_border_color4:hover{border-color: #F2F2F2;}